.swiper-container {
  width: 600px;
  height: 316px;
  color: #fff;
  border:#000 1px solid;
  background-color:#FFF;
  padding:1px;
  text-align: center;
}

.swiper-slide .title {
  height: 288px;
}
.div-center-fluid{
	width: 600px;
	height:30px;
	text-align:center;
}
.swiper-slide p {
  font-size: 14px;
  height:30px;
  line-height:30px;
  background-color:#DDD;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
.pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
