.index_product{display:block; width:100%; background:#eee; padding:80px 0;}
.index_product .index_pro_title{width: 100%; overflow: hidden; margin-bottom:40px; text-align: center}
.index_pro{ padding:0 2%;}
.index_proimg{ background:#FFFFFF;}
.index_proname{ padding:10px 0px; text-align:center;}
.index_proname a{ font-size:15px !important; color:#000000 !important; line-height:25px;}

#owl-demo_product {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo_product .item {
    display: block;
    margin: 5px;
}
#owl-demo_product img {
    display: block;
    width: 100%;
}

#owl-demo_product .owl-nav{width:100%; float:right; position:relative; top:-400px; }
#owl-demo_product .owl-prev{background:url(../ZERO/img/adv_jt.png) no-repeat;width:18px;height: 32px; left:0px; position:absolute; z-index:99;}
#owl-demo_product .owl-next{background:url(../ZERO/img/adv_jt2.png) no-repeat;width:18px;height: 32px; right:0px; position:absolute; z-index:99;}
#owl-demo_product .owl-dots{ display:none !important;}

@media (max-width:1024px) and (min-width: 768px) {
.index_product{padding:40px 0;}
}
@media (max-width:767px){
.index_product{padding:20px 0;}
.index_product .index_pro_title{ margin-bottom:20px;}
.row{margin-left: 0px !important;margin-right: 0px !important;}
.index_product .product_title H6:after {width:20%; height:1px; background:#ddd; margin-left:20px; z-index:999; content:""; display:inline-block; position:relative; top:-5px;}
.index_product .product_title H6:before {width:20%; height:1px; background:#ddd; margin-right:20px; z-index:999; content:""; display:inline-block; position:relative; top:-5px;}
#index_product_animate1,#index_product_animate2{display:block !important;}

#owl-demo_product .owl-nav{width:58px; float:right; position:relative; top:-30px; margin-right:30px;}
}

#index_product_animate1,#index_product_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;
}