/* base style */
* {
	margin:0;
	padding:0;
	outline:none;
}
a:link {
	text-decoration:none;
	cursor:pointer;
}
img {
	border:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table td {
	vertical-align:top;
}
address {
	font-style:normal;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.vatop {
	vertical-align:top;
}
.vamiddle {
	vertical-align:middle;
}
.vabottom {
	vertical-align:bottom;
}
.wh100 {
	width:100%;
}
.mt10 {
	margin-top:10px;
}
.mauto {
	margin-left:auto;
	margin-right:auto;
}
body {
	font-family:"宋体", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0px;
	line-height:22px;
	background:#ffffff url(top_bg1.jpg) center 33px repeat-x;
}
/* 头部 */
.header {
	height:33px;
	line-height:33px;
	overflow:hidden;
	color:#666666;
}
.header ul {
	width:980px;
	margin:0px auto;
	font-size:12px;
}
.header ul li {
	float:left;
}
.header .fl {
	width:200x;
	_padding-top:7px;
}
.header .fl a {
	margin-right:15px;
}
.header .fl img {
	padding:0px 4px 0px 0px;
}
.header .fr {
	float:right;
	_padding-top:11px;
	margin-right:10px;
}
.header .fr a{
	padding-left:16px;
	color:#666666;
}
.main_top_bg {
	width:100%;
	margin:0px auto;
}
.nav {
	width:980px;
	padding-top:250px;
	margin:0 auto;
	background:url(main_nav.jpg) no-repeat center 250px;
	height:43px;
}
.nav ul {
	position:relative;
	margin:0 auto;
	margin-left:14PX;
	text-align:center;
}
.nav ul li {
	float:left;
	width:136px;
	height:43px;
	background: url(ico_06.png) no-repeat right 10px;
	background-img:no;
	text-align:center;
}
.nav ul li a {
	text-align:center;
	display:block;
	color:#fff;
	width:100%;
	height:43px;
	line-height:43px;
	font-size:14px;
	font-weight:bold;
}
.nav_bot {
	background: url(bg_nav-hover.jpg) no-repeat center;
	color:#383838;
	text-align:center;
	margin-top:0px;
	border:solid #a9cfe5 1px;
	width:978px;
	margin:0 auto;
	height:33px;
	line-height:33px;
}
.nav ul li.last {
	background-image:none;
}
.welcome {
	background: url(ico_calendar.png) no-repeat 10px center;
	padding-left:30px;
}
.weather {
	padding: 2px 0 0 20px;
}
.nav ul li a:hover {
	background-color:none;
	color:#FFFF00;
}
.nav_search {
	float:right;
	height:41px;
	padding-right:10px;
}
.nav_search .s_p {
	width:190px;
	height:22px;
	line-height:22px;
	background: url(bg_search.jpg) no-repeat;
	text-indent:34px;
	color:#666;
	border:none;
	vertical-align:top;
	margin-top:5px;
}
.s_p {
	margin-right:2px;
}
.search_submit {
	width:50px;
	height:22px;
	background:url(btn_search.jpg) no-repeat center;
	border:none;
	cursor:pointer;
	line-height:22px;
	vertical-align:top;
	margin-top:5px;
	margin-right:6px;
}
/**导航**/

/**底部**/
.footer {
	height:70px;
	width:980px;
	margin:10px auto;
	line-height:30px;
}
.footer .copyright {
	padding-top:8px;
	text-align:center;
	line-height:24px;
	color:#999999;
}
.copyright a {
	color:#999999;
}