@charset "gb2312";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { 
margin:0; 
padding:0;
border:0;
} 
body {font-family:"΢ź";font-size: 12px;line-height: 20px;margin: 0 auto;padding: 0;}
/*合并边线,边线空间至零.*/ 
table { border-collapse:collapse; border-spacing:0; } 
/*清除边线*/ 
fieldset, img { border:0; } 
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; /*font-weight:normal; */} 
li { list-style:none; } 
caption, th { text-align:left; } 
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; } 
/*添加空字符清除融?/ 
q:before, q:after { content:""; } 
abbr, acronym { border:0; font-variant:normal; } 
/* to preserve line-height and selector appearance */ 
sup { vertical-align:text-top; } 
sub { vertical-align:text-bottom; } 
input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; } 
/*to enable resizing for IE*/ 
/*在ie下重定义*/ 
input, textarea, select { *font-size:100%; } 
/*because legend doesn't inherit in IE */ 
/*IE下legend不继?*/ 
legend { color:#000; } 
a,u{ color:#333; text-decoration:none;}
.left{ float:left;}
.right{ float:right;}
.clr,.clear{ clear:both; height:0px; margin:0; padding:0; width:0; border:none; overflow:hidden; }