html{
    min-width: 1260px;
}

.inMain{
    max-width: 1540px;
    padding: 0 30px;
    margin: auto;
}
.marktext{}
.markimg{width:100%}

video::-internal-media-controls-download-button {
	 display:none;
}

video::-webkit-media-controls-enclosure {
	 overflow:hidden;
}

video::-webkit-media-controls-panel {
	 width: calc(100% + 30px);
}


.btn{
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    border-radius: 50px;
}
.btn-whitebd{
    border: 1px solid rgba(255, 255, 255, 1);
    color: #ffffff;
}
.btn-whitebd:hover{
    background: #ffffff;
    color:#2791E5;
    border-color: #ffffff;
}
.btn-red{
    background-color: #E5555E;
    color: #fff;
}
.btn-red:hover{
    background-color: #C42F38;
}
.btn-27bd{
    border: 1px solid #2791E5;
    color: rgba(255, 255, 255, 0.8);
}
.btn-27bd:hover{
      background: #2791E5;
    color:#fff;
    }
.btn-27bd-cg{
    border: 1px solid #2791E5;
    color: #484B52;
}
.btn-27bd-cg:hover{
    color: #2791E5;
}
.btn-eabd{
    border: 1px solid #eaeaea;
    color: #484B52;
}

.btn-redbd{
    border: 1px solid #E5555E;
    color: #E5555E;
}
.btn-redbd:hover{
    background-color: #E5555E;
    color: #fff;
}

