.index_customerbg{ background:#f3f3f3; padding-top:55px;}
.index_customer_head{ text-align:center; font-size:36px; color:#555555; line-height:63px;}
.index_customer_pic{width:100%; margin-top:14px; height:160px;}
.customer_list{height:160px;}
.customer_logo1{width:190px; height:109px; background:url(../ZERO/img/customer/1.jpg) center no-repeat;}
.customer_logo1:hover{background:url(../ZERO/img/customer/1.png) center no-repeat;}
.customer_logo2{width:190px; height:109px; background:url(../ZERO/img/customer/2.jpg) center no-repeat;}
.customer_logo2:hover{background:url(../ZERO/img/customer/2.png) center no-repeat;}
.customer_logo3{width:190px; height:109px; background:url(../ZERO/img/customer/3.jpg) center no-repeat;}
.customer_logo3:hover{background:url(../ZERO/img/customer/3.png) center no-repeat;}
.customer_logo4{width:190px; height:109px; background:url(../ZERO/img/customer/4.jpg) center no-repeat;}
.customer_logo4:hover{background:url(../ZERO/img/customer/4.png) center no-repeat;}
.customer_logo5{width:190px; height:109px; background:url(../ZERO/img/customer/5.jpg) center no-repeat;}
.customer_logo5:hover{background:url(../ZERO/img/customer/5.png) center no-repeat;}
.customer_logo6{width:190px; height:109px; background:url(../ZERO/img/customer/6.jpg) center no-repeat;}
.customer_logo6:hover{background:url(../ZERO/img/customer/6.png) center no-repeat;}
.customer_name{ display:none;}
.customer_list:hover .customer_logo1,.customer_list:hover .customer_logo2,.customer_list:hover .customer_logo3,.customer_list:hover .customer_logo4,.customer_list:hover .customer_logo5,.customer_list:hover .customer_logo6{ box-shadow:0 0 10px #e6e6e6;}
.customer_list:hover .customer_name{ display:block; font-size:14px; color:#666666; line-height:25px; padding:10px 0; text-align:center;}
.index_customer1_pic{ display:none;}

@media (max-width:768px){
.index_customerbg{ padding-top:32px; padding-bottom:23px;}
.index_customer_pic{ display:none !important;}
.index_customer1_pic{ display:block !important;}
.index_customer_head{ font-size:26px; line-height:53px;}
.customer1_list{width:96%; margin:auto; margin-top:10px;}
.customer1_list .customer1_logo1 img{width:100%;}
.customer1_name{font-size:14px; color:#666666; line-height:25px; padding:10px 0; text-align:center;}
}

#index_customer_animate1,#index_customer_animate1-1{

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 1s;
  -ms-animation-delay: .2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}