@media screen and (max-width:767px){
    
    .head.pad{padding: 0 2%;}
    /* nav svg{
        display:block;
        position: absolute;
        right:0;
        cursor: pointer;
        width:35px;
        height:35px;
    } */
    
    nav .navItem{
        display:none;
    }
    nav.pad{
        padding:0 2%;
    }
    /* 公司介绍 */
    .product img{
        width:100%;
        background-size:100% 100%;
    }
    .introduce .product{
        flex-direction:column;
        
    }
    .introduce h1{
        text-align:left;
    }
    .introduce .product div:last-child{
        padding-left:0;
    }
     /* 产品中心 */
     .productCenter > ul,.customer > ul{
        flex-wrap:wrap;
    }
    .productCenter > ul li.productItem{width:48%;}
    /* .productCenter > ul li.productItem,.customer > ul li.customerItem{
        width:50%;
    } */
    
    /* 客户案例 */
    /* .customer ul{
        flex-wrap:wrap;
    } */
    .customer ul li.customerItem img{
        width:100%;
    }
    .customer ul li.customerItem:nth-child(2n){
        margin-right:0;
    }
    /* 新闻中心 */
    .newsContent {
        flex-wrap:wrap;
    }
    .newsContent > .newsLeft{
        margin-bottom:20px;
    }
    .newsContent > .newsLeft .breakDown{
        margin:0;
        width:100%;
    }
    .newsContent > .newsLeft:first-child img{
        width:100%;
        height:100%;
    }
    .newsContent > .newsLeft, .newsContent > .newsList{
        width:100%;
    }
    /* 加入我们 */
    .joinUs .contact ul li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .joinUs form{
        width:90%;
        left:5%;
    }
}