@charset "UTF-8";
/*******/
/* 置灰 */
.page-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

::-webkit-scrollbar {
  width: 0px;
}

/******/
.pos-fixed {
  width: 100vw;
  height: 100vh;
}

.index-banner {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}
.index-banner .slide-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-banner .swiper-slide {
  overflow: hidden;
}
.index-banner .slide-media {
  position: relative;
  height: 100%;
  width: 100%;
}
.index-banner .slide-media .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.index-banner .slide-media img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 32vh;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 91;
  pointer-events: none;
}
.index-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35vh;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 91;
  pointer-events: none;
}
.index-banner video {
  object-fit: cover;
}

.mask-content {
  position: absolute;
  height: -webkit-calc(100% - 4rem);
  height: calc(100% - 4rem);
  width: 100%;
  left: 0;
  top: 4em;
  z-index: 101;
}
.mask-content .box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: baseline;
          align-items: baseline;
}

.mask-ftit {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.4545454545em;
}

.mask-tit {
  font-size: 2.8em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: -0.4px;
}
.mask-tit span {
  margin-right: 0.6964285714em;
}

.mask-desc {
  font-size: 1.1em;
  line-height: 1.4545454545em;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  margin-top: 10px;
}

.mask-button {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 35px 0 0;
}

@media (min-width: 992px) {
  .mask-button .public-button {
    height: 2.5em;
  }
  .mask-button .public-button > * {
    height: 100%;
    position: relative;
    margin: 0;
  }
  .mask-button .public-button:not(:last-child) {
    margin-right: 1em;
  }
}
.video-buttton {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 99;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.indexJs-pagination-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: -webkit-calc(100vh - 2rem);
  top: calc(100vh - 2rem);
  z-index: 999;
  display: -webkit-flex;
  display: flex;
}
.indexJs-pagination-wrap .indexJs-pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.indexJs-pagination-wrap .indexJs-pagination span {
  background: #fff;
}
.indexJs-pagination-wrap .indexJs-pagination span.swiper-pagination-bullet-active {
  background: #00ACA6;
}

@media (max-width: 991.98px) {
  .indexJs-pagination-wrap {
    z-index: 99;
  }
}
.spanwz {
  margin-left: 3.8392857143em;
}

.public-tit {
  font-size: 2.8em;
  line-height: 1.0714285714em;
  color: #fff;
  font-weight: 400;
}

.public-desc {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  color: #fff;
  font-weight: 400;
}

.product-layout {
  position: relative;
  padding: 5.5em 0 5.5em;
  z-index: 99;
}
.product-layout .public-desc {
  width: 59.375%;
  text-align: center;
  margin: 1.3636363636em 0 2.7272727273em;
}
.product-layout .box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.product-layout::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/images/bg2.webp) no-repeat center;
  background-size: 100% 100%;
}

@-webkit-keyframes addfadeInUp002 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes addfadeInUp002 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 992px) {
  .product-img-box {
    width: 100%;
    position: relative;
  }
  .product-img-box .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1em;
  }
  .product-img-item {
    width: -webkit-calc(33.3333333333% - 0.7rem);
    width: calc(33.3333333333% - 0.7rem);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .product-img-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product-img-item .item-box {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: inherit;
  }
  .product-img-item .imgwrap {
    width: 100%;
    position: relative;
    padding-top: 50%;
    height: 0;
  }
  .product-img-item .imgwrap img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .product-img-item:nth-child(1) {
    width: 100%;
  }
  .product-img-item:nth-child(1) .product-img-desc {
    width: 50%;
  }
  .product-img-item:nth-child(1) .imgwrap {
    padding-top: 31.25%;
  }
  .product-img-item:nth-child(2) {
    opacity: 0;
  }
  .product-img-item:nth-child(3) {
    opacity: 0;
  }
  .product-img-item:nth-child(4) {
    opacity: 0;
  }
  .product-img-item.animate:nth-child(2) {
    opacity: 0;
    -webkit-animation: addfadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: addfadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
  }
  .product-img-item.animate:nth-child(3) {
    opacity: 0;
    -webkit-animation: addfadeInUp 0.8s 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: addfadeInUp 0.8s 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
  }
  .product-img-item.animate:nth-child(4) {
    opacity: 0;
    -webkit-animation: addfadeInUp 0.8s 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: addfadeInUp 0.8s 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  }
  .product-layout-main {
    width: 100%;
  }
  .product-img-content {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: -webkit-calc(100% - 2.5rem);
    top: calc(100% - 2.5rem);
    padding: 0 2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 9;
  }
  .product-img-content .a {
    width: 100%;
  }
  .product-img-item:hover .imgwrap img,
  .product-img-item.active .imgwrap img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .product-img-item:hover .product-img-content,
  .product-img-item.active .product-img-content {
    top: 50%;
  }
  .product-img-item:hover::after,
  .product-img-item.active::after {
    opacity: 1;
  }
  .product-img-tit {
    font-size: 1.6em;
    line-height: 1.5em;
    color: #fff;
    font-weight: 700;
  }
  .product-img-desc {
    font-size: 0.8em;
    line-height: 1.625em;
    color: #fff;
    font-weight: 400;
  }
  .more-message {
    margin-top: 0.5em;
    height: 0;
    overflow: hidden;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
  }
  .more-message > svg {
    margin-top: 2.1em;
  }
}
.addus {
  padding-top: 0px;
  position: relative;
  height: 200vh;
  z-index: 9;
}

