.footer {
    width: 100%;
    height: auto;
    background-color: rgba(76, 76, 76, 1);
}

.footer_show {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_l {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.footer_name {
    font-size: var(--font14);
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}

.footer_address,
.footer_tel,
.footer_email {
    font-size: var(--font14);
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    margin-top: 15px;
}

.footer_nav {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.footer_nav ul li {
    font-size: var(--font14);
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    margin-bottom: 15px;
}
.footer_r{
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 45px;
}
.footer_r img{
    width: 20px;
    height: 20px;
}