.inside-banner {
    height: 740px;
    position: relative;
}
.inside-banner .box .txtInfor{
    text-align: center;
    margin-top: 2px;
}
.inside-banner .txtInfor .txt .bigTxt{
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 48px;
    line-height: 52px;
}
.inside-banner .txtInfor .txt .smallTxt{
    margin-bottom: 8px;
    line-height: 24px;
    color: #ffffff;
}
.inside-banner .txtInfor .txt .smallTxt-02{
    margin-bottom: 28px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
}
.inside-banner .txtInfor .btn a.getBtn {
    width: 180px;
    height: 52px;
    line-height: 52px;
    background: #4eddc7;
    border-radius: 45px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
}
.inside-banner .box .btn .getBtn:hover {
    background: #49cfba;
}
.moban{
    margin-top: 100px;
    position: relative;
}
.moban .box .item{
    margin-bottom: 64px;
    display: flex;
    align-items: center;
}
.moban .box .item:nth-child(2n+1){
    flex-direction: row-reverse;
}
.moban .box .item .img{
    width: 600px;
    height: 400px;
}
.moban .box .item .text{
    flex: 1;
    padding-left: 128px;
}
.moban .box .item:nth-child(2n+1) .text{
    padding-left: 0;
    padding-right: 128px;
}
.moban .box .item .text .tit{
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
}
.moban .box .item .text .des{
    margin-top: 24px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px;
}
.moban .box .item .text .list{
    margin-top: 24px;
    margin-bottom: 24px;
}

