.section6 {
  width: 100%;
  height: 10.8rem;
  position: relative;
  background: url(../image/section6/bg6.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}


.section6 .section6_title {
  width: 3.87rem;
  height: 1.45rem;
  background: url(../image/section6/section6-title.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 1.18rem;
  margin-left: -1.9rem;
  z-index: 5;
}

.swiper6 {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-slide  img {
  display: block;
  width: 8.01rem;
  height: 4.56rem;
  object-fit: cover;
}

.page6-pagination {
  position: absolute;
  top: 8.2rem;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 5;
  height: 32px; 
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  /* 可选：overflow: hidden; */
}
.page6-pagination .swiper-pagination-bullet {
  position: absolute;
  width: .19rem;
  height: .19rem;
  background: url(../image/section6/page6-pagination.png) no-repeat;
  background-size: 100%;
  opacity: 1;
  border-radius: 0%;
}

.page6-pagination .swiper-pagination-bullet:nth-of-type(1) {
  left: 8.3rem;
}
.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(1) {
  left: 8.25rem;
}

.page6-pagination .swiper-pagination-bullet:nth-of-type(2) {
  left: 8.8rem;
}
.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(2) {
  left: 8.75rem;
}

.page6-pagination .swiper-pagination-bullet:nth-of-type(3) {
  left: 9.3rem;
}
.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(3) {
  left: 9.25rem;
}
.page6-pagination .swiper-pagination-bullet:nth-of-type(4) {
  left: 9.8rem;
}
.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(4) {
  left: 9.75rem;
}
.page6-pagination .swiper-pagination-bullet:nth-of-type(5) {
  left: 10.3rem;
}
.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(5) {
  left: 10.25rem;
}
.page6-pagination .swiper-pagination-bullet:nth-of-type(6) {
  left: 10.8rem;
}
.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-of-type(6) {
  left: 10.75rem;
}


.page6-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: .29rem;
  height: .29rem;
  background: url(../image/section6/page6-pagination-active.png) no-repeat;
  background-size: 100%;
}

.mySwiper6 .pagesetion6-button-next,
.mySwiper6 .pagesetion6-button-prev {
  z-index: 5;
}

.mySwiper6 .pagesetion6-button-next {
  position: absolute;
  width: .73rem;
  height: .77rem;
  background: url(../image/section6/pagination_next.png) no-repeat;
  background-size: 100%;
  top: 5rem;
  left: 14.8rem;
  cursor: pointer;
}

.mySwiper6 .pagesetion6-button-prev {
  position: absolute;
  width: .74rem;
  height: .77rem;
  background: url(../image/section6/pagination_prev.png) no-repeat;
  background-size: 100%;
  top: 5rem;
  left: 3.8rem;
  cursor: pointer;
}