.inside-banner {
    height: 755px;
    position: relative;
}
.inside-banner .txtInfor{
    width: 400px;
    float: left;
}
.inside-banner .txtInfor .txt{
    margin-top: 87px;

}
.inside-banner .txtInfor .txt .bigTxt{
    color: #ffffff;
}
.inside-banner .txtInfor .txt .smallTxt{
    color: #ffffff;
}
.inside-banner  img{
    width: 609px;
    float: right;
    margin-top: 38px;
}
.title-01{
    font-weight: 600;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.title-02{
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 26px;
    text-align: center;
}
.advantage .box{
    margin-top: 48px;
}
.advantage .box .item{
    float: left;
    margin: 0 -10px;
    width: 25%;
}
.advantage .box .item .itemBox{
    margin: 0 10px;
    padding: 32px 32px 50px;
    position: relative;
    transition: all .3s;
}
.advantage .box .item .itemBox .img{
    width: 72px;
    height: 72px;
    margin: auto;
}
.advantage .box .item .itemBox .text{
    margin-top: 24px;
    text-align: center;
}
.advantage .box .item .itemBox .text .tit{
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}
.advantage .box .item .itemBox .text .des{
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 28px;
}
.advantage .box .item.active .itemBox{
    background: #FFFFFF;
    box-shadow: 0px 20px 61px -6px rgba(197,210,235,0.2);
    border-radius: 16px;
    transform: translateY(-20px);
}
.advantage .box .item .itemBox::before{
    content: '';
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
}
.advantage .box .item:nth-child(1).active .itemBox::before{
    background-image: url("../images/advantage_bg_01.png");
}
.advantage .box .item:nth-child(2).active .itemBox::before{
    background-image: url("../images/advantage_bg_02.png");
}
.advantage .box .item:nth-child(3).active .itemBox::before{
    background-image: url("../images/advantage_bg_03.png");
}
.advantage .box .item:nth-child(4).active .itemBox::before{
    background-image: url("../images/advantage_bg_04.png");
}
.caseshow{
    margin-top: 64px;
    background-image: url("../images/caseshow_bg.png");
    background-size: cover;
    padding-bottom: 56px;
    padding-top: 160px;
}
.caseshow .box{
    position: relative;
    margin: 0 -30px;
}
.caseshow .box .swiper-wrapper{
    margin-top: 47px;
}
.caseshow .box .item{
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 18px 43px -6px rgba(197,210,235,0.4);
    border-radius: 16px;
    transition: all .3s;
    margin-bottom: 32px;
    margin-left: 30px;
    margin-right: 30px;
}
.caseshow .box .item:hover{
    transform: translateY(-20px);
}
.caseshow .box .item .img{
    width: 100%;
    height: 220px;
}
.caseshow .box .item .text{
    margin-top: 33px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 22px;
}
.caseshow .swiper-pagination{
    bottom: 0;
    left: 0;
    right: 0;
}
.caseshow .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: #229AF4;
    opacity: 0.5;
    margin-right: 8px;
}
.caseshow .swiper-pagination-bullet-active{
    width: 21px;
    background: #229AF4;
    border-radius: 4px;
    opacity: 1;
}
.effect{
    margin-top: 64px;
}
.effect .box{
    margin-top: 48px;
    margin-left: -10px;
    margin-right: -10px;
}
.effect .box .item{
    width: 25%;
    float: left;
}
.effect .box .item .itemBox{
    margin: 0 10px;
    height: 544px;
    background: #FFFFFF;
    box-shadow: 0px 0px 43px -6px rgba(197,210,235,0.4);
    border-radius: 16px;
    transition: all .3s;
    padding: 24px 0;
}
.effect .box .item:hover .itemBox{
    transform: translateY(-20px);
}
.effect .box .item .itemBox img{
    width: 100%;
}
.zdadv{
    margin: 64px 0;
    position: relative;
}
.zdadv::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 288px;
    background-image: url("../images/zdadv_bg.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.zdadv .box{
    margin: 48px -12.5px 103px;
}
.zdadv .box .item{
    width: 20%;
    padding: 0 12.5px;
    float: left;
}

