@charset "utf-8";
* {
	margin:0;
	padding:0;
}
.wrapper{
	width:740px;
	margin:0 auto;
}
.swiper-wrapper {
	width: 100%;
	height:255px
}
.swiper-wrapper img{
	width:100%;
}
.swiper-slide {
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 205px;
}
.swiper-button-next, .swiper-button-prev {
	margin-top: -35px !important;
}