﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
        cursor: pointer;
    }


img, input {
    border: none;
}

ul {
    list-style: none;
}

.ml10 {
    margin-left: 10px;
} 
 

/*.validation-summary-errors ul li {
    position: absolute;
    left: 18px;
    top: 63px;
    color: #f00;
}*/

.error-block {
    color: #f00;
}

.form-group {
    width: 240px;
    margin-bottom: 0px !important;
}

label {
    font-weight: 400;
}
 

.autoSchoolList {
    width: auto;
    height: 160px;
    background: #f2f2f2;
}

.schoolList {
    width: 550px;
    height: 85px;
    margin: 0 auto;
    padding-top: 37px;
}

    .schoolList a {
        float: left;
        padding: 0 12px;
    }

.links {
    margin: 50px auto 0;
    position: relative;
    text-align: center;
    height: auto;
        margin-top:10px;
}

    .links ul {
        margin-bottom: 3px;
    }

        .links ul li {
            text-align: center;
            margin-left: 30px;
            /*li标签居中*/
            display: inline;
        }

            .links ul li img {
                width: 30px;
                height: 30px;
                border-radius: 50%;
            }

            .links ul li a {
                display: inline-block;
                text-align: left;
                color: #2f2f2f;
                color: #fff; 
                color: #808080;
                color: #000;
            }

                .links ul li a:hover {
                    color: #337ab7;
                    /*color:#fff;*/

                }

            .links ul li i {
                background: url(../img/public/icon.png) no-repeat;
            }

                .links ul li i.aboutUs,
                .links ul li i.contactUs,
                .links ul li i.friendlyLinks,
                .links ul li i.aboutUs:hover,
                .links ul li i.contactUs:hover,
                .links ul li i.friendlyLinks:hover {
                    width: 36px;
                    height: 36px;
                    position: absolute;
                }

                .links ul li i.aboutUs {
                    left: 5px;
                    top: 3px;
                    background-position: -207px -12px;
                }

            .links ul li:hover i.aboutUs {
                left: 5px;
                top: 3px;
                background-position: -207px -58px;
            }

            .links ul li i.contactUs {
                left: 149px;
                top: 3px;
                background-position: -262px -12px;
            }

            .links ul li:hover i.contactUs {
                left: 149px;
                top: 3px;
                background-position: -262px -58px;
            }

            .links ul li i.friendlyLinks {
                left: 293px;
                top: 3px;
                background-position: -317px -12px;
            }

            .links ul li:hover i.friendlyLinks {
                left: 293px;
                top: 3px;
                background-position: -317px -57px;
            }

.footer {
    width: 100%;
    text-align: center;
    bottom: 0;
    z-index: 999;
    position: fixed;
    background: unset;
    height: auto;
    margin-top: unset;
    background-color: #fff;
    height:90px;
    /*filter: alpha(opacity:50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;*/
}

    .footer p {
        margin-bottom: 0;
    }

    .footer a {
        color: #337ab7;
        padding-right: 10px;
    }

    .footer .address {
        display: inline-block;
        color: #fff;
        color: #808080;
        color:#000;
        margin-top:20px;
        bottom:0px; 
        
    }
     

.modal-body label {
    color: black !important;
    /* font-weight:600 !important;*/
}
 
