@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;
}
body * {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #6C6B6C;
  --color-zt: #C70025;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.25%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.more-a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.more-a span {
  border: 1px solid #6C6B6C;
  padding: 0 2rem;
  color: #444444;
  font-size: 1rem;
  line-height: -webkit-calc(3.1875rem - 2px);
  line-height: -moz-calc(3.1875rem - 2px);
  line-height: calc(3.1875rem - 2px);
  border-radius: 3.5rem;
  margin-right: 0.25rem;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.more-a i {
  background: #C70025;
  width: 3.1875rem;
  height: 3.1875rem;
  color: #fff;
  font-size: 1.35rem;
  border-radius: 50%;
}
.more-a:hover span {
  border-color: var(--color-zt);
  background: var(--color-zt);
  color: #fff;
}
.more-a.bs span {
  border-color: #fff;
  color: #fff;
}
.more-a.bs i {
  background: #fff;
  color: var(--color-zt);
}
.more-a.bs:hover span {
  background: #fff;
  color: var(--color-zt);
}

.more-b {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.85rem 2rem;
  border-radius: 3.125rem;
  color: #444444;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
  border: 1px solid #6C6B6C;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.7rem 1.65rem;
  }
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b i {
  font-size: 1.25rem;
  margin-left: 0.35rem;
}
.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);
}
.more-b:hover > * {
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.hs {
  border-color: var(--color-zt);
  background: var(--color-zt);
  color: #fff;
}
.more-b.hs::after {
  background: #fff;
}
.more-b.hs:hover {
  color: var(--color-zt);
}
.more-b.bs {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.more-b.bs > * {
  color: #fff;
}
.more-b.bs::after {
  background: var(--color-zt);
}
.more-b.bs:hover {
  border-color: var(--color-zt);
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  --as-calore: #fff;
}
.head .head2 .logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head .head2 .logo a img {
  height: 2.625rem;
}
.head .head2 .logo a img.a {
  display: none;
}
.head .head2 .axz {
  color: var(--as-calore);
  margin-right: 1.5rem;
  font-size: 1.125rem;
  margin-right: 1.4375rem;
  line-height: 1;
  margin-top: 0.05rem;
}
.head .head2 .zywena {
  margin: 0 0 0 1.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .head .head2 .zywena {
    margin-left: 0;
  }
}
.head .head2 .zywena a.rhgxt {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
  border-left: 1px solid rgba(68, 68, 68, 0.1);
  padding: 0 1.5rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3rem;
  width: 5.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
.head .head2 .zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .yy-sec a:hover {
  color: var(--color-zt);
}
.head .head2 .sska a {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head.sticky .head2, .head:hover .head2 {
  --as-calore: #231815;
  background: #fff;
}
.head.sticky .logo a, .head:hover .logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head.sticky .logo a img, .head:hover .logo a img {
  height: 2.625rem;
}
.head.sticky .logo a img.a, .head:hover .logo a img.a {
  display: inline-block;
}
.head.sticky .logo a img.b, .head:hover .logo a img.b {
  display: none;
}

.ny-body .head2 {
  --as-calore: #231815;
  background: #fff;
}
.ny-body .head2 .logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ny-body .head2 .logo a img {
  height: 2.625rem;
}
.ny-body .head2 .logo a img.a {
  display: inline-block;
}
.ny-body .head2 .logo a img.b {
  display: none;
}

#menu {
  margin-left: auto;
  margin-right: 1vw;
}
@media (max-width: 1760px) {
  #menu {
    margin-left: 0;
    margin-right: 0;
  }
}
#menu .nav_a1 > li {
  float: left;
}
#menu .nav_a1 > li a {
  display: block;
  color: var(--as-calore);
  font-family: "Noto Sans SC";
}
#menu .nav_a1 > li > a {
  font-size: 1.125rem;
  padding: 0 1.35rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 400;
  position: relative;
}
@media (max-width: 1680px) {
  #menu .nav_a1 > li > a {
    padding: 0 1.125em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.5em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.25em;
  }
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
  line-height: var(--head-height);
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1.5px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menu .nav_a1 > li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 > li > a i {
  position: absolute;
  left: 50%;
  bottom: 0.76rem;
  width: 1.375rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  opacity: 0;
}
#menu .nav_a1 > li > a i img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#menu .nav_a1 > li .sec {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: inherit;
  left: 50%;
  background: #fff;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1 {
  width: 57.2916666667%;
  background: #EDEDED;
  padding: 4.375rem 2% 5rem var(--cbasta);
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1 .weha1a a {
  width: 46%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0;
  line-height: 1.5em;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1 .weha1a a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1 .weha1a a i {
  display: inline-block;
  color: #8F8F8F;
  font-size: 1.25rem;
  font-weight: 400;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1 .weha1a a:hover, #menu .nav_a1 > li .sec .sec-vat1 .sec-b1 .weha1a a.on {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1 .weha1a a:hover::after, #menu .nav_a1 > li .sec .sec-vat1 .sec-b1 .weha1a a.on::after {
  width: 100%;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1 .weha1a a:hover i, #menu .nav_a1 > li .sec .sec-vat1 .sec-b1 .weha1a a.on i {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1.sec-b3 {
  padding: 0 0 0 var(--cbasta);
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1.sec-b3 .weha1a {
  width: 49.0543735225%;
  padding: 4.375rem 4% 5rem 0;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1.sec-b3 .weha1a a {
  width: 100%;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1.sec-b3 .weha2a {
  width: 50.9456264775%;
  background: rgba(255, 255, 255, 0.4);
  padding: 4.375rem 1.5% 5rem 3%;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1.sec-b3 .weha2a .sec-b1c1 li {
  display: none;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1.sec-b3 .weha2a .sec-b1c1 li .sec-ax a {
  display: block;
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.8em 0;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b1.sec-b3 .weha2a .sec-b1c1 li .sec-ax a:hover, #menu .nav_a1 > li .sec .sec-vat1 .sec-b1.sec-b3 .weha2a .sec-b1c1 li .sec-ax a.on {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 {
  width: 42.7083333333%;
  padding: 3rem var(--cbasta) 5rem 3%;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li {
  display: none;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li {
  line-height: 1.5em;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li:not(:first-child) {
  display: none;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li .ashrxa {
  margin-top: 1.5rem;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li .ashrxa .asjtxa {
  gap: 0.875rem;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li .ashrxa .asjtxa a {
  border-radius: 0.625rem;
  background: #F4F4F4;
  color: rgba(51, 51, 51, 0.7);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.75rem;
  padding: 0 1em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li .ashrxa .asjtxa a:hover {
  background: var(--color-zt);
  color: #fff;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li .morexa {
  color: var(--color-zt);
  font-size: 1.125rem;
  line-height: 1.85em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
  margin-top: 1.25rem;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li .morexa::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-zt);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li .morexa i {
  font-size: 1.25rem;
  margin-left: 0.5rem;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .sec-b2c1 > li .ash1-axt > li .morexa:hover::after {
  width: 100%;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .imga {
  border-radius: 1.5rem;
  overflow: hidden;
}
#menu .nav_a1 > li .sec .sec-vat1 .sec-b2 .imga img {
  width: 100%;
  aspect-ratio: 485/321;
  -o-object-fit: cover;
     object-fit: cover;
}
#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: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#menu .nav_a1 > li:hover > a i, #menu .nav_a1 > li.active > a i {
  opacity: 1;
}
#menu .nav_a1 > li:hover > a span, #menu .nav_a1 > li.active > a span {
  font-weight: 700;
  color: var(--color-zt);
}
#menu .nav_a1 > li:hover > a span::after, #menu .nav_a1 > li.active > a span::after {
  width: 100%;
}

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

.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: 50%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

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

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  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.35);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide:hover .img .imgxa2 {
  z-index: 1;
}
.pc-banner .mySwipera .banwez1 {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 3.85rem;
  line-height: 1.125em;
  letter-spacing: 1.25rem;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
    line-height: 1.2em;
    letter-spacing: 0.5rem;
  }
}
.pc-banner .mySwipera .banwez1 .txt {
  font-size: 2.25rem;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .txt {
    font-size: 1.65rem;
  }
}
.pc-banner .mySwipera a.more-ax {
  display: block;
  position: absolute;
  left: var(--cbasta);
  bottom: 4rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #fff;
}
.pc-banner .mySwipera a.more-ax p {
  white-space: nowrap;
  margin-top: 0.65rem;
  text-align: center;
  font-weight: 400;
}
.pc-banner .mySwipera a.more-ax img {
  display: block;
  width: 3.25rem;
  margin: 0 auto;
}
.pc-banner .mySwipera .swiper-pagination1 {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pc-banner .mySwipera .swiper-pagination1 span {
  width: 0.6rem;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.4rem;
}
.pc-banner .mySwipera .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}
.pc-banner .mySwipera .scroll-d-box {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
}
.pc-banner .mySwipera .scroll-d-box i {
  position: relative;
  display: block;
  height: 50px;
  width: 2px;
  background: rgba(255, 255, 255, 0.4588235294);
  margin: 10px auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .scroll-d-box i {
    height: 40px;
  }
}
.pc-banner .mySwipera .scroll-d-box i::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-zt);
  -webkit-animation: scroll-d linear infinite 3s;
     -moz-animation: scroll-d linear infinite 3s;
       -o-animation: scroll-d linear infinite 3s;
          animation: scroll-d linear infinite 3s;
}
@-webkit-keyframes scroll-d {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes scroll-d {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@-o-keyframes scroll-d {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll-d {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 400 0.875rem/1.5em "Inter";
  margin-top: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

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

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

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

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

.overa {
  overflow: hidden;
}

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

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

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

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

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

.gong-pagination {
  text-align: center;
}
.gong-pagination span {
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  margin: 0 0.35rem !important;
}
@media (max-width: 768px) {
  .gong-pagination span {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}
.gong-pagination.bs span {
  background: rgba(255, 255, 255, 0.3);
}
.gong-pagination.bs span.swiper-pagination-bullet-active {
  background: #fff;
}

.gong-p {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 2em;
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1.125rem;
  }
}
.gong-p.bs {
  color: #fff;
}

.title1 .entit {
  color: var(--color-zt);
  font-size: 1.125rem;
  line-height: 1.35em;
  position: relative;
  padding-left: 1.5rem;
  text-transform: uppercase;
}
.title1 .entit::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.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: var(--color-zt);
}
.title1 .tit {
  color: #333333;
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1 .ftit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.25em;
  text-transform: capitalize;
}
.title1.bs .entit {
  color: #fff;
}
.title1.bs .tit {
  color: #fff;
}
.title1.ta .entit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 0;
}
.title1.ta .entit::after {
  position: static;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  display: block;
  margin: 0.75rem auto 0;
}
.title1.ta .tit {
  margin-top: 0.35rem;
}
.title1.ta .tit p {
  line-height: 1.25em;
}

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

body {
  overflow: visible;
}

@-webkit-keyframes left-right-move {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  50% {
    -webkit-transform: translateX(-1rem) scale(0.85);
            transform: translateX(-1rem) scale(0.85);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@-moz-keyframes left-right-move {
  0% {
    -moz-transform: translateX(0) scale(1);
         transform: translateX(0) scale(1);
  }
  50% {
    -moz-transform: translateX(-1rem) scale(0.85);
         transform: translateX(-1rem) scale(0.85);
  }
  100% {
    -moz-transform: translateX(0) scale(1);
         transform: translateX(0) scale(1);
  }
}

@-o-keyframes left-right-move {
  0% {
    -o-transform: translateX(0) scale(1);
       transform: translateX(0) scale(1);
  }
  50% {
    -o-transform: translateX(-1rem) scale(0.85);
       transform: translateX(-1rem) scale(0.85);
  }
  100% {
    -o-transform: translateX(0) scale(1);
       transform: translateX(0) scale(1);
  }
}

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

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

.cont1 {
  --asjx: 6.25rem;
  padding: var(--asjx) 0 0;
}
@media (max-width: 768px) {
  .cont1 {
    --asjx: 2.5rem;
  }
}
.cont1 .a1v1 .a1b1 {
  width: 50%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b1 .a1b1c1 {
  position: sticky;
  left: 0;
  top: -webkit-calc(var(--head-height) + var(--asjx));
  top: -moz-calc(var(--head-height) + var(--asjx));
  top: calc(var(--head-height) + var(--asjx));
}
.cont1 .a1v1 .a1b1 .p1-txt {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 2.125em;
  margin-top: 1.875rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .p1-txt {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.85em;
  }
}
.cont1 .a1v1 .a1b1 .p1-txt span {
  white-space: nowrap;
}
.cont1 .a1v1 .a1b1 .more-b {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .more-b {
    margin-top: 1.5rem;
  }
}
.cont1 .a1v1 .a1b2 {
  width: 32.1428571429%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
    margin-top: 0.65rem;
  }
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 {
    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;
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 li {
  border-bottom: 1px solid #E0E0E0;
  padding: 2.25rem 0 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 li {
    padding: 1.65rem 0 1.25rem;
    width: 48%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 li .data {
  color: var(--color-zt);
  font-size: 4.625rem;
  font-weight: 700;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 li .data {
    font-size: 2.5rem;
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 li p {
  color: #737373;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 li p {
    font-size: 1.25rem;
  }
}
.cont1 .ash-acr1 {
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .cont1 .ash-acr1 {
    padding-top: 2rem;
  }
}
.cont1 .a1ct1 {
  position: relative;
  -webkit-animation: mountain 20s linear infinite;
     -moz-animation: mountain 20s linear infinite;
       -o-animation: mountain 20s linear infinite;
          animation: mountain 20s linear infinite;
}
.cont1 .a1ct1 img {
  width: 100%;
  opacity: 0.5;
}
.cont1 .a1ct1 .as1 li {
  position: absolute;
  left: 0;
  top: 0;
  color: #6C6B6C;
  z-index: 2;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.cont1 .a1ct1 .as1 li p {
  white-space: nowrap;
}
.cont1 .a1ct1 .as1 li:nth-child(1) {
  left: 6.8%;
  top: 24.9%;
}
.cont1 .a1ct1 .as1 li:nth-child(2) {
  left: 22.58%;
  top: 3.9%;
}
.cont1 .a1ct1 .as1 li:nth-child(3) {
  left: 37.8%;
  top: 37.9%;
}
.cont1 .a1ct1 .as1 li:nth-child(4) {
  left: 56.8%;
  top: 15.9%;
}
.cont1 .a1ct1 .as1 li:nth-child(5) {
  left: 78.28%;
  top: 25.9%;
}
.cont1 .a1ct1 .as1 li:nth-child(6) {
  left: 86%;
  top: 43.9%;
}
.cont1 .a1ct1 .as1 li:nth-child(7) {
  left: 91.6%;
  top: 51.9%;
}
.cont1 .a1ct1 .as2 li:nth-child(1) {
  position: absolute;
  left: 35.5%;
  top: 6%;
  width: 6.25%;
}
.cont1 .a1ct1 .as2 li:nth-child(2) {
  position: absolute;
  left: 80.125%;
  top: 8%;
  width: 6.25%;
}

.cont1 .ash-acr1 {
  position: relative;
}
.cont1 .asxt1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.cont1.scroll-on .a1 {
  /* 初始完全隐藏 */
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-animation: barReveal 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
     -moz-animation: barReveal 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
       -o-animation: barReveal 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: barReveal 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@-webkit-keyframes barReveal {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes barReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@-o-keyframes barReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes barReveal {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.cont1.scroll-on {
  /* ----------------------
     2) Path 动画基础
  ----------------------- */
}
.cont1.scroll-on svg path {
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.95);
     -moz-transform: translateY(20px) scale(0.95);
      -ms-transform: translateY(20px) scale(0.95);
       -o-transform: translateY(20px) scale(0.95);
          transform: translateY(20px) scale(0.95);
  -webkit-animation: blockIn 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
     -moz-animation: blockIn 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
       -o-animation: blockIn 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: blockIn 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.cont1.scroll-on {
  /* 每个 path 依次延迟出现（间隔 0.22s） */
}
.cont1.scroll-on svg path:nth-of-type(1) {
  -webkit-animation-delay: 1.6s;
     -moz-animation-delay: 1.6s;
       -o-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.cont1.scroll-on svg path:nth-of-type(2) {
  -webkit-animation-delay: 1.82s;
     -moz-animation-delay: 1.82s;
       -o-animation-delay: 1.82s;
          animation-delay: 1.82s;
}
.cont1.scroll-on svg path:nth-of-type(3) {
  -webkit-animation-delay: 2.04s;
     -moz-animation-delay: 2.04s;
       -o-animation-delay: 2.04s;
          animation-delay: 2.04s;
}
.cont1.scroll-on svg path:nth-of-type(4) {
  -webkit-animation-delay: 2.26s;
     -moz-animation-delay: 2.26s;
       -o-animation-delay: 2.26s;
          animation-delay: 2.26s;
}
.cont1.scroll-on svg path:nth-of-type(5) {
  -webkit-animation-delay: 2.48s;
     -moz-animation-delay: 2.48s;
       -o-animation-delay: 2.48s;
          animation-delay: 2.48s;
}
.cont1.scroll-on svg path:nth-of-type(6) {
  -webkit-animation-delay: 2.7s;
     -moz-animation-delay: 2.7s;
       -o-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.cont1.scroll-on svg path:nth-of-type(7) {
  -webkit-animation-delay: 2.92s;
     -moz-animation-delay: 2.92s;
       -o-animation-delay: 2.92s;
          animation-delay: 2.92s;
}
.cont1.scroll-on svg path:nth-of-type(8) {
  -webkit-animation-delay: 3.14s;
     -moz-animation-delay: 3.14s;
       -o-animation-delay: 3.14s;
          animation-delay: 3.14s;
}
.cont1.scroll-on svg path:nth-of-type(9) {
  -webkit-animation-delay: 3.36s;
     -moz-animation-delay: 3.36s;
       -o-animation-delay: 3.36s;
          animation-delay: 3.36s;
}
.cont1.scroll-on svg path:nth-of-type(10) {
  -webkit-animation-delay: 3.58s;
     -moz-animation-delay: 3.58s;
       -o-animation-delay: 3.58s;
          animation-delay: 3.58s;
}
.cont1.scroll-on svg path:nth-of-type(11) {
  -webkit-animation-delay: 3.8s;
     -moz-animation-delay: 3.8s;
       -o-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.cont1.scroll-on svg path:nth-of-type(12) {
  -webkit-animation-delay: 4.02s;
     -moz-animation-delay: 4.02s;
       -o-animation-delay: 4.02s;
          animation-delay: 4.02s;
}
.cont1.scroll-on {
  /* Path 的入场动画：升起 + 淡入 + 缩放 */
}
@-webkit-keyframes blockIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.95);
            transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}
@-moz-keyframes blockIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px) scale(0.95);
         transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px) scale(1);
         transform: translateY(0px) scale(1);
  }
}
@-o-keyframes blockIn {
  0% {
    opacity: 0;
    -o-transform: translateY(20px) scale(0.95);
       transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0px) scale(1);
       transform: translateY(0px) scale(1);
  }
}
@keyframes blockIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.95);
       -moz-transform: translateY(20px) scale(0.95);
         -o-transform: translateY(20px) scale(0.95);
            transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
       -moz-transform: translateY(0px) scale(1);
         -o-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
  }
}

.cont3 {
  padding: 5.125rem 0;
}
.cont3 .entit-at {
  text-align: center;
  color: var(--color-zt);
  font-size: 1.5rem;
  line-height: 1.35em;
  position: relative;
  text-transform: uppercase;
}
.cont3 .entit-at:after {
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: var(--color-zt);
  margin: 0.35rem auto;
}
.cont3 .text_division {
  position: sticky;
  top: 10rem;
  height: auto;
  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;
  gap: 1.5rem;
}
.cont3 .text_division .title h2 {
  color: #333333;
  font-size: 3.125rem;
  line-height: 1.4em;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cont3 .text_division .title h2 {
    font-size: 2rem;
  }
}
.cont3 .items {
  padding-top: 15.625vw;
}
.cont3 .items .expertise_item {
  display: block;
  margin: 0 auto;
  width: 29.16vw;
  height: 19.42vw;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.cont3 .items .expertise_item.expertise_item {
  margin-top: 3rem;
}
.cont3 .items .expertise_item .img_container {
  width: 100%;
  height: 100%;
  position: relative;
}
.cont3 .items .expertise_item .img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont3 .items .expertise_item .img_container .as2 li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.cont3 .items .expertise_item .content_wrap {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  padding: 0 5%;
  opacity: 0;
}
.cont3 .items .expertise_item .content_wrap .cont-p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5%;
  color: #fff;
}
.cont3 .items .expertise_item .content_wrap .cont-p u {
  display: block;
  font-size: 0;
  width: 3.125rem;
}
.cont3 .items .expertise_item .content_wrap .cont-p u img {
  width: 100%;
}
.cont3 .items .expertise_item .content_wrap .cont-p .tit {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0.75rem 0 0.25rem;
}
.cont3 .items .expertise_item .content_wrap .cont-p .entit {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.25em;
  text-transform: capitalize;
}
.cont3 .items .expertise_item .content_wrap .cont-p .p1 {
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
.cont3 .items .expertise_item .content_wrap .cont-p .p2 {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
  width: 70%;
}
.cont3 .items .expertise_item .content_wrap .cont-p .as1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem 1rem;
  width: 58%;
  margin-top: 0.75rem;
}
.cont3 .items .expertise_item .content_wrap .cont-p .as1 li {
  cursor: pointer;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 1rem;
}
.cont3 .items .expertise_item .content_wrap .cont-p .as1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.cont3 .items .expertise_item .content_wrap .cont-p .as1 li img {
  height: 0.9375rem;
}
.cont3 .items .expertise_item .content_wrap .cont-p .as1 li:hover::after {
  width: 100%;
}
.cont3 .items .expertise_item .content_wrap .more-a span {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  line-height: 3.1875rem;
}
.cont3 .items .expertise_item .content_wrap .more-a i {
  background: #0075C2;
}
.cont3 .items .expertise_item.on {
  position: relative;
  width: 49.5vw;
  height: 33.3vw;
}
.cont3 .items .expertise_item.on .content_wrap {
  opacity: 1;
}
.cont3 .items .expertise_item:nth-child(1) .content_wrap .more-a:hover span {
  background: #0075C2;
}
.cont3 .items .expertise_item:nth-child(2) .content_wrap .more-a i {
  background: #E55828;
}
.cont3 .items .expertise_item:nth-child(2) .content_wrap .more-a:hover span {
  background: #E55828;
}
.cont3 .items .expertise_item:nth-child(3) .content_wrap .more-a i {
  background: #86BC42;
}
.cont3 .items .expertise_item:nth-child(3) .content_wrap .more-a:hover span {
  background: #86BC42;
}

.cont4 {
  position: relative;
  z-index: 1;
  padding: 7.875rem 0 33.875rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 4rem 0 15rem;
  }
}
.cont4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
}
.cont4 .imga1 {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont4 .imga1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont4 .imga1 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont4 .wh {
  position: relative;
  z-index: 1;
}
.cont4 .a4v1 {
  text-align: center;
}
.cont4 .a4v1 .entit-at {
  text-align: center;
  color: var(--color-zt);
  font-size: 1.5rem;
  line-height: 1.35em;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .entit-at {
    font-size: 1.125rem;
  }
}
.cont4 .a4v1 .entit-at:after {
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: var(--color-zt);
  margin: 0.35rem auto;
}
.cont4 .a4v1 .tit {
  color: #000000;
  font-size: 3.125rem;
  line-height: 1.25em;
  font-weight: 600;
  margin-top: 1.85rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .tit {
    font-size: 1.75rem;
    margin-top: 0.75rem;
  }
}
.cont4 .a4v1 .p1 {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.75em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .p1 {
    font-size: 1.25rem;
  }
}
.cont4 .a4v1 .more-b {
  margin: 1.25rem auto 0;
}

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

.cont5 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .cont5 {
    height: auto;
    padding: 2.5rem 0;
  }
}
.cont5 .bg {
  position: absolute;
  top: 50%;
  right: -100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 97%;
  height: 34vw;
  background: #EDEDED;
  border-radius: 400px 0 0 400px;
  z-index: -1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.cont5 .inner {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 var(--cbasta);
  width: 100%;
}
@media (max-width: 768px) {
  .cont5 .inner {
    display: block;
  }
}
.cont5.scroll-on > .bg {
  right: 0;
}
@media (min-width: 767px) {
  .cont5 .value-list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
    height: 31.25rem;
    -webkit-transform: translateY(-7.375rem);
       -moz-transform: translateY(-7.375rem);
        -ms-transform: translateY(-7.375rem);
         -o-transform: translateY(-7.375rem);
            transform: translateY(-7.375rem);
  }
  .cont5 .value-list > div:nth-child(2) {
    margin-top: 90px;
  }
  .cont5 .value-list > div:nth-child(3) {
    margin-top: -90px;
  }
}
.cont5 .hd-text {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  margin: 0;
  position: absolute;
  top: 50%;
  left: var(--cbasta);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cont5 .hd-text {
    position: static;
    -webkit-transform: inherit;
       -moz-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
    width: 100%;
    opacity: 1;
  }
}
.cont5 .hd-text .title1 .p1 {
  font-size: 1.5rem;
}
.cont5 .hd-text .more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont5 .hd-text .more-b {
    margin-top: 1rem;
  }
}
.cont5.scroll-on .hd-text {
  opacity: 1;
}
.cont5 .content-eff {
  width: 50.8125%;
}
@media (max-width: 768px) {
  .cont5 .content-eff {
    width: 100%;
    margin-top: 2rem;
  }
}
.cont5 .content-eff .swiper .swiper-slide a.imgx {
  display: block;
  background: #fff;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont5 .content-eff .swiper .swiper-slide a.imgx {
    border-radius: 1rem;
  }
}
.cont5 .content-eff .swiper .swiper-slide a.imgx .img-box img {
  width: 100%;
  aspect-ratio: 386/256;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont5 .content-eff .swiper .swiper-slide a.imgx .text-box {
  height: 7.5rem;
  padding: 0.25rem 1.6em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 768px) {
  .cont5 .content-eff .swiper .swiper-slide a.imgx .text-box {
    height: auto;
    padding: 1.5rem 1.6em;
  }
}
.cont5 .content-eff .swiper .swiper-slide a.imgx .text-box .tit {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.35em;
}
.cont5 .content-eff .swiper .swiper-slide a.imgx .text-box .data {
  color: #6C6B6C;
  font-size: 1rem;
  line-height: 1.35em;
  margin-top: 0.35rem;
}
.cont5 .content-eff .swiper .swiper-slide a.imgx.on, .cont5 .content-eff .swiper .swiper-slide a.imgx:hover {
  background: var(--color-zt);
}
.cont5 .content-eff .swiper .swiper-slide a.imgx.on .text-box .tit, .cont5 .content-eff .swiper .swiper-slide a.imgx:hover .text-box .tit {
  color: #fff;
}
.cont5 .content-eff .swiper .swiper-slide a.imgx.on .text-box .data, .cont5 .content-eff .swiper .swiper-slide a.imgx:hover .text-box .data {
  color: #fff;
}

.cont6 {
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .cont6 {
    padding-bottom: 0;
  }
}
.cont6 .a6v1 .a6b1 {
  width: 43.75%;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cont6 .a6v1 .a6b1 .as_lst1 {
  margin: 15rem 0;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 .as_lst1 {
    margin: 2rem 0 1rem;
  }
}
.cont6 .a6v1 .a6b1 .as_lst1 li + li {
  margin-top: 18rem;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 .as_lst1 li + li {
    margin-top: 2.75rem;
  }
}
.cont6 .a6v1 .a6b1 .as_lst1 li .p1 {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 1.5rem 0 2rem;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 .as_lst1 li .p1 {
    margin: 1rem 0 1.5rem;
  }
}
.cont6 .a6v1 .a6b1 .as_lst1 li .p1 .asxt {
  margin-top: 1.25rem;
  line-height: 2em;
  color: var(--color-zt);
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 .as_lst1 li .p1 .asxt {
    margin-top: 1rem;
  }
  .cont6 .a6v1 .a6b1 .as_lst1 li .p1 .asxt br {
    display: none;
  }
}
.cont6 .a6v1 .a6b1 .as_lst1 li .p1 .asxt span {
  color: rgba(108, 107, 108, 0.1);
  padding: 0 0.25em;
}
.cont6 .a6v1 .a6b2 {
  width: 51.125%;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 {
    width: 100%;
  }
}
.cont6 .a6v1 .a6b2 .weja1 {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
.wehax1 {
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
}
.wehax1 li {
  width: 48%;
  line-height: 1.35em !important;
  padding: 1rem 0;
}
.wehax1 li span {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.5em;
}
.wehax1 li:last-child {
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

#earth {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #earth {
    width: 25rem;
    height: 25rem;
  }
}
#earth canvas {
  width: 100% !important;
  height: 100% !important;
}
#earth .shadow1 {
  display: block;
  position: absolute;
  width: 94%;
  height: 94%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}
#earth .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#earth .position .point {
  position: absolute;
  pointer-events: auto;
}
#earth .position .point .add {
  width: 0.75rem;
}
#earth .position .point .add.ddz {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-zt);
}
#earth .position .point .add img {
  display: block;
  width: 100%;
}
#earth .position .point .text {
  position: absolute;
  height: 1.35em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  padding: 0 0.65em;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
     -moz-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
       -o-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: -5px;
}
#earth .position .point .text .logo {
  width: 6rem;
  margin-right: 0.25rem;
}
#earth .position .point .text .logo img {
  width: 100%;
  -webkit-transform: translateY(-0.1rem);
     -moz-transform: translateY(-0.1rem);
      -ms-transform: translateY(-0.1rem);
       -o-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
#earth .position .point .text p {
  font-weight: 400;
  font-size: 0.65rem;
  line-height: 1.5em;
  color: #000000;
  white-space: nowrap;
}
#earth .position .point .text.texta1 {
  height: 1.65em;
}
#earth .position .point .text.texta1 p {
  font-size: 0.75rem;
}
#earth .position .point.gzx .text {
  top: 1.5rem;
  right: 30px;
}
#earth .position .point.gzx1 .text {
  top: 1rem;
}
#earth .position .point.zjsasx .text {
  top: 1rem;
  right: 64px;
}
#earth .position .point.riax .text {
  top: 0;
  right: 64px;
}
#earth .position .point.riaxa .text {
  top: -22px;
  right: 64px;
}
#earth .position .point.riaxak .text {
  top: -22px;
  right: 16px;
}

