/**
 * 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;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #e7312c;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 15px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	position: relative;
	z-index: 1;
	width: 38px;
	height: 12px;
	margin: 5px;
	background: none;
	outline: none;
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot span {
	position: absolute;
	z-index: 1;
	left: 0%;
	top: 0%;
	margin: 0px;
	display: inline-block;
	width: 30px;
	height: 4px;
	margin: 4px;
	background: #ccc;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	transition: all .3s;
	border-radius: 4px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #e7312c;
}
/*滚动条插件*/
.owl-scrollbar {
	margin-top: 30px;
	margin-bottom: 15px;
	border-radius: 10px;
	height: 5px;
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e4e4e4;
	box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
	position: relative;
}
.owl-scrollbar .owl-scroll-handle {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #c9ae67;
	position: absolute;
	top: -5px;
	left: -1px;
}
.owl-scrollbar .owl-scroll-handle:hover {
	transform: scale(2);
	transition: transform .2s ease-in-out;
}
.owl-scrollbar .owl-scroll-progress {
	background: #c9ae67;
	height: 5px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

@media(max-width:992px) {
.owl-scrollbar {
	display: none;
}
.owl-theme .owl-dots .owl-dot {
	width: 22px;
	height: 12px;
	margin: 4px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 22px;
	height: 3px;
}
}
.owl-animated-out {
	z-index : 1;
}
.owl-animated-in {
	z-index : 0;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
/*初始设定*/



/*banner按钮*/
#banner {
	height: 600px;
	position: relative;
	overflow: hidden;
}
#banner .owl-stage-outer, #banner .owl-stage, #banner .owl-item, #banner .item{
	height: 100%;
}
#banner .item {
	position: relative;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
#banner .owl-nav {
	margin: 0;
}
#banner .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
#banner .owl-dots .owl-dot span {
	height: 2px;
	border-radius: 0;
	background: #fff;
}
#banner .owl-dots .owl-dot.active span {
	background: #e7312c;
}
/*banner按钮*/


#app{
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#app .owl-stage{
	font-size: 0;
}
#app .owl-item{
	
}
#app .item{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
#app .item>div{
	position: relative;
	z-index: 1;
	width: 50%;
	min-height: 360px;
	overflow: hidden;
}
#app .item>div.img div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transform:scale(1.1); transition:all .8s;  
}
#app:hover .item>div.img div{
	transform:scale(1);
}
#app .item>div.img strong{
	position: absolute;
	z-index: 1;
	right: 0;
	top:0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background: #e7312c;
}
#app .item>div.text{
	padding: 35px 40px;
}
#app .item>div h4{
	margin: 0px;
	font-size: 20px;
	color: #4d4d4d;
	transition:all .4s;  
}
#app .item:hover>div h4{
	color: #e7312c;
}
#app .item>div hr{
	margin-bottom: 20px;
	margin-top: 20px;
}
#app .item>div p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
#app .owl-nav{
	margin: 0px;
}
#app .owl-nav [class*=owl-] {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	border-radius: 0px;
	outline: none;
	color: #fff;
	background: #222;
	opacity: 1;
	transition: all .4s;
}
#app .owl-nav .owl-prev {
	right: 49px;
}
#app .owl-nav .owl-next {
	right: 0px;
}
#app .owl-nav [class*=owl-]:hover {
	text-decoration: none;
	background: #e7312c;
}
#app .owl-nav [class*=owl-] i {
	font-size: 24px;
}


.process{
	position: relative;
	z-index: 2;
	background:url(../images/img-process-bg.jpg) center no-repeat;
	background-size: cover;
}
.process:after{position: absolute;  z-index:2;top: 0px;left: 0%;width: 100%;height: 100%;background:url(../images/index-title.png) repeat;opacity: 0.1;}
.process-box{
	position: relative;
	z-index: 1;
}
.process-box:before{ content:""; position: absolute;  z-index:-1;top: 40px;left: 0%;width: 100%;height: 1px;background: linear-gradient(to right, rgba(255,255,255,0.2), rgba(255,255,255,0.2) 4px, transparent 4px, transparent);background-size: 8px 100%;}

