/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    overflow: hidden;
}

ol, ul, ul li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    _zoom: 1;
}

* + html .clearfix {
    overflow: hidden;
}

#head {
    background: #00cccc;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #009999;
}

.header, .xiazais {
    width: 1100px;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #cc0000;
}

/*通用*/

input {
    outline: none;
}