
.section2{
    width: 100%;
    height: 70px;
    background: #F5F5F5;
}
.section2 .sec2-warp{
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.section2 .sec2-warp .left{
    display: flex;
    align-items: center;
    height: 100%;
    align-items: center;
}
.section2 .sec2-warp .left p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    height: 100%;
    width: 120px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}
.section2 .sec2-warp .left p:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #0D6C96;
    transition: 0.6s;
}
.section2 .sec2-warp .left p.sel{
    color: #0D6C96;
}
.section2 .sec2-warp .left p.sel:after{
    width: 100%;
}
.section2 .sec2-warp .left span{
    width: 1px;
    height: 18px;
    background: #CCCCCC;
    margin: 0px 42px;
}
.section2 .sec2-warp .right{
    display: flex;
}
.section2 .sec2-warp .right i{
    color: #0D6C96;
}
.section2 .sec2-warp .right p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0px 5px;
}
.section3{
    width: 100%;
    height: auto;
    background: white;
    overflow: hidden;
}
.section3 .sec3-warp{
    width: 1480px;
    margin: 64px auto 100px;
}
.item{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}
.line{
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin-top: 19px;
    margin-bottom: 24px;
}
.section3 .sec3-warp p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.section3 .sec3-warp h4{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}
.section3 .sec3-warp .img{
    width: 100%;
    height: 420px;
    position: relative;
    margin-top: 41px;
    margin-bottom: 28px;
}
.section3 .sec3-warp .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section3 .sec3-warp .img .img-right{
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(13, 108, 150, .8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: 2s;
    opacity: 0;
}
.section3 .sec3-warp .img .img-right .right-1{
    width: 360px;
    display: flex;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-bottom: 20px;
}
.section3 .sec3-warp .img .img-right .right-1 .hen{
    display: flex;
}
.section3 .sec3-warp .img .img-right .right-1 .hen span{
    font-size: 50px;
    font-weight: 600;
    color: #F0942F;
}
.section3 .sec3-warp .img .img-right .right-1 p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}
.section3 .sec3-warp .img .img-right .right-1 .hen p{
    margin-left: 10px;
}
.section3 .sec3-warp .img .img-right .right-1 i{
    color: white;
    font-size: 40px;
}
.section4{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: white;
}
.section4 .sec4-warp{
    width: 1480px;
    margin: auto;
    height: auto;
}
.section4 .sec4-banner{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.section4 .sec4-banner .sec4-div{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 54px;
    margin-bottom: 123px;
}
.section4 .sec4-banner .sec4-div span{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: block;
    margin-top: 22px;
    margin-bottom: 13px;
}
.section4 .sec4-banner .sec4-div p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.section4 .sec4-banner .sec4-div .cir{
    width: 110px;
    height: 110px;
    background: rgba(17, 84, 126, .1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.section4 .sec4-banner .sec4-div .cir i{
    color: #0D6C96;
    font-size: 40px;
}
.section5{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: white;
}
.section5 .sec5-warp{
    width: 1480px;
    height:auto;
    margin: auto;
}
.section5 .sec5-warp .sec5-sw{
    width: 100%;
    height: 500px;
    margin-top: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 77px;
}
.section5 .sec5-warp .sec5-sw .swiper{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/*.section5 .sec5-warp .sec5-sw .swiper .swiper-wrapper{*/
/*    margin-top: 300px;*/
/*}*/
.section5 .sec5-warp .sec5-sw .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section5 .sec5-warp .sec5-sw .img-wa{
    width: 399px;
    height: 306px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    transition: 0.6s;
    position: relative;
}
.section5 .sec5-warp .sec5-sw .img-wa .figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.section5 .sec5-warp .sec5-sw .img-wa img {
    max-width: 80%;
    max-height: 90%;
}
/* .section5 .sec5-warp .sec5-sw .swiper-slide .img-wa:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    transition: 0.6s;
} */
.section5 .sec5-warp .sec5-sw .swiper-slide-active .img-wa:after{
    opacity: 0;
}

.section5 .sec5-warp .sec5-sw .swiper-slide-active .img-wa{
    transform: scale(1.2);
}

@media screen and (max-width: 1366px) {
    .section2 .sec2-warp {
        width: 92%;
    }
    .section3 .sec3-warp {
        width: 92%;
    }
    .section4 .sec4-warp {
        width: 92%;
    }
}


@media screen and (max-width: 768px) {
    .section2 .sec2-warp {
        width: 100%;
    }
    .section2 .sec2-warp .left {
        margin: auto;
    }
    .section2 .sec2-warp .right {
        display: none;
    }
    .section3 .sec3-warp {
        width: 90%;
    }
    .section4 .sec4-warp {
        width: 90%;
    }
}

@media screen and (max-width: 520px){
    .section4 .sec4-banner .sec4-div .cir {
        width: 90px;
        height: 90px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 414px){
    .section2 .sec2-warp .left p {
        font-size: 14px;
        width: 100px;
    }
    .section4 .sec4-banner {
        flex-direction: column;
    }
    .section4 .sec4-banner .sec4-div {
         margin-top: 2px;
        margin-bottom: 30px;
    }
}
