/* page6 主题 */
.page6.container-scroll {
  width: 720px;
  height: 1436px;
  /* background: url(../image/section6/bg.jpg) no-repeat; */
  position: relative;
  display: flex;
  justify-content: center;
}

.swiper-wrapper .swiper-slide.page6 {
    position: relative;
    overflow: hidden;
}


/* Page 6 全屏轮播图样式 */
.full-screen-swiper-page6-wap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.full-screen-swiper-page6-wap .swiper-slide {
    position: relative;
}

.full-screen-swiper-page6-wap .swiper-slide .slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.full-screen-swiper-page6-wap > .swiper-pagination {
    bottom: -200px;
    left: 0;
    width: 100%;
}


.full-screen-swiper-page6-wap > .paging1 {
    position: absolute;
    bottom: 110px;
    left: 255px;
    width: 25px;
    height: 2px;
    background: url(../image/section6/line.png) no-repeat;
    background-size: 100%;
    z-index: 1;
}
.full-screen-swiper-page6-wap> .paging2 {
    position: absolute;
    bottom: 110px;
    left: 348px;
    width: 25px;
    height: 2px;
    background: url(../image/section6/line.png) no-repeat;
    background-size: 100%;
    z-index: 1;
}
.full-screen-swiper-page6-wap > .paging3 {
    position: absolute;
    bottom: 110px;
    left: 439px;
    width: 25px;
    height: 2px;
    background: url(../image/section6/line.png) no-repeat;
    background-size: 100%;
    z-index: 1;
}

/* 第一个分页器 */
.full-screen-swiper-page6-wap > .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    width: 25px;
    height: 29px;
    position: absolute;
    bottom: 297px;
    left: 211px;
    background: url(../image/section6/paging-btn.png) no-repeat;
    background-size: 100%;
}
.full-screen-swiper-page6-wap > .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    width: 25px;
    height: 29px;
    position: absolute;
    bottom: 297px;
    left: 300px;
    background: url(../image/section6/paging-btn.png) no-repeat;
    background-size: 100%;
}
.full-screen-swiper-page6-wap > .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    width: 25px;
    height: 29px;
    position: absolute;
    bottom: 297px;
    left: 391px;
    background: url(../image/section6/paging-btn.png) no-repeat;
    background-size: 100%;
}
.full-screen-swiper-page6-wap > .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    width: 25px;
    height: 29px;
    position: absolute;
    bottom: 297px;
    left: 482px;
    background: url(../image/section6/paging-btn.png) no-repeat;
    background-size: 100%;
}

/* 第一个分页器激活状态 */
.full-screen-swiper-page6-wap > .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    width: 35px;
    height: 90px;
    position: absolute;
    bottom: 265px;
    left: 215px;
    background: url(../image/section6/paging-active-btn.png) no-repeat;
    background-size: 100%;
}

/* 第二个分页器激活状态 */
.full-screen-swiper-page6-wap > .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    width: 35px;
    height: 90px;
    position: absolute;
    bottom: 265px;
    left: 309px;
    background: url(../image/section6/paging-active-btn.png) no-repeat;
    background-size: 100%;
}

/* 第三个分页器激活状态 */
.full-screen-swiper-page6-wap > .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    width: 35px;
    height: 90px;
    position: absolute;
    bottom: 265px;
    left: 400px;
    background: url(../image/section6/paging-active-btn.png) no-repeat;
    background-size: 100%;
}

/* 第四个分页器激活状态 */
.full-screen-swiper-page6-wap > .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    width: 35px;
    height: 90px;
    position: absolute;
    bottom: 265px;
    left: 482px;
    background: url(../image/section6/paging-active-btn.png) no-repeat;
    background-size: 100%;
}

.full-screen-swiper-page6-wap > .paging-bg {
    position: absolute;

}
/* .hunter-swiper-button-next {
  position: absolute;
      width: 160px;
      height: 71px;
      bottom: 291px;
     background: url(../image/section6/next.png) no-repeat;
     background-size: 100%;
     z-index: 5;
} */

/* 背景文本淡入淡出动画 */
.full-screen-swiper-page6-wap .swiper-slide .slide-bg1-text,
.full-screen-swiper-page6-wap .swiper-slide .slide-bg2-text,
.full-screen-swiper-page6-wap .swiper-slide .slide-bg3-text,
.full-screen-swiper-page6-wap .swiper-slide .slide-bg4-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 4s ease, visibility 4s ease;
}

/* 当slide激活时显示背景文本 */
.full-screen-swiper-page6-wap .swiper-slide-active .slide-bg1-text,
.full-screen-swiper-page6-wap .swiper-slide-active .slide-bg2-text,
.full-screen-swiper-page6-wap .swiper-slide-active .slide-bg3-text,
.full-screen-swiper-page6-wap .swiper-slide-active .slide-bg4-text {
    opacity: 1;
    visibility: visible;
}



