﻿/*分割线*/
        .line{
            height:160px;
            display:inline-block;
            border-right: 1px solid #0b2555;
            border-left: 1px solid #3f6ab8;
        }
        .link p,
        .address p{
            margin-bottom: 14px;
        }
        .link p a{
            color: #fff;
            font-size: 14px;
        }
        /*素拓公众号*/
        .public-number{
            display: inline-block;
            vertical-align: top;
            margin-left: 83px;
        }
        .public-number img{
            width: 101px;
            height: 101px;
        }
        .footer {
            width: 100%;
            min-width: 1200px;
            background: #006fc2;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .footer .copyright {
            margin: 0;
            padding: 6px 0;
            color: #ffffff;
            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;
            }
        }
