/*单行载断溢出省略号*/
/* 内阴影 */
/* 内外阴影 */
/* translate 方式垂直居中 父元素必须有定位*/
.transitionCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ztwrap {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
/* 版心部分 */
/* 滑动 */
.huadong {
  color: #999;
  font-size: 12px;
  text-align: center;
  display: none;
}
/* 标题部分 */
.h2_title {
  font-size: 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-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.h2_title > 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;
  width: 0.64em;
  height: 0.64em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: -webkit-linear-gradient(left, #3eae88, #6acb87);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #3eae88, #6acb87);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #3eae88, #6acb87);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #3eae88, #6acb87);
  /* 标准的语法 */
  box-shadow: 0px 0.08em 0.3em 0px rgba(62, 174, 136, 0.5);
  margin-top: 0.2em;
}
.h2_title > span > img {
  height: 0.36em;
}
.h2_title > h2 {
  font-size: 1em;
  line-height: 1;
  padding-top: 0.36em;
  font-weight: bold;
  color: #434746;
  text-align: center;
  background: url(../images/bg_title.png) no-repeat center top;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  margin: 0 0.2em 0 0.3em;
}
.h2_title > h2 > span {
  color: #3eae88;
}
.h2_title > em {
  width: 0.32em;
  height: 0.32em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: -webkit-linear-gradient(left, #3eae88, #6acb87);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #3eae88, #6acb87);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #3eae88, #6acb87);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #3eae88, #6acb87);
  /* 标准的语法 */
  margin-top: 1em;
}
@media (max-width: 1200px) {
  .h2_title {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  .h2_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .h2_title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .h2_title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .h2_title {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .h2_title {
    font-size: 20px;
  }
}
a.zx_btn {
  display: block;
  margin: 35px auto 0;
  font-size: 18px;
  width: 240px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  background-color: #3eae88;
  box-shadow: 0px 0px 15px 0px rgba(62, 174, 136, 0.5);
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}
.ky_zhenti {
  background-color: #fff;
}
.ky_zhenti img {
  max-width: 100%;
}
.ky_zhenti section {
  padding: 4.5% 0 0;
}
@media (max-width: 768px) {
  .ky_zhenti section {
    padding: 10% 0 0;
  }
}
.ky_zhenti .banner {
  background: url(../images/bg_banner.png) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  padding: 6.5% 0 6%;
  text-align: center;
}
.ky_zhenti .banner 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;
  -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;
}
.ky_zhenti .banner ol li {
  margin: 3.2% 0.5% 0;
  max-width: 48%;
}
.ky_zhenti .banner ol li a {
  font-size: 20px;
  display: block;
  text-align: center;
  width: 8.65em;
  line-height: 1.9em;
  background-color: #01b49f;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border: solid 1px #ffffff;
  color: #fff;
}
.ky_zhenti .banner ol li a img {
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  margin-right: 0.25em;
}
@media (min-width: 1200px) {
  .ky_zhenti .banner {
    padding: 82px 0 96px;
  }
}
@media (max-width: 768px) {
  .ky_zhenti .banner ol li a {
    font-size: 16px;
  }
}
.ky_zhenti .banner > h1 {
  position: absolute;
  z-index: -999;
}
.ky_zhenti .part0102 {
  background: url(../images/bg_p123.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_zhenti .part01 div.ztwrap {
  margin-top: 70px;
  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_zhenti .part01 div.ztwrap div.p01_left {
  font-size: 26px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.57692308em 0px rgba(67, 84, 77, 0.1);
  padding: 1.23076923em 1.15384615em 1.03846154em 0.57692308em;
}
.ky_zhenti .part01 div.ztwrap div.p01_left 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_zhenti .part01 div.ztwrap div.p01_left ul li > a {
  display: block;
  text-align: center;
  padding: 1.11538462em 0.76923077em 0.76923077em;
  border-radius: 0.30769231em;
  -moz-border-radius: 0.30769231em;
  -webkit-border-radius: 0.30769231em;
  -ms-border-radius: 0.30769231em;
  -o-border-radius: 0.30769231em;
  background: url(../images/p01_icon_bg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  margin: 0 0.57692308em;
}
.ky_zhenti .part01 div.ztwrap div.p01_left ul li > a div.img {
  display: block;
  margin: 0 auto 0.96153846em;
  height: 2.73076923em;
}
.ky_zhenti .part01 div.ztwrap div.p01_left ul li > a h3 {
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
}
.ky_zhenti .part01 div.ztwrap div.p01_left ul li > a div.line {
  width: 100%;
  height: 0.07692308em;
  background-color: #ffffff;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  margin: 0.38461538em 0;
}
.ky_zhenti .part01 div.ztwrap div.p01_left ul li > a p {
  font-size: 0.69230769em;
  color: #ffffff;
}
.ky_zhenti .part01 div.ztwrap div.p01_right {
  font-size: 26px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 9.76923077em;
  height: 9.76923077em;
  background: -webkit-linear-gradient(left, #08c797, #01b49f);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #08c797, #01b49f);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #08c797, #01b49f);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #08c797, #01b49f);
  /* 标准的语法 */
  box-shadow: 0px 0px 0.76923077em 0px rgba(1, 180, 159, 0.5);
  border-radius: 0px 0.92307692em 0.92307692em 0px;
  -moz-border-radius: 0px 0.92307692em 0.92307692em 0px;
  -webkit-border-radius: 0px 0.92307692em 0.92307692em 0px;
  -ms-border-radius: 0px 0.92307692em 0.92307692em 0px;
  -o-border-radius: 0px 0.92307692em 0.92307692em 0px;
  position: relative;
}
.ky_zhenti .part01 div.ztwrap div.p01_right > div.sm {
  font-size: 0.69230769em;
  font-weight: bold;
  width: 11.33333333em;
  height: 2.66666667em;
  line-height: 2.66666667em;
  border-radius: 1.33333333em;
  -moz-border-radius: 1.33333333em;
  -webkit-border-radius: 1.33333333em;
  -ms-border-radius: 1.33333333em;
  -o-border-radius: 1.33333333em;
  color: #ffffff;
  text-align: center;
  background: -webkit-linear-gradient(#6d88a3, #465360);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#6d88a3, #465360);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#6d88a3, #465360);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#6d88a3, #465360);
  /* 标准的语法 */
  position: absolute;
  top: -2.22222222em;
  left: 50%;
  transform: translateX(-50%);
}
.ky_zhenti .part01 div.ztwrap div.p01_right > div.sm::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  content: "";
  border-width: 0.55555556em;
  border-color: #465360 transparent transparent transparent;
  border-style: solid dashed dashed dashed;
}
@media (max-width: 1200px) {
  .ky_zhenti .part01 div.ztwrap div.p01_left,
  .ky_zhenti .part01 div.ztwrap div.p01_right {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .ky_zhenti .part01 div.ztwrap div.p01_left {
    font-size: 18px;
  }
  .ky_zhenti .part01 div.ztwrap div.p01_left ul li div.img > img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .ky_zhenti .part01 div.ztwrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-top: 30px;
  }
  .ky_zhenti .part01 div.ztwrap div.p01_left {
    font-size: 24px;
    width: 100%;
    max-width: 600px;
    margin-bottom: 55px;
    padding: 1em 0.5em;
  }
  .ky_zhenti .part01 div.ztwrap div.p01_left ul {
    -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_zhenti .part01 div.ztwrap div.p01_right {
    max-width: 420px;
    border-radius: 0.92307692em;
    -moz-border-radius: 0.92307692em;
    -webkit-border-radius: 0.92307692em;
    -ms-border-radius: 0.92307692em;
    -o-border-radius: 0.92307692em;
  }
}
@media (max-width: 580px) {
  .ky_zhenti .part01 div.ztwrap div.p01_left {
    font-size: 16px;
  }
  .ky_zhenti .part01 div.ztwrap div.p01_left ul li > a {
    padding: 1.11538462em 0.5em 0.76923077em;
    margin: 0 0.3em;
  }
}
@media (max-width: 360px) {
  .ky_zhenti .part01 div.ztwrap div.p01_left {
    font-size: 14px;
  }
  .ky_zhenti .part01 div.ztwrap div.p01_left ul li > a {
    padding: 1.11538462em 0.3em 0.76923077em;
  }
}
.ky_zhenti .part02 > div.top {
  margin-top: 30px;
  margin-bottom: 100px;
  max-width: 1035px;
  padding: 45px 45px 60px 350px;
  box-sizing: border-box;
  position: relative;
  background: #fff url(../images/p02_bg.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  box-shadow: 0px 4px 15px 0px rgba(30, 104, 79, 0.08);
}
.ky_zhenti .part02 > div.top > img {
  position: absolute;
  left: -45px;
  bottom: -7px;
}
.ky_zhenti .part02 > div.top div.p02_right {
  width: 100%;
}
.ky_zhenti .part02 > div.top div.p02_right h3 {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ky_zhenti .part02 > div.top div.p02_right h3 {
    font-size: 20px;
  }
}
.ky_zhenti .part02 > div.top div.p02_right 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;
  margin-bottom: 35px;
}
.ky_zhenti .part02 > div.top div.p02_right ul li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}
.ky_zhenti .part02 > div.top div.p02_right ul li > span {
  margin-right: 10px;
}
.ky_zhenti .part02 > div.top div.p02_right ul li > span > img {
  display: block;
}
.ky_zhenti .part02 > div.top div.p02_right ul li > span > img:nth-of-type(2) {
  display: none;
}
.ky_zhenti .part02 > div.top div.p02_right ul li h4 {
  font-size: 16px;
  color: #666666;
}
.ky_zhenti .part02 > div.top div.p02_right ul li.check > span > img:nth-of-type(1) {
  display: none;
}
.ky_zhenti .part02 > div.top div.p02_right ul li.check > span > img:nth-of-type(2) {
  display: block;
}
@media (max-width: 768px) {
  .ky_zhenti .part02 > div.top div.p02_right ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .ky_zhenti .part02 > div.top div.p02_right ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ky_zhenti .part02 > div.top div.p02_right ul li h4 {
    width: 80px;
  }
}
.ky_zhenti .part02 > div.top div.p02_right textarea {
  outline: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  height: 66px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}
.ky_zhenti .part02 > div.top div.p02_right ol {
  margin-top: 18px;
}
.ky_zhenti .part02 > div.top div.p02_right ol li {
  width: 100%;
  margin-bottom: 20px;
}
.ky_zhenti .part02 > div.top div.p02_right ol li input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  outline: none;
  color: #666666;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}
.ky_zhenti .part02 > div.top div.p02_right ol li > a {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
  background-color: #3eae88;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (min-width: 768px) {
  .ky_zhenti .part02 > div.top div.p02_right ol {
    margin-top: 35px;
    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_zhenti .part02 > div.top div.p02_right ol li {
    width: 31%;
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .ky_zhenti .part02 > div.top {
    padding: 45px;
  }
  .ky_zhenti .part02 > div.top > img {
    display: none;
  }
}
@media (max-width: 768px) {
  .ky_zhenti .part02 > div.top {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.ky_zhenti .part02 .btn_c {
  font-size: 0;
  text-align: center;
  margin-bottom: 25px;
}
.ky_zhenti .part02 .btn_c span {
  display: inline-block;
  font-size: 18px;
  color: #e3a965;
  max-width: 10.66666667em;
  width: 32%;
  line-height: 2.55555556em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: solid 1px #e3a965;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ky_zhenti .part02 .btn_c span {
    font-size: 16px;
  }
  .ky_zhenti .part02 .btn_c span:nth-child(2) {
    margin: 0 1% !important;
  }
}
@media (max-width: 420px) {
  .ky_zhenti .part02 .btn_c span {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .ky_zhenti .part02 .btn_c span {
    font-size: 13px;
  }
}
.ky_zhenti .part02 .btn_c span.on {
  background-color: #e3a965;
  color: #fff;
}
.ky_zhenti .part02 .btn_c span:nth-child(2) {
  margin: 0 10px;
}
.ky_zhenti .part02 div.boxsrc {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ky_zhenti .part02 div.boxsrc > div {
  box-shadow: 0px 0px 15px 0px rgba(7, 95, 62, 0.08);
  *zoom: 1;
  display: none;
}
.ky_zhenti .part02 div.boxsrc > div:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_zhenti .part02 div.boxsrc .shows {
  display: block;
}
.ky_zhenti .part02 div.boxsrc dl {
  text-align: center;
  float: left;
  padding: 0 15px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.ky_zhenti .part02 div.boxsrc dl:nth-child(1) {
  max-width: 200px;
  width: 15.5%;
  background-image: linear-gradient(0deg, #475663 0%, #6c87a2 100%);
}
.ky_zhenti .part02 div.boxsrc dl:nth-child(1) dd {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.ky_zhenti .part02 div.boxsrc dl:nth-child(2) {
  max-width: 1100px;
  width: 84.5%;
  background-color: #fff;
}
.ky_zhenti .part02 div.boxsrc dl:nth-child(2) dt {
  color: #353535;
}
.ky_zhenti .part02 div.boxsrc dl:nth-child(2) dd a {
  float: left;
  color: #353535;
  width: 10%;
  display: block;
}
.ky_zhenti .part02 div.boxsrc dl:nth-child(2) dd a:nth-child(1) {
  color: #f05613;
}
.ky_zhenti .part02 div.boxsrc dl dt {
  font-size: 24px;
  line-height: 2.83333333em;
  color: #fff;
}
.ky_zhenti .part02 div.boxsrc dl dd {
  *zoom: 1;
  font-size: 14px;
  line-height: 2.85714286em;
  border-top: 1px dashed rgba(9, 49, 49, 0.2);
}
.ky_zhenti .part02 div.boxsrc dl dd:after {
  content: " ";
  clear: both;
  display: table;
}
@media (max-width: 768px) {
  .ky_zhenti .part02 div.boxsrc {
    overflow-x: auto;
  }
  .ky_zhenti .part02 div.boxsrc > div {
    width: 840px;
    margin: 10px 0;
  }
  .ky_zhenti .part02 div.boxsrc > div dl dt {
    font-size: 18px;
  }
}
.ky_zhenti .part02 div.btn {
  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-top: 30px;
}
.ky_zhenti .part02 div.btn > a {
  font-size: 18px;
  width: 194px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  color: #3eae88;
  border: solid 1px #3eae88;
  margin: 0 10px;
}
.ky_zhenti .part02 div.btn > a:nth-of-type(3) {
  color: #fff;
  background-color: #3eae88;
}
@media (max-width: 768px) {
  .ky_zhenti .part02 div.btn {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 320px;
    margin: 0 auto;
    width: 90%;
  }
  .ky_zhenti .part02 div.btn > a {
    width: 100%;
    margin-top: 20px;
  }
}
.ky_zhenti .part030405 {
  background: url(../images/bg_p345.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_zhenti .part03 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .ky_zhenti .part03 {
    padding-bottom: 20px;
  }
}
.ky_zhenti .part03 div.zyyd {
  margin: 55px 0 20px;
  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_zhenti .part03 div.zyyd > p {
  font-size: 32px;
  color: #d5b269;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .ky_zhenti .part03 div.zyyd.gjx {
    margin-top: 25px;
  }
  .ky_zhenti .part03 div.zyyd.gjx > p {
    font-size: 24px;
  }
}
.ky_zhenti .part03 div.years {
  max-width: 1098px;
  padding: 47px 100px;
  background: url(../images/p03_bg.png) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  border-radius: 75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  -ms-border-radius: 75px;
  -o-border-radius: 75px;
  position: relative;
  box-sizing: border-box;
}
.ky_zhenti .part03 div.years > img {
  position: absolute;
  top: -65px;
  right: 63px;
}
.ky_zhenti .part03 div.years 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;
}
.ky_zhenti .part03 div.years ul li {
  font-size: 24px;
  max-width: 172px;
  width: 20%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin: 0 2.5%;
  background: url(../images/p03_nav_bg.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.ky_zhenti .part03 div.years ul li a {
  color: #ffffff;
}
.ky_zhenti .part03 div.years ul li:hover {
  background: #fff;
}
.ky_zhenti .part03 div.years ul li:hover a {
  color: #e3a965;
}
@media (max-width: 1200px) {
  .ky_zhenti .part03 div.years {
    padding: 45px;
  }
}
@media (max-width: 768px) {
  .ky_zhenti .part03 div.years {
    max-width: 540px;
    padding: 25px 10px 10px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }
  .ky_zhenti .part03 div.years > img {
    width: 85px;
    top: -30px;
    right: 20px;
  }
  .ky_zhenti .part03 div.years ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ky_zhenti .part03 div.years ul li {
    width: 45%;
    margin-bottom: 15px;
  }
}
.ky_zhenti div.query div.zyyd {
  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_zhenti div.query div.zyyd > p {
  font-size: 32px;
  color: #d5b269;
  margin: 0 15px;
}
@media (max-width: 768px) {
  .ky_zhenti div.query div.zyyd.gjx {
    margin-top: 25px;
  }
  .ky_zhenti div.query div.zyyd.gjx > p {
    font-size: 24px;
  }
}
.ky_zhenti div.query div.zyyd {
  padding: 60px 0 20px;
  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_zhenti div.query div.zyyd > p {
  color: #fff;
}
@media (max-width: 768px) {
  .ky_zhenti div.query div.zyyd {
    padding-top: 20px;
  }
  .ky_zhenti div.query div.zyyd > p {
    font-size: 22px;
    text-align: center;
  }
}
.ky_zhenti div.query div.boxsrc {
  max-width: 1100px;
}
.ky_zhenti div.query div.boxsrc 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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: url(../images/p03_table_bg.jpg) no-repeat center top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.ky_zhenti div.query div.boxsrc ul li {
  flex: 1;
}
.ky_zhenti div.query div.boxsrc ul li table {
  width: 96%;
  margin: 0 auto;
}
.ky_zhenti div.query div.boxsrc ul li table tr {
  border-bottom: dashed 1px rgba(49, 49, 49, 0.2);
}
.ky_zhenti div.query div.boxsrc ul li table tr:nth-of-type(1),
.ky_zhenti div.query div.boxsrc ul li table tr:last-child {
  border-bottom: none;
}
.ky_zhenti div.query div.boxsrc ul li table tr:nth-of-type(2) td {
  padding-top: 15px;
}
.ky_zhenti div.query div.boxsrc ul li table tr th {
  font-size: 24px;
  height: 80px;
  text-align: center;
  color: #ffffff;
}
.ky_zhenti div.query div.boxsrc ul li table tr th:nth-of-type(1) {
  width: 47%;
}
.ky_zhenti div.query div.boxsrc ul li table tr th:nth-of-type(2) {
  width: 53%;
}
.ky_zhenti div.query div.boxsrc ul li table tr td {
  font-size: 14px;
  line-height: 40px;
  color: #4c5a68;
}
.ky_zhenti div.query div.boxsrc ul li table tr td:nth-of-type(1) {
  width: 47%;
  padding-left: 30px;
}
.ky_zhenti div.query div.boxsrc ul li table tr td:nth-of-type(2) {
  width: 53%;
  padding-right: 15px;
  text-align: right;
}
.ky_zhenti div.query div.boxsrc ul li table tr td > a {
  color: #4c5a68;
  margin: 0 16px;
}
.ky_zhenti div.query div.boxsrc ul li table tr td > a:hover {
  color: #f05613;
}
.ky_zhenti div.query div.boxsrc ul li table tr td > a:nth-of-type(1) {
  color: #f05613;
}
@media (max-width: 1200px) {
  .ky_zhenti div.query div.boxsrc {
    overflow-x: scroll;
  }
  .ky_zhenti div.query div.boxsrc ul {
    width: 1100px;
  }
}
.ky_zhenti .part04 div.ztwrap {
  margin-top: 20px;
  max-width: 420px;
}
.ky_zhenti .part04 div.ztwrap ul {
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(229, 172, 103, 0.15);
  position: relative;
  box-sizing: border-box;
}
.ky_zhenti .part04 div.ztwrap ul:nth-of-type(1) {
  margin-bottom: 20px;
}
.ky_zhenti .part04 div.ztwrap ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #e3a965;
  box-shadow: 0px 2px 10px 0px rgba(229, 172, 103, 0.15);
}
.ky_zhenti .part04 div.ztwrap ul li {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: dashed 1px rgba(76, 90, 104, 0.5);
}
.ky_zhenti .part04 div.ztwrap ul li:last-child {
  border-bottom: none;
}
.ky_zhenti .part04 div.ztwrap ul li > img {
  margin-right: 5px;
}
.ky_zhenti .part04 div.ztwrap ul li h3 {
  width: 50%;
  font-size: 16px;
  color: #475764;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ky_zhenti .part04 div.ztwrap ul li > a {
  font-size: 16px;
  width: 96px;
  height: 32px;
  line-height: 32px;
  color: #e3a965;
  text-align: center;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: solid 1px #e3a965;
}
.ky_zhenti .part04 div.ztwrap ul li > a:hover {
  background-color: #e3a965;
  color: #ffffff;
}
@media (min-width: 768px) {
  .ky_zhenti .part04 div.ztwrap {
    margin-top: 40px;
    max-width: 884px;
    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_zhenti .part04 div.ztwrap ul {
    width: 46.6%;
    margin: 0 1.7%;
    padding: 20px;
  }
  .ky_zhenti .part04 div.ztwrap ul:nth-of-type(1) {
    margin-bottom: 0px;
  }
  .ky_zhenti .part04 div.ztwrap ul li > img {
    margin-right: 0px;
  }
}
.ky_zhenti .part05 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .ky_zhenti .part05 {
    padding-bottom: 20px;
  }
}
.ky_zhenti .part05 ul.ztwrap {
  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;
  max-width: 1174px;
  margin-top: 60px;
}
.ky_zhenti .part05 ul.ztwrap li {
  font-size: 18px;
  width: 10%;
  margin: 0 3.3% 1.66666667em;
}
.ky_zhenti .part05 ul.ztwrap li > img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0.83333333em;
}
.ky_zhenti .part05 ul.ztwrap li h3 {
  font-size: 1em;
  text-align: center;
  color: #444444;
}
@media (max-width: 1200px) {
  .ky_zhenti .part05 ul.ztwrap li {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .ky_zhenti .part05 ul.ztwrap {
    margin-top: 30px;
  }
  .ky_zhenti .part05 ul.ztwrap li {
    width: 18%;
    margin: 0 3.5% 1.66666667em;
  }
}
@media (max-width: 640px) {
  .ky_zhenti .part05 ul.ztwrap li {
    width: 28.33%;
    margin: 0 2% 1.66666667em;
  }
  .ky_zhenti .part05 ul.ztwrap li > img {
    max-width: 64px;
  }
}
.ky_zhenti .part05 a.zx_btn {
  width: 275px;
  margin: 10px auto 0px;
}
.ky_zhenti .part06 {
  background-color: #f8fdfb;
  padding: 60px 0 40px;
}
.ky_zhenti .part06 ul {
  max-width: 1015px;
  width: 96%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  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;
  margin-top: 40px;
}
.ky_zhenti .part06 ul li {
  font-size: 16px;
  width: 30%;
  position: relative;
  opacity: 0.7;
}
.ky_zhenti .part06 ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 21px;
  left: 20px;
  background: url(../images/part09_lis01.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.ky_zhenti .part06 ul li:nth-child(2)::before {
  background: url(../images/part09_lis02.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.ky_zhenti .part06 ul li:nth-child(3)::before {
  background: url(../images/part09_lis03.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.ky_zhenti .part06 ul li input {
  padding-left: 3em;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  width: 100%;
  border-radius: 32px;
  border: solid 1px #eee;
  line-height: 2.625em;
  border-radius: 2em;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
}
.ky_zhenti .part06 ul li.active,
.ky_zhenti .part06 ul li:hover {
  opacity: 1;
}
.ky_zhenti .part06 ul li.active input,
.ky_zhenti .part06 ul li:hover input {
  box-shadow: 0px 0px 15px 0px rgba(1, 180, 159, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(1, 180, 159, 0.3);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(1, 180, 159, 0.3);
  border: solid 1px #01b49f;
}
.ky_zhenti .part06 ul li.active:nth-child(1)::before,
.ky_zhenti .part06 ul li:hover:nth-child(1)::before {
  background: url(../images/part09_lisy01.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.ky_zhenti .part06 ul li.active:nth-child(2)::before,
.ky_zhenti .part06 ul li:hover:nth-child(2)::before {
  background: url(../images/part09_lisy02.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
.ky_zhenti .part06 ul li.active:nth-child(3)::before,
.ky_zhenti .part06 ul li:hover:nth-child(3)::before {
  background: url(../images/part09_lisy03.png) no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
@media (max-width: 1000px) {
  .ky_zhenti .part06 ul li {
    width: 92%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  .ky_zhenti .part06 {
    padding: 40px 0 40px;
  }
  .ky_zhenti .part06 ul li::before {
    top: 16px;
  }
  .ky_zhenti .part06 ul li input {
    line-height: 30px !important;
    -webkit-appearance: none;
    /* 方法2 */
    -webkit-tap-highlight-color: transparent;
  }
}
.ky_zhenti .part06 div.btn {
  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-top: 30px;
}
.ky_zhenti .part06 div.btn > a {
  font-size: 18px;
  width: 12.44444444em;
  height: 3.11111111em;
  line-height: 3.11111111em;
  color: #4c2814;
  text-align: center;
  margin: 0 0.55555556em;
  background: -webkit-linear-gradient(left, #ffcc84, #f9c07d);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ffcc84, #f9c07d);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ffcc84, #f9c07d);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ffcc84, #f9c07d);
  /* 标准的语法 */
  box-shadow: 0px 0.22222222em 0.55555556em 0px rgba(250, 195, 126, 0.4);
  border-radius: 0.22222222em;
  -moz-border-radius: 0.22222222em;
  -webkit-border-radius: 0.22222222em;
  -ms-border-radius: 0.22222222em;
  -o-border-radius: 0.22222222em;
}
@media (max-width: 768px) {
  .ky_zhenti .part06 div.btn {
    margin-top: 0;
  }
  .ky_zhenti .part06 div.btn > a {
    font-size: 14px;
  }
}
