﻿/**
 * 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: #0088d2;
	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
}
.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: #0088d2
}
/*初始设定*/


.index-banner{
	padding-bottom: 0px;
	overflow: hidden;
}
#banner {
	position: relative;
	font-size: 0px;
	border: 1px  solid #ebebeb;
	margin-bottom: 30px;
}
#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 .banner-text{
	position: absolute;
	z-index: 3;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px;
	background: rgba(255,255,255,0.8);
	transform:translate(0px,100%);
	transition:all .3s;  
}
#banner .owl-item.active .item .banner-text{
	transform:translate(0px,0%);
	transition-delay: 0.8s;
}
#banner .owl-item .item .banner-text b{
	font-size: 18px;
	color: #666;
	line-height: 1.75em;
}
#banner .owl-item .item:hover .banner-text b{
	color: #0088d2;
}
#banner .owl-item .item .banner-text span{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 1.75em;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
}
@media(min-width:992px) {
#banner .owl-item .item img.banner1{
	display: block;
}
#banner .owl-item .item img.banner2{
	display: none;
}
}
@media(max-width:992px) {
.index-banner{
	padding: 0px;
}
#banner .owl-item .item img.banner1{
	display: none;
}
#banner .owl-item .item img.banner2{
	display: block;
}
}
@media(max-width:768px) {
#banner .owl-item .item .banner-text{
	padding:5px 10px;

}
#banner .owl-item .item .banner-text b{
	font-size: 16px;
	color: #0088d2;
}

#banner .owl-item .item .banner-text span{
	display:none;
}
}
/*banner图片文字*/
#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: #0088d2;
}
@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;
	z-index: 1;
	bottom: -35px;
	width: 100%;
}
#banner .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
#banner .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	background: #ebebeb; 
	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: #0088d2
}
@media(max-width:768px) {
#banner .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 7px;

}

}
/*banner翻页*/



@media(max-width:768px) {
	.index-product{
		padding: 0px 30px;
	}
}
.index-product .item{
	padding: 15px;
	margin-top: 10px;
	border:1px solid #e6e6e6;
	background: #fafafa;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	transform:translate(0px,0%);
	transition:all .3s;
}
.index-product .item:hover{
	border:1px solid #0088d2;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
	transform:translate(0px,-10px);
}
.index-product .item .index-product-img {
	position: relative;

	overflow: hidden;
}
.index-product .item .index-product-img img{
	transform:scale(1);
	transition:all .3s;  
}
.index-product .item:hover .index-product-img img{
	transform:scale(1.2);
}
.index-product .item .index-product-img p{
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 15px;
	width: 52px;
	height: 52px;
	font-size: 15px;
	line-height: 52px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background: #0088d2;
	transform:translate(0px,0%);
	transition:all .3s;  
}
.index-product .item:hover .index-product-img p{
	top: 0px;
	transform:translate(0px,-100%);
}
.index-product .item a>hr{
	margin: 15px 0px;
}
.index-product .item a>b{
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
	line-height: 1em;
	color: #0088d2;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
}
.index-product .item a>span{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #b2b2b2;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
}
.index-product .item a>p{
	margin: 10px 0px;
	font-size: 12px;
	line-height: 20px;
	color: #808080;
	height: 40px;
	display: block; 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*首页产品*/


#index-apply .item{
	padding: 10px;
}
#index-apply .item a{
	display: flex;
	flex-direction: row;
	align-items: center;
	width:100%;
	height: 205px;
	padding: 0px 40px;
	border: 1px solid #f4f4f4;
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	transition:all .3s;
}
#index-apply .item:hover a{
	border: 1px solid #0088d2;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
