/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}






/*banner 设置*/
#owl-demo .owl-controls .owl-pagination{
  position: absolute;
  z-index:3;
  display:block;
  width:1140px;
  left:50%;
  bottom:40px; 
  margin-left:-570px;
  height:auto;
  line-height:0px;
  text-align:right;
}
#owl-demo .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 16px 6px;
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #2d2c38;
	border:1px solid #fff;
}
#owl-demo .owl-controls .owl-page.active span,
#owl-demo  .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color:#0a92e2;
}
#owl-demo .owl-controls .owl-buttons div {
  position: absolute;
  z-index:3;
  background:none;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top:-25px;
}
#owl-demo .owl-controls .owl-buttons .owl-prev{
      left: 60px;
      top: 50%;
	  margin-top:-30px;
    }

#owl-demo  .owl-controls .owl-buttons .owl-next{
      right: 60px;
      top: 50%; 
	  margin-top:-30px;
    }
	

#owl-demo .owl-theme .owl-controls .owl-buttons div{
	background-color:#4d4d4d;
	padding:0px;
}	
#owl-demo .icon-chevron-left{
	display: inline-block;
    width: 40px;
    height: 60px;
    line-height: 0px;
    vertical-align: text-top;
	background:url(slider-arrow.png) -126px -137px  no-repeat;
    background-repeat: no-repeat;
    margin-top: 0px;
	padding:0px;
	}
#owl-demo .icon-chevron-right{
	display: inline-block;
    width: 40px;
    height: 60px;
    line-height: 0px;
    vertical-align: text-top;
	background:url(slider-arrow.png) -6px -137px  no-repeat;
    background-repeat: no-repeat;
    margin-top: 0px;
	padding:0px;
	}

#owl-demo{ width:100%; height:500px;}
#owl-demo .owl-controls {
    margin-top: 0px;
    text-align: center;
}
#owl-demo .owl-wrapper-outer{ height:100%;}
#owl-demo .owl-wrapper{ height:100%;}
#owl-demo .owl-item{ height:100%;}
#owl-demo .item {width:100%; height:100%; background-size: auto 500px; background-position:center; background-repeat:no-repeat;}
#owl-demo .item img{
	display:none;
	width: 100%;
	height: auto;
}

@media ( max-width: 768px){
#owl-demo{ margin-top:0px;}
#owl-demo .item img{
	display:block;}
#owl-demo { height:auto;}
#owl-demo .owl-controls .owl-pagination{
  position: absolute;
  z-index:3;
  display:block;
  width:100%;
  left:50%;
  bottom:40px; 
  margin-left:-570px;
  height:auto;
  line-height:0px;
  text-align:center;
}
#owl-demo .owl-controls .owl-buttons .owl-prev{
      left: 10px;
      top: 50%; 
    }

#owl-demo  .owl-controls .owl-buttons .owl-next{
      right: 10px;
      top: 50%; 
    }

}
/* banner end */








/*关于我们 设置*/
#about-img .owl-controls .owl-pagination{
  position: absolute;
  z-index:3;
  display:block;
  width:96%;
  bottom:10px; 
  height:auto;
  line-height:0px;
  text-align:right;
}
#about-img  .owl-controls .owl-page span{
	display: block;
	width: 11px;
	height: 11px;
	margin: 0px 2px;
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #666;
	border:1px solid #fff;
}
#about-img .owl-controls .owl-page.active span,
#about-img .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color:#0a92e2;
}

#about-img { width:100%; height:300px;}
#about-img  .owl-controls {
    margin-top: 0px;
    text-align: center;
}
#about-img  .owl-wrapper-outer{ height:100%;}
#about-img  .owl-wrapper{ height:100%;}
#about-img  .owl-item{ height:100%;}
#about-img  .item {width:100%; height:100%; background-size: auto 300px; background-position:center; background-repeat:no-repeat;}
#about-img  .item img{
	display:none;
	width: 100%;
	height: auto;
}

