﻿        /*底部*/
        .footer-top{
            min-width: 1200px;
            height: 326px;
            border-top:8px solid #004b84;
            background-color: #272b2e;
        }
        .center{
            width: 1200px;
            height: 326px;
            margin: 0 auto;
        }
        /*图标*/
        .logo{
            float:left;
            width: 347px;
            margin:0 85px 0 24px;
        }
        .logo-pic{
            margin-top: 80px;
        }
        .department{
            float:right;
        }
        /*链接*/
        .link{
            float:left;
            width: 407px;
            margin-top: 92px;
        }
        .link1{
            float:left;
        }
        .link1 p,
        .link2 p{
            margin-bottom: 6px;
            width: 180px;
        }
        .link1 p a,
        .link2 p a{
            font-size: 12px;
            color: #9ca8b1;
        }
        .link1 p a:hover,
        .link2 p a:hover{
            color: #54738a;
        }
        .link2{
            float:right;
        }

        /*地址*/
        .address{
            float: right;
            margin:92px 28px 0 0;
        }
        .address p{
            margin-bottom: 6px;
            font-size: 12px;
            color: #9ca8b1;
        }
        /*底部*/
        .footer {
            width: 100%;
            min-width: 1200px;
            background: #1f2326;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .footer .copyright {
            margin: 0;
            padding: 16px 0;
            color: #9ca8b1;
            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: 1200px;
            }
        }
