@charset "utf-8";
/* 全局 */
body { line-height: 1; }
body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd, td, tr { margin: 0px; padding: 0px; font-size:14px; color: #000; font-family:'Microsoft YaHei UI', 'Microsoft YaHei', "微软雅黑", SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif; }
ul { list-style: none; margin: 0px; padding: 0px; }
a:link { color: #000; text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #0CF; }
a:focus { outline:none; }
img { border-style: none; }
.clearfix { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { zoom:1; }
input, button, select, textarea { font-size:14px; color:#444; font-family:'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif; }
.fB { font-weight: bold; }

/*以下为自定义字体代码*/
 @font-face {
 font-family: 'impact2';
 src: url('../images/impact.eot');/* IE9 Compat Modes */
 src: url('../images/impact.eot?#iefix') format('embedded-opentype'), /* IE6-8Compat Modes */  url('../images/impact.ttf') format('truetype');
}
/*其中fontName替换为你的字体名称*/
