<!--蔺凯 QQ
/*background:orange;*background:green !important;*background:blue; 
注：IE都能识别*;标准浏览器(如FF)不能识别*；
IE6能识别*，但不能识别 !important,
IE7能识别*，也能识别!important;
FF不能识别*，但能识别!important;

		*		!important
		
IE6		能			不能

IE7		能			能

FF		不能		能

*/

/* CSS Document 一个IE6的Bug引起了大麻烦, 他不支持透明的PNG图片。你需要使用一个css滤镜 这个不能用，以后再改进。*/
*html #image { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="filename.png", sizingMethod="scale"); } 
body { text-align: center; font-family:"宋体", arial;margin:0;  padding:0; background:#fff; font-size:12px; color:#000;overflow-x:hidden }
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}table,td,tr,th{font-size:12px; }
/* 链接颜色 */
a:link{color:#293015; text-decoration:none;}
a:visited{color:#293015;text-decoration:none;}
a:hover{color:#bc2931; text-decoration:underline;}
a:active{color:#293015;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,.cRed a:link,.cRed a:visited{ color:Red; }
.cBlue,.cBlue a:link,.cBlue a:visited{color:#1f3a87;}
.cDRed,.cDRed a:link,.cDRed a:visited{ color:#bc2931;}
.cGray,.cGray a:link,.cGray a:visited{ color: #4F544D;}
.cDGray,.cDGray a:link,.cDGray a:visited{ color: #666;}
.cWhite,.cWhite a:link,.cWhite a:visited{ color:#fff;}
.cBlack,.cBlack a:link,.cBlack a:visited{color:#000;}
a.cBlack a:hover{color:#bc2931;}
.cYellow,.cYellow a:link,.cYellow a:visited{color:#ff0;}
.cGreen,.cGreen a:link,.cGreen a:visited{color:#008000;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}.fI {font-style: italic;}
/* 字体大小*/
.f12px{ font-size:12px;}.f14px{ font-size:14px;}
/* 其他属性 */
.left{ float: left;}.right{ float: right;}.clear{ clear: both; font-size:1px; width:1px; height:0; visibility: hidden; }.hidden {display: none;}.unLine ,.unLine a{text-decoration: none;}.noBorder{border:none; }
/* 后载入式广告属性 */
/* 导航 */

.c1,.c1 a:link,.c1 a:visited{color:#62c424;}

.c2,.c2 a:link,.c2 a:visited{color:#62c424;}
.c3{color:#62c424;}
.c4{color:#62c424;}
.c5{color:#62c424;}
.c6{color:#62c424;}
.c7{color:#62c424;}


.a8 ul {padding:0px; margin:0 0 0 0px;; width:160px;}
.a8 li {list-style:none;background: url(left_li_02.gif) no-repeat 0 3px;   line-height:22px;/*行高*/  text-indent:22px; white-space: nowrap;/*不换行*/ overflow: hidden;/*省略号*/ cursor:pointer; margin:0px; padding:0px;}
.a8 a:hover li{}

.left_about ul {padding:0px; margin:0 0 0 0px;; width:160px;}
.left_about li {list-style:none;background: url(left_li_02.gif) no-repeat 0 3px;   line-height:22px;/*行高*/  text-indent:22px; white-space: nowrap;/*不换行*/ overflow: hidden;/*省略号*/ cursor:pointer; margin:0px; padding:0px;}
.left_about a:hover li{}


.a9 ul {padding:0px; margin:0 0 0 0px;; width:460px;}
.a9 li {list-style:none;  border-bottom:1px dashed #c5c5c5; height:25px; line-height:25px; background: uurl(../icon/li_news_01.gif) no-repeat 8px 10px;  text-indent:25px; cursor:pointer; margin:0px; padding:0px;}
.a9 li a:link{}
.a9 li a:visited{}
.a9 li a:hover{ background:url(../icon/li_news_01.gif) no-repeat 2px 10px #fafafa; width:460px; height:25px; * margin-left:-25px;}
.a9 li a:active{}


/* 页脚 */
.foot{ color:#fefefe; line-height:25px; }
.foot a:link{color:#fefefe; text-decoration:none;}
.foot a:visited{color:#fefefe;text-decoration:none;}
.foot a:hover{color:#fefefe; text-decoration:underline;}
.foot a:active{color:#fefefe;}
.foot img{margin:4px 0 0;}

-->