@charset "utf-8";

/* 轮播图样式 banner start */
.index_swiper{
  font-size: 0;
}

.swiper-container img{
  width: 100%;
  height: auto;
}

.swiper-container{
  margin-top: 76px;
  text-align: center;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #ebe8e5;
  opacity: 0.8;
  border: 1px solid #ebe8e5;
}

.swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
}

.swiper-container-horizontal >.swiper-pagination-bullets, 
.swiper-pagination-custom, 
.swiper-pagination-fraction{
  bottom: 27px;
}

.swiper-container-horizontal >.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 11px;
}
/* 轮播图样式 banner end */