@charset "UTF-8";
/* CSS Document */
.body-container{
    height: 100%;
}
.body-container>.swiper-container{
    height: 100%;
}
.slide1{
    position: relative;
}
.slide2{
    position: relative;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/slide2-bg.png") center 5rem no-repeat;
    background-size: 100% auto;
}
.slide3{
    position: relative;
    background: #fbfbfb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide4{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;

}
.slide5{
    position: relative;
    background: #fbfbfb;
}

/* 第一 模块 */
/*header*/
.header {
    width: 100%;
    height: 2.22rem;
    z-index: 999;
    background: #FFFFFF;
}
/*logo*/
.header{
    width: 100%;
    height: 2.22rem;
    z-index: 999;
    background: #FFFFFF;
}
.header .logo{
    float: left;
    height: 2.22rem;
}
.header .logo a{
    display: list-item;
    list-style: none;
    line-height: 2.22rem;
    height: 2.22rem;
}
.header .logo img{
    width: auto;
    height: 70%;
    vertical-align: middle;
}
.header .head-tel{
    float: right;
    width: 1rem;
    height: 1rem;
    margin-top: 0.6rem;
    margin-right: 0.8rem;
}
.header .head-tel .tel-btn{
    display: block;
    width: 1rem;
    height: 1rem;
    background: url("../images/head-tel.png") center no-repeat;
    background-size: 100% 100%;
}
.header .menu-btn{
    float: right;
    width: 1rem;
    height: 1rem;
    margin-top: 0.6rem;
}
.header .menu-btn .m-btn{
    display: block;
    width: 1rem;
    height: 1rem;
    background: url("../images/menu-icon.png") center no-repeat;
    background-size: 100% auto;
}
.menu-list{
    position: fixed;
    top: 2.22rem;
    right: -100%;
    width: 60%;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-list .close{
    display: block;
    width: 1.11rem;
    height: 1.11rem;
    background: url("../images/close.png") center no-repeat;
    background-size: 100% auto;
}
.menu-list ul{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    display: block;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-list ul li{
    margin-bottom: 1rem;
}
.menu-list ul li .first-nav{
    display: block;
    font-size: 0.77rem;
    color: #FFFFFF;
    font-family: Arial;
    padding: 0.2rem 0;
    border: 1px transparent solid;
    text-align: center;
}
.menu-list ul li .first-nav h6{
    display: inline-block;
    font-size: 0.66rem;
    font-weight: normal;
}
.menu-list ul li .first-nav span{
    display: block;
}


.banner{
    position: relative;
}
.banner .swiper-container{
    height: 100%;
}
.banner .swiper-container ul li{
    background-size: 100% auto!important;
}
.section-pointer{
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 80%;
    height: 1.66rem;
    background: url("../images/s1-mouse.png") center no-repeat;
    background-size: auto 100%;
    z-index: 9998;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.ask-online{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: url("../images/online-ask.png") center no-repeat;
    background-size: 100% auto;
    z-index: 9999;
}
/* 第一 模块  end*/

/* 第二 模块 */

.culture-detail{
    padding-top: 1rem;
    font-size: 0.58rem;
    color: rgba(0,0,0,0.6);
    line-height: 1rem;
}
.culture-detail h6{
    font-size: 0.58rem;
    font-weight: normal;
    color: #333333;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
}
.culture-detail p{
    height: 4rem;
    overflow: hidden;
    color: #777777;
}
.culture-kinds{
    padding-top: 0.5rem;
}
.culture-kinds ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.culture-kinds ul li{
    width: 33%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.4rem;
}
.culture-kinds ul li .icon{
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100% auto!important;
    margin: 0 auto 0.4rem;
}
.culture-kinds ul li:nth-child(1) .icon{
    background: url("../images/cu01.png") center no-repeat;
}
.culture-kinds ul li:nth-child(2) .icon{
    background: url("../images/cu02.png") center no-repeat;
}
.culture-kinds ul li:nth-child(3) .icon{
    background: url("../images/cu03.png") center no-repeat;
}
.culture-kinds ul li:nth-child(4) .icon{
    background: url("../images/cu04.png") center no-repeat;
}
.culture-kinds ul li:nth-child(5) .icon{
    background: url("../images/cu05.png") center no-repeat;
}
.culture-kinds ul li:nth-child(6) .icon{
    background: url("../images/cu06.png") center no-repeat;
}
.culture-kinds ul li:nth-child(7) .icon{
    background: url("../images/cu07.png") center no-repeat;
}
.culture-kinds ul li p{
    font-size: 0.66rem;
    color: rgba(0,0,0,0.9);
}
.culture-kinds ul li span{
    display: block;
    font-size: 0.4rem;
    font-family: Arial;
    color: rgba(0,0,0,0.7);
}
.culture-kinds ul li:hover *{
    color: #b17f4c;
}


/* 第二 模块 end */

/* 第三 模块 */
.case-show{
    width: 100%;
    position: relative;
    max-width: 720px;
    overflow: hidden;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case-show .title{
    float: right;
    width: 100%;
    margin-top: 1rem;
    /*background: url("../images/case-tt-bg.png") right bottom no-repeat;
    background-size: 80% auto;*/
    text-align: right;
}
.case-show .title img{
    width: 80%;
}
.case-show .title h3{
    font-size: 0.6rem;
    font-family: MVBoli;
    font-weight: normal;
    color: #c2a573;
    padding-left: 20%;
}
.case-show .title h6{
    font-size: 1rem;
    color: #333333;
    padding-left: 20%;
    font-family: FZQingKeBenYueSongS;
    font-weight: normal;
}
.case-show .title p{
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.case-list{
    width: 90%;
    padding-top: 0.5rem;
    margin: 1rem auto 0;
    overflow: visible;
    padding-bottom: 0.5rem;
}
.case-list ul li{
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 0 #cccccc;
    background: #f9f9f9;
}
.case-list ul li:nth-child(4n){
    margin-right: 0;
}
.case-list ul li img{
    width: 100%;
    height: 9rem;
    display: block;
}
.case-list ul li .modal{
    width: 100%;
    height: 2.22rem;
    font-size: 0.66rem;
    color: #b17f4c;
    line-height: 2.22rem;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case-list  ul li .modal h6{
    float: left;
    font-weight: normal;
    color: #b17f4c;
}
.case-list  ul li .modal p{
    float: right;
}
.case-list ul li{
}

.case-list .modal .more-btn03{
    display: block;
    width: 130px;
    height: 31px;
    line-height: 31px;
    background: url("../images/more-btn03.png") 90px center no-repeat;
    margin: 20px auto 0;
    border: 1px #ffffff solid;
    border-radius: 10px;
    padding-right: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.case-show .more{
    margin-top: 0.3rem;
}
.case-show .more .more-btn04{
    display: block;
    width: 130px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px #979797 solid;
    border-radius: 35px;
    margin: 0 auto;
    color: #666;
}
.case-show .more .more-btn04:hover{
    color: #c2a573;
    border: 1px #c2a573 solid;
}
/* 第三 模块 end */


/* 第四 模块 */
.news-center{
    width: 100%;
    position: relative;
    max-width: 720px;
    overflow: hidden;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-center .title{
    margin-top: 1rem;
    /*padding-bottom: 0.7rem;
    background: url("../images/news-tt-bg.png") left bottom no-repeat;
    background-size: 70% auto;*/
    margin-bottom: 1rem;
    text-align: left;
}
.news-center .title img{
    width: 90%;
}
.news-center .title h3{
    font-size: 0.6rem;
    font-family: MVBoli;
    font-weight: normal;
    color: #c2a573;
    padding-left: 10%;
}
.news-center .title h6{
    font-size: 1rem;
    color: #333333;
    padding-left: 20%;
    font-family: FZQingKeBenYueSongS;
    font-weight: normal;
}
.news-center .news-kinds{
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    box-shadow: 0 0 10px 0 #dddddd;
    margin-bottom: 1rem;
}
.news-kinds ul li{
    float: left;
    width: 33%;
}
.news-kinds ul li a{
    display: block;
    width: 100%;
    line-height: 1rem;
    font-size: 0.53rem;
    background: url("../images/news-bg01.png") 10% center no-repeat;
    background-size: 0.8rem auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial;
    text-align: left;
    transition: all 0.5s;
    padding: 0.5rem 0 0.5rem 30%;
    cursor: pointer;
}
.news-kinds ul li p{
    font-size: 0.7rem;
    color: rgba(0,0,0,0.8);
}
.news-kinds ul li span{
    display: block;
    line-height: 0.5rem;
    font-size: 0.4rem;
    color: rgba(0,0,0,0.5);
}
.news-kinds ul li:hover *,.news-kinds ul li.active *{
    color: #b17f4c;
}
.news-kinds ul li.active a,.news-kinds ul li:hover a{
    color: #b17f4c;
    background: url("../images/news-bg02.png") 10% center no-repeat;
    background-size: 0.8rem auto;
}
.news-center .news-box{}
.news-center .news-list{
    width: 65%;
    margin: 0 auto;
    overflow: visible;
}
.news-center .news-list ul{
}
.news-center .news-list ul li{
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px 0 #e5e5e5;
}
.news-center .news-list ul li .img{
    width: 100%;
    height: 9rem;
}
.news-center .news-list ul li .img .shade{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/news-bor.png") center no-repeat;
}
.news-list ul li img{
    display: block;
    width: 100%;
    height: 9rem;
}
.news-list ul li .news-info{
    width: 100%;
    padding: 0.5rem 3%;
    font-size: 12px;
    color: #515151;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-info h6{
    font-size: 0.8rem;
    line-height: 1rem;
    color: #b17f4c;
    font-weight: normal;
    margin-bottom: 0.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-info .news-time{
    height: 1rem;
}
.news-info .news-time .time{
    float: right;
    font-size: 0.53rem;
    color: #999;
    line-height: 1rem;
    padding-left: 18px;
    background: url("../images/time.png") left center no-repeat;
}

.news-info .news-time .news-more em{
    display: block;
    width: 127px;
    height: 27px;
    line-height: 27px;
    border: 1px #e8e8e8 solid;
    border-radius: 27px;
    margin: 1px auto 0;
}
.news-center .more{
    margin-top: 1rem;
}
.news-center .more .more-btn04{
    display: block;
    width: 130px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px #979797 solid;
    border-radius: 35px;
    margin: 0 auto;
    color: #666;
}
.news-center .more .more-btn04:hover{
    color: #c2a573;
    border: 1px #c2a573 solid;
}

/* 第四 模块 end*/

/* 第五 模块 */
.links-icon{
    position: relative;
    padding: 1.5rem 3% 2.5rem;
    max-width: 720px;
    overflow: hidden;
}
.links-icon ul li{
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #ffffff;
    border: 1px #eeeeee solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.links-icon ul li:hover{
    border: 1px #b17f4c solid;
}
.links-icon ul li img{
    width: auto;
    max-width: 85%;
    max-height: 85%;
    vertical-align: middle;
}

.links-icon .swiper-button-prev{
    left: 36.5%;
    top: auto;
    bottom: 0;
    width: 37px;
    height: 37px;
    background: url("../images/lefticon.png") center no-repeat;
}
.links-icon .swiper-button-next{
    right: 36.5%;
    top: auto;
    bottom: 0;
    width: 37px;
    height: 37px;
    background: url("../images/righticon.png") center no-repeat;
}

/* footer */
.footer{
    width: 100%;
}
.slide5 .footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.foot-links{
    border-top: 1px #e0e0e0 solid;
    padding: 0.5rem 0;
    line-height: 1rem;
    background: #f0f0f0;
    text-align: center;
}
.foot-links a{
    display: inline-block;
    font-size: 0.6rem;
    color: rgba(0,0,0,0.5);
}
.foot-links a:hover{
    color: #b17f4c;
}
.foot-contact{
    padding: 0.5rem 0 0.5rem 10%;
    line-height: 1rem;
    font-size: 0.66rem;
    color: rgba(0,0,0,0.5);
    background: #fbfbfb;
    text-align: left;
    font-family: Arial;
}
/* footer end */
/* 第五 模块 end*/

/* sub pages */
.sub-banner{}
.sub-banner img{
    display: block;
    width: 100%;
}
.sub-section{
    font-size: 0.533rem;
    line-height: 1rem;
    color: #454545;
    max-width: 720px;
    overflow: hidden;
}
.sub-nav,.nav-list{
    padding: 0.5rem 3% 0.1rem;
    border-bottom: 0.3rem #f4f4f4 solid;
}
.sub-nav ul,.nav-list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sub-nav ul li,.nav-list ul li{
    width: 23%;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1.2rem;
    background: #f8f8f8;
    text-align: center;
    margin: 0 1% 0.5rem;
}
.nav-list ul li{
    width: 30%;
}
.sub-nav ul li a,.nav-list ul li a{
    font-size: 0.66rem;
    color: #333333;
}
.sub-nav ul li.active,.nav-list ul li.active{
    background: #b17f4c;
}
.sub-nav ul li.active a,.nav-list ul li.active a{
    color: #FFFFFF;
}
.common-section{
    padding: 0.5rem 3% 0;
}

.fy {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    padding-bottom: 0.5rem;
}
.fy a ,.fy span{
    display: inline-block;
    padding: 0 10px;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #787878;
    font-size: 0.7rem;
    font-family: MVBoli;
}
.fy span {
    color: #FFFFFF;
    background: #b17f4c;
}
.fy a:hover {
    background: #b17f4c;
    color: #FFFFFF;
}
.fy .a1 {}



.art-list{
    margin-top: 0.5rem;
}
.art-list ul li{
    width: 100%;
    box-shadow: 0 0 10px 0 #dddddd;
    margin-bottom: 1rem;
}
.art-list ul li .img{
    display: block;
    width: 100%;
    height: 10rem;
    overflow: hidden;
}
.art-list ul li .img img{
    display: block;
    width: 100%;
    height: 10rem;
    transition: all 0.3s;
}
.art-list ul li:hover .img img{
    transform: scale(1.1);
}
.art-list ul li .art-name{
    padding: 0.3rem 4%;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #b17f4c;
}
.art-list ul li .art-name h6{
    display: inline-block;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.66rem;
    font-weight: normal;
}
.art-list ul li .art-name span{
    float: right;
    padding-left: 20px;
    background: url("../images/eye2.png") left center no-repeat;
    font-size: 0.66rem;
}
.article .atitle:after{
    display: block;
    content: '';
    width: 72px;
    height: 2px;
    background: #b17f4c;
    margin-top: 10px;
    margin-bottom: 0.5rem;
}
.art-article{
    padding-top: 0.5rem;
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: rgba(0,0,0,0.8);
}
.art-article .art-title{
    margin-bottom: 1rem;
    color: #333333;
    font-size: 0.7rem;
    line-height: 1rem;
}
.art-article .art-title h6{
    font-size: 0.88rem;
    color: #b17f4c;
    font-weight: normal;
}
.art-article .art-title h6 span{
    display: block;
    font-size: 0.66rem;
    line-height: 0.8rem;
    text-transform: uppercase;
}
.art-article .art-title h6:after{
    display: block;
    content: '';
    width: 3rem;
    height: 2px;
    background: #b17f4c;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}
.other{
    margin-top: 1rem;
    background: #fdfdfd;
    padding: 0.2rem 2%;
    box-shadow: 0 0 5px 0 #cccccc;
}
.other-title{
    padding: 0.2rem 0;
    border-bottom: 1px #e5e5e5 solid;
    font-size: 0.8rem;
    color: #b17f4c;
    font-weight: normal;
    margin-bottom: 30px;
}
.other-title span{
    font-size: 0.5rem;
}
.order .other-title{
    margin-bottom: 0.8em;
}
.order .make{
    background: #fdfdfd;
}
.order .make ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.order .make ul li{
    width: 48%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 0 1% 0.5rem;
}
.order .make ul li input{
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 5px;
    font-size: 0.6rem;
    border: 1px #e3e3e3 solid;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fdfdfd;
}
.order .make ul li button{
    display: block;
    width: 100%;
    height: 1.5rem;
    background: #b17f4c;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.66rem;
}
.pages{
    line-height: 50px;
    margin-top: 20px;
}
.pages a{
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.58rem;
    background: #f7f7f7;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #b17f4c;
}

.cb17{
    color: #b17f4c;
}

.contact,.contact a{
    text-align: center;
    color: #898989;
}
.contact em{
    color: #b17f4c;
}
.contact a:hover{
    color: #b17f4c;
}
.contact-info{
    line-height: 1.2rem;
    font-size: 0.6rem;
}
.contact-info ul{
    text-align: center;
    display: flex;
    justify-content: center;
}
.contact-info ul li{
    display: inline-block;
    margin: 0.5rem 1rem 0;
    color: #333333;
}
.contact-info ul li img{
    display: block;
    width: 118px;
    height: 118px;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent{
    width:100%;
    height:340px;
    border:#ccc solid 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.news-article{}
.news-article .news-title{
    border-bottom: 0.3rem #f4f4f4 solid;
    padding-bottom: 0.4rem;
}
.news-article .news-title h6{
    font-size: 0.7rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.news-article .news-title p{
    font-size: 0.66rem;
    color: #999;
}
.news-article .detail{
    padding: 0.5rem 0;
}

.subNews-list{
    padding-bottom: 1rem;
}
.subNews-list ul li{
    padding: 0.4rem 0;
    background: url("../images/news-list-icon.png") 830px center no-repeat;
    border-bottom: 1px #eeeeee solid;
    transition: all 0.3s;
}
.subNews-list ul li .img{
    float: left;
    width: 27%;
    height: 4rem;
    overflow: hidden;
    position: relative;
}
.subNews-list ul li .img img{
    display: block;
    width: 100%;
    height: 4rem;
}
.subNews-list ul li .img .shade{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background: url("../images/news-img01.jpg") center no-repeat;
    z-index: 9;
}
.subNews-list ul li .snews-info{
    float: right;
    width: 70%;
}
.subNews-list ul li .snews-info h6{
    font-weight: normal;
    font-size: 0.66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.subNews-list ul li .snews-info p{
    font-size: 0.48rem;
    color: #828282;
    line-height: 0.8rem;
    height: 1.6rem;
    overflow: hidden;
}
.subNews-list ul li .snews-info .time{
    border-top: 1px #dfdfdf dashed;
    margin-top: 10px;
    font-size: 0.53rem;
}
.subNews-list ul li .snews-info .datetime{
    display: inline-block;
    padding-left: 0.8rem;
    color: #999;
    line-height: 1rem;
    font-size: 0.53rem;
    background: url("../images/time.png") left center no-repeat;
    background-size: auto 0.6rem;
}
.subNews-list ul li .snews-info .cb17{
    float: right;
    padding-left: 1rem;
    color: #999999;
    background: url("../images/eye1.png") left center no-repeat;
}

/* sub pages end */



















