@charset "utf-8";
/*  Global resets
------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:20px;
	color:#58595B;
	line-height:20px;
	font-family: "宋体", sans-serif;
}

fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a, a:link {
	color:#58595B;
	text-decoration:none;
}
img {
	border:0;
}

/* Clear Fix */ 
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac */ 
.clearfix {
	display:block;
}
/* End hide from IE Mac */ 
/* end of clearfix */

.clear {
	background-color: transparent;
	overflow: hidden;
	clear: both;
	height:0;
}
/* seo */
.seo_hidden{
	display:none;
}
.float {
	float:left;
}
.div_line {
	overflow: hidden;
	clear:both;
	height:8px;
}
.div_line2 {
	overflow: hidden;
	clear:both;
	height:20px;
}

/* header */
#header{
height:115px;
background-image:url(../images/top_bg.jpg);
background-position:center;
background-repeat:no-repeat;
}
#header_content{
margin:0px 0px 0px 800px;
padding-top:10px;
text-align:left;
}
.header_img{
padding:10px 0px 0px 10px;
}



/* NavMenu 导航菜单 */


#navigation, #navigation li ul {
	list-style-type:none;
}
#navigation {
	margin:0px;
}
#navigation li {
	float:left;
	text-align:center;
	position:relative;
}
#navigation li a:link {
	border:0;
	display:block;
	color:#fff;
	font-weight:bold;
	width:81px;
	height:26px;
	line-height:26px;
	padding-left:0px;
}
#navigation li a:visited {
	border:0;
	display:block;
	color:#fff;
	font-weight:bold;
	width:81px;
	height:26px;
	line-height:26px;
	padding-left:0px;
}
#navigation li a:hover {
	color:#aa874b;
	background:#ffcf56;
	line-height:24px;
	width:81px;
}
#navigation li ul {
	display:none;
	position:absolute;
	color:#ffcf56;
	top:26px;
	left:0;
	margin-top:0px;
	width:80px;
	background:#fff;
	font-weight:100;
    /*filter:progid:DXImageTransform.Microsoft.DropShadow(color=#999999, offX=2, offY=2, positives=true);*/
}
#navigation li ul a:link {
	border:0;
	color:#aa874b;
	background:#fff;
	width:78px;
	font-weight:100;
}
#navigation li ul li {
	text-align:left;
	border:0;
	color:#fff;
	background:#fff;
	width:78px;
	font-weight:100;
	height:24px;
}
#navigation li ul li a:link {
	padding-left:3px;
	height:24px;
	width:77px;
}
#navigation li ul li a:hover {
	padding-left:3px;
	text-align:left;
	border:0;
	color:#fff;
	background:#ffcf56;
	width:77px;
	font-weight:100;
	height:24px;
}
#navigation li ul li a:visited {
	padding-left:3px;
	border:0;
	color:#aa874b;
	width:77px;
	font-weight:100;
	height:24px;
}
#menu {
	line-height:26px;
	width:980px;
	height:26px;
	background-image:url(../images/topline_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#menu_left {
	line-height:26px;
	float:left;
	padding-left:16px;
	width:730px;
	height:26px;
}
#menu_right {
	border:1px;
	padding-left:46px;
	line-height:26px;
	float:left;
	width:180px;
	height:26px;
}
#menu_right_1 {
	float:left;
	width:80px;
}
#menu_right_2 {
	float:left;
	width:80px;
}



/*--footer 底部样式--*/
#footer{
width:980px;
margin:0 auto;
}
#footer_main {
	white-space:nowrap;
	color:#fff;
	float:left;
	height:103px;
	width:931px;
}
#footer_main a {
	white-space:nowrap;
	color:#fff;
}
.footer_top {
	height:69px;
	background-image:url(../images/bottom_line_h_bg.jpg);
}
.footer_top a {
	color:#aa874b;
}
.footer_top_left {
	float:left;
	width:299px;
	padding-top:10px;
	height:59px;
}
.footer_top_mid {
	float:left;
	width:380px;
	padding-top:10px;
	height:59px;
}
.footer_top_right {
	float:left;
	width:210px;
	padding-top:10px;
	height:59px;
}
.footer_bottom {
	height:22px;
	padding-top:4px;
	background-color:#0063AF;
}
.footer_bottom_left {
	color:#FFFFFF;
	float:left;
	width:820px;
}
.footer_bottom_right {
	color:#FFFFFF;
	float:left;
	width:110px;
}
/*--End Global resets--*/

