html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 12px;
    font-family: "microsoft yahei", "simhei", sans-serif;
    vertical-align: baseline;
    color: #5a5f63;
}

:focus {
    outline: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
    transition: all 400ms;
    -webkit-transition: all 400ms;
}

a img,
iframe {
    border: none;
}

a:focus {
    outline: none;
}

img {
    vertical-align: top;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
}

select {
    margin: inherit;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Fixes incorrect placement of numbers in ol’s in IE6/7 */

ol {
    *margin-left: 2em;
}


/* ===== clearfix ===== */

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*IE/7/6*/


/* ===== 以上 reset Css ===== */


/* ===== 共用 ===== */

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}


/*设置滚动条样式*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(168, 171, 181, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(124, 127, 139, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/*字体*/

@font-face {
    font-family: 'fzlantingheis-el-gbregular';
    src: url('../fonts/fzltxhjw_1-webfont.woff2') format('woff2'), url('../fonts/fzltxhjw_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}