/* 公共 CSS Document */
body, ul, li, p, h1, h2, h3, h4, h5, h6, input, select, dl, dd, dt, form {
	margin:0;
	padding:0;
	font-family:arial, "宋体";
}
body {
	background:url(bg.jpg) no-repeat center top #fdd386;
	font-size:12px;
}
ul, li, ol {
	list-style:none;
}
img {
	border:0
}
a {
	text-decoration:none;
	color:#444;
}
a:hover {
	color:#892029;
	text-decoration:underline;
}
.wrap {
	width:1002px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.h10 {
	height:10px;
	overflow:hidden;
}
/**/
.banner{
	height:300px;
}
.nav {
	width:100%;
	height:44px;
	line-height:44px;
	background:url(nav_bg.png) repeat-x 0 0;
	position:relative;
	z-index:100;
}
.nav li {
	float:left;
	border-left:#ee7305 1px solid;
	border-right:#c8250f 1px solid;
	z-index:100;
}
.nav li h2 a {
	color:#fff;
	display:block;
	padding:0 11px;
	font-size:13px;
	white-space:nowrap;
}
.nav li h2 a:hover{
	color:#fff !important;
	background:url(nav_activebg.png) repeat-x 0 0;
}
.nav li.nav_active {
	background:url(nav_activebg.png) repeat-x 0 0;
}
.nav li.nav_active a{
	padding:0 15px;
}
.nav_sub{
	position:absolute;
	width:100%;
	left:0;
	top:46px;
	z-index:1000;
	display:none;
	white-space:nowrap;
}
.nav li .nav_sub a{
	padding:0 10px;
	color:#444;
}
.nav li .nav_sub a:hover{
	color:#d2390c;
}
.a_hover .nav_sub{
	display:block;
}
.tip {
	position:relative;
	width:100%;
	height:50px;
	line-height:50px;
	color:#454545;
	background:url(tip_bg.png) repeat-x 0 0;
}
.tip p {
	padding-left:10px;
	display:none;
}
.tip span, .block li span, .c_main li span {
	color:#892029;
	padding:0 5px 0 10px;
	font-size:10px;
}
.search {
	position:absolute;
	right:10px;
	top:0;
	width:320px;
	height:45px;
	line-height:45ppx;
}
.search input {
	padding:0 5px;
	height:21px;
	line-height:21px;
	border:#d2d3d7 1px solid;
	color:#666;
}
.search input.button_search {
	width:50px;
	height:23px;
	line-height:23px;
	background:url(button_searchbg.png) repeat-x left center;
	color:#333;
	cursor:pointer;
}
.footer {
	border-top:#c60101 8px solid;
	padding:30px 0;
	line-height:20px;
}
.footer td {
	text-align:center;
}