/*banner*/

.bann{
	margin:0 auto;
	max-width:1920px;
	position: relative;
	z-index: 9990;
}

.bannerPanel,
.banner{
	height: inherit !important;
}


.bannerPanel {
	width:100%;
	float:left;
	position:relative;
	display: block;
	
}

.bannerPanel .swiper-wrapper {
	position:relative;
	
}

.bannerPanel .swiper-pagination-bullet {
	opacity: .6;
	background:#fff;
}
.bannerPanel .swiper-pagination-bullet-active {
	width:20px;
	height:8px;
	border-radius:8px;
	background:#fff;
	opacity:1;
}
.banner {
	width:100%;
	float:left;
	position:relative;
	
}
.pc-banner {
	width:100%;
	height:100%;
	float:left;
}

.banner-tp .swiper-container {
	width: 100%;
	height: 100%;
}
.bannerPanel .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner-nr {
	width:100%;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	-webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}
.banner-nr div {
	width:1600px;
	float:left;
	text-align:center;
}

.banner-nr h2 {
	width:100%;
	float:left;
	font-size:26px;
	color:#fff;
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
	animation-duration:1s;
}

.banner-nr p {
	width:100%;
	float:left;
	font-size:18px;
	color:#fff;
	line-height:36px;
	margin-top:20px;
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
	animation-duration:1.4s;
}