*{
	margin: 0;
	padding: 0;
	list-style: none;
}
button,input{
	outline: none;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.after{
	overflow: hidden;
}
.topNav{
	background: rgb(245,245,245);
}
.left{
	float: left;
}
.right{
	float: right;
}
.login{
	padding: 5px 0;
}
.login li{
	cursor: pointer;
	float: left;
	font-size: 12px;
	color: #999999;
}
.login li:nth-of-type(1){
	color: #00B388;
	margin-right: 5px;
}
.order{
	padding: 5px 0;
}
.order li{
	float: left;
	font-size: 12px;
	color: #999999;
	margin-left: 8px;
	cursor: pointer;
}
.order p{
	float: left;
}
.order img{
	float: left;
	width: 14px;
	height: 14px;
	margin-left: 2px;
	margin-right: 2px;
}
.header{
	margin-top: 42px;
	overflow: hidden;
}
.logo img{
	width: 124px;
	height: 49px;
	float: left;
}
.logo p{
	float: left;
	font-size: 16px;
	color: rgb(7,109,101);
	font-weight: bold;
	margin-top: 5px;
}
.search_wrap{
	width: 540px;
	margin: 0 auto;
}
.search{
	width: 480px;
	border: 1px solid rgb(9,170,158);
	border-radius: 2px 0 0 2px;
	font-size: 14px;
	height: 50px;
	float: left;
}
.search input{
	border: 0;
	height: 50px;
	padding-left: 21px;
	width: 80%;
}
.search_icon{
	cursor: pointer;
	float: left;
	height: 52px;
	width: 52px;
	background: rgb(5,168,154);
	text-align: center;
	line-height: 50px;
	border-radius: 0 2px 2px 0;
}
.search_icon img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.service{
	width: 206px;
	height: 33px;
	margin-top: 8px;
}
.menuNav{
	overflow: hidden;
	margin-top: 40px;
}
.menuNav p{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	color: rgb(51,51,51);
	cursor: pointer;
}
.menuNav .checked{
	color: rgb(5,168,154);
	border-bottom: 4px solid rgb(5,168,154);
	padding-bottom: 17px;
}
.banner{
	width: 100%;
	display: block;
	margin-bottom: 18px;
}
.quick{
	overflow: hidden;
}
.quick li{
	float: left;
	text-align: center;
	font-size: 18px;
	color: rgb(56,60,82);
	margin-right: 20px;
	cursor: pointer;
}
.quick li:last-child{
	margin: 0;
}
.quick img{
	width: 224px;
	height: 126px;
	border-radius: 8px;
	margin-bottom: 14px;
}
.infor_wrap{
	margin-top: 106px;
}
.title{
	width: 287px;
	height: 57px;
	display: block;
	margin: 0 auto;
}
.infor_nav{
	overflow: hidden;
	margin-top: 47px;
}
.infor_nav li{
	float: left;
	margin-right: 4px;
	line-height: 50px;
	background: rgb(245,245,245);
	font-size: 16px;
	color: rgb(56,60,82);
	width: 24.5%;
	text-align: center;
	cursor: pointer;
}
.infor_nav li:last-child{
	margin: 0;
}
.infor_nav .checked{
	background: rgb(254,170,75);
	color: #FFF;
}
.infor{
	margin-top: 20px;
	overflow: hidden;
}
.infor_left{
	float: left;
	width: 438px;
	margin-right: 20px;
	padding-bottom: 30px;
	background: rgb(245,245,245);
}
.infor_left img{
	width: 438px;
	height: 320px;
}
.infor_left p{
	color: rgb(56,60,82);
	font-size: 16px;
	margin: 26px 0 9px;
	padding-left: 20px;
}
.infor_left span{
	display: block;
	padding-left: 20px;
	color: rgba(0,0,0,0.5);
	font-size: 13px;
	line-height: 18px;
}
.infor_right{
	background: rgb(245,245,245);
	float: left;
	padding: 7px 60px 40px;
}
.infor_right li{
	overflow: hidden;
	margin-top: 30px;
}
.infor_right li div{
	float: left;
}
.infor_time{
	color: rgb(56,60,82);
}
.infor_time h2{
	font-size: 42px;
}
.infor_time p{
	font-size: 14px;
	margin-top: 0.1rem;
}
.infor_content{
	width: 510px;
	margin-left: 54px;
	margin-top: 8px;
}
.infor_content p{
	color: rgb(56,60,82);
	font-size: 16px;
}
.infor_content span{
	display: block;
	color: rgba(0,0,0,0.5);
	font-size: 13px;
	margin-top: 13px;
}
.class_wrap{
	margin-top: 80px;
	background: rgb(245,245,245,04);
	padding: 80px 0;
}
.class_nav{
	width: 430px;
	margin: 43px auto 20px;
}
.class_nav li{
	float: left;
	margin-right: 50px;
	font-size: 20px;
	color: rgb(0,0,0);
	padding-bottom: 10px;
	cursor: pointer;
}
.class_nav .checked{
	border-bottom: 4px solid rgb(255,112,17);
	position: relative;
}
.class_nav .checked:after{
	content: '';
	width: 30px;
	height: 15px;
	position: absolute;
	background: url(../img/hot.png) no-repeat;
	background-size: 30px 15px;
	top: -10px;
	right: 0;
}
.class_content{
	overflow: hidden;
}
.class_content img{
	width: 254px;
	height: 464px;
	float: left;
	margin-right: 10px;
}
.class{
	float: left;
	overflow: hidden;
	width: 930px;
}
.class_list{
	float: left;
	margin: 0 10px 20px;
	border: 1px solid rgb(5,168,154,0.2);
	padding: 27px 16px 27px 14px;
}
.class_list h2{
	color: rgb(5,168,154);
	font-size: 16px;
}
.class_list>p:nth-of-type(1){
	font-size: 14px;
	color: rgb(0,0,0,0.5);
	margin: 8px 0 2px;
}
.class_list>p:nth-of-type(2){
	font-size: 14px;
	color: rgb(0,0,0,0.5);
}
.class_price{
	overflow: hidden;
	margin: 15px 0;
}
.class_price p{
	font-size: 14px;
	color: rgb(5,168,154);
	float: left;
}
.class_price p span{
	font-size: 18px;
}
.class_price h4{
	float: right;
	color: rgb(255,112,17);
	font-size: 24px;
}
.class_buy{
	overflow: hidden;
}
.class_buy button{
	float: left;
	width: 120px;
	height: 36px;
	border: 1px solid rgb(5,168,154);
	color: rgb(5,168,154);
	border-radius: 18px;
	background: none;
	font-size: 18px;
	cursor: pointer;
}
.class_buy button:nth-of-type(2){
	margin-left: 10px;
	background-image: linear-gradient(to right,rgb(254,138,62),rgb(255,112,17));
	color: #FFF;
	border-color: rgb(255,112,17);
}
.recomment_wrap{
	margin-top: 80px;
}
.recomment{
	overflow: hidden;
	padding-top: 10px;
}
.recomment_list{
	float: left;
	width: 285px;
	margin-right: 20px;
	height: 413px;
	border-radius: 10px;
	position: relative;
}
.recomment_list>img{
	position: absolute;
	width: 285px;
	height: 413px;
	border-radius: 10px;
	top: 0;
	left: 0;
}
.recomment_infor{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/bg.png) no-repeat;
	width: 285px;
	height: 145px;
	background-size: 285px 145px;
}
.recomment_infor>p{
	padding: 20px 23px 5px;
	font-size: 30px;
	color: #FFF;
}
.recomment_infor span{
	color: #FFF;
	font-size: 16px;
	display: block;
	padding-left: 23px;
}
.rootView{
	float: right;
	margin: 24px 20px 0 0;
}
.rootView p{
	float: left;
	font-size: 16px;
	color: #FFF;
}
.rootView img{
	width: 8px;
	height: 14px;
	margin-left: 10px;
}
.more_teachers{
	width: 236px;
	height: 55px;
	margin: 40px auto;
	background: rgb(245,245,245);
	position: relative;
}
.more_teachers p{
	color: rgb(255,119,24);
	font-size: 18px;
	text-align: center;
	line-height: 55px;
}
.more_teachers img{
	position: absolute;
	width: 16px;
	height: 14px;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-container{
	margin-top: 44px;
}
.swiper-container>img{
	width: 62px;
	height: 62px;
}
.pre{
	position: relative;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-wrapper img{
	width: 590px;
	height: 304px;
	float: left;
}
.swiper-wrapper img:nth-of-type(1){
	margin-right: 20px;
}
.next{
	position: relative;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.swiper_wrap{
	position: relative;
}
.swiper_wrap>img{
	width: 62px;
	height: 62px;
}
.swiper-button-prev{
	left: -92px;
	opacity: 1 !important;
}
.swiper-button-next{
	right: -92px;
}
.footer{
	width: 100%;
	margin-top: 74px;
	display: block;
}
.pop_wrap{
	display: none;
	z-index: 99;
	position: fixed;
	width: 100%;
	top: 40%;
	left: 0;
	padding-bottom: 25px;
	background-image:linear-gradient(to right,rgb(5,168,154),rgb(16,197,182)) ;
}
.code{
	float: left;
	padding: 20px 19px 13px;
	background: #FFF;
	border-radius: 8px;
	margin-top: -45px;
}
.code img{
	width: 153px;
	height: 154px;
}
.information{
	width: 840px;
	float: left;
	margin-left: 28px;
	padding-top: 40px;
}
.information li{
	float: left;
	margin-right: 30px;
}
.information li p{
	float: left;
	color: #FFF;
	font-size: 18px;
	line-height: 45px;
}
.information li input{
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 8px;
	background: none;
	width: 197px;
	height: 45px;
	margin-left: 10px;
	float: left;
	padding-left: 10px;
}
.appointment{
	width: 127px;
	height: 127px;
	margin-top: 15px;
	cursor: pointer;
}
.check_box{
	width: 17px;
	height: 16px;
	background: #FFF;
	border-radius: 2px;
	margin-top: 15px;
	margin-right: 20px;
}
.check_box.checked{
	position: relative;
}
.check_box.checked:after{
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	top: -5px;
	left: 2px;
	background: url(../img/checked.png) no-repeat;
	background-size: 17px 17px;
}
