﻿.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .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 .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
#owl-demo .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);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
}

#owl-demo .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);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
}



.grabbing { 
    cursor:url(404.png) 8 8, move;
}


.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);
}



.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}



.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	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);
	opacity: 0.5;
}


.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}



.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 30px;
	height: 4px;
	margin: 4px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: rgba(255,255,255,0.7);
	overflow: hidden;
	transition: all .5s;
}

.owl-theme .owl-controls .owl-page.active span{
	width:30px;
	height: 4px;
	background-color: #e60012;
	margin: 4px;
}

#owl-demo1 .owl-controls .owl-page span{
	display: block;
	width: 50px;
	height: 2px;
	margin: 6px 8px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	
	background-color: #fff;
	overflow: hidden;
	transition: all .5s;
	position: relative;
}
#owl-demo1.owl-theme .owl-controls .owl-page.active span{
	width:50px;
	height: 2px;
	transform: scaleY(1.7);
	background-color: #e60012;
	
	margin: 6px 8px;
}

#owl-case .owl-controls .owl-page{ display: none;}

.owl_news .owl-controls{
	width: 160px;
	height: 56px;
	left: auto;
	position: absolute;
	left: 0%;
	bottom: 10%;
	text-align: left;
}
.owl_news.owl-theme .owl-controls .owl-pagination{
	bottom: 80px;
	position: absolute;
	width: 600px;
}
.owl_news.owl-theme .owl-controls .owl-page span.owl-numbers{
	color: #000;
	width: 34px;
	line-height: 28px;
	font-size: 16px;
	position: relative; padding: 0;
}
.owl_news.owl-theme .owl-controls .owl-page span.owl-numbers:after{
	content: "/";
	width: 7px;
	height: 14px;
	position: absolute;
	right: 0px;
	top: -1px;
}
.owl_news.owl-theme .owl-controls .owl-page.active span.owl-numbers{
	color: #e60012;
}
.owl_news.owl-theme .owl-controls .owl-page.active span.owl-numbers:after{
	color: #000;
}
.owl_news.owl-theme .owl-controls .owl-page.active span {
	background-color: transparent;
}
.owl_news.owl-theme .owl-controls .owl-page span {
	background: rgba(255,255,255,0);
}

#owl-pinpai.owl-theme .owl-controls .owl-pagination{ margin-top: 40px;}
#owl-pinpai .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px; margin: 0 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ccc;
}
#owl-pinpai.owl-theme .owl-controls .owl-page.active span {
	width: 12px;
	height: 12px;
	background-color: #e60012;
}

#owl-hezuo.owl-theme .owl-controls .owl-pagination{ margin-top: 70px;}
#owl-hezuo .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px; margin: 0 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ccc;
}
#owl-hezuo.owl-theme .owl-controls .owl-page.active span {
	width: 12px;
	height: 12px;
	background-color: #e60012;
}

#owl-part.owl-theme .owl-controls .owl-pagination{ margin-top: 40px;}
#owl-part .owl-controls .owl-page span{
	display: block;
	width: 30px;
	height: 4px;
	background-color: rgba(255,255,255,0.5);
}
#owl-part.owl-theme .owl-controls .owl-page.active span {
	background-color: #fff;
}

@media only screen and (max-width: 1400px) {
	.owl_news.owl-theme .owl-controls .owl-pagination {
		bottom: 40px;
	}
}

@media only screen and (max-width: 767px){
#owl-demo .owl-controls{
	display: none;
}
.owl-theme .owl-controls .owl-page span{
	display: none;
}


#owl-demo1 .owl-controls{
		bottom: 0;
	}
	#owl-demo1 .owl-controls .owl-page span{
		width: 40px;
	}
	#owl-demo1 .owl-controls .owl-page.active span{
		width: 40px;
	}

	#owl-pinpai.owl-theme .owl-controls .owl-pagination{ margin-top: 30px;}
	#owl-pinpai .owl-controls .owl-page span{
		width: 10px;
		height: 10px; margin: 0 5px;
	}
	#owl-pinpai.owl-theme .owl-controls .owl-page.active span {
		width: 10px;
		height: 10px;
	}

	#owl-hezuo.owl-theme .owl-controls .owl-pagination{ margin-top: 30px;}
	#owl-hezuo .owl-controls .owl-page span{
		width: 10px;
		height: 10px; margin: 0 5px;
	}
	#owl-hezuo.owl-theme .owl-controls .owl-page.active span {
		width: 10px;
		height: 10px;
	}

	#owl-part.owl-theme .owl-controls .owl-pagination{ margin-top: 0;}
	
}



.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;
}


.owl-item.loading{
	min-height: 150px;
	background: url() no-repeat center center
}