.Z02Top {
    position: relative;
    padding-top: 15px;
    padding-bottom: 85px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text01 {
    width: calc(100% - 880px);
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text01 h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #000;
}

.text01 p {
    font-size: 15px;
    line-height: 35px;
    color: #333;
    margin-top: 30px;
}

.Z02Top .imgBox {
    width: 875px;
}

.z02_1Swiper {
    position: relative;
    padding: 30px 0;
}

.z02_1Slide .img {
    width: 100%;
}



.z02_1Slide .desc {
    position: relative;
}

.z02_1Slide .desc .img2 {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

.z02_1Slide .desc span {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 35px;
    overflow: hidden;
    color: #fff;
    display: flex;
}

.z02_1Slide .desc span h1 {
    font-size: 36px;
    line-height: 40px;
    opacity: .2;
    width: 40px;
    font-style: italic;
    display: inline-block;
}

.z02_1Slide .desc span h2 {
    font-size: 20px;
    line-height: 40px;
    width: calc(100% - 40px);
    text-align: center;
}


.z02_1Slide.swiper-slide-prev,
.z02_1Slide.swiper-slide-next {
    transform: scale(0.9);
    opacity: 0.4;
}

.z02_1Slide.swiper-slide-active {
    transform: scale(1.1);
}


.z02_1Swiper .swiper-button-next {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #CA1C1D url(../../image/ico10_4.png) no-repeat center;
    position: absolute;
    top: 30%;
    right: 20%;
    left: auto;
    z-index: 3;
    color: #fff0;
    transition: all .3s;
}


@media (max-width:1600px) {
    .text01 {
        width: calc(100% - 700px);
    }

    .text01 h1 {
        font-size: 40px;
    }

    .text01 p {
        font-size: 14px;
        margin-top: 30px;
    }

    .Z02Top .imgBox {
        width: 700px;
    }
}

@media (max-width:1200px) {
    .text01 {
        width: 100%;
    }

    .Z02Top .imgBox {
        margin-top: 45px;
        width: 100%;
        max-width: 800px;
    }
}

@media (max-width:640px) {
    .text01 {
        padding: 0;
        margin-bottom: 0.5rem;
    }

    .text01 h1 {
        font-size: .45rem;
        font-weight: bold;
    }

    .text01 p {
        font-size: .24rem;
        line-height: .45rem;
        margin-top: 0.3rem;
    }

    .z02_1Slide .desc span {
        padding: 0.3rem;
        padding-top: 0.2rem;
    }

    .z02_1Slide .desc .img2 {
        height: 30vw;
    }

    .z02_1Slide .desc span h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .z02_1Slide .desc span h2 {
        font-size: 16px;
        line-height: 35px;
    }

    .z02_1Swiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .Z02Top .imgBox {
        margin-top: 0.5rem;
    }
}



.box1 .item {
    padding: 150px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box1 .item:nth-child(2n+1)::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -20%;
    width: 140%;
    height: 100%;
    background: #f2f2f2;
}

.box1 .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.box1 .item .img {
    width: 45%;
    overflow: hidden;
}

.box1 .item .img img {
    width: 100%;
    transform: scale(1.08);
    transition: 0.3s;
}

.box1 .item .text01 {
    padding: 0;
    width: 46%;
}

.dian {
    position: absolute;
    top: -130px;
}

@media (max-width:992px) {
    .box1 .item {
        padding: 1rem 0;
    }

    .box1 .item .img {
        width: 100%;
    }

    .box1 .item .text01 {
        width: 100%;
        margin-top: 0.4rem;
    }

    .dian {
        position: absolute;
        top: -80px;
    }
}