﻿/*加载弹框开始*/
.frame-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0px;
display: none !important;
}

.frame {
    width: 100%;
    height: 100%;
    background: rgb(000,000,000,0.4);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.frame-top {
    width: 600px;
    height: 500px;
    background: #FFFFFF;
    padding: 23px 35px;
    border-radius: 5px;
    overflow: hidden;
}

.frame-top-logo {
    width: 100%;
    height: 77px;
    margin-bottom: 15px;
}

.frame-top-logo-l {
    float: left;
    height: 77px;
}

    .frame-top-logo-l img {
        height: 77px;
    }

.frame-top-logo-r {
    width: 40px;
    height: 77px;
    float: right;
    padding-top: 20px;
}

    .frame-top-logo-r img {
        width: 40px;
        height: 40px;
        display: block;
        cursor: pointer;
    }

.frame-top-im {
    width: 100%;
    height: 175px;
}

    .frame-top-im img {
        max-width: 100%;
        max-height: 175px;
        display: block;
        margin: 0 auto;
    }

.frame-top-text {
    width: 100%;
    height: 102px;
    margin-top: 20px;
    overflow: hidden;
}

    .frame-top-text p {
        width: 100%;
        height: 102px;
        font-size: 18px;
        line-height: 34px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

.frame-top-but {
    width: 100%;
    height: 55px;
    margin-top: 13px;
}

    .frame-top-but a {
        display: block;
        width: 168px;
        height: 55px;
        margin: 0 auto;
        background: url(../images/frame-but.png)center center no-repeat;
        text-align: center;
        line-height: 55px;
        font-size: 24px;
        color: rgb(248,248,248);
    }
/*加载弹框结束*/
















/*banner图*/
.banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

    .banner img {
        width: 100%;
    }
/*banner图结束*/



/*免费预约参观弹框开始*/


#yuyue {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0px;
    z-index: 999;
}

.yuyue-title {
    width: 400px;
    height: 250px;
    background: #FFFFFF;
    position: relative;
    margin: 200px auto 0px;
    padding: 30px;
    border-radius: 10px;
}

    .yuyue-title h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .yuyue-title p {
        font-size: 18px;
        line-height: 30px;
    }

    .yuyue-title button {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 200px;
        height: 40px;
        font-size: 18px;
        border-radius: 10px;
        border: none;
        background: #F1750C;
        color: #fff;
        cursor: pointer;
    }
/*免费预约参观结束*/



/*免费预约参观开始*/


/*免费预约参观开始*/
.visit-box {
    min-width: 1200px;
    width: 1200px;
    margin: 35px auto;
    height: 202px;
}

.visit {
    min-width: 920px;
    width: 920px;
    height: 202px;
    float: left;
    box-shadow: 0px 5px 20px #EFEEED;
    padding: 35px 0px;
    position: relative;
    border-radius: 10px;
    background: url(..../images/visit-bg.jpg) center center no-repeat;
}

.visit-oldman {
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 0;
}

.visit ul li {
    float: left;
}
.visit ul li:nth-child(1) {
    width: 340px;
    height: 126px;
    margin-right: 15px;
 }
.visit ul li:nth-child(1) img{
	width: 340px;
}
.visit ul li:nth-child(2) {
    width: 400px;
    height: 140px;
    font-size: 22px;
    color: #666666;
    padding-top: 20px;
}

.visit ul li:nth-child(2) .visit-left {
    width: 230px;
    height: 140px;
    float: left;
}

.visit ul li:nth-child(2) .visit-left input[type="text"] {
    margin-left: 10px;
    margin-bottom: 12px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    font-size: 18px;
    line-height: 40px;
    color: #444;
    outline: none;
    padding: 5px;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
}

.visit ul li:nth-child(2) .visit-left font {
    font-size: 18px;
    margin-left: 5px;
}

.visit ul li:nth-child(2) .visit-left a {
    font-size: 18px;
    color: #f39700;
}

.visit-right {
    float: left;
    font-size: 20px;
}

.visit ul li:nth-child(2) .visit-right input {
    margin-bottom: 12px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    font-size: 18px;
    line-height: 40px;
    color: #666666;
    outline: none;
    padding: 5px;
    width: 150px;
    height: 40px;
    border-radius: 10px;
    background-size: 20px 20px;
    padding-left: 10px;
}

.visit ul li:nth-child(2) .visit-right select {
    margin-bottom: 12px;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    color: #666666;
    outline: none;
    padding: 5px;
    width: 150px;
    border-radius: 10px;
    background-size: 20px 20px;
}

.visit ul li:nth-child(3) {
    width: 165px;
    height: 126px;
    float: right;
    text-align: center;
    padding-top: 30px;
}

    .visit ul li:nth-child(3) a {
        display: block;
        width: 165px;
        height: 68px;
        line-height: 68px;
        font-size: 26px;
        color: #F8F8F8;
        background: url(..../images/visit-submit.png)center center no-repeat;
    }

.sidebar {
    float: right;
    width: 278px;
}

    .sidebar h3 {
        display: block;
        text-align: center;
        color: #444444;
        font-size: 22px;
    }
/* scrollDiv */
.scrollDiv {
    height: 170px; /* 必要元素 */
    overflow: hidden; /* 必要元素 */
    margin-top: 10px;
}

    .scrollDiv li {
        height: 40px;
        padding-left: 10px;
    }

        .scrollDiv li a {
            display: block;
            width: 260px;
            height: 40px;
            color: #999999;
            font-size: 16px;
            line-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
        }

            .scrollDiv li a:hover {
                color: #F39700;
            }

#s2, #s3 {
    height: 100px;
}
/*文字滚动结束*/












