.swiper-container {
  width: 480px;
  height: 235px;
  color: #fff;
  background-color:#FFF;
  padding:0px;
  text-align: center;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 350px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 25px;
  height: 15px;
  background: #555;
  margin-right: 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