.btn-white2{
    background: #ffffff;
    color:#2791E5;
}
.btn-white2:hover{
    background: #1B80D0;
    color:#fff;
}
.block_four .li-main{
    margin: 0 -10px;
}
.block_four .item-box{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.block_three .li-main{
    margin: 0 -11px;
}
.block_three .item-box{
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.block_two .li-main{
    margin: 0 -10px;
}
.block_two .item-box{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}


.wsc-hasban .wsc-NavCon{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.wsc-Nav{
    position: relative;
    z-index: 101;
    width: 100%;
    height: 90px;
    background-color: #fff;
    /* overflow: hidden; */
    box-shadow:0px 6px 26px rgba(0,0,0,0.06);
}
.wsc-NavCon{
    height: 90px;
    position: relative;
    z-index: 1000;
    /* box-sizing: border-box; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wsc-logo{float: left;height: 90px;position: relative;z-index: 100;}
.wsc-logo h1{
    display: block;
}
    .wsc-logo a{display: table-cell;vertical-align: middle;height: 90px;}
    .wsc-logo img{vertical-align: middle;}


.wsc-Navbox{
    position: relative;

}
.tsearch{
    float: left;
    padding-left: 16px;
    background: url(../images/73a07d330b45417fa300ac325549add9.gif) no-repeat 0 center;
    width: 0;
    height: 34px;
    margin-top: 6px;
    cursor: pointer;
    transition: 0.36s;
}
.tsearch input{
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 5px 0 1px;
    line-height: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    transition: 0.36s;
    margin-left: 8px;
}
.tsearch.clicking {
    width: 160px;
}
.tsearch input::placeholder{
    color: #A4A7AF;
}




.hn-hangye{
    overflow: hidden;
    height: 90px;
    float: right;
    box-sizing: border-box;
}
.hn-hybox{
    text-align: center;
    font-size: 0;
}
.hn-hyitem{
    display: inline-block;
    vertical-align: top;
    /* padding: 0 20px; */
    padding:30px 42px 0;
    font-size: 15px;
    line-height: 30px;
    color: #263450;
    font-weight: 300;
}
@media screen and (max-width:1440px){
    .hn-hyitem{
        margin-left: 12px;
        margin-right: 12px;
        padding: 30px 24px 0;
    }

}
.hn-hyitem:first-child{
    margin-left: 0;
}
.hn-hyitem:last-child{
    margin-right: 0;
}
.hn-hyitem a{
    padding: 0 0 30px;
    display: block;
    position: relative;
}
.hn-hyitem .line{
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    margin: auto;
    transition: 0.36s;
    background-color: #2791E5;
    height: 2px;
}
/* .hn-hyitem:hover .line,.hn-hyitem.active .line{
    width: 100%;
} */
.hid-hymore{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.hid-hymore a{
    padding-right: 24px;
    background: url(../images/1a1d46fc3fdd4c5f829987c6043022f3.gif) no-repeat right center;
}


.hynav-drop{
    display: none;
    position: absolute;
    top: 136px;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 0 65px;
    background-color: #fff;
    box-shadow:0px 0px 24px rgba(0,0,0,0.06);
    z-index: 120;
    height: 365px;
}
.hyn-dropmain{
    width: 1180px;
    margin: auto;
}
.hynav-drop .tab-item{
    display: none;
}
.hynav-drop .tab-item.active{
    /* display: block; */
}
.hynav-drop .item{
    float: left;
    width: 20%;
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    padding: 0 20px;
    height: 250px;
}
.hynav-drop .item:first-child{
    border-left: 0;
    padding-left: 0;
}
.hynav-drop .tit{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #263450;
}
.hynav-drop .tab-list{
    margin-top: 25px;
}
.hynav-drop .tab-list li{
    font-size: 14px;
    line-height: 20px;
    color: #757983;
    margin-top: 15px;
    max-height: 40px;
    overflow: hidden;text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.hynav-drop .tab-list li:first-child{
    margin-top: 0;
}
.hynav-drop .tab-list li a:hover{
    color: #2791E5;
}
.hynav-drop .tab-more{
    font-size: 14px;
    line-height: 20px;
    color: #2791E5;
    margin-top: 15px;
}
.hynav-drop .tab-text{
    font-size: 14px;
    line-height: 22px;
    color: #757983;
    margin-top: 15px;
}
.hynav-drop .tab-more:hover{
    text-decoration: underline;
}
.hynav-drop .tab-list .li-item{
    margin-top: 25px;
}
.hynav-drop .tab-list .li-tit{
    color: #484B52;
    line-height: 22px;
}
.hynav-drop .tab-list .li-time{
    font-size: 12px;
    line-height: 17px;
    color: #A4A7AF;
    margin-top: 10px;
}


.noban .wsc-NavCon{
    border-color: #eaeaea;
}
.noban .tr-item{
    border-color: #eaeaea;
}
.noban .top-lan{
    background-image: url(../images/41db5df92a944204b2d9e020184c4cb6.gif);
}
.noban .top-search{
    background-image: url(../images/caac48d41c1e4e15b108257daf11416d.gif);
}
.noban .top-lan:hover{
    background-image: url(../images/f11817899cbc4e4c97d78b0ad3bd8c5a.gif);
}
.noban .top-search:hover,.noban .top-search.active{
    background-image: url(../images/ece023dae61a47e59674f0a61d723d30.gif);
}
.noban .top-menu{
    border-color: #2791E5;
    background-color: #2791E5;
}
.noban .hn-hyitem{
    color: #333333;
}
.noban .hid-hymore a{
    background-image: url(../images/92f0230720a24878a774cf7d6ffaaba4.gif);
}



.index-banner{
    /* height: 680px; */
}
.inban-swiper,.swiper-container,.swiper-wrapper{
    height: 100%;
    width: 100%;
}
.inban-swiper .swiper-slide{
    width: 100vw;
    /* height: 680px; */
}
.inban-item{
    display: block;
    height: 100%;
}
.inban-main{
    padding-top: 200px;
}
.inbanTit{
    font-size: 60px;
    line-height: 88px;
    color: #ffffff;
    font-weight: bold;
}
.inbanText{
    font-size: 40px;
    line-height: 68px;
    color: #ffffff;
    font-weight: bold;
}
.inban-btn{
    margin-top: 40px;
}
.inban-btn .btn{
    width: 200px;
    padding-right: 49px;
    position: relative;
    border-radius: 2px;
}
.inban-btn .btn .arr{
    position: absolute;
    right: 1px;
    top: 0;
    height: 44px;
    width: 44px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background: url(../images/350d50be7376485c9cde6b21d3e0496f.gif) no-repeat center 19px;
}
.inban-btn .btn:hover .arr{
    border-color: #F6F7F9;
    background: url(../images/862931a497494489884552c280d08506.gif) no-repeat center center;
}
.inban-page{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 40px;
    right: 47px;
    margin: auto;
    height: 6px;
    z-index: 10;
}

.inban-page li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.22);
    border-radius: 50%;
}
.inban-page li.swiper-active-switch{
    background-color: rgba(255, 255, 255, 0.6);
}



.wsc-foot{
    background-color: #fff;
    padding: 0;
}
.foot-nav{
    padding: 60px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 0;
    text-align: center;
    margin-top: 0;
}
.fn-item{
    width: unset;
    float: unset;
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
}
.fn-text{
    font-size: 18px;
    line-height: 25px;
    color: #484B52;
}

.foot-main{
    float: unset;
    padding: 60px 0 50px;
}
.foot-main >div{
    float: left;
    width: 25%;
    box-sizing: border-box;
}
.ft-logo-img{
    width: 200px;
}
.ft-logo-img img{
    width: 100%;
}

.ft-logo-text{
    font-size: 16px;
    line-height: 22px;
    color: #757983;
    margin-top: 15px;
}
.foot-main .ft-info{
    width: 50%;
}
.foot-main .ft-info .col-item{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
}
.container .foot-main .ft-info .col-item{
    width: 192px;
}
.container .foot-main .ft-info .col-item:first-child{
    width: 324px;
    padding-right: 60px;
}
.ft-ifitem{
    margin-top: 40px;
}
.ft-ifitem:first-child{
    margin-top: 0;
}
.ft-ifitem .item-dt{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #484B52;
}
.ft-ifitem .item-dd{
    font-size: 14px;
    line-height: 30px;
    margin-top: 25px;
    color: #757983;
}
.ft-ifitem .item-btn{
    margin-top: 30px;
}
.ft-ifitem .item-btn .btn{
    width: 120px;
    height: 46px;
    border: 1px solid #2791E5 ;
    border-radius: 50px;
    color: rgba(72,75,82,0.8);
    line-height: 44px;
    font-weight: bold;
}
.ft-ifitem .item-btn .btn:hover{
    color: #2791E5;
    font-weight: bold;
}
.ft-search{
    font-size: 0;
    overflow: unset;
}
.ft-search a{
    display: inline-block;
    vertical-align: middle;
    width:30px;
    height:30px;
    border:1px solid rgba(38,52,80,0.26);
    border-radius:50%;
    margin-right: 12px;
    position: relative;
}
.ft-wb{
    background: url(../images/feb86340e9204920993874275369a62b.gif) no-repeat center center;
}
.ft-wx{
    background: url(../images/1a393c55af0846efa7d8796cab745fb3.gif) no-repeat center center;
}
.ft-wb:hover{
    background-image: url(../images/73a003ecf5f241baabc7201dae735ab0.gif);
}
.ft-wx:hover{
    background-image: url(../images/e1441b1368d2432ab50f83258d0a177f.gif);
}
.ft-wximg{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    width: 120px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    box-shadow:0px 3px 10px rgba(0,0,0,0.03);
}
.ft-wximg img{
    width: 100%;
}
.ft-wx:hover .ft-wximg{
    display: block;
}


.ft-search form{
    border-radius: 50px;
    overflow: hidden;
    background-color: #F5F8FA;
    padding-right: 0;
    position: relative;
}

.ft-search input{
    background-color: #F5F8FA;
    border: 1px solid #F5F8FA;
    line-height: 22px;
    border-radius: 50px;
    padding-left: 20px;
    color: #484B52;
    padding-right: 110px;
}
.ft-search .btn-search{
    border-radius: 50px;
    background: #2791E5;
    color: #fff;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ft-search input::placeholder{
    color: #B1B1B1;
}
.ft-search input:focus{
    border-color: #e0e5e8;
}
.wsc-bottom{
    background-color: #f6f6f6;
    color: unset;
    padding: 0;
}
.fast-link{
    padding: 25px 0;
    border-top: 1px solid #fff;
}
.fast-link .item{
    font-size: 12px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    padding-left: 88px;
    margin-top: 15px;
}
.fast-link .item:first-child{
    margin-top: 0;
}
.fast-link .item-dt{
    float: left;
    width: 88px;
    color: #757983;
    margin-left: -88px;
}
.fast-link .item-dd{
    float: left;
    width: 100%;
    color: #A4A7AF;
    overflow: hidden;
}
.fast-link .item-dd a{
    float: left;
}
.fast-link .item-dd a:hover,.wb-main a:hover{
    color: #757983;
}
.fast-link .item-dd i{
    float: left;
    color: #E3E4E5;
    margin: 0 20px;
}
.fast-link .item-dd i:first-child{
    display: none;
}
.wb-main{
    height: 56px;
    border-top: 1px solid #fff;
    font-size: 12px;
    color: #A4A7AF;
    line-height: 30px;
    box-sizing: border-box;
    padding: 13px 0;
    float: unset;
}
.wb-text{
    line-height: unset;
    margin-left: 0;
    margin-right: 15px;
}
.wb-text span{
    margin: 0 15px;
    color: #e3e4e5;
}
.wb-left{
    float: left;
}
.wb-right{
    float: right;
}
.wb-lan{
    float: left;
    position: relative;
}
.wb-lan .lan-head{
    font-size: 0;
    cursor: pointer;
}
.wb-lan .lan-head .ico{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 7px;
}
.wb-lan .lan-head .ico-cn{
    background: url(../images/5a6a1845449a428f8e94fedac46ad7fa.gif) no-repeat center center;
}
.wb-lan .lan-head .tit{
    font-size: 12px;
    color: #A4A7AF;    
    display: inline-block;
    vertical-align: middle;
}
.wb-lan .lan-head .arr{
    width: 10px;
    margin-left: 9px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/222bb6586a0e45f9b054c3a252010f0a.gif) no-repeat center center;
}
.wb-link{
    float: left;
}
.wb-link span{
    margin: 0 15px;
}


.in-ctit{
    font-size: 45px;
    line-height: 65px;
    color: #263450;
    font-weight: 800;
    overflow: hidden;
}
.in-ctit p{
    float: left;
}
.in-more {
    float: right;
    line-height: 33px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 300;
    color: #A4A7AF;
    padding-right: 27px;
    background: url(../images/b5451efec29e4a39b7fcdea086841211.gif) no-repeat right 14px;
    transition: 0.36s;
}
.in-more:hover{
    color: #2791E5;
    background-position-y: -39px;
}
.index-block1{
    height: 676px;
    position: relative;
    background-color: #F4F6FA;
    overflow: hidden;
}
.index-block1 .inMain{
    position: relative;
    z-index: 2;
    height: 100%;
}
.inb1-left{
    float: left;
    width: 400px;
    height: 100%;
    padding-left: 19000px;
    margin-left: -19000px;
    background-color: #E6EAF2;
    padding-right: 120px;
    padding-top: 80px;
}
.inb1-right{
    float: left;
    width: 895px;
    height: 100%;
    padding-right: 190px;
    margin-right: -190px;
    background-color: #F4F6FA;
    padding-left: 125px;
    padding-top: 100px;
}
.inb1-fm{
    margin-top: 25px;
    padding: 40px;
    background-color: #2791E5;
}
.inb1-fmtit{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}
.inb1-fmmain{
    margin-top: 20px;
}
.sxfm-item{
    margin-top: 8px;
    position: relative;
}
.sxfm-item:first-child{
    margin-top: 0;
}
.sxfm-btn{
    margin-top: 8px;
}
.sxfm-btn .btn{
    background-color: #E5555E;
    color: #fff;
    width: 100%;
    transition: 0.36s;
    border-radius: 2px;
}
.sxfm-btn .btn:hover{
    background-color: #C42F38;
}
.sxfm-head,.sxfm-item input{
    width: 100%;
    height:46px;
    box-sizing: border-box;
    background:rgba(85,173,242,0.3);
    border:1px solid rgba(255,255,255,0.16);
    border-radius:2px;
    padding: 10px 20px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    padding-right: 38px;
    position: relative;
}
.sxfm-head .arr{
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    right: 20px;
    background: url(../images/8b13b86ea4644377b2339f118c1c55e6.gif) no-repeat center center;
    transition: 0.36s;
}

.sxfm-down{
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 202px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow:0px 0px 24px rgba(0,0,0,0.06);
    display: none;
    z-index: 10;
    padding: 10px 0;
    border-radius: 0 0 2px 2px;
}
/* .sxfm-down::-webkit-scrollbar-track{
    display: none;
} */
.sxfm-down li{
    cursor: pointer;
    font-size: 13px;
    line-height: 36px;
    color: #757983;
    transition: 0.36s;
    padding: 0 20px;
}
.sxfm-down li:hover{
    color: #263450;
    background-color: #F6F7F9;
}
.sxfm-inp{
    position: relative;
}
.sxfm-inp label{
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    left: 20px;
    top: 10px;
    color: #fff;
}

.inb1-tip{
    margin-top: 40px;
    font-size: 0;
}
.inb1-tip .tip-info{
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.inb1-tip .tit{
    font-size: 20px;
    line-height: 28px;
    color: #484B52;
    font-weight: bold;
}
.inb1-tip .text{
    font-size: 14px;
    color: #757983;
    line-height: 28px;
}
.inb1-tip .tip-btn{
    display: inline-block;
    vertical-align: middle;
}
.inb1-tip .tip-btn .btn{
    width: 140px;
    border-radius: 50px;
    border: 1px solid #E5555E;
    color: #E5555E;
    background-color: #fff;
}
.inb1-tip .tip-btn .btn:hover{
    background-color: #E5555E;
    color: #fff;
}
.inb1-rtmain {
    overflow: hidden;
    width: 100%;
}
.inb1-rtmain .li-main{
    margin-top: -2px;
    margin-left: -2px;
}
.inb1-rtmain .item{
    float: left;
    padding: 20px 0;
    width: 33%;
    border-top: 1px solid #E1E8F4;
}
.inb1-rtmain .item-box{
    display: block;
    border-left: 1px solid #E1E8F4;
}

.inb1-rtmain i{
    height: 79px;
    display: block;
    transition: 0.36s;
}
.inb1-rtmain .tit{
    font-size: 14px;
    margin-top: 20px;
    color: #6F7FA0;
    line-height: 20px;
    text-align: center;
}
.inb1-rtmain .ico1{
    background: url(../images/bf79e3febb724657b39671de3f9fab4b.gif) no-repeat center center;
}
.inb1-rtmain .ico2{
    background: url(../images/4fc1fc88378c42248ee7eb761edb4e8f.gif) no-repeat center center;
}
.inb1-rtmain .ico3{
    background: url(../images/86a8fcaf0de447dca4a3bd65c198a01b.gif) no-repeat center center;
}
.inb1-rtmain .ico4{
    background: url(../images/e2dfd33e021d482d8ddb229d6da6c7ef.gif) no-repeat center center;
}
.inb1-rtmain .ico5{
    background: url(../images/e53ac7e141d84070af8f4ac92f7f8c7e.gif) no-repeat center center;
}
.inb1-rtmain .ico6{
    background: url(../images/5c4f4c7e553d4610a7bacab3e462429c.gif) no-repeat center center;
}
.inb1-rtmain .ico7{
    background: url(../images/937941ef806e4a93a93f7cfb4b8b3614.gif) no-repeat center center;
}
.inb1-rtmain .ico8{
    background: url(../images/0c68912bd86c4a5c82a48a8b237e1dc9.gif) no-repeat center center;
}
.inb1-rtmain .ico9{
    background: url(../images/a2b145ba9d404af783f8d4540bed20ca.gif) no-repeat center center;
}
.inb1-rtmain .ico10{
    background: url(../images/4998c803cc564467bef5bd3c189e04e2.gif) no-repeat center center;
}
.inb1-rtmain .ico11{
    background: url(../images/08dd3c2ed146473da83a893a54439a5b.gif) no-repeat center center;
}
.inb1-rtmain .ico12{
    background: url(../images/343a3582ba584932a5d71ba7d87cda03.gif) no-repeat center center;
}
.inb1-rtmain .ico13{
    background: url(../images/53ebba4f2323470ab36bb76479cffe73.gif) no-repeat center center;
}
.inb1-rtmain .ico14{
    background: url(../images/5bc9e166da214ae18c13d852c8417473.gif) no-repeat center center;
}
.inb1-rtmain .ico15{
    background: url(../images/f600859c70ae4b7fa15c679b356489c4.gif) no-repeat center center;
}
.inb1-rtmain .ico16{
    background: url(../images/inpro-fuzhu.png) no-repeat center center;
}
.inb1-rtmain .item:hover .ico1{
    background: url(../images/0678432b299b4a7ca4ecdb469eab1ed5.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico2{
    background: url(../images/9db321240e36450bb58ac998b9ca9920.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico3{
    background: url(../images/d9a6a704041d45aebebf0ec64f89c15d.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico4{
    background: url(../images/82b13c9ad03f42e6b7797f6af8b9d580.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico5{
    background: url(../images/2fd7cfc4e777490b94af6c737b6679cb.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico6{
    background: url(../images/638cd82b747a404da6b74176834d8c52.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico7{
    background: url(../images/782cbea0019e4ccba0b5b70b82d439d7.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico8{
    background: url(../images/7fba616b525c439783e7936214ee0612.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico9{
    background: url(../images/381d1aa41ae64fcbab85fc31836ab372.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico10{
    background: url(../images/fb93cac574e2405f8b5efe4677d3fe01.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico11{
    background: url(../images/913a7549c6e44ea4a65fea833db0af1f.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico12{
    background: url(../images/a045477a4d0a4845a951b0587c4323e4.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico13{
    background: url(../images/cd34aee75f2e44eba123644383d57fc6.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico14{
    background: url(../images/51430e4fb0014171941846fa37191a6e.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico15{
    background: url(../images/82deb35d62574f02a9ef1c131dbaf474.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .ico16{
    background: url(../images/acb9cf3776eb47e2b12f22e53d8cf0ae.gif) no-repeat center center;
}
.inb1-rtmain .item:hover .tit{
    color: #263450;
}
.inb1-rtmain .item:hover i{
    transform: translateY(-5px);
}
@media screen and (max-width:1620px){
    .index-block1 .inMain{
        max-width: 1360px;
    }
    .inb1-left{
        width: 400px;
        padding-right: 80px;
    }
    .inb1-right{
        width: 800px;
        padding-left: 80px;
    }
}

@media screen and (max-width:1440px){
    .index-block1 .inMain{
        max-width: 1180px;
    }
    .inb1-left{
        width: 400px;
        padding-right: 30px;
    }
    .inb1-right{
        width: 700px;
        padding-left: 50px;
    }
}
.index-block1 .container{
    height: 100%;
}
.index-block1 .container .inb1-left{
    width: 360px;
    padding-right: 60px;
}
.index-block1 .container .inb1-right{
    width: 700px;
    padding-left: 60px;
    padding-top: 100px;
}


.index-block2{
    padding: 90px 0;
}
.inb2-main{
    margin-top: 40px;
}
.inb2-left{
    float: left;
    width: 356px;
}
.inb2-right{
    float: right;
    width: 1180px;
}

.inb2-list{
    background: #263450 url(../images/b4c4d93b475a46d3ba5584080c9b0a07.gif) repeat-y 86px 0;
    padding: 60px 0 0;
    height: 600px;
    box-sizing: border-box;
}
.inb2-list li{
    margin-top: 29px;
}
.inb2-list li:first-child{
    margin-top: 0;
}
.inb2-list li a{
    display: block;
    padding-left: 128px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
}
.inb2-list li .tit{
    padding-left: 49px;
    margin-left: -49px;
}
.inb2-list li.on a,.inb2-list li:hover a{
    color: #fff;
    font-weight: bold;
    background: url(../images/315ea92c878c4a338929e0182c831475.gif) no-repeat 37px center;
}
.inb2-list li.on .tit,.inb2-list li:hover .tit{
}

.inb2-right .tab-item{
    /* display: none; */
    position: relative;
}
.inb2-right .tab-item.active{
    display: block;
}
.inb2-right .item-img img{
    width: 100%;
}
.inb2-right .item-main{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 60px;
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}
.inb2-right .tit{
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    font-weight: bold;
}
.inb2-right .item-info{
    font-size: 0;
    margin-top: 15px;
}
.inb2-right .text{
    display: inline-block;
    vertical-align: middle;
    max-width: 820px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.inb2-right .item-btn{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: 38px;
}
.inb2-right .item-btn .btn{
    width: 160px;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}
.inb2-right .item-btn .btn:hover{
    border-color: #2791E5;
    color: #fff;
    background-color: #2791E5;
    font-weight: bold;
}

@media screen and (max-width:1620px){
    .index-block2 .inMain{
        max-width: 1360px;
    }
    .inb2-left{
        width: 356px;
    }
    .inb2-right{
        width: 1000px;
    }
    .inb2-list{
        height: 508px;
    }
    .inb2-list li{
        margin-top: 20px;
    }
    .inb2-right .item-main{
        padding: 40px;
    }
    .inb2-right .text{
        width: 680px;
    }
}

@media screen and (max-width:1440px){
    .index-block2 .inMain{
        max-width: 1180px;
    }
    .inb2-left{
        width: 256px;
    }
    .inb2-list li a{
        padding-left: 68px;
    }
    .inb2-right{
        width: 920px;
    }
    .inb2-list{
        height: 468px;  
        padding-top: 30px;
        background-position-x: 44px;
    }
    .inb2-list li.on a, .inb2-list li:hover a{
        background-position-x: 37px;
    }
    .inb2-right .item-main{
        padding: 30px;
    }
    .inb2-right .text{
        width: 620px;
    }
}
.index-block2 .container .inb2-left{
    width: 278px;
}
.index-block2 .container .inb2-list li{
    margin-top: 24px;
}
.index-block2 .container .inb2-list li a{
    padding-left: 68px;
}
.index-block2 .container .inb2-right{
    width: 898px;
}
.index-block2 .container .inb2-list{
    height: 530px;  
    padding-top: 24px;
    background-position-x: 44px;
}
.index-block2 .container .inb2-list li.active a, .index-block2 .container .inb2-list li:hover a{
    background-position-x: 37px;
}
.index-block2 .container .inb2-right .item-main{
    padding: 30px;
}
.index-block2 .container .inb2-right .text{
    width: 599px;
}

.index-block3{
    padding: 90px 0;
    background-color: #F6F7F9;
}
.inb3-main{
    margin-top: 40px;
    overflow: hidden;
    height: 629px;
}
.inb3-main .li-main{
    margin: 0 -10px;
}
.inb3-main .li-item{
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
}
.inb3-main .item-box{
    padding: 50px;
    background-color: #fff;
    /* padding-bottom: 9999px;
    margin-bottom: -9999px; */
    transition: 0.36s;
}
.inb3-main .logo-item:hover{
    transform: translateY(-5px);
}
.inb3-main .item-first  .item-box{
    background: #2e8fdb url(../images/e611c5d5b38b478d8100c99f298c9dc4.gif) no-repeat right top;
}
.inb3-main .item-head{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(227,228,229,0.5);
}
.inb3-main .tit{
    font-size: 32px;
    line-height: 56px;
    color: #263450;
    font-weight: bold;
    float: left;
}
.inb3-main .tit p{
    font-size: 20px;
    line-height: 30px;
}
.inb3-main .num{
    float: right;
    font-size: 20px;
    color: rgba(111,127,160,0.8);
    font-weight: bold;
    line-height: 56px;
}

.inb3-main .logo-db{
    height: 77px;
    margin-top: 25px;
}
.inb3-main .logo-db div,.inb3-main .logo-db a{
    display: block;
    height: 77px;
}
.inb3-main .logo-db1{
    background: url(../images/fcf1fcbf304b45bd82f153b3e5c88c59.gif) no-repeat 0 center;
}
.inb3-main .logo-db2{
    background: url(../images/b6bb72486b5c455a923bd6f8b4bbfc44.gif) no-repeat 0 center;
}
.inb3-main .logo-db3{
    background: url(../images/24bd22da1c8e4471b4703914080ec0c0.gif) no-repeat 0 center;
}
.inb3-main .text{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    margin-top: 15px;
    height: 175px;
    overflow: hidden;
}
.inb3-main .tip{
    font-size: 14px;
    line-height: 20px;
    color: #6F7FA0;
    font-weight: bold;
}
.inb3-main .tip span{
    margin: 0 5px;
}

.inb3-main .item-logo {
    margin: 40px -3px 0;
    
}
.inb3-main .item-logo .logo-box{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 3px;
    float: left;
}
.inb3-main .logo-item{
    display: block;
    height: 130px;
    background: #F6F7F9;
    transition: 0.36s;
}

.inb3-main .logo-img{
    height: 89px;
}
.inb3-main .lg-tit{
    font-size: 12px;
    line-height: 34px;
    color: #757983;
    text-align: center;
}
.inb3-main .li-item:last-child .lg-tit{
    line-height: 17px;

}
.inb3-main .lgimg1-1{
    background: url(../images/d5be0be13baf4621bc40b9a3e26c9921.gif) no-repeat center center;
}
.inb3-main .lgimg1-2{
    background: url(../images/09c5de2c2a904bf4be236386e039fdfc.gif) no-repeat center center;
}
.inb3-main .lgimg1-3{
    background: url(../images/88c51392e0a84c6d9d65207261930f65.gif) no-repeat center center;
}
.inb3-main .lgimg2-1{
    background: url(../images/7699d676957a4d44b8d32c0281593a87.gif) no-repeat center center;
}
.inb3-main .lgimg2-2{
    background: url(../images/5f762668115f4d6b93d6689911a42026.gif) no-repeat center center;
}
.inb3-main .lgimg2-3{
    background: url(../images/55ec67c2cba640cbaef9292f56694ef1.gif) no-repeat center center;
}
.inb3-main .lgimg3-1{
    background: url(../images/40e2b40566e647a3ac0444a4202fb952.gif) no-repeat center center;
}
.inb3-main .lgimg3-2{
    background: url(../images/89b638e9283e466183629f3b7811ac21.gif) no-repeat center center;
}
.inb3-main .lgimg3-22{
    background: url(../images/b378d4f656a44953b8169b8a77d37fed.gif) no-repeat center center;
}
.inb3-main .lgimg3-3{
    background: url(../images/ce887621bc9f4d26984e80c79a2b853b.gif) no-repeat center center;
}
.inb3-main .lgimg3-34{
    background: url(../images/9968d205ef354eaeb86288b3a47654d7.gif) no-repeat center center;
}
.inb3-main .item-first .tit{
    font-weight: 800;
    color: #fff;
}
.inb3-main .item-first .num{
    color: rgba(255, 255, 255, 0.8);
}
.inb3-main .item-first .item-head{
    border-color: rgba(255, 255, 255, 0.2);
}
.inb3-main .item-first .text{
    color: #fff;
}
.inb3-main .item-first .tip{
    color: #fff;
}
.inb3-main .item-first .logo-item{
    background-color: rgba(255, 255, 255, 0.2);
}
.inb3-main .item-first .lg-tit{
    color: #fff;
}
.inb3-main .item-first .logo-db1{
    background-image: url(../images/fcf1fcbf304b45bd82f153b3e5c88c59.gif);
}

@media screen and (max-width:1620px){
    .inb3-main .item-box{
        padding: 40px;
    }
}
@media screen and (max-width:1440px){
    .inb3-main .item-box{
        padding: 30px;
    }
}
.index-block3 .container .item-box{
    padding: 30px;
}


.index-block4{
    padding: 90px 0;
}
.inb4-main{
    margin-top: 38px;
    height: 335px;
}
.inb4-main .li-main{
    height: 100%;
}
.inb4-main .item{
    float: left;
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #E7EAF2;
    padding: 60px 40px 50px;
    margin-left: -1px;
    height: 100%;
    transition: 0.36s;
}
.inb4-main .item:hover{
    box-shadow:0px 0px 24px rgba(0,0,0,0.06);
    border-color: #fff;
    /* transform: translateZ(-2px); */
}
.inb4-main i{
    display: block;
    height: 43px;
}
.inb4-main .ico1{
    background: url(../images/a88fea0f18f5471ea84b7f4b5163a401.gif) no-repeat center center;
}
.inb4-main .ico2{
    background: url(../images/7d006152f4bc45c3848eb5f8b48f6f33.gif) no-repeat center center;
}
.inb4-main .ico3{
    background: url(../images/4e437a9dd570496495825f18c8a432c1.gif) no-repeat center center;
}
.inb4-main .ico4{
    background: url(../images/c1aa16b9c958439ca1b5c393f5dc49fb.gif) no-repeat center center;
}
.inb4-main .item:hover .ico1{
    background: url(../images/d853904c4ce6422daa71a649fc97bf3d.gif) no-repeat center center;
}
.inb4-main .item:hover .ico2{
    background: url(../images/9ff12bf11db344ce989e6d0bb822e595.gif) no-repeat center center;
}
.inb4-main .item:hover .ico3{
    background: url(../images/9486aca956be4b86956108f7a7f0d3f5.gif) no-repeat center center;
}
.inb4-main .item:hover .ico4{
    background: url(../images/7ce4dd201282423d993fb0167af13afa.gif) no-repeat center center;
}
.inb4-main .info{
    margin-top: 47px;
}
.inb4-main .tit{
    font-size: 20px;
    line-height: 28px;
    color: #263450;
    text-align: center;
}
.inb4-main .text{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    margin-top: 25px;
}
@media screen and (max-width:1620px){
    .inb4-main{
        height: 331px;
    }
}
.index-block4 .container.inb4-main{
    height: 331px;
}
.inb5-top{
    height: 650px;
    box-sizing: border-box;
    background: url(../images/6567da4ad55b4d2ba902e800e37f799d.gif) no-repeat center top;
    position: relative;
    overflow: hidden;
}
.inb5-video{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}
.inb5-video video{
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inb5-main{
    background-color: rgba(39, 52, 80,0.8);
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 150px;
}

.inb5-top .in-ctit{
    font-size: 46px;
    line-height: 65px;
    color: #fff;
    font-weight: 800;
}
.inb5-top .inb5-text{
    margin-top: 40px;
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 610px;
}

.inb5-btn{
    margin-top: 60px;
}
.inb5-btn .btn{
    width: 160px;
    border-radius: 50px;
    border-color: rgba(255, 255, 255, 0.4);
}
.inb5-btn .btn:hover{
    border-color: #2791E5;
    background-color: #2791E5;
    color: #fff;
}
.inb5-bot{
    height: 160px;
    background-color: #2791E5;
}
.inb5-bot .li-main{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.inb5-bot .item{
   /* width: 25%;*/
    width: 33.333%;
    box-sizing: border-box;
    height: 160px;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.inb5-bot .item-box{
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    transition: 0.36s;
    height: 160px;
}
.inb5-bot .item-box:hover{
    background-color: #1B80D0;

}
.inb5-bot .item-head{
    height: 160px;
    font-size: 0;
    text-align: center;
    display: block;
    transition: 0.36s;
}
.inb5-bot .item-head i{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 30px;
}
.inb5-bot .item-head .tit{
    font-size: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}
.inb5-bot .item-info{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 40px;
    height: 160px;
    box-sizing: border-box;
}
.inb5-bot .item-info ul{
    margin-right: -35px;
    margin-top: -10px;
}
.inb5-bot .item-info li{
    float: left;
    width: 103px;
    box-sizing: border-box;
    color: #fff;
    /*line-height: 20px;*/
    line-height: 60px;
    margin-top: 10px;
    padding-left: 10px;
    background: url(../images/dbf5346d88a14fae9349f2f0ae2487f0.gif) no-repeat 0 center;
    transition: 0.36s;
}
.inb5-bot .item-info li:hover{
    padding-left: 13px;
}
.inb5-bot .item-head .ico1{
    width: 51px;
    background: url(../images/8b2be86bb89944699baf4b230c477a11.gif) no-repeat center center;
}
.inb5-bot .item-head .ico2{
    width: 54px;
    background: url(../images/831c99146bd4483c8106956c76536724.gif) no-repeat center center;
}
.inb5-bot .item-head .ico3{
    width: 46px;
    background: url(../images/525faa9754d042fa938aedf051633c81.gif) no-repeat center center;
}
.inb5-bot .item-head .ico4{
    width: 47px;
    background: url(../images/b11159c8abfc45fe97025277a889987d.gif) no-repeat center center;
}
.inb5-bot .item:hover .item-box{
    height: 267px;
    background-color: #3291e5;
}
.inb5-bot .item:hover .item-box{
    background-color: #1B80D0;
}
.inb5-bot .item:hover .item-head{
    height: 108px;
}


.index-block6{
    padding: 90px 0;
    background-color: #F6F7F9;
}
.in-link{
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    color: #A4A7AF;
    font-weight: normal;
}
.in-link a:hover{
    color: #263450;
}
.in-link i{
    margin: 0 20px;
    font-size: 12px;
    color: #E3E4E5;
}
.in-link i:first-child{
    display: none;
}
.inb6-main{
    margin-top: 40px;
    background-color: #fff;
}
.inb6-left{
    float: left;
    width: 1040px;
    box-sizing: border-box;
    padding: 60px;
    overflow: hidden;
}
.inb6-right{
    float: left;
    width: 500px;
    height: 514px;
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    padding: 50px 60px 60px;
}
.inb6-left .li-box{
    overflow: hidden;
}
.inb6-left .li-main{
    margin: -120px -50px 0;
}
.inb6-left .li-item{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #F0F4F7;
    padding: 60px 50px 0;
}
.inb6-main .li-tit{
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    color: #484B52;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inb6-main .li-item:hover .li-tit{
    color: #2791E5;
}
.inb6-main .li-time{
    font-size: 12px;
    line-height: 17px;
    color: #A4A7AF;
    margin-top: 30px;
}
.inb6-main .li-text{
    font-size: 12px;
    color: #757983;
    line-height: 26px;
    margin-top: 12px;
    overflow: hidden;text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
     height:52px;
}
.inb6-main .li-img{
    /* height: 200px; */
    overflow: hidden;
}
.inb6-main .li-img img{
    width: 100%;
    transition: 0.5s;
}
.inb6-right .li-tit{
    margin-top: 60px;
}

.inb6-main .li-item:hover .li-img img{
    transform: scale(1.03);
}
@media screen and (max-width:1620px){
    .index-block6 .inMain{
        max-width: 1360px;
    }
    .inb6-left{
        width: 900px;
    }
    .inb6-right{
        width: 460px;
    }
}

@media screen and (max-width:1440px){
    .index-block6 .inMain{
        max-width: 1180px;
    }
    .inb6-left{
        width: 800px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .inb6-right{
        width: 380px;
        padding: 40px;
        height: 473px;
    }
    .inb6-left .li-main{
        margin: -81px -30px 0;
    }
    .inb6-left .li-item{
        padding: 40px 30px 0;
        margin-top: 40px;
    }
}

.index-block6 .container .inb6-left{
    width: 800px;
    padding-left: 40px;
    padding-right: 40px;
}
.index-block6 .container .inb6-right{
    width: 380px;
    padding: 40px;
    height: 473px;
}
.index-block6 .container .inb6-left .li-main{
    margin: -81px -30px 0;
}
.index-block6 .container .inb6-left .li-item{
    padding: 40px 30px 0;
    margin-top: 40px;
}


.index-block7{
    height: 608px;
    box-sizing: border-box;
    padding-top: 120px;
    background: url(../images/09c10d92a7c54a3382e206916be6c064.gif) repeat-x center top;
}
.inb7-tit{
    text-align: center;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
}
.inb7-text{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}
.inb7-main{
    margin-top: 80px;
}
.inb7-main .item{
    float: left;
    width: 25%;
    box-sizing: border-box;
    background: url(../images/b33d7ef367484e718726ee1dc1a7fa1c.gif) no-repeat 0 center;
    text-align: center;
}
.inb7-main .item:first-child{
    background: none;
}
.inb7-main .item i{
    display: block;
    height: 56px;
}
.inb7-main .item .tit{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.inb7-main .item .item-btn{
    margin-top: 50px;
    text-align: center;
}
.inb7-main .item .item-btn .btn{
    width: 120px;
    border-radius: 50px;
}

.inb7-main .item .ico1{
    background: url(../images/36ade88e62524d6596d0fa4cc99735d2.gif) no-repeat center top;
}
.inb7-main .item .ico2{
    background: url(../images/54e513f6b07041acb17518416aa31ce0.gif) no-repeat center top;
}
.inb7-main .item .ico3{
    background: url(../images/0cce29e4e14b41b89dcd4e4c40640f63.gif) no-repeat center top;
}
.inb7-main .item .ico4{
    background: url(../images/01412d97cddc4a1b9f2917d47b88378a.gif) no-repeat center top;
}
.inb7-main .item .ico5{
    background: url(../images/93ba2381ee514c4abb41cc3ebd655783.gif) no-repeat center top;
}






/* Main Page */
.ban-bg{
    height: 480px;
    background-color: #263450;
    margin-top: -100px;
}
.pageh-banner{
    margin-top: -300px;
}
.ban-main,.pageh-banner .container{
    height: 100%;
}
.pageh-banner .container{
    width: 1440px;
}
.ban-main{
    border-radius: 20px;
    box-sizing: border-box;
    padding: 100px 87px;
}



.ban-tit{
    font-size: 40px;
    line-height: 56px;
    font-weight: 800;
    color: #fff;
}
.ban-text{
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-top: 40px;
    max-width: 680px;
}
.ban-btn{
    margin-top: 40px;
}
.ban-btn .btn{
    width: unset;
    padding: 0 30px;
    border-radius: 50px;
}
.pTit{
    font-size: 30px;
    line-height: 42px;
    color: #263450;
    font-weight: bold;
    text-align: center;
}
.pText{
    font-size: 14px;
    line-height: 26px;
    color: #A4A7AF;
    text-align: center;
    margin-top: 15px;
}

@media screen and (max-width:1520px){
    .pageh-banner .container{
        width: 1180px;
    }
    .ban-main{
        padding-left: 60px;
        padding-right: 60px;
    }
}

.ab-block1{
    padding: 80px 0;
}
.abb1-main{
    margin-top: 40px;
    background-color: #263450;
}

.abb1-left{
    height: 406px;
    width: 800px;
    float: left;
    position: relative;
}
.abb1-right{
    width: 380px;
    float: left;
    box-sizing: border-box;
    padding: 60px 60px 0;
}
.abb1-item{
    display: block;
}
.abb1-item img{
    width: 100%;
}
.abb1-page{
    position: absolute;
    left: 34px;
    bottom: 30px;
    font-size: 0;
}
.abb1-page li{
    width: 3px;
    height: 3px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    border-radius: 50%;
}
.abb1-page li.swiper-active-switch{
    background-color: #fff;
}

.abb1-right .tit{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}
.abb1-right .text{
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.abb1-right .item-btn{
    margin-top: 40px;
}
.abb1-right .btn{
    width: 200px;
    border-radius: 50px;
    border-color: #fff;
}
.abb1-right .btn:hover{
    color: #263450;
}
.abb1-link{
    margin-top: 80px;
    overflow: hidden;
}
.abb1-link .li-main{
    margin-top: -121px;
    margin-left: -80px;
    margin-right: -80px;
}
.abb1-link .item{
    width: 50%;
    box-sizing: border-box;
    float: left;
    border-top: 1px solid #eaeaea;  
    margin-top: 60px;
    padding-top: 60px;
}
.abb1-link .item-box{
    display: block;
    font-size: 0;
    padding-left: 80px;
    border-left: 1px solid #eaeaea;
    padding-right: 75px;
    transition: 0.36s;
}

.abb1-link i{
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    margin-right: 36px;
    transition: 0.36s;
    height: 110px;
}
.abb1-link .info{
    display: inline-block;
    vertical-align: middle;
    width: 364px;
}
.abb1-link .item-box:hover .tit{
color: #2791E5;
}
.abb1-link .tit{
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}
.abb1-link .text{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    margin-top: 20px;
    height: 52px;
}
.abb1-link .ico1{
    background: url(../images/abda3ba5091c40baae01de6d0d14e26a.gif) no-repeat center center;
}
.abb1-link .ico2{
    background: url(../images/6ca2e90679994eb9a31217396ac32fd1.gif) no-repeat center center;
}
.abb1-link .ico3{
    background: url(../images/d4049989ae414017b80aca53f76b418e.gif) no-repeat center center;
}
.abb1-link .ico4{
    background: url(../images/86647ed9a30046248c92aa942dc30b6a.gif) no-repeat center center;
}
.abb1-link .item-box:hover .ico1{
    background: url(../images/60ce8b87a6044750b6f2be7586285b4e.gif) no-repeat center center;
}
.abb1-link .item-box:hover .ico2{
    background: url(../images/6807ae1f6db340ada1f61ac0ed2447aa.gif) no-repeat center center;
}
.abb1-link .item-box:hover .ico3{
    background: url(../images/e3f9c81162434f86ae68ba8493a0b117.gif) no-repeat center center;
}
.abb1-link .item-box:hover .ico4{
    background: url(../images/efb0f4f18f4147699257f1c8ee1c8992.gif) no-repeat center center;
}

.ab-block2{
    padding: 80px 0;
    background-color: #F6F7F9;
}

.abb2-main{
    margin-top: 40px;
}
.abb2-main .item{
    float: left;
    width: 280px;
    margin-left: 20px;
}
.abb2-main .item:first-child{
    margin-left: 0;
}
.abb2-main .item-box{
    display: block;
    position: relative;
    padding-bottom: 118px;
    background-color: #fff;
    overflow: hidden;
}
.abb2-main .item-img img{
    width: 100%;
}
.abb2-main .item-info{
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 210px;
    /* bottom: 0; */
    width: 100%;
    /* height: 118px; */
    overflow: hidden;
    background-color: #fff;
    transition: 0.36s;
}
.abb2-main .tit{
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    text-align: center;
}
.abb2-main .tip{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    color: #757983;
}
.abb2-main .text{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    margin-top: 15px;
    display: none;
    transition: 0.36s;
}
.abb2-main .item:hover .item-info{
    top: 100px;
}
.abb2-main .item:hover .tip{
    display: none;
}
.abb2-main .item:hover .text{
    display: block;
}

.abb3-top{
    height: 520px;
    background: url(../images/1e9afc9c23b44dc9841e456bbd670ccc.gif) no-repeat center top;
}
.abb3-top .container{
    position: relative;
    padding-top: 140px;
    box-sizing: border-box;
    height: 100%;
}
.abb3-tit{
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
}
.abb3-text{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-top: 25px;
    max-width: 600px;
}
.abb3-btn{
    margin-top: 40px;
}
.abb3-btn .btn{
    width: 144px;
    border-radius: 50px;
}

.abb3-play{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    margin: auto;
}
.play-ico{
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
}
 .play-ico .play-bg{
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/37e10fdf287c4301a3e84c2fda72815f.gif) no-repeat center center;
    z-index: 2;
}
.play-ico i{
    display: block;
    width: 80px;
    height: 80px;
    display: block;
    cursor: pointer;
    background: url(../images/763e862e203a466b95c1be3a0595a133.gif) no-repeat center center;
    transition: 0.5s;
}
.play-ico:hover i{
    transform: scale(1.08);
}
.abb3-bot{
    background-color: #2791E5;
}

.abb3-bot .item{
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: -1px;
    padding-top: 43px;
    height: 160px;
    transition: 0.36s;
}
.abb3-bot .item:first-child{
}
.abb3-bot i{
    display: block;
    height: 35px;
}
.abb3-bot .tit{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
}
.abb3-bot .ico1{
    background: url(../images/b748d207c8714940903efe749885f53b.gif) no-repeat center center;
}
.abb3-bot .ico2{
    background: url(../images/11318810331a4ce9a3b88fe0832c1dac.gif) no-repeat center center;
}
.abb3-bot .ico3{
    background: url(../images/9415d7a1a6ad453093323e24f98e50e9.gif) no-repeat center center;
}
.abb3-bot .ico4{
    background: url(../images/45f235fd8d0a4c448670385a9b5e1444.gif) no-repeat center center;
}

.abb3-bot .item:hover{
    background-color: #1B80D0;
    border-color: #1B80D0;
}
.abb3-bot .item.active{
    background-color: #1B80D0;
    border-color: #1B80D0;   
}
.absn-info{
   /* max-width: 680px;*/
  max-width: 700px;
}
.absn-info .tit{
    font-size: 46px;
    line-height: 65px;
    color: #263450;
    font-weight: 800;
}
.absn-info .tip{
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
    color: #E5555E;
}
.absn-info .text{
    margin-top: 40px;
    color: #757983;
    font-size: 14px;
    line-height: 26px;
}
.absn-info .item-btn{
    margin-top: 40px;
}
.absn-info .tip-tel{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    padding-left: 30px;border-left: 1px dashed #c3c3c3;
}
.absn-info .tip-tel .item-dt{
    font-size: 14px;
    line-height: 20px;
    color: #A4A7AF;
}
.absn-info .tip-tel .item-dd{
    font-size: 16px;
    line-height: 26px;
    color: #2791E5;
    font-weight: bold;
}
.snlx-way{
    margin-top: 40px;
}
.snlx-way .item{
    margin-top: 15px;
}
.snlx-way .item-dt{
    font-size: 14px;
    line-height: 20px;
    color: #A4A7AF;
}
.snlx-way .item-dd{
    font-size: 16px;
    line-height: 26px;
    color: #2791E5;
    font-weight: bold;
}

.js-block1{
    height: 560px;
    background: url(../images/eb51cec11fbb42f187f42c33ab8abb72.gif) no-repeat center top;
}
.js-block1 .container{
    position: relative;
    height: 100%;
}
.js-block1 .jsb1-play{
    height: 120px;
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;
    margin: auto;
}
.js-block1 .text{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 20px;
}

.js-block2{
    padding: 80px 0;
}
.js-block2 .item{
    float: left;
    width: 25%;
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    padding-left: 30px;
}
.js-block2 .item:first-child{
    border-left: 0;
    padding-left: 30px;
}
.js-block2 .num{
    font-size: 38px;
    line-height: 53px;
    color: #263450;
    font-weight: 800;
}
.js-block2 .text{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-top: 5px;
}
.js-block2 .item1{
    background: url(../images/d01a13510e1c426990c6bd4bc2a238ce.gif) no-repeat 223px 11px;
}
.js-block2 .item2{
    background: url(../images/03a3417745d547ba8f99456b6b0c2f2c.gif) no-repeat 213px 13px;
}
.js-block2 .item3{
    background: url(../images/dd9020038eb34d34a6aa3d0252d84a00.gif) no-repeat 219px 13px;
}
.js-block2 .item4{
    background: url(../images/172c78585a124b5cbf53349a8da8546f.gif) no-repeat 232px 13px;
}


.js-block3{
    background-color: #F6F7F9;
    padding: 80px 0;
}
.jsb3-text{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    margin-top: 40px;
}
.jsb3-img{
    margin-top: 50px;
    text-align: center;
}
.jsb3-tit{
 
    font-size: 0;
    text-align: center;
}
.jsb3-tit .item{
    padding-left: 25px;
    height: 32px;
    line-height: 32px;
    margin-left: 50px;
    display: inline-block;
    font-size: 15px;
    color: #D6A726;
    vertical-align: middle;
    background: url(../images/1b41e0285cd8448c888974e1db147ba4.gif) no-repeat 0 center;
}
.jsb3-tit .item:first-child{
    margin-left: 0;
}
.jsb3-tit .item-box{
    padding-right: 25px;
    background: url(../images/08ba6fce60a0469397244e2aa4bc359f.gif) no-repeat right center;
}

.js-block4{
    padding: 80px 0;
}
.jsb4-main{
    margin-top: 40px;
}
.jsb4-main .li-main{
    margin-right: -3px;
    margin-top: -2px;
}
.jsb4-main .item{
    float: left;
    width: 234px;
    height: 200px;
    margin-right: 2px;
    margin-top: 2px;
    background-color: #F6F7F9;
    box-sizing: border-box;
    text-align: center;
    padding-top: 35px;
}
.jsb4-main .num{
    display: block;
    width: 89px;
    height: 89px;
    margin: auto;
    box-sizing: border-box;
    line-height: 28px;
    padding-top: 25px;
    font-size: 20px;
    color: #2791E5;
    font-weight: bold;
    text-align: center;
}
.jsb4-main .num15{
    background: url(../images/286a7343e9214e3583d7ac04f391461f.gif) no-repeat center center;
}
.jsb4-main .num9{
    background: url(../images/92b250d1445740ba847ed009605be4e9.gif) no-repeat center center;
}
.jsb4-main .num46{
    background: url(../images/763e44cc4a0e402185f363d5a6a7a503.gif) no-repeat center center;
}
.jsb4-main .num24{
    background: url(../images/e8217b34d5064ab6ad249405d79f50d6.gif) no-repeat center center;
}
.jsb4-main .num26{
    background: url(../images/a6fbff378eef4813bac4026b46de5eb2.gif) no-repeat center center;
}
.jsb4-main .num16{
    background: url(../images/490485be4384470aa11fb8376cf256b4.gif) no-repeat center center;
}
.jsb4-main .num20{
    background: url(../images/ca016f204a40451b8e98aff56860a6f2.gif) no-repeat center center;
}
.jsb4-main .num18{
    background: url(../images/9e7d697394f7404eb9ae00886743c406.gif) no-repeat center center;
}
.jsb4-main .num10{
    background: url(../images/b49e12628fe04ed08a95cfe363b7dea8.gif) no-repeat center center;
}
.jsb4-main .num5{
    background: url(../images/444d2f7321494af3b3f53de58121b0eb.gif) no-repeat center center;
}
.jsb4-main .tit{
    margin-top: 13px;
    font-size: 16px;
    line-height: 22px;
    color: #263450;
}

.js-block5{
    padding: 80px 0;
    background-color: #263450;
}
.js-block5 .pTit{
    color: #fff;
}
.js-block5 .pText{
    color: rgba(255, 255, 255, 0.8);
}
.jsb5-img{
    margin-top: 60px;
    text-align: center;
}
.jsb5-img img{
    max-width: 100%;
}

.js-block6{
    padding: 80px 0;
    background-color: #F6F7F9;
}
.js-block6 .page-anli .rlist-info{
    background-color: #fff;
}
.jsb6-main{
    margin-top: 40px;
}
.jsb6-btn{
    margin-top: 40px;
    text-align: center;
}
.jsb6-btn .btn{
    width: 144px;
    border-radius: 50px;
    color: rgba(72,75,82,0.8);
    font-weight: bold;
}
.jsb6-btn .btn:hover{
    color: #fff;
}
.value-block2 .rlist-imgitem {
    width: 50%;
}
.value-block3 .list-info2{
background: #fff !important;
}
.his-block3{
    padding: 80px 0;
}
.hisb3-main{
    margin-top: 40px;
}
.hisb3-main .li-main{
    margin-right: -3px;
    margin-top: -2px;
}
.hisb3-main .item{
    float: left;
    margin-right: 2px;
    margin-top: 2px;
    width: 234px;
    height: 200px;
    transition: 0.36s;
    box-sizing: border-box;
    background-color: #F6F7F9;
    padding-top: 40px;
    position: relative;
}
.hisb3-main .item:hover{
    background-color: #fff;
    box-shadow:0px 0px 24px rgba(0,0,0,0.06);
    z-index: 2;
}
.hisb3-main i{
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #bcc6db;
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
}
.hisb3-main .tit{
    font-size: 16px;
    line-height: 22px;
    color: #263450;
    text-align: center;
    margin-top: 23px;
}



.solh-ban{
    
}
.solhban_main{
    margin-top: 40px;
}
.solhban_main .li-main{
    margin: -2px -1px 0;
}
.solhban_main .item-box{
    float: left;
    margin-top: 2px;
    box-sizing: border-box;
    padding: 0 1px;
    width: 16.5%;
}
.solhban_main .item{
    display: block;
    height: 180px;
    box-sizing: border-box;
    padding-top: 30px;
    background-color: #2791E5;
}
.solhban_main i{
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    box-sizing: border-box;
   transition: 0.36s;
    border:2px solid #2AAFEA;
    border-radius:50%;
}
.solhban_main .tit{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 18px;
    text-align: center;
}
.solhban_main .ico1{
    background:#1477C6 url(../images/3cfcf9579f164aa1944bd77804f86361.gif) no-repeat center center;
}
.solhban_main .ico2{
    background:#1477C6 url(../images/87aade321c854e0d819b4b807ea9eb32.gif) no-repeat center center;
}
.solhban_main .ico3{
    background:#1477C6 url(../images/7f4a04122fcf4b8d823bca497f82c73c.gif) no-repeat center center;
}
.solhban_main .ico4{
    background:#1477C6 url(../images/9f207957acec4401a598c43e25f2135d.gif) no-repeat center center;
}
.solhban_main .ico5{
    background:#1477C6 url(../images/64389da98bb54835993b9a8f4a3cd6d1.gif) no-repeat center center;
}
.solhban_main .ico6{
    background:#1477C6 url(../images/2707fb580a6043ae922900d8592d83fc.gif) no-repeat center center;
}
.solhban_main .ico7{
    background:#1477C6 url(../images/b8e59449897e406c88c5b763ceb8c01a.gif) no-repeat center center;
}
.solhban_main .ico8{
    background:#1477C6 url(../images/4da589516c7d4afea3d0457b9338be74.gif) no-repeat center center;
}
.solhban_main .ico9{
    background:#1477C6 url(../images/4e81cfe367104b2ba0052468a5ce62a1.gif) no-repeat center center;
}
.solhban_main .ico10{
    background:#1477C6 url(../images/50decb05461948699b5f563c64c02f69.gif) no-repeat center center;
}
.solhban_main .ico11{
    background:#1477C6 url(../images/de97fdc357a7441a9c9887eed0635256.gif) no-repeat center center;
}
.solhban_main .ico12{
    background:#1477C6 url(../images/de97fdc357a7441a9c9887eed0635257.gif) no-repeat center center;
}
.solhban_main .item:hover .ico1{
    background:#fff url(../images/63afaf2daec04d16adcce547f0bd9df6.gif) no-repeat center center;
}

.solhban_main .item:hover .ico2{
    background:#fff url(../images/4aa715d457fd49b2b80ed74c74363171.gif) no-repeat center center;
}
.solhban_main .item:hover .ico3{
    background:#fff url(../images/7097aa86b5e545c181a3fa55bc3e560d.gif) no-repeat center center;
}
.solhban_main .item:hover .ico4{
    background:#fff url(../images/135cc2846c694bdcbf83a88ac862a351.gif) no-repeat center center;
}
.solhban_main .item:hover .ico5{
    background:#fff url(../images/b51c968a67c342b58abece2a10fc0680.gif) no-repeat center center;
}
.solhban_main .item:hover .ico6{
    background:#fff url(../images/60f1c088629b46eaa3a6f62642516802.gif) no-repeat center center;
}
.solhban_main .item:hover .ico7{
    background:#fff url(../images/9f22aafdd65c408ca1b80237df249b36.gif) no-repeat center center;
}
.solhban_main .item:hover .ico8{
    background:#fff url(../images/32ff9739e0de43c4b5c3693d745e46b2.gif) no-repeat center center;
}
.solhban_main .item:hover .ico9{
    background:#fff url(../images/45bcd2140b9d42e7a4cffc710097a138.gif) no-repeat center center;
}
.solhban_main .item:hover .ico10{
    background:#fff url(../images/50a3d0b71e89420db62c823bac2236e0.gif) no-repeat center center;
}
.solhban_main .item:hover .ico11{
    background:#fff url(../images/67c4d3cb43a0481f98aa86b6141e7069.gif) no-repeat center center;
}
.solhban_main .item:hover .ico12{
    background:#fff url(../images/67c4d3cb43a0481f98aa86b6141e7066.gif) no-repeat center center;
}
.solhban_main .item:hover i{
    transform: rotateY(180deg);
}
.solh-block1{
    padding: 60px 0 80px;
}
.solh-block1 .item{
    display: block;
    height: 200px;
    box-sizing: border-box;
    padding: 40px 40px 0;
}
.solh-block1 .item1{
    background-color: #605751;
    overflow: hidden;
}
.solh-block1 .item-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.solh-block1 .item-img img{
    width: 100%;
    transition: 0.5s;
}
.solh-block1 .item2 .item-info{
    position: absolute;
    top:40px;
    left:40px;
}
.solh-block1 .item2:hover img{
    transform: scale(1.03);
}
.solh-block1 .item2{
 position: relative;
 padding: 0;
}
.solh-block1 .item1{
    padding: 30px 40px;
}
.solh-block1 .item1 .item-row{
    border-top: 1px solid #716761;
    padding-top: 30px;
    margin-top: 30px;
}
.solh-block1 .item1 .item-row:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.solh-block1 .item1 .item-link{
    float: left;
    height: 40px;
    border-left: 1px solid #716761;
    padding-left: 40px;
    font-size: 0;
    width: 50%;
    box-sizing: border-box;
}
.solh-block1 .item1 .item-link:first-child{
    border-left: 0;
    padding-left: 0;
}
.solh-block1 .item1 .item-link i{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    transition: 0.36s;
    width: 40px;
    opacity: 0.6;
}
.solh-block1 .item1 .item-link .ico1{
    background: url(../images/c61c27b9d86b47f2a7d47788d03e4cc2.gif) no-repeat 0 center;
}
.solh-block1 .item1 .item-link .ico2{
    background: url(../images/bb8a515e951b4cefb5d7f911ec91d5f4.gif) no-repeat 0 center;
}
.solh-block1 .item1 .item-link .ico3{
    background: url(../images/19d4c0336960406f909b6c7c9916a842.gif) no-repeat 0 center;
}
.solh-block1 .item1 .item-link .ico4{
    background: url(../images/dbfb4c5ab318431b81f39273ea733236.gif) no-repeat 0 center;
}
.solh-block1 .item1 .item-link .tit{
    font-size: 14px;
    line-height: 26px;
    color:rgba(255,255,255,0.6);
    display: inline-block;
    vertical-align: middle;
    transition: 0.36s;
}
.solh-block1 .item1 .item-link:hover i{
    opacity: 1;
}
.solh-block1 .item1 .item-link:hover .tit{
    color:rgba(255,255,255,1); 
}
 
.solh-block1 .item-tit{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.solh-block1 .item-text{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
    max-width: 170px;
}


.solh-block2{
    padding: 80px 0;
    background-color: #F6F7F9;
}
.solh-list .li-main{
    margin-top: -20px;
}
.solh-list .li-item{
    margin-top: 20px;
    background-color: #fff;
}
.solh-list .li-img{
    overflow: hidden;
    height: 295px;
}
.solh-list .li-img img{
    width: 100%;
    transition: 0.5s;
}
.solh-list .li-item:hover .li-img img{
transform: scale(1.03);
}
.solh-list .li-info{
    padding: 40px;
}
.solh-list .li-tit{
    font-size: 20px;
    line-height: 28px;
    color: #263450;
    font-weight: bold;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solh-list .li-text{
    margin-top: 15px;
    line-height: 26px;
    font-size: 14px;
    color: #757983;
    height: 104px;
    overflow: hidden;text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:4;-webkit-box-orient: vertical;
}
.solh-list .li-btn{
    margin-top: 40px;
}
.solh-list .li-btn .btn{
    width: 116px;
}

.solh-block3{
    padding: 80px 0;
}
.solhb3_main{
    margin-top: 40px;
}
.solhb3_main .li-main{
    margin-right: -2px;
    margin-top: -2px;
}
.solhb3_main .item{
    width: 195px;
    height: 200px;
    float: left;
    margin-left: 2px;
    transition: 0.36s;
    margin-top: 2px;
    box-sizing: border-box;
    background-color: #F6F7F9;
    padding-top: 40px;
}
.solhb3_main i{
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    border: 1px solid #bcc6db;
    box-sizing: border-box;
    border-radius: 50%;
}
.solhb3_main .item:hover{
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.06);
}
.solhb3_main .tit{
    font-size: 16px;
    line-height: 22px;
    color: #263450;
    margin-top: 23px;
    text-align: center;
}
.solhb3_main .ico1{
    background: #ffffff url(../images/80183f1cab0a434ca63d8cee69bc9ae2.gif) no-repeat center center;
}
.solhb3_main .ico2{
    background: #ffffff url(../images/e518c7e3b0c044c29762d4b454cf21ce.gif) no-repeat center center;
}
.solhb3_main .ico3{
    background: #ffffff url(../images/e3ea17148c884f7789e50577ace923db.gif) no-repeat center center;
}
.solhb3_main .ico4{
    background: #ffffff url(../images/e88367d503544c0bbf22c95e5308a7e9.gif) no-repeat center center;
}
.solhb3_main .ico5{
    background: #ffffff url(../images/5f8de60fce654b69ae5591d4e05d6743.gif) no-repeat center center;
}
.solhb3_main .ico6{
    background: #ffffff url(../images/4ae6410bff694ab28c20a173617d773f.gif) no-repeat center center;
}
.solhb3_main .ico7{
    background: #ffffff url(../images/7d03c8e60b91450da45c7eca5b68c71f.gif) no-repeat center center;
}
.solhb3_main .item:hover .ico1{
    background: #ffffff url(../images/b51c968a67c342b58abece2a10fc0680.gif) no-repeat center center;
}
.solhb3_main .item:hover .ico2{
    background: #ffffff url(../images/60f1c088629b46eaa3a6f62642516802.gif) no-repeat center center;
}
.solhb3_main .item:hover .ico3{
    background: #ffffff url(../images/9f22aafdd65c408ca1b80237df249b36.gif) no-repeat center center;
}
.solhb3_main .item:hover .ico4{
    background: #ffffff url(../images/32ff9739e0de43c4b5c3693d745e46b2.gif) no-repeat center center;
}
.solhb3_main .item:hover .ico5{
    background: #ffffff url(../images/45bcd2140b9d42e7a4cffc710097a138.gif) no-repeat center center;
}
.solhb3_main .item:hover .ico6{
    background: #ffffff url(../images/50a3d0b71e89420db62c823bac2236e0.gif) no-repeat center center;
}
.solhb3_main .item:hover .ico7{
    background: #ffffff url(../images/67c4d3cb43a0481f98aa86b6141e7069.gif) no-repeat center center;
}
.rTit{
    overflow: hidden;
}
.solh-block4{
    height: 664px;
    box-sizing: border-box;
    padding: 80px 0 0;
    background: url(../images/d8bc7058e017474eb7924d1ab98f2580.gif) no-repeat center top;
}
.solh-block4 .rTitText{
    color: #ffffff;
}
.solh-block4 .rTitMore{
    color: #ffffff;
}
.solh-block4 .rTitMore span{
    background-image: url(../images/448cb045d8d845a2b6674b6852539879.gif);
}
.solh-block4 .rTitMore:hover span{
    color: #fff;
}

.solh-wl{
    margin-top: 40px;
}
.solh-wl .li-main{
    margin-top: -20px;
}
.solh-wl .li-item{
    margin-top: 20px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    box-shadow:0px 3px 20px rgba(10,42,67,0.12);
}

.solh-wl .li-tit{
    font-size: 20px;
    line-height: 28px;
    color: #263450;
    height: 28px;
    transition: 0.36s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solh-wl .li-text{
    margin-top: 28px;
    border-top: 1px solid #e3e4e5;
    padding-top: 30px;
    line-height: 26px;
    font-size: 14px;
    color: #757983;
    height: 182px;
    overflow: hidden;text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:7;-webkit-box-orient: vertical;
}
.solh-wl .li-text::before{
    content: '';
    position: absolute;
    left: 40px;
    top: 96px;
    width: 0;
    height: 1px;
    background: #ADADAD;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    }
.solh-wl .li-text i:first-child,.solh-wl .li-text i:last-child{
 display:none
}
    .solh-wl .li-item:hover .li-text::before{
    width:300.63px;
    }
    .solh-wl .li-item:hover .li-tit{
        color: #2791E5;
    }
.solh-wl .li-btn{
    margin-top: 40px;
}
.solh-wl .li-btn .btn{
    width: 116px;
}


.solh-block5{
    padding: 80px 0;
    padding-top:20px;
}

.reMain{
    margin-top: 40px;
}

.wsc-list-pro .li-main{
    margin-top: -20px;
}
.wsc-list-pro .li-item{
    margin-top: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
}
.wsc-list-pro .li-img{
    background-color: #f1f1f1;
    overflow: hidden;
}
.wsc-list-pro .li-img img{
    width: 100%;
    transition: 0.5s;
}
.wsc-list-pro .li-item:hover .li-img img{
transform: scale(1.03);
}
.wsc-list-pro .li-info{
    padding: 25px 25px 30px;
}
.wsc-list-pro .li-tit{
    font-size: 18px;
    line-height: 24px;
    color: #484B52;
    transition: 0.36s;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsc-list-pro .li-item:hover .li-tit{
    color: #2791E5;
}
.wsc-list-pro .li-attr{
    margin-top: 14px;
    height: 42px;
}
.wsc-list-pro .li-attr .item{
    font-size: 12px;
    line-height: 16px;
    color: #A4A7AF;
    margin-top: 10px;
}
.wsc-list-pro .li-attr .item:first-child{
    margin-top: 0;
}
.wsc-list-pro .li-btn{
    margin-top: 20px;
    font-size: 0;
}
.wsc-list-pro .li-btn .btn{
    width: 110px;
    height: 38px;
    line-height: 38px;
}
.wsc-list-pro .li-btn .btn-eabd{
    line-height: 36px;
    margin-right: 8px;
}
.wsc-list-pro .li-btn .btn-27bd-cg {
    line-height: 36px;
    margin-left: 8px;
}
.solh-tip{
    margin-top: 60px;
    height: 160px;
    box-sizing: border-box;
    background: url(../images/60634e7ddae94a1793302954019a0fa0.gif) no-repeat center top;
    padding: 57px 80px;
}
.solh-tip .tit{
    color: #fff;
    font-size: 28px;
    line-height: 46px;
    float: left;
    font-weight: bold;
}
.solh-tip .tip-btn{
    float: left;
    margin-left: 80px;
}
.solh-tip .tip-btn .btn{
    width: 172px;
}
.solh-tip .tip-tel{
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px dashed rgba(250, 250, 250,0.6);
}
.solh-tip .tip-tel .item-dt{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.solh-tip .tip-tel .item-dd{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
}



.pdTab-box{
    max-width: unset;
    background-color: #E6EAF2;
    height: 80px;
    z-index: 101;
}
.pdTab{
    height: 80px;
    width: 1180px;
    background-color: #E6EAF2;
}
.pdTab li{
    width: 196px;
    line-height: 80px;
}
 .pdTab li:first-child{
    width: 130px;
    text-align: left;
}
 .pdTab li:first-child a{
    padding-left: 0;
}
.pdTab li a{
    color: #6F7FA0;
    
}
.pd-main{
    margin-top: 140px;
    padding-top: 0;
}

.pd-main .layout-side {
    width: 280px;
}



.mdet-item{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #dedede;
}
.mdet-item:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.mdet-tit{
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    padding-left: 28px;
    background: url(../images/46efd0931c7f40cfb37a0873c864753d.gif) no-repeat 0 center;
}
.mdet-main{
    margin-top: 30px;
}
.sd-btn{
    margin-top: 10px;
    border-top: 2px solid #E6EAF2;   
    background-color: #F6F7F9;
    padding: 30px 34px;
}
.sd-btn .btn{
    width: 100%;
    margin-top: 15px;
}
.sd-btn .btn:first-child{
    margin-top: 0;
}
.sd-rezh{
    padding: 30px;
    background-color: #F6F7F9;
    margin-top: 2px;
} 
.sd-rezh .tit{
    font-size: 18px;
    line-height: 26px;
    color: #263450;
    font-weight: bold;
}
.sd-rezh .zh-link{
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #757983;
}
.sd-rezh .zh-link a{
    display: block;
    margin-top: 10px;
}
.sd-rezh .zh-link a:first-child{
    margin-top: 0;
}
.sd-rezh .zh-link a:hover{
    color: #263450;
}
.sold-repro .li-main{
    margin-top: -20px;
    margin-right: -18px;
}
.sold-repro .li-item{
    float: left;
    width: 283px;
    margin-right: 16px;
    margin-top: 20px;
}
.sold-repro .li-img img{
    width: 100%;
}
.sold-repro .li-info{
    padding: 15px;
    background-color: #F6F7F9;
    font-size: 14px;
    line-height: 26px;
    color: #263450;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sold-repro .tip{
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
    color: #757983;
}
.sold-repro .tip em{
    font-size: 16px;
    color: #263450;
    margin-right: 10px;
}

.sol-scx{
    padding: 40px 40px 50px;
    background-color: #2791E5;
    color: #fff;
    border-radius: 10px;
}
.sol-scx .item-row{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #439FE8;
}
.sol-scx .item-row:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.sol-scx .item{
    float: left;
    width: 33.33%;
    min-height: 115px;
    box-sizing: border-box;
    background: url(../images/4df7787a200340e5843cd1dbd70c75de.gif) no-repeat 0 center;
    padding: 0 30px;
}
.sol-scx .item:first-child{
    padding-left: 0;
    background: none;
}
.sol-scx .item .tit{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
}
.sol-scx .item .text{
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
}


.sol-why .item-row{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}
.sol-why .item-row:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.sol-why .item{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 40px;
    font-size: 0;
    background: url(../images/c6ebe5642e8a45dcae98891db54eb735.gif) no-repeat 0 center;
}

.sol-why .item:first-child{
    padding-left: 0;
    background: none;
}
.sol-why .item:last-child{
    padding-right: 0;
}
.sol-why .item i{
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    margin-right: 30px;
}
.sol-why .item .info{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 120px;
}
.sol-why .item .tit{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.sol-why .item .text{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    margin-top: 15px;
}
.sol-why .item .ico1,.sol-why .item-row:nth-child(1) .item:nth-child(1) .info{
    background: url(../images/2a1ed51cef28455ab1eacaf9702f02d3.gif) no-repeat 0 0;
}
.sol-why .item .ico2,.sol-why .item-row:nth-child(1) .item:nth-child(2) .info{
    background: url(../images/3a704310fb1a4c53af176591d10e31ed.gif) no-repeat 0 0;
}
.sol-why .item .ico3,.sol-why .item-row:nth-child(2) .item:nth-child(1) .info{
    background: url(../images/2b63419e66874f2eb59ba5c50a85ece5.gif) no-repeat 0 0;
}
.sol-why .item .ico4,.sol-why .item-row:nth-child(2) .item:nth-child(2) .info{
    background: url(../images/8b804b94192a466292629c73586f0027.gif) no-repeat 0 0;
}

.re-sol .li-main{
    margin-top: -20px;
    margin-right: -12px;
}
.re-sol .item{
    float: left;
    width: 212px;
    height: 200px;
    transition: 0.36s;
    box-sizing: border-box;
    background-color: #F6F7F9;
    padding-top: 40px;
    margin-top: 20px;
    margin-right: 10px;
}
.re-sol .item:hover{
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.06);
}
.re-sol .item i{
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    transition: 0.36s;
    box-sizing: border-box;
    border: 1px solid #bcc6db;
    border-radius: 50%;
}
.re-sol .item .tit{
    font-size: 16px;
    line-height: 22px;
    color: #263450;
    margin-top: 23px;
    text-align: center;
}
.ico-dc{
    background: #ffffff url(../images/6dd142463c3c41d1a688763fc33ebfee.gif) no-repeat center center;
}
.ico-hb{
    background: #ffffff url(../images/3ec57da1294c417189acb505a9b9ce6c.gif) no-repeat center center;
}
.ico-jc{
    background: #ffffff url(../images/6bd2f13aa06b44e6acbe574fcd6d81f1.gif) no-repeat center center;
}
.ico-fjs{
    background: #ffffff url(../images/aaadb4484a194ae3b3def2827a3ed303.gif) no-repeat center center;
}
.ico-yy{
    background: #ffffff url(../images/80183f1cab0a434ca63d8cee69bc9ae2.gif) no-repeat center center;
}
.ico-sp{
    background: #ffffff url(../images/e518c7e3b0c044c29762d4b454cf21ce.gif) no-repeat center center;
}
.ico-jxhg{
    background: #ffffff url(../images/e3ea17148c884f7789e50577ace923db.gif) no-repeat center center;
}
.ico-yjfm{
    background: #ffffff url(../images/e88367d503544c0bbf22c95e5308a7e9.gif) no-repeat center center;
}
.ico-gxcl{
    background: #ffffff url(../images/5f8de60fce654b69ae5591d4e05d6743.gif) no-repeat center center;
}
.ico-qt{
    background: #ffffff url(../images/4ae6410bff694ab28c20a173617d773f.gif) no-repeat center center;
}
.hisb3-main .item:hover .ico-dc{
    background:#fff url(../images/63afaf2daec04d16adcce547f0bd9df6.gif) no-repeat center center;
}

.hisb3-main .item:hover .ico-hb{
    background:#fff url(../images/4aa715d457fd49b2b80ed74c74363171.gif) no-repeat center center;
}
.hisb3-main .item:hover .ico-jc{
    background:#fff url(../images/7097aa86b5e545c181a3fa55bc3e560d.gif) no-repeat center center;
}
.hisb3-main .item:hover .ico-fjs{
    background:#fff url(../images/135cc2846c694bdcbf83a88ac862a351.gif) no-repeat center center;
}
.hisb3-main .item:hover .ico-yy{
    background:#fff url(../images/b51c968a67c342b58abece2a10fc0680.gif) no-repeat center center;
}
.hisb3-main .item:hover .ico-sp{
    background:#fff url(../images/60f1c088629b46eaa3a6f62642516802.gif) no-repeat center center;
}
.hisb3-main .item:hover .ico-jxhg{
    background:#fff url(../images/9f22aafdd65c408ca1b80237df249b36.gif) no-repeat center center;
}
.hisb3-main .item:hover .ico-yjfm{
    background:#fff url(../images/32ff9739e0de43c4b5c3693d745e46b2.gif) no-repeat center center;
}
.hisb3-main .item:hover .ico-gxcl{
    background:#fff url(../images/45bcd2140b9d42e7a4cffc710097a138.gif) no-repeat center center;
}
.hisb3-main .item:hover .ico-qt{
    background:#fff url(../images/50a3d0b71e89420db62c823bac2236e0.gif) no-repeat center center;
}

.md-form{
    padding: 80px 0;
    background-color: #F6F7F9;
}
.md-form .comment-form{
    margin-top: 40px;
}
.md-form .cmfm-main{
    height: 517px;
}
.cmfm-main{
    width: 880px;
    background-color: #fff;
    float: left;
    margin-top: 0;
}
.cmfm-bar{
    padding: 40px 30px;
    background-color: #fff;
    width: 280px;
    box-sizing: border-box;
    float: right;
}
.md-fmimg{
    width: 100%;
}
.md-form .wsc-form{
    padding: 40px 60px;
}
.md-form .wsc-form .fm-row{
    margin-top: 20px;
}
.md-form .wsc-form .fm-row:first-child{
    margin-top: 0;
}
.md-form .wsc-form label{
    float: left;
    width: 70px;
    color: #62748E;
    margin-right: 15px;
    text-align: right;
    line-height: 46px;
}
.md-form .msg-box{
    margin-left: 15px;
}
.md-form label sup{
    /* margin-left: -10px; */
}
.md-form .fm-item{
    margin-top: 0;
    float: left;
    width: 670px;
}
.md-form  .fm-sel{
    width: 440px;
}
.md-form  input, .md-form .sel-head{
    width: 440px;
    height: 46px;
    line-height: 28px;
    background-color: #F5F8FA;
    border: solid 1px #F5F8FA;
}
.md-form .sel-head.clicking{
    border-color: #d1d1d1;
    background-color: #fff;
}
.md-form  .sel-list{
    top: 46px;

}
.md-form textarea{
    height: 100px;
    background-color: #F5F8FA;
    border: solid 1px #F5F8FA;
}
.md-form .fm-btn .btn{
    height: 46px;
    line-height: 46px;
    margin-left: 85px;
}

.cmfm-bar .item-info{
    width: 180px;
    margin: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.cmfm-bar .tit{
    font-size: 20px;
    color: #2791E5;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}
.cmfm-bar .text{
    font-size: 12px;
    line-height: 20px;
    color: #757983;
    margin-top: 15px;
    text-align: center;
}
.cmfm-bar .item-kf{
    margin-top: 24px;
    text-align: center;
}
.cmfm-bar .item-kf .item-dt{
    font-size: 12px;
    line-height: 17px;
    color: #6F7FA0;
    margin-top: 10px;
}
.cmfm-bar .item-btn{
    margin-top: 17px;
}
.cmfm-bar .item-btn .btn{
    width: 160px;
}
.cmfm-bar .item-btn .btn:hover{
    background-color: #2791E5;
    color: #fff;
}
.cmfm-bar .item-tel{
    margin-top: 30px;
    padding: 26px 0;
    text-align: center;
    background-color: #F6F7F9;
}
.cmfm-bar .item-tel .item-dt{
    font-size: 14px;
    line-height: 19px;
    color: #A4A7AF;
}
.cmfm-bar .item-tel .item-dd{
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #2791E5;
    font-weight: 600;
}

.bk-banner .ban-text{
    max-width: unset;
    margin: 15px auto 0;
    text-align: center;
}


.wsc-list-wl .li-main{
    margin-right: -11px;
    margin-top: -10px;
}
.wsc-list-wl .li-item{
    width: 212px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    transition: 0.36s;
}
.wsc-list-wl .li-item:hover{
    /* border-radius: 2px; */
    
}
.wsc-list-wl .li-item a{
    display: block;
    height: 100%;
    font-size: 0;
    text-align: center;
    padding: 0 45px;
}
.wsc-list-wl .li-item .li-tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 28px;
}
.wsc-list-wl .li-item .midline{
    width: 1px;
    margin-right: -1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.wsc-list-wl .li-item.wl-color0{
    background-color: #F4E4E4;
    color: #B47474;
}
.wsc-list-wl .li-item.wl-color1{
    background-color: #F4E9C8;
    color: #95834F;
}
.wsc-list-wl .li-item.wl-color2{
    background-color: #D9F2EE;
    color: #457169;
}
.wsc-list-wl .li-item.wl-color3{
    background-color: #E9F7DC;
    color: #748E5D;
}
.wsc-list-wl .li-item.wl-color4{
    background-color: #D8EDFA;
    color: #4F7A95;
}
.wsc-list-wl .li-item.wl-color5{
    background-color: #E8F0FC;
    color: #5E708D;
}


.wsc-list-wl .li-item.wl-color0:hover{
    background-color: #E6C3C3;
}
.wsc-list-wl .li-item.wl-color1:hover{
    background-color: #E0D1A5;
}
.wsc-list-wl .li-item.wl-color2:hover{
    background-color: #A1DDD3;
}
.wsc-list-wl .li-item.wl-color3:hover{
    background-color: #C2D8AE;
}
.wsc-list-wl .li-item.wl-color4:hover{
    background-color: #B0CFE2;
}
.wsc-list-wl .li-item.wl-color5:hover{
    background-color: #BBCDE8;
}



.mdet-main .wsc-list-wl .li-item{
    width: 168px;
    height: 85px;
}
.mdet-main .wsc-list-wl .li-item a{
    padding: 0 20px;
}
.mdet-main .wsc-list-wl .li-item .li-tit{
    font-size: 14px;
    line-height: 24px;
}

.mdet-main .more-link{
    margin-top: 25px;
    font-size: 14px;
    line-height: 26px;
    color: #757983;
}

.mdet-main .more-link .link-main{
    display: inline;
}
.mdet-main .more-link .link-main i{
    margin: 0 5px;
    font-size: 12px;
}
.mdet-main .more-link .link-main i:first-child{
    display: none;
}
.mdet-main .more-link .link-more{
    margin-left: 20px;
    color: #2791E5;
}

.wlh-block2{
    padding: 80px 0;
    background-color: #F6F7F9;
}
.wl-resol{
    margin-top: 40px;
}
.wl-resol .li-main{
    margin-top: -2px;
    margin-right: -3px;
}
.wl-resol .item{
    float: left;
    width: 234px;
    transition: 0.36s;
    height: 200px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 2px;
    margin-right: 2px;
    padding-top: 40px;
}
.wl-resol i{
    display: block;
    width: 80px;
    height: 80px;
    transition: 0.36s;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #bcc6db;
}
.wl-resol .tit{
    font-size: 16px;
    margin-top: 23px;
    line-height: 22px;
    text-align: center;
    color: #263450;
}
.wl-resol .item:hover{
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.06);
}
.wl-resol .item:hover .ico-dc{
    background:#fff url(../images/63afaf2daec04d16adcce547f0bd9df6.gif) no-repeat center center;
}
.ico-yl{
    background:#fff url(../images/7d03c8e60b91450da45c7eca5b68c71f.gif) no-repeat center center;   
}
.ico-yl:hover{
    background:#fff url(../images/67c4d3cb43a0481f98aa86b6141e7069.gif) no-repeat center center;   
}
.wl-resol .item:hover .ico-hb{
    background:#fff url(../images/4aa715d457fd49b2b80ed74c74363171.gif) no-repeat center center;
}
.wl-resol .item:hover .ico-jc{
    background:#fff url(../images/7097aa86b5e545c181a3fa55bc3e560d.gif) no-repeat center center;
}
.wl-resol .item:hover .ico-fjs{
    background:#fff url(../images/135cc2846c694bdcbf83a88ac862a351.gif) no-repeat center center;
}
.wl-resol .item:hover .ico-yy{
    background:#fff url(../images/b51c968a67c342b58abece2a10fc0680.gif) no-repeat center center;
}
.wl-resol .item:hover .ico-sp{
    background:#fff url(../images/60f1c088629b46eaa3a6f62642516802.gif) no-repeat center center;
}
.wl-resol .item:hover .ico-jxhg{
    background:#fff url(../images/9f22aafdd65c408ca1b80237df249b36.gif) no-repeat center center;
}
.wl-resol .item:hover .ico-yjfm{
    background:#fff url(../images/32ff9739e0de43c4b5c3693d745e46b2.gif) no-repeat center center;
}
.wl-resol .item:hover .ico-gxcl{
    background:#fff url(../images/45bcd2140b9d42e7a4cffc710097a138.gif) no-repeat center center;
}
.wl-resol .item:hover .ico-qt{
    background:#fff url(../images/50a3d0b71e89420db62c823bac2236e0.gif) no-repeat center center;
}
.wlh-block3{
    height: 662px;
    box-sizing: border-box;
    background: url(../images/32cfa211da1b4c25a19617dcbef0d483.gif) no-repeat center top;
    padding: 80px 0 0;
}
.wlh-block3 .pTit{
    color: #fff;
}
.wlhb3-main{
    margin-top: 40px;
}
.wlhb3-main .li-item{
    float: left;
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #415377;
    margin-left: -1px;
    background-color: rgba(255, 255, 255, 0.02);
    padding: 40px 30px;
}
.wlhb3-main .tip{
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    padding-left: 17px;
    background: url(../images/8de01c64a7f54e9a938f3a4adf0f2572.gif) no-repeat 0 center;
}
.wlhb3-main .tit{
    font-size: 20px;
    line-height: 36px;
    margin-top: 40px;
    color: #fff;
}
.wlhb3-main .text{
    margin-top: 40px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}
.wlhb3-main .item-btn{
    margin-top: 60px;
}
.wlhb3-main .item-btn .btn{
    width: unset;
    padding: 0 30px;
}
.sec-nav.mdtop-sn {
    padding-top: 40px;
}
.mdtop-sn .absn-info{
    max-width: 600px;
    padding-top: 20px;
}
.mdtop-sn .snav-main{
    width: 500px;
}
.md-cover{
    margin-top: 30px;
}
.md-cover img{
    width: 100%;
}

/* .wldet  .pdTab li{
    width: 295px;
} */
.wldet .layout-side{
    width: 240px;
}
.sd-sx{
    padding: 25px 20px;
    background-color: #2791E5;
}
.sd-sx>.tit{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.sd-rewl{
    margin-top: 10px;
    background-color: #F6F7F9;
    border-top: 2px solid #E6EAF2;
    padding: 25px 20px;
}
.sd-rewl .tit{
    font-size: 18px;
    line-height: 26px;
    color: #263450;
    font-weight: bold;
}
.sdre-main{
    margin-top: 20px;
}
.sdre-main .link-main{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
}
.sdre-main .link-main i{
    margin: 0 5px;
}
.sdre-main .link-main i:first-child{
    display: none;
}
.sdre-main .link-more{
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #2791E5;
}

.modeldet .layout-side >div:first-child{
    margin-top: 0;
}





.ban-pro .ban-main{
    padding-top: 80px;
    padding-bottom: 80px;
}
.ban-prolist{
    margin-top: 40px;
}
.ban-prolist .li-main{
    margin: -2px -1px 0;
}
.ban-prolist .item{
    float: left;
    box-sizing: border-box;
    padding: 0 1px;
    width: 20%;
    margin-top: 2px;
}
.ban-prolist .item-box{
    display: block;
    background-color: #2485D1;
    text-align: center;
    transition: 0.36s;
    height: 140px;
}
.ban-prolist .item-box:hover{
    background-color: #2474ba;  
}
.ban-prolist i{
    height: 98px;
    display: block;
}
.ban-prolist .tit{
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
}
.ban-prolist .ico1{
    background: url(../images/a686437698124ee9854b1eb5a2ff49da.gif) no-repeat center center;
}
.ban-prolist .ico2{
    background: url(../images/a76244c6f05c44ac97f185f1c7c51d3a.gif) no-repeat center center;
}
.ban-prolist .ico3{
    background: url(../images/fe9d8469c43c4f22997cb3ba9c453e64.gif) no-repeat center center;
}
.ban-prolist .ico4{
    background: url(../images/3e2235e327d34d189092fa27ade22fe8.gif) no-repeat center center;
}
.ban-prolist .ico5{
    background: url(../images/186d553abe474e3ebbdb488f0670e5b4.gif) no-repeat center center;
}
.ban-prolist .ico6{
    background: url(../images/c0103194ab3a424ea131f9a78755f948.gif) no-repeat center center;
}
.ban-prolist .ico7{
    background: url(../images/73d83a61319549b48e8114c055d8dbb4.gif) no-repeat center center;
}
.ban-prolist .ico8{
    background: url(../images/9914c044437e40c8a599ff77bddc5d8b.gif) no-repeat center center;
}
.ban-prolist .ico9{
    background: url(../images/fb5b1c8ab40547a3bae5af963705d164.gif) no-repeat center center;
}
.ban-prolist .ico10{
    background: url(../images/d17857c038e84c9fb46f69e1e68196ca.gif) no-repeat center center;
}
.ban-prolist .ico11{
    background: url(../images/cfb04662ffb644d1bd9df5cc43c3e10c.gif) no-repeat center center;
}
.ban-prolist .ico12{
    background: url(../images/a4422bb5cbbd432e9f68934b93c08a8c.gif) no-repeat center center;
}
.ban-prolist .ico13{
    background: url(../images/290c945786244146a90a78b7bff13674.gif) no-repeat center center;
}
.ban-prolist .ico14{
    background: url(../images/2cd07f2a342b41d7a3e6366d4c71c132.gif) no-repeat center center;
}
.ban-prolist .ico15{
    background: url(../images/7a21f5c483604b47829b384f874a0a23.gif) no-repeat center center;
}



.proh-block1{
    padding: 60px 0 80px;
    border-bottom: 1px solid #E6EAF2;
}

.proh-sx{
    margin-top: 40px;
}
.proh-sx .sxfm-item{
    float: left;
    width: 260px;
    margin-left: 10px;
    margin-top: 0;
}
.proh-sx .sxfm-item:first-child{
    margin-left: 0;
}

.proh-sx .sxfm-head,.proh-sx  .sxfm-item input{
    background-color: #F6F7F9;
    border-color: #E6EAF2;
    color: #757983;
}
.proh-sx .sxfm-item input:focus{
    border-color: #D0D5E0;
}
.proh-sx .sxfm-head .arr{
    background-image: url(../images/222bb6586a0e45f9b054c3a252010f0a.gif);
}
.proh-sx .sxfm-inp label{
    color: #757983;
    z-index: 2;
}
.proh-sx .sxfm-btn{
    float: left;
    margin-left: 10px;
    margin-top: 0;
}
.proh-sx .sxfm-btn .btn{
    background-color: #E5555E;
    color: #fff;
    width: 140px;
}
.proh-sx .sxfm-btn .btn:hover{
    background-color: #C42F38;
}

.proh-sx .sxfm-down{
    height: 200px;
}

.proh-sx .tip{
    float: left;
    margin-left: 35px;
    border-left: 1px dashed #c3c3c3;
    padding-left: 34px;
    height: 46px;
}
.proh-sx .tip .item-dt{
    font-size: 16px;
    line-height: 22px;
    color: #757983;
}
.proh-sx .tip .item-dd{
    font-size: 16px;
    line-height: 28px;
    color: #2791E5;
    font-weight: bold;
}
.proh-sx .tip .item-dd a{
    text-decoration: underline;
}

.proh-main{
    background-color: #FCFCFD;
}
.proh-item{
    position: relative;
}
.proh-img{
    width: 50%;
    overflow: hidden;
}
.proh-img img{
    width: 100%;
    transition: 0.5s;
}
.proh-img:hover img{
    transform: scale(1.03);
}
.proh-info{
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
}
.proh-info.left-block{
    left: 0;
}
.proh-info.right-block{
    right: 0;
}
.proh-info .info-main{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 562px;
    height: 401px;
}

.proh-info .tit{
    font-size: 30px;
    line-height: 42px;
    color: #263450;
    font-weight: bold;
}
.proh-info .text{
    margin-top: 25px;
    font-size: 14px;
    line-height: 26px;
    color: #757983;
}
.proh-info .yd-main{
    margin-top: 40px;
}
.proh-info .yd-main .item{
    float: left;
    background-color: #F6F7F9;
    width: 280px;
    height: 136px;
    box-sizing: border-box;
    padding: 30px;
    font-size: 0;
    margin-left: 1px;
}
.proh-info .yd-main .item:first-child{
    margin-left: 0;
}
.proh-info .yd-main i{
    display: inline-block;
    vertical-align: middle;
    width: 76px;
    height: 76px;
    margin-right: 25px;
}
.proh-info .yd-main .tit{
    font-size: 14px;
    line-height: 20px;
    color: #263450;
    display: inline-block;
    vertical-align: middle;
}
.proh-info .ico-y50{
    background: url(../images/be1cbe3a8d814d39a48cc495d7faa876.gif) no-repeat center center;
}
.proh-info .ico-y40{
    background: url(../images/d8a528a02f9c47fb92386da4342521a9.gif) no-repeat center center;
}
.proh-info .ico-y20{
    background: url(../images/2964b28e8e1e4003a8d57f1abaad07f7.gif) no-repeat center center;
}
.proh-info .ico-y15{
    background: url(../images/4881644ed2a847da841d41811e6559c9.gif) no-repeat center center;
}
.proh-info .ico-g90{
    background: url(../images/e0e6541e828648ffb37269f67bf5d766.gif) no-repeat center center;
}
.proh-info .ico-g40{
    background: url(../images/d3d6189c58844ae0ba1757b02d82b625.gif) no-repeat center center;
}
.proh-info .ico-g30{
    background: url(../images/fcae446d16374e83810ade2c48769529.gif) no-repeat center center;
}
.proh-info .item-btn{
    margin-top: 40px;
    font-size: 0;
}
.proh-info .item-btn .btn{
    width: 120px;
    margin-left: 15px;
}
.proh-info .item-btn .btn:first-child{
    margin-left: 0;
}

@media screen and (max-width:1460px){
    .proh-info .text{
        margin-top: 15px;
    }
    .proh-info .yd-main{
        margin-top: 20px;
    }
    .proh-info .item-btn{
        margin-top: 20px;
    }
    .proh-info .info-main{
        height: 351px;
    }
}


.proh-block3{
    position: relative;
    overflow: hidden;
}
.proh-block3 .left-bg{
    width: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    background: url(../images/2fef22acfd4049c09196a095759e532b.gif) no-repeat right top;
}

.proh-block3 .right-bg{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    background: url(../images/6814b80f6cd34643a96ba41cb6995d47.gif) no-repeat left top;
}
.proh-block3 .container{
    position: relative;
    z-index: 10;
}
.prohb3-left{
    float: left;
    width: 50%;
    height: 700px;
    box-sizing: border-box;
    padding: 80px 90px 0 0;
}
.prohb3-right{
    float: right;
    width: 50%;
    height: 700px;
    box-sizing: border-box;
    padding: 80px 0 0 80px;
}
.prohb3-tit{
    font-size: 24px;
    line-height: 33px;
    color: #fff;
}
.phlf-main .solhban_main{
    margin-top: 30px;
}
.phlf-main .solhban_main .item-box{
    width: 33.33%;
    padding: 0;
    margin-top: 0;
    border: 1px solid #45A4EF;
    margin-top: -1px;
    margin-left: -1px;
}
.phlf-main .solhban_main .item{
    height: 160px;
    padding-top: 25px;
}
.phlf-main .solhban_main .tit{
    font-size: 14px;
    margin-top: 10px;
}
.phrt-main .item{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.phrt-main .item-dt{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.phrt-main .item-dd{
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px;
    color: #fff;
}
.phrt-main .item-btn{
    margin-top: 60px;
}
.phrt-main .item-btn .btn{
    width: 116px;
}
.phrt-main .item-dd i{
    margin: 0 10px;
}
.phrt-main .item-dd i:first-child{
    display: none;
}

.page-relate{
    margin-top: 0;
    padding: 80px 0;
}




.pd-top .d-btn{
    margin-top: 40px;
    font-size: 0;
}
.pd-top .tip-tel{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    padding-left: 30px;border-left: 1px dashed #c3c3c3;
}
.pd-top .tip-tel .item-dt{
    font-size: 14px;
    line-height: 20px;
    color: #A4A7AF;
}
.pd-top .tip-tel .item-dd{
    font-size: 20px;
    line-height: 26px;
    color: #2791E5;
    font-weight: bold;
}

.pd-img{
    float: right;
    width: 600px;
}
.pd-info{
    float: left;
    width: 500px;
}
.pd-bread{
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(164,167,175,0.1);
}

.pd-top{
    background:linear-gradient(193deg,rgba(246,247,249,1) 0%,rgba(223,226,232,1) 100%);
    margin-top: -58px;
    padding-top: 140px;
    box-sizing: border-box;
    padding-bottom: 80px;
}
.pd-intro{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    margin-top: 40px;
}
.pd-attr{
    margin-top: 50px;
}
.pd-attr .item{
    border-left: 1px solid rgba(164,167,175,0.4);
    margin-left: 45px;
    padding-left: 45px;
    float: left;
}
.pd-attr .item:first-child{
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
.pd-attr .item-dt{
    font-size: 14px;
    line-height: 26px;
    color: rgba(72,75,82,0.6);
}
.pd-attr .item-dd{
    font-size: 30px;
    line-height: 42px;
    font-weight: 800;
    color: #6F7FA0;
    margin-top: 8px;
}

.pd-img .picp,.pd-img .picn{
    width: 30px;
    height: 52px;
}
.pd-img .picp{
    background: url(../images/ed3f839f68b844d9a1c7f642b6beab47.gif) no-repeat center center;
}
.pd-img .picp:hover{
    background: url(../images/35003f3f3d294dbdbf325a3103c80771.gif) no-repeat center center;
}
.pd-img .picn{
    background: url(../images/61107b1e8cdb4331845b1cf853785f27.gif) no-repeat center center;
}
.pd-img .picn:hover{
    background: url(../images/ffc022e658ef4e1cb9c4dd04fa1ff6be.gif) no-repeat center center;
}

.pd-img .picshowCon{
    width: 100%;
}
.pd-img .picshowitem{
    width: 600px;
    text-align: center;
}
.pd-img .picshowitem img{
    width: unset;
    height: unset;
    max-width: 300px;
    max-height: 540px;
}
.pd-img .picshowControl{
    position: relative;
    margin-top: 20px;
    bottom: 0;
}
.pd-img .picshowControl span{
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 1px solid #A4A7AF;
    background-color: unset;
}
.pd-img .picshowControl span.active{
    background-color: #A4A7AF;
}




/* .prodet .pdTab li{
    width: 236px;
} */
.prodet .pd-main .layout-side{
    width: 280px;
}
.prodet .mdet-item:first-child .wsc-editCon{
    margin-top: 0;
}

.side-pro>.item{
    border: 1px solid #eaeaea;
}
.side-pro .item-img{
    background-color: #f1f1f1;
    overflow: hidden;
}

.side-pro .item-img img{
    width: 100%;
    transition: 0.5s;
}
.side-pro .item:hover img{
    transform: scale(1.03);
}
.side-pro .item-info{
    padding: 24px;
}
.side-pro .item-tit{
    font-size: 16px;
    line-height: 22px;
    color: #263450;
}
.side-pro .li-attr{
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #757983;
}
.side-pro .li-btn{
    margin-top: 25px;
}
.side-pro .li-btn .btn{
    width: 100%;
}


.valb1-dt.ico1{
    background: url(../images/b80610da29134c66aba7402faed84522.gif) no-repeat center top;
}
.valb1-dt.ico2{
    background: url(../images/f97eb00e83984633ae958b7181ca641e.gif) no-repeat center top;
}
.valb1-dt.ico3{
    background: url(../images/d1d12924baa343fabf6d968e8ba5413b.gif) no-repeat center top;
}
.valb1-dt.ico4{
    background: url(../images/ce63b4540d5b415cb781ad967754f938.gif) no-repeat center top;
}


.zr-block1{
    background-color: #F6F7F9;
    padding: 80px 0;
}
.zrb1-item{
    margin-top: 60px;
}
.zrb1-item:first-child{
    margin-top: 0;
}
.zrb1-item .item-img{
    width: 580px;
}
.zrb1-item .item-info{
    width: 540px;
    padding-top: 60px;
}
.zrb1-item .tit{
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}
.zrb1-item .text{
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
    color: #757983;
}
.zrb1-item .item-btn{
    margin-top: 40px;
}
.zrb1-item .item-btn .btn{
    width: unset;
    padding: 0 30px;
}


.zr-block2{
    padding: 80px 0 0;
    height: 560px;
    box-sizing: border-box;
    background: url(../images/95658969d9484a89be41c0423705047e.gif) no-repeat center top;
}
.zr-block2 .pTit{
    color: #fff;
}
.zrb2-text{
    margin-top: 40px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.zr-block2 .item-btn{
    margin-top: 40px;
    text-align: center;
}
.zr-block2 .item-btn .btn{
    width: unset;
    padding: 0 30px;
}


.zl-block1{
    height: 560px;
    padding-top: 80px;
    box-sizing: border-box;
    background: url(../images/dc579c4568d34a75a540a2037a3ea19e.gif) no-repeat center top;
}
.zl-block1 .pTit{
    color: #fff;
}
.zlb1-main{
    margin-top: 40px;
}
.zlb1-main .item{
    height: 200px;
    box-sizing: border-box;
    background:rgba(255,255,255,0.15);
    border:1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 39px 39px 0;
}
.zlb1-main .tit{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.zlb1-main .text{
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
}

.zl-block2{
    padding: 80px 0;
}
.zlb2-map{
    margin-top: 50px;
    text-align: center;
}
.zlb2-main{
    margin-top: 50px;
}
.zlb2-main .tit{
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}
.zlb2-lx{
    margin-top: 25px;
    padding: 50px 0;
    background-color: #2791E5;
}
.zlb2-lx .item{
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 50px;
    border-left: 1px dashed #69B7F5;
    font-size: 0;
}
.zlb2-lx .item:first-child{
    margin-left: 0;
    border-left: 0;
    
}
.zlb2-lx i{
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 66px;
    margin-right: 25px;
}
.zlb2-lx .item-info{
    display: inline-block;
    vertical-align: middle;
}
.zlb2-lx .item-dt{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.zlb2-lx .item-dd{
    margin-top: 5px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.zlb2-lx .ico1{
    background: url(../images/af9b54b1c73147d6a98ecccd04a65e02.gif) no-repeat 0 center;
}
.zlb2-lx .ico2{
    background: url(../images/df2c04929c084ad88630e2c0f6104d5e.gif) no-repeat 0 center;
}
.zlb2-lx .ico3{
    background: url(../images/708bb26e87a1402eb9995aa343ece887.gif) no-repeat 0 center;
}

.zl-block3{
    padding: 80px 0;
    background-color: #F6F7F9;
}
.zl-block3 .pText,.zl-block4 .pText{
    margin-top: 40px;
    text-align: left;
}

.zlb3-main{
    margin-top: 50px;
}
.zlb3-main .li-main{
    margin-top: -20px;
}
.zlb3-main .item{
    margin-top: 20px;
    position: relative;
    box-shadow:2px 9px 20px rgba(37,53,87,0.08);
    border-radius: 3px;
}
.zlb3-main .item-img img{
    width: 100%;
}
.zlb3-main .item .tit{
    position: absolute;
    font-size: 14px;
    line-height: 28px;
    color: #505b72;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}
.page-btn{
    margin-top: 40px;
    text-align: center;
    font-size: 0;
}
.page-btn .btn{
    width: unset;
    padding: 0 30px;
    margin-left: 15px;
}
.page-btn .btn:first-child{
    margin-left: 0;
}

.page-btn .tip-tel{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    padding-left: 30px;border-left: 1px dashed #c3c3c3;
}
.page-btn .tip-tel .item-dt{
    font-size: 14px;
    line-height: 20px;
    color: #A4A7AF;
}
.page-btn .tip-tel .item-dd{
    font-size: 20px;
    line-height: 26px;
    color: #2791E5;
    font-weight: bold;
}

.zl-block4{
    padding: 80px 0;
}
.zlb4-main{
    margin-top: 50px;
}
.zlb4-main .li-main{
    margin-right: -3px;
}
.zlb4-main .item-box{
    float: left;
    width: 150px;
    padding-left: 22px;
    background: url(../images/63ed1b6bb591472a8ab1f1a774fcae69.gif) no-repeat 6px center;
}
.zlb4-main .item-box:first-child{
    padding-left: 0;
    background: none;
}
.zlb4-main .item{
    width: 150px;
    height: 150px;
    font-size: 18px;
    line-height: 26px;
    color: #263450;
    text-align: center;
    line-height: 150px;
    background: url(../images/05149a8b12e64df2874f8b5e4e8253bc.gif) no-repeat center center;
}
.zl-block5{
    padding: 80px 0 0;
    box-sizing: border-box;
    height: 580px;
    background: url(../images/e87c6e0de3db4ea383d4bb1517720061.gif) no-repeat center top;
}
.zl-block5 .zlb3-main{
    margin-top: 40px;
}
.zl-block5 .pText,.zl-block5 .pTit{
    color: #fff;
}
.zl-block5 .zlb3-main .block_four .item-box{
    width: 16.66%;
    padding: 0 5px;
}
.zl-block5 .zlb3-main .item{
    margin-top: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.zl-block5 .zlb3-main .li-main{
    margin: -10px -5px 0;
}
.cn-block1{
    padding-top: 80px;
    height: 560px;
    box-sizing: border-box;
    background: url(../images/b32935023a6144a8a41da7d043ab683b.gif) no-repeat center top;
}
.cn-block1 .pTit{
    color: #fff;
}
.cnb1-main{
    margin-top: 40px;
}
.cnb1-main .item{
    height: 213px;
    box-sizing: border-box;
    background:rgba(255,255,255,0.15);
    border:1px solid rgba(255,255,255,0.3);
    padding-top: 40px;
    text-align: center;
    color: #fff;
}
.cnb1-main .tit{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.cnb1-main .text{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 10px;
}
.cnb1-main .item-btn{
    margin-top: 30px;
}
.cnb1-main .item-btn .btn{
    width: unset;
    padding: 0 30px;
}

.cn-block2{
    padding: 80px 0;
}
.cnb2-main{
    margin-top: 40px;
    height: 180px;
    background: url(../images/e537c5f4dbae4df4b8a2d3b91185bfb3.gif) no-repeat center top;
}
.cnb2-main .item{
    width: 180px;
    float: left;
    height: 180px;
    box-sizing: border-box;
    margin-left: 70px;
    padding-top: 64px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}
.cnb2-main .item:first-child{
    margin-left: 0;
}

.cn-block3{
    padding: 80px 0;
    background-color: #F6F7F9;
}

.cnb3-main{
    margin-top: 40px;
}
.cnb3-main .item{
    background-color: #fff;
}
.cnb3-main .item-img img{
    width: 100%;
}
.cnb3-main .item-info{
    height: 200px;
    box-sizing: border-box;
    padding: 40px 40px 0;
}
.cnb3-main .tit{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.cnb3-main .text{
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #757983;
}

.cn-block4{
    padding: 80px 0;
}
.cn-block4 .pText{
    
}
.cnb4-main{
    margin-top: 50px;
}
.cnb4-main .item{
    width: 33.33%;
    height: 280px;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
    float: left;
    border-left: 1px solid #eaeaea;
}
.cnb4-main .item:first-child{
    border-left: 0;
}
.cnb4-main i{
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
}
.cnb4-main .ico1{
    background: url(../images/87a5b2e231ef4573b1c4f4957b6279d6.gif) no-repeat center center;
}
.cnb4-main .ico2{
    background: url(../images/4d76fadcd3974c03b08a2f8e442df479.gif) no-repeat center center;
}
.cnb4-main .ico3{
    background: url(../images/46b1653ce16642eba4b026aa6481ef0d.gif) no-repeat center center;
}

.cnb4-main .tit{
    margin-top: 35px;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    text-align: center;
}
.cnb4-main .text{
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #757983;
}


.cn-block5{
    padding: 80px 0;
    background-color: #F6F7F9;
}
.cnb5-main {
    margin-top: 40px;
}
.cnb5-main .li-main{
    margin-top: -20px;
}
.cnb5-main .item{
    margin-top: 20px;
}
.cnb5-main .item img{
    width: 100%;
}
.cnb5-main .item-info{
    padding: 40px 40px 0;
    background-color: #fff;
    height: 252px;
}
.cnb5-main .tit{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.cnb5-main .text{
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    height: 52px;
}
.cnb5-main .item-btn{
    margin-top: 40px;
}
.cnb5-main .item-btn .btn{
    width: unset;
    padding: 0 30px;
}

.fw-link{
    padding: 80px 0;
}
.fwli-main{
    margin-top: 40px;
}
.fwli-main .item{
    float: left;
    width: 393px;
    box-sizing: border-box;
    height: 150px;
    transition: 0.36s;
    padding: 40px 40px 0;
    overflow: hidden;
    position: relative;
}
.fwli-main .item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
}
.fwli-main .item:hover img{
    /* transform: scale(1.03); */
}
.fwli-main .item1{
    background:url(../images/de46b79e201d4c9bbd06295ac6522935.gif) no-repeat center top;
    border:1px solid rgba(230,234,242,1);
}
.fwli-main .item2{
    background:url(../images/0deb31c5e0974608800f2f94cf67cdb4.gif) no-repeat center top;
    border:1px solid rgba(230,234,242,1);
}
.fwli-main .item3{
    background:url(../images/25a34bcb464343d3ba510db7c00496cd.gif) no-repeat center top;
    border:1px solid rgba(230,234,242,1);
}
.fwli-main .item4{
    background:url(../images/7efd9fe9349a4fc682a22cf3e332fd20.gif) no-repeat center top;
    border:1px solid rgba(230,234,242,1);
}
.fwli-main .item5{
    background:url(../images/9e7cf7e17fa5417eb16c9f5208d832e4.gif) no-repeat center top;
    border:1px solid rgba(230,234,242,1);
    background-size: cover;
}
.fwli-main .item6{
    background:url(../images/16ce2f9fb02d4930899766f383947715.gif) no-repeat center top;
    border:1px solid rgba(230,234,242,1);
}
.fwli-main .item7{
    background:url(../images/a88d3c4b54fb4515b55397e9a2cf4888.gif) no-repeat center top;
    border:1px solid rgba(230,234,242,1);
}
.fwli-main .item8{
    background:url(../images/6bc5a90caef542b59cfda88c3d97dc5f.gif) no-repeat center top;
    border:1px solid rgba(230,234,242,1);
}
.fwli-main .item9{
    background:url(../images/40d25b888cad4bae8d7ad4a1f0a16d54.gif) no-repeat center top;
    border:1px solid rgba(230,234,242,1);
}
.fwli-main .tit{
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}
.fwli-main .more{
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.fwli-main .more span{
    display: inline-block;
    padding-right: 21px;
    transition: 0.36s;
    background: url(../images/9ffe524d1f4f446aada9dcb28ab82874.gif) no-repeat right center ;
    position: relative;
}
.fwli-main .more span::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: 0.5s;
}
.fwli-main .item:hover .more span::after{
    width: 100%;
}
.pxaz-block1{
    padding: 80px 0 0;
    height: 817px;
    box-sizing: border-box;
    background: url(../images/1d22dfc1816f493792b533b536ab7f20.gif) no-repeat center top;
}
.pxazb1_main{
    margin-top: 60px;
    height: 500px;
    background: url(../images/5ec78d766d1b45a9a88d6bb8c7380695.gif) no-repeat center center;
}
.pxaz_left{
    width: 340px;
    float: left;
}
.pxaz_right{
    width: 340px;
    float: right;
    text-align: right;
}
.pxazb1_main .item{
    font-size: 0;
    margin-top: 100px;
}
.pxazb1_main .item:first-child{
    margin-top: 0;
}
.pxazb1_main i{
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.pxazb1_main .item-info{
    display: inline-block;
    vertical-align: middle;
}
.pxazb1_main .tit{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.pxazb1_main .text{
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #757983;
}
.pxazb1_main .ico1{
    background: url(../images/6ffe64f595d84cecb34055ffaffb7d98.gif) no-repeat center center;
}
.pxazb1_main .ico2{
    background: url(../images/cbca2ff48dbe4d55837277bd9daea6a8.gif) no-repeat center center;
}
.pxazb1_main .ico3{
    background: url(../images/1d64d4b27ef043a5a63944b3e46ba180.gif) no-repeat center center;
}
.pxazb1_main .ico4{
    background: url(../images/feb03d7681dd499199f81daf32645eae.gif) no-repeat center center;
}
.pxazb1_main .ico5{
    background: url(../images/3ea9a70efff5480b9d0791396641309e.gif) no-repeat center center;
}
.pxazb1_main .ico6{
    background: url(../images/51745e4089634d838521f15691d4c255.gif) no-repeat center center;
}

.pxaz-block2{
    padding: 80px 0;
}
.pxazb2_main{
    margin-top: 40px;
}
.pxazb2_main .item-row{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eaeaea;
}
.pxazb2_main .item-row:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.pxazb2_main .item{
    width: 20%;
    text-align: center;
    float: left;
    border-left: 1px solid #eaeaea;
    box-sizing: border-box;
}
.pxazb2_main .item:first-child{
    border-left: 0;
}
.pxazb2_main i{
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.pxazb2_main .ico1{
    background: #F6F7F9 url(../images/df178d0df8cd4de4bc35c77ca340e5c3.gif) no-repeat center center;
}
.pxazb2_main .ico2{
    background: #F6F7F9 url(../images/46e716c41e6446dbaf35023c0bb52232.gif) no-repeat center center;
}
.pxazb2_main .ico3{
    background: #F6F7F9 url(../images/fbc907932e4e468895fb89d1e5eebf14.gif) no-repeat center center;
}
.pxazb2_main .ico4{
    background: #F6F7F9 url(../images/20d825e3c15e402ca29f99d193b432c0.gif) no-repeat center center;
}
.pxazb2_main .ico5{
    background: #F6F7F9 url(../images/586f4c39ab0e4f36852142a43fa2743c.gif) no-repeat center center;
}
.pxazb2_main .ico6{
    background: #F6F7F9 url(../images/9e1625ddbc6b425cae43a1c0de3f1161.gif) no-repeat center center;
}
.pxazb2_main .ico7{
    background: #F6F7F9 url(../images/04a04022701e42eaba143cfa137af1f9.gif) no-repeat center center;
}
.pxazb2_main .ico8{
    background: #F6F7F9 url(../images/730e39af507242af9255fa09a7ca1419.gif) no-repeat center center;
}
.pxazb2_main .ico9{
    background: #F6F7F9 url(../images/57c55a2c2d784776adfd522f3802a5dd.gif) no-repeat center center;
}
.pxazb2_main .ico10{
    background: #F6F7F9 url(../images/5772d2b4eebc4826a60134130639dea8.gif) no-repeat center center;
}
.pxazb2_main .tit{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
    color: #484B52;
}

.pxazb2_tip{
    margin-top: 80px;
    height: 160px;
    box-sizing: border-box;
    padding: 38px 80px  0;
    background: url(../images/d4d77070c4ab4a8a87a5dcfcb79b71c3.gif) no-repeat center top;
}
.pxazb2_tip .tip-tit{
    float: left;
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    font-weight: bold;
}
.pxazb2_tip .tip-link{
    float: right;
    padding-top: 18px;
}
.pxazb2_tip .tip-link .item{
    float: left;
    height: 46px;
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.pxazb2_tip .tip-link .item:first-child{
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
.pxazb2_tip i{
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 46px;
    transition: 0.36s;
    margin-right: 20px;
}
.pxazb2_tip .ico1{
    background: url(../images/def594197aa944828973bc6fefed1e71.gif) no-repeat center center;
}
.pxazb2_tip .ico2{
    background: url(../images/ef49c869cd6b49b6adb725011361de38.gif) no-repeat center center;
}
.pxazb2_tip .tip-link .item:hover .ico1{
    background-image: url(../images/0a132eba9c9a475a8a28c579ecc16c0e.gif); 
}
.pxazb2_tip .tip-link .item:hover .ico2{
    background-image: url(../images/9999982ecef641549e1a07ae7d7784d7.gif); 
}
.pxazb2_tip .tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.pxaz-block3{
    height: 615px;
    box-sizing: border-box;
    padding-top: 80px;
    background: url(../images/a23918f4e4764fe9bfa93b5280088bdc.gif) no-repeat center top;
}
.pxaz-block3 .pTit,.pxaz-block3 .pText{
    color: #fff;
}
.pxazb3_main{
    margin-top: 50px;
}
.pxazb3_main .num{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: url(../images/b1658cf7d83b45289c1617db8b900e0b.gif) no-repeat center center;
    font-size: 20px;
    color: #fff;
    margin: auto;
    text-align: center;
}
.pxazb3_main .line{
    margin: 15px auto 0;
    height: 20px;
    width: 0;
    border-left: 1px dashed #fff;
}
.pxazb3_main .item-info{
    margin-top: 15px;
    height: 218px;
    box-sizing: border-box;
    padding: 40px 40px 0;
    border-radius: 10px;
    background-color: #fff;
}
.pxazb3_main .tit{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    text-align: center;
}
.pxazb3_main .text{
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #757983;
}

.pxaz_tip{
    height: 200px;
    background-color: #2791E5;
}
.pxaz_tip .solh-tip{
    margin-top: 0;
    background: unset;
    height: 200px;
    padding: 0;
    padding-top: 54px;
}
.pxaz_tip .solh-tip .right-block{
    padding-top: 24px;
}
.pxaz_tip .solh-tip .tip-btn{
    
}
.pxaz_tip .solh-tip .tip-tel{
   
}

.sys-block1 .zrb1-item .tit{
    font-size: 30px;
    line-height: 42px;
    color: #263450;
    font-weight: bold;
}

.sys_tip{
    height: 160px;
    background: url(../images/3b0889e82ca0488f927afa6ca08d06d2.gif) no-repeat center top;
}
.sys_tip .solh-tip{
    height: 160px;
}
.sys_tip .solh-tip .right-block{
    padding-top: 0;
}



.zlfw-block1{
    height: 412px;
    padding-top: 80px;
    box-sizing: border-box;
    background: url(../images/39bc18ffdaac4424974b12ac4c3a237a.gif) no-repeat center top;
}
.zlfw-block1 .pTit{
    color: #fff;
}
.zlfwb1-main{
    margin-top: 60px;
    /* background-color: #fff; */
}
.zlfwb1-main .item-box{
    padding-left: 50px;
    width: 150px;
    float: left;
    background: url(../images/77faf180da234dcdb344777ad7f8d644.gif) no-repeat 22px center;
}
.zlfwb1-main .item-box:first-child{
    padding-left: 0;
    background: none;
}
.zlfwb1-main .item{
    height: 150px;
    box-sizing: border-box;
    padding-top: 45px;
    background: url(../images/bbdeb68b682247d69a08d8694b72e8d8.gif) no-repeat center center;
}
.zlfwb1-main i{
    height: 31px;
    display: block;
}
.zlfwb1-main .ico1{
    background: url(../images/2610d8e46cf9422b8daabff35be0fdae.gif) no-repeat center center;
}
.zlfwb1-main .ico2{
    background: url(../images/3b92f2a4a5ea4f6a886d4248c6ea061a.gif) no-repeat center center;
}
.zlfwb1-main .ico3{
    background: url(../images/87c9620cbd97408d8b364388e4a64972.gif) no-repeat center center;
}
.zlfwb1-main .ico4{
    background: url(../images/d1afd858739d4e5985927036d011d09f.gif) no-repeat center center;
}
.zlfwb1-main .ico5{
    background: url(../images/179e5e8ec805428eb1c1c6525b72f072.gif) no-repeat center center;
}
.zlfwb1-main .ico6{
    background: url(../images/547b2f39addf49888902ef092fffdcd3.gif) no-repeat center center;
}
.zlfwb1-main .tit{
    margin-top: 13px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.zlfw-block2{
    padding: 80px 0;
    background-color: #F6F7F9;
}



.bx-block1{
    background-color: #E6EAF2;
    padding: 80px 0;
}
.bxb1-left{
    float: left;
    width: 298px;
    background: url(../images/f6e4d93b41364bd9b8a87d0e37aa600a.gif) no-repeat center top;
}
.bxb1-left .pTit{
    color: #fff;
    text-align: left;
    padding: 50px 50px 40px;
    border-bottom: 1px solid #4FAAF2;
}
.bxb1lf-main{
    padding: 47px 50px 0;
    height: 485px;
    box-sizing: border-box;
    background: url(../images/979da689b9c64b9eafdb7405a679f62b.gif) repeat-y 74px 0;
}   
.bxb1lf-main .item{
    font-size: 0;
    margin-top: 60px;
}
.bxb1lf-main .item:first-child{
    margin-top: 0;
}
.bxb1lf-main .num{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;text-align: center;
    line-height: 50px;
    margin-right: 25px;
    background: url(../images/eae455847bd64df4bb1d952e6cf04308.gif) no-repeat center center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.bxb1lf-main .item-info{
    display: inline-block;
    vertical-align: middle;
}
.bxb1lf-main .tit{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.bxb1-right{
    width: 880px;
    float: right;
    background-color: #fff;
}
.bxb1-right .pTit{
    padding: 50px 0 40px;
    border-bottom: 1px solid #eaeaea;
}
.bx-form{
    height: 485px;
    box-sizing: border-box;
    padding: 40px 60px 0;
}
.fm-col{
    width: 363px;
    float: left;
    margin-left: 26px;
}
.fm-col:first-child{
    margin-left: 0;
}
.bx-form .wsc-form .fm-row{
    margin-top: 20px;
}
.bx-form .wsc-form .fm-row:first-child{
    margin-top: 0;
}
.bx-form .wsc-form label{
    float: left;
    width: 63px;
    text-align: right;
    margin-right: 15px;
    line-height: 46px;
}
.bx-form .wsc-form label sup{
    
}
.bx-form .wsc-form .fm-item{
    margin-top: 0;
    float: left;
    width: unset;
}
.bx-form .wsc-form input{
    width: 283px;
    height: 46px;
    line-height: 28px;
    display: block;
}
.bx-form input , .bx-form textarea{
    background-color: #F5F8FA !important;
    border: solid 1px #F5F8FA !important;
}
.bx-form .wsc-form input:focus,.bx-form textarea:focus{
    border-color: #d1d1d1;
    background-color: #fff;
}
.bx-form .wsc-form textarea{
    height: 100px;
    width: 674px;
    resize: none;
}
.bx-form .fm-btn .btn{
    height: 46px;
    line-height: 46px;
    margin-left: 71px;
}


.pjfm-file{
    position: relative;
    height: 46px;
    width: 440px;
}
.pjfm-file .tj-b{
    position: absolute;
    height: 100%;
	background: #F5F8FA url(../images/396221dcee1b464dbc7c92910bb6f5d7.gif) no-repeat 403px center;
    line-height: 46px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 20px;
    color: #A4A7AF;
    width: 100%;
    cursor: pointer;
}


.pjfm-file:hover .tj-b{
    
}

#upLoad {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}
.jbd{
    width: 100%;
    color: #2791E5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx-block2{
    height: 492px;
    box-sizing: border-box;
    padding-top: 80px;
    background: url(../images/45f61726971944c993acf2b7103cae27.gif)  no-repeat center top;
}
.bxb2-main{
    margin-top: 40px;
}
.bxb2-main .item{
    float: left;
    width: 588px;
    margin-left: 2px;
    height: 250px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.bxb2-main .item-img{
    width: 588px;
    height: 250px;
    overflow: hidden;
}
.bxb2-main .item-info{
position: absolute;
width: 100%;
text-align: center;
top:77px;
}
.bxb2-main .item-img img{
    width: 100%;
    transition: 0.5s;
}
.bxb2-main .item:hover  .item-img  img{
    transform: scale(1.03);
}
.bxb2-main .item:first-child{
    margin-left: 0;
}
 
.bxb2-main i{
    display: block;
    width: 60px;
    height: 60px;
    margin:0 auto;
}
.bxb2-main .tit{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-top: 15px;
}

.bxb2-main .ico1{
    background: url(../images/6093061f5e844eabac6478c2361c0131.gif) no-repeat center top;
}
.bxb2-main .ico2{
    background: url(../images/296ce522ccce45528cffd7c07b1ff268.gif) no-repeat center top;
}


.jg-block1{
    height: 560px;
    box-sizing: border-box;
    padding-top: 80px;
    background: url(../images/a1194c04e2fc475dbb517a87c4cac803.gif) no-repeat center top;
}
.jg-block1 .pTit{
    color: #fff;
}
.jg-block1 .pText{
    color: #fff;
    margin: 40px auto 0;
    max-width: 600px;
    text-align: left;
}
.jg-block1 .jgb1-text{
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-top: 25px;
}

.jg-block2{
    padding: 80px 0;
}
.jgb2-main{
    margin-top: 40px;
}
.jgb2-main .wl-resol .item{
    background-color: #F6F7F9;
}
.jgb2-main .wl-resol .item:hover{
    background: #fff;
}
.jg-block3{
    padding: 80px 0;
}
.jgb3-main{
    margin-top: 40px;
}
.jgb3-main .item{
    float: left;
    width: 293px;
    margin-left: 2px;
    position: relative;
    overflow: hidden;
    height: 420px;
}
.jgb3-main .item img{
    width: 100%;
}
.jgb3-main .item-tit{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.jgb3-main .item-rev{
    position: absolute;
    top: 420px;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.36s;
    color: #fff;
    box-sizing: border-box;
    padding: 140px 40px 0;
    background:rgba(39,145,229,0.96);
}
.jgb3-main .tit{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    transition: 0.36s;
}
.jgb3-main .text{
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}
.jgb3-main .item:hover .item-tit{
    bottom: -26px;
}
.jgb3-main .item:hover .item-rev{
    top: 0;
}

.jg-block5{
    height: 664px;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 80px;
    background: url(../images/a38a185b058342b0b5f7d03df229216a.gif) no-repeat center top;
}
.jg-block5 .pTit,.jg-block5 .pText{
    color: #fff;
}


.epc-block1{
    padding: 80px 0 0;
    height: 938px;
    box-sizing: border-box;
    background: url(../images/e365a7cbb4014612b8f364be55f98cbc.gif) no-repeat center top;
}
.epc-block1 .pText{
    text-align: left;
    margin-top: 40px;
}
.epc-block1 .pText p{
    margin-top: 25px;
}
.epc-block1 .pText p:first-child{
    margin-top: 0;
}
.epc-block1 .tip-tel .item-dt{
    text-align: left !important;
}
.epcb1-main{
    margin-top: 40px;
}
.epcb1-main .item{
    height: 440px;
    box-sizing: border-box;
    padding-top: 50px;
    background-color: #2791E5;
}
.epcb1-main i{
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
}
.epcb1-main .ico1{
    background: url(../images/89832c0a7d4a4952870a5975bc4add50.gif) no-repeat center center;
}
.epcb1-main .ico2{
    //background: url(../images/56892aef1d80413f9968824a91e66c12.gif) no-repeat center center;
  background: url(../images/epcb1-2.png) no-repeat center center;
}
.epcb1-main .ico3{
    background: url(../images/56892aef1d80413f9968824a91e66c12.gif) no-repeat center center;
}
.epcb1-main .tit{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
.epcb1-main .tip{
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.epcb1-main .text{
    margin-top: 30px;
    font-size: 14px;
    padding-left: 94px;
    line-height: 32px;
    color: #fff;
 
}

.epc-block2{
    background-color: #fff;
}
.epc-block2 .cnb5-main .item-info{
    height: 278px;
    background-color: #F6F7F9;
}
.epc-block2 .cnb5-main .text{
    height: 78px;
}
.epc-block2 .cnb5-main .item-btn .btn{
    background-color: #fff;
}

.epc-block3{
    background-color: #2791E5;
    padding: 80px 0;
}
.epc-block3 .pTit,.epc-block3 .pText{
    color: #fff;
}
.epc-block3 .page-anli .rlist-info{
    background-color: #fff;
}

.fw-link .fw-faq{
    margin-bottom: 80px;
}
.fwfaq-main{
    margin-top: 40px;

}

.fwh-ban{
    height: 500px;
    box-sizing: border-box;
}

.fwh-ban .ban-main{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ban-num{
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 695px;
    padding-bottom: 25px;
}
@media screen and (min-width:2130px){
    .ban-num{
        max-width:770px;
    }
}
.ban-num .item{
    float: left;
    margin-left: 25px;
    padding-left: 25px;
    background: url(../images/a866c1e336f84e728f49c922037b3578.gif) no-repeat 0 center;
    text-align: center;
    color: #fff;
}
.ban-num .item:first-child{
    margin-left: 0;
    padding-left: 0;
    background: none;
}
.ban-num .num{
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
}
.ban-num .tit{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.ban-main .tip-tel{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    padding-left: 30px;border-left: 1px dashed rgba(255, 255, 255, 0.6);
}
.ban-main .tip-tel .item-dt{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.ban-main .tip-tel .item-dd{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
}
.fuh-block1{
    padding: 60px 0 80px;
}
.fwh-b1{
    margin-top: 40px;
}
.fwh-tit{
    font-size: 20px;
    line-height: 28px;
    color: #263450;
    font-weight: bold;
}
.fwh-text{
    font-size: 14px;
    line-height: 20px;
    color: #A4A7AF;
    margin-top: 15px;
}
.fwhb1-main{
    margin-top: 40px;
}
.fwhb1-main .li-main{
    margin-top: -20px;
}
.fwhb1-main .item{
    height: 252px;
    box-sizing: border-box;
    display: block;
    padding: 40px 40px 0;
    color: #fff;
    margin-top: 20px;
}
.fwhb1-main .item1{
    background: #E3BD66;
}
.fwhb1-main .item2{
    background: #1088E6;
}
.fwhb1-main .item3{
    background: #C7B385;
}
.fwhb1-main .item4{
    background: #E56B73;
}
.fwhb1-main .item5{
    background: #45BCE0;
}
.fwhb1-main .item6{
    background: #20BA9D;
}
.fwhb1-main .tit{
    font-size: 18px;
    line-height: 26px;
}
.fwhb1-main .text{
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
}
.fwhb1-main .item-btn{
    margin-top: 40px;
}
.fwhb1-main .item-btn .btn{
    width: unset;
    padding: 0 30px;
}

.fuh-block2{
    padding: 80px 0;
    background-color: #F6F7F9;
}
.fwb2-main{
    margin-top: 40px;
}
.fwb2-main .item{
    width: 294px;
    float: left;
    margin-left: 1px;
    height: 360px;
    box-sizing: border-box;
    padding: 50px 30px 0;
    transition: 0.36s;
    background-color: #fff;
    position: relative;
}
.fwb2-main .item:first-child{
    margin-left: 0;
}
.fwb2-main .item:hover{
    box-shadow: 0px 0px 24px rgba(0,0,0,0.06);
    z-index: 4;
}
.fwb2-main i{
    width: 60px;
    height: 60px;
    margin: auto;
    display: block;
}
.fwb2-main .ico1{
    background: url(../images/614f4c86ad834bac98b8da1a58f7f872.gif) no-repeat center center;
}
.fwb2-main .ico2{
    background: url(../images/ba0db23d3b8447b79798ea81319955ee.gif) no-repeat center center;
}
.fwb2-main .ico3{
    background: url(../images/5dc3de2314904907953b4262d594019b.gif) no-repeat center center;
}
.fwb2-main .ico4{
    background: url(../images/95663dc09bef4a35a7f06bfab24510c3.gif) no-repeat center center;
}
.fwb2-main .ico5{
    background: url(../images/dd9dc0e073ae419b82ac6ba6f3dedff4.gif) no-repeat center center;
}
.fwb2-main .tit{
    font-size: 18px;
    line-height: 26px;
    color: #263450;
    margin-top: 35px;
    text-align: center;
}
.fwb2-main .item:hover .tit{
    color: #2791E5;
}
.fwb2-main .text{
    font-size: 14px;
    line-height: 26px;
    height: 65px;
    margin-top: 8px;
    color: #757983;
}
.fwb2-main .item-btn{
    margin-top: 25px;
    text-align: center;
}
.fwb2-main .item-btn .btn{
    width: unset;
    padding: 0 30px; 
}

.fuh-block3{
    padding: 80px 0;
}
.fwb3-main{
    margin-top: 40px;
}
.fwb3-main .item{
    background-color: #F6F7F9;
    transition: 0.36s;
}
.fwb3-main img{
    width: 100%;
    transition: 0.5s;
}
.fwb3-main .item:hover img{
transform: scale(1.03);
}
.fwb3-main .item-img{
    overflow: hidden;
    height: 285px;
}
.fwb3-main .item-info{
    padding: 40px 40px 0;
    height: 252px;
    box-sizing: border-box;
}
.fwb3-main .tit{
    font-size: 18px;
    line-height: 25px;
    color: #263450;
}
.fwb3-main .text{
    font-size: 15px;
    line-height: 26px;
    color: #757983;
    margin-top: 15px;
}
.fwb3-main .item-btn{
    margin-top: 40px;
}
.fwb3-main .item-btn .btn{
    width: unset;
    padding: 0 30px;
}
.fuh-block4{
    padding: 80px 0;
    background-color: #F6F7F9;
}
.fwb4-main{
    margin-top: 40px;
}
.fwb4-main .item{
    display: block;
    background-color: #fff;
    transition: 0.36s;
    position: relative;
}
.fwb4-main .item-img img{
    width: 100%;
    transition: 0.5s;
}
.fwb4-main .item-img{
    height: 295px;
    overflow: hidden;
}
.fwb4-main .item:hover img{
transform: scale(1.03);
}
.fwb4-main .item-info {
    position: absolute;
    width: 100%;
    height: 94px;
    top: 101px;
    left: 0;
    text-align: center;
}
.fwb4-main .tit{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
}
.fwb4-main .item-btn{
    margin-top: 20px;
}
.fwb4-main .btn{
    width: unset;
    padding: 0 30px;
    background-color: #fff;
}
.fwb4-main .item-text{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    height: 52px;
    padding: 37px 40px;
}

.jgb5-main{
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-top: 50px;
}
.jgb5-swiper{
    height: 100%;
    width: 1920px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.jgb5-item{
    display: block;
    height: 100%;
    background-color: #fff;
    width: 800px;
    position: relative;
}
.jgb5-img{
    float: left;
    width: 400px;
}
.jgb5-img img{
    width: 100%;
}
.jgb5-info{
    float: left;
    width: 400px;
    box-sizing: border-box;
    padding: 40px 40px 0;
}
.jgb5-info .tit{
    font-size: 18px;
    line-height: 26px;
    color: #263450;
}
.jgb5-info .time{
    font-size: 12px;
    line-height: 17px;
    color: #A4A7AF;
}
.jgb5-info .text{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    margin-top: 30px;
}
.jgb5-item .item-cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(39,145,229,0.5);
    transition: 0.36s;
}
.jgb5-swiper .swiper-slide.swiper-slide-active .item-cover{
    opacity: 0;
}
.jgb5-swiper .swiper-wrapper{
    padding-left: 550px !important;
}

.jgb5-swiper .swiper-nav{
    width: 1170px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 15px;
    margin: auto;
    height: 50px;
}
.jgb5-swiper .swiper-prev{
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
}
.jgb5-swiper .swiper-next{
    width: 50px;
    height: 50px;
    float: right;
    border-radius: 50%;
}
.jgb5-swiper .swiper-prev{
    background: #ffffff url(../images/721233f254924c5cb1d7f5e969d33fc7.gif) no-repeat center center;
}
.jgb5-swiper .swiper-next{
    background: #ffffff url(../images/d0ece2dd953446e1b5f2bdc57d39600a.gif) no-repeat center center;
}


.fw-link .list-faq .list-tit{
    width: 83%;
}


.dialog-video .dia-content {
    width: 1000px;height: 600px;
    /* border: 20px solid #fff; */
    background-color: unset !important;
}
	.dialog-video video {margin-top: 30px;width: 100%;height: 100%;}
	.dia-content {border-radius: 0 !important;}
	/* .dialog-video .dia-close {		top: 0;	right: 0;} */
	.dialog-video .dia-inner {	padding: 0;}
    .dia-close {width: 16px;height: 16px;position: absolute;top: 0;right: -20px;background: url(../images/5d238a69acf24b40ad7bdb474cf6ce78.gif) no-repeat center;cursor: pointer;}



.wsc-headNav{
    position: relative;
    float: left;
}
.wsc-headNav .hn-item{
    float: left;
    position: relative;
}
.hn-text{
    font-size: 0;

}
.hn-text a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 14px;
    line-height: 46px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}
.hn-text span{
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.15);
}
.hn-item:last-child .hn-text span{
    display: none;
}
.hn-drop{
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    box-sizing: border-box;
    
    overflow-y: auto;
    background-color: #fff;
    box-shadow:0px 0px 24px rgba(0,0,0,0.06);
    z-index: 199;
    padding: 10px 0 10px;
    border-radius: 0 0 2px 2px;
    display: none;
}
.hn-item-lg .hn-drop{
    width: 220px;
}
.hn-drop li{
    cursor: pointer;
    font-size: 13px;
    line-height: 36px;
    color: #757983;
    transition: 0.36s;
}
.hn-drop li a{
    display: block;
    padding: 0 20px;
}
.hn-drop li:hover{
    color: #263450;
    background-color: #F6F7F9;
}



.top-right{
    float: right;
}
.top-tel{
    float: left;
    font-size: 14px;
    line-height: 46px;
    color: #A4A7AF;
}
.top-tel em{
    font-size: 16px;
    color: #2791E5;
    font-weight: 600;
    margin-left: 12px;
}
.top-line{
    float: left;
    margin: 18px 20px 0;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.15);
}



.wsc-editCon a{
    color: #2791E5 !important;
}


.wsc-top{
    height: 46px;
    background-color: #263450;
}

.hn-container{
    max-width: 1440px;
    margin: auto;
}
.indexCase{width: 100%;background-color: #f5f5f5;padding: 90px 0;overflow: hidden; margin-top:0 !important;}

.anliquanping{
	width: 100%;
	overflow: hidden;
	text-align:left;
	margin:0 auto;
	
}
.anliquanping li img{
	width: 100%;
	height:100%;
	float:left;
}
.anliquanping li{
	width: 24.5%;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top:0.5%;
	margin-right:0.5%;
 
}
.zhe{
	position: absolute;
	background: rgba(0,0,0,0.7);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transform: scale(0);
	transition:all 0.5s;
}
.anliquanping li:hover .zhe{
    transform: scale(1);
}
.anliquanping li:hover .xwb{
    opacity: 0;
}
.zhe h3{
	font-weight: normal;
	font-size: 28px;
	margin-top: 20%;
	padding:30px 0 10px 0;
}
.zhe p{
	line-height: 30px;
	font-size:16px;
}
.xwb{
	position: absolute;
	bottom: 10%;
	left: 6%;
	color: #fff;
	opacity: 1;
	transition: 0.5s;
}
.xwb h4{
	line-height: 0px;
	font-size: 24px;
	margin-bottom:24px;
	font-weight: normal;
}
.xwb p{
	font-size: 14px;
}

 
 .wer{width:76%;}
.anliquanping li{width: 24%;margin-right: 1.33%;list-style:none;}
.anliquanping li:nth-child(3n){margin-right: 1.33% !important;}
.anliquanping li:nth-child(4n){margin-right: 0 !important;}
.anliquanping li:nth-child(3n){margin-right: 0;}
.g_animation.fade { opacity: 0; transition: 1s ease; }
.g_animation.translate { opacity: 0.2; transform: translateY(300px); transition: 1s ease; }
.g_animation.translatex { opacity: 0.2; transform: translateX(300px); transition: 1s ease; }
.g_animation.translate-x { opacity: 0.2; transform: translateX(-300px); transition: 1s ease; }
.g_animation.rotate { opacity: 0.2; transform: rotateY(-180deg) rotateZ(45deg); filter: blur(5px); transition: 0.5s ease; }
.g_animation.scale { opacity: 0.2; transform: scale(0.6,0.6); transition: 0.5s ease; }
.g_animation.reset { opacity: 1; transform: none; filter: none; }
.anliquanping .c_box{position: relative;padding: 8px;background: #fff;border: 1px solid #eee;border-radius: 5px;transition: ease .3s;}
.anliquanping .c_box:hover { box-shadow:0 0 15px 1px rgba(0,0,0,.1); }
.anliquanping .c_box a{transition: 0.3s ease;}
.anliquanping .c_box a.c_pic p.pic{margin-bottom: 20px;width: 100%;text-align: center;overflow:hidden;}
.anliquanping .c_box a.c_pic p.pic img{width: 100%;max-width: 100%;display:block;margin:0 auto;-webkit-transition: all 300ms linear;-moz-transition: all 300ms linear;-o-transition: all 300ms linear;-ms-transition: all 300ms linear;transition: all 300ms linear;}
.anliquanping .c_box:hover a.c_pic p.pic img{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
.anliquanping .c_box a.c_pic p.name{padding: 0 10px;font-size: 16px;}
.anliquanping .c_box .c_bottom{padding: 15px 10px;border-top: 1px solid #f6f6f6;}
.anliquanping .c_box .c_bottom a{width:25px;height:10px;background:url(../images/icon20.png) no-repeat;display: inline-block;transition:.3s ease-out;margin-right:10px;}
.anliquanping:hover .c_box .c_bottom a{transform:translate(10px,0);background:url(../images/icon21.png) no-repeat;}
.anliquanping .c_box .c_bottom1{margin-top: 10px;margin-bottom:15px;clear: both;padding:0 10px;}
.anliquanping .c_box .c_bottom1 .design { color: #ccc; }
.anliquanping .c_box .c_bottom1 .design em { color: #999; }
.anliquanping .c_box .c_bottom1 .tags { float: right; white-space: nowrap; font-size: 12px; }
.anliquanping .c_box .c_bottom1 .tags em { float: left; display: inline-block; border: 1px solid #090; padding: 0 2px; line-height: 1.5em; color: #090; border-radius: 2px; margin-left: 5px; opacity: .6; transition: ease .3s; }
.ym{padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    display: table;
    margin: auto;}
.ym a{float:left; border:solid 1px #e3e3e3; padding:5px 10px 5px 10px; color:#545454; margin-right:5px; margin-bottom:5px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ym a:hover{background:#5c5c5c; color:#FFF; border:solid 1px #5c5c5c;}

a.page-num-current {
    background: #4F85FE;
    color: #FFF;
    border: solid 1px #4F85FE;
}
.ym span  {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}
.cemian{
    display: none;
}
.fb-fa:hover .cemian{
    display:block;
}