.banner-slider{
width:100%;
}
.banner-slider .swiper-pagination {
   bottom: -6px !important;
}
.bannerSwiper img{
width:100%;
display:block;
cursor:pointer;
}

/* normal bullet */
.swiper-pagination-bullet{
  width:10px;
  height:7px;
  background:#ccc;
  opacity:1;
  border-radius:50%;
  transition:all .4s ease;
}

/* active bullet */
.swiper-pagination-bullet-active{
  width:40px;
  height:7px;
  border-radius:20px;
  background:#0a3d6b;
}
