body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
a {
    margin: 0;
    padding: 0;
    outline: 0
}

ul,
li {
    list-style: none;
    overflow: hidden;
}

div {
    overflow: hidden;
}

fieldset,
img {
    border: 0
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer
}

a:hover {
    text-decoration: none;
    color: #F60
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", Tahoma, Verdana, Arial;
    color: #333333;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #FFFFFF;
}

i {
    font-style: normal
}

.fr {
    float: right
}

.fl {
    float: left
}

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.m {
    width: 1200px;
    margin: auto;
}
.top {
    text-align: center;
    margin-top: 20px;
}
.intro {
    line-height: 180%;
    font-size: 16px;
    width: 800px;
}
.footer {
    color: #999;
    text-align: center;
    padding-top: 60px;
}
.footer a {
    color: #999;
}