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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #7F7F7F;
  --color-zt: #4AA2A3;
  --head-height: 4.125rem;
  --cbasta: 13.5416666667%;
  --cbastb: 4.1666%;
  --pandrd: 5.375rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.25%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --cbastb: 4%;
    --pandrd: 2rem;
  }
}

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

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

.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 "Roboto";
  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.85rem 2rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
  border: 1px solid var(--color-zt);
  font-weight: 400;
  background: var(--color-zt);
  font-size: 1rem;
  text-transform: capitalize;
  font-family: "Lexend";
}
@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 i {
  font-size: 0.25rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -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);
}
.more-b:hover > * {
  color: var(--color-zt);
}
.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.hs {
  border-color: #13315B;
  background: #13315B;
  color: #fff;
}
.more-b.hs::after {
  background: #fff;
}
.more-b.hs:hover {
  color: #13315B;
}
.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);
}

@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: 75%;
    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 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 2rem;
  z-index: 99;
}
.head.heada {
  top: 0;
  padding: 1.25rem 0;
  background: #fff;
}
.head.heada.sticky {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.8);
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  --as-calore: #202020;
}
.head .head2 .wh1 {
  padding: 0 1.82292%;
}
.head .head2 .logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head .head2 .logo a img {
  height: 3.75rem;
}
.head .head2 .toubuas {
  border-top: 1px solid #4AA2A3;
  width: 15.8857142857%;
  padding: 0.25rem 0 0.25rem 1.75rem;
  position: relative;
}
.head .head2 .toubuas .more-sxa .pax {
  height: 1rem;
  overflow: hidden;
}
.head .head2 .toubuas .more-sxa .pax p {
  line-height: 1em;
  color: #4AA2A3;
  font-size: 0.9375rem;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .toubuas .more-sxa i {
  font-size: 0;
  width: 4rem;
  height: 4rem;
  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-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .toubuas .more-sxa i img {
  width: 36%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .toubuas .more-sxa:hover i img {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.head .head2 .toubuas .secaxz {
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(293deg, rgba(205, 231, 231, 0) 2.49%, #CDE7E7 85.33%), #FFF;
  background: -moz-linear-gradient(293deg, rgba(205, 231, 231, 0) 2.49%, #CDE7E7 85.33%), #FFF;
  background: -o-linear-gradient(293deg, rgba(205, 231, 231, 0) 2.49%, #CDE7E7 85.33%), #FFF;
  background: linear-gradient(157deg, rgba(205, 231, 231, 0) 2.49%, #CDE7E7 85.33%), #FFF;
  line-height: 1.5em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  width: 0;
  height: 0;
  overflow: hidden;
}
.head .head2 .toubuas .secaxz .secaxz-cf {
  padding: 3.125rem 11.6666666667% 5rem;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.head .head2 .toubuas .secaxz .gb-mers {
  color: #4AA2A3;
  font-size: 0.9375rem;
  line-height: 1.5em;
}
.head .head2 .toubuas .secaxz .gb-mers i {
  display: block;
  font-size: 0;
  width: 0.9375rem;
  margin-left: 0.5rem;
}
.head .head2 .toubuas .secaxz .gb-mers i img {
  width: 100%;
}
.head .head2 .toubuas .secaxz .nav_a1 {
  margin-top: 2rem;
}
.head .head2 .toubuas .secaxz .nav_a1 li a {
  display: block;
  font-size: 1.875rem;
  line-height: 1.5em;
  font-weight: 500;
  padding: 0.35em 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.head .head2 .toubuas .secaxz .nav_a1 li a:hover {
  color: #4AA2A3;
}
.head .head2 .toubuas .secaxz a.more-b {
  margin-top: 1rem;
  padding: 0.89rem 2.8rem;
}
.head .head2 .toubuas .secaxz .more-ax {
  background: #C1DDC3;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.125rem 2.5rem;
  margin-top: 2rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.head .head2 .toubuas .secaxz .more-ax i {
  display: block;
  font-size: 0;
  line-height: 1em;
  vertical-align: middle;
}
.head .head2 .toubuas .secaxz .more-ax i img {
  width: 100%;
}
.head .head2 .toubuas .secaxz .more-ax p {
  color: #123643;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: capitalize;
  margin-left: 1rem;
}
.head .head2 .toubuas .secaxz .more-ax:hover {
  background: #123643;
}
.head .head2 .toubuas .secaxz .more-ax:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.head .head2 .toubuas .secaxz .more-ax:hover p {
  color: #fff;
}
.head .head2 .toubuas .secaxz.active {
  width: 170%;
  height: -webkit-calc(100vh - 4.5rem);
  height: -moz-calc(100vh - 4.5rem);
  height: calc(100vh - 4.5rem);
}
.head .head2 .toubuas .secaxz.active .secaxz-cf {
  opacity: 1;
}

.head.on {
  position: fixed;
}
.head.on .logo {
  opacity: 0;
  visibility: hidden;
}
.head.on .head2 .toubuas {
  border: none;
}
.head.on .head2 .toubuas .more-sxa .pax {
  opacity: 0;
  visibility: hidden;
}
.head.on .head2 .toubuas .more-sxa i {
  background: rgba(74, 162, 163, 0.7);
}
.head.on .head2 .toubuas .more-sxa i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.sy-body .head .head2 .logo a img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#menu {
  margin-right: 3vw;
}
#menu .nav_a1 > li {
  float: left;
  position: relative;
}
#menu .nav_a1 > li a {
  display: block;
  color: #010B0E;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 > li > a {
  font-size: 1.125rem;
  padding: 0 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 400;
  position: relative;
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}
#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: 0.76rem;
  width: 1.375rem;
  -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%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#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.sec1 {
  width: 58.875rem;
  left: auto;
  right: -130%;
  padding: 1.6rem 2.5rem 2.5rem;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl a {
  display: block;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl > a {
  color: var(--color-zt);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.45rem 0;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl .asrcxa a {
  color: #575757;
  font-size: 1rem;
  line-height: 1.85em;
}
#menu .nav_a1 > li .sec.sec1 .secat1 dl .asrcxa a:hover {
  color: var(--color-zt);
}
#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:hover .sec {
  opacity: 1;
  visibility: visible;
  -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 .sec.sec1 {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 > li:hover > a, #menu .nav_a1 > li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 > li:hover > a 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: 28.125rem;
  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: poRoboto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: var(--color-zt);
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
}
.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: 40px;
}
.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: 40px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.m-bm-head .m-bm-head-box .m-bm-logo a p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.5rem;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #000;
  font-family: "Roboto";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  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: var(--color-zt);
}
.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: "Roboto";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Roboto";
  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 .tit1 .aniut i {
  font-size: 1.125rem;
}
.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;
}

.cp_sort1 {
  background: #F4F5F5;
  border-radius: 2rem;
  border: 1px solid #DBDBDB;
  padding: 1rem;
}
.cp_sort1 > li {
  position: relative;
}
.cp_sort1 > li + li {
  margin-top: 1rem;
}
.cp_sort1 > li > .sec {
  padding: 0;
}
.cp_sort1 > li > .sec > .tit1 > a.clicked {
  border-bottom: 1px solid #DEDEDE;
}
.cp_sort1 > li > .sec > .tit1 > a.clicked, .cp_sort1 > li > .sec > .tit1 > a:hover {
  color: #13315B;
}
.cp_sort1 > li > .sec > .tit1 > .sec {
  padding: 0;
  border-bottom: 1px solid #DEDEDE;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 {
  padding: 0 2%;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 .aniut {
  right: 2%;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a {
  font-size: 0.875rem;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a.clicked {
  border-bottom: 1px solid #DEDEDE;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a.clicked, .cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a:hover {
  color: #13315B;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec {
  padding: 0;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a {
  font-size: 0.75rem;
  line-height: 2rem;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a.clicked, .cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a:hover {
  color: #13315B;
}
.cp_sort1 > li > a {
  display: block;
  line-height: 3.5rem;
  font-size: 1rem;
  color: #020202;
  font-family: "Roboto";
  padding: 0 8%;
  font-weight: 600;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.875rem;
}
.cp_sort1 > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Roboto";
  font-weight: 500;
}
.cp_sort1 > li > a.clicked {
  background: #13315B;
  color: #fff;
}
.cp_sort1 > li > a.clicked + .aniut i {
  color: #fff;
}
.cp_sort1 > li .sec {
  display: none;
  padding: 1rem 0 0.1rem;
}
.cp_sort1 > li .sec .tit1 {
  position: relative;
  padding: 0 8%;
}
.cp_sort1 > li .sec .tit1 .aniut {
  height: 2.8125rem;
  line-height: 2.8125rem;
  right: 8%;
}
.cp_sort1 > li .sec .tit1 .aniut i {
  font-size: 1.125rem;
}
.cp_sort1 > li .sec .tit1 a {
  color: #020202;
  font-size: 1rem;
  line-height: 2.8125rem;
}
.cp_sort1 > li .sec a {
  display: block;
  font-size: 12px;
  color: #020202;
  line-height: 35px;
}
.cp_sort1 > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.cp_sort1 .aniut {
  position: absolute;
  width: auto;
  height: 3.5rem;
  line-height: 3.5rem;
  right: 8%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.cp_sort1 .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #888888;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  background: #D9E5E7;
  overflow: hidden;
}
.pc-banner .tit-ax {
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  opacity: 0;
  padding: 0 18%;
}
@media (max-width: 768px) {
  .pc-banner .tit-ax {
    padding: 0 8.5%;
  }
}
.pc-banner .tit-ax svg {
  width: 100%;
}
.pc-banner .tit-ax .tit {
  color: #C0DDC5;
  font-size: 4.375rem;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .bj-ast1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: -webkit-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: calc(100% + 1px);
  background: #D9E5E7;
  opacity: 0;
}
.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 > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 100vh;
  }
}
.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 .jy-sp1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img .pc-zsa {
  display: block;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img .pc-zsa {
    display: none;
  }
}
.pc-banner .mySwipera .swiper-slide .img .m-zsa {
  display: none;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img .m-zsa {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.pc-banner .mySwipera .swiper-slide .img .m-zsa .summary {
  display: block;
  width: 100%;
  height: 100vh;
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.pc-banner .mySwipera .jhx-a1 {
  color: rgba(205, 230, 231, 0.4);
  font-size: 1.25rem;
  line-height: 1.5em;
  position: absolute;
  right: 4.5%;
  bottom: 12.5%;
  z-index: 1;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .jhx-a1 {
    font-size: 1.125rem;
  }
}
.pc-banner .mySwipera .jhx-a2 {
  color: rgba(205, 230, 231, 0.4);
  font-size: 0.875rem;
  position: absolute;
  left: 5%;
  bottom: 2rem;
  z-index: 1;
}
.pc-banner .mySwipera .jhx-a2 i {
  display: block;
  width: 0.5rem;
  margin-left: 0.5rem;
}
.pc-banner .mySwipera .jhx-a2 i img {
  width: 100%;
}
.pc-banner .mySwipera .as1_ast1 li {
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding: 0 10%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .as1_ast1 li {
    top: 40%;
  }
}
.pc-banner .mySwipera .as1_ast1 li:nth-child(2) {
  top: auto;
  padding: 0 7%;
  bottom: 40%;
  width: 41%;
  left: 0%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .as1_ast1 li:nth-child(2) {
    width: 88%;
    left: 0;
    padding: 0 6%;
  }
}
.pc-banner .mySwipera .as1_ast1 li:nth-child(2) .tit {
  text-align: left;
}
.pc-banner .mySwipera .as1_ast1 li .tit {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.125em;
  position: relative;
  text-align: right;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .as1_ast1 li .tit {
    font-size: 2rem;
    line-height: 1.2em;
  }
}
.pc-banner .mySwipera .swiper-pagination1 {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pc-banner .mySwipera .swiper-pagination1 span {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.4rem;
}
.pc-banner .mySwipera .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}

@-webkit-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-moz-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-o-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-webkit-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-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-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: #13315B;
}

.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 .tit {
  color: #02090E;
  font-size: 4.375rem;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1.bs .tit {
  color: #fff;
}

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

body.no-scroll {
  overflow: hidden;
}

.cont1 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.625rem 0 5.1875rem;
  position: relative;
}
.cont1::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 2px;
  background: #D9E5E7;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2.5rem 0;
  }
}
.cont1 .title1 .tit {
  position: relative;
  z-index: 1;
}
.cont1 .asj1at1 {
  padding: 0 7.1428571429%;
  margin-top: 22rem;
}
@media (max-width: 768px) {
  .cont1 .asj1at1 {
    margin-top: 8rem;
    padding: 0;
    gap: 1.5rem 0;
  }
}
.cont1 .asj1at1 li {
  text-align: center;
  width: 25%;
}
@media (max-width: 768px) {
  .cont1 .asj1at1 li {
    width: 50%;
  }
}
.cont1 .asj1at1 li .data {
  color: var(--color-zt);
  font-size: 4rem;
  line-height: 1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont1 .asj1at1 li .data {
    font-size: 2.75rem;
  }
}
.cont1 .asj1at1 li .data .atx {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .cont1 .asj1at1 li .data .atx {
    font-size: 1.5rem;
  }
}
.cont1 .asj1at1 li p {
  color: rgba(2, 9, 14, 0.7);
  font-size: 1.125rem;
  line-height: 1.25em;
  text-transform: capitalize;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont1 .asj1at1 li p {
    font-size: 1.125rem;
    margin-top: 0.35rem;
  }
}

.cont1-a1 .a1_v1 {
  margin: 0 12.8571428571%;
  position: relative;
}
@media (max-width: 768px) {
  .cont1-a1 .a1_v1 {
    margin: 0 auto;
  }
}
.cont1-a1 .a1_v1 u {
  display: block;
  font-size: 0;
}
.cont1-a1 .a1_v1 u img {
  width: 100%;
}
.cont1-a1 .a1_v1 .ash-t1 {
  width: 82%;
  position: absolute;
  left: 7.75%;
  top: 6.5%;
}
.cont1-a1 .a1_v1 .ash-t1 svg {
  width: 100%;
}
.cont1-a1 .a1_v1 .ash-t2 {
  position: absolute;
  right: 18%;
  top: 33%;
  width: 4.7272727273%;
}
.cont1-a1 .a1_v1 .ash-t2 img {
  width: 100%;
}

.cont1-a2 {
  height: 100vh;
  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: 0;
}
@media (max-width: 768px) {
  .cont1-a2 {
    height: auto;
    padding: 2.5rem 0 2rem;
    position: static;
  }
}
.cont1-a2 .wh {
  width: 100%;
}
.cont1-a2 .cont1-a2-v1 {
  padding: 0 14.1428571429%;
  position: relative;
}
@media (max-width: 768px) {
  .cont1-a2 .cont1-a2-v1 {
    padding: 0;
  }
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt {
  position: relative;
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt > u {
  display: block;
  font-size: 0;
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt > u img {
  width: 100%;
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 4rem 8.2995951417%;
  display: block;
}
@media (max-width: 768px) {
  .cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp {
    padding: 2.5rem 8.2995951417%;
  }
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp .as-ast1 i {
  display: block;
  font-size: 0;
  width: 3.75rem;
}
@media (max-width: 768px) {
  .cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp .as-ast1 i {
    width: 2.65rem;
  }
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp .as-ast1 i img {
  width: 100%;
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp .as-ast1 p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.625rem;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp .as-ast1 p {
    font-size: 1.25rem;
    padding-left: 1.25rem;
  }
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp a.more-acx {
  color: #4AA2A3;
  margin-right: 1.5rem;
  background: #fff;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  position: absolute;
  right: 10%;
  bottom: 13%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp a.more-acx i {
  font-size: 2.85rem;
  line-height: 1.5em;
  font-weight: 100;
}
.cont1-a2 .cont1-a2-v1 .cont1-a2-v1-axt .cont1-a2-v1-contp a.more-acx:hover {
  background: #4AA2A3;
  color: #fff;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li {
  position: absolute;
  left: -15%;
  top: 35%;
  width: 40.2142857143%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(2rem) scale(0.96);
     -moz-transform: translateY(2rem) scale(0.96);
      -ms-transform: translateY(2rem) scale(0.96);
       -o-transform: translateY(2rem) scale(0.96);
          transform: translateY(2rem) scale(0.96);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 768px) {
  .cont1-a2 .cont1-a2-v1 .as1_ast1 li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(0.96);
       -moz-transform: translateY(0) scale(0.96);
        -ms-transform: translateY(0) scale(0.96);
         -o-transform: translateY(0) scale(0.96);
            transform: translateY(0) scale(0.96);
    margin-top: 1rem;
    top: 47%;
  }
  .cont1-a2 .cont1-a2-v1 .as1_ast1 li > div {
    -webkit-animation-name: none;
       -moz-animation-name: none;
         -o-animation-name: none;
            animation-name: none;
  }
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li u {
  display: block;
  font-size: 0;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li u img {
  width: 100%;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.5625rem;
}
@media (max-width: 768px) {
  .cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 {
    padding: 5%;
  }
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 .img {
  border-bottom-right-radius: 8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 .img {
    border-bottom-right-radius: 2rem;
  }
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 .img img {
  width: 100%;
  aspect-ratio: 499/358;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 .asjh-xta {
  position: absolute;
  right: 5%;
  top: 13.125%;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding: 0 5%;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 .asjh-xta .tita1 {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 600;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-right: 0.75rem;
}
@media (max-width: 768px) {
  .cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 .asjh-xta .tita1 {
    font-size: 1.25rem;
    display: none;
  }
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 .asjh-xta .xgzt {
  width: 2.4375rem;
  font-size: 0;
  margin-top: 0.25rem;
  margin-left: auto;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li .cont-xa1 .asjh-xta .xgzt img {
  width: 100%;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li:nth-child(2) {
  left: auto;
  right: -15%;
  top: 36%;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li:nth-child(2) .cont-xa1 .img {
  border-top-left-radius: 8rem;
  border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
  .cont1-a2 .cont1-a2-v1 .as1_ast1 li:nth-child(2) .cont-xa1 .img {
    border-top-left-radius: 2rem;
  }
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li:nth-child(2) .cont-xa1 .asjh-xta {
  top: auto;
  bottom: 15%;
  padding-left: 17%;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li:nth-child(2) .cont-xa1 .asjh-xta .tita1 {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0;
}
.cont1-a2 .cont1-a2-v1 .as1_ast1 li:nth-child(2) .cont-xa1 .asjh-xta .xgzt {
  margin-left: 0;
}

@-webkit-keyframes up-down-move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes up-down-move {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-1rem);
         transform: translateY(-1rem);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes up-down-move {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-1rem);
       transform: translateY(-1rem);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes up-down-move {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
       -moz-transform: translateY(-1rem);
         -o-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes left-right-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes left-right-move {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-1rem);
         transform: translateX(-1rem);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@-o-keyframes left-right-move {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  50% {
    -o-transform: translateX(-1rem);
       transform: translateX(-1rem);
  }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
@keyframes left-right-move {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1rem);
       -moz-transform: translateX(-1rem);
         -o-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.up-down-move {
  -webkit-animation-duration: 2.3s;
     -moz-animation-duration: 2.3s;
       -o-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-name: up-down-move;
     -moz-animation-name: up-down-move;
       -o-animation-name: up-down-move;
          animation-name: up-down-move;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

.left-right-move {
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-animation-name: left-right-move;
     -moz-animation-name: left-right-move;
       -o-animation-name: left-right-move;
          animation-name: left-right-move;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

.sy-body {
  overflow: visible;
}
@media (max-width: 990px) {
  .sy-body {
    padding-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .sy-body {
    overflow: hidden;
  }
}

.cont2-top1 {
  position: sticky;
  top: 0;
}

.cont2 {
  overflow: hidden;
}
.cont2 .a2-acxt1 {
  position: relative;
}
.cont2 .a2v1 {
  width: 100%;
  height: 100vh;
  background: #CDE7E7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.cont2 .a2v1 u {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 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%);
}
.cont2 .a2v1 u svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont2 .a2v1 u svg path {
  vector-effect: non-scaling-stroke;
}
.cont2 .a2v1 u img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont2 .a2v1 .ash1-at1 li {
  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%;
  z-index: 1;
}
.cont2 .a2v1 .ash1-at1 li .tit {
  color: #4AA2A3;
  font-size: 3.5416666667vw;
  font-weight: 700;
  line-height: 0;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .ash1-at1 li .tit {
    -webkit-transform: scale(1.75);
       -moz-transform: scale(1.75);
        -ms-transform: scale(1.75);
         -o-transform: scale(1.75);
            transform: scale(1.75);
  }
}
.cont2 .a2v2 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.cont2 .a2v2 .bs-bj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.cont2 .a2v2 .imgad1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont2 .a2v2 .imgad1::after, .cont2 .a2v2 .imgad1::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cont2 .a2v2 .imgad1 img {
  width: 100%;
}
.cont2 .a2v2 .img {
  width: 100%;
}
.cont2 .a2v2 .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont2 .a2v2 .cont-pxa {
  width: 100%;
  padding: 0 var(--cbasta);
  position: absolute;
  left: 0;
  bottom: 11%;
  color: #465153;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .cont-pxa {
    bottom: 6%;
  }
}
.cont2 .a2v2 .cont-pxa .tit {
  font-size: 2.25rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .cont-pxa .tit {
    font-size: 2rem;
  }
}
.cont2 .a2v2 .cont-pxa .txt {
  font-size: 1.875rem;
  line-height: 1.25em;
  margin-top: 1rem;
  padding-right: 62.7142857143%;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .cont-pxa .txt {
    padding-right: 0;
    font-size: 1.125rem;
  }
}

.cont3 {
  margin-top: -100vh;
  padding-top: 10.625rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .cont3 {
    padding-top: 4rem;
  }
}
.cont3 .cont3-inner {
  position: relative;
  will-change: transform;
}
.cont3 .a3v1 .title1 {
  width: 50%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .title1 {
    width: 100%;
  }
}
.cont3 .a3v1 .p1-txt {
  width: 50%;
  color: rgba(1, 11, 14, 0.7);
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  border-left: 1px solid #4CA1A3;
  padding: 1.85rem 0;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .p1-txt {
    width: 100%;
    border-left: none;
    padding: 1.25rem 0;
    font-size: 1.125rem;
  }
}
.cont3 .a3v2 .a3v2-c1 {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2-c1 {
    margin-top: 0.5rem;
  }
}
.cont3 .a3v2 .a3v2-c1 .wh1 {
  width: 100%;
}
.cont3 .a3v2 .a3v2-c1 .as_st1 li {
  width: 49.5702005731%;
  position: relative;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2-c1 .as_st1 li {
    width: 100%;
  }
  .cont3 .a3v2 .a3v2-c1 .as_st1 li + li {
    margin-top: 1.25rem;
  }
}
.cont3 .a3v2 .a3v2-c1 .as_st1 li a {
  display: block;
}
.cont3 .a3v2 .a3v2-c1 .as_st1 li u {
  display: block;
  font-size: 0;
}
.cont3 .a3v2 .a3v2-c1 .as_st1 li u img {
  width: 100%;
}
.cont3 .a3v2 .a3v2-c1 .as_st1 li .cont-pxa {
  position: absolute;
  left: 0;
  top: 3.85rem;
  width: 100%;
  padding: 0 7%;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2-c1 .as_st1 li .cont-pxa {
    top: 2rem;
  }
}
.cont3 .a3v2 .a3v2-c1 .as_st1 li .cont-pxa .tit {
  color: #02090E;
  font-size: 1.6875rem;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: capitalize;
}
.cont3 .a3v2 .a3v2-c1 .as_st1 li .cont-pxa .p {
  color: rgba(1, 11, 14, 0.4);
  font-size: 1.25rem;
  line-height: 1.4545454545em;
  margin-top: 0.25rem;
}

.a3v2-c2 {
  padding: 18.5rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .a3v2-c2 {
    padding: 5rem 0 2.5rem;
  }
}
.a3v2-c2 .shgca {
  position: relative;
  --kesw: 17.5%;
}
.a3v2-c2 .shgca > u {
  display: block;
  width: -webkit-calc(100% - var(--kesw));
  width: -moz-calc(100% - var(--kesw));
  width: calc(100% - var(--kesw));
  position: absolute;
  right: -webkit-calc(var(--kesw) / 2);
  right: -moz-calc(var(--kesw) / 2);
  right: calc(var(--kesw) / 2);
  bottom: 100%;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca > u {
    bottom: -webkit-calc(var(--kesw) / 2);
    bottom: -moz-calc(var(--kesw) / 2);
    bottom: calc(var(--kesw) / 2);
    right: 9.5%;
    width: 21%;
  }
}
.a3v2-c2 .shgca > u img {
  width: 100%;
}
.a3v2-c2 .shgca .as1t1 {
  position: relative;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .as1t1 {
    width: 39%;
    margin: 0 auto;
  }
}
.a3v2-c2 .shgca .as1t1 li {
  width: var(--kesw);
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: translateY(2.5rem) scale(0.88);
     -moz-transform: translateY(2.5rem) scale(0.88);
      -ms-transform: translateY(2.5rem) scale(0.88);
       -o-transform: translateY(2.5rem) scale(0.88);
          transform: translateY(2.5rem) scale(0.88);
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .as1t1 li {
    width: 100%;
  }
}
.a3v2-c2 .shgca .as1t1 li u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .as1t1 li u {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.a3v2-c2 .shgca .as1t1 li u img {
  width: 100%;
}
.a3v2-c2 .shgca .as1t1 li .weja-ca {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: rgba(74, 162, 163, 0.1);
  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;
  -webkit-transition: background-color 0.45s ease, box-shadow 0.45s ease;
  -o-transition: background-color 0.45s ease, box-shadow 0.45s ease;
  -moz-transition: background-color 0.45s ease, box-shadow 0.45s ease;
  transition: background-color 0.45s ease, box-shadow 0.45s ease;
}
.a3v2-c2 .shgca .as1t1 li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.4375rem;
  height: 0.4375rem;
  background: #FFC844;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .as1t1 li::after {
    left: auto;
    right: 0;
    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%);
  }
}
.a3v2-c2 .shgca .as1t1 li:nth-child(n+3)::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
     -moz-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
       -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 0.4375rem;
  height: 0.4375rem;
  background: #FFC844;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 50%) scaleX(0);
     -moz-transform: translate(-50%, 50%) scaleX(0);
      -ms-transform: translate(-50%, 50%) scaleX(0);
       -o-transform: translate(-50%, 50%) scaleX(0);
          transform: translate(-50%, 50%) scaleX(0);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.45s ease;
  -o-transition: opacity 0.35s ease, -o-transform 0.45s ease;
  -moz-transition: opacity 0.35s ease, transform 0.45s ease, -moz-transform 0.45s ease;
  transition: opacity 0.35s ease, transform 0.45s ease;
  transition: opacity 0.35s ease, transform 0.45s ease, -webkit-transform 0.45s ease, -moz-transform 0.45s ease, -o-transform 0.45s ease;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .as1t1 li:nth-child(n+3)::before {
    right: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%) scaleX(0);
       -moz-transform: translate(50%, -50%) scaleX(0);
        -ms-transform: translate(50%, -50%) scaleX(0);
         -o-transform: translate(50%, -50%) scaleX(0);
            transform: translate(50%, -50%) scaleX(0);
  }
}
.a3v2-c2 .shgca .as1t1 li:nth-child(n+3) .weja-ca {
  background: rgba(74, 162, 163, 0.1);
}
.a3v2-c2 .shgca .as1t1 li + li {
  margin-left: -1.125%;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .as1t1 li + li {
    margin-left: 0;
    margin-top: -1rem;
  }
}
.a3v2-c2 .shgca .as1t1 li i {
  display: block;
  font-size: 0;
  width: 2.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .as1t1 li i {
    width: 32%;
  }
}
.a3v2-c2 .shgca .as1t1 li i img {
  width: 100%;
}
.a3v2-c2 .shgca .as1t1 li .tit {
  color: #465153;
  font-size: 1rem;
  line-height: 1.5em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  text-align: center;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .as1t1 li .tit {
    font-size: 0.75rem;
  }
}
.a3v2-c2 .shgca .as1t1 li:hover .tit {
  color: #123643;
}
.a3v2-c2 .shgca .xiant1 {
  position: absolute;
  right: -webkit-calc(var(--kesw) / 2);
  right: -moz-calc(var(--kesw) / 2);
  right: calc(var(--kesw) / 2);
  bottom: 0;
  width: 50%;
  border-bottom: 1px dashed #FFC844;
  opacity: 0;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .xiant1 {
    right: auto;
    left: 30.5%;
    bottom: -webkit-calc(var(--kesw) / 2);
    bottom: -moz-calc(var(--kesw) / 2);
    bottom: calc(var(--kesw) / 2);
    width: 1px;
    height: 50%;
    border: none;
    background: #FFC844;
  }
}
.a3v2-c2 .shgca .ast-at1 {
  position: absolute;
  left: -3%;
  bottom: 89%;
  color: #02090E;
  width: 49%;
  opacity: 0;
  -webkit-transform: translateY(2rem);
     -moz-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
       -o-transform: translateY(2rem);
          transform: translateY(2rem);
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at1 {
    left: auto;
    right: -18%;
    bottom: 93%;
  }
}
.a3v2-c2 .shgca .ast-at1 .ast1-a {
  width: 24.0524781341%;
  text-align: right;
  padding: 1.5rem 0 5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at1 .ast1-a {
    padding: 0;
    width: 50%;
  }
}
.a3v2-c2 .shgca .ast-at1 .ast1-a .tit {
  font-size: 2.125rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at1 .ast1-a .tit {
    font-size: 1.35rem;
  }
}
.a3v2-c2 .shgca .ast-at1 .ast1-a .ftit {
  font-size: 1rem;
  line-height: 1.5em;
  color: rgba(1, 11, 14, 0.7);
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at1 .ast1-a .ftit {
    font-size: 0.875rem;
  }
}
.a3v2-c2 .shgca .ast-at1 .ast2-b {
  width: 75.8017492711%;
  padding: 2rem 0 5rem;
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at1 .ast2-b {
    display: none;
  }
}
.a3v2-c2 .shgca .ast-at1 .ast2-b .ftit1 {
  font-size: 1.25rem;
  font-weight: 600;
}
.a3v2-c2 .shgca .ast-at1 .ast2-b .ftxt {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
  color: rgba(1, 11, 14, 0.7);
}
.a3v2-c2 .shgca .ast-at1 b {
  background: #CDE6E7;
  color: #123643;
  font-size: 0.875rem;
  line-height: 3.0625rem;
  height: 3.0625rem;
  width: 3.0625rem;
  text-align: center;
  border-radius: 50%;
  font-weight: 200;
  position: absolute;
  left: 20.5%;
  bottom: 0;
}
.a3v2-c2 .shgca .ast-at2 {
  position: absolute;
  right: -4.5%;
  top: 95%;
  color: #010B0E;
  width: 43.7142857143%;
  opacity: 0;
  -webkit-transform: translateY(2rem);
     -moz-transform: translateY(2rem);
      -ms-transform: translateY(2rem);
       -o-transform: translateY(2rem);
          transform: translateY(2rem);
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at2 {
    right: 0;
    left: 2%;
    top: 83%;
  }
}
.a3v2-c2 .shgca .ast-at2 .asht1 {
  position: absolute;
  right: 10.5%;
  top: 0;
  width: 23%;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at2 .asht1 {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 37%;
    width: 30%;
    top: 108%;
  }
}
.a3v2-c2 .shgca .ast-at2 .asht1 img {
  width: 100%;
}
.a3v2-c2 .shgca .ast-at2 .ast1-a {
  width: 31.3725490196%;
  padding: 7rem 0 5rem;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at2 .ast1-a {
    padding: 0;
    width: 80%;
  }
}
.a3v2-c2 .shgca .ast-at2 .ast1-a .tit {
  font-size: 2.125rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at2 .ast1-a .tit {
    font-size: 1.35rem;
  }
}
.a3v2-c2 .shgca .ast-at2 .ast1-a .ftit {
  font-size: 1rem;
  line-height: 1.5em;
  color: rgba(1, 11, 14, 0.7);
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at2 .ast1-a .ftit {
    font-size: 0.875rem;
  }
}
.a3v2-c2 .shgca .ast-at2 .ast2-b {
  width: 68.6274509804%;
  padding: 7.5rem 0 5rem;
  padding-right: 2.5rem;
  text-align: right;
}
@media (max-width: 768px) {
  .a3v2-c2 .shgca .ast-at2 .ast2-b {
    display: none;
  }
}
.a3v2-c2 .shgca .ast-at2 .ast2-b .ftit1 {
  font-size: 1.25rem;
  font-weight: 600;
}
.a3v2-c2 .shgca .ast-at2 .ast2-b .ftxt {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
  color: rgba(1, 11, 14, 0.7);
}
.a3v2-c2 .shgca .ast-at2 b {
  background: #FFFFFF;
  color: #123643;
  font-size: 0.875rem;
  line-height: 3.0625rem;
  height: 3.0625rem;
  width: 3.0625rem;
  text-align: center;
  border-radius: 50%;
  font-weight: 200;
  position: absolute;
  left: 27.5%;
  top: -1%;
}
.a3v2-c2.scroll-on .ast-at1 {
  -webkit-animation: sect2FadeUp 0.7s ease forwards;
     -moz-animation: sect2FadeUp 0.7s ease forwards;
       -o-animation: sect2FadeUp 0.7s ease forwards;
          animation: sect2FadeUp 0.7s ease forwards;
}
.a3v2-c2.scroll-on .as1t1 li {
  -webkit-animation: sect2CircleIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
     -moz-animation: sect2CircleIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
       -o-animation: sect2CircleIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: sect2CircleIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(1) {
  -webkit-animation-delay: 0.45s;
     -moz-animation-delay: 0.45s;
       -o-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(2) {
  -webkit-animation-delay: 0.65s;
     -moz-animation-delay: 0.65s;
       -o-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(3) {
  -webkit-animation-delay: 0.85s;
     -moz-animation-delay: 0.85s;
       -o-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(4) {
  -webkit-animation-delay: 1.05s;
     -moz-animation-delay: 1.05s;
       -o-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(5) {
  -webkit-animation-delay: 1.25s;
     -moz-animation-delay: 1.25s;
       -o-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(6) {
  -webkit-animation-delay: 1.45s;
     -moz-animation-delay: 1.45s;
       -o-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(n+3) .weja-ca {
  -webkit-animation: sect2CircleHighlight 0.45s ease forwards;
     -moz-animation: sect2CircleHighlight 0.45s ease forwards;
       -o-animation: sect2CircleHighlight 0.45s ease forwards;
          animation: sect2CircleHighlight 0.45s ease forwards;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(n+3)::before {
  -webkit-animation: sect2LineDotIn 0.4s ease forwards;
     -moz-animation: sect2LineDotIn 0.4s ease forwards;
       -o-animation: sect2LineDotIn 0.4s ease forwards;
          animation: sect2LineDotIn 0.4s ease forwards;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(3) .weja-ca {
  -webkit-animation-delay: 1.95s;
     -moz-animation-delay: 1.95s;
       -o-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(3)::before {
  -webkit-animation-delay: 1.95s;
     -moz-animation-delay: 1.95s;
       -o-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(4) .weja-ca {
  -webkit-animation-delay: 2.05s;
     -moz-animation-delay: 2.05s;
       -o-animation-delay: 2.05s;
          animation-delay: 2.05s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(4)::before {
  -webkit-animation-delay: 2.05s;
     -moz-animation-delay: 2.05s;
       -o-animation-delay: 2.05s;
          animation-delay: 2.05s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(5) .weja-ca {
  -webkit-animation-delay: 2.15s;
     -moz-animation-delay: 2.15s;
       -o-animation-delay: 2.15s;
          animation-delay: 2.15s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(5)::before {
  -webkit-animation-delay: 2.15s;
     -moz-animation-delay: 2.15s;
       -o-animation-delay: 2.15s;
          animation-delay: 2.15s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(6) .weja-ca {
  -webkit-animation-delay: 2.25s;
     -moz-animation-delay: 2.25s;
       -o-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.a3v2-c2.scroll-on .as1t1 li:nth-child(6)::before {
  -webkit-animation-delay: 2.25s;
     -moz-animation-delay: 2.25s;
       -o-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.a3v2-c2.scroll-on .xiant1 {
  -webkit-animation: sect2LineGrow 0.55s ease forwards;
     -moz-animation: sect2LineGrow 0.55s ease forwards;
       -o-animation: sect2LineGrow 0.55s ease forwards;
          animation: sect2LineGrow 0.55s ease forwards;
  -webkit-animation-delay: 2.25s;
     -moz-animation-delay: 2.25s;
       -o-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.a3v2-c2.scroll-on .ast-at2 {
  -webkit-animation: sect2FadeUp 0.7s ease forwards;
     -moz-animation: sect2FadeUp 0.7s ease forwards;
       -o-animation: sect2FadeUp 0.7s ease forwards;
          animation: sect2FadeUp 0.7s ease forwards;
  -webkit-animation-delay: 2.6s;
     -moz-animation-delay: 2.6s;
       -o-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

@-webkit-keyframes sect2FadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes sect2FadeUp {
  from {
    opacity: 0;
    -moz-transform: translateY(2rem);
         transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes sect2FadeUp {
  from {
    opacity: 0;
    -o-transform: translateY(2rem);
       transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes sect2FadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
       -moz-transform: translateY(2rem);
         -o-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes sect2CircleIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(2.5rem) scale(0.88);
            transform: translateY(2.5rem) scale(0.88);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-moz-keyframes sect2CircleIn {
  from {
    opacity: 0;
    -moz-transform: translateY(2.5rem) scale(0.88);
         transform: translateY(2.5rem) scale(0.88);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0) scale(1);
         transform: translateY(0) scale(1);
  }
}
@-o-keyframes sect2CircleIn {
  from {
    opacity: 0;
    -o-transform: translateY(2.5rem) scale(0.88);
       transform: translateY(2.5rem) scale(0.88);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0) scale(1);
       transform: translateY(0) scale(1);
  }
}
@keyframes sect2CircleIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(2.5rem) scale(0.88);
       -moz-transform: translateY(2.5rem) scale(0.88);
         -o-transform: translateY(2.5rem) scale(0.88);
            transform: translateY(2.5rem) scale(0.88);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes sect2CircleHighlight {
  from {
    background: rgba(74, 162, 163, 0.1);
    box-shadow: none;
  }
  to {
    background: rgba(255, 200, 68, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 200, 68, 0.2) inset;
  }
}
@-moz-keyframes sect2CircleHighlight {
  from {
    background: rgba(74, 162, 163, 0.1);
    box-shadow: none;
  }
  to {
    background: rgba(255, 200, 68, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 200, 68, 0.2) inset;
  }
}
@-o-keyframes sect2CircleHighlight {
  from {
    background: rgba(74, 162, 163, 0.1);
    box-shadow: none;
  }
  to {
    background: rgba(255, 200, 68, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 200, 68, 0.2) inset;
  }
}
@keyframes sect2CircleHighlight {
  from {
    background: rgba(74, 162, 163, 0.1);
    box-shadow: none;
  }
  to {
    background: rgba(255, 200, 68, 0.1);
    box-shadow: 0 0 0 1px rgba(255, 200, 68, 0.2) inset;
  }
}
@-webkit-keyframes sect2LineDotIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%) scaleX(0);
            transform: translate(-50%, 50%) scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 50%) scaleX(1);
            transform: translate(-50%, 50%) scaleX(1);
  }
}
@-moz-keyframes sect2LineDotIn {
  from {
    opacity: 0;
    -moz-transform: translate(-50%, 50%) scaleX(0);
         transform: translate(-50%, 50%) scaleX(0);
  }
  to {
    opacity: 1;
    -moz-transform: translate(-50%, 50%) scaleX(1);
         transform: translate(-50%, 50%) scaleX(1);
  }
}
@-o-keyframes sect2LineDotIn {
  from {
    opacity: 0;
    -o-transform: translate(-50%, 50%) scaleX(0);
       transform: translate(-50%, 50%) scaleX(0);
  }
  to {
    opacity: 1;
    -o-transform: translate(-50%, 50%) scaleX(1);
       transform: translate(-50%, 50%) scaleX(1);
  }
}
@keyframes sect2LineDotIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%) scaleX(0);
       -moz-transform: translate(-50%, 50%) scaleX(0);
         -o-transform: translate(-50%, 50%) scaleX(0);
            transform: translate(-50%, 50%) scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 50%) scaleX(1);
       -moz-transform: translate(-50%, 50%) scaleX(1);
         -o-transform: translate(-50%, 50%) scaleX(1);
            transform: translate(-50%, 50%) scaleX(1);
  }
}
@-webkit-keyframes sect2LineGrow {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-moz-keyframes sect2LineGrow {
  from {
    opacity: 0;
    -moz-transform: scaleX(0);
         transform: scaleX(0);
  }
  to {
    opacity: 1;
    -moz-transform: scaleX(1);
         transform: scaleX(1);
  }
}
@-o-keyframes sect2LineGrow {
  from {
    opacity: 0;
    -o-transform: scaleX(0);
       transform: scaleX(0);
  }
  to {
    opacity: 1;
    -o-transform: scaleX(1);
       transform: scaleX(1);
  }
}
@keyframes sect2LineGrow {
  from {
    opacity: 0;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-moz-keyframes wave {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
  }
}
@-o-keyframes wave {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes frontBob {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -12px;
  }
}
@-moz-keyframes frontBob {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -12px;
  }
}
@-o-keyframes frontBob {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -12px;
  }
}
@keyframes frontBob {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -12px;
  }
}
@-webkit-keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
            transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(20%, 12%);
            transform: translate(20%, 12%);
  }
  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(20%, 12%);
         transform: translate(20%, 12%);
  }
  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(20%, 12%);
       transform: translate(20%, 12%);
  }
  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(20%, 12%);
       -moz-transform: translate(20%, 12%);
         -o-transform: translate(20%, 12%);
            transform: translate(20%, 12%);
  }
  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(20%, -20%);
            transform: translate(20%, -20%);
  }
  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(20%, -20%);
         transform: translate(20%, -20%);
  }
  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(20%, -20%);
       transform: translate(20%, -20%);
  }
  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(20%, -20%);
       -moz-transform: translate(20%, -20%);
         -o-transform: translate(20%, -20%);
            transform: translate(20%, -20%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
       -moz-transform: translate(10%, -10%);
         -o-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
}
.cont4 {
  background: #fff;
  padding: 10.625rem 0 2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 4.25rem 0 1.25rem;
  }
}
.cont4 .wh {
  position: relative;
  z-index: 3;
}
.cont4 .ast1-s li {
  position: absolute;
  z-index: 1;
}
.cont4 .ast1-s li img {
  width: 100%;
}
.cont4 .ast1-s li:nth-child(1) {
  width: 10.4166666667%;
  left: 25%;
  top: 36%;
  -webkit-animation: gradientMove 7s infinite alternate;
     -moz-animation: gradientMove 7s infinite alternate;
       -o-animation: gradientMove 7s infinite alternate;
          animation: gradientMove 7s infinite alternate;
}
.cont4 .ast1-s li:nth-child(2) {
  width: 19.2708333333%;
  left: 35%;
  top: 38%;
  opacity: 0.65;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.cont4 .ast1-s li:nth-child(3) {
  width: 9.375%;
  left: 16%;
  top: 60%;
  -webkit-animation: gradientMove 10s infinite alternate;
     -moz-animation: gradientMove 10s infinite alternate;
       -o-animation: gradientMove 10s infinite alternate;
          animation: gradientMove 10s infinite alternate;
}
.cont4 .ast1-s li:nth-child(4) {
  width: 14.375%;
  right: 10%;
  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 .ast1-s li:nth-child(5) {
  width: 14.375%;
  right: 20%;
  top: 56%;
  -webkit-animation: gradientMove1 7s infinite alternate;
     -moz-animation: gradientMove1 7s infinite alternate;
       -o-animation: gradientMove1 7s infinite alternate;
          animation: gradientMove1 7s infinite alternate;
}
.cont4 .ast1-s li:nth-child(6) {
  width: 12.7083333333%;
  right: 40%;
  top: 75%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
.cont4 .ast1-s li:nth-child(7) {
  width: 12.9166666667%;
  right: -5%;
  top: 72%;
  -webkit-animation: gradientMove 8s infinite alternate;
     -moz-animation: gradientMove 8s infinite alternate;
       -o-animation: gradientMove 8s infinite alternate;
          animation: gradientMove 8s infinite alternate;
}
.cont4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(293deg, rgba(205, 231, 231, 0) 2.49%, #CDE7E7 85.33%);
  background: -moz-linear-gradient(293deg, rgba(205, 231, 231, 0) 2.49%, #CDE7E7 85.33%);
  background: -o-linear-gradient(293deg, rgba(205, 231, 231, 0) 2.49%, #CDE7E7 85.33%);
  background: linear-gradient(157deg, rgba(205, 231, 231, 0) 2.49%, #CDE7E7 85.33%);
}
.cont4 .title1 {
  width: 49.8571428571%;
}
@media (max-width: 768px) {
  .cont4 .title1 {
    margin-left: 0;
    width: 100%;
  }
}
.cont4 .title1 .tit {
  font-weight: 600;
}
.cont4 .p1-txt {
  width: 45%;
  color: rgba(1, 11, 14, 0.7);
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: 10%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont4 .p1-txt {
    margin-left: 0;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    width: 100%;
  }
}
.cont4 .p1-txt .ftita1 {
  color: #465153;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 0.3em;
}
@media (max-width: 768px) {
  .cont4 .p1-txt .ftita1 {
    font-size: 1.35rem;
  }
}
.cont4 .p1-txt a.more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont4 .p1-txt a.more-b {
    margin-top: 1.25rem;
  }
}
.cont4 .a4v1 {
  height: 74vh;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20vh;
}
@media (max-width: 768px) {
  .cont4 .a4v1 {
    margin-top: 1rem;
    height: auto;
    padding-bottom: 1.5rem;
  }
}
.cont4 .a4v1 a.more-xa1 {
  border: 1px solid #C1DDC3;
  width: 8.125rem;
  height: 8.125rem;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 20;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.25s;
  transition: box-shadow 0.3s, -webkit-transform 0.25s;
  -o-transition: box-shadow 0.3s, -o-transform 0.25s;
  -moz-transition: box-shadow 0.3s, transform 0.25s, -moz-transform 0.25s;
  transition: box-shadow 0.3s, transform 0.25s;
  transition: box-shadow 0.3s, transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
  margin-left: -11%;
  margin-top: -7%;
}
.cont4 .a4v1 a.more-xa1:hover {
  box-shadow: 0 6px 24px rgba(74, 162, 163, 0.18);
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}
.cont4 .a4v1 a.more-xa1 i {
  font-size: 1.65rem;
  color: #4AA2A3;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cont4 .a4v1 a.more-xa1 {
    display: none;
  }
}
.cont4 .a4v1 .as1_adt1 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .as1_adt1 {
    position: static;
  }
}
.cont4 .a4v1 .as1_adt1 li {
  width: clamp(17.5rem, 47.07%, 41.1875rem);
  border-radius: 18rem;
  border: 1px solid #C1DDC3;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  padding: 3rem 6%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  -webkit-transition: left 1.2s cubic-bezier(0.22, 1, 0.36, 1), top 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, z-index 0s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: left 1.2s cubic-bezier(0.22, 1, 0.36, 1), top 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, z-index 0s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: left 1.2s cubic-bezier(0.22, 1, 0.36, 1), top 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, z-index 0s, -o-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: left 1.2s cubic-bezier(0.22, 1, 0.36, 1), top 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, z-index 0s, -moz-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: left 1.2s cubic-bezier(0.22, 1, 0.36, 1), top 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, z-index 0s;
  transition: left 1.2s cubic-bezier(0.22, 1, 0.36, 1), top 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease, z-index 0s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -moz-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -o-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity, left, top;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
@media (max-width: 768px) {
  .cont4 .a4v1 .as1_adt1 li {
    border-radius: 8rem;
    padding: 1.25rem 8%;
    width: 100%;
    position: static;
    margin-top: 1rem;
  }
}
.cont4 .a4v1 .as1_adt1 li i {
  display: block;
  font-size: 0;
  width: 5.625rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .as1_adt1 li i {
    width: 3rem;
  }
}
.cont4 .a4v1 .as1_adt1 li i img {
  max-width: inherit;
  height: 1.875rem;
  -webkit-animation: wave 5s linear infinite;
     -moz-animation: wave 5s linear infinite;
       -o-animation: wave 5s linear infinite;
          animation: wave 5s linear infinite;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .as1_adt1 li i img {
    height: 1.5rem;
  }
}
.cont4 .a4v1 .as1_adt1 li .cont-p {
  width: -webkit-calc(95% - 5.625rem);
  width: -moz-calc(95% - 5.625rem);
  width: calc(95% - 5.625rem);
  color: #010B0E;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .as1_adt1 li .cont-p {
    width: -webkit-calc(92% - 3rem);
    width: -moz-calc(92% - 3rem);
    width: calc(92% - 3rem);
  }
}
.cont4 .a4v1 .as1_adt1 li .cont-p .tit {
  font-size: 2.5rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .as1_adt1 li .cont-p .tit {
    font-size: 1.25rem;
    line-height: 1.35em;
  }
}
.cont4 .a4v1 .as1_adt1 li .cont-p .txt {
  font-size: 1.9688rem;
  line-height: 1.5em;
}
.cont4 .a4v1 .as1_adt1 li.slot-hidden {
  left: 0%;
  top: 15%;
  -webkit-transform: rotate(0deg) scale(0.45) !important;
     -moz-transform: rotate(0deg) scale(0.45) !important;
      -ms-transform: rotate(0deg) scale(0.45) !important;
       -o-transform: rotate(0deg) scale(0.45) !important;
          transform: rotate(0deg) scale(0.45) !important;
  opacity: 0 !important;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: none !important;
  -o-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.cont4 .a4v1 .as1_adt1 li.slot-exit {
  left: 88%;
  top: 62%;
  -webkit-transform: rotate(0deg) scale(0.38) !important;
     -moz-transform: rotate(0deg) scale(0.38) !important;
      -ms-transform: rotate(0deg) scale(0.38) !important;
       -o-transform: rotate(0deg) scale(0.38) !important;
          transform: rotate(0deg) scale(0.38) !important;
  opacity: 0 !important;
  z-index: 0;
  pointer-events: none;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.cont4 .a4v1 .as1_adt1 li.slot-back {
  left: 6%;
  top: 5%;
  -webkit-transform: rotate(0deg) scale(0.62) !important;
     -moz-transform: rotate(0deg) scale(0.62) !important;
      -ms-transform: rotate(0deg) scale(0.62) !important;
       -o-transform: rotate(0deg) scale(0.62) !important;
          transform: rotate(0deg) scale(0.62) !important;
  opacity: 0.2 !important;
  z-index: 1;
  pointer-events: none;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.cont4 .a4v1 .as1_adt1 li.slot-middle {
  left: 48%;
  top: 29%;
  -webkit-transform: rotate(0deg) scale(0.78) !important;
     -moz-transform: rotate(0deg) scale(0.78) !important;
      -ms-transform: rotate(0deg) scale(0.78) !important;
       -o-transform: rotate(0deg) scale(0.78) !important;
          transform: rotate(0deg) scale(0.78) !important;
  opacity: 0.6 !important;
  z-index: 2;
  pointer-events: none;
  -webkit-filter: blur(1.5px);
          filter: blur(1.5px);
}
.cont4 .a4v1 .as1_adt1 li.slot-front {
  left: 0%;
  top: 63%;
  -webkit-transform: rotate(0deg) scale(1) !important;
     -moz-transform: rotate(0deg) scale(1) !important;
      -ms-transform: rotate(0deg) scale(1) !important;
       -o-transform: rotate(0deg) scale(1) !important;
          transform: rotate(0deg) scale(1) !important;
  opacity: 1 !important;
  z-index: 3;
  pointer-events: auto;
  -webkit-animation: frontBob 5s ease-in-out infinite;
     -moz-animation: frontBob 5s ease-in-out infinite;
       -o-animation: frontBob 5s ease-in-out infinite;
          animation: frontBob 5s ease-in-out infinite;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.cont5 {
  overflow: hidden;
  background: #fff;
}
.cont5 .a5-acxt1 {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cont5 .a5-acxt1 .a5v1 {
  position: relative;
  --a5-bg: url('../images/bj5.jpg');
}
.cont5 .a5-acxt1 .a5v1 .img.bg-layer {
  width: 100vw;
  height: 100vh;
  inset: 0;
  background-image: var(--a5-bg);
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v1 .img.bg-layer {
    height: auto;
    aspect-ratio: 375/209;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont5 .a5-acxt1 .a5v1 .cont-sx1 {
  width: 43.75%;
  position: absolute;
  left: 0;
  top: 0;
  backdrop-filter: blur(35px);
  background: rgba(255, 255, 255, 0.35);
  height: 100vh;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v1 .cont-sx1 {
    height: auto;
    width: 100%;
    position: static;
    background: transparent;
    backdrop-filter: blur(0);
  }
}
.cont5 .a5-acxt1 .a5v1 .cont-sx1 .logo-mask {
  position: absolute;
  inset: 0;
  background-image: var(--a5-bg);
  -o-background-size: cover;
     background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../images/flogo.svg");
          mask-image: url("../images/flogo.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 23.3125rem 7.125rem;
          mask-size: 23.3125rem 7.125rem;
  -webkit-mask-position: 82% 38%;
          mask-position: 82% 38%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v1 .cont-sx1 .logo-mask {
    -webkit-mask-size: 12.5rem 3.8125rem;
            mask-size: 12.5rem 3.8125rem;
    -webkit-mask-position: 82% 17%;
            mask-position: 82% 17%;
    display: none;
  }
}
.cont5 .a5-acxt1 .a5v1 .cont-sx1 u {
  display: block;
  width: 100%;
}
.cont5 .a5-acxt1 .a5v1 .cont-sx1 u img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont5 .a5-acxt1 .a5v1 .cont-sx1 .cont-p {
  position: absolute;
  left: -webkit-calc(var(--cbasta) * 2);
  left: -moz-calc(var(--cbasta) * 2);
  left: calc(var(--cbasta) * 2);
  bottom: 10%;
  color: #465153;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v1 .cont-sx1 .cont-p {
    position: static;
    padding: 1rem 4%;
  }
}
.cont5 .a5-acxt1 .a5v1 .cont-sx1 .cont-p .tit {
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v1 .cont-sx1 .cont-p .tit {
    font-size: 1.8rem;
  }
}
.cont5 .a5-acxt1 .a5v1 .cont-sx1 .cont-p .txt {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 0.25rem 0 1rem;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v1 .cont-sx1 .cont-p .txt {
    font-size: 1.125rem;
  }
}
.cont5 .a5-acxt1 .a5v1 .imgax1 {
  position: absolute;
  left: 46.5%;
  top: 48%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v1 .imgax1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 39%;
  }
}
.cont5 .a5-acxt1 .a5v1 .imgax1 img {
  height: 7.25rem;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v1 .imgax1 img {
    height: 3rem;
  }
}
.cont5 .a5-acxt1 .a5v2 > div {
  width: 138.1770833333vw;
  padding: 0 5.4655107426%;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 > div {
    width: 100%;
    padding: 0 4%;
  }
}
.cont5 .a5-acxt1 .a5v2 .a5v2c1 {
  width: 30.6382978723%;
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 .a5v2c1 {
    width: 100%;
    padding-top: 2rem;
  }
}
.cont5 .a5-acxt1 .a5v2 .a5v2c1 .tit {
  color: #02090E;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 .a5v2c1 .tit {
    font-size: 1.75rem;
  }
}
.cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 {
    margin-top: 1.75rem;
  }
}
.cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li {
  width: 28.7769784173%;
  opacity: 0;
  -webkit-transform: translateY(2rem) scale(0.92);
     -moz-transform: translateY(2rem) scale(0.92);
      -ms-transform: translateY(2rem) scale(0.92);
       -o-transform: translateY(2rem) scale(0.92);
          transform: translateY(2rem) scale(0.92);
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    width: 28.7769784173vw;
    height: 28.7769784173vw;
  }
}
.cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li img {
  width: 100%;
}
.cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.lsxa, .cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.hsxa {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px dashed #4AA2A3;
  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;
  padding: 3.2374100719%;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.lsxa, .cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.hsxa {
    padding: 3%;
  }
}
.cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.lsxa .p, .cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.hsxa .p {
  width: 100%;
  height: 100%;
  background: rgba(74, 162, 163, 0.1);
  text-align: center;
  line-height: 1.5em;
  color: #4AA2A3;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.lsxa .p, .cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.hsxa .p {
    font-size: 1.75rem;
  }
}
.cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.hsxa {
  border-color: #FFC844;
}
.cont5 .a5-acxt1 .a5v2 .a5v2c1 .ash1 li.hsxa .p {
  color: #FFC844;
  background: rgba(255, 200, 68, 0.1);
}
.cont5 .a5-acxt1 .a5v2 .a5v2c2 {
  width: 42.5531914894%;
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 .a5v2c2 {
    width: 100%;
    padding-top: 1.85rem;
  }
}
.cont5 .a5-acxt1 .a5v2 .a5v2c2 img {
  width: 100%;
}
.cont5 .a5-acxt1 .a5v2 .a5v2c3 {
  width: 17.6595744681%;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 .a5v2c3 {
    width: 100%;
    padding-bottom: 0;
    margin-top: 1.5rem;
  }
}
.cont5 .a5-acxt1 .a5v2 .a5v2c3 img {
  width: 100%;
}
.cont5 .a5-acxt1 .a5v2 .a5v2c3 p {
  color: #465153;
  font-size: 1.6875rem;
  line-height: 1.25em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont5 .a5-acxt1 .a5v2 .a5v2c3 p {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
.cont5 .a5-acxt1.on .ash1 li {
  -webkit-animation: a5AshItemIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
     -moz-animation: a5AshItemIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
       -o-animation: a5AshItemIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: a5AshItemIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.cont5 .a5-acxt1.on .ash1 li:nth-child(2) {
  -webkit-animation-delay: 0.15s;
     -moz-animation-delay: 0.15s;
       -o-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.cont5 .a5-acxt1.on .ash1 li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
     -moz-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes a5AshItemIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem) scale(0.92);
            transform: translateY(2rem) scale(0.92);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@-moz-keyframes a5AshItemIn {
  from {
    opacity: 0;
    -moz-transform: translateY(2rem) scale(0.92);
         transform: translateY(2rem) scale(0.92);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0) scale(1);
         transform: translateY(0) scale(1);
  }
}

@-o-keyframes a5AshItemIn {
  from {
    opacity: 0;
    -o-transform: translateY(2rem) scale(0.92);
       transform: translateY(2rem) scale(0.92);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0) scale(1);
       transform: translateY(0) scale(1);
  }
}

@keyframes a5AshItemIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem) scale(0.92);
       -moz-transform: translateY(2rem) scale(0.92);
         -o-transform: translateY(2rem) scale(0.92);
            transform: translateY(2rem) scale(0.92);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
         -o-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.cont6-bj {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cont6 {
  position: relative;
  padding: 8rem 0 8rem;
  background: #fff;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 3rem 0 2rem;
  }
}
.cont6 > u {
  display: block;
  font-size: 0;
  width: 73.9583333333%;
  margin-left: -5%;
  position: absolute;
  left: 0;
  top: -30%;
}
.cont6 > u img {
  width: 100%;
}
.cont6 .wh {
  position: relative;
  z-index: 1;
}
.cont6 .title1 {
  margin-left: 12.8571428571%;
}
.cont6 .title1 .tit {
  font-weight: 600;
  color: #02090E;
}
.cont6 .p1-txt {
  width: 34.0714285714%;
  color: #465153;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: 15%;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .cont6 .p1-txt {
    width: 70%;
    font-size: 1.25rem;
    margin-right: 0%;
    margin-top: 1.5rem;
  }
}
.cont6 .p1-txt a.more-b {
  margin-top: 1.5rem;
}
.cont6 .spzsat1 {
  width: 64%;
  margin-left: auto;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .cont6 .spzsat1 {
    width: 100%;
    margin-top: 1.35rem;
  }
}
.cont6 .spzsat1 video {
  width: 100%;
}

.cont7 {
  position: relative;
  overflow: hidden;
}
.cont7 .a7v1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.cont7 .a7v1 > .flex {
  width: 100%;
}
.cont7 .a7v1 .img1 {
  width: 24.4791666667%;
  position: absolute;
  left: 0;
  top: -24.4791666667vw;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .img1 {
    top: 0;
    left: -5vw;
    width: 45%;
  }
}
.cont7 .a7v1 .img1 img {
  width: 100%;
}
.cont7 .a7v1 .img2 {
  width: 33.6458333333%;
  position: absolute;
  right: 0;
  bottom: -33.6458333333vw;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .img2 {
    bottom: 0;
    right: -5vw;
    width: 45%;
  }
}
.cont7 .a7v1 .img2 img {
  width: 100%;
}
.cont7 .a7v1 .a7-ctya1 {
  width: 28.75%;
  margin-left: 32.03125%;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7-ctya1 {
    width: 100%;
    margin-left: 0;
    padding: 0 4%;
  }
}
.cont7 .a7v1 .a7-ctya1 .tit {
  color: #02090E;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7-ctya1 .tit {
    font-size: 2rem;
  }
}
.cont7 .a7v1 .a7-ctya1 .txt {
  color: rgba(1, 11, 14, 0.7);
  font-size: 1.375rem;
  line-height: 1.6em;
  margin: 0.75rem 0 1.5rem;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7-ctya1 .txt {
    font-size: 1.125rem;
  }
}
.cont7 .a7v2 {
  position: relative;
  height: 100vh;
}
.cont7 .a7v2 .a7v2-c1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.cont7 .a7v2 .a7v2-c1 .tit-ast1 {
  position: relative;
  opacity: 0;
  margin-top: 15rem;
}
.cont7 .a7v2 .a7v2-c1 .tit-ast1 .tit {
  color: #02090E;
  font-size: 4.375rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont7 .a7v2 .a7v2-c1 .tit-ast1 .tit {
    font-size: 1.8rem;
  }
}
.cont7 .a7v2 .a7v2-c1 .tit-ast1 .tit-base {
  position: relative;
  z-index: 1;
}
.cont7 .a7v2 .a7v2-c1 .tit-ast1 .tit-fill {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  pointer-events: none;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.cont7 .a7v2 .a7v2-c1 .wehaxa {
  opacity: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cont7 .a7v2 .a7v2-c1 .wehaxa {
    padding: 0 4%;
  }
}
.cont7 .a7v2 .a7v2-c1 .txt {
  color: #FFFFFF;
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  margin: 0.5rem 0 1.25rem;
}
@media (max-width: 768px) {
  .cont7 .a7v2 .a7v2-c1 .txt {
    font-size: 1.125rem;
  }
}
.cont7 .a7v2 .a7v2-c1 a.more-b {
  margin: 0 auto;
}
.cont7 .a7v2 .img {
  width: 100%;
  opacity: 0;
  -webkit-transform-origin: center 75%;
     -moz-transform-origin: center 75%;
      -ms-transform-origin: center 75%;
       -o-transform-origin: center 75%;
          transform-origin: center 75%;
}
.cont7 .a7v2 .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.r2 {
  --vh: 12.71px;
  background-color: #fff;
  height: -webkit-calc(var(--vh, 1vh) * 370);
  height: -moz-calc(var(--vh, 1vh) * 370);
  height: calc(var(--vh, 1vh) * 370);
  overflow: visible;
}
.r2 .startStep {
  width: 100%;
  position: absolute;
  top: -webkit-calc(var(--vh, 1vh) * 200);
  top: -moz-calc(var(--vh, 1vh) * 200);
  top: calc(var(--vh, 1vh) * 200);
  height: -webkit-calc(var(--vh, 1vh) * 150);
  height: -moz-calc(var(--vh, 1vh) * 150);
  height: calc(var(--vh, 1vh) * 150);
  left: 0;
  pointer-events: none;
}
.r2 .inner {
  position: sticky;
  width: 100%;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  left: 0;
  top: 0;
  overflow: hidden;
}
.r2 .inner .img1 {
  position: absolute;
  top: -4.6rem;
  left: 0;
  height: 4.6rem;
  z-index: 30;
}
.r2 .inner .img2 {
  position: absolute;
  top: 100%;
  right: 0;
  height: 4.6rem;
  z-index: 30;
}
.r2 .inner .topic {
  width: 7rem;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.r2 .inner .topic .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 300%;
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: -moz-linear-gradient(bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
}
.r2 .inner .group {
  width: 7rem;
  margin: 0 auto;
  position: absolute;
  z-index: 20;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #fff;
}
.r2 .inner .group .iconBox {
  margin-bottom: 0.4rem;
}
.r2 .inner .group .iconBox .icon {
  margin: 0 0.25rem;
  height: 0.7rem;
}
.r2 .inner .group .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 300%;
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
}
.r2 .inner .group .mk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 31;
  pointer-events: none;
  height: 300%;
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: -moz-linear-gradient(bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
}
.r2 .inner .part {
  z-index: 25;
  opacity: 0;
}
.r2 .inner .part .photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: inset(35% 24vw 15% 24vw round 0);
  clip-path: inset(35% 24vw 15% 24vw round 0);
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
       animation-direction: alternate;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
       animation-play-state: paused;
  -webkit-animation-delay: -webkit-calc(var(--time) * -1s);
  -moz-animation-delay: -moz-calc(var(--time) * -1s);
    -o-animation-delay: calc(var(--time) * -1s);
       animation-delay: calc(var(--time) * -1s);
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
       animation-timing-function: linear;
}
.r2 .inner .part .photo .cg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  opacity: var(--time);
  z-index: 10;
}
.r2 .inner .part .photo .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  -moz-transform-origin: 50% 70%;
    -o-transform-origin: 50% 70%;
       transform-origin: 50% 70%;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
       transform: scale(0.5);
  -webkit-clip-path: inset(-webkit-calc(100% * var(--go)) 0 0 0 round 0);
  clip-path: inset(-moz-calc(100% * var(--go)) 0 0 0 round 0);
  clip-path: inset(calc(100% * var(--go)) 0 0 0 round 0);
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s;
  position: relative;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
       animation-direction: alternate;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
       animation-play-state: paused;
  -webkit-animation-delay: -webkit-calc(var(--time) * -1s);
  -moz-animation-delay: -moz-calc(var(--time) * -1s);
    -o-animation-delay: calc(var(--time) * -1s);
       animation-delay: calc(var(--time) * -1s);
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
       animation-timing-function: linear;
}
.r2 .inner .part .photo .img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.r2 .inner .part .photo .img .layer-ts {
  display: block;
  height: 100%;
  top: 0;
}
.r2 .inner .part .photo .img .layer-ts .svgRect {
  display: block;
  height: 100%;
}
.r2 .inner .part .photo .img .layer-ts .svgRect rect {
  fill: transparent;
  opacity: 0;
}
.r2 .inner .part .clear {
  height: 50%;
  bottom: 15%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.r2 .inner .part .clear .title {
  position: absolute;
  padding-top: 10vw;
  width: 100%;
  bottom: -webkit-calc(100% - 8vw);
  bottom: -moz-calc(100% - 8vw);
  bottom: calc(100% - 8vw);
  padding-bottom: 10vw;
}
.r2 .inner .part .clear .title small {
  display: block;
  position: relative;
  z-index: 5;
}
.r2 .inner .part .clear .title p {
  z-index: 5;
  position: relative;
}
.r2 .inner .part .clear .title .layer-btn {
  position: absolute;
  bottom: 5vw;
  z-index: 5;
  opacity: var(--time);
  width: 1.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #99d2c3;
}
.r2 .inner .part .mk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  pointer-events: none;
  height: 300%;
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 60%);
}

@media screen and (orientation: landscape) {
  .r2 .inner .part .photo {
    -webkit-animation-name: photoFill;
    -moz-animation-name: photoFill;
      -o-animation-name: photoFill;
         animation-name: photoFill;
  }
  .r2 .inner .part .photo .cg {
    height: 24vw;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 65%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 65%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 65%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 65%);
  }
  .r2 .inner .part .photo .img {
    -webkit-animation-name: imgFill;
    -moz-animation-name: imgFill;
      -o-animation-name: imgFill;
         animation-name: imgFill;
  }
}
@media screen and (orientation: portrait) {
  .r2 .inner .part .photo {
    -webkit-animation-name: photoFill_app;
    -moz-animation-name: photoFill_app;
      -o-animation-name: photoFill_app;
         animation-name: photoFill_app;
  }
  .r2 .inner .part .photo .cg {
    height: 80vw;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .r2 .inner .part .photo .img {
    -webkit-animation-name: imgFill_app;
    -moz-animation-name: imgFill_app;
      -o-animation-name: imgFill_app;
         animation-name: imgFill_app;
  }
}
.foot-fot {
  position: relative;
  background: #E0EFF0;
  overflow: hidden;
}
.foot-fot #ripple-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  opacity: 0.1;
}
@media (max-width: 990px) {
  .foot-fot #ripple-canvas {
    pointer-events: none;
  }
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .fo-a2 {
  width: 23.1428571429%;
}
.foot-fot .foota1 .foot-tit {
  color: #010B0E;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
}
.foot-fot .foota1 .foot-tit a {
  color: #010B0E;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.75rem;
  color: #465153;
  font-size: 1rem;
  line-height: 1.6875em;
  font-weight: 300;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #465153;
  font-size: 1rem;
  line-height: 1.6875em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foota1 .dseca > 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: var(--color-zt);
}
.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .dseca > a:hover::after {
  width: 100%;
}
.foot-fot .foota1 .dseca .social-share > a {
  display: block;
  color: #465153;
  font-size: 1rem;
  line-height: 1.6875em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border: none;
  margin: 0;
  background: transparent;
  text-align: left;
}
.foot-fot .foota1 .dseca .social-share > a::before {
  display: none;
}
.foot-fot .foota1 .dseca .social-share > 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: var(--color-zt);
}
.foot-fot .foota1 .dseca .social-share > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .dseca .social-share > a:hover::after {
  width: 100%;
}
.foot-fot .foota1 .foota1b1 {
  padding: 8.75rem 0 10.75rem;
}
.foot-fot .foota1 .foota1b1 .erhjxsct {
  color: #fff;
  margin-right: 20%;
}
.foot-fot .foota1 .foota1b1 .dlogo img {
  height: 7.5rem;
}
.foot-fot .foota2 .foot-2vt {
  color: #465153;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5em;
  border-top: 1px solid rgba(1, 11, 14, 0.1);
  padding: 1.35rem 0;
}
@media (max-width: 990px) {
  .foot-fot .foota2 .foot-2vt {
    border-top: none;
  }
}
.foot-fot .foota2 .foot-2vt .flex_left {
  gap: 1.5rem;
}
.foot-fot .foota2 a {
  color: #465153;
  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: var(--color-zt);
}
.foot-fot .foota2 a:hover {
  color: var(--color-zt);
}
.foot-fot .foota2 a:hover::after {
  width: 100%;
}
.foot-fot .foota2 .asjh-sx a + a {
  margin-left: 1rem;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.foot1-m .m-bm-menu {
  background: #010B0E;
}
.foot1-m .m-bm-nav > li, .foot1-m .m-bm-nav > li .sec {
  border-color: rgba(1, 11, 14, 0.1);
}
.foot1-m .m-bm-nav > li > a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #010B0E;
}

@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.tops {
  display: none;
}
.zd_erha .aat_list li + li {
  margin-top: 1rem;
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  position: relative;
  background: #FFFFFF;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-shadow: 0 4px 0.25rem 4px rgba(0, 20, 60, 0.05);
}
.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: #666666;
  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 i, .pager li > span i {
  line-height: 2.375rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.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: rgba(74, 162, 163, 0.4);
  font: 400 1rem/2rem "Roboto";
  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: rgba(74, 162, 163, 0.4);
}
.ajhhsd a:last-of-type {
  color: var(--color-zt);
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

.xw_ny_banner {
  background: #333;
  -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 "Roboto";
}
@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 "Roboto";
  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 "Roboto";
  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 "Roboto";
  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 "Roboto";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Roboto";
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont h2 a:hover {
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "Roboto";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Roboto";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-b {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Roboto";
  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%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .nbanner .img img {
    height: 100%;
  }
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  top: 48%;
  z-index: 1;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #010B0E;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 2rem;
  line-height: 1.5em;
  color: var(--color-zt);
  font-weight: 700;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.25rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 4.625rem;
  line-height: 1.125em;
  margin-top: 0.35rem;
}
.nbanner .nbanner-wen1 .banner-cont .p2 p {
  font-size: 4rem;
  display: block !important;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 2rem;
  }
  .nbanner .nbanner-wen1 .banner-cont .p2 p {
    font-size: 1.8rem;
  }
}
.nbanner .fldah {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.nbanner .fldah .ny-nav {
  gap: 1px;
}
.nbanner .fldah .ny-nav li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  position: relative;
}
.nbanner .fldah .ny-nav li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #13315B;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nbanner .fldah .ny-nav li a {
  display: block;
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1.55rem 0.5em;
  text-align: center;
}
.nbanner .fldah .ny-nav li:hover, .nbanner .fldah .ny-nav li.on {
  background: rgba(255, 255, 255, 0.85);
}
.nbanner .fldah .ny-nav li:hover::after, .nbanner .fldah .ny-nav li.on::after {
  width: 100%;
}
.nbanner .fldah .ny-nav li:hover a, .nbanner .fldah .ny-nav li.on a {
  color: #13315B;
}
.nbanner .fldah.sticky {
  background: #fff;
  position: fixed !important;
  bottom: auto;
  top: var(--head-height);
  z-index: 9;
}
.nbanner .fldah.sticky .ny-nav li a {
  padding: 1rem 0.5em;
  font-size: 1.125rem;
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
  top: var(--head-height);
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .tit {
  color: #575757;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
  border-right: 1px solid #D8D8D8;
  padding-right: 2.25rem;
  margin-right: 2.25rem;
}
@media (max-width: 768px) {
  .n_mbx .tit {
    display: none;
  }
}
.n_mbx .n_src {
  font-size: 0;
  overflow-y: hidden;
  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: 1px;
}
.n_mbx .n_src li a {
  display: block;
  color: #575757;
  font-size: 1rem;
  line-height: 1.75em;
  font-weight: 400;
  position: relative;
  padding: 1.25rem 1.5em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 1em;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  background: var(--color-zt);
  color: #fff;
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: var(--head-height);
  margin-top: -webkit-calc(var(--head-height) * -1);
  margin-top: -moz-calc(var(--head-height) * -1);
  margin-top: calc(var(--head-height) * -1);
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.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);
  }
}
.cursor-dot {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease-in-out, width 0.3s, height 0.3s, background-color 0.3s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, width 0.3s, height 0.3s, background-color 0.3s ease, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, width 0.3s, height 0.3s, background-color 0.3s ease, -o-transform 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s, height 0.3s, background-color 0.3s ease, -moz-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s, height 0.3s, background-color 0.3s ease;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s, height 0.3s, background-color 0.3s ease, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
@media (max-width: 990px) {
  .cursor-dot {
    display: none;
  }
}
.cursor-dot .img {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.cursor-dot .img > img {
  width: 100%;
}

.heng1 {
  display: block;
  font-size: 0;
}
.heng1 img {
  width: 100%;
}

.pro-cont1 {
  padding: 2rem 0 2.625rem;
}
@media (max-width: 768px) {
  .pro-cont1 {
    padding: 1rem 0 1.25rem;
  }
}
.pro-cont1 .pro-a1v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 {
    margin-top: 1.5rem;
  }
}
.pro-cont1 .pro-a1v1 .pro-a1b1 {
  width: 67.6914153132%;
  position: relative;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .pro-a1b1 {
    width: 100%;
  }
}
.pro-cont1 .pro-a1v1 .pro-a1b1 .jtas-b > div {
  width: 2.875rem;
  height: 2.875rem;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40%;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .pro-a1b1 .jtas-b > div {
    top: 28.5%;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.pro-cont1 .pro-a1v1 .pro-a1b1 .jtas-b > div.swiper-button-prev1 {
  left: 4%;
}
.pro-cont1 .pro-a1v1 .pro-a1b1 .jtas-b > div.swiper-button-next1 {
  right: 4%;
}
.pro-cont1 .pro-a1v1 .pro-a1b1 .jtas-b > div i {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.pro-cont1 .pro-a1v1 .pro-a1b1 .jtas-b > div:hover {
  background: rgba(74, 162, 163, 0.75);
}
.pro-cont1 .pro-a1v1 .pro-a1b1 .pro-a1b1c1 li i {
  display: block;
  font-size: 0;
}
.pro-cont1 .pro-a1v1 .pro-a1b1 .pro-a1b1c1 li i img {
  width: 100%;
}
.pro-cont1 .pro-a1v1 .pro-a1b1 .pro-a1b1c1 li .p1 {
  color: #465153;
  font-size: 1.6875rem;
  line-height: 1.25em;
  padding: 2rem 5% 0 10%;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .pro-a1b1 .pro-a1b1c1 li .p1 {
    font-size: 1.125rem;
    padding: 1.25rem 0 0;
  }
}
.pro-cont1 .pro-a1v1 .pro-a1b2 {
  width: 28.596287703%;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .pro-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.pro-cont1 .pro-a1v1 .pro-a1b2 .mySwiper1 .swiper-slide i {
  display: block;
  font-size: 0;
}
.pro-cont1 .pro-a1v1 .pro-a1b2 .mySwiper1 .swiper-slide i img {
  width: 100%;
}
.pro-cont1 .pro-a1v1 .pro-a1b2 .mySwiper1 .swiper-pagination1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .pro-a1b2 .mySwiper1 .swiper-pagination1 {
    text-align: center;
    margin-top: 1rem;
  }
}
.pro-cont1 .pro-a1v1 .pro-a1b2 .mySwiper1 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(74, 162, 163, 0.14);
  opacity: 1;
  margin-right: 0.75rem;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .pro-a1b2 .mySwiper1 .swiper-pagination1 span {
    margin: 0 0.35rem;
  }
}
.pro-cont1 .pro-a1v1 .pro-a1b2 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #4AA2A3;
}

.cp-bj1 {
  background: -webkit-linear-gradient(280deg, rgba(205, 231, 231, 0) 42.34%, #CDE7E7 92.55%);
  background: -moz-linear-gradient(280deg, rgba(205, 231, 231, 0) 42.34%, #CDE7E7 92.55%);
  background: -o-linear-gradient(280deg, rgba(205, 231, 231, 0) 42.34%, #CDE7E7 92.55%);
  background: linear-gradient(170deg, rgba(205, 231, 231, 0) 42.34%, #CDE7E7 92.55%);
}
.cp-bj1 .a3v2-c2 {
  background: transparent;
}

.pro-cont3 {
  padding: 8rem 0 9.25rem;
}
@media (max-width: 768px) {
  .pro-cont3 {
    padding: 2.5rem 0;
  }
}
.pro-cont3 .cpas_at1 {
  gap: 1rem;
}
.pro-cont3 .cpas_at1 li .tit {
  color: #010B0E;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pro-cont3 .cpas_at1 li .tit {
    font-size: 1.25rem;
  }
}
.pro-cont3 .cpas_at1 li .seca {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pro-cont3 .cpas_at1 li .seca {
    margin-top: 0.75rem;
  }
}
.pro-cont3 .cpas_at1 li .seca a {
  display: block;
  color: rgba(1, 11, 14, 0.7);
  font-size: 1.25rem;
  line-height: 1.25em;
  padding: 0.4em 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .pro-cont3 .cpas_at1 li .seca a {
    font-size: 1rem;
    padding: 0.25em 0;
  }
}
.pro-cont3 .cpas_at1 li .seca a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  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;
}
.pro-cont3 .cpas_at1 li .seca a:hover {
  color: var(--color-zt);
}
.pro-cont3 .cpas_at1 li .seca a:hover::after {
  width: 100%;
}

.pro-cont4 {
  background: url(../images/bj-as1.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 10.125rem 0 12.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .pro-cont4 {
    padding: 4.5rem 0 5.5rem;
  }
}
.pro-cont4 .dtax {
  background: url(../images/bj6.jpg) no-repeat top;
  -o-background-size: cover;
     background-size: cover;
}
.pro-cont4 .tit {
  font-size: 4.375rem;
  line-height: 1.25em;
  text-align: center;
  font-weight: 600;
  background: #fff;
  mix-blend-mode: screen;
}
@media (max-width: 768px) {
  .pro-cont4 .tit {
    font-size: 2rem;
  }
}
.pro-cont4 .ftit {
  color: #465153;
  font-size: 2.5rem;
  line-height: 1.125em;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pro-cont4 .ftit {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.pro-cont4 .more-b {
  margin: 1.75rem auto 0;
}
@media (max-width: 768px) {
  .pro-cont4 .more-b {
    margin-top: 1.45rem;
  }
}
.pro-cont4 .mbxdh {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.ny-show_body {
  padding-top: -webkit-calc(var(--head-height) + 2.5rem);
  padding-top: -moz-calc(var(--head-height) + 2.5rem);
  padding-top: calc(var(--head-height) + 2.5rem);
}

.pro-show-cont1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    margin-top: 1rem;
  }
}
.pro-show-cont1 .wesxz1 {
  padding: 1rem 0 2rem;
}
.pro-show-cont1 .wesxz1 a {
  color: #5B5A5B;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.75em 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.pro-show-cont1 .wesxz1 a.active, .pro-show-cont1 .wesxz1 a:hover {
  color: var(--color-zt);
  font-weight: 600;
}
.pro-show-cont1 .wesxz1 span {
  font-weight: 100;
  color: rgba(0, 0, 0, 0.2);
  padding: 0 1em;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 60%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 {
  position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .swiper-slide {
  position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .swiper-slide p {
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 100%;
  padding: 0 5%;
  z-index: 1;
  font-size: 1.75rem;
  color: var(--color-zt);
  text-align: right;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .swiper-slide p {
    font-size: 1.35rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .gongt > div {
  width: 2.875rem;
  height: 2.875rem;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  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) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .gongt > div {
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .gongt > div.swiper-button-prev1 {
  left: 4%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .gongt > div.swiper-button-next1 {
  right: 4%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .gongt > div i {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .mySwiper2 .gongt > div:hover {
  background: rgba(74, 162, 163, 0.75);
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 34.9285714286%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1.85rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .ftit {
  color: var(--color-zt);
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .ftit {
    font-size: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit {
  color: #010B0E;
  font-size: 4.375rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit {
    font-size: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: rgba(1, 11, 14, 0.7);
  font-size: 1.6875rem;
  line-height: 1.25em;
  margin: 1rem 0 1.75rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    font-size: 1.125rem;
    margin: 0.75rem 0 1rem;
  }
}

.pro-show-cont2 {
  padding: 7rem 0 5.9375rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2.5rem 0 1.5rem;
  }
}
.pro-show-cont2 .faq-list {
  padding: 0 11.0714285714%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .faq-list {
    margin-top: 1rem;
    padding: 0;
  }
}
.pro-show-cont2 .faq-list li .dt {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.5rem 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pro-show-cont2 .faq-list li .dt {
    padding: 1rem 0;
  }
}
.pro-show-cont2 .faq-list li .dt p {
  width: 80%;
  color: #000000;
  font-size: 1.625rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-cont2 .faq-list li .dt p {
    font-size: 1.25rem;
  }
}
.pro-show-cont2 .faq-list li .dt i {
  font-size: 1rem;
  line-height: 1em;
  font-weight: 700;
}
.pro-show-cont2 .faq-list li .wehha-job {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.35em;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 .faq-list li .wehha-job {
    padding: 1.25rem 0;
    font-size: 1.125rem;
  }
}
.pro-show-cont2 .faq-list li .wehha-job .wehx .p1 {
  width: 2.9375rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .faq-list li .wehha-job .wehx .p1 {
    width: 2.35rem;
  }
}
.pro-show-cont2 .faq-list li .wehha-job .wehx .p1 i {
  width: 100%;
  height: 2.9375rem;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  .pro-show-cont2 .faq-list li .wehha-job .wehx .p1 i {
    height: 2.35rem;
  }
}
.pro-show-cont2 .faq-list li .wehha-job .wehx .p1 i img {
  width: 68%;
}
.pro-show-cont2 .faq-list li .wehha-job .wehx .p2 {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.25em;
  width: -webkit-calc(98% - 3rem);
  width: -moz-calc(98% - 3rem);
  width: calc(98% - 3rem);
}
@media (max-width: 768px) {
  .pro-show-cont2 .faq-list li .wehha-job .wehx .p2 {
    font-size: 1.125rem;
    line-height: 1.35em;
  }
}
.pro-show-cont2 .faq-list li.active .dt {
  border-color: var(--color-zt);
}

.bj-at1 {
  width: 77.0833333333%;
  position: absolute;
  left: 0;
  top: 20vw;
  pointer-events: none;
}
.bj-at1 img {
  width: 100%;
}

.nr-content {
  position: relative;
  z-index: 1;
}

.reveal1 {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
.reveal1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
}

.reveal {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
.reveal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}

.research-cont1 .research-a1v1 {
  padding-left: var(--cbasta);
  padding-right: var(--cbastb);
}
.research-cont1 .research-a1v1 .research-a1b1 {
  width: 51.2101910828%;
}
@media (max-width: 768px) {
  .research-cont1 .research-a1v1 .research-a1b1 {
    width: 100%;
  }
}
.research-cont1 .research-a1v1 .research-a1b1 .p1-txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6875rem;
  line-height: 1.45em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .research-cont1 .research-a1v1 .research-a1b1 .p1-txt {
    font-size: 1.125rem;
  }
}
.research-cont1 .research-a1v1 .research-a1b1 .imgax {
  width: 53.4825870647%;
  margin-top: 10.375rem;
  margin-left: 23.631840796%;
}
@media (max-width: 768px) {
  .research-cont1 .research-a1v1 .research-a1b1 .imgax {
    margin-top: 1rem;
    margin-left: 10%;
  }
}
.research-cont1 .research-a1v1 .research-a1b1 .imgax img {
  width: 100%;
}
.research-cont1 .research-a1v1 .research-a1b2 {
  width: 39.4904458599%;
}
@media (max-width: 768px) {
  .research-cont1 .research-a1v1 .research-a1b2 {
    width: 60%;
    margin-left: auto;
    margin-top: 1rem;
  }
}
.research-cont1 .research-a1v1 .research-a1b2 img {
  width: 100%;
}

.research-cont2 {
  padding: 8.125rem 0 2rem;
}
@media (max-width: 768px) {
  .research-cont2 {
    padding: 0.5rem 0 2rem;
  }
}
.research-cont2 .research-a2b1 > li {
  padding: 4.6875rem 0;
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li {
    padding: 2rem 0;
  }
}
.research-cont2 .research-a2b1 > li .title1 img {
  height: 3.25rem;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li .title1 img {
    height: 2.5rem;
  }
}
.research-cont2 .research-a2b1 > li .p1-txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li .p1-txt {
    font-size: 1.125rem;
    line-height: 1.65em;
  }
}
.research-cont2 .research-a2b1 > li .p1-txt.p1-txta1 {
  width: 62.5%;
  font-size: 1.6875rem;
  line-height: 1.4814814815em;
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li .p1-txt.p1-txta1 {
    font-size: 1.125rem;
    line-height: 1.65em;
    width: 100%;
  }
}
.research-cont2 .research-a2b1 > li .imgds-xat {
  margin: 4.5rem 11.2857142857% 0;
  position: relative;
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li .imgds-xat {
    margin: 1.75rem auto 0;
  }
}
.research-cont2 .research-a2b1 > li .imgds-xat u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li .imgds-xat u {
    display: none;
  }
}
.research-cont2 .research-a2b1 > li .imgds-xat u img {
  width: 100%;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast2a {
  width: 81.4678899083%;
  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%);
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li .imgds-xat .ast2a {
    display: none;
  }
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast2a li {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast2a li i {
  display: block;
  font-size: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
     -moz-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
       -o-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 2.5s ease-in-out 0.25s;
  transition: -webkit-transform 2.5s ease-in-out 0.25s;
  -o-transition: -o-transform 2.5s ease-in-out 0.25s;
  -moz-transition: transform 2.5s ease-in-out 0.25s, -moz-transform 2.5s ease-in-out 0.25s;
  transition: transform 2.5s ease-in-out 0.25s;
  transition: transform 2.5s ease-in-out 0.25s, -webkit-transform 2.5s ease-in-out 0.25s, -moz-transform 2.5s ease-in-out 0.25s, -o-transform 2.5s ease-in-out 0.25s;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast2a li i img {
  width: 100%;
  aspect-ratio: 1/1;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast2a li .as-img {
  width: 66.8918918919%;
  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%);
  border-radius: 50%;
  overflow: hidden;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast2a li .as-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast2a li.cur {
  opacity: 1;
  visibility: visible;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast2a li.cur i {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
     -moz-transform: translate(-50%, -50%) rotate(360deg);
      -ms-transform: translate(-50%, -50%) rotate(360deg);
       -o-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li .imgds-xat .ast1a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem 0;
  }
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast1a li {
  position: absolute;
  width: 7.7064220183%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li .imgds-xat .ast1a li {
    position: static;
    width: 48%;
    border: none;
    padding: 0;
  }
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast1a li .fang {
  border-radius: 50%;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast1a li img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast1a li:nth-child(1) {
  right: 5%;
  top: 18%;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast1a li:nth-child(2) {
  right: -2%;
  top: 32%;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast1a li:nth-child(3) {
  right: -4%;
  top: 46%;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast1a li:nth-child(4) {
  right: -2%;
  top: 60%;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast1a li:nth-child(5) {
  right: 5%;
  top: 75%;
}
.research-cont2 .research-a2b1 > li .imgds-xat .ast1a li.on {
  border-color: var(--color-zt);
}
.research-cont2 .research-a2b1 > li .ast2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .research-cont2 .research-a2b1 > li .ast2 {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.research-cont2 .research-a2b1 > li .ast2 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.research-cont2 .research-a2b1 > li .ast2 li img {
  width: 100%;
}

.research-cont3 .asxs {
  color: #4AA2A3;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .research-cont3 .asxs {
    font-size: 1.5rem;
  }
}
.research-cont3 .p1-txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6875rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .research-cont3 .p1-txt {
    font-size: 1.125rem;
  }
}
.research-cont3 .research-a3v1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .research-cont3 .research-a3v1 {
    margin-top: 1.25rem;
  }
}
.research-cont3 .research-a3v1 video {
  width: 100%;
  aspect-ratio: 1920/750;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .research-cont3 .research-a3v1 video {
    aspect-ratio: 16/9;
  }
}

.research-cont4 .research-a4_list li .tit {
  padding: 0 var(--cbasta);
}
.research-cont4 .research-a4_list li .tit p {
  color: rgba(1, 11, 14, 0.2);
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 700;
  padding: 2rem 0;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .research-cont4 .research-a4_list li .tit p {
    font-size: 1.65rem;
    padding: 1.5rem 0;
  }
}
.research-cont4 .research-a4_list li .cont-p {
  padding-top: 1rem;
  border-top: 1px solid var(--color-zt);
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  margin-top: -1px;
}
.research-cont4 .research-a4_list li .cont-p .mySwiper3 {
  padding: 0 28.6458333333%;
}
@media (max-width: 768px) {
  .research-cont4 .research-a4_list li .cont-p .mySwiper3 {
    padding: 0 8%;
  }
}
.research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx {
  display: block;
  position: relative;
}
.research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx .img img {
  width: 100%;
  aspect-ratio: 764/493;
  -o-object-fit: cover;
     object-fit: cover;
}
.research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx .flax-xts {
  position: absolute;
  left: 0;
  bottom: 5.65%;
  width: 100%;
  padding: 0 4%;
}
@media (max-width: 768px) {
  .research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx .flax-xts {
    bottom: 7%;
  }
}
.research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx .flax-xts p {
  color: #FFFFFF;
  font-size: 1.6875rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx .flax-xts p {
    font-size: 1.25rem;
  }
}
.research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx .flax-xts .zs-tinx {
  width: 5.4375rem;
  height: 5.4375rem;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 768px) {
  .research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx .flax-xts .zs-tinx {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx .flax-xts .zs-tinx i {
  font-size: 3rem;
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .research-cont4 .research-a4_list li .cont-p .mySwiper3 .swiper-slide a.imgsx .flax-xts .zs-tinx i {
    font-size: 2rem;
  }
}
.research-cont4 .research-a4_list li.active .tit p {
  font-size: 4.375rem;
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .research-cont4 .research-a4_list li.active .tit p {
    font-size: 2rem;
  }
}
.research-cont4 .research-a4_list li.active .cont-p {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.tcmgs-a {
  display: none;
  padding: 3.875rem 3.6458333333%;
  width: clamp(320px, 90%, 1100px);
}
@media (max-width: 768px) {
  .tcmgs-a {
    padding: 2.125rem 4.5833333333%;
  }
}
.tcmgs-a .carousel__button {
  top: 2rem !important;
  right: 7.3333333333% !important;
  width: 3.375rem;
  height: 3.375rem;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .tcmgs-a .carousel__button {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.tcmgs-a .carousel__button svg {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.tcmgs-a .carousel__button:hover svg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcmgs-a .msg-v1 .tit {
  color: #000000;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 .tit {
    font-size: 1.65rem;
  }
}
.tcmgs-a .msg-v1 .img {
  padding: 1rem 0;
  font-size: 0;
}
.tcmgs-a .msg-v1 .img img {
  width: 100%;
}
.tcmgs-a .msg-v1 .txt {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #666;
}

.research-cont5 {
  padding: 8.25rem 0 5.3125rem;
}
@media (max-width: 768px) {
  .research-cont5 {
    padding: 2rem 0;
  }
}
.research-cont5 .research-a5v1 {
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  padding: 11.8125rem 0 14.25rem;
}
@media (max-width: 768px) {
  .research-cont5 .research-a5v1 {
    padding: 3.5rem 4%;
  }
}
.research-cont5 .research-a5v1 .pa1txt {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 1.95rem;
}
@media (max-width: 768px) {
  .research-cont5 .research-a5v1 .pa1txt {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .research-cont5 .research-a5v1 .pa1txt img {
    height: 2.125rem;
  }
}
.research-cont5 .research-a5v1 .pa1txt img.as1 {
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .research-cont5 .research-a5v1 .pa1txt img.as1 {
    border-radius: 0.5rem;
  }
}
.research-cont5 .research-a5v1 .pa1txt img.as2 {
  border-radius: 50%;
  overflow: hidden;
}

.abt-cont1 .title1 {
  position: relative;
  z-index: 1;
}
.abt-cont1 .title1 .ftit {
  color: #010B0E;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .abt-cont1 .title1 .ftit {
    font-size: 1.5rem;
  }
}
.abt-cont1 .abt-a1b1 {
  position: relative;
  margin: 5.125rem 0 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1b1 {
    margin: 1.75rem 0 1.5rem;
    margin-left: auto;
    width: 100%;
  }
}
.abt-cont1 .abt-a1b1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.09) -37.9%, rgba(255, 255, 255, 0.9) 54.08%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.09) -37.9%, rgba(255, 255, 255, 0.9) 54.08%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.09) -37.9%, rgba(255, 255, 255, 0.9) 54.08%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) -37.9%, rgba(255, 255, 255, 0.9) 54.08%);
  backdrop-filter: blur(3px);
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1b1::after {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.09) -37.9%, rgba(255, 255, 255, 0.2) 180%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.09) -37.9%, rgba(255, 255, 255, 0.2) 180%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.09) -37.9%, rgba(255, 255, 255, 0.2) 180%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) -37.9%, rgba(255, 255, 255, 0.2) 180%);
    width: 150%;
    height: 150%;
    backdrop-filter: blur(5px);
  }
}
.abt-cont1 .abt-a1b1 img {
  height: 11rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1b1 img {
    height: auto;
    width: 45%;
  }
}
.abt-cont1 .abt-a1b1 img:nth-child(1) {
  height: 8.4375rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1b1 img:nth-child(1) {
    height: auto;
    width: 40%;
  }
}
.abt-cont1 .abt-a1b2 {
  color: rgba(1, 11, 14, 0.7);
  font-size: 1.6875rem;
  line-height: 1.35em;
  width: 57.1428571429%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1b2 {
    width: 100%;
    margin-left: 0;
    font-size: 1.125rem;
  }
}
.abt-cont1 .abt-a1b2 p + p {
  margin-top: 1rem;
}
.abt-cont1 .abt-a1b2 strong {
  color: var(--color-zt);
  font-weight: 600;
}
.abt-cont1.scroll-on .abt-a1b1 img {
  opacity: 1;
}

.abt-cont2 {
  background: url(../images/bj7.jpg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.125rem 0 35rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 4rem 0 15rem;
  }
}
.abt-cont2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #FFF -10.29%, rgba(255, 255, 255, 0) 61.57%);
  background: -moz-linear-gradient(top, #FFF -10.29%, rgba(255, 255, 255, 0) 61.57%);
  background: -o-linear-gradient(top, #FFF -10.29%, rgba(255, 255, 255, 0) 61.57%);
  background: linear-gradient(180deg, #FFF -10.29%, rgba(255, 255, 255, 0) 61.57%);
}
.abt-cont2 .abt_list3_b1 {
  position: relative;
  z-index: 1;
}
.abt-cont2 .abt_list3_b1 li {
  width: 25%;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  padding: 5.625rem 3%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list3_b1 li {
    width: 100%;
    padding: 2.5rem 8%;
  }
  .abt-cont2 .abt_list3_b1 li + li {
    margin-top: 1.5rem;
  }
}
.abt-cont2 .abt_list3_b1 li .data {
  color: var(--color-zt);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list3_b1 li .data {
    font-size: 2.65rem;
  }
}
.abt-cont2 .abt_list3_b1 li .p {
  color: rgba(2, 9, 14, 0.7);
  font-size: 1.125rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list3_b1 li .p {
    margin-top: 0.25rem;
  }
}
.abt-cont2 .abt_list3_b1 li:nth-child(1) {
  width: 50%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list3_b1 li:nth-child(1) {
    width: 100%;
  }
}
.abt-cont2 .abt_list3_b1 li:nth-child(2) {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 768px) {
  .abt-cont2 .abt_list3_b1 li:nth-child(2) {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.abt-cont3 {
  padding: 6.25rem 0 9.6875rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.125rem 0;
  }
}
.abt-cont3 .research-a3v1 video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-cont4 {
  position: relative;
}
.abt-cont4 > u {
  display: block;
  font-size: 0;
  width: 44.2708333333%;
  position: absolute;
  left: 0;
  top: 0;
}
.abt-cont4 > u img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 {
  position: relative;
  z-index: 1;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 {
    width: 70%;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .img {
  display: block;
  font-size: 0;
  margin-top: 8.625rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 .img {
    margin-top: 0;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .img img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 {
  width: 56.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 u {
  display: block;
  font-size: 0;
  width: 55.8375634518%;
  margin-left: auto;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 u img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .title1 {
  width: 70.0507614213%;
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .title1 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .title1 .txt-gtsa {
  color: #465153;
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .title1 .txt-gtsa {
    font-size: 1.125rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .imgax {
  margin-top: 9rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .imgax {
    margin-top: 1.25rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .imgax img {
  width: 100%;
}
.abt-cont4 .abt-a4v2 {
  position: relative;
  z-index: 1;
}

.abt-a4v2 {
  padding-top: 15.25rem;
  padding-bottom: 5.5rem;
}
@media (max-width: 768px) {
  .abt-a4v2 {
    padding-top: 2.35rem;
    padding-bottom: 2rem;
  }
}
.abt-a4v2 .air-tit {
  color: #02090E;
  font-size: 4.375rem;
  line-height: 1.25em;
  font-weight: 600;
  padding-left: 10%;
}
@media (max-width: 768px) {
  .abt-a4v2 .air-tit {
    font-size: 2rem;
  }
}
.abt-a4v2 .news-a4v1 {
  position: relative;
}
.abt-a4v2 .news-a4v1 .air-tit {
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  color: #02090E;
  padding-left: 0;
}
@media (max-width: 768px) {
  .abt-a4v2 .news-a4v1 .air-tit {
    width: auto;
    position: static;
  }
}
.abt-a4v2 .news-a4v1 .news-list2 {
  margin-top: 2.5rem;
}
.abt-a4v2 .news-a4v1 .news-list2 li {
  background: #fff;
  padding: 3.9375rem 5% 6.25rem;
  width: 57.5294117647%;
  border: 1px solid #EDEDED;
}
@media (max-width: 768px) {
  .abt-a4v2 .news-a4v1 .news-list2 li {
    width: 100%;
    padding: 2rem 7.5%;
  }
}
@media (min-width: 767px) {
  .abt-a4v2 .news-a4v1 .news-list2 li:nth-child(2n) {
    margin-left: auto;
  }
  .abt-a4v2 .news-a4v1 .news-list2 li:nth-child(2) {
    background: rgb(252, 243, 220);
  }
  .abt-a4v2 .news-a4v1 .news-list2 li:nth-child(4) {
    background: #D5EBEB;
  }
}
.abt-a4v2 .news-a4v1 .news-list2 li + li {
  margin-top: -5rem;
}
@media (max-width: 768px) {
  .abt-a4v2 .news-a4v1 .news-list2 li + li {
    margin-top: 1.5rem;
  }
}
.abt-a4v2 .news-a4v1 .news-list2 li u {
  display: block;
}
.abt-a4v2 .news-a4v1 .news-list2 li u img {
  height: 2.9375rem;
}
@media (max-width: 768px) {
  .abt-a4v2 .news-a4v1 .news-list2 li u img {
    height: 1.5rem;
  }
}
.abt-a4v2 .news-a4v1 .news-list2 li .tit1 {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.35em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-a4v2 .news-a4v1 .news-list2 li .tit1 {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.abt-a4v2 .news-a4v1 .news-list2 li .nasrt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
  line-height: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 1.5rem;
}

.manu-cont1 {
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .manu-cont1 {
    padding: 1.25rem 0;
  }
}
.manu-cont1 .manu-a1v1 .manu-a1b1 {
  width: 56.4285714286%;
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .manu-cont1 .manu-a1v1 .manu-a1b1 {
    width: 100%;
    padding-top: 0;
  }
}
.manu-cont1 .manu-a1v1 .manu-a1b1 .p1-txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.375rem;
  line-height: 1.35em;
  margin-top: 1rem;
  padding-right: 10%;
}
@media (max-width: 768px) {
  .manu-cont1 .manu-a1v1 .manu-a1b1 .p1-txt {
    font-size: 1.125rem;
  }
}
.manu-cont1 .manu-a1v1 .manu-a1b2 {
  width: 35.3571428571%;
}
@media (max-width: 768px) {
  .manu-cont1 .manu-a1v1 .manu-a1b2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 {
    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: 1.25rem 0;
    gap: 1.25rem 0;
  }
}
@media (max-width: 768px) {
  .manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li {
    width: 48%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li:nth-child(2) {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li + li {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li + li {
    margin-top: 0;
  }
}
.manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li .data {
  color: #4CA1A3;
  font-size: 7.1875rem;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li .data {
    font-size: 4rem;
  }
}
.manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li .data sup {
  font-size: 4.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li .data sup {
    font-size: 1.25rem;
    line-height: 1em;
    top: 0;
    vertical-align: top;
  }
}
.manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li p {
  color: rgba(2, 9, 14, 0.7);
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .manu-cont1 .manu-a1v1 .manu-a1b2 .sj_lisdt1 li p {
    font-size: 1.125rem;
  }
}

.manu-cont2 {
  padding: 0;
}
.manu-cont2 .manu-a2v1 {
  position: relative;
}
.manu-cont2 .manu-a2v1 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .manu-cont2 .manu-a2v1 u {
    display: none;
  }
}
.manu-cont2 .manu-a2v1 u img {
  width: 100%;
}
.manu-cont2 .manu-a2v1 .asta1 li {
  position: absolute;
}
@media (max-width: 768px) {
  .manu-cont2 .manu-a2v1 .asta1 li {
    position: static;
    width: 100%;
  }
  .manu-cont2 .manu-a2v1 .asta1 li + li {
    margin-top: 1.25rem;
  }
}
.manu-cont2 .manu-a2v1 .asta1 li .tit {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 1.65em;
  color: #000000;
  font-size: 1.125rem;
  line-height: 2.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  -webkit-clip-path: polygon(7% 0%, 93% 0%, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
          clip-path: polygon(7% 0%, 93% 0%, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  cursor: pointer;
}
.manu-cont2 .manu-a2v1 .asta1 li .tit::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: #4AA2A3;
  border-radius: 50%;
  margin-right: 0.56rem;
}
@media (max-width: 768px) {
  .manu-cont2 .manu-a2v1 .asta1 li .tit {
    display: none;
  }
}
.manu-cont2 .manu-a2v1 .asta1 li .ernsxa {
  display: none;
  width: 30rem;
  border: 1px solid #FFF;
  background: rgba(205, 231, 231, 0.8);
  backdrop-filter: blur(15px);
  padding: 1.85rem 1.85rem 2rem;
  position: absolute;
  right: 110%;
  bottom: -1rem;
}
@media (max-width: 768px) {
  .manu-cont2 .manu-a2v1 .asta1 li .ernsxa {
    display: block;
    position: static;
    width: 100%;
  }
}
.manu-cont2 .manu-a2v1 .asta1 li .ernsxa .imga img, .manu-cont2 .manu-a2v1 .asta1 li .ernsxa .imga video {
  width: 100%;
}
.manu-cont2 .manu-a2v1 .asta1 li .ernsxa .tit1 {
  color: #000000;
  font-size: 1.6875rem;
  line-height: 1.5em;
  padding: 0.75rem 0 0.25rem;
}
@media (max-width: 768px) {
  .manu-cont2 .manu-a2v1 .asta1 li .ernsxa .tit1 {
    font-size: 1.5rem;
  }
}
.manu-cont2 .manu-a2v1 .asta1 li .ernsxa .txt {
  color: rgba(1, 11, 14, 0.7);
  font-size: 1.25rem;
  line-height: 1.4545454545em;
}
@media (max-width: 768px) {
  .manu-cont2 .manu-a2v1 .asta1 li .ernsxa .txt {
    font-size: 1.125rem;
  }
}
.manu-cont2 .manu-a2v1 .asta1 li:nth-child(1) {
  top: 65%;
  left: 33%;
}
.manu-cont2 .manu-a2v1 .asta1 li:nth-child(2) {
  top: 37%;
  left: 40%;
}
.manu-cont2 .manu-a2v1 .asta1 li:nth-child(2) .ernsxa {
  bottom: auto;
  top: -5rem;
}
.manu-cont2 .manu-a2v1 .asta1 li:nth-child(3) {
  top: 42%;
  left: 65%;
}
.manu-cont2 .manu-a2v1 .asta1 li:nth-child(3) .ernsxa {
  bottom: auto;
  top: -5rem;
}
.manu-cont2 .manu-a2v1 .asta1 li:nth-child(4) {
  top: 58%;
  left: 70%;
}
.manu-cont2 .manu-a2v1 .asta1 li:hover .tit {
  background: #FFC844;
}
.manu-cont2 .manu-a2v1 .asta1 li:hover .tit::before {
  background: #fff;
}
.manu-cont2 .manu-a2v1 .asta1 li:hover .ernsxa {
  display: block;
}

.manu-cont3 {
  padding: 12.1875rem 0 4.0625rem;
}
@media (max-width: 768px) {
  .manu-cont3 {
    padding: 1.5rem 0 2rem;
  }
}
.manu-cont3 .manu-a3_list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.75rem 1rem;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .manu-cont3 .manu-a3_list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
    margin-top: 1rem;
  }
}
.manu-cont3 .manu-a3_list1 li a.img {
  display: block;
  font-size: 0;
}
.manu-cont3 .manu-a3_list1 li a.img img {
  width: 100%;
}

.ny-body1 {
  overflow: visible;
}

.csr-content {
  position: relative;
}
.csr-content > u {
  display: block;
  position: absolute;
  left: 0;
  top: -6vw;
  width: 93.75%;
  font-size: 0;
}
.csr-content > u img {
  width: 100%;
}
.csr-content .csr-tent-v1 {
  position: relative;
  z-index: 1;
}

.csr-cont1 {
  overflow: hidden;
}
.csr-cont1 .img1 {
  width: 46.71875%;
  margin: 0 auto;
  aspect-ratio: 897/575;
  overflow: hidden;
}
@media (max-width: 768px) {
  .csr-cont1 .img1 {
    width: 60%;
  }
}
.csr-cont1 .img1 img {
  width: 100%;
  -webkit-clip-path: inset(-webkit-calc(var(--pandrd) * (1 - var(--entry-progress))) -webkit-calc(30% * (1 - var(--entry-progress))));
          clip-path: inset(-moz-calc(var(--pandrd) * (1 - var(--entry-progress))) -moz-calc(30% * (1 - var(--entry-progress))));
          clip-path: inset(calc(var(--pandrd) * (1 - var(--entry-progress))) calc(30% * (1 - var(--entry-progress))));
}
.csr-cont1 .title1 {
  margin-top: 13.125rem;
  position: relative;
}
@media (max-width: 768px) {
  .csr-cont1 .title1 {
    margin-top: 6rem;
  }
}
.csr-cont1 .title1 .tit {
  padding: 0.25em 0;
}
.csr-cont1 .title1 .tit-base {
  position: relative;
  z-index: 2;
  color: #02090E;
}
.csr-cont1 .title1 .tit-fill {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 100% 0);
          clip-path: inset(0 100% 100% 0);
  color: #fff;
}
.csr-cont1 .ash1-a {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .csr-cont1 .ash1-a {
    margin-top: 2rem;
    padding: 0 4%;
  }
}
.csr-cont1 .ash1-a li .img {
  display: block;
  font-size: 0;
}
.csr-cont1 .ash1-a li .img img {
  width: 100%;
}
.csr-cont1 .ash1-a li .p {
  color: #465153;
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  padding-right: 37.9041248606%;
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .csr-cont1 .ash1-a li .p {
    padding-right: 0;
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.csr-cont1 .ash1-a li:nth-child(1) {
  width: 19.0104166667%;
  margin-top: 10.8125rem;
}
@media (max-width: 768px) {
  .csr-cont1 .ash1-a li:nth-child(1) {
    width: 45%;
    margin-top: 0;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.csr-cont1 .ash1-a li:nth-child(2) {
  width: 46.71875%;
}
@media (max-width: 768px) {
  .csr-cont1 .ash1-a li:nth-child(2) {
    width: 100%;
    margin-bottom: 1.75rem;
  }
}
.csr-cont1 .ash1-a li:nth-child(2) .img img {
  visibility: hidden;
}
.csr-cont1 .ash1-a li:nth-child(3) {
  width: 19.2708333333%;
  margin-top: 26.375rem;
}
@media (max-width: 768px) {
  .csr-cont1 .ash1-a li:nth-child(3) {
    width: 48%;
    margin-top: 0;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.csr-cont2 {
  padding-left: var(--cbasta);
  padding-top: 18.75rem;
}
@media (max-width: 768px) {
  .csr-cont2 {
    padding: 0 var(--cbasta);
    padding-top: 2.5rem;
  }
}
.csr-cont2 .csr-a2b1 {
  width: 40.9638554217%;
}
@media (max-width: 768px) {
  .csr-cont2 .csr-a2b1 {
    width: 100%;
  }
}
.csr-cont2 .csr-a2b1 .csr-a2b1c1 {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 6rem);
  top: -moz-calc(var(--head-height) + 6rem);
  top: calc(var(--head-height) + 6rem);
}
.csr-cont2 .csr-a2b1 .csr-a2b1c1 .p1-txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .csr-cont2 .csr-a2b1 .csr-a2b1c1 .p1-txt {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.csr-cont2 .csr-a2b2 {
  width: 54.0361445783%;
}
@media (max-width: 768px) {
  .csr-cont2 .csr-a2b2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .csr-cont2 .csr-a2b2 .ascta1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.csr-cont2 .csr-a2b2 .ascta1 li {
  -webkit-filter: blur(1px) grayscale(1);
          filter: blur(1px) grayscale(1);
  opacity: 0.4;
  -webkit-transition: opacity 0.5s ease, -webkit-filter 0.5s ease;
  transition: opacity 0.5s ease, -webkit-filter 0.5s ease;
  -o-transition: filter 0.5s ease, opacity 0.5s ease;
  -moz-transition: filter 0.5s ease, opacity 0.5s ease;
  transition: filter 0.5s ease, opacity 0.5s ease;
  transition: filter 0.5s ease, opacity 0.5s ease, -webkit-filter 0.5s ease;
}
@media (max-width: 768px) {
  .csr-cont2 .csr-a2b2 .ascta1 li {
    -webkit-filter: blur(0) grayscale(0);
            filter: blur(0) grayscale(0);
    opacity: 1;
  }
}
.csr-cont2 .csr-a2b2 .ascta1 li + li {
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .csr-cont2 .csr-a2b2 .ascta1 li + li {
    margin-top: 0;
  }
}
.csr-cont2 .csr-a2b2 .ascta1 li img {
  width: 100%;
}
.csr-cont2 .csr-a2b2 .ascta1 li.active {
  -webkit-filter: blur(0) grayscale(0);
          filter: blur(0) grayscale(0);
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, -webkit-filter 1s ease;
  -o-transition: filter 1s ease, opacity 1s ease;
  -moz-transition: filter 1s ease, opacity 1s ease;
  transition: filter 1s ease, opacity 1s ease;
  transition: filter 1s ease, opacity 1s ease, -webkit-filter 1s ease;
}

.csr-cont3 {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .csr-cont3 {
    padding: 2.25rem 0 1.25rem;
  }
}
.csr-cont3 .csr-a3v1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.csr-cont3 .csr-a3v1 .top1,
.csr-cont3 .csr-a3v1 .bottom1 {
  width: 100%;
  background-color: #FFFFFF;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.csr-cont3 .csr-a3v1 u {
  display: block;
  width: 100%;
}
.csr-cont3 .csr-a3v1 u img {
  width: 100%;
}
.csr-cont3 .csr-a3-tit {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.csr-cont3 .csr-a3-tit p {
  font-size: 14.375rem;
  line-height: 1.25em;
  font-weight: 600;
  text-align: center;
  background: #fff;
  mix-blend-mode: screen;
}
@media (max-width: 768px) {
  .csr-cont3 .csr-a3-tit p {
    font-size: 3.5rem;
  }
}
.csr-cont3 video {
  width: 100%;
  aspect-ratio: 1700/713;
  -o-object-fit: cover;
     object-fit: cover;
}
.csr-cont3 .img {
  width: 100%;
}
.csr-cont3 .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.csr-cont3 .mySwiper4 {
  position: relative;
}
.csr-cont3 .mySwiper4 .swiper-pagination1 {
  position: absolute;
  bottom: 2rem;
  left: 0%;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.csr-cont3 .mySwiper4 .swiper-pagination1 span {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  margin: 0 0.35rem !important;
}
.csr-cont3 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}

.lx-content {
  position: relative;
  overflow: hidden;
}
.lx-content > u {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40.1041666667%;
  font-size: 0;
}
.lx-content > u img {
  width: 100%;
}

.lx-cont1 {
  position: relative;
  z-index: 1;
}
.lx-cont1 .tit-sxt {
  color: #02090E;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .lx-cont1 .tit-sxt {
    font-size: 2rem;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 0.5rem;
  }
}
.lx-cont1 .lx-a1v1 .tit {
  color: #010B0E;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 34.7142857143%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .asd_list li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .asd_list li {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .asd_list li .tita1 {
  color: #010B0E;
  font-size: 1.25rem;
  line-height: 1.85em;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .asd_list li .txt {
  color: #465153;
  font-size: 1.125rem;
  width: 63.3744855967%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .asd_list li .txt {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .asd_list li .social-share a {
  background: #4AA2A3;
  color: #fff;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 1.25rem;
  border: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .asd_list li .social-share a:hover {
  background: #000;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 53.5714285714%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .p1 {
  color: rgba(1, 11, 14, 0.7);
  font-size: 1.25rem;
  margin-top: 1em;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 .p1 {
    font-size: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form {
  width: 81.3333333333%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt {
  margin-top: 1.125rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt .m_label1 {
  color: #010B0E;
  font-size: 1.125rem;
  line-height: 1.35em;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt select {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(1, 11, 14, 0.1);
  color: #333;
  font-size: 1rem;
  line-height: 3.125em;
  height: 3.125em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat right center #fff;
  -o-background-size: 1.5rem auto;
     background-size: 1.5rem auto;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt select + .form-select1 {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(1, 11, 14, 0.1);
  color: #333;
  font-size: 1rem;
  line-height: 3.125em;
  height: 3.125em;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat right center #fff;
  -o-background-size: 1.5rem auto;
     background-size: 1.5rem auto;
  float: none;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt select + .form-select1:after {
  display: none;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt input {
  color: #333;
  font-size: 1rem;
  line-height: 3.125em;
  width: 100%;
  border-bottom: 1px solid rgba(1, 11, 14, 0.1);
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt textarea {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(1, 11, 14, 0.1);
  margin-top: 0.5rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .yszc-cont {
  margin-top: 0.5rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-top: 0.25rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .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;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .yszc-cont label {
  color: #868686;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form .yszc-cont label {
    width: -webkit-calc(100% - 1.625rem);
    width: -moz-calc(100% - 1.625rem);
    width: calc(100% - 1.625rem);
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .yszc-cont label a {
  color: var(--color-zt);
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .yszc-cont label a:hover {
  color: var(--color-zt);
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha {
    margin-top: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha button {
  padding: 0.9rem 3rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha button {
    padding: 0.75rem 2rem;
  }
}

@-webkit-keyframes downAnimate {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-moz-keyframes downAnimate {
  0% {
    -moz-transform: translateY(-5px);
         transform: translateY(-5px);
  }
  100% {
    -moz-transform: translateY(5px);
         transform: translateY(5px);
  }
}

@-o-keyframes downAnimate {
  0% {
    -o-transform: translateY(-5px);
       transform: translateY(-5px);
  }
  100% {
    -o-transform: translateY(5px);
       transform: translateY(5px);
  }
}

@keyframes downAnimate {
  0% {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.lx-cont2 {
  position: relative;
  z-index: 1;
}
.lx-cont2 .lx-a2v1 .dq-contx {
  position: relative;
  width: 59%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v1 .dq-contx {
    width: 100%;
  }
}
.lx-cont2 .lx-a2v1 .dq-contx .dq {
  width: 100%;
}
.lx-cont2 .lx-a2v1 .dq-contx .dq img {
  width: 100%;
}
.lx-cont2 .lx-a2v1 .dq-contx svg {
  width: 87.4092009685%;
  position: absolute;
  right: 1%;
  top: 11.1380145278%;
}
.lx-cont2 .lx-a2v1 .dq-contx .as1 li {
  width: 3.2687651332%;
  position: absolute;
}
.lx-cont2 .lx-a2v1 .dq-contx .as1 li:nth-child(1) {
  right: 33%;
  top: 21%;
  width: 8.1113801453%;
  -webkit-animation: downAnimate 1s ease infinite alternate;
     -moz-animation: downAnimate 1s ease infinite alternate;
       -o-animation: downAnimate 1s ease infinite alternate;
          animation: downAnimate 1s ease infinite alternate;
}
.lx-cont2 .lx-a2v1 .dq-contx .as1 li:nth-child(2) {
  right: 29.5%;
  top: 23%;
}
.lx-cont2 .lx-a2v1 .dq-contx .as1 li:nth-child(3) {
  right: 24%;
  top: 23%;
}
.lx-cont2 .lx-a2v1 .dq-contx .as1 li img {
  width: 100%;
}
.lx-cont2 .lx-a2v1 u {
  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;
  font-size: 0;
}
.lx-cont2 .lx-a2v1 u img {
  width: 47.4576271186%;
}

#earth {
  width: 59%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  #earth {
    width: 100%;
  }
}
#earth canvas {
  width: 100% !important;
  height: 100% !important;
}
#earth .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#earth .position .point {
  position: absolute;
  pointer-events: auto;
}
#earth .position .point .add {
  width: 27px;
}
@media (max-width: 768px) {
  #earth .position .point .add {
    width: 15px;
  }
}
#earth .position .point .add img {
  display: block;
  width: 100%;
}
#earth .position .point .text {
  position: absolute;
  height: 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 0 16px;
  gap: 0 13px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
     -moz-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
       -o-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: -5px;
}
#earth .position .point .text .logo {
  width: 106px;
}
#earth .position .point .text .logo img {
  display: block;
  width: 100%;
}
#earth .position .point .text p {
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  white-space: nowrap;
}
#earth .position .point.ddz .add {
  width: 65px;
}
@media (max-width: 768px) {
  #earth .position .point.ddz .add {
    width: 30px;
  }
}

.lx-cont2 {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    margin-top: 1.85rem;
  }
}

/* Cookie */
.cookic_fix {
  position: fixed;
  left: 2.5%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.98);
  width: 312px;
  padding: 0 0;
  margin-bottom: 24px;
  /* margin-right: 32px; */
  border-radius: 20px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  z-index: 999;
  display: none;
}

.cookic_fix .conent-avs a {
  color: #000;
}

.cookic_fix .conent-avs b {
  /* font-weight: 400; */
  text-decoration: underline;
}

.cookic_fix .tit {
  font-size: 16px;
  line-height: 1.41;
  font-weight: 700;
  padding: 24px 24px 0;
}

.cookic_fix .text {
  margin-top: 8px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: 400;
  color: #555555;
  line-height: 1.5;
  color: black;
  text-transform: none;
  padding: 0 24px 24px;
}

.cookic_fix .buttona {
  width: 100%;
  border-top: 2px solid #ddd;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.cookic_fix .agree {
  padding: 16px 0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cookic_fix .no_agree {
  padding: 16px 0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-left: 2px solid #ddd;
}

.cookic_fix .no_agree a {
  display: inline-block;
  width: 100%;
  margin-left: 25px;
}

.social-share .icon-linkedin1:before {
  content: "\e768";
}

.social-share .icon-facebook1:before {
  content: "\e801";
}

.social-share .icon-google1:before {
  content: "\e600";
}

.social-share .icon-twitter1:before {
  content: "\e628";
}

.social-share .icon-instagram1:before {
  content: "\e88f";
}

.social-share .icon-tiktok1:before {
  content: "\e601";
}

.social-share .icon-youtube1:before {
  content: "\e62d";
}