
*{
	padding: 0;
	margin: 0;
	font-family: "黑体";
}
.safewidth{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.normalTitle{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: black;
	padding-top:50px;
	padding-bottom: 50px;
}
.school_bg{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: black;
	padding-top: 50px;
}
.normalTitle1{
	font-size: 22px;
	padding: 25px 0;
}
.bigTile{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: black;
}
.secondTitle{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #686767;
	padding-bottom:25px ;
}

/*--------师资团队---------*/

#teacherBox{
	width: 996px;
	height: 818px;
	margin: 0 auto;
	overflow: hidden;
}
.teacherDiv{
	width: 213px;
	height: 376px;
	float: left;
	margin-right: 44px;
	border: 1px solid #868282;
	margin-top: 30px;
	position: relative;
	cursor: pointer;
}
.teacherDiv>div{
	width: 213px;
	height: 376px;
	position: absolute;
}
/*--------------教师信息正面----------------*/
.teacherImg{
	width: 100%;
	height: 274px;
	background-size: cover;
}
.teacherP{
	font-size: 26px;
	width: 100%;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 10px;
}

.teacherP1{
	font-size: 18px;
	width: 100%;
	text-align: center;
}
/*--------------教师信息反面----------------*/
.oppositeDiv{
	background-color: #EB6106;	
}
.teachertext{
	width: 100%;
	font-size: 26px;
	text-align: center;
	margin-top:45px ;
	margin-bottom: 14px;
	color: white;
}
.line{
	width: 78px;
	height: 4px;
	margin: 0 auto;
	background-color: #fdee00;
	margin-bottom: 20px;
}
.checkDetail{
	color: #f0b22e;
	font-size: 16px;
	width: 128px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 20px;
	background-color: white;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	text-decoration: none;
	display: block;
}
.teacherInfo{
	width: 163px;
	height: 190px;
	margin: 0 auto;
	color: white;
	font-size: 16px;
}
/*--------师资团队---------*/

/*------思维表格-------*/
#studentInfo{
	width: 9200vw;
    max-width: 1000px;
    margin: 0 auto;
    height: 500px;
    overflow-y: hidden;
    margin-bottom: 40px;
}
.head5_jiuye {
    width: 80%;
    max-width: 1000px;
    font-size: 1.6em;
    border-left: 1px solid #F0B22E;
    margin: 0 auto;
}
.head5_jiuye thead {
    background: #F0B22E;
    color: white;
    font-size: 1.6em;
    height: 40px;
    line-height: 40px;
    }
.head5_jiuye th {
    text-align: center;
    font-size: 0.6em;
    color: white;
}

.head5_jiuye td {
    text-align: center;
    border-right: 1px solid #F0B22E;
    border-bottom: 1px solid #F0B22E;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.head5_jiuye1{
	width: 1000px;
	border-left: 1px solid #F0B22E;
    margin: 0 auto;
}
.head5_jiuye1 td{
	text-align: center;
    border-right: 1px solid #F0B22E;
    border-bottom: 1px solid #F0B22E;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
}
/*-----解决bootstrap样式冲突--------*/
.head5_jiuye th {
	font-size: 1.6em;
}
.head5_jiuye tr,.head5_jiuye1 tr{
	border: none;
}

.head5_jiuye1 tr,.head5_jiuye1 td{
	padding: 0;
	color: #000000;
	border-color: #F0B22E;	
}
/*---表格---*/
/*成功，你也可以*/
.success{
	width: 929px;
	height: 43px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 43px;
	font-size: 33px;
	margin-bottom: 10px;
}
/*就业保障*/
.footTop{
	width: 969px;
	height: 393px;
	margin:  0 auto;
	margin-bottom: 45px;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
}
/*-----------------报名-----------------*/
.signUp{
	width: 980px;
	height: 126px;
	margin: 0 auto;
}
.signUp>div{
	width: 315px;
	height: 100%;
	float: left;
}
.signUp>div>p{
	height: 65px;
	font-size: 20px;
	text-align: center;
}
.signUp>div>p>span{
	font-size: 14px;
	color: red;
}
#signUpBtn{
	width: 223px;height: 38px;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	border: none;
	color: white;
	background-color: #F0B22E;
	margin-top: 25px;
	cursor: pointer;
}
#signUptips{
	width: 100%;
	font-size: 12px;
	color: #666;
	margin-top: 25px;
}

.signUpInput{
	width: 211px;
	height: 38px;
	outline: none;
	border: 1px solid #aaa;
}
/*-----------------报名-----------------*/

.green{
	background-color: #6C6;
}
.blue{
	background-color: #468FDA;
}

.red{
	background-color: #db2231;
}



.hr{
	 width: 870px; height:1px;border:none;border-top:1px solid #333;margin:0 auto;margin-bottom: 25px;
}



