@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Inter", "Noto Sans SC", sans-serif !important;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #3D3D3D;
  --color-zt: #8CB826;
  --head-height: 4.375rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
  --color-jb: linear-gradient(270deg, #8CB826 0%, #0D939A 100%);
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
  }
}

.wh {
  padding: 0 var(--cbasta);
}

.wh1 {
  padding: 0 4.6875%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: var(--color-zt);
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid var(--color-zt);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-zt);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: var(--color-zt);
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: var(--color-zt);
}
.more-msl.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-msl.ls {
  color: var(--color-zt);
  background: transparent;
  border-color: var(--color-zt);
}
.more-msl.ls:before {
  background: var(--color-zt);
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.78rem 2.8rem;
  border-radius: 3.125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 2.2rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-jb);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more-b::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--color-jb);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.more-b:hover:before {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b:hover span {
  color: #fff;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.more-b.hs span {
  color: #656565;
}
.more-b.hs:hover span {
  color: #fff;
}
.more-b.hsh {
  background: var(--color-jb);
}
.more-b.hsh::after {
  display: none;
}
.more-b.hsh::before {
  background: var(--color-zt);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .fullpage-wrapper .fp-section, .fullpage-wrapper .fp-tableCell {
    height: auto !important;
  }
  .fullpage-wrapper .fp-tableCell {
    padding: 5rem 0;
  }
  .section1 .fp-tableCell, .section7 .fp-tableCell {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .fullpage-wrapper .fp-tableCell {
    padding: 2.5rem 0;
  }
  .section1 .fp-tableCell, .section7 .fp-tableCell {
    padding: 0;
  }
}
.section {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.fp-tableCell {
  position: relative;
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  --as-calore: #fff;
  line-height: var(--head-height);
  position: relative;
  background: #070707;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.25rem;
}
.head .head2 .tela a {
  color: var(--as-calore);
  line-height: 1.25rem;
  font-size: 1.125rem;
}
.head .head2 .tela a i {
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
.head .head2 .zywena {
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3rem;
  width: 5.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
.head .head2 .zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .yy-sec a:hover {
  color: var(--color-zt);
}
.head .head2 .sska {
  line-height: 1em;
  padding: 0 1.25rem;
/*  border-left: 1px solid rgba(255, 255, 255, 0.1);*/
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 1.5rem;
}
.head .head2 .sska a {
  color: var(--as-calore);
}
.head .head2 .sska a i {
  font-size: 1.25rem;
}
#menu {
  margin-right: 1vw;
}
#menu .nav_a1 > li {
  float: left;
}
#menu .nav_a1 > li a {
  display: block;
  color: #FFFFFF;
}
#menu .nav_a1 > li > a {
  font-size: 1rem;
  padding: 0 1.9625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 > li > a {
    padding: 0 1.45em;
  }
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 > li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 > li .sec {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0%;
  background: white;
  z-index: 9;
  text-align: center;
  padding: 2.9375rem 0 3.375rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 > li .sec .fnzs-list dl {
  width: 16.6666666667%;
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl u {
  display: block;
  font-size: 0;
  width: 3.375rem;
  margin: 0 auto;
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl u img {
  width: 100%;
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl p {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl:hover u img {
  -webkit-filter: invert(59%) sepia(80%) saturate(396%) hue-rotate(37deg) brightness(95%) contrast(92%);
          filter: invert(59%) sepia(80%) saturate(396%) hue-rotate(37deg) brightness(95%) contrast(92%);
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl:hover p {
  color: #8CB826;
}
#menu .nav_a1 > li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 > li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1 {
  width: 36.8571428571%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  border-right: 1px solid #E9E9E9;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #E9E9E9;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1 li {
  width: 50%;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1 li:nth-child(2n) {
  padding-left: 1.5rem;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1 li a {
  display: block;
  color: #444444;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 1em 0.85em;
  text-align: left;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1 li.on a {
  background: -webkit-linear-gradient(left, rgba(140, 184, 38, 0.2) 0%, rgba(140, 184, 38, 0) 100%);
  background: -moz-linear-gradient(left, rgba(140, 184, 38, 0.2) 0%, rgba(140, 184, 38, 0) 100%);
  background: -o-linear-gradient(left, rgba(140, 184, 38, 0.2) 0%, rgba(140, 184, 38, 0) 100%);
  background: linear-gradient(90deg, rgba(140, 184, 38, 0.2) 0%, rgba(140, 184, 38, 0) 100%);
  color: #8CB826;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 {
  width: 57.1428571429%;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 li {
  display: none;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 li .cp-nav-b2-c1 .img {
  width: 44.8717948718%;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 li .cp-nav-b2-c1 .img img {
  width: 100%;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 li .cp-nav-b2-c1 .cont-p {
  width: 46.2820512821%;
  text-align: left;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 li .cp-nav-b2-c1 .cont-p .name {
  color: #444444;
  font-size: 1.125rem;
  line-height: 1.5em;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 li .cp-nav-b2-c1 .cont-p .p1 {
  color: rgba(61, 61, 61, 0.5);
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.65rem 0 1rem;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 li .cp-nav-b2-c1 .cont-p a.more-b {
  display: inline-block;
  padding: 0.78rem 2.8rem;
}
@media (max-width: 768px) {
  #menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 li .cp-nav-b2-c1 .cont-p a.more-b {
    padding: 0.6rem 2.2rem;
  }
}
#menu .nav_a1 > li:hover .sec,
#menu .nav_a1 > li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 > li:hover > a, #menu .nav_a1 > li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 > li:hover > a span::after, #menu .nav_a1 > li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: var(--color-zt);
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 2.1875rem;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #fff;
  font-family: "Inter";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img #myvideo {
    display: none;
  }
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-banner .mySwipera .banwez1 .cont-p {
  width: 55%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .cont-p {
    width: 100%;
  }
}
.pc-banner .mySwipera .banwez1 .ftit {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .ftit {
    font-size: 1.5rem;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.35em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1.8rem;
  }
}
.pc-banner .mySwipera .banwez1 a.more-b {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 a.more-b {
    margin-top: 1.35rem;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
  z-index: 9;
  text-align: left;
}
.pc-banner .mySwipera .er-gat .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.pc-banner .mySwipera .er-gat .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.pc-banner .mySwipera .er-gat .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.pc-banner .mySwipera .er-gat .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pc-banner .mySwipera .er-gat .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 6.5s;
     -moz-animation-duration: 6.5s;
       -o-animation-duration: 6.5s;
          animation-duration: 6.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}
.pc-banner a.mouse .xdt {
  width: 2.9375rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt img {
  width: 100%;
}

@-webkit-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
@-moz-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
@-o-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
@keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #636161;
  font-size: 1.25rem;
  line-height: 1.8em;
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}
.gong-p.bs {
  color: #fff;
}

.title1 .entit {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
  font-size: 3rem;
  color: transparent;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: capitalize;
  font-family: "Poppins";
  -webkit-transform: translateX(-3.6rem);
     -moz-transform: translateX(-3.6rem);
      -ms-transform: translateX(-3.6rem);
       -o-transform: translateX(-3.6rem);
          transform: translateX(-3.6rem);
}
@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.5rem;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    -webkit-text-stroke-width: 0.3px;
  }
}
.title1 .tit {
  color: #3D3D3D;
  font-size: 2.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .p1 {
  color: #3D3D3D;
  font-size: 1.5rem;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .title1 .p1 {
    font-size: 1.125rem;
  }
}
.title1.bs .entit {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}
.title1.bs .tit, .title1.bs .p1 {
  color: #fff;
}
.title1.ta {
  text-align: center;
}
.title1.ta .entit {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.cont1 .a1v1 .a1b1 {
  width: 40.7142857143%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b1 .p1 {
  padding: 1.25rem 0 1.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .p1 {
    padding: 1rem 0 1.25rem;
  }
}
.cont1 .a1v1 .a1b2 {
  width: 46.5714285714%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .a1b2 .gssj_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.0625rem 1rem;
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .gssj_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem 0.75rem;
  }
}
.cont1 .a1v1 .a1b2 .gssj_list1 li {
  color: #fff;
}
.cont1 .a1v1 .a1b2 .gssj_list1 li .data {
  font-size: 1.125rem;
  line-height: 1.1em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .gssj_list1 li .data {
    font-size: 1rem;
  }
}
.cont1 .a1v1 .a1b2 .gssj_list1 li .data span {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .gssj_list1 li .data span {
    font-size: 2.5rem;
    margin-right: 0.25rem;
  }
}
.cont1 .a1v1 .a1b2 .gssj_list1 li .data sup {
  vertical-align: middle;
  line-height: 0;
  top: 0;
  font-size: 1.125rem;
  line-height: 1em;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .gssj_list1 li .data sup {
    font-size: 1rem;
  }
}
.cont1 .a1v1 .a1b2 .gssj_list1 li .p1 {
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .gssj_list1 li .p1 {
    font-size: 1rem;
  }
}

.cont2 .a2v1 {
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    padding: 0 var(--cbasta);
  }
}
.cont2 .a2v1 .a2b1 {
  width: 77.1084337349%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mySwiper2 {
    margin-top: 1.5rem;
  }
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p {
  width: 35.1270553064%;
  color: #fff;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .tit {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .p1 {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .p1 {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .as_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .as_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .as_list dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .as_list dl dt {
  width: 24.5508982036%;
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .as_list dl dt img {
  width: 100%;
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p .as_list dl dd {
  width: 65.8682634731%;
  font-size: 1rem;
  line-height: 1.5em;
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p a.more-b {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt .cont-p a.more-b {
    margin-top: 1.8rem;
  }
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt a.img {
  display: block;
  width: 48.1927710843%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt a.img {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt a.img img {
  width: 100%;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mySwiper2 ul li .con-xt a.img img {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.cont2 .a2v1 .a2b2 {
  width: 10rem;
  text-align: center;
  margin-right: 5%;
  padding: 2.5rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .jt-morea {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.cont2 .a2v1 .a2b2 .jt-morea > div {
  outline: none;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .jt-morea > div {
    position: static;
    width: 2.65rem;
    height: 2.65rem;
    overflow: hidden;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgba(131, 131, 131, 0.6);
  }
}
.cont2 .a2v1 .a2b2 .jt-morea > div.swiper-button-next1 {
  top: 0;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .jt-morea > div.swiper-button-next1 {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cont2 .a2v1 .a2b2 .jt-morea > div.swiper-button-prev1 {
  bottom: 0;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .jt-morea > div.swiper-button-prev1 {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.cont2 .a2v1 .a2b2 .jt-morea > div i {
  color: rgba(131, 131, 131, 0.6);
  font-size: 1.65rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .jt-morea > div i {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .jt-morea > div:hover {
    border: 1px solid #8CB826;
  }
}
.cont2 .a2v1 .a2b2 .jt-morea > div:hover i {
  color: #8CB826;
}
.cont2 .a2v1 .a2b2 .mySwiper1 {
  height: 19.25em;
  overflow: hidden;
  -webkit-mask: -webkit-linear-gradient(bottom, transparent, #000 50%, transparent);
          mask: linear-gradient(0deg, transparent, #000 50%, transparent);
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .mySwiper1 {
    height: auto;
    -webkit-mask: inherit;
            mask: inherit;
  }
}
.cont2 .a2v1 .a2b2 .mySwiper1 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.cont2 .a2v1 .a2b2 .mySwiper1 .swiper-slide a.mosxa {
  display: block;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.25em;
  text-align: center;
  width: 100%;
  text-wrap: balance;
}
.cont2 .a2v1 .a2b2 .mySwiper1 .swiper-slide.swiper-slide-active a.mosxa {
  color: #8CB826;
  font-weight: 600;
}

.section4 {
  position: relative;
}
.section4 .a3_list3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section4 .a3_list3 li {
  width: 100%;
  height: 100%;
  position: relative;
}
.section4 .a3_list3 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.section4 .a3_list3 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .cont3 {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .section4 .cont3 {
    padding-top: 0;
  }
}
.section4 .cont3 .a3_list1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .section4 .cont3 .a3_list1 {
    margin-top: 1.5rem;
  }
}
.section4 .cont3 .a3_list1 li {
  width: 27.1428571429%;
  color: #fff;
}
@media (max-width: 768px) {
  .section4 .cont3 .a3_list1 li {
    width: 100%;
  }
}
.section4 .cont3 .a3_list1 li .tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .section4 .cont3 .a3_list1 li .tit {
    font-size: 1.5rem;
  }
}
.section4 .cont3 .a3_list1 li .p1 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.75em;
}
@media (max-width: 768px) {
  .section4 .cont3 .a3_list1 li .p1 {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}
.section4 .cont3 .a3_list1 li a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .section4 .cont3 .a3_list1 li a.more-b {
    margin-top: 1.125rem;
  }
}
.section4 .cont3 .a3_list2 {
  margin-top: 5.125rem;
}
@media (max-width: 768px) {
  .section4 .cont3 .a3_list2 {
    margin-top: 2.5rem;
  }
}
.section4 .cont3 .a3_list2 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  background: linear-gradient(180deg, rgba(102, 102, 102, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  padding: 2.75rem 0.5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section4 .cont3 .a3_list2 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.3333333333%;
    padding: 1.85rem 0.5rem;
  }
}
.section4 .cont3 .a3_list2 li .cont-p u {
  display: block;
  font-size: 0;
  width: 3.375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section4 .cont3 .a3_list2 li .cont-p u {
    width: 2.78rem;
  }
}
.section4 .cont3 .a3_list2 li .cont-p u img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section4 .cont3 .a3_list2 li .cont-p p {
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #fff;
  margin-top: 0.78rem;
}
@media (max-width: 768px) {
  .section4 .cont3 .a3_list2 li .cont-p p {
    font-size: 1rem;
    margin-top: 0.6rem;
  }
}
.section4 .cont3 .a3_list2 li:hover, .section4 .cont3 .a3_list2 li.on {
  background: -webkit-linear-gradient(bottom, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0) 100%);
  background: linear-gradient(0deg, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0) 100%);
}

@media (max-width: 990px) {
  .section5 .fp-tableCell {
    padding: 0;
  }
}
.section5 .cont4 {
  -webkit-clip-path: circle(15% at 50% 50%);
          clip-path: circle(15% at 50% 50%);
  -webkit-transition: all 0.1s 0.5s;
  -o-transition: all 0.1s 0.5s;
  -moz-transition: all 0.1s 0.5s;
  transition: all 0.1s 0.5s;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 990px) {
  .section5 .cont4 {
    -webkit-clip-path: inherit;
            clip-path: inherit;
    padding: 2.5rem 0;
  }
}
@media (max-width: 768px) {
  .section5 .cont4 {
    -webkit-clip-path: inherit;
            clip-path: inherit;
    padding: 2.5rem 0;
  }
  .section5 .cont4 .title1 {
    text-align: left;
  }
}
.section5 .cont4 .a4v1 {
  width: 100%;
}
.section5 .cont4 .pa1a {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .section5 .cont4 .pa1a {
    text-align: left;
  }
}
.section5 .cont4 .pa1a .p1 {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section5 .cont4 .pa1a .p1 {
    font-size: 1.35rem;
  }
}
.section5 .cont4 .pa1a .p2 {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .section5 .cont4 .pa1a .p2 {
    font-size: 1rem;
  }
}
.section5 .cont4 .pa1a a.more-b {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .section5 .cont4 .pa1a a.more-b {
    margin-top: 1.5rem;
  }
}
.section5.active .cont4 {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  -webkit-transition: all 1.5s 0.75s;
  -o-transition: all 1.5s 0.75s;
  -moz-transition: all 1.5s 0.75s;
  transition: all 1.5s 0.75s;
}

.cont5 .a5b2 {
  margin-top: 2.875rem;
}
@media (max-width: 768px) {
  .cont5 .a5b2 {
    margin-top: 1.5rem;
  }
}
.cont5 .a5b2 li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.cont5 .a5b2 li::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-jb);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cont5 .a5b2 li a.masx {
  position: relative;
  padding: 2.5rem 2%;
}
@media (max-width: 768px) {
  .cont5 .a5b2 li a.masx {
    padding: 1.5rem 0;
  }
}
.cont5 .a5b2 li a.masx .date {
  text-align: left;
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cont5 .a5b2 li a.masx .date b {
  display: block;
  font-size: 3.125rem;
  line-height: 1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont5 .a5b2 li a.masx .date b {
    font-size: 2.5rem;
  }
}
.cont5 .a5b2 li a.masx .date span {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25em;
}
.cont5 .a5b2 li a.masx .cont-p {
  width: 42.6428571429%;
  margin-right: 48.5714285714%;
  height: 9rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 768px) {
  .cont5 .a5b2 li a.masx .cont-p {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-top: 0.65rem;
  }
}
.cont5 .a5b2 li a.masx .cont-p .name {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .cont5 .a5b2 li a.masx .cont-p .name {
    font-size: 1.35rem;
  }
}
.cont5 .a5b2 li a.masx .cont-p .txt {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont5 .a5b2 li a.masx .cont-p .txt {
    font-size: 1rem;
  }
}
.cont5 .a5b2 li a.masx .main-business__imgbox {
  position: absolute;
  width: 38.2142857143%;
  top: 70%;
  right: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cont5 .a5b2 li a.masx .main-business__imgbox {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    margin-top: 1.25rem;
  }
}
.cont5 .a5b2 li a.masx .main-business__imgbox:before {
  position: absolute;
  display: inline-block;
  top: 38%;
  left: -50px;
  width: 5.625rem;
  height: 5.625rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-image: url(../images/jtast1.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  -o-background-size: cover;
     background-size: cover;
  content: "";
  z-index: 10;
}
@media (max-width: 768px) {
  .cont5 .a5b2 li a.masx .main-business__imgbox:before {
    display: none;
  }
}
.cont5 .a5b2 li a.masx .main-business__imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: width 0.6s ease-out;
  -o-transition: width 0.6s ease-out;
  -moz-transition: width 0.6s ease-out;
  transition: width 0.6s ease-out;
  border-top-right-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
}
@media (max-width: 768px) {
  .cont5 .a5b2 li a.masx .main-business__imgbox::after {
    display: none;
  }
}
.cont5 .a5b2 li a.masx .main-business__imgbox img {
  width: 100%;
  border-radius: 2.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont5 .a5b2 li a.masx .main-business__imgbox img {
    border-radius: 1rem;
  }
}
.cont5 .a5b2 li:hover::after, .cont5 .a5b2 li.active::after {
  width: 100%;
}
.cont5 .a5b2 li:hover a.masx .cont-p .name, .cont5 .a5b2 li.active a.masx .cont-p .name {
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.cont5 .a5b2 li:hover a.masx .main-business__imgbox, .cont5 .a5b2 li.active a.masx .main-business__imgbox {
  opacity: 1;
  z-index: 10;
}
.cont5 .a5b2 li:hover a.masx .main-business__imgbox::after, .cont5 .a5b2 li.active a.masx .main-business__imgbox::after {
  width: 0;
}

.cont6 {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.cont6 .a6b1 {
  width: 100%;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: auto;
  padding-top: var(--head-height);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 768px) {
  .cont6 .a6b1 {
    padding: 2.25rem 0;
  }
}
.cont6 .a6b1 .wh {
  width: 100%;
}
.cont6 .a6b1 .mySwiper3 .swiper-slide a.moreax {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding: 1rem;
}
.cont6 .a6b1 .mySwiper3 .swiper-slide a.moreax img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cont6 .a6b1 .mySwiper3 .pagination {
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont6 .a6b1 .mySwiper3 .pagination {
    display: none;
  }
}
.cont6 .a6b1 .mySwiper3 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.cont6 .a6b1 .mySwiper3 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.cont6 .a6b1 .mySwiper3 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
.cont6 .a6b1 .mySwiper3 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cont6 .a6b1 .mySwiper3 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}
.cont6 .jt-more {
  display: none;
}
@media (max-width: 768px) {
  .cont6 .jt-more {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  .cont6 .jt-more > div i {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    outline: none;
  }
}
.cont6 .foot-fot {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.foot-fot {
  position: relative;
  background: #070707;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 5.125rem 0 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 > u {
  display: block;
  position: absolute;
  right: 0;
  bottom: 4rem;
}
.foot-fot .foota1 > u img {
  height: 5.75rem;
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.75em;
}
.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .fo-a2 .p1 {
  font-size: 1.5rem;
  line-height: 1.75em;
  color: #FFFFFF;
}
.foot-fot .foota1 .fo-a2 .p1 i {
  width: 1.6875rem;
  display: block;
  font-size: 0;
  margin-right: 0.5rem;
}
.foot-fot .foota1 .fo-a2 .p1 i img {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 .p2 {
  margin-top: 1.45rem;
}
.foot-fot .foota1 .fo-a2 .p2 dl {
  width: 29.696969697%;
}
.foot-fot .foota1 .fo-a2 .p2 dl dt img {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 .p2 dl dd {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.75em;
  margin-top: 0.35rem;
  text-align: center;
}
.foot-fot .foota1 .fo-a2 .fxasxz {
  margin-top: 1.5rem;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .foot-fot .foota1 .fo-a2 .fxasxz {
    margin-top: 1rem;
  }
}
.foot-fot .foota1 .fo-a2 .fxasxz dl {
  position: relative;
  z-index: 3;
}
.foot-fot .foota1 .fo-a2 .fxasxz dl a.ax {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .foot-fot .foota1 .fo-a2 .fxasxz dl a.ax {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.foot-fot .foota1 .fo-a2 .fxasxz dl a.ax img {
  width: 50%;
}
.foot-fot .foota1 .fo-a2 .fxasxz dl a.ax:hover {
  background: #fff;
}
.foot-fot .foota1 .fo-a2 .fxasxz dl dd {
  position: absolute;
  left: 50%;
  top: 102%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.25rem;
  background: #fff;
  padding: 0.5rem 0.5rem 0;
  border-radius: 0.65rem;
  display: none;
}
@media (max-width: 768px) {
  .foot-fot .foota1 .fo-a2 .fxasxz dl dd {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
}
.foot-fot .foota1 .fo-a2 .fxasxz dl dd img {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 .fxasxz dl dd p {
  color: #3D3D3D;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
}
.foot-fot .foota1 .fo-a2 .fxasxz dl:hover dd {
  display: block;
}
@media (max-width: 768px) {
  .foot-fot .foota1 .fo-a2 .fxasxz dl:last-child dd {
    left: auto;
    right: 0;
  }
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
  padding: 0.98em 0;
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.4);
}
.foot-fot .foota2 a:hover {
  color: var(--color-zt);
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  width: 3.375rem;
  border-radius: 3rem;
  padding: 0.5rem 0;
  margin-top: 1rem;
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li.tops {
  display: none;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha .aat_list li > a i img {
  height: 1.75rem;
}
.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: var(--color-zt);
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--color-zt);
  border-color: var(--color-zt);
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

.xw_ny_banner {
  background: var(--color-jb);
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "Inter";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color-zt);
  font: 500 1rem/1.5em "Inter";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "Inter";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 4rem;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  color: transparent;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Poppins";
  line-height: 1.125em;
  -webkit-transform: translateX(-3.6rem);
     -moz-transform: translateX(-3.6rem);
      -ms-transform: translateX(-3.6rem);
       -o-transform: translateX(-3.6rem);
          transform: translateX(-3.6rem);
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2.125rem;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 2rem;
    line-height: 1.5em;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p3 {
  font-size: 2rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p3 {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.nbanner a.mouse1 {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}
.nbanner a.mouse1 .xdt {
  width: 2.9375rem;
  margin: 0 auto;
  position: relative;
}
.nbanner a.mouse1 .xdt img {
  width: 100%;
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: -webkit-calc(var(--head-height) + 1rem);
  top: -moz-calc(var(--head-height) + 1rem);
  top: calc(var(--head-height) + 1rem);
}
@media (max-width: 990px) {
  .nbanner .mbx-cont {
    top: 1rem;
  }
}
@media (max-width: 768px) {
  .nbanner .mbx-cont {
    top: 1rem;
  }
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 768px) {
  .cpbanner .m-imgny {
    padding-bottom: 126%;
  }
}
.cpbanner .nbanner-wen1 .banner-cont .cont-p {
  width: 43.4285714286%;
}
@media (max-width: 768px) {
  .cpbanner .nbanner-wen1 .banner-cont .cont-p {
    width: 100%;
  }
}
.cpbanner .nbanner-wen1 .banner-cont .img {
  width: 55%;
}
@media (max-width: 768px) {
  .cpbanner .nbanner-wen1 .banner-cont .img {
    width: 70%;
    margin: 0 auto;
  }
}
.cpbanner .nbanner-wen1 .banner-cont .img img {
  width: 100%;
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: var(--head-height);
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: var(--color-zt);
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: var(--head-height);
  margin-top: -webkit-calc(var(--head-height) * -1);
  margin-top: -moz-calc(var(--head-height) * -1);
  margin-top: calc(var(--head-height) * -1);
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.cp-body {
  overflow: visible;
}

.abt-cont1 {
  padding: 5.625rem 0;
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .ftit {
  color: #3D3D3D;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont1 .ftit {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}
.abt-cont1 .p1 {
  color: #636161;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .abt-cont1 .p1 {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.abt-cont1 .sjtd_list1 {
  gap: 1.5625rem 0;
  padding: 4.6875rem 0 3.4375rem;
}
@media (max-width: 768px) {
  .abt-cont1 .sjtd_list1 {
    padding: 2rem 0;
    gap: 1.25rem 0;
  }
}
.abt-cont1 .sjtd_list1 li {
  width: 33.3333333333%;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .abt-cont1 .sjtd_list1 li {
    width: 50%;
  }
}
.abt-cont1 .sjtd_list1 li u {
  display: block;
  font-size: 0;
  width: 4.375rem;
  margin: 0 auto 0.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .sjtd_list1 li u {
    width: 3.85rem;
  }
}
.abt-cont1 .sjtd_list1 li u img {
  width: 100%;
}
.abt-cont1 .sjtd_list1 li .data {
  line-height: 1em;
  background: -webkit-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: -moz-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: -o-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: linear-gradient(270deg, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.125rem;
  line-height: 1.1em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .abt-cont1 .sjtd_list1 li .data {
    font-size: 1rem;
  }
}
.abt-cont1 .sjtd_list1 li .data span {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1em;
}
@media (max-width: 768px) {
  .abt-cont1 .sjtd_list1 li .data span {
    font-size: 2.5rem;
    margin-right: 0.25rem;
  }
}
.abt-cont1 .sjtd_list1 li .data sup {
  vertical-align: middle;
  line-height: 0;
  top: 0;
  font-size: 1.125rem;
  line-height: 1em;
  position: absolute;
  right: 0;
  background: -webkit-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: -moz-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: -o-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: linear-gradient(270deg, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .abt-cont1 .sjtd_list1 li .data sup {
    font-size: 1rem;
  }
}
.abt-cont1 .sjtd_list1 li .p2 {
  color: #3D3D3D;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.abt-cont1 .sjtd_list1 li:nth-child(2) {
  display: none;
}
.abt-cont1 .sjtd_list1 li:nth-child(6), .abt-cont1 .sjtd_list1 li:nth-child(1) {
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.abt-cont1 .sptc video {
  aspect-ratio: 16/7;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
  cursor: pointer;
}
.abt-cont1 .sptc a.img {
  display: block;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont1 .sptc a.img {
    border-radius: 1.5rem;
  }
}
.abt-cont1 .sptc a.img u {
  display: block;
  font-size: 0;
}
.abt-cont1 .sptc a.img u img {
  width: 100%;
}
.abt-cont1 .sptc a.img i {
  display: block;
  width: 4.8571428571%;
}
@media (max-width: 768px) {
  .abt-cont1 .sptc a.img i {
    width: 8%;
  }
}
.abt-cont1 .sptc a.img i img {
  width: 100%;
}

.abt-cont2 {
  background-repeat: no-repeat;
  background-position: center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.5rem 0 6.5625rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.25rem 0;
  }
}
.abt-cont2 .abt-a2v1-a {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1-a {
    margin-top: 1.25rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b1 {
  width: 24.6428571429%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b1 {
    display: none;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .abt-a2b1c1 {
  width: 50%;
  color: #3D3D3D;
  font-size: 8.75rem;
  line-height: 1em;
  font-weight: 500;
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .abt-a2b1c2 {
  width: 50%;
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .abt-a2b1c2 .mySwiper11 {
  height: 30.125rem;
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .abt-a2b1c2 .mySwiper11 .swiper-slide p {
  font-size: 8.75rem;
  line-height: 1em;
  color: rgba(183, 183, 183, 0.4);
  font-weight: 500;
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .abt-a2b1c2 .mySwiper11 .swiper-slide.swiper-slide-active p {
  background: -webkit-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: -moz-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: -o-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: linear-gradient(270deg, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.abt-cont2 .abt-a2v1 .abt-a2b2 {
  width: 55.1428571429%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b2 {
    width: 100%;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b2 .mySwiper10 {
  height: 30.125rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b2 .mySwiper10 {
    height: auto;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b2 .mySwiper10 .swiper-slide .cont-ax .p1 {
  width: 82.9015544041%;
  color: rgba(99, 97, 97, 0.54);
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b2 .mySwiper10 .swiper-slide .cont-ax .p1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.125rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b2 .mySwiper10 .swiper-slide .cont-ax span {
  display: block;
  width: 10.3626943005%;
  color: rgba(99, 97, 97, 0.54);
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b2 .mySwiper10 .swiper-slide .cont-ax span {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 700;
    background: -webkit-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
    background: -moz-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
    background: -o-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
    background: linear-gradient(270deg, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b2 .mySwiper10 .swiper-slide.swiper-slide-prev .cont-ax .p1, .abt-cont2 .abt-a2v1 .abt-a2b2 .mySwiper10 .swiper-slide.swiper-slide-prev .cont-ax span {
  color: #636161;
}
.abt-cont2 .jt-morea {
  position: absolute;
  left: 27.8571428571%;
  top: 0;
  z-index: 9;
}
@media (max-width: 768px) {
  .abt-cont2 .jt-morea {
    position: static;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.abt-cont2 .jt-morea > div {
  width: 3rem;
  height: 3rem;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}
.abt-cont2 .jt-morea > div.swiper-button-next1 {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 768px) {
  .abt-cont2 .jt-morea > div.swiper-button-next1 {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
}
.abt-cont2 .jt-morea > div.swiper-button-prev1 {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .jt-morea > div.swiper-button-prev1 {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    margin-top: 0;
  }
}
.abt-cont2 .jt-morea > div i {
  color: #8CB826;
  font-size: 1.125rem;
}
.abt-cont2 .jt-morea > div:hover {
  background: var(--color-jb);
}
.abt-cont2 .jt-morea > div:hover i {
  color: #fff;
}

.abt-cont3 {
  position: relative;
}
.abt-cont3 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .abt-cont3 u {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.abt-cont3 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont3 u img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.abt-cont3 .qyyj_list1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .abt-cont3 .qyyj_list1 {
    position: static;
  }
}
.abt-cont3 .qyyj_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont3 .qyyj_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    height: auto;
    padding: 3rem 0;
  }
}
.abt-cont3 .qyyj_list1 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .abt-cont3 .qyyj_list1 li + li {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.abt-cont3 .qyyj_list1 li .cont-pax {
  width: 100%;
  padding: 0 5%;
}
.abt-cont3 .qyyj_list1 li .cont-pax .title .entit {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: transparent;
  font-family: "Poppins";
}
@media (max-width: 768px) {
  .abt-cont3 .qyyj_list1 li .cont-pax .title .entit {
    font-size: 1.75rem;
  }
}
.abt-cont3 .qyyj_list1 li .cont-pax .title .tit {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35em;
  color: #fff;
}
@media (max-width: 768px) {
  .abt-cont3 .qyyj_list1 li .cont-pax .title .tit {
    font-size: 2rem;
  }
}
.abt-cont3 .qyyj_list1 li .cont-pax .p {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 1rem;
  color: #fff;
  display: none;
}
@media (max-width: 768px) {
  .abt-cont3 .qyyj_list1 li .cont-pax .p {
    display: block;
    font-size: 1.125rem;
  }
}
.abt-cont3 .qyyj_list1 li:hover {
  background: var(--color-jb);
}
.abt-cont3 .qyyj_list1 li:hover .cont-pax .title .entit {
  color: #fff;
}
.abt-cont3 .qyyj_list1 li:hover .cont-pax .p {
  display: block;
}

.abt-cont4 {
  position: relative;
}
.abt-cont4 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .abt-cont4 u {
    padding-top: 4rem;
  }
}
.abt-cont4 u img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    top: 3rem;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.abt-cont4 .abt-a4v1 .ryzs-list {
  width: 32.1428571429%;
  padding: 1.65rem 0 1.25rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .ryzs-list {
    width: 100%;
    padding: 1.35rem 0 1rem;
  }
}
.abt-cont4 .abt-a4v1 .ryzs-list li a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.85em;
  color: rgba(99, 97, 97, 0.6);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .ryzs-list li a {
    font-size: 1.125rem;
  }
}
.abt-cont4 .abt-a4v1 .ryzs-list li a:hover {
  color: #636161;
}

.abt-cont5 {
  padding: 5rem 0 3.375rem;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2.25rem 0;
  }
}
.abt-cont5 .mySwiper12 {
  padding: 0.5rem;
  margin: 0 -0.5rem;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper12 {
    margin-top: 1rem;
  }
}
.abt-cont5 .mySwiper12 .swiper-slide a.ablock {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  display: block;
  border: 1px solid transparent;
}
.abt-cont5 .mySwiper12 .swiper-slide a.ablock + a.ablock {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper12 .swiper-slide a.ablock + a.ablock {
    margin-top: 1.125rem;
  }
}
.abt-cont5 .mySwiper12 .swiper-slide a.ablock img {
  width: 100%;
}
.abt-cont5 .mySwiper12 .swiper-slide a.ablock:hover {
  border-color: var(--color-zt);
}
.abt-cont5 .mySwiper12 .pagination {
  text-align: center;
  display: block;
  margin: 1.5rem auto 0;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper12 .pagination {
    margin-top: 1rem;
    display: none;
  }
}
.abt-cont5 .mySwiper12 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.abt-cont5 .mySwiper12 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.abt-cont5 .mySwiper12 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper12 .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.abt-cont5 .mySwiper12 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.abt-cont5 .mySwiper12 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.abt-cont5 .mySwiper12 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}
.abt-cont5 .mySwiper12 .jt-more {
  display: none;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper12 .jt-more {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  .abt-cont5 .mySwiper12 .jt-more > div i {
    font-size: 1.25rem;
    color: #333;
    font-weight: 700;
    outline: none;
  }
}

.honer-content {
  padding: 3rem 0 1rem;
}
@media (max-width: 768px) {
  .honer-content {
    padding: 2rem 0 0.5rem;
  }
}
.honer-content .honer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.honer-content .honer-list li a.img {
  width: 100%;
}
.honer-content .honer-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.honer-content .honer-list li a.img i img {
  width: 100%;
}
.honer-content .honer-list li a.img .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.65rem 0;
  color: #999;
}
@media (max-width: 768px) {
  .honer-content .honer-list li a.img .tit {
    padding: 0.5rem 0;
  }
}
.honer-content .honer-list li a.img:hover .tit {
  color: var(--color-zt);
}

.product-content .product-cont1 {
  width: 19.375%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .product-content .product-cont1 {
    display: none;
  }
}
.product-content .product-cont1 .sd-nasd {
  position: sticky;
  left: 0;
  top: -webkit-calc(var(--head-height) + 2rem);
  top: -moz-calc(var(--head-height) + 2rem);
  top: calc(var(--head-height) + 2rem);
  margin-top: 2rem;
  padding-bottom: 3rem;
}
.product-content .product-cont1 .sd-nasd .n_src1 li + li {
  margin-top: 1px;
}
.product-content .product-cont1 .sd-nasd .n_src1 li a {
  display: block;
  color: #848484;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.75rem 1rem 0.75rem 23.1182795699%;
}
.product-content .product-cont1 .sd-nasd .n_src1 li:hover a, .product-content .product-cont1 .sd-nasd .n_src1 li.active a {
  background: var(--color-jb);
  color: #fff;
}
.product-content .product-cont2 {
  width: 80.625%;
}
@media (max-width: 768px) {
  .product-content .product-cont2 {
    width: 100%;
  }
}
.product-content .product-cont2 .product-list li {
  padding: 6.875rem -webkit-calc(var(--cbasta) * 1.25) 6.875rem 7%;
  padding: 6.875rem -moz-calc(var(--cbasta) * 1.25) 6.875rem 7%;
  padding: 6.875rem calc(var(--cbasta) * 1.25) 6.875rem 7%;
  position: relative;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list li {
    padding: 2.25rem 4%;
  }
}
.product-content .product-cont2 .product-list li .cont-p {
  width: 48.7467588591%;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list li .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product-content .product-cont2 .product-list li .cont-p a.name {
  color: #3D3D3D;
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list li .cont-p a.name {
    font-size: 1.5rem;
  }
}
.product-content .product-cont2 .product-list li .cont-p .p1 {
  color: #3D3D3D;
  font-size: 1.125rem;
  line-height: 1.75em;
  margin: 1.75rem 0 1.25rem;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list li .cont-p .p1 {
    font-size: 1rem;
    margin: 1.125rem 0 0.75rem;
  }
}
.product-content .product-cont2 .product-list li a.img {
  display: block;
  font-size: 0;
  width: 46.4995678479%;
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list li a.img {
    width: 100%;
  }
}
.product-content .product-cont2 .product-list li a.img img {
  width: 100%;
}
.product-content .product-cont2 .product-list li:nth-child(2n) {
  background: #F6F9F9;
}
.product-content .product-cont2 .product-list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-58%);
     -moz-transform: translateX(-58%);
      -ms-transform: translateX(-58%);
       -o-transform: translateX(-58%);
          transform: translateX(-58%);
  width: 80%;
  height: 2px;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 768px) {
  .product-content .product-cont2 .product-list li + li::after {
    height: 1px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.pro-show-cont1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.9375rem 0 6.0625rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding: 2.5rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 36.7142857143%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: #3D3D3D;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 a.more-b {
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 a.more-b {
    margin-top: 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 55%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper4 .swiper-slide .img img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper4 .pagination {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper4 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper4 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper4 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper4 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper4 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper4 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}

.pro-show-cont2 {
  background: -webkit-linear-gradient(right, #8CB826 0%, #0D939A 100%), #070707;
  background: -moz-linear-gradient(right, #8CB826 0%, #0D939A 100%), #070707;
  background: -o-linear-gradient(right, #8CB826 0%, #0D939A 100%), #070707;
  background: linear-gradient(270deg, #8CB826 0%, #0D939A 100%), #070707;
  padding: 6.125rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2.5rem 0;
  }
}
.pro-show-cont2 .cptd-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4.5rem;
  margin-top: 2.875rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .cptd-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.pro-show-cont2 .cptd-list li {
  text-align: center;
  color: #fff;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-show-cont2 .cptd-list li .img {
  width: 4.375rem;
  margin: 0 auto;
}
.pro-show-cont2 .cptd-list li .img img {
  width: 100%;
}
.pro-show-cont2 .cptd-list li .name {
  font-size: 1.25rem;
  line-height: 1.3em;
  padding: 1rem 20% 0.75rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .pro-show-cont2 .cptd-list li .name {
    padding: 1rem 0 0.75rem;
  }
}
.pro-show-cont2 .cptd-list li .text {
  font-size: 1rem;
  line-height: 1.65em;
  text-align: center;
}
@media (max-width: 768px) {
  .pro-show-cont2 .cptd-list li .text {
    text-align: center;
  }
}
.pro-show-cont2 .cptd-list.cpahhx-a {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .pro-show-cont2 .cptd-list.cpahhx-a {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pro-show-cont3 {
  padding: 7.25rem 0 0;
}
@media (max-width: 768px) {
  .pro-show-cont3 {
    padding: 2.5rem 0 0;
  }
}
.pro-show-cont3 .content {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .content {
    margin-top: 1.25rem;
  }
}
.pro-show-cont3 .content .table-cont {
  overflow-x: auto;
}
.pro-show-cont3 .content .table-cont table {
  border: none;
}
@media (max-width: 768px) {
  .pro-show-cont3 .content .table-cont table {
    min-width: 768px;
  }
}
.pro-show-cont3 .content .table-cont table thead {
  border-bottom: 2px solid #8CB826;
}
.pro-show-cont3 .content .table-cont table thead tr th {
  color: #3D3D3D;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.65em;
  text-align: center;
  border: none;
}
.pro-show-cont3 .content .table-cont table tbody tr td {
  text-align: center;
  vertical-align: middle;
  color: #3D3D3D;
  font-size: 1rem;
  line-height: 1.65em;
  border-right: none;
  border-left: none;
}
.pro-show-cont3 .content .table-cont table tbody tr td + td {
  border-left: 1px solid rgba(61, 61, 61, 0.1);
}
.pro-show-cont3 .content .table-cont table tbody tr td[rowspan] + td {
  border-left: none;
}
.pro-show-cont3 .content .table-cont table tbody tr:nth-child(2n) {
  background: #F6F9F9;
}

.pro-show-cont4 {
  padding: 7.75rem 0 5.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 {
    padding: 2.15rem 0 2rem;
  }
}
.pro-show-cont4 .mySwiper5 {
  padding: 0 27.0833333333%;
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 {
    padding: 0 5%;
    margin-top: 1.25rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide a.img {
    border-radius: 1rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img u img {
  width: 100%;
  aspect-ratio: 876/507;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img .cont-p {
  position: absolute;
  left: 7%;
  bottom: 9%;
  color: #fff;
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img .cont-p i {
  display: block;
  font-size: 0;
  width: 3.375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide a.img .cont-p i {
    width: 3rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img .cont-p i img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img .cont-p p {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-slide a.img .cont-p p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img:hover u img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.pro-show-cont4 .mySwiper5 .pagination {
  text-align: center;
  display: block;
  margin: 4.25rem auto 0;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .pagination {
    margin-top: 1rem;
  }
}
.pro-show-cont4 .mySwiper5 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.pro-show-cont4 .mySwiper5 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.pro-show-cont4 .mySwiper5 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.pro-show-cont4 .mySwiper5 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pro-show-cont4 .mySwiper5 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.pro-show-cont4 .mySwiper5 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}

.pro-show-cont5 {
  background: url(../images/bj2.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.25rem 0 7.1875rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 {
    padding: 2.5rem 0;
  }
}
.pro-show-cont5 form {
  margin-top: 2.8375rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 form {
    margin-top: 0.5rem;
  }
}
.pro-show-cont5 form .inpt {
  position: relative;
}
.pro-show-cont5 form .inpt .m_label {
  color: #575859;
  font-size: 1rem;
  line-height: 3.125rem;
  position: absolute;
  left: 1.5em;
  top: 0;
}
.pro-show-cont5 form .inpt .m_label span {
  color: #8CB826;
}
.pro-show-cont5 form .inpt input {
  width: 100%;
  color: #575859;
  font-size: 1rem;
  line-height: 3.125rem;
  background: #fff;
  padding: 0 1.5em;
  border-radius: 3.125rem;
  overflow: hidden;
}
.pro-show-cont5 form .inpt textarea {
  width: 100%;
  color: #575859;
  font-size: 1rem;
  line-height: 1.5em;
  background: #fff;
  padding: 0.75rem 1.5em;
  border-radius: 1.25rem;
  overflow: hidden;
}
.pro-show-cont5 form .msg-a1 .inpt {
  width: 18.9285714286%;
}
@media (max-width: 768px) {
  .pro-show-cont5 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}
.pro-show-cont5 form .msg-a3 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 form .msg-a3 {
    margin-top: 1rem;
  }
}
.pro-show-cont5 form .msg-a3 .inpt {
  font-size: 0;
}
.pro-show-cont5 form .msg-a3 .m_label {
  line-height: 1.5em;
  top: 0.75rem;
}
.pro-show-cont5 form .div_aghgha {
  margin-top: 1.25rem;
  gap: 1rem;
}
.pro-show-cont5 form .div_aghgha .yazm {
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 form .div_aghgha .yazm {
    gap: 1rem;
  }
  .pro-show-cont5 form .div_aghgha .yazm .inpt {
    width: -webkit-calc(100% - 12rem);
    width: -moz-calc(100% - 12rem);
    width: calc(100% - 12rem);
  }
}
.pro-show-cont5 form .div_aghgha .yazm img {
  width: 10.625rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  overflow: hidden;
  cursor: pointer;
}
.pro-show-cont5 form .div_aghgha .more-b {
  background: var(--color-jb);
  border: none;
}
.pro-show-cont5 form .div_aghgha .more-b::before {
  background: var(--color-zt);
}
.pro-show-cont5 form .div_aghgha .more-b::after {
  display: none;
}
.pro-show-cont5 form .yszc-cont {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 form .yszc-cont {
    margin-top: 1.25rem;
  }
}
.pro-show-cont5 form .yszc-cont label {
  color: #fff;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
.pro-show-cont5 form .yszc-cont label a {
  color: #fff;
}
.pro-show-cont5 form .yszc-cont label a:hover {
  color: var(--color-zt);
}
.pro-show-cont5 form .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.pro-show-cont5 form .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}
.pro-show-cont5 form .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.pro-show-cont6 {
  padding: 7.1875rem 0 8.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont6 {
    padding: 2.5rem 0;
  }
}
.pro-show-cont6.yygs-cont2 {
  padding: 7.1875rem 0 4.1875rem;
}
@media (max-width: 768px) {
  .pro-show-cont6.yygs-cont2 {
    padding: 0 0 2.5rem;
  }
}
.pro-show-cont6 .pro-show-a6v1 {
  margin-top: 3.65rem;
  position: relative;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 {
    margin-top: 1.5rem;
  }
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .swiper-slide a.img u img {
  width: 100%;
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .swiper-slide a.img .tit {
  color: #3D3D3D;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .mySwiper6 .swiper-slide a.img .tit {
    font-size: 1.125rem;
  }
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .swiper-slide a.img:hover .tit {
  color: var(--color-zt);
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .pagination {
  text-align: center;
  display: block;
  margin: 4.25rem auto 0;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .mySwiper6 .pagination {
    margin-top: 1rem;
  }
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .mySwiper6 .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.pro-show-cont6 .pro-show-a6v1 .mySwiper6 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .jt-more {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 1.25rem;
  }
}
.pro-show-cont6 .pro-show-a6v1 .jt-more > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: none;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .jt-more > div {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.pro-show-cont6 .pro-show-a6v1 .jt-more > div.swiper-button-next1 {
  right: -5rem;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .jt-more > div.swiper-button-next1 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.pro-show-cont6 .pro-show-a6v1 .jt-more > div.swiper-button-prev1 {
  left: -5rem;
}
.pro-show-cont6 .pro-show-a6v1 .jt-more > div i {
  color: rgba(0, 0, 0, 0.2);
  font-size: 3.5rem;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pro-show-cont6 .pro-show-a6v1 .jt-more > div i {
    font-size: 2rem;
  }
}
.pro-show-cont6 .pro-show-a6v1 .jt-more > div:hover i {
  color: var(--color-zt);
}

.yygs-cont1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.4375rem 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yygs-cont1 {
    padding: 2.5rem 0;
  }
}
.yygs-cont1 .p1tx {
  color: #3D3D3D;
  font-size: 1.375rem;
  line-height: 1.75em;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .yygs-cont1 .p1tx {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.yygs-cont1 .yygs-a1v1 {
  border-radius: 50%;
  border: 1px solid #8CB826;
  aspect-ratio: 1/1;
  position: relative;
  width: 92.8571428571%;
  margin: 10.3125rem auto -48%;
  padding: 11.1538461538%;
}
@media (max-width: 768px) {
  .yygs-cont1 .yygs-a1v1 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: inherit;
    border: none;
    aspect-ratio: auto;
  }
}
@media (max-width: 768px) {
  .yygs-cont1 .yygs-a1v1 .yygs-a1b1 {
    display: none;
  }
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b1 li {
  display: none;
  position: relative;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b1 li u {
  display: block;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b1 li u::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(bottom, #8CB826 0%, #0D939A 100%);
  background: -moz-linear-gradient(bottom, #8CB826 0%, #0D939A 100%);
  background: -o-linear-gradient(bottom, #8CB826 0%, #0D939A 100%);
  background: linear-gradient(0deg, #8CB826 0%, #0D939A 100%);
  opacity: 0.7;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b1 li u img {
  width: 100%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b1 li .cont-p {
  position: absolute;
  left: 0;
  top: 23%;
  width: 100%;
  text-align: center;
  padding: 0 25%;
  color: #fff;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b1 li .cont-p .tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b1 li .cont-p .txt {
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b1 li .cont-p .za_sa {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b1 li .cont-p .za_sa span {
  display: block;
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.5em;
  border: 1px solid #fff;
  padding: 0.4rem 1.35rem;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .yygs-cont1 .yygs-a1v1 .yygs-a1b2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem 0;
    margin-top: 1.25rem;
  }
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li {
  position: absolute;
}
@media (max-width: 768px) {
  .yygs-cont1 .yygs-a1v1 .yygs-a1b2 li {
    position: static;
    width: 33.3333333333%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax {
  text-align: center;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax i {
  width: 8.625rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .yygs-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax i {
    width: 6.25rem;
    margin: 0 auto;
  }
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-jb);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 50%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax i img {
  width: 50.7246376812%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax p {
  color: #3D3D3D;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.65rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .yygs-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax p {
    font-size: 1.125rem;
  }
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(1) {
  left: 0;
  top: 26%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(2) {
  left: 14%;
  top: 6%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(3) {
  left: 44%;
  top: -6%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(4) {
  right: 14%;
  top: 6%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(5) {
  right: 0;
  top: 26%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li.on a.a-nlax i, .yygs-cont1 .yygs-a1v1 .yygs-a1b2 li:hover a.a-nlax i {
  background: var(--color-jb);
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2 li.on a.a-nlax i img, .yygs-cont1 .yygs-a1v1 .yygs-a1b2 li:hover a.a-nlax i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(1) {
  left: -3%;
  top: 30%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(2) {
  left: 6%;
  top: 12%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(3) {
  left: 32%;
  top: -3%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(4) {
  right: 32%;
  top: -3%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(5) {
  right: 6%;
  top: 12%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(6) {
  right: -3%;
  top: 30%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-4 li:nth-child(1) {
  left: 0;
  top: 26%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-4 li:nth-child(2) {
  left: 25%;
  top: -2%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-4 li:nth-child(3) {
  left: auto;
  right: 25%;
  top: -2%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-4 li:nth-child(4) {
  right: 0;
  top: 26%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-2 li:nth-child(1) {
  left: 21%;
  top: 0%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-2 li:nth-child(2) {
  left: auto;
  right: 21%;
  top: 0%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-3 li:nth-child(1) {
  left: 3%;
  top: 17%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-3 li:nth-child(2) {
  left: 44%;
  top: -6%;
}
.yygs-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-3 li:nth-child(3) {
  left: auto;
  right: 3%;
  top: 17%;
}

.social-share .icon-wechat .wechat-qrcode {
  z-index: 99;
}

.yygs-cont3 {
  padding: 4.0625rem 0 4.375rem;
}
@media (max-width: 768px) {
  .yygs-cont3 {
    padding: 2.125rem 0;
  }
}
.yygs-cont3 .mySwiper5 {
  padding: 0 30.8333333333%;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .yygs-cont3 .mySwiper5 {
    padding: 0 5%;
    margin-top: 1.25rem;
  }
}
.yygs-cont3 .mySwiper5 .swiper-slide a.img {
  display: block;
  position: relative;
}
.yygs-cont3 .mySwiper5 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
  border-radius: 3rem;
  position: relative;
}
.yygs-cont3 .mySwiper5 .swiper-slide a.img u::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
}
@media (max-width: 768px) {
  .yygs-cont3 .mySwiper5 .swiper-slide a.img u {
    border-radius: 1rem;
  }
}
.yygs-cont3 .mySwiper5 .swiper-slide a.img u img {
  width: 100%;
  aspect-ratio: 660/467;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.yygs-cont3 .mySwiper5 .swiper-slide a.img p {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
  text-align: center;
  opacity: 0;
}
@media (max-width: 768px) {
  .yygs-cont3 .mySwiper5 .swiper-slide a.img p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.yygs-cont3 .mySwiper5 .swiper-slide a.img:hover u img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.yygs-cont3 .mySwiper5 .swiper-slide.swiper-slide-active a.img u::after {
  display: none;
}
.yygs-cont3 .mySwiper5 .swiper-slide.swiper-slide-active a.img p {
  opacity: 1;
}
.yygs-cont3 .mySwiper5 .pagination {
  text-align: center;
  display: block;
  margin: 2.25rem auto 0;
}
@media (max-width: 768px) {
  .yygs-cont3 .mySwiper5 .pagination {
    margin-top: 1rem;
  }
}
.yygs-cont3 .mySwiper5 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.yygs-cont3 .mySwiper5 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.yygs-cont3 .mySwiper5 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .yygs-cont3 .mySwiper5 .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.yygs-cont3 .mySwiper5 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.yygs-cont3 .mySwiper5 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.yygs-cont3 .mySwiper5 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}

.yfnl-cont1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.5rem 0 6.625rem;
  position: relative;
}
@media (max-width: 768px) {
  .yfnl-cont1 {
    padding: 2.5rem 0;
  }
}
.yfnl-cont1 .yfnl-a1v1 .p1 {
  width: 72.4285714286%;
  color: #3D3D3D;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yfnl-a1v1 .p1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.yfnl-cont1 .yfnl-a1v1 .p1 p + p {
  margin-top: 1rem;
}
.yfnl-cont1 .yyzz-a1list1 {
  gap: 2rem;
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.yfnl-cont1 .yyzz-a1list1 li img {
  width: 100%;
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(1) {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 16.125rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #444;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(1) {
    width: 100%;
    height: auto;
    padding: 2rem 0;
    border-radius: 1rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(1) .tit {
  font-size: 2rem;
  width: 100%;
  font-weight: 700;
  line-height: 1.25em;
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(1) .tit {
    font-size: 1.5rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(2) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 2rem 0;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(2) {
    gap: 1rem 0;
    width: 100%;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p {
  text-align: center;
  background: #0D939A;
  color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
  height: 10.8125rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p {
    height: auto;
    border-radius: 1rem;
    padding: 2rem 0;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p .data {
  width: 100%;
  font-size: 1.6875rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p .data {
    font-size: 1.125rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p .data span {
  font-size: 3.375rem;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p .data span {
    font-size: 2.5rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p p {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p p {
    font-size: 1rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .img {
  overflow: hidden;
  border-radius: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .img {
    border-radius: 1rem;
    display: none;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .img img {
  width: 100%;
  aspect-ratio: 249/258;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(2) .img img {
    aspect-ratio: 249/140;
  }
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(3) {
    display: none;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(3) .img {
  overflow: hidden;
  border-radius: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(3) .img {
    border-radius: 1rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(3) .img img {
  aspect-ratio: 292/640;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(3) .img img {
    aspect-ratio: 249/140;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(4) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 2rem 0;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(4) {
    gap: 1rem 0;
    width: 100%;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 {
  text-align: center;
  background: #8CB826;
  color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
  height: 16.125rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 {
    height: auto;
    border-radius: 1rem;
    padding: 2rem 0;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data {
  width: 100%;
  font-size: 1.6875rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data {
    font-size: 1.125rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data span {
  font-size: 3.375rem;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data span {
    font-size: 2.5rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 p {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 p {
    font-size: 1rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .tit {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #444;
  padding: 2.75rem 0;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .tit {
    width: 100%;
    border-radius: 1rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .tit p {
  font-size: 1.25rem;
  width: 100%;
  font-weight: 700;
  line-height: 1.4em;
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(4) .tit p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(5) {
    display: none;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(5) .img {
  overflow: hidden;
  border-radius: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(5) .img {
    border-radius: 1rem;
  }
}
.yfnl-cont1 .yyzz-a1list1 li:nth-child(5) .img img {
  aspect-ratio: 249/264;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .yfnl-cont1 .yyzz-a1list1 li:nth-child(5) .img img {
    aspect-ratio: 249/140;
  }
}

.yfnl-cont2 {
  background: url(../images/bj4.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.3125rem 0 6.25rem;
}
@media (max-width: 768px) {
  .yfnl-cont2 {
    padding: 2.5rem 0;
  }
}
.yfnl-cont2 .yfnl-a2v1 .yfnl-a2b1 {
  width: 47.2857142857%;
  color: #fff;
}
@media (max-width: 768px) {
  .yfnl-cont2 .yfnl-a2v1 .yfnl-a2b1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.yfnl-cont2 .yfnl-a2v1 .yfnl-a2b1 .tit {
  font-size: 1.5rem;
  line-height: 1.65em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .yfnl-cont2 .yfnl-a2v1 .yfnl-a2b1 .tit {
    font-size: 1.25rem;
  }
}
.yfnl-cont2 .yfnl-a2v1 .yfnl-a2b1 .p1 {
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .yfnl-cont2 .yfnl-a2v1 .yfnl-a2b1 .p1 {
    margin-top: 0.75rem;
  }
}
.yfnl-cont2 .yfnl-a2v1 .yfnl-a2b2 {
  width: 48.3571428571%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yfnl-cont2 .yfnl-a2v1 .yfnl-a2b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.yfnl-cont2 .yfnl-a2v1 .yfnl-a2b2 img {
  width: 100%;
}
.yfnl-cont2 .mySwiper7 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .yfnl-cont2 .mySwiper7 {
    margin-top: 1.5rem;
  }
}
.yfnl-cont2 .mySwiper7 .swiper-slide a.ablock {
  display: block;
  font-size: 0;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
}
@media (max-width: 768px) {
  .yfnl-cont2 .mySwiper7 .swiper-slide a.ablock {
    border-radius: 0.5rem;
  }
}
.yfnl-cont2 .mySwiper7 .swiper-slide a.ablock img {
  width: 100%;
}
.yfnl-cont2 .mySwiper7 .swiper-slide a.ablock + a.ablock {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yfnl-cont2 .mySwiper7 .swiper-slide a.ablock + a.ablock {
    margin-top: 0.75rem;
  }
}
.yfnl-cont2 .mySwiper7 .swiper-slide a.ablock:hover {
  border-color: var(--color-zt);
}
.yfnl-cont2 .mySwiper7 .pagination {
  text-align: center;
  display: block;
  margin: 1.5rem auto 0;
}
@media (max-width: 768px) {
  .yfnl-cont2 .mySwiper7 .pagination {
    margin-top: 1rem;
  }
}
.yfnl-cont2 .mySwiper7 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.yfnl-cont2 .mySwiper7 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.yfnl-cont2 .mySwiper7 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .yfnl-cont2 .mySwiper7 .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.yfnl-cont2 .mySwiper7 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.yfnl-cont2 .mySwiper7 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.yfnl-cont2 .mySwiper7 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}

.yfnl-cont3 {
  background: url(../images/bj5.jpg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 8.25rem 0 10.3125rem;
  position: relative;
}
@media (max-width: 768px) {
  .yfnl-cont3 {
    padding: 2.5rem 0;
  }
}
.yfnl-cont3 .yfnl-a3v1 {
  position: relative;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list1 {
    margin-top: 1.25rem;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li {
  display: none;
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .cont-p {
  width: 45.3571428571%;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .cont-p {
    width: 100%;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .cont-p .tit {
  color: #000000;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .cont-p .p1 {
  color: #3D3D3D;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .cont-p .p1 {
    font-size: 1rem;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .img {
  width: 48.2142857143%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .img {
    width: 100%;
    margin-top: 2rem;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.5rem;
  z-index: -1;
  width: 90.3703703704%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  background: var(--color-jb);
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .img::after {
    top: -1rem;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .img u {
  display: block;
  font-size: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .img u img {
  width: 100%;
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  overflow: hidden;
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 {
  position: relative;
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 .pagination {
  text-align: center;
  display: block;
  margin: 1.5rem auto 0;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  z-index: 3;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 .pagination {
    margin-top: 1rem;
    display: none;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list1 li .mySwiper13 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list2 {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list2 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 1.5rem;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list2 li + li {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list2 li + li {
    margin-top: 0;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list2 li .tit {
  color: #3D3D3D;
  font-size: 0.75rem;
  line-height: 1.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .yfnl-cont3 .yfnl-a3v1 .yfyz_list2 li .tit {
    font-size: 1rem;
    padding: 0 1em;
  }
}
.yfnl-cont3 .yfnl-a3v1 .yfyz_list2 li:hover .tit, .yfnl-cont3 .yfnl-a3v1 .yfyz_list2 li.on .tit {
  color: var(--color-zt);
}

.tita-ax {
  color: #3D3D3D;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .tita-ax {
    font-size: 1.5rem;
  }
  .tita-ax p {
    width: -webkit-calc(100% - 1.5rem);
    width: -moz-calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
  }
}
.tita-ax i {
  display: block;
  width: 1.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .tita-ax i {
    width: 1.25rem;
    margin-right: 0.25rem;
  }
}
.tita-ax i img {
  width: 100%;
  margin-top: -0.2rem;
}

.yffx-cont1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.5rem 0 13rem;
  position: relative;
}
@media (max-width: 768px) {
  .yffx-cont1 {
    padding: 2rem 0 2.25rem;
  }
}
.yffx-cont1::after {
  content: "";
  width: 55.5729166667%;
  height: 80%;
  background: -webkit-linear-gradient(250deg, #8CB826 -8.86%, #0D939A 82.18%);
  background: -moz-linear-gradient(250deg, #8CB826 -8.86%, #0D939A 82.18%);
  background: -o-linear-gradient(250deg, #8CB826 -8.86%, #0D939A 82.18%);
  background: linear-gradient(200deg, #8CB826 -8.86%, #0D939A 82.18%);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(40%);
     -moz-transform: translateX(40%);
      -ms-transform: translateX(40%);
       -o-transform: translateX(40%);
          transform: translateX(40%);
  border-bottom-left-radius: 50vw;
  border-bottom-right-radius: 50vw;
}
@media (max-width: 768px) {
  .yffx-cont1::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .yffx-cont1 {
    padding: 2.5rem 0;
  }
}
.yffx-cont1 .wh {
  position: relative;
  z-index: 1;
}
.yffx-cont1 .yffx-a1v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 {
    margin-top: 1rem;
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 {
  width: 54.6428571429%;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 .yffx-a1b1 {
    width: 100%;
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 .p1 {
  color: #3D3D3D;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 .yffx-a1b1 .p1 {
    font-size: 1rem;
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 .tita-ax {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 .yffx-a1b1 .tita-ax {
    margin-top: 1rem;
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li i {
  display: block;
  font-size: 0;
  width: 4.375rem;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li i {
    width: 3.75rem;
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li i img {
  width: 100%;
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li .cont-p {
  width: -webkit-calc(95% - 4.375rem);
  width: -moz-calc(95% - 4.375rem);
  width: calc(95% - 4.375rem);
  color: #3D3D3D;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li .cont-p {
    width: -webkit-calc(95% - 3.75rem);
    width: -moz-calc(95% - 3.75rem);
    width: calc(95% - 3.75rem);
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li .cont-p .tit {
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li .cont-p .p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 .yffx-a1b1 .jsys_list1 li .cont-p .p {
    margin-top: 0.35rem;
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b2 {
  width: 42.5%;
}
@media (max-width: 768px) {
  .yffx-cont1 .yffx-a1v1 .yffx-a1b2 {
    width: 70%;
    margin: 1.5rem auto 0;
  }
}
.yffx-cont1 .yffx-a1v1 .yffx-a1b2 img {
  width: 100%;
}

.yffx-cont2 {
  background: url(../images/bj6.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.875rem 0 7.8125rem;
}
@media (max-width: 768px) {
  .yffx-cont2 {
    padding: 2.5rem 0;
  }
}
.yffx-cont2 .p1-ax1 {
  font-size: 1.125rem;
  line-height: 1.65em;
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yffx-cont2 .p1-ax1 {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.yffx-cont2 .yffx-a2v1 {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v1 {
    margin-top: 1.25rem;
  }
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list1 li i {
  display: block;
  font-size: 0;
  width: 51.9285714286%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v1 .yffx-a2list1 li i {
    width: 100%;
  }
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list1 li i img {
  width: 100%;
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list1 li .cont-p {
  width: 41.4285714286%;
  color: #fff;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v1 .yffx-a2list1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list1 li .cont-p .tit {
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v1 .yffx-a2list1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list1 li .cont-p .p {
  font-size: 1rem;
  line-height: 1.75em;
  margin-top: 1rem;
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list2 {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 5%;
  padding-right: var(--cbasta);
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v1 .yffx-a2list2 {
    width: 100%;
    padding: 0 4%;
    position: static;
    margin-top: 1rem;
  }
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list2 li {
  position: relative;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v1 .yffx-a2list2 li {
    width: 30%;
    text-align: center;
  }
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list2 li b {
  background: #fff;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 50%;
  top: -0.3rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list2 li b::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-jb);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 50%;
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list2 li .tit {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 2em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v1 .yffx-a2list2 li .tit {
    line-height: 1.35em;
  }
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list2 li.on b {
  background: var(--color-jb);
}
.yffx-cont2 .yffx-a2v1 .yffx-a2list2 li.on .tit {
  color: #fff;
}
.yffx-cont2 .yffx-a2v2 {
  position: relative;
  margin: 11.9375rem 0 3rem;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 {
    margin: 2rem 0 1rem;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2-a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 31.5714285714%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2-a {
    width: 100%;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2-a u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2-a u {
    display: none;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2-a u img {
  width: 100%;
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2-a .tit {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2-a .tit {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 {
  gap: 5rem 1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 {
    gap: 1.125rem;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li {
  width: 33.2142857143%;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li {
    width: 100%;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li:nth-child(2n) {
  margin-left: 20%;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li:nth-child(2n) {
    margin-left: 0;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li i {
  display: block;
  font-size: 0;
  width: 4.375rem;
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li i img {
  width: 100%;
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li .cont-p {
  width: -webkit-calc(95% - 4.375rem);
  width: -moz-calc(95% - 4.375rem);
  width: calc(95% - 4.375rem);
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li .cont-p .tit {
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li .cont-p .p1 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li .cont-p .p1 {
    margin-top: 0.25rem;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li:nth-child(2n-1) i {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li:nth-child(2n-1) i {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li:nth-child(2n-1) .cont-p {
  text-align: right;
}
@media (max-width: 768px) {
  .yffx-cont2 .yffx-a2v2 .yffx-a2v2list1 li:nth-child(2n-1) .cont-p {
    text-align: left;
  }
}

.yffx-cont3 {
  padding: 7rem 0 6.375rem;
}
@media (max-width: 768px) {
  .yffx-cont3 {
    padding: 2.5rem 0;
  }
}
.yffx-cont3 .title1 .tit .ftitasx {
  color: #3D3D3D;
  font-size: 1.6875rem;
  line-height: 1.5em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .yffx-cont3 .title1 .tit .ftitasx {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.yffx-cont3 .yffx-a3v1 {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v1 {
    margin-top: 1rem;
  }
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v1 .cdw-asxt {
    margin-top: 1.125rem;
  }
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 {
  width: 43.9285714286%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 1rem;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 {
    width: 100%;
    gap: 1.5rem 0.65rem;
  }
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 li {
  text-align: center;
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 li i {
  display: block;
  font-size: 0;
  width: 4.375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 li i {
    width: 3.75rem;
  }
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 li i img {
  width: 100%;
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 li .cont-p {
  text-align: center;
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 li .cont-p .tit {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 700;
  padding: 0.125rem 0 0.5rem;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 li .cont-p .tit {
    font-size: 1.25rem;
    padding: 0.25rem 0 0.35rem;
  }
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt .ashx_list1 li .cont-p .p1 {
  color: #3D3D3D;
  font-size: 1rem;
  line-height: 1.5em;
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt .imgaxz {
  width: 51.9285714286%;
  font-size: 0;
  border-radius: 1.125rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v1 .cdw-asxt .imgaxz {
    width: 100%;
    margin-top: 1.25rem;
    border-radius: 1rem;
  }
}
.yffx-cont3 .yffx-a3v1 .cdw-asxt .imgaxz img {
  width: 100%;
}
.yffx-cont3 .yffx-a3v2 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v2 {
    margin-top: 2rem;
  }
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v2 .mySwiper8 {
    margin-top: 1.25rem;
  }
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .swiper-slide i {
  display: block;
  font-size: 0;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v2 .mySwiper8 .swiper-slide i {
    border-radius: 1rem;
  }
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .swiper-slide i img {
  width: 100%;
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .swiper-slide .tit {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1rem;
  text-align: center;
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .pagination {
  text-align: center;
  display: block;
  margin: 2.25rem auto 0;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v2 .mySwiper8 .pagination {
    margin-top: 1rem;
  }
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .yffx-cont3 .yffx-a3v2 .mySwiper8 .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.yffx-cont3 .yffx-a3v2 .mySwiper8 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}

.yffx-cont4 {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  padding: 15.3125rem 0 15.75rem;
}
@media (max-width: 768px) {
  .yffx-cont4 {
    padding: 2.5rem 0;
  }
}
.yffx-cont4 .yffx-a4v1 .p1 {
  width: 48%;
  color: #3D3D3D;
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 1.25rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .yffx-cont4 .yffx-a4v1 .p1 {
    width: 100%;
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.yffx-cont5 {
  background: -webkit-linear-gradient(right, #8CB826 0%, #0D939A 100%);
  background: -moz-linear-gradient(right, #8CB826 0%, #0D939A 100%);
  background: -o-linear-gradient(right, #8CB826 0%, #0D939A 100%);
  background: linear-gradient(270deg, #8CB826 0%, #0D939A 100%);
  padding: 3.5rem 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .yffx-cont5 {
    padding: 2.35rem 0;
    font-size: 1.5rem;
  }
}

.shzc-cont1 {
  padding: 9.125rem 0;
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .shzc-cont1 {
    padding: 2rem 0;
  }
}
.shzc-cont1 .shzc-a1v1 .shzc-a1b1 {
  width: 42.5%;
}
@media (max-width: 768px) {
  .shzc-cont1 .shzc-a1v1 .shzc-a1b1 {
    width: 100%;
  }
}
.shzc-cont1 .shzc-a1v1 .shzc-a1b1 .p1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .shzc-cont1 .shzc-a1v1 .shzc-a1b1 .p1 {
    margin-top: 0.78rem;
  }
}
.shzc-cont1 .shzc-a1v1 .shzc-a1b1 .p1 p + p {
  margin-top: 0.5em;
}
.shzc-cont1 .shzc-a1v1 .shzc-a1b2 {
  width: 49.2857142857%;
}
@media (max-width: 768px) {
  .shzc-cont1 .shzc-a1v1 .shzc-a1b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.shzc-cont1 .shzc-a1v1 .shzc-a1b2 .img img {
  width: 100%;
}

.shzc-cont2 {
  padding: 1.5rem 0;
}
.shzc-cont2 .shzc-a2v1 {
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1 {
    margin-top: 1rem;
  }
}
.shzc-cont2 .shzc-a2v1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1 .shzc-a2-list1 {
    gap: 2rem 5%;
    margin-top: 2.5rem;
  }
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 46%;
  }
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p .ashxa {
  width: 100%;
  border-radius: 1.875rem;
  border: 1px solid #EDEDED;
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(17px);
  padding: 1rem 1.5rem 1.25rem;
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p .ashxa {
    border-radius: 1rem;
  }
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p b {
  display: block;
  font-size: 0;
  width: 54.2857142857%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-1.5rem);
     -moz-transform: translateX(-50%) translateY(-1.5rem);
      -ms-transform: translateX(-50%) translateY(-1.5rem);
       -o-transform: translateX(-50%) translateY(-1.5rem);
          transform: translateX(-50%) translateY(-1.5rem);
  z-index: -1;
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p b {
    -webkit-transform: translateX(-50%) translateY(-1rem);
       -moz-transform: translateX(-50%) translateY(-1rem);
        -ms-transform: translateX(-50%) translateY(-1rem);
         -o-transform: translateX(-50%) translateY(-1rem);
            transform: translateX(-50%) translateY(-1rem);
  }
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p b img {
  width: 100%;
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p p {
  color: #3D3D3D;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p u {
  width: 2.5rem;
  margin: 1.45rem auto;
  display: block;
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p u {
    width: 2.25rem;
    margin: 1rem auto;
  }
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p u img {
  width: 100%;
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li .cont-p .p1 {
  color: #3D3D3D;
  font-size: 1.25rem;
  line-height: 2em;
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li i {
  display: block;
  width: 2.4375rem;
  margin: 1.375rem auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li i {
    display: none;
  }
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li i img {
  width: 100%;
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li:nth-child(2n-1) {
  margin-bottom: 14.25rem;
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li:nth-child(2n-1) {
    margin-bottom: 0;
  }
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li:nth-child(2n) {
  margin-top: 16.625rem;
}
@media (max-width: 768px) {
  .shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li:nth-child(2n) {
    margin-top: 0;
  }
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li:nth-child(2n) i {
  margin: 0 auto 3.875rem;
}
.shzc-cont2 .shzc-a2v1 .shzc-a2-list1 li:nth-child(2n) .cont-p {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.ny-body {
  overflow: visible;
}

.shzc-cont3 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .shzc-cont3 {
    padding: 2rem 0;
  }
}
.shzc-cont3 .diqiu {
  width: 50%;
}
@media (max-width: 768px) {
  .shzc-cont3 .diqiu {
    width: 100%;
  }
}
.shzc-cont3 .diqiu #earth {
  position: sticky;
  left: 0;
  top: -webkit-calc(var(--head-height) + 2rem);
  top: -moz-calc(var(--head-height) + 2rem);
  top: calc(var(--head-height) + 2rem);
}
.shzc-cont3 .lx-a2v2 {
  width: 45%;
}
@media (max-width: 768px) {
  .shzc-cont3 .lx-a2v2 {
    width: 100%;
  }
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .shzc-cont3 .lx-a2v2 .lx-a2v2c1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
  padding: 3.125rem 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .shzc-cont3 .lx-a2v2 .lx-a2v2c1 li {
    padding: 1.85rem 0;
    border-radius: 1rem;
  }
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .tit {
  color: #464646;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0 2.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .tit {
    padding: 0 1.75rem;
    line-height: 1.35em;
    font-size: 1.25rem;
  }
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .tit::before {
  content: "";
  width: 0.7rem;
  height: 100%;
  background: var(--color-jb);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .tit::before {
    width: 0.5rem;
  }
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .p1 {
  padding: 1.25rem 2.375rem 0;
}
@media (max-width: 768px) {
  .shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .p1 {
    padding: 0.75rem 1.75rem 0;
  }
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .p1 .p {
  margin-top: 0.5rem;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .p1 .p i {
  display: block;
  font-size: 0;
  width: 1.25rem;
  margin-top: 0.15rem;
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .p1 .p i img {
  width: 100%;
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li .p1 .p p {
  width: -webkit-calc(100% - 1.25rem);
  width: -moz-calc(100% - 1.25rem);
  width: calc(100% - 1.25rem);
  padding-left: 0.75rem;
  color: #777777;
  font-size: 1rem;
  line-height: 1.5em;
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li:hover {
  background: var(--color-jb);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li:hover .tit {
  color: #FFFFFF;
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li:hover .tit::before {
  background: #fff;
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li:hover .p1 .p i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.shzc-cont3 .lx-a2v2 .lx-a2v2c1 li:hover .p1 .p p {
  color: #FFFFFF;
}

.shzc-cont4 {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .shzc-cont4 {
    padding: 2rem 0;
  }
}
.shzc-cont4 .titax {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .shzc-cont4 .titax {
    display: block;
    font-size: 1.5rem;
  }
}
.shzc-cont4 .shzc-a4v1 {
  width: 71.8571428571%;
  margin: 6.25rem auto;
  position: relative;
}
@media (max-width: 768px) {
  .shzc-cont4 .shzc-a4v1 {
    width: 100%;
    margin: 2rem auto;
  }
}
.shzc-cont4 .shzc-a4v1 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .shzc-cont4 .shzc-a4v1 u {
    display: none;
  }
}
.shzc-cont4 .shzc-a4v1 u img {
  width: 100%;
}
.shzc-cont4 .shzc-a4v1 .shzc-a4list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 17.1875rem 20%;
  position: absolute;
  left: 0;
  top: -8%;
  width: 100%;
  height: 100%;
  padding: 0 5%;
}
@media (max-width: 1024px) {
  .shzc-cont4 .shzc-a4v1 .shzc-a4list1 {
    top: -14%;
  }
}
@media (max-width: 768px) {
  .shzc-cont4 .shzc-a4v1 .shzc-a4list1 {
    position: static;
    gap: 1rem;
    padding: 0;
  }
}
.shzc-cont4 .shzc-a4v1 .shzc-a4list1 li {
  width: 26.8389662028%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .shzc-cont4 .shzc-a4v1 .shzc-a4list1 li {
    width: 30.8151093439%;
  }
}
@media (max-width: 768px) {
  .shzc-cont4 .shzc-a4v1 .shzc-a4list1 li {
    width: 48%;
  }
}
.shzc-cont4 .shzc-a4v1 .shzc-a4list1 li p {
  color: #2A2926;
  font-size: 1.5rem;
  line-height: 1.25em;
  width: 100%;
}
@media (max-width: 768px) {
  .shzc-cont4 .shzc-a4v1 .shzc-a4list1 li p {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.125rem;
  }
}
.shzc-cont4 .shzc-a4v1 .shzc-a4list1 li i {
  background-color: #070707;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .shzc-cont4 .shzc-a4v1 .shzc-a4list1 li i {
    width: 5rem;
    height: 5rem;
  }
}
.shzc-cont4 .shzc-a4v1 .shzc-a4list1 li i img {
  width: 50%;
}
.shzc-cont4 .shzc-a4v1 .shzc-a4list1 li:nth-child(n+3) p {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 767px) {
  .shzc-cont4 .weh-axa {
    position: fixed;
    left: 0;
    bottom: 1rem;
    width: 100%;
    padding: 0 var(--cbasta);
    z-index: 1;
  }
  .shzc-cont4 .weh-axa.on {
    position: relative;
    padding: 0;
    bottom: 0;
  }
}
.shzc-cont4 .hlxa-bz {
  height: 1px;
}
.shzc-cont4 .shzc-a4v2 {
  background: rgba(0, 0, 0, 0.7);
  padding: 2rem 1rem;
  border-radius: 3rem;
  color: #FFFFFF;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .shzc-cont4 .shzc-a4v2 {
    gap: 0.5rem;
    text-align: center;
    padding: 2.65rem 1rem;
    border-radius: 1rem;
  }
}
.shzc-cont4 .shzc-a4v2 > p {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .shzc-cont4 .shzc-a4v2 > p {
    width: 100%;
    font-size: 1.125rem;
  }
}

.dow-content {
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.625rem 0 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .dow-content {
    padding: 1.5rem 0;
  }
}
.dow-content form .contact {
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .dow-content form .contact {
    gap: 1rem;
  }
}
.dow-content form .rq-cont {
  width: 23.3571428571%;
}
@media (max-width: 768px) {
  .dow-content form .rq-cont {
    width: 100%;
  }
}
.dow-content form .rq-cont select {
  width: 100%;
  color: #717171;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 3.75rem;
  padding: 0 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat 92% center #fff;
  -o-background-size: 1rem auto;
     background-size: 1rem auto;
  border: none;
}
.dow-content form .sskzxx {
  width: 48.9285714286%;
  background: #FFFFFF;
  height: 3.125rem;
  border-radius: 3.75rem;
  padding: 0 0.5rem 0 2.5em;
}
@media (max-width: 768px) {
  .dow-content form .sskzxx {
    width: 100%;
  }
}
.dow-content form .sskzxx input {
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
  color: #717171;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
}
.dow-content form .sskzxx button {
  width: 4rem;
  border: none;
  background: transparent;
}
.dow-content form .sskzxx button i {
  color: #8CB826;
  font-size: 1.35rem;
  line-height: 3.125rem;
}
.dow-content .dow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2.375rem;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
  }
}
.dow-content .dow-list li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  padding: 3.75rem 7%;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .dow-content .dow-list li {
    padding: 1.75rem 5%;
  }
}
.dow-content .dow-list li a .imgxz {
  width: 4.375rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list li a .imgxz {
    width: 3.75rem;
  }
}
.dow-content .dow-list li a .imgxz img {
  width: 100%;
}
.dow-content .dow-list li a .cont-p {
  width: -webkit-calc(95% - 5rem);
  width: -moz-calc(95% - 5rem);
  width: calc(95% - 5rem);
}
@media (max-width: 768px) {
  .dow-content .dow-list li a .cont-p {
    width: -webkit-calc(95% - 3.75rem);
    width: -moz-calc(95% - 3.75rem);
    width: calc(95% - 3.75rem);
  }
}
.dow-content .dow-list li a .cont-p .tit {
  color: #2A2926;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .dow-content .dow-list li a .cont-p .tit {
    font-size: 1.25rem;
  }
}
.dow-content .dow-list li a .cont-p .data {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list li a .cont-p .data {
    margin-top: 1rem;
  }
}
.dow-content .dow-list li a .cont-p .data span {
  color: #6D6D6D;
  display: block;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.dow-content .dow-list li a .cont-p .data .more-xz {
  color: #6D6D6D;
  font-size: 1.125rem;
  line-height: 1.5em;
  gap: 0.5rem;
}
.dow-content .dow-list li a .cont-p .data .more-xz i {
  display: block;
  font-size: 0;
  width: 1.6875rem;
}
.dow-content .dow-list li a .cont-p .data .more-xz i img {
  width: 100%;
}
.dow-content .dow-list li:hover {
  border-color: #8CB826;
}
.dow-content .dow-list li:hover a .imgxz img {
  -webkit-filter: invert(60%) sepia(81%) saturate(409%) hue-rotate(37deg) brightness(95%) contrast(87%);
          filter: invert(60%) sepia(81%) saturate(409%) hue-rotate(37deg) brightness(95%) contrast(87%);
}
.dow-content .dow-list li:hover a .cont-p .tit {
  color: #8CB826;
}

.news-cont1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5rem 0 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding: 2.25rem 0 0.5rem;
  }
}
.news-cont1 .news-a1v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 {
    margin-top: 1rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 {
  position: relative;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa a.img {
  width: 50%;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa a.img {
    width: 100%;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa a.img img {
  width: 100%;
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p {
  width: 50%;
  padding: 2rem 5%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p .data {
  color: #8CB826;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p a.name {
  display: block;
  color: #444444;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0.25rem 0 0.5rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p a.name {
    font-size: 1.35rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p .p {
  color: #656565;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .swiper-slide .imagsxa .cont-p a.more-b {
    margin-top: 1.25rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .pagination {
  text-align: center;
  display: block;
  position: absolute;
  right: 5%;
  bottom: 2rem;
  z-index: 1;
}
.news-cont1 .news-a1v1 .mySwiper9 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.news-cont1 .news-a1v1 .mySwiper9 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.news-cont1 .news-a1v1 .mySwiper9 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper9 .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.news-cont1 .news-a1v1 .mySwiper9 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-cont1 .news-a1v1 .mySwiper9 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.news-cont1 .news-a1v1 .mySwiper9 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}

.news-cont2 {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .news-cont2 {
    padding-top: 1.25rem;
  }
}
.news-cont2 .qbxw form .contact {
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .news-cont2 .qbxw form .contact {
    gap: 1rem;
  }
}
.news-cont2 .qbxw form .rq-cont {
  width: 23.3571428571%;
}
@media (max-width: 768px) {
  .news-cont2 .qbxw form .rq-cont {
    width: 100%;
  }
}
.news-cont2 .qbxw form .rq-cont select {
  width: 100%;
  color: #717171;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 3.75rem;
  padding: 0 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat 92% center #fff;
  -o-background-size: 1rem auto;
     background-size: 1rem auto;
  border: none;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .news-cont2 .qbxw form .rq-cont select {
    box-shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.05);
  }
}
.news-cont2 .qbxw form .sskzxx {
  width: 48.9285714286%;
  background: #FFFFFF;
  height: 3.125rem;
  border-radius: 3.75rem;
  padding: 0 0.5rem 0 2.5em;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .news-cont2 .qbxw form .sskzxx {
    width: 100%;
    box-shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.05);
    padding: 0 0.5rem 0 1.5em;
  }
}
.news-cont2 .qbxw form .sskzxx input {
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
  color: #717171;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
}
.news-cont2 .qbxw form .sskzxx button {
  width: 4rem;
  border: none;
  background: transparent;
}
.news-cont2 .qbxw form .sskzxx button i {
  color: #8CB826;
  font-size: 1.35rem;
  line-height: 3.125rem;
}
.news-cont2 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem 2.5rem;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.news-cont2 .news-list li {
  border-radius: 1.25rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.news-cont2 .news-list li a.imgx {
  height: 100%;
}
.news-cont2 .news-list li a.imgx .img {
  overflow: hidden;
}
.news-cont2 .news-list li a.imgx .img img {
  width: 100%;
  aspect-ratio: 440/269;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-cont2 .news-list li a.imgx .cont-p {
  padding: 1.6875rem 7% 2.75rem;
}
.news-cont2 .news-list li a.imgx .cont-p .tit .data {
  color: #444444;
  font-weight: 600;
  padding-right: 0.5rem;
  width: 4.6875rem;
  position: relative;
}
.news-cont2 .news-list li a.imgx .cont-p .tit .data::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-46%);
     -moz-transform: translateY(-46%);
      -ms-transform: translateY(-46%);
       -o-transform: translateY(-46%);
          transform: translateY(-46%);
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.1);
}
.news-cont2 .news-list li a.imgx .cont-p .tit .data b {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.imgx .cont-p .tit .data b {
    font-size: 2.85rem;
  }
}
.news-cont2 .news-list li a.imgx .cont-p .tit .data span {
  font-size: 0.875rem;
  display: block;
  line-height: 1.125em;
}
.news-cont2 .news-list li a.imgx .cont-p .tit .name {
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.35em;
  width: -webkit-calc(100% - 4.6875rem);
  width: -moz-calc(100% - 4.6875rem);
  width: calc(100% - 4.6875rem);
  padding-left: 0.6em;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.imgx .cont-p .tit .name {
    font-size: 1.35rem;
  }
}
.news-cont2 .news-list li a.imgx .cont-p .p1 {
  color: #656565;
  font-size: 1rem;
  line-height: 1.6875em;
  margin-top: 1rem;
}
.news-cont2 .news-list li a.imgx:hover .cont-p .tit .data {
  color: #8CB826;
}
.news-cont2 .news-list li a.imgx:hover .cont-p .tit .name {
  color: #8CB826;
}

.ny-show_bodyxw {
  padding-top: var(--head-height);
}

.xw-show_bja {
  background: url(../images/bj7.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 1.45rem 0 5rem;
}
@media (max-width: 768px) {
  .xw-show_bja {
    padding: 1.25rem 0 2.5rem;
  }
}
.xw-show_bja .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.xw-show_bja .ajhhsd a {
  color: #FFFFFF;
}
.xw-show_bja .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.xw-show_bja .title-a {
  color: #fff;
  font-size: 2.3125rem;
  font-weight: 600;
  line-height: 1.35em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-a {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.xw-show_bja .title-b {
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b {
    margin-top: 1rem;
  }
}
.xw-show_bja .title-b .date-a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw-show_bja .title-b .fen-xiang {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw-show_bja .title-b .fen-xiang .social-share a {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  color: #fff;
  border-color: #fff;
  line-height: 2rem;
}
.xw-show_bja .title-b .fen-xiang .social-share a:hover {
  background: var(--color-jb);
  border-color: var(--color-zt);
}

.ny-show_bodyxw {
  overflow: visible;
}

.show-news-content {
  background: url(../images/bj1.jpg) no-repeat center top #D9D9D9;
  -o-background-size: cover;
     background-size: cover;
}
.show-news-content .show-news-a1_v1 .content {
  width: 63.0208333333%;
  padding: 5rem 4.6875% 5rem var(--cbasta);
  background: #fff;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content {
    width: 100%;
    padding: 2.25rem 4%;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss {
  color: #636161;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss {
    padding-bottom: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss img {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .content a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content a.more-b {
    margin-top: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .flr-cont {
  width: 36.9791666667%;
  padding: 5rem var(--cbasta) 5rem 3.75%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .flr-cont {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa {
  position: sticky;
  left: 0;
  top: -webkit-calc(var(--head-height) + 2rem);
  top: -moz-calc(var(--head-height) + 2rem);
  top: calc(var(--head-height) + 2rem);
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tit-a {
  color: #555555;
  font-size: 1.6875rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 {
  margin-top: 1rem;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li {
  border-bottom: 1px solid #D9D9D9;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img i img {
  width: 100%;
  aspect-ratio: 380/220;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img .cont-p {
  padding: 0.75rem 0;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img p {
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img p:hover {
  color: #8CB826;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img span {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  margin-top: 0.125rem;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div {
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
  margin-top: 1rem;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div .ftsx {
  color: #8CB826;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div .ftsx i {
  font-size: 1rem;
  font-weight: 700;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div .p1 {
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div span {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys a {
  display: block;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys a:hover .p1 {
  color: #8CB826;
}

.job-cont1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.1875rem 0 6.25rem;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 2rem 0;
  }
}
.job-cont1 .title1 > .p1 {
  padding: 0 23%;
}
@media (max-width: 768px) {
  .job-cont1 .title1 > .p1 {
    padding: 0;
  }
}
.job-cont1 .rese-immerse {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .job-cont1 .rese-immerse {
    margin-top: 1.35rem;
  }
}
.job-cont1 .rese-immerse-swiper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.job-cont1 .rese-immerse-swiper .swiper-slide-active {
  opacity: 1;
}
.job-cont1 .rese-immerse-image {
  border-radius: 0.833vw;
  overflow: hidden;
}
.job-cont1 .rese-immerse-image img {
  width: 100%;
  aspect-ratio: 1400/583;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-cont1 .rese-immerse-swiper {
  overflow: hidden;
}
.job-cont1 .rese-immerse-content-container {
  margin: 2.625rem auto 0;
  width: 32.8125%;
}
.job-cont1 .rese-immerse-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.25%;
}
.job-cont1 .rese-immerse-nav-item {
  color: rgba(61, 61, 61, 0.4);
  cursor: pointer;
  font-size: 1.375rem;
  line-height: 1.25;
  -webkit-transition: color 0.8s ease-in-out;
  -o-transition: color 0.8s ease-in-out;
  -moz-transition: color 0.8s ease-in-out;
  transition: color 0.8s ease-in-out;
}
.job-cont1 .rese-immerse-nav-container[data-index="0"] .rese-immerse-nav-item:nth-of-type(1) {
  color: #000000;
}
.job-cont1 .rese-immerse-nav-container[data-index="1"] .rese-immerse-nav-item:nth-of-type(2) {
  color: #000000;
}
.job-cont1 .rese-immerse-nav-container[data-index="2"] .rese-immerse-nav-item:nth-of-type(3) {
  color: #000000;
}
.job-cont1 .rese-immerse-nav-bar {
  border-radius: 4.6875vw;
  margin-top: 1vw;
  width: 100%;
  height: 0.125rem;
  position: relative;
  overflow: hidden;
}
.job-cont1 .rese-immerse-nav-bar::before {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.job-cont1 .rese-immerse-nav-bar-slide {
  border-radius: 4.6875vw;
  background-color: #8CB826;
  width: 25%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.job-cont1 .rese-immerse-nav-container[data-index="0"] .rese-immerse-nav-bar-slide {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.job-cont1 .rese-immerse-nav-container[data-index="1"] .rese-immerse-nav-bar-slide {
  -webkit-transform: translateX(156%);
     -moz-transform: translateX(156%);
      -ms-transform: translateX(156%);
       -o-transform: translateX(156%);
          transform: translateX(156%);
}
.job-cont1 .rese-immerse-nav-container[data-index="2"] .rese-immerse-nav-bar-slide {
  -webkit-transform: translateX(316%);
     -moz-transform: translateX(316%);
      -ms-transform: translateX(316%);
       -o-transform: translateX(316%);
          transform: translateX(316%);
  width: 25%;
}
.job-cont1 .rese-immerse-text-container {
  position: relative;
  margin-top: 1.5rem;
}
.job-cont1 .rese-immerse-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.6em;
}
.job-cont1 .rese-immerse-text:first-child {
  position: relative;
}
.job-cont1 .rese-immerse-nav-container[data-index="0"] .rese-immerse-text:nth-of-type(1) {
  opacity: 1;
}
.job-cont1 .rese-immerse-nav-container[data-index="1"] .rese-immerse-text:nth-of-type(2) {
  opacity: 1;
}
.job-cont1 .rese-immerse-nav-container[data-index="2"] .rese-immerse-text:nth-of-type(3) {
  opacity: 1;
}
.job-cont1 .rese-immerse-swiper-container.pausing .rese-immerse-slide-1 {
  margin-left: 17vw;
  width: 33.75vw !important;
  opacity: 0.5;
  z-index: 3;
}
.job-cont1 .rese-immerse-swiper-container.pausing .rese-immerse-slide-2 {
  opacity: 0.3;
}
.job-cont1 .rese-immerse-slide-1 {
  height: auto;
}
.job-cont1 .rese-immerse-slide-1 .rese-immerse-image {
  height: 100%;
}
.job-cont1 .rese-immerse-slide-1 .rese-immerse-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .job-cont1 .rese-immerse-content-container {
    margin: 2rem auto 0;
    width: 90%;
  }
  .job-cont1 .rese-immerse-nav-item {
    font-size: 1.125rem;
  }
  .job-cont1 .rese-immerse-nav-bar {
    margin-top: 1.25rem;
    height: 0.25rem;
  }
  .job-cont1 .rese-immerse-nav-bar-slide {
    width: 32%;
  }
  .job-cont1 .rese-immerse-nav-container[data-index="1"] .rese-immerse-nav-bar-slide {
    -webkit-transform: translateX(112%);
       -moz-transform: translateX(112%);
        -ms-transform: translateX(112%);
         -o-transform: translateX(112%);
            transform: translateX(112%);
  }
  .job-cont1 .rese-immerse-nav-container[data-index="2"] .rese-immerse-nav-bar-slide {
    -webkit-transform: translateX(147%);
       -moz-transform: translateX(147%);
        -ms-transform: translateX(147%);
         -o-transform: translateX(147%);
            transform: translateX(147%);
    width: 49%;
  }
  .job-cont1 .rese-immerse-text-container {
    margin-top: 1.25rem;
  }
  .job-cont1 .rese-immerse-text-container .rese-immerse-text {
    font-size: 1rem;
  }
  .job-cont1 .rese-immerse-text-container .rese-immerse-text p {
    text-wrap: balance;
    word-break: keep-all;
  }
}

.job-cont2 {
  background: #F6F9F9;
  padding: 5rem 0 8.125rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2.5rem 0;
  }
}
.job-cont2 .dfw-lista1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1rem;
  margin-top: 4.875rem;
}
@media (max-width: 768px) {
  .job-cont2 .dfw-lista1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
    margin-top: 2rem;
  }
}
.job-cont2 .dfw-lista1 li {
  text-align: center;
}
.job-cont2 .dfw-lista1 li i {
  display: block;
  font-size: 0;
  width: 4rem;
  margin: 0 auto;
}
.job-cont2 .dfw-lista1 li i img {
  width: 100%;
}
.job-cont2 .dfw-lista1 li p {
  color: #3D3D3D;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.job-cont3 {
  margin: 6.4375rem 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont3 {
    margin-top: 2rem;
  }
}
.job-cont3 .job-a3v1 {
  position: relative;
}
.job-cont3 .job-a3v1 .job-a3b1 {
  width: 30.2142857143%;
  padding: 13.75rem 0 10.9375rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b1 {
    width: 100%;
    padding: 0;
  }
}
.job-cont3 .job-a3v1 .job-a3b1 .p1 {
  color: #656565;
  font-size: 1.375rem;
  line-height: 1.65em;
  margin: 1.25rem 0 1.75rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b1 .p1 {
    font-size: 1.125rem;
    margin: 1rem 0 1.25rem;
  }
}
.job-cont3 .job-a3v1 .job-a3b2 {
  width: 58.2142857143%;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b2 {
    width: 100%;
    position: static;
    height: 100vw;
    overflow: hidden;
    margin-top: 1rem;
    gap: 1rem;
  }
}
.job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list {
  height: 10000px;
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li {
    margin-top: 1rem;
  }
}
.job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li a.a-block {
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li a.a-block {
    border-radius: 1rem;
  }
}
.job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li a.a-block img {
  width: 100%;
}

.group-prod-run-list1 .group-prod-run-ul, .group-prod-run-list3 .group-prod-run-ul {
  -webkit-animation: donghua3 36s linear infinite;
     -moz-animation: donghua3 36s linear infinite;
       -o-animation: donghua3 36s linear infinite;
          animation: donghua3 36s linear infinite;
}

@-webkit-keyframes donghua3 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes donghua3 {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes donghua3 {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes donghua3 {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.group-prod-run-list2 .group-prod-run-ul, .group-prod-run-list4 .group-prod-run-ul {
  -webkit-animation: donghua4 36s linear infinite;
     -moz-animation: donghua4 36s linear infinite;
       -o-animation: donghua4 36s linear infinite;
          animation: donghua4 36s linear infinite;
}

@-webkit-keyframes donghua4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-moz-keyframes donghua4 {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
}

@-o-keyframes donghua4 {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
}

@keyframes donghua4 {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.job-cont4 {
  padding: 7.8125rem 0 6.25rem;
}
@media (max-width: 768px) {
  .job-cont4 {
    padding: 2.5rem 0;
  }
}

.job-lista {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem 2.5rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .job-lista {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.job-lista li {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.5625rem 6.65% 2.75rem;
  border: 1px solid #F3F3F3;
}
@media (max-width: 768px) {
  .job-lista li {
    border-radius: 1rem;
    padding: 1.25rem 8.5%;
  }
}
.job-lista li .tit {
  color: #616663;
  font-size: 1.375rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
  border-bottom: 1px solid #E3E1E1;
}
@media (max-width: 768px) {
  .job-lista li .tit {
    font-size: 1.25rem;
  }
}
.job-lista li .ashrsx1 {
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .job-lista li .ashrsx1 {
    padding: 1rem 0;
  }
}
.job-lista li .ashrsx1 dl {
  color: #656565;
  font-size: 1rem;
  line-height: 1.5em;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .job-lista li .ashrsx1 dl {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
  }
}
.job-lista li a.more-bk {
  color: #8CB826;
  font-size: 1.125rem;
  line-height: 2em;
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .job-lista li a.more-bk {
    margin-top: 0.35rem;
  }
}
.job-lista li a.more-bk i {
  display: block;
  margin-left: 0.5rem;
  width: 3.4375rem;
}
.job-lista li a.more-bk i img {
  width: 100%;
}
.job-lista li:hover {
  background: var(--color-zt);
}
.job-lista li:hover .tit {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.job-lista li:hover .ashrsx1 dl {
  color: #fff;
}
.job-lista li:hover a.more-bk {
  color: #fff;
}
.job-lista li:hover a.more-bk i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.layui-layer.job-tanc {
  width: 40.625% !important;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 3%;
}
.layui-layer.job-tanc::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
}
.layui-layer.job-tanc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--color-jb);
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc {
    width: 92% !important;
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.layui-layer.job-tanc .layui-layer-close {
  right: 2.75rem;
  top: 1rem;
  background: none;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .layui-layer-close {
    top: 0.5rem;
    right: 0rem;
  }
}
.layui-layer.job-tanc .layui-layer-close::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 100;
}
.layui-layer.job-tanc .pead-cont > dt {
  color: #8CB826;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont > dt {
    font-size: 1.5rem;
  }
}
.layui-layer.job-tanc .pead-cont .asghrt1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .asghrt1 {
    gap: 0.5rem;
  }
}
.layui-layer.job-tanc .pead-cont .asghrt1 p {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
}
.layui-layer.job-tanc .pead-cont .p2 {
  margin-top: 1.5rem;
  color: #636161;
  font-size: 1.125rem;
  line-height: 1.65em;
  max-height: 55vh;
  overflow-y: auto;
}
.layui-layer.job-tanc .pead-cont .p2 p.asxt {
  margin-bottom: 1em;
}
.layui-layer.job-tanc .pead-cont .p2 a {
  color: #8CB826;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p2 {
    font-size: 1rem;
  }
}
.layui-layer.job-tanc .pead-cont .p2 strong {
  color: #636161;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p2 strong {
    font-size: 1.125rem;
  }
}
.layui-layer.job-tanc .pead-cont .p2 strong::before {
  content: "";
  width: 0.375rem;
  height: 1.25rem;
  display: inline-block;
  background: #8CB826;
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p2 strong::before {
    height: 1rem;
  }
}
.layui-layer.job-tanc .pead-cont .p3 {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.layui-layer.job-tanc .pead-cont .p3 a {
  color: #fff;
  background: var(--color-jb);
}

.lx-cont1 {
  padding: 5.125rem 0 3.5rem;
  background: url(../images/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2.25rem 0;
  }
}
.lx-cont1 .lxxx_list1 {
  margin-top: 2.25rem;
  gap: 2.5rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 {
    margin-top: 1.25rem;
    gap: 1.5rem 0;
  }
}
.lx-cont1 .lxxx_list1 li {
  width: 36.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 li {
    width: 100%;
  }
}
.lx-cont1 .lxxx_list1 li .tit {
  color: #231815;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 li .tit {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lxxx_list1 li .cont-p .p1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.65rem;
}
.lx-cont1 .lxxx_list1 li .cont-p .p1 i {
  display: block;
  width: 1.6875rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 li .cont-p .p1 i {
    width: 1.35rem;
  }
}
.lx-cont1 .lxxx_list1 li .cont-p .p1 i img {
  width: 100%;
}
.lx-cont1 .lxxx_list1 li .cont-p .p1 p {
  width: -webkit-calc(100% - 1.6875rem);
  width: -moz-calc(100% - 1.6875rem);
  width: calc(100% - 1.6875rem);
  padding-left: 0.35em;
  color: #231815;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 li .cont-p .p1 p {
    font-size: 1.125rem;
    width: -webkit-calc(100% - 1.35rem);
    width: -moz-calc(100% - 1.35rem);
    width: calc(100% - 1.35rem);
  }
}
.lx-cont1 .lxxx_list1 li .fxasxz {
  margin-top: 1.5rem;
  gap: 0.875rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 li .fxasxz {
    margin-top: 1rem;
  }
}
.lx-cont1 .lxxx_list1 li .fxasxz dl {
  position: relative;
  z-index: 3;
}
.lx-cont1 .lxxx_list1 li .fxasxz dl a.ax {
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #231815;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 li .fxasxz dl a.ax {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.lx-cont1 .lxxx_list1 li .fxasxz dl a.ax img {
  width: 50%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.lx-cont1 .lxxx_list1 li .fxasxz dl a.ax:hover {
  background: var(--color-jb);
}
.lx-cont1 .lxxx_list1 li .fxasxz dl dd {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.25rem;
  background: #fff;
  padding: 0.5rem 0.5rem 0;
  border-radius: 0.65rem;
  display: none;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 li .fxasxz dl dd {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
}
.lx-cont1 .lxxx_list1 li .fxasxz dl dd img {
  width: 100%;
}
.lx-cont1 .lxxx_list1 li .fxasxz dl dd p {
  color: #3D3D3D;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
}
.lx-cont1 .lxxx_list1 li .fxasxz dl:hover dd {
  display: block;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 li .fxasxz dl:last-child dd {
    left: auto;
    right: 0;
  }
}
.lx-cont1 .lxxx_list1 li:nth-child(2) {
  width: 57.7142857143%;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 li:nth-child(2) {
    width: 100%;
  }
}
.lx-cont1 #myMap {
  width: 100%;
  height: 33rem;
  border-radius: 2rem;
  overflow: hidden;
  margin-top: 5.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lx-cont1 #myMap {
    height: 25rem;
    margin-top: 2.25rem;
    border-radius: 1rem;
  }
}
.lx-cont1 #myMap h3 {
  font-size: 14px;
}
.lx-cont1 #myMap .tdt-control-copyright {
  display: none;
}

.amap-ui-smp-ifwn-content-body {
  padding: 0.65rem !important;
  border-radius: 0.75rem !important;
}

.amap-ui-smp-ifwn-info-content {
  font-size: 0.875rem !important;
}

.amap-ui-smp-ifwn-def-tr-close {
  margin: 12px 12px 0 !important;
}

@media (max-width: 768px) {
  .amap-ui-smp-ifwn-def-tr-close {
    margin: 6px 6px 0 !important;
  }
}
@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-o-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.lx-cont2 {
  padding: 2.375rem 0 4.125rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 1rem 0 2rem;
  }
}
.lx-cont2 .lx-a2v1 {
  position: relative;
}
.lx-cont2 .lx-a2v1 u {
  display: block;
  font-size: 0;
}
.lx-cont2 .lx-a2v1 u img {
  width: 100%;
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li {
  position: absolute;
  cursor: pointer;
  left: 77.5%;
  top: 39%;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx_a2_list1 li {
    position: static;
  }
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li > .tit {
  position: relative;
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li > .tit .din {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  position: absolute;
  bottom: 0;
  left: 96%;
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li > .tit .din i {
  display: block;
  background: #8CB826;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-animation: scale-anim 2s infinite linear;
     -moz-animation: scale-anim 2s infinite linear;
       -o-animation: scale-anim 2s infinite linear;
          animation: scale-anim 2s infinite linear;
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li > .tit .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li > .tit p {
  width: 2.0625rem;
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li > .tit p img {
  width: 100%;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx_a2_list1 li > .tit {
    display: none;
  }
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li .cont-p {
  position: absolute;
  right: 270%;
  bottom: -100%;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: -moz-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: -o-linear-gradient(right, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  background: linear-gradient(270deg, rgba(140, 184, 38, 0.8) 0%, rgba(13, 147, 154, 0.8) 100%);
  padding: 1.325rem 1.75rem;
  width: 24.25rem;
  z-index: 2;
  color: #fff;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx_a2_list1 li .cont-p {
    display: block;
    position: static;
    border-radius: 1rem;
    width: 100%;
  }
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li .cont-p .tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .lx_a2_list1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.lx-cont2 .lx-a2v1 .lx_a2_list1 li.active .cont-p {
  display: block;
}

.lx-cont3 {
  background: url(../images/bj9.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.ny-show_bodyxw {
  padding-top: var(--head-height);
}

.xw-show_bjb {
  background: var(--color-jb);
  padding: 4.0625rem 0;
}
@media (max-width: 768px) {
  .xw-show_bjb {
    padding: 2.25rem 0;
  }
}
.xw-show_bjb .title-a {
  color: #fff;
  font-size: 2.9375rem;
  line-height: 1.25em;
  margin: 1.25rem 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .xw-show_bjb .title-a {
    font-size: 1.85rem;
    margin: 1.25rem 0 1rem;
  }
}

.ny-show_bodyjob .xw-show_bjb {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bjb {
    padding: 2.5rem 0;
  }
}
.ny-show_bodyjob .xw-show_bjb .title-a {
  margin: 0;
}
.ny-show_bodyjob .xw-show_bjb .ashrsx1 {
  padding: 1.75rem 0 0;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bjb .ashrsx1 {
    padding: 1rem 0 0;
  }
}
.ny-show_bodyjob .xw-show_bjb .ashrsx1 dl {
  padding: 0.25rem 1.5rem;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bjb .ashrsx1 dl {
    padding: 0.5rem 0.65rem;
  }
}
.ny-show_bodyjob .xw-show_bjb .ashrsx1 dl:nth-child(1) {
  padding-left: 0;
}
.ny-show_bodyjob .xw-show_bjb .ashrsx1 dl + dl {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.ny-show_bodyjob .xw-show_bjb .ashrsx1 dl dt {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bjb .ashrsx1 dl dt {
    font-size: 1rem;
  }
}
.ny-show_bodyjob .xw-show_bjb .ashrsx1 dl dd {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .ny-show_bodyjob .xw-show_bjb .ashrsx1 dl dd {
    font-size: 0.875rem;
  }
}

.show-job-content {
  padding: 4.5rem 0;
  margin-top: 1.5rem;
  color: #636161;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .show-job-content {
    padding: 2rem 0;
    margin-top: 0;
  }
}
.show-job-content p.asxt {
  margin-bottom: 1em;
}
.show-job-content a {
  color: #8CB826;
}
@media (max-width: 768px) {
  .show-job-content {
    font-size: 1rem;
  }
}
.show-job-content strong {
  color: #636161;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}
@media (max-width: 768px) {
  .show-job-content strong {
    font-size: 1.125rem;
  }
}
.show-job-content strong::before {
  content: "";
  width: 0.375rem;
  height: 1.25rem;
  display: inline-block;
  background: #8CB826;
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .show-job-content strong::before {
    height: 1rem;
  }
}
.show-job-content .more-b {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-job-content .more-b {
    margin-top: 1.25rem;
  }
}

.tcmgs-a {
  display: none;
  width: 46.875% !important;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 3%;
  position: relative;
}
@media (max-width: 768px) {
  .tcmgs-a {
    width: 94% !important;
  }
}
.tcmgs-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--color-jb);
  border-radius: 1rem;
}
.tcmgs-a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
}
.tcmgs-a .msg-v1 {
  position: relative;
  z-index: 1;
}
.tcmgs-a .msg-v1 .tit {
  color: #333;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 .tit {
    font-size: 1.5rem;
  }
}
.tcmgs-a .msg-v1 form {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form {
    margin-top: 0.5rem;
  }
}
.tcmgs-a .msg-v1 form .inpt {
  position: relative;
}
.tcmgs-a .msg-v1 form .inpt input {
  width: 100%;
  color: #575859;
  font-size: 1rem;
  line-height: 3.125rem;
  background: #fff;
  padding: 0 1.5em;
  border-radius: 3.125rem;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.tcmgs-a .msg-v1 form .msg-a1 .inpt {
  width: 100%;
  margin-top: 1rem;
}
.tcmgs-a .msg-v1 form .msg-a5 {
  background: #F9F9F9;
  margin-top: 1.5rem;
  padding: 1rem 5% 1.6875rem;
  border-radius: 1.875rem;
  text-align: center;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .msg-a5 {
    padding: 1.25rem 4% 2.25rem;
    border-radius: 1rem;
  }
}
.tcmgs-a .msg-v1 form .msg-a5 .p_upload .p_uploadBtn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto;
}
.tcmgs-a .msg-v1 form .msg-a5 .p_upload .p_uploadBtn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.tcmgs-a .msg-v1 form .msg-a5 .p_upload .p_uploadBtn button {
  cursor: pointer;
}
.tcmgs-a .msg-v1 form .msg-a5 .p_upload .p_uploadBtn button i {
  font-size: 2rem;
}
.tcmgs-a .msg-v1 form .msg-a5 .p_upload .p_uploadBtn:hover .more-b {
  color: #fff;
  background-color: #51B6D0;
}
.tcmgs-a .msg-v1 form .msg-a5 .p_upload .layuitext, .tcmgs-a .msg-v1 form .msg-a5 .p_upload .s_other {
  color: #595959;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .msg-a5 .p_upload .layuitext, .tcmgs-a .msg-v1 form .msg-a5 .p_upload .s_other {
    font-size: 1.125rem;
  }
}
.tcmgs-a .msg-v1 form .more-b {
  background: var(--color-jb);
  border: none;
  margin: 1.5rem auto 0;
}
.tcmgs-a .msg-v1 form .more-b::before {
  background: var(--color-zt);
}
.tcmgs-a .msg-v1 form .more-b::after {
  display: none;
}