.header-wrap {
  width: 1200px;
  margin: 0 auto;
}

/** section */
.section {
  width: 100%;
  padding-top: 45px;
  background: #fff;
}

.section_title {
  width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
  line-height: 1;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  background: center top / auto 50px url("../images/bg-sec_title.png") no-repeat;
}

.section_title p {
  display: inline-block;
  position: relative;
  line-height: 36px;
}

.section_title p:before,
.section_title p:after {
  content: ' ';
  position: absolute;
  width: 96px;
  height: 22px;
  top: 7px;
  background: center center/ 100% 100% url("../images/title_decorate.png") no-repeat;
}

.section_title p:before {
  transform: rotate(180deg);
  left: -115px;
}

.section_title p:after {
  right: -115px;
}

.section-cont {
  width: 1200px;
  margin: 0 auto;
}

/** banner */

.xk_banner {
  width: 100%;
  height: 460px;
}

.xk_banner .swiper {
  width: 100%;
  height: 460px;
}

.xk_banner .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.xk_banner .swiper .swiper-slide a img {
  width: auto;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/** teacher */
.xk_teachers {
  background: #fff;
  padding-bottom: 50px;
}

.xk_teachers .teacher_wrap .swiper-slide {
  width: 1200px;
  background: transparent;
}

.teacher_wrap {
  margin: 30px auto 0;
  background: transparent;
}

.teacher_wrap .teahcer-swiper {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 3px 20px 0px rgba(22, 22, 22, 0.06);
  border-radius: 8px;
}

.teacher_wrap .teahcer-swiper .swiper-slide {
  padding: 30px;
  box-sizing: border-box;
}

.teacher-info .teacher-desc .teacher-desc_title {
  border-bottom: 1px solid #edf0f5;
  padding-bottom: 20px;
}

.teacher-info .teacher-desc .teacher-name {
  color: #333;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}

.teacher_tags {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 15px;
}

.teacher_tags .tags_item {
  /* display: inline-block; */
  float: left;
  background: #e8e8e8;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 14px;
  color: #666666;
  margin-right: 16px;
}

.teacher-info .teacher-desc .teacher-name p {
  position: relative;
}

/* .teacher-info .teacher-desc .teacher-name p:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 40px;
	left: -45px;
	top: 3px;
	background: linear-gradient(90deg, #ffd3a9,  #ff8546);
} */

.teacher-info .teacher-desc .teacher-name span {
  color: #999999;
  font-size: 16px;
  margin-left: 5px;
}


/* .teacher-info .teacher-desc .teacher-marjor {
	color: #999999;
	line-height: 1;
	margin: 15px 0;
	font-size: 18px;
} */

.teacher-info .teacher-desc .teacher-desc_work {
  margin-top: 20px;
  min-height: 100px;
}

.teacher-info .teacher-desc .teacher-desc_work-point {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.teacher-info .teacher-desc .teacher-desc_work-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

.teacher-info .teacher-desc .teacher_lecture .teacher_lecture_title {

  margin-bottom: 10px;
}

.teacher-info .teacher-desc .teacher_lecture .teacher_lecture_title i {
  display: inline-block;
  width: 4px;
  height: 17px;
  background: #0086fe;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 9px;
}

.teacher-info .teacher-desc .teacher_lecture .teacher_lecture_title strong {
  font-size: 16px;
  color: #333333;
  vertical-align: middle;
}

.teacher-info .teacher-desc .teacher_lecture .teacher_lecture_class span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-right: 11px;
}

.teacher-info .teacher-desc .teacher_lecture .teacher_lecture_class a {
  display: inline-block;
  width: 95px;
  height: 28px;
  background: linear-gradient(90deg, #2AD2AC, #00BEC8);
  border-radius: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

.teacher_wrap .teacher-swiprer_pagination {
  width: 1200px;
  box-sizing: border-box;
  position: relative;
}

.teacher_wrap .teacher-swiprer_pagination .teacher-swiprer_pagination-wrap {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  padding: 30px 0 20px 0;
}

.teacher_wrap .teacher-swiprer_pagination .teacher-swiprer_pagination_scroll-wrap {
  position: relative;
  width: 2400px;
  left: 0;
  transition: 0.2s;
  box-sizing: border-box;
}

.teacher-swiprer_pagination .teacher-swiprer_pagination-next,
.teacher-swiprer_pagination .teacher-swiprer_pagination-prev {
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  background: center center / 46px auto url("../images/page-prev.png") no-repeat;
}

.teacher-swiprer_pagination .teacher-swiprer_pagination-prev {
  left: 6px;
}

.teacher-swiprer_pagination .teacher-swiprer_pagination-next {
  background-image: url("../images/page-next.png");
  right: 6px;
}

.teacher_wrap .teacher-swiprer_pagination .swiper-pagination-customs {
  float: left;
  width: 240px;
  margin: 0;
}

.teacher-swiprer_pagination .page_teacher-img {
  width: 224px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer !important;
  margin: 0 auto;
  border: 2px solid transparent;
  box-sizing: 0px 3px 20px 0px rgb(22 22 22 / 6%);
}

.teacher-swiprer_pagination .page_teacher-img img {
  width: 220px;
  height: auto;
  pointer-events: none;
}

.teacher-swiprer_pagination .page_teacher-img_active {
  border-color: #08c0ca;
}

.teacher-swiprer_pagination .page_teacher-img_active img {
  margin: 0px !important;
}

.teacher-swiprer_pagination .page_teacher-name {
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}


.teacher-swiprer_pagination .page_teacher-major {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}

/** classes */
.classes {
  background: #EFF3F7;
}

.classes .classes-types {
  height: 40px;
  margin-top: 35px;
}

.classes .classes-types .classes-types_item {
  float: left;
  padding: 0 30px;
  font-size: 16px;
  background: #fff;
  color: #ADAFB5;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  transition: all .1s;
}

.classes .classes-types .classes-types_item:first-child {
  border-radius: 4px 0 0 4px;
}

.classes .classes-types .classes-types_item:last-child {
  border-radius: 0 4px 4px 0;
}

.classes .classes-types .tabCur {
  color: #fff;
  background: #00BEC8;
}

.classes-cont {
  margin-top: 30px;
}

.classes-tab_fixed {
  position: fixed;
  display: none;
  top: 0;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  height: 150px;
  z-index: 20;
}

.classes-tab_cont {
  width: 100%;
}

.classes-cont .classes-item {
  float: left;
  width: 390px;
  background: #FFFFFF;
  transition: all .3s;
}

.classes-cont .classes-item:hover {
  box-shadow: 0px 0px 36px 4px rgb(75 85 147 / 33%);
}

.yxms,
.jr_yxms {
  margin: 0 15px;
}

.classes-item .classes-item_title {
  width: 390px;
  height: 150px;
  background: center center / 100% 100% url('../images/bg-course_qjms.png') no-repeat;
  padding-top: 45px;
  box-sizing: border-box;
}

.wyzb .classes-item_title,
.jr_yxms .classes-item_title {
  background-image: url('../images/bg-course_wyzb.png');
}

.yxms .classes-item_title {
  background-image: url('../images/bg-course_yxms.png');
}

.classes-item_title .title_name {
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.classes-item_title .title_desc {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.classes-item .mod-item {
  box-sizing: border-box;
  margin: 0 20px;
  padding: 30px 0;
  border-bottom: 1px solid #EAEAEA;
}

.classes-item .mod-item .mod-label {
  width: 90px;
  height: 28px;
  background: linear-gradient(90deg, #2AD2AC, #00BEC8);
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.wyzb .mod-label,
.jr_yxms .mod-label {
  background: linear-gradient(-90deg, #5876F1, #8080EC) !important;
}

.yxms .mod-label {
  background: linear-gradient(90deg, #F58619, #FF672D) !important;
}

.mod-status {
  padding-bottom: 20px !important;
  height: 150px;
}

.mod-status_list li {
  line-height: 30px;
  float: left;
  width: 50%;
  font-size: 14px;
  position: relative;
  padding-left: 14px;
}

.mod-status_list li:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 12px;
  left: 0;
  background: #CDDBEC;
}

.mod-features {
  height: 740px;
  padding-bottom: 0 !important;
}

.mod-services {
  padding-bottom: 0 !important;
  height: 350px;
}

.mod-list .list-item {
  margin-bottom: 10px;
}

.mod-list .list-item .list-item_title {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-left: 18px;
  color: #333;
  font-weight: bold;
}

.mod-list .list-item .list-item_title::before {
  content: '-';
  position: absolute;
  left: 0;
}

.mod-list .list-item .list-item_desc {
  line-height: 28px;
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 18px;
}

.mod-list .list-item .list-item_desc:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 11px;
  left: 0;
  background: #CDDBEC;
}

.mod-fit {
  padding-bottom: 10px !important;
  height: 370px;
}

.btn-wrap {
  margin: 20px;
}

.btn-wrap a {
  float: left;
  width: 170px;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #E8403F;
  border-radius: 6px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  color: #E8403F;
  transition: all .3s;
}

.btn-wrap a:hover,
.btn-wrap a.btn-buy_now {
  background: linear-gradient(90deg, #FC5644, #EA4342);
  box-shadow: 2px 3px 11px 1px rgba(255, 24, 0, 0.32);
  color: #FFFFFF;
}

.btn-wrap a.btn-buy_now {
  margin-right: 10px;
}

.special_classes .kj_yxms .mod-features {
  height: 540px;
}



/* .special_classes .mod-features {
  height: 460px;
}
.special_classes .mod-services {
  height: 320px;
} */

.special_classes .jr_yxms .mod-features {
  height: 230px;
}

.special_classes .mod-services {
  height: 310px;
}

.special_classes .mod-fit {
  height: 200px;
}

.special_classes .mod-services .mod-label {
  width: 120px;
}

/** study_plan */
.study_plan {
  background: #EFF3F7;
}

.study_plan .class_list {
  margin-top: 50px;
}

.study_plan .class_list .class_list-item {
  width: 209px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  text-align: center;
  font-size: 24px;
  line-height: 58px;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.study_plan .class_list .class_list-item:last-child {
  margin-right: 0;
}

.study_plan .class_list .large_item {
  width: 266px;
}

.study_plan .class_list .avtiveClass {
  background: linear-gradient(90deg, #2AD2AC, #00BEC8);
  color: #fff;
  font-weight: bold;
}

.study_plan .plan-steps {
  width: 1200px;
  height: 139px;
  margin: 20px 0;
  background: center center/100% 100% url('../images/bg-plan_steps.png') no-repeat;
  box-sizing: border-box;
  padding-left: 294px;
}

.study_plan .plan-steps .plan-steps_item {
  float: left;
  text-align: center;
  margin: 84px 72px 0 0;
  font-weight: bold;
  font-size: 18px;
}

.study_plan .plan_tables {
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.04);
  background: #fff;
}

.study_plan .plan_table {
  display: none;
}

.study_plan .plan_table:first-child {
  display: block;
}

.bg_1 {
  background: #2ACAD2;
}

.bg_2 {
  background: #00BEC8;
}

.bg_3 {
  background: #00AAB5;
}

.bg_4 {
  background: #F8F9FB;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fwb {
  font-weight: bold;
}

.plan_table-wrap thead {
  height: 63px;
  color: #fff;
  font-weight: bold;
}

.plan_table-wrap thead th {
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.plan_table-wrap thead th:last-child {
  border-right: none;
}

.plan_table-wrap tbody td {
  box-sizing: border-box;
  line-height: 22px;
  padding: 15px 0;
  text-align: center;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  font-size: 14px;
}

.plan_table-wrap tbody tr td:first-child {
  border-color: #fff;
  color: #fff;
}

.plan_table-wrap tbody tr td:last-child {
  border-right: none;
}

/** camp */
.camp {
  background: #EFF3F7;
}

.camp_wrap {
  height: 347px;
  background: center center / auto 347px url('../images/bg-camp.png') no-repeat;
  margin-top: 30px;

}

.camp .camp_wrap .camp_wrap_left {
  float: left;
  padding: 40px 0 0 30px;
}

.camp .camp_wrap .camp_wrap_right {
  float: right;
  padding: 40px 30px 0 0;
}

.camp .camp_wrap .camp_wrap_left .head,
.camp .camp_wrap .camp_wrap_right .head {
  font-weight: bold;
  font-size: 24px;
  color: #00BEC8;
  margin-bottom: 30px;
}



.camp .camp_wrap .camp_wrap_left .left_item .left_item_title {
  font-size: 16px;
  font-weight: bold;
  color: #00BEC8;
  margin-bottom: 8px;
}

.camp .camp_wrap .camp_wrap_left .left_item .left_item_desc {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.camp .camp_wrap .camp_wrap_right .right_item {
  height: 16px;
  padding-left: 24px;
  margin-top: 30px;
  background: left 0 center / 16px auto url('../images/cmp_select.png') no-repeat;
  font-weight: bold;
  font-size: 14px;
  color: #023639;
  line-height: 18px;
}

.camp .camp_time {
  margin-top: 15px;
  height: 260px;
  background: center center / 1200px auto url('../images/bg-camp_time.png') no-repeat;
  box-sizing: border-box;
  padding-top: 53px;
  padding-left: 350px;
}

.camp .camp_time .camp_time_item {
  width: 100px;
  float: left;
  margin-right: 62px;
  text-align: center;
  height: 90px;
}

.camp .camp_time .camp_time_item .item_name {
  display: block;
  width: 90px;
  margin: 0 auto;
  height: 32px;
  border-radius: 16px;
  background: #00BEC8;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  color: #fff;
}

.camp .camp_time .camp_time_item .item_time {
  font-size: 14px;
  color: #522702;
  text-align: center;
  margin-top: 12px;
}

/** service */
.service {
  background: #EFF3F7;
  padding-bottom: 50px;
  padding-top: 30px;
}

.service .service_wrap {
  margin-top: 35px;
  height: 450px;
  background: center center/493px 374px url('../images/bg-service_wrap.png') no-repeat #fff;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  position: relative;
}

.service .service_wrap .service_item {
  position: absolute;
  top: 87px;
  left: 85px;
  color: #333;
}

.service .service_wrap .service_two {
  left: 865px;
  top: 87px;
}

.service .service_wrap .service_thr {
  top: 321px;
  left: 85px;
}

.service .service_wrap .service_four {
  top: 321px;
  left: 865px;
}

.service .service_wrap .service_item .service_item-title {
  font-size: 22px;
  margin-bottom: 14px;
  line-height: 1;

}

.service .service_wrap .service_item .serivce_item-desc {
  line-height: 22px;
  font-size: 14px;
}


.service .service_system {
  width: 1200px;
  height: 321px;
  background: center center / 100% 100% url('../images/bg-service_system.png') no-repeat;
  margin-top: 30px;
  position: relative;
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.04)
}

.service .service_system .service_system-title {
  width: 60px;
  height: 100%;
}

.service .service_system .service_system-title p {
  display: block;
  width: 20px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  padding-top: 4px;
}

.service_system .service_system-list {
  position: absolute;
  top: 45px;
  left: 370px;
}

.service_system .service_system-list .service_system_item {
  width: 280px;
  height: 134px;
  float: left;
}



.service_system .service_system-list .service_system_item:nth-child(3n) {
  width: auto;
}

.service_system .service_system-list .service_system_item .item_title {
  line-height: 26px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
  color: #00BEC8;
}

.service_system .service_system-list .service_system_item .item_desc {
  color: #666;
  font-size: 14px;
  line-height: 22px;

}

.footer {
  margin-top: 0 !important;
}