@charset "utf-8";
/* -------------------------------------------------
 * reset css
 * author: zangxiaohui 
 * update: 2012.12.11 
 * -------------------------------------------------
*/
body { margin: 0; background-color: #fff; font: 12px/1.5 Arial, Helvetica, sans-serif; color: #404040;}
img { border: 0; vertical-align: middle; }
h1, h2, h3, h4, h5, h6, p { margin: 0; } 
/* hn */
h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { line-height: 24px; }
h3, h4, h5, h6 { font-size: 12px; }
/* ul ol dl */
ul, dd, ol { margin: 0; padding-left: 0; list-style: none; }
/* clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; overflow: hidden; }
.clearfix { zoom: 1; }
.f_l { float: left; }
.f_r { float: right; }
.oh { overflow: hidden; }
.nonetext { text-indent: -9999px; }
.nonetext a { display: block; height: 100%; width: 100%; }
.none { display: none; }
