.select {font-family: "宋体"; font-size: 12px; BEHAVIOR: url('css/selectBox.htc'); cursor: hand; }
/*全局样式*/
*{
	font-size:12px;
}


/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	/*line-height:150%;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
#menu_out{
	width:860px;
	margin-left:auto;
	margin-right:auto;
	/*background:url(../images/menu_left.gif) no-repeat left top;*/
}
#menu_in{
	/*background:url(../images/menu_right.gif) no-repeat right top;*/
	padding-right:4px;
}
#menu{
	/*background:url(../images/menu_bg.gif) repeat-x;*/
	height:75px;
}
.menu_line{
	/*background:url(../images/menu_line.gif) no-repeat center top;*/
	width:12px;
}
.menu_line2{
	background:url(../images/menu_line2.gif) no-repeat center top;
	height:25px;
	width:10px;
}
#nav{

width:860px;
	
}
#nav li{
	float:left;
	height:36px;
	
}
#nav li a{
padding-top:5px;
width:90px;
	float:left;
	display:block;
	padding-left:0px;
	height:36px;
	line-height:36px;
	/*background:url(../images/menu_on_left.gif) no-repeat left top;
	*/
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	width:90px;
	line-height:36px;
	height:36px;
	/*padding:14px 14px 8px 10px;*/
	line-height:36px;
	background:url(../images/bout_bg.gif) no-repeat right top;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align: center;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#9d2b00;
	padding-top:1px;
	text-decoration:none;
	text-align: center;
	/*padding:14px 14px 8px 10px;*/
}
/*子栏目*/
#menu_con{
width:860px;
height:25px;
line-height:25px;
	text-align:left;
	padding-left:20px;
	clear:both;
}
#menu_con li{
color:#9d2b00;
	float:left;
	line-height:25px;
	margin-top:4px;
}

#menu_con li a{
line-height:25px;
	display:block;
	float:left;
	/*background:url(../images/menu_on_left2.gif) no-repeat left top;*/
	cursor:pointer;
	padding-left:3px;
}
#menu_con li a span{
	float:left;
	color:#9d2b00;
	padding:6px 10px 4px 10px;
	line-height:18px;
	/*background:url(../images/menu_on_right2.gif) no-repeat right top;*/
}
#menu_con li a:hover{
    color:#481400;
	text-decoration:none;
	/*background:url(../images/menu_on_left2.gif) no-repeat left bottom;*/
}
#menu_con li a:hover span{
color:#481400;
	/*background:url(../images/menu_on_right2.gif) no-repeat right bottom;*/
}
