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;
}

/* 加载动画 */
.fakeloader {
    background-color: #1c4cc9 !important;
}

.spinner2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 加载动画 end */
#home {
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
}

.content{
    padding-bottom: 60px;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
}

.logo_con {
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link {
    font-size: 18px;
    font-weight: 400;
    color: #1B9259;
}

.link:hover {
    color: #e6a210;
    transition: all .3s ease;
}

.head_con {
    text-align: center;
}

.wj_num {
    margin: 0 auto 70px;
    width: 219px;
    height: 41px;
    line-height: 41px;
    background: #1B9259;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.con {
    padding-top: 25px;
    margin: 390px auto 0;
    width: 687px;
    box-sizing: border-box;
    border-radius: 30px;
}

.box {
    position: relative;
    padding: 25px 18px 0;
    box-sizing: border-box;
    background: #E0EBFF;
    border-radius: 30px;
    margin-bottom: 12px;
    background-color: #FFFFE5;
    background-size: 100% 100%!important;
}

.box1{
    padding-bottom: 25px;
    background-image: url(../images/box_bottom.png);
    background-repeat: no-repeat;
}

.box2{
    padding-bottom: 405px;
    background: url(../images/img1.png) no-repeat;
}

.box3{
    padding-bottom: 405px;
    background:#FFFFE5 url(../images/img2.png) no-repeat;
}

.box4{
    background:#FFFFE5 url(../images/box_bg.png) no-repeat right 99%;
    background-size: auto!important;
}

.box5{
    padding-bottom: 25px;
}

 .box_head {
    margin: 35px auto 0;
    width: 425px;
    height: 64px;
    background: url(../images/box_head.png) no-repeat;
    font-size: 30px;
    font-weight: bold;
    color: #2C6143;
    line-height: 64px;
    text-align: center;
}

.box p {
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-size: 26px;
    color: #2C6143;
    line-height: 58px;
    text-indent: 2em;
}

.box .pic {
    margin: 0 auto;
    text-align: center;
}

.box .pic img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.box4::after {
    display: none;
}

.box3 .pic {
    margin: 15px 0;
}

footer {
    padding: 35px 0 20px;
    box-sizing: border-box;
    height: 400px;
    background: #52B482;
}

.f_link {
    margin-bottom: 30px;
    font-size: 34px;
    color: #FFFFFF;
    text-align: center;
}

.f_link a {
    margin: 0 20px;
    font-size: 34px;
    color: #FFFFFF;
}

footer p {
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
}

footer a {
    font-size: 24px;
    color: #FFFFFF;
    transition: all .3s ease;
}

footer a:hover {
    color: #e6a210;
    transition: all .3s ease;
}

.zfjc {
    display: block;
    width: 110px;
    height: 55px;
}

.dzjg {
    margin-left: 20px;
    display: block;
    width: 65px;
    height: 79px;
}

.link_p {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}