﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, legend, button, input, textarea, th, 
td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-family: "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier, courier, monospace;
}

li {
    list-style: none;
}

a, a:hover, a:link, a:visited, a:active {
    text-decoration: none;
}

img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hide {
    display: none;
}
.clear{zoom:1;}
.clear:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
.fl {
    float: left;
}

.fr {
    float: right;
}

