/*
* 	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{ position:relative; z-index:99999; display:block;}
#owl-demo .owl-controls .owl-pagination{
  position: absolute;
  z-index:999;
  display:block;
  width:100%;
  bottom:0px;
  height:auto;
}
#owl-demo .owl-controls .owl-page span{
	display: block;
	width: 20px;
	height:20px;
	line-height:20px;
	margin: 16px 6px;
	padding:0px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #ffffff;
	border:none;
	text-align:center;
	color:#4d4d4d;
}
#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:#d3283b;
	color:#fff;
}
#owl-demo .owl-controls .owl-buttons div {
  position: absolute;
  z-index:999;
  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:100%;}
#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 100%; background-position:center; background-repeat:no-repeat;}
#owl-demo .item img{
	display:none;
	width: 100% ;
	height:auto;
}
@media ( min-width: 768px){#owl-demo{height:calc(100% - 50px);}}
@media ( min-width: 992px){#owl-demo{height:calc(100% - 90px);}}
@media ( min-width: 1200px){#owl-demo{height:calc(100% - 100px);}}

@media ( max-width: 768px){
#owl-demo { height:auto;}
#owl-demo .item img{
	display:block;	
	}
#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 */

#index-product{ width:100%; padding:0px 20px;}
#index-product .item{
	margin: 10px;
 	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,00px,0);
	transition-duration: .3s;
}
#index-product .item:hover{
 	-webkit-transform: translate3d(0px,-10px,0);
	transform: translate3d(0px,-10px,0);
	transition-duration: .3s;
}

#index-product .item img{
	display: block;
	width: 100%;
	height: auto;
}
#index-product .item .index-product-show{ display:block;}
#index-product .item b{ display:inline-block; font-size:18px; color:#333; margin:30px auto 15px;}
#index-product .item:hover b{color:#527ceb;}
#index-product .item p{ font-size:14px; color:#999;}
#index-product .item .index-product-more{ display:inline-block; line-height:36px; padding:0px 20px; font-size:12px; color:#fff; background:#eaeaea;transition-duration: .3s;}
#index-product .item .index-product-more:hover{ background:#94a9df;transition-duration: .3s;}

@media ( max-width: 768px){
#index-product{ width:100%; padding:5px;}
#index-product .item{margin: 5px;}
#index-product .item:hover{
 	-webkit-transform: translate3d(0px,0px,0);
	transform: translate3d(0px,0px,0);
	transition-duration: .3s;
}

#index-product .item b{ display:inline-block; font-size:16px; color:#333; margin:15px auto 10px;}
#index-product .item p{ font-size:12px;}
#index-product .item .index-product-more{ine-height:30px; padding:0px 15px; font-size:12px; background:#94a9df;}

}


#dzlc{ margin-bottom:30px; background:#f5f5f5; overflow:hidden;}
#dzlc .item{
  margin: 3px;
  padding:0px 15px;
  text-align:center;
}
#dzlc .item img{
  display:inline-block;
  width:auto;
  height: auto;
  margin-bottom:30px;
}
#dzlc .item span{
  display:inline-block;
  width:100%;
  font-size:24px;
  color:#333;
  margin-bottom:10px;
}
#dzlc .item p{
  display:inline-block;
  width:100%;
  font-size:14px;
  line-height:22px;
  color:#666;
  margin-bottom:0px;
}
#dzlc .owl-controls .owl-page.active span,
#dzlc .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color:#527ceb;
	color:#fff;
}

@media ( max-width: 768px){
#dzlc .item{margin: 3px;padding:0px 5px;}
#dzlc .item img{ width:80px; height:auto; margin-bottom:15px;}	
#dzlc .item span{ font-size:16px; margin-bottom:5px;}	
#dzlc .item p{ font-size:12px;}	
}
/*订制*/



#sync1 .item{
  background: #f0f0f0;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
}
#sync1 .item img{
	max-width:100%;
	max-height:600px;
}
#sync1 .owl-controls .owl-buttons{ margin:10px 0px;}
#sync1 .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 6px 16px;
	font-size: 0px;
	line-height:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #527ceb;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: .7;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
#sync1 .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
#sync1 .owl-controls.clickable .owl-buttons div .icon-xc-l{ display:inline-block; background:url(icon-product-prev2.png) no-repeat center; width:20px; height:20px;}
#sync1 .owl-controls.clickable .owl-buttons div .icon-xc-r{ display:inline-block; background:url(icon-product-next2.png) no-repeat center; width:20px; height:20px;}


#sync2 .item{
  text-align:center;
  background: #C9C9C9;
  padding: 2px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
}
#sync2 .synced .item{
background: #527ceb;

}
#sync2 .item img{ display:inline-block; max-width:100%; max-height:100%;}

