/* 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 img {
  display: block;
  margin: 0 auto 17px;
}
.titleBox h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 49px;
  color: #333;
}
.titleBox h2::before {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  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: -1px;
  margin-right: 18px;
}
.titleBox h2::after {
  content: '';
  display: inline-block;
  width: 62px;
  height: 38px;
  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: -1px;
  margin-left: 18px;
}
@media (max-width: 950px) {
  .titleBox h2 {
    font-size: 38px;
    line-height: 39px;
  }
  .titleBox h2::before {
    height: 30px;
    margin-right: 10px;
  }
  .titleBox h2::after {
    height: 30px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .titleBox img {
    width: 60px;
    margin-bottom: 5px;
  }
  .titleBox h2 {
    font-size: 28px;
    line-height: 29px;
  }
  .titleBox h2::before,
  .titleBox h2::after {
    display: none;
  }
}
@media (max-width: 550px) {
  .titleBox img {
    width: 40px;
    margin-bottom: 5px;
  }
  .titleBox h2 {
    font-size: 18px;
    line-height: 19px;
  }
}
.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%, #f1b91a 100%);
  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: 300px;
    line-height: 40px;
    font-size: 16px;
  }
}
.btnBox {
  text-align: center;
  font-size: 0;
  margin-top: 54px;
  /* @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%, #f1b91a 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;
}
.kydx_xieyi {
  /* banner */
}
.kydx_xieyi .banner {
  background: url(../images/bg_banner.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 175px 5% 142px;
}
.kydx_xieyi .banner > img {
  display: none;
  margin: 0 auto;
}
.kydx_xieyi .banner > img:nth-of-type(1) {
  display: block;
}
@media (max-width: 768px) {
  .kydx_xieyi .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: 12.7% 0 39.1%;
  }
  .kydx_xieyi .banner > img:nth-of-type(1) {
    display: none;
  }
  .kydx_xieyi .banner > img:nth-of-type(2) {
    display: block;
    width: 66%;
  }
}
.kydx_xieyi .kydx_prepare {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .kydx_xieyi .kydx_prepare {
    padding-top: 30px;
  }
}
.kydx_xieyi .kydx_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;
  flex-wrap: wrap;
  padding-top: 40px;
}
.kydx_xieyi .kydx_prepare ul > li {
  position: relative;
  width: 230px;
  min-height: 254px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 15px 1px rgba(204, 204, 204, 0.5);
  padding-top: 53px;
  text-align: center;
  margin: 0 auto 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kydx_xieyi .kydx_prepare ul > li .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  background-color: #1d1bc7;
}
.kydx_xieyi .kydx_prepare ul > li h3 {
  font-size: 20px;
  line-height: 21px;
  color: #333;
  text-align: left;
  padding-left: 15px;
}
.kydx_xieyi .kydx_prepare ul > li .breakthrough {
  float: right;
  width: 81px;
  height: 22px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #1d1bc7;
  border-radius: 10px;
  margin: 12px 10px 7px 0;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(1) h3 {
  margin-bottom: 17px;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(1) img {
  display: none;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(1) img:nth-of-type(1) {
  display: inline;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) ol {
  padding: 17px 0;
}
.kydx_xieyi .kydx_prepare ul > 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容器*/
  padding-left: 12px;
  margin-bottom: 10px;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) 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: 6px;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) ol li .proportionBox .proportion {
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  background-color: #e6b11f;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) ol li p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: left;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) ol li p span {
  display: block;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) ol li p span.highlight {
  color: #e6b11f;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) ol li:last-child {
  margin-bottom: 0;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) img {
  display: none;
  margin-left: 14px;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) img:nth-of-type(1) {
  display: block;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) .ratioBox {
  position: absolute;
  right: 4px;
  bottom: 6px;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) .ratioBox .ratio {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #1d1bc7;
  text-align: center;
  border-radius: 50%;
  background-color: #e6b11f;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) .ratioBox .ratio {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 20px !important;
  }
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) .ratioBox p {
  font-size: 14px;
  line-height: 15px;
  color: #1d1bc7;
  margin-top: 7px;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(4) h3 {
  margin-bottom: 16px;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(5) .scholarship {
  width: 138px;
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #e6b11f;
  margin: 8px 0 1px 31px;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(5) .policy {
  font-size: 20px;
  color: #333;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(5) .policy img {
  display: inline-block;
  margin-left: 3px;
}
.kydx_xieyi .kydx_prepare ul > li:nth-of-type(5) .graduation {
  float: right;
  width: 138px;
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #1d1bc7;
  margin-right: 16px;
}
.kydx_xieyi .kydx_prepare ul::before,
.kydx_xieyi .kydx_prepare ul::after {
  content: '';
  width: 230px;
  margin: 0 auto;
  order: 10;
}
.kydx_xieyi .kydx_prepare > p {
  font-size: 14px;
  color: #999;
  margin-top: 7px;
}
.kydx_xieyi .kydx_prepare .btn {
  margin-top: 33px;
}
@media (max-width: 768px) {
  .kydx_xieyi .kydx_prepare .btn {
    margin-top: 20px;
  }
}
@media (max-width: 1214px) {
  .kydx_xieyi .kydx_prepare {
    max-width: 900px;
  }
}
@media (max-width: 550px) {
  .kydx_xieyi .kydx_prepare {
    padding-top: 20px;
  }
  .kydx_xieyi .kydx_prepare ul {
    padding-top: 20px;
  }
  .kydx_xieyi .kydx_prepare ul > li {
    width: 100%;
    min-height: auto;
    padding-top: 0;
  }
  .kydx_xieyi .kydx_prepare ul > li h3 {
    font-size: 18px;
    padding-left: 53px;
    margin: 7px 0;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(1) {
    padding-bottom: 18px;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(1) h3 {
    margin-bottom: 22px;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(1) img:nth-of-type(1) {
    display: none;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(1) img:nth-of-type(2) {
    display: inline;
    width: 96%;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) ol {
    padding: 20px 0;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) ol li .proportionBox {
    width: 100px;
    margin-right: 10px;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(2) ol li p span {
    display: inline-block;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) {
    text-align: left;
    padding-bottom: 7px;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) h3 {
    display: inline-block;
    margin-bottom: 18px;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) .breakthrough {
    float: none;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) img {
    margin-left: 0;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) img:nth-of-type(1) {
    display: none;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) img:nth-of-type(2) {
    display: inline;
    width: 75%;
    margin-left: 10px;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) .ratioBox {
    right: 20px;
    bottom: 15%;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) .ratioBox .ratio {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    font-weight: bold;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(3) .ratioBox p {
    display: none;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(4),
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(5) {
    width: 48%;
    margin: 0;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(4) {
    padding-bottom: 13px;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(4) img {
    width: 55%;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(5) .scholarship {
    width: 80%;
    font-size: 14px;
    margin: 20px auto 0;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(5) .policy {
    font-size: 14px;
    text-align: right;
    padding-right: 22%;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(5) .policy img {
    margin-left: -3px;
  }
  .kydx_xieyi .kydx_prepare ul > li:nth-of-type(5) .graduation {
    float: none;
    width: 60%;
    font-size: 14px;
    margin: 0 auto;
  }
}
.kydx_xieyi .kydx_help {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  padding: 70px 0;
}
.kydx_xieyi .kydx_help ol {
  margin: 50px 0;
}
.kydx_xieyi .kydx_help ol li div.blue,
.kydx_xieyi .kydx_help ol li div.orange {
  width: 29.17%;
  min-height: 166px;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(204, 204, 204, 0.5);
  border-radius: 10px;
}
.kydx_xieyi .kydx_help ol li div.blue .title,
.kydx_xieyi .kydx_help ol li div.orange .title {
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  color: #fff;
  text-align: left;
  padding-left: 15px;
  border-radius: 10px 10px 0px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kydx_xieyi .kydx_help ol li div.blue p,
.kydx_xieyi .kydx_help ol li div.orange p {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  padding: 15px 10px 10px;
  text-indent: 2em;
}
@media (max-width: 1100px) {
  .kydx_xieyi .kydx_help ol li div.blue .title,
  .kydx_xieyi .kydx_help ol li div.orange .title {
    height: 43px;
    line-height: 43px;
    font-size: 20px;
  }
  .kydx_xieyi .kydx_help ol li div.blue p,
  .kydx_xieyi .kydx_help ol li div.orange p {
    font-size: 14px;
    padding: 10px;
  }
}
.kydx_xieyi .kydx_help ol li .blue .title {
  background-color: #1d1bc7;
}
.kydx_xieyi .kydx_help ol li .orange .title {
  background-color: #e6b11f;
}
.kydx_xieyi .kydx_help ol li:nth-of-type(1),
.kydx_xieyi .kydx_help ol li:nth-of-type(3) {
  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;
}
.kydx_xieyi .kydx_help ol li:nth-of-type(1) div.blue,
.kydx_xieyi .kydx_help ol li:nth-of-type(3) div.blue,
.kydx_xieyi .kydx_help ol li:nth-of-type(1) div.orange,
.kydx_xieyi .kydx_help ol li:nth-of-type(3) div.orange {
  margin: 0 63px 0 35px;
}
.kydx_xieyi .kydx_help ol li: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-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;
}
.kydx_xieyi .kydx_help ol li:nth-of-type(2) .leftBox,
.kydx_xieyi .kydx_help ol li:nth-of-type(2) .rightBox {
  width: 29.17%;
}
.kydx_xieyi .kydx_help ol li:nth-of-type(2) .leftBox div.blue,
.kydx_xieyi .kydx_help ol li:nth-of-type(2) .rightBox div.blue,
.kydx_xieyi .kydx_help ol li:nth-of-type(2) .leftBox div.orange,
.kydx_xieyi .kydx_help ol li:nth-of-type(2) .rightBox div.orange {
  width: 100%;
}
.kydx_xieyi .kydx_help ol li:nth-of-type(2) .leftBox > div:nth-of-type(1),
.kydx_xieyi .kydx_help ol li:nth-of-type(2) .rightBox > div:nth-of-type(1) {
  margin-bottom: 30px;
}
.kydx_xieyi .kydx_help ol li:nth-of-type(2) .middle {
  width: 500px;
  height: 437px;
}
@media (max-width: 1100px) {
  .kydx_xieyi .kydx_help ol li:nth-of-type(3) {
    margin-top: -10px;
  }
}
.kydx_xieyi .kydx_help ul {
  display: none;
  background: url('../images/bg_roulette.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  margin: 50px 0;
}
.kydx_xieyi .kydx_help ul li {
  height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(204, 204, 204, 0.5);
  border-radius: 10px;
  margin-bottom: 20px;
}
.kydx_xieyi .kydx_help ul li .title {
  width: 290px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  padding-left: 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kydx_xieyi .kydx_help ul li p {
  font-size: 22px;
  color: #999;
  padding: 10px 17px 0 15px;
}
.kydx_xieyi .kydx_help ul li.blue .title {
  background-color: #1d1bc7;
}
.kydx_xieyi .kydx_help ul li.orange .title {
  background-color: #e6b11f;
}
.kydx_xieyi .kydx_help ul li.middleBox {
  height: 294px;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .kydx_xieyi .kydx_help .titleBox h2 {
    font-size: 38px;
    line-height: 39px;
  }
  .kydx_xieyi .kydx_help .titleBox h2::before {
    height: 30px;
    margin-right: 10px;
  }
  .kydx_xieyi .kydx_help .titleBox h2::after {
    height: 30px;
    margin-left: 10px;
  }
  .kydx_xieyi .kydx_help ol {
    display: none;
  }
  .kydx_xieyi .kydx_help ul {
    display: block;
  }
}
@media (max-width: 850px) {
  .kydx_xieyi .kydx_help {
    padding: 40px 0;
  }
  .kydx_xieyi .kydx_help .titleBox img {
    width: 60px;
    margin-bottom: 5px;
  }
  .kydx_xieyi .kydx_help .titleBox h2 {
    font-size: 28px;
    line-height: 29px;
  }
  .kydx_xieyi .kydx_help .titleBox h2::before {
    width: 42px;
    height: 25px;
    vertical-align: bottom;
  }
  .kydx_xieyi .kydx_help .titleBox h2::after {
    width: 42px;
    height: 25px;
    vertical-align: bottom;
  }
  .kydx_xieyi .kydx_help ul {
    margin: 30px 0;
  }
  .kydx_xieyi .kydx_help ul li {
    height: 125px;
  }
  .kydx_xieyi .kydx_help ul li .title {
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .kydx_xieyi .kydx_help ul li p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .kydx_xieyi .kydx_help .titleBox img {
    width: 40px;
    margin-bottom: 5px;
  }
  .kydx_xieyi .kydx_help .titleBox h2 {
    font-size: 18px;
    line-height: 19px;
  }
  .kydx_xieyi .kydx_help ul {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
  }
  .kydx_xieyi .kydx_help ul li .title {
    font-size: 18px;
  }
  .kydx_xieyi .kydx_help ul li p {
    font-size: 14px;
  }
}
.kydx_xieyi .kydx_plan {
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #1d1bc7;
}
.kydx_xieyi .kydx_plan .titleBox h2 {
  color: #fff;
}
.kydx_xieyi .kydx_plan .titleBox h2::before {
  background: url('../images/title_left02.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.kydx_xieyi .kydx_plan .titleBox h2::after {
  background: url('../images/title_right02.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.kydx_xieyi .kydx_plan .titleBox p {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin-top: 19px;
}
.kydx_xieyi .kydx_plan article {
  max-width: 1200px;
  margin: 30px auto 40px;
}
.kydx_xieyi .kydx_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容器*/
}
.kydx_xieyi .kydx_plan article ul.top_ul > li {
  position: relative;
  width: 100px;
  height: 320px;
  margin-right: 8px;
  border: 2px solid #fff;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kydx_xieyi .kydx_plan article ul.top_ul > li h3 {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  line-height: 34px;
  font-size: 30px;
}
.kydx_xieyi .kydx_plan article ul.top_ul > li.odd {
  background-color: #e6b11f;
}
.kydx_xieyi .kydx_plan article ul.top_ul > li.odd h3 {
  color: #fff;
}
.kydx_xieyi .kydx_plan article ul.top_ul > li.even {
  background-color: #fff;
}
.kydx_xieyi .kydx_plan article ul.top_ul > li.even h3 {
  color: #1d1bc7;
}
.kydx_xieyi .kydx_plan article ul.top_ul > li:first-child {
  margin-right: 0;
  border: none;
}
.kydx_xieyi .kydx_plan article ul.top_ul > li:nth-of-type(7) {
  margin-right: 0 !important;
}
.kydx_xieyi .kydx_plan article ul.top_ul > div.on:last-child {
  margin-right: 0;
}
.kydx_xieyi .kydx_plan article ul.top_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 */
}
.kydx_xieyi .kydx_plan article ul.top_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;
}
.kydx_xieyi .kydx_plan article ul.top_ul .introduce ol li {
  width: 30%;
  margin: 0 6px;
}
.kydx_xieyi .kydx_plan article ul.top_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);
}
.kydx_xieyi .kydx_plan article ul.top_ul .introduce ol li div span {
  font-size: 30px;
}
.kydx_xieyi .kydx_plan article ul.top_ul .introduce ol li h3 {
  font-size: 24px;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-top: 12px;
}
.kydx_xieyi .kydx_plan article ul.top_ul .introduce p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding: 0 15px;
}
.kydx_xieyi .kydx_plan article ul.top_ul #summer ol,
.kydx_xieyi .kydx_plan article ul.top_ul #sprint ol,
.kydx_xieyi .kydx_plan article ul.top_ul #dry_run ol {
  margin: 22px 0;
}
.kydx_xieyi .kydx_plan article ul.top_ul #summer ol li,
.kydx_xieyi .kydx_plan article ul.top_ul #sprint ol li,
.kydx_xieyi .kydx_plan article ul.top_ul #dry_run ol li {
  width: 22%;
}
.kydx_xieyi .kydx_plan article ul.top_ul #retest {
  padding-top: 10px;
  padding-left: 20px;
}
.kydx_xieyi .kydx_plan article ul.top_ul #retest div {
  display: flex;
  margin-top: 15px;
}
.kydx_xieyi .kydx_plan article ul.top_ul #retest div h3 {
  min-width: 170px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
.kydx_xieyi .kydx_plan article ul.top_ul #retest div p {
  font-size: 16px;
  color: #333;
}
.kydx_xieyi .kydx_plan article ul.top_ul #retest div p span {
  font-size: 30px;
  font-weight: bold;
}
.kydx_xieyi .kydx_plan article ul.top_ul .on {
  display: block;
  margin-right: 8px;
}
.kydx_xieyi .kydx_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: 14px 0 10px;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li {
  width: 594px;
  background-color: #fff;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li .title {
  width: 247px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  background-color: #e5540d;
  border-radius: 0px 0px 45px 0px;
  padding-left: 26px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li .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容器*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 50px 0 65px;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li .content .leftBox li {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li .content .leftBox li span.time {
  font-size: 24px;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li .content .leftBox li span.subject {
  font-size: 20px;
  color: #e5540d;
  margin-left: 12px;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li .content .leftBox li:nth-of-type(2) {
  margin: 21px 0;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li .content .rightBox {
  margin-left: 27px;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li .content .rightBox li {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li:nth-of-type(2) {
  margin-left: 7px;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li:nth-of-type(2) .title {
  background-color: #d91c51;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li:nth-of-type(2) .content .leftBox {
  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;
}
.kydx_xieyi .kydx_plan article ul.bottom_ul > li:nth-of-type(2) .content .leftBox li span.subject {
  display: block;
  margin-left: 0;
  text-align: center;
  color: #d91c51;
}
.kydx_xieyi .kydx_plan article > p {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1200px) {
  .kydx_xieyi .kydx_plan article {
    max-width: 800px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul {
    flex-wrap: wrap;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > li {
    width: 100%;
    height: 70px;
    margin-right: 0;
    margin-bottom: 10px;
    border-width: 1px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > li h3 {
    position: static;
    width: 100%;
    line-height: 68px;
    transform: none;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > li:first-child {
    margin-bottom: 0;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > li:first-child h3 {
    line-height: 70px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > li:nth-of-type(7) {
    margin-bottom: 0;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > div.on:last-child {
    margin-bottom: 0;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul .introduce {
    width: 100%;
    box-shadow: none;
    padding-bottom: 30px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul .on {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .kydx_xieyi .kydx_plan article ul.bottom_ul {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .kydx_xieyi .kydx_plan article ul.bottom_ul > li {
    width: 100%;
  }
  .kydx_xieyi .kydx_plan article ul.bottom_ul > li:nth-of-type(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .kydx_xieyi .kydx_plan {
    padding: 30px 10px;
  }
  .kydx_xieyi .kydx_plan .titleBox p {
    font-size: 20px;
    margin-top: 10px;
  }
  .kydx_xieyi .kydx_plan article {
    margin: 20px auto;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > li {
    height: 50px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > li h3 {
    line-height: 48px;
    font-size: 25px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > li:first-child h3 {
    line-height: 50px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul .introduce ol li div span {
    font-size: 25px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul .introduce ol li h3 {
    font-size: 18px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul #retest div h3 {
    min-width: 130px;
    font-size: 18px;
    line-height: normal;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul #retest div p span {
    font-size: 25px;
  }
  .kydx_xieyi .kydx_plan article ul.bottom_ul > li .title {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .kydx_xieyi .kydx_plan article ul.bottom_ul > li .content {
    margin: 15px 0;
  }
}
@media (max-width: 500px) {
  .kydx_xieyi .kydx_plan .titleBox p {
    font-size: 16px;
    margin-top: 3px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul > li h3 {
    font-size: 20px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul .introduce ol {
    margin: 15px 0;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul .introduce ol li div {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .kydx_xieyi .kydx_plan article ul.top_ul .introduce ol li div span {
    font-size: 20px;
  }
  .kydx_xieyi .kydx_plan article ul.bottom_ul > li .content ol.leftBox li {
    font-size: 14px;
  }
  .kydx_xieyi .kydx_plan article ul.bottom_ul > li .content ol.leftBox li span.time {
    font-size: 18px;
  }
  .kydx_xieyi .kydx_plan article ul.bottom_ul > li .content ol.leftBox li span.subject {
    font-size: 16px;
    margin-left: 8px;
  }
  .kydx_xieyi .kydx_plan article ul.bottom_ul > li .content ol.rightBox {
    margin-left: 15px;
  }
}
.kydx_xieyi .kydx_course {
  padding-top: 50px;
}
@media (max-width: 1240px) {
  .kydx_xieyi .kydx_course o {
    display: block;
  }
}
.kydx_xieyi .kydx_course article {
  margin: 0 12px;
  padding-top: 47px;
  overflow: hidden;
  overflow-x: auto;
}
.kydx_xieyi .kydx_course article table {
  width: 1200px;
  border-collapse: collapse;
  margin: 0 auto;
}
.kydx_xieyi .kydx_course article table tr {
  height: 70px;
}
.kydx_xieyi .kydx_course article table tr th,
.kydx_xieyi .kydx_course article table tr td {
  border: solid 1px #1d1bc7;
}
.kydx_xieyi .kydx_course article table tr th {
  color: #1d1bc7;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
}
.kydx_xieyi .kydx_course article table tr th:nth-of-type(1) {
  padding-left: 20px;
}
.kydx_xieyi .kydx_course article table tr td {
  font-size: 14px;
  color: #666;
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kydx_xieyi .kydx_course article table tr td.class {
  width: 172px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-left: 20px;
}
.kydx_xieyi .kydx_course article table tr td.major {
  width: 220px;
  font-size: 18px;
  color: #333;
}
.kydx_xieyi .kydx_course article table tr td.arrange {
  width: 430px;
  padding-right: 10px;
}
.kydx_xieyi .kydx_course article table tr td.tuition {
  width: 378px;
}
.kydx_xieyi .kydx_course article table tr td.tuition span {
  color: #1d1bc7;
}
.kydx_xieyi .kydx_course article table tr:nth-of-type(1) {
  height: 50px;
}
.kydx_xieyi .kydx_course article table tr:nth-of-type(4) {
  height: 130px;
}
.kydx_xieyi .kydx_course > p {
  max-width: 1200px;
  font-size: 14px;
  color: #999;
  margin: 10px auto 25px;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .kydx_xieyi .kydx_course {
    padding-top: 30px;
  }
  .kydx_xieyi .kydx_course o {
    font-size: 14px;
  }
  .kydx_xieyi .kydx_course article {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .kydx_xieyi .kydx_course article table {
    width: 810px;
  }
  .kydx_xieyi .kydx_course article table tr th {
    font-size: 20px;
  }
  .kydx_xieyi .kydx_course article table tr td.class {
    width: 110px;
    font-size: 16px;
    padding-left: 10px;
  }
  .kydx_xieyi .kydx_course article table tr td.major {
    width: 150px;
    font-size: 16px;
  }
  .kydx_xieyi .kydx_course article table tr td.arrange {
    width: 300px;
  }
  .kydx_xieyi .kydx_course article table tr td.tuition {
    width: 250px;
  }
  .kydx_xieyi .kydx_course > p {
    display: none;
  }
}
.kydx_xieyi .kydx_teacherSwiper {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  padding: 50px 0 53px;
}
.kydx_xieyi .kydx_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: 50px 0 30px 5%;
}
@media (min-width: 1101px) {
  .kydx_xieyi .kydx_teacherSwiper ol {
    padding-left: 11%;
  }
}
.kydx_xieyi .kydx_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 */
}
.kydx_xieyi .kydx_teacherSwiper ol li:hover,
.kydx_xieyi .kydx_teacherSwiper ol li.on {
  font-weight: bold;
  color: #fff;
  background-color: #1d1bc7;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 {
  display: none;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide,
.kydx_xieyi .kydx_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;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide img,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide img {
  width: 70%;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide .name,
.kydx_xieyi .kydx_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;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide h3,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin: 8px 0;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide p,
.kydx_xieyi .kydx_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) {
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide p,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide p {
    margin: 0 20px;
  }
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide::after,
.kydx_xieyi .kydx_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.3);
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.swiper-slide-active,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  position: relative;
  z-index: 3;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.swiper-slide-active::after,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  display: none;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04 {
  position: relative;
  box-shadow: none;
  z-index: 1;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy02,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy02,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy03,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy03 {
  position: relative;
  box-shadow: none;
  z-index: 2;
}
@media (min-width: 1101px) {
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04 {
    box-shadow: 5px 4px 14px 1px rgba(173, 173, 173, 0.27);
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy01,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy01 {
    right: -11%;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy04,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy04 {
    left: -11%;
  }
}
@media (min-width: 769px) {
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy02,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy02,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy03,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy03 {
    box-shadow: 5px 4px 14px 1px rgba(173, 173, 173, 0.27);
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy02,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy02 {
    right: -5%;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide.hierarchy03,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide.hierarchy03 {
    left: -5%;
  }
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-button-next,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-button-next,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-button-prev,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-button-prev {
  width: 35px;
  height: 35px;
  background: none;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-button-next,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-button-next {
  right: 0;
}
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-button-prev,
.kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-button-prev {
  left: 0;
}
@media (min-width: 1101px) {
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-button-next,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-button-next {
    right: 6.5%;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-button-prev,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-button-prev {
    left: 6.5%;
  }
}
.kydx_xieyi .kydx_teacherSwiper .show {
  display: block;
}
.kydx_xieyi .kydx_teacherSwiper > a.btn {
  display: none;
}
@media (max-width: 768px) {
  .kydx_xieyi .kydx_teacherSwiper {
    padding: 30px 0;
  }
  .kydx_xieyi .kydx_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;
  }
  .kydx_xieyi .kydx_teacherSwiper ol li {
    width: 130px;
    height: 38px;
    line-height: 36px;
    font-size: 20px;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 {
    max-width: 500px;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide img,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide img {
    width: 150px;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide .name,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide .name {
    font-size: 20px;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide h3,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide p,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide p {
    font-size: 14px;
    line-height: 18px;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-wrapper .swiper-slide::after,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-wrapper .swiper-slide::after {
    display: none;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-button-next,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-button-next {
    right: 20px;
  }
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track1 .swiper-button-prev,
  .kydx_xieyi .kydx_teacherSwiper .swiper-container-track2 .swiper-button-prev {
    left: 20px;
  }
  .kydx_xieyi .kydx_teacherSwiper .btnBox {
    display: none;
  }
  .kydx_xieyi .kydx_teacherSwiper > a.btn {
    display: block;
  }
}
.kydx_xieyi .kydx_service {
  padding: 40px 0 52px;
  background-color: #1d1bc7;
}
.kydx_xieyi .kydx_service .titleBox h2 {
  color: #fff;
}
.kydx_xieyi .kydx_service .titleBox h2::before {
  background: url('../images/title_left02.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.kydx_xieyi .kydx_service .titleBox h2::after {
  background: url('../images/title_right02.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.kydx_xieyi .kydx_service .titleBox p {
  font-size: 24px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin-top: 19px;
}
.kydx_xieyi .kydx_service .follow {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  margin: 46px auto 50px;
}
.kydx_xieyi .kydx_service .follow h3 {
  font-size: 32px;
  line-height: 33px;
  color: #fff;
  text-align: center;
}
.kydx_xieyi .kydx_service .follow h3::before,
.kydx_xieyi .kydx_service .follow h3::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 27px;
  background-color: #ffffff;
  vertical-align: -3px;
}
.kydx_xieyi .kydx_service .follow h3::before {
  margin-right: 10px;
}
.kydx_xieyi .kydx_service .follow h3::after {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .kydx_xieyi .kydx_service .follow h3 {
    font-size: 20px;
    line-height: 1;
  }
  .kydx_xieyi .kydx_service .follow h3::before,
  .kydx_xieyi .kydx_service .follow h3::after {
    height: 18px;
  }
}
.kydx_xieyi .kydx_service .follow .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: 32px;
}
.kydx_xieyi .kydx_service .follow .content ul li {
  position: relative;
  max-width: 388px;
  height: 48px;
  line-height: 48px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 0;
}
.kydx_xieyi .kydx_service .follow .content ul li .red,
.kydx_xieyi .kydx_service .follow .content ul li .orange {
  display: inline-block;
  width: 110px;
  height: 48px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #f1022b;
  border-radius: 10px 0px 0px 0px;
}
.kydx_xieyi .kydx_service .follow .content ul li .orange {
  background-color: #e5540d;
}
.kydx_xieyi .kydx_service .follow .content ul li p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  padding-left: 12px;
}
.kydx_xieyi .kydx_service .follow .content ul li .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
}
.kydx_xieyi .kydx_service .follow .content .leftBox {
  width: 45.27%;
}
.kydx_xieyi .kydx_service .follow .content .leftBox li {
  margin-left: 22.09%;
}
.kydx_xieyi .kydx_service .follow .content .leftBox li .triangle {
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.kydx_xieyi .kydx_service .follow .content .leftBox li:nth-of-type(2) {
  margin: 29px 22.09% 29px 0;
}
.kydx_xieyi .kydx_service .follow .content .rightBox {
  width: 45.18%;
}
.kydx_xieyi .kydx_service .follow .content .rightBox li {
  margin-right: 21.73%;
}
.kydx_xieyi .kydx_service .follow .content .rightBox li .triangle {
  top: 50%;
  left: -10px;
  transform: translateY(-50%) rotate(180deg);
  border-left-color: #e5540d;
}
.kydx_xieyi .kydx_service .follow .content .rightBox li:nth-of-type(2) {
  margin: 29px 0 29px 21.73%;
}
.kydx_xieyi .kydx_service .follow .content .rightBox li:nth-of-type(2) .triangle {
  border-left-color: #f1022b;
}
.kydx_xieyi .kydx_service .follow .content .middleBox {
  position: relative;
  width: 105px;
}
.kydx_xieyi .kydx_service .follow .content .middleBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kydx_xieyi .kydx_service .system {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  padding: 24px 7.8% 56px 5.48%;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kydx_xieyi .kydx_service .system h3 {
  font-size: 32px;
  line-height: 33px;
  color: #1d1bc7;
  text-align: center;
}
.kydx_xieyi .kydx_service .system h3::before,
.kydx_xieyi .kydx_service .system h3::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 27px;
  background-color: #1d1bc7;
  vertical-align: -3px;
}
.kydx_xieyi .kydx_service .system h3::before {
  margin-right: 10px;
}
.kydx_xieyi .kydx_service .system h3::after {
  margin-left: 10px;
}
.kydx_xieyi .kydx_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;
}
.kydx_xieyi .kydx_service .system .content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.kydx_xieyi .kydx_service .system .content h4 .orange {
  color: #e6b11f;
}
.kydx_xieyi .kydx_service .system .content h4 .blue {
  color: #1d1bc7;
}
.kydx_xieyi .kydx_service .system .content p {
  min-height: 30px;
  font-size: 14px;
  line-height: 15px;
  color: #666;
  margin-top: 2px;
}
.kydx_xieyi .kydx_service .system .content .leftBox li,
.kydx_xieyi .kydx_service .system .content .rightBox li {
  max-width: 354px;
  margin-bottom: 15px;
}
.kydx_xieyi .kydx_service .system .content .leftBox li:last-child,
.kydx_xieyi .kydx_service .system .content .rightBox li:last-child {
  margin-bottom: 0;
}
.kydx_xieyi .kydx_service .system .content .leftBox li:nth-child(odd) {
  margin-left: 50px;
}
.kydx_xieyi .kydx_service .system .content .rightBox li:nth-child(even) {
  margin-left: 60px;
}
.kydx_xieyi .kydx_service .system .content .middleBox {
  width: 256px;
  padding-top: 14px;
  text-align: center;
}
.kydx_xieyi .kydx_service .system .content .middleBox h4 {
  margin-top: 25px;
}
.kydx_xieyi .kydx_service .phone_system {
  display: none;
}
.kydx_xieyi .kydx_service .btnBox {
  margin-top: 23px;
}
.kydx_xieyi .kydx_service > a.btn {
  display: none;
}
@media (max-width: 1100px) {
  .kydx_xieyi .kydx_service .follow .content ul li .red,
  .kydx_xieyi .kydx_service .follow .content ul li .orange,
  .kydx_xieyi .kydx_service .follow .content ul li p {
    font-size: 16px;
  }
  .kydx_xieyi .kydx_service .system {
    padding: 24px 5% 56px;
  }
}
@media (max-width: 1024px) {
  .kydx_xieyi .kydx_service .follow {
    max-width: 555px;
    margin: 20px auto 30px;
  }
  .kydx_xieyi .kydx_service .follow .content {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .kydx_xieyi .kydx_service .follow .content ul li {
    height: 40px;
    line-height: 40px;
  }
  .kydx_xieyi .kydx_service .follow .content ul li .red,
  .kydx_xieyi .kydx_service .follow .content ul li .orange {
    height: 40px;
  }
  .kydx_xieyi .kydx_service .follow .content .leftBox {
    width: 80%;
  }
  .kydx_xieyi .kydx_service .follow .content .leftBox li {
    margin: 0;
  }
  .kydx_xieyi .kydx_service .follow .content .leftBox li:nth-of-type(2) {
    margin: 20px 0;
  }
  .kydx_xieyi .kydx_service .follow .content .rightBox {
    width: 100%;
    padding-top: 20px;
    padding-left: 30%;
  }
  .kydx_xieyi .kydx_service .follow .content .rightBox li {
    margin: 0;
  }
  .kydx_xieyi .kydx_service .follow .content .rightBox li .triangle {
    top: -15px;
    left: auto;
    right: 50px;
    transform: rotate(-90deg);
    border-left-color: #fff;
  }
  .kydx_xieyi .kydx_service .follow .content .rightBox li:nth-of-type(2) {
    margin: 20px 0;
  }
  .kydx_xieyi .kydx_service .follow .content .rightBox li:nth-of-type(2) .triangle {
    border-left-color: #fff;
  }
  .kydx_xieyi .kydx_service .system {
    display: none;
  }
  .kydx_xieyi .kydx_service .phone_system {
    position: relative;
    display: block;
    max-width: 690px;
    width: 96%;
    margin: 0 auto;
    padding: 0;
    padding: 30px 20px 0;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
  }
  .kydx_xieyi .kydx_service .phone_system h3 {
    font-size: 32px;
    line-height: 33px;
    color: #1d1bc7;
    text-align: center;
  }
  .kydx_xieyi .kydx_service .phone_system h3::before,
  .kydx_xieyi .kydx_service .phone_system h3::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 27px;
    background-color: #1d1bc7;
    vertical-align: -3px;
  }
  .kydx_xieyi .kydx_service .phone_system h3::before {
    margin-right: 10px;
  }
  .kydx_xieyi .kydx_service .phone_system h3::after {
    margin-left: 10px;
  }
  .kydx_xieyi .kydx_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;
    margin-top: 45px;
  }
  .kydx_xieyi .kydx_service .phone_system ul li {
    position: relative;
    width: 49%;
    border-radius: 10px;
    border: solid 1px #1d1bc7;
    background-color: #fff;
    padding: 20px 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 */
  }
  .kydx_xieyi .kydx_service .phone_system ul li h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .kydx_xieyi .kydx_service .phone_system ul li h4 span {
    color: #e5540d;
  }
  .kydx_xieyi .kydx_service .phone_system ul li p {
    font-size: 14px;
    line-height: 15px;
    color: #666;
    margin-top: 5px;
  }
  .kydx_xieyi .kydx_service .phone_system ul li:nth-child(odd) {
    margin-right: 10px;
  }
  .kydx_xieyi .kydx_service .phone_system ul li:nth-child(odd) h4 span {
    color: #1d1bc7;
  }
  .kydx_xieyi .kydx_service .phone_system ul li:nth-last-child(1),
  .kydx_xieyi .kydx_service .phone_system ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .kydx_xieyi .kydx_service .phone_system .imgBox {
    position: relative;
    display: block;
    width: 195px;
    margin: 0 auto;
    z-index: 2;
  }
  .kydx_xieyi .kydx_service .phone_system .perfectBox {
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
    z-index: 2;
  }
  .kydx_xieyi .kydx_service .phone_system .perfectBox .perfect {
    border-radius: 10px;
    border: solid 1px #1d1bc7;
    padding: 20px 5px 10px 20px;
    margin-top: 10px;
  }
  .kydx_xieyi .kydx_service .phone_system .perfectBox .perfect h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .kydx_xieyi .kydx_service .phone_system .perfectBox .perfect h4 span {
    color: #1d1bc7;
  }
  .kydx_xieyi .kydx_service .phone_system .perfectBox .perfect p {
    font-size: 14px;
    line-height: 15px;
    color: #666;
    margin-top: 5px;
  }
  .kydx_xieyi .kydx_service .phone_system::before {
    position: absolute;
    display: block;
    content: '';
    top: 167px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 450px;
    background-color: #ffffff;
    border: solid 1px #1d1bc7;
    border-radius: 50%;
    z-index: 1;
  }
  .kydx_xieyi .kydx_service .phone_system::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;
  }
}
@media (max-width: 768px) {
  .kydx_xieyi .kydx_service {
    padding: 20px 0 30px;
  }
  .kydx_xieyi .kydx_service .btnBox {
    display: none;
  }
  .kydx_xieyi .kydx_service > a.btn {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .kydx_xieyi .kydx_service .phone_system {
    padding: 15px 15px 0;
  }
  .kydx_xieyi .kydx_service .phone_system h3 {
    font-size: 20px;
    line-height: 1;
  }
  .kydx_xieyi .kydx_service .phone_system h3::before,
  .kydx_xieyi .kydx_service .phone_system h3::after {
    height: 18px;
  }
  .kydx_xieyi .kydx_service .phone_system ul {
    margin-top: 20px;
  }
  .kydx_xieyi .kydx_service .phone_system ul li {
    padding: 10px 5px 10px 10px;
  }
  .kydx_xieyi .kydx_service .phone_system ul li p {
    min-height: 30px;
  }
  .kydx_xieyi .kydx_service .phone_system .imgBox {
    width: 150px;
  }
  .kydx_xieyi .kydx_service .phone_system .perfectBox {
    padding-bottom: 15px;
  }
  .kydx_xieyi .kydx_service .phone_system .perfectBox .perfect {
    padding: 10px 5px 10px 10px;
  }
  .kydx_xieyi .kydx_service .phone_system::before {
    top: 95px;
    width: 240px;
    height: 425px;
  }
  .kydx_xieyi .kydx_service .phone_system::after {
    width: 240px;
    height: 400px;
  }
}
@media (max-width: 570px) {
  .kydx_xieyi .kydx_service .follow .content ul li {
    max-width: 100%;
  }
  .kydx_xieyi .kydx_service .follow .content .leftBox {
    width: 100%;
    padding-bottom: 20px;
  }
  .kydx_xieyi .kydx_service .follow .content .leftBox li .triangle {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%) rotate(90deg);
  }
  .kydx_xieyi .kydx_service .follow .content .middleBox {
    width: 100%;
    height: 80px;
  }
  .kydx_xieyi .kydx_service .follow .content .rightBox {
    padding-left: 0;
  }
  .kydx_xieyi .kydx_service .follow .content .rightBox li .triangle {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(-90deg);
  }
  .kydx_xieyi .kydx_service .phone_system ul li {
    width: 48%;
  }
  .kydx_xieyi .kydx_service .phone_system ul li h4 {
    font-size: 16px;
  }
  .kydx_xieyi .kydx_service .phone_system ul li p {
    min-height: 45px;
  }
  .kydx_xieyi .kydx_service .phone_system .perfectBox .perfect h4 {
    font-size: 16px;
  }
  .kydx_xieyi .kydx_service .phone_system::before {
    top: 105px;
    height: 450px;
  }
  .kydx_xieyi .kydx_service .phone_system::after {
    height: 450px;
    bottom: -273px;
  }
}
@media (max-width: 500px) {
  .kydx_xieyi .kydx_service .phone_system ul li h4 {
    min-height: 42px;
  }
  .kydx_xieyi .kydx_service .phone_system .perfectBox .perfect p {
    min-height: 30px;
  }
  .kydx_xieyi .kydx_service .phone_system::before {
    height: 535px;
  }
  .kydx_xieyi .kydx_service .phone_system::after {
    bottom: -259px;
  }
}
.kydx_xieyi .kydx_data {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  padding-top: 53px;
}
.kydx_xieyi .kydx_data 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: 60px 0 0 10px;
}
.kydx_xieyi .kydx_data ol li {
  width: 200px;
  height: 60px;
  line-height: 58px;
  font-size: 24px;
  color: #666;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #666;
  margin-right: 10px;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kydx_xieyi .kydx_data ol li:hover,
.kydx_xieyi .kydx_data ol li.on {
  font-weight: bold;
  color: #fff;
  border-color: #1d1bc7;
  background-color: #1d1bc7;
}
.kydx_xieyi .kydx_data .content {
  display: none;
  position: relative;
  box-shadow: 0px 4px 15px 1px rgba(59, 59, 59, 0.3);
  border: solid 1px #1d1bc7;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 30px 40px;
  margin: 15px 0 50px;
}
.kydx_xieyi .kydx_data .content img:nth-of-type(1) {
  width: 58.3%;
}
.kydx_xieyi .kydx_data .content img:nth-of-type(2) {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 51.5%;
}
.kydx_xieyi .kydx_data .content .box {
  position: absolute;
  top: -9px;
  left: 87px;
  width: 15px;
  height: 15px;
  border-top: solid 1px #1d1bc7;
  border-left: solid 1px #1d1bc7;
  background-color: #fff;
  transform: rotate(45deg);
}
.kydx_xieyi .kydx_data .show {
  display: block;
}
@media (max-width: 768px) {
  .kydx_xieyi .kydx_data {
    width: 92%;
    padding-top: 30px;
  }
  .kydx_xieyi .kydx_data ol {
    padding-top: 20px;
  }
  .kydx_xieyi .kydx_data ol li {
    width: 130px;
    height: 38px;
    line-height: 36px;
    font-size: 20px;
  }
  .kydx_xieyi .kydx_data .content {
    padding: 17px 20px;
    margin: 15px 0 25px;
  }
  .kydx_xieyi .kydx_data .content img:nth-of-type(1),
  .kydx_xieyi .kydx_data .content img:nth-of-type(2) {
    width: 100%;
  }
  .kydx_xieyi .kydx_data .content img:nth-of-type(2) {
    position: static;
  }
  .kydx_xieyi .kydx_data .content .box {
    left: 55px;
  }
}
.kydx_xieyi .kydx_exam {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  padding-top: 53px;
}
@media (max-width: 1035px) {
  .kydx_xieyi .kydx_exam .titleBox h2 {
    font-size: 38px;
    line-height: 39px;
  }
  .kydx_xieyi .kydx_exam .titleBox h2::before {
    height: 30px;
    margin-right: 10px;
  }
  .kydx_xieyi .kydx_exam .titleBox h2::after {
    height: 30px;
    margin-left: 10px;
  }
}
.kydx_xieyi .kydx_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: 50px;
}
.kydx_xieyi .kydx_exam .content ol {
  width: 22.17%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.kydx_xieyi .kydx_exam .content ol li {
  position: relative;
  width: 100%;
  height: 23%;
  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 */
}
.kydx_xieyi .kydx_exam .content ol li span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.kydx_xieyi .kydx_exam .content ol li.on {
  font-weight: bold;
  color: #fff;
  border-color: #1d1bc7;
  background-color: #1d1bc7;
}
.kydx_xieyi .kydx_exam .content ol li:first-child {
  border-radius: 10px 0px 0px 0px;
}
.kydx_xieyi .kydx_exam .content ol li:last-child {
  margin-bottom: 0;
  border-radius: 0px 0px 0px 10px;
}
.kydx_xieyi .kydx_exam .content ul {
  padding: 13px 11px 9px;
}
.kydx_xieyi .kydx_exam .content ul li {
  display: none;
}
.kydx_xieyi .kydx_exam .content .show {
  display: block;
}
@media (max-width: 850px) {
  .kydx_xieyi .kydx_exam {
    padding-top: 30px;
  }
  .kydx_xieyi .kydx_exam .titleBox img {
    width: 60px;
    margin-bottom: 5px;
  }
  .kydx_xieyi .kydx_exam .titleBox h2 {
    font-size: 28px;
    line-height: 29px;
  }
  .kydx_xieyi .kydx_exam .titleBox h2::before,
  .kydx_xieyi .kydx_exam .titleBox h2::after {
    display: none;
  }
  .kydx_xieyi .kydx_exam .content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .kydx_xieyi .kydx_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;
  }
  .kydx_xieyi .kydx_exam .content ol li {
    width: 26%;
    height: 50px;
    font-size: 18px;
  }
  .kydx_xieyi .kydx_exam .content ol li:nth-of-type(2) {
    border-left: none;
    border-right: none;
  }
  .kydx_xieyi .kydx_exam .content ol li:last-child {
    border-left: none;
    border-radius: 0px 10px 0px 0px;
  }
}
@media (max-width: 550px) {
  .kydx_xieyi .kydx_exam .titleBox img {
    width: 40px;
    margin-bottom: 5px;
  }
  .kydx_xieyi .kydx_exam .titleBox h2 {
    font-size: 18px;
    line-height: 19px;
  }
  .kydx_xieyi .kydx_exam .content {
    margin-top: 20px;
  }
  .kydx_xieyi .kydx_exam .content ol li {
    height: 30px;
    font-size: 16px;
  }
  .kydx_xieyi .kydx_exam .content ul {
    padding: 5px;
  }
}
.kydx_xieyi .kydx_process {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
  padding: 52px 0 218px;
}
.kydx_xieyi .kydx_process 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: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 50px 0 40px;
}
.kydx_xieyi .kydx_process ul li {
  position: relative;
  width: 136px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 15px 1px rgba(59, 59, 59, 0.15);
  border-radius: 10px;
  padding: 15px 0;
  margin-right: 41px;
}
.kydx_xieyi .kydx_process ul li img:nth-of-type(2) {
  display: none;
}
.kydx_xieyi .kydx_process ul li p {
  min-height: 40px;
  font-size: 18px;
  line-height: 20px;
  color: #1d1bc7;
  margin-top: 15px;
}
.kydx_xieyi .kydx_process ul li p:nth-of-type(2) {
  display: none;
}
.kydx_xieyi .kydx_process ul li::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
  width: 15px;
  height: 26px;
  background: url('../images/right_arrow.png') no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.kydx_xieyi .kydx_process ul li:last-child {
  margin-right: 0;
}
.kydx_xieyi .kydx_process ul li:last-child::after {
  display: none;
}
.kydx_xieyi .kydx_process .formBox {
  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;
}
.kydx_xieyi .kydx_process .formBox input[type="text"] {
  width: 235px;
  height: 60px;
  line-height: 58px;
  font-size: 24px;
  color: #666;
  text-align: center;
  border-radius: 30px;
  border: solid 1px #666666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.kydx_xieyi .kydx_process .formBox button {
  width: 235px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(77deg, #ffffff 0%, #808080 0%, #000000 0%, #790116 0%, #f1022b 0%, #f1b91a 100%);
  border-radius: 30px;
}
.kydx_xieyi .kydx_process .formBox button:hover {
  transform: scale(1.1);
}
@media (max-width: 1264px) {
  .kydx_xieyi .kydx_process ul {
    max-width: 670px;
    margin: 50px auto 40px;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4) {
    margin-right: 0;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4)::after {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4)::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -31px;
    transform: translateX(-50%) rotate(90deg);
    width: 15px;
    height: 26px;
    background: url('../images/right_arrow.png') no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1),
  .kydx_xieyi .kydx_process ul li:nth-last-child(2),
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) {
    margin-top: 35px;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1)::after,
  .kydx_xieyi .kydx_process ul li:nth-last-child(2)::after,
  .kydx_xieyi .kydx_process ul li:nth-last-child(3)::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1) img,
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) img {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1) img:nth-of-type(2),
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) img:nth-of-type(2) {
    display: inline;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1) p,
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) p {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1) p:nth-of-type(2),
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) p:nth-of-type(2) {
    display: block;
  }
  .kydx_xieyi .kydx_process .formBox {
    max-width: 670px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .kydx_xieyi .kydx_process .formBox input[type="text"],
  .kydx_xieyi .kydx_process .formBox button {
    width: 100%;
  }
  .kydx_xieyi .kydx_process .formBox input[type="text"] {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .kydx_xieyi .kydx_process {
    padding: 30px 0 100px;
  }
  .kydx_xieyi .kydx_process ul {
    max-width: 475px;
    margin: 25px auto 20px;
  }
  .kydx_xieyi .kydx_process ul li {
    width: 100px;
    padding: 10px 0;
    margin-right: 25px;
  }
  .kydx_xieyi .kydx_process ul li img {
    width: 40px;
  }
  .kydx_xieyi .kydx_process ul li p {
    min-height: auto;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .kydx_xieyi .kydx_process ul li::after {
    width: 10px;
    right: -18px;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4)::before {
    width: 10px;
    bottom: -27px;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1),
  .kydx_xieyi .kydx_process ul li:nth-last-child(2),
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) {
    margin-top: 25px;
  }
  .kydx_xieyi .kydx_process .formBox {
    max-width: 475px;
  }
  .kydx_xieyi .kydx_process .formBox input[type="text"],
  .kydx_xieyi .kydx_process .formBox button {
    height: 40px;
    font-size: 18px;
  }
  .kydx_xieyi .kydx_process .formBox input[type="text"] {
    line-height: 38px;
  }
}
@media (max-width: 520px) {
  .kydx_xieyi .kydx_process {
    padding-bottom: 60px;
  }
  .kydx_xieyi .kydx_process ul {
    max-width: 350px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(3) {
    margin-right: 0;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(3)::after {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(3)::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%) rotate(90deg);
    width: 10px;
    height: 26px;
    background: url('../images/right_arrow.png') no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4) {
    margin-top: 25px;
    margin-right: 25px;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4) img {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4) img:nth-of-type(2) {
    display: inline;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4) p {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4) p:nth-of-type(2) {
    display: block;
  }
  .kydx_xieyi .kydx_process ul li:nth-of-type(4)::after {
    display: block;
    transform: translateY(-50%) rotate(180deg);
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(2) {
    margin-right: 0;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(2) img {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(2) img:nth-of-type(2) {
    display: inline;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(2) p {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(2) p:nth-of-type(2) {
    display: block;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(2)::after {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1) img:nth-of-type(1),
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) img:nth-of-type(1) {
    display: inline;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1) img:nth-of-type(2),
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) img:nth-of-type(2) {
    display: none;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1) p:nth-of-type(1),
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) p:nth-of-type(1) {
    display: block;
  }
  .kydx_xieyi .kydx_process ul li:nth-last-child(1) p:nth-of-type(2),
  .kydx_xieyi .kydx_process ul li:nth-last-child(3) p:nth-of-type(2) {
    display: none;
  }
  .kydx_xieyi .kydx_process .formBox {
    max-width: 350px;
  }
  .kydx_xieyi .kydx_process .formBox input[type="text"] {
    margin-bottom: 10px;
  }
}
