.index_custom{ margin:10px 0; padding:20px 0; overflow:hidden; border-top:3px solid #eee;}
.index_custom .index_custom_title{width: 100%; overflow: hidden; margin: 80px 0; text-align: center}

.customerlist{width:100%; text-align:center; margin:auto; margin-bottom:80px;}

#owl-demo_customer {
    width: 90%;
	margin:0 5%;
	position:relative;
}
#owl-demo_customer .item {
    display: block;
    margin: 5px;
}
#owl-demo_customer img {
    display: block;
    width: 100%;
}
.owl-carousel_customer .owl-stage-outer{width:100%; height:200px; padding-top:50px;}

#owl-demo_customer .owl-nav{width:100%; position:absolute; z-index:99; top:0px;}
#owl-demo_customer .owl-prev{background:url(../ZERO/img/lbtn_jt.jpg) no-repeat;width:40px;height: 200px; left:-40px;}
#owl-demo_customer .owl-next{background:url(../ZERO/img/rbtn_jt.jpg) no-repeat;width:40px;height: 200px; right:-40px;}
#owl-demo_customer .owl-dots{ display:none !important;}

@media (max-width:1024px) and (min-width: 768px) {
.index_custom .index_custom_title{ margin:10px 0;}
.customerlist{ margin-bottom:20px;}
#owl-demo_customer{ margin-top:0px !important;}
.customer_pic{width:70%; margin:auto;}
.owl-carousel_customer .owl-stage-outer{height:100px; padding-top:10px;}
#owl-demo_customer .owl-prev{background:url(../ZERO/img/lbtn_jt2.jpg) no-repeat;width:20px;height: 100px; left:-20px;}
#owl-demo_customer .owl-next{background:url(../ZERO/img/rbtn_jt2.jpg) no-repeat;width:20px;height: 100px; right:-20px;}
}

@media (max-width:767px){
.index_custom .index_custom_title{ margin:10px 0;}
.customerlist{ margin-bottom:20px;}
#owl-demo_customer{ margin-top:0px !important;}
#index_customer_animate1,#index_customer_animate2{display:block !important;}
.owl-carousel_customer .owl-stage-outer{height:100px; padding-top:10px;}
#owl-demo_customer .owl-prev{background:url(../ZERO/img/lbtn_jt2.jpg) no-repeat;width:20px;height: 100px; left:-20px;}
#owl-demo_customer .owl-next{background:url(../ZERO/img/rbtn_jt2.jpg) no-repeat;width:20px;height: 100px; right:-20px;}

#owl-demo_customer img{width:70%; text-align:center;}
}

#index_custom_animate1,#index_custom_animate2{

  -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;
}