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



#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:1200px) {
#banner {
	padding-top: 140px;
}
}

@media(max-width:1200px) {
#banner {
	padding-top: 120px;
}
}

@media(max-width:992px) {
#banner {
	padding-top: 100px;
}
}

@media(max-width:768px) {
#banner {
	padding-top: 50px;
}
}

@media(min-width:768px) {
#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: #ff7300;
}

@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: 60px;
	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: #ff7300
}

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

/*banner翻页*/

@media(min-width:768px) {
#product {
	width: 62%;
}
}

@media(max-width:768px) {
#product {
	width: 100%;
}
}
#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: #ff7300;
	opacity: .5;
	transition: all .3s;
}
#product .owl-nav button:hover i {
	opacity: 1;
}
#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;
}
}
#index-ad {
	padding: 0px 15px;
}
#index-ad .item div {
	position: relative;
	z-index: -2;
	display: block;
	width: 165px;
	height: 165px;
	margin: 15px auto 40px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	background: #fff;
	overflow: hidden;
}
#index-ad .item div:after {
	content: "";
	position: absolute;
	z-index:-1;
	top: 50%;
	left: 50%;
	width: 0%;
	height: 0%;
	border-radius: 50%;
	background-color: #ff7300;
	transition: all .3s;
}
#index-ad .item:hover div:after {
	content: "";
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
#index-ad .item div {
	position: relative;
	z-index: -1;
	display: block;
	width: 165px;
	height: 165px;
	margin: 15px auto 40px;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	background: #fff;
}
#index-ad .item div i {
	display: inline-block;
	width: 165px;
	height: 165px;
	font-size: 80px;
	line-height: 165px;
	color: #c0c0c0;
	transition: all .3s;
}
#index-ad .item:hover div i {
	color: #fff;
}
#index-ad .item h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	transition: all .3s;
}
#index-ad .item:hover h4 {
	color: #ff7300;
}
#index-ad .item p {
	font-size: 14px;
	line-height: 2em;
	color: #666;
	margin-bottom: 15px;
}
/*优势*/

.index-p .item{
	position: relative;
}
.index-p .item .index-p-text{
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	margin: 0px;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
}
@media(min-width:992px) {
.index-p .item .index-p-text{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
	line-height: 3em;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
	transform:translate(0px,100%);
	transition:all .4s;  
}
.index-p .item:hover .index-p-text{
	transform:translate(0px,0%);
}
}

@media(max-width:992px) {
.index-p .item .index-p-text{
	font-size: 14px;
	line-height: 3em;
	color: #fff;
}
}
/*首页产品滚动*/

#index-process{
		padding: 0px 40px 10px;
}
#index-process .owl-stage-outer {
	position: relative;
}
#index-process .owl-stage-outer:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 65px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	transition: all .3s;
}
#index-process .item {
	position: relative;
	text-align: center;
}
#index-process .item:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 60px;
	left: 50%;
	width: 11px;
	height: 11px;
	margin-left: -6px;
	border-radius: 50%;
	background-color: #ebebeb;
	transition: all .3s;
}
#index-process .item:hover:after {
	content: "";
	background-color: #ff7300;
}
#index-process .item i {
	display: inline-block;
	font-size: 48px;
	line-height: 48px;
	color: #666;
	transition: all .3s;
}
#index-process .item:hover i {
	color: #ff7300;
}
#index-process .item p {
	margin-top: 40px;
	color: #4d4d4d;
	transition: all .3s;
}
#index-process .item:hover p {
	color: #ff7300;
	font-weight: bold;
}
#index-process .owl-nav {
	margin: 0px;
}
#index-process .owl-nav button {
	position: absolute;
	top: 37px;
	width: 46px;
	height: 46px;
	opacity: 1;
	outline: none;
	background: none;
}
#index-process .owl-nav button i {
	font-size: 42px;
	line-height: 46px;
	color: #000;
	opacity: .5;
	transition: all .3s;
}
#index-process .owl-nav button:hover i {
	color: #ff7300;
	opacity: 1;
}
#index-process .owl-nav button.owl-prev {
	left: 0px;
}
#index-process .owl-nav button.owl-next {
	right: 0px;
}
/*定制*/

#index-case .item:hover .zoom-img:after{ 
	content:""; 
	height: 100%;
}
#index-case .item:hover .zoom-img i{ 
	position: absolute;  
	z-index:2;
	left: 50%;
	top: 50%;
	opacity: 1;
}

#index-case .item p{
	margin: 15px 0px 5px;
	text-align: center;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
}
/* 优势 */



#index-n{
	padding: 0px 20%;
	margin-top: 10px;
}
@media(max-width:768px) {
#index-n{
	padding: 0px 50px;
	margin-top: 10px;
}
}
#index-n .item{
	text-align: center;
}
#index-n a{
	display: block;
}
#index-n .index-n-img{
	display: inline-block;
	width: 200px;
	height: 200px;
	margin-bottom: 30px;
	border-radius: 50%;
	overflow: hidden;
}
#index-n a h4{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;

}
#index-n span{
	color: #999;
}
#index-n p{
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	display: block;
	display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}

#index-n .owl-nav {
	margin: 0px;
}
#index-n .owl-nav button {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	opacity: 1;
	outline: none;
	background: none;
}
#index-n .owl-nav button i {
	font-size: 46px;
	line-height: 46px;
	color: #000;
	opacity: .5;
	transition: all .3s;
}
#index-n .owl-nav button:hover i {
	color: #ff7300;
	opacity: 1;
}
#index-n .owl-nav button.owl-prev {
	left: 0px;
}
#index-n .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:#006cd7;}

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

#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 #ff7300;
	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: #ff7300;
}
#about-fz .owl-nav button.owl-prev {
	left: 0px;
}
#about-fz .owl-nav button.owl-next {
	right: 0px;
}
/*关于*/