
.no-click{
	pointer-events: none;
}
.flex{
	display: box; /* OLD - Android 4.4- */
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-wrap {
	/* 09版 */
	-webkit-box-lines: multiple;
	/* 12版 */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-jsbetween{
	/* 09版 */
	-webkit-box-pack: space-between;
	/* 12版 */
	-webkit-justify-content:  space-between;
	-moz-justify-content:  space-between;
	-ms-justify-content:  space-between;
	-o-justify-content:  space-between;
	justify-content:  space-between;
}
.flex-jcenter{
	/* 09版 */
	-webkit-box-pack: center;
	/* 12版 */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.flex-acenter{
	/* 09版 */
	-webkit-box-align:  center;
	/* 12版 */
	-webkit-align-items:  center;
	-moz-align-items:  center;
	-ms-align-items:  center;
	-o-align-items:  center;
	align-items:  center;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.kq-img img,.kxfa-c img,.ocontent-txzy img,.fixbanner img{
	width: 100%;
	height: 100%;
}
/*.feedBack .service a:before {
	content: "\e673";
	font-family: "iconfont";
	font-size: 16px;
	position: absolute;
	left: 6px;
	top: 0px;
	color: #0E82D9;
}*/
.breadcrumbs{
	position: absolute;
	top:16px;
	left:50%;
	margin-left: -500px;
	z-index: 10;
	color:#FFFFFF;
}
	.breadcrumbs a, .breadcrumbs span {
		font-size: 14px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 21px;
	}

.c-title{
	margin: 20px 0;
}
.c-icon img{
	width: 32px;
	height: 26px;
}
.c-des{
	margin: 0 16px;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
}
.c-des2{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 30px;
	margin: 12px 0;
}
.ofcontent-kc{
	width: 100%;
	padding:60px 0;
	box-sizing: border-box;
}
.ofkclist{
	margin: 40px 0;
	
}
.ofcontent-kc .list-t span{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
}
.ofkclist .list-t span:first-child{
	font-size: 40px;
	line-height: 60px;
}
.ofcontent-kc li p{
	font-size: 16px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 24px;
}
.ty {
	width: 353px;
	height: 72px;
	margin: 0 auto;
	background: url(../img/Btn_Orange_Off.png) no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 72px;
	cursor: pointer;
}
	.ty:hover {
		background: url(../img/Btn_Orange_On.png) no-repeat center;
		background-size: cover;
	}
.ofcontent-te{
	padding-bottom: 60px;
	box-sizing: border-box;
}
.teacherlist{
	margin: 32px 0 40px 0;
	
}
.teacherlist .ul-li{
	width: 232px;
	height: 312px;
	border-radius: 8px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	margin-bottom:24px ;
}
.te-photo {
	width: 100%;
	height: 182px;
	background: url(../img/teacher-h2.jpg) no-repeat center;
	background-size: cover;
}
.te-photo2 {
	background: url(../img/teacher-c.jpg) no-repeat center;
	background-size: cover;
}
.te-photo3 {
	background: url(../img/teacher-h.jpg) no-repeat center;
	background-size: cover;
}
.te-photo4 {
	background: url(../img/teacher-y.jpg) no-repeat center;
	background-size: cover;
}
.te-photo5 {
	background: url(../img/teacher-l3.jpg) no-repeat center;
	background-size: cover;
}
.te-photo6 {
	background: url(../img/teacher-q.jpg) no-repeat center;
	background-size: cover;
}
.te-photo7 {
	background: url(../img/teacher-l2.jpg) no-repeat center;
	background-size: cover;
}
.te-photo8 {
	background: url(../img/teacher-l.jpg) no-repeat center;
	background-size: cover;
}
.te-des{
	padding:16px ;
	box-sizing: border-box;
}
.te-des .te-name{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 30px;
	margin-bottom: 5px;
}
.te-des .te-name .te-type{
	padding:2px 6px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 12px;
	background: #D8E0ED;
	margin-left: 4px;
}
.te-des .te-info li{
	font-size: 12px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 16px;
}
.more-t, .qkfd-btn {
	background: url(../img/Btn_Blue_Off.png) no-repeat center;
	background-size: cover;
}
	.more-t:hover, .qkfd-btn:hover {
		background: url(../img/Btn_Blue_On.png) no-repeat center;
		background-size: cover;
	}
.ofcontent-yyfd {
	width: 100%;
	height: 480px;
	background: url(../img/Banner3_Bg.png) no-repeat center;
	background-size: cover;
	padding: 64px 0 48px 0;
	box-sizing: border-box;
}
.yylist li{
	width: 486px;
	height: 260px;
	padding: 49px 24px;
	box-sizing: border-box;
}
	.yylist li.yy-of {
		background: url(../img/img_offline.png) no-repeat center;
		background-size: cover;
	}
	.yylist li.yy-on {
		background: url(../img/Img_Online1v1.png) no-repeat center;
		background-size: cover;
	}
.yylist li .fd-t{
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	margin-bottom: 24px;
}
.yylist li .fd-e{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 16px;
	margin-bottom: 18px;
}
.yyfd-btn{
	width: 353px;
	height: 72px;
	margin: 36px auto 0;
	border-radius: 8px;
	background: #FFFFFF;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #0285ED;
	line-height: 72px;
	cursor: pointer;
}
.ofcontent-qkfd{
	width: 100%;
	padding: 80px 0;
	box-sizing: border-box;
}
.qkfd-wrap{
	margin: 40px 0;
	
}
.grade-tabs ul li:first-child{

	width: 136px;
}
.grade-tabs ul li,.subject-tabs ul li{
	text-align: center;
	width: 128px;
	height: 48px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	border: 1px solid #8C8C8C;
	font-size: 16px;
	font-weight: 400;
	color: #8C8C8C;
	line-height:48px;
	margin-bottom: 32px;
	cursor: pointer;
}
.grade-tabs ul li.status,.subject-tabs ul li.status{
	border: 1px solid #0285ED;
	color: #FFFFFF;
	background: #0285ED;
	border-radius: 4px;
	box-shadow:0px 2px 4px 0px rgba(2, 133, 237, 0.08);
}
.subject-tabs ul li{
	margin-right: 29px;
}
.subject-bigbox{
	margin-top: 64px;
	
}
.subject-bigbox .lv {
	text-align: center;
	margin-right: 10px;
}
.subject-bigbox .lv .socre-box{
	width: 192px;
	height: 478px;
	border-radius: 20px 0px 0px 0px;
}
.subject-bigbox .lv-lv1 .socre-box{
	height: 320px;
	margin-top: 158px;
	background: #619EDA;
}
.subject-bigbox .lv-lv2 .socre-box{
	height: 359px;
	margin-top: 119px;
	background: #4A90D4;
}
.subject-bigbox .lv-lv3 .socre-box{
	height: 400px;
	margin-top: 78px;
	background: #2F82CF;
}
.subject-bigbox .lv-lv4 .socre-box{
	height: 440px;
	margin-top: 38px;
	background: #0D74C9;
}
.subject-bigbox .lv-lv5 .socre-box{
	height: 478px;
	background: #0285ED;
}
.socre-box .subject-score{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 110px;
	position: relative;
}
.socre-box .subject-score::after{
	content: "";
	display: inline-block;
	width: 98px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -49px;
	background: #FFFFFF;
}
.socre-box .subject-content{
	padding: 22px 16px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	text-align: left;
	white-space: pre-line;   
	
}
.lv p{
	position: relative;
	margin-top: 24px;
	font-size: 28px;
	color: #666;		
}
.lv-lv1 p::after{
	display: none;    
}
.lv p::after {
	content: "";
	position: absolute;
	top: 6px;
	left: -12px;
	background: url(../img/step-lv.png) no-repeat;
	background-size: cover;
	width: 24px;
	height: 20px;
}

.ofcontent-txbx{
	width: 100%;
	background-color: #F2F9FE;
	padding: 40px 0 29px 0;
	box-sizing: border-box;
}
.txbxlist{
	width: 888px;
	height: 184px;
	margin:108px auto 30px;
	background: #D8EBFF;
	border-radius: 40px 40px 0px 0px;
	padding: 0 48px;
	box-sizing: border-box;
}
.txbxlist li{
	width: 162px;
	height: 195px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 24px 0;
	box-sizing: border-box;
	text-align: center;
	margin-top: -52px;
}
.txbxlist li img{
	width: 56px;
	height: 56px;
}
.txbxlist li .txbx-t{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin: 18px 0 8px 0;
}
.txbxlist li .txbx-d{
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 20px;
}
.ofcontent-kxlb{
	width: 100%;
	padding: 80px 0;
	box-sizing: border-box;
}
.kxlb-img{
	width: 952px;
	height: 278px;
	margin: 40px auto 0; 
}
.kxlb-img img{
	width: 100%;
	height: 100%;
}
.ofcontent-hp {
	width: 100%;
	/* 	height: 560px; */
	background: url(../img/Banner4.png) no-repeat center;
	background-size: cover;
	padding: 40px 0;
	box-sizing: border-box;
}
.ofcontent-hp .c-des{
	color: #FFFFFF;
}
.hplist{
	margin: 40px 0 ;
}
.hplist .hp-li{
	width: 320px;
	height: 288px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 24px;
	box-sizing: border-box;
}
.hp-li .stu-t .stu-photo{
	width: 56px;
	height: 56px;
}
.hp-li .stu-t .stu-info{
	margin-left: 24px;
}
.hp-li .stu-t .stu-info .stu-name{
	
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-bottom: 16px;
}
.hp-li .stu-t .stu-info .stu-ac{
	font-size: 16px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 24px;
}
.stu-x ol{
	margin:  12px 0;
}
.stu-x ol li{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 13px;
}
.hp-li .stu-t .stu-photo img,.stu-x ol li img{
	width: 100%;
	height: 100%;
}
.stu-hp{
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 20px;
}
.join {
	width: 353px;
	height: 72px;
	margin: 0 auto;
	background: url(../img/Btn_Orange_Off.png) no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 72px;
	cursor: pointer;
}
	.join:hover {
		background: url(../img/Btn_Orange_On.png) no-repeat center;
		background-size: cover;
	}
.ofcontent-cn{
	width: 100%;
	padding: 80px 0;
	box-sizing: border-box;
}
.cnlist{
	margin: 60px 0;
}
.cnlist li{
	width: 33%;
	text-align: center;
	border-right:1px solid #D8D8D8;
}
.cnlist li:last-child{
	border: 0;
}
.cnlist li img{
	width: 80px;
	height: 80px;	
	margin-top: -10px;
}
.cnlist li .cn-t{
	margin: 6px 0;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;	
}
.cnlist li .cn-d{
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 14px;
}
.fixbottom{
	width: 100%;
	height: 80px;
	background: #000000;
	opacity: 0.65;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;   
	-khtml-opacity: 0.65;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 99;
}
.fixd{
	width: 1000px;
	height: 80px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 100;
}
.fix-img{
	width: 204px;
	height: 161px;
	position: absolute;
	bottom: 0;
}
.fixd-in{
	margin-left: 236px;
}
.fix-text p,.fix-text span{
	
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 80px;
}
.fix-text span{
	color:#FB8300;
	margin: 0 8px;
}
.fix-input input{
	width: 256px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #979797;
	margin-right: 8px;
	padding: 0 16px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	line-height: 56px;
}
.fix-btn {
	width: 160px;
	height: 56px;
	text-align: center;
	background: url(../img/Btn_Hover_Off.png) no-repeat center;
	background-size: cover;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 56px;
}
.fix-btn:hover {
	cursor:pointer;
}
	.ofcontent-mask {
		width: 100%;
		height: 100%;
		background: #000000;
		opacity: 0.75;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		-khtml-opacity: 0.75;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 1100;
		display: none;
	}
.ofcontent-tk{
	width: 862px;
	height: 574px;
	position: fixed;
	left:50%;
	top:50%;
	margin-top: -287px;
	margin-left: -431px;
	z-index: 1200;
	display: none;
}
.tk-close{
	width: 100%;
	text-align: right;
	margin-bottom: 18px;
	cursor: pointer;
}
.tk-close img{
	width: 48px;
	height: 48px;
}
.tk-con{
	width: 862px;
	height: 468px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 28px 15px 0 80px;
	box-sizing: border-box;
}

.success{
	display: none;
}
.con-left .con-t,.con-left .con-d{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin-bottom: 18px;
}
.con-left .con-d{
	font-weight: normal;
}
.input-code,.select{
	width: 420px;
}
.input-tel input,.input-code input,.select-grade input,.select-provide input{
	width: 420px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #CBCFD5;
	padding: 0 24px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 50px;
	margin-bottom: 12px;
}
.input-code input{
	width: 236px;
}
.input-code button{
	border: 0;
	outline: none;
	width: 168px;
	height: 50px;
	background: #D7EDFA;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #139AFE;
	line-height: 50px;
	cursor: pointer;
}
.select-grade input,.select-provide input{
	width: 171px;
	border-radius: 8px 0 0 8px;
	margin-bottom: 0;
}
.select-grade,.select-provide{
	position: relative;
}
.gradelist{
	width: 204px;
	background: #FFFFFF;
	box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	max-height: 200px;
	overflow: hidden;
	position: absolute;
	top:50px;
	left:0;
	overflow-y: scroll;
	 overflow: -moz-scrollbars-none;
	 display: none;
}
.gradelist::-webkit-scrollbar{
    display: none;
}
.gradelist li{
	
	height: 50px;
	background: #FFFFFF;
	padding: 0 24px;
	box-sizing: border-box;	
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 50px;
	cursor: pointer;
}
.gradelist li:hover{
	
	background: #D7EDFA;
}
.s-btn{
	display: inline-block;
	width: 32px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 0 8px 8px 0;
	border: 1px solid #CBCFD5;
	text-align: center;
	padding: 14px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.s-btn img{
	width: 16px;
	height: 16px;
}
.con-xy{
	margin-top: 18px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;	

}
.con-xy span{
	color: #0285ED;
}
.tk-btn {
	width: 420px;
	height: 56px;
	line-height: 56px;
	margin-top: 19px;
	background: url(../img/Btn_Blue_tOff.png) no-repeat center;
	background-size: cover;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
	.tk-btn:hover {
		background: url(../img/Btn_Blue_tOn.png) no-repeat center;
		background-size: cover;
	}

.ke-erm{
	width: 192px;
	text-align: center;
	margin: 0 auto;
	
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.ke-erm img{
	width: 192px;
	height: 192px;
	margin-bottom: 8px;
}
.con-right{
	width: 292px;
	position: relative;
}
.con-right img{
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	right: 0;
}