/*页面初始化*/
html{font-size:14px;font-family:"Microsoft Yahei",helvetica,arial,sans-serif;word-wrap:break-word;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input,figure{ margin: 0; padding: 0; border: 0;}
body{color: #000;position: relative;}
table{border-collapse:collapse;border-spacing:0;}
img{vertical-align: middle;}
address,caption,cite,code,dfn,em,i,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
h1,h2,h3,h4,h5,em{font-size:100%;font-weight:normal;}
input, button {
    border: 0 none;
    outline-style: none;
}
body {
    font-family: microsoft yahei;
    font-size: 14px;
}
.clearfix:after {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.w {
    width: 1000px;
    margin:0 auto;
}
.clearfix {
    zoom: 1;
}

img {
    vertical-align: top;
    border: 0 none;
    margin:0;
    padding:0;
}
li {
    list-style: none;
}
a {
    color: #999;
    text-decoration: none;
}

/*浮动*/
.fl {
    float:left;
}
.fr {
    float:right;
}