/*初始化*/
* { margin: 0px; padding: 0px; }
body { font-family:  "微软雅黑", "宋体"; font-size: 12px; color: #000; line-height: 20px; background: #FFF; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
ol, ul, li { list-style-type: none; }
img { border: none; }

/*网站通用*/
.clearB { clear: both; }
.fl { float: left; }
.fr { float: right; }
.ha { height: 1%; overflow: hidden; }
.hAuto { height: 1%; overflow: hidden; }
.pBottom10 { padding-bottom: 10px; }
.wrap { width: 980px; height: 1%; overflow: hidden; margin: 0px auto; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w320 { width: 320px; }
.w400 { width: 400px; }
.w670 { width: 670px; }
.w690 { width: 690px; }
.w660 { width: 660px; }
