/*
* 	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:999;
  display:block;
  width:100%;
  bottom:0px;
  height:auto;
  line-height:0px;
}
#owl-demo .owl-controls .owl-page span{
	display: block;
	width: 13px;
	height: 13px;
	margin: 16px 8px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
        box-shadow:2px 2px 3px rgba(0,0,0,.4) inset;
   -moz-box-shadow:2px 2px 3px rgba(0,0,0,.4) inset;
-webkit-box-shadow:2px 2px 3px rgba(0,0,0,.4) inset;
}
#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:#00aaf1;
}
#owl-demo .owl-controls .owl-buttons div {
  position: absolute;
  z-index:999;
  background-color:#00aaf1;
  padding: 16px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#owl-demo .owl-controls .owl-buttons .owl-prev{
      left: 60px;
      top: 48%; 
    }

#owl-demo  .owl-controls .owl-buttons .owl-next{
      right: 60px;
      top: 48%; 
    }
#owl-demo .owl-theme .owl-controls .owl-buttons div{
	background-color:#4d4d4d;
	padding:5px;
}	
#owl-demo .icon-chevron-left{
	display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image:url(../owl-carousel/glyphicons-halflings-white.png);
    background-position: -432px -72px;
    background-repeat: no-repeat;
    margin-top: 0px;
	}
#owl-demo .icon-chevron-right{
	display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image:url(../owl-carousel/glyphicons-halflings-white.png);
    background-position: -456px -72px;
    background-repeat: no-repeat;
    margin-top: 0px;
	}

#owl-demo{ width:100%; height:550px;}
#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 550px;}
#owl-demo .item img{
	display:none;
	width: 100%;
	height: auto;
}
@media ( max-width: 992px){
#owl-demo{ width:100%; height:auto;}
	
#owl-demo .item{ background:none;background-size: auto 0;}
#owl-demo .item img{
	display:block;
	width: 100%;
	height: auto;
}
#owl-demo .owl-controls .owl-buttons .owl-prev{
      left: 5px;
      top:calc(50% - 24px); 
    }

#owl-demo  .owl-controls .owl-buttons .owl-next{
      right: 5px;
      top: calc(50% - 24px); 
    }

}
/* banner end */

.index-product{ width:100%; margin:50px auto;}
.index-product .item{
  margin: 3px;
  background-color:#f2f2f2;
}
.index-product .item:hover{background-color:#00aaf1;}
.index-product .item img{
  display: block;
  width: 100%;
  height: auto;
  padding:4px;
}
.index-product .owl-controls .owl-buttons div {
    color: #4d4d4d;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 0px;
    font-size: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	border:1px solid #ccc;
    background: #fff;
    filter: Alpha(Opacity=100);
    opacity: 1;	
}
.index-product .owl-controls .owl-buttons div:hover {
    color:#fff;
	border:1px solid #00aaf1;
    background: #00aaf1;
}

.product-button-left{ display:inline-block; width:40px; height:26px; font-size:14px; line-height:26px;}
.product-button-right{ display:inline-block; width:40px; height:26px; font-size:14px; line-height:26px; }
@media ( max-width: 768px){
.index-product{ width:100%; margin:20px auto;}
	}


.product-showimg{ margin-bottom:20px;}
#sync1 .item{
    background: fff;
    padding: 0px;
    margin: 1px;
    color: #FFF;
	border:1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}
#sync1 .item>a>img{
	max-width:100%; height:auto;
}
#sync1 .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: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #1a1a1a;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
#sync1 .owl-controls .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

#sync2 .item{
    background: #C9C9C9;
    padding: 2px;
    margin: 2px;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item img{
	max-width:100%; height:auto;
}
#sync2 .synced .item{
  background: #00aaf1;
}
