﻿        /*底部*/
        .footer {
            width: 100%;
            min-width: 1200px;
            background: #006fc1;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .footer .copyright {
            margin: 0;
            padding: 16px 0;
            color: #cdd5e1;
            text-align: center;
            font-size: 12px;
            line-height: 20px;
        }
        /*修改*/
        @media screen and (min-width: 1200px) {
            .mian-content,.header-top,.header,.sidebar .navigation,.footer .links{
                width: 1240px;
            }
        }
