/**
 * 样式
 * @copyright   Copyright(c) 2013
 * @author      AllanBian <bxdsanmao@gmail.com/www.allanbian.com>
 * @github			https://github.com/AllanBian/public_html.git
 * @version     1.0
 */
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
body,html { height:100%; width:100%; }
body,p,div,span,h1,h2,h3,h4,h5,h6,a,ol,ul,li,b,i,table,tr,td,thead,tfoot,tbody,input,img,body,dl,dt,dd{ padding:0px; margin:0px; outline:0px;}
body { /*font:12px "Microsoft YaHei",Tahoma,"\5b8b\4f53";*/ font-size:12px;}
img { border:none; }
ul,ol,li { list-style:none; }
a:link,a:visited,a:hover,a:active { text-decoration:none; cursor:pointer; }
.cb { clear:both; height:1%; overflow:hidden; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.dn { display:none; }
.posa { position:absolute; }
.posf { position:fixed; }
.posr { position:relative; }
.w980 { width:980px; margin:0 auto; }
