.inside-banner {
    height: 740px;
    position: relative;
}
.inside-banner .container{
    height: 618px;
    position: relative;
}
.inside-banner .img{
    position: absolute;
    width: 569px;
    bottom: 0;
    right: 12px;
}
.inside-banner .txtInfor .txt{
    padding-top: 165px;

}
.inside-banner .txtInfor .txt .bigTxt{
    font-size: 48px;
    color: #FFFFFF;
    line-height: 67px;
}
.inside-banner .txtInfor .txt .smallTxt{
    width: 603px;
    color: #ffffff;
}
.solution{
    margin-top: 88px;
    position: relative;
    padding-bottom: 123px;
}
.solution::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 330px;
    background-image: url("../images/bg_01.png");
    background-size: auto;
    background-position: center;
    z-index: -1;
    bottom: 0;
}
.title-01{
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 67px;
    text-align: center;
}
.solution .box .img{
    width: 608px;
    margin: 48px auto 0;
}
.solution .box .list{
    position: relative;
}
.solution .box .list p{
    position: absolute;
    height: 70px;
    line-height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(120,135,143,0.1);
    border-radius: 6px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 16px;
    color: #233863;
}
.solution .box .list p span{
    position: relative;
}
.solution .box .list p span::before{
    content: '';
    position: absolute;
    width: 13px;
    height: 70px;
    background-image: url("../images/so_r.png");
    background-size: cover;
    right: -16px;
}
.solution .box .list p.rigt{
    padding-left: 24px;
}
.solution .box .list p.rigt span::before{
    background-image: url("../images/so_l.png");
    left: -24px;
}
.solution .box .list p.dd1{
    top: 35px;
    left: 72px;
}
.solution .box .list p.dd2{
    top: 167px;
    left: -7px;
}
.solution .box .list p.dd3{
    top: 291px;
    left: 77px;
}
.solution .box .list p.dd4{
    top: 449px;
    left: 80px;
}
.solution .box .list p.dd5{
    top: 0;
    right: 116px;
}
.solution .box .list p.dd6{
    top: 131px;
    right: 5px;
}
.solution .box .list p.dd7{
    top: 251px;
    right: 16px;
}
.solution .box .list p.dd8{
    top: 395px;
    right: 74px;
}
.liqi{
    margin-top: 104px;
}
.liqi .box{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
}
.liqi .box .item{
    width: 297px;
    height: 380px;
    background: #F7FBFF;
    border-radius: 16px;
    text-align: center;
    padding: 56px 24px 43px;
    transition: all .3s;
}
.liqi .box .item .img{
    width: 88px;
    height: 88px;
    margin: auto;
}
.liqi .box .item .img .hover{
    display: none;
}
.liqi .box .item .tit{
    margin-top: 40px;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
}
.liqi .box .item .des{
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #233863;
    line-height: 24px;
}
.liqi .box .item:hover,
.liqi .box .item.active{
    background: #229AF4;
}
.liqi .box .item.active .img .hover{
    display: block;
}
.liqi .box .item.active .img .default{
    display: none;
}
.liqi .box .item.active .tit,
.liqi .box .item.active .des{
    color: #ffffff;
}
.tiejue{
    margin-top: 104px;
}
.tiejue .box{
    padding-top: 72px;
    height: 793px;
    background: #E8F4FE;
    border-radius: 16px;
}
.tiejue .box .boxCon{
    margin-top: 26px;
    padding: 0 104px;
}
.tiejue .box .tab{
    height: 60px;
    line-height: 60px;
    padding: 0 119px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 9px;
}
.tiejue .box .tab::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 814px;
    background: rgba(34, 154, 244, 0.3);
    bottom: 0;
}
.tiejue .box .tab .tt{
    font-weight: 600;
    font-size: 16px;
    color: #233863;
    padding: 0 16px;
    position: relative;
}
.tiejue .box .tab .tt::before{
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #229AF4;
    transition: all .3s;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}
