/* 加载动画 end */
#home {
    box-sizing: border-box;
    padding: 30px 0 0;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
}

.header{
    /* padding: 0 20px; */
}

.logo_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
}

.logo{
    display: block;
    /* width: 60%; */
}

.logo img{
    width: 100%;
}

.link {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.link:hover {
    color: #e6a210;
    transition: all 0.3s ease;
}

.head_con {
    margin-top: 65px;
    text-align: center;
}

.con {
    box-sizing: border-box;
    padding: 0 25px;
    margin-top: 660px;
    text-align: center;
}

footer {
    padding: 10px 0 ;
    box-sizing: border-box;
    height: 300px;
    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: #CC1206;
    transition: all .3s ease;
}

.zfjc {
    display: block;
    width: 122px;
    height: 61px;
}

.dzjg {
    margin-left: 40px;
    display: block;
    width: 72px;
}

.link_p {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}