.top {
	width:100%;
	height:60px;
	display:block;
}



.swiper-container {
  width: 100%;
  height: 70px;
  color: #fff;
  text-align: center;
  padding-bottom:6px;
  
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 45%;
  bottom: 5px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #CBCBCB;
  border:none;
  margin-right:5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #CBCBCB;
}
.swiper-active-switch {
  background: #89699D;
}