.tiejue .box .tab .tt.active{
    color: #229AF4;
}
.tiejue .box .tab .tt.active::before{
    width: 100%;
}
.tiejue .box .swiper-container{
    height: 482px;
}
.tiejue .box .swiper-container::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 406px;
    background: linear-gradient( 146deg, #2191F8 0%, #7EBAFE 100%);
    border-radius: 16px;
    z-index: -1;
    bottom: 0;
}
.tiejue .box .swiper-container .item{
    display: flex;
}
.tiejue .box .swiper-container .item img{
    width: 286px;
    height: 477px;
    margin-right: 38px;
    margin-left: 99px;
}
.tiejue .box .swiper-container .item .text .tit{
    margin-top: 154px;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
}
.tiejue .box .swiper-container .item .text .list{
    margin-top: 40px;
}
.tiejue .box .swiper-container .item .text .list p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 20px;
}
.tiejue .box .swiper-container .item .text .list p::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../images/dui.png");
    background-size: cover;
    left: 0;
}
.tiejue .swiper-button-prev:after,.tiejue .swiper-container-rtl .swiper-button-next:after,
.tiejue .swiper-button-next:after, .tiejue .swiper-container-rtl .swiper-button-prev:after{
    content: '';
}
.tiejue .swiper-button-prev, .tiejue .swiper-container-rtl .swiper-button-next{
    background-image: url("../images/tj_l.png");
    background-size: cover;
    width: 48px;
    height: 48px;
    left: 32px;
    bottom: 179px;
}
.tiejue .swiper-button-next, .tiejue .swiper-container-rtl .swiper-button-prev{
    background-image: url("../images/tj_r.png");
    background-size: cover;
    width: 48px;
    height: 48px;
    right: 32px;
    bottom: 179px;
}
.tiejue .swiper-button-next, .tiejue .swiper-button-prev{
    top: 58%;
}
.custom{
    margin-top: 100px;
}
.custom .img{
    height: 438px;
    margin: 96px auto 103px;
}
.solve{
    padding-top: 80px;
    padding-bottom: 97px;
    background-image: url("../images/solve_bg.png");
    background-size: cover;
    background-position: center;
}
.solve .box{
    margin-top: 48px;
}
.solve .box .tab{
    width: 1000px;
    display: flex;
    align-items: center;
    height: 64px;
    background: #FFFFFF;
    border-radius: 4px;
    line-height: 64px;
    margin: auto;
}
.solve .box .tab .tt{
    width: 245px;
    height: 56px;
    line-height: 56px;
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    position: relative;
    padding-left: 72px;
    margin: 0 2px;
    transition: all .3s;
}
.solve .box .tab .tt::before{
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    background-image: url("../images/liqi_01.png");
    background-size: cover;
    left: 26px;
    top: 14px;
}
.solve .box .tab .tt:nth-child(2)::before{
    background-image: url("../images/liqi_02.png");
}
.solve .box .tab .tt:nth-child(3)::before{
    background-image: url("../images/liqi_03.png");
}
.solve .box .tab .tt:nth-child(4)::before{
    background-image: url("../images/liqi_04.png");
}
.solve .box .tab .tt.active{
    background: linear-gradient( 270deg, #0F65FD 0%, #229EFF 100%);
    border-radius: 3px;
    color: #FFFFFF;
}
.solve .box .tab .tt.active:nth-child(1)::before{
    background-image: url("../images/liqi_hover_01.png");
}
.solve .box .tab .tt.active:nth-child(2)::before{
    background-image: url("../images/liqi_hover_02.png");
}
.solve .box .tab .tt.active:nth-child(3)::before{
    background-image: url("../images/liqi_hover_03.png");
}
.solve .box .tab .tt.active:nth-child(4)::before{
    background-image: url("../images/liqi_hover_04.png");
}
.solve .box .cont{
    margin: 32px;
}
.solve .box .cont .item{
    display: none;
}
.solve .box .cont .item.active{
    display: block;
}
.solve .box .cont .item .itemBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solve .box .cont .item .itemBox .itemTab{
    width: 392px;
    margin-right: 32px;
}
.solve .box .cont .item .itemBox .itemCont{
    flex: 1;
}
.solve .box .cont .item .itemBox .itemCont .itemImg{
    display: none;
    width: 836px;
    height: 500px;
    background: rgba(255,255,255,0.5);
    box-shadow: 4px 4px 24px 0px rgba(142,174,213,0.2);
    border-radius: 16px;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(2px);
    position: relative;
    padding: 44px 0;
    text-align: center;
}
.solve .box .cont .item .itemBox .itemCont .itemImg.active{
    display: block;
}
.solve .box .cont .item .itemBox .itemTab .itemInside{
    width: 392px;
    height: 111px;
    background: rgba(255, 255, 255,0.5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 22px 24px 21px;
    margin-bottom: 16px;
    transition: all .3s;
}
.solve .box .cont .item .itemBox .itemTab .itemInside.active{
    background: #FFFFFF;
    box-shadow: 4px 4px 24px 0px rgba(142,174,213,0.15);
}
.solve .box .cont .item .itemBox .itemTab .itemInside.active .text .itemTit{
    color: #229AF4;
}
.solve .box .cont .item .itemBox .itemTab .itemInside:last-child{
    margin-bottom: 0;
}
.solve .box .cont .item .itemBox .itemTab .itemInside img{
    width: 48px;
    height: 48px;
    margin-right: 24px;
}
.solve .box .cont .item .itemBox .itemTab .itemInside .text .itemTit{
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}
.solve .box .cont .item .itemBox .itemTab .itemInside .text .itemDes{
    margin-top: 4px;
    font-weight: 400;
    font-size: 13px;
    color: #6B7B9B;
    line-height: 18px;
}
.jiasu{
    margin-top: 104px;
    padding-bottom: 243px;
    position: relative;
}
.jiasu::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 330px;
    background-image: url(../images/bg_01.png);
    background-size: auto;
    background-position: center;
    z-index: -1;
    bottom: 0;
}
.jiasu .box{
    margin-top: 96px;
    display: flex;
    justify-content: space-between;
}
.jiasu .box .item{
    width: 232px;
    height: 227px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px -4px rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 24px 24px 30px;
    transition: all .3s;
    position: relative;
}
.jiasu .box .item::before{
    content: '';
    position: absolute;
    width: 30px;
    height: 24px;
    background-image: url("../images/you.png");
    background-size: cover;
    right: 0;
    top: 0;
}
.jiasu .box .item .img{
    width: 56px;
    height: 56px;
}
.jiasu .box .item .des{
    margin-top: 60px;
    font-weight: 400;
    font-size: 13px;
    color: #6B7B9B;
    line-height: 18px;
}
.jiasu .box .item .tit{
    font-family: "D-DINExp-Bold";
    margin-top: 9px;
    font-size: 28px;
    color: #233863;
    line-height: 30px;
}
.jiasu .box .item .tit .txt{
    font-weight: bold;
    font-family: PingFangSC, PingFang SC;
}
.jiasu .box .item .tit .icon{
    position: relative;
}
.jiasu .box .item .tit .icon::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url("../images/up.png");
    background-size: cover;
    left: 0;
    bottom: 5px;
}
.jiasu .box .item:nth-child(2) .tit .icon::after{
    background-image: url("../images/down.png");
}
.jiasu .box .item.active, .jiasu .box .item:hover{
    background: #229AF4;
}
.jiasu .box .item .img .hover{
    display: none;
}
.jiasu .box .item.active .img .hover{
    display: block;
}
.jiasu .box .item.active .img .default{
    display: none;
}
.jiasu .box .item.active .tit,
.jiasu .box .item.active .des{
    color: #ffffff;
}
.caseshow{
    margin: 104px 0;
}
.caseshow .box{
    margin-top: 48px;
}
.caseshow .box .item{
    display: flex;
    align-items: center;
    justify-items: center;
}
.caseshow .box .item:nth-child(2n+1){
    flex-direction: row-reverse;
}
.caseshow .box .item .img{
    width: 580px;
    height: 620px;
}
.caseshow .box .item .text{
    flex: 1;
    padding-left: 80px;
}
.caseshow .box .item:nth-child(2n+1) .text{
    flex: 1;
    padding-left: 0;
    padding-right: 80px;
}
.caseshow .box .item .text .tit{
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
}
.caseshow .box .item .text .des{
    margin-top: 40px;
    font-weight: 500;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 28px;
}
.caseshow .box .item .text .btn{
    margin-top: 40px;
    width: 128px;
    height: 40px;
    line-height: 40px;
    background: #229AF4;
    border-radius: 3px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.caseshow .box .item .text .btn:hover{
    background: #1E8ADA;
}
.contact_us .txt1{
    margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
    .m-banner .m-title{
        color: #ffffff;
    }
    .m-banner .m-sub-title{
        color: #ffffff;
    }
    .m-banner .m-btn a{
        background: #4EDDC7;
    }
    .m-banner img{
        margin-top: 11px;
    }
    .title-01{
        font-size: 32px;
        line-height: 45px;
    }
    .solution{
        margin-top: 40px;
        padding-bottom: 53px;
    }
    .solution::before{
        background-image: url("../images/m-bg_01.png");
        background-size: cover;
        height: 961px;
    }
    .solution .title-01{
        margin: 0 -24px;
    }
    .solution .box{
        display: none;
    }
    .solution .mbox{
        margin: 12px -8px 0;
    }
    .solution .mbox .img{
        height: 336px;
        text-align: center;
    }
    .solution .mbox .mlist p{
        font-weight: 400;
        font-size: 14px;
        color: #233863;
    }
    .solution .mbox .mlist p{
        height: 83px;
    }
    .solution .mbox .mlist p.mm1{
        width: 291px;
        background-image: url("../images/m-dh-01.png");
        padding: 22px 26px 41px 32px;
        float: left;
    }
    .solution .mbox .mlist p.mm2{
        margin-top: -22px;
        width: 263px;
        background-image: url("../images/m-dh-02.png");
        padding: 22px 26px 41px 32px;
        float: right;
    }
    .solution .mbox .mlist p.mm3{
        margin-top: -22px;
        width: 316px;
        background-image: url("../images/m-dh-03.png");
        padding: 22px 23px 41px 32px;
        float: left;
    }
    .solution .mbox .mlist p.mm4{
        margin-top: -22px;
        width: 298px;
        background-image: url("../images/m-dh-04.png");
        padding: 22px 23px 41px 32px;
        float: right;
    }
    .solution .mbox .mlist p.mm5{
        margin-top: -12px;
        width: 291px;
        background-image: url("../images/m-dh-05.png");
        padding: 41px 20px 22px 35px;
        float: left;
    }
    .solution .mbox .mlist p.mm6{
        margin-top: -22px;
        width: 339px;
        background-image: url("../images/m-dh-06.png");
        padding: 41px 20px 22px 30px;
        float: right;
    }
    .solution .mbox .mlist p.mm7{
        margin-top: -22px;
        width: 271px;
        background-image: url("../images/m-dh-07.png");
        padding: 41px 20px 22px 30px;
        float: left;
    }
    .solution .mbox .mlist p.mm8{
        margin-top: -22px;
        width: 235px;
        background-image: url("../images/m-dh-08.png");
        padding: 41px 20px 22px 30px;
        float: right;
    }
    .liqi{
        margin-top: 64px;
    }
    .liqi .box{
        display: none;
    }
    .liqi .mbox{
        margin-top: 24px;
    }
    .liqi .mbox .swiper-wrapper{
        height: 339px;
    }
    .liqi .mbox .swiper-slide .item{
        height: 307px;
        background: #F7FBFF;
        border-radius: 13px;
        text-align: center;
        padding: 49px 0 35px;
    }
    .liqi .mbox .swiper-slide .item .img img{
        width: 65px;
        height: 65px;
        margin: auto;
    }
    .liqi .mbox .swiper-slide .item .img .hover{
        display: none;
    }
    .liqi .mbox .swiper-slide .item .tit{
        margin-top: 35px;
        font-weight: bold;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
    }
    .liqi .mbox .swiper-slide .item .des{
        margin-top: 17px;
        font-weight: 400;
        font-size: 12px;
        color: #233863;
        line-height: 19px;
    }
    .liqi .mbox .swiper-slide.swiper-slide-active .item{
        background: #229AF4;
    }
    .liqi .mbox .swiper-slide.swiper-slide-active .item .img .default{
        display: none;
    }
    .liqi .mbox .swiper-slide.swiper-slide-active .item .img .hover{
        display: block;
    }
    .liqi .mbox .swiper-slide.swiper-slide-active .item .tit{
        color: #ffffff;
    }
    .liqi .mbox .swiper-slide.swiper-slide-active .item .des{
        color: #ffffff;
    }
    .liqi .mbox .swiper-pagination{
        bottom: 0;
    }
    .liqi .mbox .swiper-pagination .swiper-pagination-bullet{
        background: #E3E3E3;
        opacity:1;
    }
    .liqi .mbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #229AF4;
    }
    .mtiejun{
        margin-top: 64px;
        padding-top: 40px;
        background: #E8F4FE;
    }
    .mtiejun .title-01{
        padding: 0 45px;
    }
    .mtiejun .mySwiper{
        margin-top: 31px;
        margin-bottom: 20px;
    }
    .mtiejun .mySwiper .swiper-slide{
        max-width: 156px;
        font-weight: 400;
        font-size: 14px;
        color: #233863;
        line-height: 20px;
        height: 38px;
        position: relative;
        text-align: center;
        color: #233863;
    }


    .mtiejun .mySwiper .swiper-slide::before{
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #229AF4;
        margin: auto;
    }

    .mtiejun .mySwiper .swiper-slide.swiper-slide-active{
        color: #229AF4;
    }

    .mtiejun .mySwiper .item_1.swiper-slide-active::before,
    .mtiejun .mySwiper .item_2.swiper-slide-active::before{
        width: 60%;
    }
    .mtiejun .mySwiper .item_3.swiper-slide-active::before{
        width: 100%;
    }
    .mtiejun .mySwiper .item_4.swiper-slide-active::before{
        width: 74%;
    }

    .mtiejun .mySwiper2{
        height: 785px;
        position: relative;
    }
    .mtiejun .mySwiper2 .item{
        text-align: center;
    }
    .mtiejun .mySwiper2 .item img{
        height: 484px;
    }
    .mtiejun .mySwiper2 .item .text{
        height: 570px;
        margin-top: -273px;
        padding: 273px 32px 0;
        background: linear-gradient( 146deg, #2191F8 0%, #7EBAFE 100%);
    }
    .mtiejun .mySwiper2 .item .text .tit{
        margin-top: 32px;
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 33px;
    }
    .mtiejun .mySwiper2 .item .text .list{
        margin-top: 24px;
    }
    .mtiejun .mySwiper2 .item .text .list p{
        margin-bottom: 16px;
        padding-left: 26px;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
        position: relative;
        text-align: left;
    }
    .mtiejun .mySwiper2 .item .text .list p::before{
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        background-image: url(../images/dui.png);
        background-size: cover;
        left: 0;
    }
    .mtiejun .mySwiper2 .swiper-pagination{
        bottom: 297px;
    }
    .mtiejun .mySwiper2 .swiper-pagination .swiper-pagination-bullet{
        background: rgba(255, 255, 255, 0.5);
    }
    .mtiejun .mySwiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: rgba(255, 255, 255, 1);
    }
    .custom{
        margin-top: 64px;
    }
    .custom .img{
        height: 327px;
        margin: 32px auto 64px;
    }
    .custom .img img{
        margin: auto;
    }
    .msolve{
        background-image: url("../images/msolve_bg.png");
        background-size: cover;
        padding-top: 40px;
    }
    .msolve .title-01{
        padding: 0 30px;
    }
    .msolve .mtab{
        margin-top: 32px;
    }
    .msolve .mtab .swiper-slide{
        height: 44px;
        border-radius: 3px;
        background: #FFFFFF;
        font-weight: 400;
        font-size: 16px;
        color: #233863;
        line-height: 44px;
        /*padding-left: 56px;*/
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .msolve .mtab .swiper-slide.swiper-slide-active{
        background: linear-gradient( 270deg, #0F65FD 0%, #229EFF 100%);
        border-radius: 2px;
        color: #FFFFFF;
    }
    .msolve .mtab .swiper-slide span{
        display: inline-block;
        width: 29px;
        height: 29px;
        background-size: cover;
        margin-right: 4px;
    }
    .msolve .mtab .swiper-slide.item1 span{
        background-image: url("../images/liqi_01.png");
    }
    .msolve .mtab .swiper-slide.item2 span{
        background-image: url("../images/liqi_02.png");
    }
    .msolve .mtab .swiper-slide.item3 span{
        background-image: url("../images/liqi_03.png");
    }
    .msolve .mtab .swiper-slide.item4 span{
        background-image: url("../images/liqi_04.png");
    }
    .msolve .mtab .swiper-slide.item1.swiper-slide-active span{
        background-image: url("../images/liqi_hover_01.png");
    }
    .msolve .mtab .swiper-slide.item2.swiper-slide-active span{
        background-image: url("../images/liqi_hover_02.png");
    }
    .msolve .mtab .swiper-slide.item3.swiper-slide-active span{
        background-image: url("../images/liqi_hover_03.png");
    }
    .msolve .mtab .swiper-slide.item4.swiper-slide-active span{
        background-image: url("../images/liqi_hover_04.png");
    }
    .msolve .mcont{
        padding: 24px 16px 50px;
    }
    .msolve .mcont .mbox{
        display: none;
        width: 100%;
        height: 570px;
        background: #FFFFFF;
        box-shadow: 4px 4px 24px 0px rgba(142,174,213,0.15);
        border-radius: 12px;
    }
    .msolve .mcont .mbox.active{
        display: block;
    }
    .msolve .mcont .mbox .swiper-slide{
        padding: 22px 30px 48px 24px;
    }
    .msolve .mcont .mbox .swiper-slide .text{
        display: flex;
    }
    .msolve .mcont .mbox .swiper-slide .text img{
        width: 48px;
        height: 48px;
        margin-right: 24px;
    }
    .msolve .mcont .mbox .swiper-slide .text .tit{
        font-weight: bold;
        font-size: 20px;
        color: #229AF4;
        line-height: 28px;
    }
    .msolve .mcont .mbox .swiper-slide .text .des{
        margin-top: 4px;
        font-weight: 400;
        font-size: 13px;
        color: #6B7B9B;
        line-height: 18px;
    }
    .msolve .mcont .mbox .swiper-slide .img{
        margin-top: 24px;
        height: 408px;
        text-align: center;
    }
    .msolve .mcont .mbox .swiper-pagination .swiper-pagination-bullet{
        background: #E3E3E3;
        opacity: 1;
    }
    .msolve .mcont .mbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #229AF4;
    }
    .jiasu{
        margin-top: 44px;
        padding-bottom: 38px;
    }
    .jiasu::before{
        background-image: url("../images/m-js_bg.png");
        height: 711px;
    }
    .jiasu .box{
        margin: 32px auto 0;
        display: block;
        max-width: 327px;
    }
    .jiasu .box .item{
        width: calc(50% - 8.5px);
        height: 152px;
        float: left;
        max-width: 155px;
        margin-right: 8.5px;
        margin-bottom: 17px;
        padding: 16px 16px 17px;
        pointer-events: none;
    }
    .jiasu .box .item:nth-child(2n){
        margin-right: 0;
        margin-left: 8.5px;
        float: right;/*整体两边对齐*/
    }
    .jiasu .box .item:last-child{
        width: 100%;
        max-width: 100%;
    }
    .jiasu .box .item::before{
        width: 20px;
        height: 16px;
    }
    .jiasu .box .item .img{
        width: 37px;
        height: 37px;
    }
    .jiasu .box .item .des{
        margin-top: 37px;
        font-size: 12px;
        line-height: 17px;
    }
    .jiasu .box .item .tit{
        margin-top: 0;
        font-size: 20px;
        line-height: 22px;
    }
    .jiasu .box .item .tit .icon::after{
        width: 8px;
        height: 8px;
        bottom: 2px;
    }
    .caseshow{
        margin: 64px 0;
    }
    .caseshow .box{
        margin-top: 32px;
    }
    .caseshow .box .item{
        display: block;
    }
    .caseshow .box .item .img{
        width: 100%;
        height: auto;
    }
    .caseshow .box .item .text{
        margin-top: 32px;
        padding-right: 0;
        padding-left: 0;
    }
    .caseshow .box .item:nth-child(2n+1) .text{
        padding-right: 0;
    }
    .caseshow .box .item .text .tit{
        font-size: 28px;
        line-height: 40px;
    }
    .caseshow .box .item .text .des{
        margin-top: 24px;
        font-weight: 400;
    }
    .caseshow .box .item .text .btn{
        margin-top: 24px;
        width: 100%;
        border-radius: 45px;
        font-weight: 600;
        font-size: 16px;
        height: 52px;
        line-height: 52px;
    }
    .caseshow .box .item:last-child{
        margin-top: 64px;
    }
}
