/* CSS Document */
body{
	text-align:center;
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#000;
	margin: 0px;
	background-color: #FFFFbc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th {
margin:0;
padding:0;
}
/*合并边线,边线空间至零.*/
table,tr,td {
	border-collapse:collapse;
	border-spacing:0;
	font-family: "宋体";
	text-decoration: none;
}
/*清除边线*/
fieldset{
border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}
li {
list-style:none;
}
caption, th {
text-align:left;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}
/*添加空字符清除融合*/
q:before, q:after {
content:”;
}
abbr, acronym {
border:0;
font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
vertical-align:text-top;
}
sub {
vertical-align:text-bottom;
}
input, textarea, select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
/*to enable resizing for IE*/
/*在ie下重定义*/
input, textarea, select {
*font-size:100%;
}
/*because legend doesn’t inherit in IE */
/*IE下legend不继承 */
legend {
color:#000;
}
#container{
	width:1000px;
	text-align:left;
	margin:0 auto;
	background:#fff;
}
.banner{
	background:url(../images/banner.jpg) no-repeat;
	height:206px;
}
.nav{
	margin-top:3px;
	background:url(../images/menu.png) no-repeat;
	height:72px;
}
.nav ul{
	padding:4px 0 0 10px;

}
.nav ul li{
	display:inline;
	color:#fff;
	line-height:26px;
	margin:0 4px;
}
.nav ul li a{
	color:#fff;
}
.nav ul li a:visited{
	text-decoration:none;
	color:#fff;
}
.nav ul li a:hover{
	text-decoration:none;
	color:#fe0;
}
a:link {
	color: #289900;
	text-decoration: none;
}
a:visited {
	color: #289900;
	text-decoration: none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
}



#footer{
	width:1000px;
	text-align:left;
	margin:0 auto;
	background-color: #fff;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height:112px;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
	line-height:20px;
	padding-top:28px;
}
.clear{
    border-top:1px solid transparent !important;
    margin-top:-1px !important;
    border-top:0;
    margin-top:0;
    clear:both;
    visibility:hidden;
}
#login {
	font-size: 12px;
	color:#289900;
	background-color: #e0f3bc;
	width:990px;
	margin:0 auto;
	height:28px;
}
#login p {
	color:#289900;
	padding-top:5px;
	text-indent:32px;
	height:20px;
	line-height:20px;
}

