@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}


body {
	font-size:12px;
	font-family:"宋体";
}
a{ color: #FF0000; text-decoration:none;}



#main{ width:776px; margin:0 auto;}

#header {
	width:766px;
	height:237px;
	margin:0 auto;
	background:url(../images/logo.jpg) no-repeat;
	margin-top:60px;
}
#nav {
	width:766px;
	margin:0 auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
#nav .title {
	overflow:hidden;
	height:35px;
	border-bottom:1px solid #F43900;
}
.title h1 {
	font-size:24px;
	color:#000;
	font-family:"黑体";
	float:left;
	line-height:35px;
}
.title .about {
	font-size:18px;
	float:right;
	font-family:"黑体";
	width:120px;
	height:35px;
	line-height:35px;
}
.title .about a {
	display:block;
	background:#FF6F02;
	text-align:center;
	color:#fff;
	text-decoration:none;
	border:1px solid #F43900;
}
.title .about a:hover {
	background:#FF9A16;
	color:#fff;
	text-decoration:none;
}
ul.nav_list {
	list-style:none;
}
.nav_list li {
	float:left;
	font-size:18px;
	height:35px;
	font-family:"黑体";
	line-height:35px;
	margin-right:10px;
}
.nav_list li a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 20px;
	background:url(../images/nav_bg.gif) repeat-x;
	border-bottom:1px solid #F43900;
	border-left:1px solid #F43900;
	border-right:1px solid #F43900;
}

.nav_list li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/nav_bg_a.gif) repeat-x;
}

#foot{ width:766px; margin:0 auto;}
#foot p{ line-height:35px; color:#666; text-align:center;}
