@charset "utf-8";

/* 头部 */
.header {}

.head_link {
    background: #ebebeb;
}

.head_link ul {
    display: flex;
    align-items: center;
    justify-content: right;
}

.head_link ul li {
    margin-left: 33px;
}

.head_link ul li a {
    color: #999;
    font-size: 12px;
    line-height: 30px;
    display: block;
}

.head_logo {
    padding: 29.5px 0;
}

.head_logo .w1300 a img {
    max-width: 100%;
    display: block;
    height: auto;
}

.head_nav {
    height: 50px;
    background: #f13e3e;
}

.head_nav .w1300 {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.head_nav .w1300 ul {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
}

.head_nav .w1300 .seach {}

.head_nav .w1300 ul li {
    flex: 1;
    position: relative;
}

.head_nav .w1300 ul li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}

.head_nav .w1300 ul li ol {
    display: none;
    position: absolute;
    top: 100%;
    transform: translateX(-25%);
    z-index: 9;
    background: #f13e3e;
    width: auto;
    padding: 10px 15px 15px;
}

.head_nav .w1300 ul li ol li a {
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.head_nav .w1300 ul li ol li:hover a {
    background: #fff;
    color: #f13e3e;
}


/* footer */

.footer {
    border-top: 10px solid #FCD99C;
    background: #B11313;
    padding: 37px 0 15px;
}

.footer_link div {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    position: relative;
}

.footer_link div::before {
    content: "";
    position: absolute;
    width: 71px;
    height: 2px;
    background: #FFFFFF;
    left: 0;
    bottom: -13px;
}

.footer_link ul {
    width: 100%;
    background: #fff;
    margin-top: 42px;
    display: flex;
    align-items: center;
    padding: 12px 25px;
}

.footer_link ul li {
    margin: 10px 0;
    margin-right: 72px;
}

.footer_link ul li a,
.footer_link ul li a img {
    display: block;
}


.footer .txt {
    margin-top: 35px;
}

.txt .bq,
.txt .dz {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.txt .dz p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0 15px;
}

.txt .bq {
    margin-top: 10px;
}

.txt .bq a,
.txt .bq p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 10px;
}

@media (max-width: 1400px) {

    .head_link ul,
    .head_logo .w1300,
    .head_nav .w1300,
    .footer .w1300 {
        width: 100%;
        padding: 0 3%;
    }

    .footer_link ul {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .head_nav .w1300 ul li a {
        line-height: 40px;
        font-size: 16px;
    }

    .head_nav {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .head_nav .w1300 ul li a {
        line-height: 40px;
        font-size: 13px;
        text-align: center;
    }

    .ggl {
        flex-wrap: wrap;
    }

    .ggl .image {
        width: 100% !important;
        margin: 5px 0;
    }

    .footer_link ul {
        justify-content: center;
    }

    .footer_link ul li {
        margin: 10px 20px;
    }
}