@charset "utf-8";
body{background: #f1f1f1;}
#header{
	position: fixed;
	top: 0;
	background: #fff;
}
#header.suspend{
	background: #fff;
}
#header .menu ul li.about a span.cn{
	
}



#main {
	background: #fff;
}
#main .nav ul li{
	float: left;
	width: 33.33%;
	text-align: center;
	line-height: 70px;
}
#main .nav ul li a{
	font-size: 18px;
}
#main .nav ul li.on a{
	color: #ec141d
}
#main .nav_two{
	margin: 10px 50px 0;
	height: 40px;
	border-bottom: 1px solid #f1f1f1
}
#main .nav_two ul li{
	display: inline-block;
	margin-right: 60px;
}
#main .nav_two ul li a{
	font-size: 16px;
	line-height: 40px;
}
#main .nav_two ul li.on a{
	color: #ec141d;
	border-bottom: 1px solid #ec141d;
	display: block;
	height: 40px;
	line-height: 40px;
}
#main .content{
	padding: 50px;
}
#main .content p{
	margin-bottom: 1em;
	text-indent: 2em;
}
#main .culture_con{
	padding:5px 100px; 
	margin-bottom:15px; 
}
#main .culture_con h4{
	margin-bottom:10px;
	color: #ec141d;
	font-weight: normal;
	font-size: 18px;
}
#main .culture_con p{
	margin-bottom:0;
	text-indent:0;
}

@media screen and (max-width: 768px) {
#banner img{
	width: 100%;
}

#main {
	background: #fff;
}
.nav ul{ width:100%; float:left; clear:both; margin:40px 0 20px 0}
#main .nav ul li{
	float: left; width:auto;
	text-align: center;
	line-height: 40px; background:#f7f7f7; padding:0 10px; margin-right:10px;
}
#main .nav ul li a{
	font-size: 18px;
}
#main .nav ul li.on a{
	color: #ec141d
}
#main .nav_two{
	margin: 10px 50px 0; height:auto;
	border-bottom: 1px solid #f1f1f1
}
#main .nav_two ul li{
	display: inline-block;
	margin-right: 60px;
}
#main .nav_two ul li a{
	font-size: 16px;
	line-height: 40px;
}
#main .nav_two ul li.on a{
	color: #ec141d;
	border-bottom: 1px solid #ec141d;
	display: block;
	height: 40px;
	line-height: 40px;
}
#main .content{
	padding:30px  20px;
}
#main .content p{
	margin-bottom: 1em;
	text-indent: 2em;
	text-align: justify;
}
#main .culture_con{
	padding:5px 0px; 
	margin-bottom:15px; 
}
#main .culture_con h4{
	margin-bottom:10px;
	color: #ec141d;
	font-weight: normal;
	font-size: 16px;
}
#main .culture_con p{
	margin-bottom:0;
	text-indent:0;
}



}