/*common*/
#info > .info-wrapper {
	padding: 0 25px;
	margin-bottom: 25px;
}

#info {
	background-image: url(img/bg.jpg);
	background-size: 100% auto;
}

#info > .info-wrapper .info-content {
	background-color: #fff;
	border-radius: 10px;
	overflow:hidden;
}

#info > .info-wrapper .info-content p {
    margin: 0 auto;
}

#info > .info-wrapper .info-title {
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	height: 50px;
	width: 225px;
	border-radius: 25px;
	line-height: 50px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #2989f8;
	position: relative;
	background-color: #fff;
	box-shadow: 0 5px 18px rgba(41, 137, 248, 1), 0 0 15px rgba(41, 137, 248, 0.7) inset;
}

#info > .info-wrapper .info-title:before,
#info > .info-wrapper .info-title:after {
	content: '';
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	width: 79px;
	height: 73px;
	background-image: url(img/titile.png);
}

#info > .info-wrapper .info-title:before {
	background-position: 0 0;
	left: -91px;
	top: -9px;
}

#info > .info-wrapper .info-title:after {
	background-position: 72px 0;
	top: -9px;
	right: -96px;
}

/*课程*/
#info .class-table-content {
	padding: 40px;
}

#info .tab-nav-wrapper .class-list.hideClass {
	max-height: 78px;
}

#info .tab-nav-wrapper .class-list {
	font-size: 0;
	margin-bottom: -20px;
	overflow: hidden;
}

#info .class-table-content .toggle-class {
	display: inline-block;
	width: 205px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	background: -webkit-linear-gradient(left, #86B0FE, #01C2FE); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #86B0FE, #01C2FE); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #86B0FE, #01C2FE); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #86B0FE, #01C2FE); /* 标准的语法 */
	color: #fff;
	border-radius: 28px;
	font-size: 18px;
	margin-top: 30px;
	text-decoration: none;
	cursor: pointer;
	display: none;
}
#info .class-table-content .toggle-class:before{
	content:'';
	display:inline-block;
	vertical-align: middle;
	width:18px;
	height:14px;
	background-image: url(img/point-top.png);
	background-position:center center;
	background-size:18px auto;
	background-repeat: no-repeat;
}
#info .class-table-content .toggle-class.hideClass:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#info .class-table-content .toggle-class .toggle-text:before{
	content:'收起'
}
#info .class-table-content .toggle-class.hideClass .toggle-text:before{
	content:'展开'
}
#info .class-table-content .toggle-class-wrapper{
	text-align: center;
	margin-bottom:26px;
}
#info .tab-nav-wrapper .class-item:hover,
#info .tab-nav-wrapper .class-item.active {
	color: #fff;
	background-color: #00AAEE;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 170, 238, 0.5);
	-moz-box-shadow: 2px 2px 10px rgba(0, 170, 238, 0.5);
	box-shadow: 2px 2px 10px rgba(0, 170, 238, 0.5);
	border-color: #00AAEE;
}

#info .tab-nav-wrapper .class-item {
	/*width: 225px;*/
	width: 110px;
	height: 67px;
	display: inline-block;
	border-radius: 4px;
	color: #090909;
	background-color: #EEF8FD;
	border: 1px solid #D4F1FC;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-right: 20px;
	margin-bottom: 30px;
	/*padding: 0 20px;*/
	padding: 0 10px;
	cursor:pointer;
}

#info .tab-nav-wrapper .class-item:after {
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#info .tab-nav-wrapper .class-item .text-wrapper span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#info .tab-nav-wrapper .class-item:nth-child(4n) {
	/*margin-right: 0;*/
}
#info .tab-nav-wrapper .class-item:last-child {
	margin-right: 0;
}
#info .tab-nav-wrapper .class-item .text-wrapper{
	vertical-align: middle;
	display: inline-block;
	font-size: 16px;
}
#info .class-content-list>div{
	display:none;
}
#info .class-content-list>div.active{
	display:block;
}
#info .editor-content img{
	/*max-width: 100%;*/
	width: 100%;
}
#info .editor-content table{
	width:100%!important;
}
/*#info .class-table-content .tab-nav-wrapper {*/
/*background-color: #33A9FB;*/
/*border-radius: 50px;*/
/*padding: 0 55px;*/
/*position: relative;*/
/*}*/

