.inside-banner {
    height: 676px;
    position: relative;
}
.inside-banner .img{
    height: 637px;
    position: absolute;
    bottom: -14px;
    right: 16%;
}
.inside-banner .box .txtInfor{
    margin-top: 71px;
}
.inside-banner .txtInfor .txt .bigTxt{
    margin-bottom: 40px;
}
.inside-banner .box .txtInfor .smallTxt{
    width: 565px;
    margin-bottom: 64px;
}
.manage{
    padding-top: 61px;
    position: relative;
}
.title-01{
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.manage::before{
    content: '';
    position: absolute;
    background-image: url("../images/bg_01.png");
    background-size: cover;
    width: 100%;
    height: 800px;
    top: -112px;
    z-index: -1;
}
.manage .box{
    display: flex;
}
.manage .box .left{
    width: 16.9999%;
}
.manage .box .right{
    width: 83.11111%;
}
.manage .box .right .swiper-wrapper {
    margin-top: 48px;
}
.manage .box .right .item{
    background: #FFFFFF;
    box-shadow: 0px 18px 43px -6px rgba(197,210,235,0.4);
    border-radius: 16px;
    backdrop-filter: blur(0px);
    padding: 64px;
    text-align: center;
    height: 383px;
    margin-bottom: 54px;
    transition: all .3s;
    margin-left: 32px;
}
.manage .box .right .swiper-slide.swiper-slide-prev .item{
    box-shadow: none;
}
.manage .box .right .item:hover{
    transform: translateY(-20px);
}
.manage .box .right .item img{
    width: 88px;
    height: 88px;
}
.manage .box .right .item  .text{
    margin-top: 40px;
    text-align: center;
}
.manage .box .right .item  .text .tit{
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
}
.manage .box .right .item  .text .des{
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
}
.manage .swiper-button{
    position: relative;
}
.manage .swiper-button-next,.manage .swiper-button-prev{
    width: 34px;
    height: 16px;
    background-size: cover;
}
.manage .swiper-button-next{
    background-image: url("../images/man_r.png");
}
.manage .swiper-button-prev{
    background-image: url("../images/man_l.png");
}
.manage .swiper-button-next:hover{
    background-image: url("../images/man_active_r.png");
}
.manage .swiper-button-prev:hover{
    background-image: url("../images/man_active_l.png");
}
.manage .swiper-button-prev:after,.manage .swiper-container-rtl .swiper-button-next:after,
.manage .swiper-button-next:after, .manage .swiper-container-rtl .swiper-button-prev:after{
    content: '';
}
.manage .swiper-button-prev, .manage .swiper-container-rtl .swiper-button-next{
    right: 60px;
    left: auto;
}
.solution{
    margin-top: 65px;
    position: relative;
}
.solution::before{
    content: '';
    position: absolute;
    top: -149px;
    left: 0;
    width: 552px;
    height: 702px;
    background-image: url("../images/bg_02.png");
    background-size: cover;
    z-index: -1;
}
.solution::after{
    content: '';
    position: absolute;
    top: 86px;
    right: 0;
    width: 552px;
    height: 702px;
    background-image: url("../images/bg_03.png");
    background-size: cover;
    z-index: -1;
}
.title-02{
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 26px;
    text-align: center;
}
.solution .img{
    margin-top: 48px;
    height: 472px;
}
.syst{
    margin-top: 88px;
}
.syst .box{
    margin-top: 48px;
    display: flex;

}
.syst .box .item{
    width: 25%;
    float: left;
    height: 306px;
    background: #FBFBFB;
    border-radius: 16px;
    padding: 32px 32px 86px;
    transition: all .3s;
}
.syst .box .item:hover{
    background: #ffffff;
    box-shadow: 0px 5px 26px 0px rgba(0,0,0,0.04);
    transform: translateY(-20px);
}
.syst .box .item:not(:last-child){
    margin-right: 20px;
}
.syst .box .item .img{
    width: 72px;
    height: 72px;
    margin: auto;
}
.syst .box .item .text{
    margin-top: 24px;
    text-align: center;
}
.syst .box .item .text .tit{
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}
.syst .box .item .text .des{
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 22px;
}
.tisheng{
    position: relative;
    padding-bottom: 100px;
}
.tisheng::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 538px;
    background-image: url("../images/bg_04.png");
    background-size: cover;
    bottom: 0;
    z-index: -1;
}
.tisheng .box{
    margin-top: 88px;
    display: flex;

}
.tisheng .box .left{
    width: 16.9999%;
}
.tisheng .box .right{
    width: 83.11111%;
    height: 437px;
    display: flex;
}
.title-03{
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    margin-right: 72px;
    padding-top: 34px;
}
.tisheng .box .right .swiper-container{
    flex: 1;
}
.tisheng .box .right .item{
    height: 383px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(197,210,235,0.13);
    border-radius: 16px;
    backdrop-filter: blur(0px);
    padding: 48px 64px 86px;
}
.tisheng .box .right .item img{
    width: 200px;
    height: 120px;
    margin: auto;
}
.tisheng .box .right .item .text{
    margin-top: 24px;
    text-align: center;
}
.tisheng .box .right .item .text .tit{
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
}
.tisheng .box .right .item .text .des{
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
}
.tisheng .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #229AF4;
    opacity: 0.5;;
}
.tisheng .swiper-pagination-bullet-active{
    width: 21px;
    background: #229AF4;
    border-radius: 4px;
    opacity: 1;
}
.tisheng .swiper-pagination{
    text-align: left;
    margin-left: 200px;
    bottom: 0;
}
.shopin{
    margin-top: 88px;
    position: relative;
}
.shopin:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/bg_05.png");
    background-size: cover;
    width: 681px;
    height: 642px;
    z-index: -1;
}
.shopin:after{
    content: '';
    position: absolute;
    top: 264px;
    right: 0;
    background-image: url("../images/bg_06.png");
    background-size: cover;
    width: 758px;
    height: 1438px;
    z-index: -1;
}
.shopin .sbox{
    margin: 0 -40px;
}
.shopin .sbox .item{
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-top: 48px;
}
.shopin .sbox .item .itemBox{
    height: 360px;
    background: #FFFFFF;
    box-shadow: 0px 18px 43px -6px rgba(197,210,235,0.4);
    border-radius: 16px;
    backdrop-filter: blur(0px);
    padding: 56px 40px 0;
    position: relative;
    transition: all .3s;
}
.shopin .sbox .item:hover .itemBox:before,
.shopin .sbox .item.active .itemBox:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-image: url("../images/tbox_hover.png");
    background-size: cover;
    top: 0;
    left: 0;
}
.shopin .sbox .item:hover .itemBox{
    transform: translateY(-20px);
}
.shopin .sbox .item .itemBox .img{
    width: 88px;
    height: 88px;
}
.shopin .sbox .item .itemBox .text{
    margin-top: 24px;
}
.shopin .sbox .item .itemBox .text .tit{
    font-weight: bold;
    font-size: 28px;
    color: #233863;
    line-height: 40px;
}
.shopin .sbox .item .itemBox .text .des{
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 24px;
}
.shopin .tbox{
    margin-top: 88px;

}
.shopin .tbox .item{
    display: flex;
    align-items: center;
}
.shopin .tbox .item:nth-child(2n){
    flex-direction: row-reverse;
}
.shopin .tbox .item .text{
    flex: 1;
}
.shopin .tbox .item.item1 .img{
    width: 630px;
    height: 517px;
}
.shopin .tbox .item.item2 .img{
    width: 760px;
    height: 520px;
    margin-right: -160px;
}
.shopin .tbox .item.item3 .img{
    width: 712px;
    height: 710px;
}
.shopin .tbox .item .text .tit{
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
}
.shopin .tbox .item .text .des{
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
}
.shopin .tbox .item.item1{
    margin-bottom: 50px;
}
.shopin .tbox .item.item2{
    margin-bottom: 37px;
}
.shopin .tbox .item.item3{
    margin-bottom: 44px;
}
.shopin .tbox .item.item1 .text{
    padding-left: 103px;
}
.shopin .tbox .item.item2 .text{
    padding-right: 121px;
}
.shopin .tbox .item.item3 .text{
    padding-left: 78px;
}
.shopin .tbox .item .text .list{
    margin-top: 40px;
}
.shopin .tbox .item .text .list .itemTT{
    display: flex;
    align-items: center;
    padding: 32px 32px 35px;
    transition: all .3s;
}
.shopin .tbox .item .text .list .itemTT.active{
    background: #F9F9F9;
    border-radius: 16px;
}
.shopin .tbox .item .text .list .itemTT:not(:first-child){
    margin-top: 32px;
}
.shopin .tbox .item .text .list .itemTT img{
    width: 56px;
    height: 57px;
    margin-right: 24px;
}
.shopin .tbox .item .text .list .itemTT .itemtxt{
    flex: 1;
}
.shopin .tbox .item .text .list .itemTT .itemtxt .itemtit{
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}
.shopin .tbox .item .text .list .itemTT .itemtxt .itemdes{
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 22px;
}
@media screen and (max-width: 1600px) {
    .inside-banner .img{
        right: 5%;
    }
    .shopin .tbox .item.item2 .img{
        margin-right: 0;
    }
    .tisheng .box .right .item .text .tit{
        font-size: 20px;
    }
    .tisheng .box .right .item{
        padding: 48px 24px;
    }
}
@media screen and (max-width: 1530px) {
    .manage .box .right .item{
        padding: 64px 18px;
    }
}
@media screen and (max-width: 1440px) {
    .manage .box .right .item{
        padding: 64px 24px;
    }
}

