@media screen and (max-width: 768px) {
  #mHeader .cont .right {
    font-size: 20px;
  }
  #banner .cont .info {
    padding-right: 0;
    text-align: center;
  }
  #banner .cont .info .btn {
    text-align: center;
  }
  #indexBottom .bg1,
  #indexBottom .bg2,
  #indexBottom .bg3,
  #indexBottom .bg4 {
    height: auto;
  }
  #indexBottom .item1 {
    padding: 90px;
  }
  #indexBottom .item2 {
    padding: 40px 0;
  }
  #indexBottom .item2 .img {
    width: 50%;
  }
  #indexBottom2 .item {
    padding: 0 20px;
  }
  #bannerImg .cont {
    height: 250px;
  }
  #ourStory .bottom .imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #ourStory .bottom .imgs div {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  #ourStory .bottom .imgs div img {
    margin: 0;
  }
  #contact .cont {
    flex-direction: column;
  }
  #contact .cont .right,
  #contact .cont .left {
    width: 100%;
  }
  #goodBottomImg {
    display: flex;
    flex-direction: column;
  }
  #goodBottomImg img {
    display: block;
    width: 100%;
  }
  #product .goodItem {
    width: 100%;
  }
}
