/**
 * 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: #183d87;
	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: #183d87
}
/*初始设定*/





#index-p{
	background:url(../images/product-bg.jpg) repeat;
}
.index-p .item{
	padding: 20px 0;
}
.index-p .item a{
	display: block;
	position: relative;
	transition:all ease .4s;	
}
.index-p .item a:hover{
	transform:translate(0%,-20px);
}
.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 {
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom:-20px;
	width: 100%;
	padding: 0px 20px;
	transition:all ease .4s;
}
.index-p .item a:hover .index-p-text {
	padding: 0px;
}
.index-p-text p {
	display: inline-block;
	padding: 0px 20px;
	margin: 0px;
	font-size: 15px;
	line-height: 40px;
	width: 100%;
	color: #fff;
	background: #183d87;
	transition:all ease .4s;
}
.index-p .item a:hover .index-p-text p {
	background: #0099df;
}
.index-p  .owl-nav{
	margin-top: 20px;
}
.index-p  .owl-nav [class*=owl-] {
	margin: 0px;
	border-radius: 0px;
	background: #e6e6e6 !important;
}
.index-p .owl-nav [class*=owl-]:hover {
	background: #183d87 !important;
}
.index-p  .owl-nav [class*=owl-] i{
	display: inline-block;
	font-size: 26px;
	width: 30px;
	height: 60px;
	line-height: 60px;
}
@media(min-width:768px) {
.index-p .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 40%;
}
.index-p .owl-nav button.owl-prev {
	left: -30px;
	background: none;
}
.index-p .owl-nav button.owl-next {
	right: -30px;
}	
}
@media(max-width:992px) {
.index-p .item{
	padding: 0px 0;
}
.index-p .item a:hover{
	transform:translate(0%,0px);
}
.index-p .item .index-p-text {
	position: static;
	padding: 0px;
}
	
}
@media(max-width:768px) {
.index-p{
	width: 92%;
	margin: auto;
}
.index-p  .owl-nav [class*=owl-] {
	margin: 0px 5px;
}
.index-p .owl-nav [class*=owl-] i{
	display: inline-block;
	font-size: 26px;
	width: 60px;
	height: 38px;
	line-height: 42px;
}
	
}
/*首页产品滚动*/

#index-n .item{
	transition:all .3s;  
}
#index-n .item:hover{
}
.index-n-img{
	display: block;
	overflow: hidden;
}
.index-n-img img{
	transform:scale(1); 
	transition:all ease .5s; 
}
#index-n .item:hover .index-n-img img{
	transform:scale(1.1); 
}
#index-n .index-n-title{
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .4s;  
}
#index-n .item:hover .index-n-title{
	color: #183d87;
}
#index-n .item span {
	display: inline-block;
	margin: 10px 0;
	font-size: 12px;
	line-height: 1em;
	color: #ccc;
}
#index-n .item pre {
	width: 100%;	
	margin-top: 10px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	height: 56px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-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: #183d87 !important;
}
#index-n .owl-nav [class*=owl-] i{
	display: inline-block;
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
#index-n .owl-dots{
	margin-top: 25px;
}
@media(min-width:992px) {
#index-n .owl-nav [class*=owl-] {
	border-radius: 50%;
	background:none!important;
}
#index-n .owl-nav [class*=owl-]:hover {
	background: none!important;
}
#index-n .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 40%;
}
#index-n .owl-nav button.owl-prev {
	left: 0px;
	background: none;
}
#index-n .owl-nav button.owl-next {
	right: 0px;
}	
#index-n .owl-nav [class*=owl-] i{
	display: inline-block;
	font-size: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #333;
}
#index-n .owl-nav [class*=owl-]:hover i{
	color: #183d87;
}
}
/*新闻*/



/*产品展示*/

@media(min-width:992px) {
#product .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	outline: none;
	transform:translate(0px,-50%);
}
#product .owl-nav [class*=owl-]:hover {
	background: none;
}
#product .owl-nav button.owl-prev {
	right: 0px;
	background: none;
}
#product .owl-nav button.owl-next {
	right: -30px;
}
#product .owl-nav button i {
	display: inline-block;
	width: 30px;
	height: 70px;
	line-height: 70px;
	font-size:18px;
	color: #fff;
	background: #183d87;
	transition:all .4s;
}
#product .owl-nav button:hover i {
	background: #0099df;
}
#product .owl-nav button.disabled i {
	display: inline-block;
	width: 30px;
	height: 70px;
	line-height: 70px;
	font-size:18px;
	color: #666;
	background: #e0e0e0;
}
#product .owl-nav button.disabled:hover i {
	color: #666;
	background: #e0e0e0;
	cursor:default;
}
	
}
@media(max-width:992px) {
	#product{ margin-bottom: 30px;}
	#product .owl-dots .owl-dot{  padding:0 3px!important;}
}
/*产品*/

#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 #183d87;
	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: #183d87;
}
#about-fz .owl-nav button.owl-prev {
	left: 0px;
}
#about-fz .owl-nav button.owl-next {
	right: 0px;
}
/*关于*/
