.employee_wrapper {
  width: 100%;
  margin: 0 auto;
}

.employee_img {
  margin-top: 30px;
  object-fit: contain;
}

.employee_wrapper> :nth-child(1) {
  background-image: url('../image/职工通勤-切/1扫码乘车.jpg');
}

.employee_wrapper> :nth-child(2) {
  background-image: url('../image/职工通勤-切/2多班次多线路.jpg');
}

.employee_wrapper> :nth-child(3) {
  background-image: url('../image/职工通勤-切/3班车动态.jpg');
}

.employee_wrapper> :nth-child(4) {
  background-image: url('../image/职工通勤-切/4费用均摊.jpg');
}



.employee_wrapper> :last-child {
  margin-bottom: 60px;
}

/* 头部图片 */
.employee_header {
  /* height: 600px; */
  width: 100vw;
  object-fit: contain;
  /* 或者 use 'contain' 根据需要 */
}




/* banner图片 */
.employee_banner {
  display: flex;
  height: 500px;
  width: 1920px;
  max-width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 3.84/1;
  object-fit: contain;
  margin: 30px auto;
  /* transform: scale(0.8); */
}

.employee_diamond {
  width: 250px;
  height: 60px;
  background-color: #e2f2ff;
  line-height: 60px;
  clip-path: polygon(40px 0px,
      calc(100% - 40px) 0px,
      100% 50%,
      calc(100% - 40px) 100%,
      40px 100%,
      0px 50%);
}



.employee_banner_foreground {
  position: relative;
  /* z-index: 2; */
  width: 100%;
  height: 100%;
}




/* .employee_content {
  width: 100%;
  margin: 0 auto;
} */
.employee_content {
  width: 30%;
  min-width: 300px;
  position: absolute;
  right: 18%;
}

.employee_banner_text {
  font-size: 24px;
  color: rgb(80, 75, 75);
  text-align: left;
  margin-left: 6%;
  margin-top: 1%;

}

.employee_banner_title {
  color: #4889ff;
  font-size: 36px;
  text-align: center;
  margin: 70px 0 -150px 0;
}

.employee_banner_title3 {
  color: #4889ff;
  font-size: 36px;
  text-align: center;
  margin: 70px 0 -150px 0;
}







.employee_diamond2 {
  width: 320px;
  height: 60px;
  background-color: #e2f2ff;
  line-height: 60px;
  clip-path: polygon(40px 0px,
      calc(100% - 40px) 0px,
      100% 50%,
      calc(100% - 40px) 100%,
      40px 100%,
      0px 50%);
}

.employee_content_left {
  width: 30%;
  min-width: 300px;
  position: absolute;
  left: 20%;

}