@charset "utf-8";
/* CSS Document */
body, div, span, h1, h2, h3, h4, h5, h6, hr, p, blockquote, strong, var, b, u, i, center, dl, dt, dd, ul, ol, li, prea, address, fieldset, form, fieldset, label, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #ebf4fd;
    color: #555;
    font-size: 12px;
    font-family: "Microsoft YaHei", "SimSun";
    min-width: 1200px;
}

ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

button, input, select, textarea {
    font-size: 100%;
}

li {
    list-style-type: none;
    vertical-align: top;
}

img {
    vertical-align: middle;
    border: 0px;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: 0;
}

del {
    text-decoration: line-through;
}

em {
    font-style: normal;
}

.vimg-align {
    vertical-align: middle;
}

legend {
    color: #222;
}

fieldset, img {
    border: 0;
}

a {
    color: #444;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.mat {
    margin-top: 10px;
}

.mab {
    margin-bottom: 10px;
}

.mal {
    margin-left: 10px;
}

.mar {
    margin-rigth: 10px;
}

.oz {
    overflow: hidden;
    zoom: 1;
}

.oz li, .oz dt, .oz .item {
    float: left;
}

html {
    _text-overflow: ellipsis;
}

/*漂浮fixedIE6下不抖动*/
.clearfloat:before, .clearfloat:after {
    content: "";
    display: table;
}

.clearfloat:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfloat {
    *zoom: 1;
}

.none {
    display: none;
}

.backg1 {
    background: #FFF;
}

.backg2 {
    background: #0e6ccc;
    overflow: hidden;
}

.w1151 {
    width: 1151px;
    margin: 0 auto;
}




