﻿@charset "utf-8";
/* CSS Document */
body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	color:#323232;
	font-size:12px;
	font-family:"宋体,Tahoma,serif,Verdana,Arial,Helvetica,";
	text-align:left;
	line-height:24px;
}
div {
	word-wrap:break-word;
}
ul, ol {
	list-style-type:none;
}
select, input, img, select {
	vertical-align:middle;
}
.input_style {
	border:1px solid #b7b7b7;
	background:#F9F9F9;
	font-size:12px;
}
/* 默认链接 */
a {
	text-decoration:none;
}
a:link {
	color:#323232;
}
a:visited {
	color:#323232;
}
a:hover, a:active, a:focus {
	text-decoration:underline;
	color:#323232;
}
a.bold:link {
	color:#323232;
	font-weight:bold;
}
a.bold:visited {
	color:#323232;
	font-weight:bold;
}
a.bold:hover {
	text-decoration:underline;
	color:#323232;
	font-weight:bold;
}
/**/
#base_box {
	width:100%;
	clear: both;
	background: url(../images/head_bg.jpg) no-repeat top center;
}
#header_box {
	width:100%;
	clear: both;
	
}
#header_main_box {
	width:100%;
}
#main_box {
	width:100%;
	clear: both;
}
#content_box {
	width:980px;
	margin:20px auto;
}
#footer_box {
	width:100%;
	height:390px;
	font-family:"Tahoma";
	clear: both;
	background: url(../images/foot_bg.jpg) no-repeat top center;
}
#footer_main_box {
	width:980px;
	margin:0px auto;
}
