/*
* 	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 设置*/

#fashow1 .owl-controls .owl-pagination{
  position:absolute;
  bottom:10px;
  left:0px;
  display:block;
  height:auto;
  margin-top:20px;
  line-height:0px;
  text-align:center;
  width:100%;
}
#fashow1 .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px 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;
}
#fashow1 .owl-controls .owl-page.active span,
#fashow1 .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color:#15a65c;
}
#fashow1 .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:0px;
}
#fashow1 .owl-controls .owl-buttons .owl-prev{
      left: 0px;
      top: 50%;
	  margin-top:-21px;
    }

#fashow1 .owl-controls .owl-buttons .owl-next{
      right: 0px;
      top: 50%; 
	  margin-top:-21px;
    }
	

#fashow1 .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.6;
	transition-duration: .3s;
}	
#fashow1 .owl-controls .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	transition-duration: .3s;
}	
#fashow1 .fa-left{
	display: inline-block;
    width:30px;
    height: 50px;
    line-height: 0px;
    vertical-align: text-top;
	background:url(icon-product-prev2.png) no-repeat center left 6px,rgba(21,166,92,1);
    margin-top: 0px;
	padding:0px;
	border-radius:0px 50% 50% 0px;
	}
#fashow1 .fa-right{
	display: inline-block;
    width: 30px;
    height: 50px;
    line-height: 0px;
    vertical-align: text-top;
	background:url(icon-product-next2.png) no-repeat center right 6px,rgba(21,166,92,1);
    margin-top: 0px;
	padding:0px;
	border-radius:100% 0% 0% 100%;
	}

#fashow1{ display:block; width:100%; padding:10px;  background:#fff;}
#fashow1 .owl-controls {
    margin-top: 0px;
    text-align: center;
}
#fashow1 .item {width:100%; text-align:center;}
#fashow1 .item img{
	display:inline-block;
	max-width: 100%;
	max-height:400px;
}
#fashow2{ display:none !important; width:100%; box-sizing:border-box; padding:0px 25% 10px; margin:auto;background:#fff;	}
#fashow2 .item{
    background: #f2f2f2;
    padding: 3px;
    margin: 3px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
#fashow2 .fashowed .item{
  background: #15a65c;
}
/*方案*/


#sync1 .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;
}
#sync1 .owl-controls .owl-buttons .owl-prev{
      left: 0px;
      top: 100%;
	  margin-top:30px;
	  border-radius:6px 0px 0px 6px;
    }

#sync1 .owl-controls .owl-buttons .owl-next{
      right: 0px;
      top: 100%; 
	  margin-top:30px;
	  border-radius:0px 6px 6px 0px;
    }
	

#sync1 .owl-controls .owl-buttons div{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:rgba(21,166,92,1);
	transition-duration: .3s;
	font-size:0px;
	line-height:0px;
}	
#sync1 .owl-controls .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#fd9d20;
	transition-duration: .3s;
}	
#sync1 .fa-left{
	display: inline-block;
    width:26px;
    height: 50px;
    line-height: 0px;
    vertical-align: text-top;
	background:url(icon-product-prev2.png) no-repeat center;
    margin-top: 0px;
	padding:0px;
	}
#sync1 .fa-right{
	display: inline-block;
    width:26px;
    height: 50px;
    line-height: 0px;
    vertical-align: text-top;
	background:url(icon-product-next2.png) no-repeat center;
    margin-top: 0px;
	padding:0px;
	}
#sync1{ display:block; width:100%; margin:auto; background:#fff; padding:0px;}
#sync1 .owl-controls {
    margin-top: 0px;
    text-align: center;
}
#sync1 .item {text-align:center; padding:10px; }
#sync1 .item .al-img { text-align:center; width:100%; height:450px;overflow:hidden;}
#sync1 .item img{
	display:inline-block;
	max-width:100%;
	max-height:100%;
}
#sync1 .item a{ position:relative; display:block;width:100%; height:100%; padding-bottom:50px; position:relative;}
#sync1 .item .al-text{ position:absolute;bottom:0px; left:0px; text-align:left; width:100%; padding:0px 0px 20px;background:rgba(255,255,255,0.9);transform: translateY(calc(100% - 40px)); transition-duration: .3s;}
#sync1 .item:hover .al-text{transform: translateY(0);transition-duration: .3s; }
#sync1 .item span{ display:inline-block; width:100%; color:#333; box-sizing:border-box; padding:0px 20px;}
#sync1 .item p{ display:inline-block; width:100%; margin:0px; font-size:14px; line-height:40px; text-indent:20px; color:#fff; background:#fd9d20; border-radius:6px 6px 0px 0px;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
#sync1 .item pre { font-family: Arial, "微软雅黑",AlbertusMT-Lights; line-height: 26px; font-size: 14px; width: 100%; word-wrap: break-word; display: block; white-space: pre-wrap; background: none; border: 0; paddding: 0 20px; margin: 0; }

#sync2{ padding:0px 40px;}
#sync2 .item{
	display:block;
    background: #15a65c;
    margin: 5px;
	padding:1px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
	height:100px;
	overflow:hidden;
}
#sync2 .item a{
	display:block;
	width:100%; height:100%; overflow:hidden;}

#sync2 .item img{
	min-width:100%; min-height:100%;}
#sync2 .synced .item{
  background: #fd9d20;
}
 
/*方案*/
