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;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url(../font/SourceHanSansCN-Regular.ttf);
}

/* åŠ è½½åŠ¨ç”» */
.fakeloader {
    background-color: #1c4cc9 !important;
}
/* åŠ è½½åŠ¨ç”» end */
#home {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
}

.logo_con {
    padding: 25px 30px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link {
    font-size: 20px;
    font-weight: 400;
    color: #CC1206;
}

.link:hover {
    color: #e6a210;
    transition: all 0.3s ease;
}

.head_con {
    margin:0 0 100px;
    text-align: center;
}

.head_con img {
    margin: 0 0 20px;
    max-width: 100%;
}

.con {
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
}

.box {
    position: relative;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.box1 {
    padding: 20px 20px 20px 53px;
    margin-right: 35px;
    background-image: url(../images/box1.png) ;
}

.box2 {
    padding:35px 0 150px;
    margin-top: 75px;
    background-image: url(../images/box2.png) ;
}

.box3 {
    padding: 40px 32px 100px;
    margin-top: 105px;
    background-image: url(../images/box3.png) ;
}

.box4 {
    padding: 30px 64px 100px;
    margin: 37px 0 53px;
    background-image: url(../images/box4.png) ;
}

.content4{
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.content4 img{
    width: calc((100% - 30px) / 2);
}

.box5 {
    margin: 0 32px;
    padding:30px 0 140px;
    background-image: url(../images/box5.png) ;
}

footer {
    width: 92%;
    margin: 0 190px 190px 31px;
    padding: 10px 0;
    box-sizing: border-box;
    height: 198px;
    font-weight: bold;
    border-radius: 10px;
    background: #F7FAFF;
    box-shadow: 0px 0px 15px 0px rgba(1, 93, 240, 0.41);
}

.f_link {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.f_link a {
    margin: 0 10px;
    color: #333;
}

footer p {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: normal;
}

footer a {
    color: #333;
    transition: all .3s ease;
}

footer a:hover {
    color: #e6a210;
    transition: all .3s ease;
}

.zfjc {
    display: block;
    width: 95px;
    height: 50px;
}

.dzjg {
    display: block;
    width: 41px;
    height: 50px;
}

.link_p {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link_p span {
    margin: 0 18px;
}