/* 服务流程 */
.process {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
}
.step {
    text-align: center;
.step {
position: relative;
}

.step::before {
content: "";
position: absolute;
border: 2px solid #000; 
width: 50px; 
border-radius: 50px; 
top: 50%; 
left: 100%; 
margin-left: 10px; 
transform: translateY(-50%); 
}

.step-icon, .step-title {
padding: 10px;
}
.ku-r{
    float: left;
}
}
.step-icon {
    width: 50px;
    height: 50px;
    background-color: #f4981d;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    line-height: 50px;
    margin: 0 auto 10px;
}
.step-title {
    font-weight: bold;
    margin: 0;
    background: black;
    color: #fff;
    border-radius: 5px;
}
.step-description {
    font-size: 14px;
}
@media (max-width: 768px) {
    .process {
        flex-direction: column;
        align-items: center;
    }
    .step {
        margin: 10px 0;
    }
}

/* 客户服务 */
.service-container {
    display: flex;
    align-items: flex-start;
    padding: 20px;
  }
  .service-images {
    display: flex;
    flex-direction: column;
  }
  .image {
    margin-right: 20px;
    position: relative;
  }
  .image img {
    width: 220px;
    height: 272px;
  }
  .image-overlay {
    position: absolute;
    bottom: 0;
    width: 220px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
  }
  .red-bg {
    background-color: #C00000;
  }
  .red-bg p {
      color:#fff;
    }
  .blue-bg {
    background-color: #4472C4;
  }
    .blue-bg p{
      color:#fff;
    }
  .service-content {
    flex: 1;
  }
  .service-section {
    margin-bottom: 30px;
      margin-left:40px;
  }
  .service-section h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .service-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .service-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .box-right .margin-t40 p{
    font-size: 16px;
  }

  /* 移动端样式 */
@media screen and (max-width: 768px) {
  .service-container {
    flex-direction: column;
    padding: 10px;
  }
  .service-images {
    margin-bottom: 20px;
    text-align: center;
  }
  .image {
    margin-right: 0;
  }
  .image img {
    width: 100%; /* 图像宽度占满容器 */
    height: auto; /* 高度自适应 */
  }
  .image-overlay {
    width: 100%;
    position: static; /* 取消绝对定位 */
    margin-top: 10px;
    text-align: center;
  }
  .service-content {
    order: -1; /* 将内容部分放在上方 */
    margin-left: 0;
  }
  .service-section {
    margin-left: 0;
  }
  .service-section h5 {
    font-size: 16px;
  }
  .service-list li {
    font-size: 14px;
  }
  .box-right .margin-t40 p {
    font-size: 14px;
  }
}

/* 平板电脑端样式 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service-images {
    margin-bottom: 20px;
  }
  .image {
    margin-right: 10px;
  }
  .image img {
    width: 180px;
    height: auto;
  }
  .image-overlay {
    width: 180px;
    height: 48px;
  }
  .service-section h5 {
    font-size: 16px;
  }
  .service-list li {
    font-size: 14px;
  }
  .box-right .margin-t40 p {
    font-size: 14px;
  }
}


  /* 企业优势 */

.advantage-container {
    margin: 20px auto;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.advantage-item {
    flex: 1;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.advantage-item h2 {
    font-size: 24px;
    color: #f4981d;
}

.advantage-item p {
    font-size: 16px;
}

.icon {
    font-size: 48px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .advantage-container {
        flex-direction: column;
    }

    .advantage-item {
        flex: none;
        width: 84%;
    }
}

/* 公司简介 */

.gsxj {
    margin: 0 auto;
    padding: 5px;
}
.box-right .margin-t40 .gsxj p{
    line-height: 37px;
}

.high-light {
    color: #f4981d;
    font-weight: bold;
}

ul.list-paddingleft-2 {
    list-style: none;
    padding-left: 20px;
}

ul.list-paddingleft-2 li {
    margin-bottom: 10px;
}

.box-right .margin-t40 .gsxj ul.list-paddingleft-2 li p{
    color: red;
    font-weight: 600;
}<!--0.00023293495178223-->