@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft yahei","simhei", "simsun";
    list-style: none;
}
@font-face {
  font-family: "SourceHanSerifSC-Bold";
  src: url("font/SourceHanSerifSC-Bold.woff2") format("woff2"),
       url("font/SourceHanSerifSC-Bold.woff") format("woff"),
       url("font/SourceHanSerifSC-Bold.ttf") format("truetype"),
       url("font/SourceHanSerifSC-Bold.eot") format("embedded-opentype"),
       url("font/SourceHanSerifSC-Bold.svg") format("svg");
}
a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
body{
    width: 100%;
    height: 100%;
    min-width: 1422px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1200px;
}
/* 导览宽度 */
.w1422{
    width: 1422px;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1422px;
}
.wrap{
    width: 100%;
    height: 100%;
}
/* 通用顶部 */
.top_wrap{
    position: relative;
}
.top{
    width: 100%;
    min-width: 1422px;
    color: #fff;
    background-size: 100%;
    background:url(../images/General/topBg.png) repeat-y;
}
.top_text{
    margin-right: 150px;
    height: 39px;
    line-height: 39px;
}
.contactUs{
    width: 1422px;
    margin: 0 auto;
    min-width: 1422px;
}
.top_contactUs{
    text-align: center;
    /* padding: 23px; */
    background: #b1865a;
    position: absolute;
    right: 0;
    top: -39px;
    width: 108px;
    height: 61px;
}
.top_contactUs a{
    margin-top: 10px;
    display: block;
}
.top_contactUs a p:first-child{
    font-size: 18px;
    color: #ffffff;
}
.top_contactUs a p:last-child{
    font-size: 12px;
    color: #ffffff;
}
/* 导览logo */
.logo{
    margin-top: 87px;
}
.logo img{
    float: right;
    margin-right: 15px;
    width: 609px;
}
.Guide_logo{
    text-align: center;
    margin-top: 160px;
}
.Guide_logo img{
    width: 975px;
}
/* 导览按钮 */
.button_wrap{
    width: 1012px;
    margin:10% auto 0;
    display: flex;
    justify-content:space-between;
}
.button_wrap a{
    width: 146px;
    height: 41px;
    text-align: center;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 41px;
    color: #fff;
    border-radius: 20px;
    background-color:rgba(39,55,192,.7);
    padding-left: 20px;
    transition: all 0.2s;
}
.button_wrap a:hover{
    transform: scale(1.1);
}
.button_wrap a:nth-child(1){
    background-image: url(../images/Guide/buttonPic1.png);
    background-repeat: no-repeat;
    background-position: 25px center;
}
.button_wrap a:nth-child(2){
    background-image: url(../images/Guide/buttonPic2.png);
    background-repeat: no-repeat;
    background-position: 25px center;
}
.button_wrap a:nth-child(3){
    background-image: url(../images/Guide/buttonPic3.png);
    background-repeat: no-repeat;
    background-position: 25px center;
}
/* 背景轮播 */
.fullSlide{ position:absolute; z-index:-1; left:0; top:0; width:100%;  height:100%;  min-width:1000px;  }
.fullSlide ul{ height:100% !important; width:100% !important;  }
.fullSlide li{  height:100% !important; width:100% !important;}

.nav{
    background-color: #fff;
}
.nav_ul{
    overflow: hidden;
    float: left;

}
.nav_ul li{
    width: 124px;
    height: 100px;
    line-height: 20px;
    float: left;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    transition: all 0.2s;
}
.nav ul li p:first-child{
    margin-top: 35px;
}
.nav ul li p:last-child{
    font-size: 9px;
    color: #6f6f6f;
}
.nav ul li:last-child{
    border-right: none;
}
.nav_logo{
    width: 197px;
    /* margin: 7px 57px 0; */
    text-align: center;
    float: left;
    height: 100px;
}
.nav_logo img{
    width: 80px;
    margin-top: 7px;
}
/* nav-hover */

.head_nav{
    width: 100%;
    height: 260px;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 139px;
    display: none;
    z-index: 9999;
    min-width: 1422px;
}
.head_nav ul{
    overflow: hidden;
    float: left;
}
.head_nav ul li{
    width: 125px;
    float: left;
    text-align: center;
    height: 250px;
    padding-top: 11px;
    transition: all 0.2s;
}
.head_nav ul li:hover{
     background-color: #b28657;
}
.head_nav .nav_ul2 li:nth-child(1):hover{
    background: none;
}

