@charset "utf-8";
* { padding: 0; margin: 0; }
body {
	font-size: 12px;
	color: #333;
	font-family: Tahoma, arial, "微软雅黑", 宋体, sans-serif;
	background-color: #f3f3f3;
	background-image: url(../images/body_bg.jpg);
}
h1, h2, h3, h4, h5, h6, strong, th, b { font-weight: normal; }
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dd, form, fieldset, legend, input, select, textarea, button, caption, th, td, blockquote, pre { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
ul, li { list-style-type: none; }
.clear { clear: both; height: 0; font-size: 0; line-height: 0; }
img { border: 0; }
a { color: #333; text-decoration: none; }
a:hover { color: #FF6600; text-decoration: none; }
.l { float: left; }
.r { float: right; }

.body_top {
	font-size: 12px; line-height: 26px; color: #fff; background-color: #000; height: 26px;
}
.body_top_box { width: 1015px; margin: 0 auto; }
.body_main {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	min-width: 1015px;
}
.header {
	background-image: url(../images/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 251px;
	width: 1015px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.nav_box {
	height: 60px; width: 658px; margin-left: 346px; margin-bottom: 6px;
}
.nav_box a {
	display: block; float: left; height: 60px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
}
.nav_box a.nav1 { width: 107px; background-position: 0 0; }
.nav_box a.nav2 { width: 90px; background-position: -107px 0; }
.nav_box a.nav3 { width: 92px; background-position: -197px 0; }
.nav_box a.nav4 { width: 91px; background-position: -289px 0; }
.nav_box a.nav5 { width: 90px; background-position: -380px 0; }
.nav_box a.nav6 { width: 92px; background-position: -470px 0; }
.nav_box a.nav7 { width: 96px; background-position: -562px 0; }
.nav_box a:hover { background-image: url(../images/nav2.jpg); }
.nav_box a.nav1:hover { background-position: 0 0; }
.nav_box a.nav2:hover { background-position: -107px 0; }
.nav_box a.nav3:hover { background-position: -197px 0; }
.nav_box a.nav4:hover { background-position: -289px 0; }
.nav_box a.nav5:hover { background-position: -380px 0; }
.nav_box a.nav6:hover { background-position: -470px 0; }
.nav_box a.nav7:hover { background-position: -562px 0; }

.flash {
	height: 185px;
	width: 100%;
	/* 不再重复 logo 背景，由 .header 统一显示，避免重叠错位 */
}
.link_w a { color: #fff; }
.link_w a:hover { color: #ff0; }

.main {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 1004px;
	padding: 0 5px 12px 6px;
	margin: 0 auto;
	min-height: 400px;
	overflow: hidden;
}

.body_footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 153px;
	width: 100%;
}
.footer {
	font-size: 12px; line-height: 30px;
	background-image: url(../images/footer_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 121px;
	width: 1015px;
	padding: 2px 0 30px;
	margin: 0 auto;
}
.footer p {
	width: 964px; margin: 0 auto; padding-top: 20px;
	border-top: 1px solid #ccc;
}
