*{
	margin: 0;
	padding: 0;
	list-style: none;
}
button,input{
	border: none;
	outline: none;
	background: none;
}
input{
	width: 0;
}
[v-cloak]{
	display: none;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w900{
	width: 900px;
	margin: 0 auto;
}
.header_wrap{
	overflow: hidden;
	margin: 18px auto 13px;
}
.float{
	float: left;
}
.logo{
	width: 116px;
	margin-right: 5px;
}
.head_title p:nth-of-type(1){
	margin-top: 18px;
	color: #95662C;
	font-size: 10px;
	font-weight: bold;
	background: #95662C;
	text-align: center;
	line-height: 19px;
	width: 62px;
	height: 19px;
	background: linear-gradient(0deg, #F6CF9F 0%, #FEE4BB 100%);
	border-radius: 9px;
}
.head_title p:nth-of-type(2){
	color: #333333;
	font-size: 15px;
}
.head_nav{
	float: right;
	margin-top: 23px;
	cursor: pointer;
}
.head_nav li{
	float: left;
	margin-left: 50px;
	font-size: 14px;
	color: #000;
	position: relative;
}
.head_nav .checked{
	color: #01B388;
	font-weight: bold;
	position: relative;
}
.head_nav .checked:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border: 1px solid #01B388;
	box-shadow: 0px 1px 3px 0px rgba(1, 179, 136, 0.19);
	border-radius: 1px;
	left: 0;
	bottom: -6px;
}
.hot{
	width: 20px;
	position: absolute;
	left: 45px;
	top: 2px;
}
.banner{
	margin-bottom: 76px;
}
.banner img{
	width: 100%;
}
.title{
	text-align: center;
	font-size: 33px;
	color: #000000;
}
.title span{
	color: #01B388;
}
.consulte_wrap{
	overflow: hidden;
	width: 910px;
	margin: 75px auto;
}
.consulte_wrap>div{
	width: 219px;
	margin-right: 10px;
	position: relative;
}
.consulte_wrap>div:nth-of-type(even){
	margin-top: 30px;
}
.consulte_wrap>div:last-child{
	margin-right: 0;
}
.consulte_wrap p{
	color: #FFFFFF;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
}
.consulte_wrap div div{
	text-align: center;
	border-radius: 0 0 5px 5px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.primary{
	/*background: #F98700;*/	
	padding: 25px 0 23px;
}
.middle p{
	position: absolute;
	bottom: 19px;
	width: 100%;
	left: 0;
}
.consulte_wrap img{
	width: 100%;
}
.consulte_wrap button{
	width: 113px;
	cursor: pointer;
	height: 41px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	color: #FFF;
	margin-top: 14px;
	font-size: 19px;
}
.ash{
	background: #F5F7FA;
}
.class_introduce p{
	padding: 62px 0 28px;
	text-align: center;
	color: #000000;
	font-size: 33px;
	font-weight: bold;
}
.class_introduce p span{
	color: #01B388;
}
.intro_list {
	overflow: hidden;
	width: 740px;
	margin: 0 auto 20px;
}
.intro_list li{
	float: left;
	color: #696F79;
	font-size: 15px;
	line-height: 36px;
	background: #E5EAF3;
	padding: 0 26px;
	margin-right: 34px;
	border-radius: 21px;
	cursor: pointer;
}
.intro_list li:last-child{
	margin-right: 0;
}
.intro_list .checked{
	color: #FFF;
	background: #01B388;
}
.class_content{
	padding-bottom: 106px;
}
.class_content img{
	width: 898px;
	display: block;
	margin: 0 auto;
}
.teacher_wrap{
	margin-top: 56px;
}
.teacher_train{
	overflow: hidden;
	width: 900px;
	margin: 52px auto 0;
}
.teacher_train div{
	float: left;
	font-size: 12px;
	color: #666666;
	margin-bottom: 42px;
	width: 420px;
}
.teacher_train div:nth-of-type(odd){
	margin-right: 54px;
}
.teacher_train div h4{
	color: #000000;
	font-size: 18px;
	padding-left: 21px;
	background: url(../img/cricle.png) no-repeat left center;
	background-size: 17px 17px;
}
.teacher_train p{
	padding-left: 21px;
	line-height: 17px;
	margin-top: 5px;
}
.teacher_infor{
	width: 900px;
	margin: 0 auto 64px;
}
.swiper2{
	width: 100%;
    height: 100%;
    overflow: hidden;
}
.teacher_details{
	width: 261px;
	border-radius: 6px;
}
.details_wrap{
	height: 355px;
}
.details_wrap img{
	width: 261px;
	display: block;
}
.teacher_name {
	width: 261px;
	background: linear-gradient(0deg, #F6CF9F 0%, #FEE4BB 100%);
	box-shadow: 0px 0px 43px 0px rgba(255, 232, 211, 0.79);
	border-radius: 0px 0px 6px 6px;
}
.teacher_name>div{
	padding: 19px 24px;
	height: 15px;
	overflow: hidden;
}
.teacher_name div p:nth-of-type(1){
	font-weight: bold;
	font-size: 18px;
	color: #815218;
}
.education{
	color: #815218;
	font-size: 11px;
	margin-top: 4px;
	padding: 0 24px;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis; /* 加省略号 */
	word-break:break-all;
    display:-webkit-box;
}
.teacher_name button{
	float: right;
	padding: 0 3px;
	height: 18px;
	background: linear-gradient(0deg, #FFEED9 0%, #FFF9F0 100%);
	box-shadow: 0px 2px 6px 0px rgba(250, 172, 67, 0.19);
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #815218;
	margin-left: 2px;
}
.teacher_details dl{
	display: none;
	background: rgba(20, 37, 67, 0.92);
	border-radius: 6px;
	color: #FFF;
	padding: 24px;
	height: 307px;
}
.teacher_details dt{
	font-weight: bold;
	font-size: 13px;
	position: relative;
	margin: 10px 0;
	padding-left: 4px;
}
.teacher_details dt:before{
	content: '';
	position: absolute;
	border: 1px solid #01B388;
	widows: 0;
	height: 8px;
	left: -4px;
	top: 3px;
}
.teacher_details dd{
	font-size: 11px;
}
.environment{
	display: block;
	width: 719px;
	margin: 47px auto 0;
}
.suspension{
	position: fixed;
	top: 410px;
	z-index: 9;
	right: 0;
	cursor: pointer;
}
.suspension>img{
	width: 117px;
	margin: 0 auto;
	display: block;
}
.suspension ul{
	margin-top: -18px;
	position: relative;
}
.suspension li{
	display: flex;
	align-items: center;
	padding-left: 21px;
	width: 108px;
	height: 41px;
	margin-bottom: 6px;
	border-radius: 20px 0 0 20px;
	font-size: 14px;
	color: #FFFFFF;
}
.suspension li:nth-of-type(1){
	background: #FF7B44;
}
.suspension li:nth-of-type(2){
	background: #FFB644;
}
.suspension li:nth-of-type(3){
	background: #FE5133;
}
.suspension li img{
	width: 14px;
	margin-right: 8px;
}
.footer_wrap{
	background: #1B1F27;
	padding: 40px 0 30px;
}
.contact_wrap{
	overflow: hidden;
}
.contact_wrap>img{
	width: 113px;
}
.contact{
	margin: 3px 0 0 232px;
	color: #F5F7FA;
}
.contact p:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
}
.contact p:nth-of-type(2){
	font-size: 24px;
	font-weight: bold;
}
.contact ul{
	font-size: 14px;
	color: #989A9A;
	margin-top: 6px;
	line-height: 24px;
}
.code_wrap{
	float: right;
	font-size: 12px;
	color: #989A9A;
	text-align: center;
}
.code{
	width: 65px;
	border: 2px solid #FFF;
	height: 65px;
	border-radius: 4px;
	margin-bottom: 4px;
}
.code_wrap:last-child{
	margin-right: 24px;
}
.foot{
	margin-top: 45px;
	text-align: center;
	color: #636465;
	font-size: 12px;
}
.swiper2 .swiper-wrapper{
	padding-bottom: 30px;
}
.teacher_infor .swiper-container-horizontal>.swiper-pagination-bullets,.teacher_infor .swiper-pagination-custom,.teacher_infor .swiper-pagination-fraction{
	bottom: 0;
	width: 193px !important;
	height: 5px;
	border-radius: 5px;
	background: #EEE;
	left: 50%;
	display: flex;
	transform: translateX(-50%);
}
.teacher_infor .swiper-pagination-bullet{
	height: 5px;
	border-radius: 5px;
	width: 50%;
}
.teacher_infor .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0;
}
.teacher_infor .swiper-pagination-bullet-active{
	background: #01B388;
}
