﻿.footer {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    background-color: #333333;
}


.footer-title {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    top: 0px;
}

.footer-end .footer-title {
    color: #c6cfdd;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
}

