#about {
  position: relative;
  background-attachment: #ffffff;
  /* overflow: hidden; */
  overflow: visible;
  /* background-color: bisque; */
}

.about_top {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
}
.top_intro {
  width: 57.8rem;
  height: 15.7rem;
  font-size: 5.2rem;
  font-family: Gotham;
  font-weight: normal;
  color: #000000;
  line-height: 5.5rem;
}
.top_intro .intor_title {
  font-family: Gotham-bold;
}
.top_about {
  font-size: 1.8rem;
  font-family: Gotham;
  font-weight: bold;
  color: #000000;
  line-height: 3.8rem;
  height: 3.8rem;
}
.scrollanimation {
  /* background: #E1E1E1!important; */
}
.about-box{
  display: flex;
  justify-content: space-between;
  padding-top: 4.4rem;
}
.right-mapImage {
  width: 128.4rem;
  height: 68.3rem;
}
.right-mapImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-size: 1.8rem;
  font-family: Gotham;
  font-weight: normal;
  color: #000000;
  line-height: 2.6rem;
}
.about_text_left {
  width: 56.7rem;
  padding-top: 5rem;
}
.about_text_center {
  width: 56.7rem;
}

.about_scroll {
  display: flex;
  position: absolute;
  /* top: 62.9rem; */
  /* top: 750px; */
  right: 0;
  width: 103rem;
  height: 16rem;
  font-size: 15.8rem;
  font-family: Gotham;
  color: #1C40C7;
  line-height: 16rem;
  white-space: nowrap;
  transition: color 1s ease;
}
.about_scroll_left {
  flex: 1;
  font-family: Gotham-bold;
}
.about_scroll_right {
  flex: 1;
  margin-left: 4rem;
  font-weight: lighter;
}

.about_btn {
  display: flex;
  align-items: center;
  position: absolute;
  left: 8rem;
  bottom: 7.5rem;
}
.about_btn_left {
  width: 4.5rem;
  height: 2.6rem;
  margin-right: 1.3rem;
  /* overflow: hidden; */
}
.about_btn_left img {
  width: 100%;
}
.about_btn_right {
  height: 2.6rem;
  font-size: 1.8rem;
  font-family: Gotham;
  font-weight: normal;
  color: #000000;
  line-height: 2.6rem;
}

.transition_zs {
  transition: color 1s ease;
  display: flex;
  padding: 7rem 10rem;
  gap: 15rem;
}
.transition_zs .zs {
  width: 95.5rem;
  height: 78.3rem;
}
.transition_zs .zs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zs-text {
  padding-top: 12.5rem;
}
.zs-text--title {
  font-size: 7.2rem;
  font-family: Gotham;
  font-weight: bold;
  color: #253FBF;
  letter-spacing: 2px;
  margin-bottom: 5rem;

}
.zs-text--desc {
  font-weight: normal;
  font-family: Gotham;
  font-size: 4.2rem;
  color: #000000;
  line-height: 6rem;
}
.zs-text--line {
  width: 15.5rem;
  height: 1.1rem;
  background: #253FBF;
  margin-top: 19rem;
}