/*#info .class-table-content .tab-nav-wrapper > .table-nav-next:hover,*/
/*#info .class-table-content .tab-nav-wrapper > .table-nav-prev:hover {*/
/*opacity: 1;*/
/*}*/

/*#info .class-table-content .tab-nav-wrapper > .table-nav-next.swiper-button-disabled,*/
/*#info .class-table-content .tab-nav-wrapper > .table-nav-prev.swiper-button-disabled {*/
/*opacity: 0;*/
/*}*/

/*#info .class-table-content .tab-nav-wrapper > .table-nav-next,*/
/*#info .class-table-content .tab-nav-wrapper > .table-nav-prev {*/
/*position: absolute;*/
/*width: 24px;*/
/*height: 24px;*/
/*border: 12px solid transparent;*/
/*top: 50%;*/
/*-webkit-transition: all 0.2s ease;*/
/*-moz-transition: all 0.2s ease;*/
/*-ms-transition: all 0.2s ease;*/
/*-o-transition: all 0.2s ease;*/
/*transition: all 0.2s ease;*/
/*-webkit-transform: translateY(-50%);*/
/*-moz-transform: translateY(-50%);*/
/*-ms-transform: translateY(-50%);*/
/*-o-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*cursor: pointer;*/
/*opacity: 0.7;*/
/*}*/

/*#info .class-table-content .tab-nav-wrapper > .table-nav-next {*/
/*border-left-color: #fff;*/
/*right: 32px;*/
/*}*/

/*#info .class-table-content .tab-nav-wrapper > .table-nav-prev {*/
/*border-right-color: #fff;*/
/*left: 32px;*/
/*}*/

/*#info .class-table-content .tab-nav-wrapper .class-tab-nav {*/
/*overflow: hidden;*/
/*}*/

/*#info .class-table-content .class-tab-nav .swiper-wrapper {*/
/*}*/

/*#info .class-table-content .class-tab-nav .swiper-slide {*/
/*text-align: center;*/
/*padding: 11px 0;*/
/*}*/

/*#info .class-table-content .class-tab-nav .swiper-slide > span {*/
/*display: block;*/
/*width: 80%;*/
/*margin: 0 auto;*/
/*font-size: 24px;*/
/*color: #fff;*/
/*padding: 7px 0;*/
/*border-radius: 30px;*/
/*cursor: pointer;*/
/*-webkit-transition: all 0.2s ease;*/
/*-moz-transition: all 0.2s ease;*/
/*-ms-transition: all 0.2s ease;*/
/*-o-transition: all 0.2s ease;*/
/*transition: all 0.2s ease;*/
/*}*/

/*#info .class-table-content .class-tab-nav .swiper-slide > span:hover {*/
/*background-color: #fff;*/
/*color: #349cf8;*/
/*}*/

/*温馨提示*/

.class-point-content {
}

/*光荣榜*/
.honor-content {
	padding: 30px;
}

.honor-wrapper {
	height: 400px;
	overflow: hidden;
}

.honor-list {
	width: 100%;
	/*height:400px;*/
	/*overflow: hidden;*/
}

.honor-list img {
	width: 100%;
}

/*学员好评*/
.student-comment-wrapper {
	padding: 57px 0;
	background-image: url(img/comment_bg.jpg);
	background-size: 100% auto;
	overflow: hidden;
}

.student-comment-box {
	width: 410px;
	height: 516px;
	margin: 0 auto;
	background-image: url(img/comment_wrapper.png);
	padding: 62px 0 0 95px;
}

.student-comment-box .swiper-slide {
	filter: blur(3px);
	-webkit-transition: filter 0.2s linear;
	-moz-transition: filter 0.2s linear;
	-ms-transition: filter 0.2s linear;
	-o-transition: filter 0.2s linear;
	transition: filter 0.2s linear;
}

