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

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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #646A73;
  --color-zt: #EE3434;
  --head-height: 3.75rem;
  --cbasta: 13.5416666667%;
  --color-jb: linear-gradient(93deg, #FF5D5D 14.94%, #EE3434 97.19%);
  --radius: 1.25rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --radius: 1rem;
  }
}

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

.more-a {
  display: inline-block;
  padding: 0.85rem 2rem;
  border-radius: 3.125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-width: 11rem;
}
@media (max-width: 768px) {
  .more-a {
    min-width: 8.9rem;
  }
}
.more-a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-jb);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more-a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--color-jb);
  -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-a span {
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  z-index: 2;
}
.more-a:hover::before {
  -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-a:hover span {
  color: #fff;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.more-a.hs {
  background: var(--color-jb);
}
.more-a.hs span {
  color: #fff;
  -webkit-text-fill-color: inherit;
}
.more-a.hs::before {
  background: #fff;
}
.more-a.hs:hover span {
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.more-a.bs::after {
  background: #fff;
}
.more-a.bs span {
  color: #fff;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.more-a.bs:hover::after {
  background: var(--color-jb);
}

.more-b {
  display: inline-block;
  padding: 0.95rem 1.65rem 0.95rem 2rem;
  border-radius: 3.125rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: var(--color-jb);
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 0.8rem 0.6rem 1.72rem;
  }
}
.more-b > div {
  gap: 1rem;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b span {
  display: block;
  font-size: 1.75rem;
  line-height: 1.125em;
  -webkit-transform: translateY(-0.125rem);
     -moz-transform: translateY(-0.125rem);
      -ms-transform: translateY(-0.125rem);
       -o-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}
@media (max-width: 768px) {
  .more-b span {
    font-size: 1.125rem;
  }
}
.more-b .jt {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 768px) {
  .more-b .jt {
    width: 2.45rem;
    height: 2.45rem;
  }
}
.more-b .jt i {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .more-b .jt i {
    font-size: 1rem;
  }
}
.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:hover span {
  background: -webkit-linear-gradient(left, #FA411E 0%, #D41B28 100%);
  background: -moz-linear-gradient(left, #FA411E 0%, #D41B28 100%);
  background: -o-linear-gradient(left, #FA411E 0%, #D41B28 100%);
  background: linear-gradient(90deg, #FA411E 0%, #D41B28 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.more-b:hover .jt {
  background: var(--color-jb);
}
.more-b:hover .jt i {
  color: #fff;
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .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 .head1 {
  background: #141B1E;
  line-height: var(--head-height);
}
.head .head1 .p {
  color: #fff;
  font-size: 1.125rem;
  padding-right: 1.5em;
}
.head .head1 a.btn-more {
  border-radius: 60px;
  background: -webkit-linear-gradient(3deg, #FFF 4.19%, #FFC6CA 92.73%);
  background: -moz-linear-gradient(3deg, #FFF 4.19%, #FFC6CA 92.73%);
  background: -o-linear-gradient(3deg, #FFF 4.19%, #FFC6CA 92.73%);
  background: linear-gradient(87deg, #FFF 4.19%, #FFC6CA 92.73%);
  display: block;
  color: #D41B28;
  font-size: 1rem;
  line-height: 2em;
  padding: 0 0.65em;
}
.head .head1 a.btn-more i {
  font-size: 0.875rem;
  font-weight: 600;
}
.head .head2 {
  position: relative;
  background: #fff;
  width: 100%;
}
.head .head2 .logo {
  line-height: var(--head-height);
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.75rem;
}
.head .head2 .toubuas {
  width: -webkit-calc(95% - 5rem);
  width: -moz-calc(95% - 5rem);
  width: calc(95% - 5rem);
}
.head .head2 .nav-yc .tel-top {
  gap: 0.5rem;
}
.head .head2 .nav-yc .tel-top img {
  width: 1.25rem;
}
.head .head2 .nav-yc .tel-top p {
  font-size: 1.125rem;
  font-weight: 700;
  background: -webkit-linear-gradient(357deg, #FF5D5D 14.94%, #EE3434 97.19%);
  background: -moz-linear-gradient(357deg, #FF5D5D 14.94%, #EE3434 97.19%);
  background: -o-linear-gradient(357deg, #FF5D5D 14.94%, #EE3434 97.19%);
  background: linear-gradient(93deg, #FF5D5D 14.94%, #EE3434 97.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.head .head2 .sska {
  line-height: 1em;
  margin: 0 3rem 0 1.5rem;
}
.head .head2 .sska a {
  color: #333333;
  font-size: 1rem;
}
.head .head2 .sska a i {
  font-size: 1.125rem;
  margin-right: 0.4em;
}
.head .head2 .more-a {
  padding: 0.7rem 2rem;
  min-width: inherit;
}
.head .head2 .more-a + .more-a {
  margin-left: 0.875rem;
}
.head.sticky .head2 {
  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;
}

#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  display: block;
  color: #1F2329;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: var(--head-height);
}
#menu .nav_a1 li > a i {
  font-size: 0.75rem;
  font-weight: 600;
  margin-left: 0.3rem;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0%;
  background: white;
  z-index: 9;
  padding: 2.1875rem 0 3.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#menu .nav_a1 li .sec a {
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.6em 0;
  color: #333333;
  display: block;
  font-weight: 600;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec .wej-x-cont1 {
  width: 28.6458333333%;
}
#menu .nav_a1 li .sec .wej-x-cont1 .wej-x-a1 {
  width: 31.8181818182%;
}
#menu .nav_a1 li .sec .wej-x-cont1 .wej-x-a2 {
  width: 64%;
}
#menu .nav_a1 li .sec .wej-x-cont1 .wej-x-a2 .img img {
  width: 100%;
  aspect-ratio: 352/198;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 li .sec .wej-x-cont2 {
  width: 46.875%;
  margin-left: 15%;
}
#menu .nav_a1 li .sec .wej-x-cont2 .wej-x-a1 {
  width: 23.6666666667%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#menu .nav_a1 li .sec .wej-x-cont2 .wej-x-a1 a.on {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec .wej-x-cont2 .wej-x-axa1 {
  width: 36.6666666667%;
  padding-left: 5%;
}
#menu .nav_a1 li .sec .wej-x-cont2 .wej-x-axa1 .tta a {
  color: #777;
  font-size: 0.875rem;
  font-weight: 400;
}
#menu .nav_a1 li .sec .wej-x-cont2 .wej-x-axa1 .tta a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec .wej-x-cont2 .wej-x-a2 {
  width: 39.1111111111%;
}
#menu .nav_a1 li .sec .wej-x-cont2 .wej-x-a2 .img img {
  width: 100%;
  aspect-ratio: 352/198;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

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

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

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "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%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    bottom: 28%;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.25rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-b {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 24.4565217391%;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat {
    bottom: 6%;
  }
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: #fff;
  width: 1.6875rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}
.pc-banner .ghas-x {
  position: absolute;
  left: 0;
  bottom: 4.0217391304%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .pc-banner .ghas-x {
    position: static;
  }
}
.pc-banner .ghas-x .ash1 {
  border-bottom: 1px solid #DFDDDD;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(15px);
  padding: 2.1875rem 0;
}
@media (max-width: 768px) {
  .pc-banner .ghas-x .ash1 {
    border-bottom: none;
    box-shadow: none;
    gap: 0.75rem 0;
    padding-bottom: 0.5rem;
  }
}
.pc-banner .ghas-x .ash1 li {
  width: 25%;
}
@media (max-width: 768px) {
  .pc-banner .ghas-x .ash1 li {
    width: 48%;
  }
}
.pc-banner .ghas-x .ash1 li + li {
  border-left: 1px solid #EAEAEA;
}
@media (max-width: 768px) {
  .pc-banner .ghas-x .ash1 li + li {
    border-left: none;
  }
}
.pc-banner .ghas-x .ash1 li .ablock {
  gap: 1rem;
  padding: 0.35rem 0;
}
@media (max-width: 768px) {
  .pc-banner .ghas-x .ash1 li .ablock {
    gap: 0.5rem;
  }
}
.pc-banner .ghas-x .ash1 li .ablock i {
  display: block;
  font-size: 0;
  width: 2.75rem;
}
@media (max-width: 768px) {
  .pc-banner .ghas-x .ash1 li .ablock i {
    margin: 0 auto;
  }
}
.pc-banner .ghas-x .ash1 li .ablock i img {
  width: 100%;
}
@media (max-width: 768px) {
  .pc-banner .ghas-x .ash1 li .ablock .wenata {
    width: 100%;
    text-align: center;
  }
}
.pc-banner .ghas-x .ash1 li .ablock .wenata .tit {
  color: #1F2329;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .pc-banner .ghas-x .ash1 li .ablock .wenata .tit {
    font-size: 1.125rem;
  }
}
.pc-banner .ghas-x .ash1 li .ablock .wenata .p {
  color: #646A73;
  font-size: 0.875rem;
  line-height: 1.25em;
  margin-top: 0.5em;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 600 0.875rem/1.5em "Montserrat";
  margin-bottom: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

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

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

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

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

.overa {
  overflow: hidden;
}

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

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

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

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

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

.gong-p {
  color: #626262;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  color: #1F2329;
  text-align: center;
}
.title1 .tit {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
  position: relative;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .tit::after {
  content: "";
  width: 1em;
  height: 1px;
  background: var(--color-zt);
  display: block;
  margin: 0.85rem auto 0;
}
.title1.bs {
  color: #fff;
}
.title1.bs .tit::after {
  background: #fff;
}
.title1.tl {
  text-align: left;
}
.title1.tl .tit::after {
  margin-left: 0;
}

.cont1 {
  padding: 4.875rem 0 3.125rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0 1rem;
  }
}
.cont1 .a1_list1 {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
  }
}
.cont1 .a1_list1 li a {
  display: block;
  padding: 2.625rem 10% 5rem;
  height: 100%;
  background: #FAFAFC;
  border-radius: var(--radius);
  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) {
  .cont1 .a1_list1 li a {
    padding: 2.625rem 8%;
  }
}
.cont1 .a1_list1 li a i {
  display: block;
  font-size: 0;
  width: 46.8253968254%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a i {
    width: 39.6825396825%;
  }
}
.cont1 .a1_list1 li a i img {
  width: 100%;
}
.cont1 .a1_list1 li a .tit {
  text-align: center;
  color: #1F2329;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a .tit {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.cont1 .a1_list1 li a .txt {
  color: #646A73;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.5rem;
}
.cont1 .a1_list1 li a:hover {
  background: #FFF;
  box-shadow: 0 0.75rem 1.2rem 0 rgba(176, 191, 231, 0.15);
}
.cont1 .a1_v1 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.125rem 5% 3.75rem;
  border-radius: var(--radius);
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 {
    margin-top: 1.85rem;
    padding: 2.85rem 5%;
  }
}
.cont1 .a1_v1 .tit {
  text-align: center;
  color: #1F2329;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25em;
}
.cont1 .a1_v1 .p1 {
  color: #646A73;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 2.25em;
  margin: 0.65rem 0 1.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .p1 {
    gap: 1rem 1.5em;
    margin: 0.85rem 0 1rem;
  }
}
.cont1 .a1_v1 .a1_v1c1 {
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_v1c1 {
    gap: 1rem;
  }
}

.cont2 {
  padding-top: 2rem;
}
.cont2 .a2_list1 {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 {
    margin-top: 1.5rem;
  }
}
.cont2 .a2_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  text-align: center;
  color: #fff;
  padding: 6.75rem 1% 6.375rem;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 2.75rem 4%;
  }
}
.cont2 .a2_list1 li i {
  display: block;
  font-size: 0;
  width: 6.5625rem;
  margin: 0 auto;
}
.cont2 .a2_list1 li i img {
  width: 100%;
}
.cont2 .a2_list1 li .tit {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li .tit {
    font-size: 1.25rem;
  }
}
.cont2 .a2_list1 li .p1 {
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 1.25rem;
}
.cont2 .a2_list1 li .a1_v1c1 {
  gap: 1.25rem;
  margin-top: 1.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li .a1_v1c1 {
    gap: 1rem;
    margin-top: 1.125rem;
  }
}
.cont2 .a2_list1 li:hover .a1_v1c1 {
  opacity: 1;
  visibility: visible;
}

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

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

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

@keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
       -moz-transform: translate(15%);
         -o-transform: translate(15%);
            transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(20%, 12%);
       -moz-transform: translate(20%, 12%);
         -o-transform: translate(20%, 12%);
            transform: translate(20%, 12%);
  }
  75% {
    -webkit-transform: translate(15%);
       -moz-transform: translate(15%);
         -o-transform: translate(15%);
            transform: translate(15%);
  }
}
@-webkit-keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(20%, -20%);
            transform: translate(20%, -20%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
}
@-moz-keyframes gradientMove1 {
  0% {
    -moz-transform: translate(0);
         transform: translate(0);
  }
  25% {
    -moz-transform: translate(10%, -10%);
         transform: translate(10%, -10%);
  }
  50% {
    -moz-transform: translate(20%, -20%);
         transform: translate(20%, -20%);
  }
  75% {
    -moz-transform: translate(10%, -10%);
         transform: translate(10%, -10%);
  }
}
@-o-keyframes gradientMove1 {
  0% {
    -o-transform: translate(0);
       transform: translate(0);
  }
  25% {
    -o-transform: translate(10%, -10%);
       transform: translate(10%, -10%);
  }
  50% {
    -o-transform: translate(20%, -20%);
       transform: translate(20%, -20%);
  }
  75% {
    -o-transform: translate(10%, -10%);
       transform: translate(10%, -10%);
  }
}
@keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
       -moz-transform: translate(10%, -10%);
         -o-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(20%, -20%);
       -moz-transform: translate(20%, -20%);
         -o-transform: translate(20%, -20%);
            transform: translate(20%, -20%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
       -moz-transform: translate(10%, -10%);
         -o-transform: translate(10%, -10%);
            transform: translate(10%, -10%);
  }
}
.cont3 {
  padding: 7rem 0 4.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0;
  }
}
.cont3 > u {
  display: block;
  font-size: 0;
  width: 42.5520833333%;
  aspect-ratio: 817/1217;
  -webkit-transform: rotate(-30.996deg);
     -moz-transform: rotate(-30.996deg);
      -ms-transform: rotate(-30.996deg);
       -o-transform: rotate(-30.996deg);
          transform: rotate(-30.996deg);
  border-radius: 50%;
  background: rgba(212, 27, 40, 0.07);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 15.8854166667%;
  top: -10rem;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  -webkit-animation: gradientMove 7s infinite alternate;
     -moz-animation: gradientMove 7s infinite alternate;
       -o-animation: gradientMove 7s infinite alternate;
          animation: gradientMove 7s infinite alternate;
}
.cont3 > u img {
  width: 100%;
}
.cont3 .wh {
  position: relative;
  z-index: 1;
}
.cont3 .a3v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 {
    margin-top: 1rem;
  }
}
.cont3 .a3v1 .a3b1 {
  width: 46.0714285714%;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 {
    width: 100%;
    margin-top: 0;
  }
}
.cont3 .a3v1 .a3b1 .tit {
  color: #1F2329;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .tit {
    font-size: 1.25rem;
  }
}
.cont3 .a3v1 .a3b1 .txt {
  color: #646A73;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin-top: 1rem;
  text-align: justify;
}
.cont3 .a3v1 .a3b1 .txt strong {
  font-weight: 400;
}
.cont3 .a3v1 .a3b1 a.more-a {
  margin-top: 1.75rem;
  padding: 0.7rem 2.65rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 a.more-a {
    margin-top: 1.25rem;
  }
}
.cont3 .a3v1 .a3b2 {
  width: 44.2857142857%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b2 #earth {
  width: 100%;
  position: relative;
}
.cont3 .a3v1 .a3b2 #earth canvas {
  width: 100% !important;
  height: 100% !important;
}
.cont3 .a3v1 .a3b2 #earth .shadow {
  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;
}
.cont3 .a3v1 .a3b2 #earth .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.cont3 .a3v1 .a3b2 #earth .position .point {
  position: absolute;
  pointer-events: auto;
}
.cont3 .a3v1 .a3b2 #earth .position .point .add {
  width: 20px;
}
.cont3 .a3v1 .a3b2 #earth .position .point .add img {
  display: block;
  width: 100%;
}
.cont3 .a3v1 .a3b2 #earth .position .point .text1 {
  position: absolute;
  bottom: 35%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
     -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
       -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.cont3 .a3v1 .a3b2 #earth .position .point .text1 .logo {
  width: 106px;
  margin-left: -53px;
}
.cont3 .a3v1 .a3b2 #earth .position .point .text1 .logo img {
  display: block;
  width: 100%;
}
.cont3 .a3v1 .a3b2 #earth .position .point .text {
  position: absolute;
  height: 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 0 16px;
  gap: 0 13px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
     -moz-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
       -o-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: -5px;
}
.cont3 .a3v1 .a3b2 #earth .position .point .text .logo {
  width: 106px;
}
.cont3 .a3v1 .a3b2 #earth .position .point .text .logo img {
  display: block;
  width: 100%;
}
.cont3 .a3v1 .a3b2 #earth .position .point .text p {
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  white-space: nowrap;
}
.cont3 .a3v2 {
  position: relative;
  margin-top: -8rem;
}
.cont3 .a3v2 .jt-sdza > div {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: #fff;
  -webkit-filter: drop-shadow(0 10px 30px rgba(176, 191, 231, 0.15));
          filter: drop-shadow(0 10px 30px rgba(176, 191, 231, 0.15));
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .jt-sdza > div {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.cont3 .a3v2 .jt-sdza > div.swiper-button-next1 {
  right: -5%;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .jt-sdza > div.swiper-button-next1 {
    right: -3%;
  }
}
.cont3 .a3v2 .jt-sdza > div.swiper-button-prev1 {
  left: -5%;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .jt-sdza > div.swiper-button-prev1 {
    left: -3%;
  }
}
.cont3 .a3v2 .jt-sdza > div i {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 700;
}
.cont3 .a3v2 .jt-sdza > div:hover {
  background: var(--color-jb);
}
.cont3 .a3v2 .jt-sdza > div:hover i {
  color: #fff;
}
.cont3 .a3v2 .mySwiper1 {
  border-radius: 1rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0.625rem 3rem 0 rgba(176, 191, 231, 0.15);
  backdrop-filter: blur(15px);
  padding: 2.1875rem 0;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide {
  padding: 0 5%;
}
.cont3 .a3v2 .mySwiper1 .swiper-slide .data {
  font-size: 3.375rem;
  line-height: 1;
  font-weight: 700;
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .cont3 .a3v2 .mySwiper1 .swiper-slide .data {
    font-size: 2.65rem;
  }
}
.cont3 .a3v2 .mySwiper1 .swiper-slide .data sup {
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: top;
  top: 0;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .mySwiper1 .swiper-slide .data sup {
    font-size: 1.25rem;
  }
}
.cont3 .a3v2 .mySwiper1 .swiper-slide .p {
  color: #1F2329;
  font-size: 1.25rem;
  line-height: 1.25em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .mySwiper1 .swiper-slide .p {
    font-size: 1.125rem;
  }
}

.cont4 {
  background: -webkit-linear-gradient(top, #FFF 0%, #F7F8FB 100%);
  background: -moz-linear-gradient(top, #FFF 0%, #F7F8FB 100%);
  background: -o-linear-gradient(top, #FFF 0%, #F7F8FB 100%);
  background: linear-gradient(180deg, #FFF 0%, #F7F8FB 100%);
  padding: 5rem 0 7.8125rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 1.65rem 0 2rem;
  }
}
.cont4::after {
  content: "";
  display: block;
  width: 31.5625%;
  aspect-ratio: 606/903;
  border-radius: 50%;
  background: rgba(212, 27, 40, 0.07);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  left: 19.0625%;
  bottom: -5%;
  -webkit-animation: gradientMove 7s infinite alternate;
     -moz-animation: gradientMove 7s infinite alternate;
       -o-animation: gradientMove 7s infinite alternate;
          animation: gradientMove 7s infinite alternate;
}
.cont4::before {
  content: "";
  display: block;
  width: 26.875%;
  aspect-ratio: 516/770;
  border-radius: 50%;
  background: rgba(250, 65, 30, 0.2);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  right: 17.1875%;
  bottom: 0%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
.cont4 .a4_list1 {
  margin-top: 4.375rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 {
    margin-top: 1.5rem;
  }
}
.cont4 .a4_list1 li {
  width: 30.7142857143%;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 0.75rem 3rem 0 rgba(176, 191, 231, 0.15);
  overflow: hidden;
  -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) {
  .cont4 .a4_list1 li {
    width: 100%;
  }
  .cont4 .a4_list1 li + li {
    margin-top: 1.5rem;
  }
}
.cont4 .a4_list1 li i {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  background: -webkit-linear-gradient(358deg, #FFEFDF 1.69%, #E2EAFF 111.85%);
  background: -moz-linear-gradient(358deg, #FFEFDF 1.69%, #E2EAFF 111.85%);
  background: -o-linear-gradient(358deg, #FFEFDF 1.69%, #E2EAFF 111.85%);
  background: linear-gradient(92deg, #FFEFDF 1.69%, #E2EAFF 111.85%);
  padding: 2.75rem 0;
}
.cont4 .a4_list1 li i img {
  height: 3.375rem;
}
.cont4 .a4_list1 li .cont-p {
  padding: 1.875rem 7% 2.25rem;
  color: #646A73;
  font-size: 1rem;
  line-height: 1.6875em;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont-p {
    padding: 1.25rem 6% 1.85rem;
  }
}
.cont4 .a4_list1 li .cont-p p {
  padding-left: 1.35em;
  position: relative;
}
.cont4 .a4_list1 li .cont-p p + p {
  margin-top: 0.35em;
}
.cont4 .a4_list1 li .cont-p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.cont4 .a4_list1 li:nth-child(2) i {
  background: -webkit-linear-gradient(358deg, #EFEEFE 1.69%, #FEE2E4 111.85%);
  background: -moz-linear-gradient(358deg, #EFEEFE 1.69%, #FEE2E4 111.85%);
  background: -o-linear-gradient(358deg, #EFEEFE 1.69%, #FEE2E4 111.85%);
  background: linear-gradient(92deg, #EFEEFE 1.69%, #FEE2E4 111.85%);
}
.cont4 .a4_list1 li:nth-child(3) i {
  background: -webkit-linear-gradient(358deg, #EFEEFE 1.69%, #D7E0FF 111.85%);
  background: -moz-linear-gradient(358deg, #EFEEFE 1.69%, #D7E0FF 111.85%);
  background: -o-linear-gradient(358deg, #EFEEFE 1.69%, #D7E0FF 111.85%);
  background: linear-gradient(92deg, #EFEEFE 1.69%, #D7E0FF 111.85%);
}
.cont4 .a4_list1 li.on {
  box-shadow: 0 0.75rem 3rem 0 rgba(176, 191, 231, 0.45);
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.cont4 .a4v1 {
  padding: 0 var(--cbasta);
  margin-top: 4.6875rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont4 .a4v1 {
    margin-top: 2.5rem;
  }
}
.cont4 .a4v1 .a4_list2 {
  overflow: hidden;
}
.cont4 .a4v1 .a4_list2 > li {
  display: none;
}
.cont4 .a4v1 .a4_list2 > li .as-st1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4_list2 > li .as-st1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.cont4 .a4v1 .a4_list2 > li .as-st1 li .img {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 5% 15%;
  background: #fff;
}
.cont4 .a4v1 .a4_list2 > li .as-st1 li .img img {
  width: 100%;
}
.cont4 .a4v1 a.more-a {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 a.more-a {
    margin-top: 1.5rem;
  }
}

.cont5 {
  padding: 5.625rem 0 3.75rem;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
  }
}
.cont5 .news_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.375rem;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .cont5 .news_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.875rem;
    display: block;
  }
  .cont5 .news_list1 li + li {
    margin-top: 1.5rem;
  }
}
.cont5 .news_list1 li {
  -webkit-filter: drop-shadow(0 10px 30px rgba(176, 191, 231, 0.15));
          filter: drop-shadow(0 10px 30px rgba(176, 191, 231, 0.15));
  border-radius: 1rem;
  background: #FFF;
}
.cont5 .news_list1 li:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img {
  display: block;
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 687/412;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img .cont-p {
  padding: 1.25rem 1.65rem 2rem;
}
@media (max-width: 768px) {
  .cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img .cont-p {
    padding: 1rem 1.65rem 3rem;
  }
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img .cont-p span {
  background: rgba(238, 52, 52, 0.1);
  font-size: 0.75rem;
  line-height: 1.4375rem;
  padding: 0 0.5em;
  border-radius: 0.1875rem;
  color: #EE3434;
  display: inline-block;
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img .cont-p .name {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 0.65em 0;
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img .cont-p .data {
  color: #A6ACB5;
  font-size: 0.875rem;
  line-height: 1.35em;
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img .cont-p .data i {
  margin-right: 0.25em;
  font-size: 0.875rem;
  line-height: 1em;
  margin-top: 0.125rem;
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img .cont-p .p {
  margin-top: 0.75rem;
  color: #737373;
  font-size: 1rem;
  line-height: 1.875rem;
}
@media (max-width: 768px) {
  .cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img .cont-p .p {
    margin-top: 0.5rem;
  }
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-slide a.img:hover .cont-p .name {
  color: var(--color-zt);
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 1;
  width: 100%;
  padding: 0 1.65rem;
}
@media (max-width: 768px) {
  .cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-pagination1 {
    bottom: 1.25rem;
  }
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-pagination1 span {
  opacity: 1;
  background: #1A1A1A;
  width: 1.6875rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.cont5 .news_list1 li:nth-child(1) .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}
.cont5 .news_list1 li:not(:nth-child(1)) a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont5 .news_list1 li:not(:nth-child(1)) a.img i img {
  width: 100%;
}
.cont5 .news_list1 li:not(:nth-child(1)) a.img .cont-p {
  padding: 1rem 1.65rem 1.75rem;
}
.cont5 .news_list1 li:not(:nth-child(1)) a.img .cont-p span {
  background: rgba(238, 52, 52, 0.1);
  font-size: 0.75rem;
  line-height: 1.4375rem;
  padding: 0 0.5em;
  border-radius: 0.1875rem;
  color: #EE3434;
  display: inline-block;
}
.cont5 .news_list1 li:not(:nth-child(1)) a.img .cont-p .name {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.4em;
  margin: 0.45em 0;
}
.cont5 .news_list1 li:not(:nth-child(1)) a.img .cont-p .data {
  color: #A6ACB5;
  font-size: 0.875rem;
  line-height: 1.35em;
}
.cont5 .news_list1 li:not(:nth-child(1)) a.img .cont-p .data i {
  margin-right: 0.25em;
  font-size: 0.875rem;
  line-height: 1em;
  margin-top: 0.125rem;
}
.cont5 .news_list1 li:not(:nth-child(1)) a.img:hover .cont-p .name {
  color: var(--color-zt);
}
.cont5 a.more-a {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .cont5 a.more-a {
    margin-top: 1.5rem;
  }
}

.cont6 {
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  padding: 9.375rem 0 8.875rem;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 5rem 0;
  }
  .cont6 .title1 .tit {
    font-size: 1.5rem;
  }
}
.cont6 .title1 .tit::after {
  display: none;
}
.cont6 .a6v1 {
  margin-top: 1.25rem;
  gap: 1rem;
}

.foot-fot {
  position: relative;
  background: #1A1A1A;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 6rem 0 3.125rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25em;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 2em;
}
.foot-fot .foota1 .dseca > a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .fo-a2 {
  width: 22.1428571429%;
}
.foot-fot .foota1 .fo-a2 .fo-a2-sec {
  margin-top: 1.5rem;
}
.foot-fot .foota1 .fo-a2 .fo-a2-sec .imgax {
  text-align: center;
}
.foot-fot .foota1 .fo-a2 .fo-a2-sec .imgax u {
  display: block;
  font-size: 0;
  width: 6.375rem;
}
.foot-fot .foota1 .fo-a2 .fo-a2-sec .imgax u img {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 .fo-a2-sec .imgax p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.foot-fot .foota1 .fo-a2 .fo-a2-sec .asta {
  margin-top: 1.25rem;
}
.foot-fot .foota1 .fo-a2 .fo-a2-sec .asta a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 2em;
  display: block;
}
.foot-fot .foota1 .fo-a3 {
  color: #fff;
  margin-top: 2rem;
}
.foot-fot .foota1 .fo-a3 .as1 {
  font-size: 1rem;
  line-height: 2em;
}
.foot-fot .foota1 .fo-a3 .as2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35em;
}
.foot-fot .foota1 .fo-a3 .more-a {
  margin-top: 1rem;
}
.foot-fot .foota2 .weas1 {
  color: #fff;
  padding: 1.5625rem 0;
  border-top: 1px solid #646A73;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 .weas1 {
    border-top: none;
  }
}
.foot-fot .foota2 .weas1 .astav1 {
  gap: 1rem;
}
.foot-fot .foota2 .weas1 .astav1 .fxzstyt {
  color: #DEE0E3;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.foot-fot .foota2 .weas1 .astav1 .fxzstyt .ast_list1 {
  margin-left: 2em;
}
.foot-fot .foota2 .weas1 .astav1 .fxzstyt .ast_list1 li {
  position: relative;
  margin-right: 0.5rem;
  z-index: 1;
}
.foot-fot .foota2 .weas1 .astav1 .fxzstyt .ast_list1 li a {
  border: none;
  width: 1.5rem;
  border-radius: 50%;
}
.foot-fot .foota2 .weas1 .astav1 .fxzstyt .ast_list1 li a img {
  width: 100%;
}
.foot-fot .foota2 .weas1 .astav1 .fxzstyt .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);
}
.foot-fot .foota2 .weas1 .astav1 .fxzstyt .ast_list1 li .ermx img {
  width: 100%;
}
.foot-fot .foota2 .weas1 .astav1 .fxzstyt .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 .foota2 .weas1 .astav1 .wes-ax {
  color: #DEE0E3;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.foot-fot .foota2 .weas1 .astav1 .wes-ax img {
  width: 1.25rem;
}
.foot-fot .foota2 .weas1 .astav2 {
  padding: 0.75em 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 .weas1 .astav2 {
    margin-top: 0;
  }
}
.foot-fot .foota2 .weas1 .astav2 .d_banqa {
  color: #8F959E;
  font-size: 0.875rem;
  line-height: 2.2857142857em;
}
.foot-fot .foota2 .weas1 .astav2 .d_banqa a {
  color: #8F959E;
}
.foot-fot .foota2 .weas1 .astav2 .d_banqa a:hover {
  color: var(--color-zt);
}
.foot-fot .foota2 .weas1 .astav2 .d_banqa .yszz {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .foot-fot .foota2 .weas1 .astav2 .d_banqa .yszz {
    margin-left: 0;
  }
}
.foot-fot .foota2 .weas1 .astav2 .d_banqa .yszz a + a {
  margin-left: 1em;
}
.foot-fot .foota2 .weas1 .astav2 .pra-zt {
  position: relative;
}
.foot-fot .foota2 .weas1 .astav2 .pra-zt .zywenma {
  color: #8F959E;
  font-size: 0.875rem;
  line-height: 2.2857142857em;
}
.foot-fot .foota2 .weas1 .astav2 .pra-zt .zywenma i {
  font-size: 1rem;
}
.foot-fot .foota2 .weas1 .astav2 .pra-zt .zywenma .weja {
  padding-left: 0.25rem;
}
.foot-fot .foota2 .weas1 .astav2 .pra-zt .zywenma .weja i {
  font-size: 0.75rem;
  margin-left: 0.35rem;
}
.foot-fot .foota2 .weas1 .astav2 .pra-zt .seca {
  position: absolute;
  left: 0;
  bottom: 80%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  backdrop-filter: blur(15px);
}
.foot-fot .foota2 .weas1 .astav2 .pra-zt .seca a {
  display: block;
  font-size: 1rem;
  line-height: 1.75em;
  padding: 0.25rem 0;
}
.foot-fot .foota2 .weas1 .astav2 .pra-zt .seca a:hover {
  color: var(--color-zt);
}
.foot-fot .foota2 .weas1 .astav2 .pra-zt:hover .seca {
  opacity: 1;
  bottom: 100%;
}

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

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

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .dtasxz {
  display: block;
  position: relative;
  width: 3.375rem;
  background: var(--color-jb);
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 0.6875rem 0.6875rem 1.25rem;
}
.zd_erha .dtasxz i {
  display: block;
  margin-bottom: 0.5rem;
}
.zd_erha .dtasxz i img {
  width: 100%;
}
.zd_erha .dtasxz p {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.65em;
  color: #fff;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.25rem;
  margin: 0 auto;
}
.zd_erha .aat_list {
  background: #FFFFFF;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.05);
  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: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  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: #A7A5A5;
}
.ajhhsd a:last-of-type {
  color: #333333;
}
.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;
  top: 52%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-size: 2.9375rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0.35em 0 1.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 {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: var(--head-height);
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 2.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: var(--color-zt);
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

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

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

.pro-cont1 {
  padding: 1.5625rem 0 4.25rem;
}
@media (max-width: 768px) {
  .pro-cont1 {
    padding: 1rem 0 2.25rem;
  }
}
.pro-cont1 .pro-a1v1 {
  position: relative;
  margin-top: 3.75rem;
  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;
  background: white;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 {
    margin-top: 1.5rem;
  }
}
.pro-cont1 .pro-a1v1 .img {
  width: 50%;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .img {
    width: 100%;
  }
}
.pro-cont1 .pro-a1v1 .img img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro-cont1 .pro-a1v1 .cont-pax {
  width: 50%;
  padding: 4.4375rem 5.364806867%;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .cont-pax {
    position: static;
    width: 100%;
    padding: 1.85rem 7.5107296137%;
  }
}
.pro-cont1 .pro-a1v1 .cont-pax .txt {
  color: #646A73;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .cont-pax .txt {
    font-size: 1rem;
  }
}
.pro-cont1 .pro-a1v1 .cont-pax a.more-a {
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .pro-cont1 .pro-a1v1 .cont-pax a.more-a {
    margin-top: 1.125rem;
  }
}

.pro-cont2 {
  padding: 9.5rem 0 7.1875rem;
}
.pro-cont2.pro-cont2-botm {
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .pro-cont2 {
    padding: 1rem 0 2rem;
  }
  .pro-cont2.pro-cont2-botm {
    padding-bottom: 1rem;
  }
}
.pro-cont2 .sdhx_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.5rem 0;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list {
    gap: 1.5rem 0;
    margin-top: 1.75rem;
  }
}
.pro-cont2 .sdhx_list li {
  width: 46.0714285714%;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list li {
    width: 100%;
  }
}
.pro-cont2 .sdhx_list li i {
  width: 8.5rem;
  height: 8.5rem;
  background: var(--color-jb);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list li i {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto;
  }
}
.pro-cont2 .sdhx_list li i img {
  width: 50%;
}
.pro-cont2 .sdhx_list li .cont-p {
  width: -webkit-calc(95% - 8.5rem);
  width: -moz-calc(95% - 8.5rem);
  width: calc(95% - 8.5rem);
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list li .cont-p {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.pro-cont2 .sdhx_list li .cont-p .tit {
  color: #1F2329;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.pro-cont2 .sdhx_list li .cont-p .txt {
  color: #646A73;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list li .cont-p .txt {
    font-size: 1rem;
  }
}
.pro-cont2 .sdhx_list1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list1 {
    margin-top: 1.75rem;
  }
}
.pro-cont2 .sdhx_list1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.75rem 0;
}
.pro-cont2 .sdhx_list1 li:last-child {
  border-bottom: none;
}
.pro-cont2 .sdhx_list1 li i {
  width: 8.5rem;
  height: 8.5rem;
  background: var(--color-jb);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list1 li i {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto;
  }
}
.pro-cont2 .sdhx_list1 li i img {
  width: 50%;
}
.pro-cont2 .sdhx_list1 li .cont-p {
  width: -webkit-calc(96.5% - 8.5rem);
  width: -moz-calc(96.5% - 8.5rem);
  width: calc(96.5% - 8.5rem);
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list1 li .cont-p {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.pro-cont2 .sdhx_list1 li .cont-p .tit {
  color: #1F2329;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.pro-cont2 .sdhx_list1 li .cont-p .txt {
  color: #646A73;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list1 li .cont-p .txt {
    text-wrap: balance;
    word-break: keep-all;
  }
}
.pro-cont2 .sdhx_list1 li .cont-p .txt.flex2 p {
  width: 49%;
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list1 li .cont-p .txt.flex2 p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pro-cont2 .sdhx_list1 li .cont-p .txt {
    font-size: 1rem;
  }
}

.pro-cont3 {
  padding: 4.25rem 0;
}
@media (max-width: 768px) {
  .pro-cont3 {
    padding: 1rem 0;
  }
}
.pro-cont3 .pro-a3v1 {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  padding: 8.25rem 0;
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .pro-cont3 .pro-a3v1 {
    padding: 0;
    margin-top: 1.5rem;
  }
}
.pro-cont3 .pro-a3v1 .pro-a3v1_list1 li {
  width: 33.3333333333%;
  padding: 0.5rem 4.5% 1rem;
  color: #fff;
}
@media (max-width: 768px) {
  .pro-cont3 .pro-a3v1 .pro-a3v1_list1 li {
    width: 100%;
    padding: 1.65rem 6%;
  }
}
.pro-cont3 .pro-a3v1 .pro-a3v1_list1 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .pro-cont3 .pro-a3v1 .pro-a3v1_list1 li + li {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.pro-cont3 .pro-a3v1 .pro-a3v1_list1 li i {
  display: block;
  font-size: 0;
  width: 4.375rem;
}
@media (max-width: 768px) {
  .pro-cont3 .pro-a3v1 .pro-a3v1_list1 li i {
    width: 3.5rem;
  }
}
.pro-cont3 .pro-a3v1 .pro-a3v1_list1 li i img {
  width: 100%;
}
.pro-cont3 .pro-a3v1 .pro-a3v1_list1 li .tit {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.35em;
  margin-top: 0.35em;
}
@media (max-width: 768px) {
  .pro-cont3 .pro-a3v1 .pro-a3v1_list1 li .tit {
    font-size: 1.25rem;
  }
}
.pro-cont3 .pro-a3v1 .pro-a3v1_list1 li .txt {
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .pro-cont3 .pro-a3v1 .pro-a3v1_list1 li .txt {
    font-size: 1rem;
  }
}

.pro-cont4 {
  background: #FAFAFC;
  padding: 5.4375rem 0 4.75rem;
  margin-top: 11rem;
}
@media (max-width: 768px) {
  .pro-cont4 {
    padding: 2.5rem 0;
    margin-top: 1.5rem;
  }
}
.pro-cont4 .pro-a4_list1 > li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.125rem;
}
@media (max-width: 768px) {
  .pro-cont4 .pro-a4_list1 > li {
    margin-top: 1.5rem;
  }
}
.pro-cont4 .pro-a4_list1 > li .img {
  width: 50%;
}
@media (max-width: 768px) {
  .pro-cont4 .pro-a4_list1 > li .img {
    width: 100%;
  }
}
.pro-cont4 .pro-a4_list1 > li .img img {
  width: 100%;
}
.pro-cont4 .pro-a4_list1 > li .cont-pxa {
  width: 43.9285714286%;
}
@media (max-width: 768px) {
  .pro-cont4 .pro-a4_list1 > li .cont-pxa {
    width: 100%;
  }
}
.pro-cont4 .pro-a4_list1 > li .cont-pxa .as1a li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0;
}
.pro-cont4 .pro-a4_list1 > li .cont-pxa .as1a li b {
  display: block;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(212, 27, 40, 0.1);
  font-family: Inter;
  font-size: 6.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  display: none;
  margin-bottom: -1.5rem;
  font-family: "Roboto";
}
@media (max-width: 768px) {
  .pro-cont4 .pro-a4_list1 > li .cont-pxa .as1a li b {
    font-size: 3.5rem;
    margin-bottom: -1rem;
  }
}
.pro-cont4 .pro-a4_list1 > li .cont-pxa .as1a li .dt {
  color: rgba(31, 35, 41, 0.4);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.65em;
  cursor: pointer;
  color: #1F2329;
}
@media (max-width: 768px) {
  .pro-cont4 .pro-a4_list1 > li .cont-pxa .as1a li .dt {
    font-size: 1.35rem;
  }
}
.pro-cont4 .pro-a4_list1 > li .cont-pxa .as1a li .wehha-job {
  color: #646A73;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .pro-cont4 .pro-a4_list1 > li .cont-pxa .as1a li .wehha-job {
    font-size: 1rem;
    line-height: 1.65em;
  }
}
.pro-cont4 .pro-a4_list1 > li .cont-pxa .as1a li.active b {
  display: block;
}
.pro-cont4 .pro-a4_list1 > li .cont-pxa .as1a li.active .dt {
  color: #1F2329;
}
.pro-cont4 .pro-a4_list1 > li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .pro-cont4 .pro-a4_list1 > li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.pro-cont5 {
  padding: 9.9375rem 0 2rem;
}
@media (max-width: 768px) {
  .pro-cont5 {
    padding: 0.5rem 0 1.5rem;
  }
}
.pro-cont5 .pro-a5v1 {
  position: relative;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .pro-cont5 .pro-a5v1 {
    margin-top: 1.5rem;
  }
}
.pro-cont5 .pro-a5v1 .pax {
  background: #F5F5F6;
  border-radius: 50%;
  width: 26.8571428571%;
  aspect-ratio: 1/1;
  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%);
  color: var(--color-zt);
  font-size: 5.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pro-cont5 .pro-a5v1 .pax {
    display: none;
  }
}
.pro-cont5 .pro-a5v1 .sxhx-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.5rem 0;
}
@media (max-width: 768px) {
  .pro-cont5 .pro-a5v1 .sxhx-list {
    gap: 1.5rem 0;
  }
}
.pro-cont5 .pro-a5v1 .sxhx-list li {
  width: 46.4285714286%;
  position: relative;
  padding: 2.5rem 3.9285714286%;
}
@media (max-width: 768px) {
  .pro-cont5 .pro-a5v1 .sxhx-list li {
    width: 100%;
    padding: 2rem 7.65%;
  }
}
.pro-cont5 .pro-a5v1 .sxhx-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 5px solid #EE3434;
  -webkit-mask: -webkit-linear-gradient(left, #000 10%, transparent 60%);
          mask: linear-gradient(90deg, #000 10%, transparent 60%);
}
@media (max-width: 768px) {
  .pro-cont5 .pro-a5v1 .sxhx-list li::after {
    border: 2.5px solid #EE3434;
    -webkit-mask: none;
            mask: none;
  }
}
.pro-cont5 .pro-a5v1 .sxhx-list li .tit {
  color: var(--color-zt);
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pro-cont5 .pro-a5v1 .sxhx-list li .tit {
    font-size: 1.25rem;
  }
}
.pro-cont5 .pro-a5v1 .sxhx-list li i {
  display: block;
  font-size: 0;
  margin-left: -0.65rem;
  padding: 0.25rem 0 0.75rem;
}
@media (max-width: 768px) {
  .pro-cont5 .pro-a5v1 .sxhx-list li i {
    display: none;
  }
}
.pro-cont5 .pro-a5v1 .sxhx-list li i img {
  height: 0.75rem;
}
.pro-cont5 .pro-a5v1 .sxhx-list li .txt {
  color: #555555;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  width: 80%;
}
@media (max-width: 768px) {
  .pro-cont5 .pro-a5v1 .sxhx-list li .txt {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .pro-cont5 .pro-a5v1 .sxhx-list li:nth-child(2n) {
    text-align: right;
  }
  .pro-cont5 .pro-a5v1 .sxhx-list li:nth-child(2n)::after {
    -webkit-mask: -webkit-linear-gradient(right, #000 10%, transparent 60%);
            mask: linear-gradient(-90deg, #000 10%, transparent 60%);
  }
  .pro-cont5 .pro-a5v1 .sxhx-list li:nth-child(2n) i {
    margin-left: 0;
    margin-right: -0.65rem;
  }
  .pro-cont5 .pro-a5v1 .sxhx-list li:nth-child(2n) .txt {
    margin-left: auto;
  }
}

.pro-cont6 {
  padding: 4.125rem 0 4.125rem;
}
@media (max-width: 768px) {
  .pro-cont6 {
    padding: 1.25rem 0;
  }
}
.pro-cont6 .pro-a6_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .pro-cont6 .pro-a6_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.pro-cont6 .pro-a6_list1 li {
  background: #FAFAFC;
  text-align: center;
  padding: 5.5rem 5%;
  color: #1F2329;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
@media (max-width: 768px) {
  .pro-cont6 .pro-a6_list1 li {
    padding: 3.5rem 5%;
    font-size: 1.25rem;
  }
}
.pro-cont6 .pro-a6_list1 li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25.8581235698%;
  height: 1.125rem;
  background: var(--color-zt);
}
@media (max-width: 768px) {
  .pro-cont6 .pro-a6_list1 li::after {
    height: 0.65rem;
  }
}

.pro-cont7 {
  padding: 3.5rem 0;
}
@media (max-width: 768px) {
  .pro-cont7 {
    padding: 2rem 0;
  }
}
.pro-cont7 .pro-a7_list1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .pro-cont7 .pro-a7_list1 {
    margin-top: 2rem;
    gap: 1rem 0;
  }
}
.pro-cont7 .pro-a7_list1 li {
  width: 21.7857142857%;
  position: relative;
}
@media (max-width: 768px) {
  .pro-cont7 .pro-a7_list1 li {
    width: 48%;
  }
}
.pro-cont7 .pro-a7_list1 li + li {
  margin-left: -2%;
}
@media (max-width: 768px) {
  .pro-cont7 .pro-a7_list1 li + li {
    margin-left: 0;
  }
}
.pro-cont7 .pro-a7_list1 li u {
  display: block;
  font-size: 0;
}
.pro-cont7 .pro-a7_list1 li u img {
  width: 100%;
}
.pro-cont7 .pro-a7_list1 li .weja-ca {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(238, 52, 52, 0.1);
  width: 70.1639344262%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.pro-cont7 .pro-a7_list1 li .weja-ca i {
  display: block;
  font-size: 0;
  width: 26.6355140187%;
  margin: 0 auto;
}
.pro-cont7 .pro-a7_list1 li .weja-ca i img {
  width: 100%;
}
.pro-cont7 .pro-a7_list1 li .weja-ca .tit {
  text-align: center;
  color: #1F2329;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
  width: 100%;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .pro-cont7 .pro-a7_list1 li .weja-ca .tit {
    font-size: 1.125rem;
  }
}

.pro-cont8 {
  padding: 5.25rem 0;
}
@media (max-width: 768px) {
  .pro-cont8 {
    padding: 1rem 0 1rem;
  }
}
.pro-cont8 .pro-a8v1 .pro-a8b1 {
  width: 55.7142857143%;
}
@media (max-width: 768px) {
  .pro-cont8 .pro-a8v1 .pro-a8b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.pro-cont8 .pro-a8v1 .pro-a8b1 .img img {
  width: 100%;
}
.pro-cont8 .pro-a8v1 .pro-a8b2 {
  width: 37.7142857143%;
}
@media (max-width: 768px) {
  .pro-cont8 .pro-a8v1 .pro-a8b2 {
    width: 100%;
  }
}
.pro-cont8 .pro-a8v1 .pro-a8b2 .txt {
  color: #646A73;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1.125rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .pro-cont8 .pro-a8v1 .pro-a8b2 .txt {
    font-size: 1.125rem;
  }
}

.fm-jjfa-content {
  padding: 0.25rem 0 5.375rem;
}
@media (max-width: 768px) {
  .fm-jjfa-content {
    padding-bottom: 2.5rem;
  }
}
.fm-jjfa-content .jjfan_list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.4375rem;
}
@media (max-width: 768px) {
  .fm-jjfa-content .jjfan_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.fm-jjfa-content .jjfan_list1 li {
  background: #FAFAFC;
}
.fm-jjfa-content .jjfan_list1 li a.img {
  display: block;
  position: relative;
}
.fm-jjfa-content .jjfan_list1 li a.img img {
  width: 100%;
  aspect-ratio: 674/390;
  -o-object-fit: cover;
     object-fit: cover;
}
.fm-jjfa-content .jjfan_list1 li a.img::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 24, 76, 0.57);
}
.fm-jjfa-content .jjfan_list1 li .cont-p {
  padding: 2rem 6.5% 2.5rem;
}
@media (max-width: 768px) {
  .fm-jjfa-content .jjfan_list1 li .cont-p {
    padding: 1.85rem 7% 2rem;
  }
}
.fm-jjfa-content .jjfan_list1 li .cont-p a.name {
  display: block;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .fm-jjfa-content .jjfan_list1 li .cont-p a.name {
    font-size: 1.35rem;
  }
}
.fm-jjfa-content .jjfan_list1 li .cont-p a.name:hover {
  color: var(--color-zt);
}
.fm-jjfa-content .jjfan_list1 li .cont-p .txt {
  color: #737373;
  font-size: 1rem;
  line-height: 1.875em;
  margin: 0.25em 0 0.75em;
}
@media (max-width: 768px) {
  .fm-jjfa-content .jjfan_list1 li .cont-p .txt {
    margin: 0.25em 0 0.5em;
  }
}
.fm-jjfa-content .jjfan_list1 li .cont-p .ast1 li a {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  padding: 0.25em 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.fm-jjfa-content .jjfan_list1 li .cont-p .ast1 li a i {
  color: var(--color-zt);
  font-weight: 900;
  font-size: 0.75rem;
  margin-left: 0.35rem;
}
.fm-jjfa-content .jjfan_list1 li .cont-p .ast1 li a:hover {
  color: var(--color-zt);
}
.fm-jjfa-content .jjfan_list1 li .cont-p a.more-a {
  margin-top: 1.35rem;
}
@media (max-width: 768px) {
  .fm-jjfa-content .jjfan_list1 li .cont-p a.more-a {
    margin-top: 1rem;
  }
}

.case-content {
  padding: 2rem 0 6.875rem;
}
@media (max-width: 768px) {
  .case-content {
    padding: 0.5rem 0 1.25rem;
  }
}
.case-content .title1 .txta {
  color: #646A73;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: justify;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .case-content .title1 .txta {
    margin-top: 1.5rem;
    font-size: 1.125rem;
  }
}
.case-content .case-list li {
  margin-top: 4.5rem;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .case-content .case-list li {
    margin-top: 1.5rem;
  }
}
.case-content .case-list li a.img {
  display: block;
  font-size: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .case-content .case-list li a.img {
    width: 100%;
  }
}
.case-content .case-list li a.img img {
  width: 100%;
}
.case-content .case-list li .cont-p {
  width: 50%;
  padding: 1.5rem 5%;
}
@media (max-width: 768px) {
  .case-content .case-list li .cont-p {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.case-content .case-list li .cont-p .tit {
  color: #1F2329;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .case-content .case-list li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.case-content .case-list li .cont-p .txt {
  color: #646A73;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 0.35em 0 1.25em;
}
@media (max-width: 768px) {
  .case-content .case-list li .cont-p .txt {
    font-size: 1rem;
    margin: 0.25em 0 0.75em;
    line-height: 1.75em;
  }
}
.case-content .case-list li:nth-child(2n) a.img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .case-content .case-list li:nth-child(2n) a.img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.show-case-cont1 {
  padding: 1.5625rem 0 3.75rem;
}
@media (max-width: 768px) {
  .show-case-cont1 {
    padding: 0.65rem 0 1.5rem;
  }
}
.show-case-cont1 .show-case-a1v1 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 {
    margin-top: 1rem;
  }
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b1 {
  width: 49.7142857143%;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 .show-case-a1b1 {
    width: 100%;
  }
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b1 img {
  width: 100%;
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b2 {
  width: 45.5714285714%;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 .show-case-a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b2 .txt {
  color: #646A73;
  font-size: 1.25rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 .show-case-a1b2 .txt {
    font-size: 1.125rem;
  }
}
.show-case-cont1 .show-case-a1v1 .show-case-a1b2 .more-a {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-case-cont1 .show-case-a1v1 .show-case-a1b2 .more-a {
    margin-top: 1rem;
  }
}

.show-case-cont2 {
  padding: 1.875rem 0;
}
@media (max-width: 768px) {
  .show-case-cont2 {
    padding: 1.25rem 0;
  }
}
.show-case-cont2 .show-case-a2_list1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2_list1 {
    margin-top: 1rem;
  }
}
.show-case-cont2 .show-case-a2_list1 li {
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
  color: #1F2329;
  font-size: 1.125rem;
  line-height: 1.75em;
  position: relative;
  padding: 0.75em 0;
  cursor: pointer;
}
.show-case-cont2 .show-case-a2_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.3125rem;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2_list1 li::after {
    height: 0.25rem;
  }
}
.show-case-cont2 .show-case-a2_list1 li.on {
  color: var(--color-zt);
}
.show-case-cont2 .show-case-a2_list1 li.on::after {
  width: 100%;
}
.show-case-cont2 .show-case-a2_list2 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2_list2 {
    margin-top: 1rem;
  }
}
.show-case-cont2 .show-case-a2_list2 li {
  display: none;
  padding: 0 -webkit-calc(var(--cbasta) / 2);
  padding: 0 -moz-calc(var(--cbasta) / 2);
  padding: 0 calc(var(--cbasta) / 2);
  position: relative;
}
.show-case-cont2 .show-case-a2_list2 li .img {
  display: block;
  font-size: 0;
}
.show-case-cont2 .show-case-a2_list2 li .img img {
  width: 100%;
}
.show-case-cont2 .show-case-a2_list2 li .cont-p {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 var(--cbasta);
  color: #fff;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2_list2 li .cont-p {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    color: #646A73;
    margin-top: 1.65rem;
  }
}
.show-case-cont2 .show-case-a2_list2 li .cont-p .whax {
  width: 40%;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2_list2 li .cont-p .whax {
    width: 100%;
  }
}
.show-case-cont2 .show-case-a2_list2 li .cont-p .tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .show-case-cont2 .show-case-a2_list2 li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.show-case-cont2 .show-case-a2_list2 li .cont-p .txt {
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  margin-top: 0.35em;
}

.show-case-cont3 {
  padding: 4.0625rem 0 7.1875rem;
}
@media (max-width: 768px) {
  .show-case-cont3 {
    padding: 1.5rem 0 2rem;
  }
}
.show-case-cont3 .show-case-a3v1 {
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .show-case-cont3 .show-case-a3v1 {
    margin-top: 1rem;
  }
}
.show-case-cont3 .show-case-a3v1 .show-case-a3v1_list {
  width: 46.0714285714%;
}
@media (max-width: 768px) {
  .show-case-cont3 .show-case-a3v1 .show-case-a3v1_list {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.show-case-cont3 .show-case-a3v1 .show-case-a3v1_list li {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}
.show-case-cont3 .show-case-a3v1 .show-case-a3v1_list li .dt {
  color: #1F2329;
  font-size: 1.5rem;
  line-height: 1.5em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .show-case-cont3 .show-case-a3v1 .show-case-a3v1_list li .dt {
    font-size: 1.25rem;
  }
}
.show-case-cont3 .show-case-a3v1 .show-case-a3v1_list li .wehha-job {
  color: #646A73;
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  margin-top: 0.35rem;
  display: none;
}
@media (max-width: 768px) {
  .show-case-cont3 .show-case-a3v1 .show-case-a3v1_list li .wehha-job {
    font-size: 1rem;
  }
}
.show-case-cont3 .show-case-a3v1 .show-case-a3v1_list li.active {
  border-color: var(--color-zt);
}
.show-case-cont3 .show-case-a3v1 .show-case-a3v1_list li.active .dt {
  font-weight: 700;
}
.show-case-cont3 .show-case-a3v1 .imgaxt {
  width: 48.3571428571%;
}
@media (max-width: 768px) {
  .show-case-cont3 .show-case-a3v1 .imgaxt {
    width: 100%;
  }
}
.show-case-cont3 .show-case-a3v1 .imgaxt img {
  width: 100%;
}

.show-case-cont4 {
  padding: 5.125rem 0 6.125rem;
  background: #FAFAFC;
}
@media (max-width: 768px) {
  .show-case-cont4 {
    padding: 2.5rem 0;
  }
}
.show-case-cont4 .show-case-a4_list1 {
  gap: 3.75rem 2%;
  margin-top: 2.875rem;
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4_list1 {
    gap: 1.5rem 8%;
    margin-top: 1.5rem;
  }
}
.show-case-cont4 .show-case-a4_list1 li {
  width: 32%;
  text-align: center;
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4_list1 li {
    width: 45%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.show-case-cont4 .show-case-a4_list1 li i {
  width: 8.5rem;
  height: 8.5rem;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--color-jb);
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4_list1 li i {
    width: 5.8rem;
    height: 5.8rem;
  }
}
.show-case-cont4 .show-case-a4_list1 li i img {
  width: 51.4705882353%;
}
.show-case-cont4 .show-case-a4_list1 li .tit {
  color: #1F2329;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4_list1 li .tit {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}
.show-case-cont4 .show-case-a4_list1 li .txt {
  color: #646A73;
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  text-align: left;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .show-case-cont4 .show-case-a4_list1 li .txt {
    font-size: 1rem;
  }
}

.show-case-cont5 {
  padding: 6.25rem 0 7.8125rem;
}
@media (max-width: 768px) {
  .show-case-cont5 {
    padding: 2.5rem 0;
  }
}
.show-case-cont5 .show-case-a5_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem 3.125rem;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .show-case-cont5 .show-case-a5_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.show-case-cont5 .show-case-a5_list1 li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.show-case-cont5 .show-case-a5_list1 li .img img {
  width: 100%;
}

.news-cont1 {
  background: #FAFAFC;
  padding: 0 0 5.9375rem;
}
@media (max-width: 768px) {
  .news-cont1 {
    padding-bottom: 2rem;
  }
}
.news-cont1 .news-a1v1 {
  position: relative;
  margin-top: 2.875rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 {
    margin-top: 1.25rem;
  }
}
.news-cont1 .news-a1v1 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.news-cont1 .news-a1v1 .swiper-pagination1 span {
  opacity: 1;
  background: #A6ACB5;
  width: 1.6875rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.news-cont1 .news-a1v1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}
.news-cont1 .news-a1v1 .mySwiper3 {
  border-radius: 1rem;
  background: #FFF;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0.625rem 1.875rem rgba(176, 191, 231, 0.15));
          filter: drop-shadow(0 0.625rem 1.875rem rgba(176, 191, 231, 0.15));
}
.news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa a.img {
  display: block;
  font-size: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa a.img {
    width: 100%;
  }
}
.news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa a.img img {
  width: 100%;
  aspect-ratio: 700/420;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa .cont-p {
  width: 50%;
  padding: 1rem 4%;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa .cont-p {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa .cont-p > span {
  background: rgba(238, 52, 52, 0.1);
  font-size: 0.75rem;
  line-height: 1.4375rem;
  padding: 0 0.5em;
  border-radius: 0.1875rem;
  color: #EE3434;
  display: inline-block;
}
.news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa .cont-p .name {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.4em;
  margin: 0.45em 0;
  display: block;
}
.news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa .cont-p .name:hover {
  color: var(--color-zt);
}
.news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa .cont-p .data {
  color: #A6ACB5;
  font-size: 0.875rem;
  line-height: 1.35em;
}
.news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa .cont-p .data i {
  margin-right: 0.25em;
  font-size: 0.875rem;
  line-height: 1em;
  margin-top: 0.125rem;
}
.news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa .cont-p .p {
  color: #737373;
  font-size: 1rem;
  line-height: 1.875em;
  margin: 0.75rem 0 1rem;
}
@media (max-width: 768px) {
  .news-cont1 .news-a1v1 .mySwiper3 .swiper-slide .imagsxa .cont-p .p {
    margin: 0.5rem 0 0.75rem;
  }
}

.news-cont2 {
  margin-top: 5.375rem;
}
@media (max-width: 768px) {
  .news-cont2 {
    margin-top: 1.65rem;
  }
}
.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 li {
  -webkit-filter: drop-shadow(0 10px 30px rgba(176, 191, 231, 0.15));
          filter: drop-shadow(0 10px 30px rgba(176, 191, 231, 0.15));
  border-radius: 1rem;
  background: #FFF;
}
.news-cont2 .news-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.news-cont2 .news-list li a.img i img {
  width: 100%;
}
.news-cont2 .news-list li a.img .cont-p {
  padding: 1rem 1.65rem 1.75rem;
}
.news-cont2 .news-list li a.img .cont-p span {
  background: rgba(238, 52, 52, 0.1);
  font-size: 0.75rem;
  line-height: 1.4375rem;
  padding: 0 0.5em;
  border-radius: 0.1875rem;
  color: #EE3434;
  display: inline-block;
}
.news-cont2 .news-list li a.img .cont-p .name {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.4em;
  margin: 0.45em 0;
}
.news-cont2 .news-list li a.img .cont-p .data {
  color: #A6ACB5;
  font-size: 0.875rem;
  line-height: 1.35em;
}
.news-cont2 .news-list li a.img .cont-p .data i {
  margin-right: 0.25em;
  font-size: 0.875rem;
  line-height: 1em;
  margin-top: 0.125rem;
}
.news-cont2 .news-list li a.img:hover .cont-p .name {
  color: var(--color-zt);
}

.ny-show_bodyxw {
  padding-top: -webkit-calc(var(--head-height) * 2);
  padding-top: -moz-calc(var(--head-height) * 2);
  padding-top: calc(var(--head-height) * 2);
  overflow: visible;
}
.ny-show_bodyxw .head .head2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.show-news-content {
  padding-bottom: 5.5rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding-bottom: 2rem;
  }
}
.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;
  font-weight: 500;
}
@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: #646A73;
  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;
  margin-bottom: 0.5em;
}
@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 .content a.more-a {
  min-width: inherit;
}
.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;
  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);
}

.dow-content {
  padding: 1.5rem 0 2rem;
}
@media (max-width: 768px) {
  .dow-content {
    padding: 1rem 0 1.5rem;
  }
}
.dow-content .dow-sort_list1 {
  gap: 0 2.5rem;
}
@media (max-width: 768px) {
  .dow-content .dow-sort_list1 {
    gap: 0 1.25rem;
  }
}
.dow-content .dow-sort_list1 li a {
  display: block;
  color: #000000;
  font-size: 1.25rem;
  line-height: 4.125rem;
  position: relative;
}
@media (max-width: 768px) {
  .dow-content .dow-sort_list1 li a {
    font-size: 1.125rem;
    line-height: 3.65rem;
  }
}
.dow-content .dow-sort_list1 li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--color-zt);
  -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;
}
.dow-content .dow-sort_list1 li.active a, .dow-content .dow-sort_list1 li:hover a {
  color: var(--color-zt);
}
.dow-content .dow-sort_list1 li.active a::after, .dow-content .dow-sort_list1 li:hover a::after {
  width: 100%;
}
.dow-content .dow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.625rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .dow-content .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
.dow-content .dow-list li {
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 0 0.625rem 1.875rem 0 rgba(176, 191, 231, 0.15);
  padding: 2rem 7.3529411765%;
}
@media (max-width: 768px) {
  .dow-content .dow-list li {
    padding: 1.65rem 5.8823529412%;
  }
}
.dow-content .dow-list li .img {
  width: 36.7647058824%;
}
.dow-content .dow-list li .img img {
  width: 100%;
}
.dow-content .dow-list li .cont-p {
  width: 58.8235294118%;
  text-align: center;
}
.dow-content .dow-list li .cont-p .tit {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 0.85em;
}
@media (max-width: 768px) {
  .dow-content .dow-list li .cont-p .tit {
    font-size: 1.35rem;
  }
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}

.tcmgs-a {
  display: none;
  width: clamp(320px, 90%, 35rem);
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
  padding: 0;
  background: transparent;
}
.tcmgs-a > .carousel__button.is-close {
  top: 2rem;
  right: 6%;
  color: #000000;
  box-shadow: none;
  width: 2rem;
}
.tcmgs-a > .carousel__button.is-close svg {
  width: 100%;
  height: auto;
  stroke-width: 1px;
  -webkit-filter: none;
          filter: none;
}

.msg-v1 {
  padding: 3.5rem 10%;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .msg-v1 {
    padding: 2.5rem 7%;
  }
}
.msg-v1 form {
  margin-top: 2rem;
}
.msg-v1 form .m_label {
  color: #747474;
  font-size: 1rem;
  line-height: 3.375rem;
  position: absolute;
  left: 1.5rem;
  top: 0;
  pointer-events: none;
}
.msg-v1 form .m_label span {
  color: #F08100;
}
.msg-v1 form .msg-a1 .tit-a {
  color: #4A4A4A;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0.5rem 0 0.65rem;
}
@media (max-width: 768px) {
  .msg-v1 form .msg-a1 .tit-a {
    font-size: 1.25rem;
  }
}
.msg-v1 form .msg-a1 .inpt {
  width: 100%;
  margin-bottom: 1.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .msg-v1 form .msg-a1 .inpt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.msg-v1 form .msg-a1 .inpt input[type=text] {
  width: 100%;
  border: 1px solid #F4F4F4;
  line-height: 3.375rem;
  font-size: 1rem;
  padding: 0 1.5rem;
  border-radius: 1.875rem;
  background: transparent;
}
.msg-v1 form .msg-a1 .inpt input[type=text]:focus {
  border-color: var(--color-zt);
}
@media (max-width: 768px) {
  .msg-v1 form .msg-a1 .inpt input[type=text] {
    line-height: 2.85rem;
    padding: 0 1.5em;
  }
}
.msg-v1 form .msg-a3 textarea {
  width: 100%;
  border: 1px solid #fff;
  line-height: 1.5em;
  font-size: 1rem;
  padding: 0.75em 1em;
  border-radius: 0.625rem;
  background: #F4F5F7;
}
.msg-v1 form .msg-a3 textarea:focus {
  border-color: var(--color-zt);
}
@media (max-width: 768px) {
  .msg-v1 form .msg-a3 textarea {
    padding: 0.75em 0.5em;
  }
}
.msg-v1 form .code_yas {
  position: relative;
}
.msg-v1 form .code_yas .modal_inp_a {
  width: 36%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  color: #EE3434;
}
.msg-v1 form .msg-a4 {
  margin-top: 1rem;
}
.msg-v1 form .msg-a4 .yszc-cont {
  padding-left: 1rem;
}
.msg-v1 form .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;
}
.msg-v1 form .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;
}
.msg-v1 form .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;
}
.msg-v1 form .msg-a4 .yszc-cont label {
  color: #787777;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .msg-v1 form .msg-a4 .yszc-cont label {
    width: -webkit-calc(100% - 1.625rem);
    width: -moz-calc(100% - 1.625rem);
    width: calc(100% - 1.625rem);
  }
}
.msg-v1 form .msg-a4 .yszc-cont label a {
  color: #4F4748;
}
.msg-v1 form .msg-a4 .yszc-cont label a:hover {
  color: var(--color-zt);
}
.msg-v1 form .div_aghgha {
  margin-top: 1.35rem;
}
.msg-v1 form .div_aghgha button {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .msg-v1 form .div_aghgha {
    margin-top: 0.75rem;
  }
}

.abt-cont1 {
  background: #FAFAFC;
}
.abt-cont1 .abt-a1v1 {
  padding: 6.1875rem 0 7.1875rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 54.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1-txt {
  color: #4D4D4C;
  font-size: 1.375rem;
  line-height: 1.8181818182em;
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 .p1-txt {
    font-size: 1.125rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .p1-txt strong {
  color: var(--color-zt);
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 39.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 1.85rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 {
  gap: 2.625rem 0;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 {
    gap: 2rem 0;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 li {
  width: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 1.65rem;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 li .data {
  color: #D41B28;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 li .data span {
  font-size: 3.375rem;
  line-height: 1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 li .data span {
    font-size: 2.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 li .data sup {
  font-size: 2.75rem;
  line-height: 1rem;
  font-weight: 600;
  top: 0;
  vertical-align: top;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 li .data sup {
    font-size: 2rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 li .p {
  color: #1F2329;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 .sj_list1 li .p {
    font-size: 1.125rem;
  }
}

.abt-cont2 {
  padding: 6.875rem 0 7.625rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.5rem 0;
  }
}
.abt-cont2 .abt-a2v1 {
  margin-top: 1.85rem;
}
.abt-cont2 .abt-a2v1 .abt-a2_list1 {
  width: 54.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2_list1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.65rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2_list1 li {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2_list1 li {
    padding: 1rem 0;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2_list1 li .dt {
  color: #1F2329;
  font-size: 2rem;
  line-height: 1.5em;
  cursor: pointer;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2_list1 li .dt {
    font-size: 1.25rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2_list1 li .wehha-job {
  color: #646A73;
  font-size: 1.125rem;
  line-height: 1.6666666667em;
  margin-top: 0.35rem;
  display: none;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2_list1 li .wehha-job {
    font-size: 1rem;
  }
}
.abt-cont2 .abt-a2v1 .abt-a2_list1 li.active {
  border-color: var(--color-zt);
}
.abt-cont2 .abt-a2v1 .abt-a2_list1 li.active .dt {
  font-weight: 700;
  color: var(--color-zt);
  opacity: 1;
}
.abt-cont2 .abt-a2v1 .imga {
  width: 39.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .imga {
    width: 100%;
  }
}
.abt-cont2 .abt-a2v1 .imga u {
  border-radius: var(--radius);
  display: block;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0 11.889px 35.668px 0 rgba(176, 191, 231, 0.15);
}
.abt-cont2 .abt-a2v1 .imga u img {
  width: 100%;
}

.abt-cont3 {
  position: relative;
}
.abt-cont3 u {
  display: block;
  font-size: 0;
}
.abt-cont3 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .abt-cont3 u img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.abt-cont3 .abt-a3v1 {
  position: absolute;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  z-index: 1;
}
.abt-cont3 .abt-a3v1 .tit {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 .tit {
    font-size: 1.75rem;
    line-height: 1.35em;
  }
}

.abt-cont4 {
  padding: 5.75rem 0;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2.5rem 0;
  }
}
.abt-cont4 .abt-a4v1 {
  position: relative;
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 u {
  display: block;
  font-size: 0;
  position: absolute;
  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%);
  width: 88.5416666667%;
}
@media (max-width: 1366px) {
  .abt-cont4 .abt-a4v1 u {
    width: 98%;
  }
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 u {
    display: none;
  }
}
.abt-cont4 .abt-a4v1 u img {
  width: 100%;
}
.abt-cont4 .abt-a4v1 .mySwiper4 .swiper-slide {
  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;
}
.abt-cont4 .abt-a4v1 .mySwiper4 .swiper-slide .tit {
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0.25em 0;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper4 .swiper-slide .tit {
    color: #333;
    font-size: 2rem;
  }
}
.abt-cont4 .abt-a4v1 .mySwiper4 .swiper-slide .txt {
  color: #737373;
  font-size: 1rem;
  line-height: 1.875em;
  border-left: 1px solid #EE3434;
  padding: 3.5em 7% 1em;
  width: 100%;
  height: 16.0625rem;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .mySwiper4 .swiper-slide .txt {
    height: auto;
    padding: 1rem 5%;
  }
}
@media (min-width: 767px) {
  .abt-cont4 .abt-a4v1 .mySwiper4 .swiper-slide:nth-child(2n-1) {
    margin-top: 20rem;
  }
  .abt-cont4 .abt-a4v1 .mySwiper4 .swiper-slide:nth-child(2n) .tit {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .abt-cont4 .abt-a4v1 .mySwiper4 .swiper-slide:nth-child(2n) .txt {
    padding: 1em 7%;
  }
}

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

.abt-cont6 {
  padding: 9.6875rem 0 7.75rem;
}
@media (max-width: 768px) {
  .abt-cont6 {
    padding: 2.5rem 0;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 {
  width: 49.0714285714%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 {
    width: 100%;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .img {
  border-radius: var(--radius);
  overflow: hidden;
}
.abt-cont6 .abt-a6v1 .abt-a6b1 .img img {
  width: 100%;
}
.abt-cont6 .abt-a6v1 .abt-a6b2 {
  width: 42.9285714286%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b2 .p1-txt {
  color: #6C6B6C;
  font-size: 1.125rem;
  line-height: 1.7777777778em;
  margin: 1.125rem 0;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b2 .p1-txt {
    margin: 1rem 0;
  }
}

.abt-cont7 {
  background: #FAFAFC;
  padding: 5rem 0 7.1875rem;
}
@media (max-width: 768px) {
  .abt-cont7 {
    padding: 2.5rem 0;
  }
}
.abt-cont7 .mySwiper5 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .abt-cont7 .mySwiper5 {
    margin-top: 0.5rem;
  }
}
.abt-cont7 .mySwiper5 .swiper-slide .img {
  border-radius: 0.5625rem;
  overflow: hidden;
  margin-top: 1.75rem;
  background: #fff;
  padding: 5% 15%;
}
@media (max-width: 768px) {
  .abt-cont7 .mySwiper5 .swiper-slide .img {
    margin-top: 1.25rem;
  }
}
.abt-cont7 .mySwiper5 .swiper-slide .img img {
  width: 100%;
}
.abt-cont7 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .abt-cont7 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.abt-cont7 .mySwiper5 .swiper-pagination1 span {
  opacity: 1;
  background: #333333;
  width: 1.6875rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.abt-cont7 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}

.case-content1 .case-list {
  padding: 2.25rem 0 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 2.375rem;
}
@media (max-width: 768px) {
  .case-content1 .case-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    padding: 1rem 0 1rem;
  }
}
.case-content1 .case-list li a.img {
  display: block;
  border-radius: var(--radius);
  background: #FFF;
  box-shadow: 0 0.7375rem 2.1875rem 0 rgba(176, 191, 231, 0.15);
  overflow: hidden;
}
.case-content1 .case-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.case-content1 .case-list li a.img i img {
  width: 100%;
  aspect-ratio: 440/264;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-content1 .case-list li a.img .cont-p {
  padding: 1.85rem 7%;
}
@media (max-width: 768px) {
  .case-content1 .case-list li a.img .cont-p {
    padding: 1.5rem 5%;
  }
}
.case-content1 .case-list li a.img .cont-p span {
  background: rgba(238, 52, 52, 0.1);
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 0 1.25em;
  border-radius: 1.875rem;
  color: #EE3434;
  display: inline-block;
}
.case-content1 .case-list li a.img .cont-p .tit {
  color: #000000;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.35em;
  margin: 0.5em 0 0.125em;
}
@media (max-width: 768px) {
  .case-content1 .case-list li a.img .cont-p .tit {
    font-size: 1.25rem;
  }
}
.case-content1 .case-list li a.img .cont-p .tit:hover {
  color: var(--color-zt);
}
.case-content1 .case-list li a.img .cont-p .p1 {
  color: #646A73;
  font-size: 1rem;
  line-height: 1.6875em;
}
.case-content1 .case-list li a.img .cont-p u {
  display: block;
  margin-top: 0.5rem;
}
.case-content1 .case-list li a.img .cont-p u img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  height: 1.6875rem;
}

.case-content2 {
  padding: 3.125rem 0 5.125rem;
}
@media (max-width: 768px) {
  .case-content2 {
    padding: 2rem 0;
  }
}
.case-content2 .mySwiper5 {
  margin-top: 1rem;
  padding: 0 1px;
}
@media (max-width: 768px) {
  .case-content2 .mySwiper5 {
    margin-top: 0.5rem;
  }
}
.case-content2 .mySwiper5 .swiper-slide .img {
  border-radius: 0.5625rem;
  overflow: hidden;
  margin-top: 1.75rem;
  border: 1px solid #F3F3F3;
  background: #fff;
  padding: 5% 15%;
}
@media (max-width: 768px) {
  .case-content2 .mySwiper5 .swiper-slide .img {
    margin-top: 1.25rem;
  }
}
.case-content2 .mySwiper5 .swiper-slide .img img {
  width: 100%;
}
.case-content2 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.85rem;
}
@media (max-width: 768px) {
  .case-content2 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.case-content2 .mySwiper5 .swiper-pagination1 span {
  opacity: 1;
  background: #333333;
  width: 1.6875rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}
.case-content2 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}

.show-case1-cont1 {
  background: #FAFAFC;
}
.show-case1-cont1 .show-case-a1v1 {
  padding: 3.75rem 0 7.25rem;
}
@media (max-width: 768px) {
  .show-case1-cont1 .show-case-a1v1 {
    padding: 1rem 0 2rem;
  }
}
.show-case1-cont1 .show-case-a1v1 .case-ab1 {
  width: 46.6428571429%;
}
@media (max-width: 768px) {
  .show-case1-cont1 .show-case-a1v1 .case-ab1 {
    width: 100%;
  }
}
.show-case1-cont1 .show-case-a1v1 .case-ab1 .txt {
  color: #4D4D4C;
  font-size: 1.375rem;
  line-height: 1.8181818182em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .show-case1-cont1 .show-case-a1v1 .case-ab1 .txt {
    font-size: 1.125rem;
  }
}
.show-case1-cont1 .show-case-a1v1 .case-ab2 {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .show-case1-cont1 .show-case-a1v1 .case-ab2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.show-case1-cont1 .show-case-a1v1 .case-ab2 .img {
  border-radius: var(--radius);
  overflow: hidden;
}
.show-case1-cont1 .show-case-a1v1 .case-ab2 .img img {
  width: 100%;
}

.show-case1-cont2 .show-case1-a1v1 {
  padding: 4.5rem 0 5.625rem;
}
@media (max-width: 768px) {
  .show-case1-cont2 .show-case1-a1v1 {
    padding: 2rem 0;
  }
}
.show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 {
  margin-top: 5.375rem;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
@media (max-width: 768px) {
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 {
    margin-top: 1.5rem;
    border-bottom: none;
  }
}
.show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 u {
  display: block;
  font-size: 0;
  width: 38.4285714286%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 u {
    display: none;
  }
}
.show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 u img {
  width: 100%;
}
.show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li {
  width: 34%;
  position: absolute;
}
@media (max-width: 768px) {
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li {
    width: 100%;
    position: static;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li + li {
    margin-top: 1.5rem;
  }
}
.show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li .cont-p {
  width: -webkit-calc(95% - 3.75rem);
  width: -moz-calc(95% - 3.75rem);
  width: calc(95% - 3.75rem);
  border: 1px solid #D8D8D8;
  background: #FFF;
  box-shadow: 0.25rem 0.375rem 0.375rem 0 rgba(229, 229, 229, 0.25);
  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: 10.25rem;
  padding: 0.5em 1.5em;
  color: #181818;
  font-size: 1rem;
  line-height: 1.75em;
}
.show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li .cont-p b {
  display: block;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li .cont-p {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
    padding: 0.75em 1.25em;
  }
}
.show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li .img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--color-zt);
}
.show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li .img img {
  width: 50%;
}
@media (min-width: 767px) {
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li:nth-child(1) {
    left: 0;
    bottom: 0;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li:nth-child(2) {
    left: 8%;
    bottom: 63%;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li:nth-child(2) .img {
    margin-top: 2rem;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li:nth-child(3) {
    right: 8%;
    bottom: 63%;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li:nth-child(3) .cont-p {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li:nth-child(3) .img {
    margin-top: 2rem;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li:nth-child(4) {
    right: 0;
    bottom: 0;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1 .asta1 li:nth-child(4) .cont-p {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 767px) {
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1.gs3 {
    margin-top: 16.375rem;
  }
}
@media (min-width: 767px) {
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1.gs3 .asta1 li:nth-child(2) {
    display: block;
    left: 33%;
    bottom: 80%;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1.gs3 .asta1 li:nth-child(2) .cont-p {
    margin: 0 auto;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1.gs3 .asta1 li:nth-child(2) .img {
    margin: 1.5rem auto;
  }
  .show-case1-cont2 .show-case1-a1v1 .ywxq-vt1.gs3 .asta1 li:nth-child(3) {
    right: 0;
    bottom: 0;
  }
}

.show-case1-a1v2 {
  padding: 3.6875rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .show-case1-a1v2 {
    padding: 1.25rem 0 2.25rem;
  }
}
.show-case1-a1v2 .jjfa_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 3.25rem;
}
.show-case1-a1v2 .jjfa_list1.gs3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .show-case1-a1v2 .jjfa_list1.gs3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .show-case1-a1v2 .jjfa_list1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.65rem;
  }
}
.show-case1-a1v2 .jjfa_list1 li {
  border-radius: var(--radius);
  border: 1px solid rgba(238, 52, 52, 0.1);
  background: #FAFAFC;
  padding: 3.375rem 9%;
  position: relative;
}
@media (max-width: 768px) {
  .show-case1-a1v2 .jjfa_list1 li {
    padding: 2.25rem 6.5%;
  }
}
.show-case1-a1v2 .jjfa_list1 li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25.8581235698%;
  height: 1.125rem;
  background: var(--color-zt);
}
@media (max-width: 768px) {
  .show-case1-a1v2 .jjfa_list1 li::after {
    height: 0.65rem;
  }
}
.show-case1-a1v2 .jjfa_list1 li .tit {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .show-case1-a1v2 .jjfa_list1 li .tit {
    font-size: 1.35rem;
  }
}
.show-case1-a1v2 .jjfa_list1 li .txt {
  font-size: 1rem;
  line-height: 1.75em;
  color: #555;
  margin-top: 0.65em;
}

.show-case1-a1v3 {
  padding: 2.25rem 0 4.8125rem;
}
@media (max-width: 768px) {
  .show-case1-a1v3 {
    padding: 1rem 0 2rem;
  }
}
.show-case1-a1v3 .yycx_list1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 5.125rem;
}
@media (min-width: 767px) {
  .show-case1-a1v3 .yycx_list1.gs3 li {
    width: 30%;
  }
  .show-case1-a1v3 .yycx_list1.gs3 li .asht p {
    top: 50%;
  }
  .show-case1-a1v3 .yycx_list1.gs3 li .txt {
    padding: 15% 7% 2%;
  }
}
@media (max-width: 768px) {
  .show-case1-a1v3 .yycx_list1 {
    margin-top: 1.85rem;
    gap: 1.5rem 0;
  }
}
.show-case1-a1v3 .yycx_list1 li {
  width: 17.2857142857%;
}
@media (max-width: 768px) {
  .show-case1-a1v3 .yycx_list1 li {
    width: 48%;
  }
}
.show-case1-a1v3 .yycx_list1 li:nth-child(2n) {
  margin-top: 5.125rem;
}
@media (max-width: 768px) {
  .show-case1-a1v3 .yycx_list1 li:nth-child(2n) {
    margin-top: 0;
  }
}
.show-case1-a1v3 .yycx_list1 li .asht {
  width: 57.8512396694%;
  margin: 0 auto;
  position: relative;
}
.show-case1-a1v3 .yycx_list1 li .asht u {
  display: block;
  font-size: 0;
}
.show-case1-a1v3 .yycx_list1 li .asht u img {
  width: 100%;
}
.show-case1-a1v3 .yycx_list1 li .asht p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 700;
  width: 100%;
  position: absolute;
  left: 0%;
  top: 40%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 768px) {
  .show-case1-a1v3 .yycx_list1 li .asht p {
    font-size: 1.125rem;
  }
}
.show-case1-a1v3 .yycx_list1 li .txt {
  width: 100%;
  height: 13.875rem;
  border-radius: var(--radius);
  border: 1px solid #E6E6E6;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  color: #555555;
  font-size: 1rem;
  line-height: 1.75em;
  font-weight: 600;
  text-align: center;
  padding: 20% 7% 2%;
  margin-top: -3.5rem;
}
@media (max-width: 768px) {
  .show-case1-a1v3 .yycx_list1 li .txt {
    padding: 15% 7% 2rem;
    margin-top: -2.85rem;
    height: auto;
  }
}

.show-case1-a1v4 {
  padding: 2.25rem 0 4.8125rem;
}
@media (max-width: 768px) {
  .show-case1-a1v4 {
    padding: 1rem 0 2rem;
  }
}
.show-case1-a1v4 .show-case1-a1v4-vt {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .show-case1-a1v4 .show-case1-a1v4-vt {
    margin-top: 1.5rem;
  }
}
.show-case1-a1v4 .show-case1-a1v4-vt .img {
  width: 45%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-case1-a1v4 .show-case1-a1v4-vt .img {
    width: 100%;
  }
}
.show-case1-a1v4 .show-case1-a1v4-vt .img img {
  width: 100%;
}
.show-case1-a1v4 .show-case1-a1v4-vt .txt {
  width: 52%;
  font-size: 1.125rem;
  line-height: 1.75em;
  color: #555;
  text-align: justify;
}
@media (max-width: 768px) {
  .show-case1-a1v4 .show-case1-a1v4-vt .txt {
    width: 100%;
    margin-top: 1.35rem;
  }
}

.show-case1-a1v5 {
  padding: 2.25rem 0 4.8125rem;
}
@media (max-width: 768px) {
  .show-case1-a1v5 {
    padding: 1rem 0 2rem;
  }
}
.show-case1-a1v5 .show-case1-a1v5-vt {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-case1-a1v5 .show-case1-a1v5-vt {
    margin-top: 1.5rem;
  }
}
.show-case1-a1v5 .show-case1-a1v5-vt .txt {
  font-size: 1.125rem;
  line-height: 1.75em;
  color: #555;
  text-align: justify;
}
.show-case1-a1v5 .show-case1-a1v5-vt .as-dta1 {
  margin-top: 1.5rem;
  text-align: center;
}
.show-case1-a1v5 .show-case1-a1v5-vt .as-dta1 .bjax {
  border-radius: var(--radius);
  border: 1px solid rgba(238, 52, 52, 0.1);
  background: #FAFAFC;
  padding: 1.5rem 0;
  margin: 0.75rem 0;
}
.show-case1-a1v5 .show-case1-a1v5-vt .as-dta1 u {
  width: 4.5rem;
  margin: 0 auto;
}
.show-case1-a1v5 .show-case1-a1v5-vt .as-dta1 u img {
  width: 100%;
}
.show-case1-a1v5 .show-case1-a1v5-vt .as-dta1 .tit {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 0.5rem;
}

.lx-cont1 .lx-a1v1 {
  padding: 4.25rem 0 9.75rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    padding: 1rem 0 2.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #232626;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 {
    padding-bottom: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 {
  width: 69.1428571429%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li {
  width: 50%;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li {
    width: 100%;
  }
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li + li {
    margin-top: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li i {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid var(--color-zt);
  border-radius: 50%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li i img {
  width: 50%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li .cont-p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem;
  color: #232626;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li .cont-p .ftit {
  font-size: 0.875rem;
  line-height: 1.25em;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li .cont-p .tit {
  font-size: 1.25rem;
  line-height: 1.35em;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a1 li .cont-p .tit {
    font-size: 1.125rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a2 {
  width: 30.7142857143%;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a2 {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a2 img {
  width: 8.5rem;
  margin: 0 auto;
  border: 1px solid #F5F5F5;
  padding: 0.25rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1v1 .lx-a1b1v1_a2 p {
  color: #232626;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b3 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b3 {
    margin-top: 1.75rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b3 #mapDiv {
  width: 100%;
  height: 38.625rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b3 #mapDiv {
    height: 18.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b3 #mapDiv .leaflet-control-attribution {
  display: none;
}

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