/* 2025-6-26 添加边距 */

.index-banner {
  margin-top: var(--header-height);
}

.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide .pic {
  display: block;
}
.index-banner .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.index-banner .swiper-slide .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 39.081%;
}
.index-banner .swiper-slide .text .title-zh {
  font-family: HONOR Sans CN;
  font-weight: bold;
  /* 2025-6-19 修改 */
  /* font-size: var(--font-50); */
  font-size: var(--font-70);
  color: #ffffff;
  line-height: 1.2;
}
.index-banner .swiper-slide .text .title-zh span {
  color: #e22027;
}
.index-banner .swiper-slide .text .title-en {
  font-family: HONOR Sans CN;
  font-weight: bold;
  /* 2025-6-19 修改 */
  /* font-size: var(--font-20); */
  font-size: var(--font-26);
  color: #ffffff;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.index-banner .swiper-slide .count-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7.448%;
  display: flex;
  align-items: flex-start;
}
.index-banner .swiper-slide .count-list .count-item {
  margin-right: 0.75rem;
  white-space: nowrap;
}
.index-banner .swiper-slide .count-list .count-item:last-of-type {
  margin-right: 0;
}
.index-banner .swiper-slide .count-list .count-item .count-t {
  line-height: 1;
}
/* 2025-6-19 修改 */
.index-banner .swiper-slide .count-list .count-item .count-t .data-num {
  font-family: BebasNeue;
  font-weight: 500;
  /* font-size: var(--font-50); */
  font-size: var(--font-60);
  color: #e22027;
}

/* 2025-6-19 修改 */
.index-banner .swiper-slide .count-list .count-item .count-t .unit {
  font-size: var(--font-26);
  color: #e22027;
}

/* 2025-6-19 修改 */
.index-banner .swiper-slide .count-list .count-item .count-t .t-desc {
  color: #fff;
  font-size: var(--font-22);
}

