﻿@charset "utf-8";

[v-cloak] {
  display: none;
}

/* CSS Document */
html {
  background: #fff;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
}

a {
  color: #2b2a3c;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* a, area {
  blr: expression(this.onFocus=this.blur());
} */

ul,
ol,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

input,
:focus {
  outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input::focus-inner {
  padding: 0;
  border: 0;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  height: 0;
  width: 100%;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  visibility: hidden;
}

.Width {
  width: 1190px;
  margin: 0 auto;
}

.hide,
.onlymob {
  display: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.container::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}



/* 通用头部 */

.ht_top {
  width: 100%;
  overflow: hidden;
  background: #fafafa;
  line-height: 41px;
  position: relative;
  z-index: 999;

}

.ht_top .zt_top {
  width: 1200px;
  height: 41px;
  margin: 0 auto;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.ht_top .logo {
  width: 20%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.ht_top .topnav {
  color: #333;
  font-size: 12px;
}

.ht_top .topnav a {
  padding: 0 8px;
}

.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

#app {
  overflow: hidden;
  background: url(../images/main.png) no-repeat;
  background-size: 100% 100%;
}

.comm_titleBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* banner */
.custom_banner {
  width: 100%;
  height: 739px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner_box {
  width: 100%;
  position: relative;
  z-index: 100;
  padding-top: 6%;
  background: url(../images/banner.png) no-repeat;
  background-size: 100% 100%;
}
.banner_con{
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_left{
  width: 50%;
}
.txt1{
  border-radius: 20px;
  background-image: -moz-linear-gradient( 5deg, rgb(10,85,242) 0%, rgb(4,217,249) 100%);
  background-image: -webkit-linear-gradient( 5deg, rgb(10,85,242) 0%, rgb(4,217,249) 100%);
  background-image: -ms-linear-gradient( 5deg, rgb(10,85,242) 0%, rgb(4,217,249) 100%);
  padding: 2% 0;
  width: 80%;
    margin: 0% auto;
}
.area {
  display: block;
  font-size: 30px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  text-align: center;
}

.banner_slg{
  display: block;
  margin: 4% auto;
}
.con_tit {
  margin-bottom: 2%;
}
.con_tit img{
  display: block;
  margin: 0 auto;
}
/* con1 */
.con1{ 
  margin-bottom: 4%;
}
.con1_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con_item{
  width: 31%;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 30px;
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(213,243,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(213,243,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(213,243,255) 100%);
  box-shadow: 0px 3px 20px 0px rgba(176, 213, 246, 0.9);
  overflow: hidden;
  margin-bottom: 2%;
}

.con1_top {
  border-radius: 30px 30px 0 0;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-image: -moz-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -webkit-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -ms-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  box-shadow: 0px 3px 20px 0px rgba(176, 213, 246, 0.9);
  font-size: 36px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  line-height: 2.167;
  text-align: center;
  text-shadow: 1.408px 2.649px 6px rgba(0, 85, 200, 0.9);
  letter-spacing: 10px;
}
.con_item p{
  font-size: 28px;
  height: 194px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(51, 51, 51);
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}



/* 优惠信息 */
.course{
  padding: 2% 0 10% 0;
  position: relative;
}
.yhBox-content {
  position: relative;
  margin-top: 4%;
}
.yh_tit{
  display: block;
  margin: 0 auto;
  margin-bottom: -1%;
}
.con_boxTop,.con_boxBot{
  display: block;
  position: relative;
  z-index: 9;
}
.yhBox-bg {
  box-sizing: border-box;
  position: relative;
  min-height: 150px;
  padding: 2%;
    border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(176, 213, 246, 0.9);
}


.yhq_bottom,.yhq_topImg{
  display: block;
}
.yh_bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.yhBox_cont{
  position: relative;
  z-index: 2;
}
.yhBox_text {
  width: 100%;
  overflow: hidden;
  height: 150px;
  line-height: 1.7;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(0, 0, 0);
  font-size: 18px;
  box-sizing: border-box;
}



.more_btn {
  width: 8%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  cursor: pointer;
  font-size: 18px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  background-color: rgb(20, 153, 253);
  text-align: center;
  border-radius: 0 0 14px 14px;
}


.more_btn img{
  margin-left:4%;
}
/* 面授课程 */
.mskc{
  padding-bottom: 4%;
}


.mskc_dis{
  display: flex;
  flex-direction: column;
  margin-top: 2% ;
}
.mskc_in img,
.yhBox_in img {
  display: block;
  width: 100%;
  margin: auto;
}
.mskc {
  position: relative;
}
.con_center{
    border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(176, 213, 246, 0.9);
  padding: 2%;
  position: relative;
}

.mskc_bottom h5 {
  font-size: 21px;
  font-weight: bold;
  color: #FFFBFB;
  line-height: 28px;
}

.mskc_top h5 {
  font-size: 21px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
}
.course_place {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.course_place li {
  cursor: pointer;
  margin-top: 30px;
  margin-right: 1%;
  width: 183px;
  position: relative;
  border-width: 1px;
  border-color: rgb(20, 153, 253);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
}


.course_place li>a {
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-family: "FZLanTingHeiS-DB1-GB";
  color: rgb(0, 0, 0);
  display: block;
  border-radius: 30px;
  height: 42px;
  line-height: 42px;
}


.course_type{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.course_place li a span,
.course_type li a span,
.course_type2 li a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.course_place li.on,
.course_place li:hover {
  background-image: -moz-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
} 


.course_place li.on>a,
.course_place li:hover>a {
  color: #fff;
} 

/* .course_arrow {
  display: none;
  position: absolute;
  top: 40px;
  left: 44%;
  width: 23px;
  height: 12px;
  border-bottom: 12px solid rgb(255, 230, 35);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  z-index: 9;
} */

.course_show {
  display: none;
  padding: 0 7px;
  border-radius: 30px;
  position: absolute;
  top:36px;
  left: 0;
  z-index: 8;
  text-align: left;
  box-sizing: border-box;
  border-radius: 30px;
  width: 1100px;
  height: 38px;
  line-height: 38px;
}

.course_show a {
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: #000;
}

.course_show a:hover,
.course_show a.active {
  text-decoration: underline;
  font-family: "FZLanTingHeiS-DB-GB";
  color: #a85428;
  -webkit-background-clip: text;
  font-size: 16px;
  font-weight: bold;
}

#mskc_box {
  position: relative;
  z-index: 1;
}

.mskc_bottom {
  position: relative;
  margin: 30px 0;
  z-index: 2;
}

.mskc_bottom .course_show {
  padding: 10px 7px;
}

.course_type li {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  width: 200px;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  border-width: 1px;
  border-color: rgb(20, 153, 253);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
}


.course_type li a.mskc_b_a {
  width: 100%;
  height: 52px;
  line-height: 1.4;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 18px;
  font-family: "FZLanTingHeiS-DB1-GB";
  color: rgb(0, 0, 0);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: block;
  border-radius: 30px;
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.course_type li:hover,
.course_type li.active {
  background: url("../images/course_type2.png") no-repeat;
  background-size: 100% 100%;
} 

.course_type li:hover a,
.course_type li.active a {
  color: #fff;
    background-image: -moz-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
}

.mskc_cont {
  display: none;
}

.c-line-clamp3 {
  position: relative;
  z-index: 2;
}

.mskc_container {
  position: relative;
}
.mskc_containeB{
  padding-bottom: 3%;
}


.mskc_text {
  height: 200px;
    border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 3px 20px 0px rgba(176, 213, 246, 0.9);
  overflow: hidden;
  padding: 2% ;
}
.mskc_textB,.mskc_textT{
  display: block;
}

.kcts{
  display: block;
  margin: 0 auto;
}
.mskc-txt-bg {
  min-height: 200px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
*{box-sizing: border-box;}
.mskc_show{
  bottom: -36px;
}
.mskc_containeB .mskc_hide{
  display: none ;
  bottom: -36px;
}
.mskc_container p {
  line-height: 31px;
  font-size: 18px;
}
.mskc-tableB{
  margin-top: 6%;
}
.mskc-table {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.mskc-table .table_tl{
  position: absolute;
  left: 0;
  top: 0;
}
.table_tr{
  position: absolute;
  right: 0;
  top: 0;
}
.table_bl{
  position: absolute;
  left: 0;
  bottom: 0;
}
.table_br{
  position: absolute;
  right: 0;
  bottom: 0;
}
.mskc_table {
  text-align: center;
  width: 100%;

}

.mskc_table thead tr {
  text-align: center;
  background-color: rgb(20, 153, 253);
}


.mskc_table th {
  line-height: 60px;
  font-size: 20px;
  font-family: "FZLanTingHeiS-R-GB";
  color: #fff;
  font-weight: 400;
  border: 1px solid #1499fd;
}

.mskc_table tr td{
  background: #fff;
  border: 1px solid #1499fd;
    font-size: 18px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(51, 51, 51);
}

/* .mskc_table th:nth-child(1){
  border-radius: 20px 0 0 0;
} */

.mskc_table td {
  box-sizing: border-box;
  padding: 10px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
.mskc_zx {
  width: 135px;
  padding: 4% 0;
  background:transparent;
  border-radius: 30px;
  font-family: "FZLanTingHeiS-DB-GB";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  background-image: -moz-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  color: #fff;
}


.mskc_bm {
  width: 135px;
  padding:4% 0;
  background:transparent;
  border-radius: 30px;
  font-family: "FZLanTingHeiS-DB-GB";
  background-image: -moz-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  color: #fff;
}

.xzskdd{
  font-size: 30px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(20, 153, 253);
}
/* omo */
.con_tit2{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  background-image: -moz-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -webkit-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -ms-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  box-shadow: 0px 3px 20px 0px rgba(176, 213, 246, 0.9);
  border-radius: 30px 30px 0 0;
    font-size: 40px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  text-shadow: 1.408px 2.649px 6px rgba(0, 85, 200, 0.9);
      position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    padding: 2% 0;
    text-align: center;
}
.box_mg{
  margin-top: 8%;
}

.box5-bg {
  box-sizing: border-box;
  /* padding-bottom: 50px; */
  padding-bottom: 4%;
  position: relative;
}
.course_type2{
  display: flex;
  align-items: center;
  flex-wrap: wrap;  
}

.course_type2 li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 200px;
  height: 56px;
  cursor: pointer;
  font-size: 18px;
      font-family: "FZLanTingHeiS-DB1-GB";
  color: #000;
  margin-top: 20px;
  margin-right: 20px;
  box-sizing: border-box;
    margin-right: 20px;
    border-width: 1px;
    border-color: rgb(20, 153, 253);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
}

.course_type2 li a.course_type2_a {
  width: 100%;
  line-height: 20px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}


.course_type2 li:hover,
.course_type2 li.active {
  color: #fff;
    background-image: -moz-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(4,200,249) 0%, rgb(12,69,213) 100%);
}

.course_type2 li:hover a,
.course_type2 li.active a {
  color: #fff;
  font-weight: bold;
}

.box5_bottom {
  margin-top: 50px;
}

.box5_cont {
  display: none;
}

.hms_l_box {
  word-break: break-all;
}

.box5_cont.block {
  display: block;
}

.omo-bg {
  margin-top: 30px;
  position: relative;
  margin-bottom: 4%;
  padding: 1%;
}

.omo-bg .more_btn{
    bottom: -36px;
  border-color: rgb(255, 242, 219);
    background-color: rgb(20, 153, 253);
    text-align: center;
    border-radius: 0 0 14px 14px;
  z-index: 9;
}


.box5_cont_box {
  position: relative;
  box-sizing: border-box;
  border-radius: 30px;
}



.box5_title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 19px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(0, 0, 0);
  width: 100%;
  line-height: 1.4;
}


.box5_l {
  height: 280px;
  overflow: hidden;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  padding: 20px 34px 20px 34px;
  z-index: 2;
  border: 1px dashed #1a4993;
}
.omo_fx{
  display: flex;
  align-items: center;
}


.box5_l p {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #151414;
  line-height: 28px;
}

.box5_kcxx {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 32px;
  margin: 0 0 20px;
}

.box5_r {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  height: 280px;
  box-sizing: border-box;
  padding:2%;
  background: #1499fd;
  background-size: 100% 100%;
  overflow: hidden;
}

.box5_r h5 {
  display: inline-block;
  font-size: 24px;
  font-family: "Adobe Heiti Std";
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding-left: 16px;
  position: relative;
}

.box5_r h5::before {
  content: "￥";
  display: block;
  position: absolute;
  left: -10px;
  bottom:0px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}

.box5-content {

  /* background-color: #c12f35; */

}
.hms_r_box{
  margin: 1% 0;
  text-align: center;
}
.box5_r p {
  line-height: 26px;
  font-size: 24px;
  color: #fff;
  padding-bottom: 1%;

}

.box5_r_btn {
  height: 87px;
  box-sizing: border-box;
  bottom: 0px;
  width:100%;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* background: url(../images/box5_r_btn.png) no-repeat;
  background-size: 100% 100%; */
  background: #1499fd;
  margin: 0 auto;
}

.box5_r_btn a {
  width: 24%;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 6px 0px rgba(196, 173, 234, 0.9);
  text-align: center;
  border-radius: 30px;
    font-size: 20px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(0, 0, 0);
  line-height: 1.7;
  padding: 1% 0;
}


.audition {
  text-align: center;
  vertical-align: middle;
  padding-left: 5px;
  letter-spacing: 5px;
}


.kcts_img{
  margin-right: 2%;
}
.tch_box{
  position: relative;
margin-bottom: 4%;
}
.tch_con{
  margin-top: 8%;
}
.tch_top{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.tch-teacher{
  /* display: flex;
  align-items: center;
  flex-direction: column; */
  border-radius: 10px;
  background-image: -moz-linear-gradient( -30deg, rgb(10,144,253) 0%, rgb(108,227,254) 100%);
  background-image: -webkit-linear-gradient( -30deg, rgb(10,144,253) 0%, rgb(108,227,254) 100%);
  background-image: -ms-linear-gradient( -30deg, rgb(10,144,253) 0%, rgb(108,227,254) 100%);
  padding: 8%;
  /* height: 500px; */
}

.tch-teacher-text{
  height: 160px;
  padding: 0 8%;
}
.teachrt-inter{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(255, 255, 255);
    line-height: 1.5;
}
.tch_photo img{
  width: 100%;
  height: 260px;
  border-radius: 14px;
}
.tch_msg{
  font-size: 20px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(0, 0, 0);
  text-align: center;
  margin-top: 2%;
}


.teacher-name{
  font-size: 20px;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.tch_bot{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
/* hjc_box */
.hjc{
margin-bottom: 4%;
}
.hjc_box{
  margin-top: 8%;
}
.hjc h1{
  text-align: center;
  margin-bottom: 4%;
}
.hjc_bot{
  display: flex;
    align-items: flex-start;
  justify-content: space-between;
  margin-top: 4%;
}
.hjc_l,.hjc_r{
  width: 6%;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  background-color: rgb(224, 240, 253);
  height:560px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
    font-size: 24px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(0, 0, 0);
}
.hjc_c{
  margin: 0 2%;
    width: 82%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hjc_c img{
  width: 49%;
  margin-bottom: 2%;
}
/* hfw */
.hfw{
  margin-bottom: 8%;
}
.hfw_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8%;
}
.hfw_item{
  width: 48%;
}
.hfw_img{
  position: relative;
}
.hfw_img span{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  margin: 0 auto;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.76863) 0%, rgba(0,0,0,0.43137) 61%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.76863) 0%, rgba(0,0,0,0.43137) 61%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.76863) 0%, rgba(0,0,0,0.43137) 61%, rgba(0,0,0,0) 100%);
    font-size: 20px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  text-align: center;
}
.hfw_item p{
  font-size: 30px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;
  margin: 4% 0;
}




/* 底部联系方式 */

.footer {
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(255, 255, 255);
  background: #0a90fd;
  padding: 4% 0;
  padding-bottom: 10%;
}

.footer a {
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(255, 255, 255);
}

.footer-tips {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  font-family: "FZLanTingHeiS-EB-GB";
  color: rgb(255, 255, 255);
}



.region-change {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 50px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(255, 255, 255);
  font-weight: 400;
}


.region-change select {
  width: 330px;
  height: 50px;
  border: none;
  padding-left: 10px;
  padding-right: 20px;
  margin-left: 16px;
  font-size: 18px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/select_bg.png") 96% center no-repeat #ffff;
  background-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(0, 0, 0);
  border-radius: 4px;
}

.region-tab {
  display: none;
  font-size: 18px;
  line-height: 36px;
  font-family: "FZLanTingHeiS-R-GB";
  color: rgb(255, 255, 255);
}

.region-tab.active {
  display: block;
}

.contact {
  position: relative;
}

.phone p {
  margin-bottom: 20px;
  font-family: "FZLanTingHeiS-R-GB";
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}


/* 左侧 */

.fixed_left_show {
  z-index: 99;
  display: none;
  position: fixed;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  line-height: 58px;
  text-align: center;
  height: 140px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  background-image: -moz-linear-gradient( 90deg, rgb(0,192,220) 0%, rgb(37,210,235) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,192,220) 0%, rgb(37,210,235) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,192,220) 0%, rgb(37,210,235) 100%);
  border-radius: 10px;

}


.fixed_left_show span{
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 600;
  color: #FFFFFF;
}
.fixed_right_show span {
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 600;
  color: #fff;
}
.fixed_left_show img {
  margin-bottom: 4px;
}

.fixed_left {
  z-index: 99;
  position: fixed;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  box-sizing: border-box;
  padding: 1% 0;
}
.fixed_leftBox{
  padding: 0 2%;
  border-top: none;
  background: url(../images/right_center.png) repeat-y;
  background-size: 100% 100%;
}
.left_icon{
  position: absolute;
  left: -1%;
  bottom: -1%;
}

.left_close {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
  width: 26px;
}
.left_nav {
  overflow: hidden;
  zoom: 1;
  padding: 0 2%;
}

.left_nav li {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 1% 2%;
  font-size: 16px;
  background-image: -moz-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -webkit-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -ms-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  box-shadow: 0px 3px 20px 0px rgba(176, 213, 246, 0.9);
  position: relative;
  color: #fff;
  white-space: nowrap;  
  overflow: hidden; 
  text-overflow: ellipsis;
  cursor: pointer;
}

.fixed_left_top,.fixed_left_bot,.fixed_leftBox{
  display: block;
  margin: 0 auto;
  width: 100%;
}


.left_nav li:hover span,
.left_nav li.active span,
.left_bottom_btn:hover,
.left_bottom_btn.active {
  background: #fff;
  color: #000;
}

.left_nav li:hover,
.left_nav li.active {
  background: #fff;
  color: #000;
}



.left_bottom_btn {
  width: 96%;
  display: block;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  color: #fff;
    background-image: -moz-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -webkit-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -ms-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  box-shadow: 0px 3px 20px 0px rgba(176, 213, 246, 0.9);
}

.left_bottom_btn:last-child{
  border: none;
}
.left_bottom_btn:hover,
.left_bottom_btn.active {
  background: #fff;
  color: #000;
}

.left_nav li div {
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  overflow: hidden;
  align-items: center;
  box-sizing: border-box;
}

.left_nav li span {
  max-height: 44px;
  line-height: 22px;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  color: #2e3f48;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixed_left_topB{
  font-size: 20px;
  font-family: "FZLanTingHeiS-M-GB";
  color: #fff;
  text-align: center;
}


/* 右侧 */

.fixed_right {
  z-index: 99;
  position: fixed;
  right: 1%;
  top: 50%;
  width:180px;
  transform: translateY(-50%);
  box-sizing: border-box;
  border-radius:20px;
}

.right_close {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  bottom: -40px;
}

.fixed_top {
  box-sizing: border-box;
  position: relative;
  background: url(../images/right_center.png) repeat-y;
  background-size: 100% 100%;
  padding-top: 18%;
}
.right_top,.right_bot,.fl_bot,.fl_top{
  display: block;
  margin: -1px 0;
  width: 100%;
}




.zxrx {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 5%;
  padding-top: 6%;
}

.zxrx h5 img {
  margin-right: 10px;
}

.fixed_top h5 {
  text-align: center;
  font-size: 24px;
  font-family: "FZLanTingHeiS-DB1-GB";
  color: rgb(207, 68, 36);
  line-height: 1.3;
}

.right_line{
  display: block;
  margin: 2% 0 8% 0;
}
.fixed_top p {
  margin-top: 4px;
  text-align: center;
  font-size: 20px;
  font-family: "FZLanTingHeiS-DB1-GB";
  color: rgb(207, 68, 36);
  line-height: 1.2;
}

/* .fixed_right_list {
  margin-top: 10%;
} */

.fixed_right_list li {
  box-sizing: border-box;
  position: relative;
  width:100%;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  margin-bottom: 4%;
}
/* .fixed_right_list li:hover a {
  color: #ff6200;
} */

.fixed_right_list li a {
  width: 70%;
  font-size: 20px;
  font-family: "FZLanTingHeiS-DB1-GB";
  color: rgb(0, 0, 0);
  display: block;
  margin: 0 auto;
  border-bottom: 1px dashed #addafe;
}

.fixed_right_list li:hover{
  width: 90%;
  background-image: -moz-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -webkit-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -ms-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  color: #fff;
}
.fixed_right_list li:hover a{
  color: #fff;
}

.fixed_right_show {
  z-index: 99;
  display: none;
  position: fixed;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 73px;
  line-height: 52px;
  text-align: center;
  height: 140px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-lr;
  background-image: -moz-linear-gradient( 90deg, rgb(0,192,220) 0%, rgb(37,210,235) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,192,220) 0%, rgb(37,210,235) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,192,220) 0%, rgb(37,210,235) 100%);
  border-radius: 10px;
  
}

.fixed_right_show img {
  margin-bottom: 4px;
}

.right_course {
  display: block;
  width:70%;
  height: 50px;
  text-align: center;
  color: #fff; 
  line-height: 50px;
  font-size: 20px;
  font-family: "FZLanTingHeiS-DB1-GB";
  color: rgb(0, 0, 0);
  margin-bottom: 4%;
  margin: 0 auto;
    border-bottom: 1px dashed #addafe;
}

.right_course:hover {
  width: 90%;
  background-image: -moz-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -webkit-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  background-image: -ms-linear-gradient( -141deg, rgb(108,227,254) 0%, rgb(10,144,253) 100%);
  color: #fff;
}
.right_course:last-child{
  border: none;
}
.fixed_right>p {
  line-height: 40px;
  text-align: center;
  color: rgb(166, 36, 15); 
  font-size: 16px;
}

.right_bot{
  display: block;
  margin-top: -2px;
}
.right_top{
  position: relative;
}
.right_topimg{
  display: block;
}
.slogen{
  display: block;
  /* margin: 0 -2%; */
  z-index: 2;
  position: absolute;
    top: -4%;
    width: 110%;
}
/* 底部 */

.bottomBarOpen {
  position: fixed;
  left: 0;  
  bottom: 20px;
  width: 158px;
  z-index: 888;
  cursor: pointer;
  display: none;
}

.bottomBarbg {
  position: fixed;
  left: -100%;
  bottom: 0;
  z-index: 888;
  width: 100%;
  height: 88px;
  background-color: #333;
}

.bottomBar {
  position: fixed;
  left: 0%;
  bottom: 0%;
  width: 100%;
  margin: 0 auto;
  height:150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  background: url(../images/bottomBar_bg.png) no-repeat;
  background-size: 100% 100%;
}

.bottomBarcon {
  position: relative;
  width: 80%;
  height: 100%;
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_icon{
  margin-top: -4%;
}
.bottomMaoBtn {
  cursor: pointer;
}

.pic02 {
  width: 340px;
}

.pic01 img {
  width: 100%;
  display: block;
  position: relative;
}

.bottomBar .closebtn {
  position: absolute;
  right: 8%;
  top: 10%;
  display: block;
  width:25px;
  height: 25px;
  background: url(../images/vclose.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition: transform 1s ease;
}

.bottomBar .closebtn:hover {
  transform: rotate(360deg);
}

.bottomBar
.bottomText {
  width: 44%;
  height: 70px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomText p{
  font-size: 40px;
  font-family: "FZYanSongS-B-GB";
  color: rgb(41, 24, 69);
  line-height: 0.467;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.004);
}

.kxzs{
  margin-bottom: 4%;
}
.kxzs_box{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 8%;
}
.kxzs_item {
  width: 19%;
}
.kxzs_item span {
  display: block;
  border-radius: 10px;
  background-color: rgb(20, 153, 253);
    font-size: 24px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 1% 0;
  margin-bottom: 20px;
}

.kxzs_bot p{
  font-size: 20px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(0, 0, 0);
  text-align: center;
}
.kxzs_bot .kxzs_card{
    background: #ceeaff;
      font-size: 20px;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(0, 0, 0);
  line-height: 1.6;
  padding: 12% 10%;
}
.kxzs_bot2{
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.kxzs_bot2 .kxzs_bot1{
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.kxzs_bot2 .kxzs_bot1 .kxzs_card{
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    padding: 14% 24%;
    height: 460px;
}

@media only all and (max-width: 1080px) {

  #app {
    overflow: hidden;
  }

  .onlymob {
    display: block;
  }

  body {
    width: 100%;
  }

  html,
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .ht_top .zt_top {
    width: 100%;
  }
.fixed_left,.fixed_right,
.fixed_left_show{
  display: none !important;
}
  .container {
    width: 94%;
  }
  .ht_top .logo{
    width: 10%;
  }
  .banner_bird1,.banner_bird2{
    width: 14%;
  }
  
  .banner_box{
    height: auto;
    padding-top: 2%;
    padding-bottom: 4%;
  }
  .banner_slg{
    width: 66%;
    margin: 0 auto;
  }
  .banner_kcxl{
    width: 40%;
  }
  .banner_list{
    width: 70%;
  }
  .more_btn{
    width: 20%;
    font-size: 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    bottom: -0.5rem;
  }
  .yhBox_in{
    font-size: 0.18rem;
  }
  .xzskdd{
    font-size: 0.3rem;
  }
  .course_place li>a{
    font-size: 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .course_place li{
    width: 19%;
    margin-top: 0.3rem;
  }
  .course_type li{
      width: 30%;
      margin-right: 1%;
  }
  .course_type li a.mskc_b_a{
    font-size: 0.18rem;
    height: 0.6rem;
  }
  .ql-align-center{
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .mskc_container p{
    line-height: 1.4;
    font-size: 0.2rem;
  }
  .mskc_containeB .mskc_hide,
  .mskc_containeB .mskc_show{
    bottom: -0.44rem;
  }
  .kcts_img{
    width: 18%;
  }
  .mskc_table th{
    line-height: 1.6;
    font-size: 0.24rem;
  }
 .mskc_table tr td{
    font-size: 0.16rem;
    line-height: 1.6;
  }
  .mskc_table td:nth-child(1){
    font-size: 0.22rem;
  }
  .mskc_bm,.mskc_zx{
        width: 1rem;
    line-height: 1.5;
    border-radius: 0.1rem;
  }
  .tch_photo img{
    width: 2.8rem;
    height: 2.8rem;
  }
  .tch_photo{
    width: 2.8rem;
    height: 2.8rem;
  }
  .teacher-name{
    font-size: 0.22rem;
  }

  .tch-teacher-text{
    width: 2.8rem;
    height: 2.2rem;
    padding-top:0.1rem;
  }
  .teachrt-inter{
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .footer-tips{
    font-size: 0.4rem;
  }
  .region-change{
    font-size: 0.22rem;
  }
  .region-change select{
    width: 3.3rem;
    height: 0.5rem;
    padding: 0 0.2rem 0 0.1rem;
    font-size: 0.2rem;
  }
  .footer a,.region-tab{
    font-size: 0.2rem;
  }
  .bottomBarcon{
    min-width: 80%;
  }
  .bottomText p{
    font-size: 0.3rem;
  }
  .pic01{
    display: none;
  }
  .bottomMaoBtn{
    width: 20%;
  }
  .bottomBar{
    height: 1.5rem;
  }
  .bottomBar .bottomText{
    width: 80%;
  }
  .bottomBar .closebtn{
    right: -9%;
  }
  .footer{
    margin-top: 10%;
  }
  .tch_bot,.tch_top{
    display: block;
    margin: -3px 0;
  }
  .banner_img{
    width: 50%;
  }
  .area{
    font-size: 0.3rem;
  }
  .txt1{
    width: 100%;
    padding: 0% 0;
    margin-top: 3%;
  }
  .con_tit img{
    width: 90% ;
    margin: 0 auto;
  }
  .con1_top{
    font-size: 0.36rem;
    letter-spacing: 0;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .con_item{
      border-radius: 0.2rem 0.2rem 0 0;
  }
  .con_item p{
    font-size: 0.2rem;
    height: 1.9rem;
  }
  .con_tit2{
    font-size: 0.3rem;
  }
  .box_mg,.kxzs_box,.tch_con,.hjc_box,.hfw_box{
    margin-top: 1rem;
  }
  .course_type2 li{
    width: 30%;
    margin-right: 0.2rem;

  }
  .course_type2 li a.course_type2_a{
    font-size: 0.18rem;
  }
  .box5_l{
    padding: 2%;
  }
  .box5_title span,.box5_l p,.box5_r h5::before,.box5_r h5,.box5_r p{
    font-size: 0.18rem;
  }
  .box5_r h5{
    padding-left: 0.16rem;
  }
  .box5_r_btn a{
    width: 30%;
    font-size: 0.2rem;
  }
  .omo-bg .more_btn{
    bottom: -0.46rem;
  }
  .kxzs_item span{
    font-size: 0.24rem;
  }
  .kxzs_box{
    flex-wrap: wrap;
    justify-content: start;
  }
  .kxzs_item{
    width: 30%;
    margin-bottom: 4%;
    margin-right: 3%;
  }
  .kxzs_bot p,.kxzs_bot .kxzs_card{
    font-size: 0.2rem;
  }
  .kxzs_bot2 .kxzs_bot1 .kxzs_card{
    height: 4rem;
  }
  .tch_msg{
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .hjc h1{
    font-size: 0.3rem;
  }
  .hjc_bot{
    flex-wrap: wrap;
  }
  .hjc_l, .hjc_r{
    width: 100%;
        writing-mode: initial;
        height: auto;
        font-size: 0.3rem;
        padding: 1% 0;
  }
  .hjc_c{
    width: 100%;
    margin: 2% 0;
  }
  .hfw_item p{
    font-size: 0.3rem;
  }
  .hfw_img span{
    font-size: 0.16rem;
  }
}