/* Banner模块样式 */
.banner-section {
  position: relative;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
}

.banner-bg {
  position: relative;
  width: 100%;
  min-height: 680px;
  background: url(/template/pc/skin/images/banner-home-bg.png) no-repeat center
    center;
  background-size: cover;
}

.banner-service-section {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.banner-service-bg {
  position: relative;
  width: 100%;
  min-height: 320px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-itt-bg {
  background-image: url('/template/pc/skin/images/banner-home-bg4.jpg');
}
.banner-caseb-bg {
  background-image: url('/template/pc/skin/images/banner-home-bg6.png');
}

.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 120px;
}
.banner-rencai-content {

  padding-top: 100px;
}

.banner-title {
  margin-bottom: 60px;
  line-height: 1.2;
}

.banner-title .title-part1 {
  display: block;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Alibaba PuHuiTi 3.0";
  color: #1a2233;
  font-weight: 500;
}

.banner-title .title-part2 {
  display: block;
  font-size: 48px;
  font-weight: 700;

  background: linear-gradient(270deg, #a202ff 0%, #6b17ff 52%, #2430fe 100%);

  color: linear-gradient(270deg, #a202ff 0%, #6b17ff 49%, #2430fe 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.banner-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.stat-item {
  width: 198px;
  height: 116px;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(238, 233, 255, 0.8) 0%,
    #ffffff 100%
  );
  opacity: 1;
  padding-top: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(270deg, #a202ff 0%, #6b17ff 49%, #2430fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  line-height: 1;
}

.stat-label {
  font-size: 20px;
  color: #15181c;
  line-height: 1.4;
}

/*二级页面banner*/
.banner-service-section {
  position: relative;
  width: 100%;
  min-height: 320px;
  margin-top: 68px;
  overflow: hidden;
}
.banner-news-section {
  position: relative;
  width: 100%;
  min-height: 320px;
  margin-top: 68px;
  overflow: hidden;
}
.banner-news-title {
  font-family: Alibaba PuHuiTi 3;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-top: 0px;
}
.banner-service-bg {
  position: relative;
  width: 100%;
  min-height: 320px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*二级页面banner*/
.zlbox {
  width: 100%;
  height: 94px;

  background: #f9f9ff;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.zlbox ul {
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #1a2233;
}

.zlbox ul li i {
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
}

.zlbox ul li i img {
  width: 48px;
  height: 48px;
  -webkit-transition: all 334ms ease-in-out;
  transition: all 334ms ease-in-out;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  cursor: pointer;
  vertical-align: middle;
  border: 0;
}

.zlbox ul li i:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* 服务能力模块样式 */
.service-capabilities {
  padding: 80px 0;
  background: #fff;
}

/* 招聘流程外包服务内容模块样式 */
.service-rpo-capabilities {
  padding: 40px 0;
  background: #f9f9ff;
}

.service-capabilities .container,
.service-rpo-capabilities .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.service-title,
.service-notitle {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.service-title h2 {
  font-size: 40px;
  font-weight: bold;
  color: #15181c;
  margin-bottom: 24px;
  position: relative;
}
.service-notitle h2 {
  font-size: 40px;
  font-weight: bold;
  color: #15181c;
  margin-bottom: 24px;
  position: relative;
}

.service-title h2::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background: #15181c;
  opacity: 0.1;
}

.service-title h2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

.service-title p {
  font-size: 16px;
  margin-top: 24px;
  color: #15181c;
  line-height: 1.6;
}

.service-title p .highlight {
  background: linear-gradient(270deg, #A202FF 0%, #6B17FF 49%, #2430FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
}

.service-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.service-card-rpo {
  flex: 0 0 calc(33.33% - 22.5px);
  background: #f9f9ff;
  border-radius: 12px;
  padding: 20px 20px;
  box-shadow: 0 4px 16px rgba(79, 70, 229, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.1);
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 210px;
  overflow: hidden;
  box-sizing: border-box;
  will-change: transform;
}

.service-card-rpo:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.22) !important;
  border: 1px solid #4f46e5 !important;
}

.service-card {
  flex: 0 0 calc(25% - 22.5px);
  background: #f9f9ff;
  border-radius: 12px;
  padding: 20px 20px;
  box-shadow: 0 4px 16px rgba(79, 70, 229, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.1);
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 280px;
  overflow: hidden;
  box-sizing: border-box;
  will-change: transform;
}
.service-card-rpo {
  flex: 0 0 calc(33.33% - 22.5px);
  background: #fff;
  height: 210px;
}

.service-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.22) !important;
  border: 1px solid #4f46e5 !important;
}

.service-card:hover .service-card-btn.secondary {
  background: linear-gradient(270deg, #A202FF 0%, #6B17FF 49%, #2430FE 100%);
  color: #fff !important;
  border-color: #4f46e5 !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-text-fill-color: #fff !important;
}
.service-card:hover .service-card-title {
  background: linear-gradient(270deg, #a202ff 0%, #6b17ff 49%, #2430fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.service-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.service-card-title {
  font-size: 24px;
  font-weight: bold;
  color: #15181c;
  position: relative;
}

.service-card-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

.service-card-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: rgba(21, 24, 28, 0.8);
  margin-bottom: 25px;
  min-height: 80px;
  flex: 1;
}

.service-card-btn {
  display: block;
  width: 132px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #4f46e5;
  text-align: center;
  margin: 0 auto;
  margin-top: auto;
}

.service-card-btn.primary {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: #fff;
}

.service-card-btn.secondary {
  background: linear-gradient(270deg, #A202FF 0%, #6B17FF 49%, #2430FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-color: #4f46e5;
}

.service-card-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}

/* 软件人才外包模块样式 */
.software-outsourcing {
  padding: 60px 0;
  background: #fff;
}

.software-outsourcing .container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.position-cards {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 13px;
  margin-bottom: 20px;
}

.position-card {
  background: #fff;
  border-radius: 12px;
  width: 160px;
  height: 160px;
  padding: 30px 10px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.1);
  text-align: center;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  will-change: transform;
  box-sizing: border-box;
}

.position-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.22) !important;
  border: 1px solid #4f46e5 !important;
}

