body {
  background-color: #f9f9f9;
}
.part-title {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px auto;
}
.part-title h2 {
  font-weight: bold;
  line-height: 42px;
  font-size: 38px;
  color: #B3906A;
}
.part-title h4 {
  margin-left: 19px;
  line-height: 32px;
  font-size: 26px;
  color: #B3906A;
  font-weight: 300;
}
.part-title .line {
  position: relative;
  top: -15px;
  display: block;
  margin-left: 20px;
  flex: 1;
  height: 1px;
  background-color: #e5e5e5;
}
.part-one {
  margin-top: 40px;
}
.part-one .my-container video {
  width: 100%;
  outline: 0;
}
.part-one .my-container .list {
  margin-top: 35px;
}
.part-one .my-container .list li {
  display: flex;
}
.part-one .my-container .list li .icon {
  position: relative;
  top: 10px;
  margin-right: 14px;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-image: url(/static/cn/images/about/introduce_icon.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.part-one .my-container .list li p {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
.part-one .my-container .list li p b {
  color: #B3906A;
}
.part-one .my-container .map-img-pc {
  display: block;
  width: 100%;
  margin-top: 60px;
}
.part-one .my-container .map-img-mobile {
  display: none;
}
.part-two {
  margin-top: 100px;
}
.part-two .filter-swiper-container {
  width: 100%;
  margin-top: 20px;
}
.part-two .filter-swiper-container .swiper-slide {
  position: relative;
  width: 1100px;
}
.part-two .filter-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.part-two .filter-swiper-container .swiper-slide .text-group {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.part-two .filter-swiper-container .swiper-slide .text-group h2 {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}
.part-two .filter-swiper-container .swiper-slide .text-group h4 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.part-three {
  margin-top: 65px;
  margin-bottom: 100px;
}
.part-three .content-pc {
  position: relative;
  margin-top: 38px;
  width: 100%;
}
.part-three .content-pc img {
  display: block;
  width: 100%;
}
.part-three .content-pc .people-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
}
.part-three .content-pc .people-info h2 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.part-three .content-pc .people-info .position {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.part-three .content-pc .people-info .en {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.part-three .content-pc .people-info.position-1 {
  top: 132px;
  left: 81px;
}
.part-three .content-pc .people-info.position-2 {
  top: 377px;
  left: 461px;
}
.part-three .content-pc .people-info.position-3 {
  top: 132px;
  right: 81px;
  left: auto;
}
.part-three .list-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .part-one {
    margin-top: 0.4rem;
  }
  .part-one .my-container video {
    width: 100%;
    outline: 0;
  }
  .part-one .my-container .list {
    margin-top: 0.39rem;
  }
  .part-one .my-container .list li {
    display: flex;
    margin-bottom: 0.1rem;
  }
  .part-one .my-container .list li .icon {
    position: relative;
    top: 0.1rem;
    margin-right: 0.2rem;
    width: 0.24rem;
    height: 0.24rem;
    background-position: center center;
    background-image: url(/static/cn/images/about/introduce_icon.png);
    background-size: 0.22rem 0.22rem;
    background-repeat: no-repeat;
  }
  .part-one .my-container .list li p {
    width: 6.4rem;
    font-size: 0.24rem;
    line-height: 0.45rem;
    color: #333;
  }
  .part-one .my-container .list li p b {
    color: #B3906A;
  }
  .part-one .my-container .map-img-pc {
    display: none;
    width: 100%;
    margin-top: 60px;
  }
  .part-one .my-container .map-img-mobile {
    display: block;
    width: 100%;
    margin-top: 0.6rem;
  }
  .part-two {
    margin-top: 0.6rem;
  }
  .part-two .filter-swiper-container {
    width: 100%;
    margin-top: 0.25rem;
  }
  .part-two .filter-swiper-container .swiper-slide {
    position: relative;
    width: 6.3rem;
  }
  .part-two .filter-swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .part-two .filter-swiper-container .swiper-slide .text-group {
    position: absolute;
    bottom: 0.4rem;
    left: 0.4rem;
    width: 5rem;
  }
  .part-two .filter-swiper-container .swiper-slide .text-group h2 {
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: #fff;
  }
  .part-two .filter-swiper-container .swiper-slide .text-group h4 {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #fff;
  }
  .part-three {
    margin-top: 0.34rem;
    margin-bottom: 0.73rem;
  }
  .part-three .content-pc {
    display: none;
  }
  .part-three .list-mobile {
    display: block;
    margin-top: 0.47rem;
    width: 100%;
  }
  .part-three .list-mobile li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .part-three .list-mobile li + li {
    margin-top: 0.28rem;
  }
  .part-three .list-mobile li .img {
    width: 2rem;
    height: 2.41rem;
  }
  .part-three .list-mobile li .img img {
    display: block;
    width: 100%;
  }
  .part-three .list-mobile li .right {
    width: 4.43rem;
  }
  .part-three .list-mobile li .right h2 {
    font-weight: 500;
    font-size: 0.3rem;
    line-height: 0.32rem;
    color: #333;
  }
  .part-three .list-mobile li .right h4 {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #333;
  }
  .part-three .list-mobile li .right .en {
    margin-top: 0.2rem;
    font-size: 0.22rem;
    line-height: 0.34rem;
    color: #333;
  }
  .part-title {
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 20px auto;
  }
  .part-title h2 {
    font-weight: bold;
    line-height: 0.42rem;
    font-size: 0.38rem;
    color: #b3906a;
  }
  .part-title h4 {
    margin-left: 0.19rem;
    line-height: 0.32rem;
    font-size: 0.26rem;
    color: #b3906a;
    font-weight: 300;
  }
  .part-title .line {
    position: relative;
    top: -0.1rem;
    display: block;
    margin-left: 0.2rem;
    flex: 1;
    height: 1px;
    background-color: #e5e5e5;
  }
}
