/* LESS Document */
/* 清除浮动 */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
}
/* 背景自适应 */
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none ;
}
a {
  text-decoration: none;
}
/* 板块版心设置 */
.titleBox {
  text-align: center;
}
.titleBox .num::before {
  content: '';
  display: inline-block;
  width: 128px;
  height: 45px;
  background: url('../images/title_left.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  vertical-align: middle;
  margin-right: 17px;
}
.titleBox .num::after {
  content: '';
  display: inline-block;
  width: 128px;
  height: 45px;
  background: url('../images/title_right.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  vertical-align: middle;
  margin-left: 17px;
}
.titleBox h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 49px;
  color: #333;
}
@media (max-width: 950px) {
  .titleBox h2 {
    font-size: 38px;
    line-height: 39px;
  }
}
@media (max-width: 768px) {
  .titleBox .num::before,
  .titleBox .num::after {
    width: 100px;
    height: 30px;
    margin: 0;
  }
  .titleBox img {
    width: 60px;
  }
  .titleBox h2 {
    font-size: 28px;
    line-height: 29px;
  }
}
@media (max-width: 550px) {
  .titleBox .num::before,
  .titleBox .num::after {
    width: 70px;
    height: 20px;
  }
  .titleBox img {
    width: 40px;
  }
  .titleBox h2 {
    font-size: 20px;
    line-height: 21px;
  }
}
.btn {
  display: block;
  width: 475px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background-image: linear-gradient(77deg, #ffffff 0%, #808080 0%, #000000 0%, #790116 0%, #f1022b 0%, #f96d34 58%);
  box-shadow: 0px 6px 32px 0px rgba(241, 182, 26, 0.2);
  margin: 0 auto;
}
.btn:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .btn {
    width: 90%;
    line-height: 40px;
    font-size: 16px;
  }
}
.btnBox {
  text-align: center;
  font-size: 0;
  margin-top: 39px;
  /* @media(max-width: 768px) {
    margin-top: 0;
    .btn {
      width: 150px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
    }
    a {
      &:nth-of-type(1) {
        margin-right: 30px;
      }
    }
  } */
}
.btnBox .btn {
  display: inline-block;
  width: 334px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-image: linear-gradient(77deg, #ffffff 0%, #808080 0%, #000000 0%, #790116 0%, #f1022b 0%, #fb4925 50%, #fe6222 100%);
  box-shadow: 0px 6px 32px 0px rgba(241, 182, 26, 0.2);
  border-radius: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.btnBox a:nth-of-type(1) {
  margin-right: 218px;
}
@media (max-width: 1100px) {
  .btnBox .btn {
    width: 280px;
  }
  .btnBox a:nth-of-type(1) {
    margin-right: 130px;
  }
}
a {
  text-decoration: none;
}
o {
  font-size: 16px;
  color: #666;
  padding-top: 10px;
  display: none;
  text-align: center;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
/*很关键：将默认的select选择框样式清除*/
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input,
select {
  outline: none;
}
.kymx_jinying {
  background: url('../images/background.jpg') no-repeat center;
  /* banner */
}
.kymx_jinying .banner {
  background: url(../images/bg_banner.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 166px 5% 196px;
}
.kymx_jinying .banner > img {
  display: none;
  margin: 0 auto;
}
.kymx_jinying .banner > img:nth-of-type(1) {
  display: block;
}
@media (max-width: 768px) {
  .kymx_jinying .banner {
    background: url(../images/phone_bg_banner.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    padding: 20.24% 5% 16.92%;
  }
}
.kymx_jinying .kymx_prepare {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin-top: -100px;
}
.kymx_jinying .kymx_prepare ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-top: 40px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li {
  position: relative;
  max-width: 374px;
  width: 100%;
  min-height: 254px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 4px 15px 1px rgba(204, 204, 204, 0.5);
  text-align: center;
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li .title {
  position: relative;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li .title .num {
  width: 57px;
  height: 51px;
  line-height: 51px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  background-color: #2fbe92;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li .title span {
  position: absolute;
  display: block;
  left: 77px;
  bottom: 0;
  font-size: 20px;
  line-height: 21px;
  color: #333;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li .box {
  text-align: right;
  margin: 19px 0 20px;
  padding-right: 34px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li .box .breakthrough {
  display: inline-block;
  width: 105px;
  height: 22px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #1d1bc7;
  border-radius: 10px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) .title:nth-of-type(1) {
  margin-bottom: 22px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) .title:nth-of-type(2) {
  margin-bottom: 19px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) h3 {
  margin-bottom: 17px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) img {
  display: none;
  margin-bottom: 39px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) img:nth-of-type(1) {
  display: inline-block;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) ol {
  padding-bottom: 20px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) ol li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  padding-left: 19px;
  margin-bottom: 8px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) ol li .proportionBox {
  width: 77px;
  height: 22px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(204, 204, 204, 0.86);
  border-radius: 10px;
  margin-right: 9px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) ol li .proportionBox .proportion {
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  background-color: #f96d34;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) ol li p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: left;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) ol li p span {
  display: block;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) ol li p span.highlight {
  color: #e6b11f;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(1) ol li:last-child {
  margin-bottom: 0;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(2) {
  margin: 0 10px 10px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(2) > img {
  position: absolute;
  right: 47px;
  bottom: 17px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(2) ol li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  line-height: 26px;
  padding-left: 20px;
  text-align: left;
  margin-bottom: 20px;
  color: #666;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(2) ol li p {
  position: relative;
  height: 26px;
  color: #a3a3a3;
  background-color: #efefee;
  padding: 0 5px;
  margin-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(2) ol li p img {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(2) ol li:last-child {
  line-height: 14px;
  color: #999;
  margin-bottom: 22px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(2) ol li:last-child img {
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-right: 2px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(2) .ratioBox {
  width: 173px;
  height: 30px;
  line-height: 30px;
  background-color: #f96d34;
  border-radius: 15px;
  font-size: 18px;
  color: #fff;
  margin-left: 17px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(3) img {
  display: block;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(3) img:nth-of-type(1) {
  margin: 28px auto 17px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(3) img:nth-of-type(2) {
  margin: 11px 0 20px 79px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) {
  display: none;
  flex-wrap: wrap;
  padding-top: 20px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li {
  position: relative;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 15px 1px rgba(204, 204, 204, 0.5);
  text-align: center;
  margin: 0 auto 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title {
  position: relative;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title .num {
  width: 70px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-top-left-radius: 15px;
  background-color: #2fbe92;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title span {
  position: absolute;
  display: block;
  left: 80px;
  bottom: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-align: left;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title .breakthrough {
  position: absolute;
  top: 0;
  right: 20%;
  width: 165px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background-color: #1d1bc7;
  border-radius: 20px;
  margin-top: 7px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(4),
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) {
  width: 48%;
  margin: 0;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(1) img {
  display: block;
  width: 94%;
  margin: 15px auto 27px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol {
  padding: 20px 0;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  align-items: flex-end;
  padding-left: 21px;
  margin-bottom: 28px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li .proportionBox {
  width: 120px;
  height: 35px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(204, 204, 204, 0.86);
  border-radius: 15px;
  margin-right: 28px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li .proportionBox .proportion {
  line-height: 35px;
  font-size: 24px;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  background-color: #e6b11f;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li p {
  font-size: 28px;
  line-height: 1;
  color: #333;
  text-align: left;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li p span {
  display: inline-block;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li p span.highlight {
  font-weight: bold;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li:last-child {
  margin-bottom: 0;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) > img {
  display: block;
  margin: 31px 0 22px 19px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) .ratioBox {
  position: absolute;
  right: 14px;
  bottom: 17px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) .ratioBox img {
  display: block;
  width: 175px;
  margin: 0 auto;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) .ratioBox p {
  width: 222px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  background-color: #f96d34;
  border-radius: 18px;
  margin-top: 13px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(4) .title span {
  top: 31px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(4) img {
  display: block;
  margin: 77px auto 28px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .scholarship {
  width: 80%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  background-color: #e6b11f;
  margin: 20px auto 0;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .policy {
  width: 55%;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: right;
  margin: 24px auto 18px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .policy img {
  display: inline-block;
  width: 22px;
  height: 84px;
  margin-left: 3px;
}
.kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .graduation {
  width: 60%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  background-color: #1d1bc7;
  margin: 0 auto 39px;
}
.kymx_jinying .kymx_prepare .btn {
  margin-top: 33px;
}
@media (max-width: 768px) {
  .kymx_jinying .kymx_prepare .btn {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .kymx_jinying .kymx_prepare {
    max-width: 900px;
  }
  .kymx_jinying .kymx_prepare ul {
    flex-wrap: wrap;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(1) > li:nth-of-type(2) {
    margin: 0 0 15px;
  }
  .kymx_jinying .kymx_prepare ul::before,
  .kymx_jinying .kymx_prepare ul::after {
    content: '';
    width: 374px;
    order: 10;
  }
}
@media (max-width: 810px) {
  .kymx_jinying .kymx_prepare {
    padding-top: 20px;
  }
  .kymx_jinying .kymx_prepare ul {
    display: none;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 690px) {
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title .num {
    width: 57px;
    height: 51px;
    line-height: 51px;
    font-size: 24px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title span {
    left: 70px;
    font-size: 20px;
    line-height: 21px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title .breakthrough {
    top: 0;
    right: 20%;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol {
    padding: 20px 0;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li {
    padding-left: 12px;
    margin-bottom: 10px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li .proportionBox {
    width: 100px;
    height: 22px;
    margin-right: 10px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li .proportionBox .proportion {
    line-height: 22px;
    font-size: 14px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(2) ol li p {
    font-size: 14px;
    line-height: 1;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) > img {
    width: 60%;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) .ratioBox {
    position: absolute;
    right: 14px;
    bottom: 17px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) .ratioBox img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) .ratioBox p {
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 7px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(4) .title span {
    top: auto;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(4) img {
    margin: 15px auto;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .scholarship {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .policy {
    font-size: 14px;
    margin: 10px auto;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .policy img {
    height: auto;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .graduation {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li {
    margin-bottom: 15px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title .num {
    width: 47px;
    height: 41px;
    line-height: 41px;
    font-size: 20px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title span {
    left: 55px;
    font-size: 18px;
    line-height: 19px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li .title .breakthrough {
    top: 0;
    right: 5%;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) .ratioBox img {
    display: block;
    width: 80px;
    margin: 0 auto;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(3) .ratioBox p {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 7px;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(4) img {
    width: 65%;
    margin: 15px auto;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .policy {
    margin: 0 auto;
  }
  .kymx_jinying .kymx_prepare ul:nth-of-type(2) > li:nth-of-type(5) .graduation {
    margin-bottom: 15px;
  }
}
.kymx_jinying .kymx_upgrade {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin-top: 98px;
}
.kymx_jinying .kymx_upgrade ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -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-wrap: wrap;
  margin: 50px 0 13px;
}
.kymx_jinying .kymx_upgrade ul li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 31.1%;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(186, 186, 186, 0.3);
  border-radius: 5px;
  padding: 40px 24px 40px 29px;
  margin-bottom: 37px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_upgrade ul li img:nth-of-type(2) {
  display: none;
}
.kymx_jinying .kymx_upgrade ul li .content {
  margin-left: 21px;
}
.kymx_jinying .kymx_upgrade ul li .content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
  color: #333;
  margin-bottom: 5px;
}
.kymx_jinying .kymx_upgrade ul li .content p {
  min-height: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.kymx_jinying .kymx_upgrade ul li:hover {
  transform: scale(1.05);
}
@media (max-width: 1100px) {
  .kymx_jinying .kymx_upgrade ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .kymx_jinying .kymx_upgrade ul li .content p {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .kymx_jinying .kymx_upgrade {
    margin-top: 50px;
  }
  .kymx_jinying .kymx_upgrade ul {
    margin: 30px 0 10px;
  }
  .kymx_jinying .kymx_upgrade ul li {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .kymx_jinying .kymx_upgrade ul li img {
    display: none;
  }
  .kymx_jinying .kymx_upgrade ul li img:nth-of-type(2) {
    display: inline;
  }
  .kymx_jinying .kymx_upgrade ul li .content h3 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .kymx_jinying .kymx_upgrade ul li .content p {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .kymx_jinying .kymx_upgrade ul li {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .kymx_jinying .kymx_upgrade ul li img {
    width: 60px;
  }
  .kymx_jinying .kymx_upgrade ul li .content h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 7px;
  }
  .kymx_jinying .kymx_upgrade ul li .content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.kymx_jinying .kymx_plan {
  padding: 48px 10px 32px;
  margin-top: 21px;
  background-color: #fff;
}
.kymx_jinying .kymx_plan article {
  max-width: 1200px;
  margin: 0px auto 40px;
}
.kymx_jinying .kymx_plan article ul.top_ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -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-wrap: wrap;
}
.kymx_jinying .kymx_plan article ul.top_ul li {
  position: relative;
  width: 20%;
  border-radius: 5px;
  border: solid 1px #60f5b0;
  text-align: center;
  padding: 34px 0 40px;
  margin-right: 53px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_plan article ul.top_ul li h3 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 23px;
  color: #333;
  margin-bottom: 12px;
}
.kymx_jinying .kymx_plan article ul.top_ul li h3 span {
  position: relative;
  z-index: 1;
}
.kymx_jinying .kymx_plan article ul.top_ul li h3 span:nth-of-type(2) {
  display: none;
}
.kymx_jinying .kymx_plan article ul.top_ul li h3::after {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 135px;
  height: 11px;
  background-color: #2fbe92;
}
.kymx_jinying .kymx_plan article ul.top_ul li p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
}
.kymx_jinying .kymx_plan article ul.top_ul li p span {
  display: block;
}
.kymx_jinying .kymx_plan article ul.top_ul li p:nth-of-type(2) {
  display: none;
}
.kymx_jinying .kymx_plan article ul.top_ul li::after,
.kymx_jinying .kymx_plan article ul.top_ul li::before {
  position: absolute;
  content: '';
  display: block;
  width: 24px;
  height: 23px;
  background: url('../images/triangle02.png') no-repeat center;
}
.kymx_jinying .kymx_plan article ul.top_ul li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 1201px) {
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(1),
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(2),
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(3) {
    margin-bottom: 69px;
  }
}
.kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(1)::after,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(2)::after,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(3)::after {
  top: 50%;
  right: -53px;
  transform: translateY(-50%);
}
.kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(1)::before,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(2)::before,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(3)::before {
  display: none;
}
@media (min-width: 1201px) {
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(4) {
    margin-bottom: 69px;
  }
}
.kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(4)::after {
  display: none;
}
.kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(4)::before {
  display: block;
  left: 50%;
  bottom: -47px;
  transform: translateX(-50%) rotate(90deg);
}
.kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(1)::before,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(2)::before,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(3)::before,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(4)::before {
  top: 50%;
  left: -53px;
  transform: translateY(-50%) rotate(180deg);
}
.kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(1)::after,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(2)::after,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(3)::after,
.kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(4)::after {
  display: none;
}
.kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(4)::before {
  display: none;
}
.kymx_jinying .kymx_plan article ul.top_ul li:hover {
  border-color: #1d1bc7;
}
.kymx_jinying .kymx_plan article ul.top_ul li:hover h3::after {
  background-color: #f96d34;
}
.kymx_jinying .kymx_plan article ul.top_ul li:hover p {
  color: #666;
}
.kymx_jinying .kymx_plan article ul.bottom_ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  margin-top: 50px;
}
.kymx_jinying .kymx_plan article ul.bottom_ul > li {
  position: relative;
  width: 100px;
  height: 320px;
  margin-right: 8px;
  border: 2px solid #fff;
  text-align: center;
  background-color: #2fbe92;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_plan article ul.bottom_ul > li h3 {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  line-height: 34px;
  font-size: 30px;
  color: #fff;
}
.kymx_jinying .kymx_plan article ul.bottom_ul > li:nth-of-type(7) {
  margin-right: 0 !important;
}
.kymx_jinying .kymx_plan article ul.bottom_ul > li.on {
  border: none;
  margin-right: 0;
  margin-bottom: 0;
  background-color: #f96d34;
}
.kymx_jinying .kymx_plan article ul.bottom_ul > div.show:last-child {
  margin-right: 0;
}
.kymx_jinying .kymx_plan article ul.bottom_ul .introduce {
  display: none;
  position: relative;
  width: 447px;
  background-color: #eaeaea;
  box-shadow: 3px 4px 16px 0px rgba(204, 204, 204, 0.35);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 22px 0 29px;
}
.kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol li {
  width: 30%;
  margin: 0 6px;
}
.kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol li div {
  height: 53px;
  line-height: 53px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #3d3cc6;
  box-shadow: 5px 4px 5px 0px rgba(173, 173, 173, 0.27);
}
.kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol li div span {
  font-size: 30px;
}
.kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol li h3 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-top: 12px;
}
.kymx_jinying .kymx_plan article ul.bottom_ul .introduce p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding: 0 15px;
}
.kymx_jinying .kymx_plan article ul.bottom_ul #summer ol,
.kymx_jinying .kymx_plan article ul.bottom_ul #sprint ol,
.kymx_jinying .kymx_plan article ul.bottom_ul #dry_run ol {
  margin: 22px 0;
}
.kymx_jinying .kymx_plan article ul.bottom_ul #summer ol li,
.kymx_jinying .kymx_plan article ul.bottom_ul #sprint ol li,
.kymx_jinying .kymx_plan article ul.bottom_ul #dry_run ol li {
  width: 22%;
}
.kymx_jinying .kymx_plan article ul.bottom_ul #retest {
  padding-top: 10px;
  padding-left: 20px;
}
.kymx_jinying .kymx_plan article ul.bottom_ul #retest div {
  display: flex;
  margin-top: 15px;
}
.kymx_jinying .kymx_plan article ul.bottom_ul #retest div h3 {
  min-width: 170px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
.kymx_jinying .kymx_plan article ul.bottom_ul #retest div p {
  font-size: 16px;
  color: #333;
}
.kymx_jinying .kymx_plan article ul.bottom_ul #retest div p span {
  font-size: 30px;
  font-weight: bold;
}
.kymx_jinying .kymx_plan article ul.bottom_ul .show {
  display: block;
  margin-right: 8px;
}
.kymx_jinying .kymx_plan article > p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .kymx_jinying .kymx_plan article {
    max-width: 800px;
  }
  .kymx_jinying .kymx_plan article ul.top_ul {
    justify-content: center;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li {
    width: 45%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li h3 span {
    display: none;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li h3 span:nth-of-type(2) {
    display: block;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li p {
    display: none;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li p:nth-of-type(2) {
    display: block;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-child(odd) {
    margin-right: 30px;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(1)::after {
    right: -26px;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(2)::after,
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(3)::after {
    display: none;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(2)::before,
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(3)::before {
    display: block;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%) rotate(90deg);
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(4)::before {
    display: none;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-of-type(4)::after {
    display: block;
    top: 50%;
    left: -26px;
    transform: translateY(-50%) rotate(180deg);
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(4)::after {
    display: block;
    top: 50%;
    right: -26px;
    transform: translateY(-50%);
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(3)::before {
    display: none;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(3)::after {
    display: block;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%) rotate(90deg);
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(2)::before {
    display: none;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li:nth-last-child(1)::before {
    left: -26px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul {
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul > li {
    width: 100%;
    height: 70px;
    margin-right: 0;
    margin-bottom: 10px;
    border-width: 1px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul > li h3 {
    position: static;
    width: 100%;
    line-height: 68px;
    transform: none;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul > li:first-child h3 {
    line-height: 70px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul > li:nth-of-type(7) {
    margin-bottom: 0;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul > div.show:last-child {
    margin-bottom: 0;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul .introduce {
    width: 100%;
    box-shadow: none;
    padding-bottom: 30px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul .show {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .kymx_jinying .kymx_plan {
    padding: 30px 10px 0;
    background-color: transparent;
  }
  .kymx_jinying .kymx_plan article {
    margin: 0px auto 20px;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li {
    padding: 14px 0 20px 10px;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li h3 {
    font-size: 18px;
    line-height: 19px;
    text-align: left;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li h3::after {
    width: 110px;
    height: 7px;
    left: 0;
    bottom: -2px;
    transform: none;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li p {
    text-align: left;
    padding-right: 7px;
    font-size: 0;
    line-height: normal;
  }
  .kymx_jinying .kymx_plan article ul.top_ul li p span {
    display: inline;
    font-size: 14px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul > li {
    height: 50px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul > li h3 {
    line-height: 48px;
    font-size: 25px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul > li:first-child h3 {
    line-height: 50px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol li div span {
    font-size: 25px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol li h3 {
    font-size: 18px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul #retest div h3 {
    min-width: 130px;
    font-size: 18px;
    line-height: normal;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul #retest div p span {
    font-size: 25px;
  }
  .kymx_jinying .kymx_plan article > p {
    display: none;
  }
}
@media (max-width: 500px) {
  .kymx_jinying .kymx_plan article ul.bottom_ul > li h3 {
    font-size: 20px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol {
    margin: 15px 0;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol li div {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .kymx_jinying .kymx_plan article ul.bottom_ul .introduce ol li div span {
    font-size: 20px;
  }
}
.kymx_jinying .kymx_tutor {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin-top: 67px;
}
.kymx_jinying .kymx_tutor .university {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -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-wrap: wrap;
  margin-top: 45px;
}
.kymx_jinying .kymx_tutor .university li {
  width: 16.84%;
  border-radius: 5px;
  border: solid 1px #48db97;
  margin-bottom: 49px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_tutor .university li a {
  position: relative;
  display: block;
  padding: 50px 0 18px;
}
.kymx_jinying .kymx_tutor .university li img {
  position: absolute;
  top: 0;
  left: 0;
}
.kymx_jinying .kymx_tutor .university li h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-align: center;
}
.kymx_jinying .kymx_tutor .university li div {
  width: 106px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #1d1bc7;
  border-radius: 3px;
  margin: 14px auto 0;
}
.kymx_jinying .kymx_tutor .university li:last-child div,
.kymx_jinying .kymx_tutor .university li:hover div {
  background-color: #f96d34;
}
.kymx_jinying .kymx_tutor .major {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -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-wrap: wrap;
}
.kymx_jinying .kymx_tutor .major li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 31%;
  margin-bottom: 50px;
}
.kymx_jinying .kymx_tutor .major li a {
  display: block;
  min-width: 96px;
  width: 96px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(186, 186, 186, 0.3);
  border-radius: 5px;
  padding: 12px 0 10px;
  transition: 1s;
}
.kymx_jinying .kymx_tutor .major li a:nth-of-type(2) {
  margin: 0 15px;
}
.kymx_jinying .kymx_tutor .major li a:hover {
  background-image: linear-gradient(94deg, #f1022b 0%, #f7ca2e 100%);
  transform: scale(1.1);
}
.kymx_jinying .kymx_tutor .major li a:hover div img {
  display: none;
}
.kymx_jinying .kymx_tutor .major li a:hover div img:nth-of-type(2) {
  display: inline;
}
.kymx_jinying .kymx_tutor .major li a:hover p {
  color: #fff;
}
.kymx_jinying .kymx_tutor .major li div {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 45px;
}
.kymx_jinying .kymx_tutor .major li div img:nth-of-type(2) {
  display: none;
}
.kymx_jinying .kymx_tutor .major li p {
  font-size: 18px;
  line-height: 1;
  color: #333;
  margin-top: 10px;
}
.kymx_jinying .kymx_tutor .major li:last-child a:last-child {
  background-image: linear-gradient(94deg, #f1022b 0%, #f7ca2e 100%);
}
.kymx_jinying .kymx_tutor .major li:last-child a:last-child p {
  color: #fff;
}
@media (max-width: 1100px) {
  .kymx_jinying .kymx_tutor .university li {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .kymx_jinying .kymx_tutor .major li {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .kymx_jinying .kymx_tutor {
    margin-top: 50px;
  }
  .kymx_jinying .kymx_tutor .major li {
    width: 48%;
  }
  .kymx_jinying .kymx_tutor .major li a {
    min-width: 87px;
  }
}
@media (max-width: 640px) {
  .kymx_jinying .kymx_tutor .university {
    margin-top: 30px;
  }
  .kymx_jinying .kymx_tutor .university li {
    width: 31%;
    margin-bottom: 20px;
    box-shadow: 0px 4px 15px 1px rgba(204, 204, 204, 0.5);
  }
  .kymx_jinying .kymx_tutor .university li a {
    padding: 30px 0 10px;
  }
  .kymx_jinying .kymx_tutor .university li img {
    width: 50px;
  }
  .kymx_jinying .kymx_tutor .university li h3 {
    font-size: 16px;
  }
  .kymx_jinying .kymx_tutor .university li div {
    width: 80px;
    margin-top: 10px;
  }
  .kymx_jinying .kymx_tutor .major li {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .kymx_jinying .kymx_tutor .major li a:nth-of-type(2) {
    margin: 0 15px;
  }
}
.kymx_jinying .kymx_course {
  padding-top: 98px;
}
@media (max-width: 1240px) {
  .kymx_jinying .kymx_course o {
    display: block;
  }
}
.kymx_jinying .kymx_course article {
  margin: 0 12px;
  padding-top: 32px;
  overflow: hidden;
  overflow-x: auto;
}
.kymx_jinying .kymx_course article table {
  width: 1200px;
  border-collapse: collapse;
  margin: 0 auto;
}
.kymx_jinying .kymx_course article table tr {
  height: 25px;
}
.kymx_jinying .kymx_course article table tr th,
.kymx_jinying .kymx_course article table tr td {
  border: solid 1px #e6e6e6;
}
.kymx_jinying .kymx_course article table tr th {
  height: 50px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-left: 14px;
}
.kymx_jinying .kymx_course article table tr th:nth-of-type(4) {
  padding-left: 0px;
  text-align: center;
}
.kymx_jinying .kymx_course article table tr th:nth-of-type(5) {
  padding-left: 40px;
}
.kymx_jinying .kymx_course article table tr td {
  font-size: 14px;
  color: #666;
  padding-left: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_course article table tr td.classType {
  width: 128px;
}
.kymx_jinying .kymx_course article table tr td.subject {
  width: 165px;
}
.kymx_jinying .kymx_course article table tr td.class {
  width: 77px;
}
.kymx_jinying .kymx_course article table tr td.cost {
  width: 155px;
  padding-left: 40px;
}
.kymx_jinying .kymx_course article table tr td.content {
  width: 260px;
  padding-left: 40px;
}
.kymx_jinying .kymx_course .btn {
  display: none;
}
@media (max-width: 768px) {
  .kymx_jinying .kymx_course {
    padding-top: 50px;
  }
  .kymx_jinying .kymx_course o {
    font-size: 14px;
  }
  .kymx_jinying .kymx_course article {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .kymx_jinying .kymx_course .btn {
    display: block;
  }
}
.kymx_jinying .kymx_teacherSwiper {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin-top: 99px;
}
.kymx_jinying .kymx_teacherSwiper ol {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  padding: 48px 0 14px 5%;
}
@media (min-width: 1101px) {
  .kymx_jinying .kymx_teacherSwiper ol {
    padding-left: 11%;
  }
}
.kymx_jinying .kymx_teacherSwiper ol li {
  width: 200px;
  height: 48px;
  line-height: 46px;
  font-size: 24px;
  color: #1d1bc7;
  text-align: center;
  border-radius: 24px;
  border: solid 1px #1d1bc7;
  margin-right: 10px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_teacherSwiper ol li:hover,
.kymx_jinying .kymx_teacherSwiper ol li.on {
  font-weight: bold;
  color: #fff;
  background-color: #1d1bc7;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 {
  display: none;
  padding: 10px 0;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide {
  transition: all 0.3s;
  transform: scale(1);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 27px 0 10px;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide img,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide img {
  width: 70%;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide .name,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide .name {
  width: 120px;
  height: 33px;
  line-height: 33px;
  font-size: 25px;
  color: #fff;
  background-color: #3d3cc6;
  border-radius: 5px;
  margin: 14px auto 0;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide h3,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin: 8px 0;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide p,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide p {
  min-height: 42px;
  font-size: 16px;
  line-height: 21px;
  color: #666;
  margin: 0 10px;
}
@media (min-width: 1201px) {
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide p,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide p {
    margin: 0 20px;
  }
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide::after,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.15);
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.swiper-slide-active,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 3;
}
@media (min-width: 769px) {
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.swiper-slide-active,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.swiper-slide-active {
    box-shadow: 5px 4px 14px 1px rgba(173, 173, 173, 0.27);
  }
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.swiper-slide-active::after,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  display: none;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04 {
  position: relative;
  transform: scale(0.85);
  z-index: 1;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01::after,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01::after,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04::after,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy02,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy02,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy03,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy03 {
  position: relative;
  transform: scale(0.94);
  z-index: 2;
}
@media (min-width: 1101px) {
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04 {
    box-shadow: 5px 4px 14px 1px rgba(173, 173, 173, 0.27);
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01 {
    right: -11%;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04 {
    left: -11%;
  }
}
@media (min-width: 769px) {
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy02,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy02,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy03,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy03 {
    box-shadow: 5px 4px 14px 1px rgba(173, 173, 173, 0.27);
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy02,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy02 {
    right: -5%;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy03,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy03 {
    left: -5%;
  }
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-button-next,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-button-next,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-button-prev,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-button-prev {
  width: 35px;
  height: 35px;
  background: none;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-button-next,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-button-next {
  right: 0;
}
.kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-button-prev,
.kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-button-prev {
  left: 0;
}
@media (min-width: 1101px) {
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-button-next,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-button-next {
    right: 6.5%;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-button-prev,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-button-prev {
    left: 6.5%;
  }
}
.kymx_jinying .kymx_teacherSwiper .show {
  display: block;
}
.kymx_jinying .kymx_teacherSwiper > a.btn {
  display: none;
}
@media (max-width: 768px) {
  .kymx_jinying .kymx_teacherSwiper {
    margin-top: 50px;
  }
  .kymx_jinying .kymx_teacherSwiper ol {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 30px 0 0;
  }
  .kymx_jinying .kymx_teacherSwiper ol li {
    width: 130px;
    height: 38px;
    line-height: 36px;
    font-size: 20px;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 {
    max-width: 500px;
    padding: 0;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide img,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide img {
    width: 150px;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide .name,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide .name {
    font-size: 20px;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide h3,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide p,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide p {
    min-height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide::after,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide::after {
    display: none;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-button-next,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-button-next {
    right: 20px;
  }
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track1 .swiper-button-prev,
  .kymx_jinying .kymx_teacherSwiper .swiper-container-track2 .swiper-button-prev {
    left: 20px;
  }
  .kymx_jinying .kymx_teacherSwiper .btnBox {
    display: none;
  }
  .kymx_jinying .kymx_teacherSwiper > a.btn {
    display: block;
    background-image: linear-gradient(77deg, #ffffff 0%, #808080 0%, #000000 0%, #790116 0%, #f1022b 0%, #f1b91a 100%);
  }
}
.kymx_jinying .kymx_service {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin-top: 99px;
}
.kymx_jinying .kymx_service .follow {
  margin: 40px 0;
  box-shadow: 0px 0px 15px 10px rgba(199, 199, 199, 0.15);
  overflow: hidden;
  overflow-x: auto;
}
.kymx_jinying .kymx_service .follow h3 {
  width: 1200px;
  font-size: 32px;
  line-height: 60px;
  color: #fefefe;
  text-align: center;
  background-color: #2fbe92;
  border-radius: 5px 5px 0px 0px;
}
.kymx_jinying .kymx_service .follow h3::before,
.kymx_jinying .kymx_service .follow h3::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #ffffff;
  vertical-align: -1px;
}
.kymx_jinying .kymx_service .follow h3::before {
  margin-right: 10px;
}
.kymx_jinying .kymx_service .follow h3::after {
  margin-left: 10px;
}
.kymx_jinying .kymx_service .follow > ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  width: 1200px;
}
.kymx_jinying .kymx_service .follow > ul > li {
  width: 33.33333333%;
}
.kymx_jinying .kymx_service .follow > ul > li .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  color: #333;
  padding-left: 28px;
}
.kymx_jinying .kymx_service .follow > ul > li .title span {
  position: relative;
  z-index: 1;
}
.kymx_jinying .kymx_service .follow > ul > li .title::after {
  position: absolute;
  display: block;
  content: '';
  left: 21px;
  bottom: -4px;
  width: 130px;
  height: 13px;
  background-color: #2fbe92;
}
.kymx_jinying .kymx_service .follow > ul > li .subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  color: #333;
  margin-top: 23px;
}
.kymx_jinying .kymx_service .follow > ul > li p {
  font-size: 14px;
  line-height: 15px;
  color: #999;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) {
  padding: 9px 0 63px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) .content {
  margin: 17px 0 23px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) .content span {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #333;
  text-align: center;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) .content span:nth-of-type(2) {
  margin: 10px 0;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) p {
  text-align: center;
  margin-bottom: 35px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) p.plan {
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  color: #333;
  margin-top: 23px;
  margin-bottom: 0;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) .subtitle {
  padding-left: 21px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) ol {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  position: relative;
  max-width: 307px;
  width: 100%;
  margin: 12px auto 0;
  border-bottom: solid 2px #2fbe92;
  padding-bottom: 15px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) ol li {
  width: 42px;
  position: relative;
  text-align: center;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) ol li img {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) ol::before,
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) ol::after {
  position: absolute;
  content: '';
  display: block;
  bottom: -4.8px;
  width: 7px;
  height: 8px;
  border-radius: 50%;
  background-color: #2fbe92;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) ol::before {
  left: 0;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) ol::after {
  right: 0;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) {
  border-left: solid 1px #60f5b0;
  border-right: solid 1px #60f5b0;
  padding: 21px 0 0 21px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .title,
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .practise {
  display: none;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) ol {
  display: none;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  position: relative;
  max-width: 307px;
  width: 100%;
  margin: 12px auto 30px;
  border-bottom: solid 2px #2fbe92;
  padding-bottom: 15px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) ol li {
  width: 42px;
  position: relative;
  text-align: center;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) ol li img {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) ol::before,
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) ol::after {
  position: absolute;
  content: '';
  display: block;
  bottom: -4.8px;
  width: 7px;
  height: 8px;
  border-radius: 50%;
  background-color: #2fbe92;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) ol::before {
  left: 0;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) ol::after {
  right: 0;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .test {
  padding-right: 29px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .test .subtitle {
  margin-top: 0;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .test .census {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 18px 0;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .test .census p {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .test .census div {
  width: 85px;
  height: 41px;
  line-height: 41px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: url(../images/bg_census.png) no-repeat center;
  margin: 0 20px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .test ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -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-wrap: wrap;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .test ul li {
  width: 94px;
  line-height: 21px;
  color: #fff;
  background: url('../images/bg_label.png') no-repeat center;
  padding-left: 8px;
  margin-top: 19px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .test ul::after {
  content: '';
  width: 94px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .summary .subtitle {
  margin-top: 35px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .summary > p {
  margin: 10px 0 20px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .summary .stage p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .summary .stage span {
  font-weight: bold;
  margin-right: 20px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) {
  padding-top: 9px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .subtitle span {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  margin-left: 8px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .lecturer {
  padding-left: 18px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .lecturer .content {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  flex-wrap: wrap;
  margin-top: 19px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .lecturer .content p {
  color: #333;
  margin-bottom: 7px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .lecturer .content p span {
  font-weight: bold;
  color: #1d1bc7;
  margin-right: 10px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .lecturer .content p:nth-child(even) {
  width: 45%;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .lecturer .content p:nth-child(odd) {
  width: 55%;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .classTeacher {
  padding-left: 18px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .classTeacher .subtitle {
  margin-top: 21px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .classTeacher .content {
  margin-top: 18px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .classTeacher .content p {
  color: #333;
  margin-bottom: 10px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .classTeacher .content p span {
  font-weight: bold;
  color: #1d1bc7;
  margin-right: 40px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .supervise {
  padding-left: 18px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .supervise .content {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  flex-wrap: wrap;
  margin-top: 19px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .supervise .content p {
  color: #333;
  margin-bottom: 7px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .supervise .content p span {
  font-weight: bold;
  color: #1d1bc7;
  margin-right: 10px;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .supervise .content p:nth-child(even) {
  width: 45%;
}
.kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .supervise .content p:nth-child(odd) {
  width: 55%;
}
.kymx_jinying .kymx_service .system {
  padding: 24px 7.8% 56px 5.48%;
  background-color: #fff;
  box-shadow: 0px 4px 15px 1px rgba(207, 207, 208, 0.53);
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_service .system h3 {
  font-size: 32px;
  line-height: 33px;
  color: #1d1bc7;
  text-align: center;
}
.kymx_jinying .kymx_service .system h3::before,
.kymx_jinying .kymx_service .system h3::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 27px;
  background-color: #1d1bc7;
  vertical-align: -3px;
}
.kymx_jinying .kymx_service .system h3::before {
  margin-right: 10px;
}
.kymx_jinying .kymx_service .system h3::after {
  margin-left: 10px;
}
.kymx_jinying .kymx_service .system .content {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  margin-top: 36px;
}
.kymx_jinying .kymx_service .system .content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.kymx_jinying .kymx_service .system .content h4 .orange {
  color: #2fbe92;
}
.kymx_jinying .kymx_service .system .content h4 .blue {
  color: #1d1bc7;
}
.kymx_jinying .kymx_service .system .content p {
  min-height: 30px;
  font-size: 14px;
  line-height: 15px;
  color: #666;
  margin-top: 2px;
}
.kymx_jinying .kymx_service .system .content .leftBox li,
.kymx_jinying .kymx_service .system .content .rightBox li {
  max-width: 354px;
  margin-bottom: 15px;
}
.kymx_jinying .kymx_service .system .content .leftBox li:last-child,
.kymx_jinying .kymx_service .system .content .rightBox li:last-child {
  margin-bottom: 0;
}
.kymx_jinying .kymx_service .system .content .leftBox li:nth-child(odd) {
  margin-left: 50px;
}
.kymx_jinying .kymx_service .system .content .rightBox li:nth-child(even) {
  margin-left: 60px;
}
.kymx_jinying .kymx_service .system .content .middleBox {
  width: 256px;
  padding-top: 14px;
  text-align: center;
}
.kymx_jinying .kymx_service .system .content .middleBox h4 {
  margin-top: 25px;
}
.kymx_jinying .kymx_service .phone_system {
  display: none;
}
.kymx_jinying .kymx_service .btnBox {
  margin-top: 23px;
}
.kymx_jinying .kymx_service > a.btn {
  display: none;
}
@media (max-width: 1100px) {
  .kymx_jinying .kymx_service .system {
    padding: 24px 5% 56px;
  }
}
@media (max-width: 1024px) {
  .kymx_jinying .kymx_service .titleBox h2 {
    font-size: 38px;
    line-height: 39px;
  }
  .kymx_jinying .kymx_service .follow {
    max-width: 690px;
    margin: 0 auto;
    box-shadow: none;
    overflow: visible;
    overflow-x: visible;
  }
  .kymx_jinying .kymx_service .follow h3 {
    width: 100%;
    line-height: 35px;
    color: #333;
    background-color: transparent;
    margin-top: 50px;
  }
  .kymx_jinying .kymx_service .follow h3::before,
  .kymx_jinying .kymx_service .follow h3::after {
    width: 3px;
    background-color: #333;
  }
  .kymx_jinying .kymx_service .follow > ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .kymx_jinying .kymx_service .follow > ul > li {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 15px 1px rgba(204, 204, 204, 0.5);
    border-radius: 15px;
    margin-top: 30px;
  }
  .kymx_jinying .kymx_service .follow > ul > li .title {
    text-align: center;
    padding-left: 0;
  }
  .kymx_jinying .kymx_service .follow > ul > li .title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) {
    padding: 10px 0 25px;
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) .two,
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) .subtitle,
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) ol {
    display: none;
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(1) p {
    margin-bottom: 0;
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) {
    padding: 10px 0 25px 20px;
    border: none;
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .title,
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .practise {
    display: block;
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) ol {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .summary .stage {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .summary .stage p {
    margin-right: 20px;
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .summary .stage p span {
    font-weight: normal;
    margin-right: 10px;
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(2) .summary .stage p span i {
    display: none;
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) {
    padding: 10px 0 20px;
  }
  .kymx_jinying .kymx_service .system {
    display: none;
  }
  .kymx_jinying .kymx_service .phone_system {
    display: block;
    max-width: 690px;
    width: 96%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  }
  .kymx_jinying .kymx_service .phone_system h3 {
    font-size: 32px;
    line-height: 33px;
    color: #333;
    text-align: center;
  }
  .kymx_jinying .kymx_service .phone_system h3::before,
  .kymx_jinying .kymx_service .phone_system h3::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 27px;
    background-color: #333;
    vertical-align: -3px;
  }
  .kymx_jinying .kymx_service .phone_system h3::before {
    margin-right: 10px;
  }
  .kymx_jinying .kymx_service .phone_system h3::after {
    margin-left: 10px;
  }
  .kymx_jinying .kymx_service .phone_system .content {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 4px 15px 1px rgba(204, 204, 204, 0.5);
    border-radius: 15px;
    margin-top: 30px;
    padding: 30px 18px 0 20px;
    overflow: hidden;
  }
  .kymx_jinying .kymx_service .phone_system .content::before {
    position: absolute;
    display: block;
    content: '';
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 450px;
    background-color: #ffffff;
    border: solid 1px #1d1bc7;
    border-radius: 50%;
    z-index: 1;
  }
  .kymx_jinying .kymx_service .phone_system .content::after {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    bottom: -235px;
    transform: translateX(-50%);
    width: 280px;
    height: 450px;
    border: solid 1px #1d1bc7;
    border-radius: 50%;
    z-index: 1;
  }
  .kymx_jinying .kymx_service .phone_system ul {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -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-wrap: wrap;
  }
  .kymx_jinying .kymx_service .phone_system ul li {
    position: relative;
    width: 49%;
    border-radius: 10px;
    border: solid 1px #1d1bc7;
    background-color: #fff;
    padding: 10px 5px 10px 20px;
    margin-bottom: 20px;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  }
  .kymx_jinying .kymx_service .phone_system ul li h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .kymx_jinying .kymx_service .phone_system ul li h4 span {
    color: #2fbe92;
  }
  .kymx_jinying .kymx_service .phone_system ul li p {
    font-size: 14px;
    line-height: 15px;
    color: #666;
    margin-top: 5px;
  }
  .kymx_jinying .kymx_service .phone_system ul li:nth-child(odd) {
    margin-right: 10px;
  }
  .kymx_jinying .kymx_service .phone_system ul li:nth-child(odd) h4 span {
    color: #1d1bc7;
  }
  .kymx_jinying .kymx_service .phone_system ul li:nth-last-child(1),
  .kymx_jinying .kymx_service .phone_system ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .kymx_jinying .kymx_service .phone_system .imgBox {
    position: relative;
    display: block;
    width: 195px;
    margin: 0 auto;
    z-index: 2;
  }
  .kymx_jinying .kymx_service .phone_system .perfectBox {
    position: relative;
    background-color: #fff;
    padding-bottom: 36px;
    z-index: 2;
  }
  .kymx_jinying .kymx_service .phone_system .perfectBox .perfect {
    border-radius: 10px;
    border: solid 1px #1d1bc7;
    padding: 10px 5px 10px 20px;
    margin-top: 10px;
  }
  .kymx_jinying .kymx_service .phone_system .perfectBox .perfect h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .kymx_jinying .kymx_service .phone_system .perfectBox .perfect h4 span {
    color: #1d1bc7;
  }
  .kymx_jinying .kymx_service .phone_system .perfectBox .perfect p {
    font-size: 14px;
    line-height: 15px;
    color: #666;
    margin-top: 5px;
  }
}
@media (max-width: 850px) {
  .kymx_jinying .kymx_service .titleBox .num::before,
  .kymx_jinying .kymx_service .titleBox .num::after {
    width: 100px;
    height: 30px;
    margin: 0;
  }
  .kymx_jinying .kymx_service .titleBox img {
    width: 60px;
  }
  .kymx_jinying .kymx_service .titleBox h2 {
    font-size: 28px;
    line-height: 29px;
  }
}
@media (max-width: 768px) {
  .kymx_jinying .kymx_service {
    margin-top: 50px;
  }
  .kymx_jinying .kymx_service .follow h3 {
    font-size: 22px;
    line-height: 23px;
    margin-top: 30px;
  }
  .kymx_jinying .kymx_service .follow h3::before,
  .kymx_jinying .kymx_service .follow h3::after {
    height: 18px;
  }
  .kymx_jinying .kymx_service .follow > ul > li .title {
    font-size: 20px;
  }
  .kymx_jinying .kymx_service .follow > ul > li .title::after {
    width: 110px;
  }
  .kymx_jinying .kymx_service .phone_system {
    margin-top: 30px;
  }
  .kymx_jinying .kymx_service .phone_system h3 {
    font-size: 22px;
    line-height: 23px;
  }
  .kymx_jinying .kymx_service .phone_system h3::before,
  .kymx_jinying .kymx_service .phone_system h3::after {
    height: 18px;
  }
  .kymx_jinying .kymx_service .phone_system .content::before {
    top: 50px;
  }
  .kymx_jinying .kymx_service .btnBox {
    display: none;
  }
  .kymx_jinying .kymx_service > a.btn {
    display: block;
    margin-top: 20px;
    background-image: linear-gradient(77deg, #ffffff 0%, #808080 0%, #000000 0%, #790116 0%, #f1022b 0%, #f1b91a 100%);
  }
}
@media (max-width: 700px) {
  .kymx_jinying .kymx_service .phone_system .content::before {
    top: 69px;
    width: 240px;
    height: 425px;
  }
  .kymx_jinying .kymx_service .phone_system .content::after {
    width: 240px;
    height: 400px;
  }
  .kymx_jinying .kymx_service .phone_system ul li {
    padding: 10px 5px 10px 10px;
  }
  .kymx_jinying .kymx_service .phone_system ul li p {
    min-height: 30px;
  }
  .kymx_jinying .kymx_service .phone_system .imgBox {
    width: 150px;
  }
  .kymx_jinying .kymx_service .phone_system .perfectBox {
    padding-bottom: 15px;
  }
  .kymx_jinying .kymx_service .phone_system .perfectBox .perfect {
    padding: 10px 5px 10px 10px;
  }
}
@media (max-width: 640px) {
  .kymx_jinying .kymx_service .titleBox .num::before,
  .kymx_jinying .kymx_service .titleBox .num::after {
    width: 70px;
    height: 20px;
  }
  .kymx_jinying .kymx_service .titleBox img {
    width: 40px;
  }
  .kymx_jinying .kymx_service .titleBox h2 {
    font-size: 20px;
    line-height: 21px;
  }
  .kymx_jinying .kymx_service .follow h3 {
    font-size: 18px;
    line-height: 19px;
    margin-top: 20px;
  }
  .kymx_jinying .kymx_service .follow h3::before,
  .kymx_jinying .kymx_service .follow h3::after {
    width: 2px;
    height: 14px;
  }
  .kymx_jinying .kymx_service .follow > ul > li .title {
    font-size: 16px;
    line-height: 17px;
  }
  .kymx_jinying .kymx_service .follow > ul > li .title::after {
    width: 110px;
  }
  .kymx_jinying .kymx_service .phone_system h3 {
    font-size: 18px;
    line-height: 19px;
  }
  .kymx_jinying .kymx_service .phone_system h3::before,
  .kymx_jinying .kymx_service .phone_system h3::after {
    width: 2px;
    height: 14px;
    vertical-align: -1px;
  }
  .kymx_jinying .kymx_service .phone_system .content::before {
    height: 470px;
  }
  .kymx_jinying .kymx_service .phone_system ul li {
    width: 48%;
  }
  .kymx_jinying .kymx_service .phone_system ul li h4 {
    font-size: 16px;
  }
  .kymx_jinying .kymx_service .phone_system ul li p {
    min-height: 45px;
  }
  .kymx_jinying .kymx_service .phone_system .perfectBox .perfect h4 {
    font-size: 16px;
  }
}
@media (max-width: 570px) {
  .kymx_jinying .kymx_service .phone_system .content::before {
    height: 555px;
  }
  .kymx_jinying .kymx_service .phone_system ul li h4 {
    min-height: 42px;
  }
}
@media (max-width: 500px) {
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) p {
    font-size: 12px;
  }
  .kymx_jinying .kymx_service .follow > ul > li:nth-of-type(3) .classTeacher .content p span {
    margin-right: 20px;
  }
}
@media (max-width: 380px) {
  .kymx_jinying .kymx_service .phone_system .content::before {
    height: 570px;
  }
}
.kymx_jinying .kymx_exam {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin: 98px auto 147px;
}
.kymx_jinying .kymx_exam .content {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(59, 59, 59, 0.15);
  border-radius: 10px;
  margin-top: 38px;
}
.kymx_jinying .kymx_exam .content ol {
  width: 22.17%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.kymx_jinying .kymx_exam .content ol li {
  position: relative;
  width: 100%;
  height: 31%;
  font-size: 24px;
  color: #666;
  text-align: center;
  border: solid 1px #999999;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kymx_jinying .kymx_exam .content ol li span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.kymx_jinying .kymx_exam .content ol li.on {
  font-weight: bold;
  color: #fff;
  border-color: #fe6122;
  background-color: #fe6122;
}
.kymx_jinying .kymx_exam .content ol li:first-child {
  border-radius: 10px 0px 0px 0px;
}
.kymx_jinying .kymx_exam .content ol li:last-child {
  margin-bottom: 0;
  border-radius: 0px 0px 0px 10px;
}
.kymx_jinying .kymx_exam .content ul {
  padding: 13px 11px 9px;
}
.kymx_jinying .kymx_exam .content ul li {
  display: none;
}
.kymx_jinying .kymx_exam .content .show {
  display: block;
}
@media (max-width: 850px) {
  .kymx_jinying .kymx_exam {
    margin: 50px auto 70px;
  }
  .kymx_jinying .kymx_exam .content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .kymx_jinying .kymx_exam .content ol {
    width: 100%;
    flex-wrap: nowrap;
    align-content: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .kymx_jinying .kymx_exam .content ol li {
    width: 33.33%;
    height: 50px;
    font-size: 18px;
  }
  .kymx_jinying .kymx_exam .content ol li:nth-of-type(2) {
    border-left: none;
  }
  .kymx_jinying .kymx_exam .content ol li:last-child {
    border-left: none;
    border-radius: 0px 10px 0px 0px;
  }
}
@media (max-width: 550px) {
  .kymx_jinying .kymx_exam .content {
    margin-top: 20px;
  }
  .kymx_jinying .kymx_exam .content ol li {
    height: 30px;
    font-size: 16px;
  }
  .kymx_jinying .kymx_exam .content ul {
    padding: 5px;
  }
}
