.nav{
    height: 80px;
    line-height: 80px;
    background-color: #a26c41;
}
.nav ul,#content{
    width: 65%;
    margin: auto;
}
.nav ul li{
    width: 16%;
    text-align: center;
}
.nav ul li a{
    color: #fff;
    margin-right: 14%;
    font-size: 20px;
}
.nav ul li a:hover{
    color: #de0f0f;
}
/*content*/
#content{
    margin-top: 60px;
    margin-bottom: 100px;
}
.notice-child{
    margin-bottom: 35px;
}
.notice-child h1{
    color: #de0f0f;
    font-size: 36px;
    font-family:'fz';
    font-weight: normal;
    border-bottom: 4px solid #ea1b31;
    width: 145px;
}
@font-face {
	font-family:fz;
	src: url('../font/方正粗宋简体.ttf');
}
.notice-n1{
    border: 1px #ea1b31 solid;
    margin-top: 6px;
}
.about{
    margin-bottom: 30px;
}
.about img{
    margin-right: 10px;
}
.about h2{
    color: #d51313;
    font-size: 22px;
    font-weight: normal;
}
.about p{
    color: #5a5a5a;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 12px;
}
.higher table th{
    background-color: #bd5050;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: normal;
}
.higher table th:first-child{
    text-align: left;
    text-indent: 2em;
}
.higher table td{
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
}
.higher table td:first-child{
    text-align: left;
    text-indent: 2em;
}
.higher table tr.elect td{
    height: 50px;
    line-height: 50px;
    background-color: #ede9e2;
}
/*bottom*/
.bottom{
    height: 204px;
    background-color: #a26c41;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}
/*explain.html*/
.explain{
    margin-top: 60px;
}
.explain-class h2,.explain-class2 h2{
    color:#cf2020;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.explain-class p{
    line-height: 33px;
    font-size: 16px;
    color: #575757;
    text-indent: 2em;
}
.explain-class2 p{
    line-height: 33px;
    font-size: 16px;
    color: #575757;
}
.explain-class2 p.explain1{
    text-indent: 2em;
}
/*train-mater.html*/
.notice-child span{
    font-size:20px;
    color: #5a5a5a;
    margin-left: 20px;
    display: inline-block;
}
.mater th{
    background-color: #bd5050;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: normal;
}
.mater td{
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
    border-right: 1px #a3978d solid;
}
.mater td:last-child{
    border-right:none;
}
.mater tr.maters td{
    height: 50px;
    line-height: 50px;
    background-color: #ede9e2;
}
.mater td.onlad{
    text-align: left;
    text-indent: 3em;
}
/*contact-information.html*/
.information{
    margin-top: 60px;
}
.information p{
    font-size: 18px;
    color: #575757;
    line-height: 42px;
}
.information p.in{
    text-indent: 4.2em;
}
.information p span{
    color: #de0f0f;
}
.contact-on{
    padding-top: 50px;
    width: 50%;
    margin: auto;
    text-align: center;
}
.contact-on dl.contact-an{
    display: inline-block;
    margin-top: 10%;
    padding:0 30px;
}
.contact-on dl h2{
    color: #a26c41;
    font-size: 28px;
    font-weight: normal;
    margin:6px 0;
}
.contact-on dl  dd{
    color: #575757;
    font-size: 20px;
}
/*teacher.html*/
.teacher{
    width: 100%;
    margin-top: 60px;
}
.teacher dl{
    width: 20%; 
    margin-bottom: 36px; 
}
.teacher dt{
    text-align: center;
}
.teacher dd{
    text-align: center;
    font-size: 24px;
    margin:12px 0;
}
.teacher dl p{
    width: 82%;
    margin-left: 12%;
    font-size: 14px;
    line-height: 24px;
}
.teacher dl p a{
    color: #bc5353;
    margin-left: 16%;
}
/*popup.html*/
.modal_cover{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
}
.modal{
    position: absolute;
    width:50%;
    background: white;
    padding:32px;
    border-radius:10px ;
    z-index: 99;
    /* 水平垂直居中 */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
} 
.modal button{ 
    margin: 40px;
    display: inline-block;
    width: 92%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    border: none;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background-color: #a26c40;
}
.modal img{
    display: block;
    width: 25%;
    margin: auto;
}
.modal p{
    width: 92%;
    margin: auto;
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    color: #575757;
    margin-top: 30px;
}
