.indexverticalItems {
    margin-top: -100px;
}

.swiper-slide .swiperTxt {
    bottom: 250px;
}

.swiper-pagination-bullet {
    opacity: 0.6 !important;
    background: #ffffff !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
    opacity: 1 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 110px !important
}

.swiper {
    width: 100%;
    /* height: 708px; */
}


.swiper-slide .swiperTxt {
    position: absolute;
    /* width: 992px; */
    left: 50%;
    margin-left: -152px;
    top: 50%;
}

.swiper-slide .swiperTxt .bannerTxt2 {
    padding: 55px 0 45px 0;
}

.swiper-slide .swiperTxt .bannerBtn>a:last-child {
    margin-left: 10px;
}

.swiper-slide .swiperTxt .bannerBtn>a:hover {
    opacity: 0.5;
}

.swiper-slide>img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wave {
    width: 100%;
    height: 158px;
    z-index: 2;
    position: relative;
    margin-top: -155px;
    background: url(/v2/img/wave.png) no-repeat top;
}

/*媒体查询*/
@media screen and (min-width:1024px) {}

@media screen and (min-width:320px) and (max-width:1023px) {
    .swiper {
        /* height:569px; */
    }

    .swiper-slide .swiperTxt {
        width: 100%;
        left: 0;
        margin-left: 0;
        top: 64%;
    }

    .bannerTxt1 {
        text-align: center;
        font-size: 32px;
    }

    .swiper-slide .swiperTxt .bannerTxt2 {
        text-align: center;
    }

    .swiper-slide .swiperTxt .bannerTxt2 {
        padding: 15px 0 20px 0;
    }

    .bannerBtn a img {
        display: block;
        margin: 0 auto;
    }

    .indexverticalItems {
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-flex;
        margin: 10px 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 30px !important;
        ;
    }
}

.videoSwiper {
    margin-top: -30%;
    width: 60%;
}

.videoSwiper a img {
    width: 100%;
}

.swiper-pagination-bullet {
    background-color: #ddd !important;
    width: 25px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
}

.swiper-pagination {
    position: inherit;
    margin-top: 10px;
}

.swiper-pagination-bullet-active {
    background: #d29771 !important;
    opacity: 1 !important;
}