body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-family:'Microsoft Yahei', Arial;
    position: relative;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #565454;
}

p {
    color: #414e61;
}

img {
    border: 0;
    max-width: 100%;
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}
