#wrapper {
	position: relative;
	cursor: Default;
	height: auto;
}

.swiper-container {
	position: relative;
	height: auto;
}

.img-responsive {
	margin: 0 auto;
}

.swiper-slide{
	width: 100%;
	height: 100%;
}
.swiper-slide img {
	width: 100%;
}

.swiper-pagination {
	position: absolute;
	height: 20px;
	left: 0;
	text-align: center;
	bottom: 50px;
	width: 100%;
	z-index: 100000;
}

.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 50px;
}

.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-pagination{
		padding-right: 0px;
		bottom: -15px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		padding-right: 0;
		bottom: 10px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 3px;
	}
	.swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
}

@media screen and (max-width:1199px) {
	.swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
}