/* CSS Document */
/*定义重置样式和公用样式*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{  
    margin:0;
    padding:0
}
body{
    font-family:Arial,'PingFangSC-light',"微软雅黑";
    font-size:14px;
    background:#fff;
    color:#2c3e50;
  /*  background:transparent;*/
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    zoom:1;
}
ul,li{
    list-style:none;
}
img{
    border:0;
    padding:0;
    vertical-align:top;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
i,em{
    font-style:normal;
}
a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
.f_l{
    float:left;
}
.f_r{
    float:right;
}
