.common {
  width: 1000px;
  margin: 0 auto;
}

.ptop60 {
  padding-top: 80px;
}

.company {
  background-color: #f6f9fe;
  padding: 40px 0 80px;
  overflow: hidden;
}

.company .statistics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 40px;
}

.company .statistics li {
  text-align: center;
}

.company .statistics .num {
  font-size: 38px;
  font-weight: 600;
  color: #ea0000;
}

.company .statistics .num .add {
  padding-left: 5px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: -15px;
  color: #ea0000;
}

.company .statistics .name {
  color: #353439;
  font-size: 15px;
  font-weight: 600;
}

.company .company-content {
  display: flex;
  justify-content: space-between;
}

.company .company-content .company-content-img {
  display: block;
}

.company .company-content .company-content-text {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.company .company-content .company-content-text p {
  line-height: 2;
  font-size: 14px;
  text-indent: 2em;
}

.company .company-content .company-content-text p:first-child {
  margin-top: -0.5em;
}

.company .company-content .company-content-text p:last-child {
  margin-bottom: -0.5em;
}

.com-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.com-header h2 {
  font-size: 30px;
  line-height: 1;
}

.com-header p {
  line-height: 1.8;
  font-size: 14px;
  color: #777;
  padding-top: 8px;
}

.plan {
  background-color: #fff;
  padding: 80px 0 80px;
  overflow: hidden;
}

.plan .plan-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan .plan-content li {
  width: 31%;
  text-align: center;
  position: relative;
}

.plan .plan-content li .plan-content-box {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -25%);
}

.plan .plan-content li .plan-content-box h3 {
  font-size: 25px;
  color: #fff;
  line-height: 1;
  padding: 20px 0 10px;
}

.plan .plan-content li .plan-content-box p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

.welfare {
  background: url(../images/homeImg/fuli_bg.jpg) no-repeat top center;
  height: 664px;
  overflow: hidden;
}

.welfare .items-box {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.welfare .items-box .items {
  position: relative;
  width: 500px;
  height: 505px;
}

.welfare .items-box .items .item {
  position: absolute;
  width: 218px;
  text-align: right;
}

.welfare .items-box .items .item em {
  display: block;
  font-size: 16px;
  color: #353439;
  font-weight: 600;
  line-height: 2;
  font-style: normal;
}

.welfare .items-box .items .item p {
  font-size: 14px;
  color: #353439;
  line-height: 1.5;
}

.welfare .items-box .items .pos1 {
  top: 19px;
  left: -250px;
}

.welfare .items-box .items .pos2 {
  top: 185px;
  left: -245px;
}

.welfare .items-box .items .pos3 {
  top: 315px;
  left: -150px;
}

.welfare .items-box .items .pos4 {
  top: 308px;
  right: -150px;
  text-align: left;
}

.welfare .items-box .items .pos5 {
  top: 190px;
  right: -245px;
  text-align: left;
}

.welfare .items-box .items .pos6 {
  top: 20px;
  right: -242px;
  text-align: left;
}

.activity {
  background-color: #fff;
  padding: 80px 0 70px;
  overflow: hidden;
}

.activity .company-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.activity .company-content .company-content {
  display: block;
}

.activity .company-content .company-content-text {
  margin-left: 50px;
}

.activity .company-content .company-content-text p {
  line-height: 2;
  font-size: 14px;
  color: #333;
}

.activity .company-content .company-content-text p:first-child {
  margin-top: -10px;
}

.activity .company-content .company-content-text p:last-child {
  margin-top: 40px;
}

.saas {
  background: url(../images/homeImg/guobaoyun_bg.jpg) no-repeat top center;
  height: 1180px;
  overflow: hidden;
  background-color: #F6F9FE;
}

.saas .saas-content {
  width: 1000px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.saas .saas-content .saas-content-text {
  width: 440px;
  height: 280px;
  padding: 10px 30px;
  margin-top: 50px;
}

.saas .saas-content .saas-content-text p {
  font-size: 14px;
  color: #333;
  line-height: 2;
  text-indent: 2em;
}

.saas .saas-content .saas-content-text p:last-child {
  margin-top: 20px;
}

.brand {
  background-color: #fff;
  padding: 80px 0 80px;
  overflow: hidden;
}

.service {
  background: url(../images/homeImg/kehu_bg.jpg) no-repeat top center;
  height: 663px;
  overflow: hidden;
}

.group {
  background-color: #fff;
  padding: 80px 0 60px;
  overflow: hidden;
}

.group .group-content {
  display: flex;
  flex-wrap: wrap;
}

.group .group-content li {
  position: relative;
  /* flex: 0 0 33.333%; */
  width: 28%;
  margin-bottom: 20px;
  text-indent: 12px;
}
.group .group-content li:nth-child(3n+1){
  width: 36%;
}
.group .group-content li:nth-child(3n+2){
  width: 36%;
}

.group .group-content li .add_name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #323232;
  line-height: 2;
}

.group .group-content li .add_desc {
  display: block;
  font-size: 12px;
  color: #393939;
}

.group .group-content li ::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 4px;
  height: 34px;
  background-color: #e90101;
}



