/* 小屏幕（手机）*/
@media (max-width: 800px) {
  .intro-banner {
    width: 100%;
    height: 9.6rem;
    background-image: url(../assets/index-mobile/背景.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.88rem 0.67rem 0;
  }
  .intro-banner .intro {
    margin-top: 0.4rem;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.67rem;
  }
  .core-value {
    padding: 0.53rem 0.67rem 0;
  }
  .core-value .intro {
    font-size: 0.32rem;
    color: #808080;
    line-height: 0.6rem;
    margin-bottom: 0.35rem;
  }
  .core-value .core-value-image img {
    width: 100%;
    height: 3.23rem;
    /* width: 100%;
        height: 100%; */
  }
  .core-value .core-value-image .pc {
    display: none;
  }
  .promotional-concept {
    padding-top: 0.4rem;
    width: 100%;
    height: 5.2rem;
    background-image: url(../assets/index-mobile/Group\ 2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .promotional-concept .promotional-concept-intro {
    margin-top: 0.38rem;
  }
  .promotional-concept .promotional-concept-intro h1 {
    font-size: 0.48rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .promotional-concept .promotional-concept-intro .hung {
    width: 100%;
    height: 0.03rem;
    background: radial-gradient(circle at 50% 50%, #e5a81d, rgba(229, 168, 29, 0));
    border-radius: 0;
    margin-bottom: 0.4rem;
  }
  .promotional-concept .promotional-concept-intro .info {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .promotional-concept .promotional-concept-intro .info span {
    font-size: 0.37rem;
    color: #ffffff;
    letter-spacing: 0.1rem;
  }
  .promotional-concept .promotional-concept-intro .info .point {
    width: 0.05rem;
    height: 0.05rem;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 0.1rem;
  }
  .promotional-concept .promotional-concept-intro .info .yellow {
    color: #e5a81d;
  }
  .development-plan {
    width: 9.36rem;
    height: 11.87rem;
    background: #e5a81d;
    margin: 0 auto;
    transform: translate(0, -0.45rem);
    padding: 0.45rem 0.35rem 0;
  }
  .development-plan .development-plan-intro .info-main {
    margin-top: 0.2rem;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.67rem;
  }
  .development-plan .map-image {
    width: 100%;
  }
  .development-plan .map-image img {
    width: 100%;
  }
}
