/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel.homebanner{
	display: none;
	position: relative;
	width: 100%;
	
	-ms-touch-action: pan-y;
}
.owl-carousel.homebanner .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel.homebanner .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel.homebanner .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel.homebanner .owl-item{
	float: left;
	height: auto;
	width:100%;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.homebanner .owl-controls{position: absolute;bottom:30px;left:0;width:100%;}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.bannerbg{
	
	display: block;
	
}
.bannerbg img{max-width: 100%;vertical-align: bottom;}
.homebanner .owl-buttons{width:100%;text-align: center;}
.homebanner .owl-buttons .owl-prev,.homebanner .owl-buttons .owl-next{width:17px;height: 28px;text-indent: -99999999px;overflow: hidden;margin-top:-260px;}
.homebanner .owl-buttons .owl-prev{background: url(../images/left.png) center no-repeat;float:left;margin-left:50px;}
.homebanner .owl-buttons .owl-next{background: url(../images/right.png) center no-repeat;float:right;margin-right:50px;}
.homebanner .owl-buttons .owl-prev:hover{background: url(../images/left-h.png) center no-repeat;}
.homebanner .owl-buttons .owl-next:hover{background: url(../images/right-h.png) center no-repeat;}

.homebanner .owl-pagination{text-align: center;width:100%;margin:0 auto;}
.homebanner .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.homebanner .owl-controls .owl-page span{
	display: block;
	width: 40px;
	height: 4px;
	margin: 6px 5px;
	
	background: #999999;
}

.homebanner .owl-controls .owl-page.active span,
.homebanner .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #fff;
}

/*首页产品*/
.owl-carousel.home-pro-list{width:100%;margin-top:56px;position: relative;}
.owl-carousel.home-pro-list .owl-wrapper-outer{overflow: hidden;}
.owl-carousel.home-pro-list .owl-item{
	float:left;
	padding:0 6px;
}
.owl-carousel.home-pro-list .pic{width:100%;height: 320px;float:left;position: relative;background: url(../images/bg4.jpg) repeat-y; background-size:100% 100%;}
.owl-carousel.home-pro-list .pic img{max-width: 100%;}
.owl-carousel.home-pro-list .pic .picbox{width:100%;height: 100%;position: absolute;top:0;left:0;display: table;text-align: center;}
.owl-carousel.home-pro-list .pic .picbox a{display: table-cell;vertical-align: middle;}
.owl-carousel.home-pro-list .pic .img2{display: none;}
.owl-carousel.home-pro-list .owl-item:hover .pic .img2{display: table;}
.owl-carousel.home-pro-list .owl-item:hover .pic .img1{display: none;}
.owl-carousel.home-pro-list .owl-item .tit{width:100%;height: 80px;float:left;background: url(../images/bg4.jpg) repeat-y;background-size:100% 100%;line-height: 80px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding:0 20px;}
.owl-carousel.home-pro-list .owl-item .tit a{font-size:20px;color: #000;}

.home-pro-list .owl-buttons{width:100%;text-align: center;}
.home-pro-list .owl-buttons .owl-prev,.home-pro-list .owl-buttons .owl-next{width:60px;height: 60px;text-indent: -99999999px;overflow: hidden;margin-top:-30px;position: absolute;position: absolute;top:50%;}
.home-pro-list .owl-buttons .owl-prev{background: url(../images/left.png) center no-repeat;left:-80px;}
.home-pro-list .owl-buttons .owl-next{background: url(../images/right.png) center no-repeat;right:-80px;}
.home-pro-list .owl-buttons .owl-prev:hover{background: url(../images/left2.png) center no-repeat;}
.home-pro-list .owl-buttons .owl-next:hover{background: url(../images/right2.png) center no-repeat;}


/*首页方案*/
.owl-carousel.home-fa-list{width:100%;margin-top:56px;position: relative;}
.owl-carousel.home-fa-list .owl-wrapper-outer{overflow: hidden;}
.owl-carousel.home-fa-list .owl-item{
	float:left;
	
}


.home-fa-list .owl-buttons{width:100%;text-align: center;}
.home-fa-list .owl-buttons .owl-prev,.home-fa-list .owl-buttons .owl-next{width:60px;height: 100%;text-indent: -99999999px;overflow: hidden;position: absolute;position: absolute;top:0;
	filter:alpha(opacity=0);  
      -moz-opacity:0;  
      -khtml-opacity: 0;  
      opacity: 0;
	-webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.home-fa-list .owl-buttons .owl-prev{background:rgba(36,41,51,0.4) url(../images/fa-left.png) center no-repeat;left:0;}
.home-fa-list .owl-buttons .owl-next{background:rgba(36,41,51,0.4) url(../images/fa-right.png) center no-repeat;right:0;}
.home-fa-list:hover .owl-buttons .owl-prev,.home-fa-list:hover .owl-buttons .owl-next{
	filter:alpha(opacity=100);  
      -moz-opacity:1;  
      -khtml-opacity: 1;  
      opacity: 1;
}
.owl-carousel.about-ry .owl-wrapper-outer{overflow: hidden;}
.about-ry .owl-buttons{width:100%;text-align: center;}
.about-ry .owl-buttons .owl-prev,.about-ry .owl-buttons .owl-next{width:60px;height: 60px;text-indent: -99999999px;overflow: hidden;margin-top:-80px;position: absolute;position: absolute;top:50%;}
.about-ry .owl-buttons .owl-prev{background: url(../images/left.png) center no-repeat;left:-80px;}
.about-ry .owl-buttons .owl-next{background: url(../images/right.png) center no-repeat;right:-80px;}
.about-ry .owl-buttons .owl-prev:hover{background: url(../images/left2.png) center no-repeat;}
.about-ry .owl-buttons .owl-next:hover{background: url(../images/right2.png) center no-repeat;}
@media screen and (max-height:768px) {
	.about-ry .owl-buttons .owl-prev{left:0;}
	.about-ry .owl-buttons .owl-next{right:0;}
	
	.homebanner .owl-controls{bottom:30px;}
	.homebanner .owl-pagination{}
	.homebanner .owl-buttons .owl-prev, .homebanner .owl-buttons .owl-next{margin-top:-120px;}
	
	
	.home-fa-list .owl-buttons .owl-prev,.home-fa-list .owl-buttons .owl-next{
	filter:alpha(opacity=100);  
      -moz-opacity:1;  
      -khtml-opacity: 1;  
      opacity: 1;
		width:30px;
		
}
}