.addus .video-box {
  position: relative;
  height: 100vh;
}
.addus .video-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 35.56%, rgba(0, 0, 0, 0.3) 88.55%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 35.56%, rgba(0, 0, 0, 0.3) 88.55%);
  z-index: 99;
}
.addus .video-box video {
  object-fit: cover;
}

.video-mask-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.video-mask-content .box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: baseline;
          align-items: baseline;
}

.addus-ftit {
  font-size: 0.8em;
  line-height: 1.625em;
  color: #EEF5F5;
  font-weight: 400;
  margin-bottom: 0.75em;
}

.addus-tit {
  font-size: 2.6em;
  line-height: 1.1538461538em;
  color: #fff;
  font-weight: 400;
}
.addus-tit span {
  margin-right: 0.75em;
}

.addus-desc {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  color: #fff;
  font-weight: 400;
  margin-top: 1.3636363636em;
  margin-bottom: 2.7272727273em;
}

.public-button {
  display: -webkit-flex;
  display: flex;
}
.public-button a {
  display: -webkit-flex;
  display: flex;
  padding: 0.75em 2em;
  background: #00ACA6;
  border-radius: 25px;
  border: 1px solid #00ACA6;
}
.public-button a span {
  font-size: 0.8em;
  line-height: 1.125em;
  color: #fff;
  font-weight: 400;
}
.public-button.styletwo a {
  -webkit-align-items: center;
          align-items: center;
  background: none;
  border-radius: 30px;
  border: 1px solid #333;
}
.public-button.styletwo a span {
  margin-right: 0.375em;
  color: #333;
}

.video-gsap-wrap {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 102;
  width: 102%;
  height: 100%;
}
.video-gsap-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.video-gsap {
  height: 100%;
}

.video-box-sticky {
  position: sticky;
  top: 0;
}

.hmjoin-sticky-content {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}

