/* 头部图片 */
.official_header {
  /* height: 600px; */
  width: 100vw;
  object-fit: contain;
  /* 或者 use 'contain' 根据需要 */
}

.official_wrapper {
  width: 100%;
  margin: 0 auto;
}


/* banner图片 */
.official_banner {
  display: flex;
  height: 500px;
  width: 1920px;
  max-width: 100%;
  margin: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 3.84/1;
  object-fit: contain;
  /* transform: scale(0.8); */
}

.official_diamond {
  width: 250px;
  height: 60px;
  background-color: #e2f2ff;
  margin: 0 auto;
  text-align: center;
  line-height: 60px;
  clip-path: polygon(40px 0px,
      calc(100% - 40px) 0px,
      100% 50%,
      calc(100% - 40px) 100%,
      40px 100%,
      0px 50%);
}

.official_diamond3 {
  width: 450px;
  height: 60px;
  background-color: #e2f2ff;
  margin: 0 auto;
  text-align: center;
  line-height: 60px;
  clip-path: polygon(40px 0px,
      calc(100% - 40px) 0px,
      100% 50%,
      calc(100% - 40px) 100%,
      40px 100%,
      0px 50%);

}

.official_banner_foreground {
  /* z-index: 2; */
  width: 100%;
  height: 100%;
}

.official_wrapper> :nth-child(1) {
  background-image: url('../image/公务出行-切/official_banner1.jpg');

}

.official_wrapper> :nth-child(2) {
  background-image: url('../image/公务出行-切/2用车合规.jpg');
}


.official_wrapper> :nth-child(3) {
  background-image: url('../image/公务出行-切/3自驾or司机.jpg');
}


.official_wrapper> :nth-child(4) {
  background-image: url('../image/公务出行-切/4车务管理.jpg');
}


.official_content {
  width: 100%;
  margin: 0 auto;
}

.official_banner_text {
  font-size: 24px;
  color: rgb(80, 75, 75);
  text-align: left;
  margin-left: 23%;
  margin-top: 1%;
}

.official_banner_title {
  color: #4889ff;
  font-size: 36px;
  text-align: center;
  margin: 70px 0 -150px 0;
}

.official_banner_text2 {
  font-size: 24px;
  color: rgb(80, 75, 75);
  text-align: left;
  margin-left: 28%;
  margin-top: 1%;
}

.official_banner_text3 {
  font-size: 24px;
  color: rgb(80, 75, 75);
  text-align: left;
  margin-left: 32%;
  margin-top: 1%;
}

.official_banner_text4 {
  font-size: 24px;
  color: rgb(80, 75, 75);
  text-align: left;
  margin-left: 32%;
  margin-top: 1%;
}

.commuting_content {
  width: 30%;
  min-width: 300px;
  position: absolute;
  right: 14%;
}

.commuting_diamond {
  width: 250px;
  height: 60px;
  background-color: #e2f2ff;
  /* margin: 0 auto;
  text-align: center; */
  line-height: 60px;
  clip-path: polygon(40px 0px,
      calc(100% - 40px) 0px,
      100% 50%,
      calc(100% - 40px) 100%,
      40px 100%,
      0px 50%);

}

.commuting_banner_text {
  font-size: 24px;
  color: rgb(80, 75, 75);
  text-align: left;
}

.commuting_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%);

}

.commuting_content_left {
  width: 30%;
  min-width: 300px;
  position: absolute;
  left: 20%;

}