﻿.footer {
    width: 100%;
    min-width: 1200px;
    height: 160px;
}

.footer-top {
    width: 100%;
    height: 100px;
    background-color: #0f1b50;
    padding-top: 20px;
}

.footer-end {
    width: 100%;
    height: 40px;
    background-color: #0c1232;
}

.title {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.footer-end .title {
    color: #999999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

