@media (min-width: 751px) {
  .ProfileRightImg{
    display: none;
  }
}
/* 移动端 */
@media (max-width: 750px) {
  /* 关于我们 */
  .banner {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .banner .w{
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /* border: 1px solid #f00; */
    padding: 0 16px;
  }

  .banner .banner-title {
    /* border: 1px solid #e717b3; */
    height: auto;
  }

  .banner .banner-subtitle {
    /* border: 1px solid blue; */
    margin-top: 0;
    font-size: 14px;
  }

  /* 公司简介 */
  .company-profile {
    /* border: 1px solid #f00; */
    margin-top: 20px;
    flex-direction: column;
    height: auto;
    /* padding-bottom: 226px; */
  }
  .company-profile .company-profile-right{
    display: none;
  }
  .company-profile .company-profile-left{
    /* border: 1px solid #f00; */
    margin: 0 16px;
  }
  .company-profile .company-profile-left .company-content {
    width: 100%;
    margin-top: 16px;
  }
  .ProfileRightImg{
    width: 100%;
    height: 50vw;
    object-fit: cover;
    margin-top: 270px;
  }
  .business-introduction{
    /* border: 1px solid #f00; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 32px);
    height: auto;
    left: 0;
    top: 100px;
    bottom: auto;
    margin: 0 16px;
    border-radius: 5px;
  }
  .business-introduction .introduction-item{
    width: 100%;
    padding: 20px 0;
  }
  .business-introduction .introduction-item:nth-child(1) {
    border-right: 1px solid #e6e8ed;
  }
  .business-introduction .introduction-item:nth-child(2) {
    border-right: none;
  }
  .business-introduction .introduction-item:nth-child(3) {
    border-right: 1px solid #e6e8ed;
    border-top: 1px solid #e6e8ed;
  }
  .business-introduction .introduction-item:nth-child(4) {
    border-top: 1px solid #e6e8ed;
  }
  .business-introduction .introduction-item .item-top{
    margin-bottom: 0;
  }


  /* 公司历程 */
  .company-history {
    /* border: 1px solid #f00; */
    margin-top: 20px;
    padding: 20px 0 30px;
    height: auto;
  }
  .company-history .history-title{
    margin-left: 16px;
  }
  .company-history .history-title img{
    width: 250px;
    height: auto;
    left: 20px;
    top: 10px;
    /* border: 1px solid #0a3de6; */
  }
  .company-history .time-line{
    margin-top: 20px;
    /* border: 1px solid #f00; */
    width: calc(100% - 32px);
    margin-left: 16px;
  }

  /* 公司荣誉 */
  .company-honors {
    margin-top: 20px;
    padding-top: 20px;
  }
  
  .company-honors .honors-title{
    margin-left: 16px;
  }
  .company-honors .honors-title img {
    width: 230px;
    height: auto;
    left: 20px;
    top: 10px;
  }
  .company-honors .honor-wall{
    margin-top: 30px;
    /* border: 1px solid #f00; */
    width: calc(100% - 32px);
    margin-left: 16px;
  }
  .company-honors{
    height: auto;
    padding-bottom: 30px;
  }


  /* 企业文化 */
  .corporate-culture {
    padding-top: 20px;
  }
  .corporate-culture .culture-title{
    margin-left: 16px;
  }
  .corporate-culture .culture-title img{
    width: 230px;
    height: auto;
    left: 20px;
    top: 10px;
  }
  .corporate-culture .culture-top{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
  .corporate-culture .culture-vision{
    width: 100%;
  }
  .corporate-culture .culture-mission{
    width: 100%;
  }
  .corporate-culture .culture-block{
    display: none;
  }
  .culture-bottom{
    margin-top: 0;
  }

  
}