.inside-banner {
    height: 740px;
    position: relative;
}
.inside-banner .txtInfor{
    width: 415px;
    margin-top: 180px;
}
.inside-banner .img{
    position: absolute;
    height: 562px;
    right: 13%;
    bottom: 0;
}
.zhenwen{
    margin-top: 46px;
}
.zhenwen .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zhenwen .box .img{
    width: 520px;
    margin-right: 90px;
}
.zhenwen .box .text{
    flex: 1;
}
.zhenwen .box .text .title{
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
}
.zhenwen .box .text .des{
    margin-top: 32px;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 32px;
}
.title-01{
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
    text-align: center;
}
.title-02{
    margin-top: 18px;
    font-family: Verdana;
    font-size: 16px;
    color: #6B7B9B;
    line-height: 19px;
    text-align: center;
}
.zwproduct{
    margin-top: 136px;
    position: relative;
}
.zwproduct::before{
    content: '';
    position: absolute;
    background-image: url("../images/zwproduct_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 9px;
    width: 100%;
    height: 431px;
    z-index: -1;
}
.zwproduct .box{
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zwproduct .box .item{
    width: 33.333%;
    height: 410px;
    background: rgba(255,255,255,0.8);
    box-shadow: 56px 64px 56px -24px rgba(21,36,91,0.06);
    border-radius: 12px;
    padding: 46px 62px 20px;
    text-align: center;
    position: relative;
    transition: all .3s;
}
.zwproduct .box .item:not(:last-child){
    margin-right: 48px;
}
.zwproduct .box .item .img{
    width: 144px;
    height: 144px;
    margin: auto;
}
.zwproduct .box .item .text{
    margin-top: 38px;
}
.zwproduct .box .item .text .tit{
    font-family: Verdana, Verdana;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 29px;
}
.zwproduct .box .item .text .des{
    margin-top: 16px;
    font-family: Verdana;
    font-size: 14px;
    color: #6B7B9B;
    line-height: 17px;
}
.zwproduct .box .item::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    top: 0;
    left: 0;
    background-size: cover;
}
.zwproduct .box .item:nth-child(1)::before{
    background-image: url("../images/zwproduct_icon_01.png");
}
.zwproduct .box .item:nth-child(2)::before{
    background-image: url("../images/zwproduct_icon_02.png");
}
.zwproduct .box .item:nth-child(3)::before{
    background-image: url("../images/zwproduct_icon_03.png");
}
.zwproduct .box .item:hover{
    transform: translateY(-20px);
}
.zwcontent{
    margin-top: 102px;
}
.zwcontent .item{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.zwcontent .item:last-child{
    margin-bottom: 88px;
}
.zwcontent .item:nth-child(2n){
    flex-direction: row-reverse;
}
.zwcontent .item .img{
    width: 680px;
    height: 500px;
}
.zwcontent .item .text{
    flex: 1;
    padding-right: 160px;
}
.zwcontent .item:nth-child(2n) .text{
    padding-right: 0;
    padding-left: 160px;
}
.zwcontent .item .text .tit{
    font-family: "D-DINExp-Bold";
    font-size: 40px;
    color: #233863;
    line-height: 43px;
}
.zwcontent .item .text .des{
    margin-top: 24px;
    font-family: Verdana;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 32px;
}
.zwcontent .item .text .btn{
    margin-top: 32px;
    width: 185px;
    height: 40px;
    background: #00D78A;
    border-radius: 3px;
    font-family: Verdana;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.zwcontent .item .text .btn:hover{
    background:#01b675;
}

@media screen and (max-width: 1800px) {
    .inside-banner .img{
        right: 10%;
    }
}
@media screen and (max-width: 1700px) {
    .inside-banner .img{
        right: 5%;
    }
}
@media screen and (max-width: 1500px) {
    .inside-banner .img{
        right: 0;
    }
}
@media screen and (max-width: 1340px) {
    .inside-banner .img{
        height: 534px;
    }
}
@media screen and (max-width: 1280px) {
    .inside-banner .img{
        height: 518px;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .title-01{
        font-size: 32px;
        line-height: 35px;
    }
    .title-02{
        margin-top: 14px;
        color: #4A4A4A;
        line-height: 24px;
    }
    .m-banner{
        height: 600px;
    }
    .m-banner .m-title{
        text-align: center;
        margin-bottom: 24px;
    }
    .m-banner .m-sub-title{
        text-align: center;
        margin-bottom: 40px;
    }
    .m-banner .earth-img{
        margin-top: 13px;
    }
    .zhenwen .box{
        display: block;
    }
    .zhenwen {
        margin-top: 48px;
    }
    .zhenwen .box .text .title{
        font-size: 32px;
        line-height: 45px;
        text-align: center;
    }
    .zhenwen .box .text .des{
        margin-top: 13px;
        font-family: Verdana;
        font-size: 20px;
        color: #4A4A4A;
        line-height: 32px;
        text-align: center;
    }
    .zwproduct{
        margin-top: 75px;
        background: linear-gradient( 180deg, rgba(235,243,255,0) 0%, #EBF4FF 100%);
    }
    .zwproduct::before{
        background-image: none;
    }
    .zwproduct .mbox{
        margin-top: 32px;
    }
    .zwproduct .mbox .swiper-item{
        margin-bottom: 69px;
        margin-top: 32px;
        opacity: 0.5;
    }
    .zwproduct .mbox .swiper-item .insideBox{
        background: #FFFFFF;
        box-shadow: 0px 10px 30px 0px rgba(21,36,91,0.06);
        border-radius: 7px;
        padding: 25px 24px 0;
        height: 292px;
        position: relative;
    }
    .zwproduct .mbox .swiper-item .insideBox .topbg img{
        position: absolute;
        width: 100%;
        height: 5px;
        top: 0;
        left: 0;
    }

    .zwproduct .mbox .swiper-item.swiper-slide-active{
        top: 0;
        opacity: 1;
    }
    .zwproduct .mbox .swiper-item.swiper-slide-active .insideBox{
        transform: scale(1.2);
    }
    .zwproduct .mbox .swiper-item .insideBox .img{
        width: 80px;
        height: 80px;
        position: relative;
        margin: auto;
    }
    .zwproduct .mbox .swiper-item .insideBox .txt{
        margin-top: 4px;
        text-align: center;
    }
    .zwproduct .mbox .swiper-item .insideBox .txt .tit{
        font-family: Verdana, Verdana;
        font-weight: bold;
        font-size: 16px;
        color: #233863;
        line-height: 19px;
    }
    .zwproduct .mbox .swiper-item .insideBox .txt .des{
        margin-top: 11px;
        font-family: Verdana;
        font-size: 12px;
        color: #6B7B9B;
        line-height: 15px;
    }
    .zwcontent{
        margin-top: 48px;
    }
    .zwcontent .item{
        display: block;
        margin-bottom: 48px;
    }
    .zwcontent .item .text{
        padding-right: 0;
        text-align: center;
    }
    .zwcontent .item .text .tit{
        font-size: 32px;
        line-height: 35px;
    }
    .zwcontent .item .text .des{
        margin-top: 16px;
    }
    .zwcontent .item .text .btn{
        margin-top: 24px;
        width: 100%;
        height: 52px;
        line-height: 52px;
        border-radius: 45px;
        font-weight: bold;
        font-size: 16px;
    }
    .zwcontent .item .img{
        margin-top: 24px;
        width: 100%;
        height: 240px;
    }
    .zwcontent .item:nth-child(2n) .text{
        padding-left: 0;
    }
    .zwcontent .item:last-child{
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 380px) {
    .zwproduct .mbox .swiper-item .insideBox .txt .des{
        line-height:14px;
    }
}
