/* 加载动画 end */
#home {
    box-sizing: border-box;
    padding: 60px 30px 0;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    background: #84D8AF url(../images/bg.png) no-repeat;
    background-size: 100% auto;
}

.header{
    /* padding: 0 20px; */
}

.logo_con {
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 30px;
}

.logo{
    display: block;
    /* width: 60%; */
}

.logo img{
    width: 100%;
}

.link {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.link:hover {
    color: #e6a210;
    transition: all 0.3s ease;
}

.head_con {
    margin-top: 65px;
    text-align: center;
}

.con {
    box-sizing: border-box;
    margin-top: 255px;
    text-align: center;
}

.box1{
    box-sizing: border-box;
    padding: 50px 33px 325px;
    background: url(../images/bg1.png) no-repeat center;
    background-size: 100% 100%;
}

.box2{
    box-sizing: border-box;
    margin: 50px 0;
    padding: 50px 33px 65px;
    background: url(../images/bg2.png) no-repeat center;
    background-size: 100% 100%;
}

.box3{
    box-sizing: border-box;
    margin: 50px 0;
    padding: 50px 33px 30px;
    background: url(../images/bg3.png) no-repeat center;
    background-size: 100% 100%;
}

footer {
    padding: 10px 0 ;
    box-sizing: border-box;
    font-weight: bold;
}

.f_link {
    margin-bottom: 20px;
    font-size: 34px;
    color: #fff;
    text-align: center;
}

.f_link a {
    margin: 0 20px;
    font-size: 34px;
    color: #fff;
}

footer p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 42px;
}

footer a {
    font-size: 24px;
    color: #fff;
    transition: all .3s ease;
}

footer a:hover {
    color: #000;
    transition: all .3s ease;
}

.zfjc {
    display: block;
    width: 122px;
    height: 61px;
}

.dzjg {
    margin-left: 20px;
    display: block;
    width: 72px;
}

.link_p {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}