

.swiper-container {
    width: 100%;
    height: 600px;
}

.swiper-slide-item {
    width: 100%;
    height: 600px;
}



.wheel_seeding {
    width: 100%;
    height: 600px;
}

/* .swiper {
    width: 100%;
    height: 600px;
} */

.scheme {
    width: 100%;
    background-image: url(../images/bg.png);
    background-size: 100% 100%;
}
.swiper_box{
    background: #FFFFFF;
    border-radius: 10px;
    margin: 48px auto 47px auto;
    position: relative;
}

.swiper_box .box .box-l .title{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-top: 10px;
}

.swiper_box .box .box-l .btn{
    width: 180px;
    height: 56px;
    border: 1px solid #5388F0;
    border-radius: 28px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5388F0;
    text-align: center;
    line-height: 56px;
    margin-top: 40px;
}
.swiper_box .box .box-r{
    line-height: 0;
}
.swiper_box .btns{
    position: absolute;
    bottom: 24px;
    right: 32px;
    z-index: 666;
}
.swiper_box .btns .btn{
    width: 48px;
    height: 48px;
    background: #F4F6F8;
    border-radius: 50%;
    font-size: 30px;
    color: #999;
    text-align: center;
    line-height: 48px;
    margin-top: 16px;
}
.swiper_box  .btns .btn:hover{
    background-color: #5388F0;
    color: #fff;
    cursor: pointer;
}
.swiper_box .type-list{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    padding: 22px 0;
    border-right: 2px solid #f2f2f2;
}
.swiper_box .type-list .type-item{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: 33px;
    padding-right: 30px;
}
.swiper_box .type-list .type-item:nth-last-child(1){
    margin-bottom: unset;
}
.swiper_box .type-list .active{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #5388F0;
    position: relative;
}
.swiper_box .type-list .active:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    border: 4px solid  #5388F0;
    border-radius: 50%;
}
.scheme2 {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.resolve {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding-top: 70px;
}
.solution {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
}
.word {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 27px;
}
.core_box {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto 47px auto;
    display: flex;
    flex-wrap: wrap;
}

.core_item {
    width: 286px;
    height: 228px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    margin: 0 5px;
    /* margin: 0 calc((100% - (25% *4)) / 4 /2); */
    margin-top: 99px;
    transition: all 0.2s ease-out;
}

.core_item:hover {
    transform: scale(1.02);
}

.login_box {
    height: 122px;
    width: 122px;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.fast_login {
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333
}

.line_box {
    width: 36px;
    height: 1px;
    background-color: #5388F0;
    margin: 0 auto;
    margin-top: 15px;
}

.type {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.98);
    text-align: center;
    margin-top: 21px;
}

.serve_box {
    width: 100%;
    height: 886px;
    background-image: url(../images/service_bg.png);
    background-size: cover;
    background-position: center center;
}

.serve_center {
    width: 1200px;
    margin: 75px auto 0;
    height: 568px;
    display: flex;
}

.serve_left {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;

}

.serve_left_title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 28px;
}

