@charset "utf-8";
.swiper-container {
  width:100%;
  min-width: 1240px;
  height: 261px;
  color: #fff;
  background: transparent;
  text-align: center;
}
.swiper-wrapper {
 height:100%;
float:left;

}
/*
.swiper-slide {
	
	border:0px solid #f00;
  height: 100%;
  opacity: 1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.swiper-slide img {
	position:absolute;
	left:50%;
	margin-left:-200px;
	vertical-align:middle;
	width:auto;
	max-width:400px; 
	height:auto;
	max-height:261px;
	border:0px;
}
*/
.pagination{position:absolute;text-align:center;left:0;bottom:0;width:100%;line-height:40px;height:40px;z-index:20;}
.swiper-pagination-switch{vertical-align:middle;display:inline-block;border-radius:7px; width:14px;height:14px;background:#bbb;cursor:pointer;-webkit-transition:300ms;-moz-transition:300ms;-ms-transition:300ms;-o-transition:300ms;transition:300ms;margin:0 1px;}
/*
.swiper-pagination-switch:first-child{border-radius:3px 0 0 3px;}
.swiper-pagination-switch:last-child{border-radius:0 3px 3px 0;}
*/
.swiper-visible-switch{background:#bbb;}
.swiper-active-switch{background:#ff494e;}