
/* CSS Document */

#np-contact{
	position:relative;
	width:100%;
	margin:0 auto;
}
#np-contact .box{
	position:absolute;
	z-index:99;
	left:14%;
	top:320px;
	height:auto;
	padding:50px 80px 50px 50px;
	text-align:left;
	background:rgba(255,255,255,.9);
}
#np-contact .box:after{
	position:absolute;
	z-index:34;
	left:0;
	top:-10px;
	width:100%;
	height:10px;
	background:#d91e24;
	background-image:-webkit-linear-gradient(180deg, #d91e24, #0275C6, #0275C6);
	content:'';
}
#np-contact .box>h3{
	display:block;
	margin-bottom:20px;
	color:#0275C6;
	font-size:36px;
	font-weight:bold;
}
#np-contact .box>p{
	display:block;
	font-size:16px;
	line-height:27px;
	margin-bottom:10px;
}


#np-contact .map{
	height:800px;
}








@media only screen and (max-width: 1180px){
	#np-contact .box{
		position:relative;
		left:0;
		top:0;
		height:auto;
		padding:50px;
		background:rgba(255,255,255,1);
	}

}

@media only screen and (max-width: 780px){
	#np-contact .feedback>.con .item {
		padding: 5px 0;
	}
	#np-contact .feedback>.con .w50{
		float:none;
		width:100%;
	}
}

@media only screen and (max-width: 420px){

	#np-contact .box>.txt>h3 {
		font-size: 30px;
	}

	#np-contact .feedback {
		padding:16px;
	}
	#np-contact .feedback>.tit {
		font-size: 24px;
	}
	#np-contact .feedback>.tips {
		font-size: 12px;
	}


}