/* 2025-6-19 修改 */
.index-banner .swiper-slide .count-list .count-item .count-b {
  /* font-weight: 700; */
  font-size: var(--font-18);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  margin-top: max(10px, 0.16rem);
}
.index-banner .index-banner-pagination {
  position: absolute;
  bottom: 7.448%;
  right: 8.333%;
  display: flex;
  width: fit-content;
  z-index: 2;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  transform: rotate(-45deg);
  margin-right: max(10px, 0.2rem);
  transition: 0.6s all ease;
  cursor: pointer;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 31px;
  background-color: #e22027;
}
.index-section2 {
  background-repeat: no-repeat;
  background-position: left 23%;
  background-size: 100% auto;
  padding-top: max(45px, 1.03rem);
  padding-bottom: max(45px, 1.43rem);
  /* 共用 */
  /* 服务 */
  /* 活动 */
}
.index-section2 .index-panel-head {
  display: flex;
  justify-content: space-between;
}
.index-section2 .index-panel-head .text-box .title-zh {
  font-weight: bold;
  font-size: var(--font-40);
  line-height: 1;
  margin-bottom: 10px;
  color: #000;
}
.index-section2 .index-panel-head .text-box .title-zh .red {
  color: #e22027;
}
.index-section2 .index-panel-head .text-box .title-en {
  font-weight: bold;
  font-size: var(--font-20);
  color: rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.index-section2 .index-panel-head .link-btn {
  width: 200px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: var(--font-20);
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.45s ease;
}
.index-section2 .index-panel-head .link-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e22027;
  z-index: -1;
  transition: 0.6s ease all;
}
.index-section2 .index-panel-head .link-btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.index-section2 .index-panel-head .link-btn:hover {
  border-color: transparent;
  color: #fff;
}
.index-section2 .index-panel-head .link-btn:hover .icon path {
  fill: #fff;
}
.index-section2 .index-panel-head .link-btn .icon {
  width: 27px;
  height: 29px;
  margin-right: 17px;
}
.index-section2 .index-panel-head .link-btn .icon path {
  transition: 0.6s ease all;
}
.index-section2 .index-panel-head .link-btn .text {
  padding-top: 6px;
}
.index-section2 .server-main {
  margin-top: 0.5rem;
  display: flex;
  height: 6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
}
.index-section2 .server-main .server-item {
  width: 12.5%;
  flex-shrink: 0;
  margin-right: 0.375%;
  box-shadow: 0px 0px 14px 2px rgba(200, 200, 200, 0.21);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.6s ease;
  cursor: pointer;
}
.index-section2 .server-main .server-item .icon {
  width: 100%;
  margin-bottom: max(10px, 0.27rem);
}
.index-section2 .server-main .server-item .icon img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.index-section2 .server-main .server-item .server-title {
  width: 100%;
  font-weight: bold;
  font-size: var(--font-20);
  color: #ffffff;
  line-height: 1.4;
  min-height: calc(1.4 * var(--font-20) * 2);
  width: 90%;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0.22rem;
}
.index-section2 .server-main .server-item .server-title::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #e22027;
  margin-top: max(10px, 0.18rem);
  display: none;
}
.index-section2 .server-main .server-item .server-desc {
  padding-right: max(15px, 0.45rem);
  font-weight: 400;
  font-size: var(--font-18);
  color: #ffffff;
  line-height: 1.66666667;
  text-align: center;
  display: none;
}
.index-section2 .server-main .server-item .server-desc .desc-main {
  display: flex;
}
.index-section2 .server-main .server-item .server-desc .desc-main .right {
  margin-left: auto;
  align-self: flex-end;
  width: 40px;
  height: 40px;
  background: #e22027;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index-section2 .server-main .server-item .server-desc .desc-main .right img {
  width: 7px;
}
.index-section2 .server-main .server-item:last-of-type {
  margin-right: 0;
}
.index-section2 .server-main .server-item.active {
  flex-grow: 1;
  backdrop-filter: blur(0);
  background-color: transparent;
  box-shadow: none;
  padding-left: 0.46rem;
}
.index-section2 .server-main .server-item.active .icon img {
  margin-left: 0;
}
.index-section2 .server-main .server-item.active .server-title {
  max-width: none;
  margin-left: 0;
  text-align: left;
  margin-bottom: max(10px, 0.16rem);
}
.index-section2 .server-main .server-item.active .server-title::after {
  display: block;
}
.index-section2 .server-main .server-item.active .server-desc {
  display: block;
  margin-bottom: max(15px, 0.34rem);
  text-align: left;
}
.index-section2 .activity {
  margin-top: 0.9rem;
}
.index-section2 .activity .activity-main {
  margin-top: max(30px, 0.53rem);
}
.index-section2 .activity .activity-main .activity-swiper .swiper-slide {
  position: relative;
}
.index-section2 .activity .activity-main .activity-swiper .swiper-slide .pic {
  display: block;
}
.index-section2 .activity .activity-main .activity-swiper .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.index-section2 .activity .activity-main .activity-swiper .swiper-slide .text {
  position: absolute;
  top: 40.857%;
  left: 4.3125%;
  width: 90%;
}
/* 限制文字一行 2025-4-10 */
.index-section2 .activity .activity-main .activity-swiper .swiper-slide .text .title {
  font-weight: bold;
  font-size: var(--font-34);
  color: #ffffff;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
/* 限制文字两行 2025-4-10 */
.index-section2 .activity .activity-main .activity-swiper .swiper-slide .text .sub-title {
  margin-top: 0.14rem;
  font-weight: 400;
  font-size: var(--font-18);
  color: #ffffff;
  line-height: 1.44444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
}
.index-section2 .activity .activity-main .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.index-section2 .activity .activity-main .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-right: 17px;
  transition: 0.6s ease all;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.index-section2 .activity .activity-main .swiper-pagination .swiper-pagination-bullet span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e22027;
}
.index-section2 .activity .activity-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
  border-radius: 7px;
}
.index-section2 .activity .activity-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  animation: move 5s linear forwards;
}
/* 客户评价 */
.index-evaluate {
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
}
.index-evaluate .evaluate-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-evaluate .evaluate-head .title-box .title-zh {
  font-weight: bold;
  font-size: var(--font-40);
  color: #ffffff;
  line-height: 1.75;
}
.index-evaluate .evaluate-head .title-box .title-en {
  font-weight: bold;
  font-size: var(--font-20);
  color: rgba(255, 255, 255, 0.2);
}
.index-evaluate .evaluate-head .arrow-list {
  display: flex;
  align-items: center;
}
.index-evaluate .evaluate-head .arrow-list .arrow {
  width: 60px;
  height: 60px;
  background: rgba(243, 243, 243, 0.2);
  border-radius: 50%;
  flex-shrink: 0;
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}
.index-evaluate .evaluate-head .arrow-list .arrow.left {
  margin-right: 13px;
}
.index-evaluate .evaluate-head .arrow-list .arrow img {
  opacity: 0.4;
  width: 10px;
  transition: 0.6s;
}
.index-evaluate .evaluate-head .arrow-list .arrow:hover {
  box-shadow: 0px 0px 14px 2px rgba(200, 200, 200, 0.21);
}
.index-evaluate .evaluate-head .arrow-list .arrow:hover img {
  opacity: 1;
}
.index-evaluate .evaluate-swiper {
  margin-top: max(30px, 0.54rem);
}
.index-evaluate .evaluate-swiper .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 0px 14px 2px rgba(200, 200, 200, 0.21);
  border-radius: 10px;
  padding-left: 0.57rem;
  padding-right: 0.57rem;
  padding-top: 0.4rem;
  padding-bottom: 0.65rem;
  height: auto;
  position: relative;
  overflow: hidden;
}
.index-evaluate .evaluate-swiper .swiper-slide.swiper-slide-active .slide-top .top-text .name {
  color: #e22027;
}
.index-evaluate .evaluate-swiper .swiper-slide:hover::after {
  opacity: 1;
}
.index-evaluate .evaluate-swiper .swiper-slide .slide-top {
  display: flex;
  align-items: center;
  padding-bottom: max(0.2rem, 10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index-evaluate .evaluate-swiper .swiper-slide .slide-top .icon {
  width: 79px;
  height: 71px;
  flex-shrink: 0;
}
.index-evaluate .evaluate-swiper .swiper-slide .slide-top .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}
.index-evaluate .evaluate-swiper .swiper-slide .slide-top .top-text {
  margin-left: max(15px, 0.25rem);
}
.index-evaluate .evaluate-swiper .swiper-slide .slide-top .top-text .name {
  font-weight: bold;
  font-size: var(--font-24);
  color: #000000;
  line-height: 1.25;
  margin-bottom: 10px;
  transition: var(--duration);
}
.index-evaluate .evaluate-swiper .swiper-slide .slide-top .top-text .job {
  font-weight: 400;
  font-size: var(--font-16);
  color: rgba(0, 0, 0, 0.69);
}
.index-evaluate .evaluate-swiper .swiper-slide .slide-main {
  padding-top: 0.2rem;
  font-weight: 400;
  font-size: var(--font-16);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.625;
}
.index-evaluate .evaluate-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/index-evaluate-active-slide.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 170px auto;
  z-index: -1;
  opacity: 0;
  transition: var(--duration);
}
/* 合作客户 */
.index-partner {
  padding-top: 1.5rem;
  padding-bottom: 1.6rem;
}
.index-partner .partner-head {
  display: flex;
}
.index-partner .partner-head .left .title-zh {
  font-weight: bold;
  font-size: var(--font-40);
  color: #000000;
  line-height: 1.25;
  margin-bottom: 6px;
}
.index-partner .partner-head .left .title-zh .red {
  color: #e22027;
}
.index-partner .partner-head .left .title-en {
  font-weight: bold;
  font-size: var(--font-20);
  color: rgba(0, 0, 0, 0.2);
}
.index-partner .partner-head .right {
  margin-left: auto;
}
.index-partner .partner-head .right .btn-list {
  display: flex;
}
.index-partner .partner-head .right .btn-list .btn {
  width: fit-content;
  padding: 18px 38px;
  border-radius: 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: var(--font-20);
  color: rgba(0, 0, 0, 0.6);
  margin-right: 15px;
  line-height: 1;
  user-select: none;
  cursor: pointer;
  transition: 0.6s ease all;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-partner .partner-head .right .btn-list .btn:last-of-type {
  margin-right: 0;
}
.index-partner .partner-head .right .btn-list .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e22027;
  transition: 0.6s ease all;
  z-index: -1;
}
.index-partner .partner-head .right .btn-list .btn.active,
.index-partner .partner-head .right .btn-list .btn:hover {
  color: #fff;
  border-color: transparent;
}
.index-partner .partner-head .right .btn-list .btn.active::after,
.index-partner .partner-head .right .btn-list .btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.index-partner .swiper-list {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 67%;
  margin-top: 0.56rem;
}
.index-partner .swiper-list .partner-swiper {
  display: none;
  /* 分页器 */
}
.index-partner .swiper-list .partner-swiper.show {
  display: block;
}
.index-partner .swiper-list .partner-swiper .swiper-wrapper {
  padding: 10px;
  align-items: stretch;
}
.index-partner .swiper-list .partner-swiper .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  height: auto;
  padding-top: max(10px, 0.2rem);
  user-select: none;
  padding-left: 5px;
  padding-right: 5px;
}
.index-partner .swiper-list .partner-swiper .swiper-slide .icon {
  width: 100%;
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-partner .swiper-list .partner-swiper .swiper-slide .icon img {
  max-width: 92%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.index-partner .swiper-list .partner-swiper .swiper-slide .text {
  font-weight: bold;
  font-size: var(--font-14);
  color: #000000;
  line-height: 1.57142857;
  padding-left: 8.5px;
  padding-right: 8.5px;
  text-align: center;
  padding-bottom: 13px;
  padding-top: max(10px, 0.22rem);
}
.index-partner .swiper-list .partner-swiper .swiper-pagination {
  width: 100%;
  height: 2px;
  background: #b2b2b2;
  border-radius: 1px;
  margin-top: max(35px, 0.74rem);
  position: relative;
}
.index-partner .swiper-list .partner-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background-color: #e22027;
}
/* 大事件 */
.index-big-story {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 1.18rem;
  padding-bottom: 1.18rem;
  /* padding-bottom: max(45px, 2.2rem); */
  z-index: 2;
  /* 2025-3-31 添加 */
  overflow: hidden;
}
.index-big-story .story-wrap {
  max-width: 1474px;
}
.index-big-story .story-wrap .title-box {
  text-align: center;
}
.index-big-story .story-wrap .title-box .zh-title {
  font-weight: bold;
  font-size: var(--font-40);
  color: #000000;
  line-height: 1;
  margin-bottom: 10px;
}
.index-big-story .story-wrap .title-box .en-title {
  font-weight: bold;
  font-size: var(--font-20);
  color: rgba(0, 0, 0, 0.2);
}
.index-big-story .story-wrap .story-main {
  padding-left: 0.63rem;
  padding-right: 0.63rem;
  margin-top: 0.41rem;
  position: relative;
}
.index-big-story .story-wrap .story-main .center-pic {
  position: absolute;
  top: 0.87rem;
  left: 50%;
  width: 14%;
  height: 100%;
  transform: translateX(-50%);
  clip-path: inset(0 0 100% 0);
  transition: 2s ease all;
}
.index-big-story .story-wrap .story-main .center-pic .line {
  width: 2px;
  height: 85%;
  background-color: rgba(204, 204, 204, 0.45);
  position: absolute;
  top: 0.92rem;
  left: 50%;
  transform: translateX(-50%);
}
.index-big-story .story-wrap .story-main .center-pic .line .line-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--theme);
}
.index-big-story .story-wrap .story-main .center-pic.show {
  clip-path: inset(0 0 0 0);
}
.index-big-story .story-wrap .story-main .center-pic .center-line {
  display: block;
  width: 100%;
  height: auto;
  max-height: 72%;
  object-fit: contain;
}
.index-big-story .story-wrap .story-main .center-pic .more-btn {
  width: max(0.6rem, 45px);
  height: max(0.6rem, 45px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
  cursor: pointer;
  background-color: var(--theme);
  font-size: var(--font-24);
  color: #fff;
  transition: var(--duration) ease all;
  position: relative;
  opacity: 0;
  margin-top: 0.75rem;
}
.index-big-story .story-wrap .story-main .center-pic .more-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 101%;
  height: 101%;
  transform: translate(-50%, -50%);
  background-color: rgba(226, 32, 39, 0.45);
  z-index: -1;
  border-radius: 50%;
  animation: widthChange 2s linear infinite alternate;
}
.index-big-story .story-wrap .story-main .list {
  display: block;
  width: 100%;
}
.index-big-story .story-wrap .story-main .common-main {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  margin-bottom: max(35px, 1.2rem);
  position: relative;
  z-index: 2;
}
.index-big-story .story-wrap .story-main .common-main:last-of-type {
  margin-bottom: 0;
}
.index-big-story .story-wrap .story-main .common-main.right-main {
  margin-left: auto;
}
.index-big-story .story-wrap .story-main .common-main .pic {
  display: block;
  width: 40.705%;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.08);
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.index-big-story .story-wrap .story-main .common-main .pic:hover img {
  transform: scale(1.07);
}

