h2{
    font-size: clamp(24px, 2.5vw, 48px);;
}
img{
    max-width: 100%;
}
.customer-site-con{
    background: #f5f5f5;
    padding: clamp(30px, 3.8vw, 80px) 0;
}
.customer-site-con .customer-site{
    max-width: 1480px;
    margin: 0 auto;
}
 .title-more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
 .title-more a{
    width: 120px;
    height: 40px;
    border: 1px solid #b3b3b3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.customer-site-con .customer-site ul{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.customer-site-con .customer-site ul:after{
    content: "";
    margin-left: auto;
}
.customer-site-con .customer-site .case-ul{
    margin: 0 auto;
}
.customer-site-con .customer-site ul li{
    width: calc((100% - 90px) / 4);
}
.customer-site-con .customer-site ul li p{
    background: #ffffff;
    padding: 20px 15px 15px;
    font-size: 16px;
    position: relative;
}
.customer-site-con .customer-site ul li p:before{
    content: "";
    width: 50px;
    height: 2px;
    background: #cb2626;
    position: absolute;
    top: 15px;
    left: 15px;
}
.material-con{
    background: #ffffff;
    padding: clamp(30px, 3.8vw, 80px) 0;
}
.material-con .material{
    max-width: 1480px;
    margin: 0 auto;
}
.material-con .material .desc{
    margin: 20px 0 30px;
}
.material-con .material ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.material-con .material ul li{
    width: calc((100% - 100px) / 6);
}
.material-con .material ul li p{
    background: #333333;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.material-con .material ul li:hover p{
    background: #cb2626;
}
.epc-con{
    padding: clamp(30px, 3.8vw, 80px) 0;
    background: url(../img/epc-bg.jpg) no-repeat;
    background-size: cover;
}
.epc-con .epc{
    max-width:1480px;
    margin: 0 auto;
    color: #ffffff;
}
.epc-con .epc .desc{
    margin: 30px 0 50px;
}
.epc-con .epc ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.epc-con .epc ul li{
    text-align: center;
}







