html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #666;
    font: 16px/1.7 'Microsoft YaHei';
    min-width:1200px
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

    a:hover {
        color: #234785;
        text-decoration: underline;
    }

.hidden {
    display: none;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

 
    .clearfix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        overflow: hidden;
    }