@CHARSET "UTF-8";
html, body
{
	width: 100%;
	height: auto;
	overflow-x: hidden;
	font-size: 12px;
	font-family: "微软雅黑";
	background-color: #ffffff;
	cursor: default;	
}
* { margin: 0px; padding: 0px; }
a, img { border: 0px; text-decoration: none; }
ul, li { list-style: none; }
.ClearBoth { clear: both; }
.RelativeLayer { width: 100%; height: 100%; position: relative; }

#header_frame
{
	width: 100%;
	height: 121px;
	position: relative;
	z-index: 101;
	background: url('../images/header_bg.png') repeat-x;
}
#header_layer
{
	width: 1000px;
	height: 114px;
	margin: 0px auto;
	position: relative;
	z-index: 101;
}
#logo
{
	display: block;
	width: 472px;
	height: 72px;
	background: url('../images/logo.png') no-repeat;
	position: absolute;
	z-index: 100;
}

#header_quick
{
	position: absolute;
	top: 13px;
	right: -2px;
	line-height: 18px;
	font-family: "宋体";
	color: #d5d5d5;
	z-index: 100;
}
#header_quick a { color: #999999; }
#header_quick a:hover { color: #770403; }

#search_layer
{
	position: absolute;
	top: 39px;
	right: 0px;
	z-index: 100;	
	border: 1px solid #770403;
}
#search_key
{
	width: 182px;
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	border: 0;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color: #cccccc;
}
#search_button
{
	width: 22px;
	height: 22px;
	border: 0px;
	background: url(../images/search_button.png) no-repeat;
	float: left;
	cursor: pointer;
}

#main_menu
{
	width: 1001px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	background: url(../images/menu_item_bg.gif) no-repeat left center;
	position: absolute;
	top: 72px;
	left: -1px;
	z-index: 100;
}
#main_menu li
{
	width: 143px;
	height: 42px;
	background: url(../images/menu_item_bg.gif) no-repeat right center;
	float: left;
	position: relative;
}
#main_menu li a 
{ 
	display: block;
	width: 144px;
	height: 42px;
	color: #770303;
	text-align: center;
	position: absolute;
	top: 0px;
	left: -1px;
}
#main_menu li a:hover, #main_menu li .a_sel, #current_page  
{
	color: #ffffff !important;
	font-weight: bold;
	background-color: #770303;
}

#sub_menu_frame
{
	width: 100%;
	height: 246px;
	overflow: hidden;
	position: absolute;
	top: 114px;
	left: 0px;
	z-index: 100;
	display: none;
}
#sub_menu_layer
{
	width: 100%;
	height: 246px;
	margin-top: -246px;
	background: url(../images/sub_menu_bg.png) repeat-x;
}
#sub_menu_content
{
	width: 1000px;
	height: 220px;
	margin: 0px auto;
	position: relative;
}
#sub_menu_content .sub_menu
{
	width: 603px;
	height: 160px;
	position: absolute;
	top: 34px;
}
#sub_menu_content .sub_menu .sub_menu_list, #sub_menu_content .sub_menu .sub_menu_list li
{
	width: 105px;
	float: left
}
#sub_menu_content .sub_menu .sub_menu_list { margin-right: 58px; }
#sub_menu_content .sub_menu .sub_menu_list li { height: 34px; }
#sub_menu_content .sub_menu .sub_menu_list li a
{
	display: block;
	width: 97px;
	height: 28px;
	line-height: 28px;
	padding-left: 18px;
	background-color: #f3edd5;
	background-image: url(../images/sub_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 9px -22px;
	font-size: 13px;
	color: #8c0e0e;
}
#sub_menu_content .sub_menu .sub_menu_list li a:hover
{
	color: #ffffff;
	font-weight: bold;
	background-color: #892525;
	background-position: 9px 12px;
}
#sub_menu_content .sub_menu .ad
{
	display: block;
	width: 200px;
	height: 150px;
	line-height: 30px;
	font-size: 13px;
	color: #414141;
	text-align: center;
	float: left;
	margin-right: 20px;
}


#footer_frame
{
	width: 100%;
	height: 65px;
	background-color: #ebddaa;
	position: relative;
	z-index: 100;
}
#footer_layer
{
	width: 1000px;
	height: 65px;
	margin: 0px auto;
	position: relative;
}
#copyright, #share_layer
{
	position: absolute;
	top: 12px;
	line-height: 24px;
	color: #bcb188;
}
#copyright a, #copyright span 
{
	font-family: Arial, "微软雅黑"; 
	color: #7d5019;
}

#share_layer
{
	right: 0px;
	color: #7d5019;
}
#share_layer a { color: #7d5019; }
#share_layer .share
{
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	padding: 0px;
	background-image: url(../images/share.png);
	background-repeat: no-repeat;
	float: right;
}
#share_01 { background-position: 0px 0px; }
#share_02 { background-position: 0px -18px; }
#share_03 { background-position: 0px -36px; }