#banner {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	max-height: 920px;
}
#banner .swiper-container {
	height:100%; line-height: 0;
}
#banner .swiper-slide {
	width: 100%;
	height:100%;
	float: left;
	position: relative;
}
#banner .swiperimg{ width:100%; height:100%; }
#banner .swiperimg img{ max-width:100%; max-height:100%; object-fit:cover;object-position:50%,50% }
#banner .swiper-slide .inner{position: absolute; left:0; right: 0; top: 50%;
	transform: translate(0, -50%); text-align: center;}
#banner .swiper-slide .inner h4{ color:#fff; font-size:var(--font-size-24); font-family:"Microsoft Yahei light","PingFang SC light"; letter-spacing:2px; font-weight:normal; margin-bottom:20px; line-height:1.5; -webkit-transition: all 0.8s cubic-bezier(.4, 0, .2, 1); transition: all 0.8s cubic-bezier(.4, 0, .2, 1);}
#banner .swiper-slide .inner h3{ color:#fff; font-size:var(--font-size-48); font-family:"Microsoft Yahei","PingFang SC"; letter-spacing:5px; font-weight:800; margin-bottom:25px; line-height:2; -webkit-transition: all 0.8s cubic-bezier(.4, 0, .2, 1); transition: all 0.8s cubic-bezier(.4, 0, .2, 1);}
#banner .swiper-slide .inner div{ color:#fff; font-family:"Microsoft Yahei light","PingFang SC light"; text-align: center;  line-height: 1.75; position: relative; padding-top: 36px;}
#banner .swiper-slide#swiper-slide1 .inner div::before{
	content:""; position: absolute; left: 50%; top: 0;transform: translate(-50%, 0); width: 40vw; height: 1px;	display: inline-block; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));;
}
#banner .swiper-slide .inner div b{ font-size:var(--font-size-24);  line-height: 1.75; margin-bottom:10px; display:inline-block; -webkit-transition: all 0.8s cubic-bezier(.4, 0, .2, 1); transition: all 0.8s cubic-bezier(.4, 0, .2, 1);}
#banner .swiper-slide .inner div p {
	display: flex; line-height: 1.75; justify-content: center;-webkit-transition: all 0.8s cubic-bezier(.4, 0, .2, 1); transition: all 0.8s cubic-bezier(.4, 0, .2, 1);
}
#banner .swiper-slide .inner div p span{  line-height: 1.75;
	padding-left: 20px; font-size: var(--font-size-16); margin: 0 20px; background: url(../images/bannerico01.png) left center no-repeat;-webkit-transition: all 0.8s cubic-bezier(.4, 0, .2, 1); transition: all 0.8s cubic-bezier(.4, 0, .2, 1);
}


#banner #swiper-slide1 {

}
#banner #swiper-slide1 .inner{
	top:45%; z-index: 3;
}

#banner #swiper-slide2 {

}
#banner #swiper-slide2 .inner{
	top:41%; 
}
#banner #swiper-slide1 .inner h3{ margin-bottom:2vw; position:relative; padding-bottom:1vw; }
#banner #swiper-slide1 .inner h3::before{
	content:""; position: absolute; left: 50%; bottom: 0;transform: translate(-50%, 0); width: 40vw; height: 1px;	display: inline-block; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));;
}
#banner #swiper-slide2 .inner h3{ margin-bottom:2vw; position:relative; padding-bottom:1vw; }
#banner #swiper-slide2 .inner h3::before{
	content:""; position: absolute; left: 50%; bottom: 0;transform: translate(-50%, 0); width: 40vw; height: 1px;	display: inline-block; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));;
}
#banner #swiper-slide2 .inner div{padding-top: 0; font-size: var(--font-size-24); letter-spacing: 8px;}
#banner #swiper-slide3 {

}
#banner #swiper-slide3 .inner{
	top:41%; 
}
#banner #swiper-slide3 .inner h3{ letter-spacing:10px;text-indent: 10px;}
#banner #swiper-slide3 .inner p{ font-size:22px; letter-spacing:6px;text-indent: 6px; }


#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;
	outline: none;
}
#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: 15px;
	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: var(--font-size-16);
	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;
}
