
.inMain{
    max-width: 1400px;
    margin: auto;
}
.container{
    width: 75%;
    margin: auto;
    min-width: 1200px;
}


.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: 50px;
    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: 450px;
    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: 100px; */
}
.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: 100%;
    height: 61px;
    background-color: #f5f5f5;
    font-size: 24px;
    color: #999;
    line-height: 61px;
    transition: 0.36s;
    margin: 0 10px;
    overflow: hidden;
}
.pageClass li a{
    display: block;
}
.pageClass li span{
    display: none;
}
/* .pageClass a{
    display: inline-block;
    vertical-align: top;
    width: 220px;
	height: 48px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #999;
    line-height: 48px;
    transition: 0.36s;
    margin: 0 10px ;
} */
.pageClass a:hover,.pageClass .active{
    background-color: #2761c4;
    color: #fff;
    font-weight: bold;
}


.cTit-h1{
    font-size: 32px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.cTitText{
    font-size: 16px;
    line-height: 2.5em;
    text-align: left;
    color: #666;
    margin-top: 24px;
    /* text-align: center; */
}


.wsc-detlink{
    background: #fff url(../images/dl-line.png) no-repeat center center;
    box-sizing: border-box;
    padding: 20px 30px;
    height: 76px;
    line-height: 36px;
    margin-top: 35px;
    border-top: 1px solid #ebebeb;
}

.wsc-detlink div{
    box-sizing: border-box;
    width: 50%;
    
    padding: 0 21px;
}
.dl-prev {
    float: left;
}
.dl-prev i{
    float: left;
    margin-left: -20px;
    width: 20px;
    height: 100%;
    background: url(../images/dp-arr.png) no-repeat 0 center;
    font-size: 0;
}
.dl-next{
    float: right;
}
.dl-next i{
    float: right;
    margin-right: -20px;
    width: 20px;
    height: 100%;
    background: url(../images/dn-arr.png) no-repeat right center;
    font-size: 0;
}
.wsc-detlink div a{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.36s;
}
.dl-next a{
    text-align: right;
}
.wsc-detlink div a:hover{
    color: #2761c4;
}
.wsc-detlink .dl-prev:hover i{
    background-image: url(../images/dp-arrh.png);
}
.wsc-detlink .dl-next:hover i{
    background-image: url(../images/dn-arrh.png);
}
.wsc-tags{
    margin-top: 20px;
}
.wsc-tags .wsc-tagsCon{
    margin-top: -10px;
    margin-right: -11px;
}
.wsc-tags .wsc-tagsCon:after{visibility: hidden; display: block;font-size: 0;content: '.'; clear: both;height: 0}
.wsc-tags .wsc-tagsCon{zoom: 1;}
.wsc-tags a{
    float: left;
    height: 34px;
    border-radius: 4px;
    border: solid 1px #2761c4;
    line-height: 34px;
    padding: 0 9px;
    font-size: 14px;
    color: #2761c4;
    transition: 0.36s;
    margin-right: 10px;
    margin-top: 10px;
}
.wsc-tags a:hover{
    background-color: #2761c4;
    color: #fff;
}
.wsc-side {
    margin-top: -20px;
}
.side-nav{
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
}
.side-nav-list li,.side-nav-pro li{
    margin-top: 6px;
}
.side-nav-list li:first-child{
    margin-top: 0;
}
.side-nav-pro .snlist-head{
    position: relative;
}
.side-nav-list a,.side-nav-pro .snlist-head .tit{
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 47px 0 20px;
    background-color: #fff;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    transition: 0.36s;
}
/* .side-nav-list span,.side-nav-pro .snlist-head .tit{
    float: left;
    width: 100%;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
/* .side-nav-pro .snlist-head .tit{
    width: unset;
} */
.side-nav-list i,.side-nav-pro .snlist-head .arr{
    width: 28px;
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    background: url(../images/sn-arr.png) no-repeat center center;
    opacity: 0;
}
.side-nav-pro .snlist-head .arr{
    background: url(../images/prosl-jia.png) no-repeat center center;
    opacity: 1;
}
.side-nav-list a:hover ,.side-nav-list .active a,.side-nav-pro .snlist-head:hover .tit,.side-nav-pro .active .snlist-head .tit,.side-nav-pro .choosing .snlist-head .tit{
    background-color: #2761c4;
    color: #fff;
    font-weight: bold;
}
.side-nav-list a:hover i,.side-nav-list .active a i{
    opacity: 1;
}
.side-nav-pro .snlist-head:hover .arr,.side-nav-pro .active .arr{
    background-image: url(../images/prosl-jiah.png);
}
.side-nav-pro .choosing .arr,.side-nav-pro .choosing .snlist-head:hover .arr{
    background-image: url(../images/prosl-jian.png);
}
.snlist-down{
    padding: 15px 20px;
    background-color: #fff;
    display: none;
}
.side-nav-pro .choosing .snlist-down{
    display: block;
}
.snlist-down a{
    display: block;
    padding-left: 15px;
    background: url(../images/prosl-secdot.png) no-repeat 0 center;
    font-size: 14px;
    line-height: 16px;
    margin-top: 13px;
    transition: 0.36s;
}
.snlist-down a:first-child{
    margin-top: 0;
}
.snlist-down a:hover,.snlist-down a.sec-act{
    background-image: url(../images/prosl-secdoth.png);
    color: #2761c4;
    font-weight: bold;
}
.side-contact{
    margin-top: 20px;
    border: 10px solid #f5f5f5;
    background-color: #fff;
    padding: 10px 20px 20px;
}
.bgf5 .side-contact{
    border-color: #fff;
}
.side-contact .item{
    height: 50px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 0;
}
.icon-tel{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: rgba(39, 97, 196, 0.2) url(../images/tel-ico.png) no-repeat center center;
    border: solid 1px #2761c4;
    border-radius: 50%;
}
.icon-em{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: rgba(39, 97, 196, 0.2) url(../images/em-ico.png) no-repeat center center;
    border: solid 1px #2761c4;
    border-radius: 50%;
}
.icon-pos{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: rgba(39, 97, 196, 0.2) url(../images/pos-ico.png) no-repeat center center;
    border: solid 1px #2761c4;
    border-radius: 50%;
}
.icon-qq{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    background: rgba(39, 97, 196, 0.2) url(../images/qq-ico.png) no-repeat center center;
    border: solid 1px #2761c4;
    border-radius: 50%;
}
.side-contact .info{
    display: inline-block;
    width: 160px;
    margin-left: 15px;
    vertical-align: middle;
}
.side-contact .item-dt{
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.side-contact .item-dd{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
}
.side-pos .info{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.side-btn {
    margin-top: 20px;
}
.side-btn .btn{
    width: 225px;
    height: 40px;
    line-height: 40px;
}
.btn-sj{
    background-color: #ffaf3c;
    color: #fff;
}
.btn-sj span{
    padding-left: 22px;
    display: inline-block;
    background: url(../images/btn-sj.png) no-repeat 0 center;
}
.btn-sj:hover{
    background-color: #ed9239;
}

.side-relate{
    margin-top: 20px;
    background-color: #fff;
    padding: 30px;
}
.side-retit .tit{
    padding-left: 12px;
    background: url(../images/sr-tit.png) no-repeat 0 center;
    font-size: 22px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
}
.side-remain{
    margin-top: 10px;
}
.side-remain .reitem{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    transition: 0.36s;
}
.side-remain .reitem:hover{
    color: #2761c4;
}


.wsc-relate{
    margin-top: 60px;
}

.rTit{
    height: 36px;
    line-height: 36px;
}
.rTitText{
    float: left;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
.rTitMore{
    float: right;
    font-size: 16px;
    padding-right: 15px;
    color: #999;
    background: url(../images/dn-arr.png) no-repeat right center;
    transition: 0.36s;
}
.rTitMore:hover{
    color: #2761c4;
    background-image: url(../images/dn-arrh.png);
}

.reMain{
    margin-top: 30px;
}


.bgf5{
    background-color: #f5f5f5;
}
.bgff{
    background-color: #fff;
}


.wsc-content .wcs-relate{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}

.wsc-content .rTitText{
    padding-left: 12px;
    background: url(../images/sr-tit.png) no-repeat 0 center;
    font-size: 22px;
}
.wsc-content .container{
    width: unset;
}



.wsc-mainbox{
    padding-top: 40px;
}




.u-paging{
    margin-top: 40px;
}
.paging-inner{
    height: 50px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.paging-inner a,.paging-inner span {
    margin:0 5px;
    height: 48px;
    line-height: 48px;
    width: 48px;
    color: #666;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: 0.3s;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.paging-inner .current,.paging-inner a:hover{
    background-color: #2761c4;
    color: #fff;
    border-color: #2761c4;
}
.paging-inner .prev{
    background:#fff url(../images/page-prev.png) no-repeat center center;
}
.paging-inner .next{
    background:#fff url(../images/page-next.png) no-repeat center center;
}
.paging-inner .prev:hover{
    background:#2761c4 url(../images/page-prevh.png) no-repeat center center;
}
.paging-inner .next:hover{
    background:#2761c4 url(../images/page-nexth.png) no-repeat center center;
}


.last-block{
    padding: 60px 0 80px;
}
.pb80{
    padding-bottom: 80px;
}


.current-class{
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.current-class .tit{
    font-size: 22px;
    line-height: 24px;
    padding-left: 12px;
    background: url(../images/sr-tit.png) no-repeat 0 center;
    color: #333;
    font-weight: bold;
}


.btn-bluebd{
    border: solid 1px #2761c4;
    color: #2761c4;
}

.btn-bluebd:hover{
    background-color: #2761c4;
    color: #fff;
}

.btn-zxxmjl{
    background-color: #ffaf3c;
    color: #fff;
}
.btn-zxxmjl span{
    display: inline-block;
    padding-left: 26px;
    background: url(../images/btn-zxxmjl.png) no-repeat 0 center;
}
.btn-zxxmjl:hover{
    background-color: #ed9239;
}


.wsc-edit{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}
.wsc-edit:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.wsc-editTit{
    padding-left: 12px;
    font-size: 22px;
    line-height: 24px;
    color: #333;
    background: url(../images/sr-tit.png) no-repeat 0 center;
}

.wsc-editCon{
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.wsc-editCon a{
    color: #2761c4 !important;
}

.wsc-editCon p{
    padding: 5px 0;
}
.wsc-editCon img{
    max-width: 100%;
    display: block;
    padding: 5px 0;
    margin: auto;
    width: unset !important;
    height: unset !important;
}

.wsc-editCon table{
    display: block;
    height: unset !important;
    width: unset !important;
    max-width: 100%;
    border: 0;
}
.wsc-editCon td{
    height: 60px;
    border: 1px solid #fff;
    opacity: 0.95;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
    padding: 10px;
}


.wsc-editCon tr:nth-child(odd) td{
    background-color: #f3f3f5;
}
.wsc-editCon tr:nth-child(even) td{
    background-color: #f7f7fa;
}

.wsc-editCon tr:first-child td{
    background-color: #c7d7f8;
}



.comment-form{
    padding: 60px 0;
}
.comment-form .cTit-h1{
    text-align: left;
}

.cmfm-main{
    margin-top: 25px;
}
.form-main{
    width: 870px;
    float: left;
    padding: 40px;
    background-color: #fff;
    box-sizing: border-box;
}
.form-bar{
    width: 318px;
    float: right;
}

.wsc-form .fm-row{
    margin-top: 13px;
    padding-left: 91px;
}
.wsc-form .fm-row:first-child{
    margin-top: 0;
}
.wsc-form label{
    float: left;
    width: 90px;
    margin-left: -90px;
    font-size: 16px;
    line-height: 56px;
    color: #666;
    position: relative;
}
.wsc-form label sup{
    position: absolute;
    top: 24px;
    left: -12px;
    color: #da2121;
}
.wsc-form .fm-item{
    float: left;
    width: 100%;
}
.wsc-form input,.wsc-form .sel-head{
    width: 340px;
    height: 56px;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: 0.36s;
}
.wsc-form input::placeholder,.wsc-form textarea::placeholder{
    color: #ccc;
}
.wsc-form textarea{
    width: 700px;
    height: 111px;
    background-color: #f7f7f7;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    transition: 0.36s;
    display: block;
}
.wsc-form input:focus,.wsc-form textarea:focus,.sel-head.clicking{
    border-color: #2761c4;
    background-color: #fff;
}
.wsc-form .fm-sel{
    position: relative;
    width: 340px;
}
.wsc-form .sel-head .tit{
    float: left;
    color: #333;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsc-form .sel-head .sel-arr{
    float: right;
    width: 10px;
    height: 100%;
    background: url(../images/sel-arr.png) no-repeat center center;
    transition: 0.36s;
}
.rotate180{
    transform: rotateZ(180deg);
}
.wsc-form .sel-list{
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: 220px;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #f5f5f5;
    display: none;
}
.wsc-form .sel-list li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    color: #555;
}
.wsc-form .sel-list li:hover,.wsc-form .sel-list li.active{
    color: #2761c4;
}
.msg-box{
    display: block;
    color: #da2121;
    line-height: 24px;
}
.fm-btn{
    margin-top: 30px;
}
.btn-orange{
    background-color: #ffaf3c;
    width: 160px;
    height: 42px;
    line-height: 40px;
    color: #fff;
}
.btn-orange:hover{
    background-color: #ed9239;
}

.form-bar .item{
    width: 300px;
    height: 230px;
    background-color: #ffffff;
    margin-top: 10px;
    box-sizing: border-box;
    padding-top: 50px;
    text-align: center;
}
.form-bar .item:first-child{
    margin-top: 0;
}
.form-bar .item-dt{
    font-size: 16px;
    line-height: 26px;
    color: #999;
    margin-top: 6px;
}
.form-bar .item-dd{
    font-size: 24px;
    line-height: 28px;
    color: #333;
    margin-top: 15px;
    font-weight: bold;
}

.wsc-content .wsc-form{
    background-color: #f7f7f7;
    padding: 10px 8px 10px 10px;
}

.wsc-content .form-main{
    min-width: 527px;
    padding: 30px;
    width: 70%;
}
.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;
}