/*单行载断溢出省略号*/
/* 内阴影 */
/* 内外阴影 */
/* translate 方式垂直居中 父元素必须有定位*/
.transitionCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
img {
  vertical-align: middle;
  max-width: 100%;
}
/* input提示字体颜色修改 */
/* 版心部分 */
/* 滑动 */
.huadong {
  color: #999;
  font-size: 12px;
  text-align: center;
  display: none;
}
.component button {
  border: none;
}
.component input:focus,
.component button:focus {
  outline: none;
}
.component h2 {
  text-align: center;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  color: #353535;
  margin-bottom: 1em;
}
.component h2 span {
  display: inline-block;
}
.component h2:before,
.component h2:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -ms-background-size: auto 100%;
}
.component h2:before {
  background-image: url("../images/com_title_left.png");
  margin-right: 0.5em;
}
.component h2:after {
  background-image: url("../images/com_title_right.png");
  margin-left: 0.5em;
}
.component h2.white {
  color: #fff;
}
.component h2.white:before,
.component h2.white:after {
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
}
@media (max-width: 1000px) {
  .component h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .component h2 {
    font-size: 22px;
  }
  .component h2::before,
  .component h2::after {
    display: none;
  }
}
.component .btnBox {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .component .btnBox {
    margin-top: 20px;
  }
}
.component .btn0,
.component .btn1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  height: 3em;
  line-height: 3;
  width: 13.33333333em;
  max-width: 44%;
  margin: 0.5em;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
}
@media (min-width: 1200px) {
  .component .btn0,
  .component .btn1 {
    transition: all 0.3s;
  }
  .component .btn0:hover,
  .component .btn1:hover {
    transform: scale(1.03);
  }
}
@media (max-width: 1000px) {
  .component .btn0,
  .component .btn1 {
    font-size: 14px;
  }
}
.component .btn0 {
  color: #fff;
  background: -webkit-linear-gradient(left, #f15646, #dc431b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f15646, #dc431b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f15646, #dc431b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f15646, #dc431b);
  /* 标准的语法 */
}
.component .btn1 {
  color: #e34929;
  background-color: #fff;
  border: solid 1px #e54b2e;
}
.ky431cc {
  color: #5a5a5a;
  background-color: #fff;
  /*  复旦大学金融专业热点关注 start */
  /*  复旦大学金融专业热点关注 end */
  /* 金程复旦金融硕士辉煌战绩 start  */
  /* 金程复旦金融硕士辉煌战绩 end */
  /* 金程复旦金融硕士押题汇报 start */
  /* 金程复旦金融硕士押题汇报 end */
  /* 金程复旦金融硕士真题启示与应对策略 start */
  /* 金程复旦金融硕士真题启示与应对策略 end */
  /* 金程复旦金融硕士密训营、协议班辅导体系 start */
  /* 金程复旦金融硕士密训营、协议班辅导体系 end */
}
.ky431cc * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ky431cc img {
  max-width: 100%;
  vertical-align: middle;
}
.ky431cc > h1 {
  position: absolute;
  top: -100px;
  opacity: 0;
}
.ky431cc .ztwrap {
  width: 96%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.ky431cc .jsTabItem {
  display: none;
}
.ky431cc .jsTabItem.on {
  display: block;
}
.ky431cc .mmBox {
  overflow-x: auto;
  overflow-y: hidden;
}
.ky431cc .bannerKy {
  text-align: center;
  background: url("../images/banner_bg.png") center top no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 4% 15px 25.4%;
}
@media (min-width: 1200px) {
  .ky431cc .bannerKy {
    padding-top: 48px;
    padding-bottom: 305px;
  }
}
.ky431cc .rdVidConKy {
  max-width: 1140px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-size: 16px;
}
.ky431cc .rdVidConKy div.vvid {
  height: 0;
  padding-top: 66.6%;
  position: relative;
}
.ky431cc .rdVidConKy div.vvid #sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/vid_img.jpg) none;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.ky431cc .rdVidConKy div.aCon {
  position: relative;
}
.ky431cc .rdVidConKy div.aCon h3 {
  text-align: center;
  font-size: 1.5em;
  line-height: 2.5em;
  background-color: #5e69ad;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.3);
  border-radius: 0.33333333em 0.33333333em 0 0;
  -moz-border-radius: 0.33333333em 0.33333333em 0 0;
  -webkit-border-radius: 0.33333333em 0.33333333em 0 0;
  -ms-border-radius: 0.33333333em 0.33333333em 0 0;
  -o-border-radius: 0.33333333em 0.33333333em 0 0;
  color: #ffffff;
}
.ky431cc .rdVidConKy div.aCon .a_wrap {
  background-color: #f7f7fb;
  border-radius: 0px 0px 8px 8px;
}
.ky431cc .rdVidConKy div.aCon .a_wrap ul {
  padding: 5px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky431cc .rdVidConKy div.aCon .a_wrap ul li {
  border-bottom: 1px dashed #e5e5e5;
}
.ky431cc .rdVidConKy div.aCon .a_wrap ul li a {
  display: block;
  color: #333333;
  line-height: 2.8125em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 1.25em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  position: relative;
}
.ky431cc .rdVidConKy div.aCon .a_wrap ul li a em {
  margin-left: 10px;
}
.ky431cc .rdVidConKy div.aCon .a_wrap ul li a em img {
  vertical-align: super;
}
.ky431cc .rdVidConKy div.aCon .a_wrap ul li a:hover {
  color: #5e69ad;
}
.ky431cc .rdVidConKy div.aCon .a_wrap ul li a::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #5e69ad;
  opacity: 0.4;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
@media (min-width: 769px) {
  .ky431cc .rdVidConKy {
    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;
  }
  .ky431cc .rdVidConKy div.vvid {
    width: 711px;
    max-width: 65.5%;
    height: 0;
    padding-top: 36.8%;
  }
  .ky431cc .rdVidConKy div.aCon {
    max-width: 350px;
    width: 32.2%;
    position: relative;
    height: 3.75em;
    padding-bottom: 36.8%;
  }
  .ky431cc .rdVidConKy div.aCon h3 {
    text-align: center;
    max-width: 14.58333333em;
  }
  .ky431cc .rdVidConKy div.aCon .a_wrap {
    top: 3.75em;
    position: absolute;
    overflow-y: auto;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .ky431cc .rdVidConKy div.aCon .a_wrap::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
  }
  .ky431cc .rdVidConKy div.aCon .a_wrap::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2);
  }
  .ky431cc .rdVidConKy div.aCon .a_wrap::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #999;
    border-radius: 0;
    background: #999;
  }
}
@media (max-width: 768px) {
  .ky431cc .rdVidConKy {
    padding: 2%;
    font-size: 14px;
    margin-bottom: 8%;
  }
  .ky431cc .rdVidConKy .aCon {
    margin-top: 4%;
  }
}
.ky431cc .gradesThreeKy {
  margin-bottom: 60px;
}
.ky431cc .gradesThreeKy .ul_wrap {
  font-size: 14px;
  max-width: 64.64285714em;
}
.ky431cc .gradesThreeKy .ul_wrap ul {
  padding-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  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;
}
.ky431cc .gradesThreeKy .ul_wrap ul li {
  padding-top: 2.85714286em;
  width: 19.64285714em;
  height: 27.14285714em;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.3);
  border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  margin-left: 15px;
}
.ky431cc .gradesThreeKy .ul_wrap ul li:first-child {
  margin-left: 0;
}
.ky431cc .gradesThreeKy .ul_wrap ul li h3 {
  width: 13.15em;
  line-height: 2.8em;
  height: 2.8em;
  background-color: #5e69ad;
  border-radius: 0px 1.4em 1.4em 0px;
  -moz-border-radius: 0px 1.4em 1.4em 0px;
  -webkit-border-radius: 0px 1.4em 1.4em 0px;
  -ms-border-radius: 0px 1.4em 1.4em 0px;
  -o-border-radius: 0px 1.4em 1.4em 0px;
  font-size: 1.42857143em;
  text-align: center;
  margin-left: -5px;
  font-weight: 600;
  color: #fff;
}
.ky431cc .gradesThreeKy .ul_wrap ul li h3 span {
  float: left;
  display: inline-block;
  width: 3.5em;
  font-size: 0.8em;
  height: 100%;
  line-height: 1.4;
  color: #fff;
  background-color: #fa5d43;
  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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
}
.ky431cc .gradesThreeKy .ul_wrap ul li h3 span em {
  line-height: 1.2;
  width: 100%;
  display: block;
  font-family: cursive;
  font-size: 1.1875em;
  font-weight: 600;
}
.ky431cc .gradesThreeKy .ul_wrap ul li div {
  padding: 2.85714286em 1.42857143em 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  height: 13.92857143em;
}
.ky431cc .gradesThreeKy .ul_wrap ul li div p {
  color: #666666;
  padding-left: 2.14285714em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding-bottom: 1.14285714em;
  position: relative;
}
.ky431cc .gradesThreeKy .ul_wrap ul li div p b {
  content: '';
  display: block;
  left: 0.28571429em;
  position: absolute;
  top: 0.5em;
  width: 0.57142857em;
  height: 0.57142857em;
  background-color: #5e69ad;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 2;
}
.ky431cc .gradesThreeKy .ul_wrap ul li div p b::before {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.57142857em;
  height: 0.57142857em;
  left: -0.28571429em;
  border: 0.28571429em solid rgba(94, 105, 173, 0.1);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ky431cc .gradesThreeKy .ul_wrap ul li div p:last-child::after {
  display: none;
}
.ky431cc .gradesThreeKy .ul_wrap ul li div p::after {
  content: '';
  position: absolute;
  top: 1.14285714em;
  bottom: 0;
  left: 0.57142857em;
  width: 1px;
  background-color: rgba(94, 105, 173, 0.1);
}
.ky431cc .gradesThreeKy .ul_wrap ul li div p em {
  color: #f85d03;
}
.ky431cc .gradesThreeKy .ul_wrap ul li a {
  display: block;
  font-size: 1.14285714em;
  text-align: center;
  width: 11.125em;
  line-height: 2.875em;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  border: solid 1px #5e69ad;
  color: #5e69ad;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .ky431cc .gradesThreeKy ul li {
    transition: all 0.3s;
  }
  .ky431cc .gradesThreeKy ul li:hover {
    transform: translateY(-15px);
  }
}
@media (max-width: 1000px) {
  .ky431cc .gradesThreeKy .ul_wrap {
    overflow-x: auto;
  }
  .ky431cc .gradesThreeKy .ul_wrap ul {
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .ky431cc .gradesThreeKy {
    margin-bottom: 4%;
  }
  .ky431cc .gradesThreeKy h2 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 480px) {
  .ky431cc .gradesThreeKy .ul_wrap {
    font-size: 12px;
  }
  .ky431cc .gradesThreeKy .ul_wrap ul {
    margin-right: 15px;
  }
}
.ky431cc .guidanceKY {
  background-color: #fff;
  margin-bottom: 5%;
  font-size: 16px;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  padding: 3.75em;
  box-shadow: 0 0.25em 1em 0 rgba(170, 179, 191, 0.3);
  -moz-box-shadow: 0 0.25em 1em 0 rgba(170, 179, 191, 0.3);
  -webkit-box-shadow: 0 0.25em 1em 0 rgba(170, 179, 191, 0.3);
}
.ky431cc .guidanceKY > dl {
  border: dashed 1px #999ed8;
  padding: 1.875em;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}
.ky431cc .guidanceKY > dl > dt {
  color: #353535;
  font-size: 1.25em;
  font-weight: 600;
}
.ky431cc .guidanceKY > dl > dd {
  margin-top: 1.333em;
  padding-left: 2.5em;
  position: relative;
}
@media (min-width: 1200px) {
  .ky431cc .guidanceKY > dl > dd {
    max-width: 750px;
  }
}
.ky431cc .guidanceKY > dl > dd > span {
  font-size: 1.125em;
  line-height: 1.333;
  display: block;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(#f9bc16, #f84f01);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f9bc16, #f84f01);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f9bc16, #f84f01);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f9bc16, #f84f01);
  /* 标准的语法 */
  min-width: 1.333em;
  height: 1.333em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.ky431cc .guidanceKY > section {
  margin-top: 2em;
  padding-left: 3em;
}
.ky431cc .guidanceKY > section > h3 {
  font-size: 1.5em;
  line-height: 1.333;
  color: #5e69ad;
  position: relative;
}
.ky431cc .guidanceKY > section > h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: #5e69ad;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.83333333em;
  -webkit-background-size: 0.83333333em;
  -moz-background-size: 0.83333333em;
  -o-background-size: 0.83333333em;
  -ms-background-size: 0.83333333em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 1.33333333em;
  height: 1.33333333em;
  margin-right: 0.625em;
  position: absolute;
  left: -1.95833333em;
  top: 0;
}
.ky431cc .guidanceKY > section > h3.n1:before {
  background-image: url("../images/p1_icon_01.png");
}
.ky431cc .guidanceKY > section > h3.n2:before {
  background-image: url("../images/p1_icon_02.png");
}
.ky431cc .guidanceKY > section > h3.n3:before {
  background-image: url("../images/p1_icon_03.png");
}
.ky431cc .guidanceKY > section > h3.n4:before {
  background-image: url("../images/p1_icon_04.png");
}
.ky431cc .guidanceKY > section > h3.n5:before {
  background-image: url("../images/p1_icon_05.png");
}
.ky431cc .guidanceKY > section > h3.n8:before {
  background-image: url("../images/p1_icon_08.png");
}
.ky431cc .guidanceKY > section > h3.n7:before {
  background-image: url("../images/p1_icon_07.png");
}
.ky431cc .guidanceKY > section > h3.n9:before {
  background-image: url("../images/p1_icon_09.png");
}
.ky431cc .guidanceKY > section > article {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}
.ky431cc .guidanceKY > section > article:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e0e2fb;
  position: absolute;
  top: 1px;
  left: -2em;
  bottom: 0;
}
.ky431cc .guidanceKY > section > article > img {
  display: block;
  margin: 0 auto;
}
.ky431cc .guidanceKY > section > article > h4 {
  color: #333;
  font-size: 1.125em;
  margin-bottom: 0.6em;
  margin-top: 1em;
}
.ky431cc .guidanceKY > section > article > h4:first-child {
  margin-top: 0;
}
.ky431cc .guidanceKY > section > article > h5 {
  font-size: 1.5em;
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  color: #333333;
}
.ky431cc .guidanceKY > section > article > p {
  margin-bottom: 0.4em;
}
.ky431cc .guidanceKY > section > article > p > em {
  color: #f85a04;
}
.ky431cc .guidanceKY > section > article > div {
  margin-top: -0.5em;
  *zoom: 1;
}
.ky431cc .guidanceKY > section > article > div:after {
  content: " ";
  clear: both;
  display: table;
}
.ky431cc .guidanceKY > section > article > div > span {
  display: block;
  float: left;
  background-color: #f7faff;
  height: 3em;
  line-height: 3;
  padding: 0 1.5em;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  border: solid 1px #e6efff;
  margin-right: 1.25em;
  margin-top: 0.5em;
}
.ky431cc .guidanceKY > section > article > ol > li > span {
  margin-right: 0.5em;
  display: inline-block;
  color: #fff;
  background: -webkit-linear-gradient(#f9bc16, #f84f01);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f9bc16, #f84f01);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f9bc16, #f84f01);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f9bc16, #f84f01);
  /* 标准的语法 */
  padding: 0 0.5em;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(248, 84, 2, 0.2);
}
.ky431cc .guidanceKY > section > article > ol > li + li {
  margin-top: 1.5em;
}
.ky431cc .guidanceKY > section > article:last-child:before {
  display: none;
}
.ky431cc .guidanceKY > section .table {
  width: 100%;
  min-width: 768px;
}
.ky431cc .guidanceKY > section .table td,
.ky431cc .guidanceKY > section .table th {
  border: solid 1px #fff;
  padding: 0.6em;
  text-align: center;
}
.ky431cc .guidanceKY > section .table th {
  background-color: #e6efff;
  color: #333;
  font-size: 1.125em;
}
.ky431cc .guidanceKY > section .table td {
  background-color: #f7faff;
}
@media (min-width: 1200px) {
  .ky431cc .guidanceKY {
    margin-bottom: 60px;
  }
  .ky431cc .guidanceKY > dl {
    background: url("../images/p1_bg_01.png") 96% bottom no-repeat;
  }
}
@media (max-width: 1200px) {
  .ky431cc .guidanceKY {
    font-size: 14px;
    padding: 2em;
  }
  .ky431cc .guidanceKY > dl {
    padding: 1.4em;
  }
  .ky431cc .guidanceKY > section > h3 {
    font-size: 1.3em;
  }
  .ky431cc .guidanceKY > section > article:before {
    left: -1.75em;
  }
}
@media (max-width: 640px) {
  .ky431cc .guidanceKY {
    font-size: 12px;
    padding: 1.5em 0.5em;
  }
  .ky431cc .guidanceKY > dl {
    padding: 1em;
  }
  .ky431cc .guidanceKY > section {
    padding-left: 2.5em;
  }
}
.ky431cc .bgImg {
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -ms-background-size: 100% auto;
  margin-top: -32.16%;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .ky431cc .bgImg {
    margin-top: -386px;
    padding-bottom: 3.33%;
  }
}
.ky431cc .ulicon {
  *zoom: 1;
  margin-top: -0.5em;
}
.ky431cc .ulicon:after {
  content: " ";
  clear: both;
  display: table;
}
.ky431cc .ulicon > li {
  color: #5a5a5a;
  float: left;
  margin-right: 3em;
  padding-left: 25px;
  margin-top: 0.5em;
  background: url("../images/p1_icon_06.png") left center no-repeat;
}
.ky431cc .ulicon02 {
  font-size: 0;
}
.ky431cc .ulicon02 li {
  display: inline-block;
  margin-right: 2em;
  font-size: 16px;
  color: #5a5a5a;
}
.ky431cc .formBox {
  font-size: 16px;
}
.ky431cc .formBox > h3 {
  color: #353535;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.8em;
}
.ky431cc .formBox > input[type="text"] {
  width: 24.5%;
  border: solid 1px #e0e2fb;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 1em;
  margin-right: 2%;
}
.ky431cc .formBox > input[type="text"]:hover {
  box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
}
.ky431cc .formBox > button[type="button"] {
  font-size: 1.125em;
  width: 20.5%;
  height: 3.111em;
  border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  -ms-border-radius: 1.6em;
  -o-border-radius: 1.6em;
  color: #fff;
  border-bottom: solid 3px #fddfb2;
  background: -webkit-linear-gradient(left, #f9bc16, #f85c03);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f9bc16, #f85c03);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f9bc16, #f85c03);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f9bc16, #f85c03);
  /* 标准的语法 */
}
.ky431cc .formBox > button[type="button"]:hover {
  box-shadow: 0 0 10px 0 rgba(248, 90, 4, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(248, 90, 4, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(248, 90, 4, 0.5);
}
@media (max-width: 1200px) {
  .ky431cc .formBox {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .ky431cc .formBox {
    font-size: 12px;
    text-align: center;
  }
  .ky431cc .formBox > input[type="text"] {
    width: 80%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .ky431cc .formBox > button[type="button"] {
    width: 80%;
  }
}
.ky431cc .reportOneSwKy {
  background-color: #f7f7fb;
  padding: 60px 0;
}
.ky431cc .reportOneSwKy .swiper_con {
  max-width: 1090px;
  position: relative;
}
.ky431cc .reportOneSwKy .swiper_con .report-swiper {
  max-width: 950px;
}
.ky431cc .reportOneSwKy .swiper_con .swiper-button-next,
.ky431cc .reportOneSwKy .swiper_con .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: none;
}
@media (max-width: 768px) {
  .ky431cc .reportOneSwKy {
    padding: 8% 0;
  }
  .ky431cc .reportOneSwKy .swiper_con .swiper-button-next,
  .ky431cc .reportOneSwKy .swiper_con .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .ky431cc .reportOneSwKy .swiper_con .swiper-button-next {
    right: 0;
  }
  .ky431cc .reportOneSwKy .swiper_con .swiper-button-prev {
    left: 0;
  }
}
.ky431cc .strategyKy {
  padding-top: 60px;
}
.ky431cc .strategyKy ul {
  max-width: 1090px;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ky431cc .strategyKy ul li {
  font-size: 14px;
  max-width: 250px;
  width: 100%;
  height: 96px;
  background-color: #f7f7fb;
  border-radius: 8px;
  padding: 0 20px;
  margin: 24px auto 20px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
@media (min-width: 1200px) {
  .ky431cc .strategyKy ul li {
    transition: all 0.3s;
  }
  .ky431cc .strategyKy ul li:hover {
    transform: translateY(-10px);
  }
}
.ky431cc .strategyKy ul li figure {
  margin-top: -24px;
}
.ky431cc .strategyKy ul li p {
  margin-top: 10px;
  line-height: 1.71428571em;
  color: #353535;
}
.ky431cc .strategyKy .strategy_con {
  text-align: center;
  max-width: 975px;
  margin-top: -20px;
  border-left: dashed 1px #e5e5e5;
  border-bottom: dashed 1px #e5e5e5;
  border-right: dashed 1px #e5e5e5;
  padding: 30px 4% 0;
  margin-bottom: 32px;
}
.ky431cc .strategyKy .strategy_con p {
  max-width: 720px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-size: 16px;
  line-height: 1.75em;
  margin: 0 auto;
}
.ky431cc .strategyKy .strategy_con p em {
  color: #f86906;
  display: block;
}
.ky431cc .strategyKy .strategy_con h3 {
  font-size: 24px;
  text-align: center;
  width: 20.33333333em;
  max-width: 100%;
  line-height: 2.66666667em;
  background-color: #5e69ad;
  border-radius: 0.33333333em;
  -moz-border-radius: 0.33333333em;
  -webkit-border-radius: 0.33333333em;
  -ms-border-radius: 0.33333333em;
  -o-border-radius: 0.33333333em;
  margin: 20px auto -1.33333333em;
  color: #fff;
}
.ky431cc .strategyKy ol {
  max-width: 950px;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 25px;
}
.ky431cc .strategyKy ol li {
  width: 50%;
  padding: 0 1.6875em;
  font-size: 16px;
  color: #666666;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  margin-bottom: 0.9375em;
  position: relative;
}
.ky431cc .strategyKy ol li::after {
  content: '';
  position: absolute;
  background: url(../images/p1_icon_06.png) no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.3125em;
}
.ky431cc .strategyKy .btnBox {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .ky431cc .strategyKy ul li {
    margin-bottom: 4%;
  }
  .ky431cc .strategyKy .strategy_con {
    border-top: dashed 1px #e5e5e5;
    margin-top: 0.1px;
    padding-top: 4%;
  }
  .ky431cc .strategyKy .strategy_con p {
    font-size: 14px;
  }
  .ky431cc .strategyKy .strategy_con h3 {
    font-size: 18px;
    margin-top: 4%;
  }
  .ky431cc .strategyKy ol {
    max-width: 430px;
    padding-top: 1%;
  }
  .ky431cc .strategyKy ol li {
    margin-bottom: 3%;
    width: 100%;
    padding-right: 0;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .ky431cc .strategyKy .strategy_con h3 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .ky431cc .strategyKy .strategy_con p {
    font-size: 12px;
  }
  .ky431cc .strategyKy .strategy_con h3 {
    font-size: 16px;
  }
}
.ky431cc .class-service {
  padding: 60px 0 80px;
  text-align: center;
}
@media (max-width: 780px) {
  .ky431cc .class-service .container {
    padding: 0;
  }
  .ky431cc .class-service .container P {
    padding: 0 15px;
  }
  .ky431cc .class-service .container .public-btn {
    padding: 0 15px;
  }
}
.ky431cc .class-service .service-roll {
  max-width: 1016px;
  margin: 0 auto;
  background: url(../images/di.png) no-repeat bottom center;
  padding-bottom: 35px;
}
.ky431cc .class-service .service-roll .swiper-service {
  max-width: 951px;
}
.ky431cc .class-service .service-roll .swiper-service .swiper-wrapper {
  max-width: 931px;
}
.ky431cc .class-service .service-roll .swiper-service .swiper-wrapper img {
  max-width: 100%;
}
.ky431cc .class-service .service-roll .swiper-service .swiper-button-next {
  width: 40px;
  height: 40px;
  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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  background: none;
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.3);
}
.ky431cc .class-service .service-roll .swiper-service .swiper-button-prev {
  width: 40px;
  height: 40px;
  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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  border-radius: 50%;
  background: none;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.3);
  background-color: #fff;
}
.ky431cc .class-service p {
  margin: 20px auto;
  max-width: 678px;
  line-height: 24px;
  color: #666666;
  font-size: 16px;
}
.ky431cc .class-service p i {
  color: #f86906;
}
@media (max-width: 768px) {
  .ky431cc .class-service {
    padding: 8% 0 10%;
  }
  .ky431cc .class-service p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.ky431cc .yearFourSwKy {
  background: url("../images/p2_bg_01.jpg") center top no-repeat;
  background-size: 100% 50%;
  -webkit-background-size: 100% 50%;
  -moz-background-size: 100% 50%;
  -o-background-size: 100% 50%;
  -ms-background-size: 100% 50%;
  padding: 50px 0;
}
.ky431cc .yearFourSwKy > 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-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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ky431cc .yearFourSwKy > ul li {
  max-width: 24.28571429em;
  width: 100%;
  height: 9em;
  background-color: #ffffff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  margin: 0 1.07142857em 30px;
  font-size: 14px;
  padding: 0 1.28571429em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
@media (min-width: 1200px) {
  .ky431cc .yearFourSwKy > ul li {
    transition: all 0.3s;
  }
  .ky431cc .yearFourSwKy > ul li:hover {
    transform: translateY(-10px);
  }
}
.ky431cc .yearFourSwKy > ul li figure {
  min-width: 5.14285714em;
  margin-right: 1em;
}
.ky431cc .yearFourSwKy > ul li > div {
  width: 100%;
}
.ky431cc .yearFourSwKy > ul li h3 {
  font-size: 1.28571429em;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
.ky431cc .yearFourSwKy > ul li p {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
  line-height: 1.71428571em;
  min-height: 3.42857143em;
}
@media (max-width: 768px) {
  .ky431cc .yearFourSwKy > ul li {
    margin-bottom: 3%;
    font-size: 12px;
  }
}
.ky431cc .yearFourSwKy > section {
  margin-top: 36px;
}
.ky431cc .yearFourSwKy > section > article {
  overflow-x: auto;
  overflow-y: hidden;
}
.ky431cc .yearFourSwKy > section > article .tBox {
  background-color: #e54b2e;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px 40px;
  width: 1120px;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul {
  text-align: center;
  color: #fff;
  position: relative;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul:after {
  content: " ";
  clear: both;
  display: table;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-top: -2px;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li {
  float: left;
  width: 16.66%;
  font-size: 14px;
  position: relative;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li b {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 2em;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li::before,
.ky431cc .yearFourSwKy > section > article .tBox > ul > li::after {
  content: "";
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li::before {
  width: 24px;
  height: 24px;
  opacity: 0.2;
  margin-left: -12px;
  margin-top: -12px;
}
.ky431cc .yearFourSwKy > section > article .tBox > ul > li::after {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
}
.ky431cc .yearFourSwKy > section > article .bBox {
  width: 1120px;
  text-align: center;
  padding: 30px 30px 40px;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li {
  background: #fff url("../images/p2_bg_02.png") right bottom no-repeat;
  width: 248px;
  height: 308px;
  padding: 40px 25px 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -moz-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
  color: #353535;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li p {
  line-height: 1.4;
  height: 9.8em;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  color: #888;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li a {
  display: block;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li .btna {
  display: block;
  font-size: 18px;
  height: 2.66em;
  line-height: 2.66;
  border-radius: 1.4em;
  -moz-border-radius: 1.4em;
  -webkit-border-radius: 1.4em;
  -ms-border-radius: 1.4em;
  -o-border-radius: 1.4em;
  color: #e54b2e;
  border: dashed 1px #e54b2e;
  padding: 0 1.6em;
}
.ky431cc .yearFourSwKy > section > article .bBox ul > li .btna:hover {
  background-color: #f85a04;
  color: #fff;
}
@media (max-width: 640px) {
  .ky431cc .yearFourSwKy > section > article .bBox ul > li .btna {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  .ky431cc .yearFourSwKy > section {
    max-width: 1280px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }
  .ky431cc .yearFourSwKy > section .btnprev,
  .ky431cc .yearFourSwKy > section .btnnext {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: block;
    width: 72px;
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ky431cc .yearFourSwKy > section .btnprev {
    background-image: url("../images/jt-left.png");
    left: 0;
  }
  .ky431cc .yearFourSwKy > section .btnnext {
    background-image: url("../images/jt-right.png");
    right: 0;
  }
}
@media (max-width: 1200px) {
  .ky431cc .yearFourSwKy {
    padding: 40px 0;
  }
  .ky431cc .yearFourSwKy > section {
    margin-top: 28px;
  }
}
@media (max-width: 640px) {
  .ky431cc .yearFourSwKy {
    padding: 30px 0;
  }
  .ky431cc .yearFourSwKy > section {
    margin-top: 20px;
  }
}
.ky431cc .customShConKy {
  background: url("../images/p3_bg_02.png") center bottom no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding-bottom: 50px;
}
.ky431cc .customShConKy > section {
  max-width: 1040px;
}
.ky431cc .customShConKy > section .navli {
  *zoom: 1;
  font-size: 18px;
  color: #888;
  margin-bottom: 1em;
}
.ky431cc .customShConKy > section .navli:after {
  content: " ";
  clear: both;
  display: table;
}
.ky431cc .customShConKy > section .navli > li {
  width: 20%;
  float: left;
  cursor: pointer;
  text-align: center;
}
.ky431cc .customShConKy > section .navli > li > img {
  margin-bottom: 1em;
  max-width: 40%;
}
.ky431cc .customShConKy > section .ulicon li {
  color: #fff;
}
.ky431cc .customShConKy > section article {
  background: url("../images/p3_bg_01.png") center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  padding: 3% 3% 2%;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.ky431cc .customShConKy > section article > div {
  margin-top: 2%;
  padding-left: 4.75em;
  position: relative;
}
.ky431cc .customShConKy > section article > div > span {
  position: absolute;
  left: 0;
  top: 1.25em;
}
.ky431cc .customShConKy > section article > div > a {
  display: inline-block;
  line-height: 3;
  padding: 0 1.6em;
  background-color: #fa5d43;
  margin: 0.5em 0.75em;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
}
.ky431cc .customShConKy > section article > div > a:hover {
  transform: scale(1.1);
}
.ky431cc .customShConKy > section article:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #5e69ad;
  position: absolute;
  top: -10px;
  left: 10%;
  margin-left: -7px;
}
.ky431cc .customShConKy > section article:nth-child(2):before {
  left: 30%;
}
.ky431cc .customShConKy > section article:nth-child(3):before {
  left: 50%;
}
.ky431cc .customShConKy > section article:nth-child(4):before {
  left: 70%;
}
.ky431cc .customShConKy > section article:nth-child(5):before {
  left: 90%;
}
.ky431cc .customShConKy > section .formBox {
  padding: 1.5em 2em 2em;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -moz-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
}
@media (max-width: 1200px) {
  .ky431cc .customShConKy {
    padding-bottom: 40px;
  }
  .ky431cc .customShConKy > section .navli {
    font-size: 14px;
  }
  .ky431cc .customShConKy > section article {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .ky431cc .customShConKy {
    padding-bottom: 30px;
  }
  .ky431cc .customShConKy > section .navli {
    font-size: 12px;
  }
  .ky431cc .customShConKy > section article {
    font-size: 12px;
  }
  .ky431cc .customShConKy > section article > div {
    padding-left: 4.5em;
  }
  .ky431cc .customShConKy > section article > div > a {
    margin: 0.5em;
  }
}
.ky431cc .courseTableKy {
  padding: 60px 0;
  background-color: #f7f7fb;
}
.ky431cc .courseTableKy .table_wrap {
  max-width: 1090px;
}
.ky431cc .courseTableKy table {
  font-size: 14px;
  box-shadow: 0px 4px 20px 0px rgba(127, 127, 127, 0.13);
}
.ky431cc .courseTableKy table tr {
  border-bottom: 1px solid #eeeeee;
}
.ky431cc .courseTableKy table tr th {
  font-size: 1.28571429em;
  height: 3.11111111em;
  background-color: #5e69ad;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}
.ky431cc .courseTableKy table tr th:last-child {
  border-right: none;
}
.ky431cc .courseTableKy table tr th:nth-child(1) {
  width: 120px;
}
.ky431cc .courseTableKy table tr th:nth-child(2) {
  width: 200px;
}
.ky431cc .courseTableKy table tr th:nth-child(3) {
  width: 200px;
}
.ky431cc .courseTableKy table tr th:nth-child(4) {
  width: 414px;
}
.ky431cc .courseTableKy table tr th:nth-child(5) {
  width: 148px;
}
.ky431cc .courseTableKy table tr td {
  color: #666;
  padding: 15px 19px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border-right: 1px solid #eeee;
}
.ky431cc .courseTableKy table tr td:last-child {
  border-right: none;
}
.ky431cc .courseTableKy table tr td h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1.14285714em;
}
.ky431cc .courseTableKy table tr td em {
  color: #f17759;
}
.ky431cc .courseTableKy table tr td h4 {
  font-size: 1.14285714em;
  color: #5e69ad;
  font-weight: 600;
  margin-bottom: 3px;
}
.ky431cc .courseTableKy table tr td a {
  display: inline-block;
  text-align: center;
  width: 8.5em;
  line-height: 2.85714286em;
  background-color: #fa5d43;
  border-radius: 20px;
  font-size: 1.14285714em;
  color: #fff;
}
.ky431cc .courseTableKy table tr td:nth-child(2),
.ky431cc .courseTableKy table tr td:nth-child(3),
.ky431cc .courseTableKy table tr td:last-child {
  text-align: center;
}
@media (max-width: 1000px) {
  .ky431cc .courseTableKy table {
    font-size: 12px;
  }
}
@media (max-width: 850px) {
  .ky431cc .courseTableKy .table_wrap {
    overflow-x: auto;
  }
  .ky431cc .courseTableKy table {
    width: 850px;
    font-size: 12px;
  }
  .ky431cc .courseTableKy table tr td:last-child {
    border-right: 1px solid #eee;
  }
}
@media (max-width: 850px) {
  .ky431cc .courseTableKy {
    padding: 8% 0 10%;
  }
}
.ky_com .formBox {
  padding: 1.5em 2em 0em;
  font-size: 16px;
}
.ky_com .formBox > h3 {
  color: #353535;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.8em;
}
.ky_com .formBox > input[type="text"] {
  width: 24.5%;
  border: solid 1px #e0e2fb;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 1em;
  margin-right: 2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_com .formBox > input[type="text"]:hover {
  box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(94, 105, 173, 0.2);
}
.ky_com .formBox > button[type="button"] {
  font-size: 1.125em;
  width: 20.5%;
  height: 3.111em;
  border-radius: 1.6em;
  -moz-border-radius: 1.6em;
  -webkit-border-radius: 1.6em;
  -ms-border-radius: 1.6em;
  -o-border-radius: 1.6em;
  color: #fff;
  border-bottom: solid 3px #fddfb2;
  background: -webkit-linear-gradient(left, #f9bc16, #f85c03);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f9bc16, #f85c03);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f9bc16, #f85c03);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f9bc16, #f85c03);
  /* 标准的语法 */
}
.ky_com .formBox > button[type="button"]:hover {
  box-shadow: 0 0 10px 0 rgba(248, 90, 4, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(248, 90, 4, 0.5);
  -webkit-box-shadow: 0 0 10px 0 rgba(248, 90, 4, 0.5);
}
@media (max-width: 1200px) {
  .ky_com .formBox {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .ky_com .formBox {
    font-size: 12px;
    text-align: center;
  }
  .ky_com .formBox > input[type="text"] {
    width: 80%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .ky_com .formBox > button[type="button"] {
    width: 80%;
  }
}
.ky_com section {
  padding-top: 4%;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .ky_com section {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}
.ky_com .com_tea_zl {
  background: url("../images/com_bg_tea.jpg") center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_com .teacherConSwKy {
  padding-bottom: 0;
}
.ky_com .teacherConSwKy .teacherSwiper {
  max-width: 1140px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.2);
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap {
  max-width: 875px;
  margin: 0 auto;
  position: relative;
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container {
  max-width: 750px;
  width: 80%;
  margin: 0 auto;
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide {
  text-align: center;
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide h3 {
  display: none;
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide div {
  max-width: 200px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  overflow: hidden;
  transform: scale(0.8);
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide div::after {
  content: '';
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide-active div {
  transform: scale(0.8);
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide-next h3 {
  display: block;
  font-size: 24px;
  color: #353535;
  margin-top: 0.83333333em;
  font-weight: 600;
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide-next div {
  transform: scale(1);
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide-next div::after {
  display: none;
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide-next + div div {
  transform: scale(0.8);
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-button-prev {
  background-image: none;
  left: 0;
  margin-top: -44px;
}
.ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-button-next {
  background-image: none;
  right: 0;
  margin-top: -44px;
}
.ky_com .teacherConSwKy .teacherSwiper ul {
  max-width: 875px;
  margin: 10px auto 0;
}
.ky_com .teacherConSwKy .teacherSwiper ul li {
  display: none;
}
.ky_com .teacherConSwKy .teacherSwiper ul li.shows {
  display: block;
}
.ky_com .teacherConSwKy .teacherSwiper ul li > div {
  padding: 14px 25px;
  border-top: 1px solid rgba(215, 220, 227, 0.5);
  border-bottom: 1px solid rgba(215, 220, 227, 0.5);
  margin-bottom: 10px;
}
.ky_com .teacherConSwKy .teacherSwiper ul li > div span {
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  padding-left: 16px;
  margin: 0 25px;
  font-size: 600;
  position: relative;
}
.ky_com .teacherConSwKy .teacherSwiper ul li > div span::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  background-color: #f05513;
  margin-top: -3px;
}
.ky_com .teacherConSwKy .teacherSwiper ul li p {
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #999899;
}
.ky_com .teacherConSwKy .teacherSwiper h4 {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  color: #353535;
}
.ky_com .teacherConSwKy .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容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 15px auto 0;
}
.ky_com .teacherConSwKy .teacherSwiper ol li {
  margin: 0 auto;
  text-align: center;
}
.ky_com .teacherConSwKy .teacherSwiper ol li input {
  font-size: 16px;
  width: 15em;
  max-width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  line-height: 3.5em;
  background-color: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  outline: none;
  color: #333;
  border: solid 1px #e0e2fb;
}
.ky_com .teacherConSwKy .teacherSwiper ol li button {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border: none;
  width: 12.5em;
  line-height: 3.5em;
  text-align: center;
  background-image: linear-gradient(270deg, #f85c03 0%, #f9bc16 100%);
  box-shadow: 0px 5px 0px 0px #fddfb2;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}
@media (max-width: 1000px) {
  .ky_com .teacherConSwKy .teacherSwiper ol li {
    width: 32%;
    text-align: center;
    margin-bottom: 4%;
  }
  .ky_com .teacherConSwKy .teacherSwiper ol li:last-child {
    margin-top: 4%;
  }
}
@media (max-width: 768px) {
  .ky_com .teacherConSwKy .teacherSwiper {
    padding: 8% 15px;
  }
  .ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container {
    width: 90%;
  }
  .ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide {
    text-align: center;
  }
  .ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-container .swiper-slide h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -33px;
    height: 24px;
    width: 13px;
  }
  .ky_com .teacherConSwKy .teacherSwiper .swiper_wrap .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -33px;
    height: 24px;
    width: 13px;
  }
  .ky_com .teacherConSwKy .teacherSwiper ul li > div {
    padding: 10px;
  }
  .ky_com .teacherConSwKy .teacherSwiper ul li > div span {
    font-size: 14px;
    margin: 0 10px;
    line-height: 1.8;
  }
  .ky_com .teacherConSwKy .teacherSwiper ul li > p {
    font-size: 12px;
    line-height: 1.8;
    padding: 0 5px;
    text-align: justify;
  }
  .ky_com .teacherConSwKy .teacherSwiper h4 {
    font-size: 18px;
  }
  .ky_com .teacherConSwKy .teacherSwiper ol li {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 4%;
  }
  .ky_com .teacherConSwKy .teacherSwiper ol li input,
  .ky_com .teacherConSwKy .teacherSwiper ol li button {
    max-width: 100%;
    width: 320px;
    line-height: 48px;
  }
  .ky_com .teacherConSwKy .teacherSwiper ol li button {
    max-width: 100%;
    width: 320px;
  }
}
.ky_com .zlFourKy .supportingData {
  max-width: 1120px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_com .zlFourKy .supportingData .swiper-container2 {
  padding-top: 10px;
}
.ky_com .zlFourKy .supportingData .swiper-container2 .swiper-slide {
  text-align: center;
}
.ky_com .zlFourKy .supportingData .swiper-container2 .swiper-slide span {
  display: inline-block;
  max-width: 218px;
  height: 218px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  background-color: #ffffff;
  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;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  box-shadow: 0px 4px 15px 0px rgba(170, 179, 191, 0.2);
  margin: 0 auto;
}
.ky_com .zlFourKy .supportingData .swiper-container2 .swiper-slide span img {
  max-height: 100%;
  max-width: 100%;
}
.ky_com .zlFourKy .supportingData .swiper-container2 .swiper-slide h3 {
  font-size: 18px;
  margin-top: 10px;
}
.ky_com .zlFourKy .supportingData .swiper-button-next,
.ky_com .zlFourKy .supportingData .swiper-button-prev {
  background-image: none;
  height: 40px;
  width: 40px;
}
@media (max-width: 768px) {
  .ky_com .zlFourKy .supportingData .swiper-button-next,
  .ky_com .zlFourKy .supportingData .swiper-button-prev {
    background-image: none;
    height: 25px;
    width: 25px;
  }
}
@media (max-width: 640px) {
  .ky_com .zlFourKy .supportingData {
    padding: 20px 10px 0;
  }
  .ky_com .zlFourKy .supportingData .swiper-container2 .swiper-slide {
    text-align: center;
  }
  .ky_com .zlFourKy .supportingData .swiper-container2 .swiper-slide span {
    max-width: 160px;
    height: 160px;
  }
  .ky_com .zlFourKy .supportingData .swiper-container2 .swiper-slide h3 {
    font-size: 16px;
  }
}
.ky_com .historyTempThreeKy02 {
  background-position: center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_com .historyTempThreeKy {
  padding: 20px 0 60px;
  background-color: #f7f7fb;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-items {
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-items li {
  float: left;
  width: 23.875%;
  margin-right: 1.5%;
  height: 120px;
  border-radius: 4px 4px 0px 0px;
  color: #666666;
  background-color: #e4e9ef;
  text-align: center;
  cursor: pointer;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-items li:last-of-type {
  margin-right: 0;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-items li div {
  padding: 23px 30px;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-items li div h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-items li div p {
  line-height: 22px;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-items .current {
  background-color: #4160ba;
  color: #FFFFFF;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box {
  max-width: 1060px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(170, 179, 191, 0.3);
  border-radius: 0px 0px 8px 8px;
  margin: 0 auto;
  position: relative;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box::before {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/j1.png);
  left: 0px;
  top: -15px;
  content: "";
}
@media (max-width: 780px) {
  .ky_com .historyTempThreeKy .cpa-content .cpa-Box::before {
    display: none;
  }
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box::after {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/j2.png);
  right: 0px;
  top: -15px;
  content: "";
}
@media (max-width: 780px) {
  .ky_com .historyTempThreeKy .cpa-content .cpa-Box::after {
    display: none;
  }
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div {
  width: 100%;
  display: none;
  transition: all 0.3s;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul {
  padding: 30px;
  overflow: hidden;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li {
  float: left;
  position: relative;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(1) {
  width: 31.86%;
  margin-right: 2.2%;
  margin-bottom: 25px;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(2) {
  width: 31.86%;
  margin-right: 2.2%;
  margin-bottom: 25px;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(3) {
  width: 31.86%;
  margin-bottom: 15px;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(4) {
  width: 48.9%;
  margin-right: 2.2%;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(5) {
  width: 48.9%;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li img {
  width: 100%;
  display: block;
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li span {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #FFFFFF;
  padding: 6px 20px;
  background: rgba(0, 0, 0, 0.4);
}
.ky_com .historyTempThreeKy .cpa-content .cpa-Box .current {
  display: block;
}
.ky_com .historyTempThreeKy .bottom {
  text-align: center;
  margin: 20px auto;
  max-width: 678px;
  line-height: 24px;
  color: #666666;
  font-size: 16px;
}
.ky_com .historyTempThreeKy .bottom i {
  color: #f86906;
}
@media (max-width: 768px) {
  .ky_com .historyTempThreeKy {
    padding-bottom: 10%;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-items li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 15px;
    height: 126px;
    border-radius: 4px;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-items li:nth-of-type(2) {
    margin-right: 0;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-items li div {
    padding: 15px;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-items li div p {
    line-height: 20px;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul {
    padding: 0;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(2) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(3) {
    width: 49%;
    margin-bottom: 10px;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(4) {
    width: 49%;
    margin-right: 2%;
  }
  .ky_com .historyTempThreeKy .cpa-content .cpa-Box > div ul li:nth-of-type(5) {
    width: 49%;
  }
}
.ky_com .serviceTempBImgKy h2.h2TitleKy {
  color: #fff;
}
.ky_com .serviceTempBImgKy > img {
  display: block;
  margin: 0px auto 40px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .ky_com .serviceTempBImgKy > img {
    margin: 0px auto 20px;
  }
}
.ky_com .serviceTempShSwKy {
  background-color: #fff;
  background-position: center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_com .serviceTempShSwKy .ztwrap {
  max-width: 1040px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  background-color: #ffffff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 768px) {
  .ky_com .serviceTempShSwKy .ztwrap {
    padding: 15px 10px;
  }
}
.ky_com .serviceTempShSwKy .ztwrap > 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-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.ky_com .serviceTempShSwKy .ztwrap > ol li {
  width: 23%;
  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-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  padding: 25px 0;
  background-color: #ffffff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: dashed 1px #5e69ad;
}
.ky_com .serviceTempShSwKy .ztwrap > ol li:hover {
  border: solid 1px #5e69ad;
}
.ky_com .serviceTempShSwKy .ztwrap > ol li h3 {
  font-size: 24px;
  margin-top: 0.5em;
  color: #353535;
}
.ky_com .serviceTempShSwKy .ztwrap > ol li p {
  font-size: 16px;
  color: #888888;
}
@media (max-width: 768px) {
  .ky_com .serviceTempShSwKy .ztwrap > ol {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ky_com .serviceTempShSwKy .ztwrap > ol li {
    width: 47%;
    margin-bottom: 15px;
    padding: 15px 0;
  }
  .ky_com .serviceTempShSwKy .ztwrap > ol li > img {
    max-height: 30px;
  }
  .ky_com .serviceTempShSwKy .ztwrap > ol li h3 {
    font-size: 20px;
    margin-top: 0.3em;
  }
  .ky_com .serviceTempShSwKy .ztwrap > ol li p {
    font-size: 14px;
  }
}
.ky_com .serviceTempShSwKy .ztwrap .recording .kyz_zixun {
  width: 370px;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .kyz_zixun a:first-child {
  width: 190px;
}
@media (max-width: 540px) {
  .ky_com .serviceTempShSwKy .ztwrap .recording .kyz_zixun {
    width: 285px;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .kyz_zixun a:first-child {
    width: 155px;
  }
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content {
  margin: 50px auto 0;
  *zoom: 1;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left {
  float: left;
  width: 170px;
  padding: 40px 0;
  background-color: #7180b1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left span {
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left span.active,
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left span:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (min-width: 1200px) {
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right {
    float: right;
    width: 80%;
    overflow: hidden;
    padding-bottom: 15px;
    background-color: #ffffff;
  }
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right h3 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #444;
  text-align: center;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div {
  position: relative;
  display: none;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div.showOrHide {
  display: block;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .bd .tempWrap {
  width: 100%;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .bd ul {
  *zoom: 1;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .bd ul:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .bd ul li {
  width: 240px;
  margin: 10px;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  float: left;
  transition: all 0.3s;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .bd ul li img {
  width: 100%;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .bd ul li .h2TitleKy {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .bd ul li:hover {
  transform: scale(1.02);
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .hd {
  position: relative;
  width: 100%;
  display: none;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .hd ul {
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
  *zoom: 1;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .hd ul:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .hd ul li {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  float: left;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
  background: rgba(113, 128, 177, 0.5);
}
.ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right > div .hd ul li.on {
  background: #7180b1;
}
@media (max-width: 1200px) {
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content {
    margin-top: 0;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left {
    float: none;
    width: auto;
    height: auto;
    background: none;
    max-width: 600px;
    margin: 20px auto;
    padding: 0px 0;
    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;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left span {
    float: left;
    color: #444;
    width: 32%;
    height: 2em;
    line-height: 2em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left span.active {
    color: #fff;
    background-color: #7180b1;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content h3 {
    display: none;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    float: none;
    border: none;
    height: 200px;
  }
}
@media (max-width: 1000px) {
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right {
    max-width: 520px;
  }
}
@media (max-width: 640px) {
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left {
    margin: 10px auto;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left span {
    font-size: 14px;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_left span em {
    display: none;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right {
    max-width: 260px;
  }
  .ky_com .serviceTempShSwKy .ztwrap .recording .recording_content .recording_right .hd {
    display: block !important;
  }
}
.ky_com .settingTempHJKy {
  background-position: center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_com .settingTempHJKy img.tyue {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ky_com .settingTempHJKy img.tyue {
    margin-bottom: 10px;
  }
}
.ky_com .settingTempHJKy .ztwrap {
  max-width: 970px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ky_com .settingTempHJKy .ztwrap ul {
  max-width: 955px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #eeeeee;
}
.ky_com .settingTempHJKy .ztwrap ul li h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
  margin-bottom: 0.41666667em;
}
@media (max-width: 768px) {
  .ky_com .settingTempHJKy .ztwrap ul li h3 {
    font-size: 18px;
  }
}
.ky_com .settingTempHJKy .ztwrap ul li div dd {
  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-bottom: 20px;
}
@media (max-width: 768px) {
  .ky_com .settingTempHJKy .ztwrap ul li div dd {
    margin-bottom: 10px;
  }
}
.ky_com .settingTempHJKy .ztwrap ul li div dd span {
  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;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -moz-flex-shrink: 0;
  font-size: 14px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #ffffff;
  background: -webkit-linear-gradient(#f9ba16, #f85f03);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f9ba16, #f85f03);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f9ba16, #f85f03);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#f9ba16, #f85f03);
  /* 标准的语法 */
}
.ky_com .settingTempHJKy .ztwrap ul li div p {
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}
.ky_com .settingTempHJKy .ztwrap ul li div p em {
  font-weight: bold;
}
@media (max-width: 999px) {
  .ky_com .settingTempHJKy .ztwrap ul li:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
@media (min-width: 1000px) {
  .ky_com .settingTempHJKy .ztwrap 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容器*/
  }
  .ky_com .settingTempHJKy .ztwrap ul li:nth-of-type(1) {
    width: 60%;
  }
  .ky_com .settingTempHJKy .ztwrap ul li:nth-of-type(2) {
    width: 40%;
  }
}
.ky_com .settingTempHJKy .ztwrap 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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ky_com .settingTempHJKy .ztwrap ol li {
  width: 32.33%;
  margin: 15px 0.5% 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.ky_com .settingTempHJKy .ztwrap ol li > img {
  width: 100%;
}
.ky_com .settingTempHJKy .ztwrap ol li:nth-of-type(4),
.ky_com .settingTempHJKy .ztwrap ol li:nth-of-type(5) {
  width: 49%;
}
.ky_com .zlPluralKy {
  padding-bottom: 0;
  margin-bottom: 60px;
  max-width: 1100px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
.ky_com .zlPluralKy .swiper-container {
  font-size: 16px;
}
.ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide li {
  font-size: 14px;
  width: 8.21428571em;
  margin: 0 0.5em 2.14285714em;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide li > img {
  display: block;
  margin: 0 auto 0.35714286em;
  width: 3.28571429em;
  height: 3.14285714em;
}
.ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide li p {
  text-align: center;
  color: #666666;
}
@media (max-width: 1200px) {
  .ky_com .zlPluralKy .swiper-container {
    max-width: 900px;
  }
}
@media (max-width: 1000px) {
  .ky_com .zlPluralKy .swiper-container {
    max-width: 768px;
  }
  .ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide::after {
    content: '';
    width: 8.21428571em;
  }
  .ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide::before {
    content: '';
    width: 8.21428571em;
    order: 50;
  }
}
@media (max-width: 768px) {
  .ky_com .zlPluralKy {
    margin-bottom: 10%;
  }
  .ky_com .zlPluralKy .swiper-container {
    max-width: 500px;
  }
  .ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide.hides {
    display: none;
  }
  .ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide::after {
    content: '';
    max-width: 31.33%;
    margin: 0 1% 2.14285714em;
  }
  .ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide::before {
    content: '';
    max-width: 31.33%;
    margin: 0 1% 2.14285714em;
    order: 50;
  }
  .ky_com .zlPluralKy .swiper-container .swiper-wrapper .swiper-slide li {
    font-size: 12px;
    max-width: 31.33%;
    margin: 0 1% 2.14285714em;
  }
  .ky_com .zlPluralKy .swiper-container .swiper-pagination {
    bottom: 20px;
    width: 100%;
    height: 20px;
  }
  .ky_com .zlPluralKy .swiper-container .swiper-pagination span {
    width: 60px;
    height: 5px;
    background: #e5e5e5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .ky_com .zlPluralKy .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fe9700;
  }
}
.ky_com .zlPluralKy ul.apply li input::-webkit-input-placeholder {
  color: #cccccc;
}
.ky_com .zlPluralKy ul.apply li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
}
.ky_com .zlPluralKy ul.apply li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
}
.ky_com .zlPluralKy ul.apply li input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}
.ky_com .zlPluralKy ul.apply li input {
  display: block;
  width: 100%;
  font-size: 14px;
  padding-left: 15px;
  height: 56px;
  line-height: 56px;
  color: #666;
  background-color: #ffffff;
  border: solid 1px #e0e2fb;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_com .zlPluralKy ul.apply a.submit {
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  background: -webkit-linear-gradient(left, #f9bc16, #f85c03);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f9bc16, #f85c03);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f9bc16, #f85c03);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f9bc16, #f85c03);
  /* 标准的语法 */
  box-shadow: 0px 0.27777778em 0px 0px #fddfb2;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}
@media (min-width: 1000px) {
  .ky_com .zlPluralKy ul.apply {
    padding: 0 50px;
    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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .ky_com .zlPluralKy ul.apply li {
    width: 24.5%;
  }
  .ky_com .zlPluralKy ul.apply a.submit {
    width: 20%;
  }
}
@media (max-width: 999px) {
  .ky_com .zlPluralKy ul.apply {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .ky_com .zlPluralKy ul.apply li {
    margin-bottom: 15px;
  }
  .ky_com .zlPluralKy ul.apply li input {
    height: 48px;
    line-height: 48px;
  }
  .ky_com .zlPluralKy ul.apply a.submit {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
  }
}
.ky_com .moreShConKy {
  background: #f7f7fb;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_com .moreShConKy .ztwrap {
  max-width: 1020px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ky_com .moreShConKy .ztwrap > 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-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;
  margin: 0px auto 30px;
}
.ky_com .moreShConKy .ztwrap > ol li {
  font-size: 16px;
  width: 11em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -ms-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  margin: 0 0.625em;
  color: #888888;
  background-color: #f7faff;
  border: solid 1px #e6efff;
  cursor: pointer;
}
.ky_com .moreShConKy .ztwrap > ol li.on,
.ky_com .moreShConKy .ztwrap > ol li:hover {
  color: #ffffff;
  background-color: #5e69ad;
}
@media (max-width: 768px) {
  .ky_com .moreShConKy .ztwrap > ol {
    margin: 0px auto 15px;
  }
  .ky_com .moreShConKy .ztwrap > ol li {
    font-size: 14px;
  }
}
.ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem {
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem.on {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
}
.ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li {
  width: 22.06%;
  margin: 0 1.47% 20px;
}
.ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li > a {
  width: 100%;
  height: 100%;
  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-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 26px 0;
  background-color: #fdfefe;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 4px 15px 0px rgba(236, 238, 242, 0.7);
}
.ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li > a img {
  width: auto;
  max-height: 80px;
}
.ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li > a p {
  font-size: 16px;
  margin-top: 10px;
  color: #5e69ad;
}
.ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li:hover {
  transform: scale(1.1);
}
.ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li:last-child a {
  background-color: none;
  box-shadow: none;
  padding-bottom: 35px;
}
.ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li:last-child a p {
  color: #888888;
}
@media (max-width: 1000px) {
  .ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li {
    width: 30.33%;
    margin: 0 1.5% 20px;
  }
}
@media (max-width: 640px) {
  .ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li {
    width: 47%;
  }
  .ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li > a img {
    max-height: 60px;
  }
  .ky_com .moreShConKy .ztwrap .itemBox ul.comTabItem li > a p {
    font-size: 14px;
  }
}