#process{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-around;
	padding: 0px 20px;
}
#process:before,#process:after{ content:""; position: absolute;  z-index:-1;top: 40px;left: 0%;width: 15px;height: 15px; margin-top: -7px; background: #e7312c; border-radius: 50%;}
#process:after{ content:"";left:auto;right: 0%;}

#process li .icon-box{
	position: relative;
	z-index: 1;
	text-align: center;
}
#process li .icon-box:after{ content:""; position: absolute;  z-index:-1;top: 0%;left: 0%;width: 100%;height: 100%;background-color:rgba(255,255,255,0.2); border-radius: 50%; transition:all .6s;}
#process li:hover .icon-box:after{ content:""; top: -15%;left: -15%;width: 130%;height: 130%;}

#process li .icon-box span{
	position: relative;
	z-index: 2;
	display: inline-block;
	font-size: 46px;
	line-height: 80px;
	width: 80px;
	height: 80px;
	color: #e7312c;
	background: rgba(255,255,255,0.95);
	border-radius: 50%;
	border:2px solid #e7312c;
	transition:all .4s;
}
#process li:hover .icon-box span{
	color: #fff;
	background:#e7312c;
	border:2px solid #e7312c;
}
#process li p{
	margin: 25px 0 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.process-contact{
	margin-top:50px;
	font-size: 0px;
}
.process-contact>div{
	display: inline-block;
	width: 50%;
	padding: 0px 8px;
	vertical-align: bottom;
	text-align: left;
}
.process-contact>div:first-child{
	text-align: right;
}
.process-contact>div a{
	display: inline-block;
	padding: 0px 30px;
	line-height:42px;
	font-size: 16px;
	color: #999;
	border-radius: 2px;
	border:1px solid #999;
	transition:all 0.4s; 
}
.process-contact>div a:hover{
	color: #fff;
	background: #e7312c;
	border:1px solid #e7312c;
}
.process-contact>div a i{
	display: inline-block;
	margin-right: 4px;
	font-size: 20px;
	color: inherit;
	vertical-align:bottom;
}
.process-contact>div p{
	font-size: 15px;
	line-height: 1em;
	color: #999;
	margin-bottom: 8px;
}
.process-contact>div strong{
	display: inline-block;
	font-size: 30px;
	line-height:26px;
	color: #e7312c;
}

.partner-box{
	padding: 30px 0;
}
.partner-title{
	position: relative;
	z-index: 1;
	float: left;
	width: 200px;
	height: 120px;
	padding: 20px;
	color: #fff;
	background:#e7312c ;
}
.partner-title h3{
	font-weight: bold;
	margin-bottom: 5px;
}
.partner-title:after{ content:""; position: absolute;  z-index:-1;top: 0px;bottom: 0; left: 0%;right: 0; background:url(../images/index-title.png) repeat; opacity: 0.1;}

#partner{
	border-right: 1px solid #ebebeb;
}
#partner .owl-stage{display: flex;}
#partner .owl-item,#partner .item{height: 100%;}
#partner .item{position: relative;height: 120px; display: flex;align-items: center; justify-content: center;border:1px solid #ebebeb; background: #fff; overflow: hidden;}
#partner .item>.img{max-width: 90%; max-height: 80%;}
#partner .item>.name{position: absolute; z-index: 2; left: 0; right: 0; top: 0;bottom: 0; padding: 10px; display: flex;align-items: center; justify-content: center; font-size-adjust: 14px; color: #fff; background-color: rgba(231,49,44,0.95);transform:translate(0%,100%);transition:all 0.4s;   }
#partner .item:hover>.name{transform:translate(0%,0%);}