.student-comment-box .swiper-slide.swiper-slide-active {
	filter: blur(0px);
}

.student-comment-swiper img {
	width: 310px;
	/*height: 398px;*/
	display: block;
}

/*开班现场*/
.class-photo-wrapper {
	padding: 34px;
}

.class-photo-narrow {
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */;
	justify-content: space-between;
	margin-bottom: 51px;
}

.class-photo-narrow li {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
}

.class-photo-narrow li img {
	display: block;
	width: 100px;
	height: 56px;

}

.class-photo-narrow li.active,
.class-photo-narrow li:hover {
	box-shadow: 0 0 0 6px rgba(131, 206, 255, 1), 0 0 28px 6px rgba(0, 0, 0, 0.4);;
}

.class-photo-swiper {
	width: 100%;
	height: 550px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.class-photo-swiper img {
	width: 100%;
	height: 100%;
	display: block;
}

.class-photo-box {
	position: relative;
}

.class-photo-prev,
.class-photo-next {
	width: 42px;
	height: 66px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(img/class_photo_toggle.png);

}

.class-photo-prev {
	left: 20px;
}

.class-photo-next {
	right: 20px;
	background-position: -48px;
}

/*展鸿名师*/
.teacher-content {
	padding: 37px 45px;
	background-image: url(img/teacher_bg.jpg);
	background-size: 100% 100%;

}

.teacher-nav {
	height: 40px;
	/*background-color: #f00;*/
	margin-bottom: 30px;
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */;
	justify-content: space-between;
	align-items: center;
}

.teacher-nav .teacher-toggle-wrapper .teacher-prev,
.teacher-nav .teacher-toggle-wrapper .teacher-next {
	display: inline-block;
	cursor: pointer;
	width: 34px;
	height: 34px;
	background-image: url(img/teacher_toggle.png);
}

.teacher-nav .teacher-toggle-wrapper .teacher-prev {
	background-position: 0 0;
	margin-right: 15px;
}

.teacher-pagination > span.swiper-pagination-bullet-active {
	background-color: #2989f8;
}

.teacher-pagination > span {
	width: 8px;
	height: 8px;
	margin-right: 8px;
	background-color: transparent;
	border: 2px solid #2989f8;
	opacity: 1;
}

.teacher-list-more {
	background: -webkit-linear-gradient(left, #86B0FE, #01C2FE); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #86B0FE, #01C2FE); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #86B0FE, #01C2FE); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #86B0FE, #01C2FE); /* 标准的语法 */
	color: #fff;
	height: 40px;
	width: 120px;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	line-height: 40px;
	display:block;
	text-decoration: none;

}
.teacher-list-more:hover{
	text-decoration: none;
	color:#fff;
}
.teacher-pagination > span:last-child {
	margin-right: 0;
}

.teacher-nav .teacher-toggle-wrapper .teacher-next {
	background-position: 34px 0;
}

.teacher-img {
	width: 122px;
	height: 122px;
	margin: 0 auto;
	background-position: center center;
	background-size: 171px auto;
	position: relative;
	border-radius: 50%;
}
.teacher-img-box {
	width: 122px;
	height: 122px;
	/* height: 100%; */
	/* width: 100%; */
	margin: 0 auto;
	background-position: center center;
	background-size: 171px auto;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
img.teacher-img-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.teacher-img-wrapper {
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	border: 2px dashed #c2c5ff;
	padding: 8px;
	box-shadow: 0 0 0 10px #fff inset, 0 0 0 12px #7f85ff inset;
	margin-top: -50px;
}

.teacher-swiper {
	overflow: hidden;
	padding: 30px;
	padding-bottom: 50px;
}

.teacher-swiper .swiper-slide {
	padding-top: 50px;
}

.teacher-swiper .teacher-box {
	background-color: #fff;
	position: relative;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 0 4px rgba(127, 133, 255, 0.5), 0 0 8px rgba(127, 133, 255, 0.5) inset;
}

.teacher-swiper-relative {
	height: 415px;
	position: relative;
}

.teacher-swiper-position {
	position: absolute;
	top: 0;
	width: 100%;
}

.teacher-box .teacher-item-content {
	height: 240px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	/*background-color: rgba(240, 240, 240, 1);*/
}

.teacher-item-content .teacher-name {
	font-size: 25px;
	padding: 25px 0;
	margin: 0 14px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}

.teacher-item-content .teacher-honor {
	margin: 0 auto;
	padding-top: 23px;
	height: 160px;
	/*padding-bottom:40px;*/
	width: 180px;
	font-size: 20px;
	color: #666;
	line-height: 30px;
	letter-spacing: 2px;

}

.teacher-swiper .swiper-slide.active .teacher-item-content,
.teacher-swiper .swiper-slide:hover .teacher-item-content {
	height: 313px;
}

.teacher-swiper .swiper-slide.active .teacher-detail,
.teacher-swiper .swiper-slide:hover .teacher-detail {
	-webkit-transform: translateY(-240px);
	-moz-transform: translateY(-240px);
	-ms-transform: translateY(-240px);
	-o-transform: translateY(-240px);
	transform: translateY(-240px);
}

.teacher-swiper .swiper-slide .teacher-detail {
	margin: 0 13px;
	padding: 0 12px;
	background-color: #fff;
	color: #333;
	text-align: left;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.teacher-swiper .swiper-slide .teacher-detail > p {
	font-size: 18px;
	line-height: 28px;
	height: 218px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	letter-spacing: 2px;
}

.teacher-swiper .swiper-slide .teacher-detail .teacher-more {
	display: inline-block;
	width: 63px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	background: -webkit-linear-gradient(left, #86B0FE, #01C2FE); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #86B0FE, #01C2FE); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #86B0FE, #01C2FE); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #86B0FE, #01C2FE); /* 标准的语法 */
	text-align: center;
}
.teacher-swiper .swiper-slide .teacher-detail .teacher-more:hover{
	color:#fff;
	text-decoration: none;
}
/*其他*/
.info-content.other-content {
	padding: 40px;
	font-size: 0;

}

.info-content.other-content .other-right {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	width: 362px;
	margin: 0;
}

.info-content.other-content .other-right > li:nth-child(2n-1) {
	margin-right: 24px;
}

.info-content.other-content .other-right > li:last-child,
.info-content.other-content .other-right > li:nth-child(5) {
	margin-bottom: 0;
}

.info-content.other-content .other-right > li {
	display: inline-block;
	margin-bottom: 37px;
	border-radius: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.info-content.other-content .other-right > li.active,
.info-content.other-content .other-right > li:hover {
	box-shadow: 0 0 0 5px rgba(131, 206, 255, 1), 0 0 15px 5px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}

.info-content.other-content .other-right > li img {
	width: 169px;
	height: 95px;
}

.info-content.other-content .other-left {
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
}

.info-content.other-content .other-left > img {
	width: 639px;
	height: 358px;
	display: block;
}

/*展鸿介绍*/
.intro-wrapper > .info-content {
	padding: 40px 0 40px 10px;
	background-image: url(img/intro_bg.jpg);
	background-size: 100% auto;
	background-position: center bottom;
	font-size: 0;
}

.intro-wrapper .intro-left {
	display: inline-block;
	vertical-align: top;
	width: 591px;
	margin-right: 20px;
}

.intro-wrapper .intro-left > .video-wrapper {
	height: 325px;
	background-image: url(img/video_bg.png);

}

.intro-wrapper .intro-left > .intro-content {
	padding: 0 40px;
	margin-top: 16px;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	letter-spacing: 1px;
	color: #000;
}

.intro-right {
	display: inline-block;
	vertical-align: top;
}

.intro-left .intro-more {
	text-align: right;
	margin-top: 10px;
}

.intro-left .intro-more > a {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: -webkit-linear-gradient(left, #86B0FE, #01C2FE); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #86B0FE, #01C2FE); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #86B0FE, #01C2FE); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #86B0FE, #01C2FE); /* 标准的语法 */
}