#index-apply .item a .apply-icon{
	width: 110px;
	height: 110px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #e3e3e2;
	background: #fafafa;
	transition:all .3s;
}
#index-apply .item:hover a .apply-icon{
	border: 1px solid #0088d2;
	background: #fff;
}
#index-apply .item a .apply-icon i{
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 60px;
	color: #4d4d4d;
	transition:all .3s;
}
#index-apply .item:hover a .apply-icon i{
	color: #0088d2;
}
#index-apply .item a .apply-text{
	display: inline-block;
	margin-left: 45px;
	overflow: hidden;
}
#index-apply .item a .apply-text h5{
	display:inline-block;
	width: 100%;
	margin: 0px;
	font-size: 18px;
	line-height: 1.5em;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	color: #4d4d4d;
	transition:all .3s;
}
#index-apply .item:hover a .apply-text h5{
	color: #0088d2;
}
#index-apply .item a .apply-text span{
	font-size: 13px;
	line-height: 1em;
	color: #b2b2b2;
}
#index-apply .item a .apply-text p{
	margin: 15px 0px 0px;
	font-size: 13px;
	line-height: 22px;
	color: #808080;
	max-height: 66px;
	display: block; 
	display:-webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media(max-width:992px) {
#index-apply .item a{
	height: 180px;
	padding: 0px 30px;
}
#index-apply .item a .apply-icon{
	width: 80px;
	height: 80px;
	border: 1px solid #0088d2;
	background: #fff;
}
#index-apply .item a .apply-icon i{
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 42px;
	color: #0088d2;
}
#index-apply .item a .apply-text{
	margin-left:  30px;
}
#index-apply .item a .apply-text h5{
	color: #0088d2;
}
}
/*行业服务*/


#index-news{
	float: left;
	width: 100%;
	padding:0px 50px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
#index-news .owl-stage-outer:before{ content:""; position: absolute;  z-index:1;top: 0px;left: 0%;width:2px;height: 100%;background-color:#fff;}
#index-news .owl-stage-outer:after{ content:""; position: absolute;  z-index:1;top: 0px;right: 0%;width:2px;height: 100%;background-color:#fff;}

#index-news .item{
	padding: 40px;
	border-left: 1px solid #e6e6e6;

}
#index-news .item:hover{
	background: #fcfcfc;
}
#index-news .item a b{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 18px;
	color: #333;
	transition:all .3s;
}
#index-news .item a .index-news-img{
	margin-bottom: 15px;
	overflow: hidden;
}
#index-news .item a .index-news-img img{
	transform:scale(1);
	transition:all .3s;  
}
#index-news .item:hover a .index-news-img img{
	transform:scale(1.2);
}
#index-news .item a h5{
	font-size: 16px;
	color: #4d4d4d;
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #e6e6e6;
	transition:all .3s;
}
#index-news .item a p{
	font-size: 13px;
	line-height: 22px;
	height: 44px;
	color: #666;
	margin: 20px 0px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#index-news .item a span{
	font-size: 13px;
	color: #999;
	transition:all .3s;
}
#index-news .item:hover a b,#index-news .item:hover a h5{
	color: #0088d2;
}
#index-news .item a span:hover{
	color: #0088d2;
}

#index-news .owl-nav{
	margin: 0px;
}
#index-news .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin: 0px;
	outline: none;
	transform:translate(0px,-50%);
	background: none;
}
#index-news .owl-nav button.owl-prev {
	left: 20px;
}
#index-news .owl-nav button.owl-next {
	right: 20px;
}
#index-news .owl-nav button i {
	font-size:42px;
	color: #333;
}
#index-news .owl-nav button:hover i {
	color: #0088d2;
}
#index-news .owl-nav button.disabled:hover i {
	color: #333;
}
@media(max-width:768px) {
#index-news .item{
	padding: 40px 20px;
	border-left: 1px solid #e6e6e6;
}
#index-news .owl-nav button {
	width: 60px;
}
#index-news .owl-nav button.owl-prev {
	left: 0px;
}
#index-news .owl-nav button.owl-next {
	right: 0px;
}
#index-news .owl-nav button i {
	font-size:36px;
}
}
/*新闻*/



#product { }
#product .owl-item{
	font-size: 0px;
}
#product .item{text-align: center; background-position:center; background-repeat:no-repeat; background-size:cover;}
#product .item img{display:inline-block; margin: auto;}
#product .owl-nav{ margin:0px; }
#product .owl-nav button{position:absolute; top:50%; transform:translate(0px,-50%); width:46px; height:46px; outline:none; background:none;}
#product .owl-nav button i{ font-size:42px; line-height:46px; color:#ccc;transition:all .3s; }
#product .owl-nav button:hover i{color:#0088d2; }
#product .owl-nav button.owl-prev{ left:10px;}
#product .owl-nav button.owl-next{ right:10px;}
@media(max-width:992px) {
#product .owl-nav button.owl-prev{ left:5px;}
#product .owl-nav button.owl-next{ right:5px; }
}
@media(max-width:768px) {
#product { padding: 0px 40px;}
#product .owl-nav button.owl-prev{ left:-15px;}
#product .owl-nav button.owl-next{ right:-15px; }
}