﻿@media (min-width: 1200px) {
  .container {
    width: 1200px;
	position: relative;
	padding: 0px;
  }
}
.customer{width: 100%;float: left;margin-top: 36px;}
.customer .customer_li{width: 100%;float: left;margin-bottom: 15px;}
.customer .customer_li li img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.customer .customer_li li{width: 188px;height: 127px;float: left;background: #f0f0f0;margin-right: 12px;margin-bottom:15px ;overflow: hidden;}
.customer .customer_li li:last-child{margin-right: 0px;}
.customer .customer_li img{width: 100%;float: left;}
.customer .loading{width: 100%;float: left;margin-bottom: 8px;margin-top: 15px;text-align: center;}
.customer .loading img{width: 20px;margin-right: 10px;opacity: 0.54;}
.customer .loading span{font-family: "微软雅黑";font-size: 12px;color: #515151;font-weight: bold;}
@media screen and (max-width:1199px ){
.customer .customer_li li{width: 15.5%;margin-right: 1%;height:auto;min-height: 34px;}
@media screen and (max-width:991px ){
.customer{margin-top: 15px;}
.customer .customer_li{margin-bottom: 0px;}
.customer .customer_li li{width: 30%;margin-right: 3%;height:auto;min-height: 34px;margin-bottom: 10px;}
	}
}
@media screen and (max-width:767px ){
.customer{margin-top: 15px;}
.customer .customer_li{margin-bottom: 0px;}
.customer .customer_li li{width: 30%;margin-right: 3%;height:auto;min-height: 34px;margin-bottom: 10px;}
}