.about{
	padding: 90px 0 120px;
}
.about .container{
	position: relative;
}
.about .bigEn{
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 22;
}
.about .Info{
	width: 45.45454545454545%;
	float: left;
	position: relative;
	z-index: 77;
}
.about .Info .tit{
	font-size: 32px;
	color: #333333;
	line-height: 36px;
	margin: 24px 0 65px;
}
.about .Info .cont{
	font-size: 16px;
	color: #2d2b2b;
	line-height: 32px;
}
.about .Pic{
	width: 50.60606060606061%;
	float: right;
	margin-top: 90px;
}

.culture{
	padding: 45px 0 70px;
	background: url(../image/qywh-back.jpg) no-repeat top center;
	background-size: cover;
}
#qywhSwiper{
	margin-top: 108px;
}
.qywh-list{
	color: #fff;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.4);
	text-align: center;
	height: 400px;
	padding-top: 86px;
    transition: all .5s ease;
}
.qywh-list:hover{
	background: #f39545;
	padding-top: 40px;
    transition: all .5s ease;
}
.qywh-list .en{
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 18px;
}
.qywh-list .cn{
	font-size: 36px;
	line-height: 40px; 
}
.qywh-list .line{
	width: 67px;
	height: 1px;
	background: #f9c89e;
	margin: 38px auto 0;
	opacity: 0;
    transition: all .5s ease;
}
.qywh-list:hover .line{
	opacity: 1;
    transition: all .5s ease;
}
.qywh-list .sub{
	font-size: 16px;
	padding: 0 61px;
	line-height: 32px; 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 30px;
	opacity: 0;
    transition: all .5s ease;
}
.qywh-list:hover .sub{
	opacity: 1;
    transition: all .5s ease;
}

.honor{
	padding: 65px 0 85px;
}
.honor .abt-tcn,
.honor .abt-ten{
	color: #333333;
}
#honorSwiper{
	margin-top: 54px;
	padding-bottom: 120px;
}
#honorSwiper .pic img{
	display: block;
	width: 100%;
}
#honorN,
#honorP{
	width: 55px;
	height: 55px;
	top: auto;
	margin-top: 0;
	bottom: 0;
}
#honorN{
	background: #f39545 url(../image/HN.png) no-repeat center center;
	right: 45%;
}
#honorP{
	background: #f39545 url(../image/HP.png) no-repeat center center;
	left: 45%;
}
#honorN.swiper-button-disabled{
	opacity: 1;
	background: #c8c8c8 url(../image/HN.png) no-repeat center center;
}
#honorP.swiper-button-disabled{
	opacity: 1;
	background: #c8c8c8 url(../image/HP.png) no-repeat center center;
}

.abt-ten{
	font-family: arial;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.abt-tcn{
	text-align: center;
	font-size: 32px;
	color: #fff;
	margin-top: 18px;
	line-height: 35px;
}
/*================适配=====================*/
@media( max-width:1366px){
	.about .bigEn img{
		width: 60%;
	}
	.pro-class{
		padding: 40px 0;
	}
}
@media( max-width:1280px){
	.qywh-list .cn{
		font-size: 26px;
	}
	.abt-ten{
		font-size:30px;
	}
	.abt-tcn{
		font-size: 26px;
		margin-top: 0;
	}
	
}
@media ( max-width:767px) { 
	.Nylocation .now-lm a{
		margin-right: 14px;
	}
}
@media ( max-width:640px) { 
	.about{
		padding: 15px 0;
	}
	.about .Info,.about .Pic{
		width: 100%;
	}
	 .about .Pic{
		margin-top:25px;
	}
	.about .bigEn{
	 display: none;
	}
	.about .Info .tit-en{
		width: 60%;
	}
	.about .Info .tit{
		font-size: 15px;
		margin: 10px 0;
	}
	.about .Info .cont{
		font-size: 13px;
		line-height: 22px;
	}
	.culture{
		padding: 15px 0;
	}
	.abt-ten{
		font-size: 18px;
		line-height: 30px;
	}
	.abt-tcn{
		font-size: 14px;
		line-height: 18px;
		margin-top: 0;
	}
	.honor{
		padding: 10px 0;
	}
	.culture{
		height: 293px;
		overflow: hidden;
	}
	#qywhSwiper{
		margin-top: 10px;
	}
	.qywh-list{
		padding-top: 15px;
		border: none;
		height: auto;
		text-align: center;
	}
	.qywh-list .ico{
		width: 35px;
		margin: 0 auto;
		height: 42px;
	}
	.swiper-slide:last-child .qywh-list .ico{
	 	
	}
	.qywh-list .en{
		font-size: 15px;
	}
	.qywh-list .cn{
		font-size: 14px;
	}
	.qywh-list .sub{
		display: block;
		width:100%;
		height: auto;
	}
	.qywh-list:hover{
		background: none;
	}
	#honorSwiper{
		padding: 15px 0 60px 0;
		margin-top: 0;
	}
	#honorN, #honorP{
		width: 35px;
		height: 35px;
	 
	}
	#honorP{
		left: 37%;
	}
	#honorN{
		right: 37%;
	}
}
 
 