@media ( max-width: 768px){
#about-img { width:100%; height:auto;}
#about-img  .item img{
	display:inline-block;
	width: 100%;
	height: auto;
}
#about-img .owl-controls .owl-pagination{
  width:90%;
}
}
/* 关于我们 end */

#partner{ float:left;box-sizing:border-box; width:calc(100% - 140px); height:120px; padding:15px 40px;}
#partner .owl-item{ display:table; padding:0px 8px; height:90px; text-align:center;}
#partner .item{display: table-cell;vertical-align: middle; width:100%; height:100%; background:#FFF;}
#partner .item img{
	max-width: 100%;
	max-height: 100%;
	width:auto;
	height:auto;
}

#partner .owl-controls .owl-buttons div {
  position: absolute;
  z-index:3;
  background:none;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#partner .owl-controls .owl-buttons .owl-prev{
      left: 15px;
      top: 50%;
	  margin-top:-10px;
    }

#partner  .owl-controls .owl-buttons .owl-next{
      right: 15px;
      top: 50%; 
	  margin-top:-10px;
    }
#partner  .owl-controls .owl-buttons .partner-left{ display:block; background:url(left.png) center no-repeat; width:11px; height:20px;}
#partner  .owl-controls .owl-buttons .partner-right{ display:block;background:url(right.png) center no-repeat;width:11px; height:20px;}
#partner .owl-controls .owl-buttons div{filter: Alpha(Opacity=100);opacity: 1;padding:6px 4px;	}
#partner .owl-controls .owl-buttons div:hover{ background:#e0e0e0; }

@media ( max-width: 768px){
	
#partner{ float:left;box-sizing:border-box; width:100%; height:auto; padding:0px;}
#partner .owl-item{ display:table; padding:0px 8px; height:60px; text-align:center;}
#partner .owl-controls .owl-buttons {  margin-top:8px; overflow:hidden; display:none;}
}
/*首页合作伙伴*/





/*banner 设置*/
.product-showimg-box{ padding:0px;}
#product-showimg .owl-item {}
#product-showimg .owl-item .item{ text-align:center; background:#f0f0f0; padding:10px;}
#product-showimg .owl-item  img{
  display:inline-block;
  max-width:100%;
  max-height:300px;
  height: auto;
  margin:auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


#product-showimg  .owl-controls .owl-buttons div {
  position: absolute;
  z-index:4;
  background:none;
  margin:0px;
  padding: 0px;
  top:50%;
  margin-top:-21px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#product-showimg  .owl-controls .owl-buttons div i{
	display:inline-block;
	
}
#product-showimg  .owl-controls .owl-buttons .owl-prev{
      left: 15px;
    }

#product-showimg  .owl-controls .owl-buttons .owl-next{
      right: 15px;
    }
#product-showimg .owl-controls .owl-buttons .product-left{ display:block; background:url(icon-product-prev.png) center no-repeat;width:22px; height:42px;}
#product-showimg .owl-controls .owl-buttons .product-right{ display:block;background:url(icon-product-next.png) center no-repeat;width:22px; height:42px;}
#product-showimg .owl-controls .owl-pagination{ display:none;}
@media ( max-width: 768px){
#product-showimg { margin-bottom:20px;}
#product-showimg  .owl-controls .owl-buttons{margin:0px; height:28px; vertical-align:text-bottom;}	
#product-showimg  .owl-controls .owl-buttons div{position:static; background:#0a92e2; padding:4px 20px; margin:0px 5px; }
#product-showimg  .owl-controls .owl-buttons div i{ background:#0a92e2;}

#product-showimg .owl-controls .owl-buttons .product-left{ display:block; background:url(icon-product-prev2.png) center no-repeat;width:11px; height:20px;}
#product-showimg .owl-controls .owl-buttons .product-right{ display:block;background:url(icon-product-next2.png) center no-repeat;width:11px; height:20px;}


#product-showimg .owl-controls .owl-page.active span,
#product-showimg .owl-controls.clickable .owl-page:hover span,
#product-showimg  .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color:#0a92e2;
}

#product-showimg .owl-controls .owl-pagination{ display:block;}

}
/* banner end */
