@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	font-size: 12px;
	font-family: "微软雅黑", Arial, sans-serif;
	color: #010101;
	background: url(../images/bg_02.jpg) left top repeat;
}
a {
	color: #010101;
	text-decoration: none;
}
a:hover {
	color: #e50312;
	text-decoration: none;
}
img {
	border: 0 none;
}
ol, ul, li {
	list-style: none;
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="submit"] {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.box {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.m1000 {
	min-width: 1000px;
}
.ov {
	overflow: hidden;
}
.body {
	width: auto;
	height: auto;
	min-height: 300px; min-width: 1000px;
	overflow: hidden;
	background: url(../images/bg_01.jpg) center top no-repeat;
}
.header {
	width: 100%;
	height: 151px;
	overflow: hidden;
}
.header .box {
	height: 151px;
	position: relative;
}
.logo {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 11px;
	left: 0px;
}
.hotline {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 53px;
	right: 0px;
}
.menu {
	width: 100%;
	height: 42px;
	background: url(../images/bg_04.png) center center no-repeat;
}
.nav {
	width: 994px;
	height: 26px;
	padding-top: 16px;
	margin: 0 auto;
}
.nav li {
	width: auto;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	padding-right: 1px;
	float: left;
}
.nav li a {
	display: block;
	width: 141px;
	height: 34px;
	color: #ccc;
}
.nav li a:hover, .nav li a.nhover {
	color: #fff;
}
.nav li .nav_box {
	display: none;
	width: auto;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	background: url(../images/bg_05.png) left 0px no-repeat;
	position: absolute;
	z-index: 9999;
}
.nav li .nav_box span {
	display: block;
	width: auto;
	height: 25px;
	background: url(../images/bg_05.png) right -25px no-repeat;
}
.nav li .nav_box a {
	width: auto;
	height: 25px;
	margin: 0px 10px 0 4px;
	float: left;
}
.footer {
	width: 100%;
	height: 237px;
	overflow: hidden;
	background: url(../images/bg_19.png) left center repeat-x;
}
.footer_bg {
	width: 100%;
	height: 16px;
	overflow: hidden;
	background: #952828;
	margin-bottom: 27px;
}
.footer_box {
	width: auto;
	height: 175px;
	overflow: hidden;
	padding-left: 152px;
	background: url(../images/bg_21.jpg) left center no-repeat;
	border: 1px solid #bdbdbd;
}
.footer_left {
	width: auto;
	height: auto;
	padding-top: 25px;
	line-height: 25px;
	color: #010101;
}
.footer_right {
	width: 398px;
	height: auto;
	overflow: hidden;
}
.link {
	width: auto;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #bdbdbd;
	margin: 20px 13px 13px 0px;
	color: #000000;
}
.link a {
	color: #000;
	margin-right: 5px;
}
.link a:hover {
	color: #e50312;
}
.footer_copyright {
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 25px;
	color: #000;
}
.footer_copyright a {
	color: #000;
}
.footer_copyright a:hover {
	color: #e50312;
}
