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

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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #1C1C1C;
  --color-zt: #EA4C89;
  --head-height: 5.625rem;
  --cbasta: 2.91%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
}
@media (max-width: 768px) {
  :root {
    --pandrd: 2rem;
    --pantop: 0;
    --cbasta: 4%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 2.1875rem;
}
@media (max-width: 768px) {
  .head .head2 .logo a img {
    height: 1.85rem;
  }
}
#canvas-wrap {
  width: 100%;
  aspect-ratio: 1920/1170;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
      mask: linear-gradient(180deg, #000 70%, transparent);
}
@media (max-width: 768px) {
  #canvas-wrap {
    aspect-ratio: 9/16;
  }
}

canvas {
  width: 100%;
  height: 100%;
  display: block;
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #1B1C21;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.overa {
  overflow: hidden;
}

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

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

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

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

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

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

.title1 {
  color: #595D61;
}
.title1 span {
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .title1 span {
    font-size: 1.5rem;
  }
}
.title1 .tit {
  font-family: "Noto Sans SC";
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .tit::after {
  content: "";
  width: 2em;
  height: 1px;
  background: var(--color-zt);
  display: block;
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1.bs {
  color: #fff;
}
.title1.bs .tit::after {
  background: #fff;
}

@-webkit-keyframes gradient-sweep {
  0% {
    -webkit-filter: blur(1px);
            filter: blur(1px);
    background-position: 100% 0;
  }
  to {
    -webkit-filter: blur();
            filter: blur();
    background-position: 0 0;
  }
}

@-moz-keyframes gradient-sweep {
  0% {
    filter: blur(1px);
    background-position: 100% 0;
  }
  to {
    filter: blur();
    background-position: 0 0;
  }
}

@-o-keyframes gradient-sweep {
  0% {
    filter: blur(1px);
    background-position: 100% 0;
  }
  to {
    filter: blur();
    background-position: 0 0;
  }
}

@keyframes gradient-sweep {
  0% {
    -webkit-filter: blur(1px);
            filter: blur(1px);
    background-position: 100% 0;
  }
  to {
    -webkit-filter: blur();
            filter: blur();
    background-position: 0 0;
  }
}
.tit-axt1 {
  --foreground: 0 0% 11%;
  --ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);
}
.tit-axt1 span {
  background-image: -webkit-linear-gradient(left, hsl(var(--foreground)) 0, hsl(var(--foreground)) 33.33%, #82BCFF 40%, #2483FF 45%, #FF66F4 50%, #FF3029 55%, #FE7B02 60%, transparent 66.67%, transparent);
  background-image: -moz-linear-gradient(left, hsl(var(--foreground)) 0, hsl(var(--foreground)) 33.33%, #82BCFF 40%, #2483FF 45%, #FF66F4 50%, #FF3029 55%, #FE7B02 60%, transparent 66.67%, transparent);
  background-image: -o-linear-gradient(left, hsl(var(--foreground)) 0, hsl(var(--foreground)) 33.33%, #82BCFF 40%, #2483FF 45%, #FF66F4 50%, #FF3029 55%, #FE7B02 60%, transparent 66.67%, transparent);
  background-image: linear-gradient(90deg, hsl(var(--foreground)) 0, hsl(var(--foreground)) 33.33%, #82BCFF 40%, #2483FF 45%, #FF66F4 50%, #FF3029 55%, #FE7B02 60%, transparent 66.67%, transparent);
  -o-background-size: 300% 100%;
     background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-animation-duration: 1.2s;
     -moz-animation-duration: 1.2s;
       -o-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.1s;
     -moz-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.tit-axt1 .scroll-on {
  -webkit-animation-name: gradient-sweep;
     -moz-animation-name: gradient-sweep;
       -o-animation-name: gradient-sweep;
          animation-name: gradient-sweep;
  -webkit-animation-timing-function: var(--ease-in-out-quad);
     -moz-animation-timing-function: var(--ease-in-out-quad);
       -o-animation-timing-function: var(--ease-in-out-quad);
          animation-timing-function: var(--ease-in-out-quad);
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.text_effect {
  position: relative;
  cursor: pointer;
}
.text_effect p {
  position: relative;
}
.text_effect .fist {
  overflow: hidden;
}
.text_effect .fist div {
  min-width: 5px;
}
.text_effect .fist:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  white-space: nowrap;
}
.text_effect .fist:nth-child(2) div {
  -webkit-transform: translate3d(0, 101%, 0);
     -moz-transform: translate3d(0, 101%, 0);
          transform: translate3d(0, 101%, 0);
  min-width: 5px;
  opacity: 0;
}
.text_effect:hover .fist:first-child div {
  -webkit-transform: translate3d(0, -101%, 0);
     -moz-transform: translate3d(0, -101%, 0);
          transform: translate3d(0, -101%, 0);
  opacity: 0;
}
.text_effect:hover .fist:nth-child(2) div {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cont1 {
  padding-top: 13.5rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding-top: 3.5rem;
  }
}
.cont1 .a1v1 {
  width: 42.4778761062%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .cont1 .a1v1 {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cont1 .a1v1 {
    width: 100%;
  }
}
.cont1 .a1v1 .tit {
  text-align: center;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.25em;
  font-family: "Noto Sans SC";
  color: #1C1C1C;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .tit {
    font-size: 2rem;
  }
}
.cont1 .a1v1 .txt {
  text-align: center;
  font-size: 1.1438rem;
  line-height: 1.5em;
  color: rgba(28, 28, 28, 0.65);
  margin-top: 0.35em;
}
.cont1 .a1v1 form {
  width: 100%;
  border-radius: 1.75rem;
  background: #F7F4ED;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  padding: 0.25rem 1rem 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 form {
    border-radius: 1rem;
    margin-top: 1.5rem;
  }
}
.cont1 .a1v1 form textarea {
  width: 100%;
  border: none;
  background: transparent;
  line-height: 1.5em;
  font-family: "Noto Sans SC";
  padding: 1em 0 0.5em;
}
.cont1 .a1v1 form .tzsc-vt {
  position: relative;
  min-height: 8.5rem;
  border-radius: 1rem;
  -webkit-transition: background 0.2s ease, box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: background 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.cont1 .a1v1 form #wj {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.cont1 .a1v1 form .upload-preview {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.75rem 0 0.5rem;
}
.cont1 .a1v1 form .upload-preview.hidden {
  display: none;
}
.cont1 .a1v1 form .upload-preview .upload-item {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 22rem;
  min-height: 3.5rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 2.2rem 0.5rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.74);
  position: relative;
}
.cont1 .a1v1 form .upload-preview .upload-item.is-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  padding: 0;
  overflow: hidden;
}
.cont1 .a1v1 form .upload-preview .upload-item.is-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cont1 .a1v1 form .upload-preview .upload-item.is-image .file-status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  font-size: 0.625rem;
  line-height: 1.6em;
  text-align: center;
}
.cont1 .a1v1 form .upload-preview .upload-item.is-image .file-remove {
  top: 0.25rem;
  right: 0.25rem;
}
.cont1 .a1v1 form .upload-preview .upload-item.is-uploading .file-remove {
  display: none;
}
.cont1 .a1v1 form .upload-preview .upload-item.is-error {
  border-color: rgba(255, 77, 69, 0.35);
}
.cont1 .a1v1 form .upload-preview .file-icon {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-flex: 0 0 2.5rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  border-radius: 0.625rem;
  background: #ff4d45;
  color: #fff;
  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;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont1 .a1v1 form .upload-preview .file-info {
  min-width: 0;
}
.cont1 .a1v1 form .upload-preview .file-name {
  overflow: hidden;
  color: #161616;
  font-size: 0.9375rem;
  line-height: 1.35;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.cont1 .a1v1 form .upload-preview .file-remove {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}
.cont1 .a1v1 form .ast1-ax {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.cont1 .a1v1 form .ast1-ax a.ast1 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.2);
}
.cont1 .a1v1 form .ast1-ax a.ast1 i {
  color: #030303;
  font-size: 0.875rem;
  font-weight: 500;
}
.cont1 .a1v1 form .ast1-ax a.ast2 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #85837F;
}
.cont1 .a1v1 form .ast1-ax a.ast2 i {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cont2 {
  margin-top: 8.25rem;
}
@media (max-width: 768px) {
  .cont2 {
    margin-top: 4rem;
  }
}
.cont2 .a2v1 {
  background: #F7F4ED;
  border-radius: 1.25rem;
  padding: 2rem 2rem 4.875rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    border-radius: 1rem;
    padding: 1.65rem 1.65rem 2.875rem;
  }
}
.cont2 .a2v1 .a2b1 .mbadsx1 {
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mbadsx1 {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .mbadsx1 li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2.5rem;
  padding: 3px;
}
.cont2 .a2v1 .a2b1 .mbadsx1 li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: rgba(28, 28, 28, 0.65);
  font-size: 1rem;
  line-height: 2em;
  width: 8.375rem;
  text-align: center;
  border-radius: 2rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .mbadsx1 li a {
    line-height: 2.25em;
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .mbadsx1 li a:hover {
  background: var(--color-zt);
  color: #fff;
}
.cont2 .a2v1 .a2b1 a.more-sx {
  color: rgba(28, 28, 28, 0.65);
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 a.more-sx {
    margin-top: 1rem;
  }
}
.cont2 .a2v1 .a2b1 a.more-sx i {
  font-size: 1rem;
  margin-left: 0.65em;
}
.cont2 .a2v1 .a2b1 a.more-sx:hover {
  color: var(--color-zt);
}
.cont2 .a2v1 .a2b2 {
  margin-top: 1.75rem;
}

.cp_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.625rem 2rem;
}
@media (max-width: 768px) {
  .cp_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1.65rem;
  }
}
@media (max-width: 450px) {
  .cp_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 1.65rem;
  }
}
.cp_list .pct-img a.img {
  display: block;
  position: relative;
  border: 1px solid #ECEAE4;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.cp_list .pct-img a.img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
}
.cp_list .pct-img a.img i {
  display: block;
  font-size: 0;
}
.cp_list .pct-img a.img i img {
  width: 100%;
  aspect-ratio: 408/230;
  -o-object-fit: cover;
     object-fit: cover;
}
.cp_list .pct-img .wehxa {
  width: 100%;
  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%);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.cp_list .pct-img .wehxa a {
  background: -webkit-linear-gradient(349.02deg, #858585 17.61%, #1b1719 91.43%), -webkit-linear-gradient(350.33deg, rgba(255, 228, 220, 0.82) 5.86%, rgba(255, 155, 82, 0.63) 99.39%), -webkit-linear-gradient(349.02deg, #858585 17.61%, #1b1719 91.43%) !important;
  background: -moz-linear-gradient(349.02deg, #858585 17.61%, #1b1719 91.43%), -moz-linear-gradient(350.33deg, rgba(255, 228, 220, 0.82) 5.86%, rgba(255, 155, 82, 0.63) 99.39%), -moz-linear-gradient(349.02deg, #858585 17.61%, #1b1719 91.43%) !important;
  background: -o-linear-gradient(349.02deg, #858585 17.61%, #1b1719 91.43%), -o-linear-gradient(350.33deg, rgba(255, 228, 220, 0.82) 5.86%, rgba(255, 155, 82, 0.63) 99.39%), -o-linear-gradient(349.02deg, #858585 17.61%, #1b1719 91.43%) !important;
  background: linear-gradient(100.98deg, #858585 17.61%, #1b1719 91.43%), linear-gradient(99.67deg, rgba(255, 228, 220, 0.82) 5.86%, rgba(255, 155, 82, 0.63) 99.39%), linear-gradient(100.98deg, #858585 17.61%, #1b1719 91.43%) !important;
  color: #d5a790 !important;
  border: 1px solid #d5a790 !important;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: 0.3rem 1.875rem;
  border-radius: 1.875rem;
  font-size: 0.875rem;
  margin: 0 2rem;
  display: inline-block;
}
.cp_list .pct-img:hover a.img::after {
  opacity: 1;
}
.cp_list .pct-img:hover .wehxa {
  opacity: 1;
}
.cp_list .cont-p {
  margin-top: 0.75rem;
}
.cp_list .cont-p .ast1 {
  width: 77.9411764706%;
}
.cp_list .cont-p .ast1 .tit {
  color: #1C1C1C;
  font-size: 1.1875rem;
  font-weight: 500;
}
.cp_list .cont-p .ast1 .txt {
  color: #5F5F5D;
  font-size: 1rem;
  line-height: 1.6875em;
  font-family: "Noto Sans SC";
}
.cp_list .cont-p .ast2 b {
  color: var(--color-zt);
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.6315789474em;
}

.cont3 {
  padding: 4.5rem 0 0;
}
@media (max-width: 768px) {
  .cont3 {
    padding-top: 2.5rem;
  }
}
.cont3 .a3tit {
  color: #1C1C1C;
  font-size: 2.9063rem;
  line-height: 1.25em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .cont3 .a3tit {
    font-size: 1.75rem;
  }
}
.cont3 .a3v1 {
  padding: 0 12.7212389381%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 {
    padding: 0;
  }
}
.cont3 .a3v1 .ast1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .ast1 {
    margin-top: 1.75rem;
    gap: 1rem;
  }
}
.cont3 .a3v1 .ast1 li {
  text-align: center;
  background: #F7F4ED;
  border-radius: 1.5rem;
  width: 32%;
  text-align: center;
  padding: 5rem 1rem;
  color: #1C1C1C;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .ast1 li {
    padding: 3rem 1rem;
    width: -webkit-calc(50% - 0.5rem);
    width: -moz-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
    border-radius: 1rem;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .cont3 .a3v1 .ast1 li + li {
    margin-top: 1.25rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .cont3 .a3v1 .ast1 li + li {
    margin-top: 0;
  }
}
.cont3 .a3v1 .ast1 li .data {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25em;
  font-family: "Inter";
}
@media (max-width: 768px) {
  .cont3 .a3v1 .ast1 li .data {
    font-size: 2.5rem;
  }
}
.cont3 .a3v1 .ast1 li .data .odometer {
  display: inline-block;
  vertical-align: top;
}
.cont3 .a3v1 .ast1 li p {
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .ast1 li p {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.cont4 {
  padding: 4.6875rem 0;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2.25rem 0;
  }
}
.cont4 .a4v1 {
  width: 33.7389380531%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont4 .a4v1 {
    width: 100%;
  }
}
.cont4 .a4v1 .a4tit {
  color: #1C1C1C;
  font-size: 2.9063rem;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a4tit {
    font-size: 1.75rem;
  }
}
.cont4 .a4v1 form {
  width: 100%;
  border-radius: 1.75rem;
  background: #F7F4ED;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  padding: 0.25rem 1rem 1.25rem;
  margin-top: 2.125rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 form {
    border-radius: 1rem;
    margin-top: 1.5rem;
  }
}
.cont4 .a4v1 form textarea {
  width: 100%;
  border: none;
  background: transparent;
  line-height: 1.5em;
  font-family: "Noto Sans SC";
  padding: 1em 0 0.5em;
}
.cont4 .a4v1 form .tzsc-vt {
  position: relative;
  min-height: 8.5rem;
  border-radius: 1rem;
  -webkit-transition: background 0.2s ease, box-shadow 0.2s ease;
  -o-transition: background 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: background 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.cont4 .a4v1 form .tzsc-vt.is-dragover {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14);
}
.cont4 .a4v1 form .upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.cont4 .a4v1 form .upload-preview {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.75rem 0 0.5rem;
}
.cont4 .a4v1 form .upload-preview.hidden {
  display: none;
}
.cont4 .a4v1 form .upload-preview .upload-item {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 22rem;
  min-height: 3.5rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 2.2rem 0.5rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.74);
  position: relative;
}
.cont4 .a4v1 form .upload-preview .upload-item.is-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  padding: 0;
  overflow: hidden;
}
.cont4 .a4v1 form .upload-preview .upload-item.is-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cont4 .a4v1 form .upload-preview .upload-item.is-image .file-status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  font-size: 0.625rem;
  line-height: 1.6em;
  text-align: center;
}
.cont4 .a4v1 form .upload-preview .upload-item.is-image .file-remove {
  top: 0.25rem;
  right: 0.25rem;
}
.cont4 .a4v1 form .upload-preview .upload-item.is-uploading .file-remove {
  display: none;
}
.cont4 .a4v1 form .upload-preview .upload-item.is-error {
  border-color: rgba(255, 77, 69, 0.35);
}
.cont4 .a4v1 form .upload-preview .file-icon {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-flex: 0 0 2.5rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  border-radius: 0.625rem;
  background: #ff4d45;
  color: #fff;
  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;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont4 .a4v1 form .upload-preview .file-info {
  min-width: 0;
}
.cont4 .a4v1 form .upload-preview .file-name {
  overflow: hidden;
  color: #161616;
  font-size: 0.9375rem;
  line-height: 1.35;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.cont4 .a4v1 form .upload-preview .file-remove {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}
.cont4 .a4v1 form .ast1-ax {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.cont4 .a4v1 form .ast1-ax a.ast1 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.2);
}
.cont4 .a4v1 form .ast1-ax a.ast1 i {
  color: #030303;
  font-size: 0.875rem;
  font-weight: 500;
}
.cont4 .a4v1 form .ast1-ax a.ast2 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #85837F;
}
.cont4 .a4v1 form .ast1-ax a.ast2 i {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.pead-jsda {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
  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);
  background: #F7F4ED;
  z-index: 999;
  width: clamp(320px, 90%, 48rem);
  border-radius: 1.75rem;
  padding: 3.4375rem 6.875% 4.0625rem;
}
.pead-jsda .pead-cont a.jataxta {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.pead-jsda .pead-cont a.jataxta i {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.pead-jsda .pead-cont a.jataxta:hover i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pead-jsda .pead-cont .tit-axt1 {
  text-align: center;
  color: #1C1C1C;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
}
.pead-jsda.on .pead-cont .tit-axt1 span {
  -webkit-animation-name: gradient-sweep;
     -moz-animation-name: gradient-sweep;
       -o-animation-name: gradient-sweep;
          animation-name: gradient-sweep;
  -webkit-animation-timing-function: var(--ease-in-out-quad);
     -moz-animation-timing-function: var(--ease-in-out-quad);
       -o-animation-timing-function: var(--ease-in-out-quad);
          animation-timing-function: var(--ease-in-out-quad);
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.pead-jsda.on .pead-cont .yz-a {
  position: relative;
  margin-top: 1.5rem;
}
.pead-jsda.on .pead-cont .yz-a .astxt input {
  width: 36%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  color: rgba(28, 28, 28, 0.4);
  font-size: 0.875rem;
}
.pead-jsda.on .pead-cont .inpt {
  position: relative;
  margin-bottom: 1rem;
}
.pead-jsda.on .pead-cont .inpt input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  font-size: 1rem;
  line-height: 3.25rem;
  padding: 0 1.5em;
}
.pead-jsda.on .pead-cont .div_aghgha .more-a {
  border: none;
  text-align: center;
  background: #1F1F1F;
  border-radius: 0.625rem;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1em 0;
  cursor: pointer;
}
.pead-jsda.on .pead-cont .txt-a {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 1rem;
}
.pead-jsda.on .pead-cont .txt-a a {
  color: rgba(0, 0, 0, 0.35);
}
.pead-jsda.on .pead-cont .txt-a a:hover {
  color: var(--color-zt);
}

.foot-fot {
  position: relative;
}
.foot-fot .foota2 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1.5em 0;
  text-align: center;
  font-weight: 500;
}
.foot-fot .foota2 a {
  color: rgba(0, 0, 0, 0.4);
}
.foot-fot .foota2 a:hover {
  color: var(--color-zt);
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

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

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

.zd_erha {
  position: fixed;
  right: 1.5%;
  bottom: 12%;
  z-index: 999;
  border-radius: 3.5rem;
  background: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li.tops {
  display: none;
}
.zd_erha .aat_list li.tops > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  line-height: 3.5rem;
}
.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha li > a i img {
  height: 2rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 24px;
  width: 281px;
  text-align: center;
  right: -webkit-calc(115% + 5px);
  right: -moz-calc(115% + 5px);
  right: calc(115% + 5px);
  bottom: -60%;
  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 10px 30px rgba(0, 0, 0, 0.2);
  color: #666;
  font-size: 1rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsa::before {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 2.95rem;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .zd_erha li .erghgsa::before {
    bottom: 2.95rem;
  }
}
.zd_erha li .erghgsa .tit-ax {
  gap: 8px;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.zd_erha li .erghgsa .tit-ax i {
  display: block;
  width: 20px;
}
.zd_erha li .erghgsa .tit-ax i img {
  width: 100%;
}
.zd_erha li .erghgsa .section-buy-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 15px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}
.zd_erha li .erghgsa .section-buy-body .section-buy-item {
  -ms-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 10px;
  color: #666;
  text-align: center;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 12px;
}
.zd_erha li .erghgsa .section-buy-body .section-buy-item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.zd_erha li .erghgsa .section-buy-body .tel {
  display: inline-block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.zd_erha li .erghgsa .section-buy-body .datetime {
  margin-top: 0.25rem;
  font-size: 12px;
  line-height: 17px;
}
.zd_erha li .erghgsa .section-buy-body .qrcode {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 3px auto 0;
  width: 70px;
}
.zd_erha li .erghgsa .ast2 {
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zd_erha li .erghgsa .ast2 .section-contribute-body {
  margin-top: 12px;
  margin-left: 0;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.zd_erha li .erghgsa .ast2 .section-contribute-body a {
  text-decoration: underline;
  cursor: pointer;
}
.zd_erha li .erghgsa .section-online a.asjhjx {
  display: block;
  background: var(--color-zt);
  color: #fff;
  padding: 0.35rem 0.75rem;
  border-radius: 2.5rem;
  font-size: 14px;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
.zd_erha li:hover .erghgsa::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 10%;
  height: 100%;
}

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: rgba(28, 28, 28, 0.65);
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 400;
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: rgba(28, 28, 28, 0.65);
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

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

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

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

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

.shzr-content {
  color: #1C1C1C;
  font-size: 1rem;
  line-height: 1.875em;
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #1C1C1C;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 52%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

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

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

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

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

.ny-body {
  background: #F7F4ED;
}

.banx-at {
  padding: 4.6875rem 0 3.375rem;
  color: #1C1C1C;
}
@media (max-width: 768px) {
  .banx-at {
    padding: 2rem 0 1.75rem;
  }
}
.banx-at .tit {
  font-size: 2.9063rem;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .banx-at .tit {
    font-size: 1.75rem;
  }
}
.banx-at .txt {
  color: rgba(28, 28, 28, 0.65);
  font-size: 1.125rem;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .banx-at .txt {
    font-size: 1rem;
  }
}

.case-vt1 .case-a1b1 {
  width: 13.5508849558%;
}
@media (max-width: 768px) {
  .case-vt1 .case-a1b1 {
    width: 100%;
  }
}
.case-vt1 .case-a1b1 .case-a1b1c1 .weas-xa1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F7F4ED;
  padding: 0.1875rem;
  border-radius: 2.5rem;
  overflow: hidden;
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt1 {
  position: relative;
  overflow: hidden;
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt1 .tab-follow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: -webkit-calc(50% - 0.1875rem);
  width: -moz-calc(50% - 0.1875rem);
  width: calc(50% - 0.1875rem);
  border-radius: 2rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
  -webkit-transition: width 0.32s ease, -webkit-transform 0.32s ease;
  transition: width 0.32s ease, -webkit-transform 0.32s ease;
  -o-transition: width 0.32s ease, -o-transform 0.32s ease;
  -moz-transition: transform 0.32s ease, width 0.32s ease, -moz-transform 0.32s ease;
  transition: transform 0.32s ease, width 0.32s ease;
  transition: transform 0.32s ease, width 0.32s ease, -webkit-transform 0.32s ease, -moz-transform 0.32s ease, -o-transform 0.32s ease;
  z-index: 0;
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt1 li {
  width: 48%;
  position: relative;
  z-index: 1;
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt1 li span {
  display: block;
  font-size: 0.875rem;
  line-height: 2rem;
  border-radius: 2rem;
  text-align: center;
  color: #1C1C1C;
  cursor: pointer;
}
@media (max-width: 768px) {
  .case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt1 li span {
    line-height: 2em;
    padding: 0.65em 0;
  }
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt1 li.on span {
  color: #1C1C1C;
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt2 > li {
  display: none;
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt2 > li .ast1 {
  margin-top: 2rem;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt2 > li .ast1 {
    margin-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.125rem 1.5rem;
  }
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt2 > li .ast1 li a {
  display: block;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt2 > li .ast1 li a:hover {
  color: var(--color-zt);
}
.case-vt1 .case-a1b1 .case-a1b1c1 .as1-axt2 > li .ast1 li.active a {
  color: var(--color-zt);
}
.case-vt1 .case-a1b2 {
  width: 81.5818584071%;
}
@media (max-width: 768px) {
  .case-vt1 .case-a1b2 {
    width: 100%;
  }
}
.case-vt1 .case-a1b2 .case-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.625rem 1.75rem;
}
@media (max-width: 768px) {
  .case-vt1 .case-a1b2 .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1.65rem;
  }
}
@media (max-width: 450px) {
  .case-vt1 .case-a1b2 .case-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 1.65rem;
  }
}

.page-content {
  margin-top: 1rem;
}
.page-content .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;
}
@media (max-width: 768px) {
  .page-content .wh {
    display: block;
  }
}
.page-content .wh .page-sort1 {
  width: 20%;
  height: 100%;
  padding: 1.875rem 3.5rem 2.875rem 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.625rem 0.125rem rgba(234, 76, 137, 0.1);
}
@media (max-width: 768px) {
  .page-content .wh .page-sort1 {
    width: 100%;
    padding: 1.5rem 3.5rem 2rem 0;
  }
}
.page-content .wh .page-sort1 li {
  line-height: 1.875rem;
  margin: 0.625rem 0;
  position: relative;
}
.page-content .wh .page-sort1 li a {
  display: block;
  width: 100%;
  padding-left: 2.5rem;
  font-size: 1rem;
}
.page-content .wh .page-sort1 li.active::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #ea4c89;
  position: absolute;
  left: 0;
  top: 0;
}
.page-content .wh .page-sort1 li.active a {
  color: var(--color-zt);
}
.page-content .wh .page-txt {
  width: 79%;
  height: 100%;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.625rem 0.125rem rgba(234, 76, 137, 0.1);
}
@media (max-width: 768px) {
  .page-content .wh .page-txt {
    width: 100%;
    margin-top: 1rem;
  }
}
.page-content .wh .page-txt .tit {
  width: 100%;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  color: #444;
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
  border-radius: 0;
  padding: 1.875rem;
  border-bottom: 1px solid #eeeeee;
}
.page-content .wh .page-txt .txt {
  padding: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.85em;
}

.case_content {
  padding-bottom: 0;
}

.show-case-content {
  padding: 1rem 0 2.5rem;
}
@media (max-width: 768px) {
  .show-case-content {
    padding: 0 0 2.5rem;
  }
}
.show-case-content .show-case-a1v1 .show-case-a1b1 {
  width: 45%;
}
@media (max-width: 768px) {
  .show-case-content .show-case-a1v1 .show-case-a1b1 {
    width: 100%;
  }
}
.show-case-content .show-case-a1v1 .show-case-a1b1 .img {
  border: 5px solid #333;
  background-color: #999;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1rem 2rem -1rem #8591a0;
}
.show-case-content .show-case-a1v1 .show-case-a1b1 .img img {
  width: 100%;
  aspect-ratio: 937/527;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 {
  width: 51%;
}
@media (max-width: 768px) {
  .show-case-content .show-case-a1v1 .show-case-a1b2 {
    width: 100%;
    margin-top: 2.25rem;
  }
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .tit {
  font-size: 1.375rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .show-case-content .show-case-a1v1 .show-case-a1b2 .tit {
    font-size: 1.25rem;
  }
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .ftit {
  color: #5F5F5D;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.125em;
  font-weight: 500;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .txt {
  margin-top: 1rem;
  color: #1C1C1C;
  font-size: 1rem;
  line-height: 1.75em;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .txt p {
  margin-top: 0.35rem;
  position: relative;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .txt p b{
  background: linear-gradient(90deg, #1C1C1C 0%, #1C1C1C 45.01%, #82BCFF 52.02%, #2483FF 74.27%, #FF66F4 82.53%, #FF3029 90.78%, #FE7B02 99.03%, rgba(254, 123, 2, 0.00) 110.04%, rgba(254, 123, 2, 0.00) 165.06%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .wehs-a1 {
  margin-top: 1.25rem;
  gap: 1rem;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .wehs-a1 > p {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .wehs-a1 .asxa {
  gap: 1rem;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .wehs-a1 .asxa li {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  gap: 0.4rem;
  position: relative;
  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;
  font-weight: 500;
  cursor: pointer;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .wehs-a1 .asxa li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: none;
  outline: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #1E1E1E;
  position: relative;
  display: block;
  border-radius: 50%;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .wehs-a1 .asxa li.on {
  color: var(--color-zt);
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .wehs-a1 .asxa li.on::before {
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .wehs-a2 {
  margin-top: 1rem;
  max-width: 50%;
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .wehs-a2 .asxb li {
  display: none;
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-zt);
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .lxaszt1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-a1v1 .show-case-a1b2 .lxaszt1 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .lxaszt1 li a {
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 3em;
  background: #1E1E1E;
  padding: 0 10px;
  font-size: 1rem;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-radius: 0.25rem;
}
.show-case-content .show-case-a1v1 .show-case-a1b2 .lxaszt1 li a:hover {
  background: var(--color-zt);
}
.show-case-content .show-case-a1v2 {
  margin-top: 6rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.25rem;
  padding: 1.85rem 2rem 3.85rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-a1v2 {
    margin-top: 2.5rem;
  }
}
.show-case-content .show-case-a1v2 .title1-a .tit {
  color: #1C1C1C;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5em;
}
.show-case-content .show-case-a1v2 .title1-a a.more-sx {
  color: rgba(28, 28, 28, 0.65);
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .show-case-content .show-case-a1v2 .title1-a a.more-sx {
    margin-top: 1rem;
  }
}
.show-case-content .show-case-a1v2 .title1-a a.more-sx i {
  font-size: 1rem;
  margin-left: 0.65em;
}
.show-case-content .show-case-a1v2 .title1-a a.more-sx:hover {
  color: var(--color-zt);
}
.show-case-content .show-case-a1v2 .case_list {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-a1v2 .case_list {
    margin-top: 1rem;
  }
}

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

.tcmgs-a {
  display: none;
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  padding: 0;
  background: transparent;
}
.tcmgs-a#msgb {
  width: clamp(320px, 90%, 48rem);
}

.msg-v1 {
  background: #F7F4ED;
  border-radius: 1.75rem;
  padding: 3.4375rem 12.875% 4.0625rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .msg-v1 {
    padding: 2rem 6%;
  }
}
.msg-v1 .titat {
  text-align: center;
  color: #1C1C1C;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .msg-v1 .titat {
    font-size: 1.65rem;
  }
}
.msg-v1 form {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .msg-v1 form {
    margin-top: 1.25rem;
  }
}
.msg-v1 form .yz-a {
  position: relative;
  margin-top: 1.5rem;
}
.msg-v1 form .yz-a .astxt input {
  width: 36%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  color: rgba(28, 28, 28, 0.4);
  font-size: 0.875rem;
}
.msg-v1 form .inpt {
  position: relative;
  margin-bottom: 1rem;
}
.msg-v1 form .inpt input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  font-size: 1rem;
  line-height: 3.25rem;
  padding: 0 1.5em;
}
.msg-v1 form .inpt textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.85em 1em;
}
.msg-v1 form .msg-a1.flex2 .inpt {
  width: 48%;
}
.msg-v1 form .div_aghgha .more-a {
  border: none;
  text-align: center;
  background: #1F1F1F;
  border-radius: 0.625rem;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1em 0;
  cursor: pointer;
}
.msg-v1 form .txt-a {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 1rem;
}
.msg-v1 form .txt-a a {
  color: rgba(0, 0, 0, 0.35);
}
.msg-v1 form .txt-a a:hover {
  color: var(--color-zt);
}

.ys-body {
  overflow-y: hidden;
  background: #f0f0f0;
  min-height: 100vh;
  padding-top: 0 !important;
  scroll-behavior: smooth;
}
.ys-body .show-icon {
  display: none;
  background: #fff;
  width: 58px;
  height: 58px;
  line-height: 58px;
  margin-left: auto;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: fixed;
  right: 2rem;
  top: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .ys-body .show-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    right: 1rem;
  }
}
.ys-body .show-icon i {
  font-size: 25px;
  font-weight: 700;
  line-height: 58px;
}
@media (max-width: 768px) {
  .ys-body .show-icon i {
    font-size: 18px;
    line-height: 38px;
  }
}
.ys-body #preview-bar {
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  height: 58px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0 4%;
  overflow: hidden;
}
.ys-body #preview-bar .response-icon {
  width: 20%;
  gap: 1rem;
}
@media (max-width: 768px) {
  .ys-body #preview-bar .response-icon {
    gap: 0.5rem;
  }
}
.ys-body #preview-bar .response-icon a {
  display: block;
  font-size: #666;
}
.ys-body #preview-bar .response-icon a i {
  font-size: 36px;
}
@media (max-width: 768px) {
  .ys-body #preview-bar .response-icon a i {
    font-size: 24px;
  }
}
.ys-body #preview-bar .response-icon a.active {
  color: var(--color-zt);
}
.ys-body #preview-bar .preview-info {
  width: 50%;
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .ys-body #preview-bar .preview-info {
    font-size: 20px;
  }
}
.ys-body #preview-bar .preview-toggle {
  width: 20%;
  text-align: right;
  gap: 1rem;
}
@media (max-width: 768px) {
  .ys-body #preview-bar .preview-toggle {
    gap: 0.5rem;
  }
}
.ys-body #preview-bar .preview-toggle a.fhanx {
  background: #333;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 1em;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .ys-body #preview-bar .preview-toggle a.fhanx {
    padding: 0.125rem 0.65em;
  }
}
.ys-body #preview-bar .preview-toggle i {
  font-size: 25px;
  font-weight: 700;
  line-height: 58px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ys-body #preview-bar .preview-toggle i {
    font-size: 20px;
  }
}
.ys-body #preview-iframe {
  position: relative;
  z-index: 50;
  top: 58px;
  height: 100%;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile-width {
  height: 730px !important;
  margin: 40px auto 0;
  width: 420px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.mobile-width iframe {
  height: 100% !important;
}

.heng1-ax {
  font-size: 0;
  display: block;
  padding-top: 58px;
}
.heng1-ax img {
  width: 100%;
}

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

.ny-page-body .mbxdh .ajhhsd {
  padding: 0;
}