﻿/**
 * 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;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #007eb9;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .3;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 15px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	outline: none;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #007eb9
}
/*初始设定*/


/*banner翻页*/
#banner {
	position: relative;
	font-size: 0px;
}
#banner .owl-item {
}
#banner .owl-item .item {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#banner .item a {
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#banner .owl-item .item {
	width: 100%;
	height: 700px;
}
#banner .owl-item .item a {
	display: block;
	width: 100%;
	height: 100%;
}
#banner .owl-nav {
	margin: 0px;
}
#banner .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 0%;
	width: 90px;
	height: 100%;
	margin: 0px;
	outline: none;
}
#banner .owl-nav button.owl-prev {
	left: 0px;
	background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
}
#banner .owl-nav button.owl-next {
	right: 0px;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
}
#banner .owl-nav button i {
	font-size: 42px;
	color: #fff;
}
#banner .owl-nav button:hover i {
	color: #007eb9;
}
#banner .owl-nav.disabled+.owl-dots {
	margin-top: 0px;
}
#banner .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 40px;
	margin-top: 0px;
}
#banner .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
#banner .owl-dots .owl-dot span {
	width: 28px;
	height: 2px;
	margin: 5px 9px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 0px
}
#banner .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #007eb9;
}
/*首页应用*/
.index-app-img {
	overflow: hidden;
}
.index-app-img {
	overflow: hidden;
}
a .index-app-img img {
	width: 100%;
	transform: scale(1);
	transition: all .4s;
}
a:hover .index-app-img img {
	transform: scale(1.2);
}
#index-app p {
	margin-bottom: 0px;
	line-height: 46px;
	color: #4d4d4d;
	text-align: center;
	background: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
#index-app a:hover p {
	color: #fff;
	background: #199fdd;
}
#index-app .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 40%;
	width: 38px;
	height: 38px;
	margin: 0px;
	outline: none;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	transition: all .3s;
}
#index-app .owl-nav button:hover {
	background: #199fdd;
}
#index-app .owl-nav button.owl-prev {
	left: -60px;
}
#index-app .owl-nav button.owl-next {
	right: -60px;
}
#index-app .owl-nav button i {
	font-size: 24px;
	line-height: 38px;
	color: #007eb9;
	transition: all .3s;
}
#index-app .owl-nav button:hover i {
	color: #fff;
}
/*设备*/
.index-device-box{
    margin-top: -50px;
}
.index-device h2 {
	margin: 0px 0px 30px;
	color: #fff;
}
.index-device {
	position: relative;
}
.index-device p{
    margin: 10px 0px;
    text-align: center;
    white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
.index-device .item{
    text-align: center;
 
}
.index-device .item .enlarge-img{
     background: #fff;
}
.index-device .item img{
    display: inline-block;
    width: auto;
    max-height: 180px;
    text-align: center;
}
.index-device .item:hover p{
   color: #007eb9;
}

.index-device .owl-dots {
	position: absolute;
	width: 100%;
	bottom: -20px;
	margin-top: 0px;
}
.index-device .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.index-device .owl-dots .owl-dot span {
	width: 28px;
	height: 2px;
	margin: 5px 9px;
	background: #007eb9;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 0px
}
.index-device .owl-dots .owl-dot.active span, .index-device .owl-dots .owl-dot:hover span {
	background: #fc6c1d;
}

/*关于环境*/
#index-device-contenr{
    padding: 40px;
}

#about-surroundings {
	display: block;
	height: 260px;
	padding: 0px 70px;
	margin-top: 40px;
}
#about-surroundings .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0px 0px;
	line-height: 50px;
	text-align: center;
	background: #007eb9;
	border-radius: 0px;
	outline: none;
}
#about-surroundings .owl-nav button:hover {
	background: #1666cd;
}
#about-surroundings .owl-nav button.owl-prev {
	left: 0px;
}
#about-surroundings .owl-nav button.owl-next {
	right: 0px;
}
#about-surroundings .owl-nav button i {
	font-size: 36px;
	color: #fff;
}

/*荣誉资质*/
#honor-list {
	margin-top: 20px;
}
#honor-list .item {
	padding: 25px;
	border: 1px solid #ebebeb;
}

