@CHARSET "UTF-8";

body, th, td, input, select, textarea, button, a {
font-weight: normal;
color: #808A8D;
}
a {
text-decoration: none;
font-weight: bold;
}
IMG {
border-width: 0;
vertical-align: bottom;
}
strong {
color: #8bbb3c;
}
h3 {
color: #696969;
font-size: 13px;
}
* html p {
margin-top: 23px;
}
hr {
height: 1px;
border: none;
border-top: 1px solid #bbb;
margin: 20px 0 0 0 ;
padding: 0;
}
* html hr {
margin: 0 0 0 0 ;
}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}
body {
padding: 0;
margin: 0;
background-color: #ffffff;
line-height: 14px;
overflow-y: scroll!important;
}

/*header*/
#header {
width: 950px;
margin: 0 auto;
padding: 20px 0 0 0;
}
	#header_left {
	float: left;
	padding: 39px 0 0 0;
	}
	#header_right {
	float: right;
	text-align: right;
	}
	* html #header_right {
	width: 531px;
	}
		#header_right_add a {
		font-weight: normal;
		}
		#header_right_ul {
		float: left;
		margin: 20px 0 0 0;
		padding: 0;
		font-size: 15px;
		color: #7c9550;
		}
		.header_right_li {
		float: left;
		list-style: none;
		text-align: center;
		margin: 0 0 0 20px;
		padding: 4px 10px 9px 0;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color: #FFFFFF;
		}
		.header_right_li.current {
		/*border-color: #000000;*/
		/*background-image: url('../image/style/header-menu-bg1.gif');*/
		background-position: repeat-x;
		color: #FFFFFF;
		}
		.header_right_ul_link {
		font-weight: normal;
		font-size: 18px;
		color: #7c9550;
		}
		.header_right_li.current .header_right_ul_link {
		color: #FFFFFF;
		}
		#header_right_add strong {
		color: #383C33;
		}
		.header_right_li strong {
		font-weight: normal;
		color: #383C33;
		}
		.header_right_li.current strong {
		color: #FFFFFF;
		}

/*footer*/
#footer {
width: 950px;
margin: 0 auto;
padding: 10px 0 35px 0;
font-size: 9px;
}
	#footer a {
	font-weight: normal;
	font-size: 9px;
	}
	#footer_left {
	}
	#footer ul {
	float: right;
	padding: 0;
	margin: 0;
	}
	* html #footer ul {
	margin-top: -15px;
	}
	#footer li {
	float: right;
	list-style: none;
	text-align: center;
	padding: 0 2px 0 8px;
	}

/*body*/
#body1 {
width: 980px;
margin: 0 auto;
/*background-image: url("../image/style/body-bg1.png");*/
background-repeat: repeat-x;
background-position: top;
}
#body2 {
width: 980px;
margin: 0 auto;
/*background-image: url("../image/style/body-bg2.png");*/
background-repeat: repeat-x;
background-position: bottom;
padding: 0 0 20px 0;
}
	#body_path {
	text-align: right;
	padding: 9px 17px 0 0;
	height: 20px;
	margin-bottom: -12px;
	position: relative;
	}
		#body_path a {
		text-decoration: underline;
		}
	.body_title {
	/*min-height: 200px;*/
	/*background-image: url("../image/style/bodyTitle-bg.png");*/
	background-position: top;
	background-repeat: no-repeat;
	padding: 13px 15px 0 13px;
	}
		.body_title table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0px;
		}
			.body_title table td  {
			background-color: #0c0c0c;
			padding: 0 30px 0 0;
			word-wrap: break-word;
			word-break: normal;
			color: #8c9388;
			font-size: 12px;
			font-weight: normal;
			}
		.body_title h1 {
		margin-top: -2px;
		color: #F3F3F3;
		font-size: 23px;
		line-height: 25px;
		}
	.body_text {
	/*min-height: 200px;*/
	/*background-image: url("../image/style/bodyText-bg.png");*/
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 13px 9px 14px;
	}
	.body_textLeft {
	/*background-image: url("../image/style/bodyTextLeft-bg.png");*/
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	width: 323px;
	height: 210px;
	}
		.body_textLeft h3 {
		margin: 20px 0 0 12px;
		}
		.body_textLeft_child {
		margin: 10px 15px 0 20px;
		width: 288px;
		height: 150px;
		overflow: hidden;
		}
.headerSubMenu {
position: absolute;
z-index: 10;
/*border: 1px solid #000000;
border-top: 0;*/
background-color: #777777;
margin: 30px 0 0 0;
display: none;
}
	.headerSubMenu ul {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.headerSubMenu p {
	float: none;
	text-align: left;
	margin: 0;
	padding: 5px 15px;
	white-space: nowrap;
	}
	.headerSubMenu p.current {
	background-color: #333333;
	_background-color: #000000;
	}
		.headerSubMenu p a {
		font-size: 13px;
		font-weight: normal;
		color: #FFFFFF;
		}