.citys {
  background-color: #fff;
 
  overflow: hidden;
}

.citys .group-content {
  display: flex;
  flex-wrap: wrap;
}

.citys .group-content li {
  position: relative;
  /* flex: 0 0 33.333%; */
  width: 48%;
  margin-bottom: 20px;
  /* text-indent: 12px; */
}
/* .citys .group-content li:nth-child(2n+1){
  width: 46%;
}
.citys .group-content li:nth-child(2n+2){
  width: 46%;
} */

.citys .group-content li .add_name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #323232;
  line-height: 2;
  /* padding-left: 12px; */
}

.citys .group-content li .add_desc {
  display: block;
  font-size: 12px;
  color: #393939;
  position: relative;
  /* padding-left: 12px; */
}
/* 
.citys .group-content li ::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 4px;
  height: 34px;
  background-color: #e90101;
} */

.address {
  height: 130px;
  background-color: #3d3d3d;
  overflow: hidden;
}

.address .common {
  height: 100%;
  color: #f0f0f0;
  font-size: 12px;
  line-height: 2.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.address .common .address-content p a {
  color: #f0f0f0;
}

.address .common .address-content p a:hover {
  color: #ff6600;
  text-decoration: underline;
}

/*# sourceMappingURL=home.css.map */
/* 核心容器：锁死375px宽度，图片自适应 */
.img-container {
  width: 100%;
  max-width: 375px;
  /* 强制限制宽度 */
  margin: 0 auto;
  position: relative;
  /* 用于定位点位 */
}

/* 图片容器：只显示当前图片 */
.img-wrapper {
  width: 100%;
  height: auto;
  /* 由图片自然撑开高度，不会塌陷 */
}

/* 所有图片默认隐藏，只显示active的 */
.img-item {
  display: none;
  width: 100%;
  height: auto;
  /* 保持图片比例 */
}

.img-item.active {
  display: block;
  /* 显示当前激活的图片 */
}

/* 点位样式：居中在图片底部 */
.img-indicators {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  /* 确保在图片上方 */
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
}

.indicator.active {
  background-color: #ea0000;
  /* 激活的点位高亮 */
}



.banner-wrap {
      width: 100%;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    /* 滚动列表：横向排列所有 banner */
    .banner-list {
      display: flex;
      width: 100%; /* 两张图：100% * 2 */
      transition: transform 0.5s ease; /* 平滑滚动 */
    }

    /* 单个 banner 项：宽度 100% */
    .banner-item {
      width: 100%;
      flex-shrink: 0;
    }

    /* 背景图：全屏宽度，按比例显示 */
    .banner-img {
      width: 100%;
      height: auto; /* 保持图片比例，也可固定高度如 400px */
      display: block;
      background-size: cover;
      background-position: center;
    }

    /* 指示器（可选） */
    .banner-dots {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      gap: 8px;
      z-index: 2;
    }
    .banner-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ccc;
      cursor: pointer;
    }
    .banner-dot.active {
      background: #ea0000;
    }