body {
  background-color: #f9f9f9;
}
.title-crumbs-top {
  margin-bottom: 50px;
}
.part-one .img-pc {
  display: block;
  width: 100%;
}
.part-one .img-mobile {
  display: none;
  width: 100%;
}
.part-two {
  margin-top: 80px;
}
.part-two .my-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part-two .left {
  width: 420px;
}
.part-two .left img {
  display: block;
  width: 100%;
}
.part-two .right {
  width: 735px;
}
.part-two .right .text {
  padding-left: 24px;
  font-size: 20px;
  line-height: 36px;
  color: #666;
  background-image: url(/static/cn/images/about/prospect_part_two_texticon.png);
  background-repeat: no-repeat;
  background-position: 0px 12px;
  background-size: 12px 12px;
}
.part-two .right .text span {
  color: #B3906A;
}
.part-two .right .text + .text {
  margin-top: 30px;
}
.part-two .right .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
  width: 100%;
}
.part-two .right .list li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.part-two .right .list li img {
  display: block;
  width: 70px;
  height: 70px;
}
.part-two .right .list li p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.part-three .bottom-img {
  display: block;
  width: 100%;
  margin-top: 80px;
}
.part-four {
  margin-top: 80px;
  margin-bottom: 169px;
}
.part-four .honour-title-group h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.part-four .honour-title-group h2 {
  margin-top: 10px;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  color: #333;
}
.part-four .honour-title-group .line {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
}
.part-four .honour-title-group .line .line-one {
  width: 6%;
  height: 5px;
  background-color: #B3906A;
}
.part-four .honour-title-group .line .line-two {
  width: 94%;
  height: 1px;
  background-color: #e5e5e5;
}
.part-four .list {
  position: relative;
  margin-top: 50px;
}
.part-four .list p {
  position: relative;
  padding: 10px 0;
  padding-left: 36px;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}
.part-four .list p span {
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #B3906A;
  border-radius: 100%;
  background-color: #f9f9f9;
  z-index: 2;
}
.part-four .list .line {
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 100%;
  background-color: #B3906A;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .title-crumbs-top {
    display: none;
  }
  .title-crumbs-top .my-container {
    padding: 55px 0;
    border: none;
  }
  .part-one {
    margin-top: 0.48rem;
  }
  .part-one .img-pc {
    display: none;
    width: 100%;
  }
  .part-one .img-mobile {
    display: block;
    width: 100%;
  }
  .part-two {
    margin-top: 0.59rem;
  }
  .part-two .my-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .part-two .left {
    width: 4.2rem;
  }
  .part-two .left img {
    display: block;
    width: 100%;
  }
  .part-two .right {
    margin-top: 0.8rem;
    width: 100%;
  }
  .part-two .right .text {
    padding-left: 0.44rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #666;
    background-image: url(/static/cn/images/about/prospect_part_two_texticon.png);
    background-repeat: no-repeat;
    background-position: 0px 0.11rem;
    background-size: 0.16rem 0.16rem;
  }
  .part-two .right .text span {
    color: #B3906A;
  }
  .part-two .right .text + .text {
    margin-top: 0.4rem;
  }
  .part-two .right .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.52rem;
    width: 100%;
  }
  .part-two .right .list li {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
    margin-bottom: 0.7rem;
  }
  .part-two .right .list li img {
    display: block;
    width: 0.86rem;
    height: 0.86rem;
  }
  .part-two .right .list li p {
    margin-top: 0.12rem;
    font-size: 0.26rem;
    line-height: 0.32rem;
    color: #666;
  }
  .part-three .bottom-img {
    display: block;
    width: 100%;
    margin-top: 1.03rem;
  }
  .part-four {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .part-four .honour-title-group h4 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #333;
  }
  .part-four .honour-title-group h2 {
    margin-top: 0.12rem;
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.38rem;
    color: #333;
  }
  .part-four .honour-title-group .line {
    margin-top: 0.25rem;
    display: flex;
    align-items: flex-end;
  }
  .part-four .honour-title-group .line .line-one {
    width: 10%;
    height: 0.05rem;
    background-color: #B3906A;
  }
  .part-four .honour-title-group .line .line-two {
    width: 90%;
    height: 1px;
    background-color: #e5e5e5;
  }
  .part-four .list {
    position: relative;
    margin-top: 0.6rem;
  }
  .part-four .list p {
    position: relative;
    padding: 0.14rem 0;
    padding-left: 0.4rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #333;
  }
  .part-four .list p span {
    position: absolute;
    top: 0.23rem;
    left: 0;
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    border: 2px solid #B3906A;
    border-radius: 0.2rem;
    background-color: #f9f9f9;
    z-index: 2;
  }
  .part-four .list .line {
    position: absolute;
    top: 0;
    left: 0.08rem;
    width: 1px;
    height: 100%;
    background-color: #B3906A;
    z-index: 1;
  }
}
