/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #f7fcff;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 4.87rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.5rem;
  text-align: left;
}
.zt_header .logo img {
  width: 2.52rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 3rem;
    background-size: 150% auto;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
.zt_content {
  padding-top: 0.3rem;
  padding-bottom: 0.9rem;
}
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.tab_style3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab_style3 li {
  width: 47%;
}
.tab_style3 a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 177px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .tab_style3 a {
    height: 70px;
  }
}
.tab_style3 a.s1 {
  background-image: url(../images/zt_title1.png);
}
.tab_style3 a.s2 {
  background-image: url(../images/zt_title2.png);
}
.tab_style3 .cur a.s1 {
  background-image: url(../images/zt_title1_cur.png);
}
.tab_style3 .cur a.s2 {
  background-image: url(../images/zt_title2_cur.png);
}
.yjs_ul {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.yjs_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}
.yjs_ul > li:nth-child(n) {
  margin-top: 0;
}
.yjs_ul > li:nth-child(n)::after {
  display: block;
}
.yjs_ul > li:nth-child(n + 3) {
  margin-top: 50px;
}
.yjs_ul > li:nth-child(3) {
  margin-top: 0;
}
.yjs_ul > li:nth-child(3n)::after,
.yjs_ul > li:last-child::after {
  display: none;
}
.yjs_ul > li a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .yjs_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .yjs_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .yjs_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .yjs_ul > li:nth-child(n)::after {
    display: block;
  }
  .yjs_ul > li:nth-child(n + 1) {
    margin-top: 20px;
  }
  .yjs_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .yjs_ul > li:nth-child(1n)::after,
  .yjs_ul > li:last-child::after {
    display: none;
  }
  .yjs_ul > li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) {
  .yjs_ul li:nth-child(4) {
    order: 6;
  }
  .yjs_ul li:nth-child(5) {
    order: 5;
  }
  .yjs_ul li:nth-child(6) {
    order: 4;
  }
}
.yjs_ul li:nth-child(7) {
  order: 7;
}
.yjs_ul li:nth-child(8) {
  order: 8;
}
.yjs_ul li:nth-child(9) {
  order: 9;
}
.yjs_box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.yjs_box ::-webkit-scrollbar {
  width: 8px;
}
.yjs_box ::-webkit-scrollbar-thumb {
  background: #36b7fd;
  border-radius: 2px;
}
.yjs_box ::-webkit-scrollbar-track-piece {
  background: #c7d9e2;
  border-radius: 2px;
}
.yjs_box .yjs_num {
  display: inline-block;
  width: 41px;
  height: 52px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
.yjs_box .yjs_num.s1 {
  background-image: url(../images/icon_num1.png);
}
.yjs_box .yjs_num.s2 {
  background-image: url(../images/icon_num2.png);
}
.yjs_box .yjs_num.s3 {
  background-image: url(../images/icon_num3.png);
}
.yjs_box .yjs_num.s4 {
  background-image: url(../images/icon_num4.png);
}
.yjs_box .yjs_num.s5 {
  background-image: url(../images/icon_num5.png);
}
.yjs_box .yjs_num.s6 {
  background-image: url(../images/icon_num6.png);
}
.yjs_box .yjs_num.s7 {
  background-image: url(../images/icon_num7.png);
}
.yjs_box .yjs_num.s8 {
  background-image: url(../images/icon_num8.png);
}
.yjs_box .yjs_num.s9 {
  background-image: url(../images/icon_num9.png);
}
.yjs_box .yjs_num::after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
  width: 12px;
  height: 12px;
  background: linear-gradient(90deg, #39c0fe 0%, #1660ef 100%);
  border-radius: 50%;
}
@media (min-width: 769px) {
  .yjs_box .yjs_num.s1::before,
  .yjs_box .yjs_num.s2::before,
  .yjs_box .yjs_num.s7::before,
  .yjs_box .yjs_num.s8::before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 406px;
    height: 1px;
    border-top: 1px dashed #1763ef;
  }
  .yjs_box .yjs_num.s3::before,
  .yjs_box .yjs_num.s6::before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -416px;
    height: 406px;
    width: 1px;
    border-left: 1px dashed #1763ef;
  }
  .yjs_box .yjs_num.s4::before,
  .yjs_box .yjs_num.s5::before {
    z-index: 1;
    content: '';
    position: absolute;
    right: 50%;
    bottom: -15px;
    width: 406px;
    height: 1px;
    border-top: 1px dashed #1763ef;
  }
  .yjs_box .yjs_num.none::before {
    display: none;
  }
}
.yjs_box .yjs {
  width: 100%;
  background: url(../images/yjs_bg.png) no-repeat top center;
  background-size: 100% 334px;
  padding: 20px;
  position: relative;
  z-index: 20;
}
@media (min-width: 769px) {
  .yjs_box .yjs {
    height: 334px;
  }
}
@media (max-width: 768px) {
  .yjs_box .yjs {
    min-height: 160px;
  }
}
.yjs_box .yjs::after {
  z-index: 1;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;
  width: 100%;
  height: 142px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.yjs_box .yjs.gr1::after {
  background-image: url(../images/bg_gr1.png);
}
.yjs_box .yjs.gr2::after {
  background-image: url(../images/bg_gr2.png);
}
.yjs_box .yjs.gr3::after {
  background-image: url(../images/bg_gr3.png);
}
.yjs_box .yjs.gr4::after {
  background-image: url(../images/bg_gr4.png);
}
.yjs_box .yjs.gr5::after {
  background-image: url(../images/bg_gr5.png);
}
.yjs_box .yjs.gr6::after {
  background-image: url(../images/bg_gr6.png);
}
.yjs_box .yjs.gr7::after {
  background-image: url(../images/bg_gr7.png);
}
.yjs_box .yjs.gr8::after {
  background-image: url(../images/bg_gr8.png);
}
.yjs_box .yjs.gr9::after {
  background-image: url(../images/bg_gr9.png);
}
.yjs_box .yjs.fr1::after {
  background-image: url(../images/bg_fr1.png);
}
.yjs_box .yjs.fr2::after {
  background-image: url(../images/bg_fr2.png);
}
.yjs_box .yjs.fr3::after {
  background-image: url(../images/bg_fr3.png);
}
.yjs_box .yjs.fr4::after {
  background-image: url(../images/bg_fr4.png);
}
.yjs_box .yjs.fr5::after {
  background-image: url(../images/bg_fr5.png);
}
.yjs_box .yjs.fr6::after {
  background-image: url(../images/bg_fr6.png);
}
.yjs_box .yjs.fr7::after {
  background-image: url(../images/bg_fr7.png);
}
.yjs_box .yjs.fr8::after {
  background-image: url(../images/bg_fr8.png);
}
.yjs_box .yjs_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #1660ef;
  margin-bottom: 10px;
  text-align: center;
}
.yjs_box .yjs_list {
  max-height: 180px;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}
.yjs_box .yjs_list a {
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  color: #333333;
}
.yjs_box .yjs_list a:hover {
  color: #1660ef;
}
