.index-title .content {
  width: fit-content;
  position: relative;
}
.index-title .title-text {
  font-weight: 400;
  font-size: var(--font50);
  color: #000000;
  line-height: 1;
}
.index-title .line {
  position: absolute;
  left: min(-0.4rem, -20px);
  bottom: -8%;
  width: 95.8974359%;
  height: max(0.08rem, 4px);
  background: #009d85;
  z-index: -1;
}
.index-more-btn {
  width: max(2rem, 150px);
  height: max(0.6rem, 40px);
  border-radius: 30px;
  border: 2px solid rgba(0, 157, 133, 0.1);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  cursor: pointer;
  padding-left: max(0.36rem, 5px);
  --color: #009d85;
}
.index-more-btn .more-text {
  font-weight: 400;
  font-size: var(--font20);
  color: var(--color);
  margin-right: max(0.32rem, 10px);
  white-space: nowrap;
  position: relative;
}
.index-more-btn .more-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  height: 1px;
  background-color: var(--color);
  transition: var(--duration);
}
.index-more-btn .icon {
  flex-shrink: 0;
  width: max(0.5rem, 30px);
  height: max(0.5rem, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009d85;
  border-radius: 50%;
  margin-right: 5px;
}
.index-more-btn .icon img {
  display: block;
  max-width: 50%;
  height: auto;
  filter: brightness(0) invert(1);
}
.index-more-btn:hover .more-text::after {
  width: 100%;
  right: auto;
  left: 0;
}
.index-banner {
  position: relative;
  z-index: 7;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.index-banner .swiper-slide .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 13.09278351%;
}
.index-banner .swiper-slide .text .count {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: var(--font20);
  margin-bottom: max(0.24rem, 15px);
}
.index-banner .swiper-slide .text .count .current {
  color: #ffffff;
}
.index-banner .swiper-slide .text .count .total {
  color: rgba(255, 255, 255, 0.2);
}
.index-banner .swiper-slide .text .title {
  font-weight: 400;
  font-size: var(--font60);
  color: #ffffff;
  line-height: 1.16666667;
  overflow-wrap: break-word;
}
.index-banner .index-banner-down {
  position: absolute;
  bottom: 15.25773196%;
  right: 8.48958333%;
  z-index: 7;
  user-select: none;
  animation: bannerIcon 2s linear infinite alternate;
  height: 23px;
}
.index-banner .index-banner-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: max(0.6rem, 20px);
}
.index-banner .index-banner-pagination .swiper-pagination-bullet {
  width: max(20px, 0.4rem);
  height: max(5px, 0.1rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  margin-left: 0;
  margin-right: max(10px, 0.15rem);
  transition: 0.45s ease all;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: max(0.9rem, 60px);
}
.index-banner .index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress {
  animation: indexBanner 6s linear forwards;
}
@keyframes indexBanner {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes bannerIcon {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
.index-section2 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 10;
  overflow: hidden;
  --unit: max(2.93rem, 200px);
  --leftUnit: 9.2vw;
  --topUnit: 1vw;
}
.index-section2 .pic-list .item {
  position: absolute;
  width: var(--unit);
  height: auto;
}
.index-section2 .pic-list .item::after {
  content: "";
  display: block;
  padding-bottom: 53.86904762%;
}
.index-section2 .pic-list .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.index-section2 .pic-list .item:nth-child(1) {
  left: 3.6vw;
  top: calc(3.5vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(2) {
  left: 22vw;
  top: calc(0.9167vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(3) {
  left: 40vw;
  top: calc(2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(4) {
  left: 58vw;
  top: calc(1vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(5) {
  left: 76vw;
  top: calc(4.2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(6) {
  left: 6vw;
  top: calc(15.2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(7) {
  left: 25vw;
  top: calc(13.2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(8) {
  left: 43vw;
  top: calc(15.7vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(9) {
  left: 60vw;
  top: calc(12.7vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(10) {
  left: 78vw;
  top: calc(15.7vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(11) {
  left: 2vw;
  top: calc(25.2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(12) {
  left: 22vw;
  top: calc(27.2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(13) {
  left: 42vw;
  top: calc(25.2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(14) {
  left: 62vw;
  top: calc(28.2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(15) {
  left: 82vw;
  top: calc(26.2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(16) {
  left: 7vw;
  top: calc(38.2vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(17) {
  left: 26.5vw;
  top: calc(39.6vw + var(--topUnit));
}
.index-section2 .pic-list .item:nth-child(18) {
  left: 45.6vw;
  top: calc(37.6vw + var(--topUnit));
}
.index-section2 .info-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-color: #fff;
  z-index: 2;
}
.index-section2 .info-area img {
  display: block;
  max-width: 71.25%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.index-section2 .info-area .text {
  font-weight: 400;
  font-size: var(--font40);
  color: #009d85;
  margin-top: max(0.63rem, 20px);
  text-align: center;
}
.index-about {
  overflow: hidden;
  padding-top: max(.94rem,var(--space));
  padding-bottom: max(0.64rem, var(--space));
  background-image: url(../images/index-about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-about .about-text {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  margin-top: max(0.34rem, 30px);
  margin-bottom: max(0.6rem, 30px);
}
.index-about .about-text .section:not(:last-child) {
  margin-bottom: max(0.3rem, 20px);
}
.index-about .about-panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
}
@media (min-width: 1921px) {
  .index-about .about-panel {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .index-about .about-panel {
    width: 92%;
  }
}
.index-about .about-panel .panel-left {
  width: 10rem;
  height: auto;
  position: relative;
}
.index-about .about-panel .panel-left .poster {
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  user-select: none;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .index-about .about-panel .panel-left .poster {
    border-radius: 10px;
  }
}
.index-about .about-panel .panel-left .poster img {
  display: block;
  width: 100%;
  height: auto;
}
.index-about .about-panel .panel-left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 14px 2px rgba(200, 200, 200, 0.21);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  pointer-events: none;
}
.index-about .about-panel .panel-right {
  width: 5.36rem;
  flex-shrink: 0;
  margin-left: 1.35rem;
}
.index-about .about-panel .panel-right .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  row-gap: max(0.8rem, 30px);
}
.index-about .about-panel .panel-right .list .item {
  width: 47.5%;
  padding-left: max(0.32rem, 15px);
  padding-right: 15px;
  border-left: 2px solid #009d85;
}
.index-about .about-panel .panel-right .list .item .icon {
  --unit: 40px;
  width: var(--unit);
  height: var(--unit);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: max(0.52rem, 30px);
}
.index-about .about-panel .panel-right .list .item .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.index-about .about-panel .panel-right .list .item .info {
  display: flex;
  align-items: flex-end;
  margin-bottom: max(0.24rem, 20px);
  white-space: nowrap;
}
.index-about .about-panel .panel-right .list .item .info .num {
  font-family: BebasNeue, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: var(--font60);
  line-height: 1;
}
.index-about .about-panel .panel-right .list .item .info .unit {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  margin-left: max(0.21rem, 10px);
}
.index-about .about-panel .panel-right .list .item .info .sup {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  align-self: flex-start;
  margin-left: max(0.18rem, 10px);
}
.index-about .about-panel .panel-right .list .item .desc {
  font-weight: 400;
  font-size: var(--font18);
  line-height: 1.66666667;
  color: rgba(0, 0, 0, 0.6);
  margin-top: max(0.24rem, 20px);
}
.index-product {
  padding-top: max(0.83rem, var(--space));
  padding-bottom: max(2rem, var(--space));
}
.index-product .product-list {
  margin-top: max(0.66rem, 30px);
  display: flex;
  align-items: stretch;
}
.index-product .product-list .item {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.index-product .product-list .item.active::after {
  opacity: 1;
}
.index-product .product-list .item.active .text {
  padding-bottom: max(0.5rem, 20px);
}
.index-product .product-list .item.active .text .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.index-product .product-list .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  opacity: 0;
  transition: var(--duration);
  background-image: var(--liner);
  z-index: 2;
  pointer-events: none;
}
.index-product .product-list .item .pic {
  display: block;
  position: relative;
}
.index-product .product-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.index-product .product-list .item .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: max(0.36rem, 15px);
  padding-right: 15px;
  padding-bottom: max(0.37rem, 20px);
  z-index: 5;
  background-color: transparent;
  transition: var(--duration);
}
.index-product .product-list .item .text .name {
  font-weight: 400;
  font-size: var(--font30);
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.index-product .product-list .item .text .desc {
  margin-top: max(0.22rem, 10px);
  font-weight: 400;
  font-size: var(--font20);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
.index-product .product-list .left {
  width: 32.5%;
  flex-shrink: 0;
  margin-right: 20px;
}
.index-product .product-list .left .pic::after {
  content: "";
  display: block;
  padding-bottom: 134.61538462%;
}
.index-product .product-list .right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 20px;
}
.index-product .product-list .right .top {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
}
.index-product .product-list .right .top .item {
  flex: 1;
  min-width: 0;
}
.index-product .product-list .right .top .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 65.38461538%;
}
.index-product .product-list .right .bottom {
  display: block;
}
.index-product .product-list .right .bottom .item {
  width: 100%;
}
.index-product .product-list .right .bottom .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 32.0754717%;
}
.index-layout {
  overflow: hidden;
  background-image: url(../images/index-layout-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-layout .layout-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-layout .layout-wrap .left {
  width: 20%;
  flex-shrink: 0;
  padding-top: max(1.53rem, var(--space));
}
.index-layout .layout-wrap .left .left-list {
  margin-top: max(1.3rem, 35px);
}
.index-layout .layout-wrap .left .left-list .left-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 20px;
  line-height: 1;
  padding-bottom: max(0.22rem, 20px);
  border-bottom: 2px solid rgba(0, 157, 133, 0.2);
}
.index-layout .layout-wrap .left .left-list .left-item:not(:last-child) {
  margin-bottom: max(0.62rem, 30px);
}
.index-layout .layout-wrap .left .left-list .left-item .num {
  font-weight: 400;
  font-size: var(--font50);
  color: #009d85;
}
.index-layout .layout-wrap .left .left-list .left-item .text {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
}
.index-layout .layout-wrap .right {
  width: 59.89583333%;
  flex-shrink: 0;
}
.index-layout .layout-wrap .right .map {
  display: block;
  width: 100%;
  position: relative;
}
.index-layout .layout-wrap .right .map img {
  display: block;
  margin-left: auto;
  max-width: 100%;
  height: auto;
}
.index-layout .layout-wrap .right .map .mark-list .mark {
  position: absolute;
}
.index-layout .layout-wrap .right .map .mark-list .mark .country {
  font-weight: 400;
  font-size: var(--font16);
  color: #009d85;
  position: absolute;
  white-space: nowrap;
}
.index-layout .layout-wrap .right .map .mark-list .mark .point {
  width: max(0.24rem, 14px);
  height: max(0.24rem, 14px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  animation: point 1.5s linear infinite alternate;
}
.index-layout .layout-wrap .right .map .mark-list .mark .point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45.83333333%;
  height: 45.83333333%;
  background-color: #e6002d;
  border-radius: 50%;
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark1 {
  top: 33.09278351%;
  left: 39.41338222%;
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark1 .country {
  color: #e9e9e9;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 8px);
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark2 {
  top: 28.7628866%;
  left: 61.96150321%;
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark2 .country {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 8px);
  left: calc(100% + max(0.18rem, 10px));
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark3 {
  top: 48.45360825%;
  left: 32.53895509%;
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark3 .country {
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
  right: calc(100% + max(0.28rem, 10px));
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark4 {
  top: 51.95876289%;
  left: 38.13015582%;
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark4 .country {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 8px);
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark5 {
  top: 59.27835052%;
  left: 32.17231897%;
}
.index-layout .layout-wrap .right .map .mark-list .mark.mark5 .country {
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
}
@keyframes point {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
.index-service {
  padding-top: max(1.66rem, var(--space));
  padding-bottom: max(2.26rem, var(--space));
  background-image: url(../images/index-service-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 67%;
  background-position: center bottom;
  overflow: hidden;
}
.index-service .service-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 1.25rem;
}
.index-service .service-wrap .left {
  width: 46.875%;
  flex-shrink: 0;
  overflow: hidden;
}
.index-service .service-wrap .left:hover img {
  transform: scale(1.05);
}
.index-service .service-wrap .left img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--duration);
  border-radius: 10px;
}
.index-service .service-wrap .right {
  width: 34.75%;
}
.index-service .service-wrap .right .index-title .line {
  width: 34.24908425%;
  left: min(-0.4rem, 20px);
}
.index-service .service-wrap .right .service-list {
  margin-top: max(1.58rem, 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.index-service .service-wrap .right .service-list .item {
  width: calc(50% - max(0.65rem, 20px));
  flex-shrink: 0;
  overflow-wrap: break-word;
  margin-bottom: 17px;
}
.index-service .service-wrap .right .service-list .item .item-top {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.index-service .service-wrap .right .service-list .item .item-top.active .text .text-title {
  color: #009d85;
}
.index-service .service-wrap .right .service-list .item .item-top .icon {
  width: max(0.68rem, 48px);
  height: max(0.62rem, 42px);
  flex-shrink: 0;
  background: #009d85;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-service .service-wrap .right .service-list .item .item-top .icon img {
  display: block;
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}
.index-service .service-wrap .right .service-list .item .item-top .text {
  margin-left: max(0.25rem, 15px);
}
.index-service .service-wrap .right .service-list .item .item-top .text .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  transition: var(--duration);
}
.index-service .service-wrap .right .service-list .item .text-group {
  display: none;
  margin-left: 0.94rem;
}
.index-service .service-wrap .right .service-list .item .text-group .group-item {
  font-weight: 400;
  font-size: var(--font20);
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
.index-news {
  padding-top: max(1.21rem, var(--space));
  padding-bottom: max(0.75rem, 25px);
  overflow: hidden;
}
.index-news .title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .news-area {
  margin-top: max(0.7rem, 30px);
  display: flex;
}
.index-news .news-area .left {
  width: 48.125%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.index-news .news-area .left:hover .pic img {
  transform: scale(1.05);
}
.index-news .news-area .left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  transition: var(--duration);
  background-image: var(--liner);
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
.index-news .news-area .left .pic {
  display: block;
  width: 100%;
  overflow: hidden;
}
.index-news .news-area .left .pic::after {
  content: "";
  display: block;
  padding-bottom: 69.74025974%;
}
.index-news .news-area .left .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.index-news .news-area .left .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: max(0.32rem, 15px);
  padding-right: max(0.32rem, 15px);
  width: 100%;
  z-index: 2;
}
.index-news .news-area .left .text .text-date {
  line-height: 1;
  margin-bottom: max(0.18rem, 10px);
  font-weight: 400;
  font-size: var(--font16);
  color: #ffffff;
}
.index-news .news-area .left .text .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.41666667;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-bottom: max(0.45rem, 20px);
}
.index-news .news-area .right {
  margin-left: max(0.45rem, 20px);
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .news-area .right .top-item {
  display: flex;
  align-items: center;
  padding-bottom: max(0.45rem, 20px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.index-news .news-area .right .top-item:hover .pic img {
  transform: scale(1.05);
}
.index-news .news-area .right .top-item:hover .text .text-title {
  color: var(--theme);
}
.index-news .news-area .right .top-item .pic {
  width: 40.71246819%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.index-news .news-area .right .top-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.index-news .news-area .right .top-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.index-news .news-area .right .top-item .text {
  flex: 1;
  min-width: 0;
  margin-left: max(0.56rem, 20px);
}
.index-news .news-area .right .top-item .text .text-date {
  font-weight: 400;
  font-size: var(--font16);
  color: #009d85;
  line-height: 1;
  margin-bottom: 10px;
}
.index-news .news-area .right .top-item .text .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.41666667;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.index-news .news-area .right .right-bottom .item {
  display: block;
  padding-top: max(0.4rem, 20px);
  padding-bottom: max(0.4rem, 20px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.index-news .news-area .right .right-bottom .item:hover .item-title {
  color: var(--theme);
}
.index-news .news-area .right .right-bottom .item .item-date {
  font-weight: 400;
  font-size: var(--font16);
  color: #009d85;
  line-height: 1;
  margin-bottom: 10px;
}
.index-news .news-area .right .right-bottom .item .item-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.41666667;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.index-development {
  padding-top: max(0.75rem, 25px);
  padding-bottom: max(1.81rem, var(--space));
}
.index-development .development-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(1.2rem, var(--space));
  position: relative;
  padding-left: max(0.98rem, 20px);
  padding-right: max(0.98rem, 20px);
  padding-right: 20px;
}
.index-development .development-wrap .text .title {
  font-weight: 400;
  font-size: var(--font50);
  color: #ffffff;
  margin-bottom: max(0.24rem, 20px);
}
.index-development .development-wrap .text .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.index-development .development-wrap .text .index-more-btn {
  border-color: rgba(255, 255, 255, 0.2);
  margin-top: max(0.4rem, 20px);
}
.index-development .development-wrap .text .index-more-btn:hover .more-text::after {
  width: 100%;
  background-color: #fff;
}
.index-development .development-wrap .text .index-more-btn .more-text {
  font-weight: 400;
  font-size: var(--font20);
  color: #ffffff;
}
.index-development .development-wrap .text .index-more-btn .icon {
  background-color: #fff;
}
.index-development .development-wrap .text .index-more-btn .icon img {
  filter: none;
}
@media (min-width: 993px) {
  header .phone-nav,
  header .phone-btn {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .index-banner {
    margin-top: var(--header-height);
  }
  .index-section2 .pic-list {
    --topUnit: 10vw;
  }
  .index-section2 .pic-list .item:nth-child(1),
  .index-section2 .pic-list .item:nth-child(5),
  .index-section2 .pic-list .item:nth-child(9),
  .index-section2 .pic-list .item:nth-child(13) {
    top: var(--topUnit);
  }
  .index-section2 .pic-list .item:nth-child(2),
  .index-section2 .pic-list .item:nth-child(6),
  .index-section2 .pic-list .item:nth-child(10),
  .index-section2 .pic-list .item:nth-child(14) {
    top: var(--topUnit);
  }
  .index-section2 .info-area {
    top: 40%;
  }
  .index-service .service-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .index-service .service-wrap .left {
    width: 100%;
  }
  .index-service .service-wrap .left img {
    margin-left: auto;
    margin-right: auto;
  }
  .index-service .service-wrap .right {
    width: 100%;
  }
  .index-service .service-wrap .right .service-list {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .index-section2 {
    position: static;
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    height: auto;
  }
  .index-section2 .pic-list .item {
    position: static;
  }
  .index-section2 .pic-list {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 10px;
  }
  .index-section2 .pic-list .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto;
    height: auto;
  }
  .index-section2 .pic-list .item:nth-child(n + 5) {
    opacity: 1;
  }
  .index-section2 .pic-list .item::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .index-section2 .pic-list .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: var(--duration);
  }
  .index-section2 .info-area {
    position: static;
    opacity: 1;
    transform: none;
    order: -1;
  }
  .index-about .about-panel {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .index-about .about-panel .panel-left {
    width: 100%;
  }
  .index-about .about-panel .panel-left .poster {
    border-radius: 10px;
  }
  .index-about .about-panel .panel-right {
    margin-left: 0;
    width: 100%;
  }
  .index-product .product-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .index-product .product-list .left {
    width: 100%;
    margin-right: 0;
  }
  .index-product .product-list .right {
    flex: none;
    width: 100%;
    row-gap: 20px;
  }
  .index-product .product-list .left .pic::after {
    padding-bottom: 65%;
  }
  .index-layout .layout-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .index-layout .layout-wrap .left {
    width: 100%;
  }
  .index-layout .layout-wrap .left .left-list {
    display: flex;
    justify-content: space-between;
  }
  .index-layout .layout-wrap .left .left-list .left-item {
    width: 45%;
  }
  .index-layout .layout-wrap .left .left-list .left-item:not(:last-child) {
    margin-bottom: 0;
  }
  .index-layout .layout-wrap .right {
    width: 100%;
  }
  .index-news .news-area {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .index-news .news-area .left {
    width: 100%;
  }
  .index-news .news-area .right {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .index-banner .swiper-slide .pic img {
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    object-fit: cover;
  }
  .index-banner .index-banner-down {
    display: none;
  }
  .index-banner .swiper-slide .text .title {
    font-size: 22px;
  }
  .index-section2 .info-area .text {
    font-size: 20px;
  }
  .index-about .about-panel .panel-left .play {
    width: 50px;
    height: 50px;
  }
  .index-product .product-list .item::after {
    height: 60%;
  }
  .index-product .product-list .right .top {
    flex-wrap: wrap;
  }
  .index-product .product-list .right .top .item {
    flex: none;
    width: 100%;
  }
  .index-product .product-list .right .bottom .item .pic::after {
    padding-bottom: 65%;
  }
  .index-layout .layout-wrap .right .map .mark-list .mark.mark1 .country {
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
  }
}
