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

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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #7A7A7A;
  --color-zt: #fc003e;
  --head-height: 4.375rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
  --jbys: linear-gradient(90deg, #fc003e 0%, #F35F71 100%);
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.25%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
  }
}

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

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

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

.more-b {
  display: inline-block;
  padding: 0.85rem 3rem;
  border-radius: 3.125rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
  font-weight: 400;
  background: var(--jbys);
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.4rem 0.5rem;
  }
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b i {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  background: -webkit-linear-gradient(left, #F35F71 0%, #fc003e 100%);
  background: -moz-linear-gradient(left, #F35F71 0%, #fc003e 100%);
  background: -o-linear-gradient(left, #F35F71 0%, #fc003e 100%);
  background: linear-gradient(90deg, #F35F71 0%, #fc003e 100%);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover::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);
}

@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(100vh - 60px);
    padding-bottom: -moz-calc(100vh - 60px);
    padding-bottom: calc(100vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  --as-calore: #595757;
background: #fff;
  z-index: 1;
}
.head .head2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 0%;
  background: #fff;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.head .head2 .logo a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.head .head2 .logo a img {
  height: 1.86rem;
}
.head .head2 .logo a img.b {
  display: none;
}
.head .head2 .zywena {
  margin-left: 1.5rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
  padding: 0 1.5rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3.7rem;
  width: 5.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
.head .head2 .zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .yy-sec a:hover {
  color: var(--color-zt);
}
.head .head2 .sska {
  margin-right: 1.5rem;
}
.head .head2 .sska a {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head .head2 .yj-enz {
  color: var(--as-calore);
  line-height: 1.25rem;
  display: block;
  margin: 0 1.5rem;
}
.head .head2 .yj-enz i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head .head2 .top-tel {
  color: var(--as-calore);
  line-height: 1.25rem;
  font-size: 1.25rem;
}
.head .head2 .top-tel i {
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 0.5rem;
}

body .head.sticky .head2 {
  --as-calore: #595757;
  margin-top: 0;
}
body .head.sticky .head2::after {
  width: 100%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
body .head.sticky .head2 .logo a img.a {
  display: none;
}
body .head.sticky .head2 .logo a img.b {
  display: inline-block;
}
body .head.sticky .head2 #menu .nav_a1 li:hover > a span, body .head.sticky .head2 #menu .nav_a1 li.active > a span {
  color: var(--color-zt);
}
body .head.sticky .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

.ny-body .head .head2 {
  --as-calore: #595757;
  margin-top: 0;
}
.ny-body .head .head2::after {
  width: 100%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.ny-body .head .head2 .logo a img.a {
  display: none;
}
.ny-body .head .head2 .logo a img.b {
  display: inline-block;
}
.ny-body .head .head2 #menu .nav_a1 li:hover > a span, .ny-body .head .head2 #menu .nav_a1 li.active > a span {
  color: var(--color-zt);
}
.ny-body .head .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

#menu {
  background: #fff;
  padding: 0 2rem;
  border-radius: -webkit-calc(var(--head-height) / 2);
  border-radius: -moz-calc(var(--head-height) / 2);
  border-radius: calc(var(--head-height) / 2);
}
#menu .nav_a1 > li {
  float: left;
}
#menu .nav_a1 > li a {
  display: block;
  color: #595857;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 > li > a {
  font-size: 1.125rem;
  padding: 0 2.25rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
@media (max-width: 1680px) {
  #menu .nav_a1 > li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
}
#menu .nav_a1 > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1.25rem;
  width: 100%;
}
#menu .nav_a1 > li .sec {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(40px);
     -moz-transform: translateX(-50%) translateY(40px);
      -ms-transform: translateX(-50%) translateY(40px);
       -o-transform: translateX(-50%) translateY(40px);
          transform: translateX(-50%) translateY(40px);
}
#menu .nav_a1 > li .sec .wess-xa {
  background: #fff;
  border-radius: 1.25rem;
  padding: 0 5%;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  --askx: 3.5rem;
}
#menu .nav_a1 > li .sec .wess-xa .as1_a1 {
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: var(--askx) 0;
  padding-right: 6%;
}
#menu .nav_a1 > li .sec .wess-xa .as1_a1 li {
  width: auto;
}
#menu .nav_a1 > li .sec .wess-xa .as1_a1 li > a {
  color: #5d5d5d;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid rgba(168, 168, 168, 0.2);
  padding-bottom: 0.5em;
}
#menu .nav_a1 > li .sec .wess-xa .as1_a1 li .wessxza {
  margin-top: 1rem;
}
#menu .nav_a1 > li .sec .wess-xa .as1_a1 li .wessxza a {
  display: block;
  color: #818181;
  font-size: .9rem;
  line-height: 1.5em;
  padding: 0.28em 0;
  position: relative;
}
#menu .nav_a1 > li .sec .wess-xa .as1_a1 li .wessxza a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75rem;
  opacity: 0;
}
#menu .nav_a1 > li .sec .wess-xa .as1_a1 li .wessxza a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .wess-xa .as1_a1 li .wessxza a:hover i {
  opacity: 1;
}
#menu .nav_a1 > li .sec .wess-xa .imga {
  width: 33.8541666667%;
  padding: var(--askx) 0;
  border-left: 1px solid #E8E8E8;
  padding-left: var(--askx);
}
#menu .nav_a1 > li .sec .wess-xa .imga .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
#menu .nav_a1 > li .sec .wess-xa .imga .img img {
  width: 100%;
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .nav_a1 > li .sec .wess-xa .tit-gxa {
  color: #868686;
  font-size: 1.25rem;
  line-height: 1.5em;
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 {
  width: 100%;
  padding: var(--askx) 0;
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 {
  margin-top: 1.5rem;
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c1 {
  width: 55.2825552826%;
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c1 .case-a1v1c1a li {
  width: 50%;
  margin-bottom: 0.75rem;
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c1 .case-a1v1c1a li > a {
  display: block;
  color: #818181;
  font-size: 1rem;
  line-height: 1.5em;
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c1 .case-a1v1c1a li > a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c1 .case-a1v1c1a li .secxa {
  margin-top: 0.25rem;
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c1 .case-a1v1c1a li .secxa a {
  color: #B8B8B8;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-right: 1em;
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c1 .case-a1v1c1a li .secxa a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c2 {
    width: 100%;
  /*width: 44.226044226%;*/
  /*border-left: 1px solid #E8E8E8;*/
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c2 .sdhcx_ast1 {
padding-right: 3rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  #menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c2 .sdhcx_ast1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c2 .sdhcx_ast1 li a {
     color: #A8A8A8;
    font-size: 1.125rem;
    line-height: 2.5em;
 
    padding-bottom: 0.5em;

}#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c2 .sdhcx_ast1 li a  img{
      /*filter: grayscale(100%);*/
      width: 3.25rem;
}
#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c2 .sdhcx_ast1 li:hover a {
  color: var(--color-zt);
}#menu .nav_a1 > li .sec .wess-xa .case-a1 .case-a1v1 .case-a1v1c2 .sdhcx_ast1 li:hover a  img{
   filter: invert(46%) sepia(96%) saturate(1669%) hue-rotate(302deg) brightness(95%) contrast(81%);
}
#menu .nav_a1 > li .sec .wess-xa .case-a2 {
  width: 35.7142857143%;
  padding: var(--askx) 0;
  padding-left: 3%;
  background: -webkit-linear-gradient(left, rgba(255, 244, 248, 0.5294117647) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 244, 248, 0.5294117647) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 244, 248, 0.5294117647) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 244, 248, 0.5294117647) 0%, rgba(0, 0, 0, 0) 100%);
}
#menu .nav_a1 > li .sec .wess-xa .case-a2 .case-a2c1 {
  width: 28.2051282051%;
}
#menu .nav_a1 > li .sec .wess-xa .case-a2 .case-a2c1 .asht1 {
  margin-top: 1.5rem;
}
#menu .nav_a1 > li .sec .wess-xa .case-a2 .case-a2c1 .asht1 li a {
  display: block;
  color: #818181;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
#menu .nav_a1 > li .sec .wess-xa .case-a2 .case-a2c1 .asht1 li a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .wess-xa .case-a2 .case-a2c2 {
  width: 70%;
  margin: 0 auto;
}
#menu .nav_a1 > li .sec .wess-xa .case-a2 .case-a2c2 .mySwiper3 a.wehsxa .img {
  overflow: hidden;
  border-radius: 1.25rem;
}
#menu .nav_a1 > li .sec .wess-xa .case-a2 .case-a2c2 .mySwiper3 a.wehsxa .img img {
  width: 100%;
}
#menu .nav_a1 > li .sec .wess-xa .case-a2 .case-a2c2 .mySwiper3 a.wehsxa .name {
  color: #5C5C5C;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5em;
  margin-top: 0.75em;
}
#menu .nav_a1 > li:hover a {
  color: var(--color-zt);
}
#menu .nav_a1 > li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}
#menu .nav_a1 > li:hover .sec.sec1 {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 > li:hover > a, #menu .nav_a1 > li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 > li:hover > a span::after, #menu .nav_a1 > li.active > a span::after {
  width: 100%;
}

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

