﻿*{
margin:0;
padding:0;
}

body{
margin:0 auto;
text-align:center;
background:#F2F1D7;
padding:0;
font-size:14px;
font-family:tahoma,Verdana,Arial,'雅黑','宋体';
}

ul li{
list-style:none;
}
h1,h2,h3,h4,h5,h6{
text-align:left;
font-size:14px;
}
li,p,dt,dd{
text-align:left;
}

a{
text-decoration:none;
color:#333;
}
img{
border:none;
}
.clear{
clear:both;
}
.header {
	width: 950px;
	margin:0 auto;
	height: 129px;
	background: url(../images/header.jpg) no-repeat;
}

.nav {
	width: 950px;
	margin:0 auto;
	height: 34px;
	background: url(../images/topbc.jpg);
}

.nav ul li {
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	float: left;
	font-weight: bold;
	font-size: 14px;
	background: url(../images/nav_li.gif) no-repeat right center;
}

.nav ul li a {
	color: #F8FCFD;
	width: 110px;
	height: 34px;
	line-height: 34px;
	display: block;
}

.nav ul li a:hover {
	background: url(../images/nav_bg.jpg) no-repeat -10px -66px;
	color: #336699;
}

.nav .lastli {
	height: 34px;
	line-height: 34px;
	width: 290px;
	color: #fff;
	background:none;
}

.lastli input {
	text-align: center;
	width: 60px;
	height: 26px;
}

.bottomnav {
	width: 950px;
	margin:0 auto;
	height: 34px;
	background: url(../images/nav_bg.jpg) no-repeat 0 -66px;
}

.bottomnav ul li {
	line-height: 34px;
	color: #555;
	float: left;
	width: 150px;
	text-align: center;
}

.bottomnav ul li a {
    color: #555;
	width: 150px;
	height: 34px;
	display: block;
}

.bottomnav ul li a:hover {
	text-decoration: underline;
}

.footer {
	width: 950px;
	margin:0 auto;
	height: 75px;
	background: #fff;
	clear: both;
	color: #666;
	font-size: 12px;
}

.footer a {
	text-decoration: none;
	color: #666;
}

.footer a:hover {
	color: #000;
}

.footer p {
	text-align: center;
	padding-top: 18px;
}