.serve_left_btn {
    width: 188px;
    height: 64px;
    background: linear-gradient(90deg, #4FA3EE, #5388F0);
    border-radius: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.2s ease-out;
}

.serve_left_btn {
    transform: scale(1.02);
}

.serve_step {
    height: 88px;
    background: #FFFFFF;
    border-radius: 10px;
    transition: all 0.2s ease-out;
}

.serve_step:hover {
    transform: scale(1.02);
}

.serial_num {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-style: italic;
    color: #216BCC;
    margin-left: 23px;
}

.serial_word {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-left: 15px;
}

.serve_item_content {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 12px 0 0 24px;
}

.excellent_box {
    width: 100%;
    height:886px;
    background-image: url(../images/excellent_bg.png);
    background-size: 100%, 100%;
}

.excellent_center {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.excellent_center_head {
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.excellent_tag {
    display: flex;
    align-items: center;
}



.excellent_tag .excellent_tag_item {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #EEEEEE;
    width: 15%;
    text-align: center;
    cursor: pointer;
}

.excellent_tag .active{
    color: #fff;
    border-bottom: 1px solid #fff;
}

.excellent_arrow {
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.excellent_line {
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    opacity: 0.2;
}
.serve-wrap{
    width: 1200px;
    margin: 48px auto 0;
}
.serve-wrap .out-slide{
    width: 1200px!important;
}
.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-wrap  .btns{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.serve-wrap .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;
}
.serve-wrap  .btns .btn:hover{
    background-color: #5388F0;
    color: #fff;
    cursor: pointer;
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.arrow_box .btn{
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #999;
    text-align: center;
    line-height: 48px;
    margin: 0 25px;
}
.arrow_box .btn:hover{
    background-color: #5388F0;
    color: #fff;
    cursor: pointer;
}
.our_service {
    width: 100%;
    height: 900px;
    background-image: url(../images/fuwu.png);
}

.our_service_item {
    width: 1280px;
    height: 510px;
    margin: 0 auto;
}

.service_item {
    height: 260px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    margin: 0 5px;
    /* margin: 0 calc((100% - (25% *4)) / 4 /2); */
    margin-top: 99px;
    transition: all 0.2s ease-out;
}

.service_item:hover {
    transform: scale(1.02);
}

.service_type {
    width: 95%;
    margin: 0 auto;
    /* margin: 21px 0 45px 45px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.98);
    line-height: 24px;
    text-align: center;
}

.service_item_logo {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.service_item_logo img {
    width: 64px;
    height: 64px;
}

.customer {
    width: 100%;
    background-color: #fff;
}
.customer .swiper-slide{
    width: 1200px!important;
}
.customer_box {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    background: #fff;
    z-index: 200;
}
.customer_box .list{
    display: flex;
    align-items: center;
    margin-top: 48px;
}
.customer_box .list .customer-item{
    width: 376px;
    height: 352px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(32,93,214,0.06), 0px 0px 20px 0px rgba(153,153,153,0.1);
    border-radius: 10px;
    box-sizing:border-box;
    padding: 32px 24px 0;
    margin: 0 18px;
}
.customer_box .list .customer-item:nth-child(3){
    margin-right: unset;
}
.customer-item .header{
    display: flex;
    align-items: center;
}
.customer-item .header .header-l{
    line-height: 0;
}
.customer-item .header .header-l img{
    width: 72px;
    height: 72px;
    border-radius: 50%;
}
.customer-item .header .header-r{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 23px;
}
.customer-item .header .header-r .name{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.customer-item .header .header-r .post{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 28px;
}
.customer-item .rate{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.customer-item .info{
    position: relative;
}
.customer-item .info .txt{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #434343;
    line-height: 30px;
    min-height: 90px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    margin-top: 30px;
}
.customer-item .info .start{
    position: absolute;
    top: -35px;
    left: -18px;
}
.customer-item .info .end{
    position: absolute;
    right: -18px;
    bottom:-18px;
}
.customer-item .info .start img,
.customer-item .info .end img{
    width: 18px;
    height: 18px;
}
.cooperation {
    width: 1200px;
    margin: 0 auto;
    background-image: url(../images/custo_bg.png);
    background-size: 100% 100%;
    z-index: 100;
}
.pic-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cooper_item {
    width: 180px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(32, 93, 214, 0.1);
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
}
.cooper_item img{
    max-width: 80%;
    max-height: 80%;
    height: auto;
    width: auto;
}
.cooper_item:hover {
    transform: scale(1.05);
}

.cooperation2 {
    width: 58%;
    margin: 0 auto;
    height: 400px;
}

.qualification {
    margin: 0 auto;
    padding-bottom: 70px;
}
.qualification-wrap{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.quali_item {
    width: 282px;
    margin-right: 10px;
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-out;
}

.quali_item:hover {
    transform: scale(1.02);
}
@media (min-width: 1200px){
    .banner {
        width: 100%;
    }
    .banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .scheme{
        height: 800px;
    }
    .swiper_box{
        width: 1200px;
        height: 510px;
        margin: 48px auto 47px auto;
    }
    .swiper_box .box{
        display: flex;
        padding: 99px 0 59px;
    }
    .swiper_box .box .box-r img{
        width: 606px;
        height: 362px;
    }
    .swiper_box .box .box-l{
        width: 290px;
        padding-left: 47px;
        margin-right: 50px;
    }
    .swiper_box .box .box-l .txt{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
        min-height: 180px;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:6;
        margin-top: 40px;

    }
}
@media (max-width: 1200px){
    .pc{
        display: none;
    }
    .banner {
        width: 100%;

    }
    .banner img{
        width: 100%;
        height: auto;
    }
    .resolve{
        padding-top:0.8rem;
        font-size:0.48rem;
    }
    .word{
        font-size:0.26rem;
        padding:0 0.64rem;
        margin-top: 0.25rem;
    }
    .scheme{
        padding-bottom: 0.48rem;
    }
    .swiper_box{
        width: 7.02rem;
        padding: 0.48rem 0 0.7rem;
        margin: 0.48rem auto 0;
        /*box-sizing:border-box;*/
    }
    .swiper_box .box-r{
        text-align: center;
        line-height: 0;
    }
    .swiper_box .box-r img{
        width: 6.06rem;
        height: 3.62rem;
    }
    .swiper_box .title{
        font-size: 0.36rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        padding: 0 0.24rem;
        margin-top: 0.39rem;
    }
    .swiper_box  .box-l{
        padding: 0 0.24rem;
    }
    .swiper_box  .box-l .txt{
        font-size: 0.26rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 0.48rem;
        margin-top: 0.36rem;
    }
    .swiper_box .box .box-l .btn{
        width: 2.88rem;
        height: 0.88rem;
        line-height: 0.88rem;
        font-size: 0.26rem;
        margin-top: 0.72rem;
    }
    .swiper_box .btns .btn{
        width: 0.72rem;
        height: 0.72rem;
        line-height: 0.72rem;
    }
    .technology{
        background-color: #fff;
        padding-top: 0.8rem;
    }
    .technology .title{
        font-size:0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }
    .technology .english{
        font-size: 0.22rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-align: center;
        margin-top: 0.08rem;
    }
    .technology .list{
        padding:  0 0.24rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .technology .list .item{
        width: 3.38rem;
        height: 3.26rem;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        border-radius: 0.1rem 0.1rem 0px 0px;
        margin-top: 1.44rem;
    }
    .technology .list .item .pic{
        margin-top: -1rem;
        line-height: 0;
        text-align: center;
        z-index: 10;
    }
    .technology .list .item .pic img{
        width: 2rem;
        height: 2rem;
    }
    .technology .list .item .name{
        height: 0.55rem;
        font-size: 0.28rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        position: relative;
        margin-bottom: 0.3rem;
        margin-top: 0.3rem;
    }
    .technology .list .item .name:after{
        content: '';
        width: 1rem;
        height: 1px;
        background-color: #5388F0 ;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .technology .list .item .txt{
        font-size: 0.24rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(102, 102, 102, 0.98);
        line-height: 0.38rem;
        padding: 0 0.25rem;
        text-align: center;
    }
    .technology .btns{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.6rem 0 0.7rem;
    }
    .technology .btns .btn{
        width: 0.72rem;
        height: 0.72rem;
        background: #EDF2FA;
        border-radius: 50%;
        font-size: 30px;
        color: #999;
        text-align: center;
        line-height: 0.72rem;
        margin: 0 0.2rem;
    }
    .technology  .btns .btn:hover{
        background-color: #5388F0;
        color: #fff;
        cursor: pointer;
    }
    .mobile_serve{
        background: #F4F6F8;
        padding: 0.8rem 0 1.5rem;
    }
    .mobile_serve .title{
        font-size: 0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }
    .mobile_serve .english{
        font-size: 0.22rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-align: center;
        margin-top: 0.08rem;
    }
    .mobile_serve .content{
        margin-top: 0.47rem;
    }
    .mobile_serve .content .box-1{
        width: 7rem;
        margin: 0 auto;
        background-color: #fff;
        box-sizing:border-box;
        padding: 0.55rem 0.32rem 0.33rem;
        border-radius: 0.1rem;
    }
    .mobile_serve .content .sub{
        font-size: 0.36rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        text-align: center;
        padding-bottom: 0.17rem;
    }
    .mobile_serve .content .box-1 .list{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .mobile_serve .content .box-1 .list .item{
        width: 3rem;
        height: 1rem;
        background: linear-gradient(90deg, #4FA3EE, #5388F0);
        border-radius: 0.1rem;
        font-size: 0.29rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height:1rem;
        text-align: center;
        margin-top: 0.33rem;
    }
    .mobile_serve .content .box-2{
        width: 100%;
        height: 8.58rem;
        background-image: url(../images/serve_bj.png);
        background-position: center center;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 1.5rem;
    }
    .mobile_serve .content .box-2 .list{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 0.24rem;
    }
    .mobile_serve .content .box-2 .list:nth-child(1){
        margin-top: -1rem;
    }
    .mobile_serve .content .box-2 .list:nth-child(1) .item{
        margin-bottom: 0.26rem;
    }
    .mobile_serve .content .box-2 .list:nth-child(2){
        margin-bottom: -1rem;
    }
    .mobile_serve .content .box-2 .list:nth-child(2) .item{
        margin-top: 0.26rem;
    }
    .mobile_serve .content .box-2 .list .item{
        width: 3.38rem;
        height: 1.4rem;
        background: #FFFFFF;
        border-radius: 0.1rem;
        box-sizing:border-box;
        padding: 0.28rem;

    }
    .mobile_serve .content .box-2 .list .index-name{
        display: flex;
        align-items: center;
        margin-bottom: 0.32rem;
    }
    .mobile_serve .content .box-2 .list .index-name .index{
        font-weight: bold;
        font-style: italic;
        color: #216BCC;
        font-size: 0.32rem;
        margin-right: 0.27rem;
    }
    .mobile_serve .content .box-2 .list .index-name .name{
        font-size: 0.28rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }
    .mobile_serve .content .box-2 .list .txt{
        font-size: 0.26rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
    }
    .mobile_case .title{
        font-size: 0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #fff;
        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/case_bj.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: #c2c1c1;
        margin-right: 0.24rem;
        display: inline-block;
    }
    .mobile_case .tabs .tabs-l .active{
        color: #fff;
    }
    .mobile_case .tabs .tabs-r{
        font-size: 0.36rem;
        line-height: 0.5rem;
        color: #fff;
    }
    .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 a{
        width: 3rem;
        height: 0.7rem;
        margin: 0 0.25rem;
    }
    .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;

    }
    .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;

    }
    /* .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;
    }
    .mobile_user_serve{
        background-image: url(../images/user_serve_bj.png);
        background-position: center center;
        padding-top: 0.8rem;
    }
    .mobile_user_serve .title{
        font-size: 0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
    .mobile_user_serve .english{
        font-size: 0.22rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-align: center;
        margin-top: 0.08rem;
    }
    .mobile_user_serve .content{
        padding: 0 0.24rem;
    }
    .mobile_user_serve .box{
        height: 4.68rem;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        border-radius: 0.1rem 0.1rem 0 0;
        margin-top: 1.55rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_user_serve .box .pic{
        width: 2.16rem;
        height:  2.16rem;
        background: #FFFFFF;
        border: 1px solid #E5E5E5;
        border-radius: 50%;
        line-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -1.08rem;
    }
    .mobile_user_serve .box .pic img{
        width: 0.94rem;
        height: 0.94rem;
    }
    .mobile_user_serve .box .fast_login{
        font-size: 0.32rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #3C3C3C;
        margin-top: 0.48rem;
    }
    .mobile_user_serve .info{
        padding: 0 0.8rem;
    }
    .mobile_user_serve .box .line_box{
        width: 1rem;
        height: 1px;
        margin-top: 0.2rem;
    }
    .mobile_user_serve .box .service_type{
        font-size: 0.26rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: rgba(102, 102, 102, 0.98);
        line-height: 0.43rem;
        margin-top: 0.34rem;
    }
    .mobile_user_serve .prev-next{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.6rem 0 0.7rem;
    }
    .mobile_user_serve .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_user_serve  .prev-next .btn:hover{
        background-color: #5388F0;
        color: #fff;
        cursor: pointer;
    }

    .mobile_company{
        padding: 0.8rem 0 0;
    }
    .mobile_company .title{
        font-size: 0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
    .mobile_company .english{
        font-size: 0.22rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-align: center;
        margin-top: 0.08rem;
    }
    .mobile_company .content{
        padding: 0 0.24rem;
        margin-top: 0.48rem;
    }
    .mobile_company .content .list{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_company .content .list .box{
        line-height: 0;
        margin-bottom: 0.25rem;
    }
    .mobile_company .content .list .box img{
        width: 3.38rem;
        height: 2.64rem;
    }
    .mobile_company .prev-next{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.3rem 0 0.7rem;
    }
    .mobile_company .prev-next .btn{
        width: 0.72rem;
        height: 0.72rem;
        background: #F4F6F8;
        border-radius: 50%;
        font-size: 30px;
        color: #999;
        text-align: center;
        line-height: 0.72rem;
        margin: 0 0.2rem;
    }
    .mobile_company  .prev-next .btn:hover{
        background-color: #5388F0;
        color: #fff;
        cursor: pointer;
    }
    .mobile_cooperative{
        padding: 0.8rem 0 0;
    }
    .mobile_cooperative .title{
        font-size: 0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
    .mobile_cooperative .english{
        font-size: 0.22rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-align: center;
        margin-top: 0.08rem;
    }
    .mobile_cooperative .content{
        padding: 0 0.24rem;
        margin-top: 0.48rem;
    }
    .mobile_cooperative .content .list{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_cooperative .content .list .box{
        line-height: 0;
        margin-bottom: 0.25rem;
        width: 3.38rem;
        height: 1.6rem;
        background: #FFFFFF;
        box-shadow: 0 0 0.16rem 0 rgba(32,93,214,0.1);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_cooperative .content .list .box img{
        max-width: 80%;
        max-height: 80%;
        width: auto;
        height: auto;
    }
    .mobile_cooperative .prev-next{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.3rem 0 0;
    }
    .mobile_cooperative .prev-next .btn{
        width: 0.72rem;
        height: 0.72rem;
        background: #F4F6F8;
        border-radius: 50%;
        font-size: 30px;
        color: #999;
        text-align: center;
        line-height: 0.72rem;
        margin: 0 0.2rem;
    }
    .mobile_cooperative  .prev-next .btn:hover{
        background-color: #5388F0;
        color: #fff;
        cursor: pointer;
    }
    .mobile_rate{
        padding: 0.8rem 0 0;
        background-color: #fff;
    }
    .mobile_rate .title{
        font-size: 0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333;
        text-align: center;
    }
    .mobile_rate .english{
        font-size: 0.22rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        text-align: center;
        margin-top: 0.08rem;
    }
    .mobile_rate .content{
    }
    .mobile_rate .box{
        width: 7.02rem;
        margin:  0.47rem auto;
        box-shadow: 0 0 0.16rem 0 rgba(32,93,214,0.1);
        border-radius: 0.1rem;
        padding: 0.58rem 0.56rem;
        box-sizing:border-box;
    }
    .mobile_rate .box .header{
        display: flex;
        align-items: center;
    }
    .mobile_rate .box .header-l{
        line-height: 0;
    }
    .mobile_rate .box .header-l img{
        width: 1.3rem;
        height:  1.3rem;
        border-radius: 50%;
    }
    .mobile_rate .box .header-r{
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 0.43rem;
    }
    .mobile_rate .box .header-r .name{
        font-size: 0.4rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }
    .mobile_rate .box .header-r .post{
        font-size: 0.32rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        margin-top: 0.51rem;
    }
    .mobile_rate .box .rate{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.4rem;
    }
    .mobile_rate .box .info{
        position: relative;
    }
    .mobile_rate .box .info .txt{
        font-size: 0.28rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #434343;
        line-height: 0.54rem;
        min-height: 1.62rem;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
        margin-top: 0.4rem;
    }
    .mobile_rate .box .info .start{
        position: absolute;
        top: -0.35rem;
        left: -0.18rem;
    }
    .mobile_rate .box .info .end{
        position: absolute;
        right: -0.18rem;
        bottom:-0.18rem;
    }
    .mobile_rate .box .info .start img,
    .mobile_rate .box .info .end img{
        width: 0.18rem;
        height: 0.18rem;
    }
    .mobile_rate .prev-next{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.3rem 0 0;
    }
    .mobile_rate .prev-next .btn{
        width: 0.72rem;
        height: 0.72rem;
        background: #F4F6F8;
        border-radius: 50%;
        font-size: 30px;
        color: #999;
        text-align: center;
        line-height: 0.72rem;
        margin: 0 0.2rem;
    }
    .mobile_rate  .prev-next .btn:hover{
        background-color: #5388F0;
        color: #fff;
        cursor: pointer;
    }
}