.moban .box .item .text .list p{
    font-family: Verdana;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
}
.moban .box .item .text .list p::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../images/duihao.png");
    background-size: cover;
    left: 0;
    top: 7px;
}
.moban::before{
    content: '';
    position: absolute;
    width: 578px;
    height: 800px;
    background-image: url("../images/bg_01.png");
    background-size: cover;
    top: -104px;
    left: 0;
    z-index: -1;
}
.intelligent .item .btn{
    width: 157px;
    height: 40px;
    background: #229AF4;
    border-radius: 3px;
    font-family: Verdana;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.intelligent .item .btn:hover{
    background: #1E8ADA;
}
.title-01{
    font-family: "D-DINExp-Bold";
    font-size: 48px;
    color: #233863;
    line-height: 52px;
    text-align: center;
}
.title-02{
    margin-top: 16px;
    font-family: Verdana;
    font-size: 20px;
    color: #233863;
    line-height: 24px;
    text-align: center;
}
.tools{
    margin-top: 100px;
    position: relative;
}
.tools::before{
    content: '';
    position: absolute;
    width: 548px;
    height: 800px;
    background-image: url("../images/bg_02.png");
    background-size: cover;
    top: -302px;
    right: 0;
    z-index: -1;
}
.tools .box{
    margin-top: 32px;
}
.tools .box .tab{
    padding: 0 12px;
    text-align: center;
}
.tools .box .tab .tt{
    position: relative;
    float: left;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    font-weight: 400;
    padding-left: 60px;
    padding-right: 16px;
    text-align: left;
    cursor: pointer;
    font-family: Verdana;
    font-size: 18px;
    color: #233863;
}
.tools .box .tab .tt.active{
    background: linear-gradient( 283deg, #5AA1FD 0%, #3481F7 100%);
    color: #FFFFFF;
}
.tools .box .tab .tt:not(:last-child){
    margin-right: 20px;
}
.tools .box .tab .tt::before{
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    background-image: url("../images/tools_icon_01.png");
    background-size: cover;
    left: 16px;
    top: 11px;
}
.tools .box .tab .tt:nth-child(2)::before{
    background-image: url("../images/tools_icon_02.png");
}
.tools .box .tab .tt:nth-child(3)::before{
    background-image: url("../images/tools_icon_03.png");
}
.tools .box .tab .tt:nth-child(4)::before{
    background-image: url("../images/tools_icon_04.png");
}
.tools .box .tab .tt:nth-child(5)::before{
    background-image: url("../images/tools_icon_05.png");
}
.tools .box .tab .tt.active:nth-child(1)::before{
    background-image: url("../images/tools_icon_hover_01.png");
}
.tools .box .tab .tt.active:nth-child(2)::before{
    background-image: url("../images/tools_icon_hover_02.png");
}
.tools .box .tab .tt.active:nth-child(3)::before{
    background-image: url("../images/tools_icon_hover_03.png");
}
.tools .box .tab .tt.active:nth-child(4)::before{
    background-image: url("../images/tools_icon_hover_04.png");
}
.tools .box .tab .tt.active:nth-child(5)::before{
    background-image: url("../images/tools_icon_hover_05.png");
}
.tools .box .swiper-container{
    margin-top: 32px;
    width: 100%;
    height: 535px;
    background: linear-gradient( 320deg, rgba(251,253,255,0.8) 0%, #F6F9FE 100%);
    box-shadow: 0px 12px 36px 0px rgba(42,34,144,0.08);
    border-radius: 24px;
    backdrop-filter: blur(5px);
}
.tools .box .swiper-container .swiper-slide .item{
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding: 8px 20px 8px 86px;
}
.tools .box .swiper-container .swiper-slide .item .text .tit{
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
}

.tools .box .swiper-container .swiper-slide .item .text .des{
    margin-top: 20px;
    margin-bottom: 48px;
    font-family: Verdana;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px;
}
.tools .box .swiper-container .swiper-slide .item img{
    width: 742px;
    height: 464px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active{
    width: 30px;
    background: #229AF4;
    border-radius: 6px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 49px;
}
.manage{
    margin-top: 100px;
    position: relative;
}
.manage::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 865px;
    top: -364px;
    background-image: url("../images/bg_03.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.manage .title-01,
.manage .title-02{
    color: #ffffff;
}
.manage .box{
    margin-top: 56px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 12px 36px 0px rgba(42,34,144,0.08);
    border-radius: 16px;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(15px);
}
.manage .box .item{
    width: 33.33333%;
    text-align: center;
    margin-top: 90px;
    float: left;
    padding-bottom: 77px;
}
.manage .box .item:nth-child(1),
.manage .box .item:nth-child(2),
.manage .box .item:nth-child(3){
    padding-bottom: 0;
}
.manage .box .item:nth-child(4),
.manage .box .item:nth-child(5),
.manage .box .item:nth-child(6){
    margin-top: 69px;
}
.manage .box .item .img{
    width: 100px;
    height: 100px;
    margin: auto;
    box-shadow: 0px 4px 16px 0px rgba(95, 178, 186, 0.2);
    border-radius: 8px;
}
.manage .box .item .tit{
    width: 240px;
    margin: 25px auto 0;
    font-family: Verdana;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 24px;
}
.advantage{
    margin-top: 100px;
    position: relative;
    padding-bottom: 188px;
    margin-bottom: 88px;
}
.advantage::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 873px;
    background-image: url("../images/bg_04.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
    bottom: 0;
}
.advantage .box{
    margin-left: -8px;
    margin-right: -8px;
}
.advantage .title-02{
    color: #6B7B9B;
}
.advantage .box .item{
    width: calc(20% - 16px);
    margin: 56px 8px 0;
    height: 292px;
    float: left;
    position: relative;
    transition: all .3s;
}
.advantage .box .item:hover{
    transform: translateY(-20px);
}
.advantage .box .item .tit{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: linear-gradient( 180deg, rgba(89,96,255,0.5) 0%, rgba(89,96,255,0.6) 2%, #5960FF 100%);
    border-radius: 0px 0px 16px 16px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .m-banner{
        height: 680px;
    }
    .m-banner .m-title{
        color: #ffffff;
        margin-bottom: 24px;
    }
    .m-banner .m-sub-title{
        color: #ffffff;
        margin-bottom: 24px;
    }
    .m-banner img{
        position: absolute;
        top: 18%;
    }
    .m-banner .m-btn a{
        font-family: Verdana, Verdana;
        margin-top: 40px;
        background: #4EDDC7;
        position: relative;
        z-index: 1;
    }
    .moban{
        margin-top: 0;
    }
    .moban::before{
        background-image: url("../images/m-moban-bg-01.png");
        width: 351px;
        height: 424px;
        top: 19px;
        left: 0;
    }
    .moban::after{
        content: '';
        position: absolute;
        width: 262px;
        height: 424px;
        background-image: url("../images/m-moban-bg-02.png");
        background-size: cover;
        bottom: 171px;
        right: 0;
        z-index: -1;
    }
    .moban .box .item{
        margin-top: 56px;
        display: block;
        position: relative;
        margin-bottom:0;
    }
    .moban .box .item:first-child{
        margin-top: 52px;
    }
    .moban .box .item .img{
        width: 100%;
        height: auto;
    }
    .moban .box .item:nth-child(2n+1) .text{
        padding-right: 0;
    }
    .moban .box .item .text{
        margin-top: 48px;
        padding-left: 0;
    }
    .moban .box .item:nth-child(2) .text{
        margin-top: 40px;
    }
    .moban .box .item .text .tit{
        font-size: 32px;
        line-height: 35px;
    }
    .moban .box .item .text .list p{
        line-height: 20px;
    }
    .moban .box .item .text .list p::before{
        top: 3px;
    }
    .intelligent .item .btn{
        height: 52px;
        width: 100%;
        line-height: 52px;
        border-radius: 45px;
        font-weight: bold;
        font-size: 16px;
    }
    .moban .box .item .text .list.list02 p{
        width: 100%;
    }
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .title-02{
        margin-top: 16px;
        font-size: 14px;
        color: #6B7B9B;
        line-height: 20px;
    }
    .mtools{
        margin-top: 48px;
    }
    .mtools .title-02{
        padding: 0 24px;
    }
    .mtools .mySwiper{
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .mtools .mySwiper .swiper-slide{
        width: 150px;
        height: 44px;
        font-family: Verdana;
        color: #233863;
        padding-left: 0px;
        position: relative;
        background: #EEF5FF;
        border-radius: 22px;
        opacity: 0.7;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mtools .mySwiper .swiper-slide .icon{
        display: inline-block;
        background-size: cover;
        width: 26px;
        height: 26px;
        margin-right: 8px;
    }
    .mtools .mySwiper .swiper-slide.item_1 .icon{
        background-image: url("../images/tools_icon_01.png");
    }
    .mtools .mySwiper .swiper-slide.item_2 .icon{
        background-image: url("../images/tools_icon_02.png");
    }
    .mtools .mySwiper .swiper-slide.item_3 .icon{
        background-image: url("../images/tools_icon_03.png");
    }
    .mtools .mySwiper .swiper-slide.item_4 .icon{
        background-image: url("../images/tools_icon_04.png");
    }
    .mtools .mySwiper .swiper-slide.item_5 .icon{
        background-image: url("../images/tools_icon_05.png");
    }
    .mtools .mySwiper .swiper-slide.item_1.swiper-slide-thumb-active .icon{
        background-image: url("../images/tools_icon_hover_01.png");
    }
    .mtools .mySwiper .swiper-slide.item_2.swiper-slide-thumb-active .icon{
        background-image: url("../images/tools_icon_hover_02.png");
    }
    .mtools .mySwiper .swiper-slide.item_3.swiper-slide-thumb-active .icon{
        background-image: url("../images/tools_icon_hover_03.png");
    }
    .mtools .mySwiper .swiper-slide.item_4.swiper-slide-thumb-active .icon{
        background-image: url("../images/tools_icon_hover_04.png");
    }
    .mtools .mySwiper .swiper-slide.item_5.swiper-slide-thumb-active .icon{
        background-image: url("../images/tools_icon_hover_05.png");
    }
    .mtools .mySwiper .swiper-slide-thumb-active{
        background: linear-gradient( 283deg, #5AA1FD 0%, #3481F7 100%);
        border-radius: 22px;
        color: #ffffff;
        opacity: 1;
    }
    .mtools .mySwiper .swiper-slide .tt{
        display: inline-block;
        width: 95px;
        text-align: left;
        font-size: 14px;
        color: #233863;
        line-height: 17px;
    }
    .mtools .mySwiper .swiper-slide.swiper-slide-thumb-active .tt{
        color: #FFFFFF;
    }
    .mtools .mySwiper2 {
        height: 504px;
        width: 100%;
        position: relative;
    }
    .mtools .mySwiper2 .swiper-slide{
        padding: 0 24px;
    }
    .mtools .mySwiper2 .swiper-slide .item{
        padding: 40px 15px 0;
        background: linear-gradient( 320deg, rgba(251,253,255,0.8) 0%, #F6F9FE 100%);
        box-shadow: 0px 8px 24px 0px rgba(34,132,144,0.08);
        border-radius: 16px;
        backdrop-filter: blur(5px);
        text-align: center;
        height: 480px;
    }
    .mtools .mySwiper2 .swiper-slide .item .tit{
        font-family: "D-DINExp-Bold";
        font-size: 28px;
        color: #233863;
        line-height: 30px;
    }
    .mtools .mySwiper2 .swiper-slide .item .des{
        margin-top: 16px;
        font-family: Verdana;
        font-size: 16px;
        color: #4A4A4A;
        line-height: 19px;
    }
    .mtools .mySwiper2 .swiper-slide .item img{
        margin-top: 24px;
    }
    .mtools .mySwiper2 .swiper-slide .item .btn{
        margin: 24px auto 0;
        width: 157px;
        height: 40px;
        line-height: 40px;
        background: #229AF4;
        border-radius: 3px;
        font-weight: 400;
        font-size: 14px;
    }
    .mtools .mySwiper2 .swiper-pagination{
        bottom: 0;
    }
    .mtools .mySwiper2 .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        background: rgba(255,255,255,0.5);
        margin: 0 6px;
    }
    .mtools .mySwiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #FFFFFF;
    }
    .manage{
        margin-top: 48px;
    }
    .manage::before{
        height: 673px;
        top: -396px;
        background-image: url("../images/m-bg_03.png");
    }
    .manage .box{
        margin-top: 24px;
        background: linear-gradient( 320deg, rgba(251,253,255,0.8) 0%, #F6F9FE 100%);
        box-shadow: 0px 8px 24px 0px rgba(34,132,144,0.08);
        backdrop-filter: blur(5px);
        border: 0;
        padding-bottom: 48px;
    }
    .manage .box .item{
        width: 50%;
        margin-top: 48px;
        padding-bottom:0;
    }
    .manage .box .item .img{
        width: 64px;
        height: 64px;
        box-shadow: 0px 3px 10px 0px rgba(95,178,186,0.2);
        border-radius: 5px;
    }
    .manage .box .item .tit{
        width: 130px;
        margin: 13px auto 0;
        font-size: 14px;
        line-height: 17px;
    }
    .manage .box .item:nth-child(4), .manage .box .item:nth-child(5), .manage .box .item:nth-child(6){
        margin-top: 48px;
    }
    .advantage{
        margin-top: 48px;
        padding-bottom: 74px;
        margin-bottom: 48px;
    }
    .advantage .title-02{
        padding-bottom: 16px;
    }
    .advantage::after{
        height: 1194px;
        background-image: url("../images/m-bg_04.png");
        background-size: 100% 100%;
    }
    .advantage .box{
        margin-top: 96px;
    }
    .advantage .box .item{
        width: calc(50% - 13px);
        margin: 13px 6.5px 0;
        height: 192px;
        pointer-events: none;
    }
    .advantage .box .item .img{
        width: 157px;
        margin: auto;
    }
    .advantage .box .item .tit{
        width: 157px;
        height: 53px;
        line-height: 53px;
        background: linear-gradient( 180deg, rgba(89,96,255,0.5) 0%, rgba(89,96,255,0.6) 2%, #5960FF 100%);
        border-radius: 0px 0px 8px 8px;
        font-size: 14px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .advantage .box .item.item02 .tit{
        padding-top: 7px;
        line-height: 17px;
    }
}
@media screen and (max-width: 420px) {
    .m-banner img{
        position: absolute;
        top: 22%;
    }
}
@media screen and (max-width: 390px) {
    .m-banner img{
        position: absolute;
        top: 26%;
    }
}
