
/* === 整体容器 === */
 .p-content-container {
      display: flex;
      justify-content: center;
      gap: 24px;
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .p-content-card {
      width: 100%;
      max-width: 260px;
      text-align: center;
      padding: 24px 16px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;

      opacity: 0;
      transform: translateX(-100%);
    }

    .p-content-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }

    .p-content-icon {
      font-size: 1.5rem;
      font-weight: bolder;
      color: rgb(0, 119, 255);
      width:  60px;
      height: 54px;
      margin: 0 auto 16px;
      border-radius: 8px;
      overflow: hidden;
      background: #e2f1ff;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .p-content-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .p-content-title {
      font-size: 18px;
      font-weight: 600;
      color: black;
      margin: 0 0 12px 0;
      line-height: 1.4;
    }

    .p-content-subtitle {
      font-size: 14px;
      color: #666;
      line-height: 1.6;
      margin: 0;
    }

    .p-content-subtitle + .p-content-subtitle {
      margin-top: 6px;
    }

    @keyframes slideInFromLeft {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .p-content-card.animate {
      animation: slideInFromLeft 0.6s ease-out forwards;
    }

    .p-content-card.animate:nth-child(1) { animation-delay: 0s; }
    .p-content-card.animate:nth-child(2) { animation-delay: 0.15s; }
    .p-content-card.animate:nth-child(3) { animation-delay: 0.3s; }
    .p-content-card.animate:nth-child(4) { animation-delay: 0.45s; }

    @media (max-width: 300px) {
      .p-content-card {
        max-width: 100%;
        min-width: 280px;
      }
      .p-content-container {
        gap: 20px;
        padding: 30px 16px;
      }
      .p-content-title {
        font-size: 16px;
      }
      .p-content-subtitle {
        font-size: 13px;
      }
    }

/* 响应式 */
@media (max-width: 1024px) {
  .p-content-container {
    gap: 24px;
  }
  .p-content-card {
    width: calc(33.333% - 16px);
  }
}

@media (max-width: 768px) {
  .p-content-container {
    gap: 20px;
  }
  .p-content-card {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .p-content-container {
    padding: 30px 15px;
    gap: 16px;
  }
  .p-content-card {
    width: 100%;
    padding: 20px 12px;
  }
  .p-content-icon {
    width: 70px;
    height: 56px;
  }
  .p-content-title {
    font-size: 16px;
  }
  .p-content-subtitle {
    font-size: 13px;
  }
}

.partner{
    margin-top: 2rem;
    width: 100%;
    color:black;
    text-align: center;
    font-weight:bolder;
    font-size:38px;
    padding: 0 20px;
}
.partner .d2{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 3rem;
    align-items: center;
    justify-content: center;
    gap:15px;
}
.partner .d2 .img1{
    width: 100%;
    max-width: 800px;
    height: auto;
}
/* Logo 容器包装器 */
.partner-wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 1rem 0;
    -webkit-overflow-scrolling: touch;
}
/* Logo 容器 */
.partner-container {
    width: 70%;
    margin: 1rem auto;
    display: flex;
    gap: 4%;
    min-width: 600px; /* 确保在小屏上可滚动 */
}

/* 每个 logo 的容器 */
.partner-logo {
    width: 14%;
    flex-shrink: 0; /* 防止压缩 */
}
/* 图片 */
.partner-logo img{
    width: 100%;
    height: auto;
}

.service{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.service .d0{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
}
.service .s1{
    color:black;
    font-size:38px;
    font-weight:bolder;
}
.service .d1{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 3rem;
    align-items: center;
    justify-content: center;
}
.service .s2{
    padding: 1rem 3rem 1rem 3rem;
    background-color: rgb(230, 0, 0);
    color:rgb(255, 255, 255);
    font-size:1rem;
    border-radius: 100px;
}
.service .d2{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 3rem;
    align-items: center;
    justify-content: center;
    gap:15px;
}
.service .img1{
    width: 100%;
    max-width: 800px;
    height: auto;
}

.service-icon{
    width: 100%;
    height: auto;
    margin-top: 2rem;
    padding: 0 20px;
    box-sizing: border-box;
}
.service-icon .d0{
    width: 70%;
    margin-left: 15%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.service-icon .d1{
    width: 80px;
    height: auto;
    text-align: center;
}
.service-icon .d1 img{
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
}
.service-icon .d1 span{
    color: black;
    font-size: 0.8rem;
    display: block;
}

/* 小屏优化 */
@media (max-width: 768px) {
  .service-icon .d0 {
    gap: 15px;
  }
  .service-icon .d1 {
    width: 70px;
  }
  .service-icon .d1 img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .service-icon .d0 {
    gap: 10px;
  }
  .service-icon .d1 {
    width: 60px;
  }
  .service-icon .d1 img {
    width: 40px;
    height: 40px;
  }
  .service-icon .d1 span {
    font-size: 0.7rem;
  }
}

/* CSS 样式 */
.industry-container {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.industry-card {
  position: relative;

  background: #f5f5f5;
  border-radius: 8px;
  /* overflow: hidden; */
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* 蓝色边框动画：从中心放大 */
.industry-card::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border: 0px solid #1E90FF; /* 道奇蓝，可换你喜欢的蓝色 */
  border-radius: 8px;
  transform: translate(-50%, -50%);
  transition: 
    width 0.4s ease-out,
    height 0.4s ease-out;
  pointer-events: none; /* 防止遮挡点击 */
}

/* 悬停时放大边框 */
.industry-card:hover::before {
  border: 2px solid #1E90FF; /* 道奇蓝，可换你喜欢的蓝色 */
  width: calc(100% - 4px);   /* 减去边框宽度，避免溢出 */
  height: calc(100% - 4px);
}


.industry{
    margin-top: 4rem;
   
    /* background-image: url("https://www.jmruixiang.com/wp-content/themes/twentyseventeen-yqb/rx/images/banner2.png"); */
    background-color: black;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px 0px;
    box-sizing: border-box;
}
.industry span{
    width: 100%;
    color:white;
    font-weight:bolder;
    font-size:38px;
    display: block;
}

.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.industry-icon {
  height: 100%;
  height: 9rem;
  overflow: hidden;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #6c757d;
}
.industry-icon img{
  width:100%;
  object-fit: contain;
}

.industry-label {
  padding: 12px 16px;
  background: #555;
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 响应式：小屏改为 2 列 */
@media (max-width: 992px) {
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-card {
   
    height: 160px;
  }
}

@media (max-width: 480px) {
  .industry-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .industry-card {
    
    height: 140px;
  }
  .industry-label {
    font-size: 13px;
    padding: 10px 12px;
  }
}
.title1{
    margin-top: 4rem;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.title1 span{
    width: 100%;
    color:#6f7f9d;
    font-weight:400;
    font-size:1.85rem;
    display: block;
}
.position{
    margin-top: 4rem;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.position span{
    width: 100%;
    color:rgb(0, 0, 0);
    font-weight:bolder;
    font-size:1.2rem;
    display: block;
}
.position .d0{
    width: 50%;
}

.position-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 30px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.position-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.position-tab {
  width: 10rem;
  background: #fff;
  border-radius: 24px;
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: inline-block;
  margin-bottom: 20px;
}

.position-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
}

.position-card {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

/* 👇 长方形图标容器：固定高 60px，宽度自适应（实际由 img 控制） */
.position-icon-container {
  width: 100%;
  height: auto;
  background: #d7d7d7;
  padding: 0;
  display: flex;
  justify-content: center;
}

.position-icon {
  width: 100%;   /* 明确设定宽度 → 形成长方形 */
  height: 80px;   /* 固定高度 */
  /* border-radius: 4px 4px 0 0; */
  overflow: hidden;
}

.position-icon img {
  width: 100%;
  height: 80px;
  
}

/* 👇 文字区域：深灰底 + 白字 */
.position-label {
  background: #efefef;
  color: #000000;
  font-size: 11px;
  text-align: center;
  padding: 10px 8px;
  height: 30px;
  line-height: 1.2;
}

/* 响应式优化 */
@media (max-width: 1024px) {
  .position-container {
    gap: 30px;
    padding: 25px 15px;
  }
  .position-column {
    width: 100%;
  }
  .position-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .position-card {
    width: 100%;
  }
  .position-icon {
    height: 70px;
  }
}

@media (max-width: 768px) {
  .position-container {
    flex-direction: column;
    align-items: center;
  }
  .position-column {
    width: 90%;
    max-width: 500px;
  }
  .position-grid {
    
    grid-template-columns: repeat(3, 1fr);
  }
  .position-card {
    width: 100%;
  }
  .position-icon {
    height: 60px;
  }
  .position-label {
    font-size: 10px;
    padding: 8px 6px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .position-container {
    padding: 20px 10px;
  }
  .position-grid {
    grid-template-columns: repeat(2, 1fr);
   
  }
  .position-card {
    width: 100%;
  }
  .position-icon {
    height: 65px;
  }
  .position-label {
    font-size: 11px;
    padding: 10px 8px;
    height: 32px;
  }
}



/* 轮播图基础样式 */
.carousel-container {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* 新增：轮播项容器 */
.carousel-slide {
    position: relative;
    width: 100%;
    flex-shrink: 0;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
}
/* 定义滑入动画 */
@keyframes slideInFromLeft2 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* 新增：文字说明样式 */
.slide-caption {
    position: absolute;
    max-width: 60%; /* 限制文字宽度 */
   
}


.slide-caption1{
    top: 50px; /* 距离底部的距离，避开指示器 */
    left: 20%; /* 左边距 */
    right: 20%; /* 右边距 */
    color: rgb(2, 0, 0);
    text-align: center;
    /* animation: slideInFromLeft2 0.6s ease-out forwards; */
}
.slide-caption2{
    top: 150px; /* 距离底部的距离，避开指示器 */
    left: 20%; /* 左边距 */
    right: 20%; /* 右边距 */
    color: rgb(2, 0, 0);
    text-align: center;
}
.slide-caption3{
   bottom: 250px; /* 距离底部的距离，避开指示器 */
    left: 50px; /* 左边距 */
    right: 50px; /* 右边距 */
    color: rgb(2, 0, 0);
}

.slide-caption1 h1{
  font-size: 2rem;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.slide-caption2 h1{
  font-size: 2rem;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.slide-caption3 h1{
  font-size: 2rem;
    margin: 0 0 10px 0;
    font-weight: bold;
}



.slide-caption1 .p1 {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
    color: rgb(0, 128, 160);
}
.slide-caption1 .p2 {
    color:rgb(0, 138, 41);
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;

}

.slide-caption2 .p1 {
    color:rgb(170, 97, 0);
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
    
}
.slide-caption2 .p2 {
   color:rgb(138, 0, 126);
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
.slide-caption3 .p1{
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
.slide-caption3 .p2{
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
/* 响应式调整 */
@media (max-width: 768px) {
    .slide-caption1 {
        bottom: 280px;
        left: 20px;
        right: 20px;
        max-width: none;
    }
    .slide-caption2 {
        bottom: 280px;
        left: 20px;
        right: 20px;
        max-width: none;
    }
    .slide-caption3 {
        bottom: 280px;
        left: 20px;
        right: 20px;
        max-width: none;
    }
    
    .slide-caption1 h1 {
        font-size: 1.5rem;
    }
    .slide-caption2 h1 {
        font-size: 1.5rem;
    }
    .slide-caption3 h1 {
        font-size: 1.5rem;
    }
    
    
    
    .carousel-indicators button {
        width: 10px;
        height: 10px;
    }
}

.carousel-indicators-container {
    position: absolute;
    bottom: 20px;
    right: 0px;
    transform: translateX(-50%);
    z-index: 10;
}

.carousel-indicators {
    display: flex;
    gap: 10px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.carousel-indicators button.active {
    background: white;
}


.wrap { width: min(1200px, 92vw); margin: 0 auto; }
.section { padding: 54px 0 12px; }
.section h2 { margin: 0; text-align: center; font-size: 38px; color: black;}
.subtitle {
  text-align: center;
  color: var(--muted);
  margin: 10px auto 0;
  max-width: 860px;
  font-size: 16px;
  color: #6f7f9d;
}
.jobs {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  
}
@keyframes vibrate-random {
  0%, 100% { transform: translateX(0); }
  20%      { transform: translateX(-2px) rotate(-1deg); }
  40%      { transform: translateX(2px) rotate(1deg); }
  60%      { transform: translateX(-1px) rotate(-0.5deg); }
  80%      { transform: translateX(1px) rotate(0.5deg); }
}
.job {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 12px;
  min-height: 124px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.job:hover{
  animation: vibrate-random 0.5s ;
}
.job h4 { margin: 0; font-size: 18px; color: rgb(0, 99, 191); }
.job p { margin: 6px 0 0; color: #6f7f9d; font-size: 14px; }
