﻿@charset "utf-8";
/* CSS Document */
body {
	background: #7c9bb0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "宋体";
	line-height: 180%;
}
a {
	text-decoration: none;
	color: #4a6d81;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
.alert {
	text-align: center;
	color: #f00;
	height: 30px;
}
.space {
	padding: 0 0 8px;
}
#container {
	margin: 0 auto;
	width: 962px;
}
#container li {
	list-style-type: none;
}
#head_nav li {
	float: right;
	padding: 5px 8px;
	color: #fff;
}
#head_nav a {
	color: #fff;
}
#head_nav a:hover {
	text-decoration: underline;
}
#menu {
	height: 36px;
	background: url(../images/menu_08.gif);
	border-bottom: 2px #f19120 solid;
}
#menu ul { margin: 0; padding: 0 0 0 22px; }
#menu li {
	float: left;
	padding: 11px 12px 0;
	color: #fff;
}
#menu li a {
	color: #fff;
	text-decoration: none;
}
.botton {
	border: 1px #666 solid;
	background: #f0f8ff;
	padding: 4px 0 0;
	width: 80px;
}
.textarea {
	border: 1px #ccc solid;
}
#notice {
	height: 20px;
	background: #f4f4f4;
	padding: 6px 0;
	border-bottom: 1px #e4e4e4 solid;
}
#notice ul {
	padding: 0;
	margin: 0;
}
#notice li {
	padding-left: 30px;
}
/*footer start*/
#footer {
	text-align: center;
	background: url(../images/foot_bg.gif);
	height: 135px;
}
#footer ul {
	margin: 0;
}
#foot_nav {
	height: 30px;
	color: #fff;
}
#foot_nav a {
	color: #fff;
}
#foot_nav ul {
	padding: 6px 0 0 280px;
}
#foot_nav li {
	float: left;
	padding: 0 10px;
}
#footer p {
	color: #4a6d81;
	padding: 14px 0 0;
	margin: 0;
}
