* {
    margin: 0 auto;
    padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "微软雅黑";
    color: #333;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: auto;
    padding: 0;
}

body {
    color: #333;
    background-color: #FFF;
}

p, dl, dt, dd, button, form {
    word-break: break-all;
    word-wrap: break-word;
}

p {
    line-height: 1.62
}

button {
    cursor: pointer;
    *cursor: hand;
}

img, input, button, select, textarea {
    vertical-align: middle;
}

button {
    overflow: visible;
}

ul, li, dl, dt, dd {
    list-style-type: none;
    list-style-position: outside;
    text-indent: 0;
}

a {
    text-decoration: none;
}

header, footer, section {
    margin: auto;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
    height: 0;
}
 #menu a{
     line-height: 1;
     padding: 10px;
 }
