@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 {
  font-family: "Inter", "Noto Sans SC", sans-serif !important;
}
body * {
  outline: none;
}

.sy-body {
  background: -webkit-linear-gradient(top, #005E36 0%, rgba(255, 255, 255, 0) 100rem);
  background: -moz-linear-gradient(top, #005E36 0%, rgba(255, 255, 255, 0) 100rem);
  background: -o-linear-gradient(top, #005E36 0%, rgba(255, 255, 255, 0) 100rem);
  background: linear-gradient(180deg, #005E36 0%, rgba(255, 255, 255, 0) 100rem);
}
@media (max-width: 768px) {
  .sy-body {
    background: -webkit-linear-gradient(top, #005E36 0%, rgba(255, 255, 255, 0) 46rem);
    background: -moz-linear-gradient(top, #005E36 0%, rgba(255, 255, 255, 0) 46rem);
    background: -o-linear-gradient(top, #005E36 0%, rgba(255, 255, 255, 0) 46rem);
    background: linear-gradient(180deg, #005E36 0%, rgba(255, 255, 255, 0) 46rem);
  }
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #777777;
  --color-zt: #F08300;
  --color-ls: #005E36;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --cbastc: 4.4270833333%;
  --pandrd: 5.375rem;
  --fancybox-accent-color: #005E36;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.25%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --cbastc: 4%;
    --pandrd: 2rem;
  }
}

.wh {
  padding: 0 var(--cbasta);
}

.wh1 {
  padding: 0 var(--cbastc);
}

.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: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 2.25rem;
  border-radius: 2rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
  background: #BCBCBC;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.7rem 1.65rem;
  }
}
.more-b > * {
  -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);
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -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: 2rem;
}
.more-b:hover {
  color: #fff;
}
.more-b:hover::after {
  -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.bs {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.more-b.bs > * {
  color: #fff;
}
.more-b.bs::after {
  background: var(--color-zt);
}
.more-b.bs:hover {
  border-color: var(--color-zt);
}
.more-b.hs {
  color: #fff;
  background: #F08300;
  border: 1px solid #F08300;
}
.more-b.hs > * {
  color: #fff;
}
.more-b.hs::after {
  background: #fff;
}
.more-b.hs:hover {
  color: #F08300;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@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%;
    -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 .head2 {
  line-height: var(--head-height);
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  --as-calore: #FFFFFF;
  will-change: transform, opacity;
}
.head .head2 .logo {
  position: absolute;
  top: 12.9rem;
}
.head .head2 .logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.head .head2 .logo a img {
  height: 14.625rem;
}
.head .head2 .logo a p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1em;
  margin-left: 0.65em;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 500;
}
.head .head2 .logo1 {
  position: absolute;
  top: 1.9rem;
}
.head .head2 .logo1 a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.head .head2 .logo1 a img {
  height: 2.5rem;
}
.head .head2 .logo1 a p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1em;
  margin-left: 0.65em;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 500;
}
.head .head2 .toubuas {
  margin-left: auto;
}
.head .head2 .zywena {
  margin: 0 1rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
  padding: 0 1.5rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.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 .gp-dm {
  color: var(--as-calore);
  font-size: 1rem;
  margin-right: 2.5rem;
}
@media (max-width: 1366px) {
  .head .head2 .gp-dm {
    margin-right: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .head .head2 .gp-dm {
    display: none;
  }
}
.head .head2 .sska a {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head .head3 {
  padding-top: var(--head-height);
  will-change: transform, opacity;
}
.head .head3 .head3-a {
  padding: 6.5rem 0 3.5rem;
}
.head .head3 .head3-a .head3-av3 .header__logo a.logoa {
  display: block;
  opacity: 0;
}
.head .head3 .head3-a .head3-av3 .header__logo a.logoa img {
  height: 14.625rem;
}
.head .head3 .head3-a .head3-av3 .cont-p {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.5em;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75em 0 0.75em 1.5em;
  font-weight: 500;
}
.head.ona .head2 {
  background: var(--color-ls);
}
.head.ona .head2 .logo a p {
  opacity: 1;
}

#menu {
  margin-right: 1.5vw;
  position: static;
}
@media (max-width: 1366px) {
  #menu {
    margin-right: 1vw;
  }
}
#menu .nav_a1 {
  position: static;
}
#menu .nav_a1 > li {
  float: left;
}
#menu .nav_a1 > li a {
  display: block;
  color: var(--as-calore);
  font-family: "Noto Sans SC";
}
#menu .nav_a1 > li > a {
  font-size: 1rem;
  padding: 0 1.5rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 400;
  position: relative;
}
@media (max-width: 1366px) {
  #menu .nav_a1 > li > a {
    padding: 0 1em;
  }
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menu .nav_a1 > li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 > li > a i {
  position: absolute;
  left: 50%;
  bottom: 1.125rem;
  width: 0.75rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  opacity: 0;
}
#menu .nav_a1 > li > a i img {
  width: 100%;
}
#menu .nav_a1 > li .sec {
  position: absolute;
  top: -webkit-calc(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: calc(100% + 1px);
  width: 160%;
  max-width: inherit;
  left: 50%;
  background: white;
  z-index: 9;
  border-radius: 0 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  padding: 1.5rem 1em;
  text-align: center;
}
#menu .nav_a1 > li .sec > a {
  color: #575757;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.45rem 0;
}
#menu .nav_a1 > li .sec > a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec1 {
  position: absolute;
  top: 100%;
  width: 100vw;
  left: 50%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  text-align: left;
  line-height: 1;
}
#menu .nav_a1 > li .sec1 .sec-vat {
  padding: 4.25rem 10.4285714286% 6.25rem;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(35px);
  border-top: 1px solid #F8F8F8;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.04);
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont1 {
  width: 35.8951175407%;
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont1 .wehxa a {
  color: #333333;
  font-size: 1.25rem;
  line-height: 4.375rem;
  border-bottom: 1px solid #D9D9D9;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont1 .wehxa a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  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: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont1 .wehxa a i {
  color: #D9D9D9;
  font-size: 0.65rem;
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont1 .wehxa a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont1 .wehxa a:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont1 .wehxa a:hover i {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont2 {
  width: 50.6329113924%;
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont2 .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
#menu .nav_a1 > li .sec1 .sec-vat .nav-cont2 .img img {
  width: 100%;
  aspect-ratio: 560/272;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 > li .sec1.secx5 .sec-vat {
  padding: 4.25rem 5% 6.25rem;
}
#menu .nav_a1 > li .sec1.secx5 .sec-vat .nav-cont1 {
  width: 64.3773584906%;
}
#menu .nav_a1 > li .sec1.secx5 .sec-vat .nav-cont1 .wehxa {
  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;
}
#menu .nav_a1 > li .sec1.secx5 .sec-vat .nav-cont1 .wehxa a {
  width: 46.5416178195%;
}
#menu .nav_a1 > li .sec1.secx5 .sec-vat .nav-cont2 {
  width: 31.8490566038%;
}
#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: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#menu .nav_a1 > li:hover > a i, #menu .nav_a1 > li.active > a i {
  opacity: 1;
}
#menu .nav_a1 > li:hover > a span::after, #menu .nav_a1 > li.active > a span::after {
  width: 100%;
}

/* 搜索 */
.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);
}

@-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: var(--color-ls);
}
.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: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #fff;
  font-family: "Montserrat";
  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: #005E36;
}
.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 .tit1 {
  position: relative;
}
.m-bm-nav > li .sec .tit1 .aniut {
  height: 35px;
  line-height: 35px;
}
.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;
  border-radius: 3.125rem;
}
@media (max-width: 990px) {
  .pc-banner {
    border-radius: 0;
  }
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    aspect-ratio: 9/10;
    -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;
}
.pc-banner .mySwipera .swiper-slide:hover .img .imgxa2 {
  z-index: 1;
}
.pc-banner .mySwipera .banwez1 {
  width: 100%;
  z-index: 99;
  color: #5D5D5D;
  position: absolute;
  left: 15%;
  bottom: 15%;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .banwez1 {
    left: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 4%;
  }
}
.pc-banner .mySwipera .banwez1 .cont-pa {
  color: #fff;
  font-weight: 700;
  text-shadow: 0.125rem 0.125rem 0.5rem rgba(0, 0, 0, 0.35);
}
.pc-banner .mySwipera .banwez1 .cont-pa .tit {
  font-size: 5.625rem;
  line-height: 1.25em;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .banwez1 .cont-pa .tit {
    font-size: 2.25rem;
  }
}
.pc-banner .mySwipera .banwez1 .cont-pa .p1txt {
  font-size: 5.25rem;
  line-height: 1.25em;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .banwez1 .cont-pa .p1txt {
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 2rem;
  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;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 400 0.875rem/1.5em "Inter";
  margin-top: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-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: #626262;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.gong-pagination span {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 0.25rem;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}
.gong-pagination.hs span {
  background: rgba(0, 0, 0, 0.3);
}
.gong-pagination.hs span.swiper-pagination-bullet-active {
  background: var(--color-ls);
}

.gong-p {
  color: #7A7A7A;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}
.gong-p.bs {
  color: #fff;
}

.title1 {
  font-weight: 700;
}
.title1 .ftit {
  font-size: 1.5rem;
  line-height: 1em;
  color: #F08300;
}
.title1 .tit {
  font-size: 4.375rem;
  line-height: 1.125em;
  padding: 0.7rem 0 1.25rem;
  color: #464646;
  gap: 0 0.35em;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
    padding: 0.5rem 0 1.25rem;
  }
}
.title1 .ftit2 {
  font-size: 2rem;
  line-height: 1em;
  color: #8C8C8C;
}
@media (max-width: 768px) {
  .title1 .ftit2 {
    font-size: 1.125rem;
    line-height: 1.5em;
  }
}
.title1.bs .ftit {
  color: #fff;
}
.title1.bs .tit {
  color: #fff;
}
.title1.bs .ftit2 {
  color: #fff;
}

.iconfont1 {
  font-family: "iconfont" !important;
}

.sy-body {
  overflow: visible;
  position: relative;
}

.more-a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  --astx: 3.6875rem;
  padding-left: -webkit-calc(var(--astx) / 2);
  padding-left: -moz-calc(var(--astx) / 2);
  padding-left: calc(var(--astx) / 2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .more-a {
    --astx: 3.25rem;
  }
}
.more-a * {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.more-a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--astx);
  height: var(--astx);
  background: var(--color-zt);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.more-a i {
  background: rgba(0, 0, 0, 0.4);
  width: 3.9375rem;
  height: 1px;
  display: block;
}
.more-a p {
  color: #777777;
  font-size: 1.25rem;
  line-height: var(--astx);
}
@media (max-width: 768px) {
  .more-a p {
    font-size: 1.125rem;
  }
}
.more-a:hover {
  padding: 0 2.5em;
}
.more-a:hover::after {
  width: 100%;
  border-radius: 1.875rem;
}
.more-a:hover i {
  width: 0;
  opacity: 0;
}
.more-a:hover p {
  color: #fff;
}
.more-a.bs i {
  background: #fff;
}
.more-a.bs p {
  color: #fff;
}

@-webkit-keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
            transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(60%, 20%);
            transform: translate(60%, 20%);
  }
  75% {
    -webkit-transform: translate(15%);
            transform: translate(15%);
  }
}

@-moz-keyframes gradientMove {
  0% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  25% {
    -moz-transform: translate(15%);
         transform: translate(15%);
  }
  50% {
    -moz-transform: translate(60%, 20%);
         transform: translate(60%, 20%);
  }
  75% {
    -moz-transform: translate(15%);
         transform: translate(15%);
  }
}

@-o-keyframes gradientMove {
  0% {
    -o-transform: translate(0);
       transform: translate(0);
  }
  25% {
    -o-transform: translate(15%);
       transform: translate(15%);
  }
  50% {
    -o-transform: translate(60%, 20%);
       transform: translate(60%, 20%);
  }
  75% {
    -o-transform: translate(15%);
       transform: translate(15%);
  }
}

@keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
       -moz-transform: translate(15%);
         -o-transform: translate(15%);
            transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(60%, 20%);
       -moz-transform: translate(60%, 20%);
         -o-transform: translate(60%, 20%);
            transform: translate(60%, 20%);
  }
  75% {
    -webkit-transform: translate(15%);
       -moz-transform: translate(15%);
         -o-transform: translate(15%);
            transform: translate(15%);
  }
}
@-webkit-keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
}
@-moz-keyframes gradientMove1 {
  0% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  25% {
    -moz-transform: translate(10%, -10%);
         transform: translate(10%, -10%);
  }
  50% {
    -moz-transform: translate(50%, -50%);
         transform: translate(50%, -50%);
  }
  75% {
    -moz-transform: translate(10%, -10%);
         transform: translate(10%, -10%);
  }
}
@-o-keyframes gradientMove1 {
  0% {
    -o-transform: translate(0);
       transform: translate(0);
  }
  25% {
    -o-transform: translate(10%, -10%);
       transform: translate(10%, -10%);
  }
  50% {
    -o-transform: translate(50%, -50%);
       transform: translate(50%, -50%);
  }
  75% {
    -o-transform: translate(10%, -10%);
       transform: translate(10%, -10%);
  }
}
@keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
       -moz-transform: translate(10%, -10%);
         -o-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
         -o-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
       -moz-transform: translate(10%, -10%);
         -o-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
}
.cont1 {
  position: relative;
}
.cont1 .a1f1, .cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.cont1 .a1f1.a1f1, .cont1 .a1f2.a1f1 {
  left: 20%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.cont1 .a1f1.a1f2, .cont1 .a1f2.a1f2 {
  right: 6%;
  bottom: 15%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.cont1 .a1v1 {
  margin-top: 7.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 {
    margin-top: 2.5rem;
  }
}
.cont1 .a1v1 .a1b1 {
  width: 37.8571428571%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 {
  position: sticky;
  left: 0;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li {
  display: none;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li {
    display: block;
  }
  .cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li + li {
    margin-top: 1.85rem;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li u {
  display: block;
  font-size: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -3.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li u {
    margin-left: 0;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li u img {
  width: 100%;
  height: 3.6875rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li u img {
    height: 2.5rem;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .img {
  display: none;
  font-size: 0;
  position: relative;
  border-radius: 3.125rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .img {
    display: block;
    border-radius: 1rem;
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .img img {
  width: 100%;
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .tit1 {
  color: #555555;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .tit1 {
    font-size: 2rem;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .tit2 {
  color: #555555;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 700;
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .p1 {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .p1 {
    font-size: 1.125rem;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .asjx_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.6875rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .asjx_1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
    display: none;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .asjx_1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .asjx_1 li a {
  display: block;
  color: #777;
  font-size: 1.125rem;
  line-height: 2.5em;
  position: relative;
  padding-left: 1rem;
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .asjx_1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .asjx_1 li a::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .asjx_1 li a:hover {
  color: var(--color-zt);
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1 > li .asjx_1 li a:hover::after {
  width: 100%;
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1[data-idx="0"] > li:nth-child(1), .cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1[data-idx="1"] > li:nth-child(1) {
  display: block;
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1[data-idx="2"] > li:nth-child(2) {
  display: block;
}
.cont1 .a1v1 .a1b1 .a1b1c1 .a1b1c1d1[data-idx="3"] > li:nth-child(3) {
  display: block;
}
.cont1 .a1v1 .a1b2 {
  width: 58%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
    display: none;
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 li + li {
  margin-top: 6.25rem;
}
.cont1 .a1v1 .a1b2 .a1b2c1 li a.img {
  display: block;
  font-size: 0;
  position: relative;
  border-radius: 3.125rem;
  overflow: hidden;
}
.cont1 .a1v1 .a1b2 .a1b2c1 li a.img img {
  width: 100%;
}
.cont1 .a1v1 .a1b2 .a1b2c1 li a.img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont2 {
  padding: 9.375rem 0 8.75rem;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.25rem 0;
  }
}
.cont2 .a2b1 {
  color: rgba(85, 85, 85, 0.07);
  font-size: 16.875rem;
  font-weight: 700;
  line-height: 0.75em;
  text-transform: uppercase;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
}
@media (max-width: 768px) {
  .cont2 .a2b1 {
    font-size: 5.5rem;
  }
}
.cont2 .a2b2 {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  padding: 15.125rem 0;
  border-radius: 3.125rem;
  overflow: hidden;
  -webkit-transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  -o-transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  -moz-transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  transition: background-position cubic-bezier(0, 0, 0.35, 1) 0.5s;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 .a2b2 {
    padding: 3.5rem 5%;
    border-radius: 1.75rem;
  }
}
.cont2 .a2b2 .more-a {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .cont2 .a2b2 .more-a {
    margin-top: 1.5rem;
  }
}
.cont2.on .a2b1 {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes TqCXqclp_draw {
  0% {
    fill: rgba(240, 131, 0, 0);
    stroke-dashoffset: 100%;
  }
  50% {
    stroke-dashoffset: 0;
    fill: rgba(240, 131, 0, 0);
  }
  100% {
    stroke-dashoffset: 0;
    fill: #f08300;
  }
}

@-moz-keyframes TqCXqclp_draw {
  0% {
    fill: rgba(240, 131, 0, 0);
    stroke-dashoffset: 100%;
  }
  50% {
    stroke-dashoffset: 0;
    fill: rgba(240, 131, 0, 0);
  }
  100% {
    stroke-dashoffset: 0;
    fill: #f08300;
  }
}

@-o-keyframes TqCXqclp_draw {
  0% {
    fill: rgba(240, 131, 0, 0);
    stroke-dashoffset: 100%;
  }
  50% {
    stroke-dashoffset: 0;
    fill: rgba(240, 131, 0, 0);
  }
  100% {
    stroke-dashoffset: 0;
    fill: #f08300;
  }
}

@keyframes TqCXqclp_draw {
  0% {
    fill: rgba(240, 131, 0, 0);
    stroke-dashoffset: 100%;
  }
  50% {
    stroke-dashoffset: 0;
    fill: rgba(240, 131, 0, 0);
  }
  100% {
    stroke-dashoffset: 0;
    fill: #f08300;
  }
}
.cont3 {
  background: #005E36;
  position: relative;
  height: 100vh;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont3 {
    height: auto;
    padding: 2.5rem 0;
    overflow: hidden;
  }
  .cont3 .title1 .tit, .cont3 .title1 .ftit2 {
    color: #fff;
  }
}
.cont3 .a3f1 {
  background: rgba(0, 94, 54, 0.1);
  position: absolute;
  width: 49.4791666667%;
  right: 20%;
  top: -10%;
  z-index: 1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(350px);
          filter: blur(350px);
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.cont3 .a3v1 {
  background: #fff;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: -webkit-calc(100% + 50vw);
  width: -moz-calc(100% + 50vw);
  width: calc(100% + 50vw);
}
@media (max-width: 768px) {
  .cont3 .a3v1 {
    width: 100%;
    background: transparent;
    white-space: normal;
  }
}
.cont3 .a3v2 {
  height: 100%;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cont3 .a3v2 {
    white-space: normal;
  }
}
.cont3 .a3v2 .a3v2c1 {
  width: 100vw;
  position: absolute;
  height: 100%;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c1 {
    position: static;
  }
}
.cont3 .a3v2 .a3v2c1 u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86.4583333333%;
  font-size: 0;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c1 u {
    display: none;
  }
}
.cont3 .a3v2 .a3v2c1 u svg {
  width: 100%;
}
.cont3 .a3v2 .a3v2c1 u .TqCXqclp_0 {
  stroke-dasharray: 2133 2135;
  stroke-dashoffset: 2134;
}
.cont3 .a3v2 .a3v2c1 u .TqCXqclp_1 {
  stroke-dasharray: 2431 2433;
  stroke-dashoffset: 2432;
}
.cont3 .a3v2 .a3v2c1 u img {
  width: 100%;
}
.cont3 .a3v2 .a3v2c2 {
  position: absolute;
  left: 100%;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 {
    position: static;
    white-space: inherit;
  }
}
.cont3 .a3v2 .a3v2c2 > .img {
  display: inline-block;
  width: 50vw;
  height: 100vh;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 > .img {
    display: none;
  }
}
.cont3 .a3v2 .a3v2c2 > .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 {
  display: inline-block;
  white-space: nowrap;
  width: 100vw;
  overflow: hidden;
  padding-left: 7.25vw;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 {
    padding: 0 4%;
    margin-top: 1.5rem;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 > .flex {
  height: 100vh;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 > .flex {
    height: auto;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 {
  width: 32.1354166667%;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 {
    width: 100%;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 u {
  display: block;
  font-size: 0;
  width: 76.6612641815%;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 u {
    width: 100%;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 u img {
  width: 100%;
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 .cont-p {
  color: #F08300;
  margin-top: -6rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 .cont-p {
    margin-top: -4.5rem;
    display: none;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 .cont-p .entit {
  font-size: 8rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 .cont-p .entit {
    font-size: 4.5rem;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 .cont-p .tit {
  font-size: 4.875rem;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh1 .cont-p .tit {
    font-size: 2.5rem;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .sjh2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.65em;
  margin-left: 1.5rem;
  font-weight: 700;
  width: 25.8333333333%;
  white-space: normal;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .sjh2 {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh3 {
  color: #FFFFFF;
  margin-top: -4.375rem;
  width: 26.5625%;
  white-space: normal;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh3 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh3 .p1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh3 .p1 {
    font-size: 1.125rem;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh3 .p2 {
  color: #F08300;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh3 .p2 {
    font-size: 2.25rem;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh3 .p3 {
  font-size: 1.6875rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d1 .asjh3 .p3 {
    font-size: 1.25rem;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d2 {
  display: inline-block;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
  padding-left: 12vw;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d2 {
    height: auto;
    width: 100%;
    padding: 0 4%;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2-v {
  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;
  height: 100%;
  width: 100%;
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 {
  width: 100%;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 {
    margin-top: 1.5rem;
    gap: 1.5rem 0;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  color: #fff;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 li {
    text-align: center;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 li u {
  width: 5.125rem;
  font-size: 0;
  display: block;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 li u {
    width: 3.65rem;
    margin: 0 auto;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 li u img {
  width: 100%;
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 li .tit {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.75rem 0 0.25rem;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 li .tit {
    font-size: 2.5rem;
    padding: 0.85rem 0;
  }
}
.cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 li p {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c2 .a3v2c2d2 .a3v2c2d2c1 li p {
    font-size: 1.125rem;
  }
}
.cont3 .bg-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.cont3 .bg-logo img {
  width: 81.4583333333%;
}
.cont3.on .a3v2 .a3v2c1 u .TqCXqclp_0 {
  -webkit-animation: TqCXqclp_draw 1000ms linear 0ms forwards;
     -moz-animation: TqCXqclp_draw 1000ms linear 0ms forwards;
       -o-animation: TqCXqclp_draw 1000ms linear 0ms forwards;
          animation: TqCXqclp_draw 1000ms linear 0ms forwards;
}
.cont3.on .a3v2 .a3v2c1 u .TqCXqclp_1 {
  -webkit-animation: TqCXqclp_draw 1000ms linear 500ms forwards;
     -moz-animation: TqCXqclp_draw 1000ms linear 500ms forwards;
       -o-animation: TqCXqclp_draw 1000ms linear 500ms forwards;
          animation: TqCXqclp_draw 1000ms linear 500ms forwards;
}

.cont4 {
  background: #F2F2F2;
  position: relative;
  padding: 6.875rem 0 12.1875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2.5rem 0;
  }
}
.cont4 .a4f1, .cont4 .a4f2, .cont4 .a4f3 {
  position: absolute;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.cont4 .a4f1.a4f1, .cont4 .a4f2.a4f1, .cont4 .a4f3.a4f1 {
  background: rgba(240, 131, 0, 0.2);
  width: 33.75%;
  aspect-ratio: 1/1;
  left: 5%;
  top: -30%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.cont4 .a4f1.a4f2, .cont4 .a4f2.a4f2, .cont4 .a4f3.a4f2 {
  width: 17.9166666667%;
  aspect-ratio: 1/2;
  left: 12%;
  bottom: -5%;
  -webkit-transform: rotate(-33.756deg);
     -moz-transform: rotate(-33.756deg);
      -ms-transform: rotate(-33.756deg);
       -o-transform: rotate(-33.756deg);
          transform: rotate(-33.756deg);
}
.cont4 .a4f1.a4f2 .asjh, .cont4 .a4f2.a4f2 .asjh, .cont4 .a4f3.a4f2 .asjh {
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
  width: 100%;
  height: 100%;
  background: rgba(240, 131, 0, 0.2);
}
.cont4 .a4f1.a4f3, .cont4 .a4f2.a4f3, .cont4 .a4f3.a4f3 {
  width: 20.8333333333%;
  aspect-ratio: 1/2;
  right: 12%;
  bottom: 0%;
  -webkit-transform: rotate(25deg);
     -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
       -o-transform: rotate(25deg);
          transform: rotate(25deg);
}
.cont4 .a4f1.a4f3 .asjh, .cont4 .a4f2.a4f3 .asjh, .cont4 .a4f3.a4f3 .asjh {
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
  width: 100%;
  height: 100%;
  background: rgba(0, 94, 54, 0.12);
}
.cont4 .wh {
  position: relative;
  z-index: 1;
}
.cont4 .a4v1 .asxtx {
  color: rgba(85, 85, 85, 0.07);
  font-size: 16.875rem;
  font-weight: 700;
  line-height: 0.75em;
  text-transform: uppercase;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .asxtx {
    font-size: 7rem;
    display: none;
  }
}
.cont4 .a4v2 {
  margin-top: -5rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2 {
    margin-top: 1rem;
  }
}
.cont4 .a4v2 .a4b1 {
  width: 54.2857142857%;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.25rem;
  }
}
.cont4 .a4v2 .a4b1 .a4b1c1 li {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b1 .a4b1c1 li {
    border-radius: 1rem;
  }
}
.cont4 .a4v2 .a4b1 .a4b1c1 li a.img {
  display: block;
  font-size: 0;
}
.cont4 .a4v2 .a4b1 .a4b1c1 li a.img img {
  width: 100%;
}
.cont4 .a4v2 .a4b1 .a4b1c1 li .cont-p {
  padding: 2rem 7%;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b1 .a4b1c1 li .cont-p {
    padding: 1.5rem 7%;
  }
}
.cont4 .a4v2 .a4b1 .a4b1c1 li .cont-p .date {
  color: #F08300;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.cont4 .a4v2 .a4b1 .a4b1c1 li .cont-p .date i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.cont4 .a4v2 .a4b1 .a4b1c1 li .cont-p .name {
  display: block;
  color: #444444;
  font-size: 1.875rem;
  line-height: 1.35em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b1 .a4b1c1 li .cont-p .name {
    font-size: 1.5rem;
  }
}
.cont4 .a4v2 .a4b1 .a4b1c1 li .cont-p a.xw-more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #7F8384;
  font-size: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b1 .a4b1c1 li .cont-p a.xw-more {
    margin-top: 1rem;
  }
}
.cont4 .a4v2 .a4b1 .a4b1c1 li .cont-p a.xw-more:hover {
  color: var(--color-zt);
}
.cont4 .a4v2 .a4b1 a.more-a {
  margin: 4rem auto 0;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b1 a.more-a {
    margin-top: 1.75rem;
  }
}
.cont4 .a4v2 .a4b2 {
  width: 41.5%;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 {
    width: 100%;
  }
}
.cont4 .a4v2 .a4b2 .a4b1c2 li {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 .a4b1c2 li {
    border-radius: 1rem;
  }
}
.cont4 .a4v2 .a4b2 .a4b1c2 li + li {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 .a4b1c2 li + li {
    margin-top: 1.25rem;
  }
}
.cont4 .a4v2 .a4b2 .a4b1c2 li a.img {
  display: block;
  font-size: 0;
}
.cont4 .a4v2 .a4b2 .a4b1c2 li a.img img {
  width: 100%;
}
.cont4 .a4v2 .a4b2 .a4b1c2 li .cont-p {
  padding: 2rem 5%;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 .a4b1c2 li .cont-p {
    padding: 1.5rem 7%;
  }
}
.cont4 .a4v2 .a4b2 .a4b1c2 li .cont-p .date {
  color: #F08300;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.cont4 .a4v2 .a4b2 .a4b1c2 li .cont-p .date i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.cont4 .a4v2 .a4b2 .a4b1c2 li .cont-p .name {
  display: block;
  color: #444444;
  font-size: 1.875rem;
  line-height: 1.35em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 .a4b1c2 li .cont-p .name {
    font-size: 1.5rem;
  }
}
.cont4 .a4v2 .a4b2 .a4b1c2 li .cont-p a.xw-more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #7F8384;
  font-size: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 .a4b1c2 li .cont-p a.xw-more {
    margin-top: 1rem;
  }
}
.cont4 .a4v2 .a4b2 .a4b1c2 li .cont-p a.xw-more:hover {
  color: var(--color-zt);
}
.cont4 .a4v2 .a4b2 .a4b1c2 li.hs {
  background: #F08300;
  padding: 2.65rem 2%;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 .a4b1c2 li.hs {
    padding: 1.5rem 0;
    background: #fff;
  }
}
.cont4 .a4v2 .a4b2 .a4b1c2 li.hs .cont-p .date, .cont4 .a4v2 .a4b2 .a4b1c2 li.hs .cont-p .name, .cont4 .a4v2 .a4b2 .a4b1c2 li.hs .cont-p a.xw-more {
  color: #fff;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 .a4b1c2 li.hs .cont-p .date, .cont4 .a4v2 .a4b2 .a4b1c2 li.hs .cont-p .name, .cont4 .a4v2 .a4b2 .a4b1c2 li.hs .cont-p a.xw-more {
    color: #444444;
  }
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 .a4b1c2 li.hs .cont-p .date {
    color: #F08300;
  }
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4b2 .a4b1c2 li.hs .cont-p a.xw-more {
    color: #7F8384;
  }
  .cont4 .a4v2 .a4b2 .a4b1c2 li.hs .cont-p a.xw-more:hover {
    color: var(--color-zt);
  }
}

.foot-fot {
  position: relative;
  background: var(--color-ls);
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foota1b1 {
  padding: 5.8125rem 0 5.3125rem;
}
.foot-fot .foota1 .foota1b1 .fo-a1 .dlogo img {
  height: 5.1875rem;
}
.foot-fot .foota1 .foota1b1 .fo-a1 .tita1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.125em;
  margin-top: 1.5rem;
}
.foot-fot .foota1 .foota1b1 .fo-a1 .social-share {
  margin-top: 1.25rem;
}
.foot-fot .foota1 .foota1b1 .fo-a1 .social-share a {
  color: #005E36;
  background: #FFFFFF;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  line-height: 2.8125rem;
  border: none;
  font-size: 1.5rem;
}
.foot-fot .foota1 .foota1b1 .fo-a1 .social-share a:hover {
  background: var(--color-zt);
  color: #fff;
}
.foot-fot .foota1 .foota1b1 .fo-a1 .social-share a.iconfont1 {
  position: relative;
}
.foot-fot .foota1 .foota1b1 .fo-a1 .social-share a.iconfont1 .ermax {
  width: 7.5rem;
  bottom: -webkit-calc(100% + 0.5rem);
  bottom: -moz-calc(100% + 0.5rem);
  bottom: calc(100% + 0.5rem);
  padding: 0.25rem;
  background: #fff;
  border-radius: 0.25rem;
  max-width: inherit;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  box-shadow: 0 2px 10px #aaa;
}
.foot-fot .foota1 .foota1b1 .fo-a1 .social-share a.iconfont1 .ermax img {
  width: 100%;
}
.foot-fot .foota1 .foota1b1 .fo-a1 .social-share a.iconfont1:hover .ermax {
  display: block;
}
.foot-fot .foota1 .foota1b1 .fo-a2 {
  width: 25.7142857143%;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .d_nax1 {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.foot-fot .foota1 .foota1b1 .fo-a2 .d_nax1 li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  line-height: 1.85em;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .d_nax1 li.on a {
  color: #FFFFFF;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .d_nax2 {
  width: 50%;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .d_nax2 li {
  display: none;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .d_nax2 li a {
  display: block;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 2em;
  padding-left: 2em;
}
.foot-fot .foota1 .foota1b1 .erhjxsct {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.85em;
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.6);
  font: 400 1.125rem/1.65em "Noto Sans SC";
}
.foot-fot .foota2 .foot-2vt {
  padding: 1.5em 0;
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foota2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .foota2 a:hover::after {
  width: 100%;
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.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 .aat_list {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.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%;
  position: relative;
  background: var(--color-zt);
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  box-shadow: 0 0.125rem 1rem 0.125rem rgba(0, 20, 60, 0.2);
}
.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.875rem;
}
.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: #777777;
  font-size: 1rem;
  line-height: 2em;
  padding: 1.25em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 0.75em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #777777;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

.xw_ny_banner {
  background: var(--color-ls);
  -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 "montserrat";
}
@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 img {
  width: 100%;
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img .imga {
  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 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 "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.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 {
  width: 100%;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.nbanner .nbanner-wen1 .tit {
  font-size: 4.65rem;
  line-height: 1.125em;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .tit {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .txt {
  font-size: 3.85rem;
  line-height: 1.25em;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .txt {
    font-size: 1.25rem;
  }
}
.nbanner .fldah {
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .nbanner .fldah {
    display: none;
  }
}
.nbanner .fldah .ny-nav {
  background: rgba(255, 255, 255, 0.84);
  border-radius: 2.375rem;
  padding: 0 4%;
}
.nbanner .fldah .ny-nav li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.nbanner .fldah .ny-nav li > a {
  display: block;
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1.45rem 0.5em;
  text-align: center;
}
.nbanner .fldah .ny-nav li > a.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.nbanner .fldah .ny-nav li > a.flex-z::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  height: 1rem;
  width: 100%;
  display: block;
}
.nbanner .fldah .ny-nav li > a.flex-z i {
  font-size: 1rem;
  margin-left: 0.5rem;
}
.nbanner .fldah .ny-nav li .sec {
  position: absolute;
  left: 50%;
  top: -webkit-calc(100% + 0.6rem);
  top: -moz-calc(100% + 0.6rem);
  top: calc(100% + 0.6rem);
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  min-width: 50%;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  padding: 2rem 2em;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nbanner .fldah .ny-nav li .sec a {
  display: block;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.45rem 0;
}
.nbanner .fldah .ny-nav li .sec a:hover {
  color: #F08300;
}
.nbanner .fldah .ny-nav li:hover > a, .nbanner .fldah .ny-nav li.active > a {
  color: #F08300;
}
.nbanner .fldah .ny-nav li:hover .sec, .nbanner .fldah .ny-nav li.active .sec {
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.nbanner .fldah.Header-show {
  position: fixed;
  bottom: auto;
  top: var(--head-height);
  z-index: 2;
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
  background: rgba(240, 240, 240, 0.9);
}
.nbanner .fldah.Header-show .ny-nav {
  background: none;
  border-radius: 0;
}
.nbanner .fldah.Header-show .ny-nav li + li {
  position: relative;
}
.nbanner .fldah.Header-show .ny-nav li + li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40%;
  background: rgba(153, 153, 153, 0.5);
  width: 1px;
}
.nbanner .fldah.Header-show .ny-nav li > a {
  padding: 1rem 0.5em;
}

.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, #articlelist {
  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, #articlelist {
    height: 60px;
    margin-top: -60px;
  }
}

#abt1a {
  height: -webkit-calc(var(--head-height) * 1.75);
  height: -moz-calc(var(--head-height) * 1.75);
  height: calc(var(--head-height) * 1.75);
  margin-top: -webkit-calc(var(--head-height) * 1.75 * -1);
  margin-top: -moz-calc(var(--head-height) * 1.75 * -1);
  margin-top: calc(var(--head-height) * 1.75 * -1);
}
@media (max-width: 990px) {
  #abt1a {
    height: 60px;
    margin-top: -60px;
  }
}

.ny-title {
  color: #9F9E9F;
  font-weight: 700;
}
.ny-title .tit {
  color: #020202;
  font-size: 2.5rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .ny-title .tit {
    font-size: 1.85rem;
  }
}
.ny-title .entit {
  font-size: 1.5rem;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ny-title .entit {
    font-size: 1.25rem;
  }
}
.ny-title.bs {
  color: #fff;
}
.ny-title.bs .tit {
  color: #fff;
}

@-webkit-keyframes bannerLun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-moz-keyframes bannerLun {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
         transform: translateY(100px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
         transform: translateY(0px);
    filter: blur(0px);
  }
}

@-o-keyframes bannerLun {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
       transform: translateY(100px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0px);
       transform: translateY(0px);
    filter: blur(0px);
  }
}

@keyframes bannerLun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.ny-body {
  overflow: visible;
}
.ny-body .head .head2 {
  background: var(--color-ls);
}

.ny-body-page .head .head2 {
  background: var(--color-ls);
}

.abt-a1cx1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-mask: -webkit-linear-gradient(bottom, transparent, #000 50%, transparent);
          mask: linear-gradient(0deg, transparent, #000 50%, transparent);
}
.abt-a1cx1 img {
  width: 100%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  opacity: 0.1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--color-zt) !important;
}

.abt-cont1 {
  padding: 3.5rem 0 8.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 1rem 0 2rem;
  }
}
.abt-cont1 .abt-a1v1 {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 51.3571428571%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .abt-a1b1c1 .img {
  display: block;
  font-size: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .abt-a1b1c1 .img {
    border-radius: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .abt-a1b1c1 .img img {
  width: 100%;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .abt-a1b1c1 .cont-p {
  color: #F08300;
  margin-top: -7.5rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .abt-a1b1c1 .cont-p {
    margin-top: -3rem;
    margin-right: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .abt-a1b1c1 .cont-p .entit {
  font-size: 7.4375rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .abt-a1b1c1 .cont-p .entit {
    font-size: 4rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .abt-a1b1c1 .cont-p .tit {
  font-size: 4.875rem;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .abt-a1b1c1 .cont-p .tit {
    font-size: 2.25rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 42.3571428571%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .abt-a1b2c1 .p1 {
  text-align: justify;
  overflow-y: auto;
  max-height: 34rem;
  padding-right: 0.5rem;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .abt-a1b2c1 .p1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .abt-a1b2c1 .p1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .abt-a1b2c1 .p1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-zt);
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .abt-a1b2c1 .p1 {
    max-height: none;
    overflow: hidden;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .abt-a1b2c1 a.more-a {
  margin-left: auto;
  margin-top: 1.75rem;
}
.abt-cont1 .gssj_list1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .gssj_list1 {
    margin-top: 2rem;
    gap: 1.5rem 0;
  }
}
.abt-cont1 .gssj_list1 li {
  text-align: center;
  color: #444444;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .abt-cont1 .gssj_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
  }
}
.abt-cont1 .gssj_list1 li u {
  width: 4rem;
  font-size: 0;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .abt-cont1 .gssj_list1 li u {
    width: 3rem;
  }
}
.abt-cont1 .gssj_list1 li u img {
  width: 100%;
}
.abt-cont1 .gssj_list1 li .tit {
  color: #F08300;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1em;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .abt-cont1 .gssj_list1 li .tit {
    font-size: 2.5rem;
  }
}
.abt-cont1 .gssj_list1 li p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont1 .gssj_list1 li p {
    font-size: 1.125rem;
  }
}

.abt-cont2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 12.875rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 3rem 0 2rem;
    background-image: url(../images/bja1.jpg) !important;
  }
}
.abt-cont2 .abt-a2v1 {
  width: 48.3571428571%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 {
    width: 100%;
  }
}
.abt-cont2 .abt-a2v1 .p1 {
  margin-top: 1.25rem;
}
.abt-cont2 .abt-a2v1 .ftitax {
  color: #464646;
  font-size: 1.125rem;
  line-height: 1.75em;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
.abt-cont2 .abt-a2v1 .ftitax b {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 0.5em;
}
.abt-cont2 .abt-a2v1 .p2 {
  color: #464646;
  font-size: 1.125rem;
  line-height: 1.75em;
  font-size: 1.125rem;
  font-weight: 500;
}
.abt-cont2 .abt-a2v1 .mxas {
  position: relative;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
.abt-cont2 .abt-a2v1 .mxas::before {
  content: "";
  width: 4.0625rem;
  height: 1px;
  display: inline-block;
  background: #000000;
  margin-right: 1rem;
}
.abt-cont2 .abt-a2v1 .mxas img {
  height: 3.0625rem;
}

.jt-more > div {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  position: relative;
}
.jt-more > div .ui-loop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.jt-more > div .path-loop {
  fill: none;
  stroke: var(--color-zt);
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.jt-more > div .path-loop-bg {
  fill: none;
  stroke: var(--color-zt);
  stroke-miterlimit: 10;
  stroke-width: 1px;
  opacity: 0;
}
.jt-more > div i {
  color: #F08300;
  font-size: 1rem;
  font-weight: 700;
}

.abt-cont3 {
  padding: 11.25rem 0 6.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.5rem 0 1.25rem;
  }
  .abt-cont3 .title2 .tit {
    text-align: left;
  }
  .abt-cont3 .title2 .tit:after {
    margin-left: 0 !important;
  }
  .abt-cont3 .title2 .tit span {
    display: block;
  }
}
.abt-cont3 .abt-a3v1x1 {
  position: relative;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1x1 {
    margin-top: 1.75rem;
  }
}
.abt-cont3 .abt-a3v1x1 > u {
  display: block;
  font-size: 0;
  width: 27.03125%;
  position: absolute;
  right: 0;
  top: -5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1x1 > u {
    display: none;
  }
}
.abt-cont3 .abt-a3v1x1 > u img {
  width: 100%;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 {
  width: 63.1428571429%;
  border-radius: 1.875rem;
  background: -webkit-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(10px);
  position: relative;
  padding: 3.5rem 5%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
    padding: 2rem 5%;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1::after {
  content: "";
  display: block;
  border-radius: 30px;
  background: -webkit-linear-gradient(left, #F08300 0%, rgba(240, 131, 0, 0) 100%);
  background: -moz-linear-gradient(left, #F08300 0%, rgba(240, 131, 0, 0) 100%);
  background: -o-linear-gradient(left, #F08300 0%, rgba(240, 131, 0, 0) 100%);
  background: linear-gradient(90deg, #F08300 0%, rgba(240, 131, 0, 0) 100%);
  position: absolute;
  left: 5%;
  top: 0;
  width: 90%;
  height: 0.25rem;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 {
  height: 30.625rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 {
    height: auto;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 .swiper-slide {
  height: auto;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 .swiper-slide .tit {
  color: #464646;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 .swiper-slide .tit {
    font-size: 1.25rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 .swiper-slide .tit span {
  font-size: 2rem;
  line-height: 1.25em;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 .swiper-slide .p1 {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.35em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 .swiper-slide .p1 {
    font-size: 1rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 .swiper-slide .p1 p {
  padding-left: 1.5em;
  position: relative;
  margin-top: 0.5rem;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 .swiper-slide .p1 p::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 1px solid var(--color-zt);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .mySwiper1 .swiper-slide.swiper-slide-active .tit {
  color: var(--color-zt);
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .jt-more {
  margin-top: 2.5rem;
}
.abt-cont3 .abt-a3v1 .abt-a3b1 .jt-more > div + div {
  margin-left: 1rem;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 {
  width: 38.4285714286%;
  margin-left: -1.5714285714%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 {
    width: 100%;
    margin-left: 0;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2c1 li {
  position: relative;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2c1 li i {
  display: block;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2c1 li i {
    width: 80%;
    margin-left: auto;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2c1 li i img {
  width: 100%;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2c1 li .tit {
  color: var(--color-zt);
  font-size: 6.25rem;
  line-height: 1em;
  font-weight: 700;
  position: absolute;
  left: -10%;
  bottom: 8%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2c1 li .tit {
    left: 0;
    font-size: 3.75rem;
  }
}

.abt-cont4 {
  position: relative;
}
.abt-cont4 > u {
  display: block;
  font-size: 0;
}
.abt-cont4 > u img {
  width: 100%;
}
.abt-cont4 .avt-a4v1c1 {
  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%;
}
.abt-cont4 .avt-a4v1c1 .title2 .tit::after {
  display: none;
}
.abt-cont4 .avt-a4v1c1 a.more-a {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .avt-a4v1c1 {
    top: 25%;
  }
  .abt-cont4 .avt-a4v1c1 a.more-a {
    margin-top: 1rem;
  }
}

.zzey-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .zzey-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .zzey-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.zzey-list li u {
  display: block;
  font-size: 0;
  overflow: hidden;
  border-radius: 0.35rem;
  border: 0.75rem solid #ECCB01;
}
.zzey-list li u img {
  width: 100%;
}
.zzey-list li .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
  color: #333;
}
.zzey-list.zzey-list-a39 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
  .zzey-list.zzey-list-a39 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 450px) {
  .zzey-list.zzey-list-a39 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.zzey-list.zzey-list-a39 li u {
  border-width: 0.5rem;
}

.yfcx-cont1 {
  padding: 2.6875rem 0 8.125rem;
  position: relative;
}
@media (max-width: 768px) {
  .yfcx-cont1 {
    padding: 1rem 0 2rem;
  }
}
.yfcx-cont1 .a1f1, .yfcx-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.yfcx-cont1 .a1f1.a1f1, .yfcx-cont1 .a1f2.a1f1 {
  left: 50%;
  top: 15%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.yfcx-cont1 .a1f1.a1f2, .yfcx-cont1 .a1f2.a1f2 {
  right: 25%;
  bottom: 10%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.yfcx-cont1 .wh {
  position: relative;
  z-index: 1;
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 {
  width: 44%;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 {
    width: 100%;
  }
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d1 {
  width: 39.6103896104%;
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d1 a.img {
  position: relative;
  display: block;
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d1 a.img u {
  display: block;
  font-size: 0;
  border-radius: 3.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d1 a.img u {
    border-radius: 1rem;
  }
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d1 a.img u img {
  width: 100%;
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d1 a.img i {
  width: 2.0625rem;
  display: block;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d1 a.img i {
    width: 1.5rem;
  }
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d1 a.img i img {
  width: 100%;
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d2 {
  width: 53.8961038961%;
  color: #555555;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.125em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c1 .yfcx-a1b1c1d2 {
    font-size: 2rem;
  }
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c2 {
  margin-top: 1.5rem;
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c2 .tit {
  color: #555555;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c2 .tit {
    font-size: 1.65rem;
  }
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c2 .txt {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.65em;
  margin-top: 2.5rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v1 .yfcx-a1b1 .yfcx-a1b1c2 .txt {
    width: 100%;
    font-size: 1rem;
    margin: 1rem 0 1.25rem;
  }
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b2 {
  width: 46.6428571429%;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v1 .yfcx-a1b2 {
    width: 100%;
  }
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b2 .img {
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v1 .yfcx-a1b2 .img {
    border-radius: 1rem;
  }
}
.yfcx-cont1 .yfcx-a1v1 .yfcx-a1b2 .img img {
  width: 100%;
}
.yfcx-cont1 .yfcx-a1v2 {
  margin-top: 8.75rem;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v2 {
    margin-top: 2.25rem;
  }
}
.yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 {
  gap: 4.75rem 0;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 {
    gap: 1.25rem 0;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li {
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 33.3333333333%;
  text-align: center;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li {
    width: 50%;
  }
}
.yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li u {
  display: block;
  font-size: 0;
  width: 4.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li u {
    width: 3.5rem;
  }
}
.yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li u img {
  width: 100%;
}
.yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li .cont-p {
  margin-top: 1.5rem;
}
.yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li .cont-p .tit {
  color: #F08300;
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li .cont-p .tit {
    font-size: 1.125rem;
  }
}
.yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li .cont-p .tit span {
  font-size: 3.375rem;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li .cont-p .tit span {
    font-size: 2.25rem;
  }
}
.yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li .cont-p .p {
  color: #777777;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yfcx-cont1 .yfcx-a1v2 .yfcx-a1v2c1 li .cont-p .p {
    font-size: 1rem;
  }
}

.title2 .tit {
  color: #464646;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .title2 .tit {
    font-size: 1.85rem;
  }
}
.title2 .tit::after {
  content: "";
  width: 1em;
  height: 1px;
  display: block;
  background: var(--color-zt);
  margin-top: 0.5rem;
}
.title2.ta .tit::after {
  margin: 0.5rem auto 0;
}
.title2.title2-x .tit::after {
  display: none;
}

.p-txt {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .p-txt {
    font-size: 1rem;
  }
}

.yfcx-cont2 {
  padding: 2rem 0 10.125rem;
}
@media (max-width: 768px) {
  .yfcx-cont2 {
    padding: 1.5rem 0 2.5rem;
  }
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b1 {
  width: 36.1428571429%;
}
@media (max-width: 768px) {
  .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b1 {
    width: 100%;
  }
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b1 .yfcx-a2b1c1 {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b1 .p-txt {
  margin: 1.35em 0 1.25em;
}
@media (max-width: 768px) {
  .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b1 .p-txt {
    margin: 1em 0;
  }
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 {
  width: 55.9285714286%;
}
@media (max-width: 768px) {
  .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li {
  background: #F5F6F7;
  border-radius: 1.875rem;
  margin-bottom: 1.5rem;
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
@media (max-width: 768px) {
  .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li {
    border-radius: 1rem;
    position: relative;
    top: 0;
  }
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p {
  padding: 2.125rem 8% 6rem;
  display: block;
}
@media (max-width: 768px) {
  .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p {
    padding: 1.75rem 6.5%;
  }
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p u {
  display: block;
  font-size: 0;
  width: 3.4375rem;
}
@media (max-width: 768px) {
  .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p u {
    width: 3rem;
  }
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p u img {
  width: 100%;
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p .tit {
  color: #555555;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 1.5rem;
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p .tit a {
  display: block;
  color: #555555;
}
@media (max-width: 768px) {
  .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p .tit {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p .p {
  font-size: 1.125rem;
  line-height: 1.65em;
  color: #777777;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li .cont-p .p {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(2) {
  background: #005E36;
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(2) .cont-p u img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(2) .cont-p .tit, .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(2) .cont-p .p, .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(2) .cont-p .tit a {
  color: #fff;
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(3) {
  background: #F08300;
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(3) .cont-p u img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(3) .cont-p .tit, .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(3) .cont-p .p, .yfcx-cont2 .yfcx-a2v1 .yfcx-a2b2 .yfcx-a2b2c1 li:nth-child(3) .cont-p .tit a {
  color: #fff;
}

.yfcx-cont3 {
  position: relative;
}
.yfcx-cont3 .yfcx-a3v1 .yfcx-a3v1c1 {
  width: 45.6428571429%;
  margin-left: var(--cbasta);
  z-index: 2;
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .yfcx-cont3 .yfcx-a3v1 .yfcx-a3v1c1 {
    width: 100%;
    padding-bottom: 1.5rem;
    margin-left: 0;
  }
}
.yfcx-cont3 .yfcx-a3v1 .yfcx-a3v1c1 .p-txt {
  margin-top: 1.8125rem;
}
@media (max-width: 768px) {
  .yfcx-cont3 .yfcx-a3v1 .yfcx-a3v1c1 .p-txt {
    margin-top: 1.125rem;
  }
}
.yfcx-cont3 .yfcx-a3v2-axt {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.yfcx-cont3 .yfcx-a3v2-axt .yfcx-a3v1a {
  position: absolute;
  left: 0;
  top: -16.1rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .yfcx-cont3 .yfcx-a3v2-axt .yfcx-a3v1a {
    top: -18.1rem;
  }
}
@media (max-width: 768px) {
  .yfcx-cont3 .yfcx-a3v2-axt .yfcx-a3v1a {
    display: none;
  }
}
.yfcx-cont3 .yfcx-a3v2-axt .yfcx-a3v1a .yfcx-a3v1c1 {
  width: 45.6428571429%;
  margin-left: var(--cbasta);
  z-index: 2;
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
}
.yfcx-cont3 .yfcx-a3v2-axt .yfcx-a3v1a .yfcx-a3v1c1 .p-txt {
  margin-top: 1.8125rem;
}
.yfcx-cont3 .yfcx-a3v2-axt .yfcx-a3v1a .cat2 .title2 .ftit, .yfcx-cont3 .yfcx-a3v2-axt .yfcx-a3v1a .cat2 .title2 .tit, .yfcx-cont3 .yfcx-a3v2-axt .yfcx-a3v1a .cat2 .p-txt {
  color: #fff;
}
.yfcx-cont3 .yfcx-a3v2 {
  position: relative;
}
.yfcx-cont3 .yfcx-a3v2 .img {
  margin: 0 auto;
  overflow: hidden;
}
.yfcx-cont3 .yfcx-a3v2 .img img {
  width: 100%;
  height: 42.4375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .yfcx-cont3 .yfcx-a3v2 .img img {
    height: 22.4375rem;
  }
}
.yfcx-cont3 .yfcx-a3v2 .wehax {
  padding: 0 var(--cbasta);
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 1;
  width: 100%;
  gap: 3rem;
}
@media (max-width: 768px) {
  .yfcx-cont3 .yfcx-a3v2 .wehax {
    gap: 1rem 3rem;
  }
}
.yfcx-cont3 .yfcx-a3v2 .wehax li {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .yfcx-cont3 .yfcx-a3v2 .wehax li {
    font-size: 1.35rem;
  }
}
.yfcx-cont3 .yfcx-a3v2 .wehax li p {
  padding: 0 0.5em;
}
.yfcx-cont3 .yfcx-a3v2 .wehax li u {
  display: block;
  font-size: 0;
  width: 1.1875rem;
}
@media (max-width: 768px) {
  .yfcx-cont3 .yfcx-a3v2 .wehax li u {
    width: 1rem;
  }
}
.yfcx-cont3 .yfcx-a3v2 .wehax li u img {
  width: 100%;
}

.yfcx-cont4 {
  padding: 6.75rem 0 5.375rem;
}
@media (max-width: 768px) {
  .yfcx-cont4 {
    padding: 2.25rem 0;
  }
}
.yfcx-cont4 .yfcx-a4v1 {
  width: 45.7142857143%;
  margin: 3.125rem auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .yfcx-cont4 .yfcx-a4v1 {
    width: 80%;
    margin: 1.5rem auto 0;
  }
}
.yfcx-cont4 .yfcx-a4v1 > u {
  display: block;
  width: 40.9375%;
  border-radius: 50%;
  overflow: hidden;
}
.yfcx-cont4 .yfcx-a4v1 > u img {
  width: 100%;
}
.yfcx-cont4 .yfcx-a4v1 .yfcx-a4c1 {
  position: relative;
  z-index: 1;
}
.yfcx-cont4 .yfcx-a4v1 .yfcx-a4c1 li {
  width: 50%;
  -webkit-filter: drop-shadow(0 0.15rem 0.25rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0.15rem 0.25rem rgba(0, 0, 0, 0.1));
  cursor: pointer;
  position: relative;
}
.yfcx-cont4 .yfcx-a4v1 .yfcx-a4c1 li img {
  width: 100%;
}
.yfcx-cont4 .yfcx-a4v1 .yfcx-a4c1 li:hover {
  -webkit-transform: scale(1.125);
     -moz-transform: scale(1.125);
      -ms-transform: scale(1.125);
       -o-transform: scale(1.125);
          transform: scale(1.125);
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.yfcx-cont4 .yfcx-a4v2 {
  position: relative;
  margin-top: 7.625rem;
}
@media (max-width: 768px) {
  .yfcx-cont4 .yfcx-a4v2 {
    margin-top: 1.65rem;
  }
}
.yfcx-cont4 .yfcx-a4v2 .mySwiper4 {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yfcx-cont4 .yfcx-a4v2 .mySwiper4 {
    border-radius: 1rem;
  }
}
.yfcx-cont4 .yfcx-a4v2 .mySwiper4 .swiper-slide .img img {
  width: 100%;
}
.yfcx-cont4 .yfcx-a4v2 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yfcx-cont4 .yfcx-a4v2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.yfcx-cont4 .yfcx-a4v2 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.yfcx-cont4 .yfcx-a4v2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}

.yfcx-cont5 {
  padding-bottom: 3.625rem;
}
@media (max-width: 768px) {
  .yfcx-cont5 {
    padding-bottom: 1.5rem;
  }
}
.yfcx-cont5 .title2 .p-txt {
  margin-top: 1rem;
}
.yfcx-cont5 .ydasx-va21 {
  margin-top: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .yfcx-cont5 .ydasx-va21 {
    margin-top: 1.5rem;
  }
}
.yfcx-cont5 .ydasx-va21 u {
  display: block;
  font-size: 0;
}
.yfcx-cont5 .ydasx-va21 u img {
  width: 100%;
}
.yfcx-cont5 .ydasx-va21 .ydasx-asc1 {
  padding: 0 10.5714285714%;
  position: absolute;
  left: 0;
  top: 5%;
  z-index: 1;
  width: 100%;
}
.yfcx-cont5 .ydasx-va21 .ydasx-asc1 li {
  width: 21.6363636364%;
  aspect-ratio: 1/1;
  background: #F08300;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.04));
}
.yfcx-cont5 .ydasx-va21 .ydasx-asc1 li p {
  color: #fff;
  font-size: 4.375rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .yfcx-cont5 .ydasx-va21 .ydasx-asc1 li p {
    font-size: 1.85rem;
  }
}
.yfcx-cont5 .ydasx-va21 .ydasx-asc1 li:nth-child(2) {
  background: #FFFFFF;
}
.yfcx-cont5 .ydasx-va21 .ydasx-asc1 li:nth-child(2) p {
  color: #F08300;
}
.yfcx-cont5 .ydasx-va21 .ydasx-asc1 li:nth-child(3) {
  background: #005E36;
}
.yfcx-cont5 .ydasx-va21 .ydasx-asc1 li:nth-child(3) p {
  color: #fff;
}
.yfcx-cont5 .ydasx-va21 .ydasx-asc1 li:nth-child(4) {
  background: #FFFFFF;
}
.yfcx-cont5 .ydasx-va21 .ydasx-asc1 li:nth-child(4) p {
  color: #F08300;
}
.yfcx-cont5 .ydasx-va21 .fxyjy-more {
  display: inline-block;
  background: #F08300;
  color: #fff;
  font-size: 2rem;
  line-height: 2em;
  font-weight: 700;
  padding: 1.125rem 0;
  border-radius: 5rem;
  width: 33.7857142857%;
  margin: -4.95rem auto 0;
}
@media (max-width: 768px) {
  .yfcx-cont5 .ydasx-va21 .fxyjy-more {
    width: auto;
    padding: 0.65rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.65em;
    margin: -5.25rem auto 0;
  }
}
.yfcx-cont5 .ydasx-va21 .imghaxa {
  width: 9.375rem;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .yfcx-cont5 .ydasx-va21 .imghaxa {
    width: 5rem;
  }
}
.yfcx-cont5 .ydasx-va21 .imghaxa img {
  width: 100%;
}
.yfcx-cont5 .mySwiper10 {
  padding: 1rem 0;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .yfcx-cont5 .mySwiper10 {
    margin-top: 0.75rem;
  }
}
.yfcx-cont5 .mySwiper10 .swiper-wrapper {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yfcx-cont5 .mySwiper10 .swiper-slide {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(15px);
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  padding: 2.75rem 2.5%;
}
@media (max-width: 768px) {
  .yfcx-cont5 .mySwiper10 .swiper-slide {
    padding: 1.5rem 8%;
  }
}
.yfcx-cont5 .mySwiper10 .swiper-slide .img {
  border-radius: 0.9375rem;
  overflow: hidden;
  display: none;
}
.yfcx-cont5 .mySwiper10 .swiper-slide .img img {
  width: 100%;
}
.yfcx-cont5 .mySwiper10 .swiper-slide .fimg {
  padding: 1rem 0;
}
.yfcx-cont5 .mySwiper10 .swiper-slide .fimg img {
  height: 2.35rem;
}
.yfcx-cont5 .mySwiper10 .swiper-slide .tit {
  color: #000000;
  font-size: 1.35rem;
  line-height: 1.5em;
  display: none;
}
@media (max-width: 768px) {
  .yfcx-cont5 .mySwiper10 .swiper-slide .tit {
    font-size: 1.25rem;
  }
}
.yfcx-cont5 .mySwiper10 .swiper-slide .p {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .yfcx-cont5 .mySwiper10 .swiper-slide .p {
    font-size: 1rem;
  }
}
.yfcx-cont5 .mySwiper10 .swiper-slide .more-axat {
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 50%;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.04);
  margin-top: 0.65rem;
}
.yfcx-cont5 .mySwiper10 .swiper-slide .more-axat i {
  font-size: 0.75rem;
  font-weight: 700;
  color: #D4D4D4;
}
.yfcx-cont5 .mySwiper10 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  padding: 1.5rem 2.5%;
}
@media (max-width: 768px) {
  .yfcx-cont5 .mySwiper10 .swiper-slide.swiper-slide-active {
    padding: 1.5rem 8%;
  }
}
.yfcx-cont5 .mySwiper10 .swiper-slide.swiper-slide-active .img {
  display: block;
}
.yfcx-cont5 .mySwiper10 .swiper-slide.swiper-slide-active .tit {
  display: block;
}
.yfcx-cont5 .mySwiper10 .swiper-slide.swiper-slide-active .p {
  margin-top: 0.25rem;
}
.yfcx-cont5 .mySwiper10 .swiper-slide.swiper-slide-active .more-axat {
  opacity: 0;
  display: none;
}
.yfcx-cont5 .mySwiper10 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
.yfcx-cont5 .mySwiper10 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.yfcx-cont5 .mySwiper10 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}

.yfcx-cont7 {
  position: relative;
}
.yfcx-cont7 u {
  display: block;
  font-size: 0;
  width: 100%;
}
.yfcx-cont7 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .yfcx-cont7 u img {
    aspect-ratio: 9/13;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.yfcx-cont7 .yfcx-a7v1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .yfcx-cont7 .yfcx-a7v1 {
    top: 28%;
  }
}
.yfcx-cont7 .yfcx-a7v1 .yfcx-a7v1c1 {
  width: 31.6428571429%;
}
@media (max-width: 768px) {
  .yfcx-cont7 .yfcx-a7v1 .yfcx-a7v1c1 {
    width: 100%;
  }
}
.yfcx-cont7 .yfcx-a7v1 .yfcx-a7v1c1 .title2 .p-txt {
  margin: 1rem 0 1.5rem;
}

.yfcx-cont8 {
  padding: 4.5rem 0 5.4375rem;
  position: relative;
}
@media (max-width: 768px) {
  .yfcx-cont8 {
    padding: 2rem 0;
  }
}
.yfcx-cont8 .a1f1, .yfcx-cont8 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.yfcx-cont8 .a1f1.a1f1, .yfcx-cont8 .a1f2.a1f1 {
  right: 40%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.yfcx-cont8 .a1f1.a1f2, .yfcx-cont8 .a1f2.a1f2 {
  right: 42%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.yfcx-cont8 .jqgd {
  border-top-right-radius: 1.25rem;
  border-top-left-radius: 1.25rem;
  overflow: hidden;
  margin-top: 2rem;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .yfcx-cont8 .jqgd {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    margin-top: 1rem;
  }
}
.yfcx-cont8 .jqgd .asx {
  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;
  text-align: center;
  background: #F08300;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.5em;
  padding: 1.75rem 0;
}
@media (max-width: 768px) {
  .yfcx-cont8 .jqgd .asx {
    font-size: 1.125rem;
    padding: 1rem 0;
    text-align: left;
    padding: 1.5rem 5%;
  }
}
.yfcx-cont8 .jqgd .asx .tit {
  width: 22%;
}
@media (max-width: 768px) {
  .yfcx-cont8 .jqgd .asx .tit {
    width: 100%;
  }
}
.yfcx-cont8 .jqgd .asx .tit2 {
  width: 35%;
}
@media (max-width: 768px) {
  .yfcx-cont8 .jqgd .asx .tit2 {
    width: 100%;
  }
}
.yfcx-cont8 .jqgd .asx .tit3 {
  width: 28%;
}
@media (max-width: 768px) {
  .yfcx-cont8 .jqgd .asx .tit3 {
    width: 100%;
  }
}
.yfcx-cont8 .zyxm-list 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;
  text-align: center;
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.25em;
  padding: 0.95rem 0;
}
@media (max-width: 768px) {
  .yfcx-cont8 .zyxm-list li {
    font-size: 1rem;
    text-align: left;
    line-height: 1.75em;
    padding: 0.95rem 5%;
  }
  .yfcx-cont8 .zyxm-list li + li {
    border-top: 1px solid #f0f0f0;
  }
}
.yfcx-cont8 .zyxm-list li:nth-child(2n) {
  background: #fff;
}
.yfcx-cont8 .zyxm-list li .p {
  width: 22%;
}
@media (max-width: 768px) {
  .yfcx-cont8 .zyxm-list li .p {
    width: 100%;
  }
}
.yfcx-cont8 .zyxm-list li .p2 {
  width: 35%;
}
@media (max-width: 768px) {
  .yfcx-cont8 .zyxm-list li .p2 {
    width: 100%;
  }
}
.yfcx-cont8 .zyxm-list li .p3 {
  width: 28%;
  text-align: left;
}
@media (max-width: 768px) {
  .yfcx-cont8 .zyxm-list li .p3 {
    width: 100%;
  }
}
.yfcx-cont8 .zyxm-list li .p3 b {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.75em;
}
@media (max-width: 768px) {
  .yfcx-cont8 .zyxm-list li .p3 b {
    width: 1rem;
    height: 1rem;
    margin-right: 0.35em;
  }
}

.more-gd {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.25rem auto 0;
}
@media (max-width: 768px) {
  .more-gd {
    font-size: 1.125rem;
    margin: 3.25rem auto 0;
  }
}
.more-gd a.more-axt {
  color: #777777;
  position: relative;
  --astx: 3.6875rem;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .more-gd a.more-axt {
    --astx: 2.6875rem;
  }
}
.more-gd a.more-axt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -webkit-calc(var(--astx) * -0.5);
  top: -moz-calc(var(--astx) * -0.5);
  top: calc(var(--astx) * -0.5);
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: var(--astx);
  height: var(--astx);
  background: var(--color-zt);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.more-gd a.more-axt i {
  background: rgba(0, 0, 0, 0.4);
  width: 1px;
  height: 3.9375rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .more-gd a.more-axt i {
    height: 3rem;
  }
}
.more-gd a.more-axt:hover {
  -webkit-transform: translateY(-0.75rem);
     -moz-transform: translateY(-0.75rem);
      -ms-transform: translateY(-0.75rem);
       -o-transform: translateY(-0.75rem);
          transform: translateY(-0.75rem);
}

.qywh-cont1 {
  padding: 6.25rem 0 6rem;
  position: relative;
}
@media (max-width: 768px) {
  .qywh-cont1 {
    padding: 1.25rem 0 2.25rem;
  }
}
.qywh-cont1 .qywh-a1v2 {
  width: 123.75%;
  max-width: none;
  position: relative;
  -webkit-transform: translateX(2%) scale(0.5);
     -moz-transform: translateX(2%) scale(0.5);
      -ms-transform: translateX(2%) scale(0.5);
       -o-transform: translateX(2%) scale(0.5);
          transform: translateX(2%) scale(0.5);
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v2 {
    width: 100%;
    -webkit-transform: translateX(0) scale(1);
       -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
         -o-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
.qywh-cont1 .qywh-a1v2 u {
  display: block;
  position: relative;
  font-size: 0;
}
.qywh-cont1 .qywh-a1v2 u::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #fff;
}
.qywh-cont1 .qywh-a1v2 img {
  width: 100%;
}
.qywh-cont1 .wehscx {
  position: absolute;
  left: 0%;
  top: 25%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(1rem);
     -moz-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
       -o-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 768px) {
  .qywh-cont1 .wehscx {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.qywh-cont1 .qywh-a1v1 {
  margin-left: auto;
  width: 55%;
  text-align: center;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 {
    width: 100%;
    margin-top: 1.5rem;
  overflow: hidden;
  }
}
.qywh-cont1 .qywh-a1v1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
.qywh-cont1 .qywh-a1v1 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.qywh-cont1 .qywh-a1v1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}
.qywh-cont1 .qywh-a1v1 .ashxw1 {
  position: relative;
}
.qywh-cont1 .qywh-a1v1 .ashxw1 li {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .ashxw1 li {
    position: static;
  }
}
.qywh-cont1 .qywh-a1v1 .ashxw1 li .title1 .tit {
  font-size: 2.375rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .ashxw1 li .title1 .tit {
    font-size: 1.25rem;
  }
}
.qywh-cont1.on .qywh-a1v2 {
  -webkit-transform: translateX(-10%);
     -moz-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
       -o-transform: translateX(-10%);
          transform: translateX(-10%);
}
.qywh-cont1.on .wehscx {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.qywh-cont2 {
  background: url(../images/bj1.jpg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.625rem 0 21.125rem;
}
@media (max-width: 768px) {
  .qywh-cont2 {
    padding: 1.5rem 0 2.5rem;
  }
}
.qywh-cont2 .qywh-a2_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .qywh-cont2 .qywh-a2_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.85rem;
  }
}
.qywh-cont2 .qywh-a2_list1 li {
  border-radius: 1.875rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(15px);
}
@media (max-width: 768px) {
  .qywh-cont2 .qywh-a2_list1 li {
    border-radius: 1rem;
  }
  .qywh-cont2 .qywh-a2_list1 li:last-child{
     grid-column: 1/3;
  }
}
.qywh-cont2 .qywh-a2_list1 li:nth-child(3n-1) {
  -webkit-transform: translateY(5rem);
     -moz-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
       -o-transform: translateY(5rem);
          transform: translateY(5rem);
}
@media (max-width: 768px) {
  .qywh-cont2 .qywh-a2_list1 li:nth-child(3n-1) {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.qywh-cont2 .qywh-a2_list1 li .a-block {
  display: block;
  text-align: center;
  padding: 5.625rem 2.625rem;
}
@media (max-width: 768px) {
  .qywh-cont2 .qywh-a2_list1 li .a-block {
    padding: 2rem 1.5rem;
  }
}
.qywh-cont2 .qywh-a2_list1 li .a-block i {
  display: block;
  font-size: 0;
  width: 4.5rem;
  margin: 0 auto;
}
.qywh-cont2 .qywh-a2_list1 li .a-block i img {
  width: 100%;
}
.qywh-cont2 .qywh-a2_list1 li .a-block .wenata .tit {
  color: #464646;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 1.65rem 0 0.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .qywh-cont2 .qywh-a2_list1 li .a-block .wenata .tit {
    font-size: 1.35rem;
    padding: 1.125rem 0 0.5rem;
  }
}
.qywh-cont2 .qywh-a2_list1 li .a-block .wenata .p {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .qywh-cont2 .qywh-a2_list1 li .a-block .wenata .p {
    font-size: 1rem;
  }
}
.qywh-cont2 .qywh-a2_list1 li:hover {
  background: #F08300;
}
.qywh-cont2 .qywh-a2_list1 li:hover .a-block i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.qywh-cont2 .qywh-a2_list1 li:hover .a-block .wenata .tit, .qywh-cont2 .qywh-a2_list1 li:hover .a-block .wenata .p {
  color: #fff;
}

.fx-cont1 {
  position: relative;
  padding-top: 5.625rem;
}
@media (max-width: 768px) {
  .fx-cont1 {
    padding-top: 1.25rem;
  }
}
.fx-cont1 .a1f1, .fx-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.fx-cont1 .a1f1.a1f1, .fx-cont1 .a1f2.a1f1 {
  right: 0;
  top: 25%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.fx-cont1 .a1f1.a1f2, .fx-cont1 .a1f2.a1f2 {
  right: 6%;
  bottom: 3%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.fx-cont1 .fx-a1v1 u {
  display: block;
  width: 87.5%;
  margin: 0 auto;
  font-size: 0;
}
.fx-cont1 .fx-a1v1 u img {
  width: 100%;
}
.fx-cont1 .fx-a1v2 {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 20%, #fff 50%, #fff 100%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 20%, #fff 50%, #fff 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 20%, #fff 50%, #fff 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, #fff 50%, #fff 100%);
  backdrop-filter: blur(45px);
  padding: 8.25rem 0 7.125rem;
  margin-top: -45rem;
}
@media (max-width: 768px) {
  .fx-cont1 .fx-a1v2 {
    margin-top: 0;
    padding: 0 0 2.25rem;
  }
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d1 {
  width: 38.1428571429%;
}
@media (max-width: 768px) {
  .fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d1 {
    width: 100%;
    display: none;
  }
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d1 li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.7);
  position: relative;
  z-index: 1;
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d1 li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: -webkit-linear-gradient(left, #F08300 0%, rgba(240, 131, 0, 0) 100%);
  background: -moz-linear-gradient(left, #F08300 0%, rgba(240, 131, 0, 0) 100%);
  background: -o-linear-gradient(left, #F08300 0%, rgba(240, 131, 0, 0) 100%);
  background: linear-gradient(90deg, #F08300 0%, rgba(240, 131, 0, 0) 100%);
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d1 li .tit {
  color: #7C7C7C;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 1.45rem 1.25em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d1 li .tit {
    font-size: 1.25rem;
    padding: 0.75rem 1em;
  }
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d1 li.on::before {
  width: 100%;
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d1 li.on .tit {
  color: #FFFFFF;
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 {
  width: 53.8571428571%;
}
@media (max-width: 768px) {
  .fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li {
    display: block !important;
  }
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li .img {
  border-radius: 2.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li .img {
    border-radius: 1rem;
  }
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li .img img {
  width: 100%;
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li .cont-p {
  border-radius: 2.875rem;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.03);
  margin-top: -5rem;
  padding: 3.625rem 6.5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li .cont-p {
    border-radius: 1rem;
    margin-top: -2rem;
    padding: 1.75rem 6.5%;
  }
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li .cont-p .tit {
  color: #444444;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li .cont-p .txt {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.75em;
  margin: 0.75rem 0 1.25rem;
}
@media (max-width: 768px) {
  .fx-cont1 .fx-a1v2 .fx-a1v2c1 .fx-a1v2c1d2 li .cont-p .txt {
    font-size: 1rem;
    margin: 0.5rem 0 1rem;
  }
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.fx-cont1 .fx-a1v2 .fx-a1v2c1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}

.dj-cont1 {
  padding: 2rem 0 3.4375rem;
  position: relative;
}
@media (max-width: 768px) {
  .dj-cont1 {
    padding: 1rem 0 2rem;
  }
}
.dj-cont1 .a1f1, .dj-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.dj-cont1 .a1f1.a1f1, .dj-cont1 .a1f2.a1f1 {
  left: 50%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.dj-cont1 .a1f1.a1f2, .dj-cont1 .a1f2.a1f2 {
  right: 30%;
  bottom: 0%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.dj-cont1 .p1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .dj-cont1 .p1 {
    margin-top: 1rem;
  }
}
.dj-cont1 .dj-a1v1 {
  position: relative;
}
.dj-cont1 .dj-a1v1 iframe {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 2.5rem;
  aspect-ratio: 16/7;
}
@media (max-width: 768px) {
  .dj-cont1 .dj-a1v1 iframe {
    margin-top: 1.25rem;
    border-radius: 1rem;
    aspect-ratio: 16/9;
  }
}
.dj-cont1 .dj-a1v1 .mySwiper3 {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .dj-cont1 .dj-a1v1 .mySwiper3 {
    margin-top: 1.25rem;
    border-radius: 1rem;
  }
}
.dj-cont1 .dj-a1v1 .mySwiper3 .swiper-slide .img img {
  width: 100%;
}
.dj-cont1 .dj-a1v1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .dj-cont1 .dj-a1v1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.dj-cont1 .dj-a1v1 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.dj-cont1 .dj-a1v1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}
.dj-cont1 .dj-a1v1 .jt-morez > div {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  z-index: 1;
}
@media (max-width: 1366px) {
  .dj-cont1 .dj-a1v1 .jt-morez > div {
    width: 2.125rem;
  }
}
@media (max-width: 768px) {
  .dj-cont1 .dj-a1v1 .jt-morez > div {
    width: 1.5rem;
    display: none;
  }
}
.dj-cont1 .dj-a1v1 .jt-morez > div.swiper-button-prev1 {
  left: -8%;
}
@media (max-width: 1366px) {
  .dj-cont1 .dj-a1v1 .jt-morez > div.swiper-button-prev1 {
    left: -5%;
  }
}
@media (max-width: 768px) {
  .dj-cont1 .dj-a1v1 .jt-morez > div.swiper-button-prev1 {
    left: -3%;
  }
}
.dj-cont1 .dj-a1v1 .jt-morez > div.swiper-button-next1 {
  right: -8%;
}
@media (max-width: 1366px) {
  .dj-cont1 .dj-a1v1 .jt-morez > div.swiper-button-next1 {
    right: -5%;
  }
}
@media (max-width: 768px) {
  .dj-cont1 .dj-a1v1 .jt-morez > div.swiper-button-next1 {
    right: -3%;
  }
}
.dj-cont1 .dj-a1v1 .jt-morez > div img {
  width: 100%;
}

.dj-cont2 {
  background: rgba(255, 255, 255, 0.67);
  backdrop-filter: blur(45px);
  padding: 7.8125rem 0 5.75rem;
}
@media (max-width: 768px) {
  .dj-cont2 {
    padding: 0 0 2rem;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b1 {
  width: 15.2857142857%;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  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) {
  .dj-cont2 .dj-a2v1 .dj-a2b1 {
    width: 100%;
    border-right: none;
    display: none;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b1 li {
  width: 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;
}
@media (max-width: 768px) {
  .dj-cont2 .dj-a2v1 .dj-a2b1 li {
    width: 50%;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b1 li .tit {
  text-align: right;
  padding-right: 2.8125rem;
  color: rgba(68, 68, 68, 0.4);
  font-size: 1.25rem;
  line-height: 1.35em;
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dj-cont2 .dj-a2v1 .dj-a2b1 li .tit {
    padding-right: 0;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b1 li .tit::after {
  content: "";
  position: absolute;
  right: -0.125rem;
  top: 0;
  width: 0.25rem;
  height: 100%;
  background: #F08300;
  opacity: 0;
}
.dj-cont2 .dj-a2v1 .dj-a2b1 li.on .tit {
  color: var(--color-zt);
}
.dj-cont2 .dj-a2v1 .dj-a2b1 li.on .tit::after {
  opacity: 1;
}
.dj-cont2 .dj-a2v1 .dj-a2b2 {
  width: 77.5714285714%;
}
@media (max-width: 768px) {
  .dj-cont2 .dj-a2v1 .dj-a2b2 {
    width: 100%;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b2 li {
  display: none;
}
@media (max-width: 768px) {
  .dj-cont2 .dj-a2v1 .dj-a2b2 li {
    display: block !important;
  }
  .dj-cont2 .dj-a2v1 .dj-a2b2 li + li {
    margin-top: 1.5rem;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b2 li .cont-pax .cont-p {
  width: 34.7145488029%;
}
@media (max-width: 768px) {
  .dj-cont2 .dj-a2v1 .dj-a2b2 li .cont-pax .cont-p {
    width: 100%;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b2 li .cont-pax .cont-p .tit {
  color: #464646;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .dj-cont2 .dj-a2v1 .dj-a2b2 li .cont-pax .cont-p .tit {
    font-size: 1.5rem;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b2 li .cont-pax .cont-p .p1 {
  color: rgba(68, 68, 68, 0.46);
  font-size: 1.125rem;
  line-height: 1.65em;
  text-align: justify;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .dj-cont2 .dj-a2v1 .dj-a2b2 li .cont-pax .cont-p .p1 {
    margin-top: 0.75rem;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b2 li .cont-pax .img {
  width: 55.7090239411%;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dj-cont2 .dj-a2v1 .dj-a2b2 li .cont-pax .img {
    width: 100%;
    border-radius: 1rem;
    margin-top: 1rem;
  }
}
.dj-cont2 .dj-a2v1 .dj-a2b2 li .cont-pax .img img {
  width: 100%;
}

.dj-cont3 {
  padding: 7.5rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .dj-cont3 {
    padding-top: 2rem;
  }
}
.dj-cont3 .a1f1, .dj-cont3 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.dj-cont3 .a1f1.a1f1, .dj-cont3 .a1f2.a1f1 {
  left: 20%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.dj-cont3 .a1f1.a1f2, .dj-cont3 .a1f2.a1f2 {
  left: 50%;
  bottom: 0%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.dj-cont3 .dj-a3v1 {
  position: relative;
  width: 66.2142857143%;
  margin: 3.5rem auto 0;
}
@media (max-width: 768px) {
  .dj-cont3 .dj-a3v1 {
    width: 100%;
    margin: 0 auto;
  }
}
.dj-cont3 .dj-a3v1 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .dj-cont3 .dj-a3v1 u {
    margin-top: 1.25rem;
    display: none;
  }
}
.dj-cont3 .dj-a3v1 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .dj-cont3 .dj-a3v1 .ashx1 {
    margin-top: 2rem;
  }
}
.dj-cont3 .dj-a3v1 .ashx1 li .tit {
  color: #464646;
  font-size: 1.5rem;
  line-height: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .dj-cont3 .dj-a3v1 .ashx1 li .tit {
    position: static;
    display: none;
  }
}
.dj-cont3 .dj-a3v1 .ashx1 li .cont-p {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(15px);
  width: 35.25rem;
  padding: 1.5rem 5%;
  display: none;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .dj-cont3 .dj-a3v1 .ashx1 li .cont-p {
    position: static;
    display: block !important;
    width: 100%;
    border-radius: 1rem;
    margin-top: 1rem;
  }
}
.dj-cont3 .dj-a3v1 .ashx1 li .cont-p .ftit {
  color: #464646;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .dj-cont3 .dj-a3v1 .ashx1 li .cont-p .ftit {
    font-size: 1.35rem;
  }
}
.dj-cont3 .dj-a3v1 .ashx1 li .cont-p .p1 {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .dj-cont3 .dj-a3v1 .ashx1 li .cont-p .p1 {
    font-size: 1rem;
    margin-top: 0.65rem;
  }
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(1) .tit {
  left: 48%;
  top: 38%;
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(1) .cont-p {
  left: 62%;
  top: 12%;
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(2) .tit {
  right: 32%;
  top: 50%;
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(2) .cont-p {
  left: 75%;
  top: 58%;
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(3) .tit {
  right: 39%;
  bottom: 29%;
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(3) .cont-p {
  left: 0%;
  top: 72%;
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(4) .tit {
  left: 39%;
  bottom: 29%;
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(4) .cont-p {
  left: -37%;
  top: 61%;
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(5) .tit {
  left: 32%;
  top: 50%;
}
.dj-cont3 .dj-a3v1 .ashx1 li:nth-child(5) .cont-p {
  right: 62%;
  top: 12%;
}
.dj-cont3 .dj-a3v1 .ashx1 li.active .tit {
  color: #F08300;
  font-weight: 700;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.dj-cont3 .dj-a3v1 .ashx1 li.active .cont-p {
  display: block;
}

.dj-cont4 {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(15px);
  padding: 11.875rem 0 8.75rem;
  margin-top: -8.5rem;
}
@media (max-width: 768px) {
  .dj-cont4 {
    margin-top: 0;
    padding: 2.5rem 0;
  }
}
.dj-cont4 .dj-a4list1 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .dj-cont4 .dj-a4list1 {
    gap: 0 1rem;
    margin-top: 1rem;
  }
}
.dj-cont4 .dj-a4list1 li .tit {
  color: #464646;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 1.125rem 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dj-cont4 .dj-a4list1 li .tit {
    font-size: 1.125rem;
    padding: 0.85rem 0;
  }
}
.dj-cont4 .dj-a4list1 li .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #F08300;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .dj-cont4 .dj-a4list1 li .tit::after {
    bottom: -2px;
    height: 2px;
  }
}
.dj-cont4 .dj-a4list1 li.on .tit {
  color: #F08300;
}
.dj-cont4 .dj-a4list1 li.on .tit::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.dj-cont4 .dj-a4list2 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .dj-cont4 .dj-a4list2 {
    margin-top: 1.5rem;
  }
}
.dj-cont4 .dj-a4list2 li {
  display: none;
}
.dj-cont4 .dj-a4list2 li .cont-asv .img {
  width: 58.1428571429%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .dj-cont4 .dj-a4list2 li .cont-asv .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.dj-cont4 .dj-a4list2 li .cont-asv .img img {
  width: 100%;
}
.dj-cont4 .dj-a4list2 li .cont-asv .cont-p {
  width: 33.9285714286%;
}
@media (max-width: 768px) {
  .dj-cont4 .dj-a4list2 li .cont-asv .cont-p {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.dj-cont4 .dj-a4list2 li .cont-asv .cont-p b {
  display: block;
  font-weight: 300;
  color: #F08300;
  font-size: 3.375rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .dj-cont4 .dj-a4list2 li .cont-asv .cont-p b {
    font-size: 2.25rem;
  }
}
.dj-cont4 .dj-a4list2 li .cont-asv .cont-p .tit {
  color: #464646;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .dj-cont4 .dj-a4list2 li .cont-asv .cont-p .tit {
    font-size: 1.35rem;
  }
}
.dj-cont4 .dj-a4list2 li .cont-asv .cont-p .p1 {
  color: #777777;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .dj-cont4 .dj-a4list2 li .cont-asv .cont-p .p1 {
    font-size: 1rem;
    line-height: 1.65em;
  }
}

.qysh-cont1 {
  padding: 5.3125rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .qysh-cont1 {
    padding: 2rem 0;
  }
}
.qysh-cont1 .a1f1, .qysh-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.qysh-cont1 .a1f1.a1f1, .qysh-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.qysh-cont1 .a1f1.a1f2, .qysh-cont1 .a1f2.a1f2 {
  left: 40%;
  bottom: -15%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.qysh-cont1 .p1 {
  text-align: center;
  margin: 1.125rem 0 3.75rem;
}
@media (max-width: 768px) {
  .qysh-cont1 .p1 {
    margin: 1rem 0 1.75rem;
  }
}
.qysh-cont1 .heng1 {
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .qysh-cont1 .heng1 {
    border-radius: 1rem;
  }
}
.qysh-cont1 .heng1 img {
  width: 100%;
}

.qysh-cont2 {
  padding: 0.5rem 0 10rem;
}
@media (max-width: 768px) {
  .qysh-cont2 {
    padding: 0.5rem 0 2rem;
  }
}
.qysh-cont2 .qysh-a2v1 {
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .qysh-cont2 .qysh-a2v1 {
    margin-top: 1.5rem;
  }
}
.qysh-cont2 .qysh-a2v1 .qysh-a2v1c1 {
  width: 32.8571428571%;
}
@media (max-width: 768px) {
  .qysh-cont2 .qysh-a2v1 .qysh-a2v1c1 {
    width: 100%;
  }
}
.qysh-cont2 .qysh-a2v1 .qysh-a2v1c1 li .dt {
  color: #464646;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CACACA;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .qysh-cont2 .qysh-a2v1 .qysh-a2v1c1 li .dt {
    font-size: 1.25rem;
    padding: 1rem 0;
  }
}
.qysh-cont2 .qysh-a2v1 .qysh-a2v1c1 li .wehha-job {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .qysh-cont2 .qysh-a2v1 .qysh-a2v1c1 li .wehha-job {
    font-size: 1rem;
  }
}
.qysh-cont2 .qysh-a2v1 .qysh-a2v1c1 li.active .dt {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .qysh-cont2 .qysh-a2v1 .qysh-a2v1c1 li.active .dt {
    font-size: 1.5rem;
  }
}
.qysh-cont2 .qysh-a2v1 .imga1 {
  width: 60.3571428571%;
}
@media (max-width: 768px) {
  .qysh-cont2 .qysh-a2v1 .imga1 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.qysh-cont2 .qysh-a2v1 .imga1 .ashx_list li {
  display: none;
}
.qysh-cont2 .qysh-a2v1 .imga1 .fang {
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .qysh-cont2 .qysh-a2v1 .imga1 .fang {
    border-radius: 1rem;
  }
}
.qysh-cont2 .qysh-a2v1 .imga1 .fang img {
  width: 100%;
}

.qysh-cont3 {
  padding: 0.5rem 0 10rem;
}
@media (max-width: 768px) {
  .qysh-cont3 {
    padding: 0.5rem 0 2rem;
  }
}
.qysh-cont3 .mySwiper6 {
  position: relative;
  margin-top: 5.5625rem;
}
@media (max-width: 768px) {
  .qysh-cont3 .mySwiper6 {
    margin-top: 2rem;
  }
}
.qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .img {
  width: 58.1428571429%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .img img {
  width: 100%;
}
.qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .cont-p {
  width: 33.9285714286%;
}
@media (max-width: 768px) {
  .qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .cont-p {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .cont-p b {
  display: block;
  font-weight: 300;
  color: #F08300;
  font-size: 3.375rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .cont-p b {
    font-size: 2.25rem;
  }
}
.qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .cont-p .tit {
  color: #464646;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .cont-p .tit {
    font-size: 1.35rem;
  }
}
.qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .cont-p .p1 {
  color: #777777;
  font-size: 1.125rem;
  margin-top: 0.5rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .qysh-cont3 .mySwiper6 .swiper-slide .cont-asv .cont-p .p1 {
    font-size: 1rem;
    line-height: 1.65em;
  }
}
.qysh-cont3 .mySwiper6 .swiper-pagination1 {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 768px) {
  .qysh-cont3 .mySwiper6 .swiper-pagination1 {
    position: static;
  }
}
.qysh-cont3 .mySwiper6 .swiper-pagination1 span.swiper-pagination-current {
  color: #F08300;
}
.qysh-cont3 .mySwiper6 .swiper-pagination1 span::before {
  content: "0";
}
.qysh-cont3 .qysh-a3v1 {
  margin-top: 6.25rem;
  background: #F08300;
  border-radius: 1.25rem;
  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;
  padding: 4.5rem 2% 4rem;
}
@media (max-width: 768px) {
  .qysh-cont3 .qysh-a3v1 {
    margin-top: 2rem;
    padding: 2.5rem 5%;
    gap: 1.25rem 2%;
  }
}
.qysh-cont3 .qysh-a3v1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .qysh-cont3 .qysh-a3v1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 48%;
  }
}
.qysh-cont3 .qysh-a3v1 li .data {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 768px) {
  .qysh-cont3 .qysh-a3v1 li .data {
    font-size: 1.25rem;
  }
}
.qysh-cont3 .qysh-a3v1 li .data span {
  font-size: 3.375rem;
}
@media (max-width: 768px) {
  .qysh-cont3 .qysh-a3v1 li .data span {
    font-size: 2.25rem;
  }
}
.qysh-cont3 .qysh-a3v1 li p {
  font-size: 1.5rem;
  line-height: 1.35em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .qysh-cont3 .qysh-a3v1 li p {
    font-size: 1.125rem;
  }
}

.qysh-cont4 {
  background: rgba(189, 188, 188, 0.1);
  padding: 6.5625rem 0 4.25rem;
}
@media (max-width: 768px) {
  .qysh-cont4 {
    padding: 2rem 0;
  }
}
.qysh-cont4 .mySwiper7 {
  padding: 0 28.6458333333%;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .qysh-cont4 .mySwiper7 {
    padding: 0 7.8125%;
    margin-top: 1.5rem;
  }
}
.qysh-cont4 .mySwiper7 .swiper-slide .img img {
  width: 100%;
}
.qysh-cont4 .mySwiper7 .swiper-slide .tit {
  text-align: center;
  color: #777777;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
  display: none;
}
@media (max-width: 768px) {
  .qysh-cont4 .mySwiper7 .swiper-slide .tit {
    font-size: 1rem;
  }
}
.qysh-cont4 .mySwiper7 .swiper-slide.swiper-slide-active .tit {
  display: block;
}
.qysh-cont4 .mySwiper7 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
  display: none;
}
@media (max-width: 768px) {
  .qysh-cont4 .mySwiper7 .swiper-pagination1 {
    margin-top: 1rem;
    display: none;
  }
}
.qysh-cont4 .mySwiper7 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.qysh-cont4 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}
.qysh-cont4 .mySwiper7 .jt-more {
  gap: 1rem;
  margin-top: 1.5rem;
}
.qysh-cont4 .mySwiper7 .jt-more > div:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.qysh-cont4 .mySwiper7 .jt-more > div:hover i {
  color: #fff;
}
.esg-cont1 {
  padding: 7.25rem 0 7.125rem;
  position: relative;
}
@media (max-width: 768px) {
  .esg-cont1 {
    padding: 2rem 0;
  }
}
.esg-cont1 .a1f1, .esg-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.esg-cont1 .a1f1.a1f1, .esg-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.esg-cont1 .a1f1.a1f2, .esg-cont1 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.esg-cont1 .dqbg_list1 {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list1 {
    margin-top: 1.5rem;
  }
}
.esg-cont1 .dqbg_list1 li .cont-p {
  width: 86.6428571429%;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 11.1875rem 46% 11.1875rem 4%;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list1 li .cont-p {
    width: 100%;
    padding: 2rem 5%;
    border-radius: 1rem;
  }
}
.esg-cont1 .dqbg_list1 li .cont-p .tit {
  color: #464646;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.esg-cont1 .dqbg_list1 li .cont-p .p1 {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list1 li .cont-p .p1 {
    font-size: 1rem;
  }
}
.esg-cont1 .dqbg_list1 li .cont-p a.more-b {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list1 li .cont-p a.more-b {
    margin-top: 0.5rem;
  }
}
.esg-cont1 .dqbg_list1 li .img {
  width: 53.4285714286%;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-left: -40.0714285714%;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list1 li .img {
    margin-left: 0;
    width: 100%;
    border-radius: 1rem;
    margin-top: 1rem;
  }
}
.esg-cont1 .dqbg_list1 li .img img {
  width: 100%;
}
.esg-cont1 .dqbg_list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.625rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.esg-cont1 .dqbg_list2 li {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 3rem 9.5%;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list2 li {
    padding: 1.5rem 7%;
    border-radius: 1rem;
  }
}
.esg-cont1 .dqbg_list2 li .img {
  width: 40.5253283302%;
}
.esg-cont1 .dqbg_list2 li .img img {
  width: 100%;
}
.esg-cont1 .dqbg_list2 li .cont-p {
  width: 48.7804878049%;
}
.esg-cont1 .dqbg_list2 li .cont-p .tit {
  color: #464646;
  font-size: 1.45rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list2 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.esg-cont1 .dqbg_list2 li .cont-p a.more-xa {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #F08300;
  border-radius: 50%;
  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: #F08300;
  font-size: 0.875rem;
  line-height: 1.125em;
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .esg-cont1 .dqbg_list2 li .cont-p a.more-xa {
    margin-top: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.esg-cont1 .dqbg_list2 li .cont-p a.more-xa p {
  width: 100%;
}
.esg-cont1 .dqbg_list2 li .cont-p a.more-xa i {
  font-size: 1rem;
  display: block;
  margin: 0 auto;
}
.esg-cont1 .dqbg_list2 li .cont-p a.more-xa:hover {
  background: #F08300;
  color: #fff;
}
.esg-cont1 .dqbg_list2 li .cont-p a.more-xa:hover i {
  color: #fff;
}

.news-content {
  background: url(../images/bj2.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  overflow: hidden;
}
.news-content .news-cont1 {
  border-bottom: 1px solid #EDEDED;
  background: rgba(255, 255, 255, 0.4);
}
.news-content .news-cont1 .news-a1v1 {
  position: relative;
  padding: 1rem 0 5.3125rem;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .news-a1v1 {
    padding: 0.5rem 0 2rem;
  }
}
.news-content .news-cont1 .news-a1v1 .mySwiper8 {
  position: relative;
}
.news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa a.img {
  display: block;
  font-size: 0;
  width: 49.5%;
  border-radius: 1.35rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa a.img {
    width: 100%;
    border-radius: 1rem;
  }
}
.news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa a.img img {
  width: 100%;
}
.news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa .cont-p {
  width: 46%;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa .cont-p {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa .cont-p .data {
  color: #F08300;
  font-size: 1rem;
  line-height: 1.65em;
}
.news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.35rem;
}
.news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa .cont-p a.name {
  display: block;
  color: #444444;
  font-size: 1.875rem;
  line-height: 1.35em;
  margin: 0.5rem 0 1rem;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa .cont-p a.name {
    font-size: 1.5rem;
    margin: 0.4rem 0 0.65rem;
  }
}
.news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa .cont-p .p {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .news-a1v1 .mySwiper8 .swiper-slide .imagsxa .cont-p .p {
    font-size: 1.125rem;
  }
}
.news-content .news-cont1 .news-a1v1 .jt-more {
  width: 46%;
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 1;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .news-content .news-cont1 .news-a1v1 .jt-more {
    position: static;
    margin-left: auto;
    width: auto;
    margin-top: 1rem;
  }
}
.news-content .news-cont2 {
  padding: 3.25rem 0 1rem;
}
@media (max-width: 768px) {
  .news-content .news-cont2 {
    padding: 2rem 0 1rem;
  }
}
.news-content .news-cont2 .qbxw form .contact {
  gap: 1rem;
}
.news-content .news-cont2 .qbxw form .rq-cont {
  width: 20.4285714286%;
}
@media (max-width: 768px) {
  .news-content .news-cont2 .qbxw form .rq-cont {
    width: 100%;
    gap: 1rem;
  }
}
.news-content .news-cont2 .qbxw form .rq-cont select {
  width: 100%;
  border: 1px solid #F0F0F0;
  color: #787777;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  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;
}
@media (max-width: 768px) {
  .news-content .news-cont2 .qbxw form .rq-cont select {
    width: 100%;
  }
}
.news-content .news-cont2 .qbxw form .sskzxx {
  width: 54.4285714286%;
}
@media (max-width: 768px) {
  .news-content .news-cont2 .qbxw form .sskzxx {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-content .news-cont2 .qbxw form .sskzxx input {
  width: -webkit-calc(95.5% - 9.375rem);
  width: -moz-calc(95.5% - 9.375rem);
  width: calc(95.5% - 9.375rem);
  border: 1px solid #F0F0F0;
  color: #787777;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  border-radius: 3.75rem;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .news-content .news-cont2 .qbxw form .sskzxx input {
    width: 100%;
  }
}
.news-content .news-cont2 .qbxw form .sskzxx button {
  width: 9.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  border-radius: 3.75rem;
  border: none;
  background: #F08300;
}
@media (max-width: 768px) {
  .news-content .news-cont2 .qbxw form .sskzxx button {
    width: 100%;
    margin-top: 1rem;
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.news-list > p {
  grid-column: 1/4;
  text-align: center;
  font-size: 1.25rem;
  margin-top: 2.5rem;
}
.news-list li {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-list li {
    border-radius: 1rem;
  }
}
.news-list li a.imgx {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.news-list li a.imgx .img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.news-list li a.imgx .img img {
  width: 100%;
}
.news-list li a.imgx .cont-p {
  padding: 1.375rem 5% 3rem;
}
@media (max-width: 768px) {
  .news-list li a.imgx .cont-p {
    padding: 1.5rem 5.5% 1.75rem;
  }
}
.news-list li a.imgx .cont-p .data {
  color: #F08300;
  font-size: 1rem;
  line-height: 1.65em;
}
.news-list li a.imgx .cont-p .data i {
  font-size: 1rem;
  margin-right: 0.35rem;
}
.news-list li a.imgx .cont-p .name {
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.35em;
  margin: 0.75rem 0 0;
}
@media (max-width: 768px) {
  .news-list li a.imgx .cont-p .name {
    font-size: 1.32rem;
    margin-top: 0.5rem;
    line-height: 1.5em;
  }
}
.news-list li a.imgx:hover {
  background: #F08300;
}
.news-list li a.imgx:hover .cont-p .data {
  color: #FFFFFF;
}
.news-list li a.imgx:hover .cont-p .name {
  color: #FFFFFF;
}

.ny-show_bodyxw {
  padding-top: var(--head-height);
  position: relative;
  overflow: visible;
}
.ny-show_bodyxw::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-linear-gradient(top, rgba(0, 94, 53, 0.6235294118) 0%, rgba(255, 255, 255, 0) 85%);
  background: -moz-linear-gradient(top, rgba(0, 94, 53, 0.6235294118) 0%, rgba(255, 255, 255, 0) 85%);
  background: -o-linear-gradient(top, rgba(0, 94, 53, 0.6235294118) 0%, rgba(255, 255, 255, 0) 85%);
  background: linear-gradient(180deg, rgba(0, 94, 53, 0.6235294118) 0%, rgba(255, 255, 255, 0) 85%);
  width: 100%;
  height: 20rem;
}

.show-news-content {
  padding: 4.25rem 0 6rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 2rem 0;
  }
}
.show-news-content .show-news-a1_v1 {
  padding: 0 3.5714285714%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    padding: 0;
  }
}
.show-news-content .show-news-a1_v1 .content {
  width: -webkit-calc(95% - 6.25rem);
  width: -moz-calc(95% - 6.25rem);
  width: calc(95% - 6.25rem);
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content {
    width: 100%;
  }
}
.show-news-content .show-news-a1_v1 .content .xw-show_bja .date-a {
  color: #444444;
  font-size: 1rem;
  line-height: 1.65em;
}
.show-news-content .show-news-a1_v1 .content .xw-show_bja .date-a i {
  font-size: 1rem;
  margin-right: 0.35rem;
}
.show-news-content .show-news-a1_v1 .content .xw-show_bja .title-a {
  color: #444;
  font-size: 2.5rem;
  line-height: 1.35em;
  padding: 1rem 0 2.5rem;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xw-show_bja .title-a {
    font-size: 1.5rem;
    padding: 0.65rem 0 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 2.65rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss {
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss img {
  width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss img {
    border-radius: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .pain {
  border-bottom: 1px solid #D9D9D9;
}
.show-news-content .show-news-a1_v1 .content .pain .shanys {
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .pain .shanys {
    padding: 1rem 0;
  }
}
.show-news-content .show-news-a1_v1 .content .pain .shanys a {
  color: #777;
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .pain .shanys a {
    font-size: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .content .pain .shanys a i {
  font-size: 1.35rem;
}
.show-news-content .show-news-a1_v1 .content .pain .shanys a:hover {
  color: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .fx_contax {
  width: 5.5rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .fx_contax {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .fx_contax .social-share {
  border-radius: 3.75rem;
  border: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2.35rem 5%;
  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;
  position: sticky;
  top: -webkit-calc(var(--head-height) * 2.5);
  top: -moz-calc(var(--head-height) * 2.5);
  top: calc(var(--head-height) * 2.5);
}
.show-news-content .show-news-a1_v1 .fx_contax .social-share .p1 {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5rem;
}
.show-news-content .show-news-a1_v1 .fx_contax .social-share a {
  display: block;
  color: #fff;
  background: #005E36;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  line-height: 2.8125rem;
  border: none;
  font-size: 1.5rem;
}
.show-news-content .show-news-a1_v1 .fx_contax .social-share a .wechat-qrcode {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.show-news-content .show-news-a1_v1 .fx_contax .social-share a:hover {
  background: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .fx_contax .social-share a.iconfont1 {
  position: relative;
}
.show-news-content .show-news-a1_v1 .fx_contax .social-share a.iconfont1 .ermax {
  width: 7.5rem;
  bottom: -webkit-calc(100% + 0.5rem);
  bottom: -moz-calc(100% + 0.5rem);
  bottom: calc(100% + 0.5rem);
  padding: 0.25rem;
  background: #fff;
  border-radius: 0.25rem;
  max-width: inherit;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  box-shadow: 0 2px 10px #aaa;
}
.show-news-content .show-news-a1_v1 .fx_contax .social-share a.iconfont1 .ermax img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .fx_contax .social-share a.iconfont1:hover .ermax {
  display: block;
}

.show-news-a1_v2 {
  background: url(../images/bj3.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.5rem 0 4.5rem;
}
@media (max-width: 768px) {
  .show-news-a1_v2 {
    padding: 2rem 0;
  }
}
.show-news-a1_v2 .titax-ax {
  color: #444444;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .show-news-a1_v2 .titax-ax {
    font-size: 2rem;
  }
}
.show-news-a1_v2 .mySwiper9 {
  margin-top: 2.875rem;
}
@media (max-width: 768px) {
  .show-news-a1_v2 .mySwiper9 {
    margin-top: 1.5rem;
  }
}
.show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p {
  height: 100%;
  padding: 2.5rem 6%;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p {
    padding: 1.5rem 7%;
    border-radius: 1.125rem;
  }
}
.show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p .date {
  color: #F08300;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}
.show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p .date i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p .name {
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.35em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p .name {
    font-size: 1.25rem;
  }
}
.show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p a.xw-more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #7F8384;
  font-size: 1rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p a.xw-more {
    margin-top: 1rem;
  }
}
.show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p:hover {
  background: #F08300;
}
.show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p:hover .date {
  color: #fff;
}
.show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p:hover .name {
  color: #fff;
}
.show-news-a1_v2 .mySwiper9 .swiper-slide .cont-p:hover a.xw-more {
  color: #fff;
}
.show-news-a1_v2 .mySwiper9 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-news-a1_v2 .mySwiper9 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.show-news-a1_v2 .mySwiper9 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.show-news-a1_v2 .mySwiper9 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}

.tzzgx-cont1 {
  padding: 2rem 0 4.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .tzzgx-cont1 {
    padding: 1rem 0 2rem;
  }
}
.tzzgx-cont1 .a1f1, .tzzgx-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.tzzgx-cont1 .a1f1.a1f1, .tzzgx-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.tzzgx-cont1 .a1f1.a1f2, .tzzgx-cont1 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.tzzgx-cont1 .zxgg_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
  margin-top: 3.6875rem;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .zxgg_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p {
  display: block;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.04);
  padding: 3rem 7.5%;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .zxgg_list1 li a.cont-p {
    border-radius: 1rem;
    padding: 2rem 7%;
  }
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p .data {
  color: #F08300;
  font-size: 1rem;
  line-height: 1.65em;
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p .data i {
  font-size: 1.25rem;
  margin-right: 0.35rem;
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p .tit {
  color: #444444;
  font-size: 1.875rem;
  line-height: 1.5em;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .zxgg_list1 li a.cont-p .tit {
    font-size: 1.35rem;
    margin-top: 0.75rem;
  }
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p .more-xa {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #F08300;
  border-radius: 50%;
  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: #F08300;
  font-size: 0.875rem;
  line-height: 1.125em;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .zxgg_list1 li a.cont-p .more-xa {
    margin-top: 0.75rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p .more-xa p {
  width: 100%;
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p .more-xa i {
  font-size: 1rem;
  display: block;
  margin: 0 auto;
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p:hover .data {
  color: #005E36;
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p:hover .tit {
  color: #005E36;
}
.tzzgx-cont1 .zxgg_list1 li a.cont-p:hover .more-xa {
  background: #005E36;
  border-color: #005E36;
  color: #fff;
}
.tzzgx-cont1 .tzzgx-a1v1 {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1v1 {
    margin-top: 1.75rem;
  }
}
.tzzgx-cont1 .tzzgx-a1v1 .more-a {
  margin: 0 auto;
}

.tzzgx-cont2 {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  padding: 4.375rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .tzzgx-cont2 {
    padding: 2rem 0;
  }
}
.tzzgx-cont2 .tzzgx-a2_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.tzzgx-cont2 .tzzgx-a2_list1 li {
  padding: 0 3.25rem 3.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 li {
    padding: 0 2rem 2rem;
  }
}
.tzzgx-cont2 .tzzgx-a2_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76%;
  background: #F7F7F7;
  border-radius: 1.875rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 li::after {
    height: 80%;
    border-radius: 1rem;
  }
}
.tzzgx-cont2 .tzzgx-a2_list1 li .img {
  width: 39.3103448276%;
  box-shadow: 0px 0px 0.6rem 0px rgba(0, 0, 0, 0.1);
}
.tzzgx-cont2 .tzzgx-a2_list1 li .img img {
  width: 100%;
}
.tzzgx-cont2 .tzzgx-a2_list1 li .cont-p {
  width: 50%;
}
.tzzgx-cont2 .tzzgx-a2_list1 li .cont-p .tit {
  color: #444444;
  font-size: 1.75rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 li .cont-p .tit {
    font-size: 1.125rem;
  }
}
.tzzgx-cont2 .tzzgx-a2_list1 li .cont-p a.more-xa {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #F08300;
  border-radius: 50%;
  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: #F08300;
  font-size: 0.875rem;
  line-height: 1.125em;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a2_list1 li .cont-p a.more-xa {
    margin-top: 0.65rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.tzzgx-cont2 .tzzgx-a2_list1 li .cont-p a.more-xa p {
  width: 100%;
}
.tzzgx-cont2 .tzzgx-a2_list1 li .cont-p a.more-xa i {
  font-size: 1rem;
  display: block;
  margin: 0 auto;
}
.tzzgx-cont2 .tzzgx-a2_list1 li:hover::after {
  background: #F08300;
}
.tzzgx-cont2 .tzzgx-a2_list1 li:hover .cont-p .tit {
  color: #fff;
}
.tzzgx-cont2 .tzzgx-a2_list1 li:hover .cont-p a.more-xa {
  color: #fff;
  border-color: #fff;
}
.tzzgx-cont2 .tzzgx-a1v1 {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .tzzgx-cont2 .tzzgx-a1v1 {
    margin-top: 1.25rem;
  }
}
.tzzgx-cont2 .tzzgx-a1v1 .more-a {
  margin: 0 auto;
}

.tzzgx-cont3 {
  background: url(../images/bj4.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.375rem 0;
}
@media (max-width: 768px) {
  .tzzgx-cont3 {
    padding: 2.5rem 0;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 {
  width: 41.4285714286%;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 {
    width: 100%;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .asx_a1 {
  padding: 2rem 0 2.35rem;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .asx_a1 {
    padding: 1.35rem 0;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .asx_a1 li {
  margin-top: 0.5rem;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .asx_a1 li i {
  width: 2rem;
  display: block;
  font-size: 0;
  margin-right: 0.75rem;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .asx_a1 li i {
    width: 1.5rem;
    margin-right: 0.5rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .asx_a1 li i img {
  width: 100%;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .asx_a1 li p {
  color: #464646;
  font-size: 1.45rem;
  line-height: 1.5em;
  width: -webkit-calc(100% - 2.75rem);
  width: -moz-calc(100% - 2.75rem);
  width: calc(100% - 2.75rem);
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .asx_a1 li p {
    font-size: 1.25rem;
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 a.more-b {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #464646;
  border: 1px solid #464646;
  background: transparent;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 a.more-b i {
  color: #464646;
  margin-left: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 a.more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 a.more-b:hover i {
  color: #fff;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 {
  width: 50.4285714286%;
  border-radius: 1.875rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  padding: 4.125rem 3.5%;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 {
    width: 100%;
    padding: 2rem 7.5%;
    margin-top: 1.7rem;
    border-radius: 1rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .gpdm {
  color: #464646;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content1 {
  padding: 2.85rem 0;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content1 {
    padding: 1.5rem 0;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content1 .szdxa {
  color: #333333;
  font-size: 1rem;
  line-height: 1.25em;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content1 .szdxa .nowPrice {
  font-size: 4.375rem;
  line-height: 0.85em;
  font-weight: 700;
  margin-right: 1.35rem;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content1 .szdxa .nowPrice {
    font-size: 2.85rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content1 .szdxa img {
  width: 1rem;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content1 .szdxa .zzl {
  padding: 0 0.5rem;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content1 .szdxa.green {
  color: #037b66;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content1 .szdxa.red {
  color: #d60a22;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content2, .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content3 {
  color: #989898;
  font-size: 1.125rem;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content2, .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .content3 {
    font-size: 1rem;
  }
}

.tzzgx-cont4 {
  padding: 6.0625rem 0 3.875rem;
}
@media (max-width: 768px) {
  .tzzgx-cont4 {
    padding: 2rem 0;
  }
}
.tzzgx-cont4 form {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form {
    margin-top: 0.5rem;
  }
}
.tzzgx-cont4 form .msg-a1 .inpt {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .msg-a1 .inpt {
    width: 100%;
  }
}
.tzzgx-cont4 form .inpt {
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .inpt {
    margin-top: 1rem;
  }
}
.tzzgx-cont4 form .inpt input {
  width: 100%;
  font-size: 1rem;
  line-height: 3.6875rem;
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .inpt input {
    line-height: 3.25rem;
  }
}
.tzzgx-cont4 form .inpt textarea {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 1rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.85rem 1.5rem;
}
.tzzgx-cont4 form .inpt .m_label {
  position: absolute;
  left: 0;
  top: 0;
  color: #787777;
  font-size: 1rem;
  line-height: 3.6875rem;
  padding: 0 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .inpt .m_label {
    line-height: 3.25rem;
  }
}
.tzzgx-cont4 form .inpt .m_label span {
  color: #F08300;
}
.tzzgx-cont4 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .div_aghgha {
    margin-top: 1rem;
    gap: 1rem;
  }
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .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;
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .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;
  background-color: #fff;
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont label {
  color: #868686;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont label {
    width: -webkit-calc(100% - 1.625rem);
    width: -moz-calc(100% - 1.625rem);
    width: calc(100% - 1.625rem);
  }
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont label a {
  color: #F08300;
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont label a:hover {
  color: #F08300;
}
.tzzgx-cont4 form .div_aghgha button {
  border: 1px solid #F08300;
  background: #F08300;
}
.tzzgx-cont4 form .div_aghgha button::after {
  background: #fff;
}
.tzzgx-cont4 form .div_aghgha button:hover {
  color: #F08300;
}

.dqbg-cont1 {
  padding: 2rem 0 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .dqbg-cont1 {
    padding: 1rem 0 0;
  }
}
.dqbg-cont1 .a1f1, .dqbg-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.dqbg-cont1 .a1f1.a1f1, .dqbg-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.dqbg-cont1 .a1f1.a1f2, .dqbg-cont1 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.dqbg-cont1 .dqbg-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem 2.5625rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .dqbg-cont1 .dqbg-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.dqbg-cont1 .dqbg-list li a.img {
  display: block;
}
.dqbg-cont1 .dqbg-list li a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #DADADA;
}
.dqbg-cont1 .dqbg-list li a.img u img {
  width: 100%;
}
.dqbg-cont1 .dqbg-list li a.img .tit {
  text-align: center;
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 0.75em 0;
}
@media (max-width: 768px) {
  .dqbg-cont1 .dqbg-list li a.img .tit {
    font-size: 1rem;
    line-height: 1.25em;
  }
}
.dqbg-cont1 .zxgg-list {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .dqbg-cont1 .zxgg-list {
    margin-top: 2rem;
  }
}
.dqbg-cont1 .zxgg-list li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .dqbg-cont1 .zxgg-list li {
    margin-top: 1.5rem;
  }
}
.dqbg-cont1 .zxgg-list li a.cont-p {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.04);
  padding: 2.25rem 4%;
  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) {
  .dqbg-cont1 .zxgg-list li a.cont-p {
    border-radius: 1rem;
    padding: 1.85rem 7%;
  }
}
.dqbg-cont1 .zxgg-list li a.cont-p .ash-axd {
  width: -webkit-calc(90% - 3.75rem);
  width: -moz-calc(90% - 3.75rem);
  width: calc(90% - 3.75rem);
}
@media (max-width: 768px) {
  .dqbg-cont1 .zxgg-list li a.cont-p .ash-axd {
    width: 100%;
  }
}
.dqbg-cont1 .zxgg-list li a.cont-p .data {
  color: #F08300;
  font-size: 1rem;
  line-height: 1.65em;
}
.dqbg-cont1 .zxgg-list li a.cont-p .data i {
  font-size: 1.25rem;
  margin-right: 0.35rem;
}
.dqbg-cont1 .zxgg-list li a.cont-p .tit {
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .dqbg-cont1 .zxgg-list li a.cont-p .tit {
    font-size: 1.35rem;
    margin-top: 0.75rem;
  }
}
.dqbg-cont1 .zxgg-list li a.cont-p .more-xa {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #F08300;
  border-radius: 50%;
  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: #F08300;
  font-size: 0.875rem;
  line-height: 1.125em;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .dqbg-cont1 .zxgg-list li a.cont-p .more-xa {
    margin-top: 0.75rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.dqbg-cont1 .zxgg-list li a.cont-p .more-xa p {
  width: 100%;
}
.dqbg-cont1 .zxgg-list li a.cont-p .more-xa i {
  font-size: 1rem;
  display: block;
  margin: 0 auto;
}
.dqbg-cont1 .zxgg-list li a.cont-p:hover {
  background: #F08300;
}
.dqbg-cont1 .zxgg-list li a.cont-p:hover .data {
  color: #fff;
}
.dqbg-cont1 .zxgg-list li a.cont-p:hover .tit {
  color: #fff;
}
.dqbg-cont1 .zxgg-list li a.cont-p:hover .more-xa {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 768px) {
  .nbanner-job .img img {
    aspect-ratio: 16/16;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.nbanner-job .nbanner-wen1 .tit b {
  display: inline-block;
  position: relative;
  width: 5rem;
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .nbanner-job .nbanner-wen1 .tit b {
    width: 2.5rem;
  }
}
.nbanner-job .nbanner-wen1 .tit b img {
  width: 100%;
}
.nbanner-job .nbanner-wen1 .tit b span {
  display: block;
  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%);
}
.nbanner-job .ss-form {
  width: 30.125rem;
  background: #fff;
  padding: 0.625rem;
  border-radius: 4.0625rem;
  margin: 2.65rem auto 0;
}
@media (max-width: 768px) {
  .nbanner-job .ss-form {
    width: 100%;
    margin: 1.65rem auto 0;
  }
}
.nbanner-job .ss-form .sskzxx input {
  width: -webkit-calc(98% - 3rem);
  width: -moz-calc(98% - 3rem);
  width: calc(98% - 3rem);
  padding-left: 1.5em;
  color: #898989;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .nbanner-job .ss-form .sskzxx input {
    padding-left: 1em;
  }
}
.nbanner-job .ss-form .sskzxx button {
  width: 3rem;
  height: 3rem;
  background: #F08300;
  border-radius: 50%;
  border: none;
}
@media (max-width: 768px) {
  .nbanner-job .ss-form .sskzxx button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.nbanner-job .ss-form .sskzxx button i {
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 768px) {
  .nbanner-job .ss-form .sskzxx button i {
    font-size: 1.125rem;
  }
}

.job-cont1 {
  padding: 3.75rem 0 14.6875rem;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 1.5rem 0 2.5rem;
  }
}
.job-cont1 .job-a1b1 {
  margin-left: var(--cbasta);
}
.job-cont1 .job-a1b1 img, .job-cont1 .job-a1b1 svg {
  width: 100%;
}
.job-cont1 .tit {
  text-align: center;
  margin-top: 1.25rem;
  color: #464646;
  font-size: 3.5625rem;
  line-height: 1.125em;
  font-weight: 700;
  padding: 0 15%;
  text-wrap: balance;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .job-cont1 .tit {
    font-size: 1.65rem;
    padding: 0;
  }
}
.job-cont1.on .TqCXqclp_0 {
  -webkit-animation: TqCXqclp_draw 800ms linear 0ms forwards;
     -moz-animation: TqCXqclp_draw 800ms linear 0ms forwards;
       -o-animation: TqCXqclp_draw 800ms linear 0ms forwards;
          animation: TqCXqclp_draw 800ms linear 0ms forwards;
}
.job-cont1.on .TqCXqclp_1 {
  -webkit-animation: TqCXqclp_draw 800ms linear 200ms forwards;
     -moz-animation: TqCXqclp_draw 800ms linear 200ms forwards;
       -o-animation: TqCXqclp_draw 800ms linear 200ms forwards;
          animation: TqCXqclp_draw 800ms linear 200ms forwards;
}

.job-cont2 {
  background: url(../images/bj5.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 10.125rem 0 0;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding-top: 3.5rem;
  }
}
.job-cont2 u {
  display: block;
  font-size: 0;
  width: 71.4285714286%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .job-cont2 u {
    display: none;
  }
}
.job-cont2 u img {
  width: 100%;
}
.job-cont2 .job-a1v1 {
  margin-top: 6.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .job-cont2 .job-a1v1 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .job-cont2 .job-a1v1 .job-a1list1 {
    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;
  }
}
.job-cont2 .job-a1v1 .job-a1list1 li {
  text-align: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 768px) {
  .job-cont2 .job-a1v1 .job-a1list1 li {
    position: static !important;
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
    margin-top: 1.5rem;
  }
}
.job-cont2 .job-a1v1 .job-a1list1 li i {
  width: 8.4375rem;
  height: 8.4375rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.04);
  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) {
  .job-cont2 .job-a1v1 .job-a1list1 li i {
    width: 6.75rem;
    height: 6.75rem;
  }
}
.job-cont2 .job-a1v1 .job-a1list1 li i img {
  width: 40%;
}
.job-cont2 .job-a1v1 .job-a1list1 li .tit {
  color: #464646;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .job-cont2 .job-a1v1 .job-a1list1 li .tit {
    font-size: 1.125rem;
  }
}
.job-cont2 .job-a1v1 .job-a1list1 li:nth-child(1) {
  position: absolute;
  left: 10%;
  bottom: 17%;
}
.job-cont2 .job-a1v1 .job-a1list1 li:nth-child(2) {
  position: absolute;
  left: 30%;
  top: -3%;
}
.job-cont2 .job-a1v1 .job-a1list1 li:nth-child(3) {
  position: absolute;
  left: 60%;
  top: -3%;
}
.job-cont2 .job-a1v1 .job-a1list1 li:nth-child(4) {
  position: absolute;
  right: 10%;
  bottom: 17%;
}

.job-cont3 {
  padding: 11.875rem 0 7.8125rem;
  position: relative;
}
@media (max-width: 768px) {
  .job-cont3 {
    padding: 2.5rem 0;
  }
}
.job-cont3 .a1f1, .job-cont3 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.job-cont3 .a1f1.a1f1, .job-cont3 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.job-cont3 .a1f1.a1f2, .job-cont3 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.job-cont3 .mySwiper5 {
  padding: 1rem;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .job-cont3 .mySwiper5 {
    margin-top: 1rem;
  }
}
.job-cont3 .mySwiper5 .swiper-slide .nta {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 1.875rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(15px);
  padding: 2.25rem 1.9rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .job-cont3 .mySwiper5 .swiper-slide .nta {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
  }
}
.job-cont3 .mySwiper5 .swiper-slide .nta .toax {
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont3 .mySwiper5 .swiper-slide .nta .toax {
    margin-top: 1rem;
  }
}
.job-cont3 .mySwiper5 .swiper-slide .nta .toax b {
  display: block;
  font-size: 0;
  width: 1.35rem;
  position: absolute;
  right: 0;
  top: -0.5rem;
}
@media (max-width: 768px) {
  .job-cont3 .mySwiper5 .swiper-slide .nta .toax b {
    width: 1.125rem;
  }
}
.job-cont3 .mySwiper5 .swiper-slide .nta .toax b img {
  width: 100%;
}
.job-cont3 .mySwiper5 .swiper-slide .nta .toax u {
  display: block;
  font-size: 0;
  width: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont3 .mySwiper5 .swiper-slide .nta .toax u {
    width: 3.5rem;
  }
}
.job-cont3 .mySwiper5 .swiper-slide .nta .toax u img {
  width: 100%;
}
.job-cont3 .mySwiper5 .swiper-slide .nta .toax .divasx .tit {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .job-cont3 .mySwiper5 .swiper-slide .nta .toax .divasx .tit {
    font-size: 1.25rem;
  }
}
.job-cont3 .mySwiper5 .swiper-slide .nta .toax .divasx p {
  color: #F08300;
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 700;
}
.job-cont3 .mySwiper5 .swiper-slide .nta .toax .more-asx1 {
  display: block;
}
.job-cont3 .mySwiper5 .swiper-slide .nta .toax .more-asx1 i {
  color: #F08300;
  font-size: 1.5rem;
  line-height: 1.125em;
}
.job-cont3 .mySwiper5 .swiper-slide .nta .p1 {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .job-cont3 .mySwiper5 .swiper-slide .nta .p1 {
    font-size: 1rem;
  }
}
.job-cont3 .mySwiper5 .swiper-slide .nta .more-axat {
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 50%;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.04);
  margin-top: 0.65rem;
}
.job-cont3 .mySwiper5 .swiper-slide .nta .more-axat i {
  font-size: 0.75rem;
  font-weight: 700;
  color: #D4D4D4;
}
.job-cont3 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
.job-cont3 .mySwiper5 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.job-cont3 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}

.job-cont4 {
  padding: 0 0 9.625rem;
}
@media (max-width: 768px) {
  .job-cont4 {
    padding-bottom: 2.5rem;
  }
}
.job-cont4 .job-a4v1 .mySwiper4 {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .mySwiper4 {
    border-radius: 1rem;
    margin-top: 1.5rem;
  }
}
.job-cont4 .job-a4v1 .mySwiper4 .swiper-slide .img img {
  width: 100%;
}
.job-cont4 .job-a4v1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}
.job-cont4 .job-a4v1 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.job-cont4 .job-a4v1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}

.job-cont5 .job-a5v1 {
  position: relative;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) {
  .job-cont5 .job-a5v1 .mySwiper41 {
    display: none;
  }
}
.job-cont5 .job-a5v1 .mySwiper41 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 .mySwiper41 {
    border-radius: 1rem;
    margin-top: 0.75rem;
  }
}
.job-cont5 .job-a5v1 .mySwiper41 .swiper-slide .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 .mySwiper41 .swiper-slide .img {
    border-radius: 1rem;
  }
}
.job-cont5 .job-a5v1 .mySwiper41 .swiper-slide .img img {
  width: 100%;
}
.job-cont5 .job-a5v1 .mySwiper41 .swiper-pagination1 {
  text-align: center;
  margin-top: 1rem;
}
.job-cont5 .job-a5v1 .mySwiper41 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.job-cont5 .job-a5v1 .mySwiper41 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}
.job-cont5 .job-a5v1 u {
  display: block;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 u {
    display: none;
  }
}
.job-cont5 .job-a5v1 u img {
  width: 100%;
}
.job-cont5 .job-a5v1 a.more-a {
  position: absolute;
  left: 60.52%;
  top: 32.5%;
  z-index: 1;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 a.more-a {
    position: relative;
    left: auto;
    top: auto;
    margin: 1.5rem auto 0;
  }
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 .job-a5v1c1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    display: none;
  }
}
.job-cont5 .job-a5v1 .job-a5v1c1 li {
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 .job-a5v1c1 li {
    position: static !important;
    width: auto !important;
  }
}
.job-cont5 .job-a5v1 .job-a5v1c1 li img {
  width: 100%;
}
.job-cont5 .job-a5v1 .job-a5v1c1 li:nth-child(1) {
  width: 13.2142857143%;
  position: absolute;
  left: 0;
  top: 0.3%;
}
.job-cont5 .job-a5v1 .job-a5v1c1 li:nth-child(2) {
  width: 9.5%;
  position: absolute;
  left: 0;
  top: 42%;
}
.job-cont5 .job-a5v1 .job-a5v1c1 li:nth-child(3) {
  width: 13.8571428571%;
  position: absolute;
  left: 12%;
  top: 17%;
}
.job-cont5 .job-a5v1 .job-a5v1c1 li:nth-child(4) {
  width: 11.4285714286%;
  position: absolute;
  left: 16.2%;
  top: 59.25%;
}
.job-cont5 .job-a5v1 .job-a5v1c1 li:nth-child(5) {
  width: 23.8571428571%;
  position: absolute;
  left: 25.7%;
  top: 16%;
}
.job-cont5 .job-a5v1 .job-a5v1c1 li:nth-child(6) {
  width: 14.0714285714%;
  position: absolute;
  left: 47.4%;
  top: 0%;
}
.job-cont5 .job-a5v1 .job-a5v1c1 li:nth-child(7) {
  width: 17.4285714286%;
  position: absolute;
  left: 48.8%;
  top: 46.5%;
}
.job-cont5 .job-a5v1 .job-a5v1c1 li:nth-child(8) {
  width: 27.1428571429%;
  position: absolute;
  right: 0%;
  top: 18%;
}
.job-cont5 .job-a5v1 .job-a5v1c1 li.ls {
  width: 5.7142857143%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: 10%;
  top: 56%;
  background: #005E36;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 .job-a5v1c1 li.ls {
    display: none;
  }
}

.job-cont6 {
  padding: 7.8125rem 0;
  position: relative;
  background: url(../images/bj5.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .job-cont6 {
    padding: 2.5rem 0;
  }
}
.job-cont6 .job-a6v1 .job-a6b1 {
  width: 42.4285714286%;
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b1 {
    width: 100%;
  }
}
.job-cont6 .job-a6v1 .job-a6b1 .job-a6b1c1 {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 1.5rem);
  top: -moz-calc(var(--head-height) + 1.5rem);
  top: calc(var(--head-height) + 1.5rem);
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b1 .job-a6b1c1 {
    margin-top: 0;
    position: static;
  }
}
.job-cont6 .job-a6v1 .job-a6b1 .job-a6b1c1 .p1 {
  color: rgba(0, 0, 0, 0.04);
  font-size: 7.125rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b1 .job-a6b1c1 .p1 {
    font-size: 4rem;
    margin-top: 2rem;
    display: none;
  }
}
.job-cont6 .job-a6v1 .job-a6b1 .job-a6b1c1 .p1 p:nth-child(2) {
  margin-left: 1.65em;
}
.job-cont6 .job-a6v1 .job-a6b2 {
  width: 52.5714285714%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b2 .asd_a1 {
    gap: 1rem;
  }
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li {
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li {
    width: -webkit-calc(50% - 0.5rem);
    width: -moz-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block {
  display: block;
  text-align: center;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.04);
  padding: 4.875rem 4%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block {
    border-radius: 1rem;
    padding: 2.125rem 4%;
  }
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block i {
  display: block;
  font-size: 0;
  width: 4.625rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block i {
    width: 3.25rem;
  }
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block i img {
  width: 100%;
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block .tit {
  color: #464646;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.65em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block .tit {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block:hover {
  background: #F08300;
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li .a_block:hover .tit {
  color: #fff;
}
.job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li:nth-child(2n) {
  -webkit-transform: translateY(3.5rem);
     -moz-transform: translateY(3.5rem);
      -ms-transform: translateY(3.5rem);
       -o-transform: translateY(3.5rem);
          transform: translateY(3.5rem);
}
@media (max-width: 768px) {
  .job-cont6 .job-a6v1 .job-a6b2 .asd_a1 li:nth-child(2n) {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.job-cont7 {
  padding: 2rem 0 7.25rem;
}
@media (max-width: 768px) {
  .job-cont7 {
    padding: 1rem 0 2.25rem;
  }
}
.job-cont7 .job-a7_list1 {
  margin-top: 5.5rem;
}
@media (max-width: 768px) {
  .job-cont7 .job-a7_list1 {
    margin-top: 1.5rem;
  }
}
.job-cont7 .job-a7_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;
}
.job-cont7 .job-a7_list1 li .img {
  border-radius: 1.875rem;
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 48%;
}
@media (max-width: 768px) {
  .job-cont7 .job-a7_list1 li .img {
    border-radius: 1rem;
    width: 100%;
  }
}
.job-cont7 .job-a7_list1 li .img img {
  width: 100%;
}
.job-cont7 .job-a7_list1 li .cont-p {
  padding: 2.5rem 6%;
  color: #555555;
  width: 48%;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.04);
  border-radius: 1.875rem;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  .job-cont7 .job-a7_list1 li .cont-p {
    padding: 2rem 7%;
    border-radius: 1rem;
    width: 100%;
    margin-top: 1.25rem;
  }
}
.job-cont7 .job-a7_list1 li .cont-p .tit {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .job-cont7 .job-a7_list1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.job-cont7 .job-a7_list1 li .cont-p .p1 {
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 1.25rem 0 1.5rem;
}
@media (max-width: 768px) {
  .job-cont7 .job-a7_list1 li .cont-p .p1 {
    font-size: 1.125rem;
    padding: 1rem 0 1.25rem;
  }
}
.job-cont7 .job-a7_list1 li .cont-p .more-a {
  margin: 0 auto;
}

.job-content {
  padding: 2.5rem 0 1rem;
  position: relative;
}
.job-content .a1f1, .job-content .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.job-content .a1f1.a1f1, .job-content .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.job-content .a1f1.a1f2, .job-content .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
@media (max-width: 768px) {
  .job-content {
    padding: 1.25rem 0 1rem;
  }
}

.job-ast1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-ast1 {
    margin-top: 1rem;
  }
}
.job-ast1 form .dts1 {
  width: 20.4285714286%;
}
@media (max-width: 768px) {
  .job-ast1 form .dts1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.job-ast1 form .dts1 select {
  width: 100%;
  border: 1px solid #F0F0F0;
  color: #787777;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  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;
}
@media (max-width: 768px) {
  .job-ast1 form .dts1 select {
    width: 100%;
  }
}
.job-ast1 form .dts2 {
  width: 54.4285714286%;
}
@media (max-width: 768px) {
  .job-ast1 form .dts2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.job-ast1 form .dts2 input {
  width: -webkit-calc(95.5% - 9.375rem);
  width: -moz-calc(95.5% - 9.375rem);
  width: calc(95.5% - 9.375rem);
  border: 1px solid #F0F0F0;
  color: #787777;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  border-radius: 3.75rem;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .job-ast1 form .dts2 input {
    width: 100%;
  }
}
.job-ast1 form .dts2 button {
  width: 9.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  border-radius: 3.75rem;
  border: none;
  background: #F08300;
}
@media (max-width: 768px) {
  .job-ast1 form .dts2 button {
    width: 100%;
    margin-top: 1rem;
  }
}

.job-lista {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem 2.5rem;
  margin-top: 4.6875rem;
}
@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 3.125rem 0px rgba(0, 0, 0, 0.1);
  padding: 1.5625rem 6% 3.125rem;
}
@media (max-width: 768px) {
  .job-lista li {
    border-radius: 1rem;
    padding: 1.25rem 8.5%;
  }
}
.job-lista li .tit {
  color: #444444;
  font-size: 1.875rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
  border-bottom: 1px solid #E3E1E1;
}
@media (max-width: 768px) {
  .job-lista li .tit {
    font-size: 1.5rem;
  }
}
.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: #949494;
  font-size: 1.125rem;
  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: #777777;
  font-size: 1.125rem;
  line-height: 2em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-lista li a.more-bk {
    margin-top: 1rem;
  }
}
.job-lista li a.more-bk i {
  font-size: 1.25rem;
  margin-left: 0.5rem;
}
.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;
}

.layui-layer.job-tanc {
  width: 42.65625% !important;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 4%;
}
@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: #464646;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}
@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: 1rem;
}
@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: #777777;
  font-size: 1.125rem;
  line-height: 1.65em;
  max-height: 60vh;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p2 {
    font-size: 1rem;
  }
}
.layui-layer.job-tanc .pead-cont .p2 strong {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 700;
}
.layui-layer.job-tanc .pead-cont .p3 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
  color: #777777;
}
.layui-layer.job-tanc .pead-cont .p3 i {
  color: #F08300;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.layui-layer.job-tanc .pead-cont .p3 span {
  color: #F08300;
  font-size: 1.25rem;
  font-weight: 600;
}

.xyzp-cont1 {
  padding: 2.625rem 0 6.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .xyzp-cont1 {
    padding: 1rem 0 2rem;
  }
}
.xyzp-cont1 .a1f1, .xyzp-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.xyzp-cont1 .a1f1.a1f1, .xyzp-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.xyzp-cont1 .a1f1.a1f2, .xyzp-cont1 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.xyzp-cont1 .xyzp_list1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .xyzp-cont1 .xyzp_list1 {
    margin-top: 1.5rem;
    gap: 1rem 0;
  }
}
.xyzp-cont1 .xyzp_list1 li {
  width: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .xyzp-cont1 .xyzp_list1 li {
    width: 33.3333333333%;
  }
}
.xyzp-cont1 .xyzp_list1 li.ax {
  width: 5.125rem;
}
@media (max-width: 768px) {
  .xyzp-cont1 .xyzp_list1 li.ax {
    display: none;
  }
}
.xyzp-cont1 .xyzp_list1 li u {
  display: block;
  font-size: 0;
}
.xyzp-cont1 .xyzp_list1 li u img {
  width: 100%;
}
.xyzp-cont1 .xyzp_list1 li i {
  width: 4.375rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .xyzp-cont1 .xyzp_list1 li i {
    width: 3.5rem;
  }
}
.xyzp-cont1 .xyzp_list1 li i img {
  width: 100%;
}
.xyzp-cont1 .xyzp_list1 li .tit {
  color: #464646;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 0.15rem;
}
@media (max-width: 768px) {
  .xyzp-cont1 .xyzp_list1 li .tit {
    font-size: 1rem;
  }
}

.xyzp-cont2 {
  padding-bottom: 5.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .xyzp-cont2 {
    padding-bottom: 2.5rem;
  }
}
.xyzp-cont2 .a1f1, .xyzp-cont2 .a1f2 {
  background: rgba(240, 131, 0, 0.5);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.xyzp-cont2 .a1f1.a1f1, .xyzp-cont2 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.xyzp-cont2 .a1f1.a1f2, .xyzp-cont2 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.xyzp-cont2 .xyzp-a2v1 {
  border-radius: 1.875rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(30px);
  margin-top: 3.25rem;
  padding: 7.875rem 5%;
}
@media (max-width: 768px) {
  .xyzp-cont2 .xyzp-a2v1 {
    padding: 1.5rem 7%;
    margin-top: 1.5rem;
    border-radius: 1rem;
  }
}
.xyzp-cont2 .xyzp-a2v1 .xcbg_list1 {
  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;
  z-index: 1;
}
@media (max-width: 768px) {
  .xyzp-cont2 .xyzp-a2v1 .xcbg_list1 {
    gap: 1rem;
  }
}
.xyzp-cont2 .xyzp-a2v1 .xcbg_list1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  z-index: -1;
}
@media (max-width: 768px) {
  .xyzp-cont2 .xyzp-a2v1 .xcbg_list1::after {
    display: none;
  }
}
.xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
.xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li:nth-child(2n-1) {
  margin-top: 9.375rem;
}
@media (max-width: 768px) {
  .xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li:nth-child(2n-1) {
    margin-top: 0;
  }
}
.xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li .wenata {
  position: relative;
}
.xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li .wenata::after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid var(--color-zt);
  background: #fff;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -2.55rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li .wenata::after {
    display: none;
  }
}
.xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li .wenata .tit {
  color: #464646;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li .wenata .tit {
    font-size: 1.125rem;
  }
}
.xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li .wenata .p {
  color: #777;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.xyzp-cont2 .xyzp-a2v1 .xcbg_list1 li:nth-child(2n) .wenata::after {
  top: auto;
  bottom: -2.55rem;
}

.xyzp-cont3 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 20.75rem 0;
}
@media (max-width: 768px) {
  .xyzp-cont3 {
    padding: 7.75rem 0;
  }
}
.xyzp-cont3 .title2 .tit {
  color: #fff;
}

.xyzp-cont4 {
  padding-top: 5.625rem;
}
@media (max-width: 768px) {
  .xyzp-cont4 {
    padding-top: 2rem;
  }
}

.lx-cont1 {
  padding: 2.5rem 0 3.3125rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 1rem 0 2rem;
  }
}
.lx-cont1 .p1-cont {
  padding: 2.1875rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 .p1-cont {
    padding: 1.75rem 0;
  }
}
.lx-cont1 .p1-cont .tit {
  color: #464646;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lx-cont1 .p1-cont .tit {
    font-size: 1.5rem;
  }
}
.lx-cont1 .p1-cont .p1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .p1-cont .p1 {
    margin-top: 1rem;
  }
}
.lx-cont1 .p1-cont .p1 .p {
  margin-top: 0.65rem;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .lx-cont1 .p1-cont .p1 .p {
    margin-top: 0.4rem;
  }
}
.lx-cont1 .p1-cont .p1 .p i {
  display: block;
  font-size: 0;
  width: 1.6875rem;
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .lx-cont1 .p1-cont .p1 .p i {
    margin-top: 0.35rem;
    width: 1.125rem;
  }
}
.lx-cont1 .p1-cont .p1 .p i img {
  width: 100%;
}
.lx-cont1 .p1-cont .p1 .p p {
  width: -webkit-calc(100% - 1.6875rem);
  width: -moz-calc(100% - 1.6875rem);
  width: calc(100% - 1.6875rem);
  padding-left: 0.75rem;
  color: #777777;
  font-size: 1.875rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .p1-cont .p1 .p p {
    font-size: 1rem;
  }
}
.lx-cont1 .asjhx_a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
}
@media (max-width: 768px) {
  .lx-cont1 .asjhx_a1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.lx-cont1 .asjhx_a1 li {
  border-top: 1px solid #D9D9D9;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .asjhx_a1 li {
    padding-top: 1rem;
  }
}
.lx-cont1 .asjhx_a1 li .tit {
  color: #464646;
  font-weight: 700;
  font-size: 1.6875rem;
}
@media (max-width: 768px) {
  .lx-cont1 .asjhx_a1 li .tit {
    font-size: 1.25rem;
  }
}
.lx-cont1 .asjhx_a1 li .p1 {
  color: #777;
  font-size: 1.5rem;
  line-height: 1.65em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .lx-cont1 .asjhx_a1 li .p1 {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}

.diqiu {
  margin-top: -8rem;
}
@media (max-width: 768px) {
  .diqiu {
    display: none;
  }
}
.diqiu .dt-ashhx1 {
  position: absolute;
  left: -webkit-calc(var(--cbasta) + 10%);
  left: -moz-calc(var(--cbasta) + 10%);
  left: calc(var(--cbasta) + 10%);
  top: 30%;
  z-index: 1;
}
.diqiu .dt-ashhx1 li {
  display: none;
  border-radius: 2.875rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  padding: 2.5rem 7%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 33.25rem;
}
.diqiu .dt-ashhx1 li:nth-child(2) {
  -webkit-transform: translateY(-30%);
     -moz-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
       -o-transform: translateY(-30%);
          transform: translateY(-30%);
}
.diqiu .dt-ashhx1 li .cont-p-ax .cont-p + .cont-p {
  margin-top: 1.5rem;
}
.diqiu .dt-ashhx1 li.a {
  display: block !important;
}
.diqiu .dt-ashhx1 li .tit {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
}
.diqiu .dt-ashhx1 li .p1 .p {
  margin-top: 0.65rem;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.diqiu .dt-ashhx1 li .p1 .p i {
  display: block;
  font-size: 0;
  width: 1.375rem;
  margin-top: 0.15rem;
}
.diqiu .dt-ashhx1 li .p1 .p i img {
  width: 100%;
}
.diqiu .dt-ashhx1 li .p1 .p p {
  width: -webkit-calc(100% - 1.375rem);
  width: -moz-calc(100% - 1.375rem);
  width: calc(100% - 1.375rem);
  padding-left: 0.75rem;
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.diqiu .dt-ashhx1 li.a {
  display: block;
}
.diqiu #earth {
  margin: 0 auto;
}
.diqiu #tooltip {
  position: absolute;
  background: #FFFFFF;
  color: #7C7C7C;
  padding: 5px 1em;
  border-radius: 2rem;
  font-size: 1rem;
  pointer-events: none;
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 1000;
}
.diqiu #tooltip:empty {
  display: none;
}

.lx-cont2 .lx-a2v1 {
  position: relative;
  overflow: hidden;
  padding: 2.625rem 0 0;
}
.lx-cont2 .lx-a2v1 .a1f1, .lx-cont2 .lx-a2v1 .a1f2 {
  background: rgba(240, 131, 0, 0.4);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.lx-cont2 .lx-a2v1 .a1f1.a1f1, .lx-cont2 .lx-a2v1 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.lx-cont2 .lx-a2v1 .a1f1.a1f2, .lx-cont2 .lx-a2v1 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.lx-cont2 .lx-a2v2 {
  padding: 4.75rem 0 4.375rem;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(45px);
  margin-top: -35vw;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v2 {
    margin-top: 1.5rem;
    padding: 0;
  }
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v2 .lx-a2v2c1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.lx-cont2 .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.75rem 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v2 .lx-a2v2c1 li {
    padding: 1.85rem 0;
    border-radius: 1rem;
  }
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li:last-child {
  grid-column: 1/4;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v2 .lx-a2v2c1 li:last-child {
    grid-column: 1/1;
  }
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li .tit {
  color: #464646;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0 2.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v2 .lx-a2v2c1 li .tit {
    padding: 0 1.75rem;
    line-height: 1.35em;
    font-size: 1.35rem;
  }
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li .tit::before {
  content: "";
  width: 0.7rem;
  height: 100%;
  background: var(--color-zt);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v2 .lx-a2v2c1 li .tit::before {
    width: 0.5rem;
  }
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li .p1 {
  padding: 1.25rem 2.375rem 0;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v2 .lx-a2v2c1 li .p1 {
    padding: 0.75rem 1.75rem 0;
  }
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li .p1 .p {
  margin-top: 0.65rem;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li .p1 .p i {
  display: block;
  font-size: 0;
  width: 1.375rem;
  margin-top: 0.15rem;
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li .p1 .p i img {
  width: 100%;
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li .p1 .p p {
  width: -webkit-calc(100% - 1.375rem);
  width: -moz-calc(100% - 1.375rem);
  width: calc(100% - 1.375rem);
  padding-left: 0.75rem;
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li:hover {
  background: #F08300;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li:hover .tit {
  color: #FFFFFF;
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li:hover .tit::before {
  background: #fff;
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li:hover .p1 .p i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.lx-cont2 .lx-a2v2 .lx-a2v2c1 li:hover .p1 .p p {
  color: #FFFFFF;
}

.lx-cont3 {
  background: url(../images/bj6.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.3125rem 0;
}
@media (max-width: 768px) {
  .lx-cont3 {
    padding: 2.5rem 0;
  }
}

.hjbh-cont1 {
  padding: 6.25rem 0 7.8125rem;
  position: relative;
}
@media (max-width: 768px) {
  .hjbh-cont1 {
    padding: 1rem 0 2.5rem;
  }
}
.hjbh-cont1 .a1f1, .hjbh-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.hjbh-cont1 .a1f1.a1f1, .hjbh-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.hjbh-cont1 .a1f1.a1f2, .hjbh-cont1 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.hjbh-cont1 .p1 {
  text-align: center;
  margin-top: 1rem;
}
.hjbh-cont1 .kasx_list1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .hjbh-cont1 .kasx_list1 {
    margin-top: 1rem;
  }
}
.hjbh-cont1 .kasx_list1 li {
  width: 28.8571428571%;
  position: relative;
  margin: 0 -1rem;
}
@media (max-width: 768px) {
  .hjbh-cont1 .kasx_list1 li {
    width: 50%;
    margin: 0.5rem auto;
  }
}
.hjbh-cont1 .kasx_list1 li u {
  display: block;
  font-size: 0;
}
.hjbh-cont1 .kasx_list1 li u img {
  width: 100%;
}
.hjbh-cont1 .kasx_list1 li .tit {
  text-align: center;
  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%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  text-indent: 1em;
}
@media (max-width: 768px) {
  .hjbh-cont1 .kasx_list1 li .tit {
    font-size: 1.5rem;
    text-indent: 0.25em;
  }
}

.hjbh-cont2 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 8.875rem 0;
}
@media (max-width: 768px) {
  .hjbh-cont2 {
    padding: 5.5rem 0;
  }
}
.hjbh-cont2 .hjbh-a2v1 {
  border-radius: 1.875rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(10px);
  width: 71.4285714286%;
  padding: 4.375rem 4%;
}
@media (max-width: 768px) {
  .hjbh-cont2 .hjbh-a2v1 {
    width: 100%;
    padding: 2rem 5.5%;
  }
}
.hjbh-cont2 .hjbh-a2v1 .p1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .hjbh-cont2 .hjbh-a2v1 .p1 {
    margin-top: 1rem;
  }
}

.hjbh-cont3 {
  padding: 9.0625rem 0 7.5rem;
}
@media (max-width: 768px) {
  .hjbh-cont3 {
    padding: 2.5rem 0;
  }
}
.hjbh-cont3 .hjbh-a3v1 {
  width: 57.8571428571%;
}
@media (max-width: 768px) {
  .hjbh-cont3 .hjbh-a3v1 {
    width: 100%;
  }
}
.hjbh-cont3 .hjbh-a3v1 .p1 {
  margin-top: 1rem;
}
.hjbh-cont3 .hjbh-a3v2 {
  border-radius: 1rem;
  overflow: hidden;
  margin: 3.75rem 4% 0;
}
@media (max-width: 768px) {
  .hjbh-cont3 .hjbh-a3v2 {
    margin: 1.75rem 4% 0;
    border-radius: 0.75rem;
  }
}
.hjbh-cont3 .hjbh-a3v2 img {
  width: 100%;
}

.hjbh-cont4 .hjbh-a1v1 {
  margin-top: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .hjbh-cont4 .hjbh-a1v1 {
    margin-top: 1.35rem;
  }
}
.hjbh-cont4 .hjbh-a1v1 u {
  display: block;
  font-size: 0;
}
.hjbh-cont4 .hjbh-a1v1 u img {
  width: 100%;
}
.hjbh-cont4 .hjbh-a1v2 {
  margin-top: -15rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hjbh-cont4 .hjbh-a1v2 {
    margin-top: 1rem;
  }
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 {
  gap: 1.5rem;
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  padding: 2rem 3.5%;
  cursor: pointer;
  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;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height: 25rem;
  overflow: hidden;
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li i {
  display: block;
  width: 4.5rem;
  margin: 0 auto;
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li i img {
  width: 100%;
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li .tit {
  color: #464646;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0 0.35rem;
  width: 100%;
}
@media (max-width: 768px) {
  .hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li .tit {
    font-size: 1.35rem;
  }
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li .p {
  display: none;
  color: #777;
  font-size: 1.125rem;
  line-height: 1.65em;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li.active {
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li.active i {
  width: 2.9375rem;
  margin-left: 0;
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li.active .tit {
  text-align: left;
}
.hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li.active .p {
  display: block;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
@media (max-width: 768px) {
  .hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    height: auto;
    padding: 1.85rem 1.5rem;
    border-radius: 1rem;
  }
  .hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li i {
    width: 2.9375rem;
    margin-left: 0;
  }
  .hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li .tit {
    text-align: left;
  }
  .hjbh-cont4 .hjbh-a1v2 .hjbh-a1v2c1 li .p {
    display: block;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

.gszl-cont1 {
  padding: 6.8125rem 0 8.625rem;
  position: relative;
}
@media (max-width: 768px) {
  .gszl-cont1 {
    padding: 1.5rem 0 2.5rem;
  }
}
.gszl-cont1 .a1f1, .gszl-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.gszl-cont1 .a1f1.a1f1, .gszl-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.gszl-cont1 .a1f1.a1f2, .gszl-cont1 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.gszl-cont1 .gszl-a1v1 .p1 {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v1 .p1 {
    text-align: left;
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.gszl-cont1 .gszl-a1v1 .heng1 {
  font-size: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v1 .heng1 {
    border-radius: 1rem;
    margin-top: 1.25rem;
  }
}
.gszl-cont1 .gszl-a1v1 .heng1 img {
  width: 100%;
}
.gszl-cont1 .gszl-a1v2 {
  margin-top: 8.25rem;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 {
    margin-top: 2rem;
  }
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b1 {
  width: 42.4285714286%;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 .gszl-a1b1 {
    width: 100%;
  }
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b1 .gszl-a1b1c1 {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 2.5rem);
  top: -moz-calc(var(--head-height) + 2.5rem);
  top: calc(var(--head-height) + 2.5rem);
  margin-top: 10.5rem;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 .gszl-a1b1 .gszl-a1b1c1 {
    margin-top: 0;
    position: static;
  }
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b1 .gszl-a1b1c1 .p1 {
  margin-top: 1rem;
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 {
  width: 52.5714285714%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 .gszl-a1b2 {
    width: 100%;
    margin-top: 2rem;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 {
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 {
    gap: 1rem;
    -webkit-align-items: inherit;
       -moz-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li {
  width: -webkit-calc(50% - 1.2rem);
  width: -moz-calc(50% - 1.2rem);
  width: calc(50% - 1.2rem);
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li {
    width: -webkit-calc(50% - 0.5rem);
    width: -moz-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block {
  display: block;
  text-align: center;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.04);
  padding: 4.875rem 4%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block {
    border-radius: 1rem;
    padding: 2.125rem 4%;
    height: 100%;
  }
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block i {
  display: block;
  font-size: 0;
  width: 4.625rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block i {
    width: 3.25rem;
  }
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block i img {
  width: 100%;
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block .tit {
  color: #464646;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.65em;
  margin-top: 1.25rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block .tit {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block:hover {
  background: #F08300;
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li a.a_block:hover .tit {
  color: #fff;
}
.gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li:nth-child(2n) {
  -webkit-transform: translateY(3.5rem);
     -moz-transform: translateY(3.5rem);
      -ms-transform: translateY(3.5rem);
       -o-transform: translateY(3.5rem);
          transform: translateY(3.5rem);
}
@media (max-width: 768px) {
  .gszl-cont1 .gszl-a1v2 .gszl-a1b2 .asd_a1 li:nth-child(2n) {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.gszl-cont2 {
  background: #F7F7F7;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .gszl-cont2 {
    padding: 2.5rem 0;
  }
}
.gszl-cont2 .gszl-a2v1 .gszl-a2b1 {
  width: 35.3571428571%;
}
@media (max-width: 768px) {
  .gszl-cont2 .gszl-a2v1 .gszl-a2b1 {
    width: 100%;
  }
}
.gszl-cont2 .gszl-a2v1 .gszl-a2b1 .p1 {
  margin-top: 1rem;
}
.gszl-cont2 .gszl-a2v1 .gszl-a2b2 {
  width: 56.6428571429%;
}
@media (max-width: 768px) {
  .gszl-cont2 .gszl-a2v1 .gszl-a2b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.gszl-cont2 .gszl-a2v1 .gszl-a2b2 .ygazxs1 li {
  background: #F08300;
  border-radius: 1.875rem;
  padding: 4.875rem 7%;
  color: #fff;
}
@media (max-width: 768px) {
  .gszl-cont2 .gszl-a2v1 .gszl-a2b2 .ygazxs1 li {
    border-radius: 1rem;
    padding: 2.25rem 7.5%;
  }
}
.gszl-cont2 .gszl-a2v1 .gszl-a2b2 .ygazxs1 li:nth-child(2) {
  background: #005E36;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .gszl-cont2 .gszl-a2v1 .gszl-a2b2 .ygazxs1 li:nth-child(2) {
    margin-top: 1.25rem;
  }
}
.gszl-cont2 .gszl-a2v1 .gszl-a2b2 .ygazxs1 li .tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .gszl-cont2 .gszl-a2v1 .gszl-a2b2 .ygazxs1 li .tit {
    font-size: 1.5rem;
  }
}
.gszl-cont2 .gszl-a2v1 .gszl-a2b2 .ygazxs1 li .p {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .gszl-cont2 .gszl-a2v1 .gszl-a2b2 .ygazxs1 li .p {
    font-size: 1rem;
  }
}

.gszl-cont3 {
  padding: 7.4125rem 0;
}
@media (max-width: 768px) {
  .gszl-cont3 {
    padding: 2.5rem 0;
  }
}
.gszl-cont3 .p1 {
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .gszl-cont3 .p1 {
    text-align: left;
  }
}
.gszl-cont3 .heng1 {
  display: block;
  font-size: 0;
  margin-top: 2.3125rem;
}
.gszl-cont3 .heng1 img {
  width: 100%;
}

.yyzz-cont1 {
  padding: 4.5rem 0 7.1875rem;
  position: relative;
}
@media (max-width: 768px) {
  .yyzz-cont1 {
    padding: 1.5rem 0 2.5rem;
  }
}
.yyzz-cont1 .a1f1, .yyzz-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.yyzz-cont1 .a1f1.a1f1, .yyzz-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.yyzz-cont1 .a1f1.a1f2, .yyzz-cont1 .a1f2.a1f2 {
  right: 40%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.yyzz-cont1 .p1-ax {
  text-align: center;
  margin-top: 1rem;
}
.yyzz-cont1 .yyzz-a1list1 {
  gap: 2rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.yyzz-cont1 .yyzz-a1list1 li img {
  width: 100%;
}
.yyzz-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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(1) {
    width: 100%;
    height: auto;
    padding: 2rem 0;
    border-radius: 1rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(1) .tit {
  font-size: 2rem;
  width: 100%;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(1) .tit {
    font-size: 1.5rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(1) .p1 {
  font-size: 1.125rem;
  line-height: 1.35em;
  padding: 0 15%;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(1) .p1 {
    font-size: 1rem;
    width: 100%;
  }
}
.yyzz-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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(2) {
    gap: 1rem 0;
    width: -webkit-calc(40% - 0.5rem);
    width: -moz-calc(40% - 0.5rem);
    width: calc(40% - 0.5rem);
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p {
  text-align: center;
  background: #F08300;
  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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p {
    height: auto;
    border-radius: 1rem;
    padding: 2rem 0;
  }
}
.yyzz-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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p .data {
    font-size: 1.125rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p .data span {
  font-size: 3.375rem;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p .data span {
    font-size: 2.5rem;
  }
}
.yyzz-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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(2) .cont-p p {
    font-size: 1rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(2) .img {
  overflow: hidden;
  border-radius: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(2) .img {
    border-radius: 1rem;
    display: none;
  }
}
.yyzz-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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(2) .img img {
    aspect-ratio: 249/140;
  }
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(3) {
    display: none;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(3) .img {
  overflow: hidden;
  border-radius: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(3) .img {
    border-radius: 1rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(3) .img img {
  aspect-ratio: 292/640;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(3) .img img {
    aspect-ratio: 249/140;
  }
}
.yyzz-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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(4) {
    gap: 1rem 0;
    width: -webkit-calc(60% - 0.5rem);
    width: -moz-calc(60% - 0.5rem);
    width: calc(60% - 0.5rem);
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 {
  text-align: center;
  background: #005E36;
  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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 {
    height: auto;
    border-radius: 1rem;
    padding: 2rem 0;
  }
}
.yyzz-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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data {
    font-size: 1.125rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data span {
  font-size: 3.375rem;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data span {
    font-size: 2.5rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data i {
  display: block;
  font-size: 0;
  width: 3.25rem;
  -webkit-transform: translateY(-0.35rem);
     -moz-transform: translateY(-0.35rem);
      -ms-transform: translateY(-0.35rem);
       -o-transform: translateY(-0.35rem);
          transform: translateY(-0.35rem);
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data i {
    width: 2rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 .data i img {
  width: 100%;
}
.yyzz-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) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .cont-p1 p {
    font-size: 1rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .img {
  overflow: hidden;
  border-radius: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .img {
    border-radius: 1rem;
    display: none;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .img img {
  width: 100%;
  aspect-ratio: 249/156;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(4) .img img {
    aspect-ratio: 249/140;
  }
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(5) {
    display: none;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(5) .img {
  overflow: hidden;
  border-radius: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(5) .img {
    border-radius: 1rem;
  }
}
.yyzz-cont1 .yyzz-a1list1 li:nth-child(5) .img img {
  aspect-ratio: 249/264;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .yyzz-cont1 .yyzz-a1list1 li:nth-child(5) .img img {
    aspect-ratio: 249/140;
  }
}

.yyzz-cont2 .yyzz-a2list1 {
  gap: 1.5rem;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list1 {
    gap: 0.5em;
    margin-top: 1.5rem;
  }
}
.yyzz-cont2 .yyzz-a2list1 li a.max-nore {
  display: inline-block;
  color: #F08300;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #F08300;
  padding: 0.85rem 3.5rem;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list1 li a.max-nore {
    padding: 0.5rem 1.25rem;
  }
}
.yyzz-cont2 .yyzz-a2list1 li.on a.max-nore, .yyzz-cont2 .yyzz-a2list1 li:hover a.max-nore {
  color: #fff;
  background: #F08300;
}
.yyzz-cont2 .yyzz-a2list2 {
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list2 {
    margin-top: 1rem;
  }
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 {
  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-bottom: 1px solid rgba(0, 0, 0, 0.2);
  gap: 0 3rem;
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 {
    gap: 0 1.25rem;
  }
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 li {
  position: relative;
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 li a {
  display: block;
  color: #777777;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 li a {
    padding: 0.75rem 0;
  }
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 li.on a, .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 li:hover a {
  color: #F08300;
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 li.on::after, .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c1 li:hover::after {
  width: 100%;
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 {
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 {
    margin-top: 1.5rem;
  }
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li {
  position: relative;
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .mySwiper11 .swiper-slide .img {
  width: 62%;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .mySwiper11 .swiper-slide .img {
    width: 75%;
  }
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .mySwiper11 .swiper-slide .img img {
  width: 100%;
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .mySwiper11 .swiper-slide .tit {
  text-align: center;
  color: #444;
  font-size: 0.875rem;
  line-height: 1.35em;
  margin-top: 0.75rem;
  padding: 0 18%;
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .mySwiper11 .swiper-slide .tit {
    font-size: 1rem;
    padding: 0 6%;
  }
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .jt-morex {
    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;
  }
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .jt-morex > div {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .jt-morex > div {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    padding: 0 0.5rem;
  }
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .jt-morex > div.swiper-button-prev1 {
  left: -6rem;
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .jt-morex > div.swiper-button-next1 {
  right: -6rem;
}
.yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .jt-morex > div i {
  color: rgba(0, 0, 0, 0.2);
  font-size: 4.25rem;
}
@media (max-width: 768px) {
  .yyzz-cont2 .yyzz-a2list2 li .zs_nret .yyzz-a2c2 li .jt-morex > div i {
    font-size: 2rem;
  }
}

.yyzz-cont3 {
  padding: 2.6rem 0 4.5rem;
  position: relative;
}
.yyzz-cont3.yyzz-cont3-a1 {
  padding-top: 0;
}
@media (max-width: 768px) {
  .yyzz-cont3 {
    padding: 1rem 0 2rem;
  }
}
.yyzz-cont3 .a1f1, .yyzz-cont3 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.yyzz-cont3 .a1f1.a1f1, .yyzz-cont3 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.yyzz-cont3 .a1f1.a1f2, .yyzz-cont3 .a1f2.a1f2 {
  left: 15%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.yyzz-cont3 form .sskzxx {
  width: 54.6428571429%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .yyzz-cont3 form .sskzxx {
    width: 100%;
    margin-top: 1rem;
  }
}
.yyzz-cont3 form .sskzxx input {
  width: -webkit-calc(95.5% - 9.375rem);
  width: -moz-calc(95.5% - 9.375rem);
  width: calc(95.5% - 9.375rem);
  border: 1px solid #F0F0F0;
  color: #787777;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  border-radius: 3.75rem;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .yyzz-cont3 form .sskzxx input {
    width: 100%;
  }
}
.yyzz-cont3 form .sskzxx button {
  width: 9.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 3.625rem;
  height: 3.625rem;
  border-radius: 3.75rem;
  border: none;
  background: #F08300;
}
@media (max-width: 768px) {
  .yyzz-cont3 form .sskzxx button {
    width: 100%;
    margin-top: 1rem;
  }
}
.yyzz-cont3 .cp_list1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .yyzz-cont3 .cp_list1 {
    margin-top: 2rem;
  }
}
.yyzz-cont3 .cp_list1 li {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  padding: 2rem 2.4375rem;
  margin-top: 1.875rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .yyzz-cont3 .cp_list1 li {
    border-radius: 1rem;
    padding: 1.65rem 1.75rem;
    margin-top: 1.5rem;
  }
}
.yyzz-cont3 .cp_list1 li .img {
  width: 21.5701219512%;
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
@media (max-width: 768px) {
  .yyzz-cont3 .cp_list1 li .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.yyzz-cont3 .cp_list1 li .img img {
  width: 100%;
}
.yyzz-cont3 .cp_list1 li .cont-p {
  width: 73.9329268293%;
}
@media (max-width: 768px) {
  .yyzz-cont3 .cp_list1 li .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.yyzz-cont3 .cp_list1 li .cont-p .tit {
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.25em;
}
.yyzz-cont3 .cp_list1 li .cont-p .p1 {
  color: #444444;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.65em 0 1.35rem;
}
@media (max-width: 768px) {
  .yyzz-cont3 .cp_list1 li .cont-p .p1 {
    font-size: 1rem;
    padding: 0.35em 0 1rem;
  }
}
.yyzz-cont3 .cp_list1 li .cont-p .p1 b {
  font-weight: 400;
  color: #EAEAEA;
  padding: 0 0.75em;
  display: inline-block;
}
@media (max-width: 768px) {
  .yyzz-cont3 .cp_list1 li .cont-p .p1 b {
    padding: 0 0.35em;
  }
}
.yyzz-cont3 .cp_list1 li .cont-p .p2 {
  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;
  padding-right: 6%;
}
@media (max-width: 768px) {
  .yyzz-cont3 .cp_list1 li .cont-p .p2 {
    padding-right: 0;
  }
}
.yyzz-cont3 .cp_list1 li .cont-p .p2 p {
  width: 5.3125rem;
  color: #444444;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .yyzz-cont3 .cp_list1 li .cont-p .p2 p {
    width: 100%;
  }
}
.yyzz-cont3 .cp_list1 li .cont-p .p2 .as-axt {
  width: -webkit-calc(100% - 5.3125rem);
  width: -moz-calc(100% - 5.3125rem);
  width: calc(100% - 5.3125rem);
  color: #444444;
  font-size: 1rem;
  line-height: 1.75em;
}
.yyzz-cont3 .cp_list1 li .cont-p .p2 .as-axt span {
  display: block;
  background: #F7F7F7;
  color: #444444;
  font-size: 1rem;
  line-height: 2.65em;
  border-radius: 0.5rem;
  text-align: center;
}
.yyzz-cont3 .cp_list1 li .cont-p .p2.p2-axa {
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.yyzz-cont3 .cp_list1 li .cont-p .p2.p2-axa p {
  width: auto;
}
.yyzz-cont3 .cp_list1 li .cont-p .p2.p2-axa .as-axt {
  width: auto;
}
.yyzz-cont3 .cp_list1 li:hover, .yyzz-cont3 .cp_list1 li.on {
  background: #F08300;
}
.yyzz-cont3 .cp_list1 li:hover .cont-p .tit, .yyzz-cont3 .cp_list1 li:hover .cont-p .p1, .yyzz-cont3 .cp_list1 li:hover .cont-p .p1 b, .yyzz-cont3 .cp_list1 li.on .cont-p .tit, .yyzz-cont3 .cp_list1 li.on .cont-p .p1, .yyzz-cont3 .cp_list1 li.on .cont-p .p1 b {
  color: #fff;
}
.yyzz-cont3 .cp_list1 li:hover .cont-p .p2 p, .yyzz-cont3 .cp_list1 li.on .cont-p .p2 p {
  color: #fff;
}
.yyzz-cont3 .cp_list1 li:hover .cont-p .p2 .as-axt, .yyzz-cont3 .cp_list1 li.on .cont-p .p2 .as-axt {
  color: #fff;
}
.yyzz-cont3 .cp_list1 li:hover .cont-p .p2 .as-axt span, .yyzz-cont3 .cp_list1 li.on .cont-p .p2 .as-axt span {
  background: #fff;
  color: #444444;
}

.hzsw-cont1 .wlsm_list1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .hzsw-cont1 .wlsm_list1 {
    margin-top: 1.25rem;
  }
}
.hzsw-cont1 .wlsm_list1 li {
  width: 39%;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hzsw-cont1 .wlsm_list1 li {
    border-radius: 1rem;
  }
}
.hzsw-cont1 .wlsm_list1 li img {
  width: 100%;
}
.hzsw-cont1 .wlsm_list1 li:nth-child(1) {
  width: 57.7857142857%;
}

.yyzz-cont4 {
  padding: 2rem 0 3.75rem;
}
@media (max-width: 768px) {
  .yyzz-cont4 {
    padding: 1rem 0 2rem;
  }
}
.yyzz-cont4 .mySwiper12 {
  padding: 0 27.5%;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .yyzz-cont4 .mySwiper12 {
    margin-top: 1.5rem;
    padding: 0 15%;
  }
}
.yyzz-cont4 .mySwiper12 .swiper-slide {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(20px);
  opacity: 0.25;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .yyzz-cont4 .mySwiper12 .swiper-slide {
    border-radius: 1rem;
  }
}
.yyzz-cont4 .mySwiper12 .swiper-slide .img {
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yyzz-cont4 .mySwiper12 .swiper-slide .img {
    border-radius: 1rem;
  }
}
.yyzz-cont4 .mySwiper12 .swiper-slide .img img {
  width: 100%;
}
.yyzz-cont4 .mySwiper12 .swiper-slide .tit {
  text-align: center;
  color: #444444;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.35rem 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .yyzz-cont4 .mySwiper12 .swiper-slide .tit {
    padding: 0.95rem 0;
    font-size: 1rem;
  }
}
.yyzz-cont4 .mySwiper12 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.yyzz-cont4 .mySwiper12 .swiper-slide.swiper-slide-active .tit {
  opacity: 1;
}
.yyzz-cont4 .mySwiper12 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yyzz-cont4 .mySwiper12 .swiper-pagination1 {
    margin-top: 1.35rem;
  }
}
.yyzz-cont4 .mySwiper12 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.yyzz-cont4 .mySwiper12 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}

.yyzz-cont5 {
  padding: 3rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .yyzz-cont5 {
    padding: 1.25rem 0 2rem;
  }
}
.yyzz-cont5 .yyzz-a5v1 {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .yyzz-cont5 .yyzz-a5v1 {
    margin-top: 1.5rem;
  }
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b1 {
  width: 58.1428571429%;
}
@media (max-width: 768px) {
  .yyzz-cont5 .yyzz-a5v1 .yyzz-a5b1 {
    width: 100%;
  }
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b1 .img {
  border-radius: 1rem;
  overflow: hidden;
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b1 .img img {
  width: 100%;
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 {
  width: 33.9285714286%;
}
@media (max-width: 768px) {
  .yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .tit {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .tit {
    font-size: 1.5rem;
  }
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .p1 {
  padding: 0.65rem 0 1.5rem;
}
@media (max-width: 768px) {
  .yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .p1 {
    padding: 0.35rem 0 1rem;
  }
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .p1.p1a p {
  position: relative;
  padding-left: 1em;
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .p1.p1a p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .job-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .job-list li + li {
    margin-top: 0.5rem;
  }
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .job-list li .dt {
  color: #464646;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 0.95rem 0;
  border-bottom: 1px solid #CACACA;
  cursor: pointer;
}
@media (max-width: 768px) {
  .yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .job-list li .dt {
    font-size: 1.25rem;
    padding: 0.65rem 0;
  }
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .job-list li .wehha-job {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .job-list li .wehha-job {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .job-list li.active .dt {
  color: #464646;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .yyzz-cont5 .yyzz-a5v1 .yyzz-a5b2 .job-list li.active .dt {
    font-size: 1.5rem;
  }
}

.yyzz-cont6 {
  padding: 2rem 0 6.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .yyzz-cont6 {
    padding: 1rem 0 2rem;
  }
}
.yyzz-cont6 .a1f1, .yyzz-cont6 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.yyzz-cont6 .a1f1.a1f1, .yyzz-cont6 .a1f2.a1f1 {
  right: 10%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
  background: rgba(0, 94, 54, 0.4);
}
.yyzz-cont6 .a1f1.a1f2, .yyzz-cont6 .a1f2.a1f2 {
  left: 15%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
  background: rgba(240, 131, 0, 0.4);
}
.yyzz-cont6 .mySwiper13 {
  padding: 0.5rem;
  margin: 3.875rem -0.5rem 0;
}
@media (max-width: 768px) {
  .yyzz-cont6 .mySwiper13 {
    margin: 1.5rem -0.5rem 0;
  }
}
.yyzz-cont6 .mySwiper13 .swiper-slide {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(15px);
  padding: 1rem 2.5% 0;
}
@media (max-width: 768px) {
  .yyzz-cont6 .mySwiper13 .swiper-slide {
    border-radius: 1rem;
    padding: 0.5rem 2.5% 0;
  }
}
.yyzz-cont6 .mySwiper13 .swiper-slide .img img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.yyzz-cont6 .mySwiper13 .swiper-slide .img:hover img {
  -webkit-filter: inherit;
          filter: inherit;
}
.yyzz-cont6 .mySwiper13 .swiper-slide .tit {
  color: #464646;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  text-align: center;
}
@media (max-width: 768px) {
  .yyzz-cont6 .mySwiper13 .swiper-slide .tit {
    font-size: 1rem;
    padding: 0.85rem 0;
  }
}
.yyzz-cont6 .mySwiper13 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .yyzz-cont6 .mySwiper13 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.yyzz-cont6 .mySwiper13 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  margin: 0 0.45rem;
}
.yyzz-cont6 .mySwiper13 .swiper-pagination1 span:only-child {
  display: none !important;
}
.yyzz-cont6 .mySwiper13 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F08300;
}

.xny-cont1 {
  padding: 4.625rem 0 6.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .xny-cont1 {
    padding: 1rem 0 2.5rem;
  }
}
.xny-cont1 .a1f1, .xny-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.xny-cont1 .a1f1.a1f1, .xny-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 20%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.xny-cont1 .a1f1.a1f2, .xny-cont1 .a1f2.a1f2 {
  left: 15%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.xny-cont1 .xny-a1v1 .xny-a1b1 {
  width: 39.2857142857%;
}
@media (max-width: 768px) {
  .xny-cont1 .xny-a1v1 .xny-a1b1 {
    width: 100%;
  }
}
.xny-cont1 .xny-a1v1 .xny-a1b1 .p1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .xny-cont1 .xny-a1v1 .xny-a1b1 .p1 {
    margin-top: 1rem;
  }
}
.xny-cont1 .xny-a1v1 .xny-a1b2 {
  width: 54.2857142857%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .xny-cont1 .xny-a1v1 .xny-a1b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.xny-cont1 .xny-a1v1 .xny-a1b2 .sj-tdz li {
  text-align: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #005E36;
}
.xny-cont1 .xny-a1v1 .xny-a1b2 .sj-tdz li .data {
  font-size: 1.6875rem;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .xny-cont1 .xny-a1v1 .xny-a1b2 .sj-tdz li .data {
    font-size: 1.25rem;
  }
}
.xny-cont1 .xny-a1v1 .xny-a1b2 .sj-tdz li .data span {
  font-size: 3.375rem;
}
@media (max-width: 768px) {
  .xny-cont1 .xny-a1v1 .xny-a1b2 .sj-tdz li .data span {
    font-size: 2.25rem;
  }
}
.xny-cont1 .xny-a1v1 .xny-a1b2 .sj-tdz li p {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .xny-cont1 .xny-a1v1 .xny-a1b2 .sj-tdz li p {
    font-size: 1rem;
  }
}
.xny-cont1 .xny-a1v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .xny-cont1 .xny-a1v2 {
    margin-top: 1.5rem;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.xny-cont1 .xny-a1v2 li a.a-block {
  display: block;
  overflow: hidden;
  border-radius: 1.5rem;
  height: 100%;
}
@media (max-width: 768px) {
  .xny-cont1 .xny-a1v2 li a.a-block {
    border-radius: 1rem;
  }
}
.xny-cont1 .xny-a1v2 li a.a-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767px) {
  .xny-cont1 .xny-a1v2 li:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/4;
  }
}

.xny-cont2 {
  padding-top: 0;
}
.xny-cont2 form {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .xny-cont2 form {
    margin-top: 1.75rem;
  }
}

.wswdb-cont1 {
  padding: 4rem 0 8.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .wswdb-cont1 {
    padding: 1rem 0 2rem;
  }
}
.wswdb-cont1 .a1f1, .wswdb-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.wswdb-cont1 .a1f1.a1f1, .wswdb-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 20%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.wswdb-cont1 .a1f1.a1f2, .wswdb-cont1 .a1f2.a1f2 {
  left: 15%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.wswdb-cont1 .p1 {
  text-align: center;
  margin-top: 1rem;
}
.wswdb-cont1 .wswdb-a1v1 {
  --asheighr: 35.25rem;
  width: -webkit-calc(var(--asheighr) * 2);
  width: -moz-calc(var(--asheighr) * 2);
  width: calc(var(--asheighr) * 2);
  height: var(--asheighr);
  margin: 1.5625rem auto 5.125rem;
}
@media (max-width: 768px) {
  .wswdb-cont1 .wswdb-a1v1 {
    margin: 1rem auto 1.5rem;
    --asheighr: 70vw;
    width: var(--asheighr);
  }
}
.wswdb-cont1 .wswdb-a1v1 .wswdb-a1v1c1 {
  border: 0.1875rem dashed #F08300;
  padding: 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wswdb-cont1 .wswdb-a1v1 .wswdb-a1v1c1 {
    border-radius: 50%;
  }
}
.wswdb-cont1 .wswdb-a1v1 .wswdb-a1v1c1 .index_canvas {
  width: 100%;
  height: -webkit-calc(var(--asheighr) - 2.1875rem);
  height: -moz-calc(var(--asheighr) - 2.1875rem);
  height: calc(var(--asheighr) - 2.1875rem);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .wswdb-cont1 .wswdb-a1v1 .wswdb-a1v1c1 .index_canvas {
    border-radius: 50%;
  }
}
.wswdb-cont1 .wswdb-a1v1 .wswdb-a1v1c1 .index_canvas:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(338deg, #D15E00 11.89%, #00502D 90.55%), -webkit-linear-gradient(43deg, rgba(92, 229, 158, 0.15) 6.81%, rgba(201, 226, 59, 0.15) 36.31%, rgba(254, 192, 8, 0.15) 65.37%, rgba(247, 130, 35, 0.15) 96.21%), -webkit-linear-gradient(bottom, #FFF 0%, #FFF 100%), -webkit-linear-gradient(164deg, #5CE59E -2.07%, #F78223 88.57%);
  background: -moz-linear-gradient(338deg, #D15E00 11.89%, #00502D 90.55%), -moz-linear-gradient(43deg, rgba(92, 229, 158, 0.15) 6.81%, rgba(201, 226, 59, 0.15) 36.31%, rgba(254, 192, 8, 0.15) 65.37%, rgba(247, 130, 35, 0.15) 96.21%), -moz-linear-gradient(bottom, #FFF 0%, #FFF 100%), -moz-linear-gradient(164deg, #5CE59E -2.07%, #F78223 88.57%);
  background: -o-linear-gradient(338deg, #D15E00 11.89%, #00502D 90.55%), -o-linear-gradient(43deg, rgba(92, 229, 158, 0.15) 6.81%, rgba(201, 226, 59, 0.15) 36.31%, rgba(254, 192, 8, 0.15) 65.37%, rgba(247, 130, 35, 0.15) 96.21%), -o-linear-gradient(bottom, #FFF 0%, #FFF 100%), -o-linear-gradient(164deg, #5CE59E -2.07%, #F78223 88.57%);
  background: linear-gradient(112deg, #D15E00 11.89%, #00502D 90.55%), linear-gradient(47deg, rgba(92, 229, 158, 0.15) 6.81%, rgba(201, 226, 59, 0.15) 36.31%, rgba(254, 192, 8, 0.15) 65.37%, rgba(247, 130, 35, 0.15) 96.21%), linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(286deg, #5CE59E -2.07%, #F78223 88.57%);
  z-index: -1;
}
.wswdb-cont1 .wswdb-a1v1 .wswdb-a1v1c1 .index_canvas #canvas {
  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%);
}
.wswdb-cont1 .wswdb-a1v1 .wswdb-a1v1c1 .index_canvas canvas {
  width: 100%;
  height: 100%;
}
.wswdb-cont1 .fasx_list1 {
  gap: 1rem;
}
.wswdb-cont1 .fasx_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .wswdb-cont1 .fasx_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: -webkit-calc(50% - 0.5rem);
    width: -moz-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
}
.wswdb-cont1 .fasx_list1 li i {
  background: #005E36;
  width: 10.375rem;
  height: 10.375rem;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wswdb-cont1 .fasx_list1 li i {
    width: 7rem;
    height: 7rem;
  }
}
.wswdb-cont1 .fasx_list1 li i img {
  width: 50%;
}
.wswdb-cont1 .fasx_list1 li .tit {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .wswdb-cont1 .fasx_list1 li .tit {
    font-size: 1.125rem;
    margin-top: 0.65rem;
  }
}
.wswdb-cont1 .fasx_list1 li:hover i {
  background: #F08300;
}

.wswdb-cont2 {
  padding: 1rem 0 6.875rem;
  position: relative;
}
@media (max-width: 768px) {
  .wswdb-cont2 {
    padding: 0.5rem 0 1.5rem;
  }
}
.wswdb-cont2 .a1f1, .wswdb-cont2 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.wswdb-cont2 .a1f1.a1f1, .wswdb-cont2 .a1f2.a1f1 {
  right: 10%;
  top: 20%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.wswdb-cont2 .a1f1.a1f2, .wswdb-cont2 .a1f2.a1f2 {
  left: 10%;
  bottom: 2%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.wswdb-cont2 .cp_listxz1 {
  margin-top: 4.625rem;
}
@media (max-width: 768px) {
  .wswdb-cont2 .cp_listxz1 {
    margin-top: 0.5rem;
  }
}
.wswdb-cont2 .cp_listxz1 li {
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(20px);
  padding: 2.625rem;
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .wswdb-cont2 .cp_listxz1 li {
    margin-top: 1.25rem;
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.wswdb-cont2 .cp_listxz1 li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 46.4591439689%;
  border-radius: 1.5rem;
}
@media (max-width: 768px) {
  .wswdb-cont2 .cp_listxz1 li a.img {
    width: 100%;
    border-radius: 1rem;
  }
}
.wswdb-cont2 .cp_listxz1 li a.img img {
  width: 100%;
}
.wswdb-cont2 .cp_listxz1 li .cont-p {
  width: 48.4046692607%;
}
@media (max-width: 768px) {
  .wswdb-cont2 .cp_listxz1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.wswdb-cont2 .cp_listxz1 li .cont-p .tit {
  color: #444444;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wswdb-cont2 .cp_listxz1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.wswdb-cont2 .cp_listxz1 li .cont-p .txt {
  color: #777;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin: 0.35rem 0 1.35rem;
}
@media (max-width: 768px) {
  .wswdb-cont2 .cp_listxz1 li .cont-p .txt {
    font-size: 1rem;
    margin: 0.25rem 0 1rem;
  }
}

.ajssrf-cont1 {
  padding: 4.25rem 0 7.125rem;
  position: relative;
}
@media (max-width: 768px) {
  .ajssrf-cont1 {
    padding: 1.25rem 0 2.25rem;
  }
}
.ajssrf-cont1 .a1f1, .ajssrf-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.ajssrf-cont1 .a1f1.a1f1, .ajssrf-cont1 .a1f2.a1f1 {
  right: 10%;
  top: 20%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.ajssrf-cont1 .a1f1.a1f2, .ajssrf-cont1 .a1f2.a1f2 {
  left: 10%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.ajssrf-cont1 .title2 .p1 {
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .title2 .p1 {
    margin-top: 1rem;
  }
}
.ajssrf-cont1 .ajssrf-a1v1 {
  margin-top: 3.75rem;
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 {
  position: relative;
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .swiper-slide .imagsxa .img {
  display: block;
  font-size: 0;
  width: 49.5%;
  border-radius: 1.35rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .swiper-slide .imagsxa .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .swiper-slide .imagsxa .img img {
  width: 100%;
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .swiper-slide .imagsxa .cont-p {
  width: 46%;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .swiper-slide .imagsxa .cont-p {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .swiper-slide .imagsxa .cont-p .name {
  display: block;
  color: #444444;
  font-size: 1.875rem;
  line-height: 1.35em;
  margin: 0.5rem 0 1rem;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .swiper-slide .imagsxa .cont-p .name {
    font-size: 1.5rem;
    margin: 0.4rem 0 0.65rem;
  }
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .swiper-slide .imagsxa .cont-p .p {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .swiper-slide .imagsxa .cont-p .p {
    font-size: 1.125rem;
  }
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .asx1-ax {
  width: 46%;
  position: absolute;
  right: 0;
  top: 1rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .asx1-ax {
    display: none;
  }
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .asx1-ax li {
  position: relative;
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .asx1-ax li:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  width: 2.5em;
  background: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  margin: 0 1rem;
}
@media (max-width: 1024px) {
  .ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .asx1-ax li:not(:last-child)::after {
    width: 2em;
    margin: 0 0.65rem;
  }
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .asx1-ax li a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .asx1-ax li.active a {
  color: #F08300;
}
.ajssrf-cont1 .ajssrf-a1v1 .mySwiper14 .asx1-ax li.active::after {
  background: #F08300;
}
.ajssrf-cont1 .ajssrf-a1v1 .jt-more {
  width: 46%;
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 1;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .ajssrf-a1v1 .jt-more {
    position: static;
    margin-left: auto;
    width: auto;
    margin-top: 1rem;
  }
}
.ajssrf-cont1 .tbx_list1 {
  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;
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .tbx_list1 {
    margin-top: 1rem;
    gap: 1.5rem;
  }
}
.ajssrf-cont1 .tbx_list1 li {
  width: 27.5714285714%;
  text-align: center;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .tbx_list1 li {
    width: 100%;
  }
}
.ajssrf-cont1 .tbx_list1 li i {
  background: #005E36;
  width: 10.375rem;
  height: 10.375rem;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .tbx_list1 li i {
    width: 7rem;
    height: 7rem;
  }
}
.ajssrf-cont1 .tbx_list1 li i img {
  width: 50%;
}
.ajssrf-cont1 .tbx_list1 li .wenata {
  text-align: center;
}
.ajssrf-cont1 .tbx_list1 li .wenata .tit {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 1.5rem 0 1rem;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .tbx_list1 li .wenata .tit {
    font-size: 1.25rem;
    margin: 1rem 0 0.5rem;
  }
}
.ajssrf-cont1 .tbx_list1 li .wenata .p {
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #777777;
  text-align: left;
}
@media (max-width: 768px) {
  .ajssrf-cont1 .tbx_list1 li .wenata .p {
    font-size: 1rem;
  }
}
.ajssrf-cont1 .tbx_list1 li:hover i {
  background: var(--color-zt);
}

.ajssrf-cont2 {
  padding: 2.125rem 0 6.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .ajssrf-cont2 {
    padding: 1.5rem 0 2.25rem;
  }
}
.ajssrf-cont2 .a1f1, .ajssrf-cont2 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.ajssrf-cont2 .a1f1.a1f1, .ajssrf-cont2 .a1f2.a1f1 {
  right: 0%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.ajssrf-cont2 .a1f1.a1f2, .ajssrf-cont2 .a1f2.a1f2 {
  left: 5%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.ajssrf-cont2 .ajssrf-a2v1 {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .ajssrf-cont2 .ajssrf-a2v1 {
    border-radius: 1rem;
    margin-top: 1.5rem;
  }
}
.ajssrf-cont2 .ajssrf-a2v1 u {
  display: block;
  font-size: 0;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ajssrf-cont2 .ajssrf-a2v1 u {
    border-radius: 1rem;
  }
}
.ajssrf-cont2 .ajssrf-a2v1 u img {
  width: 100%;
}
.ajssrf-cont2 .ajssrf-a2v1 .cont-p {
  padding: 3.125rem 4.5% 4.375rem;
}
@media (max-width: 768px) {
  .ajssrf-cont2 .ajssrf-a2v1 .cont-p {
    padding: 1.5rem 6.5%;
  }
}
.ajssrf-cont2 .ajssrf-a2v1 .cont-p .tit {
  color: #444444;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .ajssrf-cont2 .ajssrf-a2v1 .cont-p .tit {
    font-size: 1.35rem;
  }
}
.ajssrf-cont2 .ajssrf-a2v1 .cont-p .p1 {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .ajssrf-cont2 .ajssrf-a2v1 .cont-p .p1 {
    font-size: 1rem;
    margin-top: 0.35rem;
  }
}

.aqsc-cont1 {
  padding: 2rem 0 6rem;
  position: relative;
}
.aqsc-cont1 .a1f1, .aqsc-cont1 .a1f2 {
  background: rgba(240, 131, 0, 0.325);
  backdrop-filter: blur(45px);
  position: absolute;
  width: 16.5625%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  z-index: -1;
}
.aqsc-cont1 .a1f1.a1f1, .aqsc-cont1 .a1f2.a1f1 {
  right: 0%;
  top: 10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.aqsc-cont1 .a1f1.a1f2, .aqsc-cont1 .a1f2.a1f2 {
  left: 5%;
  bottom: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
@media (max-width: 768px) {
  .aqsc-cont1 {
    padding: 1rem 0 2rem;
  }
}
.aqsc-cont1 .aqsc-a1v1 {
  margin-top: 3rem;
}
.aqsc-cont1 .aqsc-a1v1 .aqsc-a1b1 {
  width: 60.3571428571%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .aqsc-cont1 .aqsc-a1v1 .aqsc-a1b1 {
    border-radius: 1rem;
    width: 100%;
  }
}
.aqsc-cont1 .aqsc-a1v1 .aqsc-a1b1 img {
  width: 100%;
}
.aqsc-cont1 .aqsc-a1v1 .aqsc-a1b2 {
  width: 33.7857142857%;
}
@media (max-width: 768px) {
  .aqsc-cont1 .aqsc-a1v1 .aqsc-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.aqsc-cont1 .aqsc-a1v1 .aqsc-a1b2 .tit {
  color: #464646;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .aqsc-cont1 .aqsc-a1v1 .aqsc-a1b2 .tit {
    font-size: 1.5rem;
  }
}
.aqsc-cont1 .aqsc-a1v1 .aqsc-a1b2 .p1 {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .aqsc-cont1 .aqsc-a1v1 .aqsc-a1b2 .p1 {
    font-size: 1rem;
  }
}

.aqsc-cont2 .aqsc-a2v1 {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  padding: 11.875rem 10%;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .aqsc-cont2 .aqsc-a2v1 {
    padding: 9rem 5% 6rem;
  }
}
.aqsc-cont2 .aqsc-a2v1 .cont-p {
  background: #fff;
  width: 43.3529411765%;
  border-radius: 1.25rem;
  padding: 3rem 4%;
}
@media (max-width: 768px) {
  .aqsc-cont2 .aqsc-a2v1 .cont-p {
    width: 100%;
    padding: 2.5rem 8%;
  }
}
.aqsc-cont2 .aqsc-a2v1 .cont-p .p1 {
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .aqsc-cont2 .aqsc-a2v1 .cont-p .p1 {
    font-size: 1rem;
  }
}
.aqsc-cont2 .aqsc-a2v1 .cont-p .p1 .ashgx1a {
  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;
  gap: 2rem;
  margin-top: 1rem;
}
.aqsc-cont2 .aqsc-a2v1 .cont-p .p1 .ashgx1a li {
  width: 5.6875rem;
}
@media (max-width: 768px) {
  .aqsc-cont2 .aqsc-a2v1 .cont-p .p1 .ashgx1a li {
    width: 4.25rem;
  }
}
.aqsc-cont2 .aqsc-a2v1 .cont-p .p1 .ashgx1a li img {
  width: 100%;
}

.aqsc-cont3 {
  padding: 7.875rem 0;
}
@media (max-width: 768px) {
  .aqsc-cont3 {
    padding: 3rem 0 2rem;
  }
}
.aqsc-cont3 .title2 .p1 {
  color: #777777;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.aqsc-cont3 .aqsc-a3v1 {
  margin-top: 2.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .aqsc-cont3 .aqsc-a3v1 {
    margin-top: 1.25rem;
  }
}
.aqsc-cont3 .aqsc-a3v1 > u {
  display: block;
  font-size: 0;
}
.aqsc-cont3 .aqsc-a3v1 > u img {
  width: 100%;
}
.aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 {
    position: static;
  }
}
.aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 .jhas_lista li {
  width: 48.3571428571%;
  background: #fff;
  border-radius: 1.875rem;
  padding: 2.5rem 4% 3.5rem;
}
@media (max-width: 768px) {
  .aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 .jhas_lista li {
    width: 100%;
    border-radius: 1.125rem;
    padding: 2.25rem 7.5%;
    margin-top: 1.5rem;
    box-shadow: 0 0 3.125rem 0 rgba(0, 0, 0, 0.04);
  }
}
.aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 .jhas_lista li i {
  display: block;
  font-size: 0;
  width: 2.875rem;
}
@media (max-width: 768px) {
  .aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 .jhas_lista li i {
    width: 2.125rem;
  }
}
.aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 .jhas_lista li i img {
  width: 100%;
}
.aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 .jhas_lista li .tit {
  color: #464646;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1rem 0 0.5rem;
}
@media (max-width: 768px) {
  .aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 .jhas_lista li .tit {
    font-size: 1.35rem;
  }
}
.aqsc-cont3 .aqsc-a3v1 .aqsc-a3v1d1 .jhas_lista li .p {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.65em;
}

.aqsc-cont4 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .aqsc-cont4 {
    padding: 1rem 0;
  }
}
.aqsc-cont4 .aqsc-a4_list1 {
  margin-top: 5.6rem;
}
@media (max-width: 768px) {
  .aqsc-cont4 .aqsc-a4_list1 {
    margin-top: 1.5rem;
  }
}
.aqsc-cont4 .aqsc-a4_list1 li {
  width: 42.5714285714%;
  position: relative;
}
@media (max-width: 768px) {
  .aqsc-cont4 .aqsc-a4_list1 li {
    width: 100%;
    background: -webkit-linear-gradient(right, rgba(240, 131, 0, 0.2) 0%, rgba(240, 131, 0, 0) 100%);
    background: -moz-linear-gradient(right, rgba(240, 131, 0, 0.2) 0%, rgba(240, 131, 0, 0) 100%);
    background: -o-linear-gradient(right, rgba(240, 131, 0, 0.2) 0%, rgba(240, 131, 0, 0) 100%);
    background: linear-gradient(270deg, rgba(240, 131, 0, 0.2) 0%, rgba(240, 131, 0, 0) 100%);
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
.aqsc-cont4 .aqsc-a4_list1 li .tit {
  --sxt: 13.875rem;
  width: var(--sxt);
  height: var(--sxt);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #F08300;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  right: -webkit-calc(var(--sxt) / -2.5);
  right: -moz-calc(var(--sxt) / -2.5);
  right: calc(var(--sxt) / -2.5);
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .aqsc-cont4 .aqsc-a4_list1 li .tit {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    height: auto;
    width: auto;
    border-radius: 0;
    background: transparent;
    color: #333;
    padding: 0.5rem 0;
    font-size: 1.35rem;
  }
}
.aqsc-cont4 .aqsc-a4_list1 li .cont-p {
  width: 100%;
  color: #777777;
  font-size: 1.25rem;
  line-height: 1.5em;
  border-radius: 1.8125rem;
  background: -webkit-linear-gradient(right, rgba(240, 131, 0, 0.2) 0%, rgba(240, 131, 0, 0) 100%);
  background: -moz-linear-gradient(right, rgba(240, 131, 0, 0.2) 0%, rgba(240, 131, 0, 0) 100%);
  background: -o-linear-gradient(right, rgba(240, 131, 0, 0.2) 0%, rgba(240, 131, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(240, 131, 0, 0.2) 0%, rgba(240, 131, 0, 0) 100%);
  height: 19.5rem;
  padding: 1rem 28% 1rem 10%;
}
@media (max-width: 768px) {
  .aqsc-cont4 .aqsc-a4_list1 li .cont-p {
    padding: 0;
    height: auto;
    background: transparent;
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .aqsc-cont4 .aqsc-a4_list1 li:nth-child(2n) {
    background: -webkit-linear-gradient(right, rgba(0, 94, 54, 0) 0%, rgba(0, 94, 54, 0.1) 100%);
    background: -moz-linear-gradient(right, rgba(0, 94, 54, 0) 0%, rgba(0, 94, 54, 0.1) 100%);
    background: -o-linear-gradient(right, rgba(0, 94, 54, 0) 0%, rgba(0, 94, 54, 0.1) 100%);
    background: linear-gradient(270deg, rgba(0, 94, 54, 0) 0%, rgba(0, 94, 54, 0.1) 100%);
    margin-top: 1.5rem;
  }
}
.aqsc-cont4 .aqsc-a4_list1 li:nth-child(2n) .tit {
  right: auto;
  left: -webkit-calc(var(--sxt) / -2.5);
  left: -moz-calc(var(--sxt) / -2.5);
  left: calc(var(--sxt) / -2.5);
  background: #005E36;
}
@media (max-width: 768px) {
  .aqsc-cont4 .aqsc-a4_list1 li:nth-child(2n) .tit {
    background: transparent;
  }
}
.aqsc-cont4 .aqsc-a4_list1 li:nth-child(2n) .cont-p {
  background: -webkit-linear-gradient(right, rgba(0, 94, 54, 0) 0%, rgba(0, 94, 54, 0.1) 100%);
  background: -moz-linear-gradient(right, rgba(0, 94, 54, 0) 0%, rgba(0, 94, 54, 0.1) 100%);
  background: -o-linear-gradient(right, rgba(0, 94, 54, 0) 0%, rgba(0, 94, 54, 0.1) 100%);
  background: linear-gradient(270deg, rgba(0, 94, 54, 0) 0%, rgba(0, 94, 54, 0.1) 100%);
  padding: 1rem 10% 1rem 28%;
}
@media (max-width: 768px) {
  .aqsc-cont4 .aqsc-a4_list1 li:nth-child(2n) .cont-p {
    padding: 0;
    height: auto;
    background: transparent;
  }
}

.aqsc-cont5 {
  padding: 5.625rem 0 9.375rem;
}
@media (max-width: 768px) {
  .aqsc-cont5 {
    padding: 2rem 0 2rem;
  }
}
.aqsc-cont5 .qysh-a2v1 {
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .aqsc-cont5 .qysh-a2v1 {
    margin-top: 1.5rem;
  }
}
.aqsc-cont5 .qysh-a2v1 .qysh-a2v1c1 {
  width: 32.8571428571%;
}
@media (max-width: 768px) {
  .aqsc-cont5 .qysh-a2v1 .qysh-a2v1c1 {
    width: 100%;
  }
}
.aqsc-cont5 .qysh-a2v1 .qysh-a2v1c1 li .dt {
  color: #464646;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CACACA;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .aqsc-cont5 .qysh-a2v1 .qysh-a2v1c1 li .dt {
    font-size: 1.25rem;
    padding: 1rem 0;
  }
}
.aqsc-cont5 .qysh-a2v1 .qysh-a2v1c1 li .wehha-job {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .aqsc-cont5 .qysh-a2v1 .qysh-a2v1c1 li .wehha-job {
    font-size: 1rem;
  }
}
.aqsc-cont5 .qysh-a2v1 .qysh-a2v1c1 li.active .dt {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .aqsc-cont5 .qysh-a2v1 .qysh-a2v1c1 li.active .dt {
    font-size: 1.5rem;
  }
}
.aqsc-cont5 .qysh-a2v1 .imga1 {
  width: 60.3571428571%;
}
@media (max-width: 768px) {
  .aqsc-cont5 .qysh-a2v1 .imga1 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.aqsc-cont5 .qysh-a2v1 .imga1 .ashx_list li {
  display: none;
}
.aqsc-cont5 .qysh-a2v1 .imga1 .fang {
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .aqsc-cont5 .qysh-a2v1 .imga1 .fang {
    border-radius: 1rem;
  }
}
.aqsc-cont5 .qysh-a2v1 .imga1 .fang img {
  width: 100%;
}

.layui-layer.job-tanc1 {
  width: 42.65625% !important;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 4.5rem 3.5%;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc1 {
    width: 92% !important;
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.layui-layer.job-tanc1 .layui-layer-close {
  right: 2.75rem;
  top: 1rem;
  background: none;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc1 .layui-layer-close {
    top: 0.5rem;
    right: 0rem;
  }
}
.layui-layer.job-tanc1 .layui-layer-close::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2.25rem;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 100;
}
.layui-layer.job-tanc1 .pead-cont b {
  display: block;
  width: 3.375rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc1 .pead-cont b {
    width: 2rem;
  }
}
.layui-layer.job-tanc1 .pead-cont b img {
  width: 100%;
}
.layui-layer.job-tanc1 .pead-cont .p1 {
  color: #777777;
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 2rem;
  text-indent: 2em;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc1 .pead-cont .p1 {
    margin-top: 1rem;
  }
}
.layui-layer.job-tanc1 .pead-cont .divasx {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-top: 1rem;
}
.layui-layer.job-tanc1 .pead-cont .divasx .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc1 .pead-cont .divasx .tit {
    font-size: 1.35rem;
  }
}
.layui-layer.job-tanc1 .pead-cont .divasx p {
  color: #F08300;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em;
}