/*了解正鹏*/

.about_one,.about_title{
	width: 100%;
	overflow: hidden;
}
.about_title h1{
	color: #333333;
	text-align: center;
}
.about_title span{
	display: block;
	width: 65px;
	background-color: #e60012;
}
.about_oneBox{
	width: 100%;
	overflow: hidden;
	color: #888888;
	font-size: 14px;
	line-height: 20px;
	margin-top: 40px;
}
.about_oneBox img{
	width: 100%;
	margin-top: 35px;
}
@media only screen and (max-width:991px ) {
	.about_one{
		padding: 50px 0 35px;
	}
	.about_title h1{
		font-size: 36px;
	}
	.about_title span{
		height: 3px;
		margin: 20px auto 0;
	}
}
@media only screen and (max-width:767px ) {
	.about_one{
		padding: 30px 0 20px;
	}
	.about_title h1{
		font-size: 24px;
		font-weight: bold;
	}
	.about_title span{
		height: 3px;
		margin: 10px auto 0;
	}
	.about_oneBox{
		margin-top: 20px;
	}
	.about_oneBox img{
		margin-top: 25px;
	}
}
@media only screen and (min-width:992px ) {
	.about_one{
		padding: 80px 0 60px;
	}
	.about_title h1{
		font-size: 30px;
	}
	.about_title span{
		height: 5px;
		margin: 20px auto 0;
	}
}
.about_two{
	width: 100%;
	overflow: hidden;
}
.about_two>li{
	width: 50%;
	overflow: hidden;
	float: left;
	position: relative;
}
.about_twoTitle{
	width: 585px;
	overflow: hidden;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -93px;
	padding-left: 80px;
}
.about_twoTitle h1{
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.about_twoTitle p{
	font-size: 16px;
	font-weight: lighter;
}
.about_twoTitle span{
	display: block;
	width: 80px;
	height: 5px;
	background-color: #FFFFFF;
	margin-top: 20px;
}
@media only screen and (max-width:991px ) {
	.about_twoTitle{
		width: 100%;
	}
	.about_two>li{
		width: 100%;
	}
	.about_two>li:nth-of-type(1){
		display: none;
	}
	.about_two>li img{
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.about_twoTitle{
		margin-top: -57px;
		padding-left: 20px;
	}
	.about_twoTitle h1{
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.about_twoTitle p{
		font-size: 12px;
	}
	.about_twoTitle span{
		width: 80px;
		height: 3px;
		margin-top: 10px;
	}
}
@media only screen and (min-width:992px ) {
	.about_twoTitle{
		width: 485px;
		padding-left: 40px;
	}
	.about_two>li img{
		width: auto;
		height: 400px;
	}
}
@media only screen and (min-width:1200px ) {
	.about_twoTitle{
		width: 585px;
		padding-left: 80px;
	}
	.about_two>li img{
		width: 100%;
		height: auto;
	}
}
/*荣誉资质*/
.about_three{
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	background-color: #f2f2f2;
}
.honor_menu{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #666;
	font-weight: bold;
	margin: 17px 0 50px;
}
.honor_menu li{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin-right: 5px;
	transition: all 0.5s;
	cursor: pointer;
}
.honor_menu li:nth-of-type(3){
	margin: 0;
}
.honor_menu li.honor_menuNow{
	color: #FFFFFF;
	background-color: #e60012;
}
.honor_menu li:hover{
	color: #FFFFFF;
	background-color: #e60012;
}
.about_threeBanner{
	width: 100%;
	height: auto;
	position: relative;
}
.about_honor{
	width: 100%;
	height: auto;
	display: none;
}
.honor{
	width: 100%;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.honor .honor_img{
	width: 100%;
	height: 215px;
	overflow: hidden;
	line-height: 215px;
	background-color: #FFFFFF;
}
.honor_img img{
	width: 215px;
	transition: all 0.5s;
}
.honor h3{
	background-color: #b5b5b5;
	color: #ffffff;
	font-size: 16px;
	padding: 15px 0;
}
.honor:hover img{
	transform: scale(1.1);
}
.honor:hover h3{
	background-color: #E60012;
}
.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 10;
	opacity: 1;
	cursor: pointer;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled{
	background-image: url(../img/honor_nextB.png);
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev.swiper-button-disabled {
	background-image: url(../img/honor_prevB.png);
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/honor_prevR.png);
	left: -65px;
	right: auto;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/honor_nextR.png);
	right: -65px;
	left: auto;
}
@media only screen and (max-width: 991px) {
	.about_three{
		padding: 45px 0 65px;
	}
	.honor_menu{
		margin: 25px 0 45px;
	}
	.about_threeBanner{
		width: -moz-calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
		height: auto;
		margin: 0 auto;
		position: relative;
	}
}
@media only screen and (max-width:767px ) {
	.about_three{
		padding: 30px 0 35px;
	}
	.honor_menu{
		margin: 15px 0 25px;
	}
	.honor_menu li {
		width: 90px;
	    padding: 5px;
	    line-height: 14px;
	}
	.about_threeBanner{
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
	}
	.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
		left: -45px;
		transform: scale(0.8);
	}
	.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
		right: -45px;
		transform: scale(0.8);
	}
}
/*宣传视频*/
.about_four{
	width: 100%;
	overflow: hidden;
	padding: 55px 0 45px;
}
.about_video{
	width: 100%;
	max-width: 895px;
	overflow: hidden;
	margin: 40px auto 0;
	position: relative;
}
.about_video video{
	width: 100%;
}
.video_mask{
	width: 100%;
	height: 100%;
	background: url(../img/video.jpg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.video_icon{
	width: 65px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	background-color: rgba(230,0,18,0.77);
	position: relative;
	top: 50%;
	margin: -25px auto 0;
}
.video_share{
	width: 50px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 40px;
	z-index: 10;
	text-align: center;
	cursor: pointer;
}
.video_share h5{
	line-height: 25px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	background-color: #292929;
}
@media only screen and (max-width: 991px) {
	.about_four{
		padding: 45px 0 50px;
	}
}
@media only screen and (max-width:767px ) {
	.about_four{
		padding: 30px 0;
	}
	.about_video{
		margin: 20px auto 0;
	}
	.video_share{
		top: 10px;
		right: 10px;
	}
}