@charset "utf-8";
.swiper-container {width: 750px; height: 400px;}
	.swiper-slide img{max-width: 100%;max-height: 100%;position: absolute;top:50%;left: 50%;-webkit-transform: translate(-50%,-50%); /*-webkit-是厂商前缀*/
		-ms-transform: translate(-50%,-50%); /*-ms-是厂商前缀*/
		transform: translate(-50%,-50%);
}
@media screen and (max-width: 949px) {
.swiper-container{width: 100%;height: 200px;}
}