﻿/**
  * @Remark  常用css样式
  * @Author  sunjuhua
  * @Creat   time 2012-02-29 13:50
  * @Version v1.0
  *
**/

html,body,div,ul,ol,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,input,form,select,a,img,em,span,strong,table,tbody,th,tr,td,textarea,iframe{margin:0;padding:0;}
img{vertical-align:top;border:0 none;}
input,textarea{border:0 none;}
ul,ol,li{list-style:none;}
.fl{text-align: center; padding-bottom: 10px; float: left;}
.fr{float:right;}
.tc{text-align:center;}
.tr{text-align:right}
a,a:visited{font-size:100%; text-decoration:none;}
a:hover{}
.over{overflow:hidden;zoom:1;}
i,em{font-style:normal}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal}
.clear{clear:both}
.clearfix:after{clear:both;font-size:0;height:0;line-height:0;display:block;visibility:hidden;content:".";}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body{font:12px/22px "simsun",Arial;}