/* 2025-4-30 修改 */
.index-big-story .story-wrap .story-main .common-main .pic img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  object-position: center center;
  transition: 0.6s;
}
.index-big-story .story-wrap .story-main .common-main .text {
  width: 35.608%;
  max-width: 480px;
  padding-top: max(0.29rem, 15px);
  position: relative;
  flex-shrink: 0;
}
.index-big-story .story-wrap .story-main .common-main .text .day {
  font-weight: bold;
  font-size: var(--font-30);
  color: #e22027;
  line-height: 1;
  margin-bottom: max(10px, 0.17rem);
}
.index-big-story .story-wrap .story-main .common-main .text .date {
  line-height: 1;
  font-weight: bold;
  font-size: var(--font-16);
  color: #e22027;
  margin-bottom: max(10px, 0.31rem);
}
.index-big-story .story-wrap .story-main .common-main .text .desc {
  font-weight: 400;
  font-size: var(--font-20);
  color: #000000;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.index-big-story .story-wrap .story-main .common-main .point {
  position: absolute;
  top: 0.87rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 26px;
  height: 26px;
  background: rgba(226, 32, 39, 0.2);
  border-radius: 50%;
  display: none;
}
.index-big-story .story-wrap .story-main .common-main .point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #e22027;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.index-big-story .story-wrap .story-main .left-main .text {
  margin-left: auto;
}
.index-big-story .story-wrap .story-main .right-main .pic {
  margin-left: auto;
}
@keyframes move {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes widthChange {
  to {
    width: 120%;
    height: 120%;
  }
}
@media (max-width: 1600px) {
  .header-wrap .nav .nav-item .server-bottom .server-wrap .col-1 .text {
    font-size: 14px;
  }
  .index-partner .swiper-list .partner-swiper .swiper-slide .text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1200px) {
  .index-banner {
    margin-top: var(--header-height);
  }
  .index-banner .swiper-slide .text {
    top: 26%;
  }
  .index-banner .swiper-slide .count-list {
    bottom: 10%;
  }
}
@media (max-width: 992px) {
  /* 首页服务项目 */
  .index-section2 .server-main {
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding: 20px 15px;
  }
  .index-section2 .server-main .server-item {
    margin-bottom: 20px;
    width: 47.5%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 15px;
    min-height: auto;
    border-radius: 10px;
  }
  .index-section2 .server-main .server-item .server-title {
    max-width: none;
    min-height: auto;
  }
  .index-section2 .server-main .server-item .server-desc {
    display: block;
  }
  .index-section2 .server-main .server-item .server-desc {
    padding-right: 0;
  }
  .index-section2 .server-main .server-item .server-desc .desc-main {
    display: block;
    text-align: center;
  }
  .index-section2 .server-main .server-item .server-desc .desc-main .right {
    display: none;
  }
  /* 首页最后的模块 */
  .index-big-story .story-wrap .story-main .center-pic {
    display: none;
  }
  .index-big-story .story-wrap .story-main .common-main {
    flex-wrap: wrap;
  }
  .index-big-story .story-wrap .story-main .common-main .pic {
    width: 100%;
    order: -1;
  }
  .index-big-story .story-wrap .story-main .common-main .text {
    max-width: none;
    width: 100%;
    margin-top: max(0.25rem, 15px);
  }
  .index-big-story .story-wrap .story-main .common-main .point {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-banner .swiper-slide .text {
    top: 15%;
  }
  .index-banner .index-banner-pagination {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
  }
  .index-banner .swiper-slide .text .title-zh {
    text-align: center;
  }
  .index-banner .swiper-slide .text .title-en {
    display: none;
  }
  .index-banner .swiper-slide .count-list {
    flex-wrap: wrap;
    justify-content: space-between;
    bottom: 17%;
  }
  .index-banner .swiper-slide .count-list .count-item {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .index-big-story .story-wrap .story-main .common-main .pic {
    height: 140px;
  }
  .index-big-story .story-wrap .story-main {
    padding-left: 0;
    padding-right: 0;
  }
  .index-big-story .story-wrap .story-main .common-main .text .desc {
    font-size: var(--font-14);
  }
  .index-evaluate .evaluate-swiper .swiper-slide:hover {
    background-size: 450px auto;
  }
}
@media (max-width: 576px) {
  .index-section2 .index-panel-head .link-btn {
    width: 130px;
    height: 45px;
  }
  .index-section2 .index-panel-head .link-btn .icon {
    width: 18px;
    margin-right: 6px;
  }
  .index-section2 .index-panel-head .link-btn .text {
    padding-top: 3px;
  }
  .index-section2 .server-main .server-item {
    width: 100%;
  }
  .index-section2 .activity .activity-main .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .index-section2 .activity .activity-main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
  }
  .index-section2 .activity .activity-main .activity-swiper .swiper-slide .text .title {
    font-size: 20px;
  }
  .index-evaluate {
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .index-evaluate .evaluate-swiper .swiper-slide .slide-top {
    flex-wrap: wrap;
  }
  .index-evaluate .evaluate-swiper .swiper-slide .slide-top .icon {
    width: 45px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-evaluate .evaluate-swiper .swiper-slide .slide-top .top-text {
    margin-left: 0;
    width: 100%;
  }
  .index-evaluate .evaluate-swiper .swiper-slide {
    padding: 20px 15px;
  }
  .index-evaluate .evaluate-head .arrow-list .arrow {
    width: 45px;
    height: 45px;
  }
  .index-partner .partner-head {
    flex-wrap: wrap;
  }
  .index-partner .partner-head .right {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .index-partner .partner-head .right .btn-list .btn {
    padding: 10px 26px;
    line-height: 1;
  }
  .index-partner .swiper-list .partner-swiper .swiper-slide .text {
    font-weight: 400;
    padding: 10px 5px;
    font-size: 12px;
  }
  .index-banner .swiper-slide .count-list .count-item .count-t .t-desc {
    font-size: 14px;
  }
  .index-banner .swiper-slide .count-list .count-item .count-b {
    font-size: 14px;
    margin-top: 6px;
  }
  .index-evaluate .evaluate-swiper .swiper-slide .slide-main {
    font-size: 14px;
  }
}
/*首页大事件模块的pc交互 */
@media (min-width: 993px) {
  .index-big-story .story-wrap .story-main {
    height: 100vh;
    overflow: hidden;
  }
}
/* 2025-4-10 修改 */
@media (max-width: 576px) {
  .index-banner .swiper-slide .text {
    top: 10%;
  }
  .index-banner .swiper-slide .text .title-zh {
    font-size: 22px;
  }
  .index-banner .swiper-slide .count-list .count-item {
    margin-bottom: 15px;
  }
  .index-section2 .activity .activity-main .activity-swiper .swiper-slide .text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .index-section2 .activity .activity-main .activity-swiper .swiper-slide .text .title {
    font-size: 16px;
  }
  .index-section2 .activity .activity-main .activity-swiper .swiper-slide .text .sub-title {
    font-size: 14px;
  }
}
/* 2025-4-18 首页服务项目板块 */
.edit-index-service-main {
  margin-top: max(0.53rem, 30px);
  display: flex;
  flex-wrap: wrap;
}
.edit-index-service-main .serve-item {
  width: 32.5%;
  margin-right: 1.1875%;
  margin-bottom: max(0.5rem, 30px);
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.edit-index-service-main .serve-item:nth-child(3n) {
  margin-right: 0;
}
.edit-index-service-main .serve-item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.edit-index-service-main .serve-item .pic:hover .img {
  transform: scale(1.05);
}
.edit-index-service-main .serve-item .pic::after {
  content: "";
  display: block;
  padding-bottom: 56.834%;
}
.edit-index-service-main .serve-item .pic .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease all;
}
.edit-index-service-main .serve-item .pic .icon {
  position: absolute;
  left: 8.846%;
  top: 16.217%;
  z-index: 2;
}
.edit-index-service-main .serve-item .text-panel {
  padding-left: max(0.3rem, 10px);
  padding-right: max(0.2rem, 10px);
  padding-top: max(0.4rem, 20px);
  padding-bottom: 13px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* 2025-6-19 修改 */
.edit-index-service-main .serve-item .text-panel .panel-title {
  font-weight: normal;
  font-size: var(--font-24);
  color: #333333;
  margin-bottom: max(10px, 0.17rem);
  display: block;
  width: fit-content;
  transition: 0.45s ease;
  font-weight: 700;
}
.edit-index-service-main .serve-item .text-panel .panel-title:hover {
  color: #e22027;
}
.edit-index-service-main .serve-item .text-panel .panel-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #e22027;
  margin-top: max(6px, 0.17rem);
}
.edit-index-service-main .serve-item .text-panel .cate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: max(0.31rem, 20px);
}

/* 2025-6-19 修改 */
.edit-index-service-main .serve-item .text-panel .cate-list .cate-item {
  font-weight: normal;
  width: 47.5%;
  flex-shrink: 0;
}

/* 2025-6-19 修改 */
.edit-index-service-main .serve-item .text-panel .cate-list .cate-item a {
  font-size: max(0.16rem, 15px);
  /* font-size: max(0.18rem, 16px); */
  color: #101010;
  font-weight: 500;
  line-height: 1.66666667;
  transition: 0.45s ease;
  overflow-wrap: break-word;
  position: relative;
}
/* 2025-6-19 修改 */
.edit-index-service-main .serve-item .text-panel .cate-list .cate-item a::before {
  content: "-";
  transition: 0.45s ease;
  box-sizing: border-box;
  display: none;
}
.edit-index-service-main .serve-item .text-panel .cate-list .cate-item a:hover {
  color: #e22027;
}
.edit-index-service-main .serve-item .text-panel .cate-list .cate-item a:hover::before {
  color: #e22027;
}
.edit-index-service-main .serve-item .text-panel .arrow {
  width: 40px;
  height: 40px;
  background: #e22027;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  transition: 0.45s ease;
  transform: scale(0.8);
  opacity: 0;
}
.edit-index-service-main .serve-item .text-panel .arrow img {
  width: 7px;
}
.edit-index-service-main .serve-item .text-panel:hover .arrow {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 992px) {
  .edit-index-service-main {
    justify-content: space-between;
  }
  .edit-index-service-main .serve-item {
    width: 48.5%;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .edit-index-service-main .serve-item {
    width: 100%;
  }
  .edit-index-service-main .serve-item .text-panel .cate-list .cate-item a::before {
    display: none;
  }
}

/* 合作伙伴 */
.index-partner .partner-head {
  display: block;
  text-align: center;
}
.index-partner .partner-head .right .btn-list {
  justify-content: center;
  margin-top: clamp(15px, 1.5625vw, 30px);
}

/*  4-30 修改 首页为资质荣誉 */
.index-big-story .honor-btn-list {
  display: flex;
  justify-content: center;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(15px, 1.5625vw, 30px);
}
.index-big-story .honor-btn-list .btn {
  width: 160px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 14px 2px rgba(200, 200, 200, 0.21);
  border-radius: 30px;
  font-weight: bold;
  font-size: var(--font-20);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all var(--duration) ease;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  margin-right: 13px;
}
.index-big-story .honor-btn-list .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #e22027;
  transition: var(--duration) ease all;
  z-index: -1;
}
.index-big-story .honor-btn-list .btn:hover {
  color: #fff;
}
.index-big-story .honor-btn-list .btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.index-big-story .honor-btn-list .btn:last-of-type {
  margin-right: 0;
}
.index-big-story .honor-btn-list .btn.active::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media (max-width: 576px) {
  .index-big-story .honor-btn-list {
    margin-top: 15px;
  }
  .index-big-story .honor-btn-list .btn {
    height: 45px;
    font-size: 16px;
  }
}

/* 荣誉资质 */
.index-big-story .honor-swiper {
  margin-left: 1.6rem;
  margin-top: clamp(30px, 2.0833vw, 40px);
  display: none;
}

.index-big-story .honor-swiper.show {
  display: block;
}

.index-big-story .honor-swiper .swiper-slide {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: max(30px, 0.6rem);
  padding-bottom: max(20px, 0.42rem);
  height: auto;
}
.index-big-story .honor-swiper .swiper-slide:hover .pic .max-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* 2025-6-19 修改 */
.index-big-story .honor-swiper .swiper-slide .pic {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index-big-story .honor-swiper .swiper-slide .pic .slide-pic {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 1.9rem;
  object-fit: contain;
  object-position: center;
}
.index-big-story .honor-swiper .swiper-slide .pic .max-icon {
  width: max(30px, 0.5rem);
  height: max(30px, 0.5rem);
  background: rgba(226, 32, 39, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  transition: 0.6s;
}
.index-big-story .honor-swiper .swiper-slide .pic .max-icon img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.index-big-story .honor-swiper .swiper-slide .text {
  font-weight: bold;
  font-size: var(--font-20);
  color: #000000;
  line-height: 1.7;
  margin-top: max(15px, 0.3rem);
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
/* 2025-4-12 修改 */
.index-big-story .honor-swiper .other-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(1600px + calc((100% - 1600px) / 2));
  max-width: 92%;
  margin-top: max(35px, 1.08rem);
}
.index-big-story .honor-swiper .other-line .btn-list {
  display: flex;
  align-items: center;
  margin-right: max(35px, 1.08rem);
}
.index-big-story .honor-swiper .other-line .btn-list .btn {
  width: 60px;
  height: 60px;
  background: rgba(226, 32, 39, 0.1);
  border-radius: 30px;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
  transition: 0.6s ease all;
}
.index-big-story .honor-swiper .other-line .btn-list .btn:last-of-type {
  margin-right: 0;
}
.index-big-story .honor-swiper .other-line .btn-list .btn .active {
  display: none;
}
.index-big-story .honor-swiper .other-line .btn-list .btn:hover {
  background-color: #e22027;
}
.index-big-story .honor-swiper .other-line .btn-list .btn:hover .active {
  display: block;
}
.index-big-story .honor-swiper .other-line .btn-list .btn:hover .default {
  display: none;
}
.index-big-story .honor-swiper .other-line .swiper-pagination {
  flex: 1;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.index-big-story .honor-swiper .other-line .swiper-pagination .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background-color: #e22027;
}

.index-big-story .honor-swiper {
  width: 92%;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 576px) {
  .index-big-story .honor-swiper .other-line {
    flex-wrap: wrap;
  }
  .index-big-story .honor-swiper .other-line .swiper-pagination {
    width: 100%;
    flex: none;
    margin-bottom: 15px;
    order: -1;
  }
  .index-big-story .honor-swiper .other-line .btn-list .btn {
    width: 45px;
    height: 45px;
  }

  .index-big-story .honor-swiper .swiper-slide .text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }

  /* 2025-6-26 修改 */
  .index-partner .partner-head .right .btn-list {
    overflow-x: auto;
    padding-bottom: 6px;
    justify-content: flex-start;
  }

  .index-partner .partner-head .right .btn-list::-webkit-scrollbar {
    height: 5px;
    border-radius: 10px;
    background-color: #ccc;
  }
  .index-partner .partner-head .right .btn-list::-webkit-scrollbar-thumb {
    background-color: var(--theme);
    border-radius: 10px;
  }

  .index-partner .partner-head .right .btn-list .btn {
    padding: 10px 15px;
    white-space: nowrap;
    width: auto;
    flex-shrink: 0;
  }
}
