.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: 71px;
    width: 575px;
    float: left;
}
.inside-banner .txtInfor .txt .bigTxt{
    width: 575px;
}
.inside-banner .txtInfor .txt .smallTxt{
    width: 542px;
}
.advantage{
    margin-top: -40px;
    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-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.advantage .box{
    margin-top: 48px;
    display: flex;
    justify-content:space-between;
}
.advantage .box .item{
    width: 380px;
    height: 450px;
    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-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
}
.advantage .box .item .list{
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}
.advantage .box .item .des{
    margin-top: 32px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.zdadv{
    margin-top: 88px;
    position: relative;
    padding-bottom: 128px;
}
.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: 48px 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: 54px;
}
.zdadv .box .item:hover{
    transform: scale(1.2);
}
.zdadv .box .item img{
    width: 110px;
    height: 110px;
}
.zdadv .box .item .tit{
    margin-top: 4px;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}
.zdadv .box .item .des{
    width: 236px;
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    color:rgba(255,255,255,0.9);
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
}
.choose{
    margin-top: 64px;
}
.choose .box{
    margin-top: 48px;
    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;
    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: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #233863;
    line-height: 25px;
}
.bmshare{
    margin-top: 88px;
    position: relative;
    padding-bottom: 148px;
}
.bmshare::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 855px;
    background-image: url("../images/bg_03.png");
    background-size: 100% 100%;
    background-position: center;
    top: -164px;
    z-index: -1;
}
.bmshare .box .item{
    height: 400px;
    position: relative;
    transition: all .3s;
}
.bmshare .box .swiper-wrapper{
    margin-top: 48px;
    margin-bottom: 39px;
}
.bmshare .box .item .tit{
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin: 0 24px;
    bottom: 64px;
}
.bmshare .box .item::after{
    content: '';
    position: absolute;
    width: calc(100% - 48px );
    bottom: 39px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
    left: 0;
    margin: 0 24px;
}
.bmshare .box .item:hover{
    transform: translateY(-20px);
}
.bmshare .box .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #229AF4;
    opacity: 0.5;
}
.bmshare .box .swiper-pagination-bullet-active{
    width: 21px;
    border-radius: 4px;
    opacity: 1;
}
.bmshare .swiper-pagination{
    bottom: 0;
}
.cjshare{
    margin-top: 64px;
    margin-bottom: 88px;
}
.cjshare .box{
    margin-top: 48px;
}
.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 24px;
    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-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 22px;
}
.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;
    }
    .bmshare::before{
        background-size: cover;
    }
    .inside-banner img{
        right: -100px;
    }
}
@media screen and (max-width: 768px) {
    .m-banner{
        height: 615px;
        background-size: 100% 100%;
        margin-bottom: 70px;
    }
    .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: 66px;
    }
    .advantage{
        margin-top: 0;
    }
    .advantage::before{
        background-image: none;
    }
    .title-01{
        font-size: 32px;
        line-height: 45px;
    }
    .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: 450px;
        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: 186px;
    }
    .zdadv::before{
        background-image: url("../images/m-bg_02.png");
        height: 1508px;
        background-size: 100% 100%;
    }
    .zdadv .img{
        display: none;
    }
    .zdadv .box{
        margin-top: 68px;
    }
    .zdadv .box .item{
        width: 100%;
        margin-top: 14px;
        margin-bottom: 0;
        pointer-events: none;
    }
    .zdadv .box .item .des{
        width: 100%;
        padding: 0 8px;

    }
    .choose{
        margin-top: 48px;
    }
    .choose .box{
        margin-top: 32px;
        display: block;
    }
    .choose .box .item{
        width: calc(50% - 12px);
        height: auto;
        float: left;
        pointer-events: none;
        margin-right: 12px;
        margin-bottom: 24px;
        padding: 24px 0 32px;
    }
    .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-size: 16px;
        line-height: 22px;
    }
    .bmshare{
        margin-top: 24px;
        padding-bottom: 50px;
    }
    .bmshare::before{
        top: auto;
        background-image: url("../images/m-bg_03.png");
        background-size: 100% 100%;
        height: 200px;
        bottom: 0;
    }
    .bmshare .box .swiper-wrapper{
        margin-top: 32px;
    }
    .bmshare .box .item{
        height: 334px;
        text-align: center;
        margin: auto;
    }
    .bmshare .box .item .tit{
        bottom: 56px;
        font-size: 16px;
        line-height: 22px;
    }
    .bmshare .box .item::after{
        bottom: 32px;
        /*border-bottom: 1px solid rgba(255,255,255,0.9);*/
    }
    .bmshare .box .item:hover{
        transform: translateY(0px);
    }
    .cjshare{
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .cjshare .box{
        margin-top: 32px;
    }
    .cjshare .box .item{
        width: 50%;
        height: auto;
        pointer-events: none;
        padding: 24px 0 29px;
    }
    .cjshare .box .item .img{
        width: 56px;
        height: 56px;
    }
    .cjshare .box .item .tit{
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px;
    }
}
