﻿/**
 * 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: #006ea2;
	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;
	margin: 8px;
	width: auto;
	background: none;
	outline: none;
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot span {
	margin:0px;
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #ccc;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	transition: all .3s;
	border-radius: 5px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #006ea2;
}
/*滚动条插件*/
.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;
}

.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;
	overflow: hidden;
}

#banner .owl-nav {
	margin: 0;
}
#banner .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
#banner .owl-dots .owl-dot span {
	height: 2px;
	border-radius: 0;
	background: #fff;
}
#banner .owl-dots .owl-dot.active span {
	background: #006ea2;
}

#banner .banner-web{
	display: block;
}
#banner .banner-wap{
	display: none;
}
@media(max-width:768px) {
#banner .banner-web{
	display: none;
}
#banner .banner-wap{
	display: block;
}
}

/*banner按钮*/


/*关于滚动*/
#about-photo2{
	padding: 20px 60px;
	background: #f7f7f7;
}
#about-photo2 .owl-nav {
	margin-top: 0px
}
#about-photo2 .owl-nav [class*=owl-] {
	position: absolute;
	z-index: l;
	top: 50%;
	color: #006ea2;
	margin: 0;
	padding:0;
	background:none;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	opacity: 1;
}
#about-photo2 .owl-nav [class*=owl-].owl-next {
	right: 15px;
}
#about-photo2 .owl-nav [class*=owl-].owl-prev {
	left: 15px;
}
#about-photo2 .owl-nav [class*=owl-]:hover {
	color: #eb8e08;
	text-decoration: none
}
#about-photo2 .owl-nav.disabled {
	display: block;
	opacity: 1;
	cursor: default
}
#about-photo2 .owl-nav [class*=owl-] i{
	display: inline-block;
	margin-top: -15px;
	font-size:30px;
	line-height: 30px;
}



/*设备*/
.device-box h4{
	margin-bottom: 20px;
	font-size: 24px; color: #eb8e08; font-weight: bold;
}
.device .owl-stage{
	display: flex;
}
.device .item{
	display: flex;
	align-items: center;
	height: 100%;
	background: #f7f7f7;
}


.device .owl-nav {
	margin-top: 0px
}
.device .owl-nav [class*=owl-] {
	position: absolute;
	z-index: l;
	top: 50%;
	color: #006ea2;
	margin: 0;
	padding:0;
	background:none;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	opacity: 1;
}
.device .owl-nav [class*=owl-].owl-next {
	right: -35px;
}
.device .owl-nav [class*=owl-].owl-prev {
	left: -35px;
}
.device .owl-nav [class*=owl-]:hover {
	color: #eb8e08;
	text-decoration: none
}
.device .owl-nav.disabled {
	display: block;
	opacity: 1;
	cursor: default
}
.device .owl-nav [class*=owl-] i{
	display: inline-block;
	margin-top: -15px;
	font-size:30px;
	line-height: 30px;
}

/*设备*/
.honor-box h4{
	margin-bottom: 20px;
	font-size: 24px; color: #eb8e08; font-weight: bold;
}
.honor .owl-stage{
	display: flex;
}
.honor .item{
	display: flex;
	align-items: center;
	height: 100%;
	background: #f7f7f7;
}


.honor .owl-nav {
	margin-top: 0px
}
.honor .owl-nav [class*=owl-] {
	position: absolute;
	z-index: l;
	top: 50%;
	color: #006ea2;
	margin: 0;
	padding:0;
	background:none;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	opacity: 1;
}
.honor .owl-nav [class*=owl-].owl-next {
	right: -35px;
}
.honor .owl-nav [class*=owl-].owl-prev {
	left: -35px;
}
.honor .owl-nav [class*=owl-]:hover {
	color: #eb8e08;
	text-decoration: none
}
.honor .owl-nav.disabled {
	display: block;
	opacity: 1;
	cursor: default
}
.honor .owl-nav [class*=owl-] i{
	display: inline-block;
	margin-top: -15px;
	font-size:30px;
	line-height: 30px;
}

/*产品滚动*/
/*产品滚动*/
.product-left{width:500px;}
#product{
}
#product .item{border: 1px solid #ebebeb;}
#product .owl-nav{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	text-align: right;
}
#product .owl-nav>div{
	float: left;
	display: inline-block;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding:0 10px;
	margin-left: 10px;
	margin-bottom:8px;
	line-height: 32px;
	border-radius: 16px;
	vertical-align:bottom;
}
#product .owl-nav button{
	padding: 0;	
	margin: 0px;
}
#product .owl-nav i{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #084f78;
	transition:all .4s; 
}
#product .owl-nav i:hover{
	background: #eb8e08;
}

@media(max-width:1200px) {
.product-left{width:400px;}
#product{
}	
}
@media(max-width:992px) {
.product-left{
	width: 600px;
	max-width: 100%;
	margin: auto;}
#product{
}
#product .owl-dots{
	margin: 0;
	text-align: center;
}
}