#banner{
	width:100%;
	float:left;
	height:357px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
#banner .swiper-slide{
	width:100%;
	float:left;
	height:357px;
}
#banner #swiper-slide1{
	background: #065fe3;
}
#banner #swiper-slide2{
	background: radial-gradient(#fff, #e2eaff); 
}

#banner #swiper-slide3{
	background: #e2eaff;
}

#banner .arrow-left {
	background: url(../images/banner_arrow_left.png) no-repeat left top;
	position: absolute;
	left: 20px;
	top: 55%;
	margin-top: -34px;
	width: 41px;
	height: 68px;
	z-index:999;
}
#banner .arrow-right {
	background: url(../images/banner_arrow_right.png) no-repeat left top;
	position: absolute;
	right: 20px;
	top:55%;
	margin-top: -34px;
	width: 41px;
	height: 68px;
	z-index:999;
}
#banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index:999;
}
#banner .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	opacity:1;
	border-radius: 10px;
	background: white;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
#banner .swiper-pagination-bullet-active{
	background: #fdd000;
	width:12px;
}

/*  */

#swiper-slide1 .inner {
	position: relative;
}

.banner_img {
	width: 100%;
	height: 357px;
}

.banner_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.banner_text_name {
	width: 1222px;
	height: 55px;
	background:url('../images/banner_text_bg.png') no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 0 120px;
	text-align: left;
	font-family: DengXian;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #fefefe;
}
