/* 响应式适配 */
@media (max-width: 768px) {
  h1,.pagebanner .text-content h1{
    font-size:22px ;
}
h2,.intro-card h2{
    font-size: 20px;
    font-weight: bolder;

}
h3{
    font-size: 18px;
    font-weight: bolder;
}
h4{
    font-size: 16px;
    font-weight: bolder;
}
h5{
    font-size: 14px;
    font-weight: bolder;
}
h6{
    font-size: 14px;
    font-weight: bolder;
}
  .pc{
    display: none;
  }
  .sm{
    display: inline-block;
  }
  .container{
    width: auto;
    box-sizing: border-box;
    padding: 0 20px;
  }
  header .logo img{
    height: 35px;
    width: auto;
  }
  .header{
    box-sizing: border-box;
    /* padding: 15px 20px; */
  }
  .nav ul {
    display: flex;
  }
  .nav ul li {
    margin-left: 10px;
  }

    .pagebanner .main-section{
      display: block;
      padding: 20px 0;
    }
    .pagebanner .main-section{
      /* padding: 20px 20px; */
      box-sizing: border-box;

    }
    .pagebanner .images-section{
      width: 100%;
    }
    .pagebanner .images-section img{
      margin-bottom: 25px;
    }
    .SolutionsBox .title{
      width: 100%;
    }
    .AutomationBox .AutomationItem,.SolutionsBox .Solutions .SolutionsItem{
      width: 100%;
      display: block;
      max-width: 100%;
      margin-bottom: 20px;
    }
    .caseTop .container{
      /* position: relative; */
    }
    .caseBox .caseCon{
      padding: 10px 20px;
    }
    .caseBox .caseText>div,.whyCon .title,.whyCon .whyList,.formCon .formLeft,.formCon .myForms{
      width: 100%;
    }
    .caseBox .caseText>.caseLeft{
      padding-right: 0;
    }
    .caseBox .caseText>.caseLeft h3{
      margin-bottom: 15px;
    }
    .caseBox .caseText>.caseLeft p{
      margin-bottom: 25px;
    }
    .caseBox .caseText .caseRight .caseItem a{
      padding-left: 10px;
    }
    .caseBox .caseText .caseRight .caseItem a img{
      height: 80px;
      margin-left: 0px;
    }
    .whyCon{
      height: auto;
    }
    .whyCon {
      background-image: url(/images/whysm.png);
    }
    .whyCon .whybox{
      position: relative;
      display: block;
    }
    .caseBox{
      padding-bottom: 545px;
    }
    .whyCon .title p{
      margin-bottom: 20px;
    }
    .whyCon .whyList{
      padding-top: 15px;
    }
    .whyCon .whyList ul li:nth-child(n){
      padding-left: 0;
      margin: 15px 0;
      line-height: 1.5;

    }
    .faq ul li .faqTit{
      padding: 18px 10px 18px 10px;
    }
    .faq ul li .faqCon p{
      padding:10px; 
    }
    .formCon{
      display: block;
    }
    .formCon .formLeft p{
      margin: 15px 0;
    }
    .footer .footer-con{
      display: block;
      text-align: center;
    }
    .block,.AutomationBox{
      padding: 25px 0;
    }
    .footer .footer-con .footerItem a{
      padding: 5px 0;
      justify-content: center;
   
    }
  }

@media  screen and (max-width: 600px){
    h3{
        font-size: 22px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }
    .container::-webkit-scrollbar {
        display: none;
        }

    }

    @media (max-width: 480px) {
        .spec-item {
            flex-direction: column;
            gap: 5px;
        }
    
        .spec-value {
            text-align: left;
            color: #3498db;
        }
    }