body{
    background: #FFF;
}
.web-p{
    width: 100%;
    height: 626px;
    background-image: url("../img/a16.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.web-pLb0{
    width: 600px;
    height: 365px;
    margin: auto;
    color: #FFF;
}
.web-pLb0-lb{
    width: 600px;
    height: 260px;
    margin-top: 110px;
    overflow: hidden;
}
.web-pLb0-lb-title{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.web-pLb0-lb-span{
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    padding: 15px;
    line-height: 28px;
}
.web-pLb0-lb-btn{
    overflow: hidden;
    height: 44px;
    width: 220px;
    margin: auto;
    margin-top: 50px;
}
.web-pLb0-lb-btn.dhb-ani a{
    color: #FFF;
    font-size: 16px;
}
.web-pLb0-lb-nav{
    position: relative;
    bottom: 20px !important;
    width: 100px;
    text-align: center;
}
.web-pLb0-lb-nav>span{
    border: 1px solid #00c6d9;
    background: none;
}
.web-pLb0-lb-nav>span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #00c6d9;
    background: none;
}
.web-pLb1{
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.web-pLb1 .web-pLb1-lb{
    width: 100%;
    height: 100%;
}
.web-pLb1 .web-pLb1-lb .swiper-wrapper{
    width: 100%;
    height: 100%;
}

.web-pLb1 .web-pLb1-lb .swiper-wrapper .swiper-slide{
    width: 240px !important;
    height: 80px;
    background: rgba(0,0,0,0.3);
    padding: 25px;
    transition: all 0.5s;
}
.web-pLb1-lb-num{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: rgba(25,28,30,0.6);
    font-size: 12px;
    position: absolute;
    margin-left: 220px;
    margin-top: -10px;
    line-height: 26px;
    text-align: center;
}
.web-pLb1-lb-title{
    font-size: 18px;
    color: #b7b7b7;
}
.web-pLb1-lb-span{
    font-size: 12px;
    line-height: 18px;
    color: #b7b7b7;
    padding-top: 10px;
}
.web-pLb1 .web-pLb1-lb .swiper-wrapper .swiper-slide:hover{
    background: #00bccd;
    color: #FFF ;
}
.web-pLb1 .web-pLb1-lb .swiper-wrapper .swiper-slide:hover .web-pLb1-lb-title,
.web-pLb1 .web-pLb1-lb .swiper-wrapper .swiper-slide:hover .web-pLb1-lb-span,
.web-pLb1 .web-pLb1-lb .swiper-wrapper .swiper-slide:hover .web-pLb1-lb-num{
    cursor: pointer;
    color: #FFF;
}
.web-jsfa{
    width: 100%;
    height: 686px;
    overflow: hidden;
}
.web-jsfa-js{
    width: 100%;
    height: 494px;
    background-image: url("../img/c8.png");
    background-position: 0px 0px ;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-color:#fff;
    -webkit-animation: weAAAA 30s infinite linear;
    -o-animation: weAAAA  30s infinite linear;
    animation: weAAAA  30s infinite linear;
}

@keyframes weAAAA {
    0%{
        background-position-x: -1680px;
    }
    50%{
        background-position-x: 0px;
    }
    100%{
        background-position-x: -1680px;
    }
}
@-ms-keyframes weAAAA{
    0%{
        background-position-x: -1680px;
    }
    50%{
        background-position-x: 0px;
    }
    100%{
        background-position-x: -1680px;
    }
}
@-webkit-keyframes weAAAA{
    0%{
        background-position-x: -1680px;
    }
    50%{
        background-position-x: 0px;
    }
    100%{
        background-position-x: -1680px;
    }
}



.web-jsfa-blue{
    width: 100%;
    height: 192px;
    background-color: #40d4e3;
}
.web-jsfa-title{
    font-size: 24px;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding-top: 80px;
    font-weight: bold;
}
.web-jsfa-c{
    position: absolute;
    width: 100%;
}
.web-jsfa-cc{
    width: 1200px;
    margin: auto;
    margin-top: 180px;
}
.web-jsfa-c-item{
    width: 333px;
    height: 433px;
    overflow: hidden;
    float: left;
    margin-left: 100px;
    -webkit-box-shadow:  0 10px 18px rgba(0,0,0,0.15);
    -moz-box-shadow:  0 10px 18px rgba(0,0,0,0.15);
    box-shadow:  0 10px 18px rgba(0,0,0,0.15);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.web-jsfa-c-item:hover{
    -webkit-box-shadow:  0 10px 69px rgba(0,0,0,0.3);
    -moz-box-shadow:  0 10px 69px rgba(0,0,0,0.3);
    box-shadow: 0 10px 69px rgba(0,0,0,0.3);
    cursor: pointer;
}
.web-jsfa-c-item:first-child{
    margin-left: 0px;
}
.web-jsfa-c-item-img{
    width: 100%;
    height: 188px;
}
.web-jsfa-c-item-img img{
    width: 100%;
}
.web-jsfa-c-item-c{
    width: 100%;
    background-color: #FFF;
}
.web-jsfa-c-item-c-wk{
    padding: 40px;
    color: #333333;
}
.web-jsfa-c-item-c-title{
    font-size: 16px;
    font-weight: bold;
}
.web-jsfa-c-item-c-nr{
    font-size: 12px;
    padding-top: 20px;
    height: 245px;
}
.web-jsfa-c-item-c-nr label{
    display: block;
    padding: 3px 0;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}
.web-jsfa-c-item-c-nr label:hover{
    background-color: rgba(0,0,0,0.1);
    padding-left: 5px;
    padding-right: 5px;
}
.web-jspre-ar{
    height: 238px;
    width: 100%;
}
.web-jspre-ar-wk{
    width: 1200px;
    margin: auto;
    height: 240px;
}
.web-jspre-ar-item{
    width: 25%;
    height: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
}
.web-jspre-ar-item-wk{
    width: 190px;
    margin: auto;
}
.web-jspre-ar-wk-ico{
    height: 80px;
    line-height: 80px;
}
.web-jspre-ar-wk-ico .iconfont{
    font-size: 60px;
}
.web-jspre-ar-wk-title{
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.web-jspre-ar-wk-span{
    font-size: 14px;
    color: #666666;
}
.web-fa{
    height: 602px;
    background-image: url("../img/a21.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.web-pLb2{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    height: 100%;
}
.web-pLb2 .swiper-slide{
    background: #FFF;
    height: 344px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.web-pLb2 .swiper-slide .web-pLb2-wk{
    padding: 40px;
}
.web-pLb2-lb-title{
    font-size: 16px ;
    font-weight: bold;
    padding-bottom: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.web-pLb2-lb-span{
    font-size: 12px;
    color: #666;
    line-height: 22px;
}
.web-pLb2-lb-icon{
    height: 110px;
    line-height: 110px;
}
.web-pLb2-lb-icon span{
    font-size: 66px;
    color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.web-pLb2 .swiper-slide:hover{
    box-shadow: 0px 0px 32px rgba(255, 255, 255, 1);
    cursor: pointer;

}
.web-pLb2 .swiper-slide:hover .web-pLb2-lb-icon span,
.web-pLb2 .swiper-slide:hover .web-pLb2-lb-title{
    color: #00c6d9;
}
.web-pLb2-lb-nav{
    text-align: center;
    padding-top: 30px;
}
.web-pLb2-lb-nav span{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border:1px solid #FFF;
    opacity: 0.6;

}
.web-pLb2-lb-nav span.swiper-pagination-bullet-active{
    background-color: #FFF;
    opacity: 1
}
.web-ys{
    background-color: #f5f5f5;
}
.web-ys-nr{
    width: 100%;
}
.web-ys-wk{
    width: 1200px;
    margin: auto;
    height: 720px;
}
.web-ys-wk .item{
    float: left;
}
.webys-zr{
    width: 410px;
    text-align: center;
}
.webys-lr,.webys-rr{
    width: 390px;
    height: 100%;
}
.webys-item{
    width: 390px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 54px;
}
.webys-item:first-child{
    margin-top: 25px;
}
.webys-item:hover{
    border: 1px solid #00c6d9;
}
.webys-item:hover .webys-item-nr .webys-item-span,
.webys-item:hover .webys-item-nr .webys-item-title,
.webys-item:hover .webys-item-icon{
    color: #00c6d9;
    cursor: pointer;
}

.webys-item .webys-item-wk{
    padding: 20px;
    height: 100%;
}
.webys-item-icon{
    width: 75px;
    line-height: 108px;
    color: #474747;
}
.webys-item-nr{
    width: 254px;
}
.webys-item-icon,.webys-item-nr{
    float: left;
    height: 100%;

}
.webys-item-icon .iconfont{
    font-size: 64px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.webys-item-nr .webys-item-title{
     font-weight: bold;
     font-size: 16px;
     color: #474747;
    padding-top: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
 }
.webys-item-nr .webys-item-span{
    font-size: 12px;
    color: #888;
    padding-top: 12px;
    line-height: 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}