.inside-banner {
    height: 676px;
    position: relative;
}
.inside-banner .img{
    height: 637px;
    position: absolute;
    bottom: -14px;
    right: 16%;
}
.inside-banner .box .txtInfor{
    margin-top: 52px;
}
.inside-banner .txtInfor .txt .bigTxt{
    margin-bottom: 40px;
}
.inside-banner .box .txtInfor .smallTxt{
    width: 565px;
}
.manage{
    padding-top: 74px;
    position: relative;
}
.title-01{
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    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-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 24px;
}
.manage .box .right .item  .text .des{
    margin-top: 16px;
    font-family: Verdana;
    font-size: 16px;
    color: #888888;
    line-height: 19px;
}
.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: 68px;
    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: 24px;
    font-family: Verdana;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: center;
    padding: 0 240px;
}
.solution .img{
    margin-top: 56px;
    height: 472px;
}
.syst{
    margin-top: 88px;
}
.syst .box{
    margin-top: 56px;
    display: flex;

}
.syst .box .item{
    width: 25%;
    float: left;
    height: 306px;
    background: #FBFBFB;
    border-radius: 16px;
    padding: 32px 32px 38px;
    transition: all .3s;
}
.syst .box .item.active{
    background: #FFFFFF;
}
.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-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 24px;
}
.syst .box .item:nth-child(2) .text .tit,
.syst .box .item:nth-child(3) .text .tit{
    padding:  0 33px;
}
.syst .box .item .text .des{
    margin-top: 16px;
    font-family: Verdana;
    font-size: 16px;
    color: #888888;
    line-height: 19px;
}
.tisheng{
    position: relative;
    padding-bottom: 80px;
    margin-top: 88px;
}
.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: 57px;
    display: flex;
    padding-bottom: 55px;
}

.tisheng .box .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 55px 40px;
    text-align: center;
}
.tisheng .box .item img{
    width: 200px;
    height: 120px;
    margin: auto;
}
.tisheng .box .item .text{
    margin-top: 24px;
    text-align: center;
}
.tisheng .box .item .text .tit{
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
}
.tisheng .box .item .text .des{
    margin-top: 16px;
    font-family: Verdana;
    font-size: 16px;
    color: #888888;
    line-height: 19px;
}
.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{
    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 .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-family: "D-DINExp-Bold";
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 43px;
}
.shopin .tbox .item .text .des{
    margin-top: 40px;
    font-family: Verdana;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 32px;
}
.shopin .tbox .item.item1{
    margin-bottom: 50px;
}
.shopin .tbox .item.item2{
    margin-bottom: 37px;
}
.shopin .tbox .item.item3{
    margin-bottom: 88px;
}
.shopin .tbox .item.item1 .text{
    padding-left: 103px;
}
.shopin .tbox .item.item2 .text{
    padding-right: 124px;
}
.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: 34px 24px 34px 32px;
    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: 58px;
    margin-right: 24px;
}
.shopin .tbox .item .text .list .itemTT .itemtxt{
    flex: 1;
}
.shopin .tbox .item .text .list .itemTT .itemtxt .itemtit{
    font-family: Verdana;
    font-size: 18px;
    color: #4A4A4A;
    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: 1750px) {
    .manage .box .left {
        width: 8%;
    }
    .manage .box .right {
        width: 92%;
    }
}
@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;
    }
    .manage .box .left {
        width: 6%;
    }
    .manage .box .right {
        width: 94%;
    }
}

@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%;
    }
    .manage .box .left {
        width: 1%;
    }
    .manage .box .right {
        width: 99%;
    }
}
@media screen and (max-width: 768px) {
    .m-banner .m-title{
        line-height: 46px;
        margin-bottom: 32px;
    }
    .m-banner .m-sub-title{
        margin-bottom: 32px;
    }
    .m-banner img{
        margin-top: 24px;
    }
    .manage{
        padding-top: 48px;
    }
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .title-02{
        font-size: 14px;
        line-height: 17px;
        padding: 0;
        margin-top: 16px;
    }
    .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 .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: 20px;
    }
    .solution .box .item .itemBox .text{
        margin-left: 8px;
    }
    .solution .box .item .itemBox .text .tit{
        font-family: Verdana, Verdana;
        font-weight: bold;
        font-size: 16px;
        color: #233863;
        line-height: 19px;
    }
    .solution .box .item .itemBox .text .des{
        margin-top: 12px;
        font-family: Verdana;
        font-size: 14px;
        color: #888888;
        line-height: 17px;
    }
    .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;
        margin-left: 0;
    }
    .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;
    }
    .syst .box .item:last-child{
        margin-bottom: 0;
    }
    .syst .box .item .text{
        padding: 0 20px;
    }
    .tisheng{
        margin-top: 48px;
        padding-bottom: 0px;

    }
    .tisheng::before{
        background-image: url("../images/m-bg_04.png");
        height: 307px;
    }
    .tisheng .container{
        padding: 0;
    }
    .tisheng .title-01{
        padding: 0 24px;
    }
    .tisheng .box{
        margin-top: 0px;
    }
    .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 .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 .swiper-wrapper .swiper-slide:last-child{
        margin-bottom: 0;
    }
    .shopin{
        margin-top: 48px;
    }
    .shopin:before,
    .shopin:after{
        background-image: none;
    }
    .shopin .tbox{
        margin: 48px -24px 0;
    }
    .shopin .tbox .item{
        display: block;
    }
    .shopin .tbox .item.item1{
        margin-bottom: 48px;
    }

    .shopin .tbox .item .text{
        padding: 0 24px;

    }
    .shopin .tbox .item.item1 .text{
        padding-left: 24px;
    }
    .shopin .tbox .item .text .tit{
        font-size: 32px;
        line-height: 35px;
    }
    .shopin .tbox .item .text .des{
        margin-top: 24px;
        font-size: 14px;
        line-height: 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.item3 .text .tit{
        margin-right: -24px;
    }
    .shopin .tbox .item .text .list{
        margin-top: 32px;
    }
    .shopin .tbox .item .text .list .itemTT{
        border-radius: 16px;
        padding: 32px 24px 32px 32px;
        background: #F9F9F9;
    }



    .shopin .tbox .item .text .list .itemTT:not(:first-child){
        margin-top: 16px;
    }
    .shopin .tbox .item.item3{
        margin-bottom: 48px;
    }
    .contact_us .txt1{
        font-size: 29px;
        line-height: 33px;
    }
}
