/* index.css：首页模块样式 */

.index-banner .index-swiper .swiper-slide {
  position: relative;
}

.index-banner .index-swiper .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.index-banner .index-swiper .swiper-slide .slide-text {
  position: absolute;
  left: 50%;
  top: 45.10204082%;
  z-index: 2;
  transform: translateX(-50%);
}

.index-banner .index-swiper .swiper-slide .slide-text .title {
  font-weight: bold;
  font-size: var(--font46);
  color: #ffffff;
  line-height: 1.2173913;
  overflow-wrap: break-word;
}

.index-banner .index-swiper .swiper-slide .slide-text .sub-title {
  font-weight: 400;
  font-size: var(--font32);
  color: #ffffff;
  line-height: 1.3125;
  margin-top: 7px;
}

.index-banner .index-swiper .swiper-slide .slide-text .more-btn {
  border-radius: 21px;
  margin-top: max(0.41rem, 10px);
}

.index-banner .index-swiper .swiper-slide .slide-text .more-btn span {
  margin-right: max(7px, 0.14rem);
  transition: var(--duration);
}

.index-banner .index-swiper .swiper-slide .slide-text .more-btn:hover span {
  margin-right: 5px;
}

.index-banner .index-swiper-pagination {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.16326531%;
}

.index-banner .index-swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
  margin-left: 0;
  margin-right: 14px;
  transition: var(--duration);
  position: relative;
}

.index-banner .index-swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  inset: -19px;
  border-radius: 50%;
}

.index-banner .index-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.index-banner .index-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scaleX(5);
  border-radius: 3px;
  opacity: 1;
}

.index-section-top .more-btn .more-icon {
  display: block;
  width: 9px;
  margin-left: max(0.36rem, 15px);
}

.index-pro {
  background-color: #f8f8f8;
  padding-top: max(0.8rem, var(--space));
  padding-bottom: max(0.8rem, var(--space));
}

.index-pro .index-pro-main {
  margin-top: max(0.6rem, 30px);
  background: #ffffff;
  border-radius: 10px;
  padding-top: max(0.42rem, 20px);
  padding-bottom: max(0.49rem, 20px);
  padding-left: max(0.45rem, 15px);
  padding-right: max(0.45rem, 15px);
}

.index-pro .index-pro-main .tab-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  margin-top: 10px;
  background-color: #ccc;
}

.index-pro .index-pro-main .tab-list::-webkit-scrollbar-thumb {
  background-color: var(--theme);
  border-radius: 10px;
}

.index-pro .index-pro-main .tab-list .tab-item.active, .index-pro .index-pro-main .tab-list .tab-item[aria-selected="true"] {
  color: #fff;
}

.index-pro .index-pro-main .pro-content-list .pro-content {
  display: none;
  --height: 440px;
  --arrow: max(0.5rem, 30px);
}