.head_nav ul li a{
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 30px;
    position: relative;
    transition: all 0.2s;
}
.head_nav ul li a:hover::before{
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: -9px;
    top:14px;
}
/* 底部 */
#footer{
    width: 100%;
    margin-top: 90px;
    height: 428px;
    min-width: 1422px;
    background-color: #0b2c0b;
    position: relative;
}
.footer_left{
    width: 478px;
    height: 370px;
    background: url(../images/General/footer_pic4.png) no-repeat right center;
}
.footer_w1200{
    width: 1200px;
    margin: 0 auto;
    height: 428px;
}
.footer_nav{
    width: 399px;
    height: 134px;
    background-color: #b28657;
    position: absolute;
    top: -17px;
}
.footer_nav img{
    margin: 26px 0 0 24px;
}
.footer_nav ul{
    width: 380px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.footer_nav ul li{
    float: left;
    line-height: 30px;
}
.footer_nav ul li a{
    color: #ffffff;
}
.footer_address{
    padding-top: 144px;
    color: #fff;
}
.footer_address li{
    float: left;
    width: 230px;
    line-height: 40px;
}
.footer_address li:last-child{
    width: 360px;
}
.footer_address li:last-child p:last-child{
    font-size: 14px;
}
.footer_address li p:last-child{
    font-size: 24px;
}
.footer_address li p:last-child a{
    color: #fff;
}
.footer_pic{
    margin-right: 10px;
    margin-top: 8px;
}
.footer_center{
    width: 443px;
    height: 370px;
    background: url(../images/General/footer_picBg.png) no-repeat center 36px;
}
.footer_center img{
    margin: 199px 0 0 168px;
    width: 110px;
}
.footer_right{
    width: 279px;
    height: 370px;
    background: url(../images/General/footer_pic4.png) no-repeat left center;
}
.footer_right_time{
    margin: 76px 0 0 36px;
}
.footer_right_time p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.footer_right_time p:nth-child(1){
    font-size: 20px;
    color: #ffffff;
    line-height: 60px;
    padding-left: 50px;
    background: url(../images/General/footer_right_time.png) no-repeat left center;
}
.footer_right_time p:last-child{
    margin: 81px 0 0 144px;
}
.footer_link{
    float: left;
    overflow: hidden;
}
.footer_link span{
    float: left;
    color: #ffffff;
}
.footer_link ul{
    float: left;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.footer_link ul li{
    float: left;
    padding: 0 21px;
    background: url(../images/General/footer_linkBg.png) no-repeat right center;
}
.footer_link ul li a{
    font-size: 14px;
}
.footer_link ul li:last-child{
    background: none;
}
.footer_link ul li a{
    color: #ffffff;
}
.footer_copyRight{
    height: 74px;
    line-height: 74px;
    background-color: #0b2c0b;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.15)
}
.footer_copyRight li{
    color: #fff;
    display: block;
}
.footer_copyRight li a{
    color: #fff;
}
.w530{
    width: 530px;
    margin: 0 auto;
    overflow: hidden;
}
.w530 ul{
    overflow: hidden;
}

#banner .page_title{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
#banner img{
    width: 100%;
}
#banner .page_title_text{
    width: 238px;
    height: 55px;
    background-color: #b28657;
    position: absolute;
    top: -50px;
    padding: 5px 15px 20px;
}
#banner .page_title_text p:first-child{
    font-size: 36px;
    color: #ffffff;
}
#banner .page_title_text p:last-child{
    font-size: 16px;
    color: #fff;
}

/* 细览页面 */
.xl_page{
    margin-top: 20px;
}
.xl_page_title{
    font-size: 30px;
    text-align: center;
    line-height: 80px;
}
.xl_page_info{
    height: 40px;
    background-color: #f6f6f6;
    line-height: 40px;
    font-size: 14px;
    color: #6f6f6f;
}
.xl_page_info ul{
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.xl_page_content{
    margin-top: 30px;
}
.xl_page_content p{
    line-height: 35px;
}
.date{
    background: url(../images/General/date@2x.png) no-repeat right center;
    background-size: 7%;
}

.star_on{
    width: 17px;
    height: 15px;
    background: url(../images/General/star_on.png) no-repeat left center;
}
.star{
    width: 17px;
    height: 15px;
    background: url(../images/General/star.png) no-repeat left center;
}


@media screen and (max-width:1422px){
    body{
        min-width:1200px;
    }
    .w1422,.contactUs,.generalSection{
        min-width:1200px;
        width:100%; 
    }
    .logo{
        text-align:center;
    }
    .logo img{
        float: none;
    }
    .top{
        min-width: auto;
    }
    #slideBox,.generalSection,#footer,.head_nav{
        min-width: auto!important;
    }
    .top_contactUs{
        z-index: 999;
    }
    .Guide_logo,.logo{
        margin-top: 5%;
    }
    .button_wrap{
        margin: 10% auto 0;
    }
}