/*底部 栏目信息字体格式*/ 

.bottom_column {
	font-family: "宋体";
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a.bottom_column:link {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.bottom_column:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.bottom_column:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/*底部 菜单信息字体格式*/ 

.bottom_menu {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #E4F1DD;
	text-decoration: none;
	font-weight: normal;
}
a.bottom_menu:link {
	font-size: 12px;
	color: #E4F1DD;
	text-decoration: none;
}
a.bottom_menu:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.bottom_menu:hover {
	font-size: 12px;
	color: #999900;
	text-decoration: underline;
}
/*底部 地址字体格式*/ 
.bottom_address {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/*首面中间部标题字体格式*/ 
.new_mid_title {
	font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.new_mid_title:link {
    font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a.new_mid_title:visited {
	 font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.new_mid_title:hover {
     font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color: #000000;		
	font-weight: bold;		
	text-decoration: underline;
}