﻿/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	outline:none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #f08200;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 15px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	position: relative;
	z-index: 1;
	width: 38px;
	height: 12px;
	margin: 5px;
	background: none;
	outline:none;
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot span {
	position: absolute;
	z-index: 1;
	left: 0%;
	top: 0%;
	margin: 0px;
	display: inline-block;
	width: 30px;
	height: 4px;
	margin: 4px;
	background: #ccc;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	transition: all .3s;
	border-radius: 4px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #f08200;
}
/*滚动条插件*/
.owl-scrollbar {
	margin-top: 30px;
	margin-bottom: 15px;
	border-radius: 10px;
	height: 5px;
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e4e4e4;
	box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
	position: relative;
}
.owl-scrollbar .owl-scroll-handle {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #c9ae67;
	position: absolute;
	top: -5px;
	left: -1px;
}
.owl-scrollbar .owl-scroll-handle:hover {
	transform: scale(2);
	transition: transform .2s ease-in-out;
}
.owl-scrollbar .owl-scroll-progress {
	background: #c9ae67;
	height: 5px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

@media(max-width:992px) {
.owl-scrollbar {
	display: none;
}
.owl-theme .owl-dots .owl-dot {
	width: 22px;
	height: 12px;
	margin: 4px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 22px;
	height: 3px;
}
}


.owl-animated-out {
  z-index : 1 ;
}
.owl-animated-in {
  z-index : 0 ;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
/*初始设定*/



/*banner按钮*/
#banner{
	position: relative;
	z-index: 1;
}
#banner .owl-dots {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0%);
	margin-top: 0px;
}
@media(min-width:760px) {
#banner{
	box-sizing: border-box;
	margin-top: -171px;
	padding-top: 171px;
	width: 100%;
}

#banner .owl-item .item {
    padding:0;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}	
#banner .owl-item .item .banner1{
	display: block;
}	
#banner .owl-item .item .banner2{
	display: none;
}	
}
@media(max-width:760px) {
#banner{
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
}


#banner .owl-item .item .banner1{
	display: none;
}	
#banner .owl-item .item .banner2{
	display: block;
}	
	
}
/*banner按钮*/


/*首页关于滚动*/
#about-show{
	padding-top: 30px;
}