@charset "utf-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Poppins", "Noto Sans SC", sans-serif !important;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #666666;
  --color-zt: #2887C9;
  --head-height: 4.375rem;
  --cbasta: 13.5416666667%;
  --jb-color: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
  }
}

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

.wh1 {
  padding: 0 5.2083333333%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: var(--color-zt);
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid var(--color-zt);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-zt);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: var(--color-zt);
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: var(--color-zt);
}
.more-msl.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-msl.ls {
  color: var(--color-zt);
  background: transparent;
  border-color: var(--color-zt);
}
.more-msl.ls:before {
  background: var(--color-zt);
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.95rem 3.25rem;
  border-radius: 3.125rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 2.2rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  border-color: var(--color-zt);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bs {
  color: #fff;
  border-color: #fff;
}
.more-b.bs::after {
  background-color: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
}

.more-a {
  width: 10.75rem;
  position: relative;
  color: var(--color-zt);
  font-size: 1rem;
  line-height: 1.5em;
  aspect-ratio: 172/55;
}
.more-a svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  aspect-ratio: 172/55;
  -o-object-fit: cover;
     object-fit: cover;
}
.more-a:hover {
  color: #fff;
}
.more-a:hover svg {
  fill: url(#paint0_linear_657_12990);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  --as-calore: #fff;
  line-height: var(--head-height);
  position: relative;
  background: #070707;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.5625rem;
}
.head .head2 .tela a {
  color: var(--as-calore);
  line-height: 1.25rem;
  font-size: 1.125rem;
}
.head .head2 .tela a i {
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.5rem;
}
.head .head2 .zywena {
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3rem;
  width: 5.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
.head .head2 .zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .yy-sec a:hover {
  color: var(--color-zt);
}
.head .head2 .sska {
  line-height: 1em;
  padding: 0 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 1.5rem;
}
@media (max-width: 1024px) {
  .head .head2 .sska {
    margin: 0 1rem;
    padding: 0 1rem;
  }
}
.head .head2 .sska a {
  color: var(--as-calore);
}
.head .head2 .sska a i {
  font-size: 1.25rem;
}
.head .head2 .logout {
  margin-left: 1.85rem;
}
.head .head2 .logout a {
  color: var(--as-calore);
  gap: 0.5rem;
}
.head .head2 .logout a i {
  font-size: 1.25rem;
}
#menu .nav_a1 > li {
  float: left;
}
#menu .nav_a1 > li a {
  display: block;
  color: #FFFFFF;
}
#menu .nav_a1 > li > a {
  font-size: 1rem;
  padding: 0 1.9625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 > li > a {
    padding: 0 1.45em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 > li > a {
    padding: 0 1.25em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.85em;
  }
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 > li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 > li .sec {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0%;
  background: white;
  z-index: 9;
  text-align: center;
  padding: 2.9375rem 0 3.375rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 > li .sec.secax {
  padding: 0;
}
#menu .nav_a1 > li .sec .fnzs-list dl {
  width: 12.5%;
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl u {
  display: block;
  font-size: 0;
  width: 3.375rem;
  margin: 0 auto;
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl u img {
  width: 100%;
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl p {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl:hover u img {
  -webkit-filter: invert(48%) sepia(82%) saturate(1405%) hue-rotate(179deg) brightness(83%) contrast(87%);
          filter: invert(48%) sepia(82%) saturate(1405%) hue-rotate(179deg) brightness(83%) contrast(87%);
}
#menu .nav_a1 > li .sec .fnzs-list dl a.bl:hover p {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 > li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1 {
  width: 27.0833333333%;
  background: #FAFAFA;
  padding: 3.375rem 0;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1 li a {
  display: block;
  color: #666666;
  font-size: 1.25rem;
  line-height: 4.375rem;
  padding: 0 2% 0 45%;
  text-align: left;
  font-weight: 500;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1 li.on a, #menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b1 li:hover a {
  color: #fff;
  background: var(--jb-color);
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 {
  width: 72.9166666667%;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 > li {
  display: none;
  padding: 3.375rem var(--cbasta) 4.375rem 5%;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 > li .ahds1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 > li .ahds1 li a.img {
  display: block;
  padding: 0;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 > li .ahds1 li a.img u {
  display: block;
  font-size: 0;
  background: #FAFAFA;
  padding: 2rem 0.75rem;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 > li .ahds1 li a.img u img {
  width: 100%;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 > li .ahds1 li a.img p {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
}
#menu .nav_a1 > li .sec .cp-nav-v1 .cp-nav-b2 > li .ahds1 li a.img:hover p {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#menu .nav_a1 > li:hover .sec,
#menu .nav_a1 > li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 > li:hover > a, #menu .nav_a1 > li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 > li:hover > a span::after, #menu .nav_a1 > li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: var(--color-zt);
}

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

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

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

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

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #fff;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img .ax1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 1920/920;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img .ax1 {
    aspect-ratio: 9/12;
  }
}
.pc-banner .mySwipera .swiper-slide .img .ax1 img {
  height: auto;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img .ax1 img {
    height: 100%;
  }
}
.pc-banner .mySwipera .swiper-slide .img .ax2 {
  width: 100%;
  font-size: 0;
  -webkit-mask-image: url(../images/bj1.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 42.1875rem 42.3125rem;
  -webkit-mask-position: 90% bottom;
  position: relative;
  -webkit-filter: drop-shadow(0 0 3.75rem rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 3.75rem rgba(0, 0, 0, 0.4));
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img .ax2 {
    -webkit-mask-size: 50%;
  }
  .pc-banner .mySwipera .swiper-slide .img .ax2 img {
    aspect-ratio: 9/12.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.pc-banner .mySwipera .swiper-slide .img .ax2::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.pc-banner .mySwipera .swiper-slide .img .ax2::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 185, 188, 0.2);
  z-index: 2;
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font-size: 3.375rem;
  line-height: 1.25em;
  margin-top: 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.65rem;
  }
}
.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  z-index: 9;
  text-align: left;
}
.pc-banner .mySwipera .er-gat .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.pc-banner .mySwipera .er-gat .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.pc-banner .mySwipera .er-gat .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.pc-banner .mySwipera .er-gat .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pc-banner .mySwipera .er-gat .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 6.5s;
     -moz-animation-duration: 6.5s;
       -o-animation-duration: 6.5s;
          animation-duration: 6.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}
.pc-banner a.mouse .xdt {
  width: 2.9375rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt img {
  width: 100%;
}

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

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

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

@keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes run {
  from {
    bottom: 13%;
    opacity: 0;
  }
  to {
    bottom: 11%;
    opacity: 1;
  }
}
@-moz-keyframes run {
  from {
    bottom: 13%;
    opacity: 0;
  }
  to {
    bottom: 11%;
    opacity: 1;
  }
}
@-o-keyframes run {
  from {
    bottom: 13%;
    opacity: 0;
  }
  to {
    bottom: 11%;
    opacity: 1;
  }
}
@keyframes run {
  from {
    bottom: 13%;
    opacity: 0;
  }
  to {
    bottom: 11%;
    opacity: 1;
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #666;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
  display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.gong-p sup{
    font-size: 1.3rem;
    top:-.1em;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1 sup{
    font-size: 1.3rem;
    top:-.1em;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 .entit {
  background: var(--jb-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.75rem;
  line-height: 1.25em;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.8rem;
  }
}
.title1 .entit span {
  font-weight: 400;
  display: block;
}
.title1 .tit {
  color: #1D1D1F;
  font-size: 2.9375rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .p1 {
  color: #3D3D3D;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 1.35rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title1 .p1 {
    font-size: 1.15rem;
    margin-top: 0.85rem;
  }
}
.title1.bs .entit {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background: inherit;
}
.title1.bs .tit {
  color: #fff;
}
.title1.ta .entit {
  margin: 0 auto;
}

@-webkit-keyframes pxl-circle-move-animation {
  0% {
    -webkit-transform: rotate(0) translate(-16%) rotate(0);
            transform: rotate(0) translate(-16%) rotate(0);
  }
  25% {
    -webkit-transform: rotate(360deg) translate(-16%) rotate(-360deg);
            transform: rotate(360deg) translate(-16%) rotate(-360deg);
  }
  50% {
    -webkit-transform: rotate(720deg) translate(-16%) rotate(-720deg);
            transform: rotate(720deg) translate(-16%) rotate(-720deg);
  }
  75% {
    -webkit-transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
            transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
  }
  100% {
    -webkit-transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
            transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
  }
}

@-moz-keyframes pxl-circle-move-animation {
  0% {
    -moz-transform: rotate(0) translate(-16%) rotate(0);
         transform: rotate(0) translate(-16%) rotate(0);
  }
  25% {
    -moz-transform: rotate(360deg) translate(-16%) rotate(-360deg);
         transform: rotate(360deg) translate(-16%) rotate(-360deg);
  }
  50% {
    -moz-transform: rotate(720deg) translate(-16%) rotate(-720deg);
         transform: rotate(720deg) translate(-16%) rotate(-720deg);
  }
  75% {
    -moz-transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
         transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
  }
  100% {
    -moz-transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
         transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
  }
}

@-o-keyframes pxl-circle-move-animation {
  0% {
    -o-transform: rotate(0) translate(-16%) rotate(0);
       transform: rotate(0) translate(-16%) rotate(0);
  }
  25% {
    -o-transform: rotate(360deg) translate(-16%) rotate(-360deg);
       transform: rotate(360deg) translate(-16%) rotate(-360deg);
  }
  50% {
    -o-transform: rotate(720deg) translate(-16%) rotate(-720deg);
       transform: rotate(720deg) translate(-16%) rotate(-720deg);
  }
  75% {
    -o-transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
       transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
  }
  100% {
    -o-transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
       transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
  }
}

@keyframes pxl-circle-move-animation {
  0% {
    -webkit-transform: rotate(0) translate(-16%) rotate(0);
       -moz-transform: rotate(0) translate(-16%) rotate(0);
         -o-transform: rotate(0) translate(-16%) rotate(0);
            transform: rotate(0) translate(-16%) rotate(0);
  }
  25% {
    -webkit-transform: rotate(360deg) translate(-16%) rotate(-360deg);
       -moz-transform: rotate(360deg) translate(-16%) rotate(-360deg);
         -o-transform: rotate(360deg) translate(-16%) rotate(-360deg);
            transform: rotate(360deg) translate(-16%) rotate(-360deg);
  }
  50% {
    -webkit-transform: rotate(720deg) translate(-16%) rotate(-720deg);
       -moz-transform: rotate(720deg) translate(-16%) rotate(-720deg);
         -o-transform: rotate(720deg) translate(-16%) rotate(-720deg);
            transform: rotate(720deg) translate(-16%) rotate(-720deg);
  }
  75% {
    -webkit-transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
       -moz-transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
         -o-transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
            transform: rotate(1080deg) translate(-16%) rotate(-1080deg);
  }
  100% {
    -webkit-transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
       -moz-transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
         -o-transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
            transform: rotate(1440deg) translate(-16%) rotate(-1440deg);
  }
}
@-webkit-keyframes moveAnimation {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10%, -20%);
            transform: translate(-10%, -20%);
  }
  50% {
    -webkit-transform: translate(-10%);
            transform: translate(-10%);
  }
  75% {
    -webkit-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-moz-keyframes moveAnimation {
  0% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  25% {
    -moz-transform: translate(-10%, -20%);
         transform: translate(-10%, -20%);
  }
  50% {
    -moz-transform: translate(-10%);
         transform: translate(-10%);
  }
  75% {
    -moz-transform: translate(-10%, 10%);
         transform: translate(-10%, 10%);
  }
  to {
    -moz-transform: translate(0);
         transform: translate(0);
  }
}
@-o-keyframes moveAnimation {
  0% {
    -o-transform: translate(0);
       transform: translate(0);
  }
  25% {
    -o-transform: translate(-10%, -20%);
       transform: translate(-10%, -20%);
  }
  50% {
    -o-transform: translate(-10%);
       transform: translate(-10%);
  }
  75% {
    -o-transform: translate(-10%, 10%);
       transform: translate(-10%, 10%);
  }
  to {
    -o-transform: translate(0);
       transform: translate(0);
  }
}
@keyframes moveAnimation {
  0% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10%, -20%);
       -moz-transform: translate(-10%, -20%);
         -o-transform: translate(-10%, -20%);
            transform: translate(-10%, -20%);
  }
  50% {
    -webkit-transform: translate(-10%);
       -moz-transform: translate(-10%);
         -o-transform: translate(-10%);
            transform: translate(-10%);
  }
  75% {
    -webkit-transform: translate(-10%, 10%);
       -moz-transform: translate(-10%, 10%);
         -o-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%);
  }
  to {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
}
.cont1 {
  padding: 6.5625rem 0 11rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0 2.25rem;
  }
}
.cont1 .a1v1 {
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .cont1 .a1v1 {
    padding: 0 var(--cbasta);
  }
}
.cont1 .a1v1 .a1b1 {
  width: 39.156626506%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b1 .p1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .p1 {
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .a1b1 a.more-a {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 a.more-a {
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 {
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 {
    margin-top: 1.5rem;
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 li {
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 li .data {
  background: var(--jb-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 li .data {
    font-size: 2.75rem;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 li .data sup {
  font-size: 2rem;
  line-height: 1em;
  vertical-align: top;
  top: 0;
  background: var(--jb-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 li .data sup {
    font-size: 1.25rem;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 li p {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.15rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1b1c1 li p {
    font-size: 1rem;
  }
}
.cont1 .a1v1 .a1b2 {
  width: 57.8313253012%;
  position: relative;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
    display: none;
  }
}
.cont1 .a1v1 .a1b2 svg {
  width: 100%;
}
.cont1 .a1v1 .a1b2 img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .has1 {
    display: none;
  }
}
.cont1 .a1v1 .a1b2 .has1 li {
  width: 8.5%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #2AA1D0;
  -webkit-animation-name: moveAnimation;
     -moz-animation-name: moveAnimation;
       -o-animation-name: moveAnimation;
          animation-name: moveAnimation;
  -webkit-animation-duration: 10s;
     -moz-animation-duration: 10s;
       -o-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: ease;
     -moz-animation-timing-function: ease;
       -o-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(1) {
  width: 8.5%;
  left: 0;
  top: 43.5%;
  background: #5BC2DA;
  -webkit-animation: pxl-circle-move-animation 10s infinite linear;
     -moz-animation: pxl-circle-move-animation 10s infinite linear;
       -o-animation: pxl-circle-move-animation 10s infinite linear;
          animation: pxl-circle-move-animation 10s infinite linear;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(2) {
  left: 16.8%;
  top: 7.6%;
  -webkit-animation-duration: 6s;
     -moz-animation-duration: 6s;
       -o-animation-duration: 6s;
          animation-duration: 6s;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(3) {
  left: 8.7%;
  top: 81.2%;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(4) {
  left: 34.4%;
  top: 1.6%;
  -webkit-animation: pxl-circle-move-animation 20s infinite linear;
     -moz-animation: pxl-circle-move-animation 20s infinite linear;
       -o-animation: pxl-circle-move-animation 20s infinite linear;
          animation: pxl-circle-move-animation 20s infinite linear;
  background: #295FAC;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(5) {
  left: 26.1%;
  top: 60.5%;
  -webkit-animation-duration: 7s;
     -moz-animation-duration: 7s;
       -o-animation-duration: 7s;
          animation-duration: 7s;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(6) {
  left: 34.2%;
  top: 43.2%;
  -webkit-animation-duration: 6s;
     -moz-animation-duration: 6s;
       -o-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
  background: #20A9D0;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(7) {
  left: 34.6%;
  top: 75.95%;
  -webkit-animation-duration: 10s;
     -moz-animation-duration: 10s;
       -o-animation-duration: 10s;
          animation-duration: 10s;
  background: #4ABDC5;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(8) {
  left: 42.1%;
  top: 23.8%;
  -webkit-animation-duration: 11s;
     -moz-animation-duration: 11s;
       -o-animation-duration: 11s;
          animation-duration: 11s;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
  background: #63C1B6;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(9) {
  left: 52.1%;
  top: 24.8%;
  -webkit-animation-duration: 8s;
     -moz-animation-duration: 8s;
       -o-animation-duration: 8s;
          animation-duration: 8s;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(10) {
  left: 51.61%;
  top: 44.98%;
  -webkit-animation-duration: 7s;
     -moz-animation-duration: 7s;
       -o-animation-duration: 7s;
          animation-duration: 7s;
  background: #4ABDC5;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(11) {
  left: 59.5%;
  top: 6.9%;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 4s;
     -moz-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  background: #63C1B6;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(12) {
  left: 65.5%;
  top: 24%;
  -webkit-animation-duration: 4s;
     -moz-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  background: #4ABDC5;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(13) {
  left: 49.5%;
  top: 76.69%;
  -webkit-animation-duration: 8s;
     -moz-animation-duration: 8s;
       -o-animation-duration: 8s;
          animation-duration: 8s;
  background: #295FAC;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(14) {
  left: 71.5%;
  top: 7%;
  -webkit-animation-duration: 7s;
     -moz-animation-duration: 7s;
       -o-animation-duration: 7s;
          animation-duration: 7s;
  background: #4ABDC5;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(15) {
  left: 78%;
  top: 23.5%;
  -webkit-animation-duration: 9s;
     -moz-animation-duration: 9s;
       -o-animation-duration: 9s;
          animation-duration: 9s;
  background: #63C1B6;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(16) {
  left: 72.2%;
  top: 41.5%;
  -webkit-animation-duration: 8s;
     -moz-animation-duration: 8s;
       -o-animation-duration: 8s;
          animation-duration: 8s;
  background: #5BC2DA;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(17) {
  left: 61.3%;
  top: 76.5%;
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
       -o-animation-duration: 5s;
          animation-duration: 5s;
  background: #4ABDC5;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(18) {
  left: 84.32%;
  top: 40.5%;
  -webkit-animation-duration: 10s;
     -moz-animation-duration: 10s;
       -o-animation-duration: 10s;
          animation-duration: 10s;
  background: #4ABDC5;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(19) {
  left: 79.2%;
  top: 58.5%;
  -webkit-animation-duration: 11s;
     -moz-animation-duration: 11s;
       -o-animation-duration: 11s;
          animation-duration: 11s;
}
.cont1 .a1v1 .a1b2 .has1 li:nth-child(20) {
  left: 72.82%;
  top: 76.35%;
  -webkit-animation-duration: 6s;
     -moz-animation-duration: 6s;
       -o-animation-duration: 6s;
          animation-duration: 6s;
  background: #63C1B6;
}

.cont2 {
  background: var(--jb-color);
  padding: 11rem 0 7.0625rem;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 3rem 0;
  }
}
.cont2 .a2v1 {
  position: relative;
}
.cont2 .a2v1 .jt-more > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  top: 30%;
}
.cont2 .a2v1 .jt-more > div.swiper-button-next1 {
  right: -15%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .jt-more > div.swiper-button-next1 {
    right: -7%;
  }
}
.cont2 .a2v1 .jt-more > div.swiper-button-prev1 {
  left: -15%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .jt-more > div.swiper-button-prev1 {
    left: -7%;
  }
}
.cont2 .a2v1 .jt-more > div i {
  color: #fff;
  font-size: 8rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .jt-more > div i {
    font-size: 4rem;
  }
}
.cont2 .a2v1 .jt-more > div.swiper-button-disabled {
  opacity: 0.5;
}
.cont2 .a2v1 .mySwiper1 .swiper-slide {
  position: relative;
  z-index: 1;
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .title-a {
  background: -webkit-linear-gradient(top, #FFF -103.82%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, #FFF -103.82%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #FFF -103.82%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFF -103.82%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.5rem;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 1.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .mySwiper1 .swiper-slide .title-a {
    font-size: 2.25rem;
  }
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .ashx1 li {
  width: 65%;
  margin: 0 auto;
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .ashx1 li a.img {
  display: block;
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .ashx1 li a.img img {
  width: 100%;
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .xja2 {
  gap: 1rem 3.75rem;
  margin-top: -2rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .mySwiper1 .swiper-slide .xja2 {
    margin-top: 1rem;
    gap: 1rem 1.5rem;
  }
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .xja2 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .xja2 li a.name {
  display: block;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .mySwiper1 .swiper-slide .xja2 li a.name {
    font-size: 1.25rem;
  }
}
.cont2 .a2v1 .mySwiper1 .swiper-slide .xja2 li:hover a.name, .cont2 .a2v1 .mySwiper1 .swiper-slide .xja2 li.on a.name {
  border-color: #fff;
}

.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.5s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -o-transform 0.3s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -moz-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.cont3 {
  padding: 8.625rem 0 6.25rem;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0;
  }
}
.cont3 .a3v1 .a3b1 {
  width: 15.4166666667%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b1 .title1 .entit {
  line-height: 1em;
  margin-bottom: 0.5rem;
}
.cont3 .a3v1 .a3b1 a.more-a {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 a.more-a {
    margin-top: 1rem;
  }
}
.cont3 .a3v1 .a3b2 {
  width: 52.2916666667%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 {
    width: 100%;
    margin-top: 1.85rem;
  }
}
.cont3 .a3v1 .a3b2 li a.img {
  display: block;
}
.cont3 .a3v1 .a3b2 li a.img i {
  display: block;
  font-size: 0;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
}
.cont3 .a3v1 .a3b2 li a.img i img {
  width: 100%;
  aspect-ratio: 1004/547;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont3 .a3v1 .a3b2 li a.img .cont-p {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 li a.img .cont-p {
    margin-top: 0.75rem;
  }
}
.cont3 .a3v1 .a3b2 li a.img .cont-p u {
  display: block;
  font-size: 0;
  width: 3.75rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 li a.img .cont-p u {
    width: 3rem;
  }
}
.cont3 .a3v1 .a3b2 li a.img .cont-p u img {
  width: 100%;
}
.cont3 .a3v1 .a3b2 li a.img .cont-p .asxt {
  width: -webkit-calc(100% - 3.75rem);
  width: -moz-calc(100% - 3.75rem);
  width: calc(100% - 3.75rem);
  padding-left: 1.5rem;
  color: #666666;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 li a.img .cont-p .asxt {
    width: -webkit-calc(100% - 3rem);
    width: -moz-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}
.cont3 .a3v1 .a3b2 li a.img .cont-p .asxt .tit {
  font-size: 1.6875rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 li a.img .cont-p .asxt .tit {
    font-size: 1.5rem;
  }
}
.cont3 .a3v1 .a3b2 li a.img .cont-p .asxt .p1 {
  font-size: 1.375rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 li a.img .cont-p .asxt .p1 {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}
.cont3 .a3b3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4.875rem;
}
@media (max-width: 768px) {
  .cont3 .a3b3 {
    margin-top: 1.5rem;
  }
}
.cont3 .a3b3 li {
  width: 50%;
}
@media (max-width: 768px) {
  .cont3 .a3b3 li {
    width: 100%;
  }
}
.cont3 .a3b3 li a.img {
  display: block;
}
.cont3 .a3b3 li a.img i {
  display: block;
  font-size: 0;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
}
.cont3 .a3b3 li a.img i img {
  width: 100%;
  aspect-ratio: 699/507;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont3 .a3b3 li a.img .cont-p {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3b3 li a.img .cont-p {
    margin-top: 0.75rem;
  }
}
.cont3 .a3b3 li a.img .cont-p u {
  display: block;
  font-size: 0;
  width: 3.75rem;
}
@media (max-width: 768px) {
  .cont3 .a3b3 li a.img .cont-p u {
    width: 3rem;
  }
}
.cont3 .a3b3 li a.img .cont-p u img, .cont3 .a3b3 li a.img .cont-p u svg {
  width: 100%;
}
.cont3 .a3b3 li a.img .cont-p .asxt {
  width: -webkit-calc(100% - 3.75rem);
  width: -moz-calc(100% - 3.75rem);
  width: calc(100% - 3.75rem);
  padding-left: 1.5rem;
  color: #666666;
}
@media (max-width: 768px) {
  .cont3 .a3b3 li a.img .cont-p .asxt {
    width: -webkit-calc(100% - 3rem);
    width: -moz-calc(100% - 3rem);
    width: calc(100% - 3rem);
  }
}
.cont3 .a3b3 li a.img .cont-p .asxt .tit {
  font-size: 1.6875rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont3 .a3b3 li a.img .cont-p .asxt .tit {
    font-size: 1.5rem;
  }
}
.cont3 .a3b3 li a.img .cont-p .asxt .p1 {
  font-size: 1.375rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont3 .a3b3 li a.img .cont-p .asxt .p1 {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}
.cont3 .a3b3 li:nth-child(2) {
  width: 42.7142857143%;
  margin-top: 8.75rem;
}
@media (max-width: 768px) {
  .cont3 .a3b3 li:nth-child(2) {
    width: 100%;
    margin-top: 1.75rem;
  }
}
.cont3 .a3b3 li:nth-child(2) a.img i img {
  aspect-ratio: 598/486;
}

.cont4 .a4v1 {
  position: relative;
}
.cont4 .a4v1 u {
  display: block;
  font-size: 0;
}
.cont4 .a4v1 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont4 .a4v1 u img {
    aspect-ratio: 9/12;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont4 .a4v1 .cont-p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.cont4 .a4v1 .cont-p .tit {
  font-size: 2.9375rem;
  line-height: 1.125em;
  padding: 0 15%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .cont-p .tit {
    font-size: 1.65rem;
    padding: 0;
    line-height: 1.5em;
  }
}
.cont4 .a4v1 .cont-p a.more-a {
  margin: 2rem auto 0;
  color: #fff;
  gap: 1rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .cont-p a.more-a {
    margin-top: 1.25rem;
  }
}
.cont4 .a4v1 .cont-p a.more-a i {
  display: block;
  font-size: 0;
  width: 0.5938rem;
}
.cont4 .a4v1 .cont-p a.more-a i img {
  width: 100%;
}

.cont5 {
  padding: 8.25rem 0 5.125rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2.65rem 0;
  }
}
.cont5 u {
  display: block;
  font-size: 0;
  width: 23.2291666667%;
  position: absolute;
  left: 0;
  top: -35%;
  z-index: -1;
}
@media (max-width: 768px) {
  .cont5 u {
    top: -2%;
    opacity: 0.25;
  }
}
.cont5 u img {
  width: 100%;
}
.cont5 .a5v1 {
  gap: 1rem;
}
.cont5 .a5v1 a.more-a {
  margin-bottom: 0.5rem;
}
.cont5 .a5v2 {
  margin-top: 3.2375rem;
}
@media (max-width: 768px) {
  .cont5 .a5v2 {
    margin-top: 1.35rem;
  }
}
.cont5 .a5v2 .a5_b1 {
  width: 48.1428571429%;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5_b1 {
    width: 100%;
  }
}
.cont5 .a5v2 .a5_b1 li {
  display: none;
}
.cont5 .a5v2 .a5_b1 li .img {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
  overflow: hidden;
}
.cont5 .a5v2 .a5_b1 li .img img {
  width: 100%;
  aspect-ratio: 674/434;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont5 .a5v2 .a5_b2 {
  width: 48.1428571429%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont5 .a5v2 .a5_b2 li {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.cont5 .a5v2 .a5_b2 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: var(--jb-color);
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont5 .a5v2 .a5_b2 li .data {
  width: 7.5rem;
  text-align: center;
  color: #666668;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5_b2 li .data {
    width: 6.5rem;
  }
}
.cont5 .a5v2 .a5_b2 li .data b {
  font-size: 2.1875rem;
  line-height: 1.125em;
  font-weight: 500;
}
.cont5 .a5v2 .a5_b2 li .data p {
  font-size: 1rem;
  line-height: 1.25em;
}
.cont5 .a5v2 .a5_b2 li .tit {
  width: -webkit-calc(100% - 7.5rem);
  width: -moz-calc(100% - 7.5rem);
  width: calc(100% - 7.5rem);
  color: #1D1D1F;
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 0 1.5em;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5_b2 li .tit {
    width: -webkit-calc(100% - 6.5rem);
    width: -moz-calc(100% - 6.5rem);
    width: calc(100% - 6.5rem);
    padding: 0 1em;
  }
}
.cont5 .a5v2 .a5_b2 li:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cont5 .a5v2 .a5_b2 li a.flex {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 768px) {
  .cont5 .a5v2 .a5_b2 li a.flex {
    padding: 1rem 0;
  }
}
.cont5 .a5v2 .a5_b2 li a.flex:hover .data {
  color: transparent;
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cont5 .a5v2 .a5_b2 li a.flex:hover .tit {
  color: transparent;
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cont6 {
  background: #F5F5F5;
  padding: 4.75rem 0 4rem;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 2.5rem 0;
  }
}
.cont6 .a6_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .cont6 .a6_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.cont6 .a6_list1 li {
  text-align: center;
}
.cont6 .a6_list1 li u {
  display: block;
  font-size: 0;
  width: 4.375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont6 .a6_list1 li u {
    width: 3.65rem;
  }
}
.cont6 .a6_list1 li u img, .cont6 .a6_list1 li u svg {
  width: 100%;
}
.cont6 .a6_list1 li .tit {
  color: #1D1D1F;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0.85rem 0;
}
@media (max-width: 768px) {
  .cont6 .a6_list1 li .tit {
    padding: 0.5rem 0;
    font-size: 1.35rem;
  }
}
.cont6 .a6_list1 li a.asjhxa {
  color: #1D1D1F;
  font-size: 1rem;
  line-height: 1.5em;
  gap: 0.25rem;
}
.cont6 .a6_list1 li a.asjhxa i {
  font-weight: 700;
  font-size: 0.75rem;
}
.cont6 .a6_list1 li a.asjhxa:hover {
  color: transparent;
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.foot-fot {
  position: relative;
  background: #272727;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4.75rem 0 3.125rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foota1-v1 {
  margin-bottom: 3.5rem;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 {
  width: 35.7142857143%;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 .tit {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25em;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 form {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  margin-top: 1.35rem;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 form .conx input {
  width: -webkit-calc(100% - 5rem);
  width: -moz-calc(100% - 5rem);
  width: calc(100% - 5rem);
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 3.4375rem;
  background: transparent;
  padding: 0 1em;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 form .conx input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #FFFFFF;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 form .conx input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 form .conx input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFFFFF;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 form .conx input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 form .conx button {
  width: 5rem;
  border: none;
  background: transparent;
  line-height: 3.4375rem;
}
.foot-fot .foota1 .foota1-v1 .foota1-a1 form .conx button i {
  font-size: 1.125rem;
  color: #fff;
}
.foot-fot .foota1 .foota1-v1 .foota1-a2 .iax img {
  height: 5.8125rem;
}
.foot-fot .foota1 .foot-tit {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.foot-fot .foota1 .foot-tit a {
  color: #fff;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 2em;
}
.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .fo-a2 .p1 {
  color: #fff;
  font-size: 1rem;
  line-height: 2em;
  margin-top: 0.8em;
}
.foot-fot .foota1 .fo-a2 .smdza {
  margin-top: 0.8rem;
  gap: 0.5rem;
}
.foot-fot .foota1 .fo-a2 .smdza li {
  position: relative;
}
.foot-fot .foota1 .fo-a2 .smdza li a.img {
  color: #fff;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 50%;
}
.foot-fot .foota1 .fo-a2 .smdza li a.img img {
  width: 56%;
}
.foot-fot .foota1 .fo-a2 .smdza li a.img:hover {
  background: var(--jb-color);
}
.foot-fot .foota1 .fo-a2 .smdza li .secazx {
  position: absolute;
  left: 50%;
  bottom: 110%;
  width: 7rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 0.35rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
  display: none;
}
.foot-fot .foota1 .fo-a2 .smdza li .secazx img {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 .smdza li:hover .secazx {
  display: block;
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  color: #fff;
  border: none;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.125rem;
  background: rgba(255, 255, 255, 0.1);
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: var(--jb-color);
  color: #fff;
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65em;
  padding: 1.55em 0;
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.7);
}
.foot-fot .foota2 a:hover {
  color: white;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  width: 3.375rem;
  border-radius: 3rem;
  padding: 0.5rem 0;
  margin-top: 1rem;
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li.tops {
  display: none;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 1rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha .aat_list li > a i img {
  height: 1.75rem;
}
.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: var(--color-zt);
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--color-zt);
  border-color: var(--color-zt);
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
    display: none;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

.xw_ny_banner {
  background: var(--jb-color);
  padding: 10rem 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 .banner-cont {
  color: #fff;
}
.xw_ny_banner .banner-cont .p1 {
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .xw_ny_banner .banner-cont .p1 {
    font-size: 2rem;
  }
}
.xw_ny_banner .banner-cont .p2 {
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .xw_ny_banner .banner-cont .p2 {
    font-size: 1.8rem;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "Poppins";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li.flex {
  padding: 1rem 0;
}
.ss-list li.flex + li.flex {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li.flex + li.flex {
    margin-top: 0.5rem;
  }
}
.ss-list li.flex div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li.flex div.img {
    width: 100%;
  }
}
.ss-list li.flex div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li.flex .xw-nycont {
  width: 72%;
}
.ss-list li.flex .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li.flex .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li.flex .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li.flex .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li.flex .xw-nycont span {
  color: var(--color-zt);
  font: 500 1rem/1.5em "Poppins";
}
.ss-list li.flex .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "Poppins";
}
.ss-list li.flex .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li.flex .xw-nycont a.more-msl {
  margin-top: 1em;
}
.ss-list li.asx1 {
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.ss-list li.asx1 + li.asx1 {
  margin-top: 1.5rem;
}
.ss-list li.asx1 a.block-asx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 4%;
  width: 100%;
  height: 100%;
  color: #666666;
}
@media (max-width: 768px) {
  .ss-list li.asx1 a.block-asx {
    padding: 2rem 7.5%;
  }
}
.ss-list li.asx1 a.block-asx .img {
  width: 3.375rem;
  font-size: 0;
  margin-right: 1.5rem;
}
.ss-list li.asx1 a.block-asx .img img {
  width: 100%;
}
.ss-list li.asx1 a.block-asx .tit {
  font-size: 1.125rem;
  line-height: 1.5em;
}
.ss-list li.asx1 a.block-asx .ftit {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
.ss-list li.asx1 a.block-asx .dghfx {
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.5em;
  gap: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .ss-list li.asx1 a.block-asx .dghfx {
    margin-top: 1rem;
    width: 100%;
    text-align: right;
    display: block;
  }
}
.ss-list li.asx1:hover {
  background: var(--jb-color);
}
.ss-list li.asx1:hover a.block-asx {
  color: #fff;
}
.ss-list li.asx1:hover a.block-asx .img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
  z-index: 2;
}
.nbanner .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nbanner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nbanner .img .ax1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 1920/920;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nbanner .img .ax1 {
    aspect-ratio: 9/9;
  }
}
.nbanner .img .ax1 img {
  height: auto;
}
@media (max-width: 768px) {
  .nbanner .img .ax1 img {
    height: 100%;
  }
}
.nbanner .img .ax2 {
  width: 100%;
  font-size: 0;
  -webkit-mask-image: url(../images/bj1.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 42.1875rem 42.3125rem;
  -webkit-mask-position: 90% bottom;
  position: relative;
  -webkit-filter: drop-shadow(0 0 3.75rem rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 3.75rem rgba(0, 0, 0, 0.4));
}
@media (max-width: 768px) {
  .nbanner .img .ax2 {
    -webkit-mask-size: 50%;
  }
  .nbanner .img .ax2 img {
    aspect-ratio: 9/9.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.nbanner .img .ax2::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.nbanner .img .ax2::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 185, 188, 0.2);
  z-index: 2;
}
.nbanner .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 45%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.8rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media (max-width: 768px) {
  .nbanner .mbx-cont {
    display: none;
  }
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: rgba(102, 102, 102, 0.5);
}
.nbanner .mbx-cont .ajhhsd a {
  color: rgba(102, 102, 102, 0.5);
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: #333;
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: var(--head-height);
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: var(--color-zt);
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_content ul li {
  padding-left: 1em;
  position: relative;
}
.list_content ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
    font-size: 1rem;
  }
}

@-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;
  }
}

.product-content {
  position: relative;
}
.product-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: -8rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.product-content .product-sort-a > li {
  padding: 5.625rem 0;
}
@media (max-width: 768px) {
  .product-content .product-sort-a > li {
    padding: 2.25rem 0;
  }
}
.product-content .product-sort-a > li .cp-tit {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .product-content .product-sort-a > li .cp-tit {
    font-size: 2rem;
  }
}
.product-content .product-sort-a > li .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9375rem 2.5rem;
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .product-content .product-sort-a > li .product-list {
    margin-top: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .product-content .product-sort-a > li .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.product-content .product-sort-a > li .product-list > li a.img {
  display: block;
  padding: 0;
  text-align: center;
}
.product-content .product-sort-a > li .product-list > li a.img u {
  display: block;
  font-size: 0;
  background: #FAFAFA;
  padding: 2.65rem 5%;
}
@media (max-width: 768px) {
  .product-content .product-sort-a > li .product-list > li a.img u {
    padding: 1.65rem 4%;
  }
}
.product-content .product-sort-a > li .product-list > li a.img u img {
  width: 100%;
}
.product-content .product-sort-a > li .product-list > li a.img p {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
}
@media (max-width: 768px) {
  .product-content .product-sort-a > li .product-list > li a.img p {
    font-size: 1.125rem;
  }
}
.product-content .product-sort-a > li .product-list > li a.img:hover p {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro-show-banner {
  background: var(--jb-color);
  padding: 12.125rem 0;
}
@media (max-width: 768px) {
  .pro-show-banner {
    padding: 3.5rem 0;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 {
  width: 43.2857142857%;
  color: #fff;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt1ax {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-right: 20%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt1ax {
    padding-right: 0;
    margin-top: 1rem;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt1ax dl {
  border: 1px solid #fff;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 4rem;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt1ax dl {
    height: 3.5rem;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt1ax dl dt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25em;
  width: 100%;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt1ax dl dt {
    font-size: 1.25rem;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt1ax dl dd {
  font-size: 1rem;
  line-height: 1.25em;
  width: 100%;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt1ax dl dd {
    font-size: 0.875rem;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 2rem;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .tit2 {
  font-size: 2.125rem;
  line-height: 1.25em;
  font-weight: 700;
  margin: 0.75rem 0;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .tit2 {
    font-size: 1.5rem;
    margin: 0.5rem 0;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt {
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .txt {
    font-size: 1.125rem;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .wehxa1 {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .wehxa1 {
    margin-top: 1rem;
    gap: 1rem;
  }
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .wehxa1 a:nth-child(1) {
  color: #fff;
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .wehxa1 a:nth-child(1):hover {
  color: var(--color-zt);
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .wehxa1 a:nth-child(1):hover svg {
  fill: #fff;
}
.pro-show-banner .pro-show-a1v1 .pro-show-a1b1 .wehxa1 a:nth-child(2):hover {
  color: #63C1B6;
}
.pro-show-banner .pro-show-a1v1 .img_tup {
  width: 65.3571428571%;
  margin-right: -9%;
}
@media (max-width: 768px) {
  .pro-show-banner .pro-show-a1v1 .img_tup {
    width: 100%;
    margin-right: 0;
  }
}
.pro-show-banner .pro-show-a1v1 .img_tup .img img {
  width: 100%;
  -webkit-filter: drop-shadow(0.5rem 1.25rem 0.35rem rgba(0, 0, 0, 0.125));
          filter: drop-shadow(0.5rem 1.25rem 0.35rem rgba(0, 0, 0, 0.125));
}

.cp-titx .tit {
  color: #1D1D1F;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cp-titx .tit {
    font-size: 1.8rem;
  }
}
.cp-titx .ftit {
  color: #666666;
  font-size: 1rem;
  line-height: 1.6em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .cp-titx .ftit {
    font-size: 1rem;
    margin-top: 0.785rem;
  }
  .cp-titx .ftit br {
    display: none;
  }
}

.pro-show-cont1 {
  padding: 2rem 0 4rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding: 2rem 0 1rem;
  }
}
.pro-show-cont1 video {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-show-cont1 .pro-show-a1b1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1b1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1b1 li {
  text-align: center;
}
.pro-show-cont1 .pro-show-a1b1 li u {
  display: block;
  font-size: 0;
  width: 4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1b1 li u {
    width: 3.5rem;
  }
}
.pro-show-cont1 .pro-show-a1b1 li u img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1b1 li .tit {
  color: #1D1D1F;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  padding: 0.7em 0 0.35em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1b1 li .tit {
    font-size: 1.35rem;
    padding: 0.5em 0 0.35em;
  }
}
.pro-show-cont1 .pro-show-a1b1 li .p1 {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1b1 li .p1 {
    font-size: 1.125rem;
  }
}

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

.pro-show-cont2 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 1.5rem 0;
  }
}
.pro-show-cont2 .pro-show-a2v1 {
  margin-top: 3.25rem;
  text-align: left;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2v1 {
    margin-top: 1.5rem;
  }
}
.pro-show-cont2 .pro-show-a2v1 p {
  color: #000000;
  font-size: 1.125rem;
  margin-top: 1.5rem;
  line-height: 1.75em;
  text-align: justify;
}
@media (max-width: 768px) {
  .pro-show-cont2 .pro-show-a2v1 p {
    font-size: 1rem;
    margin-top: 1rem;
    text-align: left;
  }
}

.pro-show-cont3 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont3 {
    padding: 1.5rem 0;
  }
}
.pro-show-cont3 .wh .pro-show-a3v1 {
  padding: 0;
}
.pro-show-cont3 .wh .pro-show-a3v1 .pro-show-a3b1 {
  width: 100%;
}
.pro-show-cont3 .pro-show-a3v1 {
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 {
    padding: 0 var(--cbasta);
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 {
  width: 43.9759036145%;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 {
    width: 100%;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 3.375rem;
  gap: 2.75rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 {
    margin-top: 1.5rem;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li {
  text-align: center;
  width: 33.3333333333%;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 2%;
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li:nth-child(4n) {
  border-left: none;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li {
    width: 100%;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li u {
  display: block;
  font-size: 0;
  width: 4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li u {
    width: 3.125rem;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li u img {
  width: 100%;
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li .tit {
  color: #1D1D1F;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  padding: 0.65em 0 0;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li .tit {
    font-size: 1.25rem;
    padding: 0.35em 0 0;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li .p1 {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li .p1 {
    font-size: 1rem;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b1 .ashx_a1 li + li {
    border-left: none;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b2 {
  width: 50.1204819277%;
}
@media (max-width: 768px) {
  .pro-show-cont3 .pro-show-a3v1 .pro-show-a3b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.pro-show-cont3 .pro-show-a3v1 .pro-show-a3b2 .img img {
  width: 100%;
}

.pro-show-cont4 {
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.pro-show-cont4 .cp-titx {
  width: -webkit-calc(100vw - var(--cbasta) * 1.5);
  width: -moz-calc(100vw - var(--cbasta) * 1.5);
  width: calc(100vw - var(--cbasta) * 1.5);
}
@media (max-width: 768px) {
  .pro-show-cont4 {
    padding: 1.5rem 0;
    height: auto;
  }
}
.pro-show-cont4 .pro-show-a4_b1v1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pro-show-cont4 .pro-show-a4_b1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_b1 {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.pro-show-cont4 .pro-show-a4_b1 li {
  width: 650px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 1.0416666667%;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_b1 li {
    padding-right: 0;
    width: auto;
    -webkit-flex-shrink: inherit;
        -ms-flex-negative: inherit;
            flex-shrink: inherit;
  }
}
.pro-show-cont4 .pro-show-a4_b1 li .img img {
  width: 100%;
}
.pro-show-cont4 .pro-show-a4_b1 li .tit {
  color: #1D1D1F;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_b1 li .tit {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}
.pro-show-cont4 .pro-show-a4_b1 li .p1 {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .pro-show-a4_b1 li .p1 {
    font-size: 1rem;
  }
}

.pro-show-cont5 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont5 {
    padding: 1.5rem 0;
  }
}
.pro-show-cont5 .pro-show-a5v1 {
  padding: 0 var(--cbasta);
}
.pro-show-cont5 .pro-show-a5v1 .pro-show-a5b1 {
  width: 50.1204819277%;
}
@media (max-width: 768px) {
  .pro-show-cont5 .pro-show-a5v1 .pro-show-a5b1 {
    width: 100%;
  }
}
.pro-show-cont5 .pro-show-a5v1 .pro-show-a5b1 .img img {
  width: 100%;
}
.pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 {
  width: 49.7590361446%;
  padding-left: 6.0240963855%;
}
@media (max-width: 768px) {
  .pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 {
    width: 100%;
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
.pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .cp-titx .tit {
  font-size: 2.35rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .cp-titx .tit {
    font-size: 1.8rem;
  }
}
.pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .p1 {
  color: #1D1D1F;
  font-size: 1rem;
  line-height: 1.75em;
  padding: 1.5rem 0;
}
.pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .p1 p + p {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .p1 {
    font-size: 1rem;
    padding: 1rem 0;
    line-height: 1.5em;
  }
}
.pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .ashx1 {
  gap: 1rem 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .ashx1 {
    gap: 0.65rem 1rem;
  }
}
.pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .ashx1 li {
  width: 4rem;
}
@media (max-width: 768px) {
  .pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .ashx1 li {
    width: 3.5rem;
  }
}
.pro-show-cont5 .pro-show-a5v1 .pro-show-a5b2 .ashx1 li img {
  width: 100%;
}
.pro-show-cont5.pro-show-cont5a1 .pro-show-a5v1 {
  padding: 0 var(--cbasta);
}
.pro-show-cont5.pro-show-cont5a1 .pro-show-a5v1 .pro-show-a5b2 {
  padding-left: 0;
  padding-right: 6.0240963855%;
}
@media (max-width: 768px) {
  .pro-show-cont5.pro-show-cont5a1 .pro-show-a5v1 .pro-show-a5b2 {
    padding: 0;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.pro-show-cont6 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont6 {
    padding: 1.5rem 0;
  }
}

.pro-show-cont7 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont7 {
    padding: 1.5rem 0;
  }
}
.pro-show-cont7 + .pro-show-cont7 {
  padding-top: 0;
}
.pro-show-cont7 .table-cont {
  overflow-x: auto;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont7 .table-cont {
    margin-top: 1rem;
  }
}
.pro-show-cont7 .table-cont table {
  border: none;
}
@media (max-width: 768px) {
  .pro-show-cont7 .table-cont table {
    min-width: 768px;
  }
}
.pro-show-cont7 .table-cont table thead {
  border-bottom: 2px solid #63C1B6;
}
.pro-show-cont7 .table-cont table thead tr th {
  color: #63C1B6;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.65em;
  border: none;
  text-align: left;
  padding: 1rem 2rem !important;
}
@media (max-width: 768px) {
  .pro-show-cont7 .table-cont table thead tr th {
    font-size: 1.125rem;
    padding: 0.85rem 1.25rem !important;
  }
}
.pro-show-cont7 .table-cont table tbody tr td {
  vertical-align: middle;
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.65em;
  border-right: none;
  border-left: none;
  text-align: left;
  width: 33%;
}
@media (max-width: 768px) {
  .pro-show-cont7 .table-cont table tbody tr td {
    font-size: 1.125rem;
    padding: 0.85rem 1.25rem !important;
  }
}
.pro-show-cont7 .table-cont table tbody tr:nth-child(2n-1) {
  background: #F9F9F9;
}

.case-cont1 {
  padding: 7.1875rem 0;
}
@media (max-width: 768px) {
  .case-cont1 {
    padding: 2.5rem 0 2rem;
  }
}
.case-cont1 .case-a1v1 {
  width: 55.7142857143%;
  margin: 0 auto;
  color: #666666;
  font-size: 1.875rem;
  line-height: 1.45em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1v1 {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.65em;
  }
}

.case-cont2 {
  padding: 2.75rem 0 3.75rem;
}
@media (max-width: 768px) {
  .case-cont2 {
    padding: 1rem 0 1.5rem;
  }
}
.case-cont2 .mySwiper2 {
  padding: 0 var(--cbasta);
}
.case-cont2 .mySwiper2 .swiper-slide .img {
  position: relative;
}
.case-cont2 .mySwiper2 .swiper-slide .img i {
  display: block;
  font-size: 0;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
  overflow: hidden;
}
.case-cont2 .mySwiper2 .swiper-slide .img i img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.case-cont2 .mySwiper2 .swiper-slide .img .cont-p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 10%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .case-cont2 .mySwiper2 .swiper-slide .img .cont-p {
    bottom: 7%;
    padding: 0 7%;
  }
}
.case-cont2 .mySwiper2 .swiper-slide .img .cont-p u {
  display: block;
  font-size: 0;
  width: 3.75rem;
}
@media (max-width: 768px) {
  .case-cont2 .mySwiper2 .swiper-slide .img .cont-p u {
    width: 3.25rem;
  }
}
.case-cont2 .mySwiper2 .swiper-slide .img .cont-p u img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.case-cont2 .mySwiper2 .swiper-slide .img .cont-p .tit {
  color: white;
  font-size: 1.6875rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .case-cont2 .mySwiper2 .swiper-slide .img .cont-p .tit {
    font-size: 1.35rem;
  }
}
.case-cont2 .mySwiper2 .swiper-slide .img .cont-p .asxt {
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.case-cont2 .mySwiper2 .swiper-slide .img .cont-p .asxt .p1 {
  color: white;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .case-cont2 .mySwiper2 .swiper-slide .img .cont-p .asxt .p1 {
    font-size: 1.125rem;
  }
}
.case-cont2 .mySwiper2 .swiper-slide .img .cont-p .asxt a.more-a {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .case-cont2 .mySwiper2 .swiper-slide .img .cont-p .asxt a.more-a {
    margin-top: 1rem;
  }
}
.case-cont2 .mySwiper2 .swiper-slide .img .cont-p .asxt a.more-a:hover {
  color: var(--color-zt);
}
.case-cont2 .mySwiper2 .swiper-slide .img .cont-p .asxt a.more-a:hover svg {
  fill: #fff;
}
.case-cont2 .mySwiper2 .swiper-slide .img:hover i 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);
}
.case-cont2 .mySwiper2 .swiper-slide .img:hover .cont-p {
  bottom: 11%;
}
.case-cont2 .mySwiper2 .swiper-slide .img:hover .cont-p .asxt {
  display: block;
}
.case-cont2 .mySwiper2 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.8rem;
}
@media (max-width: 768px) {
  .case-cont2 .mySwiper2 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}
.case-cont2 .mySwiper2 .swiper-pagination1 span {
  background: #272727;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.75rem;
}
.case-cont2 .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--jb-color);
}

.case-cont3 {
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .case-cont3 {
    padding: 2.5rem 0;
  }
}
.case-cont3 .mySwiper3 {
  padding: 0 1rem;
  margin: 0 -1rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .case-cont3 .mySwiper3 {
    margin-top: 0;
  }
}
.case-cont3 .mySwiper3 a.block {
  border: 1px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-cont3 .mySwiper3 a.block {
    margin-top: 1.25rem;
  }
}
.case-cont3 .mySwiper3 a.block img {
  width: 100%;
}
.case-cont3 .mySwiper3 .swiper-pagination1 {
  margin-top: 1.625rem;
  text-align: center;
}
@media (max-width: 768px) {
  .case-cont3 .mySwiper3 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.case-cont3 .mySwiper3 .swiper-pagination1 span {
  background: #272727;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.75rem;
}
.case-cont3 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--jb-color);
}

.case-cont4 {
  padding: 8.25rem 0 9.75rem;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .case-cont4 {
    padding: 2rem 0;
  }
}
.case-cont4 .tsgd-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .case-cont4 .tsgd-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.case-cont4 .tsgd-list1 li a.a-block {
  display: block;
}
.case-cont4 .tsgd-list1 li a.a-block i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.case-cont4 .tsgd-list1 li a.a-block i img {
  width: 100%;
}
.case-cont4 .tsgd-list1 li a.a-block .wenata {
  margin-top: 1rem;
}
.case-cont4 .tsgd-list1 li a.a-block .wenata .tit {
  color: #1D1D1F;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .case-cont4 .tsgd-list1 li a.a-block .wenata .tit {
    font-size: 1.35rem;
  }
}
.case-cont4 .tsgd-list1 li a.a-block .wenata .p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}

.show-case-cont1 {
  padding-top: 4.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-case-cont1 {
    padding: 2.5rem 0 2rem;
  }
}
.show-case-cont1 .yygs-a1v1 {
  border-radius: 50%;
  border: 1px solid var(--color-zt);
  aspect-ratio: 1/1;
  position: relative;
  width: 92.8571428571%;
  margin: 2.1875rem auto -48%;
  padding: 11.1538461538%;
}
@media (max-width: 768px) {
  .show-case-cont1 .yygs-a1v1 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: inherit;
    border: none;
    aspect-ratio: auto;
  }
}
@media (max-width: 768px) {
  .show-case-cont1 .yygs-a1v1 .yygs-a1b1 {
    display: none;
  }
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b1 li {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--jb-color);
  border-radius: 50%;
  overflow: hidden;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b1 li u {
  display: block;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b1 li u::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--jb-color);
  opacity: 1;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b1 li u img {
  width: 100%;
  visibility: hidden;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b1 li .cont-p {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  text-align: center;
  padding: 0 10%;
  color: #fff;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b1 li .cont-p .tit {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b1 li .cont-p .txt {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .show-case-cont1 .yygs-a1v1 .yygs-a1b2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem 0;
    margin-top: 1.25rem;
  }
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li {
  position: absolute;
}
@media (max-width: 768px) {
  .show-case-cont1 .yygs-a1v1 .yygs-a1b2 li {
    position: static;
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax {
  text-align: center;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax i {
  width: 8.625rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .show-case-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax i {
    width: 6.25rem;
    margin: 0 auto;
  }
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax i::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--jb-color);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 50%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax i img {
  width: 50.7246376812%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax p {
  color: #3D3D3D;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.65rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .show-case-cont1 .yygs-a1v1 .yygs-a1b2 li a.a-nlax p {
    font-size: 1.125rem;
  }
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(1) {
  left: 0;
  top: 26%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(2) {
  left: 14%;
  top: 6%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(3) {
  left: 44%;
  top: -6%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(4) {
  right: 14%;
  top: 6%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li:nth-child(5) {
  right: 0;
  top: 26%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li.on a.a-nlax i, .show-case-cont1 .yygs-a1v1 .yygs-a1b2 li:hover a.a-nlax i {
  background: var(--jb-color);
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2 li.on a.a-nlax i img, .show-case-cont1 .yygs-a1v1 .yygs-a1b2 li:hover a.a-nlax i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(1) {
  left: -3%;
  top: 30%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(2) {
  left: 6%;
  top: 12%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(3) {
  left: 32%;
  top: -3%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(4) {
  right: 32%;
  top: -3%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(5) {
  right: 6%;
  top: 12%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-6 li:nth-child(6) {
  right: -3%;
  top: 30%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-4 li:nth-child(1) {
  left: -1%;
  top: 23%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-4 li:nth-child(2) {
  left: 23%;
  top: -2%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-4 li:nth-child(3) {
  left: auto;
  right: 23%;
  top: -2%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-4 li:nth-child(4) {
  right: -1%;
  top: 23%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-2 li:nth-child(1) {
  left: 21%;
  top: 0%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-2 li:nth-child(2) {
  left: auto;
  right: 21%;
  top: 0%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-3 li:nth-child(1) {
  left: 3%;
  top: 17%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-3 li:nth-child(2) {
  left: 44%;
  top: -6%;
}
.show-case-cont1 .yygs-a1v1 .yygs-a1b2.yygs-a1b2-3 li:nth-child(3) {
  left: auto;
  right: 3%;
  top: 17%;
}

.show-case-cont2 {
  padding: 8.125rem 0 7.8125rem;
  background: rgba(250, 250, 250, 0.9);
}
@media (max-width: 768px) {
  .show-case-cont2 {
    padding: 2.5rem 0;
  }
}
.show-case-cont2 .show-case-a2v1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2v1 {
    margin-top: 1.5rem;
  }
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b1 {
  width: 48.3571428571%;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2v1 .show-case-a2b1 {
    width: 100%;
  }
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b1 li {
  display: none;
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b1 li .img img {
  width: 100%;
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b2 {
  width: 48.3571428571%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2v1 .show-case-a2b2 {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b2 li {
  border-bottom: 1px solid #D9D9D9;
  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;
  padding: 1.5rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2v1 .show-case-a2b2 li {
    padding: 1.25rem 0;
  }
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b2 li .dt {
  width: 100%;
  cursor: pointer;
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b2 li .dt .tit {
  color: #1D1D1F;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  width: -webkit-calc(100% - 1.5rem);
  width: -moz-calc(100% - 1.5rem);
  width: calc(100% - 1.5rem);
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2v1 .show-case-a2b2 li .dt .tit {
    font-size: 1.25rem;
  }
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b2 li .dt i {
  color: #333333;
  font-size: 0.75rem;
  font-weight: 700;
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b2 li .wehha-job {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.5rem;
  display: none;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2v1 .show-case-a2b2 li .wehha-job {
    font-size: 1rem;
  }
}
.show-case-cont2 .show-case-a2v1 .show-case-a2b2 li.active .dt .tit {
  color: #2887C9;
}

.show-case-cont3 {
  background: var(--jb-color);
  padding: 6rem 0 8.5rem;
}
@media (max-width: 768px) {
  .show-case-cont3 {
    padding: 2.5rem 0;
  }
}
.show-case-cont3 .cpys-list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.125rem 1rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .show-case-cont3 .cpys-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
  }
}
.show-case-cont3 .cpys-list1 li {
  text-align: center;
}
.show-case-cont3 .cpys-list1 li .img {
  width: 4rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .show-case-cont3 .cpys-list1 li .img {
    width: 3.5rem;
  }
}
.show-case-cont3 .cpys-list1 li .img img {
  width: 100%;
}
.show-case-cont3 .cpys-list1 li .tit {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .show-case-cont3 .cpys-list1 li .tit {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.show-case-cont4 {
  padding: 7.5rem 0 4.8125rem;
}
@media (max-width: 768px) {
  .show-case-cont4 {
    padding: 2.25rem 0;
  }
}
.show-case-cont4 .show-case-a4v1 {
  position: relative;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4v1 {
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4v1 .jt-more {
    display: none;
  }
}
.show-case-cont4 .show-case-a4v1 .jt-more > div {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.show-case-cont4 .show-case-a4v1 .jt-more > div i {
  font-size: 3.25rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
}
.show-case-cont4 .show-case-a4v1 .jt-more > div.swiper-button-next1 {
  right: -6%;
}
.show-case-cont4 .show-case-a4v1 .jt-more > div.swiper-button-prev1 {
  left: -6%;
}
.show-case-cont4 .show-case-a4v1 .jt-more > div:hover i {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-slide a.img {
  display: block;
  padding: 0;
  text-align: center;
}
.show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  background: #FAFAFA;
  padding: 2.65rem 5%;
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-slide a.img u {
    padding: 1.65rem 4%;
  }
}
.show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-slide a.img u img {
  width: 100%;
}
.show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-slide a.img p {
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-slide a.img p {
    font-size: 1.125rem;
  }
}
.show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-slide a.img:hover p {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-pagination1 {
  margin-top: 1.625rem;
  text-align: center;
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-pagination1 span {
  background: #272727;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.75rem;
}
.show-case-cont4 .show-case-a4v1 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--jb-color);
}

.news-cont1 {
  padding: 2.5rem 0;
  position: relative;
}
.news-cont1:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding: 2rem 0;
  }
}
.news-cont1 .news-a1v1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 {
    margin-top: 1rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 {
  position: relative;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa a.img {
  width: 50%;
  font-size: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa a.img {
    width: 100%;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa a.img img {
  width: 100%;
  aspect-ratio: 724/466;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa .cont-p {
  width: 50%;
  padding: 2rem 5%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa .cont-p {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa .cont-p .data {
  color: var(--color-zt);
  font-size: 1.125rem;
  line-height: 1.5em;
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa .cont-p a.name {
  display: block;
  color: #444444;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0.35rem 0 0.6rem;
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa .cont-p a.name:hover {
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa .cont-p a.name {
    font-size: 1.35rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa .cont-p .p {
  color: #656565;
  font-size: 1rem;
  line-height: 1.7em;
}
.news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa .cont-p a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .swiper-slide .imagsxa .cont-p a.more-b {
    margin-top: 1.25rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .pagination {
  text-align: center;
  display: block;
  position: absolute;
  right: 5%;
  bottom: 2rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .pagination {
    position: static;
    padding-bottom: 1.5rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
.news-cont1 .news-a1v1 .mySwiper5 .pagination button {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(7, 7, 7, 0.82);
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.news-cont1 .news-a1v1 .mySwiper5 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper5 .pagination .list + .list {
    margin-left: 1.5rem !important;
  }
}
.news-cont1 .news-a1v1 .mySwiper5 .pagination button svg {
  position: absolute;
  width: 2rem;
  height: 2rem;
  stroke: var(--color-zt);
  fill: none;
  stroke-width: 2;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 72%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-cont1 .news-a1v1 .mySwiper5 .pagination .swiper-pagination-bullet-active button {
  background: var(--color-zt);
}
.news-cont1 .news-a1v1 .mySwiper5 .pagination .swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}

.news-cont2 {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .news-cont2 {
    padding-top: 1.25rem;
  }
}
.news-cont2 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem 2.5rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.news-cont2 .news-list li {
  overflow: hidden;
  border-bottom: 1px solid #F0F0F0;
}
.news-cont2 .news-list li a.imgx {
  height: 100%;
}
.news-cont2 .news-list li a.imgx .img {
  overflow: hidden;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
}
.news-cont2 .news-list li a.imgx .img img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-cont2 .news-list li a.imgx .cont-p {
  padding: 1.6875rem 0 2.75rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.imgx .cont-p {
    padding: 1.25rem 0 1.5rem;
  }
}
.news-cont2 .news-list li a.imgx .cont-p .tit .data {
  color: #444444;
  font-weight: 600;
  padding-right: 0.5rem;
  width: 4.6875rem;
  position: relative;
}
.news-cont2 .news-list li a.imgx .cont-p .tit .data::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-46%);
     -moz-transform: translateY(-46%);
      -ms-transform: translateY(-46%);
       -o-transform: translateY(-46%);
          transform: translateY(-46%);
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.1);
}
.news-cont2 .news-list li a.imgx .cont-p .tit .data b {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.imgx .cont-p .tit .data b {
    font-size: 2.85rem;
  }
}
.news-cont2 .news-list li a.imgx .cont-p .tit .data span {
  font-size: 0.875rem;
  display: block;
  line-height: 1.125em;
}
.news-cont2 .news-list li a.imgx .cont-p .tit .name {
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.35em;
  width: -webkit-calc(100% - 4.6875rem);
  width: -moz-calc(100% - 4.6875rem);
  width: calc(100% - 4.6875rem);
  padding-left: 0.6em;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.imgx .cont-p .tit .name {
    font-size: 1.35rem;
  }
}
.news-cont2 .news-list li a.imgx .cont-p .p1 {
  color: #656565;
  font-size: 1rem;
  line-height: 1.6875em;
  margin-top: 1rem;
}
.news-cont2 .news-list li a.imgx:hover .cont-p .tit .data {
  color: var(--color-zt);
}
.news-cont2 .news-list li a.imgx:hover .cont-p .tit .name {
  color: var(--color-zt);
}

.ny-show_bodyxw {
  padding-top: var(--head-height);
}

.xw-show_bja {
  padding: 1.45rem 0 5rem;
  background: var(--jb-color);
}
@media (max-width: 768px) {
  .xw-show_bja {
    padding: 1.25rem 0 2.5rem;
  }
}
.xw-show_bja .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.xw-show_bja .ajhhsd a {
  color: #FFFFFF;
}
.xw-show_bja .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.xw-show_bja .title-a {
  color: #fff;
  font-size: 2.3125rem;
  font-weight: 600;
  line-height: 1.35em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-a {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
.xw-show_bja .title-b {
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b {
    margin-top: 1rem;
  }
}
.xw-show_bja .title-b .date-a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw-show_bja .title-b .fen-xiang {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw-show_bja .title-b .fen-xiang .social-share a {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  color: #fff;
  border-color: #fff;
  line-height: 2rem;
}
.xw-show_bja .title-b .fen-xiang .social-share a:hover {
  background: var(--jb-color);
  border-color: var(--color-zt);
}

.ny-show_bodyxw {
  overflow: visible;
}

.show-news-content {
  position: relative;
}
.show-news-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.show-news-content .show-news-a1_v1 .content {
  width: 63.0208333333%;
  padding: 5rem 4.6875% 5rem var(--cbasta);
  background: #fff;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content {
    width: 100%;
    padding: 2.25rem 4%;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss {
    padding-bottom: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss img {
  width: 100%;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .content a.more-a {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content a.more-a {
    margin-top: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content1 {
  width: 63.0208333333%;
  padding: 5rem 5% 5rem;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content1 {
    width: 100%;
    padding: 2.25rem 4%;
  }
}
.show-news-content .show-news-a1_v1 .content1 .xinwn-consss {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content1 .xinwn-consss {
    padding-bottom: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content1 .xinwn-consss img {
  width: 100%;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .content1 a.more-a {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content1 a.more-a {
    margin-top: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .flr-cont {
  width: 36.9791666667%;
  padding: 5rem var(--cbasta) 5rem 3.75%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .flr-cont {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tit-a {
  color: #555555;
  font-size: 1.6875rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 {
  margin-top: 1rem;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li {
  border-bottom: 1px solid #D9D9D9;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
          clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img i img {
  width: 100%;
  aspect-ratio: 380/240;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img .cont-p {
  padding: 0.75rem 0;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img p {
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img p:hover {
  color: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .tj_list1 li a.img span {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  margin-top: 0.5rem;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div {
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
  margin-top: 1rem;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div .ftsx {
  color: #63C1B6;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div .ftsx i {
  font-size: 1rem;
  font-weight: 700;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div .p1 {
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys > div span {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys a {
  display: block;
}
.show-news-content .show-news-a1_v1 .flr-cont .cont-axa .shanys a:hover .p1 {
  color: var(--color-zt);
}

.gwefs-cont1 {
  padding: 3.125rem 20% 2.5rem;
  background: #F7FBFC;
  margin-top: 3.125rem;
}
.gwefs-cont1 u {
  display: block;
  font-size: 0;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.05);
}
.gwefs-cont1 u img {
  width: 100%;
}
.gwefs-cont1 .p1 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.75em;
}

.job-cont1 {
  padding: 7.1875rem 0 6.25rem;
  position: relative;
}
.job-cont1:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.job-cont1 .heng1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 2rem 0;
  }
  .job-cont1 .heng1 {
    margin-top: 1.5rem;
  }
}
.job-cont1 .title1 > .p1 {
  padding: 0 23%;
}
@media (max-width: 768px) {
  .job-cont1 .title1 > .p1 {
    padding: 0;
  }
}
.job-cont1 .rese-immerse {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .job-cont1 .rese-immerse {
    margin-top: 1.35rem;
  }
}
.job-cont1 .rese-immerse-swiper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.job-cont1 .rese-immerse-swiper .swiper-slide-active {
  opacity: 1;
}
.job-cont1 .rese-immerse-image {
  overflow: hidden;
}
.job-cont1 .rese-immerse-image img {
  width: 100%;
  aspect-ratio: 1400/583;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-cont1 .rese-immerse-swiper {
  overflow: hidden;
}
.job-cont1 .rese-immerse-content-container {
  margin: 2.625rem auto 0;
  width: 32.8125%;
}
.job-cont1 .rese-immerse-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.25%;
}
.job-cont1 .rese-immerse-nav-item {
  color: rgba(61, 61, 61, 0.4);
  cursor: pointer;
  font-size: 1.375rem;
  line-height: 1.25;
  -webkit-transition: color 0.8s ease-in-out;
  -o-transition: color 0.8s ease-in-out;
  -moz-transition: color 0.8s ease-in-out;
  transition: color 0.8s ease-in-out;
  font-weight: 500;
}
.job-cont1 .rese-immerse-nav-container[data-index="0"] .rese-immerse-nav-item:nth-of-type(1) {
  color: #000000;
}
.job-cont1 .rese-immerse-nav-container[data-index="1"] .rese-immerse-nav-item:nth-of-type(2) {
  color: #000000;
}
.job-cont1 .rese-immerse-nav-container[data-index="2"] .rese-immerse-nav-item:nth-of-type(3) {
  color: #000000;
}
.job-cont1 .rese-immerse-nav-bar {
  border-radius: 4.6875vw;
  margin-top: 1vw;
  width: 100%;
  height: 0.125rem;
  position: relative;
  overflow: hidden;
}
.job-cont1 .rese-immerse-nav-bar::before {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.job-cont1 .rese-immerse-nav-bar-slide {
  border-radius: 4.6875vw;
  background-color: var(--color-zt);
  width: 25%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.job-cont1 .rese-immerse-nav-container[data-index="0"] .rese-immerse-nav-bar-slide {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.job-cont1 .rese-immerse-nav-container[data-index="1"] .rese-immerse-nav-bar-slide {
  -webkit-transform: translateX(156%);
     -moz-transform: translateX(156%);
      -ms-transform: translateX(156%);
       -o-transform: translateX(156%);
          transform: translateX(156%);
}
.job-cont1 .rese-immerse-nav-container[data-index="2"] .rese-immerse-nav-bar-slide {
  -webkit-transform: translateX(316%);
     -moz-transform: translateX(316%);
      -ms-transform: translateX(316%);
       -o-transform: translateX(316%);
          transform: translateX(316%);
  width: 25%;
}
.job-cont1 .rese-immerse-text-container {
  position: relative;
  margin-top: 1.5rem;
}
.job-cont1 .rese-immerse-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.6em;
}
.job-cont1 .rese-immerse-text:first-child {
  position: relative;
}
.job-cont1 .rese-immerse-nav-container[data-index="0"] .rese-immerse-text:nth-of-type(1) {
  opacity: 1;
}
.job-cont1 .rese-immerse-nav-container[data-index="1"] .rese-immerse-text:nth-of-type(2) {
  opacity: 1;
}
.job-cont1 .rese-immerse-nav-container[data-index="2"] .rese-immerse-text:nth-of-type(3) {
  opacity: 1;
}
.job-cont1 .rese-immerse-swiper-container.pausing .rese-immerse-slide-1 {
  margin-left: 17vw;
  width: 33.75vw !important;
  opacity: 0.5;
  z-index: 3;
}
.job-cont1 .rese-immerse-swiper-container.pausing .rese-immerse-slide-2 {
  opacity: 0.3;
}
.job-cont1 .rese-immerse-slide-1 {
  height: auto;
}
.job-cont1 .rese-immerse-slide-1 .rese-immerse-image {
  height: 100%;
}
.job-cont1 .rese-immerse-slide-1 .rese-immerse-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .job-cont1 .rese-immerse-content-container {
    margin: 2rem auto 0;
    width: 90%;
  }
  .job-cont1 .rese-immerse-nav-item {
    font-size: 1.125rem;
  }
  .job-cont1 .rese-immerse-nav-bar {
    margin-top: 1.25rem;
    height: 0.25rem;
  }
  .job-cont1 .rese-immerse-nav-bar-slide {
    width: 32%;
  }
  .job-cont1 .rese-immerse-nav-container[data-index="1"] .rese-immerse-nav-bar-slide {
    -webkit-transform: translateX(112%);
       -moz-transform: translateX(112%);
        -ms-transform: translateX(112%);
         -o-transform: translateX(112%);
            transform: translateX(112%);
  }
  .job-cont1 .rese-immerse-nav-container[data-index="2"] .rese-immerse-nav-bar-slide {
    -webkit-transform: translateX(147%);
       -moz-transform: translateX(147%);
        -ms-transform: translateX(147%);
         -o-transform: translateX(147%);
            transform: translateX(147%);
    width: 49%;
  }
  .job-cont1 .rese-immerse-text-container {
    margin-top: 1.25rem;
  }
  .job-cont1 .rese-immerse-text-container .rese-immerse-text {
    font-size: 1rem;
  }
  .job-cont1 .rese-immerse-text-container .rese-immerse-text p {
    text-wrap: balance;
    word-break: keep-all;
  }
}
.job-cont1 .job-a1v1 {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 {
    margin-top: 2.25rem;
  }
}
.job-cont1 .job-a1v1 .job-a1-list1 {
  margin-top: 2.5rem;
  gap: 3.125rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1-list1 {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}
.job-cont1 .job-a1v1 .job-a1-list1 li a.naxa {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  color: #3D3D3D;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1-list1 li a.naxa {
    font-size: 1.35rem;
  }
}
.job-cont1 .job-a1v1 .job-a1-list1 li.on a.naxa, .job-cont1 .job-a1v1 .job-a1-list1 li:hover a.naxa {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.job-cont1 .job-a1v1 .job-a1-list2 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1-list2 {
    margin-top: 1rem;
  }
}
.job-cont1 .job-a1v1 .job-a1-list2 li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
  display: none;
}
.job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa {
  padding: 4.875rem 5%;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa {
    padding: 1.75rem 7%;
  }
}
.job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt1 {
  width: 25.6198347107%;
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
       -o-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt1::after {
    display: none;
  }
}
.job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt1 .entit {
  font-size: 2.25rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt1 .entit {
    font-size: 1.75rem;
  }
}
.job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt1 .tit {
  font-size: 2.25rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt1 .tit {
    font-size: 1.75rem;
  }
}
.job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt2 {
  width: 69.173553719%;
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1-list2 li .conasdxa .as-asxt2 {
    width: 100%;
    margin-top: 0.65rem;
    font-size: 1rem;
  }
}

.job-cont2 {
  background: var(--jb-color);
  padding: 5rem 0 8.125rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2.5rem 0;
  }
}
.job-cont2 .dfw-lista1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.4375rem 1rem;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .job-cont2 .dfw-lista1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
    margin-top: 2rem;
  }
}
.job-cont2 .dfw-lista1 li {
  text-align: center;
}
.job-cont2 .dfw-lista1 li i {
  display: block;
  font-size: 0;
  width: 4rem;
  margin: 0 auto;
}
.job-cont2 .dfw-lista1 li i img {
  width: 100%;
}
.job-cont2 .dfw-lista1 li p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}

.job-cont3 {
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont3 {
    margin-top: 2rem;
  }
}
.job-cont3 .job-a3v1 {
  position: relative;
}
.job-cont3 .job-a3v1 .job-a3b1 {
  width: 32.8571428571%;
  padding: 13.75rem 0 10.9375rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b1 {
    width: 100%;
    padding: 0;
  }
}
.job-cont3 .job-a3v1 .job-a3b1 .p1 {
  color: #656565;
  font-size: 1.375rem;
  line-height: 1.65em;
  margin: 1.25rem 0 1.75rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b1 .p1 {
    font-size: 1.125rem;
    margin: 1rem 0 1.25rem;
  }
}
.job-cont3 .job-a3v1 .job-a3b2 {
  width: 58.2142857143%;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b2 {
    width: 100%;
    position: static;
    height: 100vw;
    overflow: hidden;
    margin-top: 1rem;
    gap: 1rem;
  }
}
.job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list {
  height: 10000px;
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li {
    margin-top: 1rem;
  }
}
.job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li a.a-block {
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li a.a-block {
    border-radius: 1rem;
  }
}
.job-cont3 .job-a3v1 .job-a3b2 .group-prod-run-list .group-prod-run-ul li a.a-block img {
  width: 100%;
}

.group-prod-run-list1 .group-prod-run-ul, .group-prod-run-list3 .group-prod-run-ul {
  -webkit-animation: donghua3 36s linear infinite;
     -moz-animation: donghua3 36s linear infinite;
       -o-animation: donghua3 36s linear infinite;
          animation: donghua3 36s linear infinite;
}

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

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

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

@keyframes donghua3 {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.group-prod-run-list2 .group-prod-run-ul, .group-prod-run-list4 .group-prod-run-ul {
  -webkit-animation: donghua4 36s linear infinite;
     -moz-animation: donghua4 36s linear infinite;
       -o-animation: donghua4 36s linear infinite;
          animation: donghua4 36s linear infinite;
}

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

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

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

@keyframes donghua4 {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.job-cont4 {
  padding: 6.25rem 0 6.25rem;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .job-cont4 {
    padding: 2.5rem 0;
  }
}

.job-lista {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem 2.5rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .job-lista {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.job-lista li {
  background: #FFF;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.5625rem 6.65% 2.75rem;
  border: 1px solid #F3F3F3;
}
@media (max-width: 768px) {
  .job-lista li {
    padding: 1.25rem 8.5%;
  }
}
.job-lista li .tit {
  color: #616663;
  font-size: 1.375rem;
  line-height: 1.5em;
  padding: 0.75rem 0;
  font-weight: 600;
  border-bottom: 1px solid #E3E1E1;
}
@media (max-width: 768px) {
  .job-lista li .tit {
    font-size: 1.25rem;
  }
}
.job-lista li .ashrsx1 {
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .job-lista li .ashrsx1 {
    padding: 1rem 0;
  }
}
.job-lista li .ashrsx1 dl {
  color: #656565;
  font-size: 1rem;
  line-height: 1.5em;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .job-lista li .ashrsx1 dl {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
  }
}
.job-lista li a.more-bk {
  color: var(--color-zt);
  font-size: 1.125rem;
  line-height: 2em;
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .job-lista li a.more-bk {
    margin-top: 0.35rem;
  }
}
.job-lista li a.more-bk i {
  display: block;
  margin-left: 0.5rem;
  width: 3.4375rem;
}
.job-lista li a.more-bk i img {
  width: 100%;
}
.job-lista li:hover {
  background: var(--jb-color);
}
.job-lista li:hover .tit {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.job-lista li:hover .ashrsx1 dl {
  color: #fff;
}
.job-lista li:hover a.more-bk {
  color: #fff;
}
.job-lista li:hover a.more-bk i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.layui-layer.job-tanc {
  width: 60.8854166667% !important;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 3%;
}
.layui-layer.job-tanc::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
}
.layui-layer.job-tanc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--color-jb);
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc {
    width: 92% !important;
    padding: 1.5rem;
  }
}
.layui-layer.job-tanc .layui-layer-close {
  right: 2.75rem;
  top: 1rem;
  background: none;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .layui-layer-close {
    top: 0.5rem;
    right: 0rem;
  }
}
.layui-layer.job-tanc .layui-layer-close::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 100;
}
.layui-layer.job-tanc .pead-cont > dt {
  color: var(--color-zt);
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont > dt {
    font-size: 1.5rem;
  }
}
.layui-layer.job-tanc .pead-cont .asghrt1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .asghrt1 {
    gap: 0.5rem;
  }
}
.layui-layer.job-tanc .pead-cont .asghrt1 p {
  color: #949494;
  font-size: 1rem;
  line-height: 1.5em;
}
.layui-layer.job-tanc .pead-cont .p2 {
  margin-top: 1.5rem;
  color: #636161;
  font-size: 1.125rem;
  line-height: 1.65em;
  max-height: 55vh;
  overflow-y: auto;
}
.layui-layer.job-tanc .pead-cont .p2 p.asxt {
  margin-bottom: 1em;
}
.layui-layer.job-tanc .pead-cont .p2 a {
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p2 {
    font-size: 1rem;
  }
}
.layui-layer.job-tanc .pead-cont .p2 strong {
  color: #636161;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p2 strong {
    font-size: 1.125rem;
  }
}
.layui-layer.job-tanc .pead-cont .p2 strong::before {
  content: "";
  width: 0.375rem;
  height: 1.25rem;
  display: inline-block;
  background: var(--color-zt);
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p2 strong::before {
    height: 1rem;
  }
}
.layui-layer.job-tanc .pead-cont .p2 .dhax p {
  padding-left: 0.75em;
  position: relative;
}
.layui-layer.job-tanc .pead-cont .p2 .dhax p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.layui-layer.job-tanc .pead-cont .p3 {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.layui-layer.job-tanc .pead-cont .p3 a {
  position: relative;
  z-index: 1;
}

.lx-cont1 {
  padding: 5.125rem 0 7.8125rem;
  position: relative;
}
.lx-cont1:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2.25rem 0;
  }
}
.lx-cont1 .lxxx_list1 {
  margin-top: 2.25rem;
  gap: 2.5rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 {
    margin-top: 1.25rem;
    gap: 1.5rem 0;
  }
}
.lx-cont1 .lxxx_list1 > li {
  width: 45%;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 > li {
    width: 100%;
  }
}
.lx-cont1 .lxxx_list1 > li .tit {
  color: #231815;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 > li .tit {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lxxx_list1 > li .cont-p {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 > li .cont-p {
    margin-bottom: 1rem;
  }
}
.lx-cont1 .lxxx_list1 > li .cont-p .p1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.65rem;
}
.lx-cont1 .lxxx_list1 > li .cont-p .p1 i {
  display: block;
  width: 1.6875rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 > li .cont-p .p1 i {
    width: 1.35rem;
  }
}
.lx-cont1 .lxxx_list1 > li .cont-p .p1 i img {
  width: 100%;
}
.lx-cont1 .lxxx_list1 > li .cont-p .p1 p {
  width: -webkit-calc(100% - 1.6875rem);
  width: -moz-calc(100% - 1.6875rem);
  width: calc(100% - 1.6875rem);
  padding-left: 0.35em;
  color: #231815;
  font-size: 1.35rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 > li .cont-p .p1 p {
    font-size: 1rem;
    width: -webkit-calc(100% - 1.35rem);
    width: -moz-calc(100% - 1.35rem);
    width: calc(100% - 1.35rem);
  }
}
.lx-cont1 .lxxx_list1 > li .smdza {
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.lx-cont1 .lxxx_list1 > li .smdza li {
  position: relative;
}
.lx-cont1 .lxxx_list1 > li .smdza li a.img {
  color: #fff;
  border: none;
  background: #231815;
  width: 2.9375rem;
  height: 2.9375rem;
  line-height: 2.9375rem;
  border-radius: 50%;
}
.lx-cont1 .lxxx_list1 > li .smdza li a.img img {
  width: 56%;
}
.lx-cont1 .lxxx_list1 > li .smdza li a.img:hover {
  background: var(--jb-color);
}
.lx-cont1 .lxxx_list1 > li .smdza li .secazx {
  position: absolute;
  left: 50%;
  bottom: 110%;
  width: 8rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 0.35rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
  display: none;
}
.lx-cont1 .lxxx_list1 > li .smdza li .secazx img {
  width: 100%;
}
.lx-cont1 .lxxx_list1 > li .smdza li:hover .secazx {
  display: block;
}
@media (max-width: 768px) {
  .lx-cont1 .lxxx_list1 > li .smdza li:nth-child(1) .secazx {
    left: 0;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.lx-cont1 #myMap {
  width: 100%;
  height: 33rem;
  overflow: hidden;
  margin-top: 4.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lx-cont1 #myMap {
    height: 25rem;
    margin-top: 2.25rem;
    border-radius: 1rem;
  }
}
.lx-cont1 #myMap h3 {
  font-size: 14px;
}
.lx-cont1 #myMap .tdt-control-copyright {
  display: none;
}

.amap-ui-smp-ifwn-content-body {
  padding: 0.65rem !important;
  border-radius: 0.75rem !important;
}

.amap-ui-smp-ifwn-info-content {
  font-size: 0.875rem !important;
}

.amap-ui-smp-ifwn-def-tr-close {
  margin: 12px 12px 0 !important;
}

@media (max-width: 768px) {
  .amap-ui-smp-ifwn-def-tr-close {
    margin: 6px 6px 0 !important;
  }
}
.lx-cont3 {
  background: url(../images/bj3.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.4375rem 0 6.875rem;
}
@media (max-width: 768px) {
  .lx-cont3 {
    padding: 2.5rem 0;
  }
}
.lx-cont3 form {
  margin-top: 2.8375rem;
}
@media (max-width: 768px) {
  .lx-cont3 form {
    margin-top: 0.5rem;
  }
}
.lx-cont3 form .inpt {
  position: relative;
}
.lx-cont3 form .inpt .m_label {
  color: #575859;
  font-size: 1rem;
  line-height: 3.125rem;
  position: absolute;
  left: 1.5em;
  top: 0;
}
.lx-cont3 form .inpt .m_label span {
  color: var(--color-zt);
}
.lx-cont3 form .inpt input {
  width: 100%;
  color: #575859;
  font-size: 1rem;
  line-height: 3.125rem;
  background: #fff;
  padding: 0 1.5em;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.lx-cont3 form .inpt textarea {
  width: 100%;
  color: #575859;
  font-size: 1rem;
  line-height: 1.5em;
  background: #fff;
  padding: 0.75rem 1.5em;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.lx-cont3 form .msg-a1 .inpt {
  width: 18.9285714286%;
}
@media (max-width: 768px) {
  .lx-cont3 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}
.lx-cont3 form .msg-a3 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont3 form .msg-a3 {
    margin-top: 1rem;
  }
}
.lx-cont3 form .msg-a3 .inpt {
  font-size: 0;
}
.lx-cont3 form .msg-a3 .m_label {
  line-height: 1.5em;
  top: 0.75rem;
}
.lx-cont3 form .div_aghgha {
  margin-top: 1.25rem;
  gap: 1rem;
}
.lx-cont3 form .div_aghgha button {
  border: none;
  position: relative;
  z-index: 1;
  background: transparent;
  color: #fff;
}
.lx-cont3 form .div_aghgha button svg {
  fill: url(#paint0_linear_657_12990);
}
.lx-cont3 form .yszc-cont label {
  color: #fff;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
.lx-cont3 form .yszc-cont label a {
  color: #fff;
}
.lx-cont3 form .yszc-cont label a:hover {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lx-cont3 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;
}
.lx-cont3 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;
}
.lx-cont3 form .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.abt-cont1 {
  padding: 5.3125rem 0 5.9375rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2.5rem 0;
  }
}
.abt-cont1:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1 {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 2rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .p1 {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 29.4285714286%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li {
  padding: 1rem 0;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li:last-child {
  padding-bottom: 0;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li + li {
    border-top: none;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li .data {
  background: var(--jb-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.25rem;
  line-height: 1em;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li .data {
    font-size: 2.75rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li .data sup {
  font-size: 2rem;
  line-height: 1em;
  vertical-align: top;
  top: 0;
  background: var(--jb-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li .data sup {
    font-size: 1.25rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li p {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.15rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .a1b1c1 li p {
    font-size: 1rem;
  }
}

.abt-cont2 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 12.8125rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 5rem 0;
  }
}
.abt-cont2 .tit {
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}
@media (max-width: 768px) {
  .abt-cont2 .tit {
    font-size: 2rem;
    text-wrap: balance;
    word-break: keep-all;
  }
}
.abt-cont2 .tit2 {
  font-size: 1.35rem;
  line-height: 1.5em;
  color: #fff;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .abt-cont2 .tit2 {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }
}

.abt-cont3 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 14.75rem 0 14.125rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.5rem 0;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b1 {
  width: 27.5714285714%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b1 {
    width: 100%;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 {
  width: 68.9285714286%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 {
    width: 100%;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c1 {
  width: -webkit-calc(90% - 14.375rem);
  width: -moz-calc(90% - 14.375rem);
  width: calc(90% - 14.375rem);
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c1 .mySwiper2a .swiper-slide .cont-p .p1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.95rem 0;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c1 .mySwiper2a .swiper-slide .cont-p .p1 b {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  width: 4.375rem;
  color: #666666;
  text-align: right;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c1 .mySwiper2a .swiper-slide .cont-p .p1 p {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.5em;
  width: -webkit-calc(100% - 4.375rem);
  width: -moz-calc(100% - 4.375rem);
  width: calc(100% - 4.375rem);
  padding-left: 8%;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 {
  width: 14.375rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div {
  outline: none;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div {
    position: static;
    width: 2.65rem;
    height: 2.65rem;
    overflow: hidden;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div.swiper-button-next1 {
  top: -2.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div.swiper-button-next1 {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div.swiper-button-prev1 {
  bottom: -2.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div.swiper-button-prev1 {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div i {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.85rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div i {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div:hover {
    border: 1px solid var(--color-zt);
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .jt-morea > div:hover i {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .mySwiper1a {
  height: 26.125em;
  overflow: hidden;
  -webkit-mask: -webkit-linear-gradient(bottom, transparent, #000 50%, transparent);
          mask: linear-gradient(0deg, transparent, #000 50%, transparent);
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .mySwiper1a {
    height: auto;
    -webkit-mask: inherit;
            mask: inherit;
  }
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .mySwiper1a .swiper-wrapper {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .mySwiper1a .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .mySwiper1a .swiper-slide a.mosxa {
  display: block;
  color: #666666;
  font-size: 3.125rem;
  line-height: 1.25em;
  text-align: center;
  width: 100%;
  text-wrap: balance;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .mySwiper1a .swiper-slide a.mosxa {
    font-size: 2rem;
  }
}
.abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .mySwiper1a .swiper-slide.swiper-slide-active a.mosxa {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.375rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .abt-a3b2 .abt-a3b2v1 .abt-a3b2c2 .mySwiper1a .swiper-slide.swiper-slide-active a.mosxa {
    font-size: 2.75rem;
  }
}
.abt-cont3 .abt-a3b1c1 {
  position: relative;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3b1c1 {
    margin-top: 1rem;
  }
}
.abt-cont3 .abt-a3b1c1 .mySwiper3a {
  margin: 0 11.4285714286%;
}
.abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa u {
  display: block;
  font-size: 0;
  width: 41.0377358491%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa u {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.5rem;
  }
}
.abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa u img {
  width: 100%;
}
.abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p {
  width: 50.4716981132%;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p {
    width: 100%;
  }
}
.abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p .date {
  color: #FFFFFF;
  font-size: 13.125rem;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p .date {
    font-size: 8rem;
  }
}
.abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p .wewexa {
  position: absolute;
  left: 12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p .wewexa {
    left: 8%;
  }
}
.abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p .wewexa .tit {
  color: var(--color-zt);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p .wewexa .tit {
    font-size: 1.35rem;
  }
}
.abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p .wewexa .p1 {
  color: #737373;
  font-size: 2rem;
  line-height: 1.5em;
  margin-top: 0.75em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3b1c1 .mySwiper3a .swiper-slide .cont-aspxa .cont-p .wewexa .p1 {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
.abt-cont3 .abt-a3b1c1 .fzlc-jt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.abt-cont3 .abt-a3b1c1 .fzlc-jt > div.swiper-button-next1 {
  right: 0;
}
.abt-cont3 .abt-a3b1c1 .fzlc-jt > div.swiper-button-prev1 {
  left: 0;
}
.abt-cont3 .abt-a3b1c1 .fzlc-jt > div i {
  font-size: 4rem;
  color: #737373;
  font-weight: 400;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3b1c1 .fzlc-jt > div i {
    font-size: 2rem;
  }
}
.abt-cont3 .wehxait {
  position: relative;
  margin-top: 4.5rem;
  padding: 0 -webkit-calc(var(--cbasta) - 3.3854166667%);
  padding: 0 -moz-calc(var(--cbasta) - 3.3854166667%);
  padding: 0 calc(var(--cbasta) - 3.3854166667%);
}
@media (max-width: 768px) {
  .abt-cont3 .wehxait {
    margin-top: 1.75rem;
  }
}
.abt-cont3 .wehxait::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(217, 217, 217, 0.6) 0%, rgba(115, 115, 115, 0.6) 50.5%, rgba(217, 217, 217, 0.6) 100%);
  background: -moz-linear-gradient(left, rgba(217, 217, 217, 0.6) 0%, rgba(115, 115, 115, 0.6) 50.5%, rgba(217, 217, 217, 0.6) 100%);
  background: -o-linear-gradient(left, rgba(217, 217, 217, 0.6) 0%, rgba(115, 115, 115, 0.6) 50.5%, rgba(217, 217, 217, 0.6) 100%);
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.6) 0%, rgba(115, 115, 115, 0.6) 50.5%, rgba(217, 217, 217, 0.6) 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.3125rem;
}
.abt-cont3 .mySwiper3a1 {
  position: relative;
}
.abt-cont3 .mySwiper3a1 .swiper-slide .date {
  text-align: center;
  color: #676D75;
  font-size: 1.25rem;
  line-height: 1.5em;
  position: relative;
}
.abt-cont3 .mySwiper3a1 .swiper-slide .date:before {
  content: "";
  background: #A3A3A3;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 auto 0.5rem;
}
.abt-cont3 .mySwiper3a1 .swiper-slide.swiper-slide-thumb-active .date {
  background: var(--jb-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.abt-cont3 .mySwiper3a1 .swiper-slide.swiper-slide-thumb-active .date:before {
  background: var(--jb-color);
}

.abt-cont4 {
  position: relative;
}
.abt-cont4 > u {
  display: block;
  font-size: 0;
  width: 100%;
}
.abt-cont4 > u img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 8.0625rem 0 3.625rem;
}
.abt-cont4 .abt-a4v1 a.more-a {
  z-index: 1;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 a.more-a {
    margin-top: 1.35rem;
  }
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    padding: 3.85rem 0 1rem;
  }
}
.abt-cont4 .zzry-a2v1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 {
  width: 66.5714285714%;
  background: #FAFAFA;
  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;
  height: 47rem;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 .zzry-a2b1 {
    width: 100%;
  }
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #484848;
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 .zzry-a2b1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li {
  padding: 2.9375rem 0;
  border-bottom: 1px solid #DBDBDB;
  width: 50%;
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 .zzry-a2b1 li {
    padding: 1.5rem 0;
  }
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li .tasjx1 {
  padding: 0 11%;
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 .zzry-a2b1 li .tasjx1 {
    padding: 0 8%;
  }
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li .tasjx1 .inga1 {
  width: 1.6875rem;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li .tasjx1 .inga1 img {
  width: 100%;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li .tasjx1 a.block {
  width: -webkit-calc(95% - 1.6875rem);
  width: -moz-calc(95% - 1.6875rem);
  width: calc(95% - 1.6875rem);
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li .tasjx1 a.block .wenata p {
  color: #C7C7C7;
  font-size: 0.75rem;
  line-height: 1.5em;
  text-transform: uppercase;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li .tasjx1 a.block .wenata .tit {
  color: #484848;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li .tasjx1 a.block i {
  display: block;
  font-size: 0;
  border: 0.35rem solid #D5C7A2;
  margin-top: 1rem;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li .tasjx1 a.block i img {
  width: 100%;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b1 li:nth-child(2n) .tasjx1 {
  border-left: 1px solid #C9C9C9;
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 .zzry-a2b1 li:nth-child(2n) .tasjx1 {
    border-left: none;
  }
}
.abt-cont4 .zzry-a2v1 .zzry-a2b2 {
  width: 32.1428571429%;
  background: #fff;
  padding: 1rem 2.5%;
  box-shadow: 0 0 3.75rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 .zzry-a2b2 {
    width: 100%;
    margin-top: 1.5rem;
    padding: 1.5rem 5%;
  }
}
.abt-cont4 .zzry-a2v1 .zzry-a2b2 .asgh_st1 a.imgax {
  padding: 1.5rem 0;
  margin-top: 1rem;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 .zzry-a2b2 .asgh_st1 a.imgax {
    padding: 1rem 0;
    margin-top: 0.5rem;
  }
}
.abt-cont4 .zzry-a2v1 .zzry-a2b2 .asgh_st1 a.imgax .inga1 {
  width: 1.6875rem;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b2 .asgh_st1 a.imgax .inga1 img {
  width: 100%;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b2 .asgh_st1 a.imgax .wenata {
  width: -webkit-calc(95% - 1.6875rem);
  width: -moz-calc(95% - 1.6875rem);
  width: calc(95% - 1.6875rem);
}
.abt-cont4 .zzry-a2v1 .zzry-a2b2 .asgh_st1 a.imgax .wenata p {
  color: #C7C7C7;
  font-size: 0.75rem;
  line-height: 1.5em;
  text-transform: uppercase;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b2 .asgh_st1 a.imgax .wenata .tit {
  color: #484848;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.abt-cont4 .zzry-a2v1 .zzry-a2b2 .asgh_st1 .jt-gonga {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 .zzry-a2b2 .asgh_st1 .jt-gonga {
    margin-top: 1.25rem;
  }
}
.abt-cont4 .zzry-a2v1 .zzry-a2b2 a.more-a {
  position: relative;
  z-index: 1;
  margin: 2.5rem auto 0;
}
@media (max-width: 768px) {
  .abt-cont4 .zzry-a2v1 .zzry-a2b2 a.more-a {
    margin-top: 1.5rem;
  }
}

@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@-moz-keyframes scale-anim {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -moz-transform: scale(1.6);
         transform: scale(1.6);
    opacity: 0;
  }
}

@-o-keyframes scale-anim {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
    opacity: 0;
  }
  50% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -o-transform: scale(1.6);
       transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.6);
       -moz-transform: scale(1.6);
         -o-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.abt-cont5 {
  padding: 4.375rem 0;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2.5rem 0;
  }
}
.abt-cont5 .abt-a5v1 {
  width: 87.1428571429%;
  margin: 3.375rem auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont5 .abt-a5v1 u {
  display: block;
  font-size: 0;
}
.abt-cont5 .abt-a5v1 u img {
  width: 100%;
}
.abt-cont5 .abt-a5v1 .asx1 li {
  position: absolute;
  cursor: pointer;
  left: 77.5%;
  top: 39%;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .asx1 li {
    position: static;
  }
}
.abt-cont5 .abt-a5v1 .asx1 li > .tit {
  position: relative;
}
.abt-cont5 .abt-a5v1 .asx1 li > .tit .din {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  position: absolute;
  bottom: 0;
  left: 96%;
}
.abt-cont5 .abt-a5v1 .asx1 li > .tit .din i {
  display: block;
  background: rgba(40, 135, 201, 0.7);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-animation: scale-anim 2s infinite linear;
     -moz-animation: scale-anim 2s infinite linear;
       -o-animation: scale-anim 2s infinite linear;
          animation: scale-anim 2s infinite linear;
}
.abt-cont5 .abt-a5v1 .asx1 li > .tit .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.abt-cont5 .abt-a5v1 .asx1 li > .tit p {
  width: 2.0625rem;
}
.abt-cont5 .abt-a5v1 .asx1 li > .tit p img {
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .asx1 li > .tit {
    display: none;
  }
}

.abt-cont6 {
  background: #FAFAFA;
  padding: 5.5rem 0 6.625rem;
}
@media (max-width: 768px) {
  .abt-cont6 {
    padding: 2.5rem 0;
  }
}
.abt-cont6 .mySwiper31 {
  padding: 0 1rem;
  margin: 0 -1rem;
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .abt-cont6 .mySwiper31 {
    margin-top: 1.125rem;
  }
}
.abt-cont6 .mySwiper31 a.block {
  border: 1px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);
}
.abt-cont6 .mySwiper31 a.block img {
  width: 100%;
}
.abt-cont6 .mySwiper31 .swiper-pagination1 {
  margin-top: 1.625rem;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont6 .mySwiper31 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.abt-cont6 .mySwiper31 .swiper-pagination1 span {
  background: #272727;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.75rem;
}
.abt-cont6 .mySwiper31 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--jb-color);
}

.abt-cont7 {
  padding: 6.4375rem 0 7.375rem;
}
@media (max-width: 768px) {
  .abt-cont7 {
    padding: 2.5rem 0;
  }
}
.abt-cont7 .abt-a7list1 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .abt-cont7 .abt-a7list1 {
    margin-top: 1.5rem;
  }
}
.abt-cont7 .abt-a7list1 li {
  width: 33.3333333333%;
  text-align: center;
  background: #FAFAFA;
  padding: 8.5rem 1rem;
  color: #231815;
}
@media (max-width: 768px) {
  .abt-cont7 .abt-a7list1 li {
    width: 100%;
    padding: 4.25rem 1rem;
  }
  .abt-cont7 .abt-a7list1 li + li {
    margin-top: 1rem;
  }
}
.abt-cont7 .abt-a7list1 li .tit {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abt-cont7 .abt-a7list1 li .tit {
    font-size: 1.75rem;
  }
}
.abt-cont7 .abt-a7list1 li .ftit {
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .abt-cont7 .abt-a7list1 li .ftit {
    font-size: 1.125rem;
    margin-top: 0.125rem;
  }
}
.abt-cont7 .abt-a7list1 li .more-a {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .abt-cont7 .abt-a7list1 li .more-a {
    margin-top: 1rem;
  }
}
.abt-cont7 .abt-a7list1 li:hover {
  background: var(--jb-color);
  color: #fff;
}
.abt-cont7 .abt-a7list1 li:hover .more-a {
  color: #fff;
}
.abt-cont7 .abt-a7list1 li:hover .more-a svg {
  stroke: #fff;
}
.abt-cont7 .abt-a7list1 li:hover .more-a svg path {
  stroke: #fff;
}

.dow-content {
  padding: 3.125rem 0 1rem;
  position: relative;
  min-height: 100vh;
}
.dow-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
@media (max-width: 768px) {
  .dow-content {
    padding: 2.25rem 0 0.5rem;
  }
}
.dow-content .dow-v1 .dow-cont1 {
  width: 20.7142857143%;
}
@media (max-width: 768px) {
  .dow-content .dow-v1 .dow-cont1 {
    display: none;
  }
}
.dow-content .dow-v1 .dow-cont1 form {
  width: 100%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .dow-content .dow-v1 .dow-cont1 form {
    width: 90%;
  }
}
.dow-content .dow-v1 .dow-cont1 form input {
  width: 70%;
  font-size: 1rem;
  line-height: 3rem;
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .dow-content .dow-v1 .dow-cont1 form input {
    font-size: 1rem;
    line-height: 3rem;
  }
}
.dow-content .dow-v1 .dow-cont1 form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.dow-content .dow-v1 .dow-cont1 form button i {
  font-size: 1.35rem;
  line-height: 3rem;
  color: #666;
}
@media (max-width: 768px) {
  .dow-content .dow-v1 .dow-cont1 form button i {
    font-size: 1.25rem;
    line-height: 3rem;
  }
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 {
  border-left: 1px solid #E4E4E4;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li + li {
  margin-top: 1.5rem;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li a {
  display: block;
  position: relative;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li > a {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.125em;
  padding-left: 1em;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li > a::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--color-zt);
  opacity: 0;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li > a:hover, .dow-content .dow-v1 .dow-cont1 .sdhas-list1 li > a.active {
  color: #2887C9;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li > a:hover::after, .dow-content .dow-v1 .dow-cont1 .sdhas-list1 li > a.active::after {
  opacity: 1;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li .seca {
  padding-left: 2em;
  margin-top: 1rem;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li .seca a {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.4rem 0;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li .seca a:hover, .dow-content .dow-v1 .dow-cont1 .sdhas-list1 li .seca a.active {
  color: #2887C9;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li .seca .sec {
  margin-left: 1rem;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li .seca .sec a {
  font-size: 0.75rem;
  padding: 0.35rem 0;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li .seca .sec a:hover, .dow-content .dow-v1 .dow-cont1 .sdhas-list1 li .seca .sec a.active {
  color: #2887C9;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li:hover > a, .dow-content .dow-v1 .dow-cont1 .sdhas-list1 li.active > a {
  color: #2887C9;
}
.dow-content .dow-v1 .dow-cont1 .sdhas-list1 li:hover > a::after, .dow-content .dow-v1 .dow-cont1 .sdhas-list1 li.active > a::after {
  opacity: 1;
}
.dow-content .dow-v1 .dow-cont2 {
  width: 73.4285714286%;
}
@media (max-width: 768px) {
  .dow-content .dow-v1 .dow-cont2 {
    width: 100%;
  }
}
.dow-content .dow-v1 .dow-cont2 .dow-list li {
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.dow-content .dow-v1 .dow-cont2 .dow-list li + li {
  margin-top: 1.5rem;
}
.dow-content .dow-v1 .dow-cont2 .dow-list li a.block-asx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 4%;
  width: 100%;
  height: 100%;
  color: #666666;
}
@media (max-width: 768px) {
  .dow-content .dow-v1 .dow-cont2 .dow-list li a.block-asx {
    padding: 2rem 7.5%;
  }
}
.dow-content .dow-v1 .dow-cont2 .dow-list li a.block-asx .img {
  width: 3.375rem;
  font-size: 0;
  margin-right: 1.5rem;
}
.dow-content .dow-v1 .dow-cont2 .dow-list li a.block-asx .img img {
  width: 100%;
}
.dow-content .dow-v1 .dow-cont2 .dow-list li a.block-asx .tit {
  font-size: 1.125rem;
  line-height: 1.5em;
}
.dow-content .dow-v1 .dow-cont2 .dow-list li a.block-asx .ftit {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
.dow-content .dow-v1 .dow-cont2 .dow-list li a.block-asx .dghfx {
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.5em;
  gap: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .dow-content .dow-v1 .dow-cont2 .dow-list li a.block-asx .dghfx {
    margin-top: 1rem;
    width: 100%;
    text-align: right;
    display: block;
  }
}
.dow-content .dow-v1 .dow-cont2 .dow-list li:hover {
  background: var(--jb-color);
}
.dow-content .dow-v1 .dow-cont2 .dow-list li:hover a.block-asx {
  color: #fff;
}
.dow-content .dow-v1 .dow-cont2 .dow-list li:hover a.block-asx .img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

pre {
  color: #333;
  background: 0 0;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.4;
  -moz-tab-size: 8;
  -o-tab-size: 8;
  tab-size: 8;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding: 0.8em;
  overflow: auto;
  border-radius: 3px;
  background: #f5f5f5;
}
pre code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.85em;
  word-break: normal;
  white-space: pre;
  background: 0 0;
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.ashc {
  padding-top: var(--head-height);
}
@media (max-width: 990px) {
  .ashc {
    padding-top: 0;
  }
}

.zsk-cont1 {
  font-size: 1rem;
  background-color: #fff;
  width: 20rem;
  min-height: 100vh;
  position: relative;
  z-index: 10;
  margin: 0;
  padding-top: 1.2rem;
  border-right: 1px solid #eaecef;
  overflow: hidden;
  overflow-y: auto;
  overflow-y: overlay;
}
.zsk-cont1 .nav-a1 {
  overflow-y: auto;
}

@media (max-width: 768px) {
  .zsk-cont1 {
    position: fixed;
    z-index: 10;
    top: 60px;
    left: -20rem;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    min-height: inherit;
    height: 100%;
  }
  .zsk-cont1.on {
    left: 0;
  }
}
.zsk-cont1 .nav-a1 .icon-xiajiantou {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.zsk-cont1 .nav-a1 > li .toot-tit {
  margin: 0.4rem auto;
  padding: 0.35rem 1.5rem 0.35rem 2.2rem;
  cursor: pointer;
}

.zsk-cont1 .nav-a1 > li .toot-tit .tita img {
  width: 1.25rem;
  margin-right: 0.75rem;
}

.zsk-cont1 .nav-a1 > li .toot-tit .tita p {
  font-size: 1.125rem;
}

.zsk-cont1 .nav-a1 > li .toot-tit i {
  font-size: 0.875rem;
  color: #333;
  font-weight: 700;
}

.zsk-cont1 .nav-a1 > li .toot-tit.clicked i {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}

.zsk-cont1 .nav-a1 > li .nav-b1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.zsk-cont1 .nav-a1 > li .nav-b1.hidden {
  height: 0;
  opacity: 0;
}

.zsk-cont1 .nav-a1 > li .nav-b1:not(.hidden) {
  height: auto;
  opacity: 1;
}

.zsk-cont1 .nav-a1 > li .nav-b1 li a {
  padding: 0.6rem 1.5rem 0.6rem 4.25rem;
  font-size: 1rem;
  display: block;
  position: relative;
}

.zsk-cont1 .nav-a1 > li .nav-b1 li:hover a {
  color: var(--color-zt);
}

.zsk-cont1 .nav-a1 > li .nav-b1 li.on a {
  color: var(--color-zt);
  background-color: rgba(32, 128, 253, 0.1);
  font-weight: 600;
}

.zsk-cont1 .nav-a1 > li .nav-b1 li i {
  font-size: 1.125rem;
  color: #333;
}

.zsk-cont1 .nav-a1 > li .nav-b1 > li > a p img {
  width: 1rem;
  margin-right: 0.35rem;
}

.zsk-cont1 .nav-a1 > li .nav-b1 > li > a.clicked i {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}

.zsk-cont1 .nav-a1 > li .nav-c1 li a {
  padding-left: 5.5rem;
  font-size: 0.75rem;
}

.zsk-cont1 .nav-a1 > li.on .toot-tit i {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.zsk-cont2 {
  padding: 4rem var(--cbasta);
  width: 100%;
}
.zsk-cont2 .content {
  padding: 0 15%;
}

@media (max-width: 768px) {
  .zsk-cont2 {
    width: 100%;
    padding: 2rem var(--cbasta) 4rem;
    font-size: 1rem;
  }
  .zsk-cont2 .content {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .zsk-cont2 .cjwenta {
    padding-left: 1.5rem;
  }
}
.zsk-cont2 .cjwenta li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zsk-cont2 .cjwenta li + li {
    margin-top: 1.25rem;
  }
}
.zsk-cont2 .cjwenta li .wejaz {
  position: relative;
}
.zsk-cont2 .cjwenta li .wejaz i {
  position: absolute;
  left: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #262626;
  font-weight: 700;
  cursor: pointer;
  display: block;
}
.zsk-cont2 .cjwenta li .tit {
  color: #262626;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35em;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .zsk-cont2 .cjwenta li .tit {
    font-size: 1.35rem;
  }
}
.zsk-cont2 .cjwenta li .p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.75em;
  font-weight: 400;
  text-align: justify;
}
.zsk-cont2 .cjwenta li .p img {
  margin-top: 0.5rem;
}

a.ahsh-axa {
  width: 3.25rem;
  height: 3.25rem;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  top: -webkit-calc(60px + 2rem);
  top: -moz-calc(60px + 2rem);
  top: calc(60px + 2rem);
  right: 1rem;
  z-index: 10;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 767px) {
  a.ahsh-axa {
    display: none;
  }
}
a.ahsh-axa i {
  font-size: 1.5rem;
  color: var(--color-zt);
}

.hy-body {
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  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;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .hy-body {
    padding: 4rem 0 !important;
    height: auto;
  }
}

#resetpwd-form {
  font-size: 14px;
}

.user-section1 .login-main {
  background: #fff;
  width: 46.0416666667vw;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .user-section1 .login-main {
    width: 55vw;
  }
}
@media (max-width: 768px) {
  .user-section1 .login-main {
    width: 90vw;
  }
}
.user-section1 .login-main .img-as {
  width: 42.3076923077%;
  position: relative;
}
@media (max-width: 768px) {
  .user-section1 .login-main .img-as {
    width: 100%;
  }
  .user-section1 .login-main .img-as > img {
    aspect-ratio: 16/12;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.user-section1 .login-main .img-as img {
  width: 100%;
}
.user-section1 .login-main .img-as u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 6.5%;
  top: 7.5%;
}
.user-section1 .login-main .img-as u img {
  width: 100%;
}
.user-section1 .login-main .cont-p {
  width: 57.6923076923%;
  padding: 1.5rem 4%;
}
@media (max-width: 768px) {
  .user-section1 .login-main .cont-p {
    width: 100%;
    padding: 1.5rem 6.85%;
  }
}
.user-section1 .login-main .cont-p .tit {
  color: #231815;
  font-size: 2rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .user-section1 .login-main .cont-p .tit {
    font-size: 1.65rem;
  }
}
.user-section1 .login-main .cont-p form {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .user-section1 .login-main .cont-p form {
    margin-top: 0.5rem;
  }
}
.user-section1 .login-main .cont-p form .form-group {
  margin-bottom: 1.25rem;
}
.user-section1 .login-main .cont-p form .form-group .controls {
  position: relative;
}
.user-section1 .login-main .cont-p form .form-group .controls input {
  width: 100%;
  border: 1px solid #D9D9D9;
  color: rgba(71, 77, 87, 0.9);
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.4375rem;
  text-indent: 1.5em;
}
@media (max-width: 768px) {
  .user-section1 .login-main .cont-p form .form-group .controls input {
    line-height: 3rem;
  }
}
.user-section1 .login-main .cont-p form .form-group .controls .msg-wrap {
  right: 0.5rem;
  display: none;
}
.user-section1 .login-main .cont-p form .form-group .controls input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.user-section1 .login-main .cont-p form .form-group .controls input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.user-section1 .login-main .cont-p form .form-group .controls input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.user-section1 .login-main .cont-p form .form-group .controls input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.user-section1 .login-main .cont-p form .div_aghgha button {
  width: 100%;
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  aspect-ratio: 404/55;
  color: #fff;
}
.user-section1 .login-main .cont-p form .div_aghgha button svg {
  aspect-ratio: 404/55;
  fill: url(#paint0_linear_235_8554);
}
.user-section1 .login-main .cont-p form .div_aghgha button:hover {
  color: var(--color-zt);
}
.user-section1 .login-main .cont-p form .div_aghgha button:hover svg {
  fill: #fff;
}
.user-section1 .login-main .cont-p form .dl-kfz {
  color: #1D1D1F;
  font-size: 1rem;
  line-height: 1.5em;
}
.user-section1 .login-main .cont-p form .dl-kfz a.asx {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 42.57%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 42.57%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 42.57%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 42.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.user-section1 .login-main .cont-p form .dl-kfz a.btn-forgot {
  color: #1D1D1F;
}

.user-section2 .titleaxt {
  text-align: center;
}
.user-section2 .login-main {
  background: #fff;
  width: 52.0833333333vw;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
  padding: 2.875rem 8% 3.125rem;
}
@media (max-width: 1200px) {
  .user-section2 .login-main {
    width: 55vw;
  }
}
@media (max-width: 768px) {
  .user-section2 .login-main {
    width: 90vw;
    padding: 1.85rem 8%;
  }
}
.user-section2 .login-main .titleaxt {
  color: #1D1D1F;
}
.user-section2 .login-main .titleaxt .tit {
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .user-section2 .login-main .titleaxt .tit {
    font-size: 1.8rem;
  }
}
.user-section2 .login-main .titleaxt .txt {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.4rem;
}
.user-section2 form {
  margin-top: 1.5rem;
}
.user-section2 form .zst .form-group {
  width: 48.7922705314%;
}
@media (max-width: 768px) {
  .user-section2 form .zst .form-group {
    width: 100%;
    margin-bottom: 7px;
  }
}
.user-section2 form .zst .form-group .controls {
  position: relative;
}
.user-section2 form .zst .form-group .controls input {
  width: 100%;
  border: 1px solid #D9D9D9;
  color: rgba(71, 77, 87, 0.9);
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.375rem;
  text-indent: 1.25em;
}
@media (max-width: 768px) {
  .user-section2 form .zst .form-group .controls input {
    line-height: 3rem;
  }
}
.user-section2 form .zst .form-group .controls .msg-wrap {
  right: 0.5rem;
  display: none;
}
.user-section2 form .zst .form-group .controls input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.user-section2 form .zst .form-group .controls input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.user-section2 form .zst .form-group .controls input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.user-section2 form .zst .form-group .controls input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.user-section2 form .zst .form-group .controls .btn-captcha {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  font-size: 0.875rem;
  line-height: 1.85rem;
  padding: 0;
  background: transparent;
  color: var(--color-zt);
  border: none;
  padding: 0 1.5em 0 1em;
  border-left: 1px solid #DEDEDE;
  border-radius: 0;
}
.user-section2 form .zst .form-group .controls .btn-captcha:active {
  box-shadow: none;
}
.user-section2 form .flrxea {
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .user-section2 form .flrxea {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .user-section2 form .flrxea .yszc-cont {
    width: 100%;
  }
}
.user-section2 form .flrxea .yszc-cont label {
  color: #A9A9A9;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .user-section2 form .flrxea .yszc-cont label {
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
.user-section2 form .flrxea .yszc-cont label a {
  color: #2887C9;
}
.user-section2 form .flrxea .yszc-cont label a:hover {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 100%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.user-section2 form .flrxea .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: top;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-top: 0;
}
.user-section2 form .flrxea .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;
}
.user-section2 form .flrxea .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}
.user-section2 form .flrxea p {
  color: #1D1D1F;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .user-section2 form .flrxea p {
    width: 100%;
    margin-top: 0.75rem;
  }
}
.user-section2 form .flrxea p a {
  background: -webkit-linear-gradient(left, #63C1B6 0%, #2887C9 42.57%);
  background: -moz-linear-gradient(left, #63C1B6 0%, #2887C9 42.57%);
  background: -o-linear-gradient(left, #63C1B6 0%, #2887C9 42.57%);
  background: linear-gradient(90deg, #63C1B6 0%, #2887C9 42.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.user-section2 form .div_aghgha {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .user-section2 form .div_aghgha {
    margin-top: 1rem;
  }
}
.user-section2 form .div_aghgha button {
  width: 10.75rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  aspect-ratio: 172/55;
  color: #fff;
}
.user-section2 form .div_aghgha button svg {
  aspect-ratio: 172/55;
  fill: url(#paint0_linear_657_12990);
}
.user-section2 form .div_aghgha button:hover {
  color: var(--color-zt);
}
.user-section2 form .div_aghgha button:hover svg {
  fill: #fff;
}

.zzey-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}
@media (max-width: 768px) {
  .zzey-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .zzey-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.zzey-list li a.img {
  display: block;
}
.zzey-list li a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
  display: block;
  font-size: 0;
  border: 0.35rem solid #D5C7A2;
  background: #fff;
}
.zzey-list li a.img u img {
  width: 100%;
}
.zzey-list li a.img .tit {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
  text-align: center;
  text-wrap: balance;
}

.cpgxa-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cpgxa-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.cpgxa-list li .img {
  border: 1px solid #f0f0f0;
}
.cpgxa-list li .img img {
  width: 100%;
}
.cpgxa-list li p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.65em;
  padding: 0.65em 0;
}
.user-section1 .ptxt{
  font-size: .875rem;
  color: #fff;
  line-height: 1.65em;
  padding: 1.5rem 4%;
  background: var(--jb-color);
  width: 100%;
}
.yqlink .wh{
    color: #4F4F4F;
}
.yqlink .wh a{
    color: #4F4F4F;
}