@media screen and (max-width: 992px) and (min-width:0px) {


    .bannerSlide .text h1 {
        font-size: 32px;
        line-height: 1.5;
    }

    .bannerSlide .text .desc {
        line-height: 1.5;
    }

    .box3 .title {
        margin-top: 60px;
    }

    .box3 .title .desc {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .box5Swiper {
        width: 100%;
        height: auto;
    }

    .box5Swiper::after {
        display: none;
    }

    .box3ImgBox img {
        width: 50%;
    }

    .box5 .Box5Img,
    .box5 .title {
        width: 100%;
    }

    .box5 .Box5Img img {
        margin: 45px 0;
        width: 300px;
    }

    .box5Swiper .swiper-slide,
    .box5Swiper .swiper-slide-prev,
    .box5Swiper .swiper-slide-next,
    .box5Swiper .swiper-slide-active,
    .box5Swiper .swiper-slide-next+.swiper-slide {
        left: 0 !important;
        transform: none !important;
        padding-left: 0 !important;
    }

    .box5Swiper .swiper-slide {
        display: flex;
        align-items: flex-start;
        padding-top: 45px;
        transition: 0s;
    }

    .box5Swiper .swiper-slide .text h2 img {
        display: none;
    }

    .box5Swiper .swiper-slide .text h2 {
        display: none;
        transition: 0s;
    }

    .box5Swiper .swiper-slide .text {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box5Swiper .swiper-slide .text h1 {
        margin: 0px auto;
        margin-top: 45px;
        font-size: 18px;
        display: none;
        transition: 0s;
    }

    .box5Swiper .swiper-slide-active .text h1 {
        display: block;
    }

    .box5Swiper .swiper-slide-active .text h2 {
        display: block;
        position: absolute;
        left: auto;
        bottom: -45px;
        width: 96vw;
        padding: 0 30px;
        text-align: center;
        max-width: initial;
    }

    .box5Swiper .swiper-slide h2 p {
        display: none;
    }

    .box5Swiper .swiper-slide::after {
        left: calc(50% - 6px);
        top: 0px;
    }

    .box5Swiper {
        margin-top: -90px;
        padding-bottom: 45px;
    }

    .box5Swiper .swiper-slide {
        margin-top: 0;
    }

    .box5Swiper .swiper-slide-prev,
    .box5Swiper .swiper-slide-next {
        margin-top: 45px;
    }

    .box5Swiper .swiper-slide-active {
        margin-top: 90px;
    }
}