@media (max-width:1480px){
    .customer-site-con,.material-con,.epc-con{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:768px){
    .customer-site-con .customer-site ul,.material-con .material ul{
        gap: 10px;
    }
    .customer-site-con .customer-site ul li{
        width: calc((100% - 10px) / 2);
    }
    .material-con .material ul li{
        width: calc((100% - 20px) / 3);
    }
    .epc-con .epc ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .epc-con .epc ul li img{
        max-width: 100px;
    }
}




/*case详情页面*/
.case-banner-con{
    background: url(../img/case-detail-bg.jpg) no-repeat;
    background-size: 100%;
    padding-top: 100px;
}

.case-banner-con .case-banner{
    max-width: 1480px;
    margin: 0 auto;
}
.case-banner-con .case-banner .p_breadcrumb{
    margin: 30px 0;
}
.case-banner-con .case-banner .p_breadcrumb,.case-banner-con .case-banner .p_breadcrumb a .text-secondary{
    color: #cccccc;
}
.icon{
    fill: #cccccc;
}

.case-banner-con .case-banner .left-right-con{
    display: flex;
    align-items: center;
    color: #ffffff;
}
.case-banner-con .case-banner .left-right-con>img{
    max-width: 50%;
}
.case-banner-con .case-banner .left-right-con .right-con h1{
    font-size: clamp(30px, 3.34vw, 64px);
    font-weight: bold;
    margin-left: clamp(20px, 2.35vw, 50px);
}
.case-banner-con .case-banner .left-right-con .right-con>ul{
    line-height: 2;
     font-size: 16px;
     margin-top: 30px;
     margin-left: clamp(20px, 2.35vw, 50px);
}
.case-banner-con .case-banner .left-right-con .right-con>ul h3{
    font-size: 16px;
    font-weight: bold;
}
.case-banner-con .case-banner .left-right-con .right-con .desc{
    margin: 30px 0;
    padding: 30px clamp(20px, 2.35vw, 50px);
    background: #f5f5f5;
    color: #333333;
   line-height: 2;
}
.case-banner-con .case-banner .left-right-con .right-con .btns{
    margin-left: clamp(20px, 2.35vw, 50px);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.case-banner-con .case-banner .left-right-con .right-con .btns a:first-child{
    background: #cb2626;
    font-size: 18px;
    color: #ffffff;
    width: 140px;
    height: 60px;
    background: #cb2626;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-banner-con .case-banner .left-right-con .right-con .btns a:last-child{
    border: 1px solid #cb2626;;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 10px;
    white-space: nowrap;
}
.case-banner-con .case-banner .left-right-con .right-con .btns a:last-child p{
    background: #cb2626;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.case-banner-con .case-banner .left-right-con .right-con .btns a:last-child ul{
    padding-left: 10px;
    padding-right: 20px;
}
.case-banner-con .case-banner .left-right-con .right-con .btns a:last-child ul li:first-child{
    font-size: 12px;
    color: #d24d4d;
    margin-bottom: -10px;
}
.case-banner-con .case-banner .left-right-con .right-con .btns a:last-child ul li:last-child{
    font-size: 24px;
    font-family: "Impact";
    color: #d24d4d;
}
.introduce-con{
    
}
.introduce-con .introduce{
    max-width: 1480px;
    margin: 0 auto;
}
 .h2-title{
    margin: 50px 0;
    background: #f5f5f5;
    padding: 15px 30px;
    font-weight: bold;
    position: relative;
}
 .h2-title:before{
     content: "";
     width: 8px;
     height: 100%;
     background: #cb2626;
     position: absolute;
     top: 0;
     left: 0;
 }
 .introduce-con .introduce .left-right-con{
     display: flex;
     align-items: center;
 }
  .introduce-con .introduce .left-right-con .img-con{
      position: relative;
      overflow-y: clip;
  }
  .introduce-con .introduce .left-right-con .img-con img{
      position: relative;
      z-index: 1;
  }
  .introduce-con .introduce .left-right-con .img-con:after{
      content: "";
      width: 400px;
      height: 400px;
      position: absolute;
      right: -22%;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      background: #333333;
  }
  .introduce-con .introduce .left-right-con .desc{
      max-width: 730px;
      color: #333333;
      font-size: 16px;
      line-height: 2;
      background: #f5f5f5;
      padding: clamp(20px,2.35vw,50px) 20px clamp(20px,2.35vw,50px) clamp(20px,2.35vw,50px);
      position:relative;
      z-index: 1;
  }
  .introduce-con .introduce .left-right-con .desc p, .introduce-con .introduce .left-right-con .desc div{
      padding-block-end: 10px;
  }
  .advantage-con{}
  .advantage-con .advantage{
      max-width: 1480px;
      margin: 0 auto;
      
  }
  
.advantage-con .advantage .desc-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.advantage-con .advantage .desc-img img{
    max-width: 50%;
}
.advantage-con .advantage .desc-img .desc{
    font-size: 16px;
    
}
.advantage-con .advantage .desc-img .desc p{
    padding-block-end: 10px;
}
.advantage-con .advantage .advantage-imgs{
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.related-con{
    background: url(../img/related-bg.jpg) no-repeat;
    background-size: cover;
    padding: clamp(30px,3.8vw,80px) 0;
    color: #333333;
}
.related-con .related{
    max-width: 1480px;
    margin: 0 auto;
}
.related-con .related .title-more{
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-bottom: 50px;
}
.related-con .related .title-more h2{
    color: #ffffff;
    margin-bottom: 0;
}
.related-con .related .title-more .line{
    position: relative;
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
}
.related-con .related .title-more .line:before{
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,#ffffff 0%,#ffffff 70%, transparent 30%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 0;
}
.related-con .related .title-more a{
    border: 1px solid #ffffff;
    padding: 5px 20px;
    border-radius: 10px;
}
.related-con .related ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.related-con .related ul li{
    width: calc((100% - 60px) / 4);
}
.related-con .related ul p{
    background: #ffffff;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    position: relative;
}
.related-con .related ul p:before{
    content: "";
    width: 50px;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.contact-form-con{
    background: #ffffff;
    padding: clamp(30px,3.8vw,80px) 0;
    color: #333333;
}
.contact-form-con .contact-form{
    max-width: 1480px;
    margin: 0 auto;
    font-size: 16px;
}
.contact-form-con .contact-form .title-consult{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 50px;
}
.contact-form-con .contact-form .title-consult h2{
    margin-bottom: 0;
}
.contact-form-con .contact-form .title-consult a{
    background: #cb2626;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    border-radius: 10px;
}
.contact-form-con .contact-form form{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.contact-form-con .contact-form form .form-input{
    width: calc((100% - 20px) / 2);
    display: flex;
    align-items: center;
    gap: 20px;
}
 label{
    white-space: nowrap;
    margin-bottom: 0;
}
.contact-form-con .contact-form form .form-radio,.contact-form-con .contact-form form .form-textarea{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-form-con .contact-form form button{
    width: 120px;
    height: 40px;
    background: #cb2626;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 30px;
}

.case-con{
    background: url(../img/case-bg.jpg) no-repeat;
    background-size: cover;
    padding: clamp(30px,3.8vw,80px) 0;
    color: #333333;
}
.case-con h2{
    color: #ffffff;
}
.case-con .case{
    max-width: 1480px;
    margin: 0 auto;
    font-size: 16px;
}
.case-con .case ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.case-con .case ul p{
    padding: 20px;
    background: #ffffff;
    position: relative;
    color: #333333;
}
.case-con .case ul p:before{
    content: "";
    width:50px;
    height: 2px;
    background: #cb2626;
    position: absolute;
    left: 20px;
    top: 15px;
}

@media (max-width:1480px){
    .case-banner-con,.introduce-con,.advantage-con,.contact-form-con{
        padding-left: 15px;
        padding-right: 15px;
    }
    .related-con,.case-con{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:1400px){
    .case-banner-con{
        background-size: cover;
        padding-bottom: 30px;
    }
    .introduce-con .introduce .left-right-con .desc{
        max-width: 50%;
    }
}
@media (max-width:1080px){
    .introduce-con .introduce .left-right-con .img-con:after{
        display: none;
    }
}
@media (max-width:768px){
    
    .case-banner-con{
        padding-top: 67px;
    }
    .case-banner-con .case-banner .left-right-con .right-con h1,.case-banner-con .case-banner .left-right-con .right-con>ul,.case-banner-con .case-banner .left-right-con .right-con .btns{
        margin-left: 0;
    }
    .case-banner-con .case-banner .left-right-con,.introduce-con .introduce .left-right-con,.advantage-con .advantage .desc-img,.advantage-con .advantage .advantage-imgs,.related-con .related ul,.case-con .case ul{
        flex-wrap: wrap;
    }
    .case-banner-con .case-banner .left-right-con>img{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .introduce-con .introduce .left-right-con .desc,.advantage-con .advantage .desc-img img{
        max-width: 100%;
    }
    .advantage-con .advantage .advantage-imgs li,.related-con .related ul li,.case-con .case ul li{
        width: calc((100% - 20px) / 2);
    }
     .contact-form-con .contact-form form{
    flex-wrap: wrap;
  }
  .contact-form-con .contact-form form .form-input{
    width: 100%;
  }
}
@media (max-width:500px){
     .contact-form-con .contact-form form .form-input{
        flex-wrap: wrap;
    }
    .contact-form-con .contact-form .title-consult{
        flex-wrap: wrap;
    }
}