﻿@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body {font: 12px/1.5 'Microsoft YaHei','Helvetica','Arial'; color: #333; background: #fff; position: relative;}
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul,ol {    list-style: none;}
.fl {    float: left;}
.fr {   float: right;}
a {  text-decoration: none;}

/*--清除浮动
-------------------------------------------*/
.clearfix:before,
.clearfix:after {    content: "";    display: table;}

.clearfix:after {    clear: both;}

.clearfix {    clear: both;    *zoom: 1;}









