/**
 * 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: #144ea0;
	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: #144ea0
}
/*初始设定*/



#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-item .item a img {
	display: none;
}
#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: #144ea0;
}
/*banner按钮*/
#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: 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: #144ea0;
}
/*banner翻页*/





#index-case {
	padding: 0px 70px;
}
#index-case .owl-nav {
	margin: 0px;
}
#index-case .item {
	position: relative;
}
#index-case .item .index-case-box {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
#index-case .item .index-case-box>div {
	width: 100%;
	padding: 0px 8%;
	text-align: center;
}
#index-case .item .index-case-box>div p {
	font-size: 30px;
	color: #fff;
	margin: 10px 0px 25px;
	opacity: 0;
	transform: translate(0px, 40px);
	transition: all .4s;
}
#index-case .item .index-case-box>div a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 25px;
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #ebebeb;
	opacity: 0;
	transform: translate(0px, 40px);
	transition: all .4s;
}
#index-case .item .index-case-box>div a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #1666cd;
	transition: all .4s;
}
#index-case .item .index-case-box>div a:hover:after {
	content: "";
	width: 100%;
	height: 100%;
}
#index-case .active .item .index-case-box>div p {
	opacity: 1;
	transform: translate(0px, 0px);
	transition-delay: 0.5s;
}
#index-case .active .item .index-case-box>div a {
	opacity: 1;
	transform: translate(0px, 0px);
	transition-delay: 0.7s;
}
#index-case .active .item .index-case-box>div a:hover {
	background: #1666cd;
	border: 1px solid #1666cd;
	transition-delay: 0s;
}
#index-case .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: #144ea0;
	border-radius: 0px;
	outline: none;
}
#index-case .owl-nav button:hover {
	background: #1666cd;
}
#index-case .owl-nav button.owl-prev {
	left: 0px;
}
#index-case .owl-nav button.owl-next {
	right: 0px;
}
#index-case .owl-nav button i {
	font-size: 36px;
	color: #fff;
}
/*首页案例*/



.index-news-box {
	padding: 50px 0px;
}
#index-news {
	float: left;
	margin-top: -15px;
}
#index-news .owl-item {
	padding: 15px;
}
#index-news .item {
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	transition: all .4s;
}
#index-news .item:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	transition: all .4s;
}
#index-news .item a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#index-news .item a.index-news-img {
	position: relative;
	z-index: 1;
	display: block;
}
#index-news .item a.index-news-img p {
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background: #1666cd;
	transform: translate(0px, 100%);
	transition: all .4s;
}
#index-news .item:hover a.index-news-img p {
	transform: translate(0px, 0%);
}
.index-news-text {
	padding: 45px 15px;
	background: #fff;
}
#index-news .item a.index-news-title {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
#index-news .item a.index-news-title:hover {
	color: #1666cd;
}
#index-news .item .index-news-text p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin: 0px;
	color: #4d4d4d;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*首页新闻*/

#index-partner .item{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 140px;
	background: #f7f7f7;
}
#index-partner .item:after{ content:""; position: absolute;  z-index:1;bottom: 0px;left: 0%;width: 100%;height: 0%;background-color:#1666cd; opacity: 0; transition:all .4s;}
#index-partner .item:hover:after{ content:""; height: 100%;opacity: 0.8; }
#index-partner .item div{
	width: 100%;
	max-height: 90px;
	padding: 0px 20px;
	text-align: center;
}
#index-partner .item div img{
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height:inherit;
}
#index-partner .item p{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 50%;
	width: 100%;
	margin: 0px;
	font-size: 16px;
	color: #fff;
	transform:translate(0px,-50%);
	opacity: 0;
	transition:all .4s;
}
#index-partner .item:hover p{
	opacity: 1;
	transition-delay: 0.2s;
}
#index-partner .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0px 0px;
	line-height: 36px;
	text-align: center;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	outline: none;
	transition:all .4s;
}
#index-partner .owl-nav button:hover {
	background: rgba(20,78,160,0.8);
}
#index-partner .owl-nav button.owl-prev {
	left: 10px;
}
#index-partner .owl-nav button.owl-next {
	right: 10px;
}
#index-partner .owl-nav button i {
	font-size: 24px;
	color: #fff;
}
/*首页合作伙伴*/




#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: #144ea0;
	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;
}

/*产品*/
