/**
 * 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;
	outline:none;
	transition: all .3s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #00a6ff;
	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: #00a6ff
}
/*初始设定*/



#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;
}

@media(min-width:768px) {
#banner .owl-item .item {
	width: 100%;
	height: 400px;
}
#banner .owl-item .item a {
	display: block;
	width: 100%;
	height: 100%;
}
#banner .owl-item .item a img {
	display: none;
}
}

@media(min-width:992px) {
#banner .owl-item .item {
	width: 100%;
	height: 550px;
}
}

@media(min-width:1200px) {
#banner .owl-item .item {
	width: 100%;
	height: 700px;
}
}
#banner .owl-nav {
	margin: 0px;
}
#banner .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 90px;
	margin: 0px;
	outline: none;
}
#banner .owl-nav [class*=owl-]:hover {
	background: none;
}
#banner .owl-nav button.owl-prev {
	left: 0px;
	background: none;
}
#banner .owl-nav button.owl-next {
	right: 0px;
}
#banner .owl-nav button i {
	font-size: 42px;
	color: #fff;
}
#banner .owl-nav button:hover i {
	color: #00a6ff;
}

@media(max-width:768px) {
#banner .owl-nav button {
	width: 60px;
}
#banner .owl-nav button i {
	font-size: 36px;
	color: #fff;
}
}
/*banner按钮*/
#banner .owl-nav.disabled+.owl-dots {
	margin-top: 0px;
}
#banner .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 60px;
	margin-top: 0px;
}
#banner .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
#banner .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
#banner .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #00a6ff
}

@media(max-width:768px) {
#banner .owl-dots {
	bottom: 20px;
}
#banner .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 7px;
}
}

/*banner翻页*/



.index-p .item {
	position: relative;
}
.index-p .item .index-p-img {
	overflow: hidden;
}
.index-p .item .index-p-img img{
	transform:scale(1);
	transition:all .3s;  
}
.index-p .item a:hover .index-p-img img{
	transform:scale(1.2);
}
.index-p .item .index-p-text {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	margin: 10px 0;
	font-size: 15px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.index-p .item a:hover .index-p-text {
	color: #00a6ff;
}

.index-p  .owl-nav [class*=owl-] {
	border-radius: 50%;
	background: #f5f5f5 !important;
}
.index-p  .owl-nav [class*=owl-]:hover {
	background: #00a6ff !important;
}
.index-p  .owl-nav [class*=owl-] i{
	display: inline-block;
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
/*首页产品滚动*/

.index-n .item{
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #ebebeb;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	transition:all .3s;  
}
.index-n .item:hover{
	border:1px solid #00a6ff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.index-n .item a{
	display: flex;
	justify-content: space-between;
}
#index-n .item .index-n-img{
	width:30%;
	background-position: center;
	background-size: cover;
}
#index-n .item a .index-n-text{
	width: 70%;
	padding: 25px;
}
#index-n .item a p {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 10px;
	font-size: 18px;
	color: #333;
	transition:all .3s;  
}
#index-n .item:hover a p {
	color: #00a6ff;
}
#index-n .item span {
	color: #999;
}
#index-n .item pre {
	width: 100%;	
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 72px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}




#index-n .owl-nav [class*=owl-] {
	border-radius: 50%;
	background: #f5f5f5 !important;
}
#index-n .owl-nav [class*=owl-]:hover {
	background: #00a6ff !important;
}
#index-n .owl-nav [class*=owl-] i{
	display: inline-block;
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
/*新闻*/

#product .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 60px;
	margin: 0px;
	outline: none;
	transform:translate(0px,-50%);
}
#product .owl-nav [class*=owl-]:hover {
	background: none;
}
#product .owl-nav button.owl-prev {
	left: 0px;
	background: none;
}
#product .owl-nav button.owl-next {
	right: 0px;
}
#product .owl-nav button i {
	font-size: 42px;
	color: #ccc;
}
#product .owl-nav button:hover i {
	color: #00a6ff;
}
/*产品*/

#about-s {
	padding-top: 30px;
}
#about-fz {
	position: relative;
	z-index: 2;
	padding: 0px 40px;
}
#about-fz:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 60px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
}
#about-fz .item {
	margin: 0px 15px;
}
#about-fz a {
	display: inline-block;
	font-size: 20px;
	line-height: 56px;
	color: #333;
	border-bottom: 2px solid #00a6ff;
	margin-bottom: 20px;
}
#about-fz a b {
	font-size: 26px;
	line-height: 56px;
	vertical-align: middle;
}
#about-fz .owl-nav {
	margin: 0px;
}
#about-fz .owl-nav button {
	position: absolute;
	top: 10px;
	width: 40px;
	height: 40px;
	opacity: 1;
	outline: none;
	background: none;
}
#about-fz .owl-nav button i {
	font-size: 36px;
	line-height: 40px;
	color: #000;
	transition: all .3s;
}
#about-fz .owl-nav button:hover i {
	color: #00a6ff;
}
#about-fz .owl-nav button.owl-prev {
	left: 0px;
}
#about-fz .owl-nav button.owl-next {
	right: 0px;
}
/*关于*/
