/*服务支持*/
.mainText {
  font-size: 1.125rem /* 18/16 */;
  color: #666666;
  line-height: 2.4;
  margin-bottom: 0.625rem /* 10/16 */;
}

.mainText h2 {
  font-size: 2.375rem /* 38/16 */;
  color: #333333;
  margin-bottom: 5rem /* 80/16 */;
}

.mainText strong {
  color: var(--base_color);
}

.service_swiper .swiper-wrapper {
  padding-top: 2.5rem /* 40/16 */;
  padding-bottom: 2.5rem /* 40/16 */;
  margin-bottom: 2rem /* 32/16 */;
}

.service_item {
  background-color: #ffffff;
  border-radius: 0;
  padding: 3rem 3rem;
  height: 100%;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  position: relative;
  top: 0;
}

.service_icon {
  margin-bottom: 1.5rem /* 24/16 */;
  transition: all 0.3s ease;
}

.service_icon img {
  width: 5rem /* 80/16 */;
  height: 5rem /* 80/16 */;
  object-fit: contain;
}

.service_title {
  font-size: 1.75rem /* 28/16 */;
  margin-bottom: 1.875rem /* 30/16 */;
  color: #333333;
  transition: all 0.3s ease;
}

.service_desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #666666;
  min-height: calc(1.8 * 1rem * 2);
  transition: all 0.3s ease;
  text-align: left;
}

.service_desc span {
  color: var(--second_color);
}


.service_item:hover {
  background-color: #1e5fb8;
  box-shadow: 0 0.5rem 1.5rem rgba(30, 95, 184, 0.5);
}

.service_item:hover * {
  color: #ffffff !important;
}

.service_item:hover .service_icon img {
  filter: brightness(0) invert(1); /* 将图标转为白色 */
}

.service-content { padding: 3rem /* 48/16 */;}
.service-content .mainInfo {
  font-size: 1rem /* 16/16 */;
  color: #666666;
}
.service-content .mainInfo h2 {
  font-size: 1.75rem /* 28/16 */;
  color: #333333;
  font-weight: bold;
  margin-bottom: 1.25rem /* 20/16 */;
}

/* 河南康隆服务流程样式 */
.service-process {
  padding-top: 4.5rem /* 72/16 */;
  padding-bottom: 4rem /* 64/16 */;
  background-color: #f6f6f6;
}

.service-process .section-title {
  margin-bottom: 3rem /* 48/16 */;
}

.process-swiper-container {
  position: relative;
  padding: 0 3rem;
}


.process-item {
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

/* 添加流程项之间的箭头连接 */
.process-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5625rem /* 25/16 */;
}

.service-process .swiper-slide:last-child .process-dots {
  display: none;
}

.process-dots span {
  display: inline-flex;
  width: .375rem /* 6/16 */;
  height: .375rem /* 6/16 */;
  background-color: #d0d0d0;
  border-radius: 50%;
  margin: 0 .3125rem /* 5/16 */;
}

.process-icon {
  width: 6.25rem /* 100/16 */;
  height: 6.25rem /* 100/16 */;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.process-item:hover .process-icon {
  box-shadow: 0 .625rem /* 10/16 */ 1.25rem /* 20/16 */ rgba(21, 113, 202, 0.35);
  background-color: var(--base_color);
}

.process-item:hover .process-icon img {
  filter: brightness(0) invert(1);
}


.process-icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}


.process-title {
  font-size: 1.0625rem /* 17/16 */;
  color: #666666;
}