html,
body,
div,
ul,
li,
dl,
dd,
dt,
a,
ol,
u,
i,
b,
br,
p,
span,
hr,
label,
input,
select,
textarea,
button,
form,
h1,
h2,
h3,
h4,
h5,
h6,
font,
strong,
em,
iframe,
img,
tr,
th,
td,
q,
abbr,
acronym {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #fff;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 12px;
    font-family: "Microsoft YaHei", "微软雅黑";
}

html {
    -webkit-text-size-adjust: none;
    overflow-y: auto;
    overflow-x: hidden;
}

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

ul,
li {
    vertical-align: middle;
}

.right,
.fr {
    float: right;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.ds_headlines {
    background: #f7f7f7;
    padding: 34px 0;
}

.left,
.fl {
    float: left;
}

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

a:active,
a:hover {
    outline: 0;
}

.lm_top {
    padding: 13px 0;
}
