﻿        /*底部*/
        .linksout{
            min-width: 1200px;
            height: 85px;
            background-color: #b8192f;
        }
        .out{
            width: 1200px;
            margin: 0 auto;
            padding-top: 18px;
            color: #fff;
            font-size: 14px;
            text-align: center;
        }
        /*友情链接*/
        .link{
            font-size: 12px;
            display: inline-block;
            vertical-align: top;
            text-align: left;
        }
        .link a{
            color: #fff;
            padding: 3px 12px;
        }
        .link a:hover{
            text-decoration: underline;
        }
        .link-item + .link-item{
            border-left: 1px solid #fff;
        }
        .icon-link{
            display: inline-block;
            width: 15px;
            height: 15px;
            background: url(../image/icon-linlk.png) no-repeat;
            position: relative;
            top: 3px;
            left: -3px;
        }
        /*地址*/
        .address{
            width:458px;
            display: inline-block;
            vertical-align: top;
        }
        /*分割线*/
        .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;
            /*position: absolute;*/
            /*right: 0;*/
            /*bottom: 0;*/
            /*left: 0;*/
        }

        .footer .copyright {
            margin: 0;
            /*padding: 6px 0 0;*/
            color: #fff;
            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;
            }
        }
