.customers{
    padding:2em 0 10px 0;
    background:#f8f8f8;
        overflow: hidden;
}
.customer_list {
    padding-top: 2.86458%;
    padding-bottom: 1.5625%;
}
    .customer_list .item{
        float:left;
    margin-right: 0.3%;
    margin-bottom: 2.3%;
    margin-left: 2%;
    }
        .customer_list .item img{
            transition:.4s all linear;
			width: 100%;
        }
        .customer_list .item a {
            margin: 0 10px 10px;
            padding: 5px;
            display: block;
            overflow:hidden;
            background:#fff;
        }
    .customer_list .item:hover img{
        transform:scale(1.1);
    }
@media (max-width: 992px) {
    .customer_list .item{
        width:30.333%;
    }
	
	
/*首页更多产品*/

.btn1{text-align: center;
    /* margin-top: 50px; */
    /* width: 25%; */
    width: 32%;
    display: block;
    margin: 20px auto 0;
}
.btn1 a{
    text-decoration: none;
    border: 1px solid #fff;
    text-align: center;
    color: #fff; 
    border-radius: 6px;
    font-size: 16px;
    transition: all .5s;
    background: #009ee0;
    width: 100%;
    display: block;line-height: 27px;}
.btn1 a:hover{ border: 1px solid #009ee0; background: #fff; color:#009ee0}
@media (max-width: 1024px) 
