@charset"utf-8";

/* CSS Document */
 body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dt, form, select, input, div, table, td, th {
    margin:0;
    padding:0;
}

.clear {
    width:0;
    height:0;
    margin:0;
    padding:0;
    line-height:0;
    font-size:0;
    clear:both;
}

.blank {
    height:10px;
    overflow:hidden;
}

ul, li {
    list-style:none;
}

img {
    border:none;
}

a:hover, a:visited, a:link, a:active {
    text-decoration:none;
}

em, i, b {
    font-style:normal
}

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    font-size:14px;
    font-family:"微软雅黑";
}