.webaner {
  width: 100%;
  height: 100vh;
  /* background: url(../images/weh.png) center center no-repeat; */
  /* background: url(../images/homeSection5.png) center center no-repeat; */
   background: url(https://eplvs.s3.us-east-1.amazonaws.com/website/beea4767-19ae-4b29-bcf0-2abef1e28c25_homeSection5.png) center center no-repeat;
  /* background-size: 100% auto; */
  background-size: cover;
  color: #fff;
}

.slogan {
  margin-bottom: 23px;
  font-size: clamp(20px,3vw,60px);
}

.subSlogan {
  font-size: clamp(8px,1vw,20px);
  width: 50%;
  display: block;
  text-align: center;
}

.weh {
  position: relative;
  width: 1240px;
  margin: 80px auto;
}

.ideasImg {
  width: 100%;
}

.wehtext {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 48px;
}

.ideasCaption {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
}

.wehtexth {
  width: 1px;
  height: 130px;
  background-color: #fff;
  margin: 29px 0;
}

.ideasDesc {
  font-weight: 300;
  font-size: 40px;
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 15px;
}

.wemap {
  display: flex;
  width: 1200px;
  /* height: 228px; */
  flex-wrap: wrap;
  margin: 80px auto 73px;
}

.wemapl {
  width: 430px;
  height: 228px;
}

.wemaplh {
  font-weight: 600;
  font-size: 40px;
  color: #3d3d3d;
  line-height: 70px;
  margin-bottom: 25px;
}

.mapDesc {
  width: 610px;
  font-weight: 400;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 44px;
}

.applyJobLink {
  font-weight: 400;
  font-size: 20px;
  color: #03bcbe;
  line-height: 44px;
}

.wemapr {
  width: 770px;
  height: 228px;
}

.mapImg {
  width: 770px;
  height: 228px;
}

.wef {
  display: flex;
  width: 1200px;
  /* height: 212px; */
  justify-content: space-between;
  margin: 40px auto 0;
  padding-top: 60px;
  border-top: 2px solid #d8d8d8;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #3d3d3d;
}

.contactLabel {
  flex-shrink: 0;
}

.contactVals {
  flex-shrink: 0;
  padding-left: 12px;
}


/* 新的样式*/
.company-intro {
  position: relative;
  padding: 114px 17vw 17vw;
  background: url(https://eplvs.s3.us-east-1.amazonaws.com/website/4767867f-246d-4bba-8133-e07005bc80ed_ci_bg.png) center center no-repeat;
  background-size: cover;
  max-height: 1000px;
}

.intro-content {
  position: relative;
  z-index: 1;
  width: 700px;
}

.intro-content p {
  color: #333333;
  font-size: clamp(5px,0.7vw,14px);
  line-height: 28px;
  font-style: normal;
  text-transform: none;
}

.intro-content h1 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333333;
   font-size: clamp(20px,3vw,60px);
}

.stats {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(13px,1.5vw,32px);
}

.stat-item {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-size: clamp(16px,1.6vw,40px);
  color: #03BCBE;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.stat-label {
  font-size: clamp(6px,0.8vw,16px);
  color: #3D3D3D;
  margin-top:clamp(2px,0.3vw,5px) ;
}

.stat-value span {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transition: top 0.5s ease;
}

.stat-value span.active {
  top: 0;
}

.intro-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}

.intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corporate-evolution {
  padding: 50px 17vw;
  background: url(https://eplvs.s3.us-east-1.amazonaws.com/website/49e73989-91f5-4b0c-bb90-45561b7b7812_ce_bg.png) center center no-repeat;
  background-size: cover;
  color: white;
}

.corporate-evolution h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: clamp(20px,2.6vw,50px);
  color: #FFFFFF;
  font-weight: 600;
}

.timeline {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-items: center;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: none;
  border-top: 3px dashed white;
  z-index: 0;
}

