header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    padding: 30px 0;
    z-index: 998;
}
header .h_nav{
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
    margin-left: 149px;
}
header .h_nav li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 38px;
    font-family: 'SimSun';
    float: left;
}
.swiper-slide img{
    width: 100%;
    height: auto;
}
header .h_nav li span{
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
}
header .h_nav li p{
    font-size: 10px;
    text-transform: uppercase;
    color: #aab4b5;
    font-family:'Gentium Basic';
}
header .header-cont{
    margin-top: 20px;
}
header .header-cont i{
    width: 26px;
    height: 25px;
    display: inline-block;
}
/* header .header-cont div{
    display: inline-block;
    vertical-align: middle
} */
header .header-cont div.imgdwx{
    position: absolute;
    left: 50%;
    top: 83%;
    transform: translateX(-50%);
    width: 100px;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
header .header-cont .h_ss{
    position: relative;
}
header .header-cont .h_ss:hover .imgdwx{
    height: 100px;
}
header .header-cont .h_ss i{
    background: url(../../images/header-ss.png) no-repeat center;
    cursor: pointer;
}
/* header .header-cont .h_ss

*/
header .header-cont .h_ss:hover .from{
    width: auto;
    opacity: 1;
}
header .header-cont .h_ss .f_wx{
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.5s;
    transform: translateY(-50%);
}
header .header-cont .h_ss .from{
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  white-space: nowrap;
}
header .header-cont .h_ss .from .text{
    width: 250px;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 40px;
    background: #efefef
}
header .header-cont .h_ss .from .sub{
    width: 98px;
    background: #b18a45;
    color: #fff;
    /* display: inline-block; */
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-left: -5px;
}
header .header-cont .h_ss .from .sub:hover{
    background: #e5b053
}


header .header-cont .h_d{
    margin-left: 30px;
}
header .header-cont .h_d i{
    background: url('../../images/header-sc.png') no-repeat center;
    cursor: pointer;
}
.imgd{
    overflow: hidden;
}
.imgd img{
    width: 100%;
    height: auto;
    transition: 0.5s all
}
.imgd:hover img{
    transform: scale(1.1)
}
.abheader{
    background: #203e55;
}
.abheader .h_nav li span{
    /* color: #333333 */
}
.abheader .header-cont .h_ss i{
    /* background-image: url('../images/header-ss-on.png') */
}
.abheader .header-cont .h_d i{
    background-image: url(../../images/header-sc-on.png)
}
@font-face{
    font-family:'Gentium Basic';
    src:url('fonts/genbasb.ttf');
}
.index-set1{
    background: #f7f7f7;
    padding: 90px 0;
}
.index-title{
    text-align: center;
}
.index-title h3{
    font-size: 36px;
    color: #203e55;
    font-family: 'SimSun';
    font-weight: bold;
    line-height: 1.2;
}
.index-title p{
    text-transform: uppercase;
    font-size: 24px;
    color: #4b6375;
    font-family: 'Gentium Basic';
}
.index-title i{
    width: 40px;
    height: 1px;
    background: #cfb07b;
    display: block;
    margin: 16px auto 0;
}
.header{
    /* border-bottom: 1px solid #93a1a1; */
    padding: 16px 0;
}
/* .header .h_nav li{
    
} */
.header .h_nav li a{
    position: relative;
    display: block;
}
.header .h_nav li a::before{
    position: absolute;
    bottom: -24px;
    width: 0%;
    height: 2px;
    content: '';
    background: #cfb07b;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s
}
.header .h_nav li.on a p,
.header .h_nav li:hover a p,
.header .h_nav li.on a span,
.header .h_nav li:hover a span{
   color: #cfb07b
}
.index-set1 .cont{
    width: 904px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #2d4a5f;
    padding-top: 30px;
}
.index-more{
    width: 160px;
    text-align: center;
    line-height: 40px;
    background: #cfb07b;
    display: block;
    margin: 80px auto 0;
    color: #fff;
}
.index-more span{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    /* font-weight: bold */
}
.index-more img{
    display: none
}
.index-set2{
    padding: 90px 0;
}
.index-set2-cont ul{
    padding-top: 36px;
}
.index-set2-cont ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
}
.swiper-pagination-bullet-active{
    background: #cfb07b !important;
}
.index-set2-cont ul li:nth-of-type(3n){
    margin-right: 0;
}
.index-set2-cont ul li .text{
    text-align: center;
    padding: 20px 0;
}
.index-set2-cont ul li .text h6{
    font-size: 24px;
    color: #203e55;
    font-weight: bold;
    font-family:'SimSun'
}
.index-set2-cont ul li .text p{
    color: #989898;
    font-size: 16px;
    font-family:'Gentium Basic';
}
.index-set3{
    padding: 90px 0;
    background: #f7f7f7
}
.index-set3 ul{
    margin-top: 36px;
}
.index-set3 li{
    width: calc(100% / 3);
    float: left;
    text-align: center;
    border-right: 1px solid #f7f7f7;
    height: 367px;
}
.index-set3 li:nth-of-type(3n){
    margin-right: 0;
}
.index-set3 li .imgli{
    background: #fff;
    padding: 60px 0;
    transition: all 0.5s;
    position: relative;
}
.index-set3 li .imgli::before{
    width: 25px;
    height: 12px;
    content: '';
    background: url('../../images/jt-index.png') no-repeat center;
    position: absolute;
    right: 50%;
    top: 30px;
    opacity: 0;
    transition: all 0.5s;
}
.index-set3 li:hover .imgli::before{
    opacity: 1;
    right: 8%;
}
.index-set3 li:hover .imgli{
    padding: 110px 0;
    background: #8a0055;
}
.index-set3 li .imgli i{
    width: 86px;
    height: 77px;
    display: block;
    margin: 0 auto;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: all 0.5s
}
.index-set3 li:nth-of-type(1) .imgli i{
    background-image: url('../../images/index-set3-ico1.png');

}
.index-set3 li:nth-of-type(2) .imgli i{
    background-image: url('../../images/index-set3-ico2.png');

}
.index-set3 li:nth-of-type(3) .imgli i{
    background-image: url('../../images/index-set3-ico3.png');

}
.index-set3 li .imgli h6{
    font-size: 24px;
    color: #203e55;
}
.index-set3 li .imgli p{
    font-size: 20px;
    text-transform: uppercase;
    color: #4d6577;
    font-family: 'Gentium Basic';
}
.index-set3 li:hover .imgli h6{
    color: #fff;
}
.index-set3 li:hover .imgli p{
    color: #fff
}
.index-set3 li:hover .imgli i{
    background-position: center -82px;
}
.index-set4{
    padding: 90px 0;
}
.index-set4-es{
  margin-top: 36px;
    background: #f7f7f7;
}
.index-set4-es .le-new{
    width: 47.5%;
    overflow: hidden;

}
.index-set4-es .le-new img{
    width: 100%;
    height: auto;
    transition: all 0.5s
}
.index-set4-es .le-new:hover img{
    transform: scale(1.1)
}
.index-set4-es .re-new{
    width: 52.5%;
}
.index-set4-es .re-new .imgd,
.index-set4-es .re-new .text{
    width: 50%;
}
.index-set4-es .re-new .imgd{
    overflow: hidden;
}
.index-set4-es .re-new .imgd img{
    width: 100%;
    height: auto;
    transform: scale(1);
    /* -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); */

transition: all 0.5s
}
.index-set4-es .re-new li:hover .imgd img{
    /* -webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(100%);
filter: grayscale(0%); */
transform: scale(1.1);

}
.index-set4-es .re-new .text{
    padding: 54px;
}
.index-set4-es .re-new .text span{
    font-size: 18px;
    color: #d4b98a;
}
.index-set4-es .re-new .text h6{
    font-size: 16px;
    color: #203e55;
    padding: 10px 0;
}
.index-set4-es .re-new .text i{
    width: 25px;
    height: 2px;
    background: #cfb07b;
    display: block;
    margin: 16px 0;
}
.index-set4-es .re-new .text p{
    font-size: 16px;
    color: #9d9d9d;
}
.re-new-index1{
    position: relative;
}
.re-new-index1 .hd{
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 40px;
    font-size: 0;
    padding: 0 6%;
}
.re-new-index1 .hd li{
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: #203e55;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
}
.re-new-index1 .hd li.on{
    background: #cfb07b
}
.re-new-index2{
    position: relative;
}
.re-new-index2 .hd{
    width: 50%;
    right: 0;
    bottom: 40px;
    font-size: 0;
    padding: 0 6%;
    position: absolute;
}
.re-new-index2 .hd li{
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: #203e55;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
}
.re-new-index2 .hd li.on{
    background: #cfb07b
}
.index-set4-map{
    margin-top: 90px;
    position: relative;
}
.index-set4-map > img{
    width: 100%;
    height: auto;
}
.map-set4{
    width: 540px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    padding: 28px;
    font-size: 16px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1)
}
.map-set4 .ls .ys{
    display: inline-block;
    font-size: 18px;
    /* vertical-align: text-bottom; */
}
.map-set4 .ls a{
    /* display: inline-block; */
    /* vertical-align: text-top; */
    width: 126px;
    text-align: center;
    border: 1px solid #203e55;
    color: #203e55;
    margin-left: 20px;
    margin-top: 10px;
    line-height: 2;
}
.map-set4 .ls a:hover{
    color: #fff;
    background: #cfb07b;
    border-color: #cfb07b
}
.map-set4 .ls .ys p:first-of-type{
    color: #203e55
}
footer{
    background: #203e55
}
footer li{
    display: inline-block;
    vertical-align: text-top;
    margin-right: 110px;
}
footer li:last-of-type{
    margin-right: 0;
}
footer li dt span{
    font-size: 16px;
    color: #fff;
    font-family: 'SimSun';
    font-weight: bold;
}
footer li dt p{
    font-size: 12px;
    color: #909faa;
    text-transform: uppercase;
}
footer li dt::after{
    width: 20px;
    height: 1px;
    display: block;
    content: '';
    background: #cfb07b;
    margin: 10px 0;
}
footer li dd {
    margin-bottom: 6px;
}
footer li dd a{
    font-size: 15px;
    color: #909faa;
    /* margin-bottom: 10px; */
}
footer li dd .wx{
    margin-top: 68px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
footer li dd .wx p{
    margin-top: 5px;
}
footer .footer{
    padding: 72px 0 42px;
}
.foo_b{
    width: 100%;
    background: #8a0055;
    color: #fff;
    line-height: 50px;
    text-align: right
}
.about-nav{
    text-align: center;
    line-height: 82px;
    border-bottom: 1px solid #e5e5e5;
    font-size:0;
}
.about-nav a{
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    margin-right: 94px;
    position: relative;
    font-size: 16px;
}
.about-nav a:last-of-type{
    margin-right: 0;
}
.about-nav a::before{
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    background: #cfb07b;
    opacity: 0;
    transition: all 0.5s;
}
.about-nav a:hover{
    color: #cfb07b;
}
.about-nav a.on::before,
.about-nav a:hover::before{
    width: 100%;
    opacity: 1;
}
.about-mb{
    font-size: 16px;
    color: #707070;
    padding: 42px 0;
}
.about-mb a{
    color: #707070
}
.about-mb a:last-of-type{
    color: #203e55
}
.about-mb a:hover{
    color: #203e55
}
.xzzc-cont{
    padding-bottom: 60px;
}
.xzzc-cont .xzzc-rt{
    width: 33.42%;
}
.xzzc-cont .xzzc-lcont{
    width: 61.71%;
}
.xzzc-cont .xzzc-rt .imgd img{
    width: 100%;
    height: auto;
}
.xzzc-cont .xzzc-rt .text{
    text-align: center;
    background: #cfb68e;
   color: #fff;
   padding: 16px 0;
}
.xzzc-cont .xzzc-rt .text span{
    font-size: 18px;
}
.xzzc-cont .xzzc-rt .text p{
    font-size: 24px;
    font-family:'Gentium Basic';
    line-height: 1.3;
}
.xzzc-cont .xzzc-lcont h3{
    font-size: 24px;
    color: #203e55;
    margin-bottom: 20px;
}
 .cont{
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ceb68e;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.xzzc-cont .xzzc-lcont .cont1{
    font-size: 16px;
    color: #203e55
}
.qywh-cont{
    padding-bottom: 68px;
}
.qywh-cont .ul> li{
    width: 49%;
    float: left;
    margin-bottom: 25px;
}
.qywh-cont .ul > li:nth-of-type(3){
    width: 100%;
}
.qywh-cont .ul> li:first-of-type{
    margin-right: 2%;
}
.qywh-cont .ul> li .text{
    background: #f6f6f6;
    padding: 50px;
}
.qywh-cont .ul> li .text .did{
    display: inline-block;
    vertical-align: middle;
    padding: 43px 26px;
    margin-right: 50px;
}
.qywh-cont .ul> li .text .did h6{
    font-size: 24px;
    color: #2d4a5f;
    line-height: 1.4;
    font-weight: bold;
}
.qywh-cont .ul> li .text .did h6::after{
    width: 40px;
    height: 1px;
    display: block;
    content: '';
    background: #2d4a5f;
    margin: 10px 0;
}
.qywh-cont .ul> li .text > p{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #2d4a5f;
    width: 60%;
}
.qywh-cont .ul> li .des{
    width: 76%;
    display: inline-block;
    vertical-align: middle
}
.qywh-cont .ul> li .des li{
    float: left;
    /* width: 20%; */
    border-left: 1px solid #dfe2e4;
    padding-left: 12px;
    margin-right: 31px;
}
.qywh-cont .ul> li .des li:last-of-type{
    margin-right: 0;
}
.qywh-cont .ul> li .des li h6{
    font-size: 16px;
    color: #203e55;
    line-height: 1;
    margin-bottom: 10px;
}
.qywh-cont .ul> li .des li p{
    color: #666;
}
.gxls-cont{
    width: 100%;
}
.gxls-cont li{
    padding: 16px 0;
    border-bottom: 1px solid #dfdfdf;
    
}
.gxls-cont .timer{
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #cfb07b;
    margin-top: 68px;
}
.gxls-cont .dst{
    display: inline-block;
    vertical-align: middle;
    color: #003333;
    font-size: 24px;
    width: 40%;
    margin-top: 68px;
}
.dts-more{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #666;
    margin: 50px 0;
    cursor: pointer;
}
.zmxy-cont{
    width: 100%;
    padding-bottom: 38px;
}
.zmxy-cont h4{
    font-size: 18px;
    color: #203e55;
    width: 80%;
    margin-bottom: 48px;
}
.zmxy-cont li{
    width: 24%;
    float: left;
    margin-right: 1.333%;
    margin-bottom: 20px;
}
.zmxy-cont li:nth-of-type(4n){
    margin-right: 0;
}
.zmxy-cont li .imgd{
    margin-bottom: 12px;
}
.zmxy-cont li .imgd img{
    transform: scale(1)
}
.zmxy-cont li h6{
    font-size: 16px;
    color: #203e55
}
.zmxy-cont li p{
    font-size: 14px;
    color: #666;
}
.xxts-cont{
    width: 100%;
    padding-bottom: 80px;
}
.xxts-cont li{
    background: #f4f4f4;
    position: relative;
}
.xxts-cont li .imgd{
    width: 50%;
}
.xxts-cont li .text{
    position: absolute;
    width: 50%;
   
}
.xxts-cont li .text h6{
    font-size: 24px;
    color: #203e55;
    margin-bottom: 18px;
}
.xxts-cont li .text h6 span{
    color: #cfb07b;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.xxts-cont li .text .cont{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}
.xxts-cont li:nth-of-type(2n) .imgd{
    float: right;
}
.xxts-cont li:nth-of-type(2n-1) .text{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%;
}
.xxts-cont li:nth-of-type(2n) .text{
    left:  0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%;
}
.gltd-cont{
    width: 100%;
    padding-bottom: 50px;
}
.gltd-cont .w1400 > p{
    font-size: 18px;
}
.gltd-tit{
    width: 100%;
    margin-bottom: 40px;
}
.gltd-tit h6{
    font-size: 28px;
    color: #203e55;
    font-weight: bold;
}
.gltd-tit p{
    font-size: 16px;
    color: #666;
}
.gltd-set1 li{
    background: #f4f4f4;
    margin-bottom: 30px;
}
.gltd-set1 li .imgd{
    width: 24%;
    display: inline-block;
    vertical-align: middle
}
.gltd-set1 li .text{
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 5%;
    
}
.gltd-set1 li .text h6{
    font-size: 16px;
    color: #203e55
}
.gltd-set1 li .text span{
    font-size: 20px;
    color: #cfb07b;
    padding: 2px 0 12px;
    display: block;
    margin: 2px 0;
}
.gltd-set1 li .text span::after{
    width: 30px;
    content: '';
    height: 1px;
    display: block;
    background: #cfb07b;
}
.gltd-set1 li .text .ul{
    margin-bottom: 10px;
}
.gltd-set1 li .text .ul p{
    /* display: inline-block;
    vertical-align: middle; */
    font-size: 14px;
    color: #203e55;
    line-height: 2;
}
.gltd-set1 li .text .ul p::before{
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: #cfb07b;
    border-radius: 50%;
    margin-right: 8px;
}
.gltd-set1 li .text .cont{
    color: #666666;
    font-size: 14px;
}
.gltd-set1{
    padding-bottom: 30px;
}
.gltd-set2{
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid #d9c19b;
    margin-bottom: 20px;
}
.gltd-set2 li{
    width: 49%;
    float: left;
    margin-right: 2%;
}
.gltd-set2 li:nth-of-type(2n){
    margin-right: 0;
}
.gltd-set2 li .imgd{
    width: 50%;
    display: inline-block;
    vertical-align: text-top;
}
.gltd-set2 li .text{
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
    padding-left: 3%;
    padding-top: 16px;
}
.gltd-set2 li .text h5{
    font-size: 16px;
    color: #203e55;
}
.gltd-set2 li .text span{
    display: block;
    font-size: 20px;
    color: #cfb07b;
    margin-bottom: 12px;
    margin-top: 8px;
}
.gltd-set2 li .text span::after{
    width: 30px;
    content: '';
    height: 1px;
    display: block;
    background: #cfb07b;
    margin-top: 5px;
    margin-bottom: 16px;
}
.gltd-set2 li .text h6{
    font-size: 16px;
    color: #203e55;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}
.gltd-set2 li .text h6::before{
    width: 6px;
    height: 6px;
    content: '';
    background: #cfb07b;
    position: absolute;
    left: 6px;
    top: 8px;
    border-radius: 50%;
}
.gltd-set2 li .text p{
    font-size: 16px;
    color: #666;

}
.xysb-cont {
    padding-bottom: 42px;
}
.xysb-cont li{
    width: 49%;
    float: left;
    margin-right: 2%;
}
.xysb-cont li:nth-of-type(2n){
    margin-right: 0;
}
.xysb-cont h3{
    font-size: 18px;
    color: #203e55;
    width: 80%;
    margin-bottom: 42px;
}
.xysb-cont li .imgd img{
    /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%); */
    transition: all 0.5s;
}
.xysb-cont li  h6{
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
}
.xysb-cont li:hover .imgd img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
}

.lxwm-set1-cont{
    width: 100%;
    background: #f4f4f4;
    padding: 60px 38px;
}
.lxwm-set1-cont .wx_fl{
    width: 35%;
    padding-top: 38px;
}
.lxwm-set1-cont .wx_fr{
    width: 65%;
}
.lxwm-set1-cont .wx_fl dd{
    margin-bottom: 38px;
}
.lxwm-set1-cont .wx_fl dd .pj{
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    width: 85%;
}
.lxwm-set1-cont .wx_fl dd .pj span{
    font-size: 18px;
    color: #203e55;
    line-height: 1;
  
    
}
.lxwm-set1-cont .wx_fl dd .pj p{
    color: #666666;
    font-size: 24px;
    line-height: 1;
    margin-top: 8px;
    font-family:'Gentium Basic';
}
.lxwm-set1-cont .wx_fl dd:last-of-type .pj p{
    font-size: 18px;
    line-height: 1.5;
    width: 80%;
}
.lxwm-set1-cont .wx_fl dt .ph{
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.lxwm-set1-cont .wx_fl dt{
    margin-left: 39px;
}
.lxwm-set1-cont .wx_fr h3{
    font-size: 24px;
    color: #203e55;
    margin-bottom: 28px;
}
.lxwm-set1-cont .wx_fr .text{
    display: block;
    float: left;
    width: 49%;
    background: #fff;
    line-height: 58px;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 18px;
}
.lxwm-set1-cont .wx_fr .text:first-of-type{
    margin-right: 2%;
}
.lxwm-set1-cont .wx_fr textarea{
    display: block;
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 16px;

}
.lxwm-set1-cont .wx_fr .submit{
    width: 200px;
    line-height: 58px;
    background: #cfb07b;
    font-size: 16px;
    color: #fff;
    margin-top: 18px;
}
.lxwm-set2 .index-set4-map{
    margin-top: 40px;
}
.lxwm-set2{
    padding-bottom: 68px;
}
.jyln-set{
    padding-bottom: 62px;
    /* width: 100%; */
}
.jyln-set li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 26px;
}
.jyln-set li:nth-of-type(2n){
    margin-right: 0;
}
.jyln-set li img{
    width: 100%;
    height: auto;
}
.jyln-set li .text{
    background: #f4f4f4;
    padding: 32px;
}
.jyln-set li .text h6{
    font-size: 24px;
    color: #203e55;
    margin-bottom: 8px;
}
.jyln-set li .text p{
    font-size: 16px;
    color: #666;
    height: 68px;
}
.jyln-set li .text a{
    width: 126px;
    line-height: 35px;
    display: block;
    text-align: center;
    background: #cfb07b;
    color: #fff;
    font-size: 14px;
    margin-top: 18px;
    /* font-size: 18px; */
    text-transform: uppercase;
}
.jyln-set li .text a::after{
    /* width: 25px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url('../images/jyms-ico.png') no-repeat center;
    margin-left: 3px; */
}
.about-mb .fr{
    font-size: 16px;
    color: #666 !important;
}
.about-mb .fr::before{
    width: 9px;
    height: 15px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    background: url('../../images/hsxyj.jpg') no-repeat center;
}
.jylndef-cont{
    width: 100%;
}
.jylndef-cont h3{
    text-align: center;
    font-size: 30px;
    color: #203e55;
    margin-bottom: 20px;
}
.jylndef-cont .jylndef-cot{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.jylndef-cont .jylndef-cot p{
    margin-bottom: 18px;
}
.jylndef-cont .jylndef-cot figure{
    text-align: center;
}
.jyln-des{
    width: 100%;
    padding: 20px 0 42px;
    border-bottom: 1px solid #c5c5c5
}
.jyln-des .ds{
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 50px;
}
.jyln-des .de{
    width: 27%;
    display: inline-block;
    vertical-align: middle;

    border-left: 1px solid #d2d8dd;
    padding: 50px 0;
    padding-left: 50px;
}
.jyln-des .de li{
    font-size: 16px;
    color: #203e55;
    margin-bottom: 16px;
}
.jyln-des .de li p{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.jyln-des .de li:last-of-type{
    margin-bottom: 0;
}
.jyln-des .de li::before{
    width: 6px;
    height: 6px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #cfb07b;
    border-radius: 50%;
    margin-right: 6px;
}
.jylndef-ves{
    padding: 38px 0;
}
.jylndef-ves .ded{
    color: #203e55;
    font-size: 16px;
}
.jylndef-ves .fr{
    width: 160px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    background: #cfb07b;
    color: #fff;
}
.jstd-cont{
    width: 100%;
    padding-bottom: 68px;
}
.jstd-cont li{
    width: 24%;
    margin-right: 1.333%;
    float: left;
    margin-bottom: 24px;
}
.jstd-cont li .imgd{
    height: 350px;
}
.jstd-cont li:nth-of-type(4n){
    margin-right: 0;
}
.jstd-cont li .text{
    background: #f4f4f4;
    padding: 20px;
}
.jstd-cont li .text h6{
    font-size: 16px;
    font-weight: bold;
    color: #203e55
}
.jstd-cont li .text span{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #cfb07b
}
.jstd-cont li .text span::after{
    width: 31px;
    height: 1px;
    display: block;
    content: '';
    background: #cfb07b;
    margin-top: 4px;
    margin-bottom: 8px;
}
.jstd-cont li .text .cont{
    font-size: 14px;
    color: #203e55;
    height: 128px;
}
.jstd-cont li .text .cont p{
    padding-left: 20px;
    position: relative;
}
.jstd-cont li .text .cont p::before{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cfb07b;
    position: absolute;
    left: 6px;
    top: 9px;
    content: '';
}
.kcjs-cont-set{
    padding-bottom: 36px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 48px;
    font-size: 18px;
    color: #203e55
}
.kcjs-cont .index-title{
    margin-bottom: 38px;
}
.kcjs-cont .cont{
    text-align: center;
    padding-bottom: 50px;
}
.kcjs-cont .cont img{
    max-width: 100%;
    height: auto;
}
.xly-set{
    padding-bottom: 50px;
}
.xly-set .dts{
    font-size: 20px;
    color: #203e55
}
.xly-set .cont{
    text-align: center;
    padding: 20px 0;
}
.xly-set .tse{
    font-size: 16px;
    color: #666;
    margin-top: 35px;
}
.xly-set .tse p{
    margin-bottom: 8px;
    line-height: 2;
}
.ysh-set{
    background: #f4f4f4;
    padding: 149px 0;
    position: relative;
    margin: 36px 0;
}
.ysh-set .ysh-set-text{
    width: 50%;
    margin-left: auto;
    padding: 0 6%;
}
.ysh-set .ysh-set-text h3{
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
    position: relative;
}
.ysh-set .ysh-set-text h3::before{
    width: 32px;
    height: 23px;
    content: '';
    position: absolute;
    left: -32px;
    top: -20px;
    background: url('../../images/xysh-ico.png') no-repeat center;
}
.ysh-set .ysh-set-text .dis{
   
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.ysh-set .ysh-set-text .dis:first-of-type{
    border-bottom: 1px solid #b3a582;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.ysh-set .ysh-set-text .dis span{
   color: #404040;
   font-weight: bold;
}
.ysh-set .imgd{
    position: absolute;
    width: 48%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ysh-set2{
    padding-bottom: 40px;
    padding-top: 86px;
}
.ysh-set2 li{
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 10px;
}
.ysh-set2 li:nth-of-type(2n){
    margin-right: 0;
}
.ysh-set2 li h6{
    padding: 10px 0;
    font-size: 16px;
}
.sqlc-set{
    background: #f4f4f4;
    padding-bottom: 68px;
}
.sqlc-set-view{
    width: 100%;
    padding: 108px;
    background: #fff;
}
.sqlc-set-view h3{
    font-size: 24px;
    color: #203e55
}
.sqlc-set-view .span{
    color: #cfb07b;
    font-size: 18px;
    padding: 16px 0 18px;
}
.sqlc-set-view li{
    margin-bottom: 50px;
}
.sqlc-set-view li > p{
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #cfb07b;
    line-height: 80px;
    vertical-align: text-top;
}
.sqlc-set-view li .ts{
    width: 1044px;
    display: inline-block;
    vertical-align: text-top;
    padding-left: 16px;
    line-height: 2.5;
    font-size: 14px;
    color: #666
}
.sqlc-set-view li .ts h6{
    font-size: 16px;
    color: #203e55;
    margin-bottom: 10px;
}
.sqlc-set-view li .ts .dst span{
    color: #cfb07b
}
.sqlc-set-view li .ts .dst h4{
    font-size: 16px;
    color: #333333
}
.sqlc-set-view li .ts .dst img{
    margin: 10px 0;
}
.sqlc-set-view li .ts .dst .xs{
    padding-left: 50px;
    color: #202020;
    font-size: 14px;
}
.sqlc-set-view .ph{
    border-top: 1px solid #e3e3e3;
    padding-top: 42px;
}
.sqlc-set-view .ph > p{
    font-size: 16px;
    color: #202020;
    margin-bottom: 6px;
}
.sqlc-set-view .ph .wxzx{
    width: 100%;
}
.sqlc-set-view .ph .wxzx .wx{
    display: inline-block;
    vertical-align: middle;
}
.sqlc-set-view .ph .wxzx .txt{
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    color: #000000
}
.sqlc-set-view .ph .wxzx .wx p{
    margin-top: 6px;
    color: #000000;
    text-align: center
}
.sqlc-set-view .ph .wxzx .txt span{
    color: #d2b583;
    font-size: 18px;
}
.xfjxj-cont{
    width: 100%;
    padding: 50px 80px;
    background: #fff;
}
.xfjxj-cont .xfjxj-set1{
    width: 100%;
    margin-bottom: 12px;
}
.xfjxj-cont .xfjxj-set1 h6{
    font-size: 24px;
    color: #203e55;
    margin-bottom: 6px;
}
.xfjxj-cont .xfjxj-set1 p{
    font-size: 16px;
    color: #666666
}
.xfjxj-cont .xfjxj-set2 h6{
    font-size: 24px;
    color: #203e55;
    margin-bottom: 6px;
}
.xfjxj-cont .xfjxj-set2 > p{
    font-size: 16px;
    color: #666666
}
.xfjxj-cont .xfjxj-set2  ul{
    margin: 30px 0 60px;
}
.xfjxj-cont .xfjxj-set2 li{
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
    padding: 68px 0;
    box-shadow: 0 10px 20px #d1dbe3
}
.xfjxj-cont .xfjxj-set2 li:nth-of-type(3){
    margin-right: 0;
    background: linear-gradient(to right,#6c90ab,#244259);
}
.xfjxj-cont .xfjxj-set2 li h4{
    font-size: 32px;
    font-family: 'SimSun';
    color: #fff;
}
.xfjxj-cont .xfjxj-set2 li:first-of-type{
    background: linear-gradient(to right,#de59ab,#8d0358);
}
.xfjxj-cont .xfjxj-set2 li p{
    color: #fff;
    font-size: 16px;
}
.xfjxj-cont .xfjxj-set2 li:nth-of-type(2){
    background: linear-gradient(to right,#c8aa78,#b08e53);
}
.xfjxj-cont .xfjxj-set2 h5{
    color: #cfb07b;
    font-size: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 12px;
}
.xfjxj-cont .xfjxj-set2 .cont{
    font-size: 20px;
    color: #25435a
}
.yycj-cont{
    width: 100%;
    width: 100%;
    padding: 60px 80px;
    background: #fff;
}
.yycj-cont h3{
    font-size: 24px;
    color: #25435a;
    margin-bottom: 10px;
}
.yycj-set1{
    padding-bottom: 68px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 42px;
}
.yycj-set1 span{
    color: #ca2488;
    font-size: 18px;
}
.yycj-set1 li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 38px;
    text-align: center
}
.yycj-set1 li:nth-of-type(3){
    margin-right: 0;
}
.yycj-set1 li .imgd img{
    width: 100%;
    height: auto;
}
.yycj-set1 li h6{
    font-size: 18px;
    color: #000;
    margin-top: 16px;
    font-weight: bold;
}
.yycj-set1 li  p{
    font-size: 16px;
    color: #666666;
}
.yycj-set2 > span{
    color: #8a0055;
    font-size: 18px;
}
.yycj-set2 li{
    width: 32.5%;
    float: left;
    margin-right: 1.25%;
    border: 1px solid #cacaca;
    margin-bottom: 20px;
    padding: 12px 10px;
}
.yycj-set2 li:nth-of-type(3n){
    margin-right: 0;
}
.yycj-set2 ul{
    margin-top: 36px;
}
.yycj-set2 li span{
    font-size: 14px;
    color: #203e55;
    display: inline-block;

}
.yycj-set2 li span::after{
    width: 1px;
    height: 14px;
    content: '';
    background: #b2b2b2;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}
.yycj-set2 li:last-of-type{
    border: none;
    background: #cfb07b;



}
.yycj-set2 li .submit{
    width: 100%;
    background: #cfb07b;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
   /* line-height: 40px; */
}
.yycj-set2 .cont{
    font-size: 16px;
    color: #666;
    padding-top: 26px;
}
.yycj-set2 .cont em{
    color: #8a0055;
    font-weight: bold;
}
.sqlc-set-view .des{
    width: 1000px;
    display: inline-block;
    vertical-align: text-top;
    padding-left: 20px;
}
.sqlc-set-view .des h6{
    font-size: 18px;
    color: #203e55;
    margin-bottom: 8px;
    /* font-weight: bold; */
}
.sqlc-set-view .des .cont{
    color: #666666;
    font-size: 16px;
}
.sqlc-set-view .des .cont span{
    color: #cfb07b
}
/* .sqlc-set-view .des .cont p{
    margin-bottom: 16px;
}
.sqlc-set-view .des .cont p:last-of-type{
    margin-bottom: 0;
} */
.zshd-set li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 18px;
}
.zshd-set li:nth-of-type(2n){
    margin-right: 0;
}
.zshd-set li .de{
    background-color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    color: #666;
    position: relative
}
.zshd-set li .de span{
    color: #203e55
}
.zshd-set li .de::before{
    width: 27px;
    height: 13px;
    content: '';
    background: url('../../images/zshd-ico.png') no-repeat center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.cjwt-set{
    background: #fff;
    padding: 106px
}
.cjwt-set h3{
    font-size: 24px;
    color: #203e55;
    margin-bottom: 32px;
  
}
.cjwt-set h6{
    font-size: 16px;
    line-height: 60px;
    background: #f4f4f4;
    padding: 0 26px;
    color: #000;
    cursor: pointer;
    position: relative;
}
.cjwt-set li{
    margin-bottom: 20px;
}
.cjwt-set h6 span{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: #203e55;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    margin-right: 16px;
    color: #fff

}
.cjwt-set h6 span::before{
    content: 'Q'
}
.cjwt-set li .tst{
    width: 100%;
    height: 0;
    overflow: hidden;
}
.cjwt-set li .cont{
    padding: 28px 38px;
    font-size: 16px;
    color: #666;
}
.cjwt-set h6::before{
    content: '+';
    font-family: 'SimSun';
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666
}
.cjwt-set li.on h6{
    background: #cfb07b;
    color: #fff;
}

.cjwt-set li.on span::before{
    content: 'A'
}
.cjwt-set li.on span{
    background: #fff;
    color: #333;
}
.cjwt-set li.on h6::before{
    content: '-';
    color: #fff;
}
.cjwt-set li.on{
    margin-bottom: 0;
}
.cjwt-set li.on .tst{
    height: auto;
}
.new-cont li{
    padding: 26px 0;
    border-bottom: 1px solid #e3e3e3
}
.new-cont li .imgd{
    width: 235px;
}
.new-cont li .text{
    width: 1060px;
    padding-top: 26px;
    transition: all 0.5s;
}
.new-cont li:hover .text{
    transform: translateX(-20px)
}
.new-cont li:hover .text .dse h6{
    color: #cfb07b
}
.new-cont li .text .dse{
    display: inline-block;
    vertical-align: middle;
    width: 88%;
    padding-right: 50px;
}
.new-cont li .text .timer{
    width: 11%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    border-left: 1px solid #cccccc;
}
.new-cont li .text .dse h6{
    font-size: 24px;
    color: #203e55;
    font-weight: bold;
}
.new-cont li .text .dse h6::after{
    width: 36px;
    height: 2px;
    content: '';
    display: block;
    background: #cfb07b;
    margin: 8px 0;
}
.new-cont li .text .dse p{
    font-size: 18px;
    color: #666;
    line-height: 2;
}
.new-cont li .text .timer span{
    font-size: 60px;
    color: #dfcaa7;
    font-family: 'SimSun';
    line-height: 1;
}
.new-cont li .text .timer p{
    font-size: 16px;
    color: #333333
}
.wxgzh-cont{
    width: 100%;
}
.wxgzh-cont .wxgzh-li{
    width: 78%;
    border-right: 1px solid #e3e3e3;
    padding-right: 50px;
}
.wxgzh-wx{
    width: 22%;
    text-align: center;
}
.wxgzh-wx p{
    font-size: 14px;
    color: #666;
    margin-top: 18px;
}
.wxgzh-cont li{
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}
.wxgzh-cont li .imgd{
    width: 235px;
    display: inline-block;
    vertical-align: middle;
}
.wxgzh-cont li .txt{
    width: calc(100% - 242px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 9%;
    transition: all .5s;
}
.wxgzh-cont li:hover .txt{
    transform: translateX(-20px)
}
.wxgzh-cont li:hover .txt h6{
    color: #cfb07b
}
.wxgzh-cont li .txt h6{
    font-size: 18px;
    color: #203e55;
    font-weight: bold;
    /* margin-bottom: 10px; */
}
.wxgzh-cont li .txt span{
    font-size: 18px;
    color: #dfcaa7
}
.wxgzh-cont li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 12px;
}

.lx-sne{
    text-align: center;
    margin-bottom: 50px;
    
}
.lx-sne span{
    width: 12px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/xl-ico.jpg') no-repeat center;
    cursor: pointer;
}
.lx-sne p{
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    color: #333;
    padding: 0 45px;
}
.lx-sne span#rigthTo{
    transform: rotate(180deg)
}
.imgtxt{
    width: 100%;
    padding-bottom: 80px;
}
.imgtxt #imgtxtImg{
    width: 100%;
    height: auto;
}

.xzzc-viw .xzzc-cont .xzzc-rt{
    width: 20.42%;
}
.xzzc-viw .xzzc-cont .xzzc-lcont{
    width: 76.71%;
    padding-top: 20px;
}
.xzzc-viw .xzzc-vdd{
    background: #f4f4f4;
}
.foot_menu li,.foot_menu li a,.foot_menu li span,.foot_menu li a span{color:#FFFFFF;}
.foot_menu li span{ font-size:100%}
.foot_menu li a p,.foot_menu li p{ font-size:80%; color:#EEEEEE}