@charset "utf-8";
/* CSS Document */
body
{ 
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	
	font-size:12px;												/* 网页字体大小 */
	font-family:Verdana, Arial, Helvetica, sans-serif,"宋体";	/* 网页字体 */
	color:#000000;												/* 网页文本颜色 */
	line-height:18px;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */

}
.text01 {font-size: 12px;color: #000;}
.text02 {font-size: 12px;color: #666;font-weight: bold;padding-left: 12px;margin-bottom: 6px;}
.text03 {font-size: 11px;color: #717171;text-align:center;}

/*导航菜单超级链接*/
a{color: #000000;text-decoration: none;font-size: 12px;line-height: 20px;}
a:hover {color: #ED1C24;text-decoration: underline;font-size: 12px;line-height: 20px;}

a.menu{color: #666;text-decoration: none;font-size: 13px;font-weight: bold;line-height:18px;}
a.menu:hover {color: #ED1C24;text-decoration: none;font-size: 13px;font-weight: bold;line-height:18px;}

a.menu02{color: #666;text-decoration: none;font-size: 12px;line-height: 20px;}
a.menu02:hover {color: #ED1C24;text-decoration: underline;font-size: 12px;line-height: 20px;}

a.menu03{color: #717171;text-decoration: none;font-size: 11px;text-align:center;}
a.menu03:hover {color: #ED1C24;text-decoration: underline;font-size: 11px;text-align:center;}

a.menu4{color:#0373BD;text-decoration: none;font-size: 12px;line-height: 25px;}
a.menu4:hover {color:#ED1C24;text-decoration: underline;font-size: 12px;line-height: 25px;}