.garden {
    padding-top: 30px;
    min-width: 1200px;
    width: 1200px;
    height: auto;
	zoom:1;
	overflow: hidden;
    margin: 0 auto;
	padding-bottom: 30px;
}

.garden-title {
    min-width: 1200px;
    width: 1200px;
    height: 90px;
    text-align: center;
    margin-bottom: 16px;
    background: url(..../images/title-bg.png)center bottom no-repeat;
}

.garden-title h2 {
    font-size: 40px;
    color: #444444;
}

.garden-title p {
    font-size: 18px;
    color: #444444;
}

.garden-top {
    width: 1200px;
    height: 60px;
    background: url(..../images/garden-top.png)center bottom no-repeat;
    text-align: center;
    margin-top: 30px;
}

    .garden-top ul {
        width: 600px;
        height: 60px;
        margin: 0 auto;
    }

        .garden-top ul li {
            float: left;
            width: 100px;
            margin: 0px 24px;
            height: 47px;
            font-size: 24px;
            line-height: 45px;
            color: #999999;
            cursor: pointer;
        }

.active {
    border-bottom: 2px solid #F39700;
    color: #F39700 !important;
}

.garden-within {
    min-width: 1200px;
    width: 1200px;
    height: 370px;
    margin: 40px auto 0px;
    box-shadow: 0px 0px 24px #E8E8E8;
}

.garden-left {
    width: 550px;
    height: 100%;
    float: left;
}
.garden-left img{
	width: 100%;
	height: 100%;
}
.cmswiper {
    width: 550px;
    height: 480px;
    margin-right: 40px;
}

.garden-right {
    width: 600px;
    height: auto;
    padding-top: 26px;
    float: right;
    margin-right: 30px;
}

.garden-right div:nth-child(2), .garden-right div:nth-child(3) {
    display: none;
}



.garden-right-title {
    width: 600px;
    height: 71px;
    border-bottom: 1px solid #F39700;
}

    .garden-right-title h2 {
        float: left;
        color: #444;
        font-size: 32px;
        margin-top: 15px;
        height: 45px;
        padding-left: 10px;
        border-left: 5px solid #F39700;
    }

    .garden-right-title img {
        width: 151px;
        height: 61px;
    }

.garden-right-li {
    display: block !important;
    padding-top: 20px;
    width: 670px;
    height: 155px;
    margin-bottom: 10px;
}

    .garden-right-li li {
        float: left;
        width: 90px;
        height: 130px;
        text-align: center;
        margin: 0px 6px;
    }

        .garden-right-li li img {
            width: 74px;
            height: 74px;
        }

        .garden-right-li li hr {
            margin: 15px auto;
            border: none;
            height: 2px;
            background: #F39700;
        }

        .garden-right-li li a {
            display: block;
            width: 100%;
            height: 20px;
            line-height: 20px;
            text-align: center;
            font-size: 22px;
            color: #7d7d7d;
        }

        .garden-right-li li:hover a {
            color: #F39700;
        }

