/**
 * 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: #869791;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.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: #869791
}
#banner { font-size: 0px; }
#banner .item{display:inline-block;  background-position:center; background-repeat:no-repeat; background-size:cover; }
#banner .owl-nav{ margin:0px; }
#banner .owl-nav button{position:absolute; top:50%; margin-top:-21px; width:42px; height:42px; outline:none; }
#banner .owl-nav button.owl-prev{ left:30px; background:url(left.png) no-repeat center;}
#banner .owl-nav button.owl-next{ right:30px; background:url(right.png) no-repeat center;}
#banner .item a{ z-index:1; display:block; width:100%; height:100%; overflow:hidden;}
#banner .item a img{ display: none;}

@media(min-width:1200px){
	#banner{padding-top:120px;  }
}
@media(max-width:1200px){
	#banner{padding-top:80px; }
}
@media(max-width:992px){
	#banner{padding-top:70px; }
}
@media(max-width:768px){
	#banner{padding-top:50px; }
}
@media(min-width:768px){
#banner { font-size: 0px; height: 100vh;}
#banner .owl-stage-outer{ height: 100%;}
#banner .owl-stage{ height: 100%;}
#banner .owl-item{ height: 100%;}
#banner .item{ width: 100%; height: 100%; }
}
@media(max-width:768px){
#banner{ }
#banner .item a img{ display:block;}
}
@media(max-width:992px) {
#banner .owl-nav button.owl-prev{ left:5px; background:url(left.png) no-repeat center;}
#banner .owl-nav button.owl-next{ right:5px; background:url(right.png) no-repeat center;}
}

.index-p-title {padding: 60px 15px 20px;}
/*首页产品标题*/


#index-about{ padding:15px 0px 60px; }
#index-about .item { text-align: center;}
#index-about .item i{ font-size: 60px; color: #666; transition:all .3s; }
#index-about .item p{ font-size: 14px; color: #666; transition:all .3s; }
#index-about .item:hover i{ font-size: 60px; color: #1b73c4; transition:all .3s; margin-bottom: 20px; }
#index-about .item:hover p{ font-size: 16px; color: #1b73c4; transition:all .3s; }

/*首页关于我们*/
#index-product{ padding:15px 0px; font-size: 0px;}
#index-product .item{  /* inline-block去除懒加载导致的初始高度错误 */ text-align:center; }
#index-product .item .index-p-i{ display:block; width:100%; overflow:hidden;}
#index-product .item .index-p-i img{ display:block; transform:scale(1); transition:all .3s;  }
#index-product .item:hover .index-p-i img{ transform:scale(1.15);}
#index-product .item .index-p-name{ display:inline-block; width:100%; padding:20px 0px; font-size:16px; line-height:1em; color:#333; text-align:center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; transition:all .3s; }
#index-product .item:hover .index-p-name{ color:#018f45;}

#index-product .owl-nav{ margin: 0px;}
#index-product .owl-nav button{position:absolute; top:50%; margin:0px;margin-top: -21px; width:42px; height:42px; outline:none; opacity:0;transition:all .3s; }
#index-product .owl-nav button.owl-prev{ left:0px; background:url(left.png) no-repeat center,rgba(0,0,0,0.2); }
#index-product .owl-nav button.owl-next{ right:0px; background:url(right.png) no-repeat center,rgba(0,0,0,0.2);}
#index-product:hover .owl-nav button{opacity:1;transition:all .4s; }
#index-product:hover .owl-nav button.owl-prev{transform:translate(-50%,0%);}
#index-product:hover .owl-nav button.owl-next{transform:translate(50%,0%);}
#index-product .owl-nav button.owl-prev:hover{background:url(left.png) no-repeat center,rgba(0,0,0,0.6); }
#index-product .owl-nav button.owl-next:hover{background:url(right.png) no-repeat center,rgba(0,0,0,0.6);}

a.index-p-more{ position:relative;display:inline-block; padding:0px 25px; font-size:14px; line-height:32px; color:#999; border:1px solid #ccc; border-radius:20px; margin-bottom:60px; overflow:hidden;transition:all .3s;}
a.index-p-more:after{ content:""; position: absolute;  z-index:-1;top: 50%;left: 50%;width: 0%;height: 0%;background-color:#018f45;transition:all .3s;}
a.index-p-more:hover{color:#fff; border:1px solid #018f45; }
a.index-p-more:hover:after{ content:""; position: absolute;  z-index:-1;top: 0px;left: 0%; width: 100%; height:100%}




#product-img .item{display:inline-block; background-position:center; background-repeat:no-repeat; background-size:cover; }
#product-img .owl-nav{ margin:0px; }
#product-img .owl-nav button{position:absolute; top:50%; margin-top:-21px; width:42px; height:42px; outline:none; background:none;}
#product-img .owl-nav button i{ font-size:30px; line-height:42px; color:#333;transition:all .3s; }
#product-img .owl-nav button:hover i{color:#018f45; }
#product-img .owl-nav button.owl-prev{ left:30px;}
#product-img .owl-nav button.owl-next{ right:30px;}

@media(max-width:992px) {
#banner .owl-nav button.owl-prev{ left:5px;}
#banner .owl-nav button.owl-next{ right:5px; }
}



#about-honor .item{ }
#about-honor .owl-nav{ margin: 0px;}
#about-honor .owl-nav button{position:absolute; top:50%; margin:0px;margin-top: -21px; width:42px; height:42px; outline:none; opacity:0;transition:all .3s; }
#about-honor .owl-nav button.owl-prev{ left:0px; background:url(left.png) no-repeat center,rgba(0,0,0,0.2); }
#about-honor .owl-nav button.owl-next{ right:0px; background:url(right.png) no-repeat center,rgba(0,0,0,0.2);}
#about-honor:hover .owl-nav button{opacity:1;transition:all .4s; }
#about-honor:hover .owl-nav button.owl-prev{transform:translate(-50%,0%);}
#about-honor:hover .owl-nav button.owl-next{transform:translate(50%,0%);}
#about-honor .owl-nav button.owl-prev:hover{background:url(left.png) no-repeat center,rgba(0,0,0,0.6); }
#about-honor .owl-nav button.owl-next:hover{background:url(right.png) no-repeat center,rgba(0,0,0,0.6);}


#about-sb-img .item{ }
#about-sb-img .owl-nav{ margin: 0px;}
#about-sb-img .owl-nav button{position:absolute; top:50%; margin:0px;margin-top: -21px; width:42px; height:42px; outline:none; opacity:0;transition:all .3s; }
#about-sb-img .owl-nav button.owl-prev{ left:0px; background:url(left.png) no-repeat center,rgba(0,0,0,0.2); }
#about-sb-img .owl-nav button.owl-next{ right:0px; background:url(right.png) no-repeat center,rgba(0,0,0,0.2);}
#about-sb-img:hover .owl-nav button{opacity:1;transition:all .4s; }
#about-sb-img:hover .owl-nav button.owl-prev{transform:translate(-50%,0%);}
#about-sb-img:hover .owl-nav button.owl-next{transform:translate(50%,0%);}
#about-sb-img .owl-nav button.owl-prev:hover{background:url(left.png) no-repeat center,rgba(0,0,0,0.6); }
#about-sb-img .owl-nav button.owl-next:hover{background:url(right.png) no-repeat center,rgba(0,0,0,0.6);}