.zdadv .box .item .itemBox{
    height: 216px;
    background: #FFFFFF;
    box-shadow: 0px 0px 33px -6px rgba(197,210,235,0.31);
    border-radius: 16px;
    padding: 36px;
    transition: all .3s;
    border: 1px solid transparent;
}
.zdadv .box .item.active .itemBox{
    border: 1px solid #229AF4;

}
.zdadv .box .item:hover .itemBox{
    transform: translateY(-20px);
}

.zdadv .box .item .itemBox .img{
    width: 72px;
    height: 72px;
    margin: auto;
}
.zdadv .box .item .itemBox .tit{
    margin-top: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #233863;
    line-height: 25px;
}
@media screen and (max-width: 768px) {
    .m-banner{
        height: 483px;
        background-size: 100% 100%;
        margin-bottom: 100px;
    }
    .m-banner .m-title{
        color: #ffffff;
    }
    .m-banner .m-sub-title{
        color: #ffffff;
    }
    .m-banner img{
        margin-top: 66px;
    }
    .m-banner .m-btn a{
        background: #4EDDC7;
    }
    .advantage{
        margin-top: 48px;
    }
    .title-01{
        font-size: 32px;
        line-height: 45px;
    }
    .title-02{
        font-size: 14px;
        line-height: 20px;
    }
    .advantage .box{
        margin-top: 32px;
    }
    .advantage .box .item{
        width: 100%;
        margin: 0;
    }

    .advantage .box .item .itemBox{
        box-shadow: 0px 0px 43px -6px rgba(197,210,235,0.4);
        border-radius: 16px;
        margin: 0 0 24px;
    }
    .advantage .box .item:nth-child(1) .itemBox::before{
        background-image: url("../images/advantage_bg_01.png");
    }
    .advantage .box .item:nth-child(2) .itemBox::before{
        background-image: url("../images/advantage_bg_02.png");
    }
    .advantage .box .item:nth-child(3) .itemBox::before{
        background-image: url("../images/advantage_bg_03.png");
    }
    .advantage .box .item:nth-child(4) .itemBox::before{
        background-image: url("../images/advantage_bg_04.png");
    }
    .caseshow{
        margin-top: 41px;
        padding-top: 69px;
        padding-bottom: 16px;
        background-image: url("../images/m-caseshow_bg.png");
        background-size: 100% 100%;
    }
    .caseshow .box .swiper-wrapper{
        display: block;
        margin-top: 32px;
        pointer-events: none;
    }
    .effect{
        margin-top: 48px;
    }
    .effect .box{
        display: none;
    }
    .effect .mbox .swiper-wrapper{
        margin-top: 32px;
        height: 583px;
    }
    .effect .mbox .swiper-slide{

        padding: 0 24px;
    }
    .effect .mbox .swiper-slide .item{
        height: 544px;
        background: #FFFFFF;
        box-shadow: 0px 0px 43px -6px rgba(197,210,235,0.4);
        border-radius: 16px;
        padding: 24px 0;
        text-align: center;
    }
    .effect .mbox .swiper-pagination{
        bottom: 0;
    }
    .effect .mbox .swiper-pagination .swiper-pagination-bullet{
        width: 7px;
        height: 7px;
        background: #229AF4;
        opacity: 0.5;
    }
    .effect .mbox .swiper-pagination .swiper-pagination-bullet-active{
        width: 21px;
        opacity: 1;
        border-radius: 4px;
    }
    .zdadv{
        margin: 48px 0;
        padding-bottom: 1px;
    }
    .zdadv::before{
        background-image: none;
    }
    .zdadv .box{
        margin: 32px -12px 0;
    }
    .zdadv .box .item{
        width: 50%;
        padding: 0 12px;
        margin-bottom: 24px;
        pointer-events: none;
    }
    .zdadv .box .item:last-child{
        margin-bottom: 0;
    }
    .zdadv .box .item .itemBox{
        height: auto;
        padding: 24px 48px 32px;
    }
    .zdadv .box .item .itemBox .img{
        width: 56px;
        height: 56px;
    }
    .zdadv .box .item .itemBox .tit{
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
    }
}
