@charset "utf-8";
* {
	margin:0;
	padding:0;
}
.wrapper{
	width:960px;
	margin:0 auto;
}
.swiper-wrapper {
	width: 100%;
	height:359px;
}
.swiper-wrapper img{
	width:100%;
}
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 205px;
}
