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

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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #232626;
  --color-zt: #00439A;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
  }
}

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

.wh1 {
  padding: 0 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: 1rem 2.5rem;
  border-radius: 3.125rem;
  color: var(--color-zt);
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
  border: 1px solid var(--color-zt);
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.85rem 2rem;
  }
}
.more-b i {
  font-weight: 100;
  font-size: 0.875rem;
  margin-left: 0.85rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
@media (max-width: 768px) {
  .more-b i {
    font-size: 0.75rem;
    margin-left: 0.75rem;
  }
}
.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 i {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.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-b.ls {
  color: #fff;
  background: var(--color-zt);
}
.more-b.ls::after {
  background-color: #fff;
}
.more-b.ls:hover {
  color: var(--color-zt);
}
.more-b.hs {
  color: #fff;
  border-color: #F08100;
  background: #F08100;
}
.more-b.hs::after {
  background-color: #fff;
}
.more-b.hs:hover {
  color: #F08100;
}
.more-b.bsb {
  border-color: #fff;
  background-color: #fff;
}

@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;
  }
  .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 {
  line-height: var(--head-height);
  position: relative;
  --head-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.1875rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.head .head2 .zywena {
  margin-left: 1em;
  margin-right: 1rem;
}
.head .head2 .zywena a.rhgxt {
  color: var(--head-color);
  font-weight: 400;
  font-size: 1.125rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.45rem;
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 1em;
}
.head .head2 .sska a {
  color: var(--head-color);
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head .head2 a.more-b {
  margin-left: 2rem;
  border-color: #fff;
  color: #fff;
}
.head .head2 a.more-b::after {
  display: none;
}
.head.sticky .head2, .head:hover .head2 {
  background-color: #fff;
  --head-color: var(--color-ys);
}
.head.sticky .head2 .logo a img, .head:hover .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.head.sticky .head2 a.more-b, .head:hover .head2 a.more-b {
  border-color: var(--color-zt);
  background: var(--color-zt);
}
.head.sticky .head2 #menu .nav_a1 > li > a span::after, .head:hover .head2 #menu .nav_a1 > li > a span::after {
  background: var(--color-zt);
}
.head.sticky .head2 #menu .nav_a1 > li:hover > a, .head.sticky .head2 #menu .nav_a1 > li.active > a, .head:hover .head2 #menu .nav_a1 > li:hover > a, .head:hover .head2 #menu .nav_a1 > li.active > a {
  color: var(--color-zt);
}

.ny-show_body .head .head2 {
  background-color: #fff;
  --head-color: var(--color-ys);
  border-bottom: 1px solid rgba(132, 132, 132, 0.1);
}
.ny-show_body .head .head2 .logo a img {
  -webkit-filter: inherit;
          filter: inherit;
}
.ny-show_body .head .head2 a.more-b {
  border-color: var(--color-zt);
  background: var(--color-zt);
}
.ny-show_body .head .head2 #menu .nav_a1 > li > a span::after {
  background: var(--color-zt);
}
.ny-show_body .head .head2 #menu .nav_a1 > li:hover > a, .ny-show_body .head .head2 #menu .nav_a1 > li.active > a {
  color: var(--color-zt);
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 > li {
  float: left;
  position: relative;
}
#menu .nav_a1 > li:nth-child(2) {
  position: static;
}
#menu .nav_a1 > li a {
  display: block;
  color: var(--head-color);
}
#menu .nav_a1 > li > a {
  font-size: 1.125rem;
  padding: 0 1.875rem;
}
@media (max-width: 1680px) {
  #menu .nav_a1 > li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: var(--head-color);
  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: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 40.125rem;
  left: 50%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 1.75rem 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 20px);
     -moz-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
       -o-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  border-radius: 2.5rem;
}
#menu .nav_a1 > li .sec .sed .asta {
  width: 39.2857142857%;
}
#menu .nav_a1 > li .sec .sed .asta a {
  font-size: 1.125rem;
  color: #3C4141;
  line-height: 1.5em;
  padding: 0.85em 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#menu .nav_a1 > li .sec .sed .asta a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: 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: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  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);
}
#menu .nav_a1 > li .sec .sed .asta a i {
  font-size: 0.75rem;
  font-weight: 600;
}
#menu .nav_a1 > li .sec .sed .asta a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .sed .asta a:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
#menu .nav_a1 > li .sec .sed .img {
  width: 53.2142857143%;
}
#menu .nav_a1 > li .sec .sed .img u {
  display: block;
  font-size: 0;
  border-radius: 2.5rem;
  overflow: hidden;
}
#menu .nav_a1 > li .sec .sed .img u img {
  width: 100%;
  aspect-ratio: 298/227;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 > li .sec.sec1 {
  width: 58.5rem;
  left: -100%;
}
#menu .nav_a1 > li .sec.sec1 .sed .asta {
  width: 58.1818181818%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#menu .nav_a1 > li .sec.sec1 .sed .asta a {
  width: 48%;
}
#menu .nav_a1 > li .sec.sec1 .sed .img {
  width: 36.1212121212%;
}
#menu .nav_a1 > li .sec2 {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 100%;
  left: 0%;
  z-index: 9;
  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 .sec2 .sec2-vt {
  background: #fff;
  border-radius: 2.5rem;
  padding: 1.75rem 2rem;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li {
  width: 23.5294117647%;
  border-radius: 2.5rem;
  padding: 1.6875rem 2.25rem;
  background: -webkit-linear-gradient(top, rgba(200, 201, 202, 0.4) 0%, rgba(200, 201, 202, 0) 100%);
  background: -moz-linear-gradient(top, rgba(200, 201, 202, 0.4) 0%, rgba(200, 201, 202, 0) 100%);
  background: -o-linear-gradient(top, rgba(200, 201, 202, 0.4) 0%, rgba(200, 201, 202, 0) 100%);
  background: linear-gradient(180deg, rgba(200, 201, 202, 0.4) 0%, rgba(200, 201, 202, 0) 100%);
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li a {
  line-height: 1.5em;
  color: #000;
  font-size: 1.125rem;
  display: block;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li a:hover {
  color: var(--color-zt);
  font-weight: 600;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li > a span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.65em 0;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: 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: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  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);
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li > a:hover span {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li > a:hover span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li .asxta1 {
  margin-top: 1rem;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li .asxta1 > li > a {
  color: #333;
  font-size: 1rem;
  line-height: 2em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: left;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li .asxta1 > li > a::after {
  content: "";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li .asxta1 > li > a:hover {
  color: var(--color-zt);
  font-weight: 600;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li .asxta1 > li > a:hover::after {
  width: 100%;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li .asdtx a.namexd {
  display: block;
  color: #3C4141;
  font-size: 1rem;
  line-height: 2em;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) {
  width: 50.8088235294%;
  background: -webkit-linear-gradient(top, rgba(0, 67, 154, 0.1) 0%, rgba(0, 67, 154, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 67, 154, 0.1) 0%, rgba(0, 67, 154, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 67, 154, 0.1) 0%, rgba(0, 67, 154, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 67, 154, 0.1) 0%, rgba(0, 67, 154, 0) 100%);
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li {
  width: 60.9756097561%;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li .asdtx {
  margin-top: 0.5rem;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li .asdtx a.namexd {
  color: #3C4141;
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.35em 0;
  padding-left: 1em;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li .asdtx a.namexd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: var(--color-zt);
  display: block;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li .asdtx a.namexd:hover {
  color: var(--color-zt);
  font-weight: 600;
  font-size: 1.125rem;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li .asdtx .xas {
  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;
  gap: 0.5rem 2em;
  margin-bottom: 1rem;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li .asdtx .xas:empty {
  display: none;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li .asdtx .xas a {
  display: block;
  color: rgba(60, 65, 65, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li .asdtx .xas a:hover {
  color: var(--color-zt);
  font-weight: 600;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(1) .asxta1 > li:nth-child(2) {
  width: 31.2195121951%;
}
#menu .nav_a1 > li .sec2 .sec2-vt .ast_axt1 > li:nth-child(2) {
  background: -webkit-linear-gradient(top, rgba(240, 129, 0, 0.2) 0%, rgba(240, 129, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(240, 129, 0, 0.2) 0%, rgba(240, 129, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(240, 129, 0, 0.2) 0%, rgba(240, 129, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(240, 129, 0, 0.2) 0%, rgba(240, 129, 0, 0) 100%);
}
#menu .nav_a1 > li:hover .sec {
  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: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#menu .nav_a1 > li:hover .sec2 {
  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(--head-color);
}
#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: #333;
  font-family: "Inter";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

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

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img #myvideo {
    display: none;
  }
}
.pc-banner .mySwipera .more-ax {
  display: none;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .more-ax {
    display: block;
    position: absolute;
    right: var(--cbasta);
    bottom: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #fff;
    width: 2.95rem;
  }
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: 15%;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font-size: 2.25rem;
  line-height: 1.5em;
  margin-top: 0.85rem;
}
.pc-banner .mySwipera .banwez1 .p span {
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.25rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-b {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 6%;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #fff;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: white;
  width: 0.0625rem;
  height: 3.75rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .pc-banner a.mouse .xdt {
    height: 2.75rem;
  }
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 1.0938rem;
  border-radius: 50%;
  background: #F08100;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

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

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

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

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

.overa {
  overflow: hidden;
}

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

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

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

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

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

.gong-p {
  color: #5A5E5F;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  color: var(--color-ys);
  position: relative;
}
.title1 i {
  display: block;
  font-size: 0;
  width: 0.6875rem;
  position: absolute;
  left: -1rem;
  top: -0.4rem;
}
@media (max-width: 768px) {
  .title1 i {
    left: -0.5rem;
    top: -0.3rem;
    width: 0.5rem;
  }
}
.title1 i img {
  width: 100%;
}
.title1 .entit {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.25em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.25rem;
  }
}
.title1 .tit {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.25em;
  position: relative;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1.bs {
  color: #fff;
}

.sy-body {
  overflow: visible;
}

.cont1 {
  padding: 5.75rem 0;
  background: url(../images/bj1.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2.5rem 0;
  }
}
.cont1 .a1v1b1 {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1b1 {
    margin-top: 1.25rem;
  }
}
.cont1 .a1v1b1 > li {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
  border-radius: 2.5rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(20px);
  padding: 5rem 0;
  margin: 0 6.25%;
}
@media (max-width: 768px) {
  .cont1 .a1v1b1 > li {
    padding: 2rem 5%;
    border-radius: 1.25rem;
    margin: 0 4%;
    position: inherit;
  }
}
.cont1 .a1v1b1 > li + li {
  margin-top: 7.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1b1 > li + li {
    margin-top: 2rem;
  }
}
.cont1 .a1v1b1 > li .whx {
  padding: 0 -webkit-calc(var(--cbasta) * 0.6);
  padding: 0 -moz-calc(var(--cbasta) * 0.6);
  padding: 0 calc(var(--cbasta) * 0.6);
}
@media (max-width: 768px) {
  .cont1 .a1v1b1 > li .whx {
    padding: 0;
  }
}
.cont1 .a1v1b1 > li .cont-p {
  width: 40.7142857143%;
}
@media (max-width: 768px) {
  .cont1 .a1v1b1 > li .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.cont1 .a1v1b1 > li .cont-p .tit {
  color: #232626;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont1 .a1v1b1 > li .cont-p .tit {
    font-size: 1.6rem;
  }
}
.cont1 .a1v1b1 > li .cont-p .p {
  color: #5A5E5F;
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  margin-top: 0.65em;
}
.cont1 .a1v1b1 > li .cont-p .ast1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 1.1875rem;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1b1 > li .cont-p .ast1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 1rem;
  }
}
.cont1 .a1v1b1 > li .cont-p .ast1 li {
  border-bottom: 1px solid rgba(0, 67, 154, 0.1);
}
.cont1 .a1v1b1 > li .cont-p .ast1 li a.ashx {
  color: var(--color-zt);
  padding: 0.75em 0;
}
.cont1 .a1v1b1 > li .cont-p .ast1 li a.ashx p {
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  width: -webkit-calc(100% - 1em);
  width: -moz-calc(100% - 1em);
  width: calc(100% - 1em);
}
.cont1 .a1v1b1 > li .cont-p .ast1 li a.ashx i {
  font-size: 0.875rem;
  font-weight: 700;
}
.cont1 .a1v1b1 > li .cont-p a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1b1 > li .cont-p a.more-b {
    margin-top: 1.5rem;
  }
}
.cont1 .a1v1b1 > li .img {
  width: 53.5714285714%;
  border-radius: 2.5rem;
  background: #FFF;
  box-shadow: 0 2.5rem 5rem 0 rgba(35, 38, 38, 0.1);
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1 .a1v1b1 > li .img {
    width: 100%;
    border-radius: 1.5rem;
  }
}
.cont1 .a1v1b1 > li .img img {
  width: 100%;
}
.cont1 .a1v2 {
  padding: 0 2.5%;
  margin-top: 4.5625rem;
}
@media (max-width: 768px) {
  .cont1 .a1v2 {
    margin-top: 2rem;
    padding: 0 4%;
  }
}
.cont1 .a1v2 .a1v2-a1 {
  border-radius: 2.5rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(20px);
  padding: 5.9375rem 5%;
}
@media (max-width: 768px) {
  .cont1 .a1v2 .a1v2-a1 {
    border-radius: 1.25rem;
    padding: 2.5rem 5%;
  }
}
.cont1 .a1v2 .a1v2-a1 .tit {
  text-align: center;
  color: var(--color-ys);
  font-size: 2.3125rem;
  font-weight: 600;
  line-height: 1.3513513514em;
}
@media (max-width: 768px) {
  .cont1 .a1v2 .a1v2-a1 .tit {
    font-size: 1.8rem;
  }
}
.cont1 .a1v2 .a1v2-a1 .a1v2-a1ax {
  gap: 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1v2 .a1v2-a1 .a1v2-a1ax {
    gap: 1.35rem;
    margin-top: 1.5rem;
  }
}
.cont1 .a1v2 .a1v2-a1 .a1v2-a1ax a.more-b {
  width: 15.875rem;
  padding-left: 0;
  padding-right: 0;
}

.cont2 {
  overflow: hidden;
  height: 100vh;
  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;
  position: relative;
  padding-top: -webkit-calc(var(--head-height) / 2);
  padding-top: -moz-calc(var(--head-height) / 2);
  padding-top: calc(var(--head-height) / 2);
}
@media (max-width: 768px) {
  .cont2 {
    height: auto;
    padding-top: 0;
  }
}
.cont2 .a2v1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    display: none;
  }
}
.cont2 .a2v1 .left, .cont2 .a2v1 .right {
  background-color: #FFFFFF;
  -webkit-flex: 1 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.cont2 .a2v1 .right {
  position: relative;
}
.cont2 .a2v1 .right::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5rem;
  top: 0;
  width: 1rem;
  height: 100%;
  background: #fff;
}
.cont2 .a2v1 .a2v1c1 {
  width: 57.5520833333%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.cont2 .a2v1 .a2v1c1 .top1, .cont2 .a2v1 .a2v1c1 .bottom1 {
  background-color: #FFFFFF;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cont2 .a2v1 .a2v1c1 .bottom1 {
  position: relative;
}
.cont2 .a2v1 .a2v1c1 .bottom1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 1rem;
  background: #fff;
}
.cont2 .a2v1 .a2v1c1 svg {
  display: block;
  position: relative;
  width: 100%;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cont2 .a2v1 .a2v1c1 svg .txt {
  font-size: 32px;
  font-weight: 600;
}
.cont2 .a2v2 {
  width: 100%;
  height: 100%;
}
.cont2 .a2v2 .a2v2-a1 {
  background: url(../images/bj2.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
  padding: 9.375rem 4.9450549451%;
  overflow: hidden;
  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;
  -webkit-clip-path: inset(-webkit-calc(var(--pandrd) * (1 - var(--entry-progress))) -webkit-calc(2rem * (1 - var(--entry-progress))) round -webkit-calc(1.5rem * (1 - var(--entry-progress))));
          clip-path: inset(-moz-calc(var(--pandrd) * (1 - var(--entry-progress))) -moz-calc(2rem * (1 - var(--entry-progress))) round -moz-calc(1.5rem * (1 - var(--entry-progress))));
          clip-path: inset(calc(var(--pandrd) * (1 - var(--entry-progress))) calc(2rem * (1 - var(--entry-progress))) round calc(1.5rem * (1 - var(--entry-progress))));
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2v2-a1 {
    padding: 3.5rem 4%;
  }
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 {
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12.5px);
  padding: 4.5rem 7.9166666667%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 {
    opacity: 1;
    border-radius: 1.5rem;
    padding: 2.5rem 7.9166666667%;
  }
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 .a2v2-c1 .title1 {
    margin-bottom: 1.5rem;
  }
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .p1-txt {
  color: #5A5E5F;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.75em;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 .p1-txt {
    font-size: 1.125rem;
    line-height: 1.65em;
  }
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 {
    margin-top: 2rem;
    gap: 1rem 0;
  }
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li {
  width: 17%;
  text-align: center;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li {
    width: 49%;
  }
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data {
  color: var(--color-zt);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  height: 4.5rem;
  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) {
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data {
    height: 3.5rem;
  }
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data p {
  width: 100%;
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data b {
  font-weight: 400;
  font-size: 1.25rem;
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data sup {
  font-size: 2.85rem;
  line-height: 1;
  vertical-align: super;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data sup {
    font-size: 2rem;
  }
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data span {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data span {
    font-size: 2.25rem;
  }
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data span.counter1 {
  font-size: 4.75rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .data span.counter1 {
    font-size: 3rem;
  }
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .p1 {
  color: rgba(35, 38, 38, 0.5);
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 0.25rem;
}
.cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .p1 span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2v2-a1 .a2v2-b1 .shtd_list1 li .p1 {
    text-wrap: balance;
  }
}
.cont2.on .a2v1 {
  pointer-events: none;
}

.cont3 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cont3 {
    padding-top: 2.5rem;
  }
}
.cont3 .mySwiper1 {
  padding: 0 27.0833333333%;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 {
    margin-top: 1.75rem;
    padding: 0 15%;
  }
}
.cont3 .mySwiper1 .swiper-slide {
  position: relative;
}
.cont3 .mySwiper1 .swiper-slide .img {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.cont3 .mySwiper1 .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 .swiper-slide .img {
    border-radius: 1rem;
  }
}
.cont3 .mySwiper1 .swiper-slide .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 .swiper-slide .img img {
    aspect-ratio: 9/8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont3 .mySwiper1 .swiper-slide .cont-p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 4.0625rem 8.9887640449%;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 .swiper-slide .cont-p {
    padding: 2.85rem 8.9887640449%;
  }
}
.cont3 .mySwiper1 .swiper-slide .cont-p .tit {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 .swiper-slide .cont-p .tit {
    font-size: 1.5rem;
  }
}
.cont3 .mySwiper1 .swiper-slide .cont-p .p1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 .swiper-slide .cont-p .p1 {
    margin-top: 1rem;
  }
}
.cont3 .mySwiper1 .swiper-slide .cont-p .p1 .zst-a {
  gap: 1rem 8%;
}
.cont3 .mySwiper1 .swiper-slide .cont-p .p1 .zst-a dl dt {
  font-size: 2.125rem;
  line-height: 1.25em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 .swiper-slide .cont-p .p1 .zst-a dl dt {
    font-size: 1.5rem;
  }
}
.cont3 .mySwiper1 .swiper-slide .cont-p .p1 .zst-a dl dd {
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 .swiper-slide .cont-p .p1 .zst-a dl dd {
    font-size: 0.785rem;
  }
}
.cont3 .mySwiper1 .swiper-slide a.more-x {
  position: absolute;
  right: 5%;
  bottom: 8%;
  z-index: 1;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 .swiper-slide a.more-x {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.cont3 .mySwiper1 .swiper-slide a.more-x i {
  display: block;
  font-size: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont3 .mySwiper1 .swiper-slide a.more-x i {
    font-size: 0.75rem;
  }
}
.cont3 .mySwiper1 .swiper-slide a.more-x:hover {
  background: var(--color-zt);
}
.cont3 .mySwiper1 .swiper-slide a.more-x:hover i {
  color: #fff;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cont3 .mySwiper1 .swiper-slide.swiper-slide-active .cont-p {
  opacity: 1;
}
.cont3 .mySwiper1 .swiper-slide.swiper-slide-active a.more-x {
  opacity: 1;
}

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

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

@-o-keyframes scale-anim {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
    opacity: 0;
  }
  50% {
    -o-transform: scale(0.6);
       transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    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(0.6);
       -moz-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.gong-pagination {
  text-align: center;
}
.gong-pagination span {
  background: #D9D9D9;
  opacity: 1;
  width: 0.5625rem;
  height: 0.5625rem;
  margin: 0 0.65rem !important;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: #F08100;
}

.cont4 {
  padding: 8rem 0 6.875rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2.75rem 0 1.5rem;
  }
}
.cont4 .a4v1 .p1-txt {
  width: 66.2857142857%;
  color: #5A5E5F;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .p1-txt {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont4 .a4v2 {
  margin: 0 4.1428571429%;
  position: relative;
  margin-top: 5.9375rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2 {
    margin-top: 1.25rem;
    margin: 0;
  }
}
.cont4 .a4v2 .img {
  display: block;
}
.cont4 .a4v2 .img img {
  width: 100%;
}
.cont4 .a4v2 u {
  display: block;
  font-size: 0;
  width: 3.75rem;
  position: absolute;
  right: 19%;
  top: 43%;
}
@media (max-width: 768px) {
  .cont4 .a4v2 u {
    display: none;
  }
}
.cont4 .a4v2 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .as1aft1 {
    display: none;
  }
}
.cont4 .a4v2 .as1aft1 li {
  position: absolute;
}
.cont4 .a4v2 .as1aft1 li:nth-child(1) {
  right: 15%;
  top: 44%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(2) {
  right: 28.5%;
  top: 53%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(3) {
  left: 59.5%;
  top: 42%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(4) {
  left: 56%;
  top: 67%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(5) {
  left: 35%;
  top: 71%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(6) {
  left: 24%;
  top: 42%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(7) {
  left: 58%;
  top: 50%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(8) {
  left: 78%;
  top: 54%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(9) {
  left: 79.2%;
  top: 58%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(10) {
  left: 77%;
  top: 58%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(11) {
  left: 52%;
  top: 60%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(12) {
  left: 60%;
  top: 60%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(13) {
  left: 60%;
  top: 64%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(14) {
  left: 83%;
  top: 56%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(15) {
  left: 81%;
  top: 67%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(16) {
  left: 78%;
  top: 63%;
}
.cont4 .a4v2 .as1aft1 li:nth-child(17) {
  left: 78%;
  top: 59%;
}
.cont4 .a4v2 .as1aft1 li .din i {
  display: block;
  background: #F08100;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  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;
}
.cont4 .a4v2 .as1aft1 li .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .as1aft2 {
    display: none;
  }
}
.cont4 .a4v2 .as1aft2 li {
  position: absolute;
}
.cont4 .a4v2 .as1aft2 li:nth-child(1) {
  right: 18.8%;
  top: 47%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(2) {
  right: 23.5%;
  top: 43%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(3) {
  left: 79.5%;
  top: 52%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(4) {
  left: 82%;
  top: 45.5%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(5) {
  left: 81.5%;
  top: 48%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(6) {
  left: 82.25%;
  top: 47%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(7) {
  left: 80.5%;
  top: 43%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(8) {
  left: 77.25%;
  top: 48%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(9) {
  left: 81.2%;
  top: 42%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(10) {
  left: 73%;
  top: 41%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(11) {
  left: 77%;
  top: 51%;
}
.cont4 .a4v2 .as1aft2 li:nth-child(12) {
  left: 82%;
  top: 48%;
}
.cont4 .a4v2 .as1aft2 li .din i {
  display: block;
  background: var(--color-zt);
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  -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;
}
.cont4 .a4v2 .as1aft2 li .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.cont4 .a4v3 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 2.25rem;
  padding-top: 4.625rem;
}
@media (max-width: 768px) {
  .cont4 .a4v3 {
    margin-top: 1.25rem;
    padding-top: 2.625rem;
  }
}
.cont4 .a4v3 .mySwiper2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont4 .a4v3 .mySwiper2 {
    margin-top: 1.25rem;
  }
}
.cont4 .a4v3 .mySwiper2 .swiper-slide .img {
  border-radius: 1.25rem;
}
.cont4 .a4v3 .mySwiper2 .swiper-slide .img + .img {
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .cont4 .a4v3 .mySwiper2 .swiper-slide .img {
    border-radius: 1rem;
  }
}
.cont4 .a4v3 .mySwiper2 .swiper-slide .img img {
  width: 100%;
}
.cont4 .a4v3 .mySwiper2 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4v3 .mySwiper2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cont5 {
  padding: 2rem 2.6041666667%;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 1rem 4%;
  }
}
.cont5 .a5v1 {
  position: relative;
}
.cont5 .a5v1 .title1 {
  position: absolute;
  left: -webkit-calc(var(--cbasta) * 0.85);
  left: -moz-calc(var(--cbasta) * 0.85);
  left: calc(var(--cbasta) * 0.85);
  top: 20%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .title1 {
    top: 2.75rem;
    left: -webkit-calc(var(--cbasta) * 1.25);
    left: -moz-calc(var(--cbasta) * 1.25);
    left: calc(var(--cbasta) * 1.25);
  }
}
.cont5 .a5v1 .a5_list1 {
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5_list1 {
    border-radius: 1.25rem;
  }
}
.cont5 .a5v1 .a5_list1 li {
  display: none;
}
.cont5 .a5v1 .a5_list1 li img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5_list1 li img {
    aspect-ratio: 9/12.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont5 .a5v1 .a5_list2 {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 1;
  width: 100%;
  padding: 0 4.9450549451%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5_list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.cont5 .a5v1 .a5_list2 li a {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12.5px);
  padding: 2.75rem 10% 2.75rem 6%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5_list2 li a {
    border-radius: 1rem;
    padding: 1.75rem 7.85% 1.75rem 5%;
  }
}
.cont5 .a5v1 .a5_list2 li a .pat1 {
  width: -webkit-calc(95% - 4.25rem);
  width: -moz-calc(95% - 4.25rem);
  width: calc(95% - 4.25rem);
}
.cont5 .a5v1 .a5_list2 li a .pat1 u {
  display: block;
  font-size: 0;
  width: 3.375rem;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5_list2 li a .pat1 u {
    width: 2.5rem;
  }
}
.cont5 .a5v1 .a5_list2 li a .pat1 u img {
  width: 100%;
}
.cont5 .a5v1 .a5_list2 li a .pat1 p {
  color: #232626;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.25em;
  padding-left: 0.75em;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5_list2 li a .pat1 p {
    font-size: 1.35rem;
  }
}
.cont5 .a5v1 .a5_list2 li a .more-x {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5_list2 li a .more-x {
    width: 3rem;
    height: 3rem;
  }
}
.cont5 .a5v1 .a5_list2 li a .more-x i {
  display: block;
  font-size: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .a5_list2 li a .more-x i {
    font-size: 0.75rem;
  }
}
.cont5 .a5v1 .a5_list2 li:hover a {
  background: #00439A;
}
.cont5 .a5v1 .a5_list2 li:hover a .pat1 u img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cont5 .a5v1 .a5_list2 li:hover a .pat1 p {
  color: #fff;
}
.cont5 .a5v1 .a5_list2 li:hover a .more-x i {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cont6 {
  background: url(../images/bj3.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.625rem 0 5.75rem;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 2.5rem 0;
  }
}
.cont6 .news-sort1 {
  margin-bottom: 0.5rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .cont6 .news-sort1 {
    width: 100%;
    margin-top: 0;
    margin-top: 1.25rem;
  }
}
.cont6 .news-sort1 li a {
  display: block;
  background: #fff;
  color: #3C4141;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.9em 2.65em;
  border-radius: 1.875rem;
}
.cont6 .news-sort1 li:hover a, .cont6 .news-sort1 li.on a {
  background: var(--color-zt);
  color: #fff;
}
.cont6 .a6v2 {
  margin-top: 3.0625rem;
}
@media (max-width: 768px) {
  .cont6 .a6v2 {
    margin-top: 0.25rem;
  }
}
.cont6 .a6v2 .mySwiper3 {
  padding: 1rem var(--cbasta) 2rem;
}
@media (max-width: 768px) {
  .cont6 .a6v2 .mySwiper3 {
    padding: 1rem -webkit-calc(var(--cbasta) * 1.85) 2rem;
    padding: 1rem -moz-calc(var(--cbasta) * 1.85) 2rem;
    padding: 1rem calc(var(--cbasta) * 1.85) 2rem;
  }
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa {
  display: block;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 100%;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa {
    border-radius: 1rem;
  }
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .cont-p {
  padding: 3.5rem 11.0375275938% 2.125rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .cont-p {
    padding: 2.5rem 8% 2rem;
  }
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .cont-p .asxta {
  color: #868686;
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .cont-p .asxta .time {
  font-size: 1rem;
  line-height: 1.5em;
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .cont-p .asxta .time i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .cont-p .asxta span {
  font-size: 1rem;
  line-height: 1.5em;
  border: 1px solid #E3E3E3;
  border-radius: 1.875rem;
  padding: 0 0.75em;
  margin-left: 0.75rem;
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .cont-p .tit {
  color: #232626;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 1rem;
  height: 3em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .img {
  aspect-ratio: 453/290;
  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: end;
      -ms-flex-line-pack: end;
          align-content: end;
  overflow: hidden;
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(25%);
     -moz-transform: translateY(25%);
      -ms-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa:hover {
  box-shadow: 0 0.5rem 1rem 0 rgba(35, 38, 38, 0.3);
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa:hover::after {
  opacity: 0;
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa:hover .cont-p .asxta span {
  background: #F08100;
  border-color: #F08100;
  color: #fff;
}
.cont6 .a6v2 .mySwiper3 .swiper-slide a.imgxa:hover .img img {
  -webkit-transform: translateY(0%);
     -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}
.cont6 .a6v2 .fpx-axt {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .cont6 .a6v2 .fpx-axt {
    margin-top: 0.5rem;
  }
}
.cont6 .a6v2 .swiper-pagination {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 2px;
  margin-right: 1rem;
  background: rgba(0, 0, 0, 0.1);
}
.cont6 .a6v2 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--color-zt);
}
.cont6 .a6v2 .jt-masx {
  width: 9.375rem;
}
@media (max-width: 768px) {
  .cont6 .a6v2 .jt-masx {
    width: 7rem;
  }
}
.cont6 .a6v2 .jt-masx > div {
  width: 4.25rem;
  height: 4.25rem;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cont6 .a6v2 .jt-masx > div {
    width: 3rem;
    height: 3rem;
  }
}
.cont6 .a6v2 .jt-masx > div i {
  color: #3C4141;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont6 .a6v2 .jt-masx > div i {
    font-size: 0.85rem;
  }
}
.cont6 .a6v2 .jt-masx > div:hover {
  background: var(--color-zt);
}
.cont6 .a6v2 .jt-masx > div:hover i {
  color: #fff;
}

.foot-fot {
  position: relative;
  background: #1C1F1F;
  color: #fff;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 0 0 8.4375rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .dlogo {
  padding: 4.125rem 0 2.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-fot .foota1 .dlogo img {
  height: 4.1875rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.foot-fot .foota1 .foot-tit {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}
.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: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 2em;
}
.foot-fot .foota1 .dseca > a:hover {
  color: #fff;
}
.foot-fot .foota1 .foota1c1 {
  padding-top: 3.75rem;
}
.foot-fot .foota1 .fo-a2 .d_list1 li {
  color: #FFFFFF;
}
.foot-fot .foota1 .fo-a2 .d_list1 li + li {
  margin-top: 1rem;
}
.foot-fot .foota1 .fo-a2 .d_list1 li .tit {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.foot-fot .foota1 .fo-a2 .d_list1 li > p {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.25rem;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  background: #F5F5F5;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.35rem;
  color: #1C1F1F;
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: var(--color-zt);
  color: #fff;
}
.foot-fot .foota2 .foo-a2v1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.foot-fot .foota2 a {
  color: white;
}
.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.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 {
  color: rgba(255, 255, 255, 0.2);
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

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

@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 li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li.tops {
  display: none;
}
.zd_erha li > a {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
  line-height: 3.75rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha 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 li > a i img {
  height: 1.6875rem;
}
.zd_erha 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 li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha 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);
}
.zd_erha li:hover .erghgsa::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 10%;
  height: 100%;
}

/*内页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: rgba(35, 38, 38, 0.4);
  font-size: 1rem;
  line-height: 2em;
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: rgba(35, 38, 38, 0.4);
}
.ajhhsd a:last-of-type {
  color: rgba(35, 38, 38, 0.7);
}
.ajhhsd a:hover {
  color: var(--color-zt);
}
.ajhhsd.ajhhsd-cpx span:last-child {
  display: inline;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "Inter";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

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

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

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

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

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 52%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  position: relative;
}
.nbanner .nbanner-wen1 .banner-cont i {
  display: block;
  font-size: 0;
  width: 0.6875rem;
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont i {
    left: -0.5rem;
    top: -0.3rem;
    width: 0.5rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .en_name {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.35em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .en_name {
    font-size: 1.25rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  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;
}
@media (max-width: 768px) {
  .n_mbx .n_src li + li {
    margin-left: 1.75rem;
  }
}
.n_mbx .n_src li a {
  display: block;
  color: #3C4141;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 3.125em;
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: var(--color-zt);
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

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

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.125rem;
    margin-top: 1rem;
  }
}
.product-list li a.img {
  display: block;
  overflow: visible;
}
.product-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 2.5rem 0 rgba(35, 38, 38, 0.1);
}
@media (max-width: 768px) {
  .product-list li a.img i {
    border-radius: 1rem;
  }
}
.product-list li a.img i img {
  width: 100%;
}
.product-list li a.img .tit {
  color: #232626;
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .product-list li a.img .tit {
    font-size: 1rem;
    padding: 1.125rem 0;
  }
}
.product-list li a.img:hover .tit {
  color: var(--color-zt);
}

.ny-show_body {
  padding-top: var(--head-height);
  background: url(../images/bj4.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}

.pro-show-cont1 {
  padding: 1.25rem 0 6.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding: 1rem 0 3rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 {
  margin-top: 1.625rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 {
    margin-top: 1.125rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 52.6428571429%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img-x {
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 2.5rem 0 rgba(35, 38, 38, 0.1);
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .img-x {
    border-radius: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img-x img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > 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;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div i {
  display: block;
  color: #3C4141;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div i {
    font-size: 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div:hover {
  background: var(--color-zt);
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div:hover i {
  color: #fff;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div.swiper-button-next1 {
  right: 3%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div.swiper-button-prev1 {
  left: 5%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .swiper-pagination1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 40.5714285714%;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #F08100;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .name {
  color: #232626;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.125em;
  margin: 0.35em 0 0.5em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .name {
    font-size: 1.8rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: rgba(35, 38, 38, 0.7);
  font-size: 1.375rem;
  line-height: 1.8181818182em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    font-size: 1.125rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p {
  padding-left: 1em;
  position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p::before {
  content: "·";
  position: absolute;
  top: 0%;
  left: 0;
  font-weight: 900;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsdta1 {
  margin-top: 1.5rem;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .zsdta1 {
    margin-top: 1rem;
    gap: 1rem;
  }
}

.cp-conta1 {
  padding: 3.75rem 0;
}
@media (max-width: 768px) {
  .cp-conta1 {
    padding: 1.5rem 0;
  }
}

.cp-conta2 {
  padding: 7rem 0 6.125rem;
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .cp-conta2 {
    padding: 2.5rem 0;
  }
}
.cp-conta2 .product-list {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .cp-conta2 .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cp-conta-gong .title1 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .cp-conta-gong .title1 {
    margin-bottom: 0.75rem;
  }
}

.cpfm-cont1 {
  background: url(../images/bj4.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.cpfm-cont1 .cpfm-a1v1 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v1 {
    margin-top: 1.5rem;
  }
}
.cpfm-cont1 .cpfm-a1v1 .p1-txt {
  color: rgba(35, 38, 38, 0.7);
  font-size: 1.35rem;
  line-height: 1.4814814815em;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v1 .p1-txt {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}
.cpfm-cont1 .cpfm-a1v1 .p1-txt b {
  color: var(--color-zt);
}
.cpfm-cont1 .cpfm-a1v1 .mySwiper2 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v1 .mySwiper2 {
    margin-top: 1rem;
  }
}
.cpfm-cont1 .cpfm-a1v1 .mySwiper2 .swiper-slide .img {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
}
.cpfm-cont1 .cpfm-a1v1 .mySwiper2 .swiper-slide .img + .img {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v1 .mySwiper2 .swiper-slide .img {
    border-radius: 1rem;
  }
}
.cpfm-cont1 .cpfm-a1v1 .mySwiper2 .swiper-slide .img img {
  width: 100%;
}
.cpfm-cont1 .cpfm-a1v1 .mySwiper2 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v1 .mySwiper2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.cpfm-cont1 .cpfm-a1v2 {
  padding: 9.125rem 0 6.125rem;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v2 {
    padding: 2.25rem 0;
  }
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax {
  gap: 1.5rem;
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax .as-xta1 {
  gap: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax .as-xta1 {
    gap: 1rem;
  }
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax .as-xta1 li a {
  display: block;
  color: var(--color-zt);
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid var(--color-zt);
  padding: 0.7rem 2.25rem;
  text-align: center;
  border-radius: 2.5rem;
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax .as-xta1 li:hover a, .cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax .as-xta1 li.on a {
  background: #F08100;
  color: #fff;
  border-color: #F08100;
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax2 .cpfm-a1v2-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 2rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax2 .cpfm-a1v2-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.125rem;
    margin-top: 1.5rem;
  }
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax2 .cpfm-a1v2-list1 li a.img {
  display: block;
  overflow: visible;
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax2 .cpfm-a1v2-list1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 2.5rem 0 rgba(35, 38, 38, 0.1);
  background: #fff;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax2 .cpfm-a1v2-list1 li a.img i {
    border-radius: 1rem;
  }
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax2 .cpfm-a1v2-list1 li a.img i img {
  width: 100%;
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax2 .cpfm-a1v2-list1 li a.img .tit {
  color: #232626;
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax2 .cpfm-a1v2-list1 li a.img .tit {
    font-size: 1rem;
    padding: 1.125rem 0;
  }
}
.cpfm-cont1 .cpfm-a1v2 .cpfm-a1v2-ax2 .cpfm-a1v2-list1 li a.img:hover .tit {
  color: var(--color-zt);
}

.cpfm-cont2 {
  background: #F5F5F5;
  padding: 7.1875rem 0 8.25rem;
}
@media (max-width: 768px) {
  .cpfm-cont2 {
    padding: 2.5rem 0;
  }
}
.cpfm-cont2 .jsts_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .cpfm-cont2 .jsts_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.cpfm-cont2 .jsts_list1 li {
  background: #FFFFFF;
  border-radius: 1.25rem;
  padding: 2rem 7%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cpfm-cont2 .jsts_list1 li {
    border-radius: 1rem;
    padding: 1.5rem 6%;
  }
}
.cpfm-cont2 .jsts_list1 li i {
  width: 6rem;
  height: 6rem;
  background: #F5F5F5;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cpfm-cont2 .jsts_list1 li i {
    width: 5rem;
    height: 5rem;
  }
}
.cpfm-cont2 .jsts_list1 li i img {
  width: 60%;
}
.cpfm-cont2 .jsts_list1 li .cont-p {
  width: -webkit-calc(93% - 6rem);
  width: -moz-calc(93% - 6rem);
  width: calc(93% - 6rem);
}
@media (max-width: 768px) {
  .cpfm-cont2 .jsts_list1 li .cont-p {
    width: -webkit-calc(93% - 5rem);
    width: -moz-calc(93% - 5rem);
    width: calc(93% - 5rem);
  }
}
.cpfm-cont2 .jsts_list1 li .cont-p .tit {
  color: rgba(35, 38, 38, 0.7);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .cpfm-cont2 .jsts_list1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cpfm-cont2 .jsts_list1 li .cont-p .ftit {
  color: var(--color-zt);
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .cpfm-cont2 .jsts_list1 li .cont-p .ftit {
    font-size: 1rem;
  }
}
.cpfm-cont2 .jsts_list1 li:hover {
  background: var(--color-zt);
}
.cpfm-cont2 .jsts_list1 li:hover i {
  background: #fff;
}
.cpfm-cont2 .jsts_list1 li:hover .cont-p .tit {
  color: #fff;
}
.cpfm-cont2 .jsts_list1 li:hover .cont-p .ftit {
  color: #fff;
}

.cpfm-cont3 {
  padding-top: 7.75rem;
}
@media (max-width: 768px) {
  .cpfm-cont3 {
    padding-top: 2.5rem;
  }
}
.cpfm-cont3 .mySwiper1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .cpfm-cont3 .mySwiper1 {
    margin-top: 1.5rem;
  }
}
.cpfm-cont3 .mySwiper1 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cpfm-cont3 .mySwiper1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.cpfm-cont3 .cpfm-a3v1 {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .cpfm-cont3 .cpfm-a3v1 {
    margin-top: 2.25rem;
  }
}
.cpfm-cont3 .cpfm-a3v1 .cpfm-a3-a1 {
  border-radius: 1.25rem;
  overflow: hidden;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.0625rem 5%;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .cpfm-cont3 .cpfm-a3v1 .cpfm-a3-a1 {
    border-radius: 1rem;
    padding: 3.625rem 5%;
  }
}
.cpfm-cont3 .cpfm-a3v1 .cpfm-a3-a1 .tit {
  font-size: 2.3125rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cpfm-cont3 .cpfm-a3v1 .cpfm-a3-a1 .tit {
    font-size: 1.85rem;
    line-height: 1.35em;
  }
}
.cpfm-cont3 .cpfm-a3v1 .cpfm-a3-a1 .ftit {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0.75em 0 0.75em;
}
@media (max-width: 768px) {
  .cpfm-cont3 .cpfm-a3v1 .cpfm-a3-a1 .ftit {
    font-size: 1.25rem;
  }
}

.cpfm-cont4 {
  padding: 7.5rem 0 5.25rem;
}
@media (max-width: 768px) {
  .cpfm-cont4 {
    padding: 2.5rem 0;
  }
}
.cpfm-cont4 .cpfm-a4_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
  margin-top: 2.875rem;
}
@media (max-width: 768px) {
  .cpfm-cont4 .cpfm-a4_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}
.cpfm-cont4 .cpfm-a4_list1 li a.imgsx {
  display: block;
}
.cpfm-cont4 .cpfm-a4_list1 li a.imgsx i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cpfm-cont4 .cpfm-a4_list1 li a.imgsx i {
    border-radius: 1rem;
  }
}
.cpfm-cont4 .cpfm-a4_list1 li a.imgsx i img {
  width: 100%;
  aspect-ratio: 443/344;
  -o-object-fit: cover;
     object-fit: cover;
}
.cpfm-cont4 .cpfm-a4_list1 li a.imgsx p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #232626;
  padding: 1.125em 0;
}
@media (max-width: 768px) {
  .cpfm-cont4 .cpfm-a4_list1 li a.imgsx p {
    font-size: 1rem;
    padding: 0.75rem 0;
  }
}
.cpfm-cont4 .cpfm-a4_list1 li a.imgsx:hover p {
  color: var(--color-zt);
}

.cpfm-cont5 {
  padding: 1.5rem 0 5.25rem;
}
@media (max-width: 768px) {
  .cpfm-cont5 {
    padding: 1rem 0 0.5rem;
  }
}
.cpfm-cont5 .tit {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0.75em 0;
}
@media (max-width: 768px) {
  .cpfm-cont5 .tit {
    padding: 0.5em 0;
    font-size: 1.56rem;
  }
}
.cpfm-cont5 .table-cont {
  overflow-x: auto;
}
.cpfm-cont5 .table-cont table {
  width: 100%;
  min-width: 768;
}
.cpfm-cont5 .table-cont table tr th {
  vertical-align: middle;
  text-align: center;
}
.cpfm-cont5 .table-cont table tr td {
  padding: 0.75rem !important;
  vertical-align: middle;
  text-align: center;
}

.case-content {
  padding: 5rem 0 2.25rem;
}
@media (max-width: 768px) {
  .case-content {
    padding: 2.5rem 0;
  }
}
.case-content .case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}
@media (max-width: 768px) {
  .case-content .case-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.case-content .case-list li a.img {
  display: block;
}
.case-content .case-list li a.img i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.case-content .case-list li a.img i img {
  width: 100%;
  aspect-ratio: 892/502;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-content .case-list li a.img .tit {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.25em;
  color: #232626;
  padding: 1em 0;
}
.case-content .case-list li a.img:hover .tit {
  color: var(--color-zt);
}

.case-show-cont1 {
  padding: 1.25rem 0 6.25rem;
}
@media (max-width: 768px) {
  .case-show-cont1 {
    padding: 1rem 0 2rem;
  }
}
.case-show-cont1 .pro-show-a1v1 {
  margin-top: 1.625rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 {
    margin-top: 1.125rem;
  }
}
.case-show-cont1 .pro-show-a1v1 .img_tup {
  width: 52.6428571429%;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.case-show-cont1 .pro-show-a1v1 .img_tup .img-x {
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 2.5rem 0 rgba(35, 38, 38, 0.1);
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .img_tup .img-x {
    border-radius: 1rem;
  }
}
.case-show-cont1 .pro-show-a1v1 .img_tup .img-x img {
  width: 100%;
}
.case-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > 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;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.case-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div i {
  display: block;
  color: #3C4141;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div i {
    font-size: 1rem;
  }
}
.case-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div:hover {
  background: var(--color-zt);
}
.case-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div:hover i {
  color: #fff;
}
.case-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div.swiper-button-next1 {
  right: 3%;
}
.case-show-cont1 .pro-show-a1v1 .img_tup .img-x .gongt > div.swiper-button-prev1 {
  left: 5%;
}
.case-show-cont1 .pro-show-a1v1 .img_tup .swiper-pagination1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .img_tup .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 40.5714285714%;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}
.case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #F08100;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.25rem;
  }
}
.case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .name {
  color: #232626;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .name {
    font-size: 1.8rem;
  }
}
.case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: rgba(35, 38, 38, 0.7);
  font-size: 1.125rem;
  line-height: 1.8181818182em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    font-size: 1rem;
    margin-top: 1.125rem;
  }
}
.case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt .zst-a {
  gap: 1rem 5%;
}
.case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt .zst-a dl dt {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .case-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt .zst-a dl dt {
    font-size: 1.5rem;
  }
}

.jsfw-cont1 .jsfw-a1v1 {
  padding: 2.625rem 0 6.625rem;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v1 {
    padding: 1rem 0 2rem;
  }
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v1 .scgl_list1 {
    margin-top: 1.5rem;
  }
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list1 li {
  width: 56.5714285714%;
  margin: 0 auto;
  border-radius: 1.25rem;
  border: 1px solid #F08100;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2.5rem 5rem 0 rgba(35, 38, 38, 0.1);
  background: #fff;
  padding: 2.375rem 3.8571428571% 5.25rem;
  display: none;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v1 .scgl_list1 li {
    width: 100%;
    border-radius: 1rem;
    padding: 1.375rem 6% 2rem;
    display: block !important;
    box-shadow: 0 0.5rem 1rem 0 rgba(35, 38, 38, 0.1);
  }
  .jsfw-cont1 .jsfw-a1v1 .scgl_list1 li + li {
    margin-top: 1.5rem;
  }
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list1 li .tit-xat .titax {
  color: #F08100;
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list1 li .tit-xat .titax .entit {
  font-size: 2.25rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v1 .scgl_list1 li .tit-xat .titax .entit {
    font-size: 1.5rem;
  }
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list1 li .tit-xat .titax .tit {
  font-size: 2rem;
  line-height: 1.125em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v1 .scgl_list1 li .tit-xat .titax .tit {
    font-size: 1.25rem;
  }
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list1 li .tit-xat b {
  color: rgba(0, 67, 154, 0.4);
  font-size: 1.25rem;
  line-height: 1.5em;
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list1 li .txt {
  color: #5A5E5F;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-left: 20%;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v1 .scgl_list1 li .txt {
    margin-left: 15%;
    font-size: 1.125rem;
  }
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-top: 5.25rem;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v1 .scgl_list2 {
    display: none;
  }
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 86%;
  height: 1px;
  background: var(--color-zt);
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 li {
  width: 13.2857142857%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 67, 154, 0.4);
  border-radius: 50%;
  aspect-ratio: 1/1;
  backdrop-filter: blur(2px);
  position: relative;
  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;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: var(--color-zt);
  z-index: -1;
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 li .data {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.0625rem;
  height: 3.0625rem;
  line-height: 3.0625rem;
  background: #F08100;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  opacity: 0;
  z-index: 9;
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 li + li {
  margin-left: -1%;
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 li .cont-p {
  text-align: center;
  color: #000000;
  font-size: 1rem;
  line-height: 1.65em;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 li .cont-p .tit {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 li:hover, .jsfw-cont1 .jsfw-a1v1 .scgl_list2 li.on {
  background: var(--color-zt);
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 li:hover .cont-p, .jsfw-cont1 .jsfw-a1v1 .scgl_list2 li.on .cont-p {
  color: #fff;
}
.jsfw-cont1 .jsfw-a1v1 .scgl_list2 li:hover .data, .jsfw-cont1 .jsfw-a1v1 .scgl_list2 li.on .data {
  opacity: 1;
}
.jsfw-cont1 .jsfw-a1v2 {
  padding: 0 2.6041666667%;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v2 {
    padding: 0 4%;
    margin-top: 2rem;
  }
}
.jsfw-cont1 .jsfw-a1v2 .imahgx {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v2 .imahgx {
    border-radius: 1rem;
  }
}
.jsfw-cont1 .jsfw-a1v2 .imahgx img {
  width: 100%;
}
.jsfw-cont1 .jsfw-a1v2 .imahgx .tcmore {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
}
@media (max-width: 768px) {
  .jsfw-cont1 .jsfw-a1v2 .imahgx .tcmore {
    width: 2rem;
  }
}

.jsfw-cont2 {
  padding: 7.8125rem 0 0;
}
@media (max-width: 768px) {
  .jsfw-cont2 {
    padding-top: 2.5rem;
  }
}
.jsfw-cont2 .jsfw-a2v1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 {
    margin-top: 1.5rem;
  }
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list1 {
  width: 52.1428571429%;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list1 li {
  display: none;
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list1 li i {
  display: block;
  font-size: 0;
  overflow: hidden;
  border-radius: 1.25rem;
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list1 li img {
  width: 100%;
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 {
  width: 42.4285714286%;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 {
    width: 100%;
  }
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li {
    padding: 1rem 0;
  }
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li .name {
  color: rgba(35, 38, 38, 0.4);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li .name {
    font-size: 1.5rem;
  }
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li .cont-p {
  display: none;
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li .cont-p {
    padding-bottom: 0;
  }
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li .cont-p .p {
  color: #5A5E5F;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li .cont-p .p {
    font-size: 1.125rem;
  }
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li .cont-p a.more-b {
  margin-top: 1rem;
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li.on .name {
  color: #232626;
}
.jsfw-cont2 .jsfw-a2v1 .jsfw-a2_list2 li.on .cont-p {
  display: block;
}

.jsfw-cont3 .jsfw-a3v1 {
  padding-top: 8.125rem;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v1 {
    padding-top: 2.75rem;
  }
}
.jsfw-cont3 .jsfw-a3v2 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v2 {
    padding-top: 1.5rem;
  }
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 {
  background: #F5F5F5;
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li {
  width: 33.3333333333%;
  text-align: center;
  padding: 4.1875rem 5% 6.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li {
    width: 100%;
    padding: 2.8rem 5%;
  }
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0%;
  background: #00439A;
  border-radius: 1.25rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li::after {
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-radius: 1rem;
  }
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  width: 1px;
  height: 70%;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li + li::before {
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
  }
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li i {
  display: block;
  font-size: 0;
  width: 5.875rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li i {
    width: 4rem;
  }
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li i img {
  width: 100%;
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li .titax {
  color: var(--color-zt);
  font-size: 2.9375rem;
  line-height: 4.125rem;
  font-weight: 600;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li .titax {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li .p {
  color: #7E7E7E;
  font-size: 1.5rem;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li .p {
    font-size: 1.125rem;
  }
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li:nth-child(1) .titax, .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li:nth-child(2) .titax {
  font-size: 4.125rem;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li:nth-child(1) .titax, .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li:nth-child(2) .titax {
    font-size: 2rem;
  }
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li:hover::after {
  opacity: 1;
  height: 115%;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li:hover::after {
    width: 105%;
    height: 100%;
  }
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li:hover .titax {
  color: #fff;
}
.jsfw-cont3 .jsfw-a3v2 .sqsh-list1 li:hover .p {
  color: #fff;
}
.jsfw-cont3 .jsfw-a3v3 {
  padding: 10rem 0 9.25rem;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v3 {
    padding: 2.5rem 0;
  }
}
.jsfw-cont3 .jsfw-a3v3 .tit-axt {
  text-align: center;
  color: #0A0A0A;
  font-size: 2rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v3 .tit-axt {
    font-size: 1.5rem;
  }
}
.jsfw-cont3 .jsfw-a3v3 .cjwt_list1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v3 .cjwt_list1 {
    margin-top: 1rem;
  }
}
.jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .dt {
  border-bottom: 1px solid #d9d9d9;
  padding: 1.5rem 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .dt {
    padding: 1rem 0;
  }
}
.jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .dt .tit {
  color: #232626;
  font-size: 1.5rem;
  line-height: 1.5em;
  width: 80%;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .dt .tit {
    font-size: 1.25rem;
  }
}
.jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .dt i {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
}
.jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .wehha-job {
  margin-top: 1.5rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .wehha-job {
    margin-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
}
.jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .wehha-job .as-vts i {
  display: block;
  font-size: 0;
  width: 2.9375rem;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .wehha-job .as-vts i {
    width: 2.125rem;
  }
}
.jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .wehha-job .as-vts i img {
  width: 100%;
}
.jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .wehha-job .as-vts .txt {
  width: -webkit-calc(98% - 3rem);
  width: -moz-calc(98% - 3rem);
  width: calc(98% - 3rem);
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding-top: 0.5em;
}
@media (max-width: 768px) {
  .jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li .wehha-job .as-vts .txt {
    width: -webkit-calc(98% - 2.25rem);
    width: -moz-calc(98% - 2.25rem);
    width: calc(98% - 2.25rem);
    font-size: 1rem;
    padding-top: 0.125em;
  }
}
.jsfw-cont3 .jsfw-a3v3 .cjwt_list1 li.active .dt {
  border-color: #00439A;
}

.news-content {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .news-content {
    padding: 1rem 0;
  }
}
.news-content .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
}
@media (max-width: 768px) {
  .news-content .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.news-content .news-list li {
  background: #F5F5F5;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-content .news-list li {
    border-radius: 1rem;
  }
}
.news-content .news-list li .cont-p {
  padding: 3.25rem 7% 1.5rem;
}
@media (max-width: 768px) {
  .news-content .news-list li .cont-p {
    padding: 2rem 6% 1.5rem;
  }
}
.news-content .news-list li .cont-p .time {
  font-size: 1rem;
  line-height: 1.5em;
  color: #868686;
}
.news-content .news-list li .cont-p .time i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.news-content .news-list li .cont-p a.name {
  color: #232626;
  font-size: 1.5rem;
  line-height: 1.34em;
  height: 2.68em;
  overflow: hidden;
  margin: 1rem 0 1.25rem;
}
@media (max-width: 768px) {
  .news-content .news-list li .cont-p a.name {
    font-size: 1.35rem;
    margin: 1rem 0 1.125rem;
  }
}
.news-content .news-list li .cont-p a.name:hover {
  color: var(--color-zt);
}
.news-content .news-list li .cont-p a.more-b {
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #DFDFDF;
  border: none;
  color: #232626;
  padding: 0.825rem 1.75rem;
}
.news-content .news-list li .cont-p a.more-b:hover {
  color: #fff;
}
.news-content .news-list li a.img {
  display: block;
  overflow: hidden;
}
.news-content .news-list li a.img img {
  width: 100%;
  aspect-ratio: 445/281;
  -o-object-fit: cover;
     object-fit: cover;
}

.ny-show_bodyxw {
  background: #F5F5F5;
}
.ny-show_bodyxw .show-news-content {
  padding: 1.5rem 0 6.25rem;
}
@media (max-width: 768px) {
  .ny-show_bodyxw .show-news-content {
    padding: 1rem 0 2rem;
  }
}

.show-news-cont-v1 {
  background: #FFFFFF;
  border-radius: 3.125rem;
  padding: 4.25rem 8% 5rem;
}
@media (max-width: 768px) {
  .show-news-cont-v1 {
    border-radius: 1.25rem;
    padding: 1.75rem 8% 2rem;
  }
}
.show-news-cont-v1 a.more-xa {
  width: 4.25rem;
}
@media (max-width: 768px) {
  .show-news-cont-v1 a.more-xa {
    display: none;
  }
}
.show-news-cont-v1 a.more-xa .flex-z {
  background: #F5F5F5;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  color: #000000;
}
.show-news-cont-v1 a.more-xa .flex-z i {
  font-size: 1.5rem;
}
.show-news-cont-v1 a.more-xa p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 0.5rem;
  color: var(--color-ys);
}
.show-news-cont-v1 a.more-xa:hover .flex-z {
  background: var(--color-zt);
  color: #fff;
}
.show-news-cont-v1 a.more-xa:hover p {
  color: var(--color-zt);
}
.show-news-cont-v1 .contpx {
  width: -webkit-calc(90% - 4.25rem);
  width: -moz-calc(90% - 4.25rem);
  width: calc(90% - 4.25rem);
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx {
    width: 100%;
  }
}
.show-news-cont-v1 .contpx .title-a {
  color: var(--color-ys);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .title-a {
    font-size: 1.65rem;
  }
}
.show-news-cont-v1 .contpx .title-b {
  margin-top: 1rem;
}
.show-news-cont-v1 .contpx .title-b .date-a {
  font-size: 1rem;
  line-height: 1.5em;
  color: #868686;
}
.show-news-cont-v1 .contpx .title-b .date-a i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.show-news-cont-v1 .contpx .title-b .fen-xiang > p {
  color: #868686;
  font-size: 1rem;
  line-height: 2em;
  margin-right: 1rem;
}
.show-news-cont-v1 .contpx .title-b .fen-xiang .social-share a {
  background: #F5F5F5;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.35rem;
  color: #1C1F1F;
}
.show-news-cont-v1 .contpx .title-b .fen-xiang .social-share a:hover {
  background: var(--color-zt);
  color: #fff;
}
.show-news-cont-v1 .contpx .xinwn-consss {
  color: rgba(35, 38, 38, 0.7);
  font-size: 1rem;
  line-height: 1.875em;
  padding: 2em 0;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .xinwn-consss {
    padding: 1.25rem 0;
  }
}
.show-news-cont-v1 .contpx .shanys {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .shanys {
    gap: 1rem;
  }
}
.show-news-cont-v1 .contpx .shanys > div {
  width: 48.7431693989%;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .shanys > div {
    width: 100%;
  }
}
.show-news-cont-v1 .contpx .shanys > div a {
  background: #F5F5F5;
  padding: 1.45rem 7%;
  border-radius: 1.25rem;
  height: 100%;
  color: var(--color-ys);
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .shanys > div a {
    padding: 1.125rem 6%;
    border-radius: 1rem;
  }
}
.show-news-cont-v1 .contpx .shanys > div a .as-x {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .shanys > div a .as-x {
    width: 3rem;
    height: 3rem;
  }
}
.show-news-cont-v1 .contpx .shanys > div a .as-x i {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}
.show-news-cont-v1 .contpx .shanys > div a .pax {
  width: -webkit-calc(95% - 3.5rem);
  width: -moz-calc(95% - 3.5rem);
  width: calc(95% - 3.5rem);
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .shanys > div a .pax {
    width: -webkit-calc(95% - 3rem);
    width: -moz-calc(95% - 3rem);
    width: calc(95% - 3rem);
  }
}
.show-news-cont-v1 .contpx .shanys > div a .pax p {
  margin-top: 0.35em;
}
.show-news-cont-v1 .contpx .shanys > div a:hover {
  background: #FFF;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
}
.show-news-cont-v1 .contpx .shanys > div a:hover .as-x {
  background: var(--color-zt);
}
.show-news-cont-v1 .contpx .shanys > div a:hover .as-x i {
  color: #fff;
}
.show-news-cont-v1 .contpx .shanys > div a:hover .pax p {
  color: rgba(35, 38, 38, 0.7);
}
.show-news-cont-v1 .contpx .jqtz-conxr1 {
  margin-top: 3.68rem;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .jqtz-conxr1 {
    margin-top: 2rem;
  }
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .tita {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .tita::after, .show-news-cont-v1 .contpx .jqtz-conxr1 .tita::before {
  content: "";
  height: 1px;
  display: block;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(132, 132, 132, 0.2);
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .tita .tit {
  color: #232626;
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 500;
  padding: 0 2em;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .jqtz-conxr1 .tita .tit {
    font-size: 1.8rem;
    padding: 0 1em;
  }
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.375rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.125rem;
    margin-top: 1rem;
  }
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li {
  background: #F5F5F5;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li {
    border-radius: 1rem;
  }
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li .cont-p {
  padding: 3.25rem 7% 1.5rem;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li .cont-p {
    padding: 2rem 6% 1.5rem;
  }
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li .cont-p .time {
  font-size: 1rem;
  line-height: 1.5em;
  color: #868686;
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li .cont-p .time i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li .cont-p a.name {
  color: #232626;
  font-size: 1.5rem;
  line-height: 1.34em;
  height: 2.68em;
  overflow: hidden;
  margin: 1rem 0 1.25rem;
}
@media (max-width: 768px) {
  .show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li .cont-p a.name {
    font-size: 1.35rem;
    margin: 1rem 0 0.5rem;
  }
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li .cont-p a.name:hover {
  color: var(--color-zt);
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li .cont-p a.more-b {
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #DFDFDF;
  border: none;
  color: #232626;
  padding: 0.825rem 1.75rem;
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li .cont-p a.more-b:hover {
  color: #fff;
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li a.img {
  display: block;
  overflow: hidden;
}
.show-news-cont-v1 .contpx .jqtz-conxr1 .xw_list1 li a.img img {
  width: 100%;
  aspect-ratio: 445/281;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-cont1 {
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 1rem 0 1.5rem;
  }
}
.abt-cont1 .qywh-a2v2 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .qywh-a2v2 {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .qywh-a2v2 .qywh-a2c1 {
  width: 55.7142857143%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont1 .qywh-a2v2 .qywh-a2c1 {
    width: 100%;
    display: none;
  }
}
.abt-cont1 .qywh-a2v2 .qywh-a2c1 li .img img {
  width: 100%;
}
.abt-cont1 .qywh-a2v2 .qywh-a2c1 li .p1 {
  text-align: center;
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.abt-cont1 .qywh-a2v2 .wrehj-a {
  width: 41.1428571429%;
}
@media (max-width: 768px) {
  .abt-cont1 .qywh-a2v2 .wrehj-a {
    width: 100%;
  }
}
.abt-cont1 .qywh-a2v2 .wrehj-a .slick-dots {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .qywh-a2v2 .wrehj-a .slick-dots {
    text-align: center;
    margin-top: 1rem;
  }
}
.abt-cont1 .qywh-a2v2 .wrehj-a .slick-dots li {
  display: inline-block;
}
.abt-cont1 .qywh-a2v2 .wrehj-a .slick-dots li button {
  display: none;
}
.abt-cont1 .qywh-a2v2 .wrehj-a .slick-dots li {
  background: #D9D9D9;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 0.35rem !important;
}
@media (max-width: 768px) {
  .abt-cont1 .qywh-a2v2 .wrehj-a .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.abt-cont1 .qywh-a2v2 .wrehj-a .slick-dots li.slick-active {
  background: #F08100;
}
.abt-cont1 .qywh-a2v2 .qywh-a2c2 .slick-list {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.abt-cont1 .qywh-a2v2 .qywh-a2c2 li .img img {
  width: 100%;
}
.abt-cont1 .p1-txt {
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .abt-cont1 .p1-txt {
    margin-top: 1.35rem;
  }
}
.abt-cont1 .p1-txt p + p {
  margin-top: 1em;
}

.abt-cont2 {
  position: relative;
  overflow: hidden;
}
.abt-cont2 .abt-a2b1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b1 {
    display: none;
  }
}
.abt-cont2 .abt-a2b1 .top1, .abt-cont2 .abt-a2b1 .bottom1 {
  background-color: #FFFFFF;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.abt-cont2 .abt-a2b1 .bottom1 {
  position: relative;
}
.abt-cont2 .abt-a2b1 .bottom1::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 1rem;
  background: #fff;
}
.abt-cont2 .abt-a2b1 .img img {
  width: 100%;
}
.abt-cont2 .abt-a2b2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b2 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.abt-cont2 .abt-a2b2 .hxsj_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b2 .hxsj_list {
    gap: 0;
  }
}
.abt-cont2 .abt-a2b2 .hxsj_list li {
  width: 30%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.125rem 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b2 .hxsj_list li {
    width: 48%;
    padding: 1rem 0;
  }
}
.abt-cont2 .abt-a2b2 .hxsj_list li .data {
  color: var(--color-zt);
  font-size: 1.25rem;
  line-height: 1.25em;
}
.abt-cont2 .abt-a2b2 .hxsj_list li .data p {
  font-size: 3.125rem;
  line-height: 1.25em;
  font-weight: 500;
  line-height: 4.75rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b2 .hxsj_list li .data p {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
.abt-cont2 .abt-a2b2 .hxsj_list li .data b {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25em;
}
.abt-cont2 .abt-a2b2 .hxsj_list li .data sup {
  font-size: 2.85rem;
  line-height: 1;
  vertical-align: super;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b2 .hxsj_list li .data sup {
    font-size: 1.5rem;
  }
}
.abt-cont2 .abt-a2b2 .hxsj_list li .data .counter {
  font-size: 4.75rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b2 .hxsj_list li .data .counter {
    font-size: 2.35rem;
  }
}
.abt-cont2 .abt-a2b2 .hxsj_list li > p {
  color: rgba(35, 38, 38, 0.5);
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b2 .hxsj_list li > p {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}
.abt-cont2 .abt-a2b2 .hxsj_list li:nth-child(2n) {
  margin-left: 30%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b2 .hxsj_list li:nth-child(2n) {
    margin-left: 0;
  }
}
.abt-cont2 .abt-a2b3 {
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b3 {
    margin-top: 2rem;
  }
}
.abt-cont2 .abt-a2b3 img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b3 img {
    height: auto;
  }
}
.abt-cont2 .abt-a2b3 .tit {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5909090909em;
  text-align: center;
  opacity: 0;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2b3 .tit {
    opacity: 1;
    font-size: 1.5rem;
  }
}

.abt-cont4 {
  background-repeat: no-repeat;
  background-position: center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 11.625rem 0 12.125rem;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.5rem 0;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 {
  width: 41.5714285714%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 {
    width: 100%;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .tit-a {
  color: #5A5E5F;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 .tit-a {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .ftit {
  color: #5A5E5F;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 .ftit {
    font-size: 1.125rem;
    display: none;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.25rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1rem;
    display: none;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 li {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 li .tit {
  color: #868686;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 li .tit::after {
  content: "";
  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%);
  width: 1px;
  height: 1.25rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.abt-cont4 .abt-a4v1 .abt-a4b1 .asd1t1 li.active .tit {
  color: var(--color-zt);
}
.abt-cont4 .abt-a4v1 .abt-a4b2 {
  width: 43.7142857143%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 {
  height: 28.75rem;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 {
    height: auto;
    overflow: hidden;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-zt);
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li {
  --ld-a: 9.0625rem;
  --ld-b: 3.65rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li {
    --ld-a: 6rem;
    --ld-b: 2rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li::after {
  content: "";
  position: absolute;
  left: -webkit-calc(var(--ld-a) / 3);
  left: -moz-calc(var(--ld-a) / 3);
  left: calc(var(--ld-a) / 3);
  top: 3.5rem;
  width: 1px;
  height: -webkit-calc(100% + var(--ld-b) - 4rem);
  height: -moz-calc(100% + var(--ld-b) - 4rem);
  height: calc(100% + var(--ld-b) - 4rem);
  background: rgba(0, 0, 0, 0.25);
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li + li {
  margin-top: var(--ld-b);
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .tit {
  width: var(--ld-a);
  color: var(--color-zt);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .tit {
    font-size: 2rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p {
  width: -webkit-calc(100% - var(--ld-a));
  width: -moz-calc(100% - var(--ld-a));
  width: calc(100% - var(--ld-a));
  padding-top: 0.65rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p {
    padding-top: 0.25rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #636363;
  position: relative;
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p {
    padding-left: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p + p {
  margin-top: 1rem;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: var(--color-zt);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p::after {
    width: 0.325rem;
    height: 0.325rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-35%, -50%);
     -moz-transform: translate(-35%, -50%);
      -ms-transform: translate(-35%, -50%);
       -o-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(0, 67, 154, 0.1);
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p {
    font-size: 1.125rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p:hover::after {
  background: #F08100;
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li .cont-p p:hover::before {
  background: rgba(240, 129, 0, 0.1);
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .abt-a4b2c1 li:hover .tit {
  color: #F08100;
}

.abt-cont3 {
  background: url(../images/bj4.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 8.75rem 0 13.5625rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.5rem 0;
  }
}
.abt-cont3 .abt_list1 {
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt_list1 {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .abt_list1 li {
  background: rgba(0, 67, 154, 0.84);
  color: #fff;
  padding: 6.375rem 5%;
  width: 53%;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt_list1 li {
    width: 100%;
    border-radius: 1rem;
    padding: 2rem 8%;
  }
}
.abt-cont3 .abt_list1 li i {
  display: block;
  font-size: 0;
  width: 8.4375rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt_list1 li i {
    width: 3.5rem;
  }
}
.abt-cont3 .abt_list1 li i img {
  width: 100%;
}
.abt-cont3 .abt_list1 li .cont-px {
  width: -webkit-calc(93% - 8.4375rem);
  width: -moz-calc(93% - 8.4375rem);
  width: calc(93% - 8.4375rem);
  font-weight: 600;
}
@media (max-width: 768px) {
  .abt-cont3 .abt_list1 li .cont-px {
    width: -webkit-calc(93% - 3.5rem);
    width: -moz-calc(93% - 3.5rem);
    width: calc(93% - 3.5rem);
  }
}
.abt-cont3 .abt_list1 li .cont-px .ftit {
  font-size: 1.5rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt_list1 li .cont-px .ftit {
    font-size: 1rem;
  }
}
.abt-cont3 .abt_list1 li .cont-px .p {
  font-size: 2rem;
  line-height: 1.25em;
  margin-top: 0.45em;
}
@media (max-width: 768px) {
  .abt-cont3 .abt_list1 li .cont-px .p {
    font-size: 1.25rem;
  }
}
.abt-cont3 .abt_list1 li:nth-child(1) {
  background: rgba(255, 255, 255, 0.7);
  color: #232626;
}
.abt-cont3 .abt_list1 li:nth-child(1) .cont-px .ftit {
  color: var(--color-zt);
}
.abt-cont3 .abt_list1 li:nth-child(2) {
  margin-left: auto;
  margin-top: -7rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt_list1 li:nth-child(2) {
    margin-top: 1rem;
  }
}
.abt-cont3 .abt_list1 li:nth-child(3) {
  background: rgba(240, 129, 0, 0.9);
  margin-top: -3rem;
  margin-left: 5%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt_list1 li:nth-child(3) {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.abt-cont5 {
  position: relative;
}
.abt-cont5 picture img {
  width: 100%;
}
.abt-cont5 .abt-a5v1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 {
    top: 2.5rem;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.abt-cont5 .abt-a5v1 .ryzs-list {
  width: 34.5%;
  padding: 1.5rem 0 1.75rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .ryzs-list {
    width: 100%;
    padding: 1rem 0 1rem;
  }
}
.abt-cont5 .abt-a5v1 .ryzs-list li a {
  color: #6C6B6C;
  display: block;
  padding: 0.4em 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .ryzs-list li a {
    padding: 0.35em 0;
  }
}
.abt-cont5 .abt-a5v1 .ryzs-list li a:hover {
  color: #F08100;
  font-size: 1.5rem;
  font-weight: 600;
}

.honer-content {
  padding: 2rem 0 1rem;
}
@media (max-width: 768px) {
  .honer-content {
    padding: 2rem 0 0.5rem;
  }
}
.honer-content .honer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .honer-content .honer-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.honer-content .honer-list li a.img {
  width: 100%;
}
.honer-content .honer-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.honer-content .honer-list li a.img i img {
  width: 100%;
}
.honer-content .honer-list li a.img .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.65rem 0;
  color: #999;
}
@media (max-width: 768px) {
  .honer-content .honer-list li a.img .tit {
    padding: 0.5rem 0;
  }
}
.honer-content .honer-list li a.img:hover .tit {
  color: var(--color-zt);
}

.lx-cont1 {
  background: url(../images/bj4.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.lx-cont1 .lx-a1v1 {
  padding: 4.25rem 0 9.75rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    padding: 1rem 0 2.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #232626;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 {
  margin-top: 1.5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 {
    padding-bottom: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 {
  width: 68.5714285714%;
  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) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li {
  width: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li {
    width: 100%;
  }
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li + li {
    margin-top: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li i {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #00439A;
  border-radius: 50%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li i img {
  width: 50%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li .cont-p {
  width: -webkit-calc(97% - 3.25rem);
  width: -moz-calc(97% - 3.25rem);
  width: calc(97% - 3.25rem);
  color: #232626;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li .cont-p .ftit {
  font-size: 0.875rem;
  line-height: 1.25em;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li .cont-p .tit {
  font-size: 1.25rem;
  line-height: 1.25em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li .cont-p .tit {
    font-size: 1.125rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a2 {
  width: 30.7142857143%;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a2 {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a2 img {
  width: 8.5rem;
  margin: 0 auto;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a2 p {
  color: #232626;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 li {
  border-radius: 1.25rem;
  border: 1px solid #EEE;
  background: #FFF;
  padding: 2rem 10% 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 li {
    padding: 1.75rem 7% 2rem;
    border-radius: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 li .tit {
  color: #00439A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 li .tit {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 li .contpx {
  color: #232626;
  font-size: 1.125rem;
  line-height: 1.25em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 li .contpx {
    margin-top: 0.75rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 li .contpx .p1 {
  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;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 li .contpx .p1 i {
  display: block;
  width: 1.25rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 li .contpx .p1 i img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 li .contpx .p1 p {
  width: -webkit-calc(100% - 1.75rem);
  width: -moz-calc(100% - 1.75rem);
  width: calc(100% - 1.75rem);
  color: var(--color-ys);
  font-size: 1.125rem;
  line-height: 1.75em;
}
.lx-cont1 .lx-a1v1 .lx-a1b3 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b3 {
    margin-top: 1.75rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b3 #mapDiv {
  width: 100%;
  height: 38.625rem;
  position: relative;
  z-index: 1;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b3 #mapDiv {
    height: 18.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b3 #mapDiv .leaflet-control-attribution {
  display: none;
}

.lx-cont2 {
  background: url(../images/bj5.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.5rem 0 10rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2.5rem 0;
  }
}
.lx-cont2 form {
  margin-top: 1rem;
}
.lx-cont2 form .msg-a1 .inpt {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .inpt {
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .inpt {
    margin-top: 1rem;
  }
}
.lx-cont2 form .inpt input {
  width: 100%;
  font-size: 1rem;
  line-height: 3.6875rem;
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .inpt input {
    line-height: 3.25rem;
  }
}
.lx-cont2 form .inpt select {
  width: 100%;
  color: #444444;
  font-size: 1rem;
  border: 1px solid #F0F0F0;
  line-height: 3.6875rem;
  height: 3.6875rem;
  border-radius: 3.75rem;
  padding: 0 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat 94% center #fff;
  -o-background-size: 1.5rem auto;
     background-size: 1.5rem auto;
}
.lx-cont2 form .inpt textarea {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 1rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 0.85rem 1.5rem;
}
.lx-cont2 form .inpt .m_label {
  position: absolute;
  left: 0;
  top: 0;
  color: #787777;
  font-size: 1rem;
  line-height: 3.6875rem;
  padding: 0 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .lx-cont2 form .inpt .m_label {
    line-height: 3.25rem;
  }
}
.lx-cont2 form .inpt .m_label span {
  color: #F08100;
}
.lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
    gap: 1rem;
  }
}
.lx-cont2 form .div_aghgha .msg-a4 .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.lx-cont2 form .div_aghgha .msg-a4 .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.lx-cont2 form .div_aghgha .msg-a4 .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.lx-cont2 form .div_aghgha .msg-a4 .yszc-cont label {
  color: #868686;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha .msg-a4 .yszc-cont label {
    width: -webkit-calc(100% - 1.625rem);
    width: -moz-calc(100% - 1.625rem);
    width: calc(100% - 1.625rem);
  }
}
.lx-cont2 form .div_aghgha .msg-a4 .yszc-cont label a {
  color: var(--color-zt);
}
.lx-cont2 form .div_aghgha .msg-a4 .yszc-cont label a:hover {
  color: var(--color-zt);
}
.lx-cont2 form .div_aghgha button {
  display: block;
  margin: 1rem auto 0;
  background: transparent;
}

.lx-cont3 {
  padding: 9.375rem 0 8.375rem;
}
@media (max-width: 768px) {
  .lx-cont3 {
    padding: 2.5rem 0;
  }
}
.lx-cont3 .cpfm-a3-a1 {
  border-radius: 1.25rem;
  overflow: hidden;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.0625rem 5%;
  text-align: center;
  color: #fff;
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .lx-cont3 .cpfm-a3-a1 {
    border-radius: 1rem;
    padding: 3.625rem 5%;
    margin-top: 1.75rem;
  }
}
.lx-cont3 .cpfm-a3-a1 .tit {
  font-size: 2.3125rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .lx-cont3 .cpfm-a3-a1 .tit {
    font-size: 1.85rem;
    line-height: 1.35em;
  }
}
.lx-cont3 .cpfm-a3-a1 .ftit {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0.75em 0 0.75em;
}
@media (max-width: 768px) {
  .lx-cont3 .cpfm-a3-a1 .ftit {
    font-size: 1.25rem;
  }
}

.job-cont1 {
  background: url(../images/bj4.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.job-cont1 .job-a1v1 {
  padding: 5.5rem 0 13.25rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 {
    padding: 1rem 0 2rem;
  }
}
.job-cont1 .job-a1v1 .job-a1v1a1 {
  position: relative;
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1v1a1 {
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-a1v1 .job-a1v1a1 .img {
  width: 57.7142857143%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1v1a1 .img {
    display: none;
  }
}
.job-cont1 .job-a1v1 .job-a1v1a1 .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 {
    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 0;
  }
}
.job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li {
  gap: 1.5rem;
  position: absolute;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li {
    gap: 1rem;
    position: static;
    width: 48%;
    text-align: center;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li i {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  background: #00439A;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li i {
    width: 5rem;
    height: 5rem;
  }
}
.job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li i img {
  width: 50%;
}
.job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li p {
  color: #666666;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li p {
    font-size: 1.125rem;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:nth-child(1) {
    left: 6%;
    top: 30%;
  }
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:nth-child(1) i {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:nth-child(2) {
    left: 50%;
    top: -11%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    gap: 1.25rem;
  }
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:nth-child(2) i {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
  }
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:nth-child(2) p {
    width: 100%;
  }
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:nth-child(3) {
    right: 6%;
    top: 30%;
  }
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:nth-child(4) {
    right: 16%;
    top: 82%;
  }
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:nth-child(5) {
    left: 16%;
    top: 82%;
  }
  .job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:nth-child(5) i {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.job-cont1 .job-a1v1 .job-a1v1a1 .asta1 li:hover i {
  background: #F08100;
}
.job-cont1 .job-a1v2 .mySwiper1a {
  padding: 0 31.7708333333%;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v2 .mySwiper1a {
    padding: 0 15%;
  }
}
.job-cont1 .job-a1v2 .mySwiper1a .swiper-slide .img {
  border-radius: 1.875rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v2 .mySwiper1a .swiper-slide .img {
    border-radius: 1rem;
  }
}
.job-cont1 .job-a1v2 .mySwiper1a .swiper-slide .img img {
  width: 100%;
}
.job-cont1 .job-a1v2 .mySwiper1a .swiper-pagination1 {
  margin-top: 1rem;
}

.job-cont2 {
  padding: 8.4375rem 0;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2.5rem 0;
  }
}
.job-cont2 .jpb-sjtj {
  color: #818181;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1rem 0;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .job-cont2 .jpb-sjtj {
    margin-top: 1rem;
  }
}
.job-cont2 .job_list {
  border-top: 1px solid #D9D9D9;
}
.job-cont2 .job_list li {
  border-bottom: 1px solid #D9D9D9;
  padding: 2.625rem 0;
}
@media (max-width: 768px) {
  .job-cont2 .job_list li {
    padding: 1.25rem 0;
  }
}
.job-cont2 .job_list li .dt {
  cursor: pointer;
}
.job-cont2 .job_list li .dt .tit {
  color: #232626;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .job-cont2 .job_list li .dt .tit {
    font-size: 1.35rem;
  }
}
.job-cont2 .job_list li .dt .tit-at1 {
  color: #818181;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list li .dt .tit-at1 {
    font-size: 1rem;
  }
}
.job-cont2 .job_list li .dt .tit-at1 .p2 {
  gap: 0 3em;
}
@media (max-width: 768px) {
  .job-cont2 .job_list li .dt .tit-at1 .p2 {
    gap: 0 1.5em;
  }
}
.job-cont2 .job_list li .wehha-job {
  display: none;
}
.job-cont2 .job_list li .wehha-job .p1 {
  color: #5A5E5F;
  font-size: 1.125rem;
  line-height: 1.65em;
  padding: 2em 0;
}
@media (max-width: 768px) {
  .job-cont2 .job_list li .wehha-job .p1 {
    font-size: 1rem;
    padding: 1.25em 0;
  }
}

.pro-show-a1v2 {
  margin-top: 2.65rem;
}
.pro-show-a1v2 .table-cont {
  overflow-x: auto;
}
.pro-show-a1v2 .table-cont table {
  min-width: 768px;
}
.pro-show-a1v2 .table-cont table tr th {
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
  background: var(--color-zt);
  color: #fff;
  padding: 1.5rem 0.75rem;
}
.pro-show-a1v2 .table-cont table tr td {
  text-align: center;
  vertical-align: middle;
  color: #333;
  padding: 1rem 1rem !important;
}