

<!--

/*background:orange;*background:green !important;*background:blue; 
注：IE都能识别*;标准浏览器(如FF)不能识别*；
IE6能识别*，但不能识别 !important,
IE7能识别*，也能识别!important;
FF不能识别*，但能识别!important;
               IE6   IE7      FF
      *         能    能    不能
!important    不能    能      能

		*		!important
		
IE6		能			不能

IE7		能			能

ff		不能		能
*/


/* 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:#565656;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:#565656; text-decoration:none;}
a:visited{color:#565656;text-decoration:none;}
a:hover{color:#565656; text-decoration:underline;}
a:active{color:#565656;}
/* 颜色属性 [定义规则，小写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; font-size:14px; color:#FFFFFF; font-family:"americana XBdcn bt",Georgia, "Times New Roman", Times, serif; width:211px;}
.a8 li {list-style:none; background:url(product_10.jpg) no-repeat 0 0px; line-height:25px;  text-indent:25px; cursor:pointer; margin:0px; padding:0px;}
.a8 a:hover li{}
.a8 a:link{color:#FFFFFF; text-decoration:none;}
.a8 a:visited{color:#FFFFFF;text-decoration:none;}
.a8 a:hover{color:#FFFFFF; text-decoration:underline;}
.a8 a:active{color:#FFFFFF;}

.a9 ul {padding:0px; margin:0 0 0 20px;; width:460px;}
.a9 li {list-style:none; color:#FFFFFF;  border-bottom:1px dashed #c5c5c5; height:25px; line-height:25px; background:url(../icon/li_news_01.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;}
/* 页脚 */
.foot{ margin:0 auto; color:#bcbcbc }
.foot a:link{color:#bcbcbc; text-decoration:none;}
.foot a:visited{color:#bcbcbc;text-decoration:none;}
.foot a:hover{color:#bcbcbc; text-decoration:underline;}
.foot a:active{color:#bcbcbc;}
.foot img{margin:4px 0 0;}

-->