.timeline-item {
  text-align: center;
  position: relative;
  width: -webkit-fill-available;
  z-index: 1;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(9px,1.2vw,24px);
  height: clamp(9px,1.2vw,24px);
  background-color: #03BCBE;
  border-radius: 50%;
}

.timeline-year {
  font-size: clamp(13px,1.7vw,32px);
  margin-bottom: 5px;
}

.timeline-item p {
  margin-top: 20px;
  padding-top: 50px;
 font-size: clamp(5px,0.7vw,14px);
}

.timeline-triangle {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid white;
  margin-left: 10px;
  margin-top: 2px;
}


.section-padding {
  text-align: center;
}

.section-title {
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  font-size: clamp(20px,2.7vw,39px);
  line-height: 84px;
  text-align: center;
}

.section-title-2 {
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 600;
  font-size: clamp(23px,3vw,47px);
  line-height: 84px;
  text-align: center;
}

/* Corporate Culture Section */
.corporate-culture {
  background-color: #FFF;
  padding: 80px 17vw 94px 17vw;
}

.culture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.culture-item {
  position: relative;

}

.culture-item img {
  width: 100%;
  height: auto;
}

.culture-text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  padding: 10px;
  border-radius: 5px;
  width: 90%;
  height: 140px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.culture-title {
  font-size: clamp(8px,1vw,20px);
  font-weight: bold;
}

.culture-text:hover {
  background-color: #03BCBE;
  /* 鼠标悬停时背景色 */
  color: #FFFFFF;
  /* 鼠标悬停时字体颜色 */
}

.culture-desc {
   font-size: clamp(5px,0.7vw,13px);
   margin-top: 3px;
}

