.index-banner {
  position: relative;
  padding-bottom: 0;
}

.index-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index-banner .pic img {
  display: block;
  width: 100%;
}
.index-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32.24137931%;
  overflow-wrap: break-word;
}
.index-banner .text .title-zh {
  font-size: var(--font60);
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 1.13333333;
}
.index-banner .text .title-en {
  opacity: 0.38;
  font-size: var(--font23);
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-top: 0.12rem;
  line-height: 1.56521739;
  max-width: 590px;
  margin-bottom: 0.585rem;
}
.index-banner .text .link-btn {
  width: max(1.85rem, 130px);
  height: max(0.63rem, 45px);
  background: #f5aa00;
  border-radius: max(0.32rem, 23px);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-size: var(--font20);
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
}
.index-banner .index-banner-pagination {
  display: flex;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30.51724138%;
  width: 86%;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 6px;
  opacity: 1;
  width: max(20px, 0.35rem);
  height: max(20px, 0.35rem);
  border-radius: 50%;
  border: 1px solid transparent;
  position: relative;
  transition: var(--duration);
  background-color: transparent;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background: rgba(185, 185, 185, 0.9);
  border-radius: 50%;
  transition: var(--duration);
}
.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 {
  border-color: #69b7ef;
}
.index-banner .index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #69b7ef;
}
.index-banner .index-banner-streamer {
  user-select: none;
  pointer-events: none;
}

/* 2025-10-31 添加开始 */

.index-banner .index-banner-streamer {
  --unit: max(0.6rem, 20px);
}
.index-banner .index-banner-streamer .vertical {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
  width: var(--unit);
  height: calc(100% - var(--unit));
  display: flex;
}
.index-banner .index-banner-streamer .vertical::before {
  width: 50%;
  height: 100%;
}

.index-banner .index-banner-streamer .vertical::after {
  width: 50%;
  height: calc(100% + var(--unit));
}

.index-banner .index-banner-streamer .line::before {
  content: "";
  display: block;
  background-color: #fed578;
}

.index-banner .index-banner-streamer .line::after {
  content: "";
  display: block;
  background-color: #f8bd36;
}

.index-banner .index-banner-streamer .horizontal {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  height: var(--unit);
}

.index-banner .index-banner-streamer .horizontal::before,
.index-banner .index-banner-streamer .horizontal::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
}

.index-about {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  margin-top: max(30px, 0.5rem);
  padding-bottom: max(2.23rem, 100px);
  overflow: hidden;
}


