
.inMain{
    max-width: 1400px;
    margin: auto;
}
.container{
    width: 1200px;
    margin: auto;
}


.wsc-header{
    background-color: #2761c4;
    height: 134px;
}
.wsc-header .inMain{
    /* width: 1200px; */
}

.wsc-header .container{
    width: unset;
    max-width: 1280px;
    /* min-width: 1180px; */
    box-sizing: border-box;
    padding: 0 40px;
}

.header-fix .inMain{
    width: unset;
    max-width: 1480px;
    box-sizing: border-box;
    padding: 0 40px;
}
.header-fix{
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto;
    background: none;
}
.wsc-NavCon{
    float: left;
}
.wsc-top{
    height: 75px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wsc-logo{
    float: left;
    width: 260px;
    margin-top: 21px;
}
.wsc-logo img{
    width: 100%;
}

.wsc-topnav{
    float: right;
}

.wsc-topnav .hn-text{
    font-size: 16px;
    line-height: 20px;
    margin-top: 33px;
    padding-top: 0;
    padding-bottom: 22px;
    color: #fff;
}

.wsc-topnav .hn-item{
    position: relative;
}
.hn-tel{
    display: inline-block;
    margin-top: 33px;
    padding-bottom: 22px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-left: 56px;
    background: url(../images/top-tel.png) no-repeat 32px 3px;
}
.hn-item,.hn-home{
    float: left;
}
.hn-item:last-child .hn-text span{
    display: none;
}
.hn-text{
    padding-top: 0;
    font-size: 18px;
    line-height: 20px;
    padding-top: 17px;
    padding-bottom: 21px;
    color: #fff;

}
.hn-text span{
    margin-left: 32px;
}
.hn-text{
    padding: 17px 0 21px 32px;
}
.hn-text span{
    padding-left: 2px;
    background: url(../images/hn-line.png) no-repeat center center;
    /* margin: 0 32px */
}
.wsc-nav .hn-home .hn-text{
    padding-left: 0 !important;
}

.wsc-navside{
    float: right;
    padding-top: 12px;
}

.hn-search{
    float: left;
    height: 46px;
}
.search-icon{
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2)  url(../images/top-search.png) no-repeat  7px 7px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.search-icon:hover,.search-icon.active,.header-hover .search-icon:hover{
    background:url(../images/top-search.png) no-repeat  7px 7px;

}
.hn-line{
    float: left;
    height: 30px;
    padding-left: 2px;
    background: url(../images/hn-line.png) no-repeat center center;
    margin: 0 20px
}
.hn-lan{
    float: left;
    position: relative;
}
.lan-icon{
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 30px;
    background: url(../images/top-lan.png) no-repeat 0 center;
    cursor: pointer;
    transition: 0.3s;
}
.header-hover .lan-icon:hover{
    background-image: url(../images/top-lanh.png);
}

.lan-list{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px
    rgba(0, 0, 0, 0.08);
    z-index: 9999;
    display: none;
}

.lan-list a{
    display: block;
    padding-left: 26px;
    height: 40px;
    background-color: #fff;
    font-size: 16px;
    line-height: 40px;
    color: #828282;
    transition: 0.3s;
}

.lan-list a:hover{
    background-color: #f6f6f6;
    color: #555;
}


.wsc-nav{
    position: relative;
}


.hn-item:hover .hn-text a,.hn-home:hover a{
    color: #fff;
}
.wsc-topnav .hn-drop a{
    display: block;
    padding-left: 26px;
    height: 40px;
    background-color: #fff;
    font-size: 16px;
    line-height: 40px;
    color: #828282;
    transition: 0.3s;
}

.wsc-topnav .hn-drop a:hover{
    background-color: #f6f6f6;
    color: #555;
}

.header-hover .wsc-topnav .hn-text a{
    color: #828282;
}
.header-hover .hn-text span{
    background-image: url(../images/hn-linegrey.png);
}
.header-hover .hn-email{
    background-image: url(../images/top-emred.png);
    color: #e03b3b;
}
.header-hover .wsc-top{
    border-color: #eaeaea;
}
.header-hover .wsc-nav .hn-text{
    color: #555;
}
.header-hover .search-icon{
    border-color: #bebebe;
    background-image: url(../images/top-search-g.png);
}
.header-hover .lan-icon{
    background-image: url(../images/top-lang.png);
    color: #828282;
}
.header-hover{
    background-color: #f6f6f6;
}
.header-hover a:hover{

}
.wsc-nav{
    position: relative;
}
.wsc-nav .hn-drop,.wsc-nav .hn-dropbg{
    position: absolute;
    left: 0;
    top: 58px;
    width: 100%;
    z-index: 1000;
    display: none;
    right: 0;
    margin: auto;
}
.wsc-nav .hn-dropbg{
    box-shadow: 0px 4px 20px
    rgba(0, 0, 0, 0.16);
}
.wsc-nav .hn-drop{
    z-index: 10000;
}
.wsc-nav .hn-text {
    overflow: hidden;
}
.wsc-nav .hn-text a{
    position: relative;
    float: left;
}
.wsc-nav .hn-text span{
    float: left;
    height: 20px;
}
.hn-text .line{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
    transition: 0.25s;
    width: 0;
    height: 2px;
    background-color: #ffaf3c;
}
.hn-item:hover .hn-text .line,.hn-home:hover .hn-text .line{
    width: 100%;
}
.wsc-nav .active .hn-drop{
    /* display: block; */
}
.wsc-nav .dropMain,.wsc-nav .hn-dropbg{
    height: 242px;
    background-color: #fff;
    box-sizing: border-box;
}
.wsc-nav .hn-dropbg{
    background-color: #fff;
}
.container .wsc-nav .hn-text span{
    margin-left: 28px;
}
.container .wsc-nav .hn-text {
    /* padding-left: 28px; */
    padding: 17px 0 21px 28px;
}
.wsc-nav .dropMain .inMain{
    box-sizing: border-box;
    padding-right: 320px;
    height: 242px;
    box-sizing: border-box;
    padding: 30px 308px 30px  60px;
}
.wsc-nav .dropMain .container{
    box-sizing: border-box;
    padding-right: 320px;
    height: 242px;
    box-sizing: border-box;
    padding: 30px 308px 30px  60px;
}
.wsc-nav .drop-list{
    float: left;
    width: 100%;
    margin-top: -15px;
}
.wsc-nav .drop-list li{
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 25px;
    color: #222;
    /* font-weight: bold; */
    font-size: 16px;
    line-height: 24px;
    padding-left: 13px;
    background: url(../images/sr-tit.png) no-repeat 0 center;
    margin-top: 22px;
}
.wsc-nav .drop-list li:hover{
    color: #2761c4;
}
.wsc-nav .drop-btn{
    float: right;
    width: 248px;
    margin-right: -248px;
}
.wsc-nav .drop-btn .btn{
    width: 248px;
    height: 42px;
    line-height: 42px;
    margin-top: 10px;
}
.wsc-nav .drop-img{
    width: 248px;
    height: 130px;
    overflow: hidden;
}
.wsc-nav .drop-img img{
    width: 100%;
}
.wsc-nav .drop-btn .btn-hnem{
    background-color: rgba(29,32,136,0.1);
    border: 1px solid rgba(29,32,136,0.5);
    color: #2761c4;
    margin-bottom: 20px;
}
.hn-search .dropMain{
    padding-top: 90px;
}
.hn-search .search-form{
    width: 880px;
    margin: auto;
}
.hn-search .search-form input{
    border-color: #e1e1e1;
}
.hn-search .search-form input:focus{
    border-color: #2761c4;
    background: #fff;
}
.top-close{
    height: 40px;
    width: 20px;
    position: absolute;
    right: 40px;
    top: 20px;
    background: url(../images/search-close.png) no-repeat center center;
    cursor: pointer;
}




.left-block{
    float: left;
}
.right-block{
    float: right;
}
.half-block{
    width: 50%;
    box-sizing: border-box;
}
.wsc-content{
    width: 895px;
}
.wsc-side{
    width: 285px;
}


.wsc-foot{
    background: url(../images/foot-bg.jpg) no-repeat center top;
    background-size: cover;
    font-size: 14px;
    color: #828282;
}
.wsc-foot a:hover{
    color: #1d4ea2;
}
.foot-main{
    padding-top: 60px;
}

.ft-left{
    width: 228px;
    border-right: 1px solid #313133;
    text-align: center;
    padding-right: 40px;
}
.ft-logo{
    text-align: center;
}
.ft-tel .item-dd{
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #bcbcbc;
    margin-top: 30px;
}
.ft-tel .item-dt{
    font-size: 12px;
    line-height: 20px;
    color: #828282;
    margin-top: 10px;
}
.ft-btn{
    margin-top: 30px;
}
.ft-btn .btn{
    width: 200px;
    height: 40px;
    line-height: 38px;
    color: #fff;
}
.ft-btn .btn:hover{
    color: #fff;
}
.ft-ewm{
    margin-top: 30px;
}
.ft-ewm .item-dt{
    font-size: 12px;
    line-height: 20px;
    color: #828282;
}
.ft-ewm .item-dd{
    width: 120px;
    margin: 18px auto 0;
}
.ft-ewm .item-dd img{
    width: 100%;
}

.ft-pos{
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #828282;
}
.ft-pos .item-dd{
    color: #ccc;
    margin-top: 10px;
}
.ft-right{
    width: 870px;
}
.ft-search .item-dt{
    font-size: 18px;
    line-height: 20px;
    color: #ccc;
}
.ft-search .item-dd{
    margin-top: 18px;
}
.search-form form{
    display: block;
    padding-right: 132px;
}
.search-form input{
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #666;
    background-color: rgba(225, 225, 225, 0.21);
    transition: 0.36s;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 30px;
    float: left;
}
.search-form input::placeholder{
    color: #999;
}
.search-form input:focus{
    background-color: #fff;
    border-color: #2761c4;
}
.search-btn{
    margin-right: -132px;
    width: 132px;
    height: 60px;
    float: left;
    background-color: #2761c4;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.36s;
}

.search-btn:hover{
    background-color: #1d4ea2;
}

.footNav{
    margin-top: 50px;
}

.fn-item{
    float: left;
    width: 25%;
}

.fn-text{
    font-size: 16px;
    color: #ccc;
    line-height: 20px;
}
.fn-list{
    margin-top: 25px;
}
.fn-list li{
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
}

.wsc-foot .container{
    width: 1200px;
}
.wsc-foot .inMain{
    width: 1400px;
}
.wsc-foot .inMain .ft-left{
    width: 328px;
}
.wsc-foot .inMain .ft-right{
    width: 920px;
}
.wsc-bottom{
    border-top: 1px solid #313133;
    height: 28px;
    padding: 15px 0 20px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    margin-top: 30px;
}
.wb-link span{
    margin: 0 20px;
}

.wb-text{
    margin-left: 60px;
}




.wsc-fixBar{
    position: fixed;
    right: 30px;
    top: 40%;
    z-index: 1000;
}
.fb-online,.fb-tel,.fb-wx,.fb-top,.fb-hqbj,.fb-fadz{
    width: 74px;
    height: 74px;
    margin-bottom: 1px;
    position: relative;
    border-radius: 2px;
    background-color: rgba(64, 64, 64, 0.8);
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    transition: 0.36s;
    text-align: center;
}
.fb-online a,.fb-tel a,.fb-wx a,.fb-top a,.fb-hqbj a,.fb-fadz a{
    display: block;
    width: 74px;
    height: 74px;
    box-sizing: border-box;
    padding-top: 51px;
    transition: 0.36s;
}
.fb-online a{
    background: url(../images/fix-online.png) no-repeat center 17px ;

}
.fb-tel a{
    background:  url(../images/fix-tel.png) no-repeat center 17px;

}
.fb-wx a{
    background:  url(../images/fix-wx.png) no-repeat center 18px;

}
.fb-hqbj a{
    background:  url(../images/fix-hqbj.png) no-repeat center 18px;

}
.fb-fadz a{
    background:  url(../images/fix-fadz.png) no-repeat center 17px;

}
.fb-top :any-link{
    background: url(../images/fix-top.png) no-repeat center 16px;

}
.fb-online,.fb-online:hover,.fb-tel:hover,.fb-wx:hover,.fb-top:hover,.fb-hqbj:hover,.fb-fadz:hover{
    background-color: #ffaf3c;
}
.fb-tel:hover {
    width: 230px;
    margin-left: -156px;
}
.fb-tel:hover .fbarCon{
    right: 0;
}
.fb-tel{
    overflow: hidden;

}
.fb-tel a{
    position: absolute;
    right: 0;
    top: 0;
}
.fb-tel .fbarCon{
    width: 230px;
    height: 74px;
    line-height:74px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: -230px;
    top: 0;
    z-index: 10;
    background-color: #ffaf3c;
}
.fb-tel .fbarCon span{
    display: inline-block;
    padding-left: 41px;
    background: url(../images/fix-tel.png) no-repeat 0 center;
}

.fb-wx .fbarCon{
    position: absolute;
    left: -134px;
    top: -25px;
    width: 129px;
    height: 120px;
    display: none;
}
.fb-wx:hover .fbarCon{
    display: block;
}
.fb-wx .fbarCon img{
    width: 100%;
}
.fb-wx .fbarCon p{
    color: #666666;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}


.btn{
    display: inline-block;
    box-sizing: border-box;
    border-radius: 4px;
    width: 180px;
    text-align: center;
    font-size: 14px;
    transition: 0.36s;
}

.btn-online{
    background-color: #ffaf3c;
    border-color: #ffaf3c;
    color: #fff;
}
.btn-online span{
    display: inline-block;
    padding-left: 27px;
    background: url(../images/online-ico.png) no-repeat 0 center;
}
.btn-online:hover{
    background-color: #ed9239;
}
.btn-grey{
    background-color: #f5f5f5;
    color: #ffaf3c;
    font-size: 16px;
}
.btn-grey:hover{
    background-color: #ffaf3c;
    color: #fff;
}
.btn-hqbj{
    background-color: #ffaf3c;
    border-color: #ffaf3c;
    color: #fff;
    font-size: 16px;
}
.btn-hqbj span{
    display: inline-block;
    padding-left: 32px;
    background: url(../images/btn-hqbj.png) no-repeat 0 center;
}
.btn-hqbj:hover{
    background-color: #ed9239;
}

.wsc-banner{
    height: 480px;
    text-align: center;
}
.wsc-banner .container{
    width: unset;
}
.banTit{
    width: 1180px;
    margin: auto;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    padding-top: 205px;
    line-height: 58px;
}
.bantit2{
    padding-top: 250px;
}
.banText{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    width: 1180px;
    margin: 28px auto 0;
}
.banBtn{
    margin-top: 35px;
}
.banBtn .btn{
    width: 160px;
    height: 36px;
    background-color: #ffaf3c;
    border-radius: 18px;
    line-height: 36px;
    color: #fff;
}
.banBtn .btn:hover{
    background-color: #ed9239;
    color: #fff;
}

.banBot{
    border-bottom: 1px solid #ebebeb;
    height: 60px;
}
.wsc-bread{
    float: left;
    padding: 15px 0 ;
    line-height: 30px;
}
.wsc-breadCon{
    font-size:0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wsc-bread a,.wsc-bread em,.wsc-bread span,.wsc-bread strong,.wsc-bread h1{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-weight: normal;
}
.wsc-bread strong{
    font-size: 0;
    width: 19px;
    height: 30px;
    background: url(../images/bread-icon.png) no-repeat 0 center;
}
.wsc-bread span{
    font-size: 0;
    margin:0 8px;
    width: 8px;
    height: 30px;
    background:url(../images/bread-arr.png) no-repeat center center;
}
.wsc-bread a:hover{
    color: #2761c4;
}
.wsc-secnav{
    padding: 15px 0;
}
.wsc-secnav li{
    float: left;
    padding: 0 15px;
    background: url(../images/sn-line.png) no-repeat 0 center;
}
.wsc-secnav li:first-child{
    background: none;
}
.wsc-secnav li a{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.wsc-secnav li span{
    display: none;
}
.wsc-secnav .active a,.wsc-secnav a:hover{
    color: #2761c4;
}
.pageClass{
    font-size: 0;
    text-align: center;
    margin-top: 30px;
}
.pageClass li{
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 48px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #999;
    line-height: 48px;
    transition: 0.36s;
    margin: 0 10px
}
.pageClass li a{
    display: block;
}
.pageClass li span{
    display: none;
}
/* .pageClass a{
    display: inline-block;
    vertical-align: top;
    width: 220px;
	height: 48px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #999;
    line-height: 48px;
    transition: 0.36s;
    margin: 0 10px ;
} */
.pageClass a:hover,.pageClass .active{
    background-color: #2761c4;
    color: #fff;
    font-weight: bold;
}


.cTit-h1{
    font-size: 32px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.cTitText{
    font-size: 16px;
    line-height: 2;
    text-align: left;
    color: #666;
    margin-top: 24px;
    /* text-align: center; */
}


.wsc-detlink{
    background: #fff url(../images/dl-line.png) no-repeat center center;
    box-sizing: border-box;
    padding: 20px 30px;
    height: 76px;
    line-height: 36px;
    margin-top: 35px;
    border-top: 1px solid #ebebeb;
}

.wsc-detlink div{
    box-sizing: border-box;
    width: 50%;
    
    padding: 0 21px;
}
.dl-prev {
    float: left;
}
.dl-prev i{
    float: left;
    margin-left: -20px;
    width: 20px;
    height: 100%;
    background: url(../images/dp-arr.png) no-repeat 0 center;
    font-size: 0;
}
.dl-next{
    float: right;
}
.dl-next i{
    float: right;
    margin-right: -20px;
    width: 20px;
    height: 100%;
    background: url(../images/dn-arr.png) no-repeat right center;
    font-size: 0;
}
.wsc-detlink div a{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.36s;
}
.dl-next a{
    text-align: right;
}
.wsc-detlink div a:hover{
    color: #2761c4;
}
.wsc-detlink .dl-prev:hover i{
    background-image: url(../images/dp-arrh.png);
}
.wsc-detlink .dl-next:hover i{
    background-image: url(../images/dn-arrh.png);
}
.wsc-tags{
    margin-top: 20px;
}
.wsc-tags .wsc-tagsCon{
    margin-top: -10px;
    margin-right: -11px;
}
.wsc-tags .wsc-tagsCon:after{visibility: hidden; display: block;font-size: 0;content: '.'; clear: both;height: 0}
.wsc-tags .wsc-tagsCon{zoom: 1;}
.wsc-tags a{
    float: left;
    height: 34px;
    border-radius: 4px;
    border: solid 1px #2761c4;
    line-height: 34px;
    padding: 0 9px;
    font-size: 14px;
    color: #2761c4;
    transition: 0.36s;
    margin-right: 10px;
    margin-top: 10px;
}
.wsc-tags a:hover{
    background-color: #2761c4;
    color: #fff;
}
.wsc-side {
    margin-top: -20px;
}
.side-nav{
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
}
.side-nav-list li,.side-nav-pro li{
    margin-top: 6px;
}
.side-nav-list li:first-child{
    margin-top: 0;
}
.side-nav-pro .snlist-head{
    position: relative;
}
.side-nav-list a,.side-nav-pro .snlist-head .tit{
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 47px 0 20px;
    background-color: #fff;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    transition: 0.36s;
}
/* .side-nav-list span,.side-nav-pro .snlist-head .tit{
    float: left;
    width: 100%;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
/* .side-nav-pro .snlist-head .tit{
    width: unset;
} */
.side-nav-list i,.side-nav-pro .snlist-head .arr{
    width: 28px;
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    background: url(../images/sn-arr.png) no-repeat center center;
    opacity: 0;
}
.side-nav-pro .snlist-head .arr{
    background: url(../images/prosl-jia.png) no-repeat center center;
    opacity: 1;
}
.side-nav-list a:hover ,.side-nav-list .active a,.side-nav-pro .snlist-head:hover .tit,.side-nav-pro .active .snlist-head .tit,.side-nav-pro .choosing .snlist-head .tit{
    background-color: #2761c4;
    color: #fff;
    font-weight: bold;
}
.side-nav-list a:hover i,.side-nav-list .active a i{
    opacity: 1;
}
.side-nav-pro .snlist-head:hover .arr,.side-nav-pro .active .arr{
    background-image: url(../images/prosl-jiah.png);
}
.side-nav-pro .choosing .arr,.side-nav-pro .choosing .snlist-head:hover .arr{
    background-image: url(../images/prosl-jian.png);
}
.snlist-down{
    padding: 15px 20px;
    background-color: #fff;
    display: none;
}
.side-nav-pro .choosing .snlist-down{
    display: block;
}
.snlist-down a{
    display: block;
    padding-left: 15px;
    background: url(../images/prosl-secdot.png) no-repeat 0 center;
    font-size: 14px;
    line-height: 16px;
    margin-top: 13px;
    transition: 0.36s;
}
.snlist-down a:first-child{
    margin-top: 0;
}
.snlist-down a:hover,.snlist-down a.sec-act{
    background-image: url(../images/prosl-secdoth.png);
    color: #2761c4;
    font-weight: bold;
}
.side-contact{
    margin-top: 20px;
    border: 10px solid #f5f5f5;
    background-color: #fff;
    padding: 10px 20px 20px;
}
.bgf5 .side-contact{
    border-color: #fff;
}
.side-contact .item{
    height: 50px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 0;
}
.icon-tel{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: rgba(39, 97, 196, 0.2) url(../images/tel-ico.png) no-repeat center center;
    border: solid 1px #2761c4;
    border-radius: 50%;
}
.icon-em{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: rgba(39, 97, 196, 0.2) url(../images/em-ico.png) no-repeat center center;
    border: solid 1px #2761c4;
    border-radius: 50%;
}
.icon-pos{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: rgba(39, 97, 196, 0.2) url(../images/pos-ico.png) no-repeat center center;
    border: solid 1px #2761c4;
    border-radius: 50%;
}
.icon-qq{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: rgba(39, 97, 196, 0.2) url(../images/qq-ico.png) no-repeat center center;
    border: solid 1px #2761c4;
    border-radius: 50%;
}
.side-contact .info{
    display: inline-block;
    width: 160px;
    margin-left: 15px;
    vertical-align: middle;
}
.side-contact .item-dt{
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.side-contact .item-dd{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
}
.side-pos .info{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.side-btn {
    margin-top: 20px;
}
.side-btn .btn{
    width: 225px;
    height: 40px;
    line-height: 40px;
}
.btn-sj{
    background-color: #ffaf3c;
    color: #fff;
}
.btn-sj span{
    padding-left: 22px;
    display: inline-block;
    background: url(../images/btn-sj.png) no-repeat 0 center;
}
.btn-sj:hover{
    background-color: #ed9239;
}

.side-relate{
    margin-top: 20px;
    background-color: #fff;
    padding: 30px;
}
.side-retit .tit{
    padding-left: 12px;
    background: url(../images/sr-tit.png) no-repeat 0 center;
    font-size: 22px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
}
.side-remain{
    margin-top: 10px;
}
.side-remain .reitem{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    transition: 0.36s;
}
.side-remain .reitem:hover{
    color: #2761c4;
}


.wsc-relate{
    margin-top: 60px;
}

.rTit{
    height: 36px;
    line-height: 36px;
}
.rTitText{
    float: left;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
.rTitMore{
    float: right;
    font-size: 16px;
    padding-right: 15px;
    color: #999;
    background: url(../images/dn-arr.png) no-repeat right center;
    transition: 0.36s;
}
.rTitMore:hover{
    color: #2761c4;
    background-image: url(../images/dn-arrh.png);
}

.reMain{
    margin-top: 30px;
}


.bgf5{
    background-color: #f5f5f5;
}
.bgff{
    background-color: #fff;
}


.wsc-content .wcs-relate{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}

.wsc-content .rTitText{
    padding-left: 12px;
    background: url(../images/sr-tit.png) no-repeat 0 center;
    font-size: 22px;
}
.wsc-content .container{
    width: unset;
}



.wsc-mainbox{
    padding-top: 40px;
}




.u-paging{
    margin-top: 40px;
}
.paging-inner{
    height: 50px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.paging-inner a,.paging-inner span {
    margin:0 5px;
    height: 48px;
    line-height: 48px;
    width: 48px;
    color: #666;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: 0.3s;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.paging-inner .current,.paging-inner a:hover{
    background-color: #2761c4;
    color: #fff;
    border-color: #2761c4;
}
.paging-inner .prev{
    background:#fff url(../images/page-prev.png) no-repeat center center;
}
.paging-inner .next{
    background:#fff url(../images/page-next.png) no-repeat center center;
}
.paging-inner .prev:hover{
    background:#2761c4 url(../images/page-prevh.png) no-repeat center center;
}
.paging-inner .next:hover{
    background:#2761c4 url(../images/page-nexth.png) no-repeat center center;
}


.last-block{
    padding: 60px 0 80px;
}
.pb80{
    padding-bottom: 80px;
}


.current-class{
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.current-class .tit{
    font-size: 22px;
    line-height: 24px;
    padding-left: 12px;
    background: url(../images/sr-tit.png) no-repeat 0 center;
    color: #333;
    font-weight: bold;
}


.btn-bluebd{
    border: solid 1px #2761c4;
    color: #2761c4;
}

.btn-bluebd:hover{
    background-color: #2761c4;
    color: #fff;
}

.btn-zxxmjl{
    background-color: #ffaf3c;
    color: #fff;
}
.btn-zxxmjl span{
    display: inline-block;
    padding-left: 26px;
    background: url(../images/btn-zxxmjl.png) no-repeat 0 center;
}
.btn-zxxmjl:hover{
    background-color: #ed9239;
}


.wsc-edit{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}
.wsc-edit:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.wsc-editTit{
    padding-left: 12px;
    font-size: 22px;
    line-height: 24px;
    color: #333;
    background: url(../images/sr-tit.png) no-repeat 0 center;
}

.wsc-editCon{
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.wsc-editCon a{
    color: #2761c4 !important;
}

.wsc-editCon p{
    padding: 5px 0;
}
.wsc-editCon img{
    max-width: 100%;
    display: block;
    padding: 5px 0;
    margin: auto;
    width: unset !important;
    height: unset !important;
}

.wsc-editCon table{
    display: block;
    height: unset !important;
    width: unset !important;
    max-width: 100%;
    border: 0;
}
.wsc-editCon td{
    height: 60px;
    border: 1px solid #fff;
    opacity: 0.95;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
    padding: 10px;
}


.wsc-editCon tr:nth-child(odd) td{
    background-color: #f3f3f5;
}
.wsc-editCon tr:nth-child(even) td{
    background-color: #f7f7fa;
}

.wsc-editCon tr:first-child td{
    background-color: #c7d7f8;
}



.comment-form{
    padding: 60px 0;
}
.comment-form .cTit-h1{
    text-align: left;
}

.cmfm-main{
    margin-top: 25px;
}
.form-main{
    width: 870px;
    float: left;
    padding: 40px;
    background-color: #fff;
    box-sizing: border-box;
}
.form-bar{
    width: 318px;
    float: right;
}

.wsc-form .fm-row{
    margin-top: 13px;
    padding-left: 91px;
}
.wsc-form .fm-row:first-child{
    margin-top: 0;
}
.wsc-form label{
    float: left;
    width: 90px;
    margin-left: -90px;
    font-size: 16px;
    line-height: 56px;
    color: #666;
    position: relative;
}
.wsc-form label sup{
    position: absolute;
    top: 24px;
    left: -12px;
    color: #da2121;
}
.wsc-form .fm-item{
    float: left;
    width: 100%;
}
.wsc-form input,.wsc-form .sel-head{
    width: 340px;
    height: 56px;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: 0.36s;
}
.wsc-form input::placeholder,.wsc-form textarea::placeholder{
    color: #ccc;
}
.wsc-form textarea{
    width: 700px;
    height: 111px;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: 0.36s;
    display: block;
}
.wsc-form input:focus,.wsc-form textarea:focus,.sel-head.clicking{
    border-color: #2761c4;
    background-color: #fff;
}
.wsc-form .fm-sel{
    position: relative;
    width: 340px;
}
.wsc-form .sel-head .tit{
    float: left;
    color: #333;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsc-form .sel-head .sel-arr{
    float: right;
    width: 10px;
    height: 100%;
    background: url(../images/sel-arr.png) no-repeat center center;
    transition: 0.36s;
}
.rotate180{
    transform: rotateZ(180deg);
}
.wsc-form .sel-list{
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: 220px;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #f5f5f5;
    display: none;
}
.wsc-form .sel-list li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    color: #555;
}
.wsc-form .sel-list li:hover,.wsc-form .sel-list li.active{
    color: #2761c4;
}
.msg-box{
    display: block;
    color: #da2121;
    line-height: 24px;
}
.fm-btn{
    margin-top: 30px;
}
.btn-orange{
    background-color: #ffaf3c;
    width: 160px;
    height: 42px;
    line-height: 40px;
    color: #fff;
}
.btn-orange:hover{
    background-color: #ed9239;
}

.form-bar .item{
    width: 300px;
    height: 230px;
    background-color: #ffffff;
    margin-top: 10px;
    box-sizing: border-box;
    padding-top: 50px;
    text-align: center;
}
.form-bar .item:first-child{
    margin-top: 0;
}
.form-bar .item-dt{
    font-size: 16px;
    line-height: 26px;
    color: #999;
    margin-top: 6px;
}
.form-bar .item-dd{
    font-size: 24px;
    line-height: 28px;
    color: #333;
    margin-top: 15px;
    font-weight: bold;
}

.wsc-content .wsc-form{
    background-color: #f7f7f7;
    padding: 10px 8px 10px 10px;
}

.wsc-content .form-main{
    width: 527px;
    padding: 30px;
}
.wsc-content .form-bar{
    width: 280px;
}

.wsc-content .wsc-form .fm-row{
    margin-top: 9px;
    padding-left: 80px;
}
.wsc-content .wsc-form label{
    width: 80px;
    margin-left: -80px;
    font-size: 14px;
    line-height: 49px;
}
.wsc-content .wsc-form input,.wsc-content .wsc-form .sel-head{
    width: 386px;
    height: 49px;
    font-size: 14px;
    line-height: 17px;
}
.wsc-content .wsc-form textarea{
    width: 386px;
    height: 49px;
    font-size: 14px;
    line-height: 17px;
}
.wsc-content .wsc-form .fm-sel{
    width: 386px;
}
.wsc-content .wsc-form .sel-head .tit{
    max-width: 320px;
}
.wsc-content .wsc-form .sel-list{
    top: 49px;
}

.wsc-content .form-bar .item{
    width: 280px;
    height: 173px;
    padding-top: 28px;
}



.detail-main{
    background-color: #fff;
}
.detail-main .detail-box{
    padding: 35px 40px 0 30px;
}
.det-tit{
    font-size: 26px;
    line-height: 34px;
    color: #333;
    font-weight: bold;
}
.det-time{
    font-size: 14px;
    line-height: 16px;
    color: #999;
    margin-top: 30px;
    padding-left: 17px;
    background: url(../images/retime-ico.png) no-repeat 0 center;
}
.det-edit{
    margin-top: 30px;
}





.simple-page{
    padding: 40px 0 80px;
    background-color: #f8f8f8;

}
.simple-page-box{
    padding: 60px 50px 80px;
    background-color: #fff;
    width: 1100px;
    margin: auto;
}

.pTit{
    font-weight: bold;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}

.simpage-main p{
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 28px;
}
.simpage-main h3{
    font-size: 22px;
    color: #222;
    font-weight: bold;
    line-height: 1;
    margin-top: 39px;
}
.simpage-main a{
    color: #ff0000
}

.map-item{
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    margin-top: 45px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #eaeaea;
}
.map-item ul{
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: normal;
    padding-top: 10px;
}
.map-item ul li{
    width: 33.33%;
    float: left;
    margin-top: 10px;
}


.wsc-search-main{
    /* margin-top: 40px; */
}

.search-tab{
    background-color: #f6f6f6;
    height: 56px;
}
.search-tab li{
    float: left;
    border-top: 3px solid #f5f5f5;
    height: 53px;
    line-height: 53px;
    padding: 0 40px;
    background: #f5f5f5 url(../images/nav-sx.png) no-repeat left center;
    font-size: 16px;
    color: #222;
}
.search-tab .active,.search-tab li:hover{
    background-color: #fff;
    border-color: #1d2088;
    color: #1d2088;
    background-image: none;
}
.search-tab .active +li,.search-tab li:hover +li{
    background-image: none;
}
.wsc-search-none{
    margin: 60px auto 0;
}
.sl-count span,.s-key{color: #1d2088;}

.search-none-tit{font-size: 20px;line-height: 1;color: #222;}
.search-none-tip{font-size: 16px;margin-top: 20px;color: #222;}
/* .search-none-tip dd{font-size: 14px;line-height: 30px;color: #555;} */


.search-none-tip a{
    color: #2761c4;
}

.search-none-btn{margin-top: 40px;}



.wsc-search{
    padding: 30px 0 60px;
}
.wsc-search-list{
    margin: auto;
}
.wsc-search-list .list-item{
    background-color: #f6f6f6;
    padding: 20px 40px 20px 20px;
    margin-top: 20px;
    transition: 0.3s;
}
.wsc-search-list .list-item:hover{
    background-color: #fff;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}
.wsc-search-list .list-item:hover .list-tit{
    color: #000;
}
.wsc-search-list .list-tit{
    font-size: 18px;
    line-height: 28px;
    color: #222;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wsc-search-list .list-text{
    font-size: 14px;
    line-height: 24px;
    color: rgba(85,85,85,0.7);
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 7px;
}
.wsc-search-list .time{
    font-size: 14px;
    line-height: 1;
    color: #8a8a8a;
    margin-top: 24px;
}
.wsc-search-list .list-pic{
    padding-left:290px;
}
.wsc-search-list .list-pic .list-img{
    width: 240px;
    float: left;
    margin-left:-270px;
}
.wsc-search-list .list-pic .list-img img{
    width: 240px;
}
.wsc-search-list .list-pic .list-info{
    float: left;
    width: 100%;
}




.search-secnav{
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #eaeaea;
}

.search-secnav li{
    float: left;
    font-size: 15px;
    color: #828282;
    margin-right: 54px;
    position: relative;
}
.search-secnav li span{
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #1d2088;
    transition: 0.36s;
}
.search-secnav li a{
    display: block;
}
.search-secnav .active a,.search-secnav li:hover a{
    color: #1d2088;
}
.search-secnav .active span,.search-secnav li:hover span{
    width: 100%;
}



.faq-search.search-search{
    border-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}




.fw-secnav{
    width: 1200px;
    margin: 50px auto 0;
    border-bottom: 1px solid #e5e5e5;
}
.fw-secnav li{
    float: left;
    width: 33.33%;
   background: url(../images/fwsn-line.png) no-repeat 0 5px;
   text-align: center; 
}
.fw-secnav.yw-secnav li{
    width: 50%;
}
.fw-secnav li:first-child{
    background: unset;
}
.fw-secnav li a{
    display: inline-block;
    font-size: 0;
    position: relative;
    padding-bottom: 18px;
}
.fw-secnav i{
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
}
.fw-secnav .tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 15px;
    line-height: 22px;
    color: #9999;
}
.fw-secnav .line{
    position: absolute;
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: #2761c4;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.36s;
}
.fw-secnav li a:hover .tit,.fw-secnav .active a .tit{
    color: #2761c4;
    font-weight: bold;
}
.fw-secnav li a:hover .line,.fw-secnav .active a .line{
    width: 100%;
}

.fw-secnav-swzc .icon1{
    background: url(../images/fwsn-swzc1.png) no-repeat center center;
}
.fw-secnav-swzc .icon2{
    background: url(../images/fwsn-swzc2.png) no-repeat center center;
}
.fw-secnav-swzc .icon3{
    background: url(../images/fwsn-swzc3.png) no-repeat center center;
}
.fw-secnav-xmfw .icon1{
    background: url(../images/fwsn-xmfw1.png) no-repeat center center;
}
.fw-secnav-xmfw .icon2{
    background: url(../images/fwsn-xmfw2.png) no-repeat center center;
}
.fw-secnav-xmfw .icon3{
    background: url(../images/fwsn-xmfw3.png) no-repeat center center;
}
.fw-secnav-shfw .icon1{
    background: url(../images/fwsn-shfw1.png) no-repeat center center;
}
.fw-secnav-shfw .icon2{
    background: url(../images/fwsn-shfw2.png) no-repeat center center;
}
.fw-secnav-shfw .icon3{
    background: url(../images/fwsn-shfw3.png) no-repeat center center;
}
.yw-secnav .ico-co2{
    background: url(../images/yw-hs-co2.png) no-repeat center center;
    border: 1px solid #999;
    border-radius: 50%;
}
.yw-secnav .ico-ar{
    background: url(../images/yw-hs-ar.png) no-repeat center center;
    border: 1px solid #999;
    border-radius: 50%;
}

.fw-secnav-swzc a:hover .icon1,.fw-secnav-swzc .active .icon1{
    background: url(../images/fwsn-swzc1h.png) no-repeat center center;
}
.fw-secnav-swzc a:hover .icon2,.fw-secnav-swzc .active .icon2{
    background: url(../images/fwsn-swzc2h.png) no-repeat center center;
}
.fw-secnav-swzc a:hover .icon3,.fw-secnav-swzc .active .icon3{
    background: url(../images/fwsn-swzc3h.png) no-repeat center center;
}
.fw-secnav-xmfw a:hover .icon1,.fw-secnav-xmfw .active .icon1{
    background: url(../images/fwsn-xmfw1h.png) no-repeat center center;
}
.fw-secnav-xmfw a:hover .icon2,.fw-secnav-xmfw .active .icon2{
    background: url(../images/fwsn-xmfw2h.png) no-repeat center center;
}
.fw-secnav-xmfw a:hover .icon3,.fw-secnav-xmfw .active .icon3{
    background: url(../images/fwsn-xmfw3h.png) no-repeat center center;
}
.fw-secnav-shfw a:hover .icon1,.fw-secnav-shfw .active .icon1{
    background: url(../images/fwsn-shfw1h.png) no-repeat center center;
}
.fw-secnav-shfw a:hover .icon2,.fw-secnav-shfw .active .icon2{
    background: url(../images/fwsn-shfw2h.png) no-repeat center center;
}
.fw-secnav-shfw a:hover .icon3,.fw-secnav-shfw .active .icon3{
    background: url(../images/fwsn-shfw3h.png) no-repeat center center;
}


.yw-secnav a:hover .ico-co2,.yw-secnav .active .ico-co2{
    background: url(../images/yw-hs-co2h.png) no-repeat center center;
    border: 1px solid #2761c4;
}
.yw-secnav a:hover .ico-ar,.yw-secnav .active .ico-ar{
    background: url(../images/yw-hs-arh.png) no-repeat center center;
    border: 1px solid #2761c4;
}
.bus-nav .pageClass a:hover,
.bus-nav .pageClass .active {
    background: #2761c4;
}
.bus-nav li{
    width: 14.28%;
    height: 86px;
    margin: 0;
    box-sizing: border-box;
    background: #f5f5f5 url(../images/sn-line.png) no-repeat 0 center;
}
.bus-nav li a{
    position: relative;
    padding-top: 36px;
    padding-bottom: 2px;
}
.bus-nav .pageClass li span{
position: absolute;
display: block;
top: 2px;
left: 78px;
width: 34px;
height: 48px;
font-size: 0;
}
/* .bus-nav .pageClass li span {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 50px;
    font-size: 0;
} */
.bus-nav .icon1 {
    background: url(../images/ywico-sc.png) no-repeat 0 center;
}
.bus-nav .icon2 {
    background: url(../images/ywico-tz.png) no-repeat 0 center;
}
.bus-nav .icon3 {
    background: url(../images/ywico-jx.png) no-repeat 0 center;
}
.bus-nav .icon4 {
    background: url(../images/ywico-gl.png) no-repeat 0 center
}
.bus-nav .icon5 {
    background: url(../images/ywico-bj.png) no-repeat 0 center;
}
.bus-nav .icon6 {
    background: url(../images/ywico-ny.png) no-repeat 0 center;
}
.bus-nav .icon7 {
    background: url(../images/ywico-hs.png) no-repeat 0 center;
}
/* .bus-nav .icon3 {
    background: url(../images/ywico-zb.png) no-repeat 0 center;
}
.bus-nav .icon4 {
    background: url(../images/ywico-gl.png) no-repeat 0 center;
}
.bus-nav .icon5 {
    background: url(../images/ywico-ny.png) no-repeat 0 center;
}
.bus-nav .icon6 {
    background: url(../images/ywico-hs.png) no-repeat 0 center;
} */
.bus-nav .active .icon1,
.bus-nav a:hover .icon1 {
    background: url(../images/ywico-sch.png) no-repeat 0 center;
}
.bus-nav .active .icon2,
.bus-nav a:hover .icon2 {
    background: url(../images/ywico-tzh.png) no-repeat 0 center;
}
.bus-nav .active .icon3,
.bus-nav a:hover .icon3  {
    background: url(../images/ywico-jxh.png) no-repeat 0 center;
}
.bus-nav .active .icon4,
.bus-nav a:hover .icon4 {
    background: url(../images/ywico-glh.png) no-repeat 0 center;
}
.bus-nav .active .icon5,
.bus-nav a:hover .icon5 {
    background: url(../images/ywico-bjh.png) no-repeat 0 center;
}
.bus-nav .active .icon6,
.bus-nav a:hover .icon6 {
    background: url(../images/ywico-nyh.png) no-repeat 0 center;
}
.bus-nav .active .icon7,
.bus-nav a:hover .icon7 {
    background: url(../images/ywico-hsh.png) no-repeat 0 center;
} 
/* .bus-nav .active .icon3,
.bus-nav a:hover .icon3 {
    background: url(../images/ywico-zbh.png) no-repeat 0 center;
}
.bus-nav .active .icon4,
.bus-nav a:hover .icon4 {
    background: url(../images/ywico-glh.png) no-repeat 0 center;
}
.bus-nav .active .icon5,
.bus-nav a:hover .icon5 {
    background: url(../images/ywico-nyh.png) no-repeat 0 center;
}
.bus-nav .active .icon6,
.bus-nav a:hover .icon6 {
    background: url(../images/ywico-hsh.png) no-repeat 0 center;
} */
/*epc*/
.epc-block4 {
    background-color: #fff;
}
.epc-block4 .wsc-form {
    border: 10px solid #f5f5f5;
    box-sizing: border-box;
}
.epc-block4 .form-bar {
    width: 300px;
    border-left: 10px solid #f5f5f5;
}
.epc-block4 .form-bar .item {
    margin-top: 0;
    border-top: 10px solid #f5f5f5;
}
.epc-block4 .form-bar .item:first-child {
    border-top: none;
}

/*æ°”ä½“æŠ•èµ„*/
.qt-block1 {
    padding-bottom: 60px;
}
.qt-block1 .cTit-h1 {
    margin-top: 60px;
}
.qt-emtext {
    margin-top: 16px;
}
.qt-emtext span {
    font-weight: bold;
}
.qtb1-main {
    height: 385px;
    background: url('../images/qt1-bg.png') no-repeat center top;
}
.qtb1-btn {
    font-size: 0;
    text-align: center;
    padding-top: 335px;
}
.qtb1-btn .btn {
    width: 240px;
    vertical-align: top;
    margin-top: 2px;
}
.qtb1-btn .btn-hqfa span {
    background: url('../images/btn-zx.png') no-repeat 0 center;
}
.qt-block2 {
    background: url('../images/qt2-bg.jpg') no-repeat center top;
    height: 777px;
}
.qt-block2 .cTit-h1 {
    color: #ffffff;
    padding-top: 62px;
}
.qtb2-main {
    margin-top: 32px;
}
.qtb2-main .item-box {
    margin-top: -20px;
    margin-right: -20px;
}
.qtb2-main .list-item {
    width: 590px;
    height: 194px;
    background-color: #ffffff;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}
.qtb2-main .list-info {
    padding: 40px 46px 40px 40px;
}
.qtb2-main .list-tit {
    font-size: 22px;
    line-height: 34px;
    color: #333333;
    font-weight: bold;
    padding-left: 44px;
}
.qtb2-icon1 {
    background: url('../images/qtb1-icon1.png') no-repeat left center;
}
.qtb2-icon2 {
    background: url('../images/qtb1-icon2.png') no-repeat left center;
}
.qtb2-icon3 {
    background: url('../images/qtb1-icon3.png') no-repeat left center;
}
.qtb2-icon4 {
    background: url('../images/qtb1-icon4.png') no-repeat left center;
}
.qtb2-main .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 15px;
}
.qtb2-text {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 30px;
}
.qtb2-art {
    margin-top: 0;
}
.qt-tip {
    margin-top: -90px;
    background: url('../images/qt3-bg.jpg') no-repeat center top;
}
.qt-tip .tit,
.epc-block3 .tit,
.yc-block2 .tit {
    font-weight: bold;
}
.qt-tip .btn {
    width: 240px;
}
.qt-tip .btn-hqfa span {
    background: url('../images/btn-zx.png') no-repeat 0 center;
}
.qt-block3 .yw-tip .tip-btn .btn-grey {
    margin-left: 30px;
    width: 240px;
}
.qt-block5 {
    margin-top: 50px;
}
/*è®¾å¤‡è¿è¥*/
.sb-block1 {
    padding-bottom: 60px;
}
.sb-block1 .cTit-h1 {
    margin-top: 60px;
}
.sbb1-main {
    margin-top: 30px;
}
.sbb1-img {
    width: 600px;
    overflow: hidden;
}
.sbb1-img img {
    width: 100%;
}
.sbb1-info {
    padding: 20px 0 0 40px;
}
.sbb1-info .cTitText {
    margin-top: 0;
    padding-top: 10px;
}
.sbb1-info .cTitText:first-child {
    padding-top: 0;
}
.sb-block1 .epcb1-btn .btn {
    width: 273px;
}
.sb-block1 .btn-hqfa span {
    background: url('../images/icon-dj.png') no-repeat 0 center;
}
.sb-block2 {
    background-color: #f5f5f5;
    padding: 60px 0;
}
.sbb2-main {
    margin-top: 30px;
}
.sbb2-main .list-item {
    background-color: #ffffff;
    margin-top: 20px;
}
.sbb2-main .list-item:first-child {
    margin-top: 0;
}
.sbb2-main .list-img {
    width: 400px;
    height: 240px;
    overflow: hidden;
}
.sbb2-main .list-img img {
    width: 100%;
}
.sbb2-main .list-info {
    padding: 46px 60px 60px 40px;
}
.sbb2-main .icon {
    height: 33px;
}
.sbb2-main .icon-01 {
    background: url('../images/sbb2-icon1.png') no-repeat left top;
}
.sbb2-main .icon-02 {
    background: url('../images/sbb2-icon2.png') no-repeat left top;
}
.sbb2-main .icon-03 {
    background: url('../images/sbb2-icon3.png') no-repeat left top;
}
.sbb2-main .list-tit {
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    margin-top: 16px;
}
.sbb2-main .list-text {
    width: 700px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 12px;
}
.sbb2-main .left-block .list-info {
    padding: 46px 40px 60px 60px;
}
.sbb2-text {
    margin-top: 34px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.sbb2-btn {
    margin-top: 24px;
    text-align: center;
}
.sbb2-btn .btn-blue {
    border: solid 1px #2761c4;
    color: #2761c4;
}
.sbb2-btn .btn {
    width: 220px;
}
.sb-block4 {
    margin-top: 60px;
    height: 159px;
    background: url('../images/sbb4-bg.jpg') no-repeat center top;
}
.sbb4-main {
    padding: 40px 80px 0 80px;
}
.sbb4-text {
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
}
.sbb4-btn {
    padding-top: 9px;
}
.sbb4-btn .btn {
    width: 240px;
}
.sbb4-btn .btn-online span {
    background: url('../images/icon-yy.png') no-repeat left center;
}
.btn-online:hover {
    background-color: #ed9239;
}
/*ç”Ÿç‰©èƒ½æº*/
.ny-block1 {
    padding-bottom: 60px;
}
.ny-block1 .cTit-h1 {
    margin-top: 60px;
}
.ny-emtext {
    margin-top: 10px;
}
.nyb1-main {
    margin-top: 28px;
}
.nyb1-main .list-item {
    margin-top: 40px;
}
.nyb1-main .list-item:first-child {
    margin-top: 0;
}
.nyb1-main .list-img {
    width: 400px;
    height: 200px;
    border-radius: 40px 0px 40px 0px;
    overflow: hidden;
    box-shadow: 20px 20px rgba(39, 97, 196, 0.1);
}
.nyb1-main .list-img img {
    width: 100%;
}
.nyb1-main .right-block .list-img {
    border-radius: 0px 40px 0px 40px;
    box-shadow: -20px 20px rgba(39, 97, 196, 0.1);
}
.nyb1-main .list-info {
    padding: 30px 0 0 60px;
}
.nyb1-main .list-tit {
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}
.nyb1-main .list-text {
    width: 740px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 12px;
}
.nyb1-main .left-block .list-info {
    padding: 30px 60px 0px 0px;
}
.nyb1-text {
    margin-top: 70px;
}
.ny-block2 {
    height: 189px;
    background: url('../images/nyb2-bg.jpg') no-repeat center top;
}
.nyb2-main {
    text-align: center;
    color: #fff;
    padding-top: 28px;
}
.nyb2-main .tit {
    font-size: 22px;
    line-height: 24px;
    color: #fefefe;
    font-weight: bold;
}
.nyb2-main .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}
.nyb2-btn {
    margin-top: 20px;
    font-size: 0;
}
.nyb2-btn .btn {
    width: 240px;
}
.nyb2-btn .btn-hqfa span {
    background: url('../images/icon-online.png') no-repeat left center;
}
.nyb2-btn .btn-grey {
    margin-left: 30px;
}
.btn-hqfa:hover {
    background-color: #ed9239;
}
/*æ™ºèƒ½è½¦é—´*/
.cj-block1 {
    padding-bottom: 50px;
}
.cj-block1 .cTit-h1 {
    margin-top: 60px;
}
.cj-emtext {
    margin-top: 10px;
}
.cjb1-main {
    margin-top: 28px;
}
.cjb1-main .left-block .list-item {
    width: 590px;
    height: 412px;
}
.cjb1-main .right-block .list-item {
    width: 590px;
    height: 209px;
    margin-top: 20px;
}
.cjb1-main .right-block .list-item:first-child {
    height: 183px;
    margin-top: 0px;
}
.cjb1-main .bg-01 {
    background: url('../images/cjb1-bg1.jpg') no-repeat center top;
}
.cjb1-main .bg-02 {
    background: url('../images/cjb1-bg2.jpg') no-repeat center top;
}
.cjb1-main .bg-03 {
    background: url('../images/cjb1-bg3.jpg') no-repeat center top;
}
.cjb1-main .left-block .list-info {
    padding: 90px 50px 0;
}
.cjb1-main .right-block .list-info {
    padding: 70px 50px 0;
}
.cjb1-main .list-text {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.cj-block2 {
    background-color: #f5f5f5;
    padding: 60px 0 142px;
}
.cjb2-main {
    margin-top: 30px;
}
.cjb2-main .list-item {
    background-color: #ffffff;
}
.cjb2-main .list-img {
    width: 600px;
    height: 310px;
    overflow: hidden;
}
.cjb2-main .list-img img {
    width: 100%;
}
.cjb2-main .list-info {
    padding: 0 60px 0 50px;
    height: 310px;
    line-height: 310px;
}
.cjb2-main .list-art {
    display: inline-block;
    vertical-align: middle;
}
.cjb2-main .list-tit {
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}
.cjb2-main .list-line {
    width: 28px;
    height: 3px;
    background-color: #2761c4;
    margin-top: 20px;
}
.cjb2-main .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 15px;
}
.cj-block3 .yw-tip {
    height: 160px;
    border-radius: 80px 0px 80px 0px;
    margin-top: -80px;
    background: url('../images/cjb3-bg.png') no-repeat center top;
    padding: 40px 80px 0;
    text-align: left;
}
.cj-block3 .tit {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.cj-block3 .text {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 12px;
}
.cj-block3 .sbb4-btn .btn {
    width: 213px;
	height: 50px;
    line-height: 36px;
}
.serv-jggy .cj-block3 .sbb4-btn .btn{
    width: 240px;
    
}
.cj-block3 .sbb4-btn {
    padding-top: 10px;
}
.cj-block4 {
    padding: 58px 0 80px;
}
.cjb4-main {
    margin-top: 30px;
}
.cjb4-main .item-list {
    width: 386px;
    height: 260px;
    float: left;
    margin-left: 20px;
    position: relative;
    transition: 0.36s;
}
.cjb4-main .item-list:first-child {
    margin-left: 0;
}
.cjb4-main .item-img {
    width: 386px;
    height: 260px;
    overflow: hidden;
}
.cjb4-main .item-img img {
    width: 100%;
    transition: all ease-out 0.36s;
}
.cjb4-main .item-list:hover img {
    transform: scale(1.08);
}
.cjb4-main .item-list:hover {
    transform: translateY(-10px);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}
.cjb4-main .item-tit {
    width: 100%;
    position: absolute;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    bottom: 30px;
}
/*è¿œç¨‹è®¾å¤‡*/
.yc-block1 {
    padding-bottom: 180px;
}
.yc-block1 .cTit-h1 {
    margin-top: 60px;
}
.ycb1-main {
    margin-top: 50px;
}
.ycb1-main .list-item {
    background-color: #f5f5f5;
}
.ycb1-main .list-img {
    height: 380px;
}
.ycb1-main .list-info {
    height: 380px;
    line-height: 380px;
}
.ycb1-main .list-icon {
    height: 70px;
}
.ycb1-main .icon-01 {
    background: url('../images/ycb1-icon1.png') no-repeat center top;
}
.ycb1-main .icon-02 {
    background: url('../images/ycb1-icon2.png') no-repeat center top;
}
.ycb1-main .icon-03 {
    background: url('../images/ycb1-icon3.png') no-repeat center top;
}
.ycb1-main .list-tit {
    text-align: center;
    margin-top: 30px;
}
.yc-block2 .yw-tip {
    height: 220px;
    width: 1200px;
    bottom: -100px;
    margin-top: 0;
    background: url('../images/cjb3-bg.png') no-repeat center top;
    background-size: cover;
    position: absolute;
}
.yc-block2 .yw-tip .tit {
    color: #fff;
}
.yc-block2 .yw-tip .text {
    color: #fff;
}
.yc-block2 .yw-tip .tip-btn .btn {
    width: 273px;
}
.yc-block2 .btn-hqfa span {
    background: url(../images/icon-dj.png) no-repeat 0 center;
}
.yc-block2 .btn-white {
    border: solid 1px #ffffff;
    color: #ffffff;
}
.yc-block2 .btn-white {
    margin-left: 30px;
}
.yc-block2 .btn-white:hover {
    background-color: #fff;
    color: #2761c4;
}
.yc-block2 {
    position: relative;
}
.yc-block3 {
    background-color: #f5f5f5;
    padding-top: 160px;
}
/*çœçº§ç©ºåˆ†*/
.sj-block1 {
    padding-bottom: 60px;
}
.sj-block1 .cTit-h1 {
    margin-top: 60px;
}
.sj-block2 {
    background-color: #f5f5f5;
    padding-top: 60px;
}
.sjb1-ky {
    margin-top: 30px;
}
.sjb1-ky .list-img {
    float: left;
    width: 386px;
    height: 240px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 20px;
}
.sjb1-ky .list-img:first-child {
    margin-left: 0;
}
.sjb1-ky .list-img img {
    width: 100%;
}
.sjb1-zy {
    margin-top: 26px;
    position: relative;
    padding-bottom: 60px;
}
.sjb1-main {
    margin-top: -20px;
    margin-right: -20px;
}
.sjb1-main .list-item {
    float: left;
    width: 386px;
    height: 112px;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 20px;
    background: url('../images/sjb1-zy-bg.png') no-repeat center;
    text-align: center;
}
.sjb1-main .list-item span {
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #333333;
    vertical-align: middle;
    margin: 0 10px;
}
.sjb1-main .list-tit {
    display: inline-block;
    padding-top: 60px;
    text-align: center;
    margin: 0 auto;
}
.sjb1-main p {
    font-size: 16px;
    line-height: 20px;
    color: #9b6f50;
    font-weight: bold;
}
.sj-block3 {
    padding-top: 60px;
}
.sjb3-main {
    margin-top: 28px;
    position: relative;
    overflow: hidden;
}
.sjb3-main ul {
    position: relative;
    margin-right: -20px;
    width: 10000px;
}

.sjb3-main li {
    width: 285px;
    float: left;
    margin-right: 20px;
}
.sjb3-main .list-img {
    width: 269px;
    height: 341px;
    background-color: #ffffff;
    border: solid 8px #f6ede0;
    text-align: center;
    position: relative;
}
.sjb3-main .list-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sjb3-main .list-tit {
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    margin-top: 16px;
    text-align: center;
	display:none
}
.sjb3-main .arrow_left {
    width: 26px;
    height: 62px;
    background: rgba(0, 0, 0, 0.2) url('../images/arrow-left.png') no-repeat center;
    position: absolute;
    left: 0;
    top: -9px;
    bottom: 0;
    margin: auto;
}
.sjb3-main .arrow_right {
    width: 26px;
    height: 62px;
    background: rgba(0, 0, 0, 0.2) url('../images/arrow-right.png') no-repeat center;
    position: absolute;
    right: 0;
    top: -9px;
    bottom: 0;
    margin: auto;
}

.sj-block4 {
    padding: 60px 0 60px;
    background-color: #f6f6f6;
}
.sj-block4 .wcs-list-product .list-item {
    background-color: #fff;
}
.sjb4-btn {
    margin-top: 40px;
    text-align: center;
}
.sjb4-btn .btn {
    width: 160px;
    border: solid 1px #2761c4;
    color: #2761c4;
}
.Text-cent {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
/*è®¾è®¡ç ”ç©¶é™¢*/
.study-block1 {
    padding-bottom: 60px;
}
.study-block1 .cTit-h1 {
    margin-top: 60px;
}
.stub1-main {
    margin-top: 50px;
}
.stub1-l {
    width: 295px;
    text-align: right;
}
.stub1-main .tit {
    margin-top: 44px;
    font-size: 30px;
    line-height: 32px;
}
.stub1-l .tit {
    color: #ffaf3c;
}
.stub1-main .text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 96px;
    margin-top: 20px;
}
.stub1-main .list-img {
    margin-top: 20px;
}
.stub1-c {
    width: 440px;
    height: 370px;
    background: url('../images/stub1-img2.png') no-repeat center;
    margin: 0 77px;
}
.stub1-r {
    width: 280px;
}
.stub1-r .tit {
    color: #4688f8;
}
.stub1-em {
    margin-top: 40px;
}
.stub1-text {
    margin-top: 10px;
}
.study-block2 {
    padding: 60px 0 150px;
    background-color: #f5f5f5;
}
.study-block4 {
    padding: 60px 0;
}
.stub4-main {
    margin-top: 30px;
}
.stub4-main .list-main {
    margin-top: -20px;
    margin-right: -20px;
}
.stub4-main .list-main li {
    float: left;
    width: 265px;
    height: 120px;
    background-color: #ffffff;
    border: solid 10px #f5f5f5;
    text-align: center;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
}
.stub4-main li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.study-block5 {
    background-color: #f5f5f5;
}
/*ç§‘æŠ€åˆ›æ–°*/
.tec-block1 {
    padding: 40px 0 60px;
}
.tecb1-show {
    margin-top: 30px;
}
.tecb1-show #video7 {
    position: relative;
}
.tecb1-show .video-js .vjs-big-play-button {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6) url('../images/play-ico.png') no-repeat 28px center;
    background-size: 18px 26px;
    transition: 0.3s;
}
.tecb1-show .video-js:hover .vjs-big-play-button {
    background: #2761c4 url('../images/play-ico.png') no-repeat 28px center;
    background-size: 18px 26px;
}
.tecb1-btn {
    margin-top: 40px;
    text-align: center;
}
.tecb1-btn .btn {
    width: 386px;
}
.tecb1-btn .btn-hqfa span {
    background: url('../images/icon-tec.png') no-repeat left center;
}
.tecb1-main {
    margin-top: 60px;
}
.tecb1-main .list-item {
    height: 425px;
    background-color: #f5f5f5;
    margin-top: 20px;
}
.tecb1-main .list-item:first-child {
    margin-top: 0;
}
.tecb1-main .list-img {
    width: 600px;
    height: 425px;
    overflow: hidden;
}
.tecb1-main .list-img img {
    width: 100%;
}
.tecb1-main .list-info {
    height: 425px;
    line-height: 425px;
    padding: 0 50px;
}
.tecb1-main .list-art {
    display: inline-block;
    vertical-align: middle;
}
.tecb1-main .list-tit {
    font-size: 32px;
    line-height: 34px;
    color: #333333;
    font-weight: bold;
}
.tecb1-main .list-em {
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    margin-top: 18px;
}
.tecb1-main .list-line {
    width: 28px;
    height: 3px;
    background-color: #2761c4;
    margin-top: 28px;
}
.tecb1-main .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 28px;
}
.tecb1-main .list-btn {
    margin-top: 30px;
    font-size: 0;
    line-height: 50px;
}
.btn-blue {
    width: 160px;
    border: solid 1px #2761c4;
    color: #2761c4;
    transition: 0.3s;
}
.btn-blue:hover {
    background-color: #2761c4;
    color: #ffffff;
}
.tec-block2 {
    padding: 58px 0;
    background: url('../images/tecb2-bg.jpg') no-repeat center top;
}
.tec-block2 .cTit-h1 {
    color: #ffffff;
}
.tec-block2 .cTitText {
    color: #ffffff;
    text-align: left;
}
.tecb2-main {
    margin-top: 28px;
}
.tecb2-main .list-img {
    width: 285px;
    height: 214px;
    float: left;
    margin-left: 20px;
}
.tecb2-main .list-img:first-child {
    margin-left: 0;
}
.tecb2-main .list-img img {
    width: 100%;
}
.tecb2-btn {
    margin-top: 34px;
    text-align: center;
}
.tecb2-btn .btn-white {
    width: 240px;
    border: solid 1px #ffffff;
    color: #ffffff;
}
.tecb2-btn .btn-white:hover {
    background-color: #fff;
    color: #2761c4;
}
.tec-block3 {
    padding-bottom: 60px;
}
.tec-block3 .wcs-renews .list-item {
    background-color: #f5f5f5;
}
/*ç©ºåˆ†è®¾å¤‡ç”Ÿäº§*/
.sbpro-block1 {
    padding-bottom: 60px;
}
.sbpro-block1 .cTit-h1 {
    margin-top: 60px;
}
.sbprob1-main {
    margin-top: 20px;
}
.sbprob1-main .list-item {
    float: left;
    width: 366px;
    height: 390px;
    border: 10px solid #f5f5f5;
    margin-left: 20px;
}
.sbprob1-main .list-item:first-child {
    margin-left: 0;
}
.sbprob1-main .list-img {
    width: 366px;
    height: 207px;
    overflow: hidden;
    position: relative;
}
.sbprob1-main .list-img img {
    width: 100%;
}
.sbprob1-main .list-info {
    padding: 30px;
    text-align: center;
}
.sbprob1-main .list-tit {
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
}
.sbprob1-main .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 12px;
}
.list-detail {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    transition: 0.3s;
}
.list-detail span {
    padding-right: 12px;
    background: url('../images/jt-gray.png') no-repeat right center;
}
.list-detail:hover {
    color: #2761c4;
}
.list-detail:hover span {
    background: url('../images/jt-gray-hover.png') no-repeat right center;
}
.sbpro-block2 {
    background-color: #f5f5f5;
    padding: 53px 0 60px;
}
.sbprob2-main {
    margin-top: 30px;
}
.tab-nav {
    border-bottom: 1px solid #e6e6e6;
}
.tab-box {
    float: left;
}
.tab-nav .more {
    float: right;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}
.tab-nav .more span {
    padding-right: 16px;
    background: url('../images/jt-gray.png') no-repeat right center;
}
.tab-nav .more:hover {
    color: #2761c4;
}
.tab-nav .more:hover span {
    background: url('../images/jt-gray-hover.png') no-repeat right center;
}
.tab-box .tab-list {
    display: inline-block;
}
.tab-box .tab-list h4 {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    border-bottom: 3px solid #f5f5f5;
    cursor: pointer;
    transition: 0.3s;
}
.tab-box .tab-list span {
    display: inline-block;
    width: 1px;
    height: 15px;
    background-color: #e6e6e6;
    margin: 0 20px;
    vertical-align: middle;
}
.tab-box .active h4,
.tab-box .tab-list h4:hover {
    color: #2761c4;
    border-bottom: 3px solid #2761c4;
}
.tab_cont {
    margin-top: 26px;
}
.tab_main .list-img {
    width: 285px;
    height: 214px;
    overflow: hidden;
    border: none;
}
.tab_cont .tab_main .list-img img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    position: relative;
}
.tab_main .list-tit {
    font-size: 16px;
    line-height: 56px;
    color: #333333;
    height: 56px;
    padding: 0 20px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}
.tab_main {
    display: none;
}
.tab_cont .active {
    display: block;
}
.sbprob2-btn {
    margin-top: 40px;
    text-align: center;
}
.sbprob2-btn .btn {
    width: 240px;
}
.sbprob2-btn .btn span {
    background: url('../images/btn-search.png') no-repeat left center;
}
.sbpro-block4 {
    margin-top: 50px;
}
/*ä¼ä¸šæ–‡åŒ–*/
.culture {
    background: url('../images/culture-bg.jpg') no-repeat center bottom;
    padding-bottom: 80px;
}
.culb1-text {
    width: 800px;
    text-align: center;
    margin: 60px auto 0;
}
.culb1-main {
    margin-top: 60px;
}
.culb1-main .item {
    margin-top: -20px;
    margin-right: -20px;
}
.culb1-main .list-item {
    width: 265px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    border: 10px solid #fff;
    background-color: #fff;
}
.culb1-main .list-img {
    width: 265px;
    height: 150px;
    overflow: hidden;
}
.culb1-main .list-img img {
    width: 100%;
}
.culb1-main .list-info {
    padding: 26px 0;
    text-align: center;
    color: #333;
    line-height: 28px;
}
.culb1-main .list-info .tit {
    font-size: 18px;
    font-weight: bold;
}
.culb1-main .list-info .text {
    font-size: 13px;
}
/*èµ°è¿›è¿ªå°”*/
.go-block1 {
    padding-top: 60px;
    padding-bottom: 114px;
}
.gob1-main {
    margin-top: 30px;
    position: relative;
}
.gob1-main .v-box {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.gob1-main .v-play {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5) url('../images/play-ico.png') no-repeat center center;
    border-radius: 50%;
    margin: auto;
}
#video9 {
    width: 600px;
    height: 400px;
}
.gob1-num {
    position: absolute;
    width: 1101px;
    height: 147px;
    background-color: #2761c4;
    border-radius: 90px 0px 90px 0px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -54px;
	z-index:9999
}
.gob1-main .v-img img {
    width: 1200px;
    height: 500px;
	overflow:hidden
}
.gob1-num .list-item {
    float: left;
    width: 220px;
    height: 147px;
    background: url('../images/gob1-line.png') no-repeat left center;
    text-align: center;
}
.gob1-num .list-item:first-child {
    background: none;
}
.gob1-num .list-item .tit {
    padding-top: 36px;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    color: #ffffff;
}
.gob1-num .list-item .tit span {
    font-size: 15px;
    line-height: 16px;
    font-weight: normal;
    color: #ffffff;
}
.gob1-num .list-item .text {
    font-size: 16px;
    line-height: 18px;
    color: #a9c0e7;
    margin-top: 10px;
	padding:0
}
.go-block2 {
    background-color: #f5f5f5;
    padding: 60px 0;
}
.gob2-main {
    margin-top: 30px;
}
.go-block2 .left-block {
    width: 520px;
}
.go-block2 .right-block {
    width: 660px;
}
.left-block .jc-main li {
    width: 520px;
    height: 620px;
}
.jc-main li {
    float: left;
    width: 660px;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.wcs-renews.list-main{
    margin-right: -21px;
}
.wcs-renews .list-item{
    float: left;
    margin-right: 20px;
    width: 590px;
    background-color: #fff;
    padding: 40px;
}
.wcs-renews .list-tit{
    font-size: 20px;
    line-height: 34px;
    color: #333;
    height: 34px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.wcs-renews .list-time{
    padding-left: 17px;
    margin-top: 20px;
    color: #999999;
    font-size: 14px;
    background: url(../images/retime-ico.png) no-repeat 0 center;
}
.wcs-renews .list-text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 20px;
}
.wcs-renews .list-item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.list-main .list-item {
    transition: 0.36s;
}
.jc-main li:first-child {
    margin-top: 0;
}
.jc-list .jc-show {
    width: 100%;
    height: 100%;
    position: relative;
}
.jc-list .jc-tit {
    position: absolute;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    left: 40px;
    bottom: 40px;
}
.jc-list .jc-cont .jc-img {
    width: 660px;
    height: 300px;
    overflow: hidden;
}
.left-block .jc-list .jc-cont .jc-img {
    width: 520px;
    height: 620px;
}
.jc-list .jc-cont .jc-img img {
    width: 100%;
}
.jc-main .jc-info {
    padding: 0 60px;
    height: 300px;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(39, 97, 196, 0.95);
    line-height: 300px;
}
.left-block .jc-main .jc-info {
    height: 620px;
    line-height: 620px;
}
.jc-info .jc-play {
    display: inline-block;
    vertical-align: middle;
}
.jc-info .jc-top {
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
}
.jc-info .jc-text {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 40px;
}
.go-block3 {
    padding: 60px 0;
}
.gob3-main {
    margin-top: 30px;
}
.gob3-main .item {
    margin-top: -20px;
    margin-right: -20px;
}
.gob3-main .list-item {
    width: 590px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #f5f5f5;
}
.gob3-main .list-item .list-img {
    width: 590px;
    height: 160px;
    overflow: hidden;
}
.gob3-main .list-item .list-img img {
    width: 100%;
}
.gob3-main .list-info {
    padding: 50px 60px 40px;
    position: relative;
}
.gob3-main .list-info .gob3-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    left: 0;
    top: -35px;
    margin: auto;
}
.gob3-main .list-info .icon-01 {
    background: url('../images/gob3-icon1.png') no-repeat center;
}
.gob3-main .list-info .icon-02 {
    background: url('../images/gob3-icon2.png') no-repeat center;
}
.gob3-main .list-info .icon-03 {
    background: url('../images/gob3-icon3.png') no-repeat center;
}
.gob3-main .list-info .icon-04 {
    background: url('../images/gob3-icon4.png') no-repeat center;
}
.gob3-main .list-info .tit {
    font-size: 22px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.gob3-main .list-info .text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
}
.gob3-main .list-info .list-btn {
    text-align: center;
    margin-top: 20px;
}
.go-block4 {
    background: url('../images/gob4-bg.jpg') no-repeat center top;
    padding: 58px 0;
}
.go-block4 .cTit-h1 {
    color: #fff;
}
.gob4-main {
    margin-top: 40px;
}
.gob4-main .device {
    /*width: 640px;*/
    /*height: 500px;*/
    /*padding: 30px 40px;*/
    /*border-radius: 20px;*/
    /*background: #111;*/
    /*border: 3px solid white;*/
    /*margin: 5px auto;*/
    /*box-shadow: 0px 0px 5px #000;*/
    position: relative;
}
.gob4-main .device .arrow-left,
.gob4-main .device .arrow-right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}
.gob4-main .device .arrow-left {
    left: 0;
    background: url('../images/gob4-left.png') no-repeat center;
}
.gob4-main .device .arrow-right {
    right: 0;
    background: url('../images/gob4-right.png') no-repeat center;
}
.gob4-main .device .swiper-container {
    width: 970px;
    height: 290px;
}
.gob4-main .list-year {
    float: left;
    width: 310px;
    height: 290px;
    background-color: #ffffff;
    margin-left: 20px;
}
.gob4-main .list-year:first-child {
    margin-left: 0;
}
.gob4-main .list-year .tit {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    background: url('../images/gob4-year-bg.png') no-repeat left center;
    padding: 0 25px;
}
.gob4-main .list-year .text {
    padding: 0 25px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 12px;
    height: 48px;
}
.gob4-main .list-year .list-img {
    padding-left: 25px;
    width: 260px;
    height: 140px;
    overflow: hidden;
    margin-top: 10px;
}
.gob4-main .list-year .list-img img {
    width: 100%;
}
.go-block5 {
    padding-bottom: 80px;
}
.go-block5 .wcs-renews .list-item {
    background-color: #f5f5f5;
}
.go-block5 .cj-block3 .yw-tip {
    margin-top: 60px;
}
/*è£èª‰ä¸Žèµ„è´¨*/
.ry-block1 {
    padding: 60px 40px;
}
.ry-block1 .cTitText {
    margin-top: 0;
}
.ry-block1 .cTit-h1 {
    margin-top: 58px;
}
.ry-block2 {
    padding: 60px 0;
    background-color: #f5f5f5;
}
.ry-block3 {
    padding-top: 60px;
}
.ry-block4 {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 80px;
}

.yf-block1 {
    padding-top: 60px;
}
.yfb1-main {
    margin-top: 40px;
}
.yfb1-main .item {
    margin-right: -31px;
}
.yfb1-main .list-item {
    float: left;
    width: 380px;
    height: 260px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.yfb1-main .list-img {
    width: 380px;
    height: 260px;
    overflow: hidden;
}

.yfb1-main  .list-tit {
    position: absolute;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: bold;
    bottom: 20px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}
.yf-block2 {
    padding-top: 60px;
}
.yf-block3 {
    height: 238px;
    background-color: #f0f3f5;
    margin-top: 90px;
}
.yf-block3 .list-item {
    float: left;
    width: 386px;
    height: 178px;
    margin-left: 20px;
    border-radius: 10px;
    background: url("../images/yfb3-bg.png") no-repeat center bottom;
    position: relative;
    text-align: center;
}
.yf-block3 .list-item:first-child {
    margin-left: 0;
}
.yf-block3 .yfb3-icon {
    position: absolute;
    width: 120px;
    height: 120px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
    left: 0;
    right: 0;
    top: -60px;
    margin: auto;
    border-radius: 50%;
}
.yf-block3 .icon-01 {
    background: url("../images/yfb3-icon1.png") no-repeat center top;
}
.yf-block3 .icon-02 {
    background: url("../images/yfb3-icon2.png") no-repeat center top;
}
.yf-block3 .icon-03 {
    background: url("../images/yfb3-icon3.png") no-repeat center top;
}
.yf-block3 .name {
    padding-top: 72px;
    font-size: 16px;
    line-height: 28px;
    color: #2761c4;
    font-weight: bold;
}
.yf-block3 .text {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-top: 6px;
}
.yf-block3 .text h4 {
    margin-top: 4px;
}
.yf-block4 {
    padding-top: 58px;
    padding-bottom: 146px;
}
.yfb4-main {
    margin-top: 30px;
}
.yfb4-main .left-block {
    width: 590px;
}
.yfb4-main .right-block {
    width: 590px;
}
.yfb4-tit {
    text-align: center;
    font-size: 24px;
    line-height: 47px;
    color: #b6aa8f;
    font-weight: bold;
}
.yfb4-tit span {
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 47px;
    margin: 0 10px;
}
.yfb4-tit .icon-left {
    background: url("../images/yfb4-bg-left.png") no-repeat center;
}
.yfb4-tit .icon-right {
    background: url("../images/yfb4-bg-right.png") no-repeat center;
}
.yfb4-btn {
    text-align: center;
    margin-top: 30px;
}
.yfb4-btn .btn {
    width: 192px;
}
.yf-block5 {
    position: relative;
}
.yf-block5 .yw-tip {
    height: 180px;
    width: 1200px;
    bottom: -80px;
    margin-top: 0;
    background: url(../images/cjb3-bg.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    padding-top: 54px;
}
.yf-block6 {
    margin-top: 0;
    padding-top: 150px;
    background-color: #f5f5f5;
    padding-bottom: 80px;
}

/*æ ‡ç­¾*/
.tag-main {
    float: right;
    width: 895px;
}
.tag-det .pdEdit-main {
    padding: 30px 0px 0px 0px;
}
.tag-det .technical-det-text {
    background-color: #f6f6f6;
    padding: 40px;

}
.tag-det-main {
    padding-top: 56px;
    border-top: 1px dashed #aaaaaa;
    margin-top: 60px;
}
.tag-det-link a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    padding: 4px 0;
    margin-left: 50px;
    border-bottom: 2px solid  #fff;
    transition: 0.3s;
}
.tag-det-link a:first-child {
    margin-left: 0;
}
.tag-det-link .active,.tag-det-link a:hover {
    color: #1d2088;
    border-bottom: 2px solid  #1d2088;
}
.tag-det-main .wsc-relate {
    padding: 40px 0 0;
}
.tag-det-main .reMain {
    margin-top: 20px;
}
.tag-det-main .caseCont .list-item {
    width: 280px;
}
.tag-det-main .caseCont .list-img {
    width: 280px;
    height: 156px;
    overflow: hidden;
}
.tag-det-main .renews-list .list-item {
    margin-top: 10px;
    width: 430px;
}
.side-remain .list-main .list-tags {
    margin-top: -15px;
}
.list-main .questions-label-ev {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 15px;
}
.wsc-list-tag.list-main{
    margin-right: -20px;
    margin-top: -20px;
}
.wsc-list-tag .list-item{
    float: left;
    width: 285px;
    height: 207px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 30px 30px 0;
    margin-right: 20px;
    margin-top: 20px;
    transition: 0.36s;
}
.wsc-list-tag .list-text{
    font-size: 14px;
    line-height: 28px;
    color: #828282;
    margin-top: 13px;
    height: 56px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.wsc-list-tag .list-item:hover{
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}
.wsc-list-tag .list-tag {
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
}
.wsc-list-tag .list-time {
    float: left;
}
.wsc-list-tag .list-pro {
    float: right;
    color: #828282;
    font-size: 14px;
    line-height: 26px;
}
/*æ ‡ç­¾åˆ—è¡¨*/
.wsc-search-list{
    margin: auto;
}
.sl-main .wsc-search-list .list-item:first-child {
    margin-top: 0;
}
.wsc-search-list .list-item{
    background-color: #f6f6f6;
    padding: 20px 40px 20px 20px;
    margin-top: 20px;
    transition: 0.3s;
}
.wsc-search-list .list-item:hover{
    background-color: #fff;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}
.wsc-search-list .list-item:hover .list-tit{
    color: #000;
}
.wsc-search-list .list-tit{
    font-size: 18px;
    line-height: 28px;
    color: #222;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wsc-search-list .list-text{
    font-size: 14px;
    line-height: 24px;
    color: rgba(85,85,85,0.7);
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 7px;
}
.wsc-search-list .time{
    font-size: 14px;
    line-height: 1;
    color: #8a8a8a;
    margin-top: 24px;
}
.wsc-search-list .list-pic{
    padding-left:290px;
}
.wsc-search-list .list-pic .list-img{
    width: 240px;
    float: left;
    margin-left:-270px;
}
.wsc-search-list .list-pic .list-img img{
    width: 240px;
}
.wsc-search-list .list-pic .list-info{
    float: left;
    width: 100%;
}
/*æ ‡ç­¾è¯¦æƒ…*/
.questions-center .pd-box{
    position: relative;
}
.questions-det-tit {
    font-weight: normal;
    color: #222222;
    font-size: 30px;
    line-height: 40px;
}
.tag-det .wcs-renews .list-item{
    background-color: #f5f5f5;
}
.wsc-relate .wcs-list-faq {
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
}
.wsc-relate .solList {
    padding-bottom: 0;
     border-bottom: none;

}
.wsc-relate .wcs-list-job {
    margin-top: 30px;
}
/* ç©ºåˆ†è®¾å¤‡æ£€ä¿® */
.sbjx-block1,.pjbj-block3{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sbjx1-main{
    overflow: hidden;
    margin-top: 30px;
}
.sbjx1-main ul{
    margin-left: -20px;
}
.sbjx1-main  li{
float: left;
width: 224px;
height: 100px;
margin-left:20px;
}
.sbjx-block2{
    background: url(../images/sbjx-bg1.jpg) no-repeat center top;
    height:1440px;
}
.sbjx-block2 .cTit-h1,.pjbj-block4 .cTit-h1{
    color: #ffffff;
    padding-top: 60px;
}
.sbjx-block2 .item-box ,.pjbj-block2 .item-box{
 padding-top: 10px;
}
.sbjx-block2 .list-item ,.pjbj-block2 .list-item {
    margin-top: 30px;
}
.sbjx-block2 .list-img{
    width: 400px;
    overflow: hidden;
}
.sbjx-block2 .list-info{
    position: relative;
    width:800px;
    height:262px;
    padding: 60px;
    background-color: #F9F9F9;
    box-sizing: border-box;
}
.sbjx-block2 .list-tit {
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
}
.sbjx-block2 .list-text{
    margin-top: 12px;
    line-height:24px;
    color: #666666;
    font-size: 14px;
}
.sbjx-block2 .left-block .list-info{
    border-radius:0px 0px 0px 90px;
}
.sbjx-block2 .right-block .list-info{
    border-radius:0px 0px 90px 0px;
}
.sbjx-block2 .icon{
    width: 70px;
    height: 80px;
}
.sbjx-block2 .icon-01{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sbjx-icon1.png) no-repeat center top;   
}
.sbjx-block2 .icon-02{
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/sbjx-icon2.png) no-repeat center top;   
}
.sbjx-block3 .sbjx-tip {
    background: url(../images/sbjx-bg2.png) no-repeat center top;  
}
.sbjx-tip .tit{
    font-weight: bold;
}
.sbjx-tip .btn-hqfa span {
    background: url(../images/btn-zx.png) no-repeat 0 center;
}
.sbjx-tip .btn-hqfa{
    width: 280px;
}
.sbjx-tip .btn-blu{
    margin-left: 20px;
    width: 280px;
    font-size: 16px;
    background-color: #fff;
    color: #2761C4;
    font-weight: bold;
}
.sbjx-tip .btn-blu:hover{
    background-color: #2761C4;
    color:#fff;
}
/* ç©ºåˆ†é…ä»¶å¤‡ä»¶ */
.pjbj-block1{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pjbj1-main{
    margin-top: 40px;
}
.pjbj1-main .main-content{
width: 560px;
height: 245px;
}
.pjbj1-main .main-img{
width: 600px;
height: 285px;
overflow: hidden;
}
.pjbj-block2{
    background: url(../images/pjbj-bg02.jpg) no-repeat center top;
    height:1141px;
}
.pjbj-block2 .cTit-h1{padding-top: 60px;}

.pjbj-block2 .list-img{
    position: relative;
    width: 400px;
     height: 293px;
}
.pjbj-block2 .img-info{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 360px;
    height: 66px;
    line-height:66px;
    font-size:20px;
    text-align: center;
    color:rgba(255,255,255,1);
    background: url(../images/pjbj-bg01.png) no-repeat center top;   
}
.pjbj-emtext{
    margin-top: 8px;
}
.pjbj-block2 .list-info{
    position: relative;
    width:800px;
    height:293px;
    padding: 60px;
    background-color: #fff;
    box-sizing: border-box;
}
.pjbj-block2 .list-tit {
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    font-weight: bold;
}
.pjbj-block2 .list-text{
    margin-top: 16px;
    line-height:24px;
    color: #666666;
    font-size: 14px;
}
.pjbj-block2 .icon{
    width: 50px;
    height: 50px;
}
.pjbj-block2 .list-line{
    margin-top: 15px;
    width: 40px;
    height: 3px;
    background: url(../images/pjbj-bg05.png) no-repeat center top;  
}
.pjbj-block2 .icon-01{
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/pjbj-icon01.png) no-repeat center top;   
}
.pjbj-block2 .icon-02{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pjbj-icon02.png) no-repeat center top;   
}
.pjbj-block4{
    height: 812px;
    background: url(../images/pjbj-bg03.jpg) no-repeat center top;  
}
 
.pjbj4-main{
    margin-top: 40px;
}
.pjbj4-main tr:nth-child(even){
    background:rgba(255,255,255,0.1);
}
.pjbj4-main tr:nth-child(odd){
    background:rgba(255,255,255,0.2);
}
.pjbj4-main td{
    width: 200px;
    height: 60px;
    border: 2px solid #2D63BE;
    font-weight:400;
    font-size:17px;
    line-height:60px;
    color:rgba(219,232,255,1);
    text-align: center;
box-sizing: border-box;
}
.pjbj3-btn{
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}
.pjbj3-btn .btn-greybd{
background:rgba(255,255,255,1);
color:#333;
border:1px solid rgba(189,189,189,1);
}
.btn-greybd:hover {
    border-color: #2761c4;
    background-color: #2761c4;
    color: #fff;
}
.pjbj-lx .yw-tip{
    margin-top: 40px;
    background: url(../images/pjbj-bg04.png) no-repeat center top;  
}
 
.pjbj-main {
    overflow: hidden;
    margin-top: 40px;
}
.pjbj-main ul{
    margin-right: -20px;
}
.pjbj-main li {
    width: 285px;
    float: left;
    margin-right: 20px;
}
.pjbj-main  .list-img {
    width: 285px;
    height: 214px;
    overflow: hidden;
    border: none;
} 
.pjbj-main  .list-img  img{
    width: 100%;
}
.pjbj-main .list-tit{
    font-size: 16px;
    line-height: 56px;
    color: #333333;
    height: 56px;
    padding: 0 20px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #F5F5F5;
}


.yf-block1 {
    padding-top: 60px;
}
.yfb1-main {
    margin-top: 40px;
}
.yfb1-main .item {
    margin-right: -31px;
}
.yfb1-main .list-item {
    float: left;
    width: 380px;
    height: 260px;
    margin-right: 30px;
    position: relative;
}
.yfb1-main .list-img {
    width: 380px;
    height: 260px;
    overflow: hidden;
}
.yfb1-main .list-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../images/yfb1-bg.png") no-repeat center bottom;
}
.yfb1-main  .list-tit {
    position: absolute;
    font-size: 16px;
    line-height: 2;
    color: #ffffff;
    font-weight: bold;
    bottom: 6px;
    text-align: right;
    margin: auto;
    left: 140px;
    right:10px;;
}
.yf-block2 {
    padding-top: 60px;
}
.yf-block3 {
    height: 238px;
    background-color: #f0f3f5;
    margin-top: 90px;
}
.yf-block3 .list-item {
    float: left;
    width: 386px;
    height: 178px;
    margin-left: 20px;
    border-radius: 10px;
    background: url("../images/yfb3-bg.png") no-repeat center bottom;
    position: relative;
    text-align: center;
}
.yf-block3 .list-item:first-child {
    margin-left: 0;
}
.yf-block3 .yfb3-icon {
    position: absolute;
    width: 120px;
    height: 120px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
    left: 0;
    right: 0;
    top: -60px;
    margin: auto;
    border-radius: 50%;
}
.yf-block3 .icon-01 {
    background: url("../images/yfb3-icon1.png") no-repeat center top;
}
.yf-block3 .icon-02 {
    background: url("../images/yfb3-icon2.png") no-repeat center top;
}
.yf-block3 .icon-03 {
    background: url("../images/yfb3-icon3.png") no-repeat center top;
}
.yf-block3 .name {
    padding-top: 72px;
    font-size: 16px;
    line-height: 28px;
    color: #2761c4;
    font-weight: bold;
}
.yf-block3 .text {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-top: 6px;
}
.yf-block3 .text h4 {
    margin-top: 4px;
}
.yf-block4 {
    padding-top: 58px;
    padding-bottom: 146px;
}
.yfb4-main {
    margin-top: 30px;
}
.yfb4-main .left-block {
    width: 590px;
}
.yfb4-main .right-block {
    width: 590px;
}
.yfb4-tit {
    text-align: center;
    font-size: 24px;
    line-height: 47px;
    color: #b6aa8f;
    font-weight: bold;
}
.yfb4-tit span {
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 47px;
    margin: 0 10px;
}
.yfb4-tit .icon-left {
    background: url("../images/yfb4-bg-left.png") no-repeat center;
}
.yfb4-tit .icon-right {
    background: url("../images/yfb4-bg-right.png") no-repeat center;
}
.yfb4-btn {
    text-align: center;
    margin-top: 30px;
}
.yfb4-btn .btn {
    width: 192px;
}
.yf-block5 {
    position: relative;
}
.yf-block5 .yw-tip {
    height: 180px;
    width: 1200px;
    bottom: -80px;
    margin-top: 0;
    background: url(../images/cjb3-bg.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    padding-top: 54px;
}
.yf-block6 {
    margin-top: 0;
    padding-top: 150px;
    background-color: #f5f5f5;
    padding-bottom: 80px;
}
.text22{background: #f90; padding: 5px; width: 134px;color:#fff;border-radius: 0px 90px 90px 0px;font-size: 16px;
    line-height: 2;bottom: 0px;position: absolute; }