@media (min-width: 801px) {
  .intro-banner {
    width: 100%;
    height: 600px;
    background-image: url(../assets/modelIntroduction/Group\ 6.png);
    padding-top: 227px;
  }
  .intro-banner .title .chinese-title {
    margin-bottom: 10px;
  }
  .intro-banner .intro {
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
  }
  .core-value {
    padding-top: 60px;
  }
  .core-value .title {
    margin-bottom: 30px;
  }
  .core-value .title .chinese-title .info span {
    color: #000;
  }
  .core-value .title .chinese-title .hung {
    background-color: #000;
  }
  .core-value .title .english-title {
    font-weight: normal;
    font-size: 30px;
    transform: translate(0, -11px);
    /* 创建一个从上到下的线性渐变背景 */
    background: linear-gradient(to bottom, rgba(167, 162, 162, 0), rgba(126, 119, 119, 0.3));
    /* 将背景裁剪为文本形状，仅显示文本部分的渐变 */
    -webkit-background-clip: text;
    /* 设置文本填充颜色为透明，以便显示背景渐变 */
    -webkit-text-fill-color: transparent;
    /* 对于不支持-webkit-background-clip: text的浏览器，将文本颜色也设置为透明 */
  }
  .core-value .intro {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 30px;
    width: 804px;
    margin: 0 auto;
  }
  .core-value .core-value-image {
    width: 863px;
    height: 281px;
    margin: 0 auto;
  }
  .core-value .core-value-image img {
    width: 100%;
    height: 100%;
  }
  .core-value .core-value-image .mobile {
    display: none;
  }
  .promotional-concept {
    width: 100%;
    height: 544px;
    background-image: url(../assets/modelIntroduction/Group\ 2.png);
    padding-top: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .promotional-concept .title {
    margin-bottom: 40px;
  }
  .promotional-concept .title .english-title {
    color: rgba(255, 255, 255, 0.16);
  }
  .promotional-concept .promotional-concept-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .promotional-concept .promotional-concept-intro h1 {
    color: #ffffff;
    letter-spacing: 10px;
    font-size: 50px;
    font-weight: bold;
  }
  .promotional-concept .promotional-concept-intro .hung {
    margin: 35px 0;
    width: 1164px;
    height: 2px;
    background: radial-gradient(circle at 50% 50%, #e5a81d, rgba(229, 168, 29, 0));
    border-radius: 0;
  }
  .promotional-concept .promotional-concept-intro .info {
    display: flex;
    align-items: center;
  }
  .promotional-concept .promotional-concept-intro .info span {
    font-family: al-75;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 22px;
  }
  .promotional-concept .promotional-concept-intro .info .point {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 22px;
  }
  .promotional-concept .promotional-concept-intro .info .yellow {
    color: #e5a81d;
  }
  .development-plan {
    width: 1400px;
    height: 500px;
    background: #e5a81d;
    margin: 0 auto;
    transform: translate(0, -86px);
    display: flex;
    padding-left: 178px;
    background-image: url(../assets/modelIntroduction/image\ 20.png);
    background-size: initial !important;
    background-position: left bottom;
  }
  .development-plan .development-plan-intro {
    margin-right: 50px;
    padding-top: 64px;
    width: 433px;
  }
  .development-plan .development-plan-intro .title {
    margin-bottom: 30px;
  }
  .development-plan .development-plan-intro .title .english-title {
    color: rgba(255, 255, 255, 0.25);
  }
  .development-plan .development-plan-intro .info-main {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
  }
}
