.overseas-x {
  padding: 50px 10px;
}
@media (min-width: 1025px) {
  .overseas-x {
    display: flex;
    padding: 70px 58px;
  }
}
@media (min-width: 1025px) {
  .overseas-x {
    padding: 90px 78px;
  }
}
.overseas-x .overseas-desc {
  width: 100%;
  padding: 45px 20px;
}
@media (min-width: 769px) {
  .overseas-x .overseas-desc {
    padding: 65px 20px;
  }
}
@media (min-width: 1025px) {
  .overseas-x .overseas-desc {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 10% 80px 70px;
    margin-right: auto;
  }
}
.overseas-x .overseas_title-en {
  text-transform: uppercase;
  color: #11a897;
  font-size: 18px;
}
@media (min-width: 769px) {
  .overseas-x .overseas_title-en {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  .overseas-x .overseas_title-en {
    font-size: 28px;
  }
}
.overseas-x .overseas_title-cn {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .overseas-x .overseas_title-cn {
    font-size: 18px;
    margin-top: 18px;
  }
}
@media (min-width: 1025px) {
  .overseas-x .overseas_title-cn {
    font-size: 24px;
    margin-top: 22px;
  }
}
.overseas-x .gap_icon {
  width: 26px;
  height: 2px;
  background: #b5b5b5;
  display: block;
  margin: 20px 0;
}
@media (min-width: 1025px) {
  .overseas-x .gap_icon {
    margin: 25px 0;
  }
}
.overseas-x .overseas_p {
  font-size: 14px;
  color: #666;
  line-height: 23px;
}
@media (min-width: 1025px) {
  .overseas-x .overseas_p {
    font-size: 16px;
    line-height: 33px;
  }
}
.overseas-x .overseas_more {
  width: 128px;
  height: 30px;
  background: #11a897;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .overseas-x .overseas_more {
    margin-top: 30px;
  }
}
.overseas-x .overseas_more .iconfont {
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .overseas-x .overseas_more {
    width: 138px;
    height: 40px;
    margin-top: 40px;
  }
}
.overseas-x .overseas-img {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .overseas-x .overseas-img {
    width: 50%;
  }
  .overseas-x .overseas-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.overseas-x .overseas-img img {
  width: 100%;
}
