html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fcfcfc;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-weight: 100;
    font-style: normal;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

* {
    padding: 0;
}

/* 加载动画 end */
#home {
    box-sizing: border-box;
    padding: 34px 30px;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
}

.header{
    padding: 0 30px;
}

.logo_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link {
    margin-top: 120px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.link:hover {
    color: #e6a210;
    transition: all 0.3s ease;
}

.head_con {
    margin:70px 0 0;
    text-align: center;
}

.head_con img {
    max-width: 100%;
}

.con {
    box-sizing: border-box;
    margin: 750px 0 50px;
    box-sizing: border-box;
    text-align: center;
}

.box {
    margin-bottom: 76px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.box img{
    width: 100%;
}

footer {
    padding: 10px 0 ;
    box-sizing: border-box;
    height: 270px;
    font-weight: bold;
}

.f_link {
    margin-bottom: 20px;
    font-size: 34px;
    color: #000;
    text-align: center;
}

.f_link a {
    margin: 0 20px;
    font-size: 34px;
    color: #000;
}

footer p {
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 42px;
}

footer a {
    font-size: 24px;
    color: #000;
    transition: all .3s ease;
}

footer a:hover {
    color: #CC1206;
    transition: all .3s ease;
}

.zfjc {
    display: block;
    width: 122px;
    height: 61px;
}

.dzjg {
    margin-left: 40px;
    display: block;
    width: 72px;
    height: 88px;
}

.link_p {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}