.inside-banner {
    height: 824px;
    position: relative;
}
.inside-banner .container{
    position: relative;
    height: 580px;
}
.inside-banner img{
    position: absolute;
    top: 0;
    right: -162px;
}

.inside-banner .box .txtInfor {
    margin-top: 95px;
    width: 575px;
    float: left;
}
.inside-banner .txtInfor .txt .smallTxt{
    width: 542px;
}
.leveraging{
    margin-top: 40px;
}
.leveraging .box{
    width: 100%;
    background-image: url("../images/bm_bg.png");
    background-size: cover;
    padding: 64px 218px;
    font-family: "D-DINExp-Bold";
    font-size: 28px;
    color: #233863;
    line-height: 36px;
    text-align: center;
}
.advantage{
    margin-top: 88px;
    position: relative;
}
.advantage::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 825px;
    background-image: url("../images/bg_01.png");
    background-size: cover;
    top: -65px;
    z-index: -1;
}
.title-01{
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: center;
}
.advantage .box{
    margin-top: 56px;
    display: flex;
    justify-content:space-between;
}
.advantage .box .item{
    width: 380px;
    height: 523px;
    padding: 40px 32px;
    background-size: cover;
    transition: all .3s;
    border-radius: 16px;
    box-shadow: 0px 18px 43px -6px rgba(197,210,235,0.4);
}
.advantage .box .item:nth-child(2){
    margin-top: 45px;
}
.advantage .box .item:hover{
    transform: translateY(-20px);
}
.advantage .box .item:nth-child(1){
    background-image: url("../images/adt_bg_01.png");
}
.advantage .box .item:nth-child(2){
    background-image: url("../images/adt_bg_02.png");
}
.advantage .box .item:nth-child(3){
    background-image: url("../images/adt_bg_03.png");
}
.advantage .box .item .tit{
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
}
.advantage .box .item .list{
    margin-top: 16px;
}
.advantage .box .item .list p{
    margin-bottom: 8px;
    font-family: Verdana;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
}
.zdadv{
    margin-top: 88px;
    position: relative;
    padding-bottom: 111px;
}
.zdadv::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 872px;
    background-image: url("../images/bg_02.png");
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
    bottom: 0;
}
.zdadv .img{
    margin: 56px auto 0;
    text-align: center;
    width: 627px;
    height: 335px;
}
.zdadv .box{
    margin-top: 64px;
}
.zdadv .box .item{
    float: left;
    width: 33.333%;
    text-align: center;
    transition: all .3s;
    margin-bottom: 51px;
}
.zdadv .box .item:hover{
    transform: scale(1.2);
}
.zdadv .box .item img{
    width: 110px;
    height: 110px;
}
.zdadv .box .item .tit{
    margin-top: 4px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
}
.zdadv .box .item .des{
    width: 236px;
    margin-top: 16px;
    font-family: Verdana;
    font-size: 14px;
    color: rgba(255, 255, 255,0.9);
    line-height: 17px;
    margin-left: auto;
    margin-right: auto;
}
.choose{
    margin-top: 88px;
}
.choose .box{
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
}
.choose .box .item{
    width: 232px;
    height: 216px;
    background: #FFFFFF;
    box-shadow: 0px 0px 33px -6px rgba(197,210,235,0.31);
    border-radius: 16px;
    box-sizing: border-box;
    transition: all .3s;
    border: 1px solid #FFFFFF;
    padding: 36px 24px;
    text-align: center;
}
.choose .box .item:hover,
.choose .box .item.active{
    border: 1px solid #229AF4;
}
.choose .box .item:hover{
    transform: translateY(-20px);
}
.choose .box .item img{
    width: 72px;
    height: 72px;
}
.choose .box .item .tit{
    margin-top: 27px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 19px;
}
.cjshare{
    margin: 88px 0;
    position: relative;
    background-image: url(../images/bg_03.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 189px;
}

.cjshare .box{
    margin-top: 56px;
    background: #fff;
}
.cjshare .box .item{
    width: 25%;
    height: 278px;
    box-sizing: border-box;
    box-shadow: 1px 1px 0px 0px rgba(232, 232, 232, 0.5);
    text-align: center;
    padding: 64px 46px 0;
    float: left;
    transition: all .3s;
    position: relative;
}

.cjshare .box .item .img{
    width: 96px;
    height: 96px;
    margin: auto;
    transition: all .3s;
}
.cjshare .box .item .img .hover{
    display: none;
}
.cjshare .box .item .tit{
    margin-top: 32px;
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 19px;
}
.cjshare .box .item.active{
    box-shadow: 0px 10px 61px -6px rgba(78,221,199,0.15);
}
.cjshare .box .item.active .img .default{
    display: none;
}
.cjshare .box .item.active .img .hover{
    display: block;
    transform: scale(0.8);
}
.cjshare .box .item.active .tit{
    color: #4EDDC7;
}
.cjshare .box .item::before{
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #4EDDC7;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
}
.cjshare .box .item.active::before{
    width: 100%;
}
@media screen and (max-width: 1600px) {
    .zdadv::before{
        background-size: cover;
    }
    .inside-banner img{
        right: -100px;
    }
}
@media screen and (max-width: 768px) {
    .m-banner{
        height: 473px;
        background-size: 100% 100%;
        margin-bottom: 100px;
    }
    .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: 40px;
    }
    .leveraging{
        margin-top: 15px;
    }
    .leveraging .box{
        background-image: url("../images/m-bm_bg.png");
        padding: 62px 24px 77px;
        font-size: 24px;
        line-height: 36px;
    }
    .advantage{
        margin-top: 48px;
    }
    .advantage::before{
        background-image: none;
    }
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .advantage .box{
        margin-top: 32px;
        display: block;
    }
    .advantage .box .item{
        width: 100%;
        height: auto;
        padding: 40px 32px 0;
        background-size: 100% 100%;
        margin-bottom: 24px;
        pointer-events: none;
    }
    .advantage .box .item:nth-child(1){
        height: 573px;
        background-image: url("../images/m-adt_bg_01.png");
    }
    .advantage .box .item:nth-child(2){
        height: 290px;
        background-image: url("../images/m-adt_bg_02.png");
    }
    .advantage .box .item:nth-child(3){
        height: 391px;
        background-image: url("../images/m-adt_bg_03.png");
    }
    .advantage .box .item:nth-child(2){
        margin-top: 0;
    }
    .zdadv{
        margin-top: 48px;
        padding-bottom: 71px;
    }
    .zdadv::before{
        background-image: url("../images/m-bg_02.png");
        height: 1404px;
        background-size: 100% 100%;
    }
    .zdadv .img{
        display: none;
    }
    .zdadv .box{
        margin-top: 88px;
    }
    .zdadv .box .item{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
        pointer-events: none;
    }
    .zdadv .box .item .des{
        width: 100%;
        padding: 0 8px;
        color:rgba(255,255,255,0.9);
    }
    .choose{
        margin-top: 48px;
        position: relative;
        padding-bottom: 25px;
    }
    .choose::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 200px;
        background-image: url("../images/m-choose-bg.png");
        background-size: 100% 100%;
        bottom: 0;
        z-index: -1;
    }
    .choose .box{
        margin-top: 32px;
        display: block;
    }
    .choose .box .item{
        width: calc(50% - 12px);
        height: 150px;
        float: left;
        pointer-events: none;
        margin-right: 12px;
        margin-bottom: 24px;
        padding: 24px 10px 20px;
    }
    .choose .box .item:nth-child(2n){
        margin-left: 12px;
        margin-right: 0;
    }
    .choose .box .item img{
        width: 56px;
        height: 56px;
    }
    .choose .box .item .tit{
        margin-top: 16px;
        font-family: Verdana, Verdana;
        font-weight: bold;
        font-size: 14px;
        color: #233863;
        line-height: 17px;
    }
    .cjshare{
        margin: 48px 0;
        background: none;
        padding-bottom: 0;
    }
    .cjshare .box{
        margin-top: 32px;
    }
    .cjshare .box .item{
        width: 50%;
        height: 171px;
        pointer-events: none;
        padding: 24px 10px;
    }
    .cjshare .box .item .img{
        width: 56px;
        height: 56px;
    }
    .cjshare .box .item .tit{
        margin-top: 16px;
        font-size: 14px;
        line-height: 17px;
    }
}
