﻿/* 底部样式 */
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    max-width:768px;
    margin:auto;
    line-height:20px;
}

    .footer a {
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
    }

        .footer a:hover {
            text-decoration: none;
        }

    .footer .links {
        margin-bottom: 10px;
    }

    .footer .copyright {
        margin-top: 10px;
        font-size: 16px;
        opacity: 0.8;
    }

    .footer .beian {
        margin-top: 5px;
        font-size: 16px;
        opacity: 0.8;
    }

    .footer .department {
        margin-top: 5px;
        font-size: 16px;
        opacity: 0.8;
        text-align:center;
    }