/* 添加动画重置类 */
.full-screen-swiper-page6-wap .swiper-slide .slide-roll-text1.reset-animation,
.full-screen-swiper-page6-wap .swiper-slide .slide-roll-text2.reset-animation,
.full-screen-swiper-page6-wap .swiper-slide .slide-roll-text3.reset-animation,
.full-screen-swiper-page6-wap .swiper-slide .slide-roll-text4.reset-animation {
    animation: none;
}

/* 第一 */
.full-screen-swiper-page6-wap .swiper-slide .slide-bg1-text {
    position: absolute;
    top: 450px;
    left: 84px;
    width: 561px;
    height: 345px;
    background: url(../image/section6/world-text-1.png) no-repeat;
    background-size: 100%;
    z-index: 2;
}


.full-screen-swiper-page6-wap .swiper-slide .roll-text-bg1 {
    position: absolute;
    bottom: 230px;
    left: 169px;
    width: 403px;
    height: 316px;
    z-index: 2;
    overflow: hidden;
}
.full-screen-swiper-page6-wap .swiper-slide .slide-roll-text1 {
    width: 403px;
    height: 316px;
    background: url(../image/section6/slide-roll-text1.png) no-repeat;
    position: absolute;
    background-size: 100%;
    z-index: 2;
    animation: rollTextAnimation  15s linear forwards;
    opacity: 0;
}

/* 第二 */
.full-screen-swiper-page6-wap .swiper-slide .slide-bg2-text {
    position: absolute;
    top: 450px;
    left: 84px;
    width: 563px;
    height: 343px;
    background: url(../image/section6/world-text-2.png) no-repeat;
    background-size: 100%;
    z-index: 2;
}

.full-screen-swiper-page6-wap .swiper-slide .roll-text-bg2 {
    position: absolute;
    bottom: 320px;
    left: 107px;
    width: 521px;
    height: 233px;
    z-index: 2;
    overflow: hidden;
}

.full-screen-swiper-page6-wap .swiper-slide .slide-roll-text2 {
    position: absolute;
    background-size: 100%;
    z-index: 2;
    animation: rollTextAnimation2 15s linear forwards;
    opacity: 0;
    width: 521px;
    height: 233px;
    background: url(../image/section6/slide-roll-text2.png) no-repeat;
}


/* 第三 */
.full-screen-swiper-page6-wap .swiper-slide .slide-bg3-text {
    position: absolute;
    top: 450px;
    left: 84px;
    width: 560px;
    height: 343px;
    background: url(../image/section6/world-text-3.png) no-repeat;
    background-size: 100%;
    z-index: 2;
}

.full-screen-swiper-page6-wap .swiper-slide .roll-text-bg3 {
    position: absolute;
    bottom: 320px;
    width: 384px;
    height: 232px;
    left: 173px;
    z-index: 2;
    overflow: hidden;
}

.full-screen-swiper-page6-wap .swiper-slide .slide-roll-text3 {
    position: absolute;
    background-size: 100%;
    z-index: 2;
    animation: rollTextAnimation3 15s linear forwards;
    opacity: 0;
    width: 384px;
    height: 232px;
    background: url(../image/section6/slide-roll-text3.png) no-repeat;
}

/* 第四 */
.full-screen-swiper-page6-wap .swiper-slide .slide-bg4-text {
    position: absolute;
    top: 450px;
    left: 84px;
    width: 563px;
    height: 347px;
    background: url(../image/section6/world-text-4.png) no-repeat;
    background-size: 100%;
    z-index: 2;
}

.full-screen-swiper-page6-wap .swiper-slide .roll-text-bg4 {
    position: absolute;
    bottom: 165px;
    width: 418px;
    height: 398px;
    left: 156px;
    z-index: 2;
    overflow: hidden;
}


.full-screen-swiper-page6-wap .swiper-slide .slide-roll-text4 {
    position: absolute;
    background-size: 100%;
    z-index: 2;
    animation: rollTextAnimation4 15s linear forwards;
    opacity: 0;
    width: 418px;
    height: 398px;
    background: url(../image/section6/slide-roll-text4.png) no-repeat;
}

@keyframes rollTextAnimation {
    0% {
        transform: translateY(316px);
        opacity: 1;
    }
    5% {
        transform: translateY(316px);
        opacity: 1;
    }
    66.67% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes rollTextAnimation2 {
    0% {
        transform: translateY(233px);
        opacity: 1;
    }
    5% {
        transform: translateY(233px);
        opacity: 1;
    }
    66.67% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes rollTextAnimation3 {
    0% {
        transform: translateY(232px);
        opacity: 1;
    }
    5% {
        transform: translateY(232px);
        opacity: 1;
    }
    66.67% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes rollTextAnimation4 {
    0% {
        transform: translateY(398px);
        opacity: 1;
    }
    5% {
        transform: translateY(398px);
        opacity: 1;
    }
    66.67% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}




/* 轮播图标题样式 */
.full-screen-swiper-page6-wap .swiper-slide .slide-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* 当slide激活时显示标题 */
.full-screen-swiper-page6-wap .swiper-slide-active .slide-title {
    opacity: 1;
    visibility: visible;
}

  