.banner {
	width: 100%;
	height: 500px;
	text-align: center;
}


/* Demo Styles */

html {
	height: 100%;
}

body {
	margin: 0;
	font-family: SimSun,Times New Roman, Times New Roman;
	font-size: 13px;
	line-height: 1.5;
	position: relative;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.red-slide {
	background: #ca4040;
}

.blue-slide {
	background: #4390ee;
}

.orange-slide {
	background: #ff8604;
}

.green-slide {
	background: #49a430;
}

.pink-slide {
	background: #973e76;
}

.swiper-slide .title {
	font-style: italic;
	font-size: 42px;
	margin-top: 80px;
	margin-bottom: 0;
	line-height: 45px;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 50%;
	bottom: 10px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 12px;
	/*border-radius: 8px;*/
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-slide>div {
	height: 500px;
}