.sticky {
  position: fixed;
  top: 0;
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

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

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

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

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

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Inter";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Inter";
  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 70px !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 70vh;
  }
}
.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 {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.35em;
  text-shadow: 0px 0px 0.9375rem rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p1 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
  background: -webkit-linear-gradient(left, #215B8E 0%, rgba(230, 184, 64, 0.3) 50%, rgba(230, 184, 64, 0) 100%);
  background: -moz-linear-gradient(left, #215B8E 0%, rgba(230, 184, 64, 0.3) 50%, rgba(230, 184, 64, 0) 100%);
  background: -o-linear-gradient(left, #215B8E 0%, rgba(230, 184, 64, 0.3) 50%, rgba(230, 184, 64, 0) 100%);
  background: linear-gradient(90deg, #215B8E 0%, rgba(230, 184, 64, 0.3) 50%, rgba(230, 184, 64, 0) 100%);
  margin-top: 0.75rem;
}
.pc-banner .mySwipera .banwez1 .p2 {
  font-size: 1.4375rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.pc-banner .mySwipera .banwez1 .p2 p {
  position: relative;
  padding-left: 0.5em;
  margin: 0.35rem 0;
}
.pc-banner .mySwipera .banwez1 .p2 p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.pc-banner .mySwipera .banwez1 .p2.p2as {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1rem;
  width: 30%;
}
.pc-banner .mySwipera .banwez1 .p2.p2as p {
  margin: 0.125rem 0;
}
.pc-banner .mySwipera .banwez1 .more-b {
  margin-top: 2rem;
  padding: 0.85rem 2.25rem;
}
.pc-banner .mySwipera .swiper-pagination1a {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 11%;
  z-index: 9;
  text-align: center;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 400 0.875rem/1.5em "Inter";
  margin-top: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

@-webkit-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}

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

.overa {
  overflow: hidden;
}

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

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

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

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

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

.gong-pagination span {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 0.25rem;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}
.gong-pagination.hs span {
  background: rgba(0, 0, 0, 0.3);
}
.gong-pagination.hs span.swiper-pagination-bullet-active {
  background: #215B8E;
}

.gong-p {
  color: #595757;
  font: 400 1.125rem/1.75em "Noto Sans SC";
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}
.gong-p.bs {
  color: #fff;
}

.title1 {
  color: #000000;
  font-weight: 700;
}
.title1 .tit {
  font-size: 3rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1 .txt {
  color: #7A7A7A;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .title1 .txt {
    margin-top: 0.5em;
    font-size: 1.125rem;
  }
}
.title1.ta {
  text-align: center;
}
.title1.bs {
  color: #fff;
}

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

.sy-body {
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .sy-body {
    overflow: hidden;
  }
}

.cont1 {
  padding: 1rem 0 9rem;
  position: relative;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 15.42%, #FFF 100%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 15.42%, #FFF 100%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 15.42%, #FFF 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 15.42%, #FFF 100%);
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .asxt1 li {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 3rem);
  top: -moz-calc(var(--head-height) + 3rem);
  top: calc(var(--head-height) + 3rem);
  border-radius: 2.25rem;
  overflow: hidden;
  margin-top: 3.4375rem;
  background: #FFF;
  box-shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .cont1 .asxt1 li {
    margin-top: 0;
    position: relative;
    top: 0;
    border-radius: 1rem;
  }
  .cont1 .asxt1 li + li {
    margin-top: 1.5rem;
  }
}
.cont1 .asxt1 li .img {
  font-size: 0;
  position: relative;
}
@media (max-width: 768px) {
  .cont1 .asxt1 li .img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(132, 188, 255, 0.2);
  }
}
.cont1 .asxt1 li .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1767/700;
}
@media (max-width: 768px) {
  .cont1 .asxt1 li .img img {
    aspect-ratio: 16/12;
  }
}
.cont1 .asxt1 li .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont1 .asxt1 li .img.img2 {
  position: relative;
}
.cont1 .asxt1 li .img.img2 video {
  width: 65%;
  left: auto;
  right: 0;
}
.cont1 .asxt1 li .cont-p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 -webkit-calc(var(--cbasta) - 3.5%);
  padding: 0 -moz-calc(var(--cbasta) - 3.5%);
  padding: 0 calc(var(--cbasta) - 3.5%);
}

.cont1 .asxt1 li .cont-p .tit {
  color: #5C5C5C;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont1 .asxt1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.cont1 .asxt1 li .cont-p .hz-logo img {
  height: 5.125rem;
}
@media (max-width: 768px) {
  .cont1 .asxt1 li .cont-p .hz-logo img {
    height: 3.25rem;
  }
}
.cont1 .asxt1 li .cont-p .we-asx {
  gap: 2rem;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .cont1 .asxt1 li .cont-p .we-asx {
    gap: 1.25rem;
  }
}
.cont1 .asxt1 li .cont-p .we-asx .more-b1 {
  border-bottom: 1px solid #333;
  line-height: 1.5em;
  font-size: 1rem;
  color: #5C5C5C;
  padding: 0.5rem 0;
}
.cont1 .asxt1 li:nth-child(3) .cont-p .tit,.cont1 .asxt1 li:nth-child(3) .cont-p .hz-logo ,.cont1 .asxt1 li:nth-child(1) .cont-p .tit,.cont1 .asxt1 li:nth-child(1) .cont-p .hz-logo ,.cont1 .asxt1 li:nth-child(2) .cont-p .tit,.cont1 .asxt1 li:nth-child(2) .cont-p .hz-logo ,.cont1 .asxt1 li:nth-child(5) .cont-p .tit,.cont1 .asxt1 li:nth-child(5) .cont-p .hz-logo,.cont1 .asxt1 li:nth-child(7) .cont-p .tit,.cont1 .asxt1 li:nth-child(7) .cont-p .hz-logo{
  color: #fff;
}
.cont1 .asxt1 li:nth-child(3) .cont-p .we-asx .more-b1 ,.cont1 .asxt1 li:nth-child(1) .cont-p .we-asx .more-b1  ,.cont1 .asxt1 li:nth-child(2) .cont-p .we-asx .more-b1,.cont1 .asxt1 li:nth-child(5) .cont-p .we-asx .more-b1,.cont1 .asxt1 li:nth-child(7) .cont-p .we-asx .more-b1{
  border-color: #fff;
  color: #fff;
}
@media (max-width: 768px) {
    .cont1 .asxt1 {
         white-space: nowrap;
         overflow: auto;
         padding-bottom: 0.5rem;
    }
    .cont1 .asxt1 li{
        display: inline-block;
    }
    .cont1 .asxt1 li+li{
        margin-left: 1rem;
    }
  .cont1 .asxt1 li .cont-p {
    padding: 1.85rem 7%;
    position: static; transform: translateY(0);
  }
  .cont1 .asxt1 li .cont-p .we-asx{
          margin-top: 0.825rem;
  }
  .cont1 .asxt1 li .cont-p .hz-logo img{
      display: none;
  }
  .cont1 .asxt1 li:nth-child(3) .cont-p .tit{
         color: #5C5C5C; 
  }
  .cont1 .asxt1 li:nth-child(3) .cont-p .we-asx .more-b1{
          border-bottom: 1px solid #333;
    color: #5C5C5C;
  }
}
@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotate1 {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotate1 {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cont2 {
  padding: 18rem 0;
  background: #fff;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 8rem 0;
    display: none;
  }
}
.cont2 .p1 {
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1.1em;
  text-align: center;
  background: #fff;
  mix-blend-mode: screen;
}
.cont2 .a2v1 {
  position: relative;
  z-index: 1;
  background: -webkit-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -moz-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -o-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: linear-gradient(90deg, #fc003e 0%, #F35F71 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cont2 .a2v1 .as1 {
  font-size: 6.0625rem;
  line-height: 1em;
  width: 60%;
  font-weight: 700;
  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;
  gap: 0 1rem;
}
.cont2 .a2v1 .as1 span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .as1 {
    font-size: 2.25rem;
    width: 100%;
  }
}
.cont2 .a2v1 .as2 {
  font-size: 5.4375rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .as2 {
    font-size: 1.85rem;
  }
}

.dtbj1 {
  position: absolute;
  left: 0;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dtbj1:after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  backdrop-filter: blur(100px);
}

@keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.cont3 {
  background: #F7F8FA;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0;
  }
}
.cont3 .a3v2 {
  color: #000000;
  font-size: 3rem;
  line-height: 1.5em;
  font-weight: 700;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont3 .a3v2 {
    opacity: 1;
    background: -webkit-linear-gradient(left, #fc003e 0%, #F35F71 100%);
    background: -moz-linear-gradient(left, #fc003e 0%, #F35F71 100%);
    background: -o-linear-gradient(left, #fc003e 0%, #F35F71 100%);
    background: linear-gradient(90deg, #fc003e 0%, #F35F71 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    line-height: 1.25em;
  }
  .cont3 .a3v2 span {
    font-size: 1.25rem;
    display: block;
    line-height: 1.125em;
  }
}
.cont3 .a3v1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 {
    margin-top: 0.75rem;
  }
}
.cont3 .a3v1 .a3b1 {
  width: 31.7857142857%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b1 li {
  color: #595857;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding: 0.5em 0;
}
.cont3 .a3v1 .a3b1 li::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4375rem;
  border-radius: 1.8rem;
  background: var(--jbys);
}
.cont3 .a3v1 .a3b1 li span {
  font-size: 2.25rem;
  font-weight: 700;
  display: block;
  margin-right: 0.4rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 li span {
    font-size: 2rem;
  }
}
.cont3 .a3v1 .a3b1 li:nth-child(1) {
  width: 100%;
}
.cont3 .a3v1 .a3b1 li:nth-child(2) {
  width: 65%;
}
.cont3 .a3v1 .a3b1 li:nth-child(3) {
  width: 55%;
}
.cont3 .a3v1 .a3b1 li:nth-child(4) {
  width: 45%;
}
.cont3 .a3v1 .a3b1 li.on::after {
  -webkit-animation: wiht 1s 1 linear;
     -moz-animation: wiht 1s 1 linear;
       -o-animation: wiht 1s 1 linear;
          animation: wiht 1s 1 linear;
}
.cont3 .a3v1 .a3b2 {
  width: 63.8571428571%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .a3b2c1 {
    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;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c1 li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-right: 2em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .a3b2c1 li {
    margin-right: 0;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c1 li.on {
  color: #000000;
}
.cont3 .a3v1 .a3b2 .a3b2c2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .a3b2c2 {
    margin-top: 1rem;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c2 .tta {
  display: none;
}
.cont3 .a3v1 .a3b2 .a3b2c2 .tta .ryzz-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 .a3b2c2 .tta .ryzz-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c2 .tta .ryzz-list li a.img {
  display: block;
  border: 1px solid #f0f0f0;
}
.cont3 .a3v1 .a3b2 .a3b2c2 .tta .ryzz-list li a.img img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (max-width: 768px){
    .cont3 .a3v1 .a3b2 .a3b2c2 .tta .ryzz-list li a.img img {
                filter: inherit;
    }
}
.cont3 .a3v1 .a3b2 .a3b2c2 .tta .ryzz-list li a.img:hover img {
  -webkit-filter: none;
          filter: none;
}

.cont4 {
  position: relative;
  padding: 9.375rem 0 7.625rem;
  background: -webkit-linear-gradient(top, #FFF 44%, rgba(255, 255, 255, 0) 86.5%);
  background: -moz-linear-gradient(top, #FFF 44%, rgba(255, 255, 255, 0) 86.5%);
  background: -o-linear-gradient(top, #FFF 44%, rgba(255, 255, 255, 0) 86.5%);
  background: linear-gradient(180deg, #FFF 44%, rgba(255, 255, 255, 0) 86.5%);
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2.5rem 0;
  }
}
.cont4 .mySwiper2 {
  font-size: 3rem;
  height: 1.25em;
  overflow: hidden;
}
.cont4 .mySwiper2 .swiper-slide {
  font-size: 3rem;
  height: 1.25em;
  overflow: hidden;
}
.cont4 .p1 {
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .cont4 .p1 {
    margin-top: 1rem;
  }
}
.cont4 .p1 .trxt {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 768px) {
  .cont4 .p1 .trxt {
    font-size: 2.25rem;
  }
}
.cont4 .p1 .trxt::before {
  content: "";
  width: 1em;
  height: 1px;
  background: #fff;
  background: #000;
  display: block;
  margin: 0.75rem auto 0.25rem;
}
.cont4 form {
  margin-top: 5.9375rem;
}
@media (max-width: 768px) {
  .cont4 form {
    margin-top: 1.25rem;
  }
}
.cont4 form .msg-a1 .inpt {
  width: 23%;
}
@media (max-width: 768px) {
  .cont4 form .msg-a1 .inpt {
    width: 100%;
  }
}
.cont4 form .msg-a1 .inpt input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.cont4 form .msg-a1 .inpt input::-webkit-input-placeholder {
  color: #000;
}
.cont4 form .msg-a1 .inpt input:-moz-placeholder {
  color: #000;
}
.cont4 form .msg-a1 .inpt input:-ms-input-placeholder {
  color: #000;
}
.cont4 form .msg-a1 .inpt input:focus {
  border-color: #fc003e;
}
.cont4 form .div_aghgha {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .cont4 form .div_aghgha {
    margin-top: 1.5rem;
  }
}
.cont4 form .div_aghgha button {
  border: none;
}
@media (max-width: 768px) {
  .cont4 form .div_aghgha button {
    padding: 0.85rem 1.85rem;
  }
}
.cont4 .ashxt_a1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 8.75rem;
}
@media (max-width: 768px) {
  .cont4 .ashxt_a1 {
    margin-top: 2rem;
  }
}
.cont4 .ashxt_a1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .cont4 .ashxt_a1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0.5rem;
  }
}
.cont4 .ashxt_a1 li a {
  display: block;
  background: #fff;
  color: #707070;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 2.5rem;
  padding: 1rem 0.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .cont4 .ashxt_a1 li a {
    font-size: 1rem;
    padding: 0.75rem 1em;
  }
}
.cont4 .ashxt_a1 li:nth-child(1) a {
  background: rgba(234, 208, 213, 0.26);
}
.cont4 .ashxt_a1 li:nth-child(2) a {
  background: rgba(252, 250, 237, 0.26);
}
.cont4 .ashxt_a1 li:nth-child(3) a {
  background: rgba(191, 202, 214, 0.26);
}
.cont4 .ashxt_a1 li:nth-child(4) a {
  background: rgba(246, 233, 217, 0.26);
}
.cont4 .ashxt_a1 li:nth-child(5) a {
  background: rgba(237, 230, 246, 0.26);
}
.cont4 .ashxt_a1 li:nth-child(6) a {
  background: rgba(211, 210, 206, 0.26);
}

.cont5 {
  background: #F7F8FA;
  padding: 9.375rem 0;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
  }
}
.cont5 .mySwiper1 {
  padding: 1.25rem 0;
  position: relative;
  margin-top: -9rem;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 {
    margin-top: 0;
    padding: 1.25rem 0 0;
  }
}
.cont5 .mySwiper1 .swiper-slide {
  overflow: hidden;
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p {
  width: 42.2857142857%;
  padding-bottom: 8%;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p {
    width: 100%;
    padding-bottom: 0;
  }
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p .data {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1em;
  background: var(--jbys);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p .data {
    font-size: 2.25rem;
  }
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p .data span {
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p .data span {
    font-size: 1.25rem;
  }
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p a.name {
  color: #424242;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0.2rem 0;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p a.name {
    font-size: 1.35rem;
  }
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p .p1 {
  color: #7A7A7A;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin: 0.25rem 0 2rem;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p .p1 {
    margin-bottom: 1rem;
  }
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p .nore-xw {
  color: #989898;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p .nore-xw i {
  font-size: 0.25rem;
  margin-left: 0.5rem;
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .cont-p .nore-xw:hover {
  color: #fc003e;
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .img {
  width: 47%;
  border-radius: 2.5rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  padding: 3%;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-slide .cont-st1 .img {
    width: 100%;
    margin-right: 0;
    border-radius: 1rem;
    padding: 7%;
    margin-top: 1.5rem;
  }
}
.cont5 .mySwiper1 .swiper-slide .cont-st1 .img img {
  width: 100%;
  border-radius: 1.85rem;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-slide .cont-st1 .img img {
    border-radius: 1rem;
  }
}
.cont5 .mySwiper1 .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-pagination1 {
    position: static;
    text-align: center;
    margin-top: 0.65rem;
  }
}
.cont5 .mySwiper1 .swiper-pagination1 span {
  background: rgba(0, 0, 0, 0.2);
  width: 3.3125rem;
  height: 0.375rem;
  border-radius: 0.25rem;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-pagination1 span {
    width: 1.5rem;
  }
}
.cont5 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--jbys);
  width: 6.9375rem;
}
@media (max-width: 768px) {
  .cont5 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
    width: 2.6rem;
  }
}

@-webkit-keyframes hueRotate {
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@-moz-keyframes hueRotate {
  100% {
    filter: hue-rotate(360deg);
  }
}

@-o-keyframes hueRotate {
  100% {
    filter: hue-rotate(360deg);
  }
}

@keyframes hueRotate {
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
.foot-fot {
  position: relative;
  z-index: 1;
  background: #fff;
}
.foot-fot::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, rgba(255, 219, 183, 0.6705882353), rgba(255, 170, 203, 0.6705882353), rgba(132, 187, 255, 0.8431372549));
  background: -moz-linear-gradient(45deg, rgba(255, 219, 183, 0.6705882353), rgba(255, 170, 203, 0.6705882353), rgba(132, 187, 255, 0.8431372549));
  background: -o-linear-gradient(45deg, rgba(255, 219, 183, 0.6705882353), rgba(255, 170, 203, 0.6705882353), rgba(132, 187, 255, 0.8431372549));
  background: linear-gradient(45deg, rgba(255, 219, 183, 0.6705882353), rgba(255, 170, 203, 0.6705882353), rgba(132, 187, 255, 0.8431372549));
  -webkit-animation: hueRotate 5s infinite alternate;
     -moz-animation: hueRotate 5s infinite alternate;
       -o-animation: hueRotate 5s infinite alternate;
          animation: hueRotate 5s infinite alternate;
  opacity: 0.25;
  backdrop-filter: blur(100px);
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 5rem 0 4.0625rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .wh {
  position: relative;
  z-index: 1;
}
.foot-fot .foota1 .asgx1ax {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.foot-fot .foota1 .asgx1ax li {
  display: none;
  opacity: 0.16;
}
.foot-fot .foota1 .asgx1ax li img {
  width: 100%;
}
.foot-fot .foota1 .footab1 {
  border-bottom: 1px solid rgba(115, 115, 115, 0.4);
}
.foot-fot .foota1 .footab1 .dq-list1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-bottom: 0.75rem;
}
.foot-fot .foota1 .footab1 .dq-list1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: -1px;
  height: 3px;
  background: #F35F71;
}
.foot-fot .foota1 .footab1 .dq-list1 li {
  color: #444444;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
}
.foot-fot .foota1 .footab1 .dq-list1 li + li {
  margin-left: 1.5em;
}
.foot-fot .foota1 .footab1 .dq-list1 li.on {
  color: var(--color-zt);
}
.foot-fot .foota1 .footab2 {
  padding-top: 3.125rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .dz_qh .tta {
  display: none;
}
.foot-fot .foota1 .footab2 .fo-a2 .d_tela u {
  display: block;
  width: 3.75rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .d_tela u img {
  width: 100%;
}
.foot-fot .foota1 .footab2 .fo-a2 .d_tela .p1 {
  color: #444444;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-left: 0.65rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .d_tela .p1 b {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125em;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_dz {
  padding-top: 1rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_dz li {
  color: #444444;
  margin-top: 0.75rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_dz li i {
  display: block;
  font-size: 0;
  width: 1.5rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_dz li i img {
  width: 100%;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_dz li p {
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 600;
  width: -webkit-calc(100% - 1.5rem);
  width: -moz-calc(100% - 1.5rem);
  width: calc(100% - 1.5rem);
  padding-left: 0.75rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_erm {
  padding-right: 50%;
  margin-top: 1.5rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_erm li {
  text-align: center;
  color: #444444;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_erm li i {
  display: block;
  font-size: 0;
  width: 8.125rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_erm li i img {
  width: 100%;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_erm li .tit {
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_zx {
  width: 60%;
  margin-top: 0.65rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_zx li {
  position: relative;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_zx li a.p1 {
  color: #444444;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_zx li a.p1 i {
  display: block;
  font-size: 0;
  width: 1.25rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_zx li a.p1 i img {
  width: 100%;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_zx li a.p1 .tit {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-left: 0.5rem;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_zx li a.p1:hover .cont-p {
  display: block;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_zx li .cont-p {
  width: 8.125rem;
  border-radius: 0.25rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 110%;
  width: 100%;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  display: none;
}
.foot-fot .foota1 .footab2 .fo-a2 .db_zx li .cont-p img {
  width: 100%;
}
.foot-fot .foota1 .foot-tit {
  color: #444444;
  font: 600 1.25rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #444444;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #444444;
  font: 400 1rem/2em "Noto Sans SC";
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foota1 .dseca > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #444444;
}
.foot-fot .foota1 .dseca > a:hover:after {
  width: 100%;
}
.foot-fot .foota1 .fo-a2 {
  width: 40%;
}
.foot-fot .foota2 {
  color: #444444;
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 1em 0;
}
.foot-fot .foota2 a {
  color: #444444;
}
.foot-fot .foota2 a:hover {
  color: #fc003e;
}
.foot-fot .foota2 .astxa a {
  -moz-text-decoration-line: underline;
       text-decoration-line: underline;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

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

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

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 99;
}
.zd_erha .dtasxz {
  position: relative;
  width: 3.375rem;
}
.zd_erha .dtasxz a.cpdb {
  display: block;
  background: var(--color-zt);
  color: #fff;
  padding: 1.5rem 1em;
  border-radius: 3rem;
  text-align: center;
  line-height: 1.25em;
  font-weight: 700;
}
.zd_erha .dtasxz .szt {
  position: absolute;
  right: 0;
  top: -0.5rem;
  background: #fff;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 20, 60, 0.2);
}
.zd_erha .dtasxz .szt b {
  display: block;
  color: var(--color-zt);
  font-size: 0.875rem;
  font-weight: 700;
}
.zd_erha .aat_list {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  width: 3.375rem;
  border-radius: 3rem;
  padding: 0.75rem 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zd_erha .aat_list {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.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;
  -webkit-filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(94%) contrast(96%);
          filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(94%) contrast(96%);
}
.zd_erha .aat_list li > a p {
  color: #666;
  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;
  overflow: hidden;
}
.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0;
}
.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 i, .pager li > span i {
  line-height: 2.375rem;
  font-weight: 700;
  font-size: 0.875rem;
}

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

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

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

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

.ajhhsd {
  color: #7A7A7A;
  font-size: 1rem;
  line-height: 2em;
  font-weight: 400;
  padding: 1em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 0.75em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span i {
  font-size: 0.75rem;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #7A7A7A;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

.xw_ny_banner {
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  z-index: 1;
  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:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #2674d3 0%, #e03b4f 100%);
  background: -moz-linear-gradient(left, #2674d3 0%, #e03b4f 100%);
  background: -o-linear-gradient(left, #2674d3 0%, #e03b4f 100%);
  background: linear-gradient(90deg, #2674d3 0%, #e03b4f 100%);
  -webkit-animation: hueRotate 5s infinite alternate;
     -moz-animation: hueRotate 5s infinite alternate;
       -o-animation: hueRotate 5s infinite alternate;
          animation: hueRotate 5s infinite alternate;
  opacity: 0.25;
  backdrop-filter: blur(100px);
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "Inter";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Inter";
  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 "Inter";
  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 "Inter";
  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 "Inter";
  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 "Inter";
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont h2 a:hover {
  color: var(--color-zt);
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "Inter";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Inter";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-b {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Inter";
  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 .mbxdh {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}
.nbanner .mbxdh .ajhhsd {
  color: #FFFFFF;
  padding: 1.5em 0;
}
.nbanner .mbxdh .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbxdh .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  font-size: 3.125rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont {
    font-size: 1.85rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  text-transform: uppercase;
  font-weight: 500;
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-weight: 600;
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D0D0D0;
  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;
  overflow-y: hidden;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #555555;
  font-size: 1rem;
  line-height: 1.75em;
  font-weight: 400;
  position: relative;
  padding: 1.125rem 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: -1px;
  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-title {
  text-align: center;
  color: #5F5F5F;
}
.ny-title .tit {
  font-size: 2.8125rem;
  position: relative;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ny-title .tit {
    font-size: 1.85rem;
  }
}
.ny-title .tit::after {
  content: "";
  width: 2em;
  height: 1px;
  background: var(--color-zt);
  margin: 0.35rem auto;
  display: block;
}
.ny-title .ftit {
  font-size: 2.8125rem;
  position: relative;
  font-weight: 700;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .ny-title .ftit {
    font-size: 1.85rem;
  }
}
.ny-title.tl {
  text-align: left;
}
@media (max-width: 768px) {
  .ny-title.tl {
    text-align: center;
  }
}
.ny-title.tl .tit::after {
  margin-left: 0;
}
@media (max-width: 768px) {
  .ny-title.tl .tit::after {
    margin: 0 auto;
  }
}
.ny-title.bs {
  color: #fff;
}
.ny-title.bs .tit::after {
  background: #fff;
}

@-webkit-keyframes bannerLun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@-moz-keyframes bannerLun {
  0% {
    opacity: 0;
    -moz-transform: translateY(100px);
         transform: translateY(100px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
         transform: translateY(0px);
    filter: blur(0px);
  }
}

@-o-keyframes bannerLun {
  0% {
    opacity: 0;
    -o-transform: translateY(100px);
       transform: translateY(100px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0px);
       transform: translateY(0px);
    filter: blur(0px);
  }
}

@keyframes bannerLun {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.ny-body {
  padding-top: var(--head-height);
}

@-webkit-keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
            transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(30%, 20%);
            transform: translate(30%, 20%);
  }
  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(30%, 20%);
         transform: translate(30%, 20%);
  }
  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(30%, 20%);
       transform: translate(30%, 20%);
  }
  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(30%, 20%);
       -moz-transform: translate(30%, 20%);
         -o-transform: translate(30%, 20%);
            transform: translate(30%, 20%);
  }
  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%);
  }
}
.by-banner {
  padding: 8.75rem 0 7.125rem;
  position: relative;
}
@media (max-width: 768px) {
  .by-banner {
    padding: 2rem 0 1rem;
  }
}
.by-banner .asjx1 i {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: -10vw;
  z-index: -1;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
     -moz-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
       -o-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
.by-banner .asjx1 i img {
  width: 100%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.35;
}
@media (max-width: 768px) {
  .by-banner .asjx1 i img {
    opacity: 0.75;
  }
}
.by-banner .asjx1 i:nth-child(1) {
  width: 25%;
  top: 0;
  left: -10%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .by-banner .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
.by-banner .asjx1 i:nth-child(2) {
  width: 30%;
  left: 5%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
@media (max-width: 768px) {
  .by-banner .asjx1 i:nth-child(2) {
    width: 65%;
  }
}
.by-banner .asjx1 i:nth-child(3) {
  width: 50%;
  left: 15%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .by-banner .asjx1 i:nth-child(3) {
    width: 80%;
  }
}
.by-banner .ny-titax .tit {
  width: 55.2857142857%;
  font-size: 4rem;
  line-height: 1.25em;
  color: #3E3A39;
  padding: 1rem 0;
  text-wrap: balance;
  font-weight: 600;
}
@media (max-width: 768px) {
  .by-banner .ny-titax .tit {
    width: 100%;
    font-size: 2rem;
    padding: 0 0 1rem;
  }
}
.by-banner .ny-titax .cont-p {
  width: 44.5714285714%;
  border-left: 1px solid #E8DAD8;
  padding: 1.375rem 0 1.375rem 4%;
}
@media (max-width: 768px) {
  .by-banner .ny-titax .cont-p {
    width: 100%;
    padding: 1rem 0 0;
    border-top: 1px solid #E8DAD8;
    border-left: none;
  }
}
.by-banner .ny-titax .cont-p .p1 {
  color: #626262;
  font-size: 1.5rem;
  line-height: 2.3;
}
@media (max-width: 768px) {
  .by-banner .ny-titax .cont-p .p1 {
    font-size: 1.125rem;
  }
}
.by-banner .ny-titax .cont-p a.more-b {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .by-banner .ny-titax .cont-p a.more-b {
    padding: 0.65rem 1.5rem;
    margin-top: 0.75rem;
  }
}
.by-banner .ny-titax .cont-p a.more-b:hover {
  color: #fff;
}

.n_mbx1 .n_src {
  gap: 1rem 2rem;
}
@media (max-width: 768px) {
  .n_mbx1 .n_src {
    gap: 0.75rem;
  }
}
.n_mbx1 .n_src li a {
  display: block;
  color: #707070;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #DCDCDC;
  line-height: 3rem;
  padding: 0 2.4em;
  border-radius: 2.5rem;
}
@media (max-width: 768px) {
  .n_mbx1 .n_src li a {
    padding: 0 1.125em;
    font-size: 1.125rem;
    line-height: 3rem;
    font-weight: 600;
  }
}
.n_mbx1 .n_src li:hover a, .n_mbx1 .n_src li.active a {
  background: -webkit-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -moz-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -o-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: linear-gradient(90deg, #fc003e 0%, #F35F71 100%);
  color: #fff;
}

.wehsa-asxt {
  margin-top: 2.75rem;
  display: none;
}
@media (max-width: 768px) {
  .wehsa-asxt {
    margin-top: 1.125rem;
  }
}

.n_src-a1 {
  gap: 0.5rem 0.78rem;
}
@media (max-width: 768px) {
  .n_src-a1 {
    gap: 0.5rem;
  }
}
.n_src-a1 li a {
  display: block;
  color: #707070;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  width: 8rem;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .n_src-a1 li a {
    padding: 0 1em;
    font-size: 1.125rem;
    line-height: 2em;
    width: auto;
  }
}
.n_src-a1 li:hover a, .n_src-a1 li.active a {
  color: #fc003e;
}

.news-content {
  padding: 4.375rem 0 1rem;
}
@media (max-width: 768px) {
  .news-content {
    padding: 2rem 0 1rem;
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.news-list li {
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-list li {
    border-radius: 0.875rem;
  }
}
.news-list li a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.news-list li a.img img {
  width: 100%;
  aspect-ratio: 16/11;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list li .cont-p {
  padding: 1.525rem 7%;
  position: relative;
  z-index: 1;
}
.news-list li .cont-p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/asgx1.svg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .news-list li .cont-p {
    padding: 1.325rem 6%;
  }
}
.news-list li .cont-p span {
  color: #fc003e;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}
.news-list li .cont-p a.name {
  color: #424242;
  font-size: 1.5rem;
  line-height: 1.35em;
  overflow: hidden;
  margin: 0.65rem 0;
}
@media (max-width: 768px) {
  .news-list li .cont-p a.name {
    font-size: 1.35rem;
    margin: 0.6rem 0;
  }
}
.news-list li .cont-p a.name:hover {
  color: #fc003e;
}
.news-list li .cont-p .p {
  color: #7A7A7A;
  font-size: 1.125rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-list li .cont-p .p {
    font-size: 1rem;
  }
}
.news-list li .cont-p .nore-xw {
  color: #989898;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .news-list li .cont-p .nore-xw {
    margin-top: 1.125rem;
  }
}
.news-list li .cont-p .nore-xw i {
  font-size: 0.25rem;
  margin-left: 0.5rem;
}
.news-list li .cont-p .nore-xw:hover {
  color: #fc003e;
}
.news-list li:hover {
  box-shadow: 0px 0.1rem 1.5rem 0.25rem rgba(0, 0, 0, 0.07);
}
.news-list li:hover .cont-p::after {
  opacity: 0.2;
}

.xw-show_bja {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .xw-show_bja {
    padding-top: 1rem;
  }
}
.xw-show_bja .xw-asrtxa1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .xw-show_bja .xw-asrtxa1 {
    margin-top: 0.5rem;
  }
}
.xw-show_bja .xw-asrtxa1 .weha-a {
  width: -webkit-calc(100% - 6rem);
  width: -moz-calc(100% - 6rem);
  width: calc(100% - 6rem);
}
.xw-show_bja .xw-asrtxa1 .weha-a .title-a {
  color: #3E3A39;
  font-size: 2.5rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .xw-show_bja .xw-asrtxa1 .weha-a .title-a {
    font-size: 1.535rem;
  }
}
.xw-show_bja .xw-asrtxa1 .weha-a .title-b {
  margin-top: 0.85rem;
}
.xw-show_bja .xw-asrtxa1 .weha-a .title-b .date-a {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #999;
}
@media (max-width: 768px) {
  .xw-show_bja .xw-asrtxa1 .weha-a .title-b .date-a {
    font-size: 1rem;
  }
}
.xw-show_bja .xw-asrtxa1 .weha-a .title-b .social-share {
  margin-left: 1rem;
}
.xw-show_bja .xw-asrtxa1 .weha-a .title-b .social-share a {
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem;
  border-color: #aaa9a9;
  color: #aaa9a9;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .xw-show_bja .xw-asrtxa1 .weha-a .title-b .social-share a {
    font-size: 1.125rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}
.xw-show_bja .xw-asrtxa1 .weha-a .title-b .social-share a:hover {
  background: #555;
  color: #fff;
}
.xw-show_bja .xw-asrtxa1 .weha-b {
  width: 4rem;
}
.xw-show_bja .xw-asrtxa1 .weha-b a {
  color: #fff;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  color: #fff;
  background: var(--color-zt);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1em;
}
.xw-show_bja .xw-asrtxa1 .weha-b a i {
  display: block;
  margin: 0 auto;
  font-size: 1.35rem;
  line-height: 1.25em;
}
.xw-show_bja .xw-asrtxa1 .weha-b a p {
  width: 100%;
}

.show-news-content {
  padding: 4rem 0 2rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 1.5rem 0 1rem;
  }
}
.show-news-content .show-news-a1_v1 .xinwn-consss {
  color: #7A7A7A;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xinwn-consss {
    font-size: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .xinwn-consss img {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.show-news-content .pain {
  margin-top: 2rem;
  border-top: 1px solid #D0D0D0;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .show-news-content .pain {
    margin-top: 1.5rem;
    padding: 1rem 0;
  }
}
.show-news-content .pain .shanys {
  font-size: 1.125rem;
  line-height: 1.75em;
  color: #404040;
}
@media (max-width: 768px) {
  .show-news-content .pain .shanys {
    font-size: 1rem;
  }
}
.show-news-content .pain .shanys a {
  color: #404040;
}
.show-news-content .pain .shanys a i {
  font-size: 1.45rem;
}
@media (max-width: 768px) {
  .show-news-content .pain .shanys a i {
    font-size: 1.25rem;
  }
}
.show-news-content .pain .shanys a:hover {
  color: var(--color-zt);
}

.lx-body .head .head2 {
  --as-calore: #595757;
}
.lx-body .head .head2 .logo a img.a {
  display: none;
}
.lx-body .head .head2 .logo a img.b {
  display: inline-block;
}
.lx-body .head .head2 #menu .nav_a1 li:hover > a span, .lx-body .head .head2 #menu .nav_a1 li.active > a span {
  color: var(--color-zt);
}
.lx-body .head .head2 #menu .nav_a1 li > a span::after {
  background: var(--color-zt);
}

.lx-cont1 {
  position: relative;
  z-index: 1;
  background: #fff;
  height: 100vh;
  padding-top: 20rem;
}
.lx-cont1 .asgx1ax {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.lx-cont1 .asgx1ax li {
  display: none;
  opacity: 0.16;
}
.lx-cont1 .asgx1ax li img {
  width: 100%;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding-top: 14rem;
  }
}
.lx-cont1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, rgba(255, 219, 183, 0.6705882353), rgba(255, 170, 203, 0.6705882353), rgba(132, 187, 255, 0.8431372549));
  background: -moz-linear-gradient(45deg, rgba(255, 219, 183, 0.6705882353), rgba(255, 170, 203, 0.6705882353), rgba(132, 187, 255, 0.8431372549));
  background: -o-linear-gradient(45deg, rgba(255, 219, 183, 0.6705882353), rgba(255, 170, 203, 0.6705882353), rgba(132, 187, 255, 0.8431372549));
  background: linear-gradient(45deg, rgba(255, 219, 183, 0.6705882353), rgba(255, 170, 203, 0.6705882353), rgba(132, 187, 255, 0.8431372549));
  -webkit-animation: hueRotate 5s infinite alternate;
     -moz-animation: hueRotate 5s infinite alternate;
       -o-animation: hueRotate 5s infinite alternate;
          animation: hueRotate 5s infinite alternate;
  opacity: 0.25;
  backdrop-filter: blur(100px);
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 57.1428571429%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 span {
  color: #283A5E;
  font-size: 15.625rem;
  line-height: 1em;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 span {
    font-size: 6rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 b {
  display: inline-block;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -moz-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -o-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: linear-gradient(90deg, #fc003e 0%, #F35F71 100%);
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 b {
    width: 1.35rem;
    height: 1.35rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 37.4285714286%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab dl {
  margin-right: 1em;
  cursor: pointer;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab dl dd {
  width: 2.95rem;
  border-radius: 50%;
  border: 1px solid #C3C3C3;
  padding: 0.25rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab dl dd img {
  -webkit-filter: invert(73%) sepia(0%) saturate(1317%) hue-rotate(185deg) brightness(113%) contrast(83%);
          filter: invert(73%) sepia(0%) saturate(1317%) hue-rotate(185deg) brightness(113%) contrast(83%);
  opacity: 0.3;
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab dl dt {
  text-align: center;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab dl.on dd {
  border-color: #fc003e;
  background: -webkit-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -moz-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -o-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: linear-gradient(90deg, #fc003e 0%, #F35F71 100%);
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab dl.on dd img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab-cont {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab-cont {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab {
  display: none;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab dl + dl {
  margin-top: 1.35em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab dl + dl {
    margin-top: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab dl dt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 .tit-tab-cont .tab dl dd {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 600;
}

.case-content {
  padding: 3.5rem 0 1rem;
}
@media (max-width: 768px) {
  .case-content {
    padding: 2rem 0 1rem;
  }
}
.case-content .case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 3rem;
}
@media (max-width: 768px) {
  .case-content .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 450px) {
  .case-content .case-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.case-content .case-list li a.img {
  display: block;
}
.case-content .case-list li a.img i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.case-content .case-list li a.img i img {
  width: 100%;
}
.case-content .case-list li a.img .datrea b {
  display: inline-block;
  color: var(--color-zt);
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-content .case-list li a.img .datrea b {
    font-size: 1rem;
  }
}
.case-content .case-list li a.img .datrea span {
  color: #999;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .case-content .case-list li a.img .datrea span {
    font-size: 1rem;
  }
}
.case-content .case-list li a.img .tit {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5em;
  font-weight: 600;
  padding: 1rem 0 0.25rem;
}
@media (max-width: 768px) {
  .case-content .case-list li a.img .tit {
    padding: 0.75rem 0 0.25rem;
  }
}
@media (max-width: 768px) {
  .case-content .case-list li a.img .tit {
    font-size: 1.35rem;
  }
}

.ny-case-show_body {
  position: relative;
}
.ny-case-show_body .bj-as {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-mask: -webkit-linear-gradient(bottom, transparent, #000 50%, #000);
          mask: linear-gradient(0deg, transparent, #000 50%, #000);
}
.ny-case-show_body .bj-as::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.ny-case-show_body .bj-as img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
@media (max-width: 768px) {
  .ny-case-show_body .bj-as img {
    aspect-ratio: 9/20;
  }
}

.show-case-content {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
.show-case-content video{
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
  .show-case-content {
    padding: 2rem 0;
  }
}
.show-case-content .show-case-cont1 {
  color: #fff;
}
.show-case-content .show-case-cont1 .ny-titax {
  width: 60%;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont1 .ny-titax {
    width: 100%;
  }
}
.show-case-content .show-case-cont1 .ny-titax .tit {
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont1 .ny-titax .tit {
    font-size: 1.75rem;
  }
}
.show-case-content .show-case-cont1 .ny-titax .cont-p {
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
.show-case-content .show-case-cont1 .ewda1 {
  width: 35%;
  margin-top: 4.1rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont1 .ewda1 {
    width: 100%;
    margin-top: 0.25rem;
  }
}
.show-case-content .show-case-cont1 .ewda1 .tit {
  font-size: 1.125rem;
}
.show-case-content .show-case-cont1 .ewda1 a.fxas {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 0.25rem 0;
}
.show-case-content .show-case-cont1 .ewda1 a.fxas::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: var(--color-zt);
}
.show-case-content .show-case-cont1 .ewda1 a.fxas:hover {
  color: var(--color-zt);
}
.show-case-content .show-case-cont1 .ewda1 a.fxas:hover::after {
  width: 100%;
}
.show-case-content .show-case-cont1 .ewda1 a.fxas i {
  font-size: 1.5rem;
  margin-left: 0.25rem;
}
.show-case-content .show-case-cont1 .ewda1 .taga {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont1 .ewda1 .taga {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.show-case-content .show-case-cont1 .ewda1 .taga li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.5rem 0.5em;
  border: 1px solid #fff;
  border-radius: 2.5rem;
}
.show-case-content .content {
  margin-top: 4rem;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.85em;
}
.show-case-content .content p {
  color: #000;
  mix-blend-mode: difference;
}
@media (max-width: 768px) {
  .show-case-content .content {
    margin-top: 2rem;
    line-height: 1.65em;
  }
}
.show-case-content .content img {
  width: 100%;
  margin: 1rem 0;
}

.case-ban-cont1 {
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .case-ban-cont1 {
    margin-bottom: 2rem;  display: none;
  }
  .case-ban-cont1 video {
    display: none;
  }
}
.case-ban-cont1 .mySwiper1 {
  border-radius: 2.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 {
    border-radius: 0.75rem;
  }
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .img {
  font-size: 0;
  position: relative;
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(132, 188, 255, 0.2);
  }
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1767/700;
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .img img {
    aspect-ratio: 16/12;
  }
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .img.img2 {
  position: relative;
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .img.img2 video {
  width: 65%;
  left: auto;
  right: 0;
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .cont-p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 -webkit-calc(var(--cbasta) - 3.5%);
  padding: 0 -moz-calc(var(--cbasta) - 3.5%);
  padding: 0 calc(var(--cbasta) - 3.5%);
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .cont-p {
    padding: 0 7%;
  }
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .cont-p .tit {
  color: #5C5C5C;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .cont-p .tit {
    font-size: 1.5rem;
  }
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .cont-p .hz-logo img {
  height: 5.125rem;
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .cont-p .hz-logo img {
    height: 3.25rem;
  }
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .cont-p .we-asx {
  gap: 2rem;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .cont-p .we-asx {
    gap: 1.25rem;
  }
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm .cont-p .we-asx .more-b1 {
  border-bottom: 1px solid #333;
  line-height: 1.5em;
  font-size: 1rem;
  color: #5C5C5C;
  padding: 0.5rem 0;
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm.as-xm5 .cont-p .tit, .case-ban-cont1 .mySwiper1 .swiper-slide .as-xm.as-xm4 .cont-p .tit {
  color: #fff;
}
.case-ban-cont1 .mySwiper1 .swiper-slide .as-xm.as-xm5 .cont-p .we-asx .more-b1, .case-ban-cont1 .mySwiper1 .swiper-slide .as-xm.as-xm4 .cont-p .we-asx .more-b1 {
  color: #fff;
  border-color: #fff;
}
.case-ban-cont1 .mySwiper1 .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 .swiper-pagination1 {
    bottom: 1rem;
  }
}
.case-ban-cont1 .mySwiper1 .swiper-pagination1 span {
  background: rgba(0, 0, 0, 0.2);
  width: 2.25rem;
  height: 0.375rem;
  border-radius: 0.25rem;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 .swiper-pagination1 span {
    width: 1.5rem;
  }
}
.case-ban-cont1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--jbys);
  width: 4.5rem;
}
@media (max-width: 768px) {
  .case-ban-cont1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
    width: 2.6rem;
  }
}
.case-ban-cont1 a.aimg {
  display: block;
  font-size: 0;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
.case-ban-cont1 a.aimg i {
  display: block;
  font-size: 0;
}
.case-ban-cont1 a.aimg i img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-ban-cont1 a.aimg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-ban-cont1 a.aimg .cont-p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.case-ban-cont1 a.aimg .cont-p .tit {
  color: #333;
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 700;
}

.ny-body {
  overflow: initial;
}
@media (max-width: 768px) {
  .ny-body {
    overflow: hidden;
  }
}

.fw-cont1 {
  padding: 4.375rem 0 8.9375rem;
}
@media (max-width: 768px) {
  .fw-cont1 {
    padding: 1rem 0 2rem;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1b1 {
  width: 38.3571428571%;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1b1 {
    width: 100%;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1b1 .title1 {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
.fw-cont1 .fw-a1v1 .fw-a1b2 {
  width: 55.5714285714%;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 {
  position: relative;
}
.fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li {
  border: 1px solid #D9D9D9;
  border-radius: 1.25rem;
  padding: 4rem 10.2827763496%;
  margin-bottom: 1.5rem;
  background: #fff;
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li {
    border-radius: 1rem;
    padding: 2rem 5%;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li:last-child {
  margin-bottom: 0;
}
.fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li .img {
  width: 7.375rem;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li .img {
    width: 6rem;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li .img img {
  width: 100%;
}
.fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li .cont-p {
  width: -webkit-calc(92% - 8.375rem);
  width: -moz-calc(92% - 8.375rem);
  width: calc(92% - 8.375rem);
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li .cont-p {
    width: -webkit-calc(94% - 6rem);
    width: -moz-calc(94% - 6rem);
    width: calc(94% - 6rem);
  }
}
.fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li .cont-p .name {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li .cont-p .name {
    font-size: 1.25rem;
  }
}
.fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li .cont-p .text {
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .fw-cont1 .fw-a1v1 .fw-a1b2 .fw-a1b2c1 li .cont-p .text {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}

.fw-cont2 {
  padding: 7rem 0 7.5rem;
  background: #F7F8FA;
  position: relative;
}
@media (max-width: 768px) {
  .fw-cont2 {
    padding: 2.5rem 0;
  }
}
.fw-cont2 .asjx1 i {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
     -moz-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
       -o-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
.fw-cont2 .asjx1 i img {
  width: 100%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.35;
}
@media (max-width: 768px) {
  .fw-cont2 .asjx1 i img {
    opacity: 0.75;
  }
}
.fw-cont2 .asjx1 i:nth-child(1) {
  width: 25%;
  top: auto;
  bottom: 0;
  left: 2%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .fw-cont2 .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
.fw-cont2 .asjx1 i:nth-child(2) {
  width: 50%;
  left: auto;
  right: 6%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .fw-cont2 .asjx1 i:nth-child(2) {
    width: 80%;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper4 {
  padding: 0 1px;
  margin-top: 3.5rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(14px);
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper4 {
    margin-top: 1.25rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa {
  padding: 3.75rem 6.7857142857%;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa {
    border-radius: 1rem;
    padding: 1.85rem 5%;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-pat {
  width: 52.0833333333%;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-pat {
    width: 100%;
    padding: 0 1%;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-pat .tit {
  color: #555555;
  font-size: 1.875rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-pat .tit {
    font-size: 1.35rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-pat .werhsxq {
  margin-top: 0.75rem;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-pat .werhsxq {
    margin-top: 0.5rem;
    gap: 0.5rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-pat .werhsxq span {
  display: inline-block;
  color: #555555;
  font-size: 1rem;
  line-height: 1.5em;
  border: 1px solid #D9D9D9;
  padding: 0.425rem 1.35em;
  border-radius: 2rem;
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-patast {
  width: 47.5%;
  border-left: 1px solid #DADADA;
  padding: 1.5625rem 0 1.5625rem 5%;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-patast {
    width: 100%;
    border-left: none;
    border-top: 1px solid #DADADA;
    padding: 1rem 0;
    margin-top: 1.25rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-patast .txt {
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-patast .txt {
    font-size: 1rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-patast a.more-cxa {
  color: #fc003e;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-patast a.more-cxa {
    font-size: 1.125rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-patast a.more-cxa > div {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--color-zt);
  border-radius: 50%;
  margin-left: 0.5rem;
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-patast a.more-cxa > div i {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: 600;
}
.fw-cont2 .fw-a2v1 .mySwiper4 .swiper-slide .cont-aspxa .cont-patast a.more-cxa:hover {
  -webkit-transform: translateX(1rem);
     -moz-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
       -o-transform: translateX(1rem);
          transform: translateX(1rem);
}
.fw-cont2 .fw-a2v1 .mySwiper41 {
  position: relative;
  margin-top: 3.4375rem;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper41 {
    margin-top: 1.65rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper41::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2.75rem;
  width: 100%;
  height: 1px;
  background: #d7d6d6;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper41::after {
    bottom: 2.125rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide .contsx {
  --as-color: #fc003e;
  text-align: center;
  cursor: pointer;
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide .contsx .dna {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--as-color);
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide .contsx .dna {
    width: 1rem;
    height: 1rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide .contsx .bat {
  color: #636363;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 0.5rem 0 1.5rem;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide .contsx .bat {
    font-size: 1.25rem;
    margin: 0.35rem 0 1.125rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide .contsx b {
  color: #C5C5C5;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-style: italic;
  display: block;
}
@media (max-width: 768px) {
  .fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide .contsx b {
    font-size: 1.125rem;
  }
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide:nth-child(2) .contsx {
  --as-color: #3FBF4F;
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide:nth-child(3) .contsx {
  --as-color: #DA3B2B;
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide:nth-child(4) .contsx {
  --as-color: #8659DF;
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide:nth-child(5) .contsx {
  --as-color: #59DFD8;
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide:nth-child(6) .contsx {
  --as-color: #215B8E;
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide:nth-child(7) .contsx {
  --as-color: #1C2B3C;
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide:nth-child(8) .contsx {
  --as-color: #CB9A4D;
}
.fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide.swiper-slide-thumb-active .contsx .bat, .fw-cont2 .fw-a2v1 .mySwiper41 .swiper-slide.swiper-slide-thumb-active .contsx b {
  color: var(--as-color);
}

.fw-cont3 {
  padding: 7.25rem 0;
}
@media (max-width: 768px) {
  .fw-cont3 {
    padding: 2.5rem 0;
  }
}
.fw-cont3 .case-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem 3rem;
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .fw-cont3 .case-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .fw-cont3 .case-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.fw-cont3 .case-list1 li a.img {
  display: block;
}
.fw-cont3 .case-list1 li a.img i {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.fw-cont3 .case-list1 li a.img i img {
  width: 100%;
}
.fw-cont3 .case-list1 li a.img .datrea {
  padding: 0rem 0 0.25rem;
}
@media (max-width: 768px) {
  .fw-cont3 .case-list1 li a.img .datrea {
    padding: 0rem 0 0.25rem;
  }
}
.fw-cont3 .case-list1 li a.img .datrea b {
  display: inline-block;
  color: var(--color-zt);
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .fw-cont3 .case-list1 li a.img .datrea b {
    font-size: 1rem;
  }
}
.fw-cont3 .case-list1 li a.img .datrea span {
  color: #999;
  font-size: 1.125rem;
  margin-left: 0rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .fw-cont3 .case-list1 li a.img .datrea span {
    font-size: 1rem;
  }
}
.fw-cont3 .case-list1 li a.img .tit {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5em;
  font-weight: 600;
  margin-top:1rem;
}
@media (max-width: 768px) {
  .fw-cont3 .case-list1 li a.img .tit {
    font-size: 1.35rem;
  }
}

.fw-cont4 {
  padding: 7.25rem 0 2.5rem;
}
@media (max-width: 768px) {
  .fw-cont4 {
    padding: 2.5rem 0;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b1 {
  width: 38.3571428571%;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b1 {
    width: 100%;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b1 .title1 {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
.fw-cont4 .fw-a4v1 .fw-a4b2 {
  width: 55.5714285714%;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 {
    width: 100%;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 {
  width: 47%;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 {
    width: 48%;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 + .asjhx1-asx1 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 + .asjhx1-asx1 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li {
    margin-top: 1.25rem;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li + li {
    margin-top: 1.25rem;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a {
  display: block;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  padding: 2.5rem 8.5%;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a {
    padding: 1.5rem 8.5%;
    border-radius: 0.75rem;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a i {
  display: block;
  font-size: 0;
  width: 4.5rem;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a i {
    width: 3.5rem;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a i img {
  width: 100%;
}
.fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a .wenata {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a .wenata {
    margin-top: 1rem;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a .wenata h2 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a .wenata h2 {
    font-size: 1.25rem;
  }
}
.fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a .wenata .p {
  color: #555;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .fw-cont4 .fw-a4v1 .fw-a4b2 .asjhx1-asx1 li a .wenata .p {
    font-size: 1rem;
  }
}

.cursor-dot {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(252,0,62, 0.7);
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -o-transform 0.3s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -moz-transform 0.3s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease;
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.abt-cont1 {
  padding-bottom: 11rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding-bottom: 2rem;
  }
}
.abt-cont1 .asjx1 i {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
     -moz-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
       -o-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
.abt-cont1 .asjx1 i img {
  width: 100%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.35;
}
@media (max-width: 768px) {
  .abt-cont1 .asjx1 i img {
    opacity: 0.75;
  }
}
.abt-cont1 .asjx1 i:nth-child(1) {
  width: 25%;
  top: 0;
  left: 0%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont1 .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
.abt-cont1 .asjx1 i:nth-child(2) {
  width: 30%;
  left: 10%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont1 .asjx1 i:nth-child(2) {
    width: 65%;
  }
}
.abt-cont1 .asjx1 i:nth-child(3) {
  width: 50%;
  left: auto;
  right: 0%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont1 .asjx1 i:nth-child(3) {
    width: 80%;
  }
}
.abt-cont1 .abt-a1list1 li {
  width: 23.85714%;
  border-radius: 1.25rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1list1 li {
    width: 48%;
    border-radius: 1rem;
    margin: 0 0;
  }
}
.abt-cont1 .abt-a1list1 li .cont-p {
  color: #869298;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.abt-cont1 .abt-a1list1 li .cont-p p{
    display: inline-block;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1list1 li .cont-p {
    font-size: 1.25rem;
    /*text-align: left;*/
  }
  .abt-cont1 .abt-a1list1 li .cont-p p{
      display: block;
  }
}
.abt-cont1 .abt-a1list1 li .cont-p span {
  color: var(--color-zt);
  font-size: 4.0625rem;
  font-weight: 700;
  line-height: 2.2em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1list1 li .cont-p span {
    font-size: 2.95rem;
  }
}
.abt-cont1 .abt-a1list1 li .cont-p b {
  color: var(--color-zt);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .abt-cont2 .wh {
    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-cont2 .imagsx {
  width: 100%;
  -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
  will-change: transform;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont2 .imagsx {
    border-radius: 1rem;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.25rem;
  }
}
.abt-cont2 .imagsx video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .abt-cont2 .imagsx video {
    display: none;
  }
}
.abt-cont2 .imagsx img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-cont2 .title1 {
  padding-left: 55%;
  margin-top: 1.75rem;
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}
@media (max-width: 768px) {
  .abt-cont2 .title1 {
    padding-left: 0;
    margin-top: 0;
  }
}
.abt-cont2 .title1 .tit {
  color: #fff;
}
.abt-cont2 .title1 .frtxa {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 2.25rem;
      letter-spacing: 7px;
  line-height: 1.45em;
  margin-top: 0.75rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .abt-cont2 .title1 .frtxa {
    font-size: 1.25rem;
    margin-top: 0.75rem;
    font-weight: 400;
  }
}

.abt-cont3 {
  padding: 14rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.5rem 0 1rem;
  }
}
.abt-cont3 .ysjl-list {
  margin-top: 3rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .abt-cont3 .ysjl-list {
    margin-top: 1.5rem;
    white-space: inherit;
    padding: 0 4%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.78rem;
  }
}
.abt-cont3 .ysjl-list li {
  width: 40vw;
  margin: 0 1.5rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .abt-cont3 .ysjl-list li {
    display: block;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0;
    width: 100%;
  }
}
.abt-cont3 .ysjl-list li a {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont3 .ysjl-list li a {
    border-radius: 0.35rem;
  }
}
.abt-cont3 .ysjl-list li a img {
  width: 100%;
}
.abt-cont3 .asjx1 i {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 10vw;
  z-index: -1;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
     -moz-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
       -o-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
.abt-cont3 .asjx1 i img {
  width: 100%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.35;
}
@media (max-width: 768px) {
  .abt-cont3 .asjx1 i img {
    opacity: 0.75;
  }
}
.abt-cont3 .asjx1 i:nth-child(1) {
  width: 25%;
  top: 0;
  left: 0%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont3 .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
.abt-cont3 .asjx1 i:nth-child(2) {
  width: 30%;
  left: 10%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont3 .asjx1 i:nth-child(2) {
    width: 65%;
  }
}
.abt-cont3 .asjx1 i:nth-child(3) {
  width: 50%;
  left: auto;
  right: 0%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont3 .asjx1 i:nth-child(3) {
    width: 80%;
  }
}
.abt-cont3 .mySwiper5 {
  padding: 0 22%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper5 {
    padding: 0 10%;
    margin-top: 1.5rem;
  }
}
.abt-cont3 .mySwiper5 .swiper-wrapper {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.abt-cont3 .mySwiper5 .swiper-slide {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper5 .swiper-slide {
    border-radius: 1rem;
  }
}
.abt-cont3 .mySwiper5 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.abt-cont3 .mySwiper5 .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.abt-cont3 .mySwiper5 .swiper-slide .img {
  display: block;
  font-size: 0;
}
.abt-cont3 .mySwiper5 .swiper-slide .img img {
  width: 100%;
}
.abt-cont3 .mySwiper5 .swiper-slide.swiper-slide-active ~ .swiper-slide {
  width: 45rem !important;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper5 .swiper-slide.swiper-slide-active ~ .swiper-slide {
    width: 15rem !important;
  }
}

.abt-cont4 {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 {
    height: auto;
    padding: 2.5rem 0 2rem;
  }
}
.abt-cont4 .asjx1 i {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50vh;
  z-index: -1;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
     -moz-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
       -o-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
.abt-cont4 .asjx1 i img {
  width: 100%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.35;
}
@media (max-width: 768px) {
  .abt-cont4 .asjx1 i img {
    opacity: 0.75;
  }
}
.abt-cont4 .asjx1 i:nth-child(1) {
  width: 25%;
  top: 20vh;
  left: 0%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont4 .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
.abt-cont4 .asjx1 i:nth-child(2) {
  width: 30%;
  left: 10%;
  top: auto;
  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;
}
@media (max-width: 768px) {
  .abt-cont4 .asjx1 i:nth-child(2) {
    width: 65%;
  }
}
.abt-cont4 .asjx1 i:nth-child(3) {
  width: 50%;
  left: auto;
  right: 0%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont4 .asjx1 i:nth-child(3) {
    width: 80%;
  }
}
.abt-cont4 .showcase_grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 25vw 15vw 27vw 20vw;
  grid-auto-columns: 1fr;
  width: 90vw;
  display: grid;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont4 .showcase_grid {
    width: 100%;
    padding: 0 4%;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
  }
}
.abt-cont4 .grid_item {
  background-color: #ECF1FA;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 15rem;
  padding: 2.75rem 8%;
  font-weight: 500;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 1.125rem;
  color: #111;
}
@media (max-width: 768px) {
  .abt-cont4 .grid_item {
    -webkit-transform: translate(0, 0) !important;
       -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
         -o-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    padding: 1.35rem 10%;
    height: auto;
  }
}
.abt-cont4 .grid_item .tit {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .abt-cont4 .grid_item .tit {
    font-size: 1.25rem;
  }
}
.abt-cont4 .grid_item .p {
  font-size: 1.125rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont4 .grid_item .p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.abt-cont4 .grid_item:nth-child(1) {
  -webkit-transform: translate(-10vh, -25vh);
     -moz-transform: translate(-10vh, -25vh);
      -ms-transform: translate(-10vh, -25vh);
       -o-transform: translate(-10vh, -25vh);
          transform: translate(-10vh, -25vh);
}
.abt-cont4 .grid_item:nth-child(2) {
  -webkit-transform: translate(0vh, -18vh);
     -moz-transform: translate(0vh, -18vh);
      -ms-transform: translate(0vh, -18vh);
       -o-transform: translate(0vh, -18vh);
          transform: translate(0vh, -18vh);
}
.abt-cont4 .grid_item:nth-child(3) {
  -webkit-transform: translate(5vh, -22vh);
     -moz-transform: translate(5vh, -22vh);
      -ms-transform: translate(5vh, -22vh);
       -o-transform: translate(5vh, -22vh);
          transform: translate(5vh, -22vh);
}
.abt-cont4 .grid_item:nth-child(4) {
  -webkit-transform: translate(10vh, -25vh);
     -moz-transform: translate(10vh, -25vh);
      -ms-transform: translate(10vh, -25vh);
       -o-transform: translate(10vh, -25vh);
          transform: translate(10vh, -25vh);
}
.abt-cont4 .grid_item:nth-child(5) {
  -webkit-transform: translate(-15vh, 30vh);
     -moz-transform: translate(-15vh, 30vh);
      -ms-transform: translate(-15vh, 30vh);
       -o-transform: translate(-15vh, 30vh);
          transform: translate(-15vh, 30vh);
}
.abt-cont4 .grid_item:nth-child(6) {
  -webkit-transform: translate(-10vh, 20vh);
     -moz-transform: translate(-10vh, 20vh);
      -ms-transform: translate(-10vh, 20vh);
       -o-transform: translate(-10vh, 20vh);
          transform: translate(-10vh, 20vh);
}
.abt-cont4 .grid_item:nth-child(7) {
  -webkit-transform: translate(-5vh, 15vh);
     -moz-transform: translate(-5vh, 15vh);
      -ms-transform: translate(-5vh, 15vh);
       -o-transform: translate(-5vh, 15vh);
          transform: translate(-5vh, 15vh);
}
.abt-cont4 .grid_item:nth-child(8) {
  -webkit-transform: translate(4vh, 25vh);
     -moz-transform: translate(4vh, 25vh);
      -ms-transform: translate(4vh, 25vh);
       -o-transform: translate(4vh, 25vh);
          transform: translate(4vh, 25vh);
}
.abt-cont4 .showcase_grid-wrapper {
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .abt-cont4 .showcase_grid-wrapper {
    height: auto;
  }
}
.abt-cont4 .title1 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont4 .title1 {
    position: static;
    text-align: left;
  }
}

.abt-cont5 {
  padding: 0 0 8.9375rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont5 {
    padding-bottom: 2.5rem;
  }
}
.abt-cont5 .asjx1 i {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 30vw;
  z-index: -1;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
     -moz-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
       -o-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
          animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
.abt-cont5 .asjx1 i img {
  width: 100%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  opacity: 0.35;
}
@media (max-width: 768px) {
  .abt-cont5 .asjx1 i img {
    opacity: 0.75;
  }
}
.abt-cont5 .asjx1 i:nth-child(1) {
  width: 25%;
  top: 15vw;
  left: 0%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont5 .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
.abt-cont5 .asjx1 i:nth-child(2) {
  width: 30%;
  left: 10%;
  -webkit-animation: gradientMove1 5s infinite alternate;
     -moz-animation: gradientMove1 5s infinite alternate;
       -o-animation: gradientMove1 5s infinite alternate;
          animation: gradientMove1 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont5 .asjx1 i:nth-child(2) {
    width: 65%;
  }
}
.abt-cont5 .asjx1 i:nth-child(3) {
  width: 50%;
  left: auto;
  right: 0%;
  -webkit-animation: gradientMove 5s infinite alternate;
     -moz-animation: gradientMove 5s infinite alternate;
       -o-animation: gradientMove 5s infinite alternate;
          animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .abt-cont5 .asjx1 i:nth-child(3) {
    width: 80%;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 {
  width: 38.3571428571%;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 {
    width: 100%;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .title1 {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
.abt-cont5 .abt-a5v1 .abt-a5b2 {
  width: 55.5714285714%;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 {
  position: relative;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li {
  border: 1px solid #D9D9D9;
  border-radius: 1.25rem;
  padding: 2.75rem 5.1413881748% 2.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  position: sticky;
  top: -webkit-calc(var(--head-height) + 4rem);
  top: -moz-calc(var(--head-height) + 4rem);
  top: calc(var(--head-height) + 4rem);
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li {
    border-radius: 1rem;
    padding: 2rem 5%;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li:last-child {
  margin-bottom: 0;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .img {
  width: 8.375rem;
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .img {
    width: 7.5rem;
    margin: 0 auto;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .img img {
  width: 100%;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .cont-p {
  width: -webkit-calc(92% - 8.375rem);
  width: -moz-calc(92% - 8.375rem);
  width: calc(92% - 8.375rem);
}
@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .cont-p {
    width: 100%;
    margin-top: 1.125rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .cont-p .p1 {
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .cont-p .wehdsxa1 {
  margin-top: 1rem;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .cont-p .wehdsxa1 u {
  display: block;
  font-size: 0;
  width: 3.5rem;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .cont-p .wehdsxa1 u img {
  width: 100%;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .cont-p .wehdsxa1 .wehx-ca {
  width: -webkit-calc(98% - 3.5rem);
  width: -moz-calc(98% - 3.5rem);
  width: calc(98% - 3.5rem);
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .cont-p .wehdsxa1 .wehx-ca .tit1 {
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #333;
}
.abt-cont5 .abt-a5v1 .abt-a5b2 .fw-a1b2c1 li .cont-p .wehdsxa1 .wehx-ca .tit2 {
  font-size: 0.875rem;
  color: #555555;
  line-height: 1.5em;
}

.abt-cont6 {
  padding: 2rem 0 10rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont6 {
    padding: 1rem 0 2.25rem;
  }
}
.abt-cont6 .abt-a6v1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 {
    margin-top: 1.125rem;
    padding: 0 4%;
  }
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .abt-cont6 .abt-a6v1 .abt-a6b1 + .abt-a6b1 {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 {
    white-space: nowrap;
  }
  .abt-cont6 .abt-a6v1 .abt-a6b1:nth-child(2) {
    margin-left: -100%;
  }
  .abt-cont6 .abt-a6v1 .abt-a6b1:nth-child(3) {
    margin-left: -20%;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 li {
  border: 1px solid #D9D9D9;
  border-radius: 1.25rem;
  --imgkd: 8.5rem;
  display: inline-block;
  width: 11vw;
  margin: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 li {
    margin: 0;
    border-radius: 1rem;
    width: 100%;
    --imgkd: 7.5rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax {
  padding: 2rem 6%;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax {
    padding: 1.5rem 7%;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax .img {
  border-radius: 50%;
  text-align: center;
  /*width: var(--imgkd);*/
  overflow: hidden;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax .img {
    margin: 0 auto;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax .img img {
  width: 100%;
}
.abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax .wenata {
  width: -webkit-calc(93% - var(--imgkd));
  width: -moz-calc(93% - var(--imgkd));
  width: calc(93% - var(--imgkd));
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax .wenata {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax .wenata h2 {
  color: #283A5E;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax .wenata h2 {
    font-size: 1.35rem;
  }
}
.abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax .wenata .p {
  color: #898A8D;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a6v1 .abt-a6b1 li a.imgax .wenata .p {
    font-size: 1.125rem;
  }
}

.fw-fm-cont1 {
  padding-bottom: 6rem;
}
.fw-fm-cont1 .fw-fm-a1b1 > li + li {
  margin-top: 3.85rem;
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 {
  margin-top: 1.75rem;
}
@media (max-width: 768px) {
  .fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 {
    margin-top: 1.25rem;
  }
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a1 {
  width: 48%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a1 {
    width: 100%;
    border-radius: 1rem;
  }
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a1 i {
  display: block;
  font-size: 0;
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a1 i img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a1 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 {
  width: 48%;
}
@media (max-width: 768px) {
  .fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .p1 {
  color: #626262;
  font-size: 1.125rem;
  line-height: 1.65em;
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .secas {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .secas {
    margin-top: 0.125rem;
  }
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .secas li a {
  border-bottom: 1px solid #f0f0f0;
  font-size: 1.35rem;
  line-height: 1.65em;
  color: #666;
  padding: 0.54em 0;
  position: relative;
}
@media (max-width: 768px) {
  .fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .secas li a {
    font-size: 1.25rem;
    padding: 0.5em 0;
  }
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .secas li a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: var(--color-zt);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .secas li a p {
  position: relative;
  padding-left: 1.5rem;
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .secas li a p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.65rem;
  height: 0.65rem;
  border: 2px solid var(--color-zt);
  border-radius: 50%;
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .secas li a:hover {
  color: var(--color-zt);
}
.fw-fm-cont1 .fw-fm-a1b1 > li .castrx1 .castrx1-a2 .secas li a:hover::after {
  width: 100%;
}
.fw-fm-cont1 .fw-fm-a1b1 > li:nth-child(2n) .castrx1 .castrx1-a1 {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .fw-fm-cont1 .fw-fm-a1b1 > li:nth-child(2n) .castrx1 .castrx1-a1 {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

/*seo*/
.case-area {
  padding-top: 5.625rem;
  padding-bottom: 8.75rem;
}
@media (max-width: 768px) {
  .case-area {
    padding: 1rem 0 2rem;
  }
  .case-area .mb45 {
    margin-bottom: 1rem;
  }
}

.case-area .tpcase-nav {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.0625rem;
  margin-bottom: 1.25rem;
  height: 2.5rem;
}
@media (max-width: 768px) {
  .case-area .tpcase-nav {
    margin: 0;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}

.case-area .prev-slide span {
  right: 0;
}

.case-area .prev-slide,
.case-area .next-slide {
  position: relative;
  width: 1.875rem;
  height: 2.5rem;
  font-size: 0;
}

.case-area .prev-slide {
  margin-right: 1.6875rem;
}

.case-area a,
.case-area button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.case-area .prev-slide:hover span,
.case-area .next-slide:hover span {
  width: 2.5rem;
  background: var(--color-zt);
}

.case-area .prev-slide:hover span::before,
.case-area .next-slide:hover span::before {
  -webkit-transform: translateY(-50%) scale(1);
     -moz-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
       -o-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.case-area .prev-slide:hover svg path,
.case-area .next-slide:hover svg path {
  fill: var(--color-zt) !important;
}

.case-area .prev-slide span,
.case-area .next-slide span {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.625rem;
  height: 0.1125rem;
  background: #8A8A8D;
  font-size: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.case-area .prev-slide span::before,
.case-area .next-slide span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
     -moz-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
       -o-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 2.125rem;
  height: 2.125rem;
  border: 1px solid var(--color-zt);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  -moz-transition: transform 0.25s, -moz-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
}

.case-area .prev-slide svg,
.case-area .next-slide svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.875rem;
}

.case-area .prev-slide span:before {
  left: -0.8125rem;
}

.case-area .prev-slide span svg {
  left: 0;
}

.case-area .next-slide span {
  left: 0;
}

.case-area .next-slide span svg {
  right: 0;
}

.case-area .swiper {
  overflow: unset;
}

.case-area .swiper-case {
  margin: 0 -0.9375rem;
}

.case-area .swiper-case .tpcase {
  position: relative;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

.case-area .swiper-case .tpcase:hover::before {
  background-color: rgba(7, 10, 29, 0.7);
}

.case-area .swiper-case .tpcase::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(7, 10, 29, 0) 65.24%, rgba(7, 10, 29, 0.6) 100%);
  background: -moz-linear-gradient(top, rgba(7, 10, 29, 0) 65.24%, rgba(7, 10, 29, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(7, 10, 29, 0) 65.24%, rgba(7, 10, 29, 0.6) 100%);
  background: linear-gradient(180deg, rgba(7, 10, 29, 0) 65.24%, rgba(7, 10, 29, 0.6) 100%);
  border-radius: 1rem;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.case-area .swiper-case .tpcase .tpcase-thumb img {
  border-radius: 1rem;
}

.case-area .swiper-case .tpcase .tpcase-content {
  position: absolute;
  bottom: 2rem;
  padding: 2.5rem 2.5rem 0 2.5rem;
}
@media (max-width: 768px) {
  .case-area .swiper-case .tpcase .tpcase-content {
    padding: 0.5rem 1.5rem 0 1.5rem;
  }
}

.case-area .swiper-case .tpcase .tpcase-content .tpcase-tag span {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.125rem);
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
}

.case-area .swiper-case .tpcase .tpcase-content .tpcase-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 0.7;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .case-area .swiper-case .tpcase .tpcase-content .tpcase-title {
    font-size: 1.25rem;
  }
}

.case-area .swiper-case .tpcase .tpcase-content .tpcase-title::before {
  position: absolute;
  content: "";
  bottom: -0.3125rem;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0;
}

.textimonial-area {
  padding-bottom: 7.5rem;
}

.textimonial-area .tpsection__title {
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .textimonial-area .tpsection__title {
    font-size: 2rem;
  }
}

.textimonial-area .tpsection__content p {
  color: #565764;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625rem;
}

.textimonial-area .testimonial-fixed-bg {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 0;
  width: -webkit-calc(100% - 66.0625rem);
  width: -moz-calc(100% - 66.0625rem);
  width: calc(100% - 66.0625rem);
  height: -webkit-calc(100% + 0px);
  height: -moz-calc(100% + 0px);
  height: calc(100% + 0px);
  background: -webkit-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -moz-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: -o-linear-gradient(left, #fc003e 0%, #F35F71 100%);
  background: linear-gradient(90deg, #fc003e 0%, #F35F71 100%);
  z-index: -1;
  box-shadow: 1.875rem 3.125rem 3.75rem -1.25rem rgba(117, 56, 16, 0.2);
  border-radius: 1.25rem;
}

.textimonial-area .swiper_client {
  padding: 0px 31.8125rem;
}
@media (max-width: 768px) {
  .textimonial-area .swiper_client {
    padding: 0;
  }
}

.textimonial-area .swiper_client .swiper-slide-active.tptestimonial {
  opacity: 1;
}

.textimonial-area .swiper_client .swiper-slide-active.tptestimonial .tptestimonial-content p {
  color: #fff;
}

.textimonial-area .swiper_client .swiper-slide-active.tptestimonial .tptestimonial-avatar-title {
  color: #fff;
}

.textimonial-area .swiper_client .swiper-slide-active.tptestimonial .tptestimonial-avatar-info span {
  color: rgba(255, 255, 255, 0.7);
}

.textimonial-area .swiper_client .tptestimonial {
  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;
  padding: 4.375rem 4.375rem 4.0625rem 4.375rem;
  border-radius: 1.25rem;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.textimonial-area .swiper_client .tptestimonial .tptestimonial-thumb {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.textimonial-area .swiper_client .tptestimonial .tptestimonial-thumb img {
  border-radius: 50%;
  height: 10rem;
  width: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.textimonial-area .swiper_client .tptestimonial .tptestimonial-shape i svg {
  color: rgba(66, 96, 255, 0.2);
}

.textimonial-area .swiper_client .tptestimonial .tptestimonial-content p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #565764;
  margin-bottom: 1.625rem;
}

.textimonial-area .swiper_client .tptestimonial .tptestimonial-avatar-title {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #0c1338;
  margin-bottom: 0;
}

.textimonial-area .swiper_client .tptestimonial .tptestimonial-avatar-info span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #565764;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
}

.textimonial-area .tptestimonial-arrow {
  position: absolute;
  right: 37.5rem;
  bottom: 2.1875rem;
}

.textimonial-area .tptestimonial-arrow .testimonial-arrows {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial {
  margin-right: 1.6875rem;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial span {
  right: 0;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial span svg {
  left: 0;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial span::before {
  left: -0.8125rem;
}

.textimonial-area .tptestimonial-arrow .next-testimonial span {
  left: 0;
}

.textimonial-area .tptestimonial-arrow .next-testimonial span::before {
  right: -0.8125rem;
}

.textimonial-area .tptestimonial-arrow .next-testimonial span svg {
  right: 0;
}

.textimonial-area .tptestimonial-arrow a,
.textimonial-area .tptestimonial-arrow button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial,
.textimonial-area .tptestimonial-arrow .next-testimonial {
  position: relative;
  width: 1.875rem;
  height: 2.5rem;
  font-size: 0;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial:hover path,
.textimonial-area .tptestimonial-arrow .next-testimonial:hover path {
  fill: #ffffff;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial:hover span,
.textimonial-area .tptestimonial-arrow .next-testimonial:hover span {
  width: 2.5rem;
  background: #fff;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial:hover span::before,
.textimonial-area .tptestimonial-arrow .next-testimonial:hover span::before {
  -webkit-transform: translateY(-50%) scale(1);
     -moz-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
       -o-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.textimonial-area .tptestimonial-arrow .prev-testimonial path,
.textimonial-area .tptestimonial-arrow .next-testimonial path {
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  -moz-transition: fill 0.25s;
  transition: fill 0.25s;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial span,
.textimonial-area .tptestimonial-arrow .next-testimonial span {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.625rem;
  height: 0.1125rem;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial span svg,
.textimonial-area .tptestimonial-arrow .next-testimonial span svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.875rem;
}

.textimonial-area .tptestimonial-arrow .prev-testimonial span::before,
.textimonial-area .tptestimonial-arrow .next-testimonial span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
     -moz-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
       -o-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 2.125rem;
  height: 2.125rem;
  border: 0.0938rem solid #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  -moz-transition: transform 0.25s, -moz-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
}

.fix {
  overflow: hidden;
}

@media (max-width: 767px) {
  .textimonial-area {
    padding-bottom: 30px;
  }
  .mb60 {
    margin-bottom: 1.75rem;
  }
  .tpsection__wrapper {
    margin-bottom: 0 !important;
  }
  .textimonial-area .testimonial-fixed-bg {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }
  .textimonial-area .swiper_client .tptestimonial {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px;
  }
  .textimonial-area .swiper_client .tptestimonial .tptestimonial-thumb img {
    height: 7rem;
    width: 7rem;
  }
  .textimonial-area .swiper_client {
    padding: 0 10px;
  }
  .blog-area .tpblog {
    padding: 10px;
    margin-bottom: 10px;
  }
  .textimonial-area .tpsection__title {
    font-size: 24px;
  }
  .textimonial-area .swiper_client .tptestimonial .tptestimonial-content p {
    font-size: 18px;
  }
  .tptestimonial-content {
    margin-top: 20px;
  }
  .textimonial-area .tptestimonial-arrow {
    right: 30px;
  }
  .textimonial-area {
    padding-bottom: 30px;
  }
  .textimonial-area .testimonial-fixed-bg {
    box-shadow: 0px 0px 20px 10px rgba(117, 56, 16, 0.2);
  }
}
.cont41 {
  position: relative;
  padding: 0.5rem 0 5rem;
  background: -webkit-linear-gradient(top, #FFF 44%, rgba(255, 255, 255, 0) 86.5%);
  background: -moz-linear-gradient(top, #FFF 44%, rgba(255, 255, 255, 0) 86.5%);
  background: -o-linear-gradient(top, #FFF 44%, rgba(255, 255, 255, 0) 86.5%);
  background: linear-gradient(180deg, #FFF 44%, rgba(255, 255, 255, 0) 86.5%);
}
@media (max-width: 768px) {
  .cont41 {
    padding: 0.25rem 0 2rem;
  }
}
.cont41 .mySwiper2 {
  font-size: 3rem;
  height: 1.25em;
  overflow: hidden;
}
.cont41 .mySwiper2 .swiper-slide {
  font-size: 3rem;
  height: 1.25em;
  overflow: hidden;
}
.cont41 .p1 {
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1.26rem;
}
@media (max-width: 768px) {
  .cont41 .p1 {
    margin-top: 0.25rem;
  }
}
.cont41 .p1 .trxt {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 768px) {
  .cont41 .p1 .trxt {
    font-size: 2.25rem;
  }
}
.cont41 .p1 .trxt::before {
  content: "";
  width: 1em;
  height: 1px;
  background: #fff;
  background: #000;
  display: block;
  margin: 0.75rem auto 0.25rem;
}
.cont41 form {
  margin-top: 2.9375rem;
}
@media (max-width: 768px) {
  .cont41 form {
    margin-top: 0.35rem;
  }
}
.cont41 form .msg-a1 {
  width: 70%;
}
@media (max-width: 768px) {
  .cont41 form .msg-a1 {
    width: 100%;
  }
}
.cont41 form .msg-a1 .inpt {
  width: 46%;
}
@media (max-width: 768px) {
  .cont41 form .msg-a1 .inpt {
    width: 100%;
  }
}
.cont41 form .msg-a1 .inpt input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.cont41 form .msg-a1 .inpt input::-webkit-input-placeholder {
  color: #000;
}
.cont41 form .msg-a1 .inpt input:-moz-placeholder {
  color: #000;
}
.cont41 form .msg-a1 .inpt input:-ms-input-placeholder {
  color: #000;
}
.cont41 form .msg-a1 .inpt input:focus {
  border-color: #fc003e;
}
.cont41 form .div_aghgha {
  width: 25%;
}
@media (max-width: 768px) {
  .cont41 form .div_aghgha {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont41 form .div_aghgha button {
  border: none;
  width: 100%;
}
@media (max-width: 768px) {
  .cont41 form .div_aghgha button {
    padding: 0.7rem 0.5rem;
  }
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}

.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  z-index: 999;
  width: 32.44792%;
  border-radius: 1.875rem;
  z-index: 1;
}

.pead-jsda .przs-b {
  background: #fff;
  width: 100%;
  padding: 2rem 7% 3.5rem;
  border-radius: 1.875rem;
}

.pead-jsda .przs-b::after {
  content: "";
  position: absolute;
  left: 0;
  top: -0.375rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 1.875rem;
  background: var(--jbys);
  box-shadow: 0px 1.25rem 2.5rem 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
  }
  .pead-jsda .przs-b,
  .pead-jsda .pead-cont {
    border-radius: 1rem;
  }
  .pead-jsda .przs-b {
    padding: 1rem 6% 2.5rem;
  }
}
.pead-jsda .pead-cont a.jataxta {
  position: absolute;
  right: 2.9rem;
  top: 1.5rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
}

.pead-jsda .pead-cont a.jataxta:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont a.jataxta {
    right: 1.5rem;
    top: 1.5rem;
  }
  .pead-jsda .pead-cont a.jataxta i {
    font-size: 2rem !important;
  }
}
.pead-jsda .pead-cont a.jataxta i {
  color: #787F89;
  font: 100 2.5rem/1em "Noto Sans SC";
}

.pead-jsda .pead-cont .tit {
  text-align: center;
  color: #333;
  font: 700 1.95rem/2em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont .tit {
    font-size: 1.35rem;
  }
}
.pead-jsda .pead-cont form .msga2 {
  margin-top: 1rem;
}
.pead-jsda .pead-cont form .msga2 dl {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form .msga2 dl {
    margin-bottom: 0.5rem;
  }
}
.pead-jsda .pead-cont form .msga2 dl input {
  width: 100%;
  background: transparent;
  border: none;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 3.125rem;
  background: #f0f0f0;
  border-radius: 0.5rem;
  padding: 0 1em;
}
.pead-jsda .pead-cont form .msga2 dl input::-webkit-input-placeholder {
  color: #333;
}
.pead-jsda .pead-cont form .msga2 dl input:-moz-placeholder {
  color: #333;
}
.pead-jsda .pead-cont form .msga2 dl input:-ms-input-placeholder {
  color: #333;
}
.pead-jsda .pead-cont form .msga2 dl input:focus {
  border-color: #fc003e;
}
.pead-jsda .pead-cont form button {
  border: none;
  width: 100%;
  margin: 1rem auto 0;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form button {
    margin-top: 1rem;
  }
}


.volcfe-sidebar-mobile {
    display: none
}

.volcfe-sidebar-mobile * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 990px) {
    .volcfe-sidebar-mobile {
        display:block
    }
}

.volcfe-sidebar-mobile-wrap {
    background: #fff;
    bottom: -1px;
    display: -moz-box;
    display: flex;
    height: 75px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 900;
    -moz-box-pack: justify;
    box-shadow: 0 -5px 20px 0 rgba(0,0,0,.051);
    justify-content: space-between;
    padding: 12px 24px 0
}
.volcfe-sidebar-mobile-items-wrap {
    display: -moz-box;
    display: flex;
    -moz-box-flex: 1;
    flex: 1 1;
    overflow-x: auto;
    padding-right: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none
}
.volcfe-sidebar-first-level-item-wrap {
    display: -moz-box;
    display: flex;
    position: relative;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center
}

@media (min-width: 991px) {
    .volcfe-sidebar-first-level-item-wrap:hover {
        color:#1664ff
    }
}
.volcfe-sidebar-mobile-items-wrap::-webkit-scrollbar {
    display: none
}

.volcfe-sidebar-mobile-items-wrap>div:not(:first-child) {
    margin-left: 22px
}

.volcfe-sidebar-mobile-items-wrap .volcfe-sidebar-mobile-item {
    color: #5f6978;
    padding-top: 3px;
    width: 40px
}
.volcfe-sidebar-icon-small {
    height: 21px;
    width: 21px
}
.volcfe-sidebar-mobile-items-wrap .volcfe-sidebar-mobile-item .volcfe-sidebar-cell-text {
    font-size: 10px;
    margin-top: 0.25rem;
}
.volcfe-sidebar-contact-button {
        background: linear-gradient(90deg, #F35F71 0%, #fc003e 100%);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 116px
}
.hz-logo{
        color: #5C5C5C;
        font-size: 1rem;
        display: inline-block;
        width: 100%;
}
.mas-img{
    width: 7rem;
    margin-right: 1rem;
}
.mas-img .tit{
    text-align: center;
    margin-top:1rem;
    font-size: 1rem;
    
    
}
.fuwu-div{
        font-size: 1rem;
    line-height: 1.8;
    font-weight: 600;    color: #444444;
    margin-top: 0.75rem;
}
.city-div{
    width: 80%;
    

}
.city-div a{
    display: inline-block;
}
.case_anli{
    display: none;
}
.view_more {

    margin: 3rem 0 5rem;

}



.view_more a {

    padding: 0 3.75rem;

    line-height: 3.125rem;

    font-size: 1.25rem;

    color: #000000;

    border: 1px solid #000000;

    border-radius: 4px;

    display: inline-block;

    font-weight: 600;

    position: relative;

    overflow: hidden;

    transition: all .4s;

    -webkit-transform: all .4s;

    -moz-transition: all .4s;

    -o-transition: all .4s;

}



.view_more a:hover {

    color: #fff;

    border: 1px solid #e5004a;

}



.view_more a:hover::before {

    transition: all .4s;

    -webkit-transform: all .4s;

    -moz-transition: all .4s;

    -o-transition: all .4s;

    left: 0;

}



.view_more a::before {

    content: "";

    position: absolute;

    top: 0;

    left: -100%;

    width: 100%;

    height: 100%;

    background: #e5004a;

    z-index: -1;

    transition: all .4s;

    -webkit-transform: all .4s;

    -moz-transition: all .4s;

    -o-transition: all .4s;

}


@media (max-width: 767px) {
    .hz-logo{
        
overflow: hidden;

  padding-right: 2rem;
    }
    
    .cont1 .asxt1 li:nth-child(3) .cont-p .tit, .cont1 .asxt1 li:nth-child(3) .cont-p .hz-logo, .cont1 .asxt1 li:nth-child(1) .cont-p .tit, .cont1 .asxt1 li:nth-child(1) .cont-p .hz-logo, .cont1 .asxt1 li:nth-child(2) .cont-p .tit, .cont1 .asxt1 li:nth-child(2) .cont-p .hz-logo, .cont1 .asxt1 li:nth-child(5) .cont-p .tit, .cont1 .asxt1 li:nth-child(5) .cont-p .hz-logo, .cont1 .asxt1 li:nth-child(7) .cont-p .tit, .cont1 .asxt1 li:nth-child(7) .cont-p .hz-logo{
        
        color: #5C5C5C;
    }.cont1 .asxt1 li:nth-child(3) .cont-p .we-asx .more-b1, .cont1 .asxt1 li:nth-child(1) .cont-p .we-asx .more-b1, .cont1 .asxt1 li:nth-child(2) .cont-p .we-asx .more-b1, .cont1 .asxt1 li:nth-child(5) .cont-p .we-asx .more-b1, .cont1 .asxt1 li:nth-child(7) .cont-p .we-asx .more-b1{
        
            border-color: #5C5C5C;
    color:#5C5C5C;
    }
    .cont1 .asxt1 li .img video{
        display: none;
    }
    
    
}