

.index_customers{width: 100%;min-width: 1190px;max-width: 1920px;margin: auto;background: #3d3b3a;padding-bottom: 35px}
.customers{width: 1190px;margin: auto;}
.cus_title{width:1190px; height:89px; font-size:27px; color:#fff; text-align:center; line-height:110px; background:url(../ZERO/img/pro_line.png) center bottom no-repeat;}
.cus_left{width: 595px;margin-top: 35px;float: left;}
.culeft_title{font-size: 25px;color: #b2b2b2;line-height: 40px; height: 45px;text-align: center;background:url(../ZERO/img/cus_line.png) center bottom no-repeat;}

.cus_right{width: 595px;margin-top: 35px;float: right;}


#customers,#customers2,#index_products_animate_2{
-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;
}