@charset "utf-8";
/*
CSS Document 
CSS兼容
property:value; 所有浏览器 
property:value\9; 所有IE浏览器
+property:value; IE7
_property:value; IE6 

*/
/*Body扩展*/

body{ margin:0px; background: url(../images/allbg.jpg) repeat #FFF;font-size:12px;color:#666;font-family:"宋体",Arial,Helvetica,sans-serif;}
div,ul,li,img,p,span,h2,h3,h4,h5,h6,dl,dt,dd{margin:0;padding:0;border:0;}
img, div, input,a{behavior:url("js/iepngfix.htc") }
ul{list-style:none;}
em{font-style:normal;}

a:link{color:#2D2D2D;text-decoration: none;}
a:visited{color:#2D2D2D;text-decoration: none;}
a:hover,a:active{color:#845521;text-decoration:none; background:none;}

.white{ color:#FFF;}
.white a:link{color:#FFF;text-decoration: none;}
.white a:visited{color:#FFF;text-decoration: none;}
.white a:hover,a:active{color:#CCC;text-decoration:none; background:none;}
a.white:link {color: #FFF;text-decoration: none;}
a.white:visited {color: #FFF;text-decoration: none;}
a.white:hover, a.Test:active {color: #000;text-decoration:none;}


.red{ color:#CF0008;}
.red a:link{color:#CF0008;text-decoration: none;}
.red a:visited{color:#CF0008;text-decoration: none;}
.red a:hover,a:active{color:#000000;text-decoration:none; background:none;}
a.red:link {color: #CF0008;text-decoration: none;}
a.red:visited {color: #CF0008;text-decoration: none;}
a.red:hover, a.Test:active {color: #000;text-decoration:none;}

.green{ color:#474745;}
.green a:link{color:#474745;text-decoration: none;}
.green a:visited{color:#474745;text-decoration: none;}
.green a:hover,a:active{color:#108445;text-decoration:none; background:none;}
a.green:link {color: #474745;text-decoration: none;}
a.green:visited {color: #474745;text-decoration: none;}
a.green:hover, a.green:active {color: #108445;text-decoration:none;}






/*伪链接标准格式*/
a.Test:link {color: #000;text-decoration: none;}
a.Test:visited {color: #000;text-decoration: none;}
a.Test:hover, a.Test:active {color: #000;text-decoration:none;}

.WebCenter {margin: 0px auto;}

/*清除浮动*/
/* 这是对Firefox进行的处理，因为Firefox支持生成元素，而IE所有版本都不支持生成元素 */
.ClearFix:after {}{content: "."; clear: both; height: 0; visibility: hidden; display: block;}
/* 这是对 Mac 上的IE浏览器进行的处理 */ 
.ClearFix {}{ display: inline-block;}
/* 这是对 win 上的IE浏览器进行的处理 */ 
* html .ClearFix {}{height: 1%;}
/* 这是对display: inline-block;进行的修改，重置为区块元素*/
.ClearFix {}{display: block;}         

/*溢出文字用省略号点代替*/
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}



