/*关于我们 块5  aabbccc*/
.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }

    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}

.swiper-button-about {
    --swiper-navigation-size: 1.5rem;
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
    .swiper-slide img {
        width: 70%;
        height: auto;
    }
}

@media screen and (min-width: 760px) and (max-width: 992px) {
    .swiper-slide img {
        width: 60%;
        height: auto;
    }

}

.about-block5 {
    background: #F3F3F3;
}

.about-block5 .about-block5-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.about-block5 .about-block5-swiper {
    max-height: 130px;
}

.about-block5 .swiper-wrapper .swiper-slide {
    height: 130px;
}

/*--关于我们 块5 结束*/
