#wrapper {
	position: relative;
	cursor: Default;
	height: auto;
}
.img-responsive {
	margin: 0 auto;
}
.swiper-container {
	position: relative;
	height: auto;
	overflow-x: hidden;
}

.swiper-slide{
	width: 100%;
	height: 100%;
}
.swiper-slide img {
	width: 100%;
}

.swiper-pagination {
	position: absolute;
	height: 20px;
	left: 0;
	text-align: right;
	bottom: 100px;
	width: 100%;
	z-index: 100000;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 30px;
	text-align: center;
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: solid 1px #999999;
	border-radius: 10px;
	margin: 0 4px;
	cursor: pointer;
	z-index: 1000;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #ac1e23;
}


@media screen and (max-width:1199px) {
	/**轮播斑斓图内容css**/
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 10px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 3px;
	}
	.swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
}