.index-about .about-wrap {
  max-width: 1570px;
  margin-left: calc((100vw - min(1500px, 85%)) / 2);
  width: 90%;
}
.index-about .title-area .title {
  font-weight: bold;
  font-size: var(--font48);
  color: #0557a3;
  line-height: 1.41666667;
}
.index-about .title-area .sub-title {
  font-weight: bold;
  font-size: var(--font30);
  color: #e7e7e7;
}
.index-about .about-main {
  display: flex;
  align-items: flex-start;
  --point-width: 12px;
}
.index-about .about-main .left {
  width: 47.77070064%;
  flex-shrink: 0;
}
.index-about .about-main .left .count-list {
  display: grid;
  /* column-gap: max(20px, 0.5rem); */
  column-gap: max(20px, 0.4rem);
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: max(30px, 0.6rem);
  margin-top: 1.55rem;
}
.index-about .about-main .left .count-list .count-item {
  position: relative;
}
.index-about .about-main .left .count-list .count-item .circle {
  display: block;
  width: 100%;
  height: auto;
}
.index-about .about-main .left .count-list .count-item .text-site {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
.index-about .about-main .left .count-list .count-item .text-site .year {
  color: #f5aa00;
}
.index-about .about-main .left .count-list .count-item .text-site .year span {
  font-weight: bold;
  font-size: var(--font54);
  line-height: 1.11111111;
  color: inherit;
}
.index-about .about-main .left .count-list .count-item .text-site .year sub {
  font-size: var(--font24);
  color: inherit;
}
.index-about .about-main .left .count-list .count-item .text-site .text {
  font-weight: 400;
  font-size: var(--font20);
  color: #111111;
  margin-top: 10px;
}
.index-about .about-main .left .count-list .count-item .point {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: rotate 10s linear infinite;
}
.index-about .about-main .left .count-list .count-item .point::after {
  content: "";
  position: absolute;
  top: -4.5px;
  left: 0;
  right: 0;
  margin: auto;
  width: var(--point-width);
  height: var(--point-width);
  background: #f5aa00;
  border-radius: 50%;
}
.index-about .about-main .left .desc .desc-text {
  font-size: var(--font18);
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 2;
}
.index-about .about-main .left .desc .btn {
  width: max(130px, 1.85rem);
  height: max(0.63rem, 45px);
  border: 1px solid #0557a3;
  border-radius: 33px;
  font-size: var(--font20);
  font-weight: 500;
  text-align: center;
  color: #0557a3;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  position: relative;
  margin-top: 0.47rem;
  overflow: hidden;
  transition: var(--duration);
}
.index-about .about-main .left .desc .btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #0557a3;
  transition: var(--duration);
  z-index: -1;
}
.index-about .about-main .left .desc .btn:hover {
  color: #fff;
}
.index-about .about-main .left .desc .btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.index-about .about-main .right {
  width: 40.25477707%;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
}
.index-about .about-main .right::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-about .about-main .right .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #e5e5e5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-about .about-main .right .content .max {
  width: 57.59493671%;
  position: relative;
}
.index-about .about-main .right .content .max::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-about .about-main .right .content .max img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.index-about .about-main .right .content .list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotate 20s linear infinite;
}
.index-about .about-main .right .content .list .pic {
  position: absolute;
}
.index-about .about-main .right .content .list .pic img {
  animation: rotate 20s linear infinite reverse;
}
.index-service {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  /* padding-top: max(45px, 1.22rem); */
  padding-top: max(45px, 6.3542vw);
  min-height: 52.5vw;
  display: flex;
  flex-direction: column;
}

.index-service .service-wrap {
  /* margin-bottom: max(45px, 1.9rem); */
  margin-bottom: max(45px, 9.8958vw);
}

.index-service .service-wrap .title-area {
  text-align: right;
  /* margin-bottom: 1.66rem; */
  margin-bottom: 8.6458vw;
}
.index-service .service-wrap .title-area .title-zh {
  font-size: var(--font48);
  font-weight: 700;
  color: #ffffff;
}
.index-service .service-wrap .title-area .title-en {
  font-size: var(--font40);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.24);
}
.index-service .service-wrap .text-list .text-item {
  max-width: 510px;
  overflow-wrap: break-word;
  display: none;
}
.index-service .service-wrap .text-list .text-item .i-title {
  font-size: var(--font40);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: max(10px, 0.23rem);
}
.index-service .service-wrap .text-list .text-item .i-desc {
  font-size: var(--font18);
  font-weight: 300;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.88888889;
}
.index-service .service-wrap .text-list .text-item .btn-list {
  margin-top: max(15px, 0.45rem);
  display: flex;
  align-items: center;
}
.index-service .service-wrap .text-list .text-item .btn-list .btn {
  width: max(1.5rem, 125px);
  height: max(0.55rem, 45px);
  border: 1px solid #f5aa00;
  border-radius: 29px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font18);
  font-weight: 500;
  color: #f5aa00;
  margin-right: max(10px, 0.2rem);
  transition: var(--duration);
  position: relative;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
.index-service .service-wrap .text-list .text-item .btn-list .btn:last-child {
  margin-right: 0;
}
.index-service .service-wrap .text-list .text-item .btn-list .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f5aa00;
  z-index: -1;
  transition: var(--duration);
}
.index-service .service-wrap .text-list .text-item .btn-list .btn:hover {
  color: #fff;
  border-color: transparent;
}
.index-service .service-wrap .text-list .text-item .btn-list .btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.index-service .cate-list {
  display: flex;
  align-items: stretch;
  max-width: 1610px;
  width: 90%;
  margin-top: auto;
}

