#footer {
    position: relative;
    padding-top: 10px;
    padding-bottom: 55px;
    background-color: #fff;
}

#footer::before {
    content: '';
    width: 75%;
    height: 10px;
    background-color: #0268a1;
    position: absolute;
    left: 0;
    top: 0;
}

#footer::after {
    content: '';
    width: 25%;
    height: 10px;
    background-color: #c7000a;
    position: absolute;
    right: 0;
    top: 0;
}

#footer .foot {
    padding-top: 60px;
}

#footer .foot .logo {
    max-width: 177px;
    height: auto;
}

#footer .foot .logo img {
    width: 100%;
    height: auto;
}

#footer .foot .foot_body {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    padding-right: 180px;
}

#footer .foot .foot_body .contact {
    margin-top: -5px;
    /* width: 33.803%; */
    width: 34.803%;
}

#footer .foot .foot_body .contact .hotline .tit {
    font-size: 20px;
}

#footer .foot .foot_body .contact .hotline .tele_num {
    font-size: 34px;
    color: #c7000a;
    font-weight: 600;
    margin-top: 10px;
}

/* #footer .foot .foot_body .contact .address {
    margin-top: 43px;
} */

#footer .foot .foot_body .contact .address .tabs {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7000a;
}

#footer .foot .foot_body .contact .address .tabs .tab {
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}

#footer .foot .foot_body .contact .address .tabs .tab.active{
    color: #c7000a;
    font-weight: 600;
}

#footer .foot .foot_body .contact .address .tabs .tab:last-child {
    margin-right: 0;
}

#footer .foot .foot_body .contact .address .items {
    margin-top: 60px;
}

#footer .foot .foot_body .contact .address .items .item{
    display: none;
}

#footer .foot .foot_body .contact .address .items .item.active{
    display: block;
}

#footer .foot .foot_body .contact .address .items .item p {
    display: flex;
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    font-size: 16px;
}

#footer .foot .foot_body .contact .address .items .item p:last-child{
    margin-bottom: 0;
}

#footer .foot .foot_body .contact .address .items .item p img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#footer .foot .foot_body .menu li{
    margin-bottom: 28px;
}

#footer .foot .foot_body .menu li:last-child{
    margin-bottom: 0;
}

#footer .foot .foot_body .menu li a{
    font-size: 20px;
    font-family: 100;
}

#footer .foot .foot_body .QR_code .img{
    max-width: 138px;
    height: auto;
    margin-bottom: 19px;
}

#footer .foot .foot_body .QR_code p{
    margin-bottom: 8px;
    font-size: 16px;
}

#footer .foot .foot_body .QR_code p:last-child{
    margin-bottom: 0;
}

/* #footer .foot .foot_bottom{
    margin-top: 75px;
} */

#footer .foot .foot_bottom p{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
}

@media (max-width:1280px) {
    #footer .foot .foot_body{
        padding-right: 0;
    }

    #footer .foot .foot_body .contact{
        width: 36%;
    }
}

@media (max-width:991px) {
    #footer .foot .foot_body{
        display: block;
    }

    #footer .foot .foot_body .contact{
        width: 100%;
        margin-bottom: 50px;
    }

    #footer .foot .foot_body .menu{
        display: none;
    }

    /* #footer .foot .foot_bottom{
        margin-top: 40px;
    } */
}