#earth .shadow {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#earth .position .point .text {
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.cont7 .a7v1 {
  position: relative;
  border-radius: 1.75rem;
  overflow: hidden;
  margin-top: 7.1875rem;
}
@media (max-width: 768px) {
  .cont7 .a7v1 {
    border-radius: 1rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.cont7 .a7v1 .a7_b1 li {
  display: none;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b1 li {
    height: 100%;
  }
}
.cont7 .a7v1 .a7_b1 li img {
  width: 100%;
}
@media (max-width: 1280px) {
  .cont7 .a7v1 .a7_b1 li img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b1 li img {
    aspect-ratio: inherit;
    height: 100%;
  }
}
.cont7 .a7v1 .a7_b1 li.active {
  display: block;
}
.cont7 .a7v1 .a7_b2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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) {
  .cont7 .a7v1 .a7_b2 {
    position: static;
  }
}
.cont7 .a7v1 .a7_b2 > li {
  width: 33.3333333333%;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b2 > li {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.cont7 .a7v1 .a7_b2 > li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(199, 0, 37, 0.74);
  opacity: 0;
  -webkit-transform: scale(0.5);
     -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b2 > li::after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.cont7 .a7v1 .a7_b2 > li:nth-child(2)::after {
  background: rgba(229, 88, 40, 0.9);
}
.cont7 .a7v1 .a7_b2 > li:nth-child(3)::after {
  background: rgba(134, 188, 66, 0.9);
}
.cont7 .a7v1 .a7_b2 > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.cont7 .a7v1 .a7_b2 > li .cont-p {
  width: 100%;
  color: #fff;
}
.cont7 .a7v1 .a7_b2 > li .cont-p u {
  display: block;
  font-size: 0;
  width: 3.125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b2 > li .cont-p u {
    width: 2.5rem;
  }
}
.cont7 .a7v1 .a7_b2 > li .cont-p u img {
  width: 100%;
}
.cont7 .a7v1 .a7_b2 > li .cont-p .tit {
  font-size: 1.875rem;
  line-height: 1.25em;
  margin-top: 1rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b2 > li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.cont7 .a7v1 .a7_b2 > li .cont-p .tit span {
  font-size: 1.375rem;
  line-height: 1.25em;
  display: block;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b2 > li .cont-p .tit span {
    font-size: 1.125rem;
  }
}
.cont7 .a7v1 .a7_b2 > li .cont-p .tit1 {
  font-size: 2.125rem;
  line-height: 1.25em;
  font-weight: 600;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b2 > li .cont-p .tit1 {
    margin-top: 1rem;
    font-size: 1.65rem;
  }
}
.cont7 .a7v1 .a7_b2 > li .cont-p ul {
  margin-top: 1rem;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b2 > li .cont-p ul {
    margin-top: 0.75rem;
    max-height: inherit;
  }
}
.cont7 .a7v1 .a7_b2 > li .cont-p ul li a {
  display: block;
  font-size: 1rem;
  line-height: 2.6em;
  color: #fff;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b2 > li .cont-p ul li a {
    line-height: 2.25em;
  }
}
.cont7 .a7v1 .a7_b2 > li .cont-p ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.cont7 .a7v1 .a7_b2 > li .cont-p ul li a span.a {
  font-weight: 700;
}
.cont7 .a7v1 .a7_b2 > li .cont-p ul li a span.b {
  font-size: 0.875rem;
}
.cont7 .a7v1 .a7_b2 > li .cont-p ul li a:hover::after {
  width: 100%;
}
.cont7 .a7v1 .a7_b2 > li .cont-p a.more-xa {
  width: 3.1875rem;
  height: 3.1875rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (max-width: 1280px) {
  .cont7 .a7v1 .a7_b2 > li .cont-p a.more-xa {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cont7 .a7v1 .a7_b2 > li .cont-p a.more-xa {
    width: 2.89rem;
    height: 2.89rem;
    background: #FFFFFF;
  }
  .cont7 .a7v1 .a7_b2 > li .cont-p a.more-xa i {
    color: var(--color-zt);
  }
}
.cont7 .a7v1 .a7_b2 > li .cont-p a.more-xa i {
  font-size: 1.35rem;
}
.cont7 .a7v1 .a7_b2 > li.active::after {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.cont7 .a7v1 .a7_b2 > li.active ul {
  max-height: 26.25rem;
}
.cont7 .a7v1 .a7_b2 > li.active a.more-xa {
  background: #FFFFFF;
}
.cont7 .a7v1 .a7_b2 > li.active a.more-xa i {
  color: var(--color-zt);
}

.cont9 {
  position: relative;
  margin-top: 8.35rem;
}
@media (max-width: 768px) {
  .cont9 {
    margin-top: 2.5rem;
  }
  .cont9 .a9b1c1 {
    gap: 1.125rem 0;
  }
}
.cont9 .imga1 img {
  aspect-ratio: 1920/798;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .cont9 .imga1 img {
    aspect-ratio: 16/22;
  }
}
.cont9 .imga1 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont9 .a9v1 {
  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%;
}
.cont9 .a9v1 .a1-c1 {
  margin-top: 2.375rem;
  width: 38.0714285714%;
  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) {
  .cont9 .a9v1 .a1-c1 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.cont9 .a9v1 .a1-c1 li {
  width: 47.0919324578%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.65em 0;
}
@media (max-width: 768px) {
  .cont9 .a9v1 .a1-c1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0.85em 0;
  }
}
.cont9 .a9v1 .a1-c1 li a {
  display: block;
}
.cont9 .a9v1 .a1-c1 li a .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cont9 .a9v1 .a1-c1 li a .tit {
    font-size: 1.35rem;
  }
}
.cont9 .a9v1 .a1-c1 li a p {
  color: #6C6B6C;
  font-size: 1rem;
  line-height: 1.5em;
}
.cont9 .a9v1 .a1-c1 li a:hover .tit {
  color: var(--color-zt);
}

.cont10 {
  padding-top: 6.875rem;
}
@media (max-width: 768px) {
  .cont10 {
    padding-top: 2.5rem;
  }
}
.cont10 .a10_v1 .asdsg1 {
  gap: 2rem;
}
@media (max-width: 768px) {
  .cont10 .a10_v1 .asdsg1 {
    gap: 0.75rem 1.5rem;
    margin-top: 1.5rem;
  }
}
.cont10 .a10_v1 .asdsg1 li a {
  display: block;
  color: #333333;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 0.25rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .cont10 .a10_v1 .asdsg1 li a {
    font-size: 1.25rem;
  }
}
.cont10 .a10_v1 .asdsg1 li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cont10 .a10_v1 .asdsg1 li:hover a, .cont10 .a10_v1 .asdsg1 li.on a {
  color: var(--color-zt);
}
.cont10 .a10_v1 .asdsg1 li:hover a::after, .cont10 .a10_v1 .asdsg1 li.on a::after {
  width: 100%;
}
.cont10 .a10-v2 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 {
    margin-top: 2rem;
  }
}
.cont10 .a10-v2 .mySwiper1a {
  padding-right: var(--cbasta);
  padding-left: 5.2083333333%;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a {
    padding: 0 var(--cbasta);
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .img {
  width: 62.4242424242%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .img img {
  width: 100%;
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p {
  width: 33.265993266%;
  padding-right: 1%;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p {
    width: 100%;
    padding-right: 0;
    margin-top: 1.5rem;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .tit-a {
  color: #000000;
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .tit-a img {
  height: 5.125rem;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .tit-a img {
    height: 3.75rem;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .naxf {
  color: #000000;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .naxf {
    margin-top: 1.25rem;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .naxf .nam {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .naxf .nam {
    font-size: 1.35rem;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .naxf .txt {
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .naxf .txt {
    font-size: 1.125rem;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .as-ast1 {
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .as-ast1 {
    margin-top: 0.85rem;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .as-ast1 li {
  width: 47.5177304965%;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .as-ast1 li {
    width: 100%;
  }
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .as-ast1 li + li {
    margin-top: 0.65rem;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .as-ast1 li a {
  display: block;
  font-size: 1.375rem;
  color: #000000;
  font-weight: 500;
  background: #EDEDED;
  line-height: 1.5em;
  text-align: center;
  padding: 0.45em 0;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .as-ast1 li a {
    font-size: 1.25rem;
    padding: 0.5em 0;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .as-ast1 li.on a, .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .as-ast1 li:hover a {
  background: var(--color-zt);
  color: #fff;
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .ash1-a {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .ash1-a {
    margin-top: 0.75rem;
  }
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .ash1-a li {
  width: 46.3133640553%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .ash1-a li a {
  display: block;
  padding: 1rem 0;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #6C6B6C;
  padding-left: 1em;
  position: relative;
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .ash1-a li a::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.3rem;
  height: 0.3rem;
  background: #6C6B6C;
  border-radius: 50%;
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .ash1-a li a:hover {
  color: var(--color-zt);
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .ash1-a li a:hover::before {
  background: var(--color-zt);
}
.cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .more-b {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont10 .a10-v2 .mySwiper1a .swiper-slide .weha-x1 .cont-p .more-b {
    margin-top: 1.25rem;
  }
}

.ast_list1 li {
  position: relative;
  margin-right: 0.5rem;
}
.ast_list1 li a {
  background: #60B15C;
  border: none;
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 1.35rem;
  color: #fff;
  border-radius: 50%;
}
.ast_list1 li a img {
  width: 65%;
}
.ast_list1 li .ermx {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 8rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
  box-shadow: 0 2px 10px 2px rgba(0, 20, 60, 0.2);
}
.ast_list1 li .ermx img {
  width: 100%;
}
.ast_list1 li:nth-child(2) a {
  background: #F08200;
}
.ast_list1 li:nth-child(3) a {
  background: #333333;
}
.ast_list1 li:hover .ermx {
  opacity: 1;
  bottom: -webkit-calc(100% + 0.5rem);
  bottom: -moz-calc(100% + 0.5rem);
  bottom: calc(100% + 0.5rem);
}

.foot-fot {
  position: relative;
  background: #EDEDED;
  overflow: hidden;
  padding-bottom: 4.0625rem;
}
@media (max-width: 768px) {
  .foot-fot {
    padding-bottom: 1.65rem;
    padding-top: 2rem;
  }
}
.foot-fot::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 5.625rem;
  border-bottom-left-radius: 5.625rem;
  border-bottom-right-radius: 5.625rem;
  background: #fff;
}
@media (max-width: 768px) {
  .foot-fot::after {
    height: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding-top: 15.375rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600;
}
.foot-fot .foota1 .foot-tit a {
  color: #333333;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.5em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 2em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foota1 .dseca > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: var(--color-zt);
}
.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .dseca > a:hover::after {
  width: 100%;
}
.foot-fot .foota1 .foota1b1 {
  padding: 0 0 6.25rem;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .p1 {
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.125rem;
  line-height: 1.85em;
  font-weight: 500;
  margin-top: 0.5rem;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .ast_list1 {
  margin-top: 1rem;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .social-share {
  margin-top: 1rem;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .social-share a {
  background: #60B15C;
  border: none;
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 1.35rem;
  color: #fff;
  margin-right: 0.5rem;
  display: inline-block;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .social-share a:nth-child(2) {
  background: #0096E0;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .social-share a:nth-child(3) {
  background: #F08200;
}
.foot-fot .foota1 .foota1b1 .fo-a2 .social-share a:nth-child(4) {
  background: #333333;
}
.foot-fot .foota2 {
  color: #333333;
}
@media (max-width: 990px) {
  .foot-fot .foota2 {
    padding-top: 1rem;
  }
}
@media (max-width: 990px) {
  .foot-fot .foota2 .dlogo {
    display: none;
  }
}
.foot-fot .foota2 .dlogo img {
  height: 2.625rem;
}
@media (max-width: 990px) {
  .foot-fot .foota2 .d-txt {
    width: 100%;
  }
}
.foot-fot .foota2 .d-txt p.p1 {
  margin-left: 1.5em;
}
@media (max-width: 990px) {
  .foot-fot .foota2 .d-txt p.p1 {
    width: 100%;
    margin-left: 0;
  }
}
.foot-fot .foota2 .d-txt p.p1 a + a {
  margin-left: 1em;
}
.foot-fot .foota2 a {
  color: #333333;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foota2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: var(--color-zt);
}
.foot-fot .foota2 a:hover {
  color: var(--color-zt);
}
.foot-fot .foota2 a:hover::after {
  width: 100%;
}
.foot-fot .foota2 a:hover {
  color: var(--color-zt);
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.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(51, 51, 51, 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: #000;
}

@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 .dtasxz {
  position: relative;
  width: 3.375rem;
}
.zd_erha .dtasxz a.cpdb {
  display: block;
  background: var(--color-zt);
  color: #fff;
  padding: 1.5rem 1em;
  border-radius: 3rem;
  text-align: center;
  line-height: 1.25em;
  font-weight: 700;
}
.zd_erha .dtasxz .szt {
  position: absolute;
  right: 0;
  top: -0.5rem;
  background: #fff;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 20, 60, 0.2);
}
.zd_erha .dtasxz .szt b {
  display: block;
  color: #0056FE;
  font-size: 0.875rem;
  font-weight: 700;
}
.zd_erha .aat_list {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  width: 3.375rem;
  border-radius: 3rem;
  padding: 0.75rem 0;
  margin-top: 1rem;
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li.tops {
  display: none;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha .aat_list li > a i img {
  height: 1.75rem;
}
.zd_erha .aat_list li > a p {
  color: #333434;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 0;
}
.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: rgba(108, 107, 108, 0.7);
  font-size: 1.125rem;
  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(108, 107, 108, 0.7);
}
.ajhhsd a:last-child {
  color: #6C6B6C;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

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

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

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

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li 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 "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

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

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 4rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 3.375rem;
  line-height: 1.25em;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.85rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont1 {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont1 .tit {
  font-size: 3.375rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont1 .tit {
    font-size: 2rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont1 .weha {
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont1 .weha {
    margin-top: 1rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont1 .weha span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0.5em 0.75em;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.625rem;
  margin: 0.35rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont1 .weha span {
    font-size: 1.125rem;
    margin-right: 0.75rem;
    padding: 0.35em 0.5em;
    border-radius: 0.25rem;
  }
}
.nbanner .nbanner-wen2 {
  position: absolute;
  width: 100%;
  z-index: 9;
  bottom: 15%;
  left: 0;
  color: #fff;
}
.nbanner .nbanner-wen2 .banner-cont .p1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen2 .banner-cont .p1 {
    font-size: 1.8rem;
    line-height: 1.25em;
  }
}
.nbanner .nbanner-wen2 .banner-cont .p2 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen2 .banner-cont .p2 {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.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 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  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 a {
  display: block;
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 3.125rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 1.5em;
  -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 1.25em;
  }
}
.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);
}
.n_mbx.n_mbx-a1 .n_src li a {
  padding: 0.85rem 0.75em;
}
@media (max-width: 768px) {
  .n_mbx.n_mbx-a1 .n_src li a {
    padding: 0.5rem 0.5em;
  }
}

.list_content {
  padding: 4rem 0;
  color: #4D4D4C;
  font-size: 1.125rem;
  line-height: 1.75em;
}
.list_content strong {
  font-size: 1.25rem;
}
@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;
  }
}

.abt-body .foot-fot {
  margin-top: -5.7rem;
}
@media (max-width: 768px) {
  .abt-body .foot-fot {
    margin-top: 0;
  }
}
.abt-body .foot-fot::after {
  display: none;
}

.abt-cont1 {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 {
  position: relative;
  z-index: 1;
}
.abt-cont1 .abt-a1v1 .title1 {
  width: 38.2142857143%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .title1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .cont-p {
  width: 54.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .cont-p .wiehas {
  position: relative;
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .cont-p .wiehas {
    margin-top: 1.25rem;
  }
}
.abt-cont1 .abt-a1v1 .cont-p .wiehas u {
  display: block;
  font-size: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}
.abt-cont1 .abt-a1v1 .cont-p .wiehas u img {
  width: 100%;
  aspect-ratio: 760/428;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-cont1 .abt-a1v1 .cont-p .wiehas a.more-ax {
  display: block;
  width: 3.5625rem;
  position: absolute;
  right: 8%;
  bottom: 2.25rem;
}
.abt-cont1 .abt-a1v1 .cont-p .wiehas a.more-ax img {
  width: 100%;
}
.abt-cont1 .abt-a1v2 {
  position: relative;
  margin-top: -20rem;
}
@media (max-width: 1366px) {
  .abt-cont1 .abt-a1v2 {
    margin-top: -15rem;
  }
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v2 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 u {
    width: 150%;
    margin: 0 auto;
  }
}
.abt-cont1 .abt-a1v2 u img {
  width: 100%;
}
.abt-cont1 .abt-a1v2 .abt-a1v2ct1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abt-cont1 .abt-a1v2 .abt-a1v2ct1 .cont-a {
  width: 28.2291666667%;
  text-align: center;
  margin-left: 12.9166666667%;
  color: var(--color-zt);
  margin-top: 12rem;
}
@media (max-width: 1366px) {
  .abt-cont1 .abt-a1v2 .abt-a1v2ct1 .cont-a {
    margin-top: 9rem;
  }
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 .abt-a1v2ct1 .cont-a {
    margin-top: 3.5rem;
    margin-left: 26%;
  }
}
.abt-cont1 .abt-a1v2 .abt-a1v2ct1 .cont-a p {
  font-size: 4.1875rem;
  font-weight: 200;
  line-height: 1.125em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 .abt-a1v2ct1 .cont-a p {
    font-size: 2.25rem;
  }
}
.abt-cont1 .abt-a1v2 .abt-a1v2ct1 .cont-a b {
  display: block;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 .abt-a1v2ct1 .cont-a b {
    font-size: 1.65rem;
  }
}
.abt-cont1 .abt-a1v3 {
  padding: 7.375rem 0 5.625rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v3 {
    padding: 2.5rem 0;
  }
}
.abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide {
  text-align: center;
}
.abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide .data {
  color: #C70025;
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide .data {
    font-size: 1.75rem;
  }
}
.abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide .data span {
  font-size: 3.375rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide .data span {
    font-size: 2.5rem;
  }
}
.abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide .data sup {
  font-size: 2rem;
  line-height: 1rem;
  vertical-align: top;
  top: 0;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide .data sup {
    font-size: 1.5rem;
  }
}
.abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide .p1 {
  color: #737373;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide .p1 {
    font-size: 1.125rem;
  }
}
.abt-cont1 .abt-a1v3 .mySwiper1 .swiper-slide + .swiper-slide {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.abt-cont1 .abt-a1v3 .mySwiper1 .swiper-pagination1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v3 .mySwiper1 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}

.abt-cont2 {
  padding: 5.25rem 0 3.75rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 1.5rem 0 2.5rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b1 {
  width: 50.5%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b1 {
    width: 100%;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .ftit {
  color: var(--color-zt);
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 500;
  margin-top: 1.65rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b1 .ftit {
    margin-top: 1.25rem;
    font-size: 1.35rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .p1 {
  font-size: 1.125rem;
  line-height: 1.8em;
  margin-top: 0.75rem;
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .p1 p + p {
  margin-top: 0.65rem;
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .imga {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 1rem;
}
.abt-cont2 .abt-a2v1 .abt-a2b1 .imga img {
  height: 5.0625rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b1 .imga img {
    height: 3.65rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b2 {
  width: 40.3571428571%;
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b2 {
    width: 95%;
    margin-top: 2.5rem;
    margin-left: auto;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b2 u {
  display: block;
  position: absolute;
  left: -2.375rem;
  top: -1.875rem;
  z-index: -1;
  width: 83.185840708%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2b2 u {
    left: -1.25rem;
    top: -1rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2b2 u img {
  width: 100%;
}
.abt-cont2 .abt-a2v1 .abt-a2b2 .img {
  display: block;
  font-size: 0;
}
.abt-cont2 .abt-a2v1 .abt-a2b2 .img img {
  width: 100%;
}
.abt-cont2 .abt-a2v1 .abt-a2b2 p {
  color: #6C6B6C;
  font-size: 1.125rem;
  text-align: right;
  line-height: 1.5em;
  margin-top: 1rem;
}

.abt-cont3 {
  background: -webkit-linear-gradient(top, rgba(199, 0, 37, 0) 0%, rgba(199, 0, 37, 0.04) 100%);
  background: -moz-linear-gradient(top, rgba(199, 0, 37, 0) 0%, rgba(199, 0, 37, 0.04) 100%);
  background: -o-linear-gradient(top, rgba(199, 0, 37, 0) 0%, rgba(199, 0, 37, 0.04) 100%);
  background: linear-gradient(180deg, rgba(199, 0, 37, 0) 0%, rgba(199, 0, 37, 0.04) 100%);
  padding: 2.5rem 0 5rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.125rem 0 3.5rem;
  }
}
.abt-cont3 .heng1 {
  width: 100%;
  display: block;
  font-size: 0;
  margin-top: 1.25rem;
}
.abt-cont3 .heng1 img {
  width: 100%;
}

.abt-cont4 {
  padding: 5.625rem 0 10.9375rem;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.5rem 0;
  }
}
.abt-cont4 .ast_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 1.75rem;
  }
}
.abt-cont4 .ast_list1 li {
  text-align: center;
  position: relative;
  color: #6C6B6C;
  padding: 1rem 0;
  cursor: pointer;
}
.abt-cont4 .ast_list1 li::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background: #EDEDED;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.abt-cont4 .ast_list1 li .tit {
  font-size: 1.5rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list1 li .tit {
    font-size: 1.25rem;
  }
}
.abt-cont4 .ast_list1 li .p1 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list1 li .p1 {
    font-size: 1.125rem;
  }
}
.abt-cont4 .ast_list1 li:hover, .abt-cont4 .ast_list1 li.on {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.abt-cont4 .ast_list1 li:hover:nth-child(1)::after, .abt-cont4 .ast_list1 li.on:nth-child(1)::after {
  background: #C70025;
}
.abt-cont4 .ast_list1 li:hover:nth-child(2)::after, .abt-cont4 .ast_list1 li.on:nth-child(2)::after {
  background: #E55828;
}
.abt-cont4 .ast_list1 li:hover:nth-child(3)::after, .abt-cont4 .ast_list1 li.on:nth-child(3)::after {
  background: #2BA1D3;
}
.abt-cont4 .ast_list1 li:hover:nth-child(4)::after, .abt-cont4 .ast_list1 li.on:nth-child(4)::after {
  background: #1BA196;
}
.abt-cont4 .ast_list1 li:hover::after, .abt-cont4 .ast_list1 li.on::after {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}
.abt-cont4 .ast_list1 li:hover, .abt-cont4 .ast_list1 li.on {
  color: #fff;
}
.abt-cont4 .ast_list2 > li .img {
  display: block;
  font-size: 0;
}
.abt-cont4 .ast_list2 > li .img img {
  width: 100%;
}
.abt-cont4 .ast_list2 > li .aast-astct1 {
  margin-top: -10.875rem;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list2 > li .aast-astct1 {
    margin-top: 1rem;
  }
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a1 {
  width: 40.3571428571%;
  background: #F1F1F1;
  padding: 5rem 5.25% 9rem;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a1 {
    width: 100%;
    padding: 2rem 7.25%;
  }
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a1 .tit {
  color: var(--color-zt);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a1 .tit {
    font-size: 2rem;
  }
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a1 .p1 {
  color: var(--color-zt);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a1 .p1 {
    font-size: 2rem;
  }
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a1 .txt {
  padding: 1.125rem 0 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a1 .txt {
    padding: 0.785rem 0 1rem;
  }
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 {
  width: 54.5714285714%;
  height: 18.9375rem;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 {
    width: 100%;
    height: auto;
    margin-top: 1.85rem;
  }
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #C8C9CA;
  border-radius: 10px;
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #C8C9CA;
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-zt);
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc {
  position: relative;
  --kea: 6.5rem;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc {
    --kea: 5rem;
  }
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc::after {
  content: "";
  position: absolute;
  left: var(--kea);
  top: 0.8rem;
  width: 2px;
  z-index: -1;
  height: -webkit-calc(100% - 1.6rem);
  height: -moz-calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  background: rgba(63, 63, 63, 0.04);
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li {
  width: 100%;
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li + li {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li + li {
    margin-top: 1.5rem;
  }
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li .tit1 {
  width: var(--kea);
  color: #6C6B6C;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
  position: relative;
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li .tit1 span {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  border-radius: 50%;
  border: 0.125rem solid #C8C9CA;
  position: absolute;
  right: -0.7125rem;
  top: 0.25rem;
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li .tit1 span::after {
  content: "";
  width: 50%;
  height: 50%;
  display: block;
  background: #C8C9CA;
  border-radius: 50%;
  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%);
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li .cont-pa {
  width: -webkit-calc(95% - var(--kea));
  width: -moz-calc(95% - var(--kea));
  width: calc(95% - var(--kea));
  padding-right: 5%;
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li .cont-pa p {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.24em;
  padding: 0.25rem 0;
}
@media (max-width: 768px) {
  .abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li .cont-pa p {
    font-size: 1rem;
  }
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li:hover .tit1 span {
  border-color: var(--color-zt);
}
.abt-cont4 .ast_list2 > li .aast-astct1 .fzlc-a2 .as1-fzlc li:hover .tit1 span::after {
  background: var(--color-zt);
}

.abt-cont5 {
  background-repeat: no-repeat;
  background-position: center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 11.125rem 0 12.25rem;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2.75rem 0 10rem;
  }
}
.abt-cont5 .abt-a5b1 {
  width: 42.5714285714%;
  text-align: right;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5b1 {
    width: 100%;
    text-align: left;
  }
}
.abt-cont5 .abt-a5b1 .entit {
  color: var(--color-zt);
  font-size: 5.0625rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5b1 .entit {
    font-size: 2rem;
  }
}
.abt-cont5 .abt-a5b1 .tit {
  font-size: 1.875rem;
  line-height: 1.5em;
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5b1 .tit {
    font-size: 1.5rem;
  }
}
.abt-cont5 .abt-a5b1 .ftit {
  color: #333333;
  font-size: 2.75rem;
  line-height: 1.25em;
  font-weight: 500;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5b1 .ftit {
    font-size: 1.75rem;
  }
}
.abt-cont5 .abt-a5b1 .more-b {
  margin-left: auto;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5b1 .more-b {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.abt-cont5 .abt-a5b2 {
  width: 42.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5b2 {
    width: 100%;
  }
}
.abt-cont5 .abt-a5b2 img {
  width: 100%;
}

.abt-cont6 {
  position: relative;
  border-bottom-left-radius: 5.625rem;
  border-bottom-right-radius: 5.625rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont6 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.abt-cont6 picture img {
  width: 100%;
}
.abt-cont6 .abt-a6v1 {
  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-cont6 .abt-a6v1 {
    top: 2.5rem;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.abt-cont6 .abt-a6v1 .ftxt {
  color: #6C6B6C;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35em;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .ftxt {
    margin-top: 1.5rem;
  }
}
.abt-cont6 .abt-a6v1 .ryzs-list {
  width: 34.5%;
  padding: 1rem 0 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .ryzs-list {
    width: 100%;
    padding: 1rem 0 1rem;
  }
}
.abt-cont6 .abt-a6v1 .ryzs-list li a {
  color: #6C6B6C;
  display: block;
  padding: 0.4em 0;
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .ryzs-list li a {
    padding: 0.35em 0;
  }
}
.abt-cont6 .abt-a6v1 .ryzs-list li a:hover {
  color: var(--color-zt);
}

.fz-content {
  padding: 2rem 0 4.0625rem;
}
@media (max-width: 768px) {
  .fz-content {
    padding: 0 0 2rem;
  }
}
.fz-content .fz-sort {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .fz-content .fz-sort {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.fz-content .fz-sort li {
  text-align: center;
  position: relative;
}
.fz-content .fz-sort li a {
  color: #6C6B6C;
  padding: 1rem 1rem;
  display: block;
  background: #EDEDED;
}
@media (max-width: 768px) {
  .fz-content .fz-sort li a {
    padding: 0.75rem 1rem;
  }
}
.fz-content .fz-sort li a .tit {
  font-size: 1.5rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .fz-content .fz-sort li a .tit {
    font-size: 1.25rem;
  }
}
.fz-content .fz-sort li a .p1 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .fz-content .fz-sort li a .p1 {
    font-size: 1.125rem;
  }
}
.fz-content .fz-sort li:hover:nth-child(1) a, .fz-content .fz-sort li.active:nth-child(1) a {
  background: #C70025;
}
.fz-content .fz-sort li:hover:nth-child(2) a, .fz-content .fz-sort li.active:nth-child(2) a {
  background: #E55828;
}
.fz-content .fz-sort li:hover:nth-child(3) a, .fz-content .fz-sort li.active:nth-child(3) a {
  background: #2BA1D3;
}
.fz-content .fz-sort li:hover:nth-child(4) a, .fz-content .fz-sort li.active:nth-child(4) a {
  background: #1BA196;
}
.fz-content .fz-sort li:hover a, .fz-content .fz-sort li.active a {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}
.fz-content .tit-ast {
  margin-top: 6.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .fz-content .tit-ast {
    margin-top: 2.25rem;
  }
}
.fz-content .tit-ast .tit {
  color: var(--color-zt);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .fz-content .tit-ast .tit {
    font-size: 2.5rem;
  }
}
.fz-content .tit-ast .txt {
  color: #6C6B6C;
  font-size: 1.5rem;
  line-height: 1.65em;
  white-space: pre-wrap;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .fz-content .tit-ast .txt {
    font-size: 1.125rem;
  }
}
.fz-content .fzlc-sdt1 {
  position: relative;
  padding: 4rem 0 6rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .fz-content .fzlc-sdt1 {
    margin-top: 1.5rem;
    padding: 2rem 0 3rem;
  }
}
.fz-content .fzlc-sdt1::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%);
  width: 2px;
  height: 100%;
  background: #C8C9CA;
  z-index: -1;
}
.fz-content .fzlc-sdt1 .xioan {
  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%);
  width: 2px;
  height: 0;
  background: var(--color-zt);
}
.fz-content .as1-fzlc1 {
  position: relative;
  z-index: 1;
}
.fz-content .as1-fzlc1 > li {
  width: 50%;
}
.fz-content .as1-fzlc1 > li .conta1 + .conta1 {
  margin-top: 5.5625rem;
}
@media (max-width: 768px) {
  .fz-content .as1-fzlc1 > li .conta1 + .conta1 {
    margin-top: 2rem;
  }
}
.fz-content .as1-fzlc1 > li:nth-child(2) {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .fz-content .as1-fzlc1 > li:nth-child(2) {
    margin-top: 7rem;
  }
}
.fz-content .as1-fzlc1 > li:nth-child(2n) {
  text-align: right;
}
.fz-content .as1-fzlc1 > li:nth-child(2n) .conta1 {
  padding-right: 16.2857142857%;
}
.fz-content .as1-fzlc1 > li:nth-child(2n) .conta1 .a1 {
  left: auto;
  right: -0.6563rem;
}
@media (max-width: 768px) {
  .fz-content .as1-fzlc1 > li:nth-child(2n) .conta1 .a1 {
    right: -0.5rem;
  }
}
.fz-content .as1-fzlc1 > li:nth-child(2n-1) {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.fz-content .as1-fzlc1 > li:nth-child(2n-1) .conta1 {
  padding-left: 16.2857142857%;
}
.fz-content .as1-fzlc1 > li .conta1 {
  position: relative;
}
.fz-content .as1-fzlc1 > li .conta1 .a1 {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  border-radius: 50%;
  border: 0.125rem solid #C8C9CA;
  position: absolute;
  left: -0.6563rem;
  top: 1.5rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .fz-content .as1-fzlc1 > li .conta1 .a1 {
    width: 1rem;
    height: 1rem;
    left: -0.5rem;
  }
}
.fz-content .as1-fzlc1 > li .conta1 .a1::after {
  content: "";
  width: 50%;
  height: 50%;
  display: block;
  background: #C8C9CA;
  border-radius: 50%;
  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%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.fz-content .as1-fzlc1 > li .conta1.scroll-on .a1 {
  border-color: var(--color-zt);
}
.fz-content .as1-fzlc1 > li .conta1.scroll-on .a1::after {
  background: var(--color-zt);
}
.fz-content .as1-fzlc1 > li .tit1 {
  color: #6C6B6C;
  font-size: 2.75rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .fz-content .as1-fzlc1 > li .tit1 {
    font-size: 2rem;
  }
}
.fz-content .as1-fzlc1 > li .cont-pa li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .fz-content .as1-fzlc1 > li .cont-pa li + li {
    margin-top: 1.25rem;
  }
}
.fz-content .as1-fzlc1 > li .cont-pa li .img {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .fz-content .as1-fzlc1 > li .cont-pa li .img {
    margin-bottom: 1rem;
  }
}
.fz-content .as1-fzlc1 > li .cont-pa li .img img {
  width: 100%;
}
.fz-content .as1-fzlc1 > li .cont-pa li p {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding-left: 1.65rem;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .fz-content .as1-fzlc1 > li .cont-pa li p {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}
.fz-content .as1-fzlc1 > li .cont-pa li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.875rem;
  height: 0.875rem;
  background: var(--color-zt);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .fz-content .as1-fzlc1 > li .cont-pa li p::before {
    width: 0.65rem;
    height: 0.65rem;
  }
}
.fz-content .as1-fzlc1 > li .cont-pa li p + p {
  margin-top: 0.25rem;
}

.qywh-cont1 {
  background: #F7F7F7;
}
.qywh-cont1 .qywh-a1v1 {
  padding: 5.875rem 0 15.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 {
    padding: 1rem 0 3.65rem;
  }
}
.qywh-cont1 .qywh-a1v1 u {
  position: absolute;
  right: 0;
  bottom: 13rem;
  z-index: -1;
  width: 84.7395833333%;
}
.qywh-cont1 .qywh-a1v1 u img {
  width: 100%;
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b1 li {
  width: 30.3571428571%;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1b1 li {
    width: 50%;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b1 li:nth-child(2) {
  width: 24.5%;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1b1 li:nth-child(2) {
    width: 40%;
    margin-right: -10%;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b1 li i {
  display: block;
  font-size: 0;
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b1 li i img {
  width: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1b1 li i img {
    border-radius: 1rem;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1-axrt {
  text-align: center;
  margin-top: -2.125rem;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1-axrt {
    margin-top: 1.25rem;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1-axrt .tit {
  color: #333333;
  font-size: 2.8125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1-axrt .tit {
    font-size: 2rem;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1-axrt a.more-b {
  margin: 1.5rem auto 0;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1-axrt a.more-b {
    margin-top: 1rem;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b2 {
  margin-top: 10.625rem;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1b2 {
    margin-top: 5rem;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b2 li {
  width: 21.2142857143%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1b2 li {
    width: 35%;
  }
  .qywh-cont1 .qywh-a1v1 .qywh-a1b2 li:nth-child(1) {
    margin-top: -1.5rem;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b2 li:nth-child(2) {
  width: 19.2857142857%;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1b2 li:nth-child(2) {
    width: 50%;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b2 li:nth-child(3) {
  width: 18.6428571429%;
  margin-bottom: 6rem;
  margin-right: -2em;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1b2 li:nth-child(3) {
    width: 100%;
    padding: 0 20%;
    margin-bottom: 0;
    margin-top: 3rem;
    margin-left: 25%;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b2 li:nth-child(3) p {
  width: 132.183908046%;
  left: -70%;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1b2 li:nth-child(3) p {
    width: 70%;
    left: -10%;
    top: -15%;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b2 li i, .qywh-cont1 .qywh-a1v1 .qywh-a1b2 li p {
  display: block;
  font-size: 0;
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b2 li i img, .qywh-cont1 .qywh-a1v1 .qywh-a1b2 li p img {
  width: 100%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qywh-cont1 .qywh-a1v1 .qywh-a1b2 li i img, .qywh-cont1 .qywh-a1v1 .qywh-a1b2 li p img {
    border-radius: 1rem;
  }
}
.qywh-cont1 .qywh-a1v1 .qywh-a1b2 li p {
  position: absolute;
  left: 50%;
  top: -58%;
  z-index: -1;
  width: 100%;
}

.qywh-cont2 {
  padding: 4.375rem 0;
}
.qywh-cont2 .qywh-a2v1 .p1 {
  width: 60%;
}
.qywh-cont2 .qywh-a2v1 .p1 .more-b {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .qywh-cont2 {
    padding: 2.5rem 0;
  }
  .qywh-cont2 .qywh-a2v1 .title1 {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .qywh-cont2 .qywh-a2v1 .p1 {
    width: 100%;
  }
}

.qywh-a2v2 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .qywh-a2v2 {
    margin-top: 1.75rem;
  }
}
.qywh-a2v2 .qywh-a2c1 {
  width: 55.7142857143%;
}
@media (max-width: 768px) {
  .qywh-a2v2 .qywh-a2c1 {
    width: 100%;
    display: none;
  }
}
.qywh-a2v2 .qywh-a2c1 li .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.qywh-a2v2 .qywh-a2c1 li .img img {
  width: 100%;
}
.qywh-a2v2 .qywh-a2c1 li .p1 {
  text-align: center;
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.qywh-a2v2 .wrehj-a {
  width: 41.1428571429%;
}
@media (max-width: 768px) {
  .qywh-a2v2 .wrehj-a {
    width: 100%;
  }
}
.qywh-a2v2 .wrehj-a .slick-dots {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .qywh-a2v2 .wrehj-a .slick-dots {
    text-align: center;
    margin-top: 1rem;
  }
}
.qywh-a2v2 .wrehj-a .slick-dots li {
  display: inline-block;
}
.qywh-a2v2 .wrehj-a .slick-dots li button {
  display: none;
}
.qywh-a2v2 .wrehj-a .slick-dots li {
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  margin: 0 0.35rem !important;
}
@media (max-width: 768px) {
  .qywh-a2v2 .wrehj-a .slick-dots li {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.qywh-a2v2 .wrehj-a .slick-dots li.slick-active {
  background: var(--color-zt);
}
.qywh-a2v2 .qywh-a2c2 .slick-list {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.qywh-a2v2 .qywh-a2c2 li .img img {
  width: 100%;
}

.qywh-cont3 {
  position: relative;
  border-bottom-left-radius: 5.625rem;
  border-bottom-right-radius: 5.625rem;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .qywh-cont3 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: inherit;
  }
}
.qywh-cont3 .ashr1ax {
  padding: var(--head-height) 0 15rem;
  height: 100%;
  overflow: hidden;
  background: #F7F7F7;
  -webkit-clip-path: circle(var(--sacle1) at 50% 50%);
          clip-path: circle(var(--sacle1) at 50% 50%);
}
@media (max-width: 768px) {
  .qywh-cont3 .ashr1ax {
    padding: 2.5rem 0;
  }
}
.qywh-cont3 .asdj2as1 {
  white-space: nowrap;
  margin-top: 5.3125rem;
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 {
    margin-top: 1.5rem;
  }
}
.qywh-cont3 .asdj2as1 > li {
  --kd: 25rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 > li {
    --kd: 70vw;
    margin: 0 auto;
    display: block;
  }
}
.qywh-cont3 .asdj2as1 > li .cvli-box {
  width: var(--kd);
  height: var(--kd);
  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;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 10%;
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 > li .cvli-box {
    margin: 0 auto;
  }
}
.qywh-cont3 .asdj2as1 > li .cvli-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: opacity 0.6s linear, background 0.6s linear, width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.6s linear, background 0.6s linear, width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 0.6s linear, background 0.6s linear, width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s linear, background 0.6s linear, width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.qywh-cont3 .asdj2as1 > li .cvli-box i {
  display: block;
  font-size: 0;
  width: 3.75rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 > li .cvli-box i {
    width: 3.25rem;
  }
}
.qywh-cont3 .asdj2as1 > li .cvli-box i img {
  width: 100%;
}
.qywh-cont3 .asdj2as1 > li .cvli-box .tit {
  color: var(--color-zt);
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
  width: 100%;
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 > li .cvli-box .tit {
    font-size: 1.35rem;
  }
}
.qywh-cont3 .asdj2as1 > li .cvli-box .ftit {
  color: #000000;
  font-size: 1.875rem;
  line-height: 1.5em;
  padding: 0 5%;
  text-align: center;
  margin-top: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 > li .cvli-box .ftit {
    font-size: 1.35rem;
  }
}
.qywh-cont3 .asdj2as1 > li .cvli-dots {
  gap: 0.75rem;
  margin: 0 1.5rem;
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 > li .cvli-dots {
    width: 100%;
    display: block;
    margin: 1.25rem 0;
  }
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 > li .cvli-dots li + li {
    margin: 0.35rem auto;
  }
}
.qywh-cont3 .asdj2as1 > li .cvli-dots li div {
  width: 0.875rem;
  height: 0.875rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 > li .cvli-dots li div {
    margin: 0 auto;
  }
}
.qywh-cont3 .asdj2as1 > li .cvli-dots li:nth-child(1) div {
  background: #C70025;
}
.qywh-cont3 .asdj2as1 > li:last-child .cvli-dots {
  opacity: 0;
}
@media (max-width: 768px) {
  .qywh-cont3 .asdj2as1 > li:last-child .cvli-dots {
    display: none;
  }
}
.qywh-cont3 .asdj2as1 > li:hover .cvli-box::after {
  background: var(--color-zt);
}
.qywh-cont3 .asdj2as1 > li:hover .cvli-box i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.qywh-cont3 .asdj2as1 > li:hover .cvli-box .tit {
  color: #fff;
}
.qywh-cont3 .asdj2as1 > li:hover .cvli-box .ftit {
  color: #fff;
}

.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);
}

.kcxfz_cont1 {
  padding: 2.5rem 0 1rem;
}
@media (max-width: 768px) {
  .kcxfz_cont1 {
    padding: 1rem 0 1rem;
  }
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b1 {
  width: 38.5714285714%;
}
@media (max-width: 768px) {
  .kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b1 {
    width: 100%;
  }
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b1 .p1 {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.85em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b1 .p1 {
    margin-top: 1rem;
  }
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 {
  width: 44.5714285714%;
}
@media (max-width: 768px) {
  .kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1a {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.4375rem;
}
@media (max-width: 768px) {
  .kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1a {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.4rem;
  }
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1a li {
  opacity: 0.2;
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1a li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1a li.active {
  opacity: 1;
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1b {
  margin-top: 2.25rem;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1b {
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1b li {
  text-align: center;
  color: #444444;
  font-size: 1rem;
  line-height: 1.85em;
  border: 1px solid #6C6B6C;
  width: 7.25rem;
  text-align: center;
  padding: 0.6rem 0;
  border-radius: 2.85rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1b li {
    font-size: 0.875rem;
    line-height: 1.85em;
    width: auto;
    padding: 0.4rem 1.5em;
  }
}
.kcxfz_cont1 .kcxfz_a1v1 .kcxfz_a1b2 .as1b li.active {
  background: #C70025;
  border-color: #C70025;
  color: #fff;
}

.kcxfz_cont2 {
  padding: 3.75rem 0 6rem;
}
@media (max-width: 768px) {
  .kcxfz_cont2 {
    padding: 1.5rem 0 2rem;
  }
}
.kcxfz_cont2 .kcxfz_a2b1 {
  width: 38.5714285714%;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.kcxfz_cont2 .kcxfz_a2b1 > .tit {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2b1 > .tit {
    font-size: 1.5rem;
  }
}
.kcxfz_cont2 .kcxfz_a2b1 .ftit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2b1 .ftit {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.kcxfz_cont2 .kcxfz_a2b1 .p1 {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.65em;
  text-align: justify;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2b1 .p1 {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}
.kcxfz_cont2 .kcxfz_a2b1 .more-b {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2b1 .more-b {
    margin-top: 1.25rem;
  }
}
.kcxfz_cont2 .kcxfz_a2b2 {
  width: 54.8571428571%;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2b2 {
    width: 100%;
  }
}
.kcxfz_cont2 .kcxfz_a2b2 .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.kcxfz_cont2 .kcxfz_a2b2 .img img {
  width: 100%;
}
.kcxfz_cont2 .kcxfz_a2v1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2v1 {
    margin-top: 1.5rem;
  }
}
.kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 {
  border-bottom: 1px solid rgba(108, 107, 108, 0.2);
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 {
    margin-top: 0.25rem;
  }
}
.kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 li + li {
  margin-left: 3em;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 li + li {
    margin-left: 1.5em;
  }
}
.kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 li .name {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.85em;
  position: relative;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 li .name {
    font-size: 1.25rem;
    line-height: 2em;
  }
}
.kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 li .name {
  cursor: pointer;
}
.kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 li .name::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  bottom: -1px;
  height: 0.1875rem;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 li.on .name {
  color: var(--color-zt);
}
.kcxfz_cont2 .kcxfz_a2v1 .sc-sort1 li.on .name::after {
  width: 100%;
}
.kcxfz_cont2 .kcxfz_a2v2 {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .kcxfz_cont2 .kcxfz_a2v2 {
    margin-top: 2rem;
  }
}

.title2 .tit {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title2 .tit {
    font-size: 1.5rem;
  }
}

.kcxfz_cont3 {
  background: #F7F7F7;
  padding: 4.375rem 0 3.75rem;
}
@media (max-width: 768px) {
  .kcxfz_cont3 {
    padding: 2.5rem 0;
  }
}
.kcxfz_cont3 .qbxw {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .kcxfz_cont3 .qbxw {
    margin-top: 1rem;
  }
}
.kcxfz_cont3 .qbxw form .contact {
  gap: 1.375rem;
}
@media (max-width: 768px) {
  .kcxfz_cont3 .qbxw form .contact {
    gap: 4%;
  }
}
.kcxfz_cont3 .qbxw form .rq-cont {
  width: 23.6428571429%;
}
@media (max-width: 768px) {
  .kcxfz_cont3 .qbxw form .rq-cont {
    width: 48%;
  }
}
.kcxfz_cont3 .qbxw form .rq-cont select {
  width: 100%;
  border: 1px solid #6C6B6C;
  color: #444444;
  font-size: 1rem;
  line-height: 3.1875rem;
  height: 3.1875rem;
  padding: 0 1.25em;
  border-radius: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax1.svg) no-repeat 94% center transparent;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
}
@media (max-width: 768px) {
  .kcxfz_cont3 .qbxw form .rq-cont select {
    line-height: 2.75rem;
    height: 2.75rem;
  }
}
.kcxfz_cont3 .kashx1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .kcxfz_cont3 .kashx1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.kcxfz_cont3 .kashx1 > p {
  grid-column: 1/5;
}
.kcxfz_cont3 .kashx1 a.img {
  display: block;
}
.kcxfz_cont3 .kashx1 a.img img {
  width: 100%;
}

.kcxfz_cont4 .title1 {
  padding: 5rem 0 2.5rem;
}
@media (max-width: 768px) {
  .kcxfz_cont4 .title1 {
    padding: 2.5rem 0 1.25rem;
  }
}
.kcxfz_cont4 .kcxfz_a4v1 {
  position: relative;
}
.kcxfz_cont4 .kcxfz_a4v1 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .kcxfz_cont4 .kcxfz_a4v1 u {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .kcxfz_cont4 .kcxfz_a4v1 u::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
  }
}
.kcxfz_cont4 .kcxfz_a4v1 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .kcxfz_cont4 .kcxfz_a4v1 u img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 {
    position: relative;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    padding: 3rem 0;
    z-index: 1;
  }
}
.kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 .tit {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 .tit {
    font-size: 1.5rem;
  }
}
.kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 .rlxt_list1 {
  padding: 1rem 0 1.5rem;
}
@media (max-width: 768px) {
  .kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 .rlxt_list1 {
    padding: 0.75rem 0 1rem;
  }
}
.kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 .rlxt_list1 li a {
  display: block;
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 2em;
  padding-left: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 .rlxt_list1 li a {
    font-size: 1.125rem;
    line-height: 1.65em;
  }
}
.kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 .rlxt_list1 li a::before {
  content: "·";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.kcxfz_cont4 .kcxfz_a4v1 .kcxfz_a4v1c1 .rlxt_list1 li a:hover {
  color: var(--color-zt);
}

.kcxfz_cont5 {
  padding: 5.9375rem 0 2rem;
}
@media (max-width: 768px) {
  .kcxfz_cont5 {
    padding: 2.25rem 0 0;
  }
}
.kcxfz_cont5 .heng1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .kcxfz_cont5 .heng1 {
    margin-top: 1.25rem;
  }
}
.kcxfz_cont5 .heng1 img {
  width: 100%;
}

.cpjjfa-cont1 .cpjjfa-sort1 {
  margin-top: 1rem;
}
.cpjjfa-cont1 .cpjjfa-sort1 li {
  position: relative;
}
.cpjjfa-cont1 .cpjjfa-sort1 li + li {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .cpjjfa-cont1 .cpjjfa-sort1 li + li {
    margin-top: 1.5rem;
  }
}
.cpjjfa-cont1 .cpjjfa-sort1 li .img {
  border-radius: 1.75rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cpjjfa-cont1 .cpjjfa-sort1 li .img {
    border-radius: 1rem;
  }
}
.cpjjfa-cont1 .cpjjfa-sort1 li .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .cpjjfa-cont1 .cpjjfa-sort1 li .img img {
    aspect-ratio: 16/12;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cpjjfa-cont1 .cpjjfa-sort1 li .cont-p {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  padding: 0 4%;
  gap: 1rem;
}
.cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax {
  width: 75%;
  color: #fff;
}
@media (max-width: 768px) {
  .cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax {
    width: 100%;
  }
}
.cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax u {
  display: block;
  font-size: 0;
  width: 3.125rem;
}
@media (max-width: 768px) {
  .cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax u {
    width: 2.5rem;
  }
}
.cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax u img {
  width: 100%;
}
.cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax .tit {
  font-size: 1.875rem;
  line-height: 1.125em;
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax .tit {
    font-size: 1.35rem;
  }
}
.cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax .tit span {
  display: block;
  font-size: 1.375rem;
  font-weight: 300;
  display: block;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax .tit span {
    font-size: 1.125rem;
  }
}
.cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax .tit1 {
  font-size: 2.125rem;
  line-height: 1.25em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cpjjfa-cont1 .cpjjfa-sort1 li .cont-p .as-ax .tit1 {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}

.product-content {
  padding: 1.25rem 0 2.25rem;
}
@media (max-width: 768px) {
  .product-content {
    padding: 1rem 0 2rem;
  }
}
.product-content .product-list > li {
  padding-left: 5.8854166667%;
  padding-right: var(--cbasta);
}
@media (max-width: 1024px) {
  .product-content .product-list > li {
    padding: 0 var(--cbasta);
  }
}
.product-content .product-list > li + li {
  margin-top: 7.25rem;
}
@media (max-width: 768px) {
  .product-content .product-list > li + li {
    margin-top: 1.5rem;
  }
}
.product-content .product-list > li .img {
  width: 57.9896907216%;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-content .product-list > li .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.product-content .product-list > li .img img {
  width: 100%;
  aspect-ratio: 900/650;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-content .product-list > li .cont-p {
  width: 36.0824742268%;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.product-content .product-list > li .cont-p u {
  color: #000000;
}
.product-content .product-list > li .cont-p u img {
  height: 5.125rem;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p u img {
    height: 3.75rem;
  }
}
.product-content .product-list > li .cont-p .naxf {
  color: #000000;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p .naxf {
    margin-top: 1.125rem;
  }
}
.product-content .product-list > li .cont-p .naxf .nam {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p .naxf .nam {
    font-size: 1.35rem;
  }
}
.product-content .product-list > li .cont-p .naxf .txt {
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p .naxf .txt {
    font-size: 1.125rem;
  }
}
.product-content .product-list > li .cont-p .as-ast1 {
  margin-top: 1.125rem;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p .as-ast1 {
    margin-top: 0.85rem;
  }
}
.product-content .product-list > li .cont-p .as-ast1 li {
  width: 47.5177304965%;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p .as-ast1 li {
    width: 100%;
  }
  .product-content .product-list > li .cont-p .as-ast1 li + li {
    margin-top: 0.65rem;
  }
}
.product-content .product-list > li .cont-p .as-ast1 li a {
  display: block;
  font-size: 1.375rem;
  color: #000000;
  font-weight: 500;
  background: #EDEDED;
  line-height: 1.5em;
  text-align: center;
  padding: 0.45em 0;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p .as-ast1 li a {
    font-size: 1.25rem;
    padding: 0.5em 0;
  }
}
.product-content .product-list > li .cont-p .as-ast1 li.on a, .product-content .product-list > li .cont-p .as-ast1 li:hover a {
  background: var(--color-zt);
  color: #fff;
}
.product-content .product-list > li .cont-p .ash1-a {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p .ash1-a {
    margin-top: 0.75rem;
  }
}
.product-content .product-list > li .cont-p .ash1-a li {
  width: 47.6785714286%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-content .product-list > li .cont-p .ash1-a li a {
  display: block;
  padding: 1rem 0;
  font-size: 1.125rem;
  line-height: 1.5em;
  position: relative;
}
.product-content .product-list > li .cont-p .ash1-a li a .tita {
  color: #5B5A5B;
  font-size: 1.125rem;
  font-weight: 500;
}
.product-content .product-list > li .cont-p .ash1-a li a .pas1 {
  color: rgba(108, 107, 108, 0.7);
}
.product-content .product-list > li .cont-p .ash1-a li a .pas1 p {
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .product-content .product-list > li .cont-p .ash1-a li a .pas1 p {
    width: -webkit-calc(96% - 1rem);
    width: -moz-calc(96% - 1rem);
    width: calc(96% - 1rem);
  }
}
.product-content .product-list > li .cont-p .ash1-a li a .pas1 i {
  font-size: 1.125rem;
}
.product-content .product-list > li .cont-p .ash1-a li a:hover {
  color: var(--color-zt);
}
.product-content .product-list > li .cont-p .ash1-a li a:hover .tita {
  color: var(--color-zt);
}
.product-content .product-list > li .cont-p .ash1-a li a:hover .pas1 {
  color: var(--color-zt);
}
.product-content .product-list > li:nth-child(2n) {
  padding-left: var(--cbasta);
  padding-right: 5.8854166667%;
}
@media (max-width: 1024px) {
  .product-content .product-list > li:nth-child(2n) {
    padding: 0 var(--cbasta);
  }
}
.product-content .product-list > li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .product-content .product-list > li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.cpbanner {
  position: relative;
}
.cpbanner .img {
  width: 100%;
  font-size: 0;
}
.cpbanner .img img {
  width: 100%;
}
.cpbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  top: 55%;
  z-index: 9;
}
@media (max-width: 768px) {
  .cpbanner .nbanner-wen1 {
    top: 50%;
  }
}
.cpbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.cpbanner .nbanner-wen1 .banner-cont u {
  display: block;
  font-size: 0;
}
.cpbanner .nbanner-wen1 .banner-cont u img {
  height: 6.8125rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .cpbanner .nbanner-wen1 .banner-cont u img {
    height: 3.85rem;
  }
}
.cpbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 2.5rem;
  line-height: 1.25em;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cpbanner .nbanner-wen1 .banner-cont .p1 {
    margin-top: 1.25rem;
  }
}
.cpbanner .nbanner-wen1 .banner-cont .p1 b {
  font-size: 3.375rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cpbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.65rem;
  }
  .cpbanner .nbanner-wen1 .banner-cont .p1 b {
    font-size: 2rem;
  }
}
.cpbanner .cpare-nav {
  position: absolute;
  left: 0;
  top: var(--head-height);
  width: 100%;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(10px);
}
@media (max-width: 990px) {
  .cpbanner .cpare-nav {
    top: 0;
  }
}
@media (max-width: 768px) {
  .cpbanner .cpare-nav {
    position: static;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.cpbanner .cpare-nav .cp-list li a {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1em 1.25em;
  font-weight: 500;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .cpbanner .cpare-nav .cp-list li a {
    font-size: 1rem;
    padding: 0.75em 1em;
  }
}
.cpbanner .cpare-nav .cp-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.cpbanner .cpare-nav .cp-list li:hover a, .cpbanner .cpare-nav .cp-list li.active a {
  color: var(--color-zt);
}
.cpbanner .cpare-nav .cp-list li:hover a::after, .cpbanner .cpare-nav .cp-list li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.js-a2sort1 {
  position: fixed;
  width: var(--cbasta);
  text-align: center;
  left: 0;
  top: -webkit-calc(var(--head-height) + 2rem);
  top: -moz-calc(var(--head-height) + 2rem);
  top: calc(var(--head-height) + 2rem);
  z-index: 9;
  opacity: 0;
}
@media (max-width: 1024px) {
  .js-a2sort1 {
    display: none;
  }
}
.js-a2sort1 li {
  padding: 0 0.5rem;
}
.js-a2sort1 li + li {
  margin-top: 0.65rem;
}
.js-a2sort1 li a {
  display: block;
  color: #6C6B6C;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.25rem 0;
  cursor: pointer;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.js-a2sort1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.js-a2sort1 li.on a, .js-a2sort1 li:hover a {
  color: var(--color-zt);
}
.js-a2sort1 li.on a::after, .js-a2sort1 li:hover a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.scroll-on .js-a2sort1 {
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.cp-show-content {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cp-show-content {
    padding-bottom: 2rem;
  }
}
.cp-show-content .tit-cp {
  color: #333333;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.75rem;
}
@media (max-width: 768px) {
  .cp-show-content .tit-cp {
    font-size: 1.65rem;
    padding-left: 1.125rem;
  }
}
.cp-show-content .tit-cp::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: 1rem;
  height: 1rem;
  background: var(--color-zt);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cp-show-content .tit-cp::before {
    width: 0.65rem;
    height: 0.65rem;
  }
}
.cp-show-content:not(.scroll-on) .js-a2sort1 {
  pointer-events: none;
}

.cp-show-content .mySwiper4 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-content .mySwiper4 {
    margin-top: 1rem;
  }
}
.cp-show-content .mySwiper4 .swiper-wrapper {
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cp-show-content .mySwiper4 .swiper-wrapper .swiper-slide {
  height: auto;
}
.cp-show-content .mySwiper4 .swiper-slide {
  background: #F3F3F3;
  border-radius: 1.25rem;
  padding: 3.5rem 4%;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cp-show-content .mySwiper4 .swiper-slide {
    border-radius: 1rem;
    padding: 2rem 6%;
  }
}
.cp-show-content .mySwiper4 .swiper-slide u {
  display: block;
  font-size: 0;
  width: 4.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cp-show-content .mySwiper4 .swiper-slide u {
    width: 3.25rem;
  }
}
.cp-show-content .mySwiper4 .swiper-slide u img {
  width: 100%;
}
.cp-show-content .mySwiper4 .swiper-slide .tit {
  color: #000000;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0.75rem 0 0.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .mySwiper4 .swiper-slide .tit {
    font-size: 1.25rem;
  }
}
.cp-show-content .mySwiper4 .swiper-slide .txt {
  color: #5B5A5B;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .cp-show-content .mySwiper4 .swiper-slide .txt {
    font-size: 1rem;
  }
}
.cp-show-content .mySwiper4 .swiper-slide:hover {
  background: var(--color-zt);
}
.cp-show-content .mySwiper4 .swiper-slide:hover u img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cp-show-content .mySwiper4 .swiper-slide:hover .tit, .cp-show-content .mySwiper4 .swiper-slide:hover .txt {
  color: #fff;
}
.cp-show-content .mySwiper4 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-content .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.cp-show-content .cp-show-a1 {
  padding-top: 3.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a1 {
    padding-top: 1.25rem;
  }
}
.cp-show-content .cp-show-a2 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a2 {
    padding-top: 2rem;
  }
}
.cp-show-content .table-cont {
  margin-top: 2rem;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .cp-show-content .table-cont {
    margin-top: 1.25rem;
  }
}
.cp-show-content .table-cont table {
  min-width: 768px;
}
.cp-show-content .table-cont table thead tr th {
  color: #000000;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25em;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cp-show-content .table-cont table thead tr th {
    font-size: 1rem;
    padding: 0.75rem !important;
  }
}
.cp-show-content .table-cont table thead tr:last-child {
  position: relative;
}
.cp-show-content .table-cont table thead tr:last-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--color-zt);
}
.cp-show-content .table-cont table tbody tr:nth-child(2n) {
  background: #EDEDED;
}
.cp-show-content .table-cont table tbody tr td {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.25em;
  text-align: center;
  vertical-align: middle;
  padding: 1rem 0.75rem !important;
}
@media (max-width: 768px) {
  .cp-show-content .table-cont table tbody tr td {
    font-size: 1rem;
    padding: 0.75rem !important;
  }
}
.cp-show-content .table-cont table tbody tr td:first-child {
  text-align: left;
}
.cp-show-content .cp-show-a3 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a3 {
    padding-top: 2rem;
  }
}
.cp-show-content .p1 {
  color: #5B5A5B;
  font-size: 1.375rem;
  line-height: 1.85em;
}
@media (max-width: 768px) {
  .cp-show-content .p1 {
    line-height: 1.65em;
    font-size: 1.125rem;
  }
}
.cp-show-content .p1 p {
  position: relative;
}
.cp-show-content .p1d {
  margin-top: 1rem;
  color: #5B5A5B;
  font-size: 1.375rem;
  line-height: 1.85em;
}
@media (max-width: 768px) {
  .cp-show-content .p1d {
    line-height: 1.65em;
    font-size: 1.125rem;
  }
}
.cp-show-content .p1d p {
  position: relative;
  padding-left: 1rem;
}
.cp-show-content .p1d p::before {
  content: "·";
  font-weight: 700;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.cp-show-content .cp-show-a4 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a4 {
    padding-top: 2rem;
  }
}
.cp-show-content .cp-show-a4 {
  line-height: 1.85em;
}
.cp-show-content .tgsd-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .cp-show-content .tgsd-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
  }
}
.cp-show-content .tgsd-list li {
  text-align: center;
}
.cp-show-content .tgsd-list li u {
  display: block;
  font-size: 0;
}
.cp-show-content .tgsd-list li u img {
  width: 100%;
  aspect-ratio: 326/233;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-show-content .tgsd-list li p {
  color: #5B5A5B;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.65rem 0;
}
.cp-show-content .cp-show-a5 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a5 {
    padding-top: 2rem;
  }
}
.cp-show-content .tgsd-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .cp-show-content .tgsd-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
  }
}
.cp-show-content .tgsd-list li {
  text-align: center;
}
.cp-show-content .tgsd-list li u {
  display: block;
  font-size: 0;
}
.cp-show-content .tgsd-list li u img {
  width: 100%;
  aspect-ratio: 326/233;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp-show-content .tgsd-list li p {
  color: #5B5A5B;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.65rem 0;
}
.cp-show-content .has1 {
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .cp-show-content .has1 {
    margin-top: 1.5rem;
  }
}
.cp-show-content .cp-show-a6 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a6 {
    padding-top: 2rem;
  }
}
.cp-show-content .cp-show-a2v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a2v1 {
    margin-top: 1rem;
  }
}
.cp-show-content .cp-show-a2v1 .img {
  width: 45.9285714286%;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a2v1 .img {
    width: 100%;
  }
}
.cp-show-content .cp-show-a2v1 .img img {
  width: 100%;
}
.cp-show-content .cp-show-a2v1 .bgs-z {
  width: 48.3571428571%;
}
.cp-show-content .cp-show-a2v1 .bgs-z.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a2v1 .bgs-z {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cp-show-content .cp-show-a2v1 .bgs-z .xian1 {
  height: 2px;
  background: rgba(200, 201, 202, 0.7);
  width: 100%;
  margin: 1rem 0;
}
.cp-show-content .cp-show-a2v1 .bgs-z table {
  width: 100%;
}
.cp-show-content .cp-show-a2v1 .bgs-z table tr td {
  padding: 0.25em 0 !important;
  border: none;
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.cp-show-content .cp-show-a2v1 .bgs-z table tr td:last-child {
  width: 20%;
}
.cp-show-content .cp-show-a2v1 .bgs-z table.gc-jh tr td:last-child {
  width: 50% !important;
}
.cp-show-content .cp-show-a2v1 .bgs-z table.rrrs tr td:last-child {
  width: auto !important;
}
.cp-show-content .cp-show-a2v1 .bgs-z1 {
  width: 48.3571428571%;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a2v1 .bgs-z1 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cp-show-content .cp-show-a2v1 .bgs-z1 table {
  width: 100%;
}
.cp-show-content .cp-show-a2v1 .bgs-z1 table tr td {
  padding: 0.5em 1rem !important;
  border: none;
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.5em;
  vertical-align: baseline;
}
.cp-show-content .cp-show-a2v1.cp-show-a2v1fz .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a2v1.cp-show-a2v1fz .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.cp-show-content .vht tr td {
  vertical-align: baseline;
}
.cp-show-content .cp-show-a7 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a7 {
    padding-top: 2rem;
  }
}
.cp-show-content .weha-a1 {
  color: #5B5A5B;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2em;
}
@media (max-width: 768px) {
  .cp-show-content .weha-a1 {
    font-size: 1.125rem;
  }
}
.cp-show-content .weha-a1-vt {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-content .weha-a1-vt {
    margin-top: 0.65rem;
  }
}
.cp-show-content .weha-a1-vt .weha-a1-vta1 {
  width: 45.9285714286%;
}
@media (max-width: 768px) {
  .cp-show-content .weha-a1-vt .weha-a1-vta1 {
    width: 100%;
  }
}
.cp-show-content .weha-a1-vt .weha-a1-vta1 img {
  width: 100%;
}
.cp-show-content .weha-a1-vt .weha-a1-vta2 {
  width: 48.3571428571%;
}
@media (max-width: 768px) {
  .cp-show-content .weha-a1-vt .weha-a1-vta2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.cp-show-content .weha-a1-vt .weha-a1-vta2 table {
  width: 100%;
}
.cp-show-content .weha-a1-vt .weha-a1-vta2 table tr td {
  padding: 0.5em 1rem !important;
  border: none;
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.cp-show-content .weha-a1-vta2c1 {
  width: 50.2215657312%;
}
.cp-show-content .weha-a1-vta2c1.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .cp-show-content .weha-a1-vta2c1 {
    width: 100%;
  }
}
.cp-show-content .weha-a1-vta2c1 .xian1 {
  height: 2px;
  background: rgba(200, 201, 202, 0.7);
  width: 100%;
  margin: 1rem 0;
}
.cp-show-content .weha-a1-vta2c2 {
  width: 40.0295420975%;
}
.cp-show-content .weha-a1-vta2c2.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .cp-show-content .weha-a1-vta2c2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.cp-show-content .weha-a1-vta2c2 .p1 {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.cp-show-content .weha-a1-vta2c2 .p1 p {
  padding: 0.25em 0;
}
.cp-show-content .cp-show-a8 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a8 {
    padding-top: 2rem;
  }
}
.cp-show-content .cp-show-a8 > .weha-a1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a8 > .weha-a1 {
    margin-top: 1rem;
  }
}
.cp-show-content .xz_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5625rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cp-show-content .xz_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}
.cp-show-content .xz_list li {
  background-color: #F3F3F3;
  border-radius: 1.25rem;
  padding: 3.25rem 12%;
}
@media (max-width: 768px) {
  .cp-show-content .xz_list li {
    border-radius: 1rem;
    padding: 2.5rem 8%;
  }
}
.cp-show-content .xz_list li a .cont-p {
  width: -webkit-calc(90% - 5rem);
  width: -moz-calc(90% - 5rem);
  width: calc(90% - 5rem);
}
@media (max-width: 768px) {
  .cp-show-content .xz_list li a .cont-p {
    width: -webkit-calc(90% - 4.25rem);
    width: -moz-calc(90% - 4.25rem);
    width: calc(90% - 4.25rem);
  }
}
.cp-show-content .xz_list li a .cont-p .tit {
  color: #333333;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cp-show-content .xz_list li a .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cp-show-content .xz_list li a .cont-p .data {
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.cp-show-content .xz_list li a u {
  display: block;
  font-size: 0;
  width: 5rem;
}
@media (max-width: 768px) {
  .cp-show-content .xz_list li a u {
    width: 4.25rem;
  }
}
.cp-show-content .xz_list li a u img {
  width: 100%;
}
.cp-show-content .xz_list li a:hover .cont-p .tit {
  color: var(--color-zt);
}
.cp-show-content .cp-show-a9 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a9 {
    padding-top: 2rem;
  }
}
.cp-show-content .cp-show-a10 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a10 {
    padding-top: 2rem;
  }
}
.cp-show-content .cp-show-a11 {
  padding-top: 4.25rem;
}
@media (max-width: 768px) {
  .cp-show-content .cp-show-a11 {
    padding-top: 2rem;
  }
}
.cp-show-content {
  line-height: 1.85em;
}

.product-list2 > li {
  padding-left: 5.8854166667%;
  padding-right: var(--cbasta);
}
@media (max-width: 1024px) {
  .product-list2 > li {
    padding: 0 var(--cbasta);
  }
}
.product-list2 > li + li {
  margin-top: 7.25rem;
}
@media (max-width: 768px) {
  .product-list2 > li + li {
    margin-top: 1.85rem;
  }
}
.product-list2 > li .img {
  width: 57.9896907216%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-list2 > li .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.product-list2 > li .img img {
  width: 100%;
}
.product-list2 > li .cont-p {
  width: 36.0824742268%;
}
@media (max-width: 768px) {
  .product-list2 > li .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.product-list2 > li .cont-p u {
  display: block;
}
.product-list2 > li .cont-p u img {
  height: 3.75rem;
  max-width: 44.6428571429%;
}
@media (max-width: 768px) {
  .product-list2 > li .cont-p u img {
    height: 2.5rem;
  }
}
.product-list2 > li .cont-p .naxf {
  color: #000000;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .product-list2 > li .cont-p .naxf {
    margin-top: 1.125rem;
  }
}
.product-list2 > li .cont-p .naxf .name {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-list2 > li .cont-p .naxf .name {
    font-size: 1.35rem;
  }
}
.product-list2 > li .cont-p .naxf .ftit {
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-list2 > li .cont-p .naxf .ftit {
    font-size: 1.125rem;
  }
}
.product-list2 > li .cont-p .naxf .txt {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .product-list2 > li .cont-p .naxf .txt {
    font-size: 1rem;
    margin: 0.5rem 0 1rem;
  }
}
.product-list2 > li:nth-child(2n) {
  padding-left: var(--cbasta);
  padding-right: 5.8854166667%;
}
@media (max-width: 1024px) {
  .product-list2 > li:nth-child(2n) {
    padding: 0 var(--cbasta);
  }
}
.product-list2 > li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .product-list2 > li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.xcl-tit {
  text-align: center;
  color: #333333;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .xcl-tit {
    font-size: 1.5rem;
  }
}

.xcl-cont1 {
  padding: 1rem 0 0;
}
.xcl-cont1 .fzlc-sdt2 {
  position: relative;
  padding: 4.375rem 0 11.6875rem;
  margin-top: 4.1875rem;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2 {
    margin-top: 1.5rem;
    padding: 2rem 0 3.5rem;
  }
}
.xcl-cont1 .fzlc-sdt2::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%);
  width: 1.25rem;
  height: 100%;
  background: #D9D9D9;
  z-index: -1;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2::after {
    width: 0.5rem;
  }
}
.xcl-cont1 .fzlc-sdt2 .xioan {
  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%);
  width: 1.25rem;
  height: 0;
  background: #86BC42;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2 .xioan {
    width: 0.5rem;
  }
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 {
  position: relative;
  z-index: 1;
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li {
  width: 40.1428571429%;
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li:nth-child(2n-1) {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li:nth-child(2) {
  margin-top: 15rem;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li:nth-child(2) {
    margin-top: 7rem;
  }
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 + .conta1 {
  margin-top: 9.375rem;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 + .conta1 {
    margin-top: 1.75rem;
  }
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .ftit {
  color: #6C6B6C;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .ftit {
    font-size: 1.35rem;
  }
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .ftit i {
  display: block;
  font-size: 0;
  width: 1rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .ftit i {
    width: 0.75rem;
  }
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .ftit i img {
  width: 100%;
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .tit {
  color: #6C6B6C;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.25em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .tit {
    font-size: 1.5rem;
  }
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .txt {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .txt {
    font-size: 1rem;
  }
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .img {
  border-radius: 1.5rem;
  overflow: hidden;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .img {
    border-radius: 1rem;
    margin-top: 1rem;
  }
}
.xcl-cont1 .fzlc-sdt2 .fzlc-ast1 li .conta1 .img img {
  width: 100%;
}

.xcl-cont2 {
  padding: 10.625rem 0 5rem;
}
@media (max-width: 768px) {
  .xcl-cont2 {
    padding: 2.25rem 0;
  }
}
.xcl-cont2 .ash-list1 li {
  margin-top: 2.9375rem;
}
@media (max-width: 768px) {
  .xcl-cont2 .ash-list1 li {
    margin-top: 1.5rem;
  }
}
.xcl-cont2 .ash-list1 li .img {
  width: 48.1428571429%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .xcl-cont2 .ash-list1 li .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.xcl-cont2 .ash-list1 li .img img {
  width: 100%;
}
.xcl-cont2 .ash-list1 li .cont-p {
  width: 45%;
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
}
@media (max-width: 768px) {
  .xcl-cont2 .ash-list1 li .cont-p {
    width: 100%;
    font-size: 1rem;
    line-height: 1.75em;
    margin-top: 1.25rem;
  }
}
.xcl-cont2 .ash-list1 li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .xcl-cont2 .ash-list1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.product-content .conta1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .product-content .conta1 {
    margin-top: 1.25rem;
  }
}
.product-content .conta1 .tit {
  color: #6C6B6C;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product-content .conta1 .tit {
    font-size: 1.65rem;
  }
}
.product-content .conta1 .cp-list1a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2.25rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .product-content .conta1 .cp-list1a {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem 1rem;
    margin-top: 1rem;
  }
}
.product-content .conta1 .cp-list1a li a.img {
  display: block;
}
.product-content .conta1 .cp-list1a li a.img u {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-content .conta1 .cp-list1a li a.img u {
    border-radius: 1rem;
  }
}
.product-content .conta1 .cp-list1a li a.img u img {
  width: 100%;
}
.product-content .conta1 .cp-list1a li a.img p {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-align: center;
}
@media (max-width: 768px) {
  .product-content .conta1 .cp-list1a li a.img p {
    font-size: 1.125rem;
  }
}

.rq-contxta {
  width: 23.6428571429%;
}
@media (max-width: 768px) {
  .rq-contxta {
    width: 50%;
  }
}
.rq-contxta select {
  width: 100%;
  border: 1px solid #6C6B6C;
  color: #444444;
  font-size: 1rem;
  line-height: 3.1875rem;
  height: 3.1875rem;
  padding: 0 1.25em;
  border-radius: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax1.svg) no-repeat 94% center transparent;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
}
@media (max-width: 768px) {
  .rq-contxta select {
    line-height: 2.75rem;
    height: 2.75rem;
  }
}

.zgs-content .zgs-list {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .zgs-content .zgs-list {
    margin-top: 1rem;
  }
}
.zgs-content .zgs-list > li {
  padding-left: 5.8854166667%;
  padding-right: var(--cbasta);
}
@media (max-width: 1024px) {
  .zgs-content .zgs-list > li {
    padding: 0 var(--cbasta);
  }
}
.zgs-content .zgs-list > li + li {
  margin-top: 7.25rem;
}
@media (max-width: 768px) {
  .zgs-content .zgs-list > li + li {
    margin-top: 1.85rem;
  }
}
.zgs-content .zgs-list > li .img {
  width: 57.9896907216%;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zgs-content .zgs-list > li .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.zgs-content .zgs-list > li .img img {
  width: 100%;
}
.zgs-content .zgs-list > li .cont-p {
  width: 36.0824742268%;
}
@media (max-width: 768px) {
  .zgs-content .zgs-list > li .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.zgs-content .zgs-list > li .cont-p .tit {
  color: #000000;
  font-size: 1.875rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .zgs-content .zgs-list > li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.zgs-content .zgs-list > li .cont-p .ftit {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .zgs-content .zgs-list > li .cont-p .ftit {
    font-size: 1.25rem;
  }
}
.zgs-content .zgs-list > li .cont-p .txt {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zgs-content .zgs-list > li .cont-p .txt {
    margin-top: 0.5rem;
  }
}
.zgs-content .zgs-list > li .cont-p a.more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .zgs-content .zgs-list > li .cont-p a.more-b {
    margin-top: 1rem;
  }
}
.zgs-content .zgs-list > li:nth-child(2n) {
  padding-left: var(--cbasta);
  padding-right: 5.8854166667%;
}
@media (max-width: 1024px) {
  .zgs-content .zgs-list > li:nth-child(2n) {
    padding: 0 var(--cbasta);
  }
}
.zgs-content .zgs-list > li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .zgs-content .zgs-list > li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.zgs-show-cont1 .zgs-show-a1v1 {
  padding: 5.9375rem 0;
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v1 {
    padding: 2rem var(--cbasta);
  }
}
.zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b1 {
  width: 41.7469879518%;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b1 {
    width: 100%;
  }
}
.zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b1 .p-txt {
  margin-top: 1.35rem;
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.756em;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b1 .p-txt {
    margin-top: 1rem;
  }
}
.zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b1 .imga {
  margin-top: 1.5rem;
}
.zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b1 .imga img {
  height: 4.6875rem;
}
.zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b2 {
  width: 49.6987951807%;
  position: relative;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b2 img {
  width: 100%;
}
.zgs-show-cont1 .zgs-show-a1v1 .zgs-show-a1b2 a.more-ax {
  display: block;
  position: absolute;
  right: 5.5%;
  bottom: 6%;
  width: 3.5625rem;
}
.zgs-show-cont1 .sctd-a2v1 {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .sctd-a2v1 {
    margin-top: 2.5rem;
  }
}
.zgs-show-cont1 .sctd-a2v1 .tit-slai {
  width: 27%;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .sctd-a2v1 .tit-slai {
    width: 100%;
  }
}
.zgs-show-cont1 .sctd-a2v1 .txt {
  width: 60%;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  color: #6C6B6C;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .sctd-a2v1 .txt {
    width: 100%;
    margin-top: 1rem;
  }
}
.zgs-show-cont1 .sctd-a2v1 .heng1 {
  width: 100%;
  display: block;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .sctd-a2v1 .heng1 {
    margin-top: 1.5rem;
  }
}
.zgs-show-cont1 .sctd-a2v1 .heng1 img {
  width: 100%;
}
.zgs-show-cont1 .as-sxt_adt1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .as-sxt_adt1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.zgs-show-cont1 .as-sxt_adt1 li {
  background: #fff;
  padding: 3.75rem 2rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .as-sxt_adt1 li {
    padding: 2rem 1.85rem;
  }
}
.zgs-show-cont1 .as-sxt_adt1 li b {
  color: rgba(0, 0, 0, 0.2);
  font-size: 4.375rem;
  line-height: 1.25em;
  font-weight: 200;
  font-style: italic;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .as-sxt_adt1 li b {
    font-size: 2.85rem;
  }
}
.zgs-show-cont1 .as-sxt_adt1 li .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0.35rem 0;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .as-sxt_adt1 li .tit {
    font-size: 1.35rem;
  }
}
.zgs-show-cont1 .as-sxt_adt1 li .p1 {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.5rem;
}
.zgs-show-cont1 .tg_sdjt1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .tg_sdjt1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.zgs-show-cont1 .tg_sdjt1 li {
  background: #FFFFFF;
  padding: 5.125rem 5%;
  text-align: center;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .tg_sdjt1 li {
    padding: 2.5rem 5%;
  }
}
.zgs-show-cont1 .tg_sdjt1 li .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
}
.zgs-show-cont1 .tg_sdjt1 li .txt {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 0.56em;
}
.zgs-show-cont1 .tg_sdjt1.tg_sdjt1a li {
  padding: 5.125rem 12%;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .tg_sdjt1.tg_sdjt1a li {
    padding: 2.5rem 5%;
  }
}
.zgs-show-cont1 .zgs-show-a1v2 {
  background: #F8F8F8;
}
.zgs-show-cont1 .zgs-show-a1v3 {
  padding: 5.9375rem 0;
}
.zgs-show-cont1 .zgs-show-a1v3.pb0 {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v3 {
    padding: 2rem 0;
  }
}
.zgs-show-cont1 .zgs-show-a1v3 .heng1 {
  width: 100%;
  display: block;
  font-size: 0;
  margin-top: 1.25rem;
}
.zgs-show-cont1 .zgs-show-a1v3 .heng1 img {
  width: 100%;
}
.zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b1 {
  width: 43%;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b1 {
    width: 100%;
  }
}
.zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b1 .p-txt {
  margin-top: 1.35rem;
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.756em;
  text-align: justify;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b1 .p-txt {
    margin-top: 1rem;
  }
}
.zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b2 {
  width: 51.6428571429%;
  position: relative;
}
.zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b2 > .img {
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b2 > .img {
    border-radius: 1rem;
  }
}
.zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b2 .mySwiper17 {
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
  .zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b2 .mySwiper17 {
    border-radius: 1rem;
  }
}
.zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b2 img {
  width: 100%;
}
.zgs-show-cont1 .zgs-show-a1v3 .zgs-show-a1b2 a.more-ax {
  display: block;
  position: absolute;
  right: 5.5%;
  bottom: 6%;
  width: 3.5625rem;
}
.zgs-show-cont1 .zgs-show-a1v8 {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v8 {
    padding: 2.5rem 0;
  }
}
.zgs-show-cont1 .zgs-show-a1v8 .mySwiper13 .swiper-slide .img + .img {
  margin-top: 5px;
}
.zgs-show-cont1 .zgs-show-a1v8 .mySwiper13 .swiper-slide .img img {
  width: 100%;
}
.zgs-show-cont1 .zgs-show-a1v8 .mySwiper13 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .zgs-show-a1v8 .mySwiper13 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.zgs-show-cont1 .wscl-cont1 {
  background: #F8F8F8;
  padding: 5.875rem 0 5.3125rem;
}
.zgs-show-cont1 .wscl-cont1.bsbj {
  background: transparent;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .wscl-cont1 {
    padding: 2.5rem 0;
  }
}
.zgs-show-cont1 .wscl-cont1 .title1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .wscl-cont1 .img {
    margin-top: 0.5rem;
  }
}
.zgs-show-cont1 .wscl-cont1 .img img {
  width: 100%;
}
.zgs-show-cont1 .lxzst-cont1 {
  padding: 6.125rem 0 5.875rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .lxzst-cont1 {
    padding: 2.5rem 0 1.75rem;
  }
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 {
    margin-top: 1rem;
  }
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b1 {
  width: 51.6428571429%;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b1 {
    width: 100%;
  }
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b1 .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b1 .img img {
  width: 100%;
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 {
  width: 41%;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 .asjh2-aa1 li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 .asjh2-aa1 li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 .asjh2-aa1 li + li {
    margin-top: 1rem;
  }
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 .asjh2-aa1 li .img {
  width: 5.75rem;
  height: 5.75rem;
  background: #F3F3F3;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 .asjh2-aa1 li .img {
    width: 4rem;
    height: 4rem;
  }
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 .asjh2-aa1 li .img img {
  width: 50%;
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 .asjh2-aa1 li .p1 {
  width: -webkit-calc(95% - 5.75rem);
  width: -moz-calc(95% - 5.75rem);
  width: calc(95% - 5.75rem);
  color: #777777;
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 .asjh2-aa1 li .p1 {
    width: -webkit-calc(96% - 4rem);
    width: -moz-calc(96% - 4rem);
    width: calc(96% - 4rem);
    font-size: 1.25rem;
  }
}
.zgs-show-cont1 .lxzst-cont1 .lxzst-a1v1 .lxzst-a1b2 .asjh2-aa1 li .p1 p {
  font-weight: 700;
}

.zgs-show-a1v2 {
  padding: 6.875rem 0;
}
@media (max-width: 768px) {
  .zgs-show-a1v2 {
    padding: 2.5rem 0;
  }
}
.zgs-show-a1v2 .zgs-show-a1v2c1 {
  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) {
  .zgs-show-a1v2 .zgs-show-a1v2c1 {
    gap: 1.25rem 0;
  }
}
.zgs-show-a1v2 .zgs-show-a1v2c1 li {
  text-align: center;
  width: 25%;
}
@media (max-width: 768px) {
  .zgs-show-a1v2 .zgs-show-a1v2c1 li {
    width: 50%;
  }
}
.zgs-show-a1v2 .zgs-show-a1v2c1 li .data {
  color: #C70025;
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .zgs-show-a1v2 .zgs-show-a1v2c1 li .data {
    font-size: 2rem;
  }
}
.zgs-show-a1v2 .zgs-show-a1v2c1 li .data span {
  font-size: 3.375rem;
}
@media (max-width: 768px) {
  .zgs-show-a1v2 .zgs-show-a1v2c1 li .data span {
    font-size: 2.5rem;
  }
}
.zgs-show-a1v2 .zgs-show-a1v2c1 li .data sup {
  font-size: 2rem;
  line-height: 1;
  vertical-align: top;
  top: 0;
}
@media (max-width: 768px) {
  .zgs-show-a1v2 .zgs-show-a1v2c1 li .data sup {
    font-size: 1.5rem;
  }
}
.zgs-show-a1v2 .zgs-show-a1v2c1 li .p1 {
  color: #737373;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .zgs-show-a1v2 .zgs-show-a1v2c1 li .p1 {
    font-size: 1.25rem;
  }
}

.zgs-show-cont2 {
  padding: 6.625rem 0 6.375rem;
}
@media (max-width: 768px) {
  .zgs-show-cont2 {
    padding: 2.5rem 0;
  }
}

.zgs-show-cont3 {
  background: #F8F8F8;
  padding: 8.125rem 0 6.125rem;
}
@media (max-width: 768px) {
  .zgs-show-cont3 {
    padding: 2.6rem 0;
  }
}
.zgs-show-cont3 .zgs-show-a3v1 .ast_a1 {
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .zgs-show-cont3 .zgs-show-a3v1 .ast_a1 {
    width: 100%;
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.zgs-show-cont3 .zgs-show-a3v1 .ast_a1 li a {
  display: block;
  color: #444444;
  font-size: 1rem;
  line-height: 3.125rem;
  border: 1px solid #6C6B6C;
  padding: 0 3.2rem;
  border-radius: 2.5rem;
}
@media (max-width: 768px) {
  .zgs-show-cont3 .zgs-show-a3v1 .ast_a1 li a {
    padding: 0 1.5rem;
    line-height: 2.75rem;
  }
}
.zgs-show-cont3 .zgs-show-a3v1 .ast_a1 li:hover a, .zgs-show-cont3 .zgs-show-a3v1 .ast_a1 li.on a {
  background: var(--color-zt);
  color: #FFFFFF;
  border-color: var(--color-zt);
}
.zgs-show-cont3 .zgs-show-a3v2 {
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .zgs-show-cont3 .zgs-show-a3v2 {
    margin-top: 1.85rem;
  }
}
.zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li {
  display: none;
}
.zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .mySwiper5 .swiper-slide .img {
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .mySwiper5 .swiper-slide .img {
    border-radius: 1rem;
  }
}
.zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .mySwiper5 .swiper-slide .img img {
  width: 100%;
}
.zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .mySwiper5 .swiper-slide .tit {
  color: #5B5A5B;
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 1em 0;
  text-align: center;
}
@media (max-width: 768px) {
  .zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .mySwiper5 .swiper-slide .tit {
    font-size: 1.125rem;
    padding: 0.75em 0;
  }
}
.zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .astsdx {
  padding: 0 10.0456621005%;
}
@media (max-width: 768px) {
  .zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .astsdx {
    padding: 0;
  }
}
.zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .swiper-pagination1 {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  height: 2px;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.zgs-show-cont3 .zgs-show-a3v2 .ast_a2 li .swiper-pagination1 .swiper-pagination-progressbar-fill {
  background: var(--color-zt);
}

.zgs-show-cont4 {
  margin-top: 8.25rem;
}
@media (max-width: 768px) {
  .zgs-show-cont4 {
    margin-top: 2.5rem;
  }
}
.zgs-show-cont4 .zgs-show-a4v1 {
  padding-right: var(--cbasta);
}
@media (max-width: 768px) {
  .zgs-show-cont4 .zgs-show-a4v1 {
    padding: 0 var(--cbasta);
  }
}
.zgs-show-cont4 .zgs-show-a4v1 .img {
  width: 56.0240963855%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zgs-show-cont4 .zgs-show-a4v1 .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.zgs-show-cont4 .zgs-show-a4v1 .img img {
  width: 100%;
}
.zgs-show-cont4 .zgs-show-a4v1 .cont-p {
  width: 38.6746987952%;
}
@media (max-width: 768px) {
  .zgs-show-cont4 .zgs-show-a4v1 .cont-p {
    width: 100%;
    margin-top: 1.65rem;
  }
}
.zgs-show-cont4 .zgs-show-a4v1 .cont-p .p1 {
  padding: 1rem 0 2rem;
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .zgs-show-cont4 .zgs-show-a4v1 .cont-p .p1 {
    padding: 0.75rem 0 1rem;
  }
}

.zgs-show-cont5 {
  padding: 7.8125rem 0 4rem;
  background: url(../images/bjas1.svg) no-repeat center bottom;
}
@media (max-width: 768px) {
  .zgs-show-cont5 {
    padding: 2.5rem 0 1.5rem;
  }
}
.zgs-show-cont5 .zgs-show-a5v1 {
  margin-top: 3rem;
  -webkit-mask: -webkit-linear-gradient(left, transparent, #000 35%, #000 65%, transparent);
          mask: linear-gradient(90deg, transparent, #000 35%, #000 65%, transparent);
}
@media (max-width: 768px) {
  .zgs-show-cont5 .zgs-show-a5v1 {
    margin-top: 1.5rem;
  }
}
.zgs-show-cont5 .zgs-show-a5v1 .picMarquee-left1 {
  margin: 0 10%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zgs-show-cont5 .zgs-show-a5v1 .picMarquee-left1 {
    margin-bottom: 1.25rem;
  }
}
.zgs-show-cont5 .zgs-show-a5v1 .picMarquee-left1:nth-child(2) {
  margin: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .zgs-show-cont5 .zgs-show-a5v1 .picMarquee-left1:nth-child(2) {
    margin-bottom: 1.25rem;
  }
}
.zgs-show-cont5 .zgs-show-a5v1 .picMarquee-left1 .picList li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 1.25rem;
  width: 16rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .zgs-show-cont5 .zgs-show-a5v1 .picMarquee-left1 .picList li {
    border-radius: 1rem;
    width: 10rem;
    margin-right: 0.75rem;
  }
}
.zgs-show-cont5 .zgs-show-a5v1 .picMarquee-left1 .picList li img {
  width: 100%;
}
.zgs-show-cont5 .zgs-show-a5v1 .picMarquee-left1 .picList li:hover {
  border-color: var(--color-zt);
}

.zgs-show-a5v2 {
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .zgs-show-a5v2 {
    margin-top: 5rem;
  }
}
.zgs-show-a5v2 .asjh2-aa1 {
  background: #C70025;
  padding: 4.625rem 4%;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .zgs-show-a5v2 .asjh2-aa1 {
    padding: 2.85rem 4%;
  }
}
.zgs-show-a5v2 .asjh2-aa1 li {
  text-align: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .zgs-show-a5v2 .asjh2-aa1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .zgs-show-a5v2 .asjh2-aa1 li + li {
    margin-top: 1.5rem;
  }
}
.zgs-show-a5v2 .asjh2-aa1 li .img {
  width: 6.125rem;
  height: 6.125rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .zgs-show-a5v2 .asjh2-aa1 li .img {
    width: 5.125rem;
    height: 5.125rem;
  }
}
.zgs-show-a5v2 .asjh2-aa1 li .img img {
  width: 50%;
}
.zgs-show-a5v2 .asjh2-aa1 li .p1 {
  font-size: 1.25rem;
  line-height: 2em;
  color: #fff;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .zgs-show-a5v2 .asjh2-aa1 li .p1 {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.jxhg-cont1 {
  padding: 2rem 0 6.5625rem;
}
@media (max-width: 768px) {
  .jxhg-cont1 {
    padding: 1rem 0 2rem;
  }
}
.jxhg-cont1 .jxhg-a1v1 .title1 {
  width: 34.2857142857%;
}
@media (max-width: 768px) {
  .jxhg-cont1 .jxhg-a1v1 .title1 {
    width: 100%;
  }
}
.jxhg-cont1 .jxhg-a1v1 .p1 {
  width: 60.7142857143%;
}
@media (max-width: 768px) {
  .jxhg-cont1 .jxhg-a1v1 .p1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.jxhg-cont1 .qywh-a2v2 .qywh-a2c1 {
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .jxhg-cont1 .qywh-a2v2 .qywh-a2c1 {
    border-radius: 1rem;
  }
}
.jxhg-cont1 .qywh-a2v2 .qywh-a2c1 li {
  position: relative;
}
.jxhg-cont1 .qywh-a2v2 .qywh-a2c1 li .img {
  border-radius: 0;
}
.jxhg-cont1 .qywh-a2v2 .qywh-a2c1 li .more-ax {
  display: block;
  position: absolute;
  right: 5.5%;
  bottom: 6%;
  width: 3.5625rem;
  z-index: 1;
}
.jxhg-cont1 .qywh-a2v2 .qywh-a2c1 li .more-ax img {
  width: 100%;
}

.jxhg-cont2 {
  background: #F3F3F3;
  padding: 6.4375rem 0 7.8125rem;
}
@media (max-width: 768px) {
  .jxhg-cont2 {
    padding: 2.5rem 0;
  }
}
.jxhg-cont2 .ast-list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .jxhg-cont2 .ast-list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .jxhg-cont2 .ast-list1 li + li {
    margin-top: 1.5rem;
  }
}
.jxhg-cont2 .ast-list1 li i {
  display: block;
  font-size: 0;
  width: 4.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .jxhg-cont2 .ast-list1 li i {
    width: 4rem;
  }
}
.jxhg-cont2 .ast-list1 li i img {
  width: 100%;
}
.jxhg-cont2 .ast-list1 li .wenata {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .jxhg-cont2 .ast-list1 li .wenata {
    margin-top: 1.5rem;
  }
}
.jxhg-cont2 .ast-list1 li .wenata .tit {
  color: #C70025;
  font-weight: 700;
  line-height: 1em;
  font-size: 1.6875rem;
}
@media (max-width: 768px) {
  .jxhg-cont2 .ast-list1 li .wenata .tit {
    font-size: 1.25rem;
  }
}
.jxhg-cont2 .ast-list1 li .wenata .tit span {
  font-size: 3.375rem;
}
@media (max-width: 768px) {
  .jxhg-cont2 .ast-list1 li .wenata .tit span {
    font-size: 2.35rem;
  }
}
.jxhg-cont2 .ast-list1 li .wenata .tit sup {
  font-size: 2rem;
  vertical-align: top;
  line-height: 1;
}
@media (max-width: 768px) {
  .jxhg-cont2 .ast-list1 li .wenata .tit sup {
    font-size: 1.25rem;
  }
}
.jxhg-cont2 .ast-list1 li .wenata .p {
  color: #777777;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .jxhg-cont2 .ast-list1 li .wenata .p {
    font-size: 1.25rem;
  }
}

.jxhg-cont3 {
  padding: 9.0625rem 0 4.75rem;
}
@media (max-width: 768px) {
  .jxhg-cont3 {
    padding: 2.5rem 0;
  }
}
.jxhg-cont3 .jxhg-a3v1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v1 {
    margin-top: 1.5rem;
  }
}
.jxhg-cont3 .jxhg-a3v1 .ashr1axt li {
  display: none;
}
.jxhg-cont3 .jxhg-a3v1 .img {
  width: 56.7857142857%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v1 .img {
    width: 100%;
    border-radius: 1.25rem;
  }
}
.jxhg-cont3 .jxhg-a3v1 .img img {
  width: 100%;
  aspect-ratio: 795/499;
  -o-object-fit: cover;
     object-fit: cover;
}
.jxhg-cont3 .jxhg-a3v1 .zzyf-list {
  width: 38.2142857143%;
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v1 .zzyf-list {
    width: 100%;
    margin-top: 1rem;
  }
}
.jxhg-cont3 .jxhg-a3v1 .zzyf-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v1 .zzyf-list li {
    padding: 1rem 0;
  }
}
.jxhg-cont3 .jxhg-a3v1 .zzyf-list li .dt {
  cursor: pointer;
}
.jxhg-cont3 .jxhg-a3v1 .zzyf-list li .dt p {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.5em;
  font-weight: 500;
  width: -webkit-calc(95% - 1.5rem);
  width: -moz-calc(95% - 1.5rem);
  width: calc(95% - 1.5rem);
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v1 .zzyf-list li .dt p {
    font-size: 1.35rem;
  }
}
.jxhg-cont3 .jxhg-a3v1 .zzyf-list li .dt i {
  color: #6C6B6C;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v1 .zzyf-list li .dt i {
    font-size: 1.125rem;
  }
}
.jxhg-cont3 .jxhg-a3v1 .zzyf-list li .wehha-job {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  display: none;
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v1 .zzyf-list li .wehha-job {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
.jxhg-cont3 .jxhg-a3v1 .zzyf-list li.active {
  border-color: transparent;
}
.jxhg-cont3 .jxhg-a3v1 .zzyf-list li.active .dt p {
  color: var(--color-zt);
}
.jxhg-cont3 .jxhg-a3v2 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v2 {
    margin-top: 2.25rem;
  }
}
.jxhg-cont3 .jxhg-a3v2 .cxya_list {
  width: 51.4285714286%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v2 .cxya_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
  }
}
.jxhg-cont3 .jxhg-a3v2 .cxya_list li img {
  width: 100%;
}
.jxhg-cont3 .jxhg-a3v2 .imgas-ax {
  width: 39.1428571429%;
}
@media (max-width: 768px) {
  .jxhg-cont3 .jxhg-a3v2 .imgas-ax {
    width: 70%;
    margin: 1.5rem auto 0;
  }
}
.jxhg-cont3 .jxhg-a3v2 .imgas-ax img {
  width: 100%;
}

.jxhg-cont4 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.jxhg-cont4 picture img {
  width: 100%;
}
.jxhg-cont4 .abt-a6v1 {
  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) {
  .jxhg-cont4 .abt-a6v1 {
    top: 2.5rem;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.jxhg-cont4 .abt-a6v1 .ftxt {
  color: #6C6B6C;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35em;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .jxhg-cont4 .abt-a6v1 .ftxt {
    margin-top: 1.5rem;
  }
}
.jxhg-cont4 .abt-a6v1 .ryzs-list {
  width: 34.5%;
  padding: 1.35rem 0 1.75rem;
}
@media (max-width: 768px) {
  .jxhg-cont4 .abt-a6v1 .ryzs-list {
    width: 100%;
    padding: 1rem 0 1rem;
  }
}
.jxhg-cont4 .abt-a6v1 .ryzs-list li a {
  color: #6C6B6C;
  display: block;
  padding: 0.4em 0;
  font-size: 1.25rem;
  line-height: 1.5em;
  position: relative;
  padding-left: 1.125em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.jxhg-cont4 .abt-a6v1 .ryzs-list li a::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.35rem;
  height: 0.35rem;
  background: var(--color-zt);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .jxhg-cont4 .abt-a6v1 .ryzs-list li a {
    padding: 0.25em 0;
    padding-left: 1em;
    font-size: 1.125rem;
  }
}
.jxhg-cont4 .abt-a6v1 .ryzs-list li a:hover {
  color: var(--color-zt);
  font-weight: 700;
}

.jxhg-cont5 {
  padding: 6.5625rem 0 8.5rem;
}
@media (max-width: 768px) {
  .jxhg-cont5 {
    padding: 2.5rem 0;
  }
}
.jxhg-cont5 .kyj-xa {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.75rem 3.375rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .jxhg-cont5 .kyj-xa {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.25rem;
    margin-top: 1.5rem;
  }
}
.jxhg-cont5 .kyj-xa li {
  text-align: center;
}
.jxhg-cont5 .kyj-xa li i {
  display: block;
  font-size: 0;
  width: 2.875rem;
}
@media (max-width: 768px) {
  .jxhg-cont5 .kyj-xa li i {
    width: 1.5rem;
  }
}
.jxhg-cont5 .kyj-xa li i img {
  width: 100%;
}
@media (max-width: 768px) {
  .jxhg-cont5 .kyj-xa li .pa-ct {
    width: -webkit-calc(95% - 3rem);
    width: -moz-calc(95% - 3rem);
    width: calc(95% - 3rem);
  }
}
.jxhg-cont5 .kyj-xa li .pa-ct .tit {
  color: rgba(108, 107, 108, 0.7);
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .jxhg-cont5 .kyj-xa li .pa-ct .tit {
    font-size: 0.875rem;
  }
}
.jxhg-cont5 .kyj-xa li .pa-ct .txt {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .jxhg-cont5 .kyj-xa li .pa-ct .txt {
    font-size: 0.75rem;
  }
}

.jxhg-a5v1 {
  gap: 1.5rem;
}

.jxhg-cont6 {
  background: #F3F3F3;
  padding: 5.625rem 0 8.75rem;
}
@media (max-width: 768px) {
  .jxhg-cont6 {
    padding: 2.5rem 0;
  }
}
.jxhg-cont6 .jxhg-list1 {
  margin-top: 2.8125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .jxhg-cont6 .jxhg-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.8125rem;
  }
}
.jxhg-cont6 .jxhg-list1 li {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.25rem 11% 3.625rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .jxhg-cont6 .jxhg-list1 li {
    padding: 2rem 8% 2.5rem;
  }
}
.jxhg-cont6 .jxhg-list1 li i {
  display: block;
  font-size: 0;
  width: 2.375rem;
}
@media (max-width: 768px) {
  .jxhg-cont6 .jxhg-list1 li i {
    width: 2rem;
  }
}
.jxhg-cont6 .jxhg-list1 li i img {
  width: 100%;
}
.jxhg-cont6 .jxhg-list1 li .p {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 1.5rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .jxhg-cont6 .jxhg-list1 li .p {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.jxhg-cont6 .jxhg-list1 li .p strong {
  color: var(--color-zt);
}
.jxhg-cont6 .jxhg-list1 li:hover {
  background: var(--color-zt);
}
.jxhg-cont6 .jxhg-list1 li:hover .p {
  color: #fff;
}
.jxhg-cont6 .jxhg-list1 li:hover .p strong {
  color: #fff;
}

.jxhg-cont7 {
  background: #F3F3F3;
  padding: 6.25rem 0 5.3125rem;
  margin-top: 8.875rem;
}
@media (max-width: 768px) {
  .jxhg-cont7 {
    padding: 2.5rem 0;
    margin-top: 2.5rem;
  }
}
.jxhg-cont7 .mySwiper6 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .jxhg-cont7 .mySwiper6 {
    margin-top: 1.5rem;
  }
}
.jxhg-cont7 .mySwiper6 .swiper-slide {
  border-bottom: 1px solid #D9D9D9;
}
.jxhg-cont7 .mySwiper6 .swiper-slide a.a-block {
  display: block;
}
.jxhg-cont7 .mySwiper6 .swiper-slide a.a-block i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jxhg-cont7 .mySwiper6 .swiper-slide a.a-block i {
    border-radius: 1rem;
  }
}
.jxhg-cont7 .mySwiper6 .swiper-slide a.a-block i img {
  width: 100%;
  aspect-ratio: 440/313;
  -o-object-fit: cover;
     object-fit: cover;
}
.jxhg-cont7 .mySwiper6 .swiper-slide a.a-block .wenata {
  text-align: center;
  padding: 1rem 0 1.25rem;
}
@media (max-width: 768px) {
  .jxhg-cont7 .mySwiper6 .swiper-slide a.a-block .wenata {
    padding: 0.85rem 0 1rem;
  }
}
.jxhg-cont7 .mySwiper6 .swiper-slide a.a-block .wenata .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .jxhg-cont7 .mySwiper6 .swiper-slide a.a-block .wenata .tit {
    font-size: 1.35rem;
  }
}
.jxhg-cont7 .mySwiper6 .swiper-slide a.a-block .wenata .p {
  color: #333333;
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .jxhg-cont7 .mySwiper6 .swiper-slide a.a-block .wenata .p {
    font-size: 1.125rem;
  }
}
.jxhg-cont7 .mySwiper6 .swiper-pagination1 {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .jxhg-cont7 .mySwiper6 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.jxhg-cont8 {
  padding: 6.875rem 0 2.625rem;
}
@media (max-width: 768px) {
  .jxhg-cont8 {
    padding: 2.5rem 0 1.25rem;
  }
}
.jxhg-cont8 .jxhg-a8v1 .ash1-axt1 {
  gap: 2rem;
}
@media (max-width: 768px) {
  .jxhg-cont8 .jxhg-a8v1 .ash1-axt1 {
    width: 100%;
    margin-top: 1.25rem;
    gap: 1.5rem;
  }
}
.jxhg-cont8 .jxhg-a8v1 .ash1-axt1 li {
  color: #333333;
  font-size: 1.375rem;
  line-height: 1.5em;
  padding: 0.5em 0;
  cursor: pointer;
  position: relative;
}
.jxhg-cont8 .jxhg-a8v1 .ash1-axt1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.125rem;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.jxhg-cont8 .jxhg-a8v1 .ash1-axt1 li.on {
  color: var(--color-zt);
}
.jxhg-cont8 .jxhg-a8v1 .ash1-axt1 li.on::after {
  width: 100%;
}
.jxhg-cont8 .ash1-axt2 {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .jxhg-cont8 .ash1-axt2 {
    margin-top: 1.75rem;
  }
}
.jxhg-cont8 .ash1-axt2 li .mySwiper7 {
  padding: 0 1px;
}
.jxhg-cont8 .ash1-axt2 li .mySwiper7 .swiper-slide a.img {
  display: block;
  font-size: 0;
  border: 1px solid #D9D9D9;
}
.jxhg-cont8 .ash1-axt2 li .mySwiper7 .swiper-slide a.img + a.img {
  margin-top: 1.35rem;
}
.jxhg-cont8 .ash1-axt2 li .mySwiper7 .swiper-slide a.img img {
  width: 100%;
}
.jxhg-cont8 .ash1-axt2 li .mySwiper7 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .jxhg-cont8 .ash1-axt2 li .mySwiper7 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.sl-cont1 {
  padding: 1rem 0 7.1875rem;
}
@media (max-width: 768px) {
  .sl-cont1 {
    padding: 1rem 0 2.5rem;
  }
}
.sl-cont1 .sl-a1v1 {
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .sl-cont1 .sl-a1v1 {
    padding: 0 var(--cbasta);
  }
}
.sl-cont1 .sl-a1v1 .sl-a1b1 {
  width: 36.5662650602%;
}
@media (max-width: 768px) {
  .sl-cont1 .sl-a1v1 .sl-a1b1 {
    width: 100%;
  }
}
.sl-cont1 .sl-a1v1 .sl-a1b1 .cont-pax {
  margin-top: 2.85rem;
}
@media (max-width: 768px) {
  .sl-cont1 .sl-a1v1 .sl-a1b1 .cont-pax {
    margin-top: 1.5rem;
  }
}
.sl-cont1 .sl-a1v1 .sl-a1b1 .cont-pax .tit {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sl-cont1 .sl-a1v1 .sl-a1b1 .cont-pax .tit {
    font-size: 1.35rem;
  }
}
.sl-cont1 .sl-a1v1 .sl-a1b1 .cont-pax .txt {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .sl-cont1 .sl-a1v1 .sl-a1b1 .cont-pax .txt {
    font-size: 1.125rem;
  }
}
.sl-cont1 .sl-a1v1 .sl-a1b1 .cont-pax .txt strong {
  color: var(--color-zt);
}
.sl-cont1 .sl-a1v1 .sl-a1b1 .cont-pax .more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .sl-cont1 .sl-a1v1 .sl-a1b1 .cont-pax .more-b {
    margin-top: 1.125rem;
  }
}
.sl-cont1 .sl-a1v1 .sl-a1b2 {
  width: 57.8313253012%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .sl-cont1 .sl-a1v1 .sl-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.sl-cont1 .sl-a1v1 .sl-a1b2::after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: 8%;
  width: 100%;
  height: 6.5625rem;
  background: var(--color-zt);
  z-index: -1;
}
.sl-cont1 .sl-a1v1 .sl-a1b2 .img {
  overflow: hidden;
}
.sl-cont1 .sl-a1v1 .sl-a1b2 .img img {
  width: 100%;
  aspect-ratio: 960/620;
  -o-object-fit: cover;
     object-fit: cover;
}

.wh2 {
  padding: 0 9.375%;
}
@media (max-width: 990px) {
  .wh2 {
    padding: 0 4%;
  }
}

.sl-cont2 {
  background: #F8F8F8;
  padding: 5.25rem 0;
}
@media (max-width: 768px) {
  .sl-cont2 {
    padding: 2.5rem 0;
  }
}
.sl-cont2 .sl-a2_list1 li {
  position: relative;
  padding: 2.5rem 4.6006389776%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .sl-cont2 .sl-a2_list1 li {
    padding: 2rem 0;
  }
}
.sl-cont2 .sl-a2_list1 li .weha-a {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27.0287539936%;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sl-cont2 .sl-a2_list1 li .weha-a {
    opacity: 1;
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    padding-left: -webkit-calc(3% + 2.85rem);
    padding-left: -moz-calc(3% + 2.85rem);
    padding-left: calc(3% + 2.85rem);
    margin-top: 1rem;
  }
}
.sl-cont2 .sl-a2_list1 li u {
  display: block;
  font-size: 0;
  border-radius: 2.5rem;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 768px) {
  .sl-cont2 .sl-a2_list1 li u {
    border-radius: 1.5rem;
  }
}
.sl-cont2 .sl-a2_list1 li u img {
  width: 100%;
  aspect-ratio: 423/526;
  -o-object-fit: cover;
     object-fit: cover;
}
.sl-cont2 .sl-a2_list1 li i {
  width: 3.375rem;
}
@media (max-width: 768px) {
  .sl-cont2 .sl-a2_list1 li i {
    width: 2.85rem;
  }
}
.sl-cont2 .sl-a2_list1 li i img {
  width: 100%;
}
.sl-cont2 .sl-a2_list1 li .cont-p {
  width: -webkit-calc(97% - 3.375rem);
  width: -moz-calc(97% - 3.375rem);
  width: calc(97% - 3.375rem);
  color: #5E5E5E;
  padding-right: 50%;
}
@media (max-width: 768px) {
  .sl-cont2 .sl-a2_list1 li .cont-p {
    padding-right: 0;
    width: -webkit-calc(97% - 2.85rem);
    width: -moz-calc(97% - 2.85rem);
    width: calc(97% - 2.85rem);
  }
}
.sl-cont2 .sl-a2_list1 li .cont-p .tit {
  font-size: 1.5rem;
  line-height: 1.35em;
  margin-top: 0.5rem;
}
.sl-cont2 .sl-a2_list1 li .cont-p .txt {
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 0.75rem;
  display: none;
}
@media (max-width: 768px) {
  .sl-cont2 .sl-a2_list1 li .cont-p .txt {
    display: block;
  }
}
@media (min-width: 767px) {
  .sl-cont2 .sl-a2_list1 li:hover {
    background: var(--color-zt);
    border-radius: 2.5rem;
  }
  .sl-cont2 .sl-a2_list1 li:hover .weha-a {
    opacity: 1;
  }
  .sl-cont2 .sl-a2_list1 li:hover .weha-a u {
    rotate: -10deg;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  .sl-cont2 .sl-a2_list1 li:hover .weha-a u {
    rotate: inherit;
  }
}
@media (min-width: 767px) {
  .sl-cont2 .sl-a2_list1 li:hover i img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .sl-cont2 .sl-a2_list1 li:hover .cont-p {
    color: #fff;
  }
  .sl-cont2 .sl-a2_list1 li:hover .cont-p .txt {
    display: block;
  }
}

.sl-cont3 {
  padding: 6.125rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .sl-cont3 {
    padding: 2.5rem 0;
  }
}
.sl-cont3 .sl-a3cv1 {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv1 {
    margin-top: 1.75rem;
  }
}
.sl-cont3 .sl-a3cv1 .tit {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv1 .tit {
    font-size: 1.45rem;
  }
}
.sl-cont3 .sl-a3cv1 .p1 {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv1 .p1 {
    font-size: 1.125rem;
  }
}
.sl-cont3 .sl-a3cv1 .p1 strong {
  color: var(--color-zt);
}
.sl-cont3 .sl-a3cv2 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv2 {
    margin-top: 2rem;
  }
}
.sl-cont3 .sl-a3cv2 li {
  padding: 5.125rem;
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(50px);
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv2 li {
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.1);
    top: 90px;
    position: static;
  }
}
.sl-cont3 .sl-a3cv2 li + li {
  margin-top: 2rem;
}
.sl-cont3 .sl-a3cv2 li .cont-p {
  width: 36.9166666667%;
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv2 li .cont-p {
    width: 100%;
  }
}
.sl-cont3 .sl-a3cv2 li .cont-p i {
  display: block;
  width: 4.625rem;
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv2 li .cont-p i {
    width: 3.25rem;
  }
}
.sl-cont3 .sl-a3cv2 li .cont-p i img {
  width: 100%;
}
.sl-cont3 .sl-a3cv2 li .cont-p .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  padding: 0.75rem 0;
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv2 li .cont-p .tit {
    font-size: 1.35rem;
    padding: 0.75rem 0 0.5rem;
  }
}
.sl-cont3 .sl-a3cv2 li .cont-p .txt {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.65em;
  text-align: justify;
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv2 li .cont-p .txt {
    font-size: 1rem;
  }
}
.sl-cont3 .sl-a3cv2 li .img {
  width: 57.5%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sl-cont3 .sl-a3cv2 li .img {
    width: 100%;
    border-radius: 1.25rem;
    margin-top: 1rem;
  }
}
.sl-cont3 .sl-a3cv2 li .img img {
  width: 100%;
}

.sl-cont4 {
  padding: 4.6875rem 0 2.625rem;
}
@media (max-width: 768px) {
  .sl-cont4 {
    padding: 1.5rem 0;
  }
}
.sl-cont4 .sl-a4v1 {
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .sl-cont4 .sl-a4v1 {
    padding: 0 var(--cbasta);
  }
}
.sl-cont4 .sl-a4v1 .sl-a4b1 {
  width: 30.6024096386%;
}
@media (max-width: 768px) {
  .sl-cont4 .sl-a4v1 .sl-a4b1 {
    width: 100%;
  }
}
.sl-cont4 .sl-a4v1 .sl-a4b1 .sl-a3cv1 {
  margin-top: 1.25rem;
}
.sl-cont4 .sl-a4v1 .sl-a4b1 .sl-a3cv1 .tit {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sl-cont4 .sl-a4v1 .sl-a4b1 .sl-a3cv1 .tit {
    font-size: 1.35rem;
  }
}
.sl-cont4 .sl-a4v1 .sl-a4b1 .sl-a3cv1 .p1 {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .sl-cont4 .sl-a4v1 .sl-a4b1 .sl-a3cv1 .p1 {
    font-size: 1.125rem;
  }
}
.sl-cont4 .sl-a4v1 .sl-a4b1 .sl-a3cv1 .p1 strong {
  color: var(--color-zt);
}
.sl-cont4 .sl-a4v1 .sl-a4b1 .more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .sl-cont4 .sl-a4v1 .sl-a4b1 .more-b {
    margin-top: 1rem;
  }
}
.sl-cont4 .sl-a4v1 .sl-a4b2 {
  width: 62.9518072289%;
}
@media (max-width: 768px) {
  .sl-cont4 .sl-a4v1 .sl-a4b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide {
  position: relative;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.75);
     -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide i {
  display: block;
  font-size: 0;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide i {
    border-radius: 1.125rem;
  }
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide i img {
  width: 100%;
  aspect-ratio: 407/612;
  -o-object-fit: cover;
     object-fit: cover;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide .cont-pax {
  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;
  text-align: center;
  color: #fff;
  padding: 0 8%;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide .cont-pax u {
  display: block;
  font-size: 0;
  width: 4rem;
  margin: 0 auto;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide .cont-pax u img {
  width: 100%;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide .cont-pax .tit {
  color: #191919;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 1.125rem;
  font-weight: 500;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide .cont-pax .txt {
  display: none;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.65rem;
  text-align: left;
  text-align: justify;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide a.more-ax {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 2.5rem;
  z-index: 1;
  display: none;
  width: 3.5rem;
}
@media (max-width: 1280px) {
  .sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide a.more-ax {
    width: 2.5rem;
  }
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide a.more-ax img {
  width: 100%;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide.swiper-slide-active i::after {
  display: none;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide.swiper-slide-active .cont-pax u img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide.swiper-slide-active .cont-pax .tit {
  color: #fff;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide.swiper-slide-active .cont-pax .txt {
  display: block;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide.swiper-slide-active a.more-ax {
  display: block;
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-slide.swiper-slide-next {
  -webkit-transform: translateX(6%) scale(0.85);
     -moz-transform: translateX(6%) scale(0.85);
      -ms-transform: translateX(6%) scale(0.85);
       -o-transform: translateX(6%) scale(0.85);
          transform: translateX(6%) scale(0.85);
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-pagination1 {
  width: 30%;
  text-align: right;
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-pagination1 {
    width: 100%;
  }
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-pagination1 span::before {
  content: "0";
}
.sl-cont4 .sl-a4v1 .sl-a4b2 .mySwiper8 .swiper-pagination1 span.swiper-pagination-current {
  color: var(--color-zt);
}

.hbxcl-cont1 {
  padding: 0.65rem 0 2.5rem;
}
@media (max-width: 768px) {
  .hbxcl-cont1 {
    padding: 0.65rem 0 1.5rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v1 .hbxcl-a1b1 {
  width: 37.2142857143%;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v1 .hbxcl-a1b1 {
    width: 100%;
  }
}
.hbxcl-cont1 .hbxcl-a1v1 .hbxcl-a1b1 .p1 {
  margin-top: 1rem;
  line-height: 1.6em;
}
.hbxcl-cont1 .hbxcl-a1v1 .hbxcl-a1b2 {
  width: 53%;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v1 .hbxcl-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v1 .hbxcl-a1b2 .img {
  display: block;
  font-size: 0;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v1 .hbxcl-a1b2 .img {
    border-radius: 1.25rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v1 .hbxcl-a1b2 img {
  width: 100%;
}
.hbxcl-cont1 .hbxcl-a1v2 {
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 {
    margin-top: 1.75rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 {
  width: 11.4285714286%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 {
    width: 100%;
    border-right: none;
    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;
    gap: 0.96rem 0;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li {
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li {
    width: 33.333%;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li::after {
  content: "";
  position: absolute;
  right: -0.1875rem;
  top: 0;
  width: 0.375rem;
  height: 100%;
  background: var(--color-zt);
  opacity: 0;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li::after {
    display: none;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li + li {
  margin-top: 1.85rem;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li + li {
    margin-top: 0;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li .tit {
  color: #6C6B6C;
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li .tit {
    font-size: 1.35rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li.on::after {
  opacity: 1;
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c1 li.on .tit {
  color: var(--color-zt);
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 {
  width: 84.7142857143%;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li {
  background: #F3F3F3;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 1.5rem 6.65%;
  height: 24.5rem;
  display: none;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li {
    height: auto;
    border-radius: 1.25rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li .weh-ax {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li .weh-ax i {
  display: block;
  font-size: 0;
  width: 4.125rem;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li .weh-ax i {
    width: 3.75rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li .weh-ax i img {
  width: 100%;
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li .weh-ax .tit {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li .weh-ax .tit {
    font-size: 1.35rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li .weh-ax .p1 {
  width: 100%;
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li .weh-ax .p1 {
    margin-top: 0.35rem;
  }
}
.hbxcl-cont1 .hbxcl-a1v2 .hbxcl-a1v2c2 li .weh-ax .p1 p + p {
  margin-top: 0.65rem;
}

.hbxcl-cont2 {
  padding: 2.5rem 0 0;
}
@media (max-width: 768px) {
  .hbxcl-cont2 {
    padding-top: 0.85rem;
  }
}
.hbxcl-cont2 .hbxcl-a2v1 .imgaxa1 {
  width: 86.5714285714%;
  margin: 3rem auto 0;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v1 .imgaxa1 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.hbxcl-cont2 .hbxcl-a2v1 .imgaxa1 img {
  width: 100%;
}
.hbxcl-cont2 .hbxcl-a2v1 .hbxcl-a2_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.625rem;
  margin-top: 5.625rem;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v1 .hbxcl-a2_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.35rem;
    margin-top: 1.625rem;
  }
}
.hbxcl-cont2 .hbxcl-a2v1 .hbxcl-a2_list1 li i {
  display: block;
  font-size: 0;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v1 .hbxcl-a2_list1 li i {
    border-radius: 1.25rem;
  }
}
.hbxcl-cont2 .hbxcl-a2v1 .hbxcl-a2_list1 li i img {
  width: 100%;
}
.hbxcl-cont2 .hbxcl-a2v1 .hbxcl-a2_list1 li .tit {
  text-align: center;
  color: #333333;
  font-size: 1.6875rem;
  line-height: 1.5em;
  font-weight: 500;
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v1 .hbxcl-a2_list1 li .tit {
    font-size: 1.25rem;
    padding: 0.75rem 0;
  }
}
.hbxcl-cont2 .hbxcl-a2v1 .p1-txt {
  color: #6C6B6C;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.65em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v1 .p1-txt {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.hbxcl-cont2 .hbxcl-a2v2 {
  background: #F8F8F8;
  margin-top: 4.75rem;
  padding: 6.75rem 0 9.25rem;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v2 {
    margin-top: 2rem;
    padding: 2.25rem 0;
  }
}
.hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li + li {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li + li {
    margin-top: 1.5rem;
  }
}
.hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li i {
  width: 47.8571428571%;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li i {
    width: 100%;
    border-radius: 1rem;
  }
}
.hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li i img {
  width: 100%;
}
.hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li .cont-p {
  width: 47.8571428571%;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li .cont-p .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li .cont-p .p {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 0.75em;
  text-align: justify;
}
.hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li .cont-p .p p {
  margin-top: 0.5em;
}
.hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li:nth-child(2n) i {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .hbxcl-cont2 .hbxcl-a2v2 .hbxcl-a2_list1 li:nth-child(2n) i {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.hbxcl-cont3 {
  padding: 5.4375rem 0 4.1875rem;
}
@media (max-width: 768px) {
  .hbxcl-cont3 {
    padding: 2.5rem 0 1.5rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v1 {
  padding-right: var(--cbasta);
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v1 {
    margin-top: 1.5rem;
    padding: 0 var(--cbasta);
  }
}
.hbxcl-cont3 .hbxcl-a3v1 .img {
  width: 53.9759036145%;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v1 .img {
    width: 100%;
    border-radius: 1.25rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v1 .img img {
  width: 100%;
}
.hbxcl-cont3 .hbxcl-a3v1 .cont-p {
  width: 40.3614457831%;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v1 .cont-p {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v1 .cont-p .tit {
  color: #333333;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v1 .cont-p .tit {
    font-size: 1.35rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v1 .cont-p .txt {
  color: #6C6B6C;
  font-size: 1.5rem;
  line-height: 1.65em;
  margin-top: 0.5em;
  text-align: justify;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v1 .cont-p .txt {
    font-size: 1.125rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v2 {
  margin-top: 4.625rem;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v2 {
    margin-top: 1.5rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 {
  margin-left: 4.6875%;
  padding-right: -webkit-calc(var(--cbasta) + 8%);
  padding-right: -moz-calc(var(--cbasta) + 8%);
  padding-right: calc(var(--cbasta) + 8%);
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 {
    margin-left: 0;
    padding: 0 var(--cbasta);
  }
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-wrapper {
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-wrapper .swiper-slide {
  height: auto;
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide {
  background: #F3F3F3;
  border-radius: 2.5rem;
  padding: 4.375rem 4.65%;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide {
    padding: 2.5rem 8%;
    border-radius: 1.25rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide i {
  display: block;
  font-size: 0;
  width: 3.875rem;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide i {
    width: 3.25rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide i img {
  width: 100%;
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide .tit {
    font-size: 1.35rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide .p1 {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 0.25rem;
  text-align: justify;
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide .p1 p {
  margin-top: 0.5em;
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide:hover {
  background: var(--color-zt);
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide:hover i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide:hover .tit, .hbxcl-cont3 .hbxcl-a3v2 .mySwiper9 .swiper-slide:hover .p1 {
  color: #fff;
}
.hbxcl-cont3 .hbxcl-a3v2 .swiper-pagination {
  position: relative;
  width: 100%;
  height: 0.1875rem;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .hbxcl-cont3 .hbxcl-a3v2 .swiper-pagination {
    margin-top: 1.5rem;
  }
}
.hbxcl-cont3 .hbxcl-a3v2 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--color-zt);
}

.tzzgx-cont1 {
  padding: 4.5rem 0 5.4375rem;
}
@media (max-width: 768px) {
  .tzzgx-cont1 {
    padding: 1rem 0 1.5rem;
  }
}
.tzzgx-cont1 .tzzgx-a1b1 {
  width: 54.2857142857%;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1b1 {
    width: 100%;
  }
}
.tzzgx-cont1 .tzzgx-a1b1 .tit {
  color: #333333;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1b1 .tit {
    font-size: 1.75rem;
  }
}
.tzzgx-cont1 .tzzgx-a1b1 .ftit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 500;
  margin-top: 1.5rem;
  display: block;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1b1 .ftit {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.tzzgx-cont1 .tzzgx-a1b1 .p1 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1b1 .p1 {
    margin-top: 0.5rem;
  }
}
.tzzgx-cont1 .tzzgx-a1b1 .p2 {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-top: 2.5rem;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1b1 .p2 {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
.tzzgx-cont1 .tzzgx-a1b1 .p2 .data {
  color: var(--color-zt);
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1b1 .p2 .data {
    font-size: 1.25rem;
  }
}
.tzzgx-cont1 .tzzgx-a1b1 .p2 .data b {
  font-weight: 600;
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1b1 .p2 .data b {
    font-size: 3rem;
  }
}
.tzzgx-cont1 .tzzgx-a1b1 .p2 .data.green {
  color: #22ac38;
}
.tzzgx-cont1 .tzzgx-a1b2 {
  width: 33.5714285714%;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1b2 {
    width: 100%;
  }
}
.tzzgx-cont1 .tzzgx-a1b2 li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.25em;
  padding: 1.35rem 0;
}
@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1b2 li {
    font-size: 1.125rem;
    padding: 1.125rem 0;
  }
}
.tzzgx-cont1 .tzzgx-a1b2 li + li {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.tzzgx-cont2 {
  background: #FAFAFA;
  padding: 4.75rem 0 8.4375rem;
}
@media (max-width: 768px) {
  .tzzgx-cont2 {
    padding: 2.5rem 0;
  }
}
.tzzgx-cont2 .zxgg_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont2 .zxgg_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.tzzgx-cont2 .zxgg_list li a {
  display: block;
  height: 100%;
  background: #FFFFFF;
  border-radius: 1.875rem;
  padding: 2.375rem 8% 2.625rem;
}
@media (max-width: 768px) {
  .tzzgx-cont2 .zxgg_list li a {
    padding: 2rem 9%;
    border-radius: 1.25rem;
  }
}
.tzzgx-cont2 .zxgg_list li a span {
  display: block;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.tzzgx-cont2 .zxgg_list li a .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.45em;
  margin: 0.65em 0;
}
@media (max-width: 768px) {
  .tzzgx-cont2 .zxgg_list li a .tit {
    font-size: 1.35rem;
  }
}
.tzzgx-cont2 .zxgg_list li a .more-xa {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #9D9D9D;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: #9D9D9D;
  font-size: 0.875rem;
  line-height: 1.125em;
  text-align: center;
  margin-top: 1.5rem;
}
.tzzgx-cont2 .zxgg_list li a .more-xa i {
  font-size: 1rem;
  display: block;
  margin: 0 auto;
}
.tzzgx-cont2 .zxgg_list li a .more-xa p {
  width: 100%;
}
.tzzgx-cont2 .zxgg_list li a:hover {
  background: var(--color-zt);
}
.tzzgx-cont2 .zxgg_list li a:hover span {
  color: #fff;
}
.tzzgx-cont2 .zxgg_list li a:hover .tit {
  color: #fff;
}
.tzzgx-cont2 .zxgg_list li a:hover .more-xa {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: var(--color-zt);
}

.tzzgx-cont3 {
  padding: 7.1875rem 0 6.5625rem;
}
@media (max-width: 768px) {
  .tzzgx-cont3 {
    padding: 2.5rem 0;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 {
  width: 50%;
  padding-right: 2.125rem;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 {
    width: 100%;
    padding-right: 0;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .p1 {
  margin-top: 1rem;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 {
    margin-top: 1.5rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li + li {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li + li {
    margin-top: 1.5rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li a .data {
  width: 6.875rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #AAAAAA;
  font-size: 1.0625rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li a .data {
    font-size: 1rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li a .data b {
  font-size: 3.625rem;
  display: block;
  line-height: 1em;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li a .data b {
    font-size: 2.25rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li a .tit {
  width: -webkit-calc(100% - 6.875rem);
  width: -moz-calc(100% - 6.875rem);
  width: calc(100% - 6.875rem);
  padding-left: 1.5em;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #333333;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li a .tit {
    padding-left: 1em;
    font-size: 1.125rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li a:hover .data {
  color: var(--color-zt);
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b1 .xara_list1 li a:hover .tit {
  color: var(--color-zt);
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 {
  width: 50%;
  padding-left: 2.125rem;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 1.75rem;
    padding-top: 1.75rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .xara_list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .xara_list2 {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .xara_list2 li a.img {
  display: block;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .xara_list2 li a.img img {
  width: 100%;
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .xara_list2 li a.img .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .xara_list2 li a.img .tit {
    font-size: 1.125rem;
  }
}
.tzzgx-cont3 .tzzgx-a3v1 .tzzgx-a3b2 .xara_list2 li a.img:hover .tit {
  color: var(--color-zt);
}

.tzzgx-cont4 {
  padding: 5.9375rem 0 2.8125rem;
  background: url(../images/bj1.png) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .tzzgx-cont4 {
    padding: 2.5rem 0 1rem;
  }
}
.tzzgx-cont4 .tzzgx-a4v1 {
  margin-top: 1rem;
}
.tzzgx-cont4 .tzzgx-a4v1 .tzz_list1 {
  width: 70%;
}
@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4v1 .tzz_list1 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.tzzgx-cont4 .tzzgx-a4v1 .tzz_list1 li {
  color: #464646;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4v1 .tzz_list1 li {
    font-size: 1.125rem;
    width: 100%;
    line-height: 1.75em;
  }
  .tzzgx-cont4 .tzzgx-a4v1 .tzz_list1 li .tit {
    width: -webkit-calc(100% - 2rem);
    width: -moz-calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
.tzzgx-cont4 .tzzgx-a4v1 .tzz_list1 li i {
  display: block;
  width: 2rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4v1 .tzz_list1 li i {
    width: 1.5rem;
  }
}
.tzzgx-cont4 .tzzgx-a4v1 .tzz_list1 li i img {
  width: 100%;
}
.tzzgx-cont4 .tzzgx-a4v1 .more-b i {
  font-size: 1rem;
}
.tzzgx-cont4 form .msg-a1 .inpt {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .msg-a1 .inpt {
    width: 100%;
  }
}
.tzzgx-cont4 form .inpt {
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .inpt {
    margin-top: 1rem;
  }
}
.tzzgx-cont4 form .inpt input {
  width: 100%;
  font-size: 1rem;
  line-height: 3.6875rem;
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .inpt input {
    line-height: 3.25rem;
  }
}
.tzzgx-cont4 form .inpt textarea {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 1rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.85rem 1.5rem;
}
.tzzgx-cont4 form .inpt .m_label {
  position: absolute;
  left: 0;
  top: 0;
  color: #787777;
  font-size: 1rem;
  line-height: 3.6875rem;
  padding: 0 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .inpt .m_label {
    line-height: 3.25rem;
  }
}
.tzzgx-cont4 form .inpt .m_label span {
  color: var(--color-zt);
}
.tzzgx-cont4 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .div_aghgha {
    margin-top: 1rem;
    gap: 1rem;
  }
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont label {
  color: #868686;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont label {
    width: -webkit-calc(100% - 1.625rem);
    width: -moz-calc(100% - 1.625rem);
    width: calc(100% - 1.625rem);
  }
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont label a {
  color: var(--color-zt);
}
.tzzgx-cont4 form .div_aghgha .msg-a4 .yszc-cont label a:hover {
  color: var(--color-zt);
}
.tzzgx-cont4 form .div_aghgha button {
  border: 1px solid var(--color-zt);
  background: var(--color-zt);
  color: #fff;
  margin: 1rem auto 0;
}
.tzzgx-cont4 form .div_aghgha button::after {
  background: #fff;
}
.tzzgx-cont4 form .div_aghgha button:hover {
  color: var(--color-zt);
}
.tzzgx-cont4 form .div_aghgha button:hover * {
  color: var(--color-zt);
}

.dow-content1 .zxdow-list {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .dow-content1 .zxdow-list {
    margin-top: 1rem;
  }
}
.dow-content1 .zxdow-list li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .dow-content1 .zxdow-list li {
    margin-top: 1.5rem;
  }
}
.dow-content1 .zxdow-list li a.cont-p {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.04);
  padding: 2.25rem 4%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .dow-content1 .zxdow-list li a.cont-p {
    border-radius: 1rem;
    padding: 1.85rem 7%;
  }
}
.dow-content1 .zxdow-list li a.cont-p .ash-axd {
  width: -webkit-calc(90% - 3.75rem);
  width: -moz-calc(90% - 3.75rem);
  width: calc(90% - 3.75rem);
}
@media (max-width: 768px) {
  .dow-content1 .zxdow-list li a.cont-p .ash-axd {
    width: 100%;
  }
}
.dow-content1 .zxdow-list li a.cont-p .data {
  color: var(--color-zt);
  font-size: 1rem;
  line-height: 1.65em;
}
.dow-content1 .zxdow-list li a.cont-p .data i {
  font-size: 1.25rem;
  margin-right: 0.35rem;
}
.dow-content1 .zxdow-list li a.cont-p .tit {
  color: #444444;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .dow-content1 .zxdow-list li a.cont-p .tit {
    font-size: 1.35rem;
    margin-top: 0.75rem;
  }
}
.dow-content1 .zxdow-list li a.cont-p .more-xa {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid var(--color-zt);
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: var(--color-zt);
  font-size: 0.875rem;
  line-height: 1.125em;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .dow-content1 .zxdow-list li a.cont-p .more-xa {
    margin-top: 0.75rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.dow-content1 .zxdow-list li a.cont-p .more-xa p {
  width: 100%;
}
.dow-content1 .zxdow-list li a.cont-p .more-xa i {
  font-size: 1rem;
  display: block;
  margin: 0 auto;
}
.dow-content1 .zxdow-list li a.cont-p:hover {
  background: var(--color-zt);
}
.dow-content1 .zxdow-list li a.cont-p:hover .data {
  color: #fff;
}
.dow-content1 .zxdow-list li a.cont-p:hover .tit {
  color: #fff;
}
.dow-content1 .zxdow-list li a.cont-p:hover .more-xa {
  border-color: #fff;
  color: #fff;
}
.dow-content1 .tzzgx-a2_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .dow-content1 .tzzgx-a2_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.dow-content1 .tzzgx-a2_list1 li {
  padding: 0 3.25rem 3.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .dow-content1 .tzzgx-a2_list1 li {
    padding: 0 2rem 2rem;
  }
}
.dow-content1 .tzzgx-a2_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76%;
  background: #F7F7F7;
  border-radius: 1.875rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .dow-content1 .tzzgx-a2_list1 li::after {
    height: 80%;
    border-radius: 1rem;
  }
}
.dow-content1 .tzzgx-a2_list1 li .img {
  width: 39.3103448276%;
  box-shadow: 0px 0px 0.6rem 0px rgba(0, 0, 0, 0.1);
}
.dow-content1 .tzzgx-a2_list1 li .img img {
  width: 100%;
}
.dow-content1 .tzzgx-a2_list1 li .cont-p {
  width: 50%;
}
.dow-content1 .tzzgx-a2_list1 li .cont-p .tit {
  color: #444444;
  font-size: 1.75rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .dow-content1 .tzzgx-a2_list1 li .cont-p .tit {
    font-size: 1.125rem;
  }
}
.dow-content1 .tzzgx-a2_list1 li .cont-p a.more-xa {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid var(--color-zt);
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  color: var(--color-zt);
  font-size: 0.875rem;
  line-height: 1.125em;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .dow-content1 .tzzgx-a2_list1 li .cont-p a.more-xa {
    margin-top: 0.65rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.dow-content1 .tzzgx-a2_list1 li .cont-p a.more-xa p {
  width: 100%;
}
.dow-content1 .tzzgx-a2_list1 li .cont-p a.more-xa i {
  font-size: 1rem;
  display: block;
  margin: 0 auto;
}
.dow-content1 .tzzgx-a2_list1 li:hover::after {
  background: var(--color-zt);
}
.dow-content1 .tzzgx-a2_list1 li:hover .cont-p .tit {
  color: #fff;
}
.dow-content1 .tzzgx-a2_list1 li:hover .cont-p a.more-xa {
  color: #fff;
  border-color: #fff;
}

.job-cont1 {
  padding: 2rem 0 7.875rem;
  position: relative;
}
@media (max-width: 768px) {
  .job-cont1 {
    padding: 1rem 0 2rem;
  }
}
.job-cont1 .p1-txt {
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont1 .p1-txt {
    line-height: 1.65em;
  }
}
.job-cont1 .job-a1v1 {
  position: relative;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 {
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-a1v1 > u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.job-cont1 .job-a1v1 > u img {
  width: 100%;
}
.job-cont1 .job-a1v1 .job-a1b1 {
  width: 37.4057315234%;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b1 {
    width: 100%;
  }
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 {
  border-radius: 1.875rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 {
    border-radius: 1rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-slide {
  padding: 5.875rem 13% 8.75rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-slide {
    padding: 2rem 10% 4rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-slide i {
  width: 7.125rem;
  height: 7.125rem;
  background: var(--color-zt);
  margin: 0 auto;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-slide i {
    width: 6.125rem;
    height: 6.125rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-slide i img {
  width: 50%;
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-slide .tit {
  color: #000000;
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 500;
  text-align: center;
  margin-top: 1.85rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-slide .tit {
    margin-top: 1.25rem;
    font-size: 1.5rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-slide .txt {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-slide .txt {
    margin-top: 0.65rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-pagination1 {
  position: absolute;
  right: 0%;
  bottom: 2rem;
  width: 100%;
  padding-right: 13%;
  text-align: right;
  z-index: 1;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-pagination1 {
    bottom: 1rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-pagination1 span {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-pagination1 span.swiper-pagination-current {
  color: var(--color-zt);
}
.job-cont1 .job-a1v1 .job-a1b1 .mySwiper10 .swiper-pagination1 span::before {
  content: "0";
}
.job-cont1 .job-a1v1 .job-a1b2 {
  width: 48.2654600302%;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b2 li {
  width: 30.78125%;
}
.job-cont1 .job-a1v1 .job-a1b2 li:nth-child(1) {
  margin-top: 10%;
}
.job-cont1 .job-a1v1 .job-a1b2 li:nth-child(3) {
  margin-top: 30%;
}
.job-cont1 .job-a1v1 .job-a1b2 li .img {
  border-radius: 1.25rem;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .job-cont1 .job-a1v1 .job-a1b2 li .img {
    border-radius: 1rem;
  }
}
.job-cont1 .job-a1v1 .job-a1b2 li .img + .img {
  margin-top: 1.65rem;
}
.job-cont1 .job-a1v1 .job-a1b2 li .img img {
  width: 100%;
}

.job-cont2 {
  padding: 4.25rem 0 4.0625rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 1.5rem 0;
  }
}
.job-cont2 .p1-txt {
  text-align: center;
  padding: 0 16.7142857143%;
  line-height: 1.6em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-cont2 .p1-txt {
    padding: 0;
    margin-top: 1.125rem;
  }
}
.job-cont2 .mySwiper11 {
  padding: 0 28.3854166667%;
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .job-cont2 .mySwiper11 {
    margin-top: 1.5rem;
    padding: 0 10%;
  }
}
.job-cont2 .mySwiper11 .swiper-slide i {
  display: block;
  font-size: 0;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont2 .mySwiper11 .swiper-slide i {
    border-radius: 1.25rem;
  }
}
.job-cont2 .mySwiper11 .swiper-slide i img {
  width: 100%;
}
.job-cont2 .mySwiper11 .swiper-pagination1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .job-cont2 .mySwiper11 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.job-cont3 {
  background: #FAFAFA;
  padding: 9.5rem 0 11.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .job-cont3 {
    padding: 2.5rem 0;
  }
}
.job-cont3 .paxa {
  position: absolute;
  left: 2%;
  bottom: 10rem;
  color: rgba(217, 217, 217, 0.2);
  font-size: 13.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.job-cont3 .wh {
  position: relative;
  z-index: 1;
}
.job-cont3 .wh .job-a3v1 .job-a3b1 {
  width: 45.7142857143%;
}
@media (max-width: 768px) {
  .job-cont3 .wh .job-a3v1 .job-a3b1 {
    width: 100%;
  }
}
.job-cont3 .wh .job-a3v1 .job-a3b1 .ash-axta {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
@media (max-width: 768px) {
  .job-cont3 .wh .job-a3v1 .job-a3b1 .ash-axta {
    position: static;
  }
}
.job-cont3 .wh .job-a3v1 .job-a3b1 .p1-txt {
  margin-top: 1.5rem;
  line-height: 1.6em;
}
.job-cont3 .wh .job-a3v1 .job-a3b1 .p1-txt span {
  white-space: nowrap;
}
.job-cont3 .wh .job-a3v1 .job-a3b1 .p1-txt strong {
  font-weight: 500;
  line-height: 2em;
}
.job-cont3 .wh .job-a3v1 .job-a3b2 {
  width: 47.1428571429%;
}
@media (max-width: 768px) {
  .job-cont3 .wh .job-a3v1 .job-a3b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li {
  background: #C70025;
  border-radius: 2.5rem;
  padding: 2rem 5%;
  color: #fff;
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
@media (max-width: 768px) {
  .job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li {
    position: static;
    border-radius: 1.125rem;
    padding: 2rem 5%;
  }
}
.job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li + li {
  margin-top: 1.5rem;
}
.job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li b {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1em;
}
.job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li .cont-p {
  width: -webkit-calc(96% - 1.5rem);
  width: -moz-calc(96% - 1.5rem);
  width: calc(96% - 1.5rem);
}
.job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li .cont-p i {
  display: block;
  font-size: 0;
  width: 4.9375rem;
}
@media (max-width: 768px) {
  .job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li .cont-p i {
    width: 3.65rem;
  }
}
.job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li .cont-p i img {
  width: 100%;
}
.job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li .cont-p .wenata .tit {
  font-size: 1.875rem;
  line-height: 1.25em;
  padding: 1.125rem 0 0.65rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li .cont-p .wenata .tit {
    font-size: 1.35rem;
    padding: 1rem 0 0.65rem;
  }
}
.job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li .cont-p .wenata .p {
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .job-cont3 .wh .job-a3v1 .job-a3b2 .ast-zast1 li .cont-p .wenata .p {
    font-size: 1rem;
  }
}

.job-cont4 {
  padding: 1rem 0 1rem;
}
@media (max-width: 768px) {
  .job-cont4 {
    padding: 0.5rem 0 1rem;
  }
}
.job-cont4 .job-ast1 {
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-ast1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .job-cont4 .job-ast1 form .contact {
    gap: 1rem;
  }
}
.job-cont4 .job-ast1 form .contact > div {
  width: 23.6428571429%;
}
@media (max-width: 768px) {
  .job-cont4 .job-ast1 form .contact > div {
    width: 100%;
  }
}
.job-cont4 .job-ast1 form .contact > div select {
  width: 100%;
  border: 1px solid #6C6B6C;
  color: #444444;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 3.75rem;
  padding: 0 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax1.svg) no-repeat 92% center #fff;
  -o-background-size: 1rem auto;
     background-size: 1rem auto;
}
.job-cont4 .job-ast1 form .contact > div .sskz {
  position: relative;
}
.job-cont4 .job-ast1 form .contact > div .sskz button {
  position: absolute;
  right: 0.3rem;
  top: 0.25rem;
  z-index: 1;
  border: none;
  width: 2.625rem;
  height: 2.625rem;
  background: var(--color-zt);
  border-radius: 50%;
}
.job-cont4 .job-ast1 form .contact > div .sskz button i {
  color: #fff;
  font-size: 1.25rem;
}
.job-cont4 .job-ast1 form .contact > div input {
  width: 100%;
  border: 1px solid #6C6B6C;
  color: #444444;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 3.75rem;
  padding: 0.35rem;
  text-indent: 1em;
}
.job-cont4 .job-lista {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-lista {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.job-cont4 .job-lista > p {
  grid-column: 1/4;
}
@media (max-width: 768px) {
  .job-cont4 .job-lista > p {
    grid-column: inherit;
  }
}
.job-cont4 .job-lista li {
  border-radius: 2.5rem;
  border: 1px solid #E8E8E8;
  background: #FAFAFA;
  padding: 2rem 9.5%;
}
@media (max-width: 768px) {
  .job-cont4 .job-lista li {
    border-radius: 1.25rem;
    padding: 2rem 6.5%;
  }
}
.job-cont4 .job-lista li .tit {
  color: #3C3D3D;
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 500;
}
.job-cont4 .job-lista li .ashrsx1 {
  margin-top: 0.75rem;
}
.job-cont4 .job-lista li .ashrsx1 dl {
  color: rgba(60, 61, 61, 0.7);
  font-size: 1rem;
  line-height: 1.5em;
}
.job-cont4 .job-lista li .ashrsx1 dl + dl {
  border-left: 1px solid rgba(60, 61, 61, 0.1);
  margin-left: 0.75em;
  padding-left: 0.75em;
}
.job-cont4 .job-lista li .ftit {
  color: rgba(60, 61, 61, 0.7);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.job-cont4 .job-lista li .more-b {
  margin-top: 1rem;
}

.job-cont5 {
  padding: 7.75rem 0 2.75rem;
}
@media (max-width: 768px) {
  .job-cont5 {
    padding: 2.5rem 0 1.5rem;
  }
}
.job-cont5 .job-a5v1 {
  border-radius: 1.5rem;
  overflow: hidden;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  padding: 11.5625rem 8%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 {
    margin-top: 1.25rem;
    padding: 4.25rem 8%;
    border-radius: 1rem;
  }
}
.job-cont5 .job-a5v1 .job-a5ata1 {
  color: #fff;
}
.job-cont5 .job-a5v1 .job-a5ata1 .iamsgxa {
  width: 5.75rem;
  height: 5.75rem;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 .job-a5ata1 .iamsgxa {
    width: 4.25rem;
    height: 4.25rem;
  }
}
.job-cont5 .job-a5v1 .job-a5ata1 .iamsgxa img {
  width: 50%;
}
.job-cont5 .job-a5v1 .job-a5ata1 .cont-p {
  margin-left: 2rem;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .job-cont5 .job-a5v1 .job-a5ata1 .cont-p {
    margin-left: 1.5rem;
    font-size: 1.25rem;
  }
}
.job-cont5 .job-a5v1 .job-a5ata1 .cont-p b {
  font-size: 1.5rem;
  font-weight: 600;
}

.layui-layer.job-tanc {
  width: 60.8854166667% !important;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 3rem 3%;
  border-radius: 3.125rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc {
    border-radius: 1.125rem;
  }
}
.layui-layer.job-tanc::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.75rem;
  width: 89.8461538462%;
  height: 0.75rem;
  z-index: -1;
  background: var(--color-zt);
}
@media (max-width: 768px) {
  .layui-layer.job-tanc::before {
    top: -0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 768px) {
  .layui-layer.job-tanc {
    width: 92% !important;
    padding: 2rem 1.5rem;
  }
}
.layui-layer.job-tanc .layui-layer-close {
  right: 3.75rem;
  top: 2rem;
  background: none;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .layui-layer-close {
    top: 0.5rem;
    right: 1rem;
  }
}
.layui-layer.job-tanc .layui-layer-close::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 3rem;
  color: var(--color-zt);
  font-weight: 100;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .layui-layer-close::before {
    font-size: 2.65rem;
  }
}
.layui-layer.job-tanc .pead-cont > dt {
  color: #000000;
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont > dt {
    font-size: 1.5rem;
    padding-right: 1.5rem;
  }
}
.layui-layer.job-tanc .pead-cont .asghrt1 {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .asghrt1 {
    gap: 0.25rem 1rem;
  }
}
.layui-layer.job-tanc .pead-cont .asghrt1 p {
  color: rgba(60, 61, 61, 0.7);
  font-size: 1rem;
  line-height: 1.5em;
}
.layui-layer.job-tanc .pead-cont .asghrt1 p.gaxa {
  color: rgba(60, 61, 61, 0.9);
  font-size: 1.25rem;
}
.layui-layer.job-tanc .pead-cont .asghrt1 p + p {
  margin-left: 1.25em;
  padding-left: 1.25em;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .asghrt1 p + p {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.layui-layer.job-tanc .pead-cont .p2 {
  color: #636161;
  font-size: 1.125rem;
  line-height: 1.75em;
  max-height: 55vh;
  overflow-y: auto;
}
.layui-layer.job-tanc .pead-cont .p2 p.asxt {
  margin-bottom: 1em;
}
.layui-layer.job-tanc .pead-cont .p2 a {
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p2 {
    font-size: 1rem;
  }
}
.layui-layer.job-tanc .pead-cont .p2 strong {
  color: #636161;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
  display: block;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p2 strong {
    font-size: 1.125rem;
  }
}
.layui-layer.job-tanc .pead-cont .p2 .dhax p {
  position: relative;
}
.layui-layer.job-tanc .pead-cont .p2 .dhax p + p {
  margin-top: 0.5em;
}
.layui-layer.job-tanc .pead-cont .p3 {
  font-size: 1.25rem;
  line-height: 1.5em;
  color: var(--color-zt);
  margin-top: 1.5rem;
  font-weight: 600;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p3 {
    gap: 0.5rem;
  }
}
.layui-layer.job-tanc .pead-cont .p3 i {
  display: block;
  font-size: 0;
  width: 1.375rem;
  margin-right: 0.5rem;
}
.layui-layer.job-tanc .pead-cont .p3 i img {
  width: 100%;
}
@media (max-width: 768px) {
  .layui-layer.job-tanc .pead-cont .p3 {
    font-size: 1.125rem;
    line-height: 1.35em;
  }
}
.layui-layer.job-tanc .pead-cont .p3 a {
  color: var(--color-zt);
  font-size: 1.5rem;
  border-bottom: 2px solid var(--color-zt);
}

.news-cont1 {
  background: rgba(237, 237, 237, 0.7);
  padding-bottom: 5.625rem;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding-bottom: 2rem;
  }
}
.news-cont1 .news-a1v1 {
  margin-top: 1rem;
}
.news-cont1 .news-a1v1 .mySwiper12 {
  background: #FFFFFF;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper12 {
    border-radius: 1rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa a.img {
  display: block;
  width: 50%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa a.img {
    width: 100%;
  }
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa a.img img {
  width: 100%;
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p {
  width: 50%;
  padding: 2rem 5%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p span {
  display: block;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p .name {
  color: #333333;
  font-size: 1.6875rem;
  line-height: 1.35em;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p .name {
    font-size: 1.45rem;
    margin: 0.75rem 0;
  }
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p .name:hover {
  color: var(--color-zt);
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p .p {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.65em;
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p .more-ax {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 2rem;
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p .more-ax {
    margin-top: 1.25rem;
  }
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p .more-ax i {
  font-size: 1.125rem;
  font-weight: 700;
}
.news-cont1 .news-a1v1 .mySwiper12 .swiper-slide .imagsxa .cont-p .more-ax:hover {
  background: var(--color-zt);
  color: #fff;
  border-color: var(--color-zt);
}
.news-cont1 .news-a1v1 .swiper-pagination1 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.news-cont2 {
  padding: 4.0625rem 0 1rem;
}
@media (max-width: 768px) {
  .news-cont2 {
    padding: 2rem 0 1rem;
  }
}
@media (max-width: 768px) {
  .news-cont2 .qbxw form .contact {
    gap: 1rem;
  }
}
.news-cont2 .qbxw form .contact .rq-cont {
  width: 50%;
}
@media (max-width: 768px) {
  .news-cont2 .qbxw form .contact .rq-cont {
    width: 100%;
  }
}
.news-cont2 .qbxw form .contact .rq-cont select {
  width: 47.2857142857%;
}
.news-cont2 .qbxw form .contact .sskzxx {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .news-cont2 .qbxw form .contact .sskzxx {
    width: 100%;
  }
}
.news-cont2 .qbxw form .contact select {
  width: 100%;
  border: 1px solid #6C6B6C;
  color: #444444;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 3.75rem;
  padding: 0 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax1.svg) no-repeat 92% center #fff;
  -o-background-size: 1rem auto;
     background-size: 1rem auto;
}
.news-cont2 .qbxw form .contact .sskzxx {
  position: relative;
}
.news-cont2 .qbxw form .contact .sskzxx button {
  position: absolute;
  right: 0.3rem;
  top: 0.25rem;
  z-index: 1;
  border: none;
  width: 2.625rem;
  height: 2.625rem;
  background: var(--color-zt);
  border-radius: 50%;
}
.news-cont2 .qbxw form .contact .sskzxx button i {
  color: #fff;
  font-size: 1.25rem;
}
.news-cont2 .qbxw form .contact input {
  width: 100%;
  border: 1px solid #6C6B6C;
  color: #444444;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  border-radius: 3.75rem;
  padding: 0.35rem;
  text-indent: 1em;
}
.news-cont2 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
}
@media (max-width: 768px) {
  .news-cont2 .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.news-cont2 .news-list > p {
  grid-column: 1/4;
  text-align: center;
}
@media (max-width: 768px) {
  .news-cont2 .news-list > p {
    grid-column: inherit;
  }
}
.news-cont2 .news-list li {
  border-top: 1px solid #D9D9D9;
}
.news-cont2 .news-list li a.imgx {
  display: block;
}
.news-cont2 .news-list li a.imgx .ftitx {
  padding: 1rem 0;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.news-cont2 .news-list li a.imgx .ftitx p {
  position: relative;
  padding-left: 1rem;
}
.news-cont2 .news-list li a.imgx .ftitx p::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.625rem;
  height: 0.625rem;
  background: #8A8A8A;
  border-radius: 50%;
}
.news-cont2 .news-list li a.imgx .ftitx span {
  display: block;
}
.news-cont2 .news-list li a.imgx .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.imgx .img {
    border-radius: 1rem;
  }
}
.news-cont2 .news-list li a.imgx .img img {
  width: 100%;
  aspect-ratio: 440/270;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-cont2 .news-list li a.imgx .name {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 1.125rem;
  height: 3em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.imgx .name {
    height: auto;
    font-size: 1.25rem;
  }
}
.news-cont2 .news-list li a.imgx .more-ax {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 2rem;
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .news-cont2 .news-list li a.imgx .more-ax {
    margin-top: 1rem;
  }
}
.news-cont2 .news-list li a.imgx .more-ax i {
  font-size: 1.125rem;
  font-weight: 700;
}
.news-cont2 .news-list li a.imgx:hover .name {
  color: var(--color-zt);
}
.news-cont2 .news-list li a.imgx:hover .more-ax {
  background: var(--color-zt);
  color: #fff;
  border-color: var(--color-zt);
}

.ny-show_bodyxw {
  padding-top: var(--head-height);
}
.ny-show_bodyxw .head .head2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.show-news-content .show-news-a1_v1 {
  margin: 0 6.7857142857%;
  border-top: 1px solid #333333;
  margin-top: 1.125rem;
  padding-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    margin: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content {
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content {
    width: 100%;
  }
}
.show-news-content .show-news-a1_v1 .content .title-a {
  color: #333333;
  font-size: 2.5rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-a {
    font-size: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b {
  color: #333333;
  font-size: 1rem;
  gap: 1rem;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-b {
    margin-top: 0.75rem;
  }
}
.show-news-content .show-news-a1_v1 .content .title-b .social-share a {
  background: #C70025;
  border: none;
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  font-size: 1.35rem;
  color: #fff;
  margin-right: 0.5rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .title-b .social-share a {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss {
  color: #4D4D4C;
  font-size: 1rem;
  line-height: 1.75em;
  margin-top: 2.5rem;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss {
    margin-top: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .pa1 {
  border: 1px dashed #C70025;
  border-radius: 1.25rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  color: #4D4D4C;
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .pa1 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss .pa1 h5 {
  text-align: right;
  color: #4D4D4C;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss .pa1 h5 {
    font-size: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss strong {
    font-size: 1.35rem;
  }
}
.show-news-content .show-news-a1_v1 .content .xinwn-consss img {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .xinwn-consss img {
    border-radius: 1.125rem;
  }
}
.show-news-content .show-news-a1_v1 .content .shanys {
  border-top: 1px solid rgba(51, 51, 51, 0.4);
  padding: 1.5rem 0;
  color: #4D4D4C;
  font-size: 1rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content .shanys {
    padding: 1rem 0;
  }
}
.show-news-content .show-news-a1_v1 .content .shanys a {
  color: #4D4D4C;
}
.show-news-content .show-news-a1_v1 .content .shanys a:hover {
  color: var(--color-zt);
}
.show-news-content .show-news-a1_v1 .tj_contx1 {
  width: 25.5%;
  margin-top: 13rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .tj_contx1 {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .tj_contx1 .weha-xt {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 1.5rem);
  top: -moz-calc(var(--head-height) + 1.5rem);
  top: calc(var(--head-height) + 1.5rem);
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li {
  margin-top: 1.5rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.img img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li span {
  display: block;
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.name {
  color: #333333;
  font-size: 1.375rem;
  line-height: 1.4em;
  display: block;
  margin-top: 0.5rem;
}
.show-news-content .show-news-a1_v1 .tj_contx1 .tjxw_list1 li a.name:hover {
  color: var(--color-zt);
}

.lx-cont1 {
  padding: 3.125rem 0 1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 1rem 0 2rem;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .ftit {
  color: #464646;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .ftit {
    font-size: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lxwm_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;
  margin-top: 2.125rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lxwm_list {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lxwm_list li {
    width: 100%;
  }
  .lx-cont1 .lx-a1v1 .lxwm_list li + li {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lxwm_list li i {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  background: #F3F3F3;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lxwm_list li i {
    width: 3.65rem;
    height: 3.65rem;
  }
}
.lx-cont1 .lx-a1v1 .lxwm_list li i img {
  width: 50%;
}
.lx-cont1 .lx-a1v1 .lxwm_list li .cont-p {
  width: -webkit-calc(100% - 5.75rem);
  width: -moz-calc(100% - 5.75rem);
  width: calc(100% - 5.75rem);
  padding-left: 0.75rem;
  color: #777777;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lxwm_list li .cont-p {
    width: -webkit-calc(100% - 3.65rem);
    width: -moz-calc(100% - 3.65rem);
    width: calc(100% - 3.65rem);
  }
}
.lx-cont1 .lx-a1v1 .lxwm_list li .cont-p .tit {
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lxwm_list li .cont-p .tit {
    font-size: 1.125rem;
  }
}
.lx-cont1 .lx-a1v1 .lxwm_list li .cont-p .p {
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lxwm_list li .cont-p .p {
    font-size: 1.125rem;
  }
}

.lx-cont2 {
  padding: 12.5rem 0 10rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
.lx-cont2 .lx-a2v1 {
  position: relative;
  z-index: 1;
}
.lx-cont2 .lx-a2v2 {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v2 {
    display: none;
  }
}
.lx-cont2 .lx-a2v2 .cont_map_img {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
}
.lx-cont2 .lx-a2v2 .cont_map_img.on {
  -webkit-transform: scale(2);
     -moz-transform: scale(2);
      -ms-transform: scale(2);
       -o-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.lx-cont2 .lx-a2v2 .cont_map_img .cont_map_img_bj {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: move;
  position: relative;
}
.lx-cont2 .lx-a2v2 .cont_map_img .cont_map_img_bj img {
  width: 100%;
  pointer-events: none;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: scale(0.5);
     -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  cursor: pointer;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li p {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li p::after {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--color-zt);
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast273 {
  left: 36%;
  top: 45.35%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast273 p::before {
  content: "★";
  margin-right: 0.25rem;
  color: var(--color-zt);
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast273 p::after {
  display: none;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast272 {
  left: 35.8%;
  top: 41.35%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast272 p::after {
  display: inline-block;
  margin-left: 0.25rem;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast271 {
  left: 37%;
  top: 40.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast270 {
  left: 36.74%;
  top: 42.3%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast270 p::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--color-zt);
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast270 p::after {
  display: none;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast269 {
  left: 36.7%;
  top: 43.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast268 {
  left: 37.25%;
  top: 46.45%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast268 p::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--color-zt);
  display: inline-block;
  margin-right: 0.25rem;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast268 p::after {
  display: none;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast267 {
  left: 36.6%;
  top: 47.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast266 {
  left: 35%;
  top: 49.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast265 {
  left: 39%;
  top: 41.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast264 {
  left: 33.6%;
  top: 53.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast263 {
  left: 26.5%;
  top: 51.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast262 {
  left: 13.35%;
  top: 46.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast261 {
  left: 12.65%;
  top: 38.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast260 {
  left: 24%;
  top: 45.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast259 {
  left: 28.6%;
  top: 48.65%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.ast258 {
  left: 34%;
  top: 62.5%;
}
.lx-cont2 .lx-a2v2 .cont_map_img .fb_list1 li.on p {
  color: var(--color-zt);
  font-weight: 600;
}
.lx-cont2 .lx-a2v2 .fb_list2 li {
  position: absolute;
  right: 15%;
  top: 46%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  display: none;
  width: 22.7604166667%;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1.65rem;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa {
  max-height: 26.25rem;
  overflow-y: auto;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #C8C9CA;
  border-radius: 10px;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #C8C9CA;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-zt);
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa .tit {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5em;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa .p1 {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.65em;
}
.lx-cont2 .lx-a2v2 .fb_list2 li .ashxa .p1 strong {
  margin-top: 1rem;
  display: block;
  font-size: 1.25rem;
  padding-bottom: 0.25rem;
}
.lx-cont2 .lx-a2v3 {
  position: relative;
  z-index: 1;
}
.lx-cont2 .lx-a2v3 .fgs_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li {
    border-radius: 1rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .img {
  display: block;
  font-size: 0;
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .img img {
  width: 100%;
  aspect-ratio: 440/264;
  -o-object-fit: cover;
     object-fit: cover;
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p {
  padding: 1.725rem 1.95rem 2.25rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p {
    padding: 1.5rem 1.65rem 1.85rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 {
    font-size: 1rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 .p {
  padding-top: 0.75rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 .p {
    padding-top: 0.5rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 i {
  display: block;
  font-size: 0;
  width: 1.375rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 i {
    width: 1.25rem;
  }
}
.lx-cont2 .lx-a2v3 .fgs_list1 li .cont-p .p1 i img {
  width: 100%;
}

.lx-cont3 {
  padding: 5.9375rem 0 2.8125rem;
  background: -webkit-linear-gradient(top, rgba(199, 0, 37, 0.07) 0%, rgba(199, 0, 37, 0) 100%);
  background: -moz-linear-gradient(top, rgba(199, 0, 37, 0.07) 0%, rgba(199, 0, 37, 0) 100%);
  background: -o-linear-gradient(top, rgba(199, 0, 37, 0.07) 0%, rgba(199, 0, 37, 0) 100%);
  background: linear-gradient(180deg, rgba(199, 0, 37, 0.07) 0%, rgba(199, 0, 37, 0) 100%);
}
@media (max-width: 768px) {
  .lx-cont3 {
    padding: 2.5rem 0 1rem;
  }
}
.lx-cont3 form {
  margin-top: 1rem;
}
.lx-cont3 form .msg-a1 .inpt {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .lx-cont3 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont3 form .inpt {
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont3 form .inpt {
    margin-top: 1rem;
  }
}
.lx-cont3 form .inpt input {
  width: 100%;
  font-size: 1rem;
  line-height: 3.6875rem;
  border-radius: 1.875rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont3 form .inpt input {
    line-height: 3.25rem;
  }
}
.lx-cont3 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-cont3 form .inpt textarea {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 1rem;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.85rem 1.5rem;
}
.lx-cont3 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-cont3 form .inpt .m_label {
    line-height: 3.25rem;
  }
}
.lx-cont3 form .inpt .m_label span {
  color: var(--color-zt);
}
.lx-cont3 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont3 form .div_aghgha {
    margin-top: 1rem;
    gap: 1rem;
  }
}
.lx-cont3 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-cont3 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-cont3 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-cont3 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-cont3 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-cont3 form .div_aghgha .msg-a4 .yszc-cont label a {
  color: var(--color-zt);
}
.lx-cont3 form .div_aghgha .msg-a4 .yszc-cont label a:hover {
  color: var(--color-zt);
}
.lx-cont3 form .div_aghgha button {
  border: 1px solid var(--color-zt);
  background: var(--color-zt);
  color: #fff;
  margin: 1rem auto 0;
}
.lx-cont3 form .div_aghgha button::after {
  background: #fff;
}
.lx-cont3 form .div_aghgha button:hover {
  color: var(--color-zt);
}
.lx-cont3 form .div_aghgha button:hover * {
  color: var(--color-zt);
}

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

.nbanner1 {
  position: relative;
}
.nbanner1 .img {
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 990px) {
  .nbanner1 .img {
    padding-bottom: 70vh;
  }
}
.nbanner1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nbanner1 .cpare-nav {
  position: fixed;
  left: 0;
  top: var(--head-height);
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  z-index: 3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 990px) {
  .nbanner1 .cpare-nav {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .nbanner1 .cpare-nav {
    display: none;
  }
}
.nbanner1 .cpare-nav .cp-list li a {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1em 1.25em;
  font-weight: 500;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .nbanner1 .cpare-nav .cp-list li a {
    font-size: 1rem;
    padding: 0.75em 1em;
  }
}
.nbanner1 .cpare-nav .cp-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.nbanner1 .cpare-nav .cp-list li:hover a, .nbanner1 .cpare-nav .cp-list li.on a {
  color: var(--color-zt);
}
.nbanner1 .cpare-nav .cp-list li:hover a::after, .nbanner1 .cpare-nav .cp-list li.on a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.nbanner1 .nbanner-wen1 {
  width: 100%;
}
@media (max-width: 768px) {
  .nbanner1 .nbanner-wen1 {
    top: 35%;
  }
}
.nbanner1 .nbanner-wen1 .banner-cont1 i {
  display: block;
  font-size: 0;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nbanner1 .nbanner-wen1 .banner-cont1 i img {
  width: 100%;
  height: 3.75rem;
}
@media (max-width: 768px) {
  .nbanner1 .nbanner-wen1 .banner-cont1 i img {
    height: 2.25rem;
  }
}
.nbanner1 .nbanner-wen1 .banner-cont1 .tit {
  color: #000;
  font-size: 3.375rem;
  line-height: 1.125em;
  margin: 1.75rem 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .nbanner1 .nbanner-wen1 .banner-cont1 .tit {
    font-size: 2rem;
    margin: 1.35rem 0;
  }
}
.nbanner1 .nbanner-wen1 .banner-cont1 .astsa1 span {
  display: block;
  color: #306DF0;
  font-size: 1.5rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .nbanner1 .nbanner-wen1 .banner-cont1 .astsa1 span {
    font-size: 1rem;
  }
}
.nbanner1 .nbanner-wen1 .banner-cont1 .astsa1 span + span {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid rgba(48, 109, 240, 0.2);
}
.nbanner1 .banner-cont2 {
  width: 100%;
  padding-top: -webkit-calc(var(--head-height) + 3.25rem);
  padding-top: -moz-calc(var(--head-height) + 3.25rem);
  padding-top: calc(var(--head-height) + 3.25rem);
}
.nbanner1 .banner-cont2 .cont-p {
  width: 45%;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2 .cont-p {
    width: 100%;
  }
}
.nbanner1 .banner-cont2 .cont-p i {
  width: 7.125rem;
  display: block;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2 .cont-p i {
    width: 6rem;
    margin: 0 auto;
  }
}
.nbanner1 .banner-cont2 .cont-p i img {
  width: 100%;
}
.nbanner1 .banner-cont2 .cont-p .tit {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2 .cont-p .tit {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem;
  }
}
.nbanner1 .banner-cont2 .cont-p .tit b {
  font-size: 3.375rem;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2 .cont-p .tit b {
    font-size: 2rem;
    display: block;
    line-height: 1.35em;
  }
}
.nbanner1 .banner-cont2 .imagx {
  width: 36.5714285714%;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2 .imagx {
    width: 80%;
    margin: 1.5rem auto 0;
  }
}
.nbanner1 .banner-cont2 .imagx i {
  display: block;
  font-size: 0;
  width: 53.3203125%;
}
@media (max-width: 1366px) {
  .nbanner1 .banner-cont2 .imagx i {
    width: 47.4609375%;
  }
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2 .imagx i {
    width: 50%;
  }
}
.nbanner1 .banner-cont2 .imagx i img {
  width: 100%;
}
.nbanner1 .banner-cont2 .imagx .ax-axt {
  width: 31.25%;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2 .imagx .ax-axt {
    width: 40%;
    margin-bottom: 0;
  }
}
.nbanner1 .banner-cont2 .imagx .ax-axt u {
  display: block;
  font-size: 0;
}
.nbanner1 .banner-cont2 .imagx .ax-axt u img {
  width: 100%;
}
.nbanner1 .banner-cont2 .imagx .ax-axt p {
  text-align: center;
  font-size: 1rem;
  color: #0A1113;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2 .imagx .ax-axt p {
    font-size: 0.875rem;
  }
}
.nbanner1 .banner-cont2.banner-cont2a .cont-p {
  width: 60%;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont2a .cont-p {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.nbanner1 .banner-cont2.banner-cont2a .cont-p i {
  display: block;
  width: 19.6875rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont2a .cont-p i {
    width: 12rem;
  }
}
.nbanner1 .banner-cont2.banner-cont3a .cont-p {
  width: 46.0714285714%;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont3a .cont-p {
    width: 100%;
  }
}
.nbanner1 .banner-cont2.banner-cont3a .cont-p i {
  display: block;
  width: 17.5rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont3a .cont-p i {
    width: 11.5rem;
  }
}
.nbanner1 .banner-cont2.banner-cont3a .cont-p .tit {
  color: #333333;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont3a .cont-p .tit {
    margin-top: 1rem;
  }
}
.nbanner1 .banner-cont2.banner-cont3a .cont-p .tit b {
  font-weight: 400;
}
.nbanner1 .banner-cont2.banner-cont3a .imagx {
  width: 50.5%;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont3a .imagx {
    width: 100%;
  }
}
.nbanner1 .banner-cont2.banner-cont3a .imagx i {
  display: block;
  width: 100%;
}
.nbanner1 .banner-cont2.banner-cont4a .cont-p {
  width: 46.0714285714%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont4a .cont-p {
    width: 100%;
  }
}
.nbanner1 .banner-cont2.banner-cont4a .cont-p i {
  display: block;
  width: 17.5rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont4a .cont-p i {
    width: 11.5rem;
  }
}
.nbanner1 .banner-cont2.banner-cont4a .cont-p .tit {
  color: #333333;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont4a .cont-p .tit {
    margin-top: 1rem;
  }
}
.nbanner1 .banner-cont2.banner-cont4a .cont-p .tit b {
  font-weight: 400;
}
.nbanner1 .banner-cont2.banner-cont4a .imagx {
  width: 57.8571428571%;
  margin-left: -8%;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont4a .imagx {
    width: 100%;
    margin-left: 0;
  }
}
.nbanner1 .banner-cont2.banner-cont4a .imagx i {
  display: block;
  width: 100%;
}
.nbanner1 .banner-cont2.banner-cont5a {
  padding-top: 0;
}
.nbanner1 .banner-cont2.banner-cont5a .cont-p {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont5a .cont-p {
    width: 100%;
  }
}
.nbanner1 .banner-cont2.banner-cont5a .cont-p i {
  display: block;
  width: 5.5625rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont5a .cont-p i {
    width: 4rem;
  }
}
.nbanner1 .banner-cont2.banner-cont5a .cont-p .tit {
  color: #333333;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont5a .cont-p .tit {
    margin-top: 1rem;
  }
}
.nbanner1 .banner-cont2.banner-cont6a {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont6a {
    padding-top: 1rem;
  }
}
.nbanner1 .banner-cont2.banner-cont6a .cont-p {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont6a .cont-p {
    width: 100%;
  }
}
.nbanner1 .banner-cont2.banner-cont6a .cont-p i {
  display: block;
  width: 18.75rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont6a .cont-p i {
    width: 10rem;
  }
}
.nbanner1 .banner-cont2.banner-cont6a .cont-p .tit {
  color: #333333;
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .nbanner1 .banner-cont2.banner-cont6a .cont-p .tit {
    margin-top: 1rem;
  }
}
.nbanner1 .banner-cont2.banner-cont6a .cont-p .tit b {
  font-weight: 400;
}
.nbanner1 .zs_tat {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .nbanner1 .zs_tat {
    padding: 1.25rem 0;
  }
}
.nbanner1 .zs_tat .as1 {
  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) {
  .nbanner1 .zs_tat .as1 {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nbanner1 .zs_tat .as1 li {
  padding: 2.6875rem 0 1.875rem;
  width: 20%;
}
@media (max-width: 768px) {
  .nbanner1 .zs_tat .as1 li {
    width: 33%;
    text-align: center;
    padding: 0.5rem 0;
  }
}
.nbanner1 .zs_tat .as1 li:last-child {
  width: 11%;
}
@media (max-width: 768px) {
  .nbanner1 .zs_tat .as1 li:last-child {
    width: 33%;
  }
}
.nbanner1 .zs_tat .as1 li .data {
  color: #306DF0;
}
.nbanner1 .zs_tat .as1 li .data span {
  font-size: 2.125rem;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .nbanner1 .zs_tat .as1 li .data span {
    font-size: 1.85rem;
  }
}
.nbanner1 .zs_tat .as1 li .data sup {
  font-size: 1.25rem;
  line-height: 1em;
  vertical-align: top;
  font-weight: 700;
}
@media (max-width: 768px) {
  .nbanner1 .zs_tat .as1 li .data sup {
    font-size: 1.125rem;
  }
}
.nbanner1 .zs_tat .as1 li p {
  color: #737373;
  font-size: 1.25rem;
  line-height: 1.9em;
}
@media (max-width: 768px) {
  .nbanner1 .zs_tat .as1 li p {
    font-size: 1rem;
  }
}

.tit-slai {
  color: #333333;
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .tit-slai {
    font-size: 2rem;
  }
}
.tit-slai.tl {
  text-align: left;
}

.zxy-cont1 {
  background: url(../images/bja1.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
  padding: 0 0 10rem;
}
@media (max-width: 768px) {
  .zxy-cont1 {
    padding-bottom: 2.5rem;
  }
}
.zxy-cont1 .tit-slai {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .zxy-cont1 .tit-slai {
    margin-top: 1.25rem;
  }
}
.zxy-cont1 .zxy-a1v1 {
  background: #FFFFFF;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .zxy-cont1 .zxy-a1v1 {
    margin-top: 1.5rem;
    border-radius: 1.125rem;
  }
}
.zxy-cont1 .zxy-a1v1 .zxy-a1b1 {
  width: 42.8571428571%;
}
@media (max-width: 768px) {
  .zxy-cont1 .zxy-a1v1 .zxy-a1b1 {
    width: 100%;
  }
}
.zxy-cont1 .zxy-a1v1 .zxy-a1b1 img {
  width: 100%;
}
.zxy-cont1 .zxy-a1v1 .zxy-a1b2 {
  width: 57.1428571429%;
  padding: 1.5rem 6%;
}
@media (max-width: 768px) {
  .zxy-cont1 .zxy-a1v1 .zxy-a1b2 {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.zxy-cont1 .zxy-a1v1 .zxy-a1b2 .txt {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.77em;
  margin-bottom: 2rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .zxy-cont1 .zxy-a1v1 .zxy-a1b2 .txt {
    margin-bottom: 1.25rem;
  }
}
.zxy-cont1 .zxy-a1v1 .zxy-a1b2 .txt p + p {
  margin-top: 0.75rem;
}

.zxy-cont2 {
  padding: 8.125rem 0 7.5rem;
}
@media (max-width: 768px) {
  .zxy-cont2 {
    padding: 2.5rem 0;
  }
}
.zxy-cont2 .hx_list1 {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .zxy-cont2 .hx_list1 {
    margin-top: 1.5rem;
    gap: 0.75rem 0;
  }
}
.zxy-cont2 .hx_list1 li a {
  display: block;
  font-size: 1.25rem;
  line-height: 2em;
  padding: 0.25rem 2em;
  border-radius: 3.75rem;
}
@media (max-width: 768px) {
  .zxy-cont2 .hx_list1 li a {
    font-size: 1.125rem;
    padding: 0.125rem 1.5em;
  }
}
.zxy-cont2 .hx_list1 li.on a {
  color: #fff;
  background: -webkit-linear-gradient(2deg, #417AFF 1.63%, #4953F2 137.67%);
  background: -moz-linear-gradient(2deg, #417AFF 1.63%, #4953F2 137.67%);
  background: -o-linear-gradient(2deg, #417AFF 1.63%, #4953F2 137.67%);
  background: linear-gradient(88deg, #417AFF 1.63%, #4953F2 137.67%);
}
.zxy-cont2 .hx_list2 {
  margin-top: 1.5625rem;
}
@media (max-width: 768px) {
  .zxy-cont2 .hx_list2 {
    margin-top: 1.25rem;
  }
}
.zxy-cont2 .hx_list2 li {
  display: none;
}
.zxy-cont2 .hx_list2 li .hx_a2v1 {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #F2F8FF;
}
.zxy-cont2 .hx_list2 li .hx_a2v1 .hx_a2b1 {
  width: 45%;
  padding: 2rem 3% 2rem 5%;
}
@media (max-width: 768px) {
  .zxy-cont2 .hx_list2 li .hx_a2v1 .hx_a2b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.zxy-cont2 .hx_list2 li .hx_a2v1 .hx_a2b1 .tit {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .zxy-cont2 .hx_list2 li .hx_a2v1 .hx_a2b1 .tit {
    font-size: 1.35rem;
  }
}
.zxy-cont2 .hx_list2 li .hx_a2v1 .hx_a2b1 .txt {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.7777em;
  margin: 1rem 0 1.75rem;
}
@media (max-width: 768px) {
  .zxy-cont2 .hx_list2 li .hx_a2v1 .hx_a2b1 .txt {
    font-size: 1rem;
    margin: 0.75rem 0 1.25rem;
  }
}
.zxy-cont2 .hx_list2 li .hx_a2v1 .hx_a2b2 {
  width: 55%;
}
@media (max-width: 768px) {
  .zxy-cont2 .hx_list2 li .hx_a2v1 .hx_a2b2 {
    width: 100%;
  }
}
.zxy-cont2 .hx_list2 li .hx_a2v1 .hx_a2b2 img {
  width: 100%;
}

.zxy-cont3 .zxy-a3v1 {
  padding: 7.5rem 0 3.1875rem;
  background: #F6F7FA;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v1 {
    padding: 2.5rem 0;
  }
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 {
  padding: 0 2.3958333333%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v1 .zxy-a3_list1 {
    margin-top: 1.25rem;
    padding: 0 4%;
  }
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li {
  background: #fff;
  border-radius: 1.25rem;
  padding: 4.25rem 1.75%;
  border: 2px solid #fff;
  text-align: center;
  width: 18.1917808219%;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li {
    width: 100%;
    border-radius: 1.125rem;
    padding: 2.25rem 5%;
  }
  .zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li + li {
    margin-top: 1rem;
  }
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li .img {
  position: relative;
  -webkit-transform: translateX(7%);
     -moz-transform: translateX(7%);
      -ms-transform: translateX(7%);
       -o-transform: translateX(7%);
          transform: translateX(7%);
  width: 4.25rem;
  margin: 0 auto;
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li .img::after {
  content: "";
  position: absolute;
  left: -0.65rem;
  top: 0.25rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(2deg, #417AFF 1.63%, #4953F2 137.67%);
  background: -moz-linear-gradient(2deg, #417AFF 1.63%, #4953F2 137.67%);
  background: -o-linear-gradient(2deg, #417AFF 1.63%, #4953F2 137.67%);
  background: linear-gradient(88deg, #417AFF 1.63%, #4953F2 137.67%);
  z-index: -1;
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li .img i {
  border-radius: 50%;
  border: 1px solid #417AFF;
  background: rgba(65, 122, 255, 0.2);
  backdrop-filter: blur(10px);
  width: 4.25rem;
  height: 4.25rem;
  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;
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li .img img {
  width: 50%;
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  margin: 1.75rem 0 0.75rem;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li .tit {
    font-size: 1.35rem;
    margin: 1.5rem 0 0.75rem;
  }
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li .txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 32/18em;
  color: #6C6B6C;
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li:hover {
  border-color: #417AFF;
  background: url(../images/bja2.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.zxy-cont3 .zxy-a3v1 .zxy-a3_list1 li:hover .tit {
  color: #306DF0;
}
.zxy-cont3 .zxy-a3v1 .more-b {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v1 .more-b {
    margin-top: 1.5rem;
  }
}
.zxy-cont3 .zxy-a3v2 {
  padding: 4.75rem 0;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v2 {
    padding: 2rem 0;
  }
}
.zxy-cont3 .zxy-a3v2 .cont-p {
  width: 39.2857142857%;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v2 .cont-p {
    width: 100%;
  }
}
.zxy-cont3 .zxy-a3v2 .cont-p .tit {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v2 .cont-p .tit {
    font-size: 1.5rem;
  }
}
.zxy-cont3 .zxy-a3v2 .cont-p .txt {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin: 0.75rem 0 1.5rem;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v2 .cont-p .txt {
    font-size: 1rem;
    margin: 0.75rem 0 1rem;
  }
}
.zxy-cont3 .zxy-a3v2 .cont-p .txt p {
  padding-left: 1em;
  position: relative;
}
.zxy-cont3 .zxy-a3v2 .cont-p .txt p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}
.zxy-cont3 .zxy-a3v2 .img {
  width: 53.3571428571%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zxy-cont3 .zxy-a3v2 .img {
    width: 100%;
    border-radius: 1.25rem;
    margin-top: 1.5rem;
  }
}
.zxy-cont3 .zxy-a3v2 .img img {
  width: 100%;
}

.zxy-cont4 {
  background: -webkit-linear-gradient(top, #F6F7FA 0%, rgba(247, 248, 249, 0) 100%);
  background: -moz-linear-gradient(top, #F6F7FA 0%, rgba(247, 248, 249, 0) 100%);
  background: -o-linear-gradient(top, #F6F7FA 0%, rgba(247, 248, 249, 0) 100%);
  background: linear-gradient(180deg, #F6F7FA 0%, rgba(247, 248, 249, 0) 100%);
  padding: 5.75rem 0 4.6875rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zxy-cont4 {
    padding: 2.5rem 0;
  }
}
.zxy-cont4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -40%);
     -moz-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
       -o-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: 41.40625%;
  aspect-ratio: 795/897;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background: rgba(124, 45, 246, 0.1);
  -webkit-filter: blur(148.3771362305px);
          filter: blur(148.3771362305px);
}
.zxy-cont4 .hxa4_list1 {
  margin-top: 1.5rem;
}
.zxy-cont4 .hxa4_list1 li a {
  display: block;
  font-size: 1.25rem;
  line-height: 2em;
  padding: 0.25rem 2em;
  border-radius: 3.75rem;
}
@media (max-width: 768px) {
  .zxy-cont4 .hxa4_list1 li a {
    font-size: 1.125rem;
    padding: 0.25rem 1.5em;
  }
}
.zxy-cont4 .hxa4_list1 li.on a {
  color: #fff;
  background: -webkit-linear-gradient(2deg, #417AFF 1.63%, #4953F2 137.67%);
  background: -moz-linear-gradient(2deg, #417AFF 1.63%, #4953F2 137.67%);
  background: -o-linear-gradient(2deg, #417AFF 1.63%, #4953F2 137.67%);
  background: linear-gradient(88deg, #417AFF 1.63%, #4953F2 137.67%);
}
.zxy-cont4 .hxa4_list2 {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .zxy-cont4 .hxa4_list2 {
    margin-top: 1.5rem;
  }
}
.zxy-cont4 .hxa4_list2 li {
  display: none;
}
.zxy-cont4 .hxa4_list2 li .at-b1 .cont-p {
  width: 39.2857142857%;
}
@media (max-width: 768px) {
  .zxy-cont4 .hxa4_list2 li .at-b1 .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.zxy-cont4 .hxa4_list2 li .at-b1 .cont-p .tit {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zxy-cont4 .hxa4_list2 li .at-b1 .cont-p .tit {
    font-size: 1.5rem;
  }
}
.zxy-cont4 .hxa4_list2 li .at-b1 .cont-p .txt {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin: 0.75rem 0 1.5rem;
}
@media (max-width: 768px) {
  .zxy-cont4 .hxa4_list2 li .at-b1 .cont-p .txt {
    font-size: 1rem;
    margin: 0.75rem 0 1rem;
  }
}
.zxy-cont4 .hxa4_list2 li .at-b1 .img {
  width: 53.3571428571%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .zxy-cont4 .hxa4_list2 li .at-b1 .img {
    width: 100%;
    border-radius: 1.25rem;
  }
}
.zxy-cont4 .hxa4_list2 li .at-b1 .img img {
  width: 100%;
}
.zxy-cont4 .hxa4_list2 li .mySwiper7 {
  padding: 0 1px;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .zxy-cont4 .hxa4_list2 li .mySwiper7 {
    margin-top: 1rem;
  }
}
.zxy-cont4 .hxa4_list2 li .mySwiper7 .swiper-slide a.img {
  display: block;
  font-size: 0;
  border: 1px solid #D9D9D9;
}
.zxy-cont4 .hxa4_list2 li .mySwiper7 .swiper-slide a.img + a.img {
  margin-top: 1.35rem;
}
.zxy-cont4 .hxa4_list2 li .mySwiper7 .swiper-slide a.img img {
  width: 100%;
}
.zxy-cont4 .hxa4_list2 li .mySwiper7 .swiper-pagination1 {
  margin-top: 2rem;
}
.zxy-cont4 .hxa4_list2 li .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #2F6EF1;
}
@media (max-width: 768px) {
  .zxy-cont4 .hxa4_list2 li .mySwiper7 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.zxy-cont5 {
  padding: 4.6875rem 0 3.75rem;
  position: relative;
  background: url(../images/bja4.jpg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  border-bottom-left-radius: 5.625rem;
  border-bottom-right-radius: 5.625rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .zxy-cont5 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 2rem 0;
  }
}
.zxy-cont5 .qfwfw_list1 {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .zxy-cont5 .qfwfw_list1 {
    margin-top: 1.5rem;
  }
}
.zxy-cont5 .qfwfw_list1 li {
  width: 25%;
  padding: 0 2%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .zxy-cont5 .qfwfw_list1 li {
    width: 100%;
    padding: 0;
    border: none;
  }
  .zxy-cont5 .qfwfw_list1 li + li {
    margin-top: 1.5rem;
  }
}
.zxy-cont5 .qfwfw_list1 li .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .zxy-cont5 .qfwfw_list1 li .tit {
    font-size: 1.35rem;
  }
}
.zxy-cont5 .qfwfw_list1 li .p1 {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .zxy-cont5 .qfwfw_list1 li .p1 {
    font-size: 1rem;
  }
}
.zxy-cont5 .qfwfw_list1 li:first-child {
  padding-left: 0;
}
.zxy-cont5 .qfwfw_list1 li:last-child {
  padding-right: 0;
}
.zxy-cont5 .qfwfw-coint1 {
  background: #fff;
  border-radius: 2.5rem;
  padding: 3.125rem 5%;
  margin-top: 6.875rem;
}
@media (max-width: 768px) {
  .zxy-cont5 .qfwfw-coint1 {
    margin-top: 2rem;
    border-radius: 1.25rem;
    gap: 1rem;
  }
}
.zxy-cont5 .qfwfw-coint1 .weja1 i {
  display: block;
  font-size: 0;
  width: 3rem;
}
.zxy-cont5 .qfwfw-coint1 .weja1 i img {
  width: 100%;
}
.zxy-cont5 .qfwfw-coint1 .weja1 .cont-p {
  margin-left: 1rem;
}
.zxy-cont5 .qfwfw-coint1 .weja1 .cont-p .tit {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.35em;
  font-size: 1.5rem;
}
.zxy-cont5 .qfwfw-coint1 .weja1 .cont-p .txt {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 500;
}
.zxy-cont5 .qfwfw-coint1 .ast1 {
  margin-right: 6.875rem;
}
@media (max-width: 768px) {
  .zxy-cont5 .qfwfw-coint1 .ast1 {
    margin-right: 0;
  }
}
.zxy-cont5 .qfwfw-coint1 .ast2 {
  padding-left: 5%;
  background: url(../images/xian.svg) no-repeat left center;
  -o-background-size: 1px 100%;
     background-size: 1px 100%;
}
@media (max-width: 768px) {
  .zxy-cont5 .qfwfw-coint1 .ast2 {
    width: 100%;
    padding: 0;
    background: none;
  }
}
.zxy-cont5 .qfwfw-coint1 .ast2 .img {
  width: 6.5625rem;
  border-radius: 0.6875rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-left: 2.5rem;
}
.zxy-cont5 .qfwfw-coint1 .ast2 .img img {
  width: 100%;
}

.sh-cont1 {
  background: #FFF7F3;
}
.sh-cont1 .sh-a1v1 {
  padding: 1.25rem 0 3.375rem;
}
@media (max-width: 768px) {
  .sh-cont1 .sh-a1v1 {
    padding: 1rem 0 2rem;
  }
  .sh-cont1 .sh-a1v1 .sh-a1v1_list1 {
    gap: 0.75rem 0;
  }
}
.sh-cont1 .sh-a1v1 li {
  text-align: center;
}
@media (max-width: 768px) {
  .sh-cont1 .sh-a1v1 li {
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .sh-cont1 .sh-a1v1 li:nth-child(2) {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sh-cont1 .sh-a1v1 li .tit {
  color: #F26430;
  font-size: 4.625rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .sh-cont1 .sh-a1v1 li .tit {
    font-size: 2.5rem;
  }
}
.sh-cont1 .sh-a1v1 li .asj1 {
  color: #737373;
  font-size: 1.5rem;
  line-height: 1.5em;
  gap: 0.5em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .sh-cont1 .sh-a1v1 li .asj1 {
    font-size: 1rem;
  }
}
.sh-cont1 .sh-a1v1 li .asj1 i {
  display: block;
  width: 4.0625rem;
  font-size: 0;
}
@media (max-width: 768px) {
  .sh-cont1 .sh-a1v1 li .asj1 i {
    width: 2rem;
  }
}
.sh-cont1 .sh-a1v1 li .asj1 i img {
  width: 100%;
}

.sh-cont2 {
  padding-top: 5.3125rem;
}
@media (max-width: 768px) {
  .sh-cont2 {
    padding-top: 2.5rem;
  }
  .sh-cont2 .tit-slai {
    text-wrap: balance;
    word-break: keep-all;
  }
}
.sh-cont2 .txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 1rem;
  color: #6C6B6C;
}
@media (max-width: 768px) {
  .sh-cont2 .txt {
    text-align: justify;
    margin-top: 0.75rem;
  }
}

.sh-cont3 {
  padding-top: 5.3125rem;
}
@media (max-width: 768px) {
  .sh-cont3 {
    padding-top: 2.5rem;
  }
}
.sh-cont3 .mySwiper13 {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .sh-cont3 .mySwiper13 {
    margin-top: 1.5rem;
  }
}
.sh-cont3 .mySwiper13 .swiper-slide .img + .img {
  margin-top: 5px;
}
.sh-cont3 .mySwiper13 .swiper-slide .img img {
  width: 100%;
}
.sh-cont3 .mySwiper13 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .sh-cont3 .mySwiper13 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.sh-cont4 {
  padding: 4rem 0 5rem;
}
@media (max-width: 768px) {
  .sh-cont4 {
    padding: 2rem 0 2.5rem;
  }
  .sh-cont4 .tit-slai {
    text-wrap: balance;
    word-break: keep-all;
  }
}
.sh-cont4 .txt1 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 1rem;
  color: #6C6B6C;
}
@media (max-width: 768px) {
  .sh-cont4 .txt1 {
    text-align: justify;
    margin-top: 0.75rem;
  }
}
.sh-cont4 .txt1 .more-b {
  margin: 2.5rem auto 0;
}
@media (max-width: 768px) {
  .sh-cont4 .txt1 .more-b {
    margin-top: 1rem;
  }
}
.sh-cont4 .gsdz_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .sh-cont4 .gsdz_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
  }
}
.sh-cont4 .gsdz_list1 li {
  position: relative;
  background: #FFF7F3;
  z-index: 1;
  padding: 4.5rem 10%;
  text-align: center;
}
.sh-cont4 .gsdz_list1 li img {
  width: 5.1563rem;
  position: absolute;
  left: 0;
  top: 0;
}
.sh-cont4 .gsdz_list1 li img:last-child {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.sh-cont4 .gsdz_list1 li .tit {
  color: #F26430;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sh-cont4 .gsdz_list1 li .tit {
    font-size: 1.5rem;
  }
}
.sh-cont4 .gsdz_list1 li .txt {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .sh-cont4 .gsdz_list1 li .txt {
    font-size: 1.125rem;
  }
}
.sh-cont4 .gsdz_ast1 {
  position: relative;
  margin-top: 4.875rem;
}
@media (max-width: 768px) {
  .sh-cont4 .gsdz_ast1 {
    margin-top: 2rem;
  }
}
.sh-cont4 .gsdz_ast1 .mySwiper14 {
  border-radius: 2.3125rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sh-cont4 .gsdz_ast1 .mySwiper14 {
    border-radius: 1rem;
  }
}
.sh-cont4 .gsdz_ast1 .mySwiper14 .swiper-slide .img img {
  width: 100%;
  aspect-ratio: 1400/600;
  -o-object-fit: cover;
     object-fit: cover;
}
.sh-cont4 .gsdz_ast1 .swiper-pagination1 {
  margin-top: 2.125rem;
}
@media (max-width: 768px) {
  .sh-cont4 .gsdz_ast1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.sh-cont4 .gsdz_ast1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #F26430;
}

.sh-cont5 {
  background: url(../images/bja5.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.375rem 0 3.75rem;
}
@media (max-width: 768px) {
  .sh-cont5 {
    padding: 2.25rem 0;
  }
}
.sh-cont5 .hxgss_a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.25rem;
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .sh-cont5 .hxgss_a1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.sh-cont5 .hxgss_a1 li {
  background: #FFFFFF;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 4.125rem 10%;
}
@media (max-width: 768px) {
  .sh-cont5 .hxgss_a1 li {
    border-radius: 1.125rem;
    padding: 2.125rem 8%;
  }
}
.sh-cont5 .hxgss_a1 li u {
  display: block;
  font-size: 0;
  width: 4.375rem;
}
@media (max-width: 768px) {
  .sh-cont5 .hxgss_a1 li u {
    width: 3.5rem;
  }
}
.sh-cont5 .hxgss_a1 li u img {
  width: 100%;
}
.sh-cont5 .hxgss_a1 li .tit {
  color: #F26430;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.75rem 0 0.5rem;
}
@media (max-width: 768px) {
  .sh-cont5 .hxgss_a1 li .tit {
    font-size: 1.35rem;
  }
}
.sh-cont5 .hxgss_a1 li .p1 {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
}
.sh-cont5 .more-b {
  margin: 2.125rem auto 0;
}
@media (max-width: 768px) {
  .sh-cont5 .more-b {
    margin-top: 1.5rem;
  }
}

.sh-cont6 {
  padding: 6.125rem 0 4.875rem;
}
@media (max-width: 768px) {
  .sh-cont6 {
    padding: 2.5rem 0;
  }
}
.sh-cont6 .asdt_list6 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 {
    margin-top: 1.25rem;
  }
}
.sh-cont6 .asdt_list6 > li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sh-cont6 .asdt_list6 > li + li {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 > li + li {
    margin-top: 1.5rem;
  }
}
.sh-cont6 .asdt_list6 > li .img {
  width: 43.5%;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 > li .img {
    width: 100%;
  }
}
.sh-cont6 .asdt_list6 > li .img img {
  width: 100%;
}
.sh-cont6 .asdt_list6 > li .contpax {
  width: 48%;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 > li .contpax {
    width: 100%;
    margin-top: 1.65rem;
  }
}
.sh-cont6 .asdt_list6 > li .contpax .tit {
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 > li .contpax .tit {
    font-size: 1.65rem;
  }
}
.sh-cont6 .asdt_list6 > li .contpax .zzatxlist li {
  border-bottom: 1px solid #E6E6E5;
  padding: 1.125rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 > li .contpax .zzatxlist li {
    padding: 1rem 0;
  }
}
.sh-cont6 .asdt_list6 > li .contpax .zzatxlist li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(left, #F26430 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, #F26430 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #F26430 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #F26430 0%, rgba(255, 255, 255, 0) 100%);
  width: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.sh-cont6 .asdt_list6 > li .contpax .zzatxlist li .dt {
  cursor: pointer;
}
.sh-cont6 .asdt_list6 > li .contpax .zzatxlist li .dt p {
  width: 70%;
  color: #F26430;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 > li .contpax .zzatxlist li .dt p {
    font-size: 1.25rem;
  }
}
.sh-cont6 .asdt_list6 > li .contpax .zzatxlist li .dt i {
  color: rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  font-weight: 700;
}
.sh-cont6 .asdt_list6 > li .contpax .zzatxlist li .wehha-job {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 0.5rem;
  display: none;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 > li .contpax .zzatxlist li .wehha-job {
    font-size: 1rem;
  }
}
.sh-cont6 .asdt_list6 > li .contpax .zzatxlist li.active {
  border-color: transparent;
}
.sh-cont6 .asdt_list6 > li .contpax .zzatxlist li.active::after {
  width: 100%;
}
.sh-cont6 .asdt_list6 > li .contpax .more-b {
  margin-top: 2.125rem;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 > li .contpax .more-b {
    margin-top: 1.5rem;
  }
}
.sh-cont6 .asdt_list6 > li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .sh-cont6 .asdt_list6 > li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.hs-ashgt {
  background: url(../images/bja6.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.85rem 5%;
  border-radius: 2.5rem;
  text-align: center;
  color: #fff;
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .hs-ashgt {
    border-radius: 1.5rem;
    margin-top: 2.375rem;
  }
}
.hs-ashgt .tit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .hs-ashgt .tit {
    font-size: 1.65rem;
  }
}
.hs-ashgt .zd_ast {
  gap: 1.5rem;
  margin-top: 1rem;
}
.hs-ashgt .zd_ast .d_dtx {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .hs-ashgt .zd_ast .d_dtx {
    font-size: 1.25rem;
  }
}
.hs-ashgt .zd_ast .d_dtx i {
  display: block;
  font-size: 0;
  width: 2rem;
  margin-right: 0.75rem;
}
@media (max-width: 768px) {
  .hs-ashgt .zd_ast .d_dtx i {
    width: 1.65rem;
  }
}
.hs-ashgt .zd_ast .d_dtx i img {
  width: 100%;
}
.hs-ashgt .zd_ast .as_axt1 {
  gap: 0.75rem;
}
.hs-ashgt .zd_ast .as_axt1 li a.imgxd {
  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;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.hs-ashgt .zd_ast .as_axt1 li a.imgxd > img {
  width: 60%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.hs-ashgt .zd_ast .as_axt1 li a.imgxd u {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -webkit-calc(100% + 0.5rem);
  bottom: -moz-calc(100% + 0.5rem);
  bottom: calc(100% + 0.5rem);
  width: 7.8125rem;
  display: block;
  font-size: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-50%) translateY(10%);
     -moz-transform: translateX(-50%) translateY(10%);
      -ms-transform: translateX(-50%) translateY(10%);
       -o-transform: translateX(-50%) translateY(10%);
          transform: translateX(-50%) translateY(10%);
  pointer-events: none;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.125rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.07);
}
.hs-ashgt .zd_ast .as_axt1 li a.imgxd u img {
  width: 1005;
}
.hs-ashgt .zd_ast .as_axt1 li a.imgxd:hover {
  background: #fff;
}
.hs-ashgt .zd_ast .as_axt1 li a.imgxd:hover img {
  -webkit-filter: inherit;
          filter: inherit;
}
.hs-ashgt .zd_ast .as_axt1 li a.imgxd:hover u {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.mqcy-cont1 {
  padding-top: 1.75rem;
}
@media (max-width: 768px) {
  .mqcy-cont1 {
    padding-top: 1rem;
  }
}
.mqcy-cont1 .txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 1rem;
  color: #6C6B6C;
}
@media (max-width: 768px) {
  .mqcy-cont1 .txt {
    text-align: justify;
    margin-top: 0.75rem;
  }
}
.mqcy-cont1 .txt .more-b {
  margin: 2rem auto 0;
}
@media (max-width: 768px) {
  .mqcy-cont1 .txt .more-b {
    margin-top: 1rem;
  }
}
.mqcy-cont1 .heng1 {
  margin-top: 2.875rem;
}
@media (max-width: 768px) {
  .mqcy-cont1 .heng1 {
    margin-top: 1.5rem;
  }
}
.mqcy-cont1 .heng1 img {
  width: 100%;
}
.mqcy-cont1 .mqcy-a1v1 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .mqcy-cont1 .mqcy-a1v1 {
    margin-top: 1.5rem;
  }
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 {
  width: 50.7142857143%;
}
@media (max-width: 768px) {
  .mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 {
    width: 100%;
  }
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li + li {
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li + li {
    margin-top: 1.25rem;
  }
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li .imhgax {
  width: 28.1690140845%;
  position: relative;
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li .imhgax i {
  display: block;
  font-size: 0;
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li .imhgax i img {
  width: 42%;
  margin: 0 auto;
  display: block;
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li .imhgax p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #F26430;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li .imhgax p {
    font-size: 1.125rem;
  }
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li .txt {
  width: 66.1971830986%;
  text-align: left;
}
@media (max-width: 768px) {
  .mqcy-cont1 .mqcy-a1v1 .mqcy-a1b1 li .txt {
    font-size: 1rem;
  }
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b2 {
  width: 43.0714285714%;
}
@media (max-width: 768px) {
  .mqcy-cont1 .mqcy-a1v1 .mqcy-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.mqcy-cont1 .mqcy-a1v1 .mqcy-a1b2 img {
  width: 100%;
}

.mqcy-cont2 {
  padding: 8rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .mqcy-cont2 {
    padding-top: 2.5rem;
  }
}
.mqcy-cont2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: url(../images/bja7.svg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  z-index: -1;
}
.mqcy-cont2 .asht1 {
  position: absolute;
  left: 10%;
  top: 15%;
  width: 10.4375rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .mqcy-cont2 .asht1 {
    width: 2.5rem;
    left: 5%;
    top: 1.5rem;
  }
}
.mqcy-cont2 .asht1 img {
  width: 100%;
}
.mqcy-cont2 .txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 1rem;
  color: #6C6B6C;
}
@media (max-width: 768px) {
  .mqcy-cont2 .txt {
    text-align: justify;
    margin-top: 0.75rem;
    font-size: 1.125rem;
  }
}
.mqcy-cont2 .mySwiper15 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .mqcy-cont2 .mySwiper15 {
    margin-top: 1.5rem;
  }
}
.mqcy-cont2 .mySwiper15 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mqcy-cont2 .mySwiper15 .swiper-slide a.img i {
    border-radius: 1rem;
  }
}
.mqcy-cont2 .mySwiper15 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 334/420;
  -o-object-fit: cover;
     object-fit: cover;
}
.mqcy-cont2 .mySwiper15 .swiper-slide a.img p {
  color: #737373;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .mqcy-cont2 .mySwiper15 .swiper-slide a.img p {
    font-size: 1.125rem;
    padding: 0.75rem 0;
  }
}
.mqcy-cont2 .mySwiper15 .swiper-slide a.img:hover p {
  color: #F26430;
}
.mqcy-cont2 .mySwiper15 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .mqcy-cont2 .mySwiper15 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.mqcy-cont3 {
  padding: 8rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .mqcy-cont3 {
    padding-top: 2.5rem;
    overflow: hidden;
  }
  .mqcy-cont3 .tit-slai {
    text-wrap: balance;
    word-break: keep-all;
  }
}
.mqcy-cont3 .txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 1rem;
  color: #6C6B6C;
}
@media (max-width: 768px) {
  .mqcy-cont3 .txt {
    text-align: justify;
    margin-top: 0.75rem;
  }
}
.mqcy-cont3 .mqcy-a3v1 {
  margin-top: 4.375rem;
  position: relative;
  z-index: 1;
}
.mqcy-cont3 .mqcy-a3v1 .as1 li {
  width: 15.9285714286%;
  position: absolute;
  z-index: -1;
  left: -3%;
  top: 5%;
}
@media (max-width: 768px) {
  .mqcy-cont3 .mqcy-a3v1 .as1 li {
    top: -2rem;
  }
}
.mqcy-cont3 .mqcy-a3v1 .as1 li img {
  width: 100%;
}
.mqcy-cont3 .mqcy-a3v1 .as1 li:nth-child(2) {
  left: 0;
  top: auto;
  bottom: -2rem;
}
@media (max-width: 768px) {
  .mqcy-cont3 .mqcy-a3v1 .as1 li:nth-child(2) {
    bottom: -1rem;
  }
}
.mqcy-cont3 .mqcy-a3v1 .as1 li:nth-child(3) {
  width: 25.4285714286%;
  left: auto;
  right: -2rem;
  top: auto;
  bottom: -16.25rem;
}
@media (max-width: 768px) {
  .mqcy-cont3 .mqcy-a3v1 .as1 li:nth-child(3) {
    bottom: -2rem;
  }
}
.mqcy-cont3 .as1a1 {
  width: 63.5714285714%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mqcy-cont3 .as1a1 {
    width: 100%;
  }
}
.mqcy-cont3 .as1a1 li {
  width: 28.0898876404%;
}
.mqcy-cont3 .as1a1 li .img {
  position: relative;
}
.mqcy-cont3 .as1a1 li .img img {
  width: 100%;
}
.mqcy-cont3 .as1a1 li .img p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-linear-gradient(left, #F26430 0%, rgba(242, 100, 48, 0.4) 100%);
  background: -moz-linear-gradient(left, #F26430 0%, rgba(242, 100, 48, 0.4) 100%);
  background: -o-linear-gradient(left, #F26430 0%, rgba(242, 100, 48, 0.4) 100%);
  background: linear-gradient(90deg, #F26430 0%, rgba(242, 100, 48, 0.4) 100%);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 0.75rem 1em;
}
@media (max-width: 768px) {
  .mqcy-cont3 .as1a1 li .img p {
    font-size: 1rem;
    padding: 0.5rem 0.5em;
  }
}
.mqcy-cont3 .as1a1 li:nth-child(2) {
  width: 32.1348314607%;
  margin-top: 10.625rem;
}
@media (max-width: 768px) {
  .mqcy-cont3 .as1a1 li:nth-child(2) {
    margin-top: 5rem;
  }
}
.mqcy-cont3 .as1a1 li:nth-child(3) {
  width: 32.1348314607%;
}
.mqcy-cont3 .hs-ashgt {
  margin-top: 13.875rem;
  position: relative;
  z-index: 1;
  background: #4CD3F1;
}
@media (max-width: 768px) {
  .mqcy-cont3 .hs-ashgt {
    margin-top: 3rem;
  }
}

.car-cont1 .car-a1v1 {
  padding: 1.5rem 0 3.75rem;
}
@media (max-width: 768px) {
  .car-cont1 .car-a1v1 {
    padding: 1rem 0 2.5rem;
  }
}
.car-cont1 .car-a1v1 .txt {
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 1rem;
  color: #6C6B6C;
  text-align: justify;
}
@media (max-width: 768px) {
  .car-cont1 .car-a1v1 .txt {
    margin-top: 0.75rem;
  }
}
.car-cont1 .car-a1v1 .txt .more-b {
  margin: 1.25rem auto 0;
}
@media (max-width: 768px) {
  .car-cont1 .car-a1v1 .txt .more-b {
    margin-top: 1rem;
  }
}
.car-cont1 .car-a1v1 .car-a1v1d1 {
  position: relative;
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .car-cont1 .car-a1v1 .car-a1v1d1 {
    margin-top: 1.75rem;
  }
}
.car-cont1 .car-a1v1 .car-a1v1d1 u {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .car-cont1 .car-a1v1 .car-a1v1d1 u {
    display: none;
  }
}
.car-cont1 .car-a1v1 .car-a1v1d1 u img {
  width: 100%;
}
.car-cont1 .car-a1v1 .car-a1v1d1 .ast1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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) {
  .car-cont1 .car-a1v1 .car-a1v1d1 .ast1 {
    position: static;
  }
}
.car-cont1 .car-a1v1 .car-a1v1d1 .ast1 li {
  width: 33.3333333333%;
  text-align: center;
  padding: 6rem 5% 2rem;
  height: 100%;
}
@media (max-width: 768px) {
  .car-cont1 .car-a1v1 .car-a1v1d1 .ast1 li {
    width: 100%;
    padding: 2rem 7.5%;
    background: rgba(100, 69, 255, 0.04);
  }
  .car-cont1 .car-a1v1 .car-a1v1d1 .ast1 li + li {
    margin-top: 1.5rem;
  }
}
.car-cont1 .car-a1v1 .car-a1v1d1 .ast1 li .tit {
  width: 100%;
  color: #F26430;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .car-cont1 .car-a1v1 .car-a1v1d1 .ast1 li .tit {
    font-size: 1.75rem;
  }
}
.car-cont1 .car-a1v1 .car-a1v1d1 .ast1 li .ftit {
  width: 100%;
  color: #333333;
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 500;
  margin: 1.5rem 0 1rem;
}
@media (max-width: 768px) {
  .car-cont1 .car-a1v1 .car-a1v1d1 .ast1 li .ftit {
    font-size: 1.5rem;
    margin: 1rem 0 0.75rem;
  }
}
.car-cont1 .car-a1v1 .car-a1v1d1 .ast1 li .p1 {
  width: 100%;
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .car-cont1 .car-a1v1 .car-a1v1d1 .ast1 li .p1 {
    font-size: 1.125rem;
  }
}

.car-cont2 {
  background: #F8F6FF;
  padding: 7.125rem 0 5.125rem;
}
@media (max-width: 768px) {
  .car-cont2 {
    padding: 2.5rem 0;
  }
}
.car-cont2 .hx_list1 {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .car-cont2 .hx_list1 {
    margin-top: 1.5rem;
    gap: 0.75rem 0;
  }
}
.car-cont2 .hx_list1 li a {
  display: block;
  font-size: 1.25rem;
  line-height: 2em;
  padding: 0.25rem 2em;
  border-radius: 3.75rem;
}
@media (max-width: 768px) {
  .car-cont2 .hx_list1 li a {
    font-size: 1.125rem;
    padding: 0.125rem 1.5em;
  }
}
.car-cont2 .hx_list1 li.on a {
  color: #fff;
  background: #6445FF;
}
.car-cont2 .hx_list2 {
  margin-top: 2.4375rem;
}
@media (max-width: 768px) {
  .car-cont2 .hx_list2 {
    margin-top: 1.5rem;
  }
}
.car-cont2 .hx_list2 > li {
  display: none;
}
.car-cont2 .hx_list2 > li .as_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .car-cont2 .hx_list2 > li .as_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.car-cont2 .hx_list2 > li .as_list1 li .img {
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .car-cont2 .hx_list2 > li .as_list1 li .img {
    border-radius: 1.25rem;
  }
}
.car-cont2 .hx_list2 > li .as_list1 li .img img {
  width: 100%;
}
.car-cont2 .more-b {
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .car-cont2 .more-b {
    margin-top: 1.5rem;
  }
}

.car-cont3 {
  padding: 5.875rem 0 5.125rem;
}
@media (max-width: 768px) {
  .car-cont3 {
    padding: 2.5rem 0;
  }
}
.car-cont3 .car-a3_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3.75rem;
  margin-top: 3.375rem;
}
@media (max-width: 768px) {
  .car-cont3 .car-a3_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.car-cont3 .car-a3_list1 li {
  text-align: center;
}
.car-cont3 .car-a3_list1 li i {
  display: block;
  font-size: 0;
  width: 4.375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .car-cont3 .car-a3_list1 li i {
    width: 3.75rem;
  }
}
.car-cont3 .car-a3_list1 li i img {
  width: 100%;
}
.car-cont3 .car-a3_list1 li .tit {
  color: #454545;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0.9rem 0 0.5rem;
}
@media (max-width: 768px) {
  .car-cont3 .car-a3_list1 li .tit {
    font-size: 1.35rem;
  }
}
.car-cont3 .car-a3_list1 li .p1 {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.65em;
}

.ipwl-cont1 {
  padding-top: 6.25rem;
}
@media (max-width: 768px) {
  .ipwl-cont1 {
    padding-top: 1rem;
  }
}
.ipwl-cont1 .ipwl-a1v1 {
  position: relative;
}
.ipwl-cont1 .ipwl-a1v1 u {
  display: block;
  font-size: 0;
  width: 45.4285714286%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ipwl-cont1 .ipwl-a1v1 u {
    display: none;
  }
}
.ipwl-cont1 .ipwl-a1v1 u img {
  width: 100%;
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 {
  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: 16rem 1rem;
  position: absolute;
  left: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 7%;
}
@media (max-width: 768px) {
  .ipwl-cont1 .ipwl-a1v1 .ash1a1 {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    padding: 0;
    gap: 1.5rem 1rem;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 li {
  width: 41.1326378539%;
}
@media (max-width: 768px) {
  .ipwl-cont1 .ipwl-a1v1 .ash1a1 li {
    width: 100%;
  }
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 li .cont-p {
  width: -webkit-calc(92% - 7.125rem);
  width: -moz-calc(92% - 7.125rem);
  width: calc(92% - 7.125rem);
  text-align: right;
}
@media (max-width: 768px) {
  .ipwl-cont1 .ipwl-a1v1 .ash1a1 li .cont-p {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    width: -webkit-calc(96% - 5.125rem);
    width: -moz-calc(96% - 5.125rem);
    width: calc(96% - 5.125rem);
  }
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 li .cont-p .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .ipwl-cont1 .ipwl-a1v1 .ash1a1 li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 li .cont-p .p1 {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.5em;
  height: 4.8em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ipwl-cont1 .ipwl-a1v1 .ash1a1 li .cont-p .p1 {
    height: auto;
    font-size: 1.125rem;
  }
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 li .img {
  width: 7.125rem;
  height: 7.125rem;
  background: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 1.5rem rgba(0, 0, 0, 0.05));
}
@media (max-width: 768px) {
  .ipwl-cont1 .ipwl-a1v1 .ash1a1 li .img {
    width: 5.125rem;
    height: 5.125rem;
  }
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 li .img img {
  width: 50%;
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 li:nth-child(2n) .cont-p {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 li:hover .img {
  background: #DC5F24;
}
.ipwl-cont1 .ipwl-a1v1 .ash1a1 li:hover .img img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.asht1axz-ax > div:nth-child(2n) .cont-p {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.asht1axz-ax > div:nth-child(2) {
  background: rgba(249, 208, 33, 0.24);
}
.asht1axz-ax > div:nth-child(4) {
  background: rgba(220, 95, 36, 0.24);
}

.ipwl-gong {
  padding: 5.9375rem 0;
}
@media (max-width: 768px) {
  .ipwl-gong {
    padding: 2.5rem 0;
  }
}
.ipwl-gong .cont-p {
  width: 40.1428571429%;
}
@media (max-width: 768px) {
  .ipwl-gong .cont-p {
    width: 100%;
  }
}
.ipwl-gong .cont-p > .tit {
  color: #333333;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .ipwl-gong .cont-p > .tit {
    font-size: 2rem;
  }
}
.ipwl-gong .cont-p .txt {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .ipwl-gong .cont-p .txt {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}
.ipwl-gong .cont-p .ast_sxta {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .ipwl-gong .cont-p .ast_sxta {
    margin-top: 1rem;
  }
}
.ipwl-gong .cont-p .ast_sxta li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.95em 0;
  position: relative;
  cursor: pointer;
}
.ipwl-gong .cont-p .ast_sxta li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #EA601F;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ipwl-gong .cont-p .ast_sxta li .tit {
  color: #5B5A5B;
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .ipwl-gong .cont-p .ast_sxta li .tit {
    width: 75%;
  }
}
.ipwl-gong .cont-p .ast_sxta li i {
  color: #6C6B6C;
  font-size: 1.25rem;
}
.ipwl-gong .cont-p .ast_sxta li.on::before {
  width: 100%;
}
.ipwl-gong .cont-p .ast_sxta li.on .tit {
  color: #EA601F;
}
.ipwl-gong .cont-p .ast_sxta li.on i {
  color: #EA601F;
}
.ipwl-gong .cont-p .ast_sxta.ast_sxta-axt {
  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;
}
.ipwl-gong .cont-p .ast_sxta.ast_sxta-axt li {
  width: 48%;
}
.ipwl-gong .cont-p .more-b {
  margin-top: 1rem;
}
.ipwl-gong .img {
  width: 48.1428571429%;
}
@media (max-width: 768px) {
  .ipwl-gong .img {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.85rem;
  }
}
.ipwl-gong .img .ash_at1 li {
  display: none;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ipwl-gong .img .ash_at1 li {
    border-radius: 1.125rem;
  }
}
.ipwl-gong .img .ash_at1 li img {
  width: 100%;
}

.ipwl-cont6 {
  padding: 5.625rem 0 3.75rem;
}
@media (max-width: 768px) {
  .ipwl-cont6 {
    padding: 2.5rem 0 1rem;
  }
}
.ipwl-cont6 .mySwiper7 {
  padding: 0 1px;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .ipwl-cont6 .mySwiper7 {
    margin-top: 1rem;
  }
}
.ipwl-cont6 .mySwiper7 .swiper-slide a.img {
  display: block;
  font-size: 0;
  border: 1px solid #D9D9D9;
}
.ipwl-cont6 .mySwiper7 .swiper-slide a.img + a.img {
  margin-top: 1.35rem;
}
.ipwl-cont6 .mySwiper7 .swiper-slide a.img img {
  width: 100%;
}
.ipwl-cont6 .mySwiper7 .swiper-pagination1 {
  margin-top: 2rem;
}
.ipwl-cont6 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #DC5F24;
}
@media (max-width: 768px) {
  .ipwl-cont6 .mySwiper7 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.ipwl-cont6 .hs-ashgt {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .ipwl-cont6 .hs-ashgt {
    margin-top: 1.65rem;
  }
}

.shds-cont1 .shds-a1v1 {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .shds-cont1 .shds-a1v1 {
    padding-top: 1rem;
  }
}
.shds-cont1 .shds-a1v1 .ast_st1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .shds-cont1 .shds-a1v1 .ast_st1 {
    margin-top: 1.5rem;
    gap: 1rem 0;
  }
}
.shds-cont1 .shds-a1v1 .ast_st1 li {
  width: 28%;
  text-align: center;
}
@media (max-width: 768px) {
  .shds-cont1 .shds-a1v1 .ast_st1 li {
    width: 100%;
  }
}
.shds-cont1 .shds-a1v1 .ast_st1 li i {
  display: block;
  font-size: 0;
  width: 4.625rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .shds-cont1 .shds-a1v1 .ast_st1 li i {
    width: 4rem;
  }
}
.shds-cont1 .shds-a1v1 .ast_st1 li i img {
  width: 100%;
}
.shds-cont1 .shds-a1v1 .ast_st1 li .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1.25rem 0 0.75rem;
}
@media (max-width: 768px) {
  .shds-cont1 .shds-a1v1 .ast_st1 li .tit {
    font-size: 1.35rem;
    margin: 1rem 0 0.5rem;
  }
}
.shds-cont1 .shds-a1v1 .ast_st1 li .p1 {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  text-align: left;
}
@media (max-width: 768px) {
  .shds-cont1 .shds-a1v1 .ast_st1 li .p1 {
    font-size: 1.125rem;
  }
}

.shds-cont2 {
  padding: 5.9375rem 0;
}
@media (max-width: 768px) {
  .shds-cont2 {
    padding: 2.5rem 0;
  }
}
.shds-cont2 .qyyxa {
  padding: 0 2%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .shds-cont2 .qyyxa {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem 1rem;
    padding: 0;
  }
}
.shds-cont2 .qyyxa li {
  text-align: center;
  position: relative;
}
.shds-cont2 .qyyxa li a.imgax {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.shds-cont2 .qyyxa li a.imgax i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .shds-cont2 .qyyxa li a.imgax i {
    border-radius: 1rem;
  }
}
.shds-cont2 .qyyxa li a.imgax i img {
  width: 100%;
}
.shds-cont2 .qyyxa li a.imgax p {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.6em;
  padding: 0.75em 0;
}
@media (max-width: 768px) {
  .shds-cont2 .qyyxa li a.imgax p {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
.shds-cont2 .qyyxa li .con-erx {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 120%;
  padding: 0.65rem;
  background: #fff;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.35rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.shds-cont2 .qyyxa li a.imgax:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.shds-cont2 .qyyxa li a.imgax:hover .con-erx {
  bottom: 110%;
  opacity: 1;
}

.shds-cont3 {
  background: #FEF2F4;
  padding: 7.375rem 0 9.5rem;
}
@media (max-width: 768px) {
  .shds-cont3 {
    padding: 2.5rem 0;
  }
}
.shds-cont3 .hx_list1 {
  margin-top: 2.1875rem;
}
@media (max-width: 768px) {
  .shds-cont3 .hx_list1 {
    margin-top: 1.25rem;
    gap: 0.75rem 0;
  }
}
.shds-cont3 .hx_list1 li a {
  display: block;
  font-size: 1.25rem;
  line-height: 2em;
  padding: 0.25rem 2em;
  border-radius: 3.75rem;
}
@media (max-width: 768px) {
  .shds-cont3 .hx_list1 li a {
    font-size: 1.125rem;
    padding: 0.125rem 1.5em;
  }
}
.shds-cont3 .hx_list1 li.on a {
  color: #fff;
  background: #C70025;
}
.shds-cont3 .hx_list2 {
  margin-top: 2.4375rem;
}
@media (max-width: 768px) {
  .shds-cont3 .hx_list2 {
    margin-top: 1.5rem;
  }
}
.shds-cont3 .hx_list2 > li {
  display: none;
}
.shds-cont3 .hx_list2 > li .mySwiper15 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .shds-cont3 .hx_list2 > li .mySwiper15 {
    margin-top: 1.5rem;
  }
}
.shds-cont3 .hx_list2 > li .mySwiper15 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .shds-cont3 .hx_list2 > li .mySwiper15 .swiper-slide a.img i {
    border-radius: 1rem;
  }
}
.shds-cont3 .hx_list2 > li .mySwiper15 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 334/420;
  -o-object-fit: cover;
     object-fit: cover;
}
.shds-cont3 .hx_list2 > li .mySwiper15 .swiper-slide a.img p {
  color: #737373;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .shds-cont3 .hx_list2 > li .mySwiper15 .swiper-slide a.img p {
    font-size: 1.125rem;
    padding: 0.75rem 0;
  }
}
.shds-cont3 .hx_list2 > li .mySwiper15 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .shds-cont3 .hx_list2 > li .mySwiper15 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.shds-cont4 {
  padding-top: 6.5625rem;
}
@media (max-width: 768px) {
  .shds-cont4 {
    padding-top: 2.5rem;
  }
}
.shds-cont4 .hxms_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.625rem 6.8125rem;
  margin-top: 5.5rem;
}
@media (max-width: 768px) {
  .shds-cont4 .hxms_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.shds-cont4 .hxms_list1 li u {
  display: block;
  width: 5.25rem;
}
@media (max-width: 768px) {
  .shds-cont4 .hxms_list1 li u {
    width: 4rem;
  }
}
.shds-cont4 .hxms_list1 li u img {
  width: 100%;
}
.shds-cont4 .hxms_list1 li .cont-p {
  width: -webkit-calc(93% - 5.25rem);
  width: -moz-calc(93% - 5.25rem);
  width: calc(93% - 5.25rem);
}
@media (max-width: 768px) {
  .shds-cont4 .hxms_list1 li .cont-p {
    width: -webkit-calc(93% - 4rem);
    width: -moz-calc(93% - 4rem);
    width: calc(93% - 4rem);
  }
}
.shds-cont4 .hxms_list1 li .cont-p .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .shds-cont4 .hxms_list1 li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.shds-cont4 .hxms_list1 li .cont-p .txt {
  color: #6C6B6C;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .shds-cont4 .hxms_list1 li .cont-p .txt {
    font-size: 1.125rem;
  }
}

.dhzb-cont2 {
  background: #FFEDE6;
}
.dhzb-cont2 .cont-p {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.dhzb-cont3 {
  padding: 5.5rem 0 2.75rem;
}
@media (max-width: 768px) {
  .dhzb-cont3 {
    padding: 2.5rem 0 1rem;
  }
}
.dhzb-cont3 .mySwiper16 {
  margin-top: 2.525rem;
}
@media (max-width: 768px) {
  .dhzb-cont3 .mySwiper16 {
    margin-top: 1.5rem;
  }
}
.dhzb-cont3 .mySwiper16 .swiper-slide a.img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
}
.dhzb-cont3 .mySwiper16 .swiper-slide a.img img {
  width: 100%;
}
.dhzb-cont3 .mySwiper16 .swiper-pagination1 {
  margin-top: 1.625rem;
}
@media (max-width: 768px) {
  .dhzb-cont3 .mySwiper16 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.dhzb-cont3 .hs-ashgt {
  background: #C70025;
}

.sctd-cont1 .tit-slai {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .sctd-cont1 .tit-slai {
    margin-top: 1rem;
  }
}
.sctd-cont1 .txt {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  color: #6C6B6C;
  width: 55.7142857143%;
  margin: 0 auto;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .sctd-cont1 .txt {
    text-align: justify;
    margin-top: 0.75rem;
    width: 100%;
  }
}
.sctd-cont1 .txt .more-b {
  margin: 1.25rem auto 0;
}
@media (max-width: 768px) {
  .sctd-cont1 .txt .more-b {
    margin-top: 1rem;
  }
}
.sctd-cont1 .img {
  border-radius: 2.5rem;
  overflow: hidden;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .sctd-cont1 .img {
    margin-top: 1.5rem;
    border-radius: 1.25rem;
  }
}
.sctd-cont1 .img img {
  width: 100%;
}

.sctd-cont2 .tit-slai {
  line-height: 1.25em;
  text-align: left;
}
.sctd-cont2 .sctd-a2v1 {
  margin-top: 8.125rem;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v1 {
    margin-top: 2.5rem;
  }
}
.sctd-cont2 .sctd-a2v1 .tit-slai {
  width: 27%;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v1 .tit-slai {
    width: 100%;
  }
}
.sctd-cont2 .sctd-a2v1 .txt {
  width: 52%;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  color: #6C6B6C;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v1 .txt {
    width: 100%;
    margin-top: 1rem;
  }
}
.sctd-cont2 .sctd-a2v1 .heng1 {
  width: 100%;
  display: block;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v1 .heng1 {
    margin-top: 1.5rem;
  }
}
.sctd-cont2 .sctd-a2v1 .heng1 img {
  width: 100%;
}
.sctd-cont2 .sctd-a2v2 {
  background: #F8F8F8;
  padding: 9.375rem 0 17rem;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v2 {
    padding: 2.5rem 0;
  }
}
.sctd-cont2 .sctd-a2v2 .sctd-a2v2b1 {
  width: 58.1428571429%;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v2 .sctd-a2v2b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.sctd-cont2 .sctd-a2v2 .sctd-a2v2b1 u {
  display: block;
  font-size: 0;
  border-radius: 2.5rem;
  overflow: hidden;
  width: 46.9287469287%;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v2 .sctd-a2v2b1 u {
    border-radius: 1rem;
  }
}
.sctd-cont2 .sctd-a2v2 .sctd-a2v2b1 u:nth-child(1) {
  -webkit-transform: translateY(6.875rem);
     -moz-transform: translateY(6.875rem);
      -ms-transform: translateY(6.875rem);
       -o-transform: translateY(6.875rem);
          transform: translateY(6.875rem);
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v2 .sctd-a2v2b1 u:nth-child(1) {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.sctd-cont2 .sctd-a2v2 .sctd-a2v2b1 u img {
  width: 100%;
}
.sctd-cont2 .sctd-a2v2 .sctd-a2v2b2 {
  width: 34.6428571429%;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v2 .sctd-a2v2b2 {
    width: 100%;
  }
}
.sctd-cont2 .sctd-a2v2 .sctd-a2v2b2 .txt {
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  color: #6C6B6C;
  margin-top: 1.25rem;
}
.sctd-cont2 .sctd-a2v3 {
  padding: 7.5rem 0 2.1875rem;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v3 {
    padding: 2.5rem 0 1rem;
  }
}
.sctd-cont2 .sctd-a2v3 .sctd-a2v3-ax {
  padding-right: 4.4791666667%;
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v3 .sctd-a2v3-ax {
    padding: 0 4%;
  }
}
.sctd-cont2 .sctd-a2v3 .sctd-a2v3-ax .sctd-a2v3c1 {
  width: 30.931122449%;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v3 .sctd-a2v3-ax .sctd-a2v3c1 {
    width: 100%;
  }
}
.sctd-cont2 .sctd-a2v3 .sctd-a2v3-ax .sctd-a2v3c1 .txt {
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  color: #6C6B6C;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v3 .sctd-a2v3-ax .sctd-a2v3c1 .txt {
    margin-top: 1rem;
  }
}
.sctd-cont2 .sctd-a2v3 .sctd-a2v3-ax .sctd-a2v3c2 {
  width: 62.5%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sctd-cont2 .sctd-a2v3 .sctd-a2v3-ax .sctd-a2v3c2 {
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 1rem;
  }
}
.sctd-cont2 .sctd-a2v3 .sctd-a2v3-ax .sctd-a2v3c2 img {
  width: 100%;
}

.hzkh-cont1 .mySwiper71 {
  padding: 0 1px;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .hzkh-cont1 .mySwiper71 {
    margin-top: 1rem;
  }
}
.hzkh-cont1 .mySwiper71 .swiper-slide a.img {
  display: block;
  font-size: 0;
  border: 1px solid #D9D9D9;
}
.hzkh-cont1 .mySwiper71 .swiper-slide a.img + a.img {
  margin-top: 1.35rem;
}
.hzkh-cont1 .mySwiper71 .swiper-slide a.img img {
  width: 100%;
}
.hzkh-cont1 .mySwiper71 .swiper-pagination1 {
  margin-top: 2rem;
}
.hzkh-cont1 .mySwiper71 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}
@media (max-width: 768px) {
  .hzkh-cont1 .mySwiper71 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.jgxcl-cont1 {
  margin-top: 1rem;
}

.xcl-cont2.jgxcl-cont2 {
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  .xcl-cont2.jgxcl-cont2 {
    padding-top: 1rem;
  }
}
.xcl-cont2.jgxcl-cont2 .ash-list1 li .cont-p .tit {
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: 600;
  color: #333;
}
.xcl-cont2.jgxcl-cont2 .ash-list1 li .cont-p .entit {
  font-size: 1.25rem;
  color: #666;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}

.jxhg-cont31 {
  padding: 0 0 9.25rem;
}
@media (max-width: 768px) {
  .jxhg-cont31 {
    padding-bottom: 2.25rem;
  }
}
.jxhg-cont31 .jxhg-cont31-v1 {
  padding-right: var(--cbasta);
}
@media (max-width: 768px) {
  .jxhg-cont31 .jxhg-cont31-v1 {
    padding: 0 var(--cbasta);
  }
}
.jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b {
  margin-top: 2.5rem;
  padding: 0 1px;
}
@media (max-width: 768px) {
  .jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b {
    margin-top: 1rem;
  }
}
.jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-slide .img {
  width: 53.9156626506%;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-slide .img {
    border-radius: 1.25rem;
    width: 100%;
  }
}
.jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-slide .img img {
  width: 100%;
}
.jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-slide .cont-p {
  width: 40.3614457831%;
}
@media (max-width: 768px) {
  .jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-slide .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-slide .cont-p .tit {
  color: #333333;
  font-size: 1.6875rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-slide .cont-p .tit {
    font-size: 1.35rem;
  }
}
.jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-slide .cont-p .p-txt {
  color: #6C6B6C;
  font-size: 1.35rem;
  line-height: 1.6666666667em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-slide .cont-p .p-txt {
    font-size: 1.125rem;
  }
}
.jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-pagination1 {
  margin-top: 2rem;
  padding-left: var(--cbasta);
}
@media (max-width: 768px) {
  .jxhg-cont31 .jxhg-cont31-v1 .mySwiper1b .swiper-pagination1 {
    padding-left: 0;
    margin-top: 1.25rem;
  }
}