body{
    background: #f8f7f7;
}
.inContent{
    background: #fff;
    margin: 14px 0px 50px;

}
.tabBox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.tabBox li {
	float:left;
	width: 219px;
	height:82px;
	background:url(../images/exambg.png) no-repeat center;
	color:#fff;
	text-align:center;
    cursor:pointer;
    color:#666666;
    font-size: 20px;
}
.tabBox li span{
    padding-top: 4px;
    display: inline-block;
}
.tabBox li p{
    padding-top: 26px;
}

.lay-content{
    display: none;
}
.on {
	display:block;
}
.tabBox li.cur {
    background:url(../images/exambg1.png) no-repeat center;
    height: 95px;
    color: #fff;
}
.link{
    border-top: 1px solid #dddddd;
    height: 72px;
    line-height: 72px;
    color: #666666;
    font-size: 18px;
    margin-top: 50px;
}
.link .contact_link{
    text-align: center;
    cursor: pointer;
}

.link .select_grade{
    text-align: center;
    width: 550px;
    cursor: pointer;
}
.tipsDailog{
	background:url("../images/tipsDialog.png") no-repeat;
	background-size:400px 298px;
	position: absolute;
	z-index: 100000;
	width: 400px;
	height: 298px;
	display: none;
	padding: 10px 30px 0;
}
#setEducation button{
	background: #fff;
	width: 340px;
	height: 55px;
	color: #666;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	cursor: pointer;
    
}
#setEducation button:hover{
	color: #19bcf9;
}
.noData{
    text-align: center;
    padding: 19px;
}
.contentWrap{
    padding: 60px;
}