/*background:orange;*background:green !important;*background:blue; 
注：IE都能识别*;标准浏览器(如FF)不能识别*；
IE6能识别*，但不能识别 !important,
IE7能识别*，也能识别!important;
FF不能识别*，但能识别!important;*/
<!--/* CSS Document 一个IE6的Bug引起了大麻烦, 他不支持透明的PNG图片。你需要使用一个css滤镜*/
*html #image-style { 
background-image: none; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="fil 
ename.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:#1259b1; text-decoration:none;}
a:visited{color:#1259b1;text-decoration:none;}
a:hover{color:#1259b1; text-decoration:underline;}
a:active{color:#1259b1;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen: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,a.c1:link,a.c1:visited{color:#62c424;}

.c2,a.c2:link,a.c2: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;   line-height:20px;  text-indent:20px; cursor:pointer; margin:0px; padding:0px;}
.a8 a:hover li{background:url(images/menu_bg.gif) no-repeat 0 3px;}

.a9 ul {padding:0px; margin:0 0 0 20px;; width:460px;}
.a9 li {list-style:none;  border-bottom:1px dashed #c5c5c5; height:25px; line-height:25px; background:url(li002.gif) no-repeat 8px 10px;  text-indent:25px; cursor:pointer; margin:0px; padding:0px;}
.a9 a:hover li{background:url(images/menu_bg.gif) no-repeat 0 3px;}

.aPro ul {padding:0px; margin:0 0 0 20px; color:#1259b1; width:160px;}
.aPro li {list-style:none;  border-bottom:1px dashed #c5c5c5; height:25px; line-height:25px; background:url(li001.gif) no-repeat 8px 10px;  text-indent:25px; cursor:pointer; margin:0px; padding:0px;}
.aPro a:hover li{background:url(images/menu_bg.gif) no-repeat 0 3px;}

.aNews ul {padding:0px; margin:0 0 0 20px;color:#1259b1; width:160px;}
.aNews li {list-style:none;  border-bottom:1px dashed #c5c5c5; height:25px; line-height:25px; background:url(li002.gif) no-repeat 8px 10px;  text-indent:25px; cursor:pointer; margin:0px; padding:0px;}
.aNews a:hover li{background:url(images/menu_bg.gif) no-repeat 0 3px;}
/* 页脚 */

.foot{ margin:0 auto; width:750px; line-height:180%; padding:5px 0; }.foot img{margin:4px 0 0;}

-->