.position-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.position-icon img {
  width: 72px;
  height: 72px;
}

.position-title {
  font-size: 14px;
  font-weight: 500;
  color: #15181c;
  line-height: 1.4;
}

.more-positions-btn {
  text-align: center;
  margin-top: 30px;
}

.more-btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 332px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border: 1px solid #4f46e5;
  border-radius: 25px;
  background: linear-gradient(270deg, #a202ff 0%, #6b17ff 49%, #2430fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.more-btn:hover {
  transform: translateY(0px);
  box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}
.more-icon {
  margin-left: 8px;
}

.arrow-right {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/></svg>')
    no-repeat center;
  background-size: contain;
}

/* 为什么要用IT人才外包模块样式 */
.why-outsourcing {
  padding: 60px 0;
  background: #f9f9ff;
}

.why-outsourcing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.why-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 4px 16px rgba(79, 70, 229, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.1);
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  height: 280px;
  overflow: hidden;
  box-sizing: border-box;
  will-change: transform;
}

.why-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.22) !important;
  border: 1px solid #4f46e5 !important;
}

.why-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.3;
  position: relative;
}

.why-card-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

.why-card-desc {
  font-size: 16px;
  color: #15181c;
  line-height: 1.8;
  margin: 0 0 20px 0;
  flex: 1;
}

.why-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.why-number-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-number-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.why-card-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 我们的优势模块样式 */
.our-advantages {
  padding: 60px 0;
  background: #fff;
}

.our-advantages .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.advantages-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}



.advantage-card {
  flex: 0 0 calc(20% - 24px);
  background: linear-gradient(360deg, rgba(242, 240, 252, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 12px;
  padding: 30px 20px;
 
  box-shadow: 0 4px 16px rgba(79, 70, 229, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.1);
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 230px;
  overflow: hidden;
  box-sizing: border-box;
  will-change: transform;
}
.advantage-card-rpo {
  flex: 0 0 calc(25% - 24px) !important;
}

.advantage-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.22) !important;
  border: 1px solid #4f46e5 !important;
}
.advantage-card .highlight {
  background: linear-gradient(270deg, #A202FF 0%, #6B17FF 49%, #2430FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.advantage-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.advantage-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.advantage-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.3;
  position: relative;
}

.advantage-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 0.5px;
  background: rgba(192, 186, 255, 0.2);
}
.advantage-title .highlight {
  background: linear-gradient(270deg, #A202FF 0%, #6B17FF 49%, #2430FE 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
  font-weight: 500;
}

.advantage-desc {
  font-size: 14px;
  color: #1A2233;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* 服务流程模块样式 */
.service-process {
  padding: 60px 0;
  background: #f9f9ff;
  position: relative;
}

.service-process .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.process-cards {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  margin-top: 60px;
}

.process-cards::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 60px;
  right: 60px;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    #f3f3f3 0,
    #ccc 8px,
    transparent 8px,
    transparent 16px
  );
  z-index: 1;
}

.process-card {
  flex: 1;

  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 210px;
  overflow: hidden;
  box-sizing: border-box;
  will-change: transform;
  z-index: 2;
}

.process-icon {
  width: 80px;
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}

.process-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.process-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.process-desc {
  font-size: 14px;
  color: #1A2233;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* 人才外包模块样式 */
.banner-it-content .banner-title {
  display: inline;
  font-family: "Alibaba PuHuiTi 3.0";
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.banner-rpo-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.banner-rpo-img {
  position: absolute;
  right: 0;
  top: -70px;
  width: 400px;
}
.banner-soft-pc {
  display: block;
}
.banner-soft-mobile {
  display: none;
}
.banner-rpo-content h2 {
  font-size: 32px;
  font-weight: 700;
  /* background: linear-gradient(270deg, #a202ff 0%, #6b17ff 49%, #2430fe 100%); */
  background: linear-gradient(270deg, #A202FF 0%, #6B17FF 89%, #2430FE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.banner-rpo-content p {
  width: 680px;
  font-family: Alibaba PuHuiTi 3;
  font-size: 20px;
  font-weight: normal;
  color: #15181c;
  margin-top: 10px;
}
.banner-rpo-content .more-positions-btn {
  text-align: left;
  margin-top: 30px;
}
.banner-rpo-content .more-positions-btn .more-btn {
  width: 260px;
}

.banner-about-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  height: 316px;
}
.banner-about-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-top: 110px;
}
.banner-about-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}
.banner-about-content p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  max-width: 680px;
}

