        /*底部*/
        .footer {
            width: 100%;
            min-width: 1200px;
            background: #123874;
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .footer .linksout {
            width: 100%;
            background: #11356d;
        }

        .footer .links {
            width: 1200px;
            height: 228px;
            color: #fff;
            background: url("../images/footer-school.png") right 45px no-repeat;
            margin: 0 auto;
        }

        .footer .links p {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .footer .links ul li {
            font-size: 12px;
            margin-bottom: 5px;
        }
        .footer .links ul li a{
            color:#fff;
        }
        .footer .links ul li a:hover{
            color:#4d6892;
        }
        .footer .links div {
            float: left;
            height: 152px;
            padding: 0 30px;
            margin-top: 40px;
            border-right: 1px solid #2a4f83;
        }

        .footer .links .address {
            font-size: 12px;
        }

        .footer .copyright {
            margin: 0;
            padding: 16px 0;
            color: #cdd5e1;
            text-align: center;
            font-size: 12px;
            line-height: 20px;
        }

        a:focus {
            outline: none;
        }
        /*@media screen and (max-width: 1440px) {*/
            /*.footer .links{*/
                /*width: 1024px;*/
                /*height: 194px;*/
                /*background: url("../images/footer-school.png") right 30px no-repeat;*/
            /*}*/
            /*.mian-content,.header-top,.header,.sidebar .navigation,.footer .links{*/
                /*width: 1024px;*/
            /*}*/
            /*.footer .links p{*/
                /*font-size: 12px;*/
            /*}*/
            /*.footer .copyright{*/
                /*padding: 12px 0;*/
            /*}*/
            /*.footer .links div{*/
                /*padding-left: 25px;*/
                /*padding-right: 10px;*/
                /*height: 135px;*/
            /*}*/
            /*.footer .links p{*/
                /*margin-bottom: 5px;*/
            /*}*/
            /*.footer .links ul li{*/
                /*margin-bottom: 2px;*/
            /*}*/
        /*}*/