
/* CSS Document */

#np-about{
	width:100%;
	margin:0 auto;
	background:url("../images/about_bg.jpg") no-repeat;
	background-position:center bottom;
	background-size:100% 100%;
}
#np-about>.wrap{
	width:90%;
	max-width:1460px;
	padding-bottom:150px;
	margin:0 auto;
}
#np-about .box{
	width:100%;
}
#np-about .box>.txt{
	font-size:16px;
	line-height:28px;
	color:#444;
	text-align:left;
}
#np-about .box>.txt>p{
	display:block;
	margin-bottom:20px;
	line-height: 40px;
    width: 80%;
    margin: 20px auto;
}


#np-about .statistics{
	margin:0 auto;
	padding-top:50px;
}
#np-about .statistics>ul{
	width:70%;
	margin:0 auto;
}
#np-about .statistics>ul>li{
	display:inline-block;
	float:left;
	width:33.33%;
	 text-align:center;
}

#np-about .statistics>ul>li h3{
	font-weight:normal;
	font-size:56px;
	color:#d91e24;
	padding:10px 0;
}
#np-about .statistics>ul>li p{
	display:block;
	font-size:16px;
	color:#888;
}


#np-culture{
	width:100%;
	background:url("../images/culture_bg.jpg") no-repeat;
	background-position:0 0;
	background-size:cover;
	margin:0 auto;
}
#np-culture>.wrap{
	width:90%;
	max-width:1460px;
	padding:80px 0;
	margin:0 auto;
}
#np-culture .title>h3{
	position:relative;
	display:inline-block;
	color:#fff;
	font-size:32px;
	font-weight:700;
}
#np-culture .title>h3:after{
	position:absolute;
	z-index:5;
	left:50%;
	bottom:-20px;
	margin-left:-30px;
	width:60px;
	height:1px;
	background:#c40213;
	content:'';
}
#np-culture .container{
	margin:0 auto;
	padding:120px 0;
}
#np-culture .container>.item{
	position:relative;
	display:inline-block;
	float:left;
	width:27.33%;
	height:300px;
	margin:0 3%;
	box-sizing:border-box;
	border-radius:8px;
	background:rgba(255,255,255,.9);
	transition:all .35s;
}
/*#np-culture .container>.item>.ico{
	position:relative;
	z-index:5;
	top:-50px;
	display:inline-block;
	background:#c40213;
	border-radius:100%;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
}
*/


#np-culture .container>.item>.ico{
	width:120px;
	height:76px;
	background:#0275C6;
	display: inline-block;
	position: relative;
	top:-40px;
	line-height: 76px;
	color:#fff;
	text-align: center;
	transition:all .35s;
}
#np-culture .container>.item>.ico:after{
	content:"";
	width:0;
	border-left:60px solid transparent;
	border-right:60px solid transparent;
	border-bottom:26px solid #0275C6;
	position:absolute;
	right:0;
	top:-26px;
}
#np-culture .container>.item>.ico:before{
	content:"";
	width:0;
	border-right:60px solid transparent;
	border-left:60px solid transparent;
	border-top:26px solid #0275C6;
	position:absolute;
	left:0;
	bottom:-26px;
}

#np-culture .container>.item>.ico>img{
	width:auto;
	height:90%;
	margin:0 auto;
}
#np-culture .container>.item>.tit{
	position:relative;
	font-size:18px;
	font-weight:600;
	color:#333;
	transition:all .35s;
}
#np-culture .container>.item>.tit:after{
	position:absolute;
	z-index:5;
	left:50%;
	bottom:-16px;
	margin-left:-20px;
	width:40px;
	height:1px;
	background:#c40213;
	content:'';
}
#np-culture .container>.item>.txt{
	box-sizing:border-box;
	padding:30px 60px;
	text-align:center;
	font-size:14px;
	line-height:28px;
	color:#666;
}
#np-culture .container>.item:hover{
	background:rgba(255,255,255,1);
	box-shadow:0 0 20px rgba(0,0,0,.2);
	transform:translateY(-20px);
}
#np-culture .container>.item:hover .ico{
	transform:rotateY(360deg);
}
#np-culture .container>.item:hover .tit{
	color:#c40213;
}






@media only screen and (max-width: 1280px){


	#np-about .statistics>ul{
		width:70%;
	}

	#np-about .statistics>ul>li h3{
		font-size:40px;
	}
	#np-about .statistics>ul>li p{
		font-size:14px;
	}




	#np-culture .container>.item {
		height: 320px;
	}
	#np-culture .container>.item>.txt {
		padding: 20px 50px;
		font-size: 13px;
		line-height: 24px;
	}

}

@media only screen and (max-width: 980px){


	#np-about .statistics>ul{
		width:100%;
	}

	#np-culture .container>.item>.txt {
		padding: 20px;
		font-size: 12px;
		line-height: 20px;
	}
}


@media only screen and (max-width: 780px){

	#np-about .box>.txt {
		font-size: 14px;
		line-height: 24px;
	}
	#np-about .statistics>ul>li{
		display:block;
		float:none;
		width:100%;
		border:1px solid #eee;
		padding:20px;
		box-sizing:border-box;
		margin-top:-1px;
	}

	#np-culture .container {
		padding-bottom:0;
	}

	#np-culture .container > .item{
		position:relative;
		display:block;
		float:none;
		width:100%;
		height:auto;
		margin:0 auto 100px auto;
	}

}
@media only screen and (max-width: 420px){
	#np-about .box>.slogan {
		font-size: 20px;
	}
}
