.swiperAll {
	width: 100%;
	/*height: 600px;*/
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}

.inupicNew {
	width: 100%;
	/*height: 600px;*/
	overflow: hidden;
	margin: auto;
	position: relative;
}

.inupicNew>img {
	width: 100%;
	/*height: 100%;*/
}

.pfNew {
	width: 200px;
	height: 100px;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 20px;
	background: rgba(38, 75, 128, 0.9);
	color: #fff;
	text-align: center;
}

.pfdNew {
	font-size: 30px;
	line-height: 35px;
	padding-top: 10px;
}

.pfdNew>span {
	display: block;
	font-size: 12px;
	line-height: 22px;
}

.inubicNew {
	width: 92%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 15px;
	position: absolute;
}

.inubtitNew {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: auto;
	font-size: 16px;
	text-align: justify;
}

.inubcitNew {
	width: 100%;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin: auto;
	text-align: justify;
	color: #797979;
}