#header{
    position: relative;
}
@font-face {font-family: 'iconfont';
    src: url('/fonts2/iconfont.eot'); /* IE9*/
    src: url('/fonts2/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts2/iconfont.woff') format('woff'), /* chrome、firefox */
    url('/fonts2/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('/fonts2/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
}
.schoolBanner{
    width: 100%;
    height: 240px;
    background: url("/img/school/banner02.png") center top no-repeat;
    background-size: cover;
}
.schoolHead{
    width: 1200px;
    height: 60px;
    margin-top: 35px;
}
.schoolHead li{
    float: left;
    line-height: 60px;
    font-size: 24px;
    width: 380px;
    height: 60px;
    cursor: pointer;
    border-bottom: 1px solid #666666;
}
.schoolHead li:nth-of-type(2),.schoolHead li:nth-of-type(3){
    margin-left: 27px;
}
.currentSchoolLi{
    color: #be292d;
    border-bottom: 1px solid #be292d !important;
}
.schedule table{
    width: 1200px;
    margin-top: 145px;
}
.schedule{
    margin-bottom: 160px;
}
.schedule table th{
    width: 300px;
    text-align: center;
    height: 40px;
    color: #ffffff;
    background: #999999;
}
.schedule table td{
    width: 300px;
    text-align: center;
    height: 40px;
    color: #7c7c7c;
    background: #eaeaea;
}
.quiz{
    margin-top: 96px;
}
.quizIcon{
    background: url("/img/school/quiz.png") center top no-repeat;
    background-size: cover;
    width: 1200px;
    height: 167px;
    margin-bottom: 40px;
}
.quiz{
    width: 1200px;
    height: 400px;
}

.quiz li{
    list-style:disc;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    margin-top: 10px;
}
.quiz li p{
    margin-top: 10px;
    font-weight: 100;
}
.position{
    width: 1200px;
    height: auto;
    margin-top: 83px;
}
.schoolContent{
    display: none;
}
.schoolLine{
    display: none;
    width: 100%;
    height: 1px;
    background:#cccccc;
    position: absolute;
    top: 504px;
    z-index: -1;
    min-width: 1200px;
}