@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, th, td, img {
    margin: 0;
    padding: 0;
    border: 0
}

body, button, input, select, textarea {
    font-family: "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

em {
    font-style: normal;
}

em.h_em {
    float: right;
    margin-left: 0px;
    padding-left: 0px;
    font-style: normal;
}

ul, li, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    margin: 0px auto;
    overflow-y: visible;
    overflow-x: hidden;
}

.clear {
    clear: both;
    visibility: hidden;
}

.l {
    float: left;
    display: inline
}

.r {
    float: right;
    display: inline
}

.c {
    text-align: center
}


