
.hy_footer {
    width: 100%;
    background-image: url("../images/footer_bg2.jpg");
    -webkit-background-size: 100% 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    height: 348px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer_left {
    width: 38%;
    float: left;
}

.footer_middle {
    width: 30%;
    float: left;
}

.footer_right {
    width: 32%;
    float: right;
}

.footer_title {
    color: #fff;
    font-size: 24px;

}

.footer_title2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;

}

.footer_title3 {
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
}

.footer_title5 {
    color: #fff;
    font-weight: bold;
    padding-top: 20px;

}

.footer_title6 {

    display: inline-block;
    font-size: 30px;
    font-family: Impact;
    border-bottom: 1px solid #ffffff66;
    color: #fff;
    line-height: 40px;
}

.hy_bottom {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    background: #881c18
}

.lefttext {
    float: left;
}

.righttext {
    float: right;
}

.erweimabox {
    width: 100%;
    margin-top: 40px;
}

.erweimabox img {
    width: 115px;
    height: 115px;
    margin-right: 5px;
}

@media (max-width: 1200px) {

    .hy_footer {
        width: 100%;
        background-image: url("../images/footer_bg.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: top center;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer_left {
        width: 100%;
        float: left;
    }

    .footer_middle {
        width: 50%;
        float: left;
        padding-top: 10px;
    }

    .footer_right {
        width: 50%;
        padding-top: 10px;

        float: right;
    }

    .erweimabox img {
        width: 80px;
        height: 80px;
        margin-right: 5px;
    }

    .footer_title3 {
        line-height: 25px;
    }

    .footer_title6 {
        margin-top: 0 !important;
        font-size: 25px;
        line-height: 30px;
    }

    .lefttext {
        width: 100%;
        text-align: center;
    }

    .righttext {
        width: 100%;
        text-align: center;
    }

    .hy_bottom {
        height: auto;
        line-height: 25px;
    }
}