.index-swiper1 .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.index-swiper1 .swiper-slide .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28.7037037%;
}
.index-swiper1 .swiper-slide .text .tag {
  font-family: SourceHanSansCN-Medium, sans-serif;
  font-weight: 500;
  font-size: var(--font30);
  color: #898989;
  font-style: italic;
  margin-bottom: max(10px, 0.47rem);
}
.index-swiper1 .swiper-slide .text .title {
  font-weight: bold;
  font-size: var(--font70);
  color: #d10007;
  font-style: italic;
  margin-bottom: 0.61rem;
}
.index-swiper1 .swiper-slide .text .link {
  width: max(200px, 2.33rem);
  height: max(0.65rem, 45px);
  background: #1b1f24;
  border-radius: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.index-swiper1 .swiper-slide .text .link span {
  font-weight: 400;
  font-size: var(--font20);
  color: #bf1e12;
  line-height: 1;
  font-style: italic;
}
.index-swiper1 .swiper-slide .text .link img {
  width: max(0.3rem, 18px);
  margin-left: 13px;
  transition: var(--duration);
}
.index-swiper1 .swiper-slide .text .link:hover img {
  margin-left: 6px;
}
.index-swiper1 .swiper-pagination {
  width: 86%;
  display: flex;
  align-items: center;
  --w: max(0.35rem, 10px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12.31481481%;
}
@media (max-width: 768px) {
  .index-swiper1 .swiper-pagination {
    width: 92%;
  }
}
.index-swiper1 .swiper-pagination .swiper-pagination-bullet {
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  transition: var(--duration);
  background-color: transparent;
  margin: 0;
  opacity: 1;
}
.index-swiper1 .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}
.index-swiper1 .swiper-pagination .swiper-pagination-bullet .point {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(0.09rem, 5px);
  height: max(0.09rem, 5px);
  background: #555555;
  border-radius: 50%;
  opacity: 0.2;
}
.index-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #cd3327;
}
.index-swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .point {
  background: #f41e0e;
  opacity: 1;
}
.common-component-product {
  padding-top: max(1.21rem, var(--space));
  padding-bottom: max(0.91rem, var(--space));
}
.common-component-product .product-wrap {
  display: flex;
  align-items: flex-start;
}
.common-component-product .product-wrap .product-left {
  width: 27.46666667%;
  flex-shrink: 0;
}
.common-component-product .product-wrap .product-left .title {
  font-weight: bold;
  font-size: var(--font50);
  color: #333333;
  overflow-wrap: break-word;
}
.common-component-product .product-wrap .product-left .sub-title {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #000000;
  line-height: 1.33333333;
  overflow-wrap: break-word;
  margin-top: max(0.2rem, 10px);
}
.common-component-product .product-wrap .product-left .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 2.25;
  margin-top: max(0.58rem, 20px);
  overflow-wrap: break-word;
  text-align: justify;
}
.common-component-product .product-wrap .product-right {
  width: 66.66666667%;
  flex-shrink: 0;
  margin-left: auto;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide {
  border-radius: max(0.2rem, 10px);
  overflow: hidden;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide .pic {
  position: relative;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 64.5%;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide .index {
  font-weight: bold;
  font-size: var(--font80);
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0.61rem;
  right: 0.41rem;
  z-index: 2;
  line-height: 1;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-left: max(15px, 0.72rem);
  padding-right: max(15px, 0.72rem);
  padding-bottom: max(20px, 0.77rem);
  z-index: 2;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide .text .cate {
  font-weight: bold;
  font-size: var(--font80);
  color: #d10007;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  line-height: 1;
  margin-bottom: max(0.23rem, 10px);
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide .text .name {
  font-weight: bold;
  font-size: var(--font28);
  color: #d10007;
  line-height: 1.28571429;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

/* 2025-9-12 修改 */

/* .common-component-product .product-wrap .product-right .index-swiper2 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(29, 28, 28, 0.62), transparent);
} */

.common-component-product .product-wrap .product-right .index-swiper2 .swiper-pagination {
  position: static;
  --w: max(0.53rem, 18px);
  margin-top: max(0.72rem, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-pagination .swiper-pagination-bullet {
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  border: 1px solid transparent;
  transition: var(--duration);
  opacity: 1;
  margin: 0;
  position: relative;
  background-color: transparent;
  flex-shrink: 0;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 3px;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-pagination .swiper-pagination-bullet .point {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: max(0.12rem, 5px);
  height: max(0.12rem, 5px);
  background-color: #e4e4e4;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ff0000;
}
.common-component-product .product-wrap .product-right .index-swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .point {
  background-color: #d10007;
}
.index-service {
  padding-top: max(1.4rem, var(--space));
  padding-bottom: max(1.6rem, var(--space));
  background-color: #fcfcfc;
}
.index-service .title-area .title {
  font-weight: bold;
  font-size: var(--font50);
  color: #000000;
  line-height: 1;
  text-align: center;
}
.index-service .title-area .sub-title {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #666666;
  line-height: 1.33333333;
  margin-top: max(0.23rem, 10px);
  text-align: center;
}
.index-service .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(0.3rem, 20px) max(0.3rem, 15px);
  margin-top: max(0.93rem, 30px);
}
.index-service .list.align-end {
  align-items: end;
}
.index-service .list .item {
  overflow: hidden;
  border-radius: 10px;
  background: url(../images/index-service-item.png) no-repeat center / cover;
  background-color: #f7f7f7;
  padding-left: max(0.31rem, 15px);
  padding-right: max(0.31rem, 15px);
  padding-top: max(20px, 0.29rem);
  padding-bottom: max(20px, 0.84rem);
}
.index-service .list .item.active {
  transition: 0.6s linear;
  background-color: #d10007;
}
.index-service .list .item.active .item-index {
  color: rgba(255, 255, 255, 0.23);
}
.index-service .list .item.active .item-title {
  color: #fff;
}
.index-service .list .item.active .group .section .section-title {
  color: #fff;
}
.index-service .list .item.active .group .section .section-desc {
  color: rgba(255, 255, 255, 0.5);
}
.index-service .list .item .item-index {
  font-weight: 900;
  font-size: var(--font80);
  color: rgba(0, 0, 0, 0.15);
  line-height: 1;
  margin-bottom: max(0.37rem, 15px);
  overflow-wrap: break-word;
  transition: var(--duration);
}
.index-service .list .item .item-title {
  font-weight: bold;
  font-size: var(--font30);
  color: #cc3227;
  line-height: 1.1;
  margin-bottom: max(0.3rem, 15px);
  overflow-wrap: break-word;
  transition: var(--duration);
}
.index-service .list .item .group .section:not(:last-child) {
  margin-bottom: max(0.2rem, 10px);
}
.index-service .list .item .group .section .section-title {
  font-weight: bold;
  font-size: var(--font18);
  color: #333333;
  line-height: 1.1;
  margin-bottom: max(0.1rem, 5px);
  overflow-wrap: break-word;
  transition: var(--duration);
}
.index-service .list .item .group .section .section-desc {
  font-weight: 400;
  font-size: var(--font16);
  color: rgba(51, 51, 51, 0.5);
  overflow-wrap: break-word;
  transition: var(--duration);
}
.index-news {
  padding-top: max(1.1rem, var(--space));
  padding-bottom: max(1.15rem, var(--space));
  background-color: #fcfcfc;
}
.index-news .news-wrap {
  max-width: 1368px;
  width: 71.25%;
  margin-left: auto;
  margin-right: auto;
}
.index-news .news-title {
  font-weight: bold;
  font-size: var(--font50);
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: max(0.27rem, 20px);
}
.index-news .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.index-news .tab-list .tab-item {
  background: #f1f1f1;
  padding: max(0.15rem, 10px) max(0.275rem, 15px);
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font16);
  color: #666666;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  transition: var(--duration);
  overflow: hidden;
}
.index-news .tab-list .tab-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #d10007;
  z-index: -1;
  transition: var(--duration);
}
.index-news .tab-list .tab-item:hover,
.index-news .tab-list .tab-item.active {
  color: #fff;
}
.index-news .tab-list .tab-item:hover::after,
.index-news .tab-list .tab-item.active::after {
  width: 100%;
  right: auto;
  left: 0;
}
.index-news .news-list .news-item {
  height: 0;
  opacity: 0;
  transform: translateY(10px);
  overflow: hidden;
}
.index-news .news-list .news-item.show {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  transition: var(--duration);
}
.index-news .news-list .news-item .panel {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: max(0.74rem, 30px);
}
.index-news .news-list .news-item .panel .pic {
  width: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.index-news .news-list .news-item .panel .pic::after {
  content: "";
  display: block;
  padding-bottom: 67.25146199%;
}
.index-news .news-list .news-item .panel .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}
.index-news .news-list .news-item .panel .text {
  padding-top: max(0.94rem, 20px);
  padding-left: max(0.74rem, 15px);
  padding-right: max(0.5rem, 15px);
  padding-bottom: max(0.52rem, 20px);
}
.index-news .news-list .news-item .panel .text .title {
  font-weight: bold;
  font-size: var(--font24);
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.31rem, 15px);
  transition: var(--duration);
}
.index-news .news-list .news-item .panel .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(10px, 0.35rem);
}
.index-news .news-list .news-item .panel .text .more {
  display: flex;
  align-items: center;
  width: fit-content;
}
.index-news .news-list .news-item .panel .text .more span {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: var(--font16);
  color: #cd3327;
  text-decoration-line: underline;
}
.index-news .news-list .news-item .panel .text .more img {
  margin-left: 11px;
  width: max(0.3rem, 20px);
}
.index-news .news-list .news-item .panel .text .info-line {
  margin-top: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .news-list .news-item .panel .text .info-line .item {
  display: flex;
  align-items: center;
}
.index-news .news-list .news-item .panel .text .info-line .item span {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font16);
  color: #9d9c9c;
  margin-left: 10px;
}
.index-news .news-list .news-item .panel:hover .pic img {
  transform: scale(1.05);
}
.index-news .news-list .news-item .panel:hover .text .title {
  color: var(--theme);
}
.index-news .news-list .news-item .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.index-news .news-list .news-item .list .item {
  background: #ffffff;
  border-radius: 10px;
  padding-top: max(0.69rem, 20px);
  padding-bottom: max(0.4rem, 20px);
  padding-left: max(0.37rem, 15px);
  padding-right: max(0.42rem, 15px);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-news .news-list .news-item .list .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/index-news-item.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
}
.index-news .news-list .news-item .list .item:hover::after {
  opacity: 1;
}
.index-news .news-list .news-item .list .item:hover .title {
  color: #fff;
}
.index-news .news-list .news-item .list .item:hover .info-line .info-item .icon img {
  filter: brightness(0) invert(1);
}
.index-news .news-list .news-item .list .item:hover .info-line .info-item .text {
  color: #fff;
}
.index-news .news-list .news-item .list .item .title {
  font-family: SourceHanSansCN-Medium, sans-serif;
  font-weight: 500;
  font-size: var(--font18);
  color: #555555;
  margin-bottom: max(20px, 0.63rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.index-news .news-list .news-item .list .item .info-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.index-news .news-list .news-item .list .item .info-line .info-item {
  display: flex;
  align-items: center;
}
.index-news .news-list .news-item .list .item .info-line .info-item .icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.index-news .news-list .news-item .list .item .info-line .info-item .icon img {
  display: block;
  transition: var(--duration);
}
.index-news .news-list .news-item .list .item .info-line .info-item .text {
  font-weight: 400;
  font-size: var(--font16);
  color: #9d9c9c;
  line-height: 1;
  white-space: nowrap;
  transition: var(--duration);
}
@media (max-width: 992px) {
  .index-service .list.align-end {
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .index-swiper1 .swiper-slide .text .title {
    font-size: var(--font50);
    margin-bottom: 0.4rem;
  }
  .index-swiper1 .swiper-pagination {
    justify-content: center;
    bottom: 7%;
  }
  .index-service .list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .index-news .news-wrap {
    width: 92%;
  }
}
@media (max-width: 576px) {
  .index-banner {
    margin-top: var(--header-height);
  }
  .index-service .title-area .title {
    font-size: var(--phone-title);
  }
  .index-swiper1 .swiper-slide .pic img {
    height: auto;
  }
  .index-swiper1 .swiper-slide .text {
    top: 35%;
  }
  .index-swiper1 .swiper-slide .text .tag {
    font-size: 16px;
    text-align: center;
  }
  .index-swiper1 .swiper-slide .text .title {
    font-size: 20px;
    text-align: center;
  }
  .index-swiper1 .swiper-slide .text .link {
    display: none;
  }
  .index-service .list {
    grid-template-columns: 1fr;
  }
  .index-news .news-list .news-item .panel {
    flex-wrap: wrap;
  }
  .index-news .news-list .news-item .panel .pic {
    width: 100%;
  }
  .index-news .tab-list {
    overflow-x: auto;
  }
  .index-news .news-list .news-item .panel .text .title {
    font-size: 16px;
  }
  .index-news .news-list .news-item .list {
    grid-template-columns: 1fr;
  }
  .index-news .news-list .news-item .panel .text .info-line .item img,
  .index-news .news-list .news-item .list .item .info-line .info-item .icon img {
    height: 14px;
  }
}
