@charset "gb2312";
body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, "宋体";
}
.clear{
	clear:both;
}
#top_zone{
	width:1003px;
	margin:0;
	padding:0;
	height:144px;
	margin-left:auto;
	margin-right:auto;
}
#top{
	width:1003px;
	margin:auto;
	height:106px
}
a{
	color:#033441;
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
	outline:none;
}	
a:hover{
	color:#033441;
	text-decoration:underline;
}
#logo{
	width:131px;
	height:81px;
	margin-left:31px;
	margin-top:11px;
	float:left;
}
#logo_word{
	margin-left:11px;
	float:left;
	margin-top:40px;
}
#top_right{
	width:320px;
	height:101px;
	float:right;
	background:url(../images/top_rbg.gif) no-repeat;
	margin-right:6px;
}
#top_right ul{
	padding:0;
	margin:6px 0 0 131px;
	list-style:none;
	height:15px;
}
#top_right ul li{
	float:left;
	margin-left:20px;
	text-indent:8px;
	display:inline;
	height:15px;
	background:url(../images/logoname_bg.gif) left center no-repeat;
}
.top_bt{
	width:300px;
	height:20px;
	line-height:20px;
	margin:62px auto auto 20px;
	text-align:center;
}
.top_bt a{
	color:#F26C00;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}
.top_bt a:hover{
	color:#044D63;
	text-decoration:underline;
}
/*头部的上半部分制作完成*/
#menu{
	width:1003px;
	height:38px;
	background:url(../images/menu_bg.jpg) repeat-x;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	display:inline;
	margin:0;
	margin-left:35px;
	margin-right:10px;
	padding:0;
}
#menu a{
	background-position:0% 0px;
}
#menu a span{
	background-position:100% 0px;
	color:#DE3A01;
	text-decoration:none;
	display:block;
}
#menu a span a{
	color:#DE3A01;
	text-decoration:none;
	display:block;
}
#menu a span a:hover{
	color:#fff;
	text-decoration:none;
	display:block;
}
/*以下是标签页的菜单制作*/
.bq01{						/*标签页的标识类*/
	font-size:14px;
	padding:0 0 0 3px;
	background:url(../images/m_bt_left.gif) no-repeat left -37px;	
	float:left;	
	text-decoration:none;
}
.bq01 span{
	float:left;
	background:url(../images/m_bt_right.gif) no-repeat right -37px;	
	text-decoration:none;	
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin-left:3px;
	line-height:37px;
	padding:0px 5px 0px 5px;		
}
.bq02{						/*标签页的标识类*/
	font-size:14px;
	padding:0 0 0 3px;
	font-weight:bold;
	background:url(../images/m_bt_left.gif) no-repeat left 0px;
	margin:0;
	float:left;
	text-decoration:none;	
}
.bq02 span{						/*标签页的标识类*/
	float:left;
	background:url(../images/m_bt_right.gif) no-repeat right 0px;	
	text-decoration:none;	
	color:#013D4B;
	font-size:14px;
	margin-left:3px;
	line-height:37px;
	padding:0px 5px 0px 5px;		
}
/*子菜单的样式*/
.sub_menu{
	height:24px;
	width:853px;
	padding-left:150px;
	padding-top:10px;
	background:url(../images/subm_bg.jpg) repeat-x;
	margin-left:auto;
	margin-right:auto;
}
.sub_menu ul{
	list-style:none;
	height:16px;
	margin:0;
	padding:0;
}
.sub_menu ul li{
	height:16px;
	line-height:16px;
	text-align:center;
	float:left;
	padding:0 10px;
	border-left:1px solid #0B4E71;
}
.sub_menu ul li a{
	line-height:16px;
	text-align:center;
	font-size:14px;
	color:#0B4E71;
	display:block;
	float:left;
	font-weight:bold;
	text-decoration:none;
}
.sub_menu ul li a:hover{
	color:#F30;
	display:block;
	text-decoration:underline;
}
/*子菜单的样式结束*/