.index-service .cate-list .cate-item {
  flex-basis: 0;
  flex: 1;
  transition: 0.6s ease;
  padding-top: max(20px, 0.42rem);
  padding-bottom: max(20px, 0.58rem);
  border-radius: 0px 0.5rem 0px 0px;
  user-select: none;
  cursor: pointer;
}
.index-service .cate-list .cate-item:not(:first-child) {
  margin-left: -0.45rem;
  padding-left: 0.25rem;
}
.index-service .cate-list .cate-item .icon {
  height: max(35px, 0.55rem);
  margin-bottom: max(0.19rem, 10px);
}
.index-service .cate-list .cate-item .icon img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
  transition: var(--duration);
}
.index-service .cate-list .cate-item .text {
  font-size: var(--font20);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: var(--duration);
}
.index-service .cate-list .cate-item.active {
  flex: 2.176;
  background-color: #f5aa00;
}
.index-service .cate-list .cate-item.active .icon img {
  opacity: 1;
}
.index-service .cate-list .cate-item.active .text {
  color: #ffffff;
}
.index-service .cate-list .item1 {
  background-color: #2e8ce4;
  position: relative;
  z-index: 7;
}
.index-service .cate-list .item2 {
  background-color: #1d79cd;
  position: relative;
  z-index: 6;
}
.index-service .cate-list .item3 {
  background-color: #065fb1;
  position: relative;
  z-index: 5;
}
.index-service .cate-list .item4 {
  background-color: #034c90;
  position: relative;
  z-index: 4;
}
.index-service .cate-list .item5 {
  background-color: #033f77;
  position: relative;
  z-index: 3;
}
.index-service .cate-list .item6 {
  background-color: #04325d;
  position: relative;
  z-index: 2;
}
.index-provider {
  padding-top: max(var(--space), 1.19rem);
  padding-bottom: max(var(--space), 1.67rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-provider .provider-wrap {
  max-width: 1570px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .index-provider .provider-wrap {
    width: 92%;
  }
}
.index-provider .title-area .title {
  font-size: var(--font48);
  font-weight: 700;
  text-align: center;
  color: #0557a3;
}
.index-provider .sub-title {
  font-size: var(--font24);
  font-weight: 400;
  text-align: center;
  color: #aaaaaa;
}

/* 2025-10-30 */
.index-provider .honor-swiper-container {
  /* margin-top: max(1.25rem, 35px); */
  margin-top: max(0.9rem, 35px);
}
.index-provider .honor-swiper-container .index-honor-swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index-provider .honor-swiper-container .index-honor-swiper .swiper-slide {
  position: relative;
  padding-bottom: max(30px, 0.66rem);
}
.index-provider .honor-swiper-container .index-honor-swiper .pic-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  width: 90.63694268%;
  margin-left: auto;
  margin-right: auto;
}
.index-provider .honor-swiper-container .index-honor-swiper .pic-list .item .pic {
  border: 22px solid transparent;
  border-image: url(../images/index-honor-border.png) 22 round;
  position: relative;
}
.index-provider .honor-swiper-container .index-honor-swiper .pic-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 67.34006734%;
}
.index-provider .honor-swiper-container .index-honor-swiper .pic-list .item .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.index-provider .honor-swiper-container .index-honor-swiper .pic-list .item .text {
  font-size: var(--font18);
  font-weight: 400;
  text-align: center;
  color: #333333;
  position: relative;
  z-index: 7;
}
.index-provider .honor-swiper-container .index-honor-swiper .line {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.index-provider .honor-swiper-container .index-honor-swiper .line img {
  display: block;
  width: 100%;
  height: auto;
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line .honor-arrow {
  user-select: none;
  cursor: pointer;
  opacity: 1;
  outline: none;
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line .honor-arrow .default {
  display: block;
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line .honor-arrow .hover {
  display: none;
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line .honor-arrow:hover .hover {
  display: block;
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line .honor-arrow:hover .default {
  display: none;
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line .index-honor-pagination {
  position: static;
  display: flex;
  align-items: center;
  margin-left: max(30px, 0.53rem);
  margin-right: max(30px, 0.53rem);
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line .index-honor-pagination .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: max(0.2rem, 10px);
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  opacity: 1;
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line .index-honor-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.index-provider .honor-swiper-container .index-honor-swiper .pagination-line .index-honor-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #326af1;
}
.index-provider .partner {
  /* margin-top: max(0.56rem, 30px); */
  margin-top: max(0.75rem, 30px);
  --col-gap: max(0.2rem, 10px);
}
.index-provider .partner .partner-swiper {
  width: 92.67515924%;
  margin-left: auto;
  margin-right: auto;
}
.index-provider .partner .partner-swiper .swiper-slide {
  padding: 0.37rem;
}
.index-provider .partner .partner-swiper .swiper-slide .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
}
.index-provider .partner .partner-swiper .swiper-slide .list .pic {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 0.37rem 0px rgba(64, 66, 69, 0.05);
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  flex: 0 0 calc((100% - calc(20px * 6)) / 7);
}
.index-provider .partner .partner-swiper .swiper-slide .list .pic:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.index-provider .partner .partner-swiper .swiper-slide .list .pic::after {
  content: "";
  display: block;
  padding-bottom: 36.11111111%;
}
.index-provider .partner .partner-swiper .swiper-slide .list .pic img {
  position: absolute;
  max-width: 86%;
  max-height: 86%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: var(--duration);
  object-fit: contain;
  object-position: center center;
  /* mix-blend-mode: multiply; */
}
.index-news {
  --news-left: 0.9rem;
  --other-left: max(0.4rem, 15px);
  --right-pl: max(0.42rem, 15px);
  --news-pb: max(0.96rem, 45px);
  background-color: #fafafa;
  padding-top: max(1.08rem, var(--space));
  overflow: hidden;
}
.index-news .title-area .title {
  font-weight: bold;
  font-size: var(--font48);
  color: #0557a3;
  text-align: center;
  line-height: 1;
}
.index-news .title-area .sub-title {
  font-weight: bold;
  font-size: var(--font40);
  color: rgba(153, 153, 153, 0.24);
  text-align: center;
}
.index-news .tab-list {
  display: flex;
  align-items: center;
  margin-left: var(--news-left);
  margin-top: max(30px, 0.6rem);
}
.index-news .tab-list .tab-item {
  font-weight: 400;
  font-size: var(--font20);
  color: #aaaaaa;
  line-height: 1.5;
  margin-right: 0.76rem;
  transition: var(--duration);
  line-height: 1;
  white-space: nowrap;
  position: relative;
  padding-bottom: 9px;
  user-select: none;
  cursor: pointer;
}
.index-news .tab-list .tab-item:last-child {
  margin-right: 0;
}
.index-news .tab-list .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #0557a3;
  transition: var(--duration);
}
.index-news .tab-list .tab-item.active,
.index-news .tab-list .tab-item:hover {
  color: #0557a3;
}
.index-news .tab-list .tab-item.active::after,
.index-news .tab-list .tab-item:hover::after {
  width: 100%;
}
.index-news .news-wrap .index-news-swiper {
  margin-top: 34px;
}
.index-news .news-wrap .index-news-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left {
  width: calc(730 / 1500 * 100%);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .pic {
  margin-left: var(--news-left);
  position: relative;
  overflow: hidden;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .pic:hover img {
  transform: scale(1.05);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .pic::after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .time-line {
  flex-shrink: 0;
  padding-top: max(20px, 0.4rem);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .time-line .time {
  text-align: center;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .time-line .time .month {
  font-weight: bold;
  font-size: var(--font24);
  color: #0557a3;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .time-line .time .year {
  font-weight: 400;
  font-size: var(--font16);
  color: #acb3b9;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other {
  margin-left: 0.24rem;
  min-width: 0;
  border-left: 1px solid #e9e9e9;
  padding-top: max(20px, 0.5rem);
  height: 100%;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .title {
  position: relative;
  z-index: 2;
  margin-bottom: 0.24rem;
  padding-left: var(--other-left);
  user-select: none;
  cursor: pointer;
  display: block;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .title:hover span {
  color: var(--active-color);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .title span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: var(--font20);
  color: #333333;
  line-height: 2.1;
  transition: var(--duration);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .title::before {
  content: "";
  position: absolute;
  left: -1.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: min(27px, 100%);
  background: #0557a3;
  flex-shrink: 0;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .desc {
  font-weight: 300;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-left: var(--other-left);
  user-select: none;
  cursor: pointer;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .desc span {
  background-image: linear-gradient(to right, var(--active-color), var(--active-color));
  background-size: 0% 1px;
  background-position: right bottom;
  background-repeat: no-repeat;
  transition: background-size 0.6s ease;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .desc:hover span {
  background-size: 100% 1px;
  background-position: left bottom;
  color: var(--active-color);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .link {
  margin-top: max(15px, 0.34rem);
  width: max(120px, 1.47rem);
  height: max(0.48rem, 40px);
  border-radius: 24px;
  border: 1px solid #0557a3;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-weight: 500;
  font-size: var(--font16);
  color: #0557a3;
  margin-left: var(--other-left);
  transition: var(--duration);
  position: relative;
  overflow: hidden;
  margin-bottom: max(0.3rem, 20px);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .link img {
  display: block;
  margin-left: 12px;
  width: max(16px, 0.19rem);
  transition: var(--duration);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--active-color);
  transition: var(--duration);
  z-index: -1;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .link:hover {
  color: #fff;
  border-color: transparent;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .link:hover img {
  filter: brightness(0) invert(1);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .link:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right {
  width: calc(660 / 1500 * 100%);
  flex-shrink: 0;
  margin-left: auto;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item {
  display: flex;
  align-items: flex-start;
  user-select: none;
  cursor: pointer;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item:not(:first-child) .other,
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item:not(:first-child) .time {
  padding-top: max(0.41rem, 20px);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item:last-child .other {
  border-bottom: 0;
  padding-bottom: var(--news-pb);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .time {
  margin-right: max(15px, 0.19rem);
  white-space: nowrap;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .time .month {
  font-weight: bold;
  font-size: var(--font24);
  color: #0557a3;
  line-height: 1;
  margin-bottom: max(7px, 0.16rem);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .time .year {
  font-weight: 400;
  font-size: var(--font16);
  color: #acb3b9;
  text-align: center;
  line-height: 1;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .other {
  padding-right: max(0.3rem, 15px);
  padding-bottom: max(0.27rem, 10px);
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .other .title {
  font-weight: 400;
  font-size: var(--font20);
  color: #333333;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  padding-left: var(--right-pl);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .other .title::before {
  content: "";
  width: 3px;
  height: min(27px, 100%);
  background: #0557a3;
  position: absolute;
  top: 0;
  left: -1.5px;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .other .title span {
  transition: var(--duration);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .other .desc {
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-left: var(--right-pl);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .other .desc span {
  background-image: linear-gradient(to right, var(--active-color), var(--active-color));
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: right bottom;
  transition: background-size var(--duration) ease;
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .other:hover .title {
  color: var(--active-color);
}
.index-news .news-wrap .index-news-swiper .swiper-slide .slide-right .list .item .other:hover .desc span {
  color: var(--active-color);
  background-size: 100% 1px;
  background-position: left bottom;
}
.index-online {
  padding-top: max(0.95rem, var(--space));
  position: relative;
}
.index-online .modify-icon {
  position: absolute;
  left: 0;
  top: max(60px, 0.85rem);
  pointer-events: none;
  user-select: none;
}
.index-online .modify-icon img {
  width: max(65px, 1.09rem);
}
.index-online .title-area {
  text-align: center;
}
.index-online .title-area .title {
  font-weight: bold;
  font-size: var(--font48);
  color: #0557a3;
  line-height: 1;
  margin-bottom: 0.22rem;
}
.index-online .title-area .sub-title {
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
}
.index-online .form-line {
  display: flex;
  justify-content: space-between;
  margin-top: max(0.66rem, 30px);
  padding-bottom: max(0.58rem, 20px);
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: max(0.6rem, 30px);
  position: relative;
  z-index: 2;
  column-gap: 10px;
}
.index-online .form-line input {
  width: 28%;
  height: max(45px, 0.55rem);
  border: 1px solid #eeeeee;
  font-weight: 400;
  font-size: var(--font16);
  color: #101010;
  padding-left: max(15px, 0.32rem);
  transition: var(--duration);
}
.index-online .form-line input::placeholder {
  color: #666666;
}
.index-online .form-line input:focus {
  border-color: var(--active-color);
}
.index-online .form-line .btn {
  width: 166px;
  background: #0557a3;
  flex-shrink: 0;
  font-weight: 500;
  font-size: var(--font18);
  color: #ffffff;
  user-select: none;
  cursor: pointer;
}
.index-online .info-line {
  display: flex;
  align-items: flex-start;
}
.index-online .info-line .info-logo {
  width: max(130px, 2.27rem);
  user-select: none;
  margin-right: max(0.94rem, 30px);
}
.index-online .info-line .info-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.index-online .info-line .info-area {
  display: flex;
}
.index-online .info-line .info-area .item {
  margin-right: 1.34rem;
}
.index-online .info-line .info-area .item:last-child {
  margin-right: 0;
}
.index-online .info-line .info-area .item .info-param {
  font-weight: bold;
  font-size: var(--font20);
  color: #0557a3;
  margin-bottom: 0.2rem;
}
.index-online .info-line .info-area .item .info-value {
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
}
.index-online .info-line .qrcode-list {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}
.index-online .info-line .qrcode-list .item {
  margin-right: max(15px, 0.3rem);
}
.index-online .info-line .qrcode-list .item:last-child {
  margin-right: 0;
}
.index-online .info-line .qrcode-list .item .pic {
  display: block;
  width: 80px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}
.index-online .info-line .qrcode-list .item .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.index-online .info-line .qrcode-list .item .text {
  font-weight: 400;
  /* 2025-6-24 Ã¤Â¿Â®Ã¦â€Â¹ */
  font-size: 12px;
  color: #0557a3;
  text-align: center;
  white-space: nowrap;
}
.index-online .online-pic {
  display: block;
  width: 100%;
  margin-top: -24.4792vw;
  position: relative;
  z-index: -1;
}
.index-online .online-pic img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Ã¦â€“Â­Ã§â€šÂ¹Ã¥Ë†Â°1400 */
@media (max-width: 1700px) {
  .index-provider .partner .partner-swiper {
    width: 100%;
  }
  .index-provider .partner .partner-swiper .swiper-slide .list {
    column-gap: 10px;
  }
  .index-provider .partner .partner-swiper .swiper-slide .list .pic {
    flex: 0 0 calc((100% - calc(10px * 6)) / 7);
  }
}
@media (max-width: 1200px) {
  .index-about {
    background-position: left center;
    background-size: contain;
  }
  .index-about .about-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .index-about .about-main {
    flex-wrap: wrap;
  }
  .index-about .about-main .left {
    width: 100%;
    margin-bottom: var(--space-min);
  }
  .index-about .about-main .right {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
  .index-about .about-main .right .content .max {
    width: 70%;
  }
  .index-provider .partner .partner-swiper .swiper-slide .list .pic {
    flex: 0 0 calc((100% - calc(10px * 4)) / 5);
  }
  .index-news .news-wrap .index-news-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .index-news .news-wrap .index-news-swiper .swiper-slide .slide-left {
    width: 100%;
    margin-bottom: max(45px, 0.9rem);
  }
  .index-news .news-wrap .index-news-swiper .swiper-slide .slide-right {
    width: 100%;
  }
  .index-news .tab-list {
    justify-content: center;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .index-provider .honor-swiper-container .index-honor-swiper .line {
    display: none;
  }
  .index-provider .honor-swiper-container .index-honor-swiper .pic-list {
    width: 100%;
  }
  .index-provider .honor-swiper-container .index-honor-swiper .pic-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .index-provider .honor-swiper-container .index-honor-swiper .pic-list .item .text {
    margin-top: 15px;
  }
  .index-online .info-line {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .index-online .info-line .info-area .item {
    margin-bottom: 10px;
  }
  .index-online .info-line .qrcode-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .index-banner .index-banner-pagination {
    bottom: 15%;
  }
  .index-service .cate-list {
    width: 100%;
  }
  .index-service .cate-list .cate-item .text {
    font-size: var(--font16);
  }
  .index-provider .partner .partner-swiper .swiper-slide .list {
    justify-content: space-between;
    column-gap: 0;
    row-gap: 20px;
  }
  .index-provider .partner .partner-swiper .swiper-slide .list .pic {
    width: 47.5%;
    flex: none;
  }
  .index-online .form-line {
    flex-wrap: wrap;
  }
  .index-online .form-line input {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .index-online .form-line .btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: max(45px, 0.55rem);
  }
  .index-online .info-line .info-area {
    width: 100%;
    margin-top: 20px;
  }
  .index-service {
    background-position: center center;
  }
  .index-service .service-wrap .title-area {
    text-align: left;
  }
  .index-service .cate-list {
    margin-top: 60px;
    overflow-x: auto;
  }
  .index-service .cate-list .cate-item {
    width: 40%;
    flex: none !important;
    flex-shrink: 0;
  }
  .index-service .service-wrap .text-list .text-item .i-title {
    font-size: 18px;
  }
  .index-service .service-wrap .text-list .text-item .i-desc {
    font-size: 14px;
    line-height: 1.5;
  }
}
/* Ã¦â€°â€¹Ã¦Å“ÂºÃ§Â«Â¯Ã©â‚¬â€šÃ©â€¦Â */
@media (max-width: 576px) {
  /* Ã§Â»Å¸Ã¤Â¸â‚¬Ã¨Â®Â¾Ã§Â½Â®Ã©Â¡ÂµÃ©ÂÂ¢Ã¦Â â€¡Ã©Â¢Ëœ */
  .index-about .title-area .title,
  .index-service .service-wrap .title-area .title-zh,
  .index-online .title-area .title {
    font-size: var(--phone-title);
  }
  /* Ã§Â»Å¸Ã¤Â¸â‚¬Ã¨Â®Â¾Ã§Â½Â®Ã©Â¡ÂµÃ©ÂÂ¢Ã¥â€°Â¯Ã¦Â â€¡Ã©Â¢Ëœ */
  .index-about .title-area .sub-title,
  .index-service .service-wrap .title-area .title-en {
    font-size: var(--phone-sub-title);
  }
  .index-banner .text {
    top: 26%;
  }
  .index-banner .pic img {
    height: 350px;
    object-fit: cover;
    object-position: center center;
  }
  .index-banner .text .title-zh {
    font-size: 20px;
  }
  .index-banner .text .title-en {
    font-size: 14px;
    line-height: 1.5;
  }
  .index-banner .text .link-btn {
    width: 110px;
    height: 40px;
  }
  .index-about .about-main .left .count-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .index-about .about-main .left .count-list .count-item:first-child {
    display: none;
  }
  .index-about {
    padding-bottom: 10px;
  }
  .index-about .about-main .right {
    display: none;
  }
  .index-about {
    background-image: none !important;
  }
  .index-about .about-main .left {
    margin-bottom: 45px;
  }
  .index-about .about-main .right .content .list .pic img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }
  .index-about .about-main .right .content .max {
    width: 65%;
  }
  .index-provider .title-area .title {
    font-size: 18px;
  }
  .index-provider .sub-title {
    font-size: 16px;
  }
  .index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .pic {
    width: 100%;
    margin-left: 0;
  }
  .index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other {
    border: none;
  }
  .index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .time-line {
    display: none;
  }
  .index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .title::before {
    display: none;
  }
  .index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .title,
  .index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .desc {
    padding-left: 0;
  }
  .index-news .news-wrap .index-news-swiper .swiper-slide .slide-left .text .other .link {
    margin-left: 0;
  }
  .index-online .form-line input,
  .index-online .form-line .btn {
    width: 100%;
  }
  .index-online .info-line .info-area {
    flex-wrap: wrap;
  }
  .index-provider .honor-swiper-container .index-honor-swiper .pagination-line .index-honor-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .index-online .title-area .sub-title {
    font-size: 12px;
    white-space: nowrap;
  }
}
