@import "../swiper-bundle.min.css";
.new-index-banner {
  width: 100%;
}
.new-index-banner .swiper {
  width: 100%;
  height: 100%;
}
.new-index-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-index-banner .swiper-button-next:after,
.new-index-banner .swiper-button-prev:after {
  opacity: 0;
}
.new-index-banner .swiper-pagination-bullet {
  width: 32px;
  height: 8px;
  border-radius: 6px;
  background-color: #f4f4f4;
  opacity: 0.8;
}
.new-index-banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.new-index-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.new-index-banner .swiper-pagination-bullet-active {
  background-color: #3cb2e0;
}/*# sourceMappingURL=newbanner.css.map */