﻿.footer {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background-color: #01051d;
}
.footer .footer-top{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top-left {
    display: flex;
    align-items: center;
}
.footer-top-left>img {
    width: 140px;
    margin-right: 23px;
}
.footer-top-main {
    font-size: 14px;
    color: #fff;
}
.footer-top-left .xian {
    width: 1px;
    height: 61px;
    background: #ffffff;
    margin-right: 30px;
}
.footer-top-right {
    display: flex;
    font-size: 12px;
    color: #fff;
}
.footer-top-right>div {
    margin-right: 30px;
}
.footer-top-right>div>.img-bg {
    /* width: 80px;
    height: 80px; */
    border-radius: 6px 6px 6px 6px;
    background: #ffffff;
}
.footer-top-right>div>.img-bg>img {
    width: 72px;
    height: 72px;
    text-align: center;
    margin-bottom: 10px;
}
.footer-center {
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #818283;
    font-size: 16px;
    color: #FFFFFF;
    padding: 25px 0;
}
.footer-bottom {
    text-align: center;
    width: 100%;
    padding: 25px 0;
    font-size: 12px;
    color: #FFFFFF;
}