@media screen and (max-width: 1280px) {
    .inside-banner .img{
        right: 0;
    }
    .manage .box .right .item{
        padding: 26px;
    }
    .title-03{
        font-size: 33px;
        line-height: 40px;
        margin-right:2%;
    }
}
@media screen and (max-width: 768px) {
    .m-banner .m-title{
        margin-right: -24px;
    }
    .m-banner img{
        margin-top: 24px;
    }
    .manage{
        padding-top: 40px;
    }
    .title-01{
        font-size: 32px;
        line-height: 45px;
    }
    .title-02{
        font-size: 14px;
        line-height: 20px;
    }
    .manage::before{
        width: 100%;
        height: 689px;
        background-image: url("../images/m-bg_01.png");
        top: 48px;
    }
    .manage .box{
        display: block;
    }
    .manage .box .left{
        display: none;
    }
    .manage .box .right{
        width: 100%;
    }
    .manage .box .right .swiper-wrapper{
        display: block;
        margin-top: 32px;
        margin-bottom: 48px;
    }
    .manage .box .right .item{
        height: auto;
        margin: 0 24px 24px;
        padding: 32px 24px 40px;
        pointer-events: none;
    }
    .manage .box .right .item .text{
        margin-top: 24px;
    }
    .manage .box .right .item .text .des{
        margin-top: 16px;
    }
    .manage .swiper-button{
        display: none;
    }
    .solution{
        margin-top: 0;
    }
    .solution::before{
        background-image: none;
    }
    .solution .box{
        margin-top: 32px;
    }
    .solution .box .item{
        margin-bottom: 16px;
        height: 132px;
        display: flex;
        align-items: center;
        padding: 0 16px;
        background-image: url("../images/solution_bg_01.png");
        background-size: cover;
    }
    .solution .box .item .itemBox{
        display: flex;
    }
    .solution .box .item .itemBox .xuhao{
        font-weight: bold;
        font-size: 20px;
        color: #4EDDC7;
        line-height: 28px;
    }
    .solution .box .item .itemBox .text{
        margin-left: 8px;
    }
    .solution .box .item .itemBox .text .tit{
        font-weight: bold;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
    }
    .solution .box .item .itemBox .text .des{
        margin-top: 12px;
        font-weight: 400;
        font-size: 14px;
        color: #888888;
        line-height: 24px;
    }
    .solution .box .item:nth-child(2n){
        background-image: url("../images/solution_bg_02.png");
        justify-content: flex-end;
    }
    .solution .box .item:nth-child(2n) .itemBox{
        flex-direction: row-reverse;
    }
    .solution .box .item:nth-child(2n) .itemBox .text{
        text-align: right;
        margin-right: 8px;
    }
    .syst{
        margin-top: 48px;
    }
    .syst .box{
        margin-top: 32px;
        display: block;
    }
    .syst .box .item{
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 5px 26px 0px rgba(0,0,0,0.04);
        padding: 32px 0 40px;
        margin-bottom: 24px;
        pointer-events: none;
    }
    .tisheng{
        padding-bottom: 24px;
    }
    .tisheng::before{
        background-image: url("../images/m-bg_04.png");
        height: 307px;
    }
    .tisheng .box{
        margin-top: 24px;
    }
    .tisheng .box .left{
        display: none;
    }
    .tisheng .box .right{
        width: 100%;
        height: auto;
        display: block;
    }
    .title-03{
        padding-top: 0;
        text-align: center;
        margin-right: 0;
        font-size: 32px;
        line-height: 45px;
    }
    .tisheng .box .swiper-wrapper{
        display: block;
        margin-top: 32px;
    }
    .tisheng .box .swiper-wrapper .swiper-slide{
        padding: 0 24px;
        box-sizing: border-box;
        margin-bottom: 24px;
    }
    .tisheng .box .right .item{
        width: 100%;
        height: auto;
        box-shadow: 0px 18px 43px -6px rgba(197,210,235,0.4);
        padding: 32px 24px 40px;
        text-align: center;
    }
    .tisheng .box .right .item .text .tit{
        font-size: 24px;
    }
    .tisheng .box .right .item .text .des{
        margin-top: 16px;
    }
    .shopin{
        margin-top: 48px;
    }
    .shopin:before{
        width: 250px;
        height: 518px;
        right: 0;
        left: auto;
        top: 36%;
        background-image: url("../images/m-bg_05.png");
    }
    .shopin .sbox{
        margin: 32px 0 0;
    }
    .shopin .sbox .item{
        width: 100%;
        padding: 0;
        margin-top: 24px;
        pointer-events: none;
    }
    .shopin .sbox .item:first-child{
        margin-top: 0;
    }
    .shopin .sbox .item .itemBox:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background-image: url(../images/m-tbox_hover.png);
        background-size: 100% 100%;
        top: 0;
        left: 0;
    }
    .shopin .sbox .item .itemBox{
        height: auto;
        padding: 40px 24px 48px;
    }
    .shopin .sbox .item .itemBox .text .tit{
        font-size: 24px;
        line-height: 33px;
    }
    .shopin .tbox{
        margin: 48px -24px 0;
    }
    .shopin .tbox .item{
        display: block;
    }
    .shopin .tbox .item.item1{
        margin-bottom: 48px;
    }

    .shopin .tbox .item .text{
        /*margin-top: 32px;*/
        padding: 0 24px;

    }
    .shopin .tbox .item.item1 .text{
        padding-left: 24px;
    }
    .shopin .tbox .item .text .tit{
        font-size: 24px;
        line-height: 33px;
    }
    .shopin .tbox .item .text .des{
        margin-top: 24px;
    }
    .shopin .tbox .item.item1 .img,
    .shopin .tbox .item.item2 .img,
    .shopin .tbox .item.item3 .img{
        width: 100%;
        height: auto;
    }
    .shopin .tbox .item.item2 .text{
        padding-right: 24px;
    }
    .shopin .tbox .item.item2{
        margin-bottom: 48px;
    }
    .shopin .tbox .item.item3 .text{
        padding-left: 24px;
    }
    .shopin .tbox .item .text .list{
        margin-top: 24px;
    }
    .shopin .tbox .item .text .list .itemTT{
        background: #F9F9F9;
        border-radius: 16px;
        padding: 32px 24px;
    }
    .shopin .tbox .item .text .list .itemTT img{
        height: 58px;
    }
    .shopin .tbox .item .text .list .itemTT .itemtxt .itemdes{
        margin-top: 12px;
    }
    .shopin .tbox .item .text .list .itemTT:not(:first-child){
        margin-top: 24px;
    }
}
