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 {
    box-sizing: border-box;
    padding: 0 23px;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
}

.logo_con {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 30px;
    border-radius: 503px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    color: #2070DF;
}

.link:hover {
    color: #e6a210;
    transition: all 0.3s ease;
}

.head_con {
    text-align: center;
}

.head_con img {
    max-width: 95%;
}

.con {
    position: relative;
    /* padding: 0 32px; */
    margin: 790px auto 40px;
    box-sizing: border-box;
    text-align: center;
}

.box {
    position: relative;
    box-sizing: border-box;
    padding: 40px 18px 33px;
    margin-top: 83px;
    border-radius: 20px;
    background: #F1F8FF;
}

.title {
    position: absolute;
    left: 96px;
    top: -43px;
    width: 512px;
    height: 62px;
}

.box .content {
    width: 100%;
}

.box3 .content {
    margin-bottom: 29px;
}

.box3 .content:last-child{
    margin-bottom: 10px;
}

footer {
    margin-bottom: 190px;
    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;
}