/*产品*/
#sync1 {
}
#sync1 .item {
	text-align: center;
	font-size: 0px;
	margin-bottom: 15px;
}
#sync1 .item>div {
	width: 100%;
}
#sync1 .item img {
	width: 100%;
}
#sync1 .owl-nav button {
	position: absolute;
	z-index: 2;
}
#sync1 .owl-nav .owl-prev {
	left: 0px;
}
#sync1 .owl-nav .owl-next {
	right: 0px;
}
#sync1 .owl-nav button i {
	font-size: 30px;
	color: #999;
}
#sync1 .owl-nav button i:hover {
	color: #1666cd;
}
#sync2 {
	padding: 0px 40px;
}
#sync2 .owl-nav {
	display: block !important;
	margin: 0px;
}
#sync2 .owl-nav button {
	position: absolute;
	top: 0%;
	width: 30px;
	height: 100%;
	opacity: 1;
	outline: none;
	background: #ebebeb;
	transition: all .3s;
}
#sync2 .owl-nav button:hover {
	background: #1666cd;
}
#sync2 .owl-nav button i {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -15px;
	font-size: 30px;
	line-height: 30px;
	color: #1666cd;
	opacity: .5;
	transition: all .3s;
}
#sync2 .owl-nav button:hover i {
	color: #FFFFFF;
	opacity: 1;
}
#sync2 .owl-nav button.owl-prev {
	left: 0px;
}
#sync2 .owl-nav button.owl-next {
	right: 0px;
}

/*底部产品*/
#bottom-product{
	padding:20px 15px 10px;
	border: 1px solid #ebebeb;
}
#bottom-product a {
	display: block;
	margin: 0px !important;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 10px;
}
#bottom-product p {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 5px;
	margin: 0px;
	font-size: 14px;
	line-height: 1em;
	color: #007eb9;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#bottom-product small {
	display: inline-block;
	width: 100%;
	padding: 5px 10px 10px;
	margin: 0px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	color: #999;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#bottom-product .owl-dots{
	margin-top: 5px;
}



/*产品详情*/
.product-img{
	width: 40%;
	padding-left: 15px;
	float: left;
}
.product-text{
	width: 50%;
	padding-right: 15px;
	float: right;
	font-size: 15px;
	line-height: 2em;
	color: #666;
}
#product-img1{
	background: #fafafa;
	margin-bottom: 10px;
}
#product-img1 .owl-nav button,#product-img1 .owl-nav button.disabled:hover{
	display: block;
	position: absolute;
	z-index: 1;
	top:50%;
	padding: 8px!important;
	margin: 0px;
	font-size: 0px;
	color: #666;
	border-radius: 50%;
	background: #f0f0f0;
	transition:all .3s; 
}
#product-img1 .owl-nav button.disabled{
	opacity: 0.3;
}
#product-img1 .owl-nav button:hover{
	color: #fff;
	background: #f08200;
}

#product-img1 .owl-nav button.owl-prev{
	left: -25px;
}
#product-img1 .owl-nav button.owl-next{
	right: -25px;
}
#product-img1 .owl-nav button i{
	display: inline-block;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

#product-img2 .item{
	border:1px solid #ebebeb;
	transition: all ease .4s;
}
@media(max-width:992px) {
#product-img1{
	width: 100%;
	padding:0 20%;
	background: none;
}
#product-img1 .owl-nav button.owl-prev{
	left: 15px;
}
#product-img1 .owl-nav button.owl-next{
	right: 15px;
}
#product-img2{
	display: none;
}
}
@media(max-width:768px) {
#product-img1{
	padding:0 10%;
}
}


.product-text p{
	margin: 0px;
}
.product-buttom a{
	position: relative;
	display: inline-block;
	min-width: 160px;
	padding:0 15px;
	font-size: 14px;
	line-height:38px;
	color: #4d4d4d;
	text-align: center;
	border-radius: 4px;
	border:1px solid #ebebeb;
}
.product-buttom a:hover{
	color: #fff;
	background: #007eb9;
	border:1px solid #007eb9;
}
.product-buttom a>div{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	background: #007eb9;
	color: #fff;
	opacity: 1;
	visibility: visible;
	transition:all ease .4s;  
}
.product-buttom a:hover>div{
	opacity: 0;
	visibility: hidden;
}

.product-buttom a.call{
	border: 1px solid #007eb9;
	margin-right: 20px;
}
.product-buttom a.call span{
	display: inline-block;
	font-size: 18px;
	color: #fff;
	vertical-align:top;
}