.index-pro .index-pro-main .pro-content-list .pro-content.show {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside {
  width: 38.7275242%;
  flex-shrink: 0;
  max-height: var(--height);
  overflow-y: auto;
  padding-right: 11px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
  background-color: rgba(204, 204, 204, 0.3);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside::-webkit-scrollbar-thumb {
  background: #b2b2b2;
  border-radius: 2px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item {
  padding-left: max(15px, 0.33rem);
  padding-right: max(15px, 0.37rem);
  background: #f8f8f8;
  border-radius: 10px;
  transition: var(--duration);
  display: block;
  margin-bottom: 10px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item:last-child {
  margin-bottom: 0;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item.active {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item.active .top {
  padding-top: max(0.37rem, 20px);
  padding-bottom: max(0.28rem, 20px);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item.active .top .left .cate {
  color: #d71418;
  font-weight: 400;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item.active .top .left .name {
  font-size: var(--font24);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item.active .top .icon {
  border-color: #ec0817;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item.active .top .icon span:nth-child(1) {
  display: none;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item.active .top .icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #ec0817;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 21px;
  padding-bottom: 20px;
  transition: var(--duration);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .top .left {
  flex: 1;
  margin-right: 20px;
  min-width: 0;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .top .left .cate {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #333;
  line-height: 1.375;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .top .left .name {
  font-weight: 600;
  font-size: var(--font18);
  color: #475569;
  line-height: 1.22222222;
  margin-top: 5px;
  transition: var(--duration);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .top .icon {
  width: 22px;
  height: 22px;
  background: rgba(1, 1, 1, 0);
  border-radius: 50%;
  border: 2px solid #666666;
  flex-shrink: 0;
  user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .top .icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #666666;
  transition: var(--duration);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .top .icon span:nth-child(1) {
  width: 10px;
  height: 2px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .top .icon span:nth-child(2) {
  width: 2px;
  height: 10px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main {
  display: none;
  padding-top: max(0.28rem, 20px);
  padding-bottom: max(0.32rem, 20px);
  border-top: 1px solid rgba(1, 1, 1, 0.2);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #666666;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main .learn-more {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-top: max(0.24rem, 15px);
  color: #d71418;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main .learn-more img {
  display: block;
  width: 10px;
  margin-left: 5px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main {
  width: 54.35684647%;
  flex-shrink: 0;
  margin-top: max(0.3rem, 20px);
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item {
  display: none;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item.show {
  display: flex;
  align-items: center;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .arrow img {
  width: 7px;
  transition: var(--duration);
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0;
  height: 300%;
  transition: var(--duration);
  z-index: -1;
  background-color: var(--theme);
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .arrow:hover {
  border-color: transparent;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .arrow:hover::after {
  width: 105%;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .arrow:hover img {
  filter: brightness(0) invert(1);
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper-prev {
  margin-right: 10px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper-next {
  margin-left: 10px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper {
  width: 79.77099237%;
  margin-left: auto;
  margin-right: auto;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper .swiper-slide .pic {
  display: block;
  position: relative;
  overflow: hidden;
  background: #e8e6ee;
  border-radius: 10px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 61.24401914%;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center center;
  transition: var(--duration);
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper .swiper-pagination {
  display: none;
}

.index-advantage {
  padding-top: max(0.8rem, var(--space));
  padding-bottom: max(0.8rem, var(--space));
  overflow: hidden;
}

.index-advantage .index-section-top .title-desc {
  margin-top: 20px;
}

.index-advantage .advantage-main {
  margin-top: max(0.57rem, 30px);
}

.index-advantage .advantage-main .line {
  display: flex;
  justify-content: space-between;
}

.index-advantage .advantage-main .line:not(:last-child) {
  margin-bottom: 20px;
}

.index-advantage .advantage-main .line .pic-item {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  display: block;
}

.index-advantage .advantage-main .line .pic-item:hover .pic img {
  transform: scale(1.05);
}

.index-advantage .advantage-main .line .pic-item .pic {
  display: block;
}

.index-advantage .advantage-main .line .pic-item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration, 0.45s);
}

.index-advantage .advantage-main .line .pic-item .other {
  position: absolute;
  left: 6.48044693%;
  bottom: 13.21585903%;
  z-index: 2;
}

.index-advantage .advantage-main .line .pic-item .other .icon {
  margin-bottom: max(0.18rem, 10px);
  height: max(30px, 0.51rem);
}

.index-advantage .advantage-main .line .pic-item .other .icon img {
  display: block;
  height: 100%;
  object-fit: contain;
}

.index-advantage .advantage-main .line .pic-item .other .tag {
  font-weight: bold;
  font-size: var(--font24);
  color: #ffffff;
}

.index-advantage .advantage-main .line .pic-item .other .hover-show {
  margin-top: max(0.19rem, 10px);
  display: none;
}

.index-advantage .advantage-main .line .pic-item .other .hover-show .desc {
  font-weight: 400;
  font-size: var(--font16);
  color: #ffffff;
}

.index-advantage .advantage-main .line .pic-item .other .hover-show .more-btn:hover .more-icon {
  margin-left: 5px;
}

.index-advantage .advantage-main .line .pic-item .other .hover-show .more-btn .more-icon {
  margin-left: 11px;
  height: 10px;
  filter: brightness(0) invert(1);
  transition: var(--duration);
  margin-top: 0.1em;
}

.index-advantage .advantage-main .line .pic-max {
  width: 58.26822917%;
  flex-shrink: 0;
}

.index-advantage .advantage-main .line .pic-max .pic::after {
  content: "";
  display: block;
  padding-bottom: 32%;
  z-index: 2;
}

.index-advantage .advantage-main .line .pic-min {
  width: 39.6484375%;
  flex-shrink: 0;
}

.index-advantage .advantage-main .line .pic-min .pic::after {
  content: "";
  display: block;
  padding-bottom: 54%;
  z-index: 2;
}

.index-solution {
  padding-top: max(0.8rem, var(--space));
  padding-bottom: max(0.8rem, var(--space));
  background-color: #f8f8f8;
}

.index-solution .index-section-top .title-desc {
  margin-top: 20px;
}

.index-solution .index-section-top .more-btn {
  display: none;
}

.index-solution .solution-list {
  margin-top: max(0.6rem, 30px);
  display: flex;
  column-gap: max(0.3rem, 15px);
}

.index-solution .solution-list .solution-item {
  transition: 0.45s ease;
  flex: 1;
  height: 5.78rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.index-solution .solution-list .solution-item .pic {
  display: block;
  width: 100%;
  height: 100%;
}

.index-solution .solution-list .solution-item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.index-solution .solution-list .solution-item .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}

.index-solution .solution-list .solution-item .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.3rem, 20px);
  z-index: 2;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.index-solution .solution-list .solution-item .text .icon {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 10px;
  height: max(0.46rem, 30px);
}

.index-solution .solution-list .solution-item .text .icon img {
  display: block;
  height: 100%;
  object-fit: contain;
}

.index-solution .solution-list .solution-item .text .title {
  font-weight: 400;
  font-size: var(--font18);
  color: #ffffff;
  line-height: 1.55555556;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}

.index-solution .solution-list .solution-item .text .hover-box {
  margin-top: max(0.21rem, 10px);
  display: none;
}

.index-solution .solution-list .solution-item .text .hover-box .desc {
  font-weight: 300;
  font-size: var(--font14);
  color: #ffffff;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-align: center;
}

.index-solution .solution-list .solution-item .text .hover-box .more-btn {
  margin-top: max(0.21rem, 10px);
}

.index-solution .solution-list .solution-item .text .hover-box .more-btn:hover .more-icon {
  margin-left: 5px;
}

.index-solution .solution-list .solution-item .text .hover-box .more-btn .more-icon {
  display: flex;
  align-items: center;
  margin-left: 11px;
  transition: var(--duration);
  margin-top: 0.1em;
}

.index-solution .solution-list .solution-item .text .hover-box .more-btn .more-icon img {
  width: 5px;
  filter: brightness(0) invert(1);
}

.index-solution .solution-list .solution-item.active {
  flex: 2.13419913;
}

.index-solution .solution-list .solution-item.active .text {
  left: 0;
  transform: translateX(0);
  padding-left: max(0.3rem, 15px);
  padding-right: max(0.7rem, 20px);
}

.index-solution .solution-list .solution-item.active .text .title {
  text-align: left;
}

.index-solution .solution-list .solution-item.active .text .icon {
  margin-left: 0;
}

.index-solution .solution-list .solution-item.active .text .hover-box .desc {
  text-align: left;
}

.index-about {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: max(1.9rem, var(--space));
  padding-bottom: max(1.9rem, var(--space));
  position: relative;
  z-index: 2;
}

.index-about::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.index-about .about-wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.index-about .about-wrap .about-left {
  width: 44.27083333%;
  flex-shrink: 0;
  margin-right: 30px;
}

.index-about .about-wrap .about-left .title {
  font-weight: bold;
  font-size: var(--font36);
  color: #ffffff;
  line-height: 1.29166667;
  margin-bottom: max(0.18rem, 10px);
}

.index-about .about-wrap .about-left .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font16);
  color: #ffffff;
  line-height: 1.625;
  margin-bottom: 0.57rem;
}

.index-about .about-wrap .about-left .more-btn {
  border-radius: 21px;
}

.index-about .about-wrap .about-left .more-btn .more-icon {
  display: block;
  width: 5px;
  margin-left: 14px;
  filter: brightness(0) invert(1);
  transition: var(--duration);
  margin-top: 0.1em;
}

.index-about .about-wrap .about-left .more-btn:hover .more-icon {
  margin-left: 6px;
}

.index-about .about-wrap .about-right {
  margin-left: auto;
  min-width: 0;
  overflow-wrap: break-word;
}

.index-about .about-wrap .about-right .item {
  margin-bottom: max(0.5rem, 20px);
}

.index-about .about-wrap .about-right .item:last-child {
  margin-bottom: 0;
}

.index-about .about-wrap .about-right .item .item-top {
  font-weight: bold;
  font-size: var(--font36);
  line-height: 1.5;
  white-space: nowrap;
  color: #ffffff;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
}

.index-about .about-wrap .about-right .item .item-bottom {
  font-weight: 400;
  font-size: var(--font16);
  line-height: 1.5;
  color: #ffffff;
}

.index-news {
  padding-top: max(0.8rem, var(--space));
  padding-bottom: max(0.8rem, var(--space));
  overflow: hidden;
}

.index-news .news-wrap .news-left:hover .pic img {
  transform: scale(1.05);
}

.index-news .news-wrap .news-left:hover .text .title {
  color: var(--theme);
}

.index-news .news-wrap .news-left .pic {
  display: block;
  width: 100%;
  position: relative;
}

.index-news .news-wrap .news-left .pic::after {
  content: "";
  display: block;
  padding-bottom: 72.875%;
}

.index-news .news-wrap .news-left .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration, 0.45s);
}

.index-news .news-wrap .news-left .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: max(0.31rem, 15px);
  padding-right: max(0.43rem, 15px);
  padding-bottom: max(0.3rem, 20px);
  width: 100%;
  z-index: 2;
}

.index-news .news-wrap .news-left .text .time-line {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.index-news .news-wrap .news-left .text .time-line .time-icon {
  filter: brightness(0) invert(1);
  display: block;
  width: 15px;
  margin-right: 6px;
}

.index-news .news-wrap .news-left .text .time-line .time-text {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font14);
  color: #ffffff;
}

.index-news .news-wrap .news-left .text .more-btn .more-icon {
  margin-left: 11px;
  width: 5px;
  filter: brightness(0) invert(1);
  transition: var(--duration);
}

.index-news .news-wrap .news-left .text .more-btn:hover .more-icon {
  margin-left: 5px;
}

.index-news .news-wrap .news-right .item:hover .pic img {
  transform: scale(1.05);
}

.index-news .news-wrap .news-right .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.index-news .news-wrap .news-right .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 61.96581197%;
}

.index-news .news-wrap .news-right .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration, 0.45s);
}

.index-news .news-wrap .news-right .item .text .time-line {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.index-news .news-wrap .news-right .item .text .time-line .time-icon {
  width: 15px;
  margin-right: 6px;
}

.index-news .news-wrap .news-right .item .text .time-line .time-text {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font14);
  color: #999999;
}

.index-partner {
  padding-top: max(0.8rem, var(--space));
  padding-bottom: max(0.8rem, var(--space));
  background-color: #f8f8f8;
}

.index-partner .index-section-top .title-desc {
  margin-top: 20px;
}

.index-partner .index-partner-swiper {
  margin-top: max(0.6rem, 10px);
  height: auto;
}

.index-partner .index-partner-swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: max(0.3rem, 20px);
  column-gap: max(0.3rem, 10px);
}

.index-partner .index-partner-swiper .swiper-slide .pic {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  transition: var(--duration);
}

.index-partner .index-partner-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 42.26804124%;
}

.index-partner .index-partner-swiper .swiper-slide .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transition: var(--duration);
}

.index-partner .index-partner-swiper .swiper-slide .pic:hover {
  border-color: var(--theme);
}

.index-partner .index-partner-swiper .swiper-slide .pic:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.index-partner .swiper-pagination {
  position: static;
  margin-top: max(0.3rem, 20px);
}

.index-partner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more {
  display: block;
  margin-top: 25px;
  text-align: left;
}

@media (max-width: 1200px) {
  .index-banner {
    margin-top: var(--header-height);
  }

  .index-pro .index-pro-main .tab-list {
    overflow-x: auto;
  }
}

@media (max-width: 992px) {
  .index-banner .index-swiper .swiper-slide .slide-text {
    top: 36%;
  }

  .index-advantage .advantage-main .line {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .index-advantage .advantage-main .line .pic-max, .index-advantage .advantage-main .line .pic-min {
    width: 100%;
  }

  .index-advantage .advantage-main .line .pic-min .pic::after {
    padding-bottom: 50.72625698%;
  }

  .index-advantage .advantage-main .line .pic-item .other .hover-show {
    display: block;
    margin-top: 4px;
  }

  .index-advantage .advantage-main .line .pic-item .other .hover-show .desc {
    font-size: 13px;
    line-height: 1.35;
  }

  .index-advantage .advantage-main .line .pic-item .other .hover-show .more-btn {
    margin-top: 8px;
    width: 110px;
    height: 28px;
  }

  .index-advantage .advantage-main .line .pic-item .other .icon {
    display: none;
  }

  .index-advantage .advantage-main .line .pic-item .other .tag {
    font-size: 15px;
  }

  .index-solution .solution-list {
    row-gap: 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }

  .index-solution .solution-list::-webkit-scrollbar {
    height: 6px;
    border-radius: 10px;
    background-color: #ccc;
  }

  .index-solution .solution-list::-webkit-scrollbar-thumb {
    height: 6px;
    border-radius: 10px;
    background-color: var(--theme);
  }

  .index-solution .solution-list .solution-item {
    width: 47.5%;
    flex: none;
    flex-shrink: 0;
  }

  .index-solution .solution-list .solution-item .text .hover-box {
    display: block;
  }

  .index-solution .solution-list .solution-item .text .hover-box .more-btn {
    display: none;
  }

  .index-about .about-wrap {
    flex-wrap: wrap;
  }

  .index-about .about-wrap .about-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .index-about .about-wrap .about-right {
    width: 100%;
  }

  .index-news .news-wrap {
    flex-wrap: wrap;
  }

  .index-news .news-wrap .news-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .index-news .news-wrap .news-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .index-pro .index-pro-main .pro-content-list .pro-content.show {
    flex-wrap: wrap;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more {
    text-align: center;
    margin: 20px 15px;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more a {
    display: block;
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #333;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .aside {
    width: 100%;
    order: 1;
    margin-top: 20px;
    max-height: none !important;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .aside .list .aside-item:nth-child(n + 4) {
    display: none;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .main {
    width: 100%;
    margin-top: 0;
  }

  .index-partner .index-partner-swiper .swiper-slide {
    grid-template-columns: repeat(4, 1fr);
  }

  .index-pro .index-pro-main .tab-list, .index-pro .index-pro-main .tab-list .point {
    border-radius: 0;
  }

  .index-pro .index-pro-main .tab-list .point {
    height: calc(100% - 3px);
    top: 0;
    transform: initial;
  }

  .index-pro .index-pro-main .tab-list .tab-item {
    border-right: 1px solid rgba(204, 204, 204, 0.3);
  }

  .index-advantage .advantage-main .line .pic-max .pic::after, .index-advantage .advantage-main .line .pic-min .pic::after {
    padding-bottom: 32%;
  }

  .index-advantage .advantage-main .line .pic-item .other .hover-show .more-btn {
    display: none;
  }

  .index-advantage .advantage-main .line .pic-item .other .icon {
    height: 20px;
    margin-bottom: 5px;
  }

  .index-advantage .advantage-main .line .pic-item .other .tag {
    font-size: 18px;
  }

  .index-advantage .advantage-main .line .pic-item .other .hover-show {
    margin-top: 6px;
  }

  .index-advantage .advantage-main .line .pic-item .other .hover-show .desc {
    font-size: 14px;
  }

  .index-solution .index-section-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 10px;
  }

  .index-solution .index-section-top .more-btn {
    display: flex;
  }

  .index-solution .solution-list {
    scroll-snap-type: x mandatory;
  }

  .index-solution .solution-list .solution-item {
    width: 100%;
    height: 14.5rem;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .index-solution .solution-list .solution-item .text .hover-box {
    display: none;
  }

  .index-solution .solution-list .solution-item .text .icon {
    display: none;
  }

  .index-solution .solution-list .solution-item .text .title {
    font-weight: bold;
  }
}

@media (max-width: 576px) {
  .index-banner .index-swiper .swiper-slide .pic img {
    height: 300px;
    object-fit: cover;
  }

  .index-banner .index-swiper .swiper-slide .slide-text .title {
    font-size: 20px;
  }

  .index-banner .index-swiper .swiper-slide .slide-text .sub-title {
    font-size: 16px;
  }

  .index-section-top .title-desc {
    margin-top: 10px;
  }

  .index-section-top .title-area .title-zh {
    font-size: 18px;
  }

  .index-section-top .title-area .title-en::before {
    display: none;
  }

  .index-solution .index-section-top .title-desc {
    margin-top: 10px;
  }

  .index-section-top .title-desc .desc-left {
    font-size: 14px;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .arrow {
    display: none;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper {
    width: 100%;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .aside {
    margin-top: 30px;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper .swiper-pagination {
    display: block;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
  }

  .index-advantage .advantage-main .line .pic-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .index-solution .solution-list {
    row-gap: 5%;
  }

  .index-solution .solution-list .solution-item .text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .index-about .about-wrap .about-left .title {
    font-size: 20px;
  }

  .index-about .about-wrap .about-right .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .index-about .about-wrap .about-right .list .item {
    width: 47.5%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .index-about .about-wrap .about-right .list .item .item-top {
    justify-content: center;
  }

  .index-about .about-wrap .about-right .list .item .item-bottom {
    text-align: center;
    font-size: 12px;
  }

  .index-news .news-wrap .news-left .text .title {
    font-size: 16px;
  }

  .index-news .news-wrap .news-left .text .more-btn {
    display: none;
  }

  .index-news .news-wrap .news-right .item .pic {
    width: 110px;
  }

  .index-news .news-wrap .news-right .item .text .time-line {
    display: none;
  }

  .index-news .news-wrap .news-right .item .pic::after {
    display: none;
  }

  .index-news .news-wrap .news-right .item .text {
    padding-top: 0;
  }

  .index-news .news-wrap .news-right .item {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .index-partner .index-section-top .title-desc {
    margin-top: 10px;
  }

  .index-about .about-wrap .about-right .item .item-top {
    font-size: 20px;
  }

  .index-partner .index-partner-swiper .swiper-slide {
    grid-template-columns: repeat(3, 1fr);
  }
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--theme);
  outline-offset: 2px;
}

.more-btn:focus-visible, .tab-item:focus-visible, .arrow:focus-visible, .solution-item:focus-visible, .pic-item:focus-visible {
  outline: 2px solid var(--theme);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(230, 0, 18, 0.2);
}

.index-pro .index-pro-main .tab-list .tab-item {
  padding: max(0.16rem, 10px) max(0.3rem, 10px);
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
  flex-shrink: 0;
  border: none;
  background: transparent;
}

.index-pro .index-pro-main .tab-list button.tab-item {
  padding: max(0.16rem, 10px) max(0.3rem, 10px);
  font-weight: 300;
  font-size: var(--font18);
  color: #333333;
  white-space: nowrap;
  user-select: none;
  transition: var(--duration);
  flex-shrink: 0;
}

.index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .arrow {
  width: var(--arrow);
  height: var(--arrow);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .swiper * {
    animation-duration: inherit !important;
    transition-duration: inherit !important;
  }

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }

  .ani {
    animation: none !important;
  }

  .swiper-pagination-bullet {
    transition: none !important;
  }

  .more-btn::after, .arrow::after, .pic-item:hover .pic img {
    transition: none !important;
  }
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (hover: none) and (pointer: coarse) {
  .more-btn::after, .arrow::after {
    display: none;
  }

  .more-btn:active, .arrow:active {
    opacity: 0.8;
  }
}

.index-section-top .title-area .title-en {
  font-weight: 700;
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: 8px;
  position: relative;
  letter-spacing: 0.02em;
  text-transform: none;
}

.index-section-top .title-area .title-en::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #e60012;
  border-radius: 50%;
}

.index-section-top .title-desc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-top: 14px;
}

.index-section-top .title-desc .desc-left {
  font-weight: 400;
  font-size: 18px;
  color: #475569;
  line-height: 1.8;
  max-width: 760px;
}

.index-pro .index-pro-main .tab-list button.tab-item[aria-selected="true"] {
  color: #fff;
  font-weight: 700;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .list .aside-item .item-main .learn-more span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.index-news .news-wrap .news-left .text .title {
  font-weight: 400;
  font-size: clamp(20px, 1.5vw, 26px);
  color: #172033;
  line-height: 1.42;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  transition: var(--duration);
}

.index-news .news-wrap .news-left .text .more-btn {
  margin-top: max(0.14rem, 10px);
}

.index-news .news-wrap .news-left:hover .text .title, .index-news .news-wrap .news-right .item:hover .text .title {
  color: #2E3192;
}

.index-news .news-wrap .news-right .item .pic {
  width: 168px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
}

.index-news .news-wrap .news-right .item .text {
  flex: 1;
  min-width: 0;
  padding-top: 0;
  margin-left: 16px;
}

.index-news .news-wrap .news-right .item .text .title {
  font-weight: 800;
  font-size: 17px;
  color: #172033;
  line-height: 1.45;
  width: 100%;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}

.index-news .news-wrap .news-right .item .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: 14.5px;
  color: #64748b;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .index-news .news-wrap {
    gap: 20px;
  }

  .index-news .news-wrap .news-left, .index-news .news-wrap .news-right {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .index-news .news-wrap .news-right .item {
    padding: 10px;
  }

  .index-news .news-wrap .news-right .item .pic {
    width: 112px;
  }

  .index-section-top .title-area .title-zh {
    font-size: 22px;
  }
}

.index-news .news-wrap .news-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(4, 11, 28, 0.82) 0%, rgba(4, 11, 28, 0.52) 42%, rgba(4, 11, 28, 0.08) 100%);
}

.index-news .news-wrap .news-left .text .time-line .time-text, .index-news .news-wrap .news-left .text .title, .index-news .news-wrap .news-left:hover .text .title {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.index-news .news-wrap .news-left .text .desc {
  font-family: SourceHanSansCN-Light, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.index-pro .index-pro-main .tab-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  border-radius: 6px;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
  gap: 0;
  border: 1px solid #e2e8f0;
  overflow-x: auto;
  overflow-y: hidden;
}

.index-pro .index-pro-main .tab-list .point {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
  width: 160px;
  height: calc(100% - 6px);
  background-color: #e60012;
  border-radius: 25px;
  transition: var(--duration);
  display: none;
}

.index-pro .index-pro-main .tab-list .tab-item, .index-pro .index-pro-main .tab-list button.tab-item {
  position: relative;
  min-height: 52px;
  padding: 0 28px;
  color: #475569;
  font-size: 16px;
  font-weight: 600;
  border-right: 1px solid #edf2f7;
}

.index-pro .index-pro-main .tab-list .tab-item:last-of-type {
  border-right: 0;
}

.index-pro .index-pro-main .tab-list .tab-item::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  border-radius: 2px;
  background: transparent;
  transition: var(--duration);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .list .aside-item .item-main .learn-more span, .index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more a {
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .index-pro .index-pro-main .tab-list .tab-item, .index-pro .index-pro-main .tab-list button.tab-item {
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }
}

.index-section-top .more-btn .more-icon, .index-pro .index-pro-main .pro-content-list .pro-content .aside .list .aside-item .item-main .learn-more img, .index-advantage .advantage-main .line .pic-item .other .hover-show .more-btn .more-icon, .index-solution .solution-list .solution-item .text .hover-box .more-btn .more-icon, .index-about .about-wrap .about-left .more-btn .more-icon, .index-news .news-wrap .news-left .text .more-btn .more-icon {
  display: none !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .list .aside-item .item-main .learn-more span::after, .index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more a::after {
  content: " →";
  font-weight: 500;
}

.index-section-top .title-area .title-zh {
  white-space: nowrap;
  font-weight: 500;
  font-size: var(--font44);
  color: transparent;
  line-height: 1.2;
  padding-bottom: 5px;
  background: linear-gradient(0deg, #d71418 0%, #e60012 0%, #ff3131 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more a:hover {
  background-color: #2E3192;
  padding-left: 20px;
  border-color: #e60012 !important;
  background: #e60012 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(230, 0, 18, 0.16) !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more a::after {
  content: "" !important;
  display: none !important;
}

@media (max-width: 768px) {
  .index-pro .index-pro-main .tab-list {
    padding-bottom: 8px;
    scrollbar-color: #d1d5db transparent;
  }

  .index-pro .index-pro-main .tab-list::-webkit-scrollbar {
    height: 3px;
  }

  .index-pro .index-pro-main .tab-list::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 999px;
  }

  .index-pro .index-pro-main .tab-list .tab-item::after {
    bottom: 4px;
    height: 3px;
    z-index: 2;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .main .swiper-item .swiper .swiper-slide .pic {
    min-height: 188px;
  }
}

@media (max-width: 768px) {
  .index-news {
    padding-top: 38px;
    padding-bottom: 44px;
  }

  .index-news .news-wrap {
    gap: 16px;
    margin-top: 22px;
  }

  .index-news .news-wrap .news-left {
    width: 100%;
    margin-bottom: 0;
    border-radius: 8px;
  }

  .index-news .news-wrap .news-left .pic::after {
    display: block;
    padding-bottom: 66%;
  }

  .index-news .news-wrap .news-left .text {
    padding: 18px 16px;
  }

  .index-news .news-wrap .news-left .text .title {
    font-size: 18px;
    line-height: 1.45;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .index-news .news-wrap .news-right {
    display: block;
    width: 100%;
  }

  .index-news .news-wrap .news-right .list {
    display: grid;
    gap: 14px;
  }

  .index-news .news-wrap .news-right .item {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    min-height: 104px;
    padding: 10px;
    margin: 0;
  }

  .index-news .news-wrap .news-right .item .pic {
    display: block;
    width: 100%;
    min-height: 84px;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
  }

  .index-news .news-wrap .news-right .item .pic::after {
    display: none;
  }

  .index-news .news-wrap .news-right .item .pic img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .index-news .news-wrap .news-right .item .text {
    margin-left: 0;
    padding-top: 0;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
  }

  .index-news .news-wrap .news-right .item .text .title {
    font-size: 15px;
    line-height: 1.45;
  }

  .index-news .news-wrap .news-right .item .text .desc {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 420px) {
  .index-news .news-wrap .news-right .item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .index-news .news-wrap .news-right .item .pic {
    min-height: 78px;
  }
}

.index-about .about-wrap .about-right .list .item .item-top, .index-about .about-wrap .about-right .list .item .item-top .data-num, .index-about .about-wrap .about-right .list .item .item-bottom {
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
}

.index-news .news-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: max(0.6rem, 30px);
  gap: 32px;
}

.index-news .news-wrap .news-left {
  width: 52%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  align-self: stretch;
}

.index-news .news-wrap .news-right {
  width: calc(48% - 32px);
  flex-shrink: 0;
  display: flex;
  align-self: stretch;
}

.index-news .news-wrap .news-right .list {
  display: grid;
  gap: 16px;
  flex: 1;
  min-height: 100%;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.index-news .news-wrap .news-right .item {
  display: flex;
  align-items: center;
  padding-bottom: max(20px, 0.31rem);
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  margin-bottom: 30px;
  margin: 0;
  padding: 12px;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  background: #fbfcff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  min-height: 0;
}

@media (max-width: 992px) {
  .index-news .news-wrap .news-right {
    display: block;
  }

  .index-news .news-wrap .news-right .list {
    min-height: 0;
    grid-template-rows: none;
  }
}

@media (min-width: 993px) {
  .index-pro .index-pro-main .tab-list {
    overflow-x: visible;
  }

  .index-pro .index-pro-main .tab-list .tab-item, .index-pro .index-pro-main .tab-list button.tab-item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
  }
}

.index-pro .index-pro-main .tab-list .tab-item.active, .index-pro .index-pro-main .tab-list .tab-item[aria-selected="true"], .index-pro .index-pro-main .tab-list button.tab-item[aria-selected="true"] {
  color: #e60012;
  background: #f8faff;
  font-weight: 700;
}

.index-pro .index-pro-main .tab-list .tab-item.active::after, .index-pro .index-pro-main .tab-list .tab-item[aria-selected="true"]::after {
  background: #e60012;
}

.index-pro .index-pro-main .tab-list .tab-item:not(.active):hover, .index-pro .index-pro-main .tab-list button.tab-item:not([aria-selected="true"]):hover {
  color: #e60012;
  background: #fbfcff;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .list .aside-item .item-main .learn-more span, .index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more a {
  color: #e60012;
}

.index-about .about-wrap .about-right .list .item .item-top, .index-about .about-wrap .about-right .list .item .item-top .data-num {
  color: #e60012;
}

.index-news .news-wrap .news-right .item:hover .text .title {
  color: #e60012;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .list .aside-item .item-main .learn-more span, .index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more a {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.index-section-top .more-btn::after, .index-news .news-wrap .news-left .text .more-btn, .index-pro .index-pro-main .pro-content-list .pro-content .aside .index-show-more a:hover {
  background: #e60012;
  background-color: #e60012;
}

.index-solution .solution-list .solution-item .text .hover-box .more-btn:hover .more-icon {
  transform: translateX(6px);
}

.index-banner .index-swiper .swiper-slide .slide-text .more-btn,
.index-about .about-wrap .about-left .more-btn,
.index-news .news-wrap .news-left .text .more-btn,
.index-solution .solution-list .solution-item .text .hover-box .more-btn,
.index-advantage .advantage-main .line .pic-item .other .hover-show .more-btn,
.index-section-top .more-btn {
  border-radius: 6px !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .more-btn {
  margin-top: 0 !important;
  margin-right: 0 !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main .more-btn-light {
  display: inline-flex;
  width: auto;
  min-width: 116px;
  height: 36px;
  margin-top: 20px !important;
  padding: 0 22px;
  border-radius: 6px !important;
  border: 1px solid #e60012 !important;
  background: #e60012 !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(230, 0, 18, 0.18) !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main .more-btn-light .more-text {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main .more-btn-light .more-icon {
  display: inline-flex !important;
  margin-left: 8px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main .more-btn-light .more-icon img {
  filter: brightness(0) invert(1) !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main .more-btn-light:hover {
  background: #cb000f !important;
  border-color: #cb000f !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(230, 0, 18, 0.24) !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside > .more-btn-rect {
  display: inline-flex;
  width: auto;
  min-width: 168px;
  height: 38px;
  margin-top: 24px !important;
  margin-bottom: 10px;
  padding: 0 24px;
  border-radius: 6px !important;
  border: 1px solid #d7dee8 !important;
  background: #fff !important;
  color: #475569 !important;
  box-shadow: none !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside > .more-btn-rect .more-text {
  color: #475569 !important;
  font-size: 14px;
  font-weight: 500;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside > .more-btn-rect .more-icon {
  display: inline-flex !important;
  margin-left: 8px;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside > .more-btn-rect .more-icon img {
  filter: brightness(0) opacity(0.55) !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside > .more-btn-rect:hover {
  border-color: #e60012 !important;
  background: #fff7f8 !important;
  color: #e60012 !important;
  transform: translateY(-1px);
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside > .more-btn-rect:hover .more-text {
  color: #e60012 !important;
}

.index-pro .index-pro-main .pro-content-list .pro-content .aside > .more-btn-rect:hover .more-icon img {
  filter: none !important;
}

@media (max-width: 768px) {
  .index-pro .index-pro-main .pro-content-list .pro-content .aside .aside-item .item-main .more-btn-light,
  .index-pro .index-pro-main .pro-content-list .pro-content .aside > .more-btn-rect {
    width: 100%;
    min-width: 0;
  }

  .index-pro .index-pro-main .pro-content-list .pro-content .aside > .more-btn-rect {
    margin-top: 16px !important;
  }
}

@media (max-width: 768px) {
  .index-news {
    padding-top: 42px;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .index-news .news-wrap {
    display: block;
    width: 100%;
    margin-top: 22px;
    gap: 0;
  }

  .index-news .news-wrap .news-left,
  .index-news .news-wrap .news-right {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .index-news .news-wrap .news-left {
    margin-bottom: 16px;
    border-radius: 8px;
  }

  .index-news .news-wrap .news-left .pic {
    width: 100%;
  }

  .index-news .news-wrap .news-left .pic::after {
    display: block;
    padding-bottom: 62%;
  }

  .index-news .news-wrap .news-left .text {
    padding: 18px 16px;
  }

  .index-news .news-wrap .news-left .text .title {
    font-size: 18px;
    line-height: 1.45;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .index-news .news-wrap .news-left .text .desc {
    white-space: normal;
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 1.6;
  }

  .index-news .news-wrap .news-right .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
  }

  .index-news .news-wrap .news-right .item {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    width: 100%;
    min-height: 104px;
    margin: 0;
    padding: 10px;
    border: 1px solid #e8edf5;
    border-radius: 8px;
    background: #fff;
  }

  .index-news .news-wrap .news-right .item .pic {
    display: block;
    width: 100%;
    min-height: 84px;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    overflow: hidden;
  }

  .index-news .news-wrap .news-right .item .pic::after {
    display: none;
  }

  .index-news .news-wrap .news-right .item .pic img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .index-news .news-wrap .news-right .item .text {
    margin-left: 0;
    padding-top: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .index-news .news-wrap .news-right .item .text .title {
    font-size: 15px;
    line-height: 1.45;
    white-space: normal;
  }

  .index-news .news-wrap .news-right .item .text .desc {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 420px) {
  .index-news .news-wrap .news-right .item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .index-news .news-wrap .news-right .item .pic {
    min-height: 78px;
  }
}

@media (max-width: 768px) {
  .index-solution .index-section-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
  }

  .index-solution .index-section-top .section-left {
    flex: 1;
    min-width: 0;
  }

  .index-solution .index-section-top > .more-btn {
    flex: 0 0 auto;
    width: auto;
    min-width: 104px;
    height: 38px;
    padding: 0 14px;
    margin: 6px 0 0;
    border-radius: 6px;
    white-space: nowrap;
    line-height: 1;
  }

  .index-solution .index-section-top > .more-btn .more-text {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
  }

  .index-solution .index-section-top > .more-btn .more-text::after {
    content: " →";
    margin-left: 6px;
  }
}

@media (max-width: 768px) {
  .index-solution .index-section-top {
    position: relative;
    display: block;
    padding-right: 0;
  }

  .index-solution .index-section-top .section-left {
    display: block;
    width: 100%;
  }

  .index-solution .index-section-top .title-area {
    width: 100%;
    padding-right: 122px;
  }

  .index-solution .index-section-top > .more-btn {
    position: absolute;
    right: 0;
    top: 8px;
    width: auto;
    min-width: 104px;
    height: 38px;
    padding: 0 14px;
    margin: 0 !important;
    border-radius: 6px;
    white-space: nowrap;
    line-height: 1;
  }

  .index-solution .index-section-top > .more-btn .more-text {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
  }

  .index-solution .index-section-top > .more-btn .more-text::after {
    content: " →";
    margin-left: 6px;
  }

  .index-solution .index-section-top .title-desc {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 18px;
  }

  .index-solution .index-section-top .title-desc .desc-left {
    width: 100%;
    max-width: none;
    font-size: 18px;
    line-height: 1.75;
    color: #475569;
  }
}

@media (max-width: 768px) {
  .index-news .index-section-top {
    position: relative;
    display: block;
  }

  .index-news .index-section-top .title-area {
    padding-right: 118px;
  }

  .index-news .index-section-top .title-desc {
    display: block;
    width: 100%;
    margin-top: 12px;
  }

  .index-news .index-section-top .title-desc .desc-left {
    width: 100%;
    max-width: none;
  }

  .index-news .index-section-top .title-desc .more-btn {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 8px;
    width: auto;
    min-width: 104px;
    height: 38px;
    padding: 0 14px;
    margin: 0;
    border-radius: 6px;
    white-space: nowrap;
  }

  .index-news .index-section-top .title-desc .more-btn .more-text {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
  }

  .index-news .index-section-top .title-desc .more-btn .more-text::after {
    content: " →";
    margin-left: 6px;
  }
}


/* 移动端：首页标题区按钮不挤占描述 */
@media (max-width: 768px) {
  .index-pro .index-section-top {
    position: relative;
    display: block;
  }
  .index-pro .index-section-top .title-area {
    padding-right: 122px;
  }
  .index-pro .index-section-top .title-desc {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 18px;
  }
  .index-pro .index-section-top .title-desc .desc-left {
    width: 100%;
    max-width: none;
  }
  .index-pro .index-section-top .title-desc .more-btn {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 8px;
    flex-shrink: 0;
    width: auto;
    min-width: 104px;
    height: 38px;
    padding: 0 14px;
    margin: 0 !important;
    white-space: nowrap;
    line-height: 1;
  }
  .index-pro .index-section-top .title-desc .more-btn .more-text {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
  }
  .index-solution .index-section-top {
    position: relative;
    display: block;
  }
  .index-solution .index-section-top .title-area {
    padding-right: 122px;
  }
  .index-solution .index-section-top > .more-btn {
    position: absolute;
    right: 0;
    top: 8px;
    width: auto;
    min-width: 104px;
    height: 38px;
    padding: 0 14px;
    margin: 0;
    white-space: nowrap;
  }
  .index-solution .index-section-top .title-desc {
    width: 100%;
    max-width: none;
    margin-top: 18px;
  }
  .index-solution .index-section-top .title-desc .desc-left {
    width: 100%;
    max-width: none;
  }
}

/* 移动端：首页资讯模块单列与查看更多 */
@media (max-width: 768px) {
  .index-news .index-section-top {
    position: relative;
    display: block;
  }
  .index-news .index-section-top .title-area {
    padding-right: 118px;
  }
  .index-news .index-section-top .title-desc {
    width: 100%;
    margin-top: 12px;
  }
  .index-news .index-section-top .title-desc .more-btn {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 8px;
    width: auto;
    min-width: 104px;
    height: 38px;
    padding: 0 14px;
    margin: 0;
    white-space: nowrap;
  }
  .index-news .news-wrap {
    display: block;
    width: 100%;
  }
  .index-news .news-wrap .news-left,
  .index-news .news-wrap .news-right {
    width: 100%;
    max-width: 100%;
  }
}
