.banner-sub{
  background:url(../../img/bg/customer.jpg) no-repeat center center;
  background-size: cover;
  color:#fff;
}

.customer-content{
  margin-top: 40px;
}
.customer-container{
  background: #fafafa;
}
.customer-box{
  padding: 0;
  width: 224px;
  flex: none;
  height: 190px;
  border-radius: 2px;
}
.customer-box:hover{
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
}
.customer-box-logo{
  background: #fff;
  padding: 25px 0;
}
.customer-box-name{
  height: 45px;
  line-height: 45px;
  color: #444;
}
.customer-box-more{
  width: 224px;
  height: 190px;
  line-height: 160px;
  letter-spacing: 12px;
  font-size: 40px;
  margin: 0 10px 30px;
  background: #fff;
}