@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-size: 12px;
    font-family: "Microsoft Yahei",Verdana, Arial, Helvetica, sans-serif;
}

td, th, caption {
    font-size: 12px;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #bd0500;
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

.clear {
    zoom:1;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearX {
    zoom:1;
}

.clearX:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.left{
    float: left;
}
.right{
    float: right;
}

