.intro {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.left-img {
  width: 616px;
  height: 349px;
  margin-right: 39px;
  margin-bottom: 10px;
}
.left-img img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 90px;
  border-bottom-left-radius: 90px;
}
.right-text {
  width: 545px;
  height: 330px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
}
.right-text p {
  margin-bottom: 16px;
  text-indent: 2em;
}

.map-container {
  width: 100%;
  height: 400px;
}

.map_ {
  position: relative;
}

#initLocation {
  position: absolute;
  right: 14px;
  bottom: 90px;
  z-index: 999;
  width: 27px;
  height: 27px;
  background-color: #fff;
  cursor: pointer;
}

.timeline-container {
  width: 60%;
  margin: 10px auto;
}
.timeline__item--left .timeline__content {
  box-shadow: 3px 3px 0px 0px #eee;
}
.timeline__item--right .timeline__content {
  box-shadow: 3px 3px 0px 0px #eee;
}
.timeline__content h2 {
  font-size: 22px;
}
.timeline__content .desc {
  color: #666;
}

.swiper-container {
  position: relative;
  width: 60%;
  margin: 20px auto;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.6);
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.office-environment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: left;
  width: 90%;
  margin: 0 auto;
}

.env-pic {
  width: 600px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.env-pic img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .swiper-container {
    width: 80%;
  }
  .intro {
    display: block;
    padding: 16px;
  }
  .left-img {
    width: 100%;
    height: 100%;
  }
  .right-text {
    width: 100%;
    height: 100%;
  }
  #map-container {
    height: 200px;
  }
  .swiper-container {
    height: auto;
  }
  .office-environment {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .env-pic {
    width: 100%;
    height: 200px;
  }
}
