.teacherBg{
	background: url(../images/exp2.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 830px
}
.teacherBg .title{
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px
}
.teacherBg .title span{
	display: block;
	color: #fff;
	font-size: 22px;
	padding-top: 10px
}
.teacherBg .title span:first-child{
	font-size: 38px;
}

.bigIntro{
	background-color:#fff;
	border-radius: 4px;
	overflow: hidden;
	max-width: 1200px;
	margin: 40px auto 0 auto;
	padding-bottom:20px;
}
.bigIntro>div.teacherShow{
	width: 400px;
	float: left;
	text-align: center;
}
.bigIntro>div.teacherShow img{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin-top: 40px;
}
.rightIntro{
	float: left;
	width: calc(100% - 400px);
}
.whiteWrap{
	background-color: #fff;
	border-radius: 8px;
	padding: 30px 40px 0;
}
.exp1{
	font-size: 25px;
	font-weight: bold;
}
.exp7{
	width: 100%;
	padding: 0 10px;
	white-space: normal;
}
.exp8{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	border-radius: 6px;
	padding: 0 10px;
	background-color: #FC9951;
	margin-top: 5px;
	margin-bottom: 18px;
}
.exp9{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 18px;
}
.exp2{
	width: 80px;
	height: 4px;
	background-color: #00A2FF;
}
.exp3{
	color: #666;
	line-height: 26px;
	margin-top: 5px;
}
.exp4{
	overflow: hidden;
	margin-top: 15px;
}
.exp4 p{
	float: left;
	line-height: 28px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #00A2FF;
	color: #00A2FF;
	border-radius: 4px;
	margin-right: 20px;
	margin-bottom: 18px;
}
.exp4 p:last-child{
	margin-right: 0px;
}
.exp5{
	position: relative;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	padding-top: 9px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.exp5 span{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
}
.exp5 p{
	position: absolute;
	background-color: #fff;
	width: 88px;
	left: 0;
	top: 0px;
}
.exp6{
	overflow: hidden;
}
.exp6 p{
	float: left;
	line-height: 28px;
	padding: 0 6px;
	text-align: center;
	background-color: #00A2FF;
	color: #fff;
	border-radius: 6px;
	margin-right: 20px;
	margin-bottom: 18px;
}
.exp6 p:last-child{
	margin-right: 0px;
}

.teacherBg ul{
	max-width: 1200px;
	display:flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}
.teacherBg ul li{
	width: 15.1%;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 3px 15px 8px rgba(217,217,217,0.18);
	background-color: #fff;
	text-align: center;
}
.teacherBg ul li.curt{
	border: solid 1px #00A2FF;
}
.teacherBg ul li:hover{
	box-shadow: 0px 2px 6px 1px #00A2FF;
}
.teacherBg .newClassTit{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.teacherBg .showPic{
	width: 80px;
	height: 80px;
	display: block;
	margin: 40px auto 5px!important;
	overflow: hidden;
	border-radius: 50%;
}
.teacherBg .showPic img{
	width: 100%;
}
.teacherBg .newClassD{
	padding: 5px;
	
}
.teacherBg .newClassD .newClassIntro{
	color: #00A2FF;
	font-size: 12px;
	margin-bottom: 20px;
}
.teacherBg .newClassD .job{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
	height: 47px;
}











.teacher-list{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 1px
}

.teacher-list ul{
	max-width: 1200px;
	display:flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}
.teacher-list ul .pick{
    content: ' ';
    width: 23.5%;
    overflow:hidden;
}
.teacher-list .tab{
	max-width: 1200px;
	margin: 0 auto;
	border-bottom: solid 1px #ddd;
	height: 50px
}
.teacher-list .tab a{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px;
}
.teacher-list .tab a.cur{
	border-bottom: solid 2px #00A2FF;
	color: #00A2FF;
}

.teacher-list ul li{
	width: 23.5%;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 3px 15px 8px rgba(217,217,217,0.18);
	background-color: #fff;
	text-align: center;
}
.teacher-list ul li:hover{
	box-shadow: 0px 2px 6px 1px #ccc;
}
.teacher-list .newClassTit{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
}
.teacher-list .showPic{
	width: 140px;
	height: 140px;
	display: block;
	margin: 40px auto 5px!important;
	overflow: hidden;
	border-radius: 50%;
}
.teacher-list .showPic img{
	width: 100%;
}
.teacher-list .newClassD{
	padding: 20px;
	
}
.teacher-list .newClassD .newClassIntro{
	color: #00A2FF;
	font-size: 12px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%
}
.teacher-list .newClassD .job{
	font-size: 14px;
	color: #999;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	width: 100%;
	height: 67px;
}
.Pic1{
	background-image: url(../images/exp9.png);
	background-size: cover;
	background-position: center;
	height: 630px;
	width: 100%;
	padding-top: 180px;
}
.width1150{
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.Pic1 img{
	width: 23.75%;
	margin-right: 1.6%;
	float: left;
}
.Pic1 img:last-child{
	margin-right: 0;
}
.Pic2{
	background-image: url(../images/exp4.png);
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	position: relative;
	text-align: center;
}
.Pic2 a{
	color: #fff;
	display: inline-block;
	width: 200px;
	height: 44px;
	border-radius: 6px;
	background-color: #61D83E;
	font-size: 17px;
	line-height: 44px;
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -100px;
}
