@charset "UTF-8";
.home-ad-swiper-box {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 1200px;
}
.home-ad-swiper-box .home-ad-swiper-box-inner {
  margin-top: 42.2%;
}
.home-ad-swiper-box .home-ad-swiper-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home-ad-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-ad-swiper .ad-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.home-ad-swiper .ad-img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

/* 分页点样式 */
.home-ad-swiper .swiper-pagination-bullet {
  width: 86px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  margin: 0 8px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 激活状态的分页点 */
.home-ad-swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.home-ad-swiper .home-ad-pagination {
  bottom: 20px;
}
/*# sourceMappingURL=index_ldt2025.min.css.map */
