﻿/**
 * 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: #003c8d;
	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: #003c8d
}
/*初始设定*/



#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;
}
}
#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: #003c8d;
}

@media(min-width:992px) {
#banner .owl-item .item {
	width: 100%;
	height: 550px;
}
}

@media(min-width:1200px) {
#banner .owl-item .item {
	width: 100%;
	height: 700px;
}
}

@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: 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: #003c8d;
}

@media(max-width:768px) {
#banner .owl-dots {
	bottom: 30px;
}
#banner .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 7px;
}
}
/*banner翻页*/

#index-product {
	padding: 15px 0px;
}
#index-product .owl-item {
}
#index-product .item a {
	position: relative;
	display: block;
	z-index: 1;
}
#index-product .item a:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: all ease .4s;
}
#index-product .item a:hover:after {
	content: "";
	background: rgba(0,0,0,.4)
}
#index-product .item a h3 {
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 0px;
	display: block;
	width: 100%;
	padding: 0px 5%;
	margin: 0px;
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	transform: translate(0px, -50%);
	opacity: 0;
	transition: all ease .4s;
}
#index-product .item a:hover h3 {
	top: 50%;
	transform: translate(0px, -50%);
	opacity: 1;
}
#index-product .item img {
	width: 100%;
}
.product-more {
	position: relative;
	z-index: 1;
	display: block;
	background: #fafafa;
	text-align: center;
	font-size: 15px;
	color: #666;
	line-height: 48px;
	transition: all ease .4s;
}
.product-more:hover {
	color: #fff;
}
.product-more:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #003c8d;
	transition: all ease .4s;
}
.product-more:hover:after {
	content: "";
	width: 100%;
}
#index-product .owl-nav.disabled+.owl-dots {
	margin-top: 5px;
	height: auto;
	font-size: 0px;
}
#index-product .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#index-product .owl-dots .owl-dot span {
	width: 30px;
	height: 3px;
	margin: 10px 7px 0px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 0px;
}
#index-product .owl-dots .owl-dot.active span, #index-product .owl-dots .owl-dot:hover span {
	background: #003c8d
}
/*产品系列*/
.index-product-box {
	padding: 30px 5% 40px;
}
.index-product-box h2 {
	margin: 0px 0px 30px;
	font-size: 24px;
}
.index-nav li{
    display: inline-block;
    margin-right: 8px;
}
.index-nav li a{
    font-size: 14px;
    color: #999;
    transition: all ease .4s;
}
.index-nav li a:hover{
    color: #003c8d;
}

#index-product-list {
}
#index-product-list .owl-item {
}
#index-product-list .item a {
	position: relative;
	display: block;
	z-index: 1;
}
#index-product-list .item a p {
	display: block;
	width: 100%;
	margin: 15px 0px;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
#index-product-list .item a:hover p {
	color: #003c8d;
}
#index-product-list .item div {
	overflow: hidden;
}
#index-product-list .item div img {
	width: 100%;
	transform: scale(1);
	transition: all ease .4s;
}
#index-product-list .item:hover div img {
	transform: scale(1.2);
}
#index-product-list .owl-nav.disabled+.owl-dots {
	margin-top: 5px;
	height: auto;
	font-size: 0px;
}
#index-product-list .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#index-product-list .owl-dots .owl-dot span {
	width: 30px;
	height: 3px;
	margin: 10px 7px 0px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 0px;
}
#index-product-list .owl-dots .owl-dot.active span, #index-product-list .owl-dots .owl-dot:hover span {
	background: #003c8d
}
/*产品展示*/

/*首页新闻*/
.index-news-box {
	padding: 0 5% 40px;
}
.index-news-box h2 {
	margin: 0px 0px 30px;
	font-size: 24px;
}
#index-news .item{
	position: relative;
	z-index: 1;
}
#index-news .item div {
	overflow: hidden;
}
#index-news .item div img {
	width: 100%;
	transform: scale(1);
	transition: all ease .6s;
}
#index-news .item:hover div img {
	transform: scale(1.1);
}
#index-news .item .index-news-text{
	position: relative;
	z-index: 2;	
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -50px;
	margin-bottom: 25px;
	padding: 15px 15px 25px;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.05);
	transition:all .4s;    
}
#index-news .item:hover .index-news-text{
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
#index-news .item .index-news-text p{
	margin-bottom: 5px;
	font-size: 18px;
	color: #333;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
#index-news .item:hover .index-news-text p{
	color: #003c8d;
}
#index-news .item .index-news-text em{
	color: #999;
}

#index-news .item .index-news-text span{
	margin: 10px 0 0;
	display: block;
	font-size: 14px;
	line-height: 20px;
	max-height: 60px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#index-news .owl-nav.disabled+.owl-dots {
	margin-top: 5px;
	height: auto;
	font-size: 0px;
}
#index-news .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#index-news .owl-dots .owl-dot span {
	width: 30px;
	height: 3px;
	margin: 10px 7px 0px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 0px;
}
#index-news .owl-dots .owl-dot.active span, #index-news .owl-dots .owl-dot:hover span {
	background: #003c8d
}

/*首页新闻*/



#about-img a {
	display: block;
}
#about-img a .enlarge-img {
	overflow: hidden;
	transition: all .4s;
}
#about-img a:hover .enlarge-img {
	box-shadow: 0px 5px 20px -5px rgba(0,0,0,0.3);
}
#about-img a .enlarge-img img {
	transform: scale(1);
	transition: all .4s;
}
#about-img a:hover .enlarge-img img {
	transform: scale(1.1);
}
/*关于我们*/

#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 #003c8d;
	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: #003c8d;
}
#about-fz .owl-nav button.owl-prev {
	left: 0px;
}
#about-fz .owl-nav button.owl-next {
	right: 0px;
}
/*发展历程*/


#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: #003c8d;
}
#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: #003c8d;
}
#sync2 .owl-nav button i {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -15px;
	font-size: 30px;
	line-height: 30px;
	color: #003c8d;
	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;
}

/*产品*/
#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 #003c8d;
	background: #003c8d;
}
}

@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: #003c8d;
	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 #003c8d;
	background: #003c8d;
	transition: all .4s;
}
}
 @media(max-width:768px) {
 .service-text1 {
 text-align: center;
	 padding-bottom: 15px;
}

}
/*服务*/