.carouselfigure {
	margin-top: 40px;
}

.carouselfigure h2 {
	margin: 20px auto;
}


/*通用轮播图	*/

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 80%;
}

.swiper-button-next {}

.swiper-button-prev {}

.swiper-button-prev {
	background: url(../images/new_btn.png) no-repeat !important;
	height: 28px !important;
	background-position: left !important;
	left: 4px !important;
}

.swiper-button-next {
	background: url(../images/new_btn2.png) no-repeat !important;
	height: 28px !important;
	background-position: right !important;
	right: 4px !important;
}