
.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;
    height: auto;
    text-align: center;
    line-height: 50px;
    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: 14px;
    line-height: 28px;
    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;
	min-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: auto;
    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;
}


.list-main .list-item{
    transition: 0.36s;
}
.list-main .list-img{
    overflow: hidden;
}
.list-main .list-img img{
    transition: 0.36s;
}
.list-main .list-item:hover .list-img img{
    transform: scale(1.08);
}


.list-main .list-tit:hover{
    color: #2761c4;
}

.list-main .list-item:hover .list-more{
    color: #2761c4;
}

.wcs-list-product.list-main{
    margin-top: -20px;
    margin-right: -21px;
}
.wcs-list-product .list-item{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 285px;
    background-color: #f5f5f5;
}
.bgf5 .wcs-list-product .list-item{
    background-color: #fff;
}
.wcs-list-product .list-img{
    width: 285px;
    height: 214px;
    overflow: hidden;
}
.wcs-list-product .list-img img{
    width: 100%;
}
.wcs-list-product .list-info{
    padding: 20px;
}
.wcs-list-product .list-tit{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    height: 52px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.wcs-list-product .list-btn{
    font-size: 0;
    margin-top: 15px;
}
.wcs-list-product .list-btn a{
    display: inline-block;
    width: 116px;
    height: 36px;
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    transition: 0.36s;
}
.wcs-list-product .list-btn1{
    margin-right: 12px;
    border: solid 1px #ffaf3c;
    color: #ffaf3c;
}
.wcs-list-product .list-btn2{
    border: solid 1px #2761c4;
    color: #2761c4;
}
.wcs-list-product .list-btn1:hover{
    background-color: #ffaf3c;
    color: #fff;
}
.wcs-list-product .list-btn2:hover{
    background-color: #2761c4;
    color: #fff;
}

.wsc-content .wcs-list-product .list-item{
    width: 271px;
    margin-right: 10px;
    background-color: #f5f5f5;
}
.wsc-content .wcs-list-product .list-info{
    padding: 20px 15px;
}
.wsc-content .wcs-list-product .list-img{
    width: 271px;
    height: 203px;
}
.wsc-content .wcs-list-product .list-btn a{
    width: 114px;
}



.wcs-list-case.list-main{
    margin-top: -20px;
    margin-right: -21px;
}
.wcs-list-case .list-item{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 386px;
    background-color: #f5f5f5;
    transition: 0.36s;
}
.bgf5 .wcs-list-case .list-item{
    background-color: #fff;
}
.wcs-list-case .list-img{
    width: 386px;
    height: 216px;
    overflow: hidden;
}
.wcs-list-case .list-img img{
    width: 100%;
    transition: 0.36s;
}
.wcs-list-case .list-info{
    padding: 20px 30px 30px;
}
.wcs-list-case .list-tit{
    font-size: 20px;
    line-height: 34px;
    color: #333;
    height: 68px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.wcs-list-case .list-attr {
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
}
.wcs-list-case .list-attr .item{
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 15px;
}
.wcs-list-case .list-attr .item2{
    margin-left: 30px;
}
.wcs-list-case .list-attr .item em{
    color: #666;
}
.wcs-list-case .list-attr .item a{
    color: #2761c4;
}

.wcs-list-case .list-item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}
.wsc-content .wcs-list-case .list-item{
    width: 271px;
    margin-right: 10px;
    background-color: #f5f5f5;
}
.wsc-content .wcs-list-case .list-info{
    padding: 20px;
}
.wsc-content .wcs-list-case .list-img{
    width: 271px;
    height: 152px;
}
.wsc-content .wcs-list-case .list-attr .item2{
    margin-left: 0;
}


.wcs-renews.list-main{
    margin-right: -21px;
}
.wcs-renews .list-item{
    float: left;
    margin-right: 20px;
    width: 510px;
    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;
}

.wcs-list-video.list-main{
    margin-top: -20px;
    margin-right: -21px;
}
.wcs-list-video .list-item{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 386px;
    background-color: #f5f5f5;
}
.bgf5 .wcs-list-video .list-item{
    background-color: #fff;
}
.wcs-list-video .list-img{
    width: 386px;
    height: 216px;
    overflow: hidden;
    position: relative;
}
.wcs-list-video .list-img img{
    width: 100%;
}
.wcs-list-video .list-playicon{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5) url(../images/play-ico.png) no-repeat 21px center;
    transition: 0.36s;
}
.wcs-list-video .list-lentime{
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.wcs-list-video .list-info{
    padding: 20px;
}
.wcs-list-video .list-tit{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    height: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.wcs-list-video .list-time{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
}
.wcs-list-video .list-item:hover .list-playicon{
    background-color: #2761c4;
}


.wcs-list-album.list-main{
    margin-top: -20px;
    margin-right: -21px;
}
.wcs-list-album .list-item{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 386px;
    background-color: #f5f5f5;
}
.bgf5 .wcs-list-album .list-item{
    background-color: #fff;
}
.wcs-list-album .list-img{
    width: 386px;
    height: 290px;
    overflow: hidden;
    position: relative;
}
.wcs-list-album .list-img img{
    width: 100%;
}
.wcs-list-album .list-imgicon{
    width: 20px;
    height: 17px;
    background: url(../images/img-ico.png) no-repeat center center;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.wcs-list-album .list-info{
    padding: 20px;
}
.wcs-list-album .list-tit{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    height: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.wcs-list-album .list-time{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
}





.wcs-list-apply.list-main{

}
.wcs-list-apply .list-item{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding-left: 270px;
}
.wcs-list-apply .list-img{
    width: 240px;
    height: 144px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: -270px;
}
.wcs-list-apply .list-img img{
    width: 100%;
}
.wcs-list-apply .list-info{
    width: 100%;
    float: left;
}
.wcs-list-apply .list-tit{
    font-size: 20px;
    line-height:34px;
    color: #333;
    height: 34px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.wcs-list-apply .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: 10px;
}
.wcs-list-apply .list-more{
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    color: #999;
}
.wcs-list-apply .list-more span{
    padding-right: 11px;
    background: url(../images/dn-arr.png) no-repeat right center;
    display: inline-block;
}
.wcs-list-apply .list-item:hover .list-more span{
    background-image: url(../images/dn-arrh.png);
}



.side-sx .item{
    margin-top: 20px;
}
.side-sx .tit{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #333;
    font-weight: bold;
    background: url(../images/prosx-tit1.png) no-repeat center center;
}
.side-sx .item3 .tit{
    background: url(../images/prosx-tit2.png) no-repeat center center;
}
.side-sxmain{
    padding-top: 6px;
    margin-right: -9px;
}
.side-sx .sx-item{
    float: left;
    margin-right: 9px;
    margin-top: 9px;
    width: 118px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.side-sx .item2 .sx-item{
    float: unset;
    width: unset;
}
.side-sx .sx-item a{
    display: block;
    background-color: #fff;
    font-size: 14px;
    color: #666;
    transition: 0.36s;
    border-radius: 4px;
}
.side-sx .sx-item a:hover,.side-sx .choosed a{
    background-color: #2761c4;
    color: #fff;
}
.product-list .side-contact {
    padding: 10px 30px 30px;
}
.product-list .side-tel{
    height: unset;
    padding-bottom: 0;
    border-bottom: 0;
    text-align: center;
}
.product-list .side-tel i{
    display: block;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}
.product-list .side-tel .info{
    display: block;
    width: unset;
    margin-top: 5px;
    margin-left: 0;
}
.product-list .side-tel .item-dd{
    font-size: 26px;
    line-height: 32px;
    margin-top: 12px;
}
.product-list .side-btn{
    margin-top: 30px;
}
.product-list .side-btn .btn{
    width: 205px;
}


.faq-list{
    padding-top: 40px;
}
.faq-list .cTitText{
    margin-top: 0;
}


.wcs-list-faq .list-item{
    margin-top: 30px;
    border-top: 1px dashed #ebebeb;
    padding-top: 25px;
}
.wcs-list-faq .list-item:first-child{
    padding-top: 0;
    border-top: 0;
}
.wcs-list-faq .list-tit{
    float: left;
    width: 723px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    padding-left: 32px;
    background: url(../images/faq-tit.png) no-repeat 0 center;
}
.wcs-list-faq .list-time{
    float: right;
    width: 100px;
    text-align: right;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}
.wcs-list-faq .list-info{
    margin-top: 14px;
    padding: 15px 30px;
    background-color: #f5f5f5;
}
.wcs-list-faq .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;
}
.wcs-list-faq .list-more{
    margin-top: 7px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.wcs-list-faq .list-more a{
    display: inline-block;
    padding-right: 11px;
    background: url(../images/dn-arr.png) no-repeat right center;
}
.wcs-list-faq .list-item:hover .list-more a{
    background-image: url(../images/dn-arrh.png);
}


.nlHead{
    margin-top: 60px;
}
.nlHead-main{
    float: left;
    width: 740px;
}
.nlHead-bar{
    width: 420px;
    height: 518px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 25px 30px 30px;
    float: right;
}

.nlHead-main .list-item{
    position: relative;
}
.nlHead-main .list-img{
    width: 740px;
    height: 339px;
    overflow: hidden;
}
.nlHead-main .list-img img{
    width: 100%;
    transition: 0.36s;
}
.nlHead-main .list-item:hover img{
    transform: scale(1.08);
}
.nlHead-main .list-info{
    padding: 25px 30px 30px;
    background-color: #f5f5f5;
}
.nlHead-main .list-tit{
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
}
.nlHead-main .list-time{
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
    color: #999;
    padding-left: 17px;
    background: url(../images/retime-ico.png) no-repeat 0 center;
}
.nlHead-main .list-text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 12px;
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}

.nlHead-main .hot-tip{
    position: absolute;
    left: 0;
    width: 96px;
    height: 36px;
    top: 20px;
    background: url(../images/hot-bg.png) no-repeat 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    z-index: 10;
}

.nlHead-bar .tit{
    font-size: 22px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    padding-left: 12px;
    background: url(../images/sr-tit.png) no-repeat 0 center;
}
.nlHead-bar .list-main{
    margin-top: 18px;
}
.nlHead-bar .list-item{
    width: 360px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.nlHead-bar .list-img{
    width: 360px;
    height: 200px;
    overflow: hidden;
}
.nlHead-bar .list-img img{
    width: 100%;
}
.nlHead-bar .list-info{
    position: absolute;
    height: 110px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/hot-hdbg.png) repeat-x center bottom;
    /* text-align: center; */
    box-sizing: border-box;
    padding: 70px 20px 0;
}
.nlHead-bar .list-tit{
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.wsc-list-news .list-item{
    margin-top: 30px;
    border-top: 1px dashed #ebebeb;
    padding-top: 30px;
}
.wsc-list-news .list-picitem{
    padding-left: 270px;
}
.wsc-list-news .list-picitem .list-img{
    float: left;
    width: 240px;
    height: 144px;
    overflow: hidden;
    margin-left: -270px;
}
.wsc-list-news .list-picitem .list-img img{
    width: 100%;
}
.wsc-list-news .list-info{
    float: left;
    width: 100%;
    position: relative;
}
.wsc-list-news .list-tit{
    font-size: 20px;
    line-height: 34px;
    padding-top: 5px;
    color: #333;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wsc-list-news .list-text{
    margin-top: 48px;
    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;
}
.wsc-list-news .list-time{
    position: absolute;
    left: 0;
    top: 52px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    padding-left: 17px;
    background: url(../images/retime-ico.png) no-repeat 0 center;
}

.mt-class{
    float: right;
}
.mt-class .item{
    float: left;
    padding: 0 20px;
    background: url(../images/sn-line.png) no-repeat 0 center;
}
.mt-class .item:first-child{
    padding-left: 0;
    background: none;
}
.mt-class .item span{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.mt-class .item .line{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 3px;
    background-color: #2761c4;
    transition: 0.36s;
}
.mt-class .item:hover .line,.mt-class .active .line{
    width: 100%;
}
.mt-class .item:hover span,.mt-class .active span{
    color: #2761c4;
}


.solList-intro{
    padding: 30px;
    background-color: #f5f5f5;
}
.solList-intro .text{
    float: left;
    width: 490px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.solList-intro .info{
    width: 300px;
    float: right;
}
.solList-intro .intro-info{
    padding: 20px 20px 30px;
    background-color: #fff;
}
.solList-intro .info-img{
    position: relative;
    width: 260px;
    height: 183px;
    overflow: hidden;
}
.solList-intro .info-img img{
    width: 100%;
}
.imgbiger {
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../images/sol-imgshow.png) no-repeat center center;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.solList-intro .info .tit{
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 20px;
    line-height: 20px;
}
.solList-intro .intro-btn{
    padding: 30px;
    background-color: #fff;
    margin-top: 1px;
    text-align: center;
}
.solList-intro .btn{
    width: 235px;
    font-size: 16px;
}
.btn-orangebd{
    border: solid 1px #cccccc;
    color: #ffaf3c;
}
.btn-orangebd:hover{
    border-color: #ffaf3c;
    background-color: #ffaf3c;
    color: #fff;
}
.solList-intro .btn-orangebd{
    margin-top: 20px;
}

.solList{
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.wsc-relate.bgf5{
    padding: 60px 0;
}


.clHead{
    margin-top: 60px;
}
.casesx .has-choosed{
    padding-left: 110px;
}
.casesx .has-choosed .tit{
    width: 110px;
    float: left;
    margin-left: -110px;
    font-size: 22px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}
.casesx .hased-list{
    width: 100%;
    float: left;
}
.casesx .hased-list .item{
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 4px;
    border: dashed 1px #2761c4;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #2761c4;
    transition: 0.36s;
}
.casesx .hased-list .item span{
    padding-right: 21px;
    background: url(../images/sx-delate.png) no-repeat right center;
}
.casesx .hased-list .item.class-item span{
    padding-right: 0;
    background: none;
}
.casesx .hased-list .item:hover{
    border: solid 1px #2761c4;
    background-color: #2761c4;
    color: #fff;
}
.casesx .hased-list .item:hover span{
    
}
.casesx .choose-attr{

}
.casesx .choose-attr{
    padding-left: 110px;
}
.casesx .choose-attr .tit{
    width: 110px;
    float: left;
    margin-left: -110px;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    margin-top: 20px;
}
.casesx .choose-attr .attr-list{
    width: 100%;
    float: left;
}
.casesx .attr-list .item{
    float: left;
    font-size: 16px;
    line-height: 18px;
    margin-right: 40px;
    margin-top: 20px;
    transition: 0.36s;
    color: #666;
}
.casesx .attr-list .item:hover,.casesx .attr-list .item.active{
    color: #2761c4;
    font-weight: bold;
}

.caseList{
    margin-top: 18px;
    border-top: 1px dashed #e5e5e5;
    padding-top: 40px;
}

.jobList{
    margin-top: 60px;
}
.wcs-list-job .list-item{
    background-color: #f5f5f5;
    padding: 40px;
    margin-top: 10px;
    font-size: 0;
    transition: 0.36s;
}
.wcs-list-job .list-item:hover{
    /* transform: translateY(-10px); */
    background-color: #fff;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}
.wcs-list-job .list-item:first-child{
    margin-top: 0;
}
.wcs-list-job .list-info{
    display: inline-block;
    vertical-align: middle;
    width: 740px;
    margin-right: 20px;
}
.wcs-list-job .list-tit{
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.wcs-list-job .list-attr{
    margin-top: 17px;
}
.wcs-list-job .list-attr .item{
    float: left;
    font-size: 16px;
    line-height: 18px;
    color: #666;
    margin-left: 40px;
}
.wcs-list-job .list-attr .item:first-child{
    margin-left: 0;
}
.wcs-list-job .list-time{
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 36px;
    color: #999;
}
.wcs-list-job .list-btn{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: right;
}
.wcs-list-job .list-btn .btn{
    width: 120px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #2761c4;
    color: #2761c4;
}
.wcs-list-job .list-btn .btn:hover{
    background-color: #2761c4;
    color: #fff;
}
.faq-home .cTitText,.faq-list .cTitText{
    text-align: center;
}

.faq-search{
    margin-top: 40px;
}
.faq-search .search-form{
    width: 800px;
    margin: auto;
}
.faq-search .search-form form{
    display: block;
    padding-right: 132px;
}
.faq-search .search-form input{
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}
.faq-search .search-btn{
    background-color: rgba(231, 231, 231, 0.8);
    color: #2761c4;
}
.faq-search .search-btn:hover{
    background-color: #2761c4;
    color: #fff;
}
.faq-search .search-form input:focus{
    background-color: #fff;
    border-color: #2761c4;
}


.faqHome{
    margin-top: 40px;
}
.fh-main{
    margin-top: -20px;
    margin-right: -21px;
}
.fhItem{
    width: 590px;
    height: 389px;
    box-sizing: border-box;
    border: 10px solid #f5f5f5;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #fff;
}
.fhItem .fh-tit{
    padding: 15px 20px 15px 30px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #ebebeb;
}
.fhItem .fh-tit .tit{
    float: left;
    padding-left: 12px;
    background: url(../images/sr-tit.png) no-repeat 0 center;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.fhItem .fh-tit .more{
    float: right;
    padding-right: 15px;
    font-size: 16px;
    background: url(../images/dn-arr.png) no-repeat right center;
    color: #999;
    transition: 0.36s;
}
.fhItem .fh-tit .more:hover{
    color: #2761c4;
    background-image: url(../images/dn-arrh.png);
}
.fhItem-list{
    padding: 30px;
}
.fhItem-list .list-item{
    padding-left: 16px;
    background: url(../images/fh-dot.png) no-repeat 0 center;
    line-height: 26px;
    margin-top: 20px;
}
.fhItem-list .list-item:first-child{
    margin-top: 0;
}
.fhItem-list .list-tit{
    float: left;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
    transition: 0.36s;
}
.fhItem-list .list-time{
    float: right;
    font-size: 16px;
    color: #999;
    width: 90px;
    text-align: left;
}
.fhItem-list .list-item:hover .list-tit{
    color: #2761c4;
}

.fhTip{
    width: 1200px;
    height: 196px;
    background: url(../images/fh-tipbg.jpg) no-repeat center top;
    box-sizing: border-box;
    padding: 40px 60px 0;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.fhTip .tit{
    font-size: 24px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
}
.fhTip .text{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
}
.fhTip .tip-btn{
    margin-top: 25px;
    font-size: 0;
}
.fhTip .tip-btn .btn{
    height: 40px;
    line-height: 40px;
}
.fhTip .tip-btn .btn-online{
    width: 180px;
}
.fhTip .tip-btn .btn-grey{
    width: 246px;
    margin-left: 20px;
    background-color: #f0f0f0;
}
.fhTip .tip-btn .btn-grey:hover{
    background-color: #ffaf3c;
}
.fhTip .tip-tel{
    margin-top: 60px;
    font-size: 14px;
    color: #999;
    line-height: 16px;
}
.fhTip .tip-tel .tel-dd{
    font-size: 28px;
    line-height: 30px;
    margin-top: 17px;
    color: #333;
    font-weight: bold;
}

.sol-block1{
    padding: 60px 0;
}
.solh-class{
    margin-top: -20px;
    margin-right: -21px;
}
.solh-class .item{
    float: left;
    position: relative;
    width: 285px;
    height: 160px;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 20px;
    overflow: hidden;
    transition: 0.36s;
}
.solh-class .item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}
.solh-class .item img{
    width: 100%;
}
.solh-class .item a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 42px;
}
.solh-class .item i{
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
}
.solh-class .item .tit{
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.solh-class .icon1{
    background: url(../images/ico-yj.png) no-repeat center center;
}
.solh-class .icon2{
    background: url(../images/ico-hg.png) no-repeat center center;
}
.solh-class .icon3{
    background: url(../images/ico-hf.png) no-repeat center center;
}
.solh-class .icon4{
    background: url(../images/ico-sy.png) no-repeat center center;
}
.solh-class .icon5{
    background: url(../images/ico-ys.png) no-repeat center center;
}
.solh-class .icon6{
    background: url(../images/ico-xcl.png) no-repeat center center;
}
.solh-class .icon7{
    background: url(../images/ico-dz.png) no-repeat center center;
}
.solh-class .icon8{
    background: url(../images/ico-gf.png) no-repeat center center;
}
.solh-class .icon9{
    background: url(../images/ico-bl.png) no-repeat center center;
}
.solh-class .icon10{
    background: url(../images/ico-mhg.png) no-repeat center center;
}
.solh-class .icon11{
    background: url(../images/ico-hb.png) no-repeat center center;
}
.solh-class .icon12{
    background: url(../images/ico-tc.png) no-repeat center center;
}

.sol-block2{
    padding: 60px 0;
    background-color: #f5f5f5;
}
.sol-block2 .wcs-list-case .list-item{
    background-color: #fff;
}
.solb2-btn{
    font-size: 0;
    margin-top: 40px;
    text-align: center;
}
.solb2-btn .btn{
    width: 235px;
    height: 50px;
    border-radius: 4px;
    line-height: 48px;
}
.solb2-btn .btn-bluebd{
    margin-left: 20px;
}

.sol-block3 .cTitText{
    text-align: left;
}


.nh-block{
    padding: 60px 0;
}

.nhb1-box{
    margin-top: 30px;
}

.nhb1-main{
    width: 620px;

}
.nhb1-main .list-item{
    padding: 30px;
    background-color: #f5f5f5;
    transition: 0.36s;
}
.nhb1-main .list-img{
    height: 280px;
    overflow: hidden;
}
.nhb1-main .list-img img{
    width: 100%;
    transition: 0.36s;
}
.nhb1-main .list-item:hover .list-img img{
    transform: scale(1.08);
}
.nhb1-main .list-item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.nhb1-main .list-tit{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 14px;
}
.nhb1-main .list-time{
    font-size: 14px;
    line-height: 24px;
    margin-top: 11px;
    padding-left: 18px;
    background: url(../images/retime-ico.png) no-repeat 0 center;
    color: #999;
}
.nhb1-main .list-text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.nhb1-bar{
    width: 560px;
}

.nhb1-bar .wcs-renews .list-item{
    width: 560px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 40px 30px;
    margin-top: 20px;
}
.nhb1-bar .wcs-renews .list-item:first-child{
    margin-top: 0;
}
.nhb1-bar .wcs-renews .list-item:hover{
    background-color: #fff;
}

.nhb2-main{
    margin-top: 30px;
}
.wsc-list-baokan.list-main{
    margin-top: -20px;
    margin-right: -22px;
}
.wsc-list-baokan .list-item{
    width: 225px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.nhb2-main .wsc-list-baokan .list-item:first-child{
    width: 465px;
}
.nhb2-main .wsc-list-baokan .list-img{
    box-shadow: 0px 8px 8px 0px
    rgba(15, 4, 68, 0.1);
}
.wsc-list-baokan .list-img{
    height: 316px;
    overflow: hidden;
}
.wsc-list-baokan .list-img img{
    width: 100%;
}
.wsc-list-baokan .list-info{
    /* text-align: center; */
}
.wsc-list-baokan .list-tit{
    margin-top: 11px;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsc-list-baokan .list-text{
    font-size: 14px;
    line-height: 34px;
    color: #999;
}


.nhb3-main{
    margin-top: 30px;
}

.wsc-list-active.list-main{
    margin-top: -20px;
    margin-right: -22px;
}
.wsc-list-active .list-item{
    width: 386px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f5f5f5;
}
.wsc-list-active .list-img{
    height: 204px;
    overflow: hidden;
}
.wsc-list-active .list-img img{
    width: 100%;
}
.wsc-list-active .list-info{
    /* text-align: center; */
}
.wsc-list-active .list-tit{
    margin-top: 11px;
    font-size: 16px;
    line-height: 34px;
    color: #333;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.nhb4-box{
    margin-top: 30px;
}
.nhb4-main{
    width: 794px;
}
.nhb4-bar{
    width: 386px;
}
.nhb4-main .wcs-list-video .list-item{
    width: 794px;
    background-color: #fff;
}
.nhb4-main .wcs-list-video .list-img{
    width: 794px;
    height: 444px;
}
.nhb4-main .wcs-list-video .list-info{
    padding: 20px 30px 25px;
}
.nhb4-main .wcs-list-video .list-tit {
    font-size: 20px;
    line-height: 38px;
    color: #333;
    height: 76px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    white-space: normal;
}
.nhb4-bar .wcs-list-video .list-info{
    padding: 15px 20px;
}


.mt-btn{
    font-size: 0;
    text-align: center;
}
.mt-btn .btn{
    width: 160px;
    height: 42px;
    line-height: 40px;
    margin-top: 40px;
}


.pd-block1{
    padding: 40px 0 60px;
}

.pd-img {
    width: 580px;
    float: left;
}
.pd-img .picshow{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.pd-img .picshowList{
    position: relative;
    overflow: hidden;
    height: 580px;
}
.pd-img .picshowitem{
    width: 580px;
    height: 500px;
    float: left;
}
.pd-img .picshow img{
    width: 100%;
}
.pd-img .picp,.pd-img .picn{
    width: 26px;
    height: 46px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pd-img .picp{
    left: 0;
    background: rgba(0, 0, 0, 0.23) url(../images/page-prevh.png) no-repeat center center;
}
.pd-img .picn{
    right: 0;
    background: rgba(0, 0, 0, 0.23) url(../images/page-nexth.png) no-repeat center center;
}
.pd-img .picp:hover,.pd-img .picn:hover{
    background-color: #2761c4;
}
.picshowsmall{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 20px;
    height: 22px;
    font-size: 0;
}
.picshowsmall ul{
    display: inline-block;
    height: auto;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
}
.picshowsmall li{
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}
.picshowsmall li.active{
    background-color: #2761c4;
}
.picshowsmall li img{
    display: none;
}
.pd-info{
    width: 580px;
    float: right;
}
.pd-tit{
    font-size: 32px;
    line-height: 42px;
    color: #222;
    font-weight: bold;
}
.pd-info-main{
    margin-top: 12px;
    background-color: #f7f7f7;
    padding: 25px 30px;
}

.details-intro{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.details-attr{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ebebeb;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.details-attr td:first-child{
    padding-right: 5px;
}

.pd-btn{
    font-size: 0;
    margin-top: 40px;
}
.pd-btn .btn{
    width: 275px;
}
.pd-btn .btn-grey{
    margin-left: 30px;
}

.pd-link{
    margin-top: 60px;
    font-size: 18px;
    line-height: 20px;
}
.pd-link a,.pd-link span{
    float: left;
}
.pd-link span{
    margin: 0 20px;
    color: #ebebeb;
}
.pd-link a{
    padding-left: 28px;
    color: #666;
}
.pd-link .link1{
    background: url(../images/pdb1-ico1.png) no-repeat 0 center;
}
.pd-link .link2{
    background: url(../images/pdb1-ico2.png) no-repeat 0 center;
}
.pd-link .link3{
    background: url(../images/pdb1-ico3.png) no-repeat 0 center;
}
.pd-link a:hover{
    color: #2761c4;
}



.pdTab-box{
    position: absolute;
    height: 60px;
    z-index: 1000;
}
.pdTab{
    height: 60px;
    background-color: #eeeeee;
}
.pdTab ul{
    width: 896px;
    height: 100%;
}
.pdTab li{
    float: left;
    height: 100%;
    line-height: 60px;
    position: relative;
    background: url(../images/pdtab-line.png) no-repeat 0 center;
    width: 14.28%;
    text-align: center;
}
.pdTab li:first-child{
    background: none;
}
.pdTab li a{
    display: block;
    height: 100%;
    color: #666;
    transition: 0.3s;
    font-size: 16px;
}
.pdTab li span{

}
.pdTab li:hover a,.pdTab .active a{
    background-color: #2761c4;
    color: #fff;
    font-weight: bold;
}
.pdTab li:hover + li,.pdTab .active + li{
    background: none;
}


.pdCont{
    padding: 100px 30px 40px;
    background-color: #fff;
}

.pdTip{
    background: url(../images/pdTip-bg.jpg) no-repeat center top;
    height: 180px;
    box-sizing: border-box;
    padding-top: 40px;
    text-align: center;
    margin-top: 30px;
}
.pdTip .tit{
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}
.pdTip .tip-btn{
    font-size: 0;
    margin-top: 30px;
}
.pdTip .btn{
    width: 240px;
}
.pdTip .btn-grey{
    margin-left: 30px;
}

.pdfw-main{
    margin-top: 30px;
}
.pdfw-main .item-img,.pdfw-main .info{
    width: 417px;
    height: 240px;
    position: relative;
    box-sizing: border-box;
}
.pdfw-main .info{
    padding: 50px 60px 0;
    text-align: center;
    background-color: #f7f7f7;
}
.pdfw-main i{
    display: block;
    margin: auto;
    width: 56px;
    height: 56px;
}
.pdfw-main .tit{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
}
.pdfw-main .text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
    color: #999;
}
.pdfw-main .sanjiao{
    border: 10px solid transparent;

    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}
.pdfw-main .right-block .sanjiao{
    left: -20px;
    border-right-color: #f7f7f7;
}
.pdfw-main .left-block .sanjiao{
    right: -20px;
    border-left-color: #f7f7f7;
}
.pdfw-main .icon1{
    background: url(../images/pdfw-ico1.png) no-repeat center center;
}
.pdfw-main .icon2{
    background: url(../images/pdfw-ico2.png) no-repeat center center;
}
.pdfw-main .icon3{
    background: url(../images/pdfw-ico3.png) no-repeat center center;
}



.side-product{
    padding: 30px;
    background-color: #fff;
    margin-top: 20px;
}

.side-product .list-img{
    width: 225px;
    height: 169px;
    overflow: hidden;
}
.side-product .list-img img{
    width: 100%;
}
.side-product .list-tit{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-top: 10px;
}
.side-product .details-attr{
    margin-top: 10px;
    padding-top: 10px;
}
.side-product .pd-btn{
    margin-top: 15px;
}
.side-product .btn{
    width: 225px;
    height: auto;
    line-height: 40px;
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
}
.side-product .btn:first-child{
    margin-top: 0;
}

.side-proclass{
    margin-top: 20px;
}
.side-proclass .side-nav-list a{
    background-color: #f5f5f5;
    border-radius: 2px;
}

.side-proclass .side-nav-list a:hover ,.side-proclass .side-nav-list .active a{
    background-color: #2761c4;
    color: #fff;
    font-weight: bold;
}


.pdBot{
    width: 1200px;
    margin: 60px auto 0;
}
.pdBot .item{
    position: relative;
    margin-left: 1px;
    padding: 63px 30px 30px;
    box-sizing: border-box;
    background-color: #fff;
    float: left;
}
.pdBot .item:first-child{
    margin-left: 0;
}
.pdBot .item-sol{
    width: 732px;
    height: 413px;
}
.pdBot .item-faq{
    width: 467px;
    height: 413px;
}
.pdBot .tit{
    position: absolute;
    left: 18px;
    top: -12px;
    height: 51px;
    font-size: 20px;
    line-height: 51px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.pdBot .item-sol .tit{
    width: 441px;
    background: url(../images/pdbt-tit1.png) no-repeat center top;
}
.pdBot .item-faq .tit{
    width: 141px;
    background: url(../images/pdbt-tit2.png) no-repeat center top;
}

.pdBot .text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.pdBot-btn{
    margin-top: 25px;
}
.btn-sjbd{
    background-color: unset;
    color: #ffaf3c;
    border: solid 1px #ffaf3c;
}
.btn-sjbd span{
    padding-left: 22px;
    display: inline-block;
    background: url(../images/btn-sjy.png) no-repeat 0 center;
}
.btn-sjbd:hover{
    background-color: #ffaf3c;
    color: #fff;
}
.btn-sjbd:hover span{
    background-image: url(../images/btn-sj.png);
}

.pdBot .class-list{
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 30px;
}
.pdBot .class-list ul{
    margin-top: -17px;
}
.pdBot .class-list li{
    width: 33.33%;
    float: left;
    font-size: 16px;
    line-height: 18px;
    margin-top: 17px;
    color: #666;
    list-style: inside;
}
.pdBot .item-faq .class-list{
    margin-top: 0;
    background-color: unset;
    padding: 0;
}
.pdBot .item-faq .class-list li{
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 18px;
    margin-top: 30px;
    color: #666;
    list-style: inside;
}
.pdBot .class-list li:hover{
    color: #2761c4;
}

.pdBot-tip{
    height: 168px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding-top: 30px;
    text-align: center;
    margin-top: 30px;
}
.pdBot-tip .item-dt{
    font-size: 14px;
    line-height: 16px;
    color: #666;
}
.pdBot-tip .item-dd{
    font-size: 26px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin-top: 14px;
}
.pdBot-tip .tip-btn{
    margin-top: 15px;
}
.pdBot-tip .btn{
    width: 200px;
    height: 40px;
    line-height: 38px;
}

.soldet-bar .btn-sj {
    background-color: unset;
    color: #ffaf3c;
    border: solid 1px #ffaf3c;
}

.side-sdbtn{
    margin-top: 20px;
    padding: 40px 30px 30px;
    background-color: #fff;
}
.side-sdbtn .btn{
    width: 225px;
    height: 40px;
    line-height: 40px;
}
.soldet-bar .side-contact{
    margin-top: 1px;
}

.sollist-bot .cTitText{
    text-align: left;
}
.sollist-bot .intro-btn{
    text-align: center;
    margin-top: 35px;
    font-size: 0;
}
.sollist-bot .intro-btn .btn{
    width: 235px;
    font-size: 16px;
}
.sollist-bot .intro-btn .btn-sj{
    margin-right: 20px;
}

.cd-intro{
    margin-top: 30px;
    padding: 20px;
    background-color: #f5f5f5;
}
.cd-intro .gs-logo{
    width: 140px;
    height: 80px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.cd-intro .gs-logo img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.cd-intro .gs-info{
    float: left;
    width: 605px;
}
.cd-intro .gs-info .tit{
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    color: #333;
}
.cd-intro .gs-info .text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #999;
}
.cd-intro .cd-attr{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #ebebeb;
}
.cd-intro .cd-attr .item{
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cd-img{
    margin-top: 30px;
}
.cd-img img{
    width: 100%;
}

.det-mark{
    margin-top: 25px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
}
.jd-attr{
    float: left;
}
.jd-attr .item{
    float: left;
    margin-left: 40px;
}
.jd-attr .item em{
    color: #666;
}
.jd-attr .item:first-child{
    margin-left: 0;
}
.det-back{
    float: right;
}
.det-tip{
    float: right;
    font-size: 0;
}
.det-tip span,.det-tip i{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.det-tip i{
    margin: 0 10px;
}
.det-back a{
    padding-right: 22px;
    display: inline-block;
    background: url(../images/back-list.png) no-repeat right center;
}
.det-back a:hover{
    color: #2761c4;
    background-image: url(../images/back-listh.png);
}
.jd-main{
    border-top: 1px solid #e6e6e6;
    margin-top: 38px;
    padding-top: 25px;
}

.jd-main .wsc-editTit{
    padding-left: 0;
    font-size: 18px;

    color: #333;
    background: none;
}
.jd-main .wsc-editTit strong{
    font-weight: normal;
}

.jd-flie{
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    font-size: 0;
}

.btn-fliedown{
    background-color: #ffaf3c;
    color: #fff;
}
.btn-fliedown span{
    display: inline-block;
    padding-left: 20px;
    background: url(../images/down-file.png) no-repeat 0 center;
}
.btn-fliedown:hover{
    background-color: #ed9239;
}
.jd-flie .btn-fliedown{
    width: 200px;
    height: 42px;
    line-height: 40px;
    margin-right: 20px;
    vertical-align: top;
    border-radius: 4px;
}

.btn-flieup{
    width: 200px;
    height: 42px;
    line-height: 40px;
    border-radius: 4px;
    border: solid 1px #ffaf3c;
    vertical-align: top;
    color: #ffaf3c;
}
.btn-flieup:hover{
    background-color: #ffaf3c;
    color: #fff;
}
.btn-flieup span{
    display: inline-block;
    padding-left: 22px;
    background: url(../images/up-file.png) no-repeat 0 center;
}
.btn-flieup:hover span{
    background-image: url(../images/up-fileh.png);
}

.dialog{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.dialog-main{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 633px;
    height: 340px;
    background-color: #fff;
    display: none;
}
.dia-close{
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url(../images/dia-close.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.dia-head{
    background-color: #ffaf3c;
    position: relative;
    height: 60px;
    padding: 0 30px;
}
.diaTit{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}
.dia-contain{
    padding: 40px;
}

.fm-fill{
    float: left;
    position: relative;
    width: 278px;
    height: 46px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    font-size: 16px;
    color: #888;
    text-align: center;
    line-height: 46px;
    transition: 0.3s;
    cursor: pointer;
}
.fm-fill:hover{
    background-color: #ffaf3c;
    border-color: #ffaf3c;
    color: #fff;
}
.fm-fill input{
    width: 280px;
    height: 46px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.fm-file-tags{
    float: left;
    font-size: 12px;
    color: #888;
    line-height: 48px;
    margin-left: 15px;
}
.fm-fill .msg-box{
    position: absolute;
    top: 48px;
    left: 0;
}
.fm-tip{
    margin-left: 90px;
    color: #2761c4;
    margin-top: 20px;
}

.jd-neednow,.jd-flow{
    margin-top: 60px;
}
.jd-nkmain{
    margin-top: 30px;
}
.jd-nkmain .item{
    float: left;
    width: 386px;
    height: 253px;
    box-sizing: border-box;
    margin-left: 20px;
    background-color: #fff;
    padding: 40px 50px 0;
    text-align: center;

}
.jd-nkmain .item:first-child{
    margin-left: 0;
}
.jd-nkmain .item .tit{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    padding-left: 34px;
    line-height: 24px;
}
.jd-nkmain .item1 .tit{
    background: url(../images/jdb2-ico1.png) no-repeat 0 center;
}
.jd-nkmain .item2 .tit{
    background: url(../images/jdb2-ico2.png) no-repeat 0 center;
}
.jd-nkmain .item3 .tit{
    background: url(../images/jdb2-ico3.png) no-repeat 0 center;
}
.jd-nkmain .item .info{
    margin-top: 35px;
}
.jd-nkmain .item-dt{
    font-size: 14px;
    line-height: 30px;
    color: #999;
}
.jd-nkmain .item-dd{
    font-size: 14px;
    color: #333;
}
.jd-nkmain .item-dd a{
    font-size: 20px;
    color: #ffaf3c;
    font-weight: bold;
}
.jd-flmain{
    margin-top: 30px;
}
.jd-flmain .item-box{
    float: left;
    width: 170px;
    height: 100px;
    padding-left: 36px;
    background: url(../images/job-flewarr.png) no-repeat 10px center;
}
.jd-flmain .item-box:first-child{
    padding-left: 0;
    background: none;
}
.jd-flmain .item{
    width: 170px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    font-size: 22px;
    line-height: 100px;
    font-weight: bold;
    color: #666;
}


.job-home .cTitText{
    text-align: center;
}
.jh-block{
    margin-top: 60px;
}
.jhb-main{
    margin-top: 30px;
}
.jhb-main .item:first-child{
    margin-left: 0;
}
.jh-block1 .item{
    float: left;
    width: 590px;
    height: 384px;
    box-sizing: border-box;
    margin-left: 20px;
    border: 10px solid #f5f5f5;
}

.jh-block1 .item-img{
    height: 220px;
    overflow: hidden;
    position: relative;
}
.jh-block1 .item-img img{
    width: 100%;
}
.jh-block1 .item-img .tit{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: 40px;
}
.jh-block1 .info{
    padding-top: 20px;
    text-align: center;
}
.jh-block1 .text{
    font-size: 14px;
    line-height: 16px;
    color: #666;
}
.jhb1-btn{
    margin-top: 30px;

}
.jhb1-btn .btn{
    width: 213px;
}

.jh-block2 .item{
    width: 285px;
    float: left;
    margin-left: 20px;
}
.jh-block2 .item-img{
    height: 220px;
    overflow: hidden;
}
.jh-block2 .item-img img{
    width: 100%;
}
.jh-block2 .tit{
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}


.jh-block3 .item{
    width: 285px;
    height: 120px;
    box-sizing: border-box;
    float: left;
    margin-left: 20px;
    border: 10px solid #f5f5f5;
    padding: 25px 20px;
    font-size: 0;
}
.jh-block3 i{
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
.jh-block3 .icon1{
    background: url(../images/jhb3-ico1.png) no-repeat center center;
}
.jh-block3 .icon2{
    background: url(../images/jhb3-ico2.png) no-repeat center center;
}
.jh-block3 .icon3{
    background: url(../images/jhb3-ico3.png) no-repeat center center;
}
.jh-block3 .icon4{
    background: url(../images/jhb3-ico4.png) no-repeat center center;
}
.jh-block3 .tit{
    width: 160px;
    font-size: 20px;
    line-height: 28px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.jh-block4{
    height: 435px;
    box-sizing: border-box;
    padding-top: 60px;
    background: url(../images/jhb4-bg.jpg) no-repeat center top;
}
.jh-block4 .cTit-h1{
    color: #fff;
}
.jh-block5 .item{
    background-color: #f5f5f5;
}


.pic-list{
    padding-top: 40px;
}
.picList-intro{
    padding: 40px;
    background-color: #fff;
}
.picList-intro .info{
    width: 827px;
    float: left;
}
.picList-intro .tit{
    font-size: 26px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
}
.picList-intro .text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
}
.picList-intro .pic-fm{
    float: right;
    width: 250px;
    height: 187px;
    overflow: hidden;
}
.picList-intro .pic-fm img{
    width: 100%;
}

.pl-main{
    margin-top: 30px;
}


.wcs-list-pic.list-main{
    margin-top: -20px;
    margin-right: -21px;
}
.wcs-list-pic .list-item{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 386px;
    position: relative;
}
.wcs-list-pic .list-img{
    width: 386px;
    height: 290px;
    overflow: hidden;
    position: relative;
}
.wcs-list-pic .list-img img{
    width: 100%;
}
.wcs-list-pic .list-tit{
    padding: 10px 20px;
    background: url(../images/pic-titbg.png) repeat-x 0 center;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    box-sizing: border-box;
}
.wcs-list-pic .list-tit a{
    display: block;
    height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 30px;
    background: url(../images/pic-ico.png) no-repeat 0 center;
}


.pic-det .comment-form{
    padding-bottom: 0;
}



.picdet-main{
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
    padding-bottom: 45px;
}

.albumShowCon{
    height: 560px;
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
}
.albumShowConImg{
    position: relative;
    height: 100%;
    cursor: zoom-in;
}
.albumShowConImg img{
    max-width: 1140px;
    max-height: 560px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.albumShowimgp,.albumShowimgn{
    width: 34px;
    height: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.36s;
}
.albumShowimgp{
    left: 0;
    background: #ccc url(../images/pdbg-arrp.png) no-repeat center center;
}
.albumShowimgn{
    right: 0;
    background: #ccc url(../images/pdbg-arrn.png) no-repeat center center;
}
.albumShowimgp:hover,.albumShowimgn:hover{
    background-color: #2761c4;
}

.albumShowControl{
    margin-top: 30px;
    padding: 0 207px;
    position: relative;
}
.albumShowChange{
    position: absolute;
    top: 0;
    width: 150px;
    height: 112px;
    overflow: hidden;
}
.albumShowChange img{
    width: 100%;
}
.albumShowChange em{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 112px;
    transition: 0.36s;
}
.albumShowp{
    left: 0;
}
.albumShown{
    right: 0;
}
.albumShowChange:hover em{
    background: rgba(0, 0, 0, 0.66);
}

.albumShowList{
    padding: 0 34px;
    position: relative;

}
.albumShowListp,.albumShowListn{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 112px;
    transition: 0.36s;
}

.albumShowListp{
    left: 0;
    background: #ccc url(../images/pdsm-arrp.png) no-repeat center center;
}
.albumShowListn{
    right: 0;
    background: #ccc url(../images/pdsm-arrn.png) no-repeat center center;
}
.albumShowListp:hover,.albumShowListn:hover{
    background-color: #2761c4;
}
.albumShowListCon {
    overflow: hidden;
    width: 630px;
    margin: auto;
    position: relative;
}
.albumShowListCon ul{
    position: relative;
}
.albumShowListCon li{
    float: left;
    width: 150px;
    height: 112px;
    margin-right: 10px;
    box-sizing: border-box;
}
.albumShowListCon li.active{
    border: solid 4px #2761c4;
}
.albumShowListCon li img{
    width: 100%;
}


.video-det .detail-main .detail-box{
    padding-left: 30px;
    padding-right: 30px;
}
.video-det .comment-form{
    padding-bottom: 0;
}
.vd-main{
    margin-top: 30px;
}
.videoShow{
    width: 820px;
    float: left;
    height: 461px;
    overflow: hidden;
    position: relative;
}
#video-det{
    width: 820px;
    height: 461px;
}
.vd-bar{
    float: right;
    width: 320px;
    box-sizing: border-box;
    height: 461px;
    background-color: #f5f5f5;
    padding: 30px 30px 0;
}
.vdside-main{
    margin-top: 20px;
    height: 360px;
    overflow-y: scroll;
    margin-right: -20px;
}
.vdside-main::-webkit-scrollbar{

}
.vdside-main .list-item{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
}
.vdside-main .list-item:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.vdside-main .list-img{
    width: 130px;
    height: 74px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.vdside-main .list-img img{
    width: 100%;
    transition: 0.36s;
}
.vdside-main .list-playicon{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5) url(../images/play-ico.png) no-repeat center center;
    background-size: 8px auto;
    transition: 0.36s;
}
.vdside-main .list-item:hover .list-playicon{
    background-color: #2761c4;
}

.vdside-main .list-info{
    width: 120px;
    float: left;
}
.vdside-main .list-tit{
    font-size: 14px;
    line-height: 21px;
    color: #666;
    height: 42px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.vdside-main .list-count{
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #999;
}
.vd-text{
    margin-top: 35px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}







.det-seo{
    background-color: #f0f0f0;
    border: solid 1px #e5e5e5;
    padding: 25px 30px 25px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-top: 20px;
}
.det-seo em{
    color: #333;
    font-weight: bold;
}



.sx-noresult{
    height: 220px;
    box-sizing: border-box;
    padding-top: 40px;
    background-color: #f7f7f7;
}
.sx-noremain{
    width: 370px;
    margin: auto;
    padding-left: 290px;
    padding-top: 10px;
    background: url(../images/sx-noresult.png) no-repeat 0 center;
}
.sx-noremain .text{
    font-size: 16px;
    line-height: 26px;
    color: #666;
    color: #666;
}
.sx-noremain .text em{
    color: #333;
    font-weight: bold;
}

.sx-norebtn{
    margin-top: 25px;
}
.sx-norebtn .btn{
    width: 180px;
    height: 40px;
    line-height: 40px;
}







.dialog-img .dia-content {width: 1030px;overflow: hidden;height: 739px;}
	.dialog-img .dia-msg{    width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 15px;
    margin-top: 0;}
	.dialog-img .dia-img {width: 100%;height: 100%;position: relative;}
	.dialog-img.dialog-solimg .dia-img img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto; max-width: 100%;max-height: 100%;}
    .dia-content {border-radius: 0 !important;}
    .dialog-img.dialog-picimg .dia-img {overflow-y: scroll;}
	.dialog-img.dialog-picimg .dia-img img{display: block; margin: auto; max-width: 100%;}
	.dia-content {border-radius: 0 !important;}
	.dialog-img .dia-close {top: 7px;	right: 14px;}
	.dialog-img .dia-inner {	padding: 0;width: 100%;height: 100%;position: relative;}
	.dia-close {width: 16px;height: 16px;background: url(../images/close.png) no-repeat center;cursor: pointer;z-index: 100;}







.zb-list{
    margin-top: 60px;
    padding-bottom: 80px;
}

.zb-zhblock{
    margin-top: 35px;
}
.zb-zhtit{
    font-size: 20px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
}
.zb-zhmain{
    margin-top: 20px;
}
.zb-zhmain .item{
    float: left;
    width: 590px;
	height: 100px;
    border: dashed 1px #e5e5e5;
    box-sizing: border-box;
    margin-left: 20px;
    padding: 27px 0;
    font-size: 0;
    text-align: center;
}
.zb-zhmain .item:first-child{
    margin-left: 0;
}
.zb-zhmain .item i{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 46px;
	height: 46px;
    border: solid 1px #2761c4;
    border-radius: 50%;
}
.zb-zhmain .item .ico1{
    background: #cee0ff url(../images/zb-telico.png) no-repeat center center;
}
.zb-zhmain .item .ico2{
    background: #cee0ff url(../images/em-ico.png) no-repeat center center;
}
.zb-zhmain .info{
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
    font-size: 0;
}
.zb-zhmain .item-dt{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 28px;
    color: #999;
}
.zb-zhmain .item-dd{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
}


.zblist-main{
    margin-top: 40px;
}

.wsc-list-zb{
    border-top: 1px dashed #ebebeb;
}

.wsc-list-zb .list-item{
    height: 32px;
    border-bottom: 1px dashed #ebebeb;
    line-height: 32px;
    padding: 24px 100px 24px 0;
}
.wsc-list-zb .list-tit{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    background: url(../images/zb-listdot.png) no-repeat 0 center;
    color: #333;
    transition: 0.36s;
    font-size: 20px;
}
.wsc-list-zb .list-tit a{
    display: block;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsc-list-zb .list-time{
    float: right;
    width: 100px;
    margin-right: -100px;
    text-align: right;
    color: #999;
    font-size: 14px;
}
.wsc-list-zb .list-tit:hover{
    background-image: url(../images/zb-listdoth.png);
}


.ztList{
    padding: 60px 0 80px;
}
.wsc-list-zt .list-main{
    margin-top: -20px;
    margin-right: -20px;
}
.wsc-list-zt .list-item{
    float: left;
    width: 590px;
    height: 420px;
    box-sizing: border-box;
    padding: 30px;
    background-color: #f5f5f5;
    margin-top: 20px;
    margin-right: 20px;
    transition: 0.36s;
}
.wsc-list-zt .list-img{
    width: 530px;
    height: 298px;
    overflow: hidden;
}
.wsc-list-zt .list-img img{
    width: 100%;
    transition: 0.36s;
}
.wsc-list-zt .list-info{
    padding-top: 15px;
}
.wsc-list-zt .list-tit{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wsc-list-zt .list-time{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 5px;
}

.wsc-list-zt .list-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}