/* 关于我们页面banner移动端响应式样式 */
@media (max-width: 768px) {
  .banner-service-section {
    min-height: 400px;
  }

  .banner-news-title {
    font-size: 22px;
    padding: 0 20px;
    margin-top: 0;
  }
  .banner-service-bg {
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner-itt-bg {
    background-image: url('/template/pc/skin/images/banner-home-bg4_mobile.jpg');
  }
  .banner-caseb-bg {
    background-image: url('/template/pc/skin/images/banner-home-bg6_01.jpg');

  }
  

  .banner-about-content {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 60px 20px;
    box-sizing: border-box;
  }

  .banner-about-content h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .banner-about-content h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .banner-about-content p {
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .banner-service-section {
    min-height: 350px;
  }

  .banner-service-bg {
    min-height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner-itt-bg {
    background-image: url('/template/pc/skin/images/banner-home-bg4_mobile.jpg');
  }

  .banner-about-content {
    padding: 50px 15px;
  }

  .banner-about-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .banner-about-content h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .banner-about-content p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* ==================== 关于我们页面导航样式 ==================== */
.page-navigation {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 68px;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-navigation .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}

.page-nav li {
  margin: 0;
}

.nav-link {
  display: block;
  padding: 20px 30px;
  color: #1A2233;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 2px solid transparent;
}

.nav-link:hover {
  color: #4f46e5;
}

.nav-link.active {
  color: #4f46e5;
  border-bottom-color: #4f46e5;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: #4f46e5;
  border-radius: 1px;
}

/* 移动端导航样式 */
@media (max-width: 768px) {
  .banner-news-section {
    min-height: 260px;
  }
  .page-navigation {
    top: 50px;
  }

  .page-nav ul {
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 10px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .page-nav ul::-webkit-scrollbar {
    display: none;
  }

  .nav-link {
    padding: 15px 0;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  .page-navigation .container {
    padding: 0 15px;
  }

  .page-nav ul {
    gap: 15px;
    padding: 8px 0;
  }

  .nav-link {
    padding: 12px 0;
    font-size: 13px;
  }
}

/* ==================== 公司简介模块样式 ==================== */
.company-intro-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.company-intro-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.company-intro-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.company-intro-content {
  flex: 1;
  max-width: 60%;
}

.intro-block {
  margin-bottom: 30px;
}

.intro-block:last-child {
  margin-bottom: 0;
}

.intro-block h2 {
  font-size: 32px;
  font-weight: 700;
  color: #15181c;
  margin-bottom: 20px;
  line-height: 1.3;
}

.intro-block p {
  font-size: 16px;
  color: #1A2233;
  line-height: 1.8;
  margin: 0;
}

.company-intro-image {
  flex: 0 0 40%;
  max-width: 40%;
}

.company-intro-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.company-intro-image img:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* 公司简介模块响应式样式 */
@media (max-width: 1024px) {
  .company-intro-section {
    padding: 60px 0;
  }

  .company-intro-wrapper {
    gap: 40px;
  }

  .intro-block h2 {
    font-size: 28px;
  }

  .intro-block p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .banner-it-bg {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin-top: 53px !important;
    overflow: hidden;
}
  .banner-news-section {
    position: relative;
    width: 100%;
    min-height: 320px;
    margin-top: 53px;
    overflow: hidden;
  }
  .company-intro-section {
    padding: 40px 0;
    background: #f8f9fa;
  }

  .company-intro-section .container {
    padding: 0 20px;
  }

  .company-intro-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .company-intro-content {
    max-width: 100%;
    order: 1;
    margin-bottom: 30px;
  }

  .company-intro-image {
    flex: none;
    max-width: 100%;
    order: 2;
  }

  .company-intro-image img {
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .intro-block {
    margin-bottom: 25px;
    padding: 0;
  }

  .intro-block:last-child {
    margin-bottom: 0;
  }

  .intro-block h2 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #15181c;
    font-weight: 700;
  }

  .intro-block p {
    font-size: 14px;
    line-height: 1.6;
    color: #1A2233;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .company-intro-section {
    padding: 30px 0;
    background: #f8f9fa;
  }

  .company-intro-section .container {
    padding: 0 15px;
  }

  .company-intro-wrapper {
    gap: 0;
  }

  .company-intro-content {
    order: 1;
    margin-bottom: 25px;
  }

  .company-intro-image {
    order: 2;
  }

  .company-intro-image img {
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .intro-block {
    margin-bottom: 20px;
    padding: 0;
  }

  .intro-block:last-child {
    margin-bottom: 0;
  }

  .intro-block h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #15181c;
    font-weight: 700;
    text-align: center;
  }

  .intro-block p {
    font-size: 13px;
    line-height: 1.5;
    color: #1A2233;
    margin: 0;
  }
}

/* 响应式设计 */
@media (max-width: 1024px) {
  /* 服务流程模块响应式 */
  .service-process {
    padding: 60px 0;
  }

  .process-cards {
    gap: 15px;
    margin-top: 50px;
  }

  .process-cards::before {
    top: 35px;
    left: 50px;
    right: 50px;
  }

  .process-card {
    padding: 25px 15px;
    height: 260px;
  }

  .process-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .process-icon img {
    width: 55px;
    height: 55px;
  }

  .process-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .process-desc {
    font-size: 13px;
  }

  /* 我们的优势模块响应式 */
  .our-advantages {
    padding: 60px 0;
  }

  .advantages-cards {
    gap: 25px;
  }

  .advantage-card {
    flex: 0 0 calc(20% - 20px);
    padding: 25px 15px;
    height: 260px;
  }

  .advantage-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }

  .advantage-icon img {
    width: 42px;
    height: 42px;
  }

  .advantage-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .advantage-desc {
    font-size: 13px;
  }

  /* 为什么要用IT人才外包模块响应式 */
  .why-outsourcing {
    padding: 60px 0;
  }

  .why-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .why-card {
    height: auto;
    min-height: 240px;
    padding: 20px 16px;
  }

  .why-card-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .why-card-desc {
    font-size: 13px;
    margin-bottom: 16px;
  }

  .why-number-icon {
    width: 45px;
    height: 45px;
  }

  .why-number-icon img {
    width: 28px;
    height: 28px;
  }

  .why-card-icon {
    width: 26px;
    height: 26px;
  }
  .banner-section {
    min-height: 500px;
  }

  .banner-bg {
    min-height: 550px;
  }

  .banner-content {
    padding-top: 60px;
  }
  .banner-rencai-content {
    padding-top: 80px !important
  }

  .banner-title {
    margin-bottom: 60px;
    display: block;
  }

  .banner-title .title-part1 {
    font-size: 28px;
  }

  .banner-title .title-part2 {
    font-size: 48px;
  }

  .banner-stats {
    gap: 30px;
    margin-bottom: 50px;
  }

  .stat-item {
    padding: 20px 15px;
  }

  .stat-number {
    font-size: 36px;
  }

  /* 荣誉证书模块响应式 */
  .w1200 {
    width: 100%;
    padding: 0 20px;
  }

  .zlbox {
    height: auto;
    padding: 20px 0;
  }

  .zlbox ul {
    flex-wrap: wrap;
    gap: 15px;
  }

  .zlbox ul li {
    flex: 0 0 calc(25% - 12px);
    text-align: center;
  }

  .zlbox ul li i {
    height: 40px;
  }

  .zlbox ul li i img {
    max-height: 40px;
    width: auto;
  }

  .zlbox ul li span {
    font-size: 12px;
    display: block;
    margin-top: 8px;
  }

  /* 服务能力模块响应式 */
  .service-capabilities {
    padding: 60px 0;
  }

  .service-title h2,
  .service-notitle h2 {
    font-size: 32px;
  }

  .service-cards {
    gap: 20px;
  }

  .service-card {
    flex: 0 0 calc(25% - 15px);
    padding: 40px 20px 52px 20px;
    height: 260px;
    border-radius: 12px;
  }

  .service-card-title {
    font-size: 18px;
  }

  .service-card-desc {
    font-size: 13px;
    min-height: 70px;
  }

  /* 软件人才外包模块响应式 - 桌面端 */
  .software-outsourcing {
    padding: 60px 0;
  }

  .position-cards {
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
  }

  .position-card {
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .position-icon {
    width: 50px;
    height: 50px;
  }

  .position-icon img {
    width: 28px;
    height: 28px;
  }

  .position-title {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .case-stat-label span {
    display: none;
  }
  /* 服务流程模块响应式 - 平板 */
  .service-process {
    padding: 50px 0;
    /* background: #fff; */
  }

  .process-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }

  .process-cards::before {
    display: none;
  }

  .process-card {
    padding: 20px 15px;
    height: auto;
    min-height: 200px;
    position: relative;
  }

  .process-card:nth-child(even)::before {
    content: "→";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #4f46e5;
    z-index: 10;
  }

  .process-card:nth-child(odd):not(:first-child)::after {
    content: " ";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #4f46e5;
    z-index: 10;
  }

  .process-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .process-icon img {
    width: 50px;
    height: 50px;
  }

  .process-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .process-desc {
    font-size: 13px;
  }

  /* 我们的优势模块响应式 - 平板 */
  .our-advantages {
    padding: 50px 0;
  }

  .advantages-cards {
    gap: 20px;
  }

  .advantage-card {
    flex: 0 0 calc(33.333% - 14px);
    padding: 20px 15px;
    height: auto;
    min-height: 240px;
  }

  .advantage-card-rpo {
    flex: 0 0 calc(33.333% - 14px) !important;
  }

  .advantage-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .advantage-icon img {
    width: 42px;
    height: 42px;
  }

  .advantage-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .advantage-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 0.5px;
    background: rgba(192, 186, 255, 0.2);
}

  .advantage-desc {
    font-size: 12px;
  }

  /* 为什么要用IT人才外包模块响应式 - 平板 */
  .why-outsourcing {
    padding: 50px 0;
  }

  .why-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .why-card {
    height: auto;
    min-height: 240px;
    padding: 20px 15px;
  }

  .why-card-left {
    flex: 0 0 60px;
    margin-right: 15px;
  }

  .why-number-icon {
    width: 45px;
    height: 45px;
  }

  .why-card-title {
    font-size: 15px;
  }

  .why-card-desc {
    font-size: 12px;
  }

  .why-card-icon {
    width: 24px;
    height: 24px;
  }
  .banner-section {
    min-height: 400px;
  }

  .banner-bg {
    min-height: 550px;
  }

  .banner-content {
    padding-top: 60px;
    /* 移动端调整布局顺序：统计数据在上，标题在下 */
    display: flex;
    flex-direction: column;
  }
  .banner-rencai-content {
    padding-top: 80px !important
  }
  
  /* 移动端将统计数据移到最前面 */
  .banner-stats {
    order: 1;
    margin-bottom: 30px;
  }
  
  /* 移动端将标题移到统计数据后面 */
  .banner-title {
    order: 2;
    padding-top: 0;
    display: block;
    margin-bottom: 20px;
  }
  
  .banner-it-content .banner-title {
    font-size: 24px;
  }

  .banner-title .title-part1 {
    font-size: 24px;
  }

  .banner-title .title-part2 {
    font-size: 32px;
  }

  .banner-stats {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 20px;
  }

  .stat-item {
    width: calc(50% - 10px);
    height: 100px;
    padding: 15px 10px;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    box-sizing: border-box;
  }

  .stat-number {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .stat-label {
    font-size: 13px;
    line-height: 1.3;
  }

  /* 荣誉证书模块响应式 - 平板 */
  .w1200 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .zlbox {
    height: auto;
    padding: 10px 0;
  }

  .zlbox ul {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .zlbox ul li {
    flex: 0 0 21%;
    text-align: center;
  }

  .zlbox ul li i {
    height: 35px;
  }

  .zlbox ul li i img {
    max-height: 35px;
    width: auto;
  }

  .zlbox ul li span {
    font-size: 11px;
    display: block;
    margin-top: 6px;
  }

  /* 服务能力模块响应式 - 平板 */
  .service-capabilities {
    padding: 50px 0;
  }

  .service-title h2,
  .service-notitle h2 {
    font-size: 28px;
  }

  .service-title p {
    font-size: 14px;
  }

  .service-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .service-card {
    flex: none;
    padding: 16px 20px;
    height: auto;
    min-height: 220px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
  }

  /* 平板端特殊样式：图标在上，标题在下，减少间距 */
  @media (max-width: 768px) {
    .service-card-header {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #e5e5e5;
    }

    .service-card-icon {
      order: -1;

      width: 40px;
      height: 40px;
    }

    .service-card-icon img {
      width: 40px;
    }

    .service-card-title {
      font-size: 18px;
      text-align: center;
      margin-bottom: 0;
    }

    /* 去掉平板端的紫色高亮 */
    .service-card-title::after {
      display: none;
    }

    .service-card-desc {
      font-size: 13px;
      min-height: auto;
      flex: 1;
      margin-bottom: 20px;
      text-align: center;
    }

    .service-card-btn {
      margin-top: auto;
      align-self: center;
      height: 30px;
      line-height: 30px;
    }
  }

  /* 软件人才外包模块响应式 - 平板 */
  .software-outsourcing {
    padding: 50px 0;
  }

  .position-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-items: center;
    padding: 0 16px;
  }

  .position-card {
    width: 112px;
    height: 112px;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .position-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .position-icon img {
    width: 40px;
    height: 40px;
  }

  .position-title {
    font-size: 12px;
    line-height: 1.2;
  }

  .banner-rpo-content {
    height: auto;
    height: 520px;
    text-align: center;
    padding: 130px 20px 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(0deg, #D4E4FE 4%, #F2F7FF 73%, #F8F9FC 100%);

  }

  .banner-rpo-content h2 {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(270deg, #a202ff 0%, #6b17ff 49%, #2430fe 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 15px;
    text-align: center;
  }

  .banner-rpo-content p {
    width: 100%;
    max-width: 320px;
    font-family: Alibaba PuHuiTi 3;
    font-size: 16px;
    font-weight: normal;
    color: #15181c;
    margin: 0 auto 15px auto;
    text-align: center;
    line-height: 1.5;
  }

  .banner-rpo-content .more-positions-btn {
    text-align: center;
    margin-bottom: 30px;
  }

  .banner-rpo-content .banner-rpo-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-top: 20px;
  }
  .banner-soft-pc {
    display: none;
  }
  .banner-soft-mobile {
    display: block;
    max-width: 300px!important;
  }
  
}

@media (max-width: 480px) {
  /* 服务流程模块响应式 - 手机 */
  .service-process {
    padding: 40px 0;
    /* background: #fff; */
  }

  .process-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
  }

  .process-card {
    padding: 20px 15px;
    height: auto;
    min-height: 180px;
    position: relative;
  }

  .process-card:nth-child(even)::before {
    content: "→";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #4f46e5;
    z-index: 10;
  }

  .process-card:nth-child(odd):not(:first-child)::after {
    content: " ";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #4f46e5;
    z-index: 10;
  }

  .process-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

  .process-icon img {
    width: 50px;
    height: 50px;
  }

  .process-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .process-desc {
    font-size: 12px;
    width:120px;
  }

  /* 我们的优势模块响应式 - 手机 */
  .our-advantages {
    padding: 40px 0;
  }

  .advantages-cards {
    gap: 15px;
  }

  .advantage-card {
    flex: 0 0 calc(50% - 7.5px);
    padding: 20px 15px;
    height: auto;
    min-height: 180px;
  }
  .advantage-card-rpo {
    flex: 0 0 calc(50% - 7.5px) !important;
  }

  .advantage-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }

  .advantage-icon img {
    width: 42px;
    height: 42px;
  }

  .advantage-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .advantage-title::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 0.5px;
    background: rgba(192, 186, 255, 0.2);
}

  .advantage-desc {
    font-size: 11px;
  }

  /* 为什么要用IT人才外包模块响应式 - 手机 */
  .why-outsourcing {
    padding: 40px 0;
  }

  .why-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .why-card {
    height: auto;
    min-height: 200px;
    padding: 16px 12px;
  }

  .why-card-title {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .why-card-desc {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .why-number-icon {
    width: 45px;
    height: 45px;
  }

  .why-number-icon img {
    width: 32px;
    height: 32px;
  }

  .why-card-icon {
    width: 30px;
    height: 30px;
  }

  /* 超小屏幕优化 */
  @media (max-width: 360px) {
    .why-cards {
      gap: 10px;
    }

    .why-card {
      padding: 14px 10px;
    }

    .why-card-title {
      font-size: 13px;
    }

    .why-card-desc {
      font-size: 11px;
    }

    .why-number-icon {
      width: 40px;
      height: 40px;
    }

    .why-number-icon img {
      width: 28px;
      height: 28px;
    }

    .why-card-icon {
      width: 28px;
      height: 28px;
    }
  }

  .banner-section {
    min-height: 350px;
  }

  .banner-bg {
    min-height: 550px;
  }

  .banner-content {
    padding-top: 60px;
    /* 移动端调整布局顺序：统计数据在上，标题在下 */
    display: flex;
    flex-direction: column;
  }
  .banner-rencai-content {
    padding-top: 80px !important
  }
  
  /* 移动端将统计数据移到最前面 */
  .banner-stats {
    order: 1;
    margin-bottom: 25px;
  }
  
  /* 移动端将标题移到统计数据后面 */
  .banner-title {
    order: 2;
    padding-top: 0;
    display: block;
    margin-bottom: 20px;
  }

  .banner-title .title-part1 {
    font-size: 20px;
  }

  .banner-title .title-part2 {
    font-size: 28px;
  }

  .banner-stats {
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .stat-item {
    width: calc(50% - 7.5px);
    height: 84px;
    padding: 12px 8px;
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    box-sizing: border-box;
  }

  .stat-number {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .stat-label {
    font-size: 12px;
    line-height: 1.3;
  }

  /* 荣誉证书模块响应式 - 手机 */
  .w1200 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .zlbox {
    height: auto;
    padding: 10px 0;
  }

  .zlbox ul {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .zlbox ul li {
    flex: 0 0 21%;
    text-align: center;
  }

  .zlbox ul li i {
    height: 28px;
  }

  .zlbox ul li i img {
    max-height: 28px;
    width: auto;
  }

  .zlbox ul li span {
    font-size: 9px;
    display: block;
    margin-top: 4px;
  }

  /* 服务能力模块响应式 - 手机 */
  .service-capabilities {
    padding: 40px 0;
  }

  .service-title h2,
  .service-notitle h2 {
    font-size: 24px;
  }

  .service-title p {
    font-size: 13px;
  }

  .service-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .service-card {
    flex: none;
    padding: 15px;
    height: auto;
    min-height: 200px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
  }

  /* 移动端特殊样式：图标在上，标题在下 */
  @media (max-width: 480px) {
    .service-card-header {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #e5e5e5;
    }

    .service-card-icon {
      order: -1;

      width: 48px;
      height: 48px;
    }

    .service-card-icon img {
      width: 48px;
    }

    .service-card-title {
      font-size: 16px;
      text-align: center;
      margin-bottom: 0;
    }

    /* 去掉移动端的紫色高亮 */
    .service-card-title::after {
      display: none;
    }

    .service-card-desc {
      font-size: 12px;
      min-height: auto;
      flex: 1;
      margin-bottom: 15px;
      text-align: center;
    }

    .service-card-btn {
      margin-top: auto;
      align-self: center;
      font-size: 12px;
      width: 100px;
      height: 30px;
      line-height: 30px;
    }
  }

  /* 软件人才外包模块响应式 - 手机 */
  .software-outsourcing {
    padding: 40px 0;
  }

  .position-cards {
    display: flex; /* 覆盖桌面端的grid，移动端使用flex便于最后一行居中 */
    flex-wrap: wrap;
    justify-content: center; /* 最后一行不足三列时水平居中 */
    gap: 10px;
    padding: 0 16px;
  }

  .position-card {
    width: 100px !important;
    height: 100px !important;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .position-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }

  .position-icon img {
    width: 40px;
    height: 40px;
  }

  .position-title {
    font-size: 12px;
    line-height: 1.2;
  }

  .more-btn {
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    width:280px;
  }
}

/* 招聘流程外包（RPO）页面 - 移动端每行一个卡片 */
@media (max-width: 480px) {
  .service-cards .service-card-rpo {
    grid-column: 1 / -1; /* 在手机端的grid布局中让每个卡片独占一行 */
  }
}

/* ==================== 客户案例页面样式 ==================== */

/* 客户案例Banner样式 */
.banner-service-section {
  position: relative;
  width: 100%;
  min-height: 320px;
  margin-top: 68px;
  overflow: hidden;
}
.banner-it-bg {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-top: 68px;
  overflow: hidden;
}

.banner-service-bg {
  position: relative;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.banner-case-content {
  text-align: center;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.banner-case-desc {
  margin-bottom: 30px;
}

.banner-case-desc p {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto 10px;
  font-weight: 400;
}

.banner-case-stats {
  display: flex;
  justify-content: center;

  margin-bottom: 50px;
  flex-wrap: wrap;
}

.banner-case-stats .case-stat-item {
  display: flex;
  text-align: center;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
}

.banner-case-stats .case-stat-number {
  font-size: 32px;
  font-weight: bold;
  background: linear-gradient(135deg, #ffd700 0%, #ffb347 50%, #ff8c00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1;
  margin: 0 0 8px 0;
  display: block;
}
.banner-case-stats .case-stat-number span {
  display: inline-block;
  vertical-align: super;
  font-size: 26px;
}
.case-more-btn {
  display: inline-flex
;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 280px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #4f46e5;
    border-radius: 25px;
    background: linear-gradient(270deg, #a202ff 0%, #6b17ff 49%, #2430fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s 
ease;
}



.banner-case-stats .case-stat-label {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  display: block;
}

.more-positions-btn {
  margin-top: 0;
}

.more-cese-btn {
  display: inline-block;
  background: #fff;
  border-radius: 25px;
  width: 332px;
  
}

/* 客户案例网格样式 */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 40px 0;
}

.case-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
}

.case-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-color: #6b17ff;
}

.case-logo {
  margin-bottom: 25px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-logo img {
  max-height: 180px;
  object-fit: contain;
}

.case-info {
  text-align: left;
}

.case-service,
.case-people {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #1A2233;
}

.case-service img,
.case-people img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}

.case-service span,
.case-people span {
  line-height: 1.4;
}

/* 移动端响应式样式 */
@media (max-width: 768px) {
  .banner-service-section {
    margin-top: 50px;
    min-height: 400px;
  }

  .banner-service-bg {
    min-height: 400px;
  }

  .banner-case-content {
    padding: 40px 20px;
    /* 移动端调整布局顺序：统计数据在上，描述在下 */
    display: flex;
    flex-direction: column;
  }
  
  /* 移动端将统计数据移到最前面 */
  .banner-case-stats {
    order: 1;
    margin-bottom: 30px;
  }
  
  /* 移动端将描述移到统计数据后面 */
  .banner-case-desc {
    order: 2;
    margin-bottom: 25px;
  }
  
  /* 移动端将按钮移到最后 */
  .more-cese-btn {
    order: 3;
  }

  .banner-case-desc p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .banner-case-stats {
    gap: 30px;
    margin-bottom: 35px;
  }

  .banner-case-stats .stat-number {
    font-size: 32px;
    margin-bottom: 6px;
  }

  .banner-case-stats .stat-label {
    font-size: 16px;
  }

  .more-btn {
    padding: 12px 28px;
    font-size: 15px;
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px 0;
  }

  .case-item {
    padding: 25px;
  }

  .case-logo {
    height: 60px;
    margin-bottom: 20px;
  }
  .case-logo img {
    max-height: 140px;
    object-fit: contain;
  }
  .banner-case-stats .case-stat-item {
    padding-left:20px
  }
}

@media (max-width: 480px) {
  .banner-service-section {
    margin-top: 50px;
    min-height: 350px;
  }

  .banner-service-bg {
    min-height: 350px;
  }

  .banner-case-content {
    padding: 30px 15px;
    /* 移动端调整布局顺序：统计数据在上，描述在下 */
    display: flex;
    flex-direction: column;
  }
  
  /* 移动端将统计数据移到最前面 */
  .banner-case-stats {
    order: 1;
    margin-bottom: 25px;
  }
  
  /* 移动端将描述移到统计数据后面 */
  .banner-case-desc {
    order: 2;
    margin-bottom: 20px;
  }
  
  /* 移动端将按钮移到最后 */
  .more-cese-btn {
    order: 3;
  }

  .banner-case-desc p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .banner-case-stats {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .banner-case-stats .stat-number {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .banner-case-stats .stat-label {
    font-size: 14px;
  }

  .more-btn {
    padding: 10px 25px;
    font-size: 14px;
  }

  .case-grid {
    gap: 15px;
    padding: 30px 0;
  }

  .case-item {
    padding: 20px;
  }

  .case-logo {
    height: 50px;
    margin-bottom: 15px;
  }

  .case-service,
  .case-people {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .case-service img,
  .case-people img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}

/* ==================== 列表页面内容模块样式 ==================== */

/* 内容模块基础样式 */
.content-section {
  padding: 50px 0;
  background: #f8f9fa;
}

.content-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.content-wrapper {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

/* 左侧模块 - IT人力外包岗位分类 */
.left-sidebar {
  flex: 0 0 260px;
  position: sticky;
  top: 20px;
}

.position-categories {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.category-title {

  background: linear-gradient(270deg, #A202FF 0%, #6B17FF 49%, #2430FE 100%);
  padding: 18px 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.category-title a {
  color: #fff;
  text-decoration: none;
}
.category-title span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

/* PC端和移动端标题切换 */
.mobile-title {
  display: none;
}

@media (max-width: 480px) {
  .pc-title {
    display: none;
  }

  .mobile-title {
    display: inline;
  }
}

.mobile-toggle {
  display: none;
  position: absolute;
  left: 130px;
  top: 64%;
  transform: translateY(-50%);
}

.toggle-icon {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.category-list {
  padding: 0;
}

.category-item {
  border-bottom: 1px solid #f3f4f6;
  transition: all 0.3s ease;
}

.category-item:last-child {
  border-bottom: none;
}

.category-item a {
  display: block;
  padding: 12px 20px;
  color: #374151;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  transition: all 0.3s ease;
}
.category-item  .active {
  background: linear-gradient(270deg, #A202FF 0%, #6B17FF 49%, #2430FE 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.category-item:hover {
  background: #4f46e5;
}
.category-item  .active a {
  color: #4f46e5;
}

.category-item:hover a {
  color: #fff!important;
  transform: translateX(3px);
}
.category-item .active:hover a{
  color: #fff!important;
  transform: translateX(3px);
}
/* 移动端分类菜单交互优化 */
@media (max-width: 480px) {
  .mobile-toggle {
    display: block;
  }

  .category-title {
    cursor: pointer;
    user-select: none;
    background: #fff !important;
    color: #4f46e5 !important;
    border-radius: 8px 8px 0 0;
    border: 1px solid #e5e7eb;
    border-bottom: none;
    position: relative;
    z-index: 2;
  }

  .category-title span {
    color: #4f46e5 !important;
    font-weight: 600;
  }

  .toggle-icon {
    color: #4f46e5 !important;
  }

  .category-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 1;
  }

  .category-list.expanded {
    max-height: 500px;
    border-top: 1px solid #e5e7eb;
  }

  .category-list:not(.expanded) {
    border-top: none;
  }

  .category-item {
    border-bottom: 1px solid #f3f4f6;
  }

  .category-item:last-child {
    border-bottom: none;
  }

  .category-item a {
    color: #1a2233;
    font-weight: 500;
    transition: all 0.2s ease;
  }

  .category-item:hover a {
    background: #f8fafc;
    transform: translateX(2px);
  }

  .category-item:active a {
    background: #f3f4f6;
    transform: translateX(1px);
  }

  /* 触摸反馈效果 */
  .category-title:active {
    background: #f8fafc !important;
  }

  .toggle-icon:active {
    transform: scale(0.9);
  }
}

/* 右侧模块 - 城市岗位网格 */
.right-content {
  flex: 1;
}

.city-positions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.city-position-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.city-position-card:hover,
.city-position-card[data-aos]:hover,
.city-position-card:hover[data-aos],
.city-position-card[data-aos].aos-animate:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
  border-color: #4f46e5 !important;
}

/* 移动端悬停效果优化 */
@media (max-width: 480px) {
  .city-position-card:hover,
  .city-position-card[data-aos]:hover,
  .city-position-card:hover[data-aos],
  .city-position-card[data-aos].aos-animate:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
  }

  .city-position-card:hover .card-image img,
  .city-position-card[data-aos]:hover .card-image img,
  .city-position-card:hover[data-aos] .card-image img,
  .city-position-card[data-aos].aos-animate:hover .card-image img {
    transform: scale(1.03) !important;
  }

  /* 移动端整体布局优化 */
  .content-section {
    background: #fff;
  }

  .city-positions-grid {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .city-position-card {
    margin-bottom: 0;
  }

  .view-more-section {
    padding: 0 10px;
  }
}

.card-image {
  position: relative;
  height: 140px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 2, 1);
  will-change: transform;
}

.city-position-card:hover .card-image img,
.city-position-card[data-aos]:hover .card-image img,
.city-position-card:hover[data-aos] .card-image img,
.city-position-card[data-aos].aos-animate:hover .card-image img {
  transform: scale(1.05) !important;
}

.city-name-overlay {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
}
.city-position-card:hover .city-name-overlay,
.city-position-card[data-aos]:hover .city-name-overlay,
.city-position-card:hover[data-aos] .city-name-overlay,
.city-position-card[data-aos].aos-animate:hover .city-name-overlay {
  background: linear-gradient(
    135deg,
    rgba(79, 70, 229, 0.3) 0%,
    rgba(124, 58, 237, 0.3) 100%
  );
}

.card-content {
  padding: 12px 15px;
  text-align: center;
}

.position-text {
  color: #374151;
  font-size: 13px;
  font-weight: 500;
}

/* 查看更多按钮 */
.view-more-section {
  text-align: center;
  margin-top: 35px;
}

.view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  border: 1px solid  #6B17FF 49%,;

 
  border-radius: 20px;
  background: linear-gradient(270deg, #A202FF 0%, #6B17FF 49%, #2430FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(79, 70, 229, 0.25);
}

/* 移动端按钮样式优化 */
@media (max-width: 480px) {
  .view-more-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
  }

  .view-more-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.25);
  }
}

.view-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.35);
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
}

.btn-text {
  line-height: 1;
}

/* ==================== 响应式设计 ==================== */

/* 桌面端响应式 */
@media (max-width: 1200px) {
  .content-section .container {
    padding: 0 10px;
  }

  .content-wrapper {
    gap: 25px;
  }

  .left-sidebar {
    flex: 0 0 250px;
  }

  .city-positions-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

/* 平板端响应式 */
@media (max-width: 768px) {
  /* Banner平板端样式 */
  .banner-service-section {
    margin-top: 68px;
  }

  .banner-service-bg {
    min-height: 200px;
  }

  .banner-content {
   padding-top: 60px;
  }

  .banner-title .title-part1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .banner-title .title-part2 {
    font-size: 24px;
  }

  .content-section {
    padding: 50px 0;
  }

  .content-section .container {
    padding: 0 10px;
  }

  .content-wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .left-sidebar {
    flex: none;
    width: 100%;
    position: static;
  }

  .position-categories {
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .category-title {
    padding: 18px;
  }

  .category-title span {
    font-size: 16px;
  }

  .category-item a {
    padding: 14px 18px;
    font-size: 13px;
  }

  .city-positions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }

  .card-image {
    height: 140px;
  }

  .city-name-overlay {
    font-size: 18px;
  }

  .card-content {
    padding: 12px;
  }

  .position-text {
    font-size: 13px;
  }

  .view-more-section {
    margin-top: 30px;
  }

  .view-more-btn {
    padding: 12px 25px;
    font-size: 14px;
  }

  .btn-icon {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  /* 平板端分类菜单样式 */
  .mobile-toggle {
    display: block;
  }

  .category-title {
    cursor: pointer;
    user-select: none;
    position: relative;
    z-index: 2;
  }

  .category-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
    z-index: 1;
  }

  .category-list.expanded {
    max-height: 500px;
  }
}

/* 手机端响应式 */
@media (max-width: 480px) {
  /* Banner移动端样式 */
  .banner-service-section {
    margin-top: 50px;
    min-height: 220px;
  }

  .banner-service-bg {
    min-height: 280px;
  }

  .banner-content {
    padding-top: 60px;
  }

  .banner-title .title-part1 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .banner-title .title-part2 {
    font-size: 20px;
  }

  .content-section {
    padding: 0 0 30px 0;
    background: #fff;
  }

  .content-section .container {
    padding: 0 15px;
  }

  .content-wrapper {
    gap: 0px;
  }

  .position-categories {
    border-radius: 12px;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
  }

  .category-title {
    padding: 16px 0 0 0;
    text-align: left;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .category-title span {
    font-size: 16px;
  }

  .category-item a {
    padding: 14px 16px;
    font-size: 14px;
  }

  .city-positions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }

  .city-position-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .card-image {
    height: 140px;
  }

  .city-name-overlay {
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }

  .card-content {
    padding: 12px 15px;
  }

  .position-text {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
  }

  .view-more-section {
    margin-top: 30px;
  }

  .view-more-btn {
    padding: 14px 28px;
    font-size: 14px;
    gap: 10px;
    border-radius: 25px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
  }

  .btn-icon {
    width: 20px;
    height: 20px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }

  .btn-text {
    font-size: 14px;
    font-weight: 500;
  }

  /* 超小屏幕优化 */
  @media (max-width: 360px) {
    .content-section {
      padding: 25px 0;
    }

    .content-section .container {
      padding: 0 12px;
    }

    .city-positions-grid {
      gap: 12px;
    }

    .card-image {
      height: 130px;
    }

    .city-name-overlay {
      font-size: 16px;
    }

    .card-content {
      padding: 10px 12px;
    }

    .position-text {
      font-size: 12px;
    }

    .view-more-btn {
      padding: 12px 24px;
      font-size: 13px;
    }

    .btn-icon {
      width: 18px;
      height: 18px;
      font-size: 14px;
    }
  }
}
