.banner{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
	position: relative;
}
.swiper-container-banner{
	width: 100%;
	height: 500px;
}
.swiper-container-banner .swiper-slide{
	background-repeat: no-repeat;
	background-size: 1920px 1000px;
	background-position: center;
	height: 500px;
	width:100%;
	margin: auto;
}
.banner-text{
	margin: 0 auto;
	width: 420px;
	text-align: center;
	top: 138px;
	position: absolute;
	left: 50%;
	margin-left: -210px;
	z-index: 222;
}
.banner-text h1{
	font-size: 48px;
	color: #fff;
	text-shadow: 2px 0 5px rgba(0,0,0,.69);
	margin-bottom: 12px;
	font-weight: normal;
}
.banner-text p{
	font-size: 22px;
	color: #fff;
	text-shadow: 2px 0 5px rgba(0,0,0,.69);
}

