.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.abTitle{
	text-align: center;
	font-size: 40px;
	color:#000;
	font-weight: 600;
}
.abTitle p{
	font-size: 16px;
	font-weight: 400;
	color:#666;
	line-height: 24px;
}
li{
	list-style: none;
}

.mobile-cate li.page-navbtn {
	display: none;
}

/*banner*/
.wrap-head{
/*	background: url(../images/nyaboutbg.jpg) no-repeat center center;*/
}


/*介绍*/
.ab-Profile{
	margin-top: 40px;
}
.abCon{
	padding-top: 50px;
}
.ableftCon{
	width: 50%;
	font-size: 16px;
	line-height: 26px;
	color:#333;
}

.abVideo{
	width: 44%;
}

.abinclude li{
	width: 48%;	
}
.abinclude li .abimg{
	width:100%;
	overflow: hidden;
}
.abinclude li .abimg img{
	width:100%;
	height: 100%;
	transition: all .3s;
}
.abinclude li:hover .abimg img{
	transform: scale(1.1);
}
.includeCon{
	background: #f2f2f2;
	padding: 40px;
	min-height: 300px;
}
.includeCon h3{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 20px;
}
.list2Con{
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.abinclude{
	margin-top: 80px;
}

/*发展历程*/
.wrap-history{
	background: #f2f2f2;
	padding: 70px 0;
	margin: 80px 0 70px 0;
}
.his-tory{
	padding-top: 50px;
}
.his-tory .img{
	width: 48.5%;
}
.his-tory .img img{
	width: 100%;
	height: 100%;
}
.his-tory-con{
	font-size: 16px;
	color:#333;
	line-height: 28px;
	flex: 0 0 46%;
    align-self: center;
}


.cultureLst{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.cultureLst li{
	width: 32.33%;
	margin-bottom: 20px;
	cursor: pointer;
}
.cultureLst li .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cultureLst li .img img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.cultureLst li .img:hover img{
	transform: scale(1.1);
}
.Cer{
	padding-top: 50px;
}
.cercon{
	flex: 0 0 50%;
	align-self: center;
	font-size: 16px;
	line-height: 28px;
	color:#333;
}

.Cer .img{
	width: 42.22%;
}
.Cer .img img{
	width: 100%;
	height: 100%;
}
/**/
.quality3{
	padding-top: 50px;
	margin-bottom: 80px
}
.quality3 li{
	width: 31.66%;
}
.quality3 li .img {
	width:100%;
	overflow: hidden;
}
.quality3 li .img img{
	width:100%;
	height: 100%;
	transition: all .3s;
}
.quality3 li:hover .img img{
	transform: scale(1.1);
}
.qualityCon{
	background: #f2f2f2;
	padding: 30px;
	min-height: 260px;
}
.qualityCon h3{
	font-size: 20px;
	font-weight: 600;
	color:#000;
	padding-bottom: 20px;
}
.qualityCon h4{
	font-size: 16px;
	color:#555;
	line-height: 24px;
}

@media (max-width: 768px) {
	.wrap-head {
		background-size: cover;
	}

	.nyabout {
		width: 100%;
		padding: 15px 0;
	}

	.nyabout h3 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.nyabout .abwz {
		font-size: 16px;
		line-height: 24px;
	}

	.nyabout a {
	    font-size: 14px;
	    width: 120px;
	    height: 40px;
	    line-height: 40px;
	    margin-top: 10px;
	}

	.abTitle {
		font-size: 24px;
	}

	.ableftCon {
		width: 100%;
	}

	.abVideo {
		width: 100%;
		margin-top: 30px;
	}

	.abVideo video {
		width: 100% !important;
	}

	.abCon {
		padding-top: 30px;
	}

	.abinclude {
		margin-top: 40px;
	}

	.abinclude li {
		width: 100%;
		margin-top: 20px;
	}

	.his-tory .img {
		width: 100%;
	}

	.his-tory-con {
		flex: 0 0 100%;
		margin-top: 30px;
	}

	.cultureLst li {
		width: 49%;
	}

	.wrap-history {
		padding: 40px 0;
    	margin: 60px 0;
	}

	.cercon {
		flex: 0 0 100%;
	}

	.Cer .img {
		width: 100%;
		margin-top: 30px;
	}

	.quality3 li {
		width: 100%;
		margin-top: 20px;
	}

	.quality3 {
		padding-top: 30px;
		margin-bottom: 50px;
	}
}