.garden-main {
    display: block !important;
    width: 600px;
    height: 106px;
    margin: 0 auto;
    font-size: 22px;
}
.garden-main p {
        width: 100%;
        height: 60px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .garden-main a {
        display: block;
        float: right;
        text-align: center;
        width: 125px;
        height: 38px;
        border: 1px solid #F39700;
        font-size: 18px;
        color: #F39700;
        line-height: 38px;
        border-radius: 30px;
    }

.service-box {
    width: 100%;
    height: 1100px;
    background: #F8F8F8;
    padding-top: 40px;
}

.service {
    min-width: 1200px;
    width: 1200px;
    height: 1000px;
    margin: 0 auto;
}

.service-title {
    min-width: 1200px;
    width: 1200px;
    height: 90px;
    text-align: center;
    margin-bottom: 16px;
    background: url(../images/title-bg.png)center bottom no-repeat;
}

    .service-title h2 {
        font-size: 40px;
        color: #444444;
    }

    .service-title p {
        font-size: 18px;
        color: #444444;
    }

.service-top {
    min-width: 1400px;
    width: 1400px;
    margin: 0 auto;
}

    .service-top ul li {
        float: left;
        width: 450px;
        height: 425px;
        margin-bottom: 30px;
        overflow: hidden;
        transition: 0.4s;
        border-radius: 10px;
    }

        .service-top ul li h2 {
            color: #FFFFFF;
            margin-left: 39px;
            font-weight: normal;
            margin-top: 352px;
            font-size: 30px;
        }

        .service-top ul li div {
            margin-top: 100%;
            padding: 39px 39px 0px 41px;
            color: #fff;
        }

        .service-top ul li:hover h2 {
            display: none;
        }

        .service-top ul li:hover div {
            width: 100%;
            margin-top: 0px;
            transition: 0.4s;
            height: 100%;
            background: rgba(000,000,000,0.7);
        }

            .service-top ul li:hover div h2 {
                display: block;
                margin: 0px;
                font-weight: normal;
                font-size: 30px;
            }

        .service-top ul li div a {
            display: block;
            width: 100%;
            height: 100%;
        }


        .service-top ul li div p {
            font-size: 24px;
            font-weight: normal;
            margin-top: 12px;
            color: #fff;
            line-height: 40px;
        }


        .service-top ul li:nth-child(1) {
            width: 675px;
            height: 440px;
            background: url(../images/service-bg1.jpg)center center no-repeat;
            background-size: 675px 440px;
            border-radius: 10px;
            overflow: hidden;
            float: left;
        }

            .service-top ul li:nth-child(1) h2, .service-top ul li:nth-child(2) h2 {
                margin-top: 368px;
            }


        .service-top ul li:nth-child(2) {
            width: 675px;
            height: 440px;
            background: url(../images/service-bg2.jpg)center center no-repeat;
            background-size: 675px 440px;
            border-radius: 10px;
            overflow: hidden;
            float: right;
        }

        .service-top ul li:nth-child(3) {
            background: url(../images/service-bg3.jpg)center center no-repeat;
            background-size: 450px 425px;
            margin-right: 25px;
        }

        .service-top ul li:nth-child(4) {
            background: url(../images/service-bg4.jpg)center center no-repeat;
            margin-right: 25px;
            background-size: 450px 425px;
        }

        .service-top ul li:nth-child(5) {
            background: url(../images/service-bg5.jpg)center center no-repeat;
            background-size: 450px 425px;
        }


.story {
    min-width: 1200px;
    width: 1200px;
    height: auto;
    margin: 20px auto 0px;
}

.story-title {
    min-width: 1200px;
    width: 1200px;
    height: 90px;
    text-align: center;
    margin-bottom: 16px;
    background: url(../images/title-bg.png)center bottom no-repeat;
}

    .story-title h2 {
        font-size: 40px;
        color: #444444;
    }

    .story-title p {
        font-size: 18px;
        color: #444444;
    }

.story-top {
    margin-top: 30px;
    width: 100%;
    height: 845px;
    background: url(../images/storybg.png)center center no-repeat;
    background-size: 1920px 845px;
    overflow: hidden;
}

.story-top-title {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

    .story-top-title ul {
        padding-top: 30px;
        width: 520px;
        margin: 0 auto;
    }

        .story-top-title ul li {
            float: left;
            width: 200px;
            height: 60px;
            font-size: 30px;
            line-height: 60px;
            margin: 0px 30px;
            background: #fff;
            cursor: pointer;
            color: #F39700;
            border: 1px solid #F39700;
        }

            .story-top-title ul li.active1 {
                color: #fff;
                background: #F39700;
            }

.story-news-li {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

    .story-news-li ul {
        height: 530px;
    }

        .story-news-li ul li {
            width: 380px;
            height: 529px;
            background: url(../images/story-news-bg2.jpg)center center no-repeat;
            background-size: 380px 529px;
            float: left;
            box-shadow: 0px 0px 10px #7D7D7D;
            border-radius: 3px;
            padding: 42px;
        }

            .story-news-li ul li:nth-child(2) {
                background: url(../images/story-news-bg1.jpg)center center no-repeat;
                background-size: 380px 529px;
                margin-left: 30px;
                margin-right: 30px;
            }


    .story-news-li a div {
        width: 100%;
        height: 170px;
        text-align: center;
        overflow: hidden;
    }

    .story-news-li a img {
        /*width: 100%;*/
        height: 100%;
    }

    .story-news-li a h2 {
        margin-top: 30px;
        width: 100%;
        height: 40px;
        font-size: 23px;
        margin-bottom: 18px;
        border-bottom: 1px solid #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .story-news-li a p {
        font-size: 19px;
        width: 100%;
        height: 150px;
        display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
    }

.story-but a {
    display: block;
    width: 75px;
    height: 75px;
    background: #F39700;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
    margin: 40px auto 0px;
    box-shadow: 0px 0px 10px #444444;
}

.story-news-but {
    clear: both;
    width: 200px;
    height: 60px;
    margin: 20px auto;
    padding-top: 1px;
}

    .story-news-but a {
        display: block;
        width: 200px;
        height: 60px;
        margin-top: 90px;
        font-size: 22px;
        border-radius: 100px;
        color: #FFFFFF;
        text-align: center;
        line-height: 60px;
        background: #F39700;
        box-shadow: 0px 0px 10px #444444;
    }

.story-video {
    display: none;
}

.story-video {
    width: 1200px;
    height: 600px;
    margin: 20px auto 0px;
}

.story-video-left {
    width: 372px;
    height: 547px;
    float: left; margin-right:15px;
}

    .story-video-left img {
        width: 390px;
        height: 547px;
    }

.story-video-right {
    float: right;
    width: 390px;
    height: 547px;
}

    .story-video-right h2 {
        font-size: 24px;
        width: 100%;
        margin-bottom: 40px;
        color: #444444;
    }

.story-video-right p {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 18px;
	zoom: 1;
    overflow: hidden;
    padding-bottom: 20px;
	line-height:24px;
}

.story-video-but a {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 60px;
    margin-top: 72px;
    font-size: 22px;
    border-radius: 100px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    background: #F39700;
    box-shadow: 0px 0px 10px #444444;
}

.news-box {
    width: 100%;
    height: 660px;
    background: #F8F8F8;
}

.news {
    width: 1200px;
    height: 660px;
    margin: 0 auto;
    padding-top: 30px;
}

.news-title {
    min-width: 1200px;
    width: 1200px;
    height: 90px;
    text-align: center;
    margin-bottom: 16px;
    background: url(../images/title-bg.png)center bottom no-repeat;
}

    .news-title h2 {
        font-size: 40px;
        color: #444444;
    }

    .news-title p {
        font-size: 18px;
        color: #444444;
    }

.news-top {
    min-width: 1200px;
    width: 1200px;
    height: auto;
}

.news-top ul li {
    float: left;
    width: 280px;
    height: 364px;
    /* height: 545px; */
    background: #fff;
    margin: 0px 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.news-top ul li a img {
    width: 100%;
    height: 170px;
}

        .news-top ul li a h2, .news-top ul li span, .news-top ul li a p {
            padding:0px 5px;
        }
		.news-top ul li a hr{
            margin-left:5px;
        }

.news-top ul li a h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

        .news-top ul li a hr {
            width: 54px;
            height: 5px;
            border: none;
            margin-top: 10px;
            margin-bottom: 10px;
            background: #F39700;
        }

.news-top ul li a p {
    width: 100%;
    height: 66px;
    /* height: 108px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #7d7d7d;
    font-size: 17px;
}

.news-top-li a {
    display: none;
    margin-top:;
    float: right;
    width: 98px;
    height: 36px;
    text-align: center;
    margin-right: 30px;
    /*margin-top: 30px;*/
    line-height: 36px;
    color: #F39700;
    border-radius: 100px;
}

.news-top ul li:hover {
    box-shadow: 0px 0px 10px #EDECEB;
}

.news-top-li:hover a {
    background: #F39700;
    color: #FFFFFF;
}


.news-but {
    width: 200px;
    height: 60px;
    margin: 0 auto 0px;
    text-align: center;
}

    .news-but a {
        display: block;
        width: 200px;
        height: 60px;
        border: 1px solid #F39700;
        color: #F39700;
        font-size: 22px;
        border-radius: 100px;
        line-height: 60px;
    }


.link {
    width: 1200px;
    height: auto;
	zoom: 1;
    overflow: hidden;
    margin: 50px auto 30px;
}
.link a{
	display: block;
    margin-bottom: 20px;
}
.link img{
	width:100%;
}