body{
	min-width: 1200px;
	margin: 0;
	font-family: '微软雅黑';
}
#banner{
	position: relative;
}
#banner .bgImg{
	width: 100%;
}
#banner .bannerText{
	position: absolute;
	top: 24%;
	left: 15%;
	width: 70%;
}
#banner .bannerButton{
	position: absolute;
	width: 20%;
	left: 40%;
	top: 74%;
	cursor: pointer;
}
/*所有标题文字样式*/
.boxTitle{
	border: 1px solid white;
	border-bottom: none;
}
.boxTitle .bigTitle{
	text-align: center;
	font-size: 41px;
	font-weight: bold;
	margin: 0;
	margin-top: 30px;
}
.boxTitle .smallTitle{
	font-size: 18px;
	text-align: center;
}
/*薪资区域*/
#showPrice{
	width: 1000px;
	margin: 0 auto;
	/*border: 1px solid black;*/
	height: 485px;
}
#showImg{
	width: 78%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
}
#showImg #lessonImg{
	width: 86%;
	height: 300px;
}
#choose{
	width: 22%;
	float: left;
	margin-top: 30px;
}
#choose img{
	float: left;
    width: 90px;
    height: 90px;
    margin: 10px;
    cursor: pointer;
}
.content{
	text-align: center;
	clear: both;
}
.content img{
	width: 260px;
	margin: 10px;
	cursor: pointer;
}
/*规划区域*/
#guihua{
	width: 1000px;
	margin: 0 auto;
	background-color: #0082c926;
	text-align:center;
	padding-bottom: 10px;
}
#guihua>img{
	width: 80%;
	margin-bottom: 35px;
}
/*管控*/
#controller{
	width: 100%;
	position: relative;
}
#controller img{
	width: 100%;
}
#controller .conText{
	color: white;
	font-size: 50px;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
}
/*为什么选择传一*/
#whyCenter{
	/*border: 1px solid black;*/
	height: 400px;
	width: 1000px;
	margin: 0 auto;
}
#whyCenter .text{
	width: 50%;
	float: left;
	margin-top: 50px;
}
#whyCenter .pic{
	width: 50%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#whyCenter .pic img{
	width: 66%;

}
#whyCenter .text1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#whyCenter .text2{
	padding-left: 150px;
	font-size: 18px;
	line-height: 32px;
}
/*企业*/
#qiye{
	width: 1000px;
	margin: 0 auto;
	background-color: #0082c926;
	text-align:center;
}
#qiye>img{
	width: 80%;
	margin-bottom: 35px;
}
/*如何培养*/
#how{
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}
#proMain{
	width: 1000px;
	margin: 0 auto;
	/*border: 1px solid black;*/
	overflow: hidden;
}
#proMain .proBox{
	width: 23%;
	float: left;
	margin: 1%;
	background-color: #0082c926;
}
#proMain .proBox img{
	width: 100%;
	height: 115px;
}
#proMain .proBox p{
	margin: 5px;
}
/*mooc*/
#class{
	width: 1000px;
	margin: 0 auto;
	background-color: #0082c926;
	text-align:center;
}
#tabHead{
	overflow: hidden;
	margin: 20px 0;
}
.tabTitle{
	width: 15%;
	float: left;
	margin: 0 5%;
	border-bottom: 4px solid #0F7DBD;
	font-size: 20px;
	cursor: pointer;
}
.tabMains{
	width: 100%;
	display:none;
}
.tabMains img{
	width: 100%;
}
/*#迷茫*/
#mimang{
	width: 1000px;
	margin: 20px auto;
}
#mimangCenter{
	overflow: hidden;
	margin: 20px 0;
}
#mimangCenter .text{
	width: 50%;
	float: left;
}
#mimangCenter .pic{
	width: 50%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#mimangCenter .pic img{
	width: 66%;

}
#mimangCenter .text1{
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}
#mimangCenter .text2{
	font-size: 23px;
	line-height: 38px;
	text-align: center;
}
/*师资*/
#teacher{
	width: 1000px;
	margin: 0 auto;
	background-color: #0082c926;
}
#teacherBox{
	overflow: hidden;
}
.teacherPic{
	width: 23%;
	margin: 1%;
	float: left;
	position: relative;
	cursor: pointer;
}
.teacherPic .qian{
	width: 100%;
	height: 360px;
}
.teacherPic .hou{
	position: absolute;
	top:0;
	left: 0;
	height: 0;
	width: 0;
	transition: 1.1s;
}
#same{
	width: 1000px;
	margin: 0 auto;
}
/*学生信息*/
#stuBox{
	width: 100%;
	overflow: hidden;
}
.stuInfo{
	width: 15%;
	float: left;
	margin: 1% 0.8%;
	position: relative;
}
.stuInfo img{
	width: 100%;
}
.stuInfo .comPic{
	position: absolute;
	left: 0;
	top: 0;
}
/*公司*/
#company{
	background-color: #0085cc;
}
#company img{
	width: 1000px;
	margin: 0 auto;
	display: block;
}
/*悬浮*/
#xuanfu{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #0085CC;
}
#xuanfuMain{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
#xuanfuMain #left{
	width: 300px;
	float: left;
	text-align: center;
}
#xuanfuMain #left p{
	margin: 0;
	font-size: 14px;
}
#xuanfuMain #right{
	width: 500px;
	float: right;
	height: 40px;
}
#xuanfuMain #right img{
	height: 34px;
	margin-top: 3px;
	float: left;
}
#xuanfuMain #right .input1{
	float: left;
	height: 20px;
	margin-top: 7px;
	margin-left: 10px;
	width: 110px;
	margin-right: 10px;
	background-color: #0085CC;
	color: white;
	border: 1px solid white;
	padding-left: 10px;
}
.xfBtn{
	float: left;
	height: 30px;
	width: 94px;
	margin-top: 5px;
	background-color: #D0321A;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
#xuanfuMain #right .input1::-webkit-input-placeholder{
	color:white;
}
#xuanfuMain #right .input1::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:white;
}
#xuanfuMain #right .input1:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:white;
}
#xuanfuMain #right .input1:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:white;
}
