/**
 * 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: #00a0e9;
	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: #00a0e9
}
/*初始设定*/



#banner {
	position: relative;
	z-index: 3;
	font-size: 0px;
	padding-top: 0px;
}
#banner .owl-item {
}
#banner .owl-item .item {
	display: inline-block;
	position: relative;
	z-index: 1;
	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: 2;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 10%;
	text-align: center;
	transform: translate(-50%, -50%);
}
#banner .owl-item .item .banner-text h2 {
	margin: 0px;
	font-size: 5rem;
	color: #fff;
	letter-spacing: 0.5vw;
}
#canvas-waves{
	width: 100vw; 
	height: 100vh; 
	background: #00a0e9;
}
@media(max-width:992px) {
#banner .owl-item .item .banner-text h2 {
	font-size: 3rem;
}	
}

#index-banner {
	height: 100vh;
}
#banner {
	height: 100%;
}
#banner .owl-stage-outer {
	height: 100%;
}
#banner .owl-stage {
	height: 100%;
}
#banner .owl-item {
	height: 100%;
}
#banner .owl-item .item {
	width: 100%;
	height: 100%;
}

#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: 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: #f9b729;
}
#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: #f9b729;
}

/*banner按钮*/



#index-product{
	padding: 0px 10px;
}
#index-product .item{
	padding: 15px;
}
#index-product .index-p-i{
	box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	overflow: hidden;
	transition:all .4s;  
}
#index-product a:hover .index-p-i{
	box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}
#index-product .index-p-i img{
	transform:scale(1);
	transition:all .4s;  
}
#index-product a:hover .index-p-i img{
	transform:scale(1.1);
}
#index-product p{
	margin: 20px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	transition:all .3s;  
}
#index-product a:hover p{
	color: #00a0e9;
}

#index-product .owl-nav {
	margin: 0px;
}
#index-product .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 42px;
	margin:-60px 0px 0;
	outline: none;
}
#index-product .owl-nav [class*=owl-]:hover {
	background: none;
}
#index-product .owl-nav button.owl-prev {
	left: -20px;
	background: none;
}
#index-product .owl-nav button.owl-next {
	right: -20px;
}
#index-product .owl-nav button i {
	font-size: 42px;
	color: #333;
}
#index-product .owl-nav button:hover i {
	color: #00a0e9;
}
/*首页产品*/





#course {
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../images/img-aboutbg3.jpg) no-repeat center;
	background-size: cover;
}

@media(max-width:992px) {
#course {
	background: url(../images/img-aboutbg4.jpg) no-repeat center;
	background-size: cover;
}
}
#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 #00a0e9;
	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;
	margin: 0px;
	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: #00a0e9;
}
#about-fz .owl-nav button.owl-prev {
	left: 0px;
}
#about-fz .owl-nav button.owl-next {
	right: 0px;
}
/*发展历程*/
.p-list .item {
	padding: 15px;
}
.p-list .item a {
	display: block;
	padding: 20px;
	text-align: center;
	box-shadow: 0 0 0 rgba(0,0,0,0.15);
	transition: all .3s;
}
.p-list .item a:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.p-list .item a p {
	width: 100%;
	margin: 15px 0px 0px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.p-list .item a:hover p {
	color: #00a0e9;
}
.p-list .owl-nav {
	margin: 0px;
}
.p-list .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: 0px !important;
	margin-top: -30px !important;
	outline: none;
}
.p-list .owl-nav [class*=owl-]:hover {
	background: none;
}
.p-list .owl-nav button.owl-prev {
	left: 0px;
	background: none;
}
.p-list .owl-nav button.owl-next {
	right: 0px;
}
.p-list .owl-nav button i {
	font-size: 42px;
	color: #00a0e9;
}
.p-list .owl-nav button:hover i {
	color: #f9b729;
}
/*产品列表*/

#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: 40%;
	width: 42px;
	height: 42px;
	outline: none;
	background: none;
}
#product .owl-nav button i {
	font-size: 42px;
	line-height: 46px;
	color: #00a0e9;
	opacity: 1;
	transition: all .3s;
}
#product .owl-nav button:hover i {
	color: #f9b729;
	opacity: 1;
}
#product .owl-nav button.owl-prev {
	left: -10px;
}
#product .owl-nav button.owl-next {
	right: -10px;
}

#product .owl-dots{
	margin-top: 10px;
}
/*产品详情*/

/*荣誉*/
.about-honor{
	background: url(../images/img-aboutbg2.jpg) center no-repeat;
	background-size: cover;
}
#honor{
	padding: 0px 60px;
}
#honor .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border:1px solid #333;
	text-align: center;
	margin: 0px;
	outline: none;
}
#honor .owl-nav [class*=owl-]:hover {
	background: none;
	border:1px solid #00a0e9;
}
#honor .owl-nav button.owl-prev {
	left: 0px;
	background: none;
}
#honor .owl-nav button.owl-next {
	right: 0px;
}
#honor .owl-nav button i {
	font-size: 30px;
	line-height: 42px;
	color: #333;
}
#honor .owl-nav button:hover i {
	color: #00a0e9;
}



#client {
	background: #1b1b1b;
}
#service {
	padding-top: 15px;
}

@media(min-width:992px) {
#service .item a {
	position: relative;
	display: block;
	background: #000;
	overflow: hidden;
}
#service .item a img {
	opacity: 1;
	transition: all .4s;
}
#service .item a:hover img {
	opacity: 0.5;
}
.service-text1 {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 100%;
	width: 100%;
	height: 100%;
	padding: 20% 25px;
	opacity: 0;
	transition: all .6s;
}
#service .item a:hover .service-text1 {
	top: 0%;
	opacity: 1;
}
.service-text1 b {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.service-text1 p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	height: 96px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
}
.service-text1 span {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 10px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
.service-text1 span:hover {
	border: 1px solid #00a0e9;
	background: #00a0e9;
}
}

@media(max-width:992px) {
#service .item a {
}
#service .item a img {
}
#service .item a:hover img {
}
.service-text1 b {
	display: inline-block;
	font-size: 16px;
	color: #00a0e9;
	margin-top: 25px;
	margin-bottom: 15px;
}
.service-text1 p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 96px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
}
.service-text1 span {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 10px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #00a0e9;
	background: #00a0e9;
	transition: all .4s;
}
}

@media(max-width:768px) {
.service-text1 {
	text-align: center;
	padding-bottom: 15px;
}
}
/*服务*/
