@media (min-width:1024px) {
  .myHeader .headerContent .right .navList .navItem .subMenu {
    min-width: 100px;
  }
}



@media (max-width: 1440px) {
  .myContainer {
    max-width: 980px;
  }
}

@media (max-width: 1024px) {
  .productList .productListContent .sideFlag {
    display: none;
  }

  .productList .productListContent .sideBar .list .close {
    display: none;
  }
  .myHeader .headerContent{
    padding: 20px 0;
  }
  .myHeader .headerContent .right .navList .navItem .subMenu a{
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .banner .bannerContent {
    max-width: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
    text-align: center;
    padding: 20px 0;
  }

  .pro .proContent .line .right .text {
    font-size: 12px;
  }

  .banner .bannerContent .title {
    font-size: 18px;
    line-height: 1.5;
  }

  .pro {
    padding: 30px 0;
  }

  .pro .proContent .line {
    flex-direction: column;
    gap: 15px;
  }

  .pro .proContent .line .right {
    width: 100%;
    padding: 20px 15px;
  }

  .pro .proContent .line .right .title_1 {
    height: 30px;
  }

  .pro .proContent .line .right .title_2 {
    font-size: 18px;
  }

  .pro .proContent .line:nth-child(2) {
    flex-direction: column-reverse;
  }

  .partLine {
    font-size: 20px;
    padding: 25px 0;
  }

  .about {
    padding: 30px 0;
    padding-top: 0;
  }

  .about .list {
    gap: 20px;
  }

  .about .list .line {
    flex-direction: column;
  }

  .about .list .line .left .title {
    font-size: 18px;
  }

  .about .list .line .left .text {
    font-size: 14px;
    padding-top: 5px;
  }

  .about .list .line:nth-child(2) {
    flex-direction: column;
  }

  .blank {
    padding: 30px 0;
  }

  .myFooter .myContainer {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .myFooter .media .way {
    flex-direction: column;
  }

  .myFooter .media .way .item .icon {
    width: 30px;
  }

  .productList .productListContent {
    overflow: hidden;
  }

  .productList .productListContent .sideFlag {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #a5a5eb;
    padding: 8px;
    box-sizing: border-box;
    position: fixed;
    bottom: 20vh;
    z-index: 9;
    left: 30px;
  }

  .productList .productListContent .sideBar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 9;
    transform: translateX(-100%);
    transition: all .3s;
  }

  .productList .productListContent .sideBar .list {
    width: 340px;
    max-width: 80%;
    height: 100vh;
    background: #FFF;
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
    padding-top: 30px;
  }

  .productList .productListContent .sideBar .list .close {
    display: block;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .productList .productListContent .sideBar .list .close .icon {
    width: 30px;
    height: 30px;
  }

  .productList .productListContent .sideBar.active {
    transform: translateX(0);
  }

  .productList {
    padding: 30px 0;
  }

  .productList .productListContent .listContent {
    padding-top: 0;
  }

  .productList .productListContent .listContent .list {
    gap: 10px;
  }

  .partLine_2 .list {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .partLine_2 .list .item a{
    height: 100%;
  }

  .partLine_2 .list .item {
    width: 100%;
    flex: 1;
  }
  .logo img{
    width: auto;
  }
  .detaCont span{
    font-size: 16px !important;
  }
}