/* Company Strength Section */
.company-strength {
  background: url(https://eplvs.s3.us-east-1.amazonaws.com/website/08fd8a44-943a-4cd3-b873-933aea20fa00_cs_bg.png) center center no-repeat;
  background-size: cover;
  background-position: center;
  color: #000;
  text-align: left;
  padding: 60px 17vw 112px 17vw;
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px;
}

.strength-item {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  padding: 24px 40px;
  color: #333;
}

.strength-title {
  font-weight: 600;
  font-size: clamp(8px,1vw,20px);
}

.strength-title h3{
  color: #333333;
}

.strength-list {
  list-style-type: none;
  /* 先去除默认样式 */
  padding-left: 20px;
  margin-top: 10px;
}

.strength-list li {
  position: relative;
  font-size: clamp(5px,0.7vw,14px);
  margin-bottom: 5px;
  color: #3D3D3D;
  line-height: clamp(13px,1.7vw,32px);
  transition: background-color 0.3s ease;
}

.strength-list li::before {
  content: '•';
  position: absolute;
  left: -15px;
  color: #03BCBE;
  /* 正常状态下圆点颜色 */
  transition: color 0.3s ease;
}

.strength-item:hover {
  background-color: #03BCBE;
  color: #FFFFFF;
}


.strength-item:hover .strength-list li::before {
  color: #FFFFFF;
}
.strength-item:hover .strength-list li {
  color: #FFFFFF;
}

.certificatesBox {
  font-family: 'Inter', sans-serif;
  background-color: #FFFFFF;
  color: #333;
  padding: 40px 17vw;
}

.certificatesBox h2 {
  text-align: center;
  color: #333;
  font-size: clamp(20px,2.7vw,38px);
  font-weight: 600;
  margin-bottom: 10px;
}

.description {
  text-align: center;
  font-size: clamp(5px,0.7vw,14px);
  color: #D8D8D8;
  margin-bottom: 30px;
  line-height: 20px;
}

.certificates {
  display: grid;
  gap: 23px;
  grid-template-columns: repeat(4, 1fr);
}

.certificates img {
  width: 100%;
  min-height: 340px;
  display: block;
  transition: transform 0.3s ease;
}

/* .certificates img:hover {
  transform: scale(1.05);
} */

.page-body {
  font-family: Arial, sans-serif;
}

.page-header {
  text-align: center;
  padding: 20px;
}

.page-container {
  display: flex;
  height: 222px;
  justify-content: space-between;
  background: url(../images/aboutus/map_bg2.png) center center no-repeat;
  background-size: contain;
  background-position: right;
  padding: 20px;
  position: relative;
}

.contactBox {
  padding: 60px 17vw 100px 17vw;
  background-color: #F3F7F9;
}

.company-info {
  padding: 20px;
  position: absolute;
}

.company-title {
  font-size: clamp(8px,1vw,20px);
  font-weight: bold;
  color: #3D3D3D;
}

.company-info p {
  flex: 1;
  color: #3D3D3D;
  line-height: 20px;
  margin-top: clamp(9px,1.3vw,20px);
  font-size: clamp(5px,0.7vw,14px);
}

.company-map {
  flex: 1;
  position: relative;
  background: #f0f0f0;
}

.map-clickable-link {
  position: absolute;
  bottom: 6px;
  right: 6px;
  display: block;
  width: 165px;
  height: 35px;
}

.map-clickable-link img {
  width: 100%;
  height: auto;
}

.contactBox h2 {
  text-align: center;
  color: #333;
  font-size: clamp(20px,3vw,60px);
  font-weight: 600;
  margin-bottom: 50px;
}

@media (max-width: 1500px) {
  /* .slogan {
    font-size: 39px;
  } */
  .description {
    font-size: 11px;
  }
  .strength-item {
    padding: 16px 20px;
  }
  .company-strength {
    padding: 30px 17vw 62px 17vw;
  }

  /* .company-info p {
    font-size: 12px;
  } */
  /* .culture-desc {
    font-size: 11px;
  } */
  .certificatesBox {
    padding: 30px 17vw;
  }

  .contactBox {
    padding: 20px 17vw 50px 17vw;
  }

  .corporate-culture {
    padding: 40px 17vw 54px 17vw;
  }

  .certificates {
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }

  .certificates img {
    min-height: 250px;
  }

  .culture-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* .intro-content p {
    font-size: 11px;
  } */

  .strength-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .intro-content {
    width: 547px;
  }

  .intro-image {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  /* .intro-content h1 {
    font-size: 25px;
  } */

  /* .corporate-evolution h2 {
    font-size: 24px;
  } */

  .weh {
    width: 882px;
    margin: 57px auto;
  }

  /* .wehtext {
    padding-left: 34px;
    margin-top: -272px;
    position: absolute;
  } */
  .ideasCaption {
    font-size: 27px;
    line-height: 27px;
  }

  .wehtexth {
    height: 92px;
    margin: 21px 0;
  }

  .ideasDesc {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 11px;
  }

  .wemap {
    width: 854px;
    /* height: 162px; */
  }

  .wemapl {
    width: 306px;
    height: 162px;
  }

  .wemaplh {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 18px;
  }

  .mapDesc {
    width: 434px;
    font-size: 14px;
    line-height: 31px;
  }

  .applyJobLink {
    font-size: 14px;
    line-height: 31px;
  }

  .wemapr {
    width: 548px;
    height: 162px;
  }

  .mapImg {
    width: 548px;
    height: 162px;
  }
  
  .corporate-evolution {
    padding: 30px 17vw;
  }

  .wef {
    padding-top: 43px;
    font-size: 14px;
    line-height: 28px;
  }
  .company-intro{
  padding: 90px 0 162px 17vw

  }
  .subSlogan {
    width: 64vw;
    font-size: 16px;
  }
  /* .timeline-item p {
    font-size: 11px;
  } */
  /* .culture-title {
    font-size: 16px;
  } */
  
}

@media screen and (max-width: 750px) {
  .certificates img {
    min-height: 100px;
  }
  .stat-value{
    font-size: 0.3rem;
  }
  .contactBox h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .strength-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .map-clickable-link {
    width: 135px;
  }
.timeline-item p {
  margin-top: 10px;
  padding-top: 5px;
}
  .intro-content p {
    color: #333333;
    font-size: 0.5em;
    line-height: 14px;
  }
  .intro-content {
    width: 300px;
  }
/* 
  .certificatesBox h2 {
    font-size: 1.5em;
  } */

  .culture-text {
    height: 100px;
    bottom: 5%;
  }

  .company-strength {
    padding: 10px 30px 40px 30px;
  }

  .corporate-culture {
    padding: 10px 30px 40px 30px;
  }

  /* 新的样式*/
.company-intro {
  position: relative;
  padding: 50px 0px 5vw 50px;
  background-size: cover;
}

  .page-container {
    flex-direction: column;
    align-items: stretch;
    background-size: cover;
    background-position: top;
    /* 让子元素宽度占满容器 */
  }

  .company-info {
    width: 100%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    /* 确保内边距包含在宽度内 */
  }

  .company-info p {
    font-size: 10px;
  }

  .page-container {
    flex-direction: column;
  }

  .certificatesBox {
    padding: 20px 50px;
  }

  .contactBox {
    padding: 20px 50px 30px 50px;
  }

  .certificates {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  .culture-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .strength-item {
    padding: 20px;
  }

  /* 适配 750px 屏幕的字体大小 */
  .section-title {
    font-size: 1.5em;
  }

  .section-title-2 {
    font-size: 1.5em;
  }

  .culture-title
  .strength-title {
    font-size: 0.3rem;
  }

  .strength-list li {
    font-size: 0.2rem;
    line-height: 13px;
  }

  body {
    font-size: 14px;
  }



  .stats {
    gap: 10px;
    font-size: 0.2rem;
  }

  .corporate-evolution {
    padding: 30px;
    background-size: cover;
  }

  .timeline {
    flex-direction: column;
  }

  .timeline::before {
    display: none;
  }

  .timeline-item::after {
    display: none;
  }

  .timeline-triangle {
    display: none;
  }

  .intro-content h1 {
    font-size: 24px;
  }

  .corporate-evolution h2 {
    font-size: 20px;
  }

  .webaner {
    background-size: cover;
  }

  .slogan {
    margin: -2.4rem auto 0.4rem;
    font-size: 0.72rem;
  }

  .subSlogan {
    width: 90vw;
    font-size: 0.32rem;
    line-height: 0.64rem;
  }

  .weh {
    width: 100%;
    margin: 0 auto;
  }

  .ideasImg {
    width: 100%;
    height: 5.16rem;
    object-fit: cover;
  }

  .wehtext {
    padding-left: 0.7rem;
  }

  .ideasCaption {
    font-size: 0.4rem;
  }

  .ideasDesc {
    margin-bottom: 0.16rem;
    font-size: 0.44rem;
    line-height: 0.7rem;
    color: rgba(255, 255, 255, 0.9);
  }

  .wehtexth {
    height: 1.3rem;
    margin: 0.3rem 0;
  }

  .wemap {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0 0;
  }

  .wemapl,
  .wemapr {
    width: 100%;
    height: auto;
    font-size: 0;
  }

  .wemapl {
    padding: 0 0.4rem;
  }

  .wemapr {
    order: 2;
  }

  .wemaplh {
    margin-bottom: 0.48rem;
    font-size: 0.48rem;
    font-weight: 400;
    text-align: center;
    line-height: 0.64rem;
  }

  .mapDesc {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.64rem;
  }

  .applyJobLink {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.64rem;
  }

  .wef {
    flex-wrap: wrap;
    margin-top: 0.4rem;
    padding: 0 0.4rem;
    border-top: 0;
    font-size: 0.28rem;
    line-height: 0.56rem;
  }

  .wefs {
    width: 48%;
    margin-bottom: 0.4rem;
  }

  .mapImg {
    width: 100%;
    height: 4.12rem;
    object-fit: cover;
  }

  .contactVals {
    font-size: 0.24rem;
  }
}