#product-img1{
	padding: 10px;
	border:1px solid #ebebeb;
	margin-bottom: 10px;
}
#product-img1 .item img{
	width: 100%;
}
#product-img1 .owl-nav button,#product-img1 .owl-nav button.disabled:hover{
	display: block;
	position: absolute;
	z-index: 1;
	top:50%;
	padding: 8px!important;
	margin: 0px;
	font-size: 0px;
	color: #666;
	border-radius: 50%;
	background: #f0f0f0;
	transition:all .3s; 
}
#product-img1 .owl-nav button.disabled{
	opacity: 0.3;
}
#product-img1 .owl-nav button:hover{
	color: #fff;
	background: #f08200;
}

#product-img1 .owl-nav button.owl-prev{
	left: -25px;
}
#product-img1 .owl-nav button.owl-next{
	right: -25px;
}
#product-img1 .owl-nav button i{
	display: inline-block;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

#product-img2{
	box-sizing: border-box;
	padding: 0px 25px;
}
#product-img2 .item{
	border:1px solid #ebebeb;
	transition: all ease .4s;
}
#product-img2 .owl-nav{
	display: block !important;
}
#product-img2 .owl-nav button,#product-img2 .owl-nav button.disabled:hover{
	display: block;
	position: absolute;
	z-index: 1;
	top:50%;
	padding: 8px!important;
	margin: 0px;
	font-size: 0px;
	color: #666;
	border-radius: 0%;
	background: none;
	transform:translate(0%,-50%);
	transition:all .3s; 
}
#product-img2 .owl-nav button.disabled{
	opacity: 0.3;
}
#product-img2 .owl-nav button:hover{
	color: #e7312c;
}

#product-img2 .owl-nav button.owl-prev{
	left:-3px;
}
#product-img2 .owl-nav button.owl-next{
	right:-3px;
}
#product-img2 .owl-nav button i{
	font-size: 22px;
}




#product {
	margin-top: 30px;
	padding: 0px 20px;
}
#product .product-i{
	overflow: hidden;
}
#product h4 {
	position: relative;
	z-index: 1;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	transition: all .4s;
}
#product .item:hover h4 {
	color: #fff;
}
#product h4:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #e7312c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: transform .4s cubic-bezier(.4, 0, .2, 1);
	transform-origin: 100%;
	transform: scaleX(0);
}
#product .item:hover h4:before {
	transform: scaleX(1);
	transform-origin: 0%;
}
#product .owl-nav [class*=owl-] {
	position: absolute;
	z-index: 2;
	top: 45%;
	transform: translate(0%, -50%);
	color: #333;
	font-size: 20px;
	margin: 5px;
	padding: 0px;
	display: inline-block;
	width: 36px;
	height: 50px;
	text-align: center;
	background: #ebebeb;
	cursor: pointer;
	border-radius: 0px;
	outline: none;
	transition: all .4s;
}
#product .owl-nav .owl-prev {
	left: -10px;
}
#product .owl-nav .owl-next {
	right: -10px;
}
#product .owl-nav [class*=owl-]:hover {
	color: #fff;
	background: #e7312c;
	text-decoration: none
}
#product .owl-nav [class*=owl-].disabled {
	opacity: 0;
	cursor: default;
	color: #333;
	background: #ebebeb;
}
#product .owl-nav.disabled+.owl-dots {
	margin-top: 15px
}

/*产品其他相关*/
.product-other{
	margin-top: 30px;
}
.product-other h3{
	display: inline-block;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #e7312c;
	border-bottom: 2px solid #e7312c;
	position: relative;
	z-index: 2;
}
#product-other{
	padding: 20px 20px 10px;
	border: 1px solid #ebebeb;
}
#product-other .item{
	text-align: center;
}
#product-other .item div{
	padding: 10px;
	margin-bottom: 10px;
	border:1px solid #ebebeb;
	background: #fff;
	transition:all .4s;
}
#product-other .item:hover div{
	border:1px solid #e7312c;
}
#product-other .item p{
	color: #666;
	transition:all .4s;
}
#product-other .item:hover p{
	color: #e7312c;
}
#product-other .owl-dots{
	margin-top: 0px;
}

