/* 
 * 	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.home-propic{
	position: relative;
	width: 100%;
	float: left;
	
	-ms-touch-action: pan-y;
}
.owl-carousel.homebanner .owl-wrapper,.owl-carousel.home-propic .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel.homebanner .owl-wrapper-outer,.owl-carousel.home-propic .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel.homebanner .owl-wrapper-outer.autoHeight,.owl-carousel.home-propic .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,.owl-carousel.home-propic .owl-item{
	float: left;
	height: auto;
	width:100%;
}
.owl-carousel.homebanner .owl-item img{max-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);
}
.owl-carousel.home-propic .owl-item .text{float:left;width:50%;height: 352px;display: table;}
.owl-carousel.home-propic .owl-item .text .cent{display: table-cell;vertical-align: middle;}
.owl-carousel.home-propic .owl-item .text .t1{font-size:28px;color: #262425;display: block;}
.owl-carousel.home-propic .owl-item .text .t2{display: block;font-size:16px;color: #262425;margin:8px 0;}
.owl-carousel.home-propic .owl-item .text .more{display: block;text-align: left;}
.owl-carousel.home-propic .owl-item .text .more a{width:134px;height: 31px;line-height: 31px;text-align: center;background: #8B685E;display: inline-block;color: #fff;}
.owl-carousel.home-propic .owl-item .text .more a:hover{width:150px;}
.owl-carousel.home-propic .owl-item .pic{width:50%;float:right;overflow: hidden;}
.owl-carousel.home-propic .owl-item .pic img{max-width: 100%;height: 100%;
    display: block;}


.homebanner .owl-controls{position: absolute;bottom:20px;left:0;width:100%;}
.home-propic .owl-controls{position: absolute;left:0;width:100%;top:50%;}

/* 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);
}

.homebanner .owl-buttons{width:100%;text-align: center;}
.homebanner .owl-buttons .owl-prev,.homebanner .owl-buttons .owl-next{width:27px;height: 27px;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;}
.home-propic .owl-pagination{text-align: right;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: 16px;
	height: 16px;
	margin: 6px 5px;
	
	background:rgba(0,0,0,0.1);
}

.homebanner .owl-controls .owl-page.active span,
.homebanner .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:rgba(0,0,0,0.5);
}



.home-propic .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.home-propic .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 6px 5px;
	border-radius:8px;
	background:#E4E4E4;
}

.home-propic .owl-controls .owl-page.active span,
.home-propic .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#3A80E0;
}
.home-propic .owl-buttons{width:100%;text-align: center;}
.home-propic .owl-buttons .owl-prev,.home-propic .owl-buttons .owl-next{width:27px;height: 27px;text-indent: -99999999px;overflow: hidden;margin-top:-13px;}
.home-propic .owl-buttons .owl-prev{background: url(../images/left.png) center no-repeat;float:left;margin-left:-50px;}
.home-propic .owl-buttons .owl-next{background: url(../images/right.png) center no-repeat;float:right;margin-right:-50px;}

.owl-carousel.homebanner .owl-item .bannerbg {border:1px solid ed;text-align:center}
.owl-carousel.homebanner .owl-item .bannerbg img{display:inline-block;margin:0 auto}