.banner{
    width: 100%;
    line-height: 0;
}
.banner img{
    width: 100%;
    height: auto;
}
.statistics{
    position: relative;
    height: 120px;
}
.statistics-wrap{
    width: 1200px;
    height: 160px;
    margin:0 auto;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(32,93,214,0.1);
    border-radius: 10px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.statistics-wrap .list{
    display: flex;
    align-items: center;
    height: 160px;
    justify-content: space-around;
}
.statistics-wrap .list .item{
    cursor: pointer;
}
.statistics-wrap .list .item .num{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.statistics-wrap .list .item .num span{
    font-size: 30px;
}
.statistics-wrap .list .item .sub{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 21px;
}
.statistics-wrap .list .item:hover .num{
    background: linear-gradient(0deg, #5388F0 0%, #4FA3EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.solution{
    padding-top: 78px;
}
.solution .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.solution .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 7px;
    text-align: center;
}
.solution-wrap{
    width: 1200px;
    margin: 0 auto;
}
.solution-wrap .name{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
    position: relative;
    text-align: center;
    margin-top: 70px;
}
.solution-wrap .name:after{
    content: '';
    width: 60px;
    height: 4px;
    background: #5388F0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.solution-wrap .box{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.solution-wrap .box .box-l{
    line-height: 0;
    margin-right: 25px;
}
.solution-wrap .box .box-l img{
    width: 386px;
    height: 310px;
}
.solution-wrap .box .box-r{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.solution-wrap .box .box-r .cell{
    display: flex;
    align-items: center;
    width: 381px;
    height: 141px;
    box-sizing:border-box;
    padding: 0 33px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(32,93,214,0.06), 0px 0px 20px 0px rgba(153,153,153,0.1);
    margin-right: 27px;
    margin-bottom:29px;
    cursor: pointer;
}
.solution-wrap .box .box-r .cell .icon{
    width: 72px;
    height: 72px;
    background: linear-gradient(90deg, #BCC3D0, #92A8D1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-right: 24px;
}
.solution-wrap .box .box-r .cell .subtitle-txt{
    flex: 1;
}
.solution-wrap .box .box-r .cell .subtitle{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}
.solution-wrap .box .box-r .cell .txt{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 29px;
}
.solution-wrap .box .box-r .cell .icon img{
    width: 36px;
    height: 36px;
}
.solution-wrap .box .box-r .cell:hover{
    transition: 0.5s;
    box-shadow: 0px 10px 16px 0px rgba(13,51,125,0.08), 0px 0px 60px 0px rgba(33,60,127,0.08);
    transform: translateY(-15px);
}
.solution-wrap .box .box-r .cell:hover .icon{
    background: linear-gradient(90deg, #5388F0, #4FA3EE);
}
.solution-wrap .box .box-r .cell:hover .subtitle{
    color: #333333;
}
.solution-wrap .box .box-r .cell:hover .txt{
    color: #5388F0;
}
.team{
    padding-top: 80px;
}
.team .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.team .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: 7px;
}
.team-wrap{
    width: 1200px;
    margin: 48px auto 0;
}
.team-wrap .list{
    display: flex;
    flex-wrap: wrap;
}
.team-wrap .list .item{
    width: 582px;
    height: 240px;
    background: #FFFFFF;
    box-sizing:border-box;
    padding: 40px 32px 0;
    box-shadow: 0px 0px 16px 0px rgba(32,93,214,0.06), 0px 0px 20px 0px rgba(153,153,153,0.05);
    margin-right: 32px;
    margin-bottom: 32px;
    cursor: pointer;
}
.team-wrap .list  .item:hover{
    transition: 0.5s;
    box-shadow: 0px 10px 16px 0px rgba(13,51,125,0.08), 0px 0px 60px 0px rgba(33,60,127,0.08);
}
.team-wrap .list .item:nth-child(2n+2){
    margin-right: unset;
}
.team-wrap .list .item .name{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.team-wrap .list .item .line{
    width: 30px;
    height: 4px;
    background: #5388F0;
    margin-top: 16px;
}
.team-wrap .list .item .txt{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    margin-top: 30px;
}
.serve{
    box-sizing:border-box;
    width: 100%;
    height: 890px;
    padding: 70px 0;
    background-position: center center;
    background-image: url(../images/solution/plan_4.png);
    background-size: 100% 100%;
}
.serve .title{
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.serve .sub{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 7px;
    text-align: center;
}
.serve-wrap{
    width: 1200px;
    margin: 0 auto;
    margin-top: 48px;
}
.serve-wrap .tabs{
    display: flex;
    align-items: center;
    width: 1200px;
    border-bottom:2px solid rgba(167, 180, 199, 0.2);
    margin-bottom: 40px;
}
.serve-wrap .tabs .tabs-l{
    flex: 1;
    display: flex;
    align-items: center;
}
.serve-wrap .tabs .tabs-l .tab{
    width: 160px;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
}
.serve-wrap .tabs .tabs-l .active{
    color: #1e9fff;
    border-bottom: 2px solid #1e9fff;
}
.serve-wrap .tabs .tabs-r{
    font-size: 20px;
    color: #1e9fff;
}
.serve-wrap .list{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.serve-wrap .list .box{
    width: 372px;
    padding: 16px;
    box-sizing:border-box;
    cursor: pointer;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 10px;
}
.serve-wrap .list .box .swiper{
    width: 340px;
    height: 254px;
    border-radius: 10px;
}
.serve-wrap .list .box .swiper .swiper-wrapper .swiper-slide img{
    object-fit: cover;
    width: 340px;
    height: 254px;
}
.serve-wrap .list .box .swiper-button-next{
    right: 0!important;
    width: 36px !important;
    height: 44px !important;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 22px 0 0 22px;
    display: none;
}
.serve-wrap .list .box .swiper-button-next:after{
    font-size: 16px!important;
    color: #666666;
    font-weight: bold!important;
    margin-left: 5px;
}
.serve-wrap .list .box .swiper-button-prev{
    left: 0!important;
    width: 36px !important;
    height: 44px !important;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    border-radius: 0 22px 22px 0;
    display: none!important;
}
.serve-wrap .list .box .swiper-button-prev:after{
    font-size: 16px!important;
    color: #666666;
    font-weight: bold;
    margin-left: -5px;
}
.serve-wrap .list .box:hover{
    transition: 0.5s;
    box-shadow: 0 0 20px 0 rgba(26,41,80,0.2);
}
.serve-wrap .list .box:hover .swiper-button-next{
    transition: 0.5s;
    display: flex!important;
}
.serve-wrap .list .box:hover .swiper-button-prev{
    transition: 0.5s;
    display: flex!important;
}
.serve-wrap .list .box .name{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 24px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.serve-wrap .list .box .txt{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    min-height: 48px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 22px;
}
.serve-wrap .list .box .tags{
    display: flex;
    margin-top: 16px;
}
.serve-wrap .list .box .tags .tag{
    height: 14px;
    background: #E0EEFF;
    border-radius: 6px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2577E3;
    line-height: 14px;
    padding: 0 6px;
    margin-right: 4px;
}
.serve-wrap .list .box .tags .tag:nth-last-child(1){
    margin-right:unset;
}
.serve-wrap .list .box .btns{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}
.serve-wrap .list .box .btns .btn{
    width: 144px;
    height: 44px;
    border: 1px solid #2577E3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;

}
.serve-wrap .list .box .btns .btn img{
    width: 20px;
    height: 20px;
    margin-right: 9px;
}
.serve-wrap .list .box .btns .btn_1{
    background-color: #fff;
    color: #2577E3;
    margin-right: 20px;
}
.serve-wrap .list .box .btns .btn_2{
    background-color: #2577E3;
    color: #fff;
}
.serve .serve-wrap  .prev-next{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.serve .serve-wrap .prev-next .btn{
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #999;
    text-align: center;
    line-height: 48px;
    margin: 0 25px;
}
.serve .serve-wrap  .prev-next .btn:hover{
    background-color: #5388F0;
    color: #fff;
    cursor: pointer;
}
@media (min-width: 1200px){
    .solution-wrap .box .box-r .cell:nth-child(2n+2){
        margin-right: unset;
    }
    .solution-wrap .box .box-r .cell:nth-child(3){
        margin-bottom: unset;
    }
    .solution-wrap .box .box-r .cell:nth-child(4){
        margin-bottom: unset;
    }
}
@media (max-width: 1200px){
    .banner{
        height: 3.84rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #375EC8;
    }
    .banner .title{
        font-size: 0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }
    .banner .sub{
        font-size: 0.26rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 0.47rem;
    }
    .statistics{
        position: relative;
        height: 4.1rem;
    }
    .statistics-wrap{
        width: 7.02rem;
        margin:0 auto;
        box-sizing:border-box;
        padding: 0 0.7rem;
        top: -0.4rem;
        height: 4.5rem;
    }
    .statistics-wrap .list{
        flex-wrap: wrap;
        height: 4.5rem;
    }
    .statistics-wrap .list .item{
        width: 50%;
    }
    .statistics-wrap .list .item .num{
        font-size: 0.56rem;
    }
    .statistics-wrap .list .item .num span{
        font-size: 0.48rem;
    }
    .statistics-wrap .list .item .sub{
        font-size: 0.28rem;
        margin-top: 0.35rem;
    }
    .solution{
        padding-top: 0.8rem;
        height: auto;
    }
    .solution .title{
        font-size: 0.48rem;
    }
    .solution .sub{
        font-size: 0.22rem;
        margin-top: 0.08rem;
    }
    .solution-wrap{
        width: 7.02rem;
    }
    .solution-wrap .name{
        font-size: 0.34rem;
        margin-top: 0.68rem;
    }
    .solution-wrap .name:after{
        width: 1rem;
        height: 2px;
    }
    .solution-wrap .box{
        flex-direction: column;
        margin-top: 0.36rem;
    }
    .solution-wrap .box .box-l{
        margin-right:0;
    }
    .solution-wrap .box .box-l img{
        width: 100%;
        height: 4.66rem;
    }
    .solution-wrap .box .box-r .cell{
        width: 100%;
        margin-right: 0;
        height: 2.25rem;
        box-sizing:border-box;
        padding: 0 0.75rem;
        margin-bottom: 0;
        margin-top: 0.26rem;
    }
    .solution-wrap .box .box-r .cell .icon{
        width: 1.15rem;
        height: 1.15rem;
    }
    .solution-wrap .box .box-r .cell .icon img{
        width: 0.6rem;
        height: 0.6rem;
    }
    .solution-wrap .box .box-r .cell .subtitle{
        font-size: 0.36rem;
    }
    .solution-wrap .box .box-r .cell .txt{
        font-size: 0.28rem;
        margin-top: 0.56rem;
    }
    .team{
        padding-top: 0.8rem;
        height: auto;
        padding-bottom: 0.5rem;
    }
    .team .title{
        font-size: 0.48rem;
    }
    .team .sub{
        font-size: 0.22rem;
        margin-top: 0.08rem;
    }
    .team-wrap{
        width: 7.02rem;
    }
    .team-wrap .list .item{
        width: 100%;
        margin-right: 0;
        height: auto;
        padding: 0.6rem 0.33rem;
        margin-bottom: 0.36rem;
    }
    .team-wrap .list .item .name{
        font-size:0.32rem;
    }
    .team-wrap .list .item .txt{
        margin-top: 0.48rem;
        font-size: 0.26rem;
        line-height: 0.48rem;
    }
    .mobile_case .title{
        font-size: 0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
    .mobile_case .english{
        font-size: 0.22rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-align: center;
        margin-top: 0.08rem;
    }
    .mobile_case{
        background-image: url(../images/solution/plan_4.png);
        background-position: center center;
        padding-top: 0.8rem;
    }
    .mobile_case .tabs{
        display: flex;
        padding: 0 0.24rem 0.36rem;
        margin-top: 0.47rem;
    }
    .mobile_case .tabs .tabs-l{
        flex: 1;
    }
    .mobile_case .tabs .tabs-l .list{
        width: 6rem;
        overflow-x: scroll;
        padding-bottom: 0.3rem;
        white-space: nowrap;
    }
    .mobile_case .tabs .tabs-l .tab{
        font-size: 0.32rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333;
        margin-right: 0.24rem;
        display: inline-block;
    }
    .mobile_case .tabs .tabs-l .active{
        color: #216BCC;
    }
    .mobile_case .tabs .tabs-r{
        font-size: 0.36rem;
        line-height: 0.5rem;
        color: #216BCC;
    }
    .mobile_case .content{
        padding: 0 0.24rem;
    }
    .mobile_case  .box{
        background-color: #fff;
        padding: 0.32rem;
        border-radius: 0.1rem;
    }
    .mobile_case  .box  .swiper-cover img{
        width: 100%;
        height: 4.76rem;
        border-radius: 0.1rem;
    }
    .mobile_case  .box .swiper-button-next{
        right: 0!important;
        width: 36px !important;
        height: 44px !important;
        background: #FFFFFF;
        border: 1px solid #F5F5F5;
        border-radius: 22px 0 0 22px;
    }
    .mobile_case  .box .swiper-button-next:after{
        font-size: 16px!important;
        color: #666666;
        font-weight: bold!important;
        margin-left: 5px;
    }
    .mobile_case  .box .swiper-button-prev{
        left: 0!important;
        width: 36px !important;
        height: 44px !important;
        background: #FFFFFF;
        border: 1px solid #F5F5F5;
        border-radius: 0 22px 22px 0;
    }
    .mobile_case  .box .swiper-button-prev:after{
        font-size: 16px!important;
        color: #666666;
        font-weight: bold;
        margin-left: -5px;
    }
    .mobile_case  .box:hover{
        transition: 0.5s;
        box-shadow: 0 0 20px 0 rgba(26,41,80,0.2);
    }
    .mobile_case  .box:hover .swiper-button-next{
        transition: 0.5s;
        display: flex!important;
    }
    .mobile_case  .box:hover .swiper-button-prev{
        transition: 0.5s;
        display: flex!important;
    }
    .mobile_case  .box .name{
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        margin-top: 24px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .mobile_case  .box .txt{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
        min-height: 48px;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        margin-top: 22px;
    }
    .mobile_case  .box .tags{
        display: flex;
        margin-top: 16px;
    }
    .mobile_case  .box .tags .tag{
        height: 14px;
        background: #E0EEFF;
        border-radius: 6px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #2577E3;
        line-height: 14px;
        padding: 0 6px;
        margin-right: 4px;
    }
    .mobile_case  .box .tags .tag:nth-last-child(1){
        margin-right:unset;
    }
    .mobile_case  .box .btns{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 23px;
    }
    .mobile_case  .box .btns .btn{
        width: 3rem;
        height: 0.7rem;
        border: 1px solid #2577E3;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;

    }
    .mobile_case  .box .btns .btn img{
        width: 20px;
        height: 20px;
        margin-right: 9px;
    }
    .mobile_case  .box .btns .btn_1{
        background-color: #fff;
        color: #2577E3;
        margin-right: 20px;
    }
    .mobile_case  .box .btns .btn_2{
        background-color: #2577E3;
        color: #fff;
    }
    .mobile_case   .btns{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
    .mobile_case  .btns .btn{
        width: 48px;
        height: 48px;
        background: #F4F6F8;
        border-radius: 50%;
        font-size: 30px;
        color: #999;
        text-align: center;
        line-height: 48px;
        margin: 0 25px;
    }
    /* .mobile_case   .btns .btn:hover{
         background-color: #5388F0;
         color: #fff;
         cursor: pointer;
     }*/
    .mobile_case .prev-next{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.6rem 0 0.7rem;
    }
    .mobile_case .prev-next .btn{
        width: 0.72rem;
        height: 0.72rem;
        background: #fff;
        border-radius: 50%;
        font-size: 30px;
        color: #999;
        text-align: center;
        line-height: 0.72rem;
        margin: 0 0.2rem;
    }
    .mobile_case  .prev-next .btn:hover{
        background-color: #5388F0;
        color: #fff;
        cursor: pointer;
    }
}