﻿@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}
body{
	 margin:0 auto;
	font-family: "微软雅黑";
	color: #333333;
}
ul{
 list-style-type:none;
}
a{
	list-style: none;
	color:#333;
	text-decoration: none;
}
li a:hover{
	color: #94373f;	
}
#header-nav .header{
	width: 100%;
	height: 400px;
	background: url(../images/header.jpg) center no-repeat;
}
.nav{
	width:100%;
	height: 60px;
	background: #d10202;
}
.nav_surrounding{
	width: 1200px;
	height: 60px;
	/*background: gray;*/
	margin: 0 auto;
}
.nav li{
	width: 133.3px;
	height: 60px;
	/*background: url(../images/index_03.jpg) right no-repeat;*/
	float: left;
	display: block;
	text-align: center;
}
/*.nav li:first-child{
	background-color: #9e0404;
}
.nav li:last-child{
	background: none;
}*/
.nav li:hover{
	background-color: #9e0404;
}
.nav .nav_surrounding ul a{
	font-size: 20px;
	color: #ffeff5;
	line-height: 60px;
	text-align: center;
	display: block;
	font-weight: bold;
}
.kong{
	width: 1200px;
	float: left;
	height: 20px;
}
#footer{
	width: 100%;
	height: 100px;
	background:#ca1c1d;
	border-top: 4px solid #fff100;
	padding-top: 30px;
	padding-bottom: 20px;
	/*margin-top: 20px;*/
	
	float: left;
}
#footer p{
	color: #fdfdfd;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
}
#footer p a{
	color: #fdfdfd;
}
