/* CSS Document */

html {
    font-family: microsoft yahei, SimSun, SimHei;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
{
    font-size: 14px;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

strong {
    font-weight: normal;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}