.hmjoin-media {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.hmjoin-media img, .hmjoin-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.addus-ftit,
.addus-tit,
.addus-desc,
.video-mask-content .public-button {
  opacity: 0;
}
.addus-ftit.hide,
.addus-tit.hide,
.addus-desc.hide,
.video-mask-content .public-button.hide {
  visibility: hidden;
}

.video-gsap-conetnt {
  position: absolute;
  top: -webkit-calc(50% + 10.65rem);
  top: calc(50% + 10.65rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 103;
}
.video-gsap-conetnt span {
  font-size: 1.2em;
  line-height: 1em;
  color: #00ACA6;
  font-weight: 400;
}

@media (min-width: 992px) {
  .video-gsap-wrap img {
    -webkit-transform-origin: center 60% !important;
            transform-origin: center 60% !important;
  }
}
.csr {
  background: #fff;
  position: relative;
  padding: 100px 0 4em 0;
  z-index: 1;
}
.csr img, .csr .skrollr-layer2-text .lvtit, .csr .skrollr-layer2-text .desc, .csr .skrollr-layer2-text .tool {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  /* 平滑过渡效果 */
}

.skrollr-sect {
  width: 100%;
  position: relative;
}

.skrollr-sect::before {
  content: "";
  display: table;
}

.skrollr-layer1 {
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: -210px;
  z-index: 5;
}

.skrollr-layer1 img {
  width: 100%;
  display: block;
}

.skrollr-layer2 {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin: 150px 0 0;
}

.skrollr-layer2-shan {
  width: 100%;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.skrollr-layer2-text {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 205px;
  z-index: 20;
}

.skrollr-layer2-text .lvtit {
  color: #333;
}

.skrollr-layer2-text .bot {
  width: 100%;
  margin: 1.5em 0 0;
}

.skrollr-layer2-text .desc {
  color: #666;
}

.skrollr-layer2-text .tool {
  margin: 59px 0 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.skrollr-layer2-text .btn-more {
  height: 50px;
  font-size: 16px;
  line-height: 1.75em;
  color: #666;
  border-radius: 50px;
  border: 1px solid #666;
  transition: all 0.36s;
  -webkit-transition: all 0.36s;
}

.skrollr-layer2-text .btn-more > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 40px;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  color: #333;
}

.skrollr-layer2-shan2 {
  position: relative;
  z-index: 30;
  width: 100%;
  pointer-events: none;
}

.skrollr-yun-left {
  width: 372px;
  position: absolute;
  left: 0;
  top: 123px;
  z-index: 33;
}

.skrollr-yun-right {
  width: 372px;
  position: absolute;
  right: 70px;
  top: 180px;
  z-index: 33;
}

@media (min-width: 992px) {
  .skrollr-layer2-text .global-inner {
    width: 1020px;
  }
  .skrollr-layer2-text .btn-more:hover {
    color: #0066F5;
    border-color: #0066F5;
  }
}
@-webkit-keyframes addfadeInUp011 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes addfadeInUp011 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
.new-message {
  padding: 8rem 0;
  background: url("/img/images/home-news.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: baseline;
          justify-content: baseline;
}
.new-message.show {
  -webkit-animation: addfadeInUp011 1s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: addfadeInUp011 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.new-message .public-tit {
  color: #333;
}
.new-message .public-button {
  margin-top: 2em;
}

.public-button a {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.public-button a:hover {
  background: none;
  border: 1px solid #fff;
}
.public-button a:hover span {
  color: #fff;
}

.public-button.styletwo a:hover {
  background: #00918c;
  border: 1px solid #00918c;
}
.public-button.styletwo a:hover span {
  color: #fff;
}
.public-button.styletwo a:hover path {
  fill: #fff;
}

.skrollr-layer2-text .btn-more:hover {
  background: #00918c;
  border: 1px solid #00918c;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.skrollr-layer2-text .btn-more:hover a {
  color: #fff;
  -webkit-transition: all 0s;
  transition: all 0s;
}

@media (min-width: 992px) {
  .new-message .public-tit {
    font-weight: 700;
  }
}
.no-a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0em 2em;
  border-radius: 50px;
  border: 1px solid #fff;
  margin-top: 2em;
}
.no-a span {
  font-size: 0.8em;
  line-height: 3em;
  color: #fff;
  font-weight: 400;
}

.product-img-item:not(:first-child) .no-a {
  margin-top: 1em;
}
.product-img-item:not(:first-child) .more-message {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.neiye-public-swiper {
  background: #000;
}

@media (min-width: 992px) {
  .foot-jszc_swip .swiper-wrapper .swiper-slide {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
            justify-content: left;
  }
  .public-button.styletwo a:hover {
    background: none !important;
  }
  .public-button.styletwo a {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    position: relative;
  }
  .public-button.styletwo a span {
    position: relative;
    z-index: 2;
  }
  .public-button.styletwo a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: #00918c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    will-change: width;
  }
  .public-button.styletwo a:hover {
    border: 1px solid #00918c;
  }
  .public-button.styletwo a:hover svg {
    position: relative;
    z-index: 2;
  }
  .public-button.styletwo a:hover::after {
    width: 100%;
  }
  .video-mask-content .public-button a {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .video-mask-content .public-button a span {
    position: relative;
    z-index: 2;
  }
  .video-mask-content .public-button a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    will-change: width;
  }
  .video-mask-content .public-button a:hover {
    border: 1px solid #fff;
  }
  .video-mask-content .public-button a:hover::after {
    width: 100%;
  }
  .video-mask-content .public-button a:hover svg {
    position: relative;
    z-index: 2;
  }
  .video-mask-content .public-button a:hover span {
    color: #00918c;
  }
  .index-banner .public-button a {
    overflow: hidden;
    cursor: pointer;
  }
  .index-banner .public-button a span {
    position: relative;
    z-index: 2;
  }
  .index-banner .public-button a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    will-change: width;
  }
  .index-banner .public-button a:hover {
    border: 1px solid #fff;
  }
  .index-banner .public-button a:hover::after {
    width: 100%;
  }
  .index-banner .public-button a:hover svg {
    position: relative;
    z-index: 2;
  }
  .index-banner .public-button a:hover span {
    color: #00918c;
  }
  .no-a {
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .no-a span {
    position: relative;
    z-index: 2;
  }
  .no-a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0%;
    background: #00918c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    will-change: width;
  }
  .no-a:hover {
    border: 1px solid #00918c;
  }
  .no-a:hover svg {
    position: relative;
    z-index: 2;
  }
  .no-a:hover::after {
    width: 100%;
  }
}
.isul a {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.isul a:hover {
  color: #00ACA6;
}
.isul li {
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.isul li::after {
  display: none;
}

/* 移动端样式 */
@media (max-width: 991.98px) {
  .public-button {
    height: 0.85rem;
  }
  .public-button > *, .public-button a {
    min-width: 2.56rem;
    height: 100%;
    padding: 0 0.58rem !important;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border-radius: 0.45rem;
    white-space: nowrap;
    margin: 0 !important;
  }
  .public-button > * span, .public-button a span {
    font-size: 0.28rem;
    line-height: 1em;
  }
  .public-button.styletwo > * span, .public-button.styletwo a span {
    margin: 0 0.12rem 0 0;
  }
  .public-button.styletwo > * svg, .public-button.styletwo a svg {
    -webkit-flex: none;
            flex: none;
    width: 7px;
    height: 7px;
  }
  /* 第一屏 */
  .mask-content {
    height: -webkit-calc(100% - 0.62rem);
    height: calc(100% - 0.62rem);
    top: 0;
  }
  .mask-ftit {
    font-size: 0.28rem;
    line-height: 0.38rem;
    margin-bottom: 0.12rem;
  }
  .mask-tit {
    font-size: 0.8rem;
    line-height: 1.1rem;
    letter-spacing: 0;
  }
  .mask-button {
    margin: 0.4rem 0 0;
  }
  .mask-button > *:not(:last-child) {
    margin: 0 0.3rem 0 0 !important;
  }
  .mask-button > *:last-child {
    margin: 0;
  }
  .indexJs-pagination-wrap {
    top: unset;
    bottom: 0.35rem;
  }
  /* 第二屏 */
  .public-tit {
    font-size: 0.52rem;
    line-height: 0.6rem;
  }
  .product-layout {
    padding: 1.22rem 0 1.4rem;
    overflow: hidden;
  }
  .product-layout::after {
    background-image: url("/img/images/home-s2-bg2.webp");
  }
  .product-layout .box {
    display: block;
  }
  .product-layout .public-tit {
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .product-layout .public-desc {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.5rem;
    margin: 0.3rem 0 0.6rem;
    text-align: left;
  }
  .product-layout-main {
    margin: 0.6rem 0 0;
  }
  .product-img-box {
    width: 100%;
    position: relative;
  }
  .product-img-item {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .product-img-item .item-box {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 0.1rem;
  }
  .product-img-item .imgwrap {
    width: 100%;
    padding: 116.15% 0 0;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .product-img-item .imgwrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .product-img-item .imgwrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(203.82deg, rgba(0, 0, 0, 0) 16.01%, rgba(0, 0, 0, 0.53) 68%);
    background: -webkit-linear-gradient(246.18deg, rgba(0, 0, 0, 0) 16.01%, rgba(0, 0, 0, 0.53) 68%);
    background: linear-gradient(203.82deg, rgba(0, 0, 0, 0) 16.01%, rgba(0, 0, 0, 0.53) 68%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .product-img-content {
    width: 100%;
    display: block;
    color: #fff;
    padding: 0 0.52rem 0.52rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  .product-img-content .parttwobutton {
    display: none;
  }
  .product-img-tit {
    font-size: 0.4rem;
    line-height: 1em;
    margin-bottom: 0.32rem;
  }
  .product-img-desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: justify;
  }
  /* 第三屏 */
  .video-gsap-conetnt {
    height: auto;
    top: -webkit-calc(50% + 2.2rem);
    top: calc(50% + 2.2rem);
  }
  .video-gsap-conetnt span {
    font-size: 0.28rem;
  }
  .video-gsap-wrap img {
    -webkit-transform-origin: center 64% !important;
            transform-origin: center 64% !important;
  }
  .video-mask-content .box {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 2.1rem 0 0;
  }
  .addus-ftit {
    font-size: 0.28rem;
    line-height: 1em;
    margin-bottom: 0.26rem;
  }
  .addus-tit {
    font-size: 0.52rem;
    line-height: 0.6rem;
  }
  .addus-tit > * {
    margin: 0;
  }
  .addus-tit > *:not(:last-child) {
    margin: 0 0.42rem 0 0;
  }
  .addus-desc {
    font-size: 0.32rem;
    line-height: 0.5rem;
    margin: 0.4rem 0 0.7rem;
  }
  /* 最新资讯 */
  .new-message {
    background-image: url("/img/images/home-news_m.webp");
    padding: 1.4rem 0 3.45rem;
  }
  .new-message .public-button {
    margin: 0.5rem 0 0;
  }
}
@media (min-width: 992px) {
  .video-gsap-wrap img {
    -webkit-transform-origin: center 64% !important;
            transform-origin: center 64% !important;
  }
}