#banner {
	width: 100%;
	float: left;
	height: 900px;
	overflow: hidden;
	position: relative;
	top: -90px;
	z-index: 1;
}
#banner .swiper-container {
}
#banner .swiper-slide {
	width: 100%;
	float: left;
	height: 900px;
	overflow: hidden;
}
#banner .swiper-slide .inner{ width:1300px; margin:0 auto; position:relative;}
#banner #swiper-slide1 {
	background: url(../images/banner1.jpg) no-repeat center center;
}

.banner01_1{ height:800px; position:relative; }

.banner01_1 h3{ position:absolute; right:0%;top:50%; }
.banner01_1 p{ position:absolute; right:0%;top:60%; }



#banner #swiper-slide2 {
	background: url(../images/banner2.jpg) no-repeat center center; 
}
#banner #swiper-slide2 .inner{ position:relative;}
#banner #swiper-slide2 .inner .banner02_1{ position:absolute; top:280px; right:0; width: 100%;}
#banner #swiper-slide2 .inner .banner02_1 h3{ font-size:36px; color:#000; line-height:60px; margin-bottom:30px; font-weight: normal; text-align: center;}
#banner #swiper-slide2 .inner .banner02_1 a{ display:block; width:140px; height:33px; background:#000; line-height:33px; text-align:center; color:#fff; font-size:16px; border-radius: 20px; margin: 0 auto}










#banner #swiper-slide3 { position: relative;}

.syspbj:before{ content: ""; position:absolute; left:0; top:0; width:100%; height:100%; z-index: 2; background:rgba(0, 0, 0, 0.5); }


#banner #swiper-slide3 .inner{ position:absolute; top:120px; width:700px; left:50%; margin-left:-350px;  }
#banner #swiper-slide3 .inner .banner03_1{ position:absolute; top:200px; left:0; z-index: 9999; width: 700px;}
#banner #swiper-slide3 .inner .banner03_1 h3{ font-size:42px; color:#fff; line-height:60px; margin-bottom:30px; font-weight: normal; letter-spacing: 5px; text-align: center;}
#banner #swiper-slide3 .inner .banner03_1 p{ font-size:24px; color:#ddd; line-height:32px; text-transform:uppercase; margin-bottom:10px; text-align: center; letter-spacing: 5px; margin-top: 20px; }
#banner #swiper-slide3 .inner .banner03_1 a{ display:block; width:140px; height:33px; background:#000; line-height:33px; text-align:center; color:#fff; font-size:16px; border-radius: 20px; margin: 0 auto}






#banner .arrow-left {
	background: url(../images/banner_arrow.png) no-repeat left top;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 999;
}
#banner .arrow-right {
	background: url(../images/banner_arrow.png) no-repeat left bottom;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 999;
	outline: none;
}
#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;
}
#banner .subbtn {
	text-align: center;
}
#banner .button {
	font-size: 16px;
	color: #fff;
	margin: 0 7px;
	padding: 10px 25px;
	border-radius: 20px;
	text-decoration: none;
	border: 1px solid #fff;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
#banner .button:hover {
	color: #065fe3;
	background-color: #fff;
}
