/**
 * 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: #cc0011;
	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: auto;
	height: auto;
	margin:7px;
	background: none;
	outline: none;
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot span {
	margin: 0px;
	display: inline-block;
	width: 24px;
	height: 3px;
	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: #cc0011;
}
/*滚动条插件*/
.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 {
	position: relative;
	overflow: hidden;
}
#banner .item .banner-item {
	position: absolute;
	z-index: 3;
	left: 60px;
	bottom: 50px;
	font-size: 48px;
	line-height: 0.8em;
	font-weight: bold;
	color: #cc0011;
}
#banner .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

@media(min-width:992px) {
#banner {
	height:650px;
}
#banner .owl-stage-outer, #banner .owl-stage, #banner .owl-item, #banner .item, #banner .item .banner-text-box, #banner .item .banner-text-box>div {
	height: 100%;
}
#banner .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
#banner .item img{
	display: none;
}
}

@media(max-width:992px) {
#banner {
	background: none;
}
#banner .item {
	background: none;
}
#banner .item img{
	display: block;
}
}

#banner .owl-nav {
	margin: 0;
}
#banner .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin: 0px;
	padding:15px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	outline: none;
	background: rgba(0,0,0,0.2);
	transition:all .4s;
	transform:translate(0%,-50%);
}
#banner .owl-nav [class*=owl-].owl-prev {
	left: 20px;
}
#banner .owl-nav [class*=owl-].owl-next {
	right: 20px;
}

#banner .owl-nav [class*=owl-]:hover {
	color: #cc0011;
	text-decoration: none;
    background: rgba(239,30,34,0.8);
	opacity:1;
}
#banner .owl-nav [class*=owl-] i{
	display: inline-block;
	width: 48px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
}
#banner .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}
#banner .owl-dots .owl-dot {
	margin: 0 10px;
	width: 13px;
	height: 13px;
	cursor: pointer
}
#banner .owl-dots .owl-dot span {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #333;
	text-indent: -999em;
	cursor: pointer;
	position: absolute
}
#banner .owl-dots .owl-dot span :focus {
	outline: none
}
#banner .owl-dots .owl-dot span {
	box-shadow: 0 0 0 2px transparent;
	-webkit-transition: box-shadow .3s ease, background-color .3s ease;
	transition: box-shadow .3s ease, background-color .3s ease
}
#banner .owl-dots .owl-dot span:hover, #banner .owl-dots .owl-dot span:focus {
	background-color: #cc0011
}
#banner .owl-dots .owl-dot.active span {
	background-color: transparent;
	box-shadow: 0 0 0 2px #cc0011
}

@media(max-width:992px) {
#banner .owl-nav [class*=owl-] i{
	display: inline-block;
	width: 42px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
}
#banner .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
#banner .owl-dots .owl-dot {
	margin: 0 9px;
	width: 13px;
	height: 13px;
	cursor: pointer
}
}

@media(max-width:768px) {
#banner .owl-nav [class*=owl-] i{
	display: inline-block;
	width: 36px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
}

#banner .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
#banner .owl-dots .owl-dot {
	margin: 0 8px;
	width: 11px;
	height: 11px;
	cursor: pointer
}
}
/*banner按钮*/

/*首页产品系列*/
#index-p {
    padding-bottom: 10px;
}
#index-p .owl-item{
	padding: 15px 0;
}
#index-p .item {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	opacity: 0.3;
	transition:all .4s;   
}
#index-p .item:hover img {
	transform:scale(1.1);
}
#index-p .item .index-p-info {
	padding:25px 20px;
}
#index-p .item h4{
	margin: 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	transition:all .4s;   
}
#index-p .item:hover h4{
	color: cc0011;
}
#index-p .item span{
	font-size: 13px;
	color: #999;
}

#index-p .owl-item.active .item {
	opacity: 1;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#index-p .owl-dots{
	margin: 0px;
	position: absolute;
	width: 100%;
}
@media(min-width:992px) {
	#index-p{
		padding-top: 15px;
	}
}
@media(max-width:992px) {

}

/*首页案例*/
#index-c{
    padding-top: 10px;
}
#index-c a{
    position: relative;
    z-index: 1;
    display: inline-block;
}
#index-c a div{
    overflow: hidden;
}
#index-c a p{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding:0px 10px;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    background:cc0011;
    white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
    transform:translate(0px,100%);
    transition:all .4s;  
}
#index-c a:hover p{
    transform:translate(0px,0%);
}
#index-c .owl-nav{
    position: absolute;
    top: -70px;
    right: 0;
    margin: 0px;
}
#index-c .owl-nav [class*=owl-] {
	margin: 0px;
	padding:15px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	outline: none;
	background: rgba(0,0,0,0.2);
	transition:all .4s;
}
#index-c .owl-nav [class*=owl-]:hover {
	color: #cc0011;
	text-decoration: none;
    background: rgba(239,30,34,0.8);
	opacity:1;
}
#index-c .owl-nav [class*=owl-].disabled:hover {
    background: rgba(0,0,0,0.2);
    opacity: 0.3;
}
#index-c .owl-nav [class*=owl-] i{
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 24px;
}
@media(max-width:992px) {
#index-c a p{
    position: static;
    z-index: 2;
    bottom: auto;
    left:auto;
    font-size: 13px;
    line-height: 36px;
    color: #333;
    background: #fff;
    transform:translate(0px,0%);
    transition:all .4s;  
}
#index-c a:hover p{
    transform:translate(0px,0%);
}
#index-c .owl-nav{
    position: static;
    top:auto;
    right: auto;
    margin:15px 0px 0px;
}
#index-c .owl-nav [class*=owl-] i{
	display: inline-block;
	width:38px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 24px;
}
}

/*荣誉*/
#honor{
	padding: 30px 70px;
}
#honor .owl-stage{
	display: flex;
}
#honor .item{
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
#honor .item a{
	display: block;
	position: relative;
}
#honor .item p{
	position: absolute;
	z-index: 1;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0 15px;
	margin: 0px;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.7) 100%);
	transition:all .4s;
}
#honor .item:hover p{
	color: #cc0011;
}
#honor .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin: 0px;
	padding:15px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	outline: none;
	background: rgba(0,0,0,0.2);
	transition:all .4s;
	transform:translate(0%,-50%);
}
#honor .owl-nav [class*=owl-].owl-prev {
	left:0px;
}
#honor .owl-nav [class*=owl-].owl-next {
	right: 0px;
}

#honor .owl-nav [class*=owl-]:hover {
	color: #cc0011;
	text-decoration: none;
    background: rgba(239,30,34,0.8);
	opacity:1;
}
#honor .owl-nav [class*=owl-] i{
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 24px;
}
#honor .owl-dots{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -20px;
	width: 100%;
	margin: 0;
}
#honor .owl-dot span{
	width: 13px;
	height: 13px;
	border-radius: 50%;
}


/*项目*/



.case-pic{
	background: #000;
}
#case-pic .item{
	text-align: center;
	overflow: hidden;
}
#case-pic .item img{
	display: block;
	width:inherit;
    height: inherit;
    max-width: 100%;
	max-height: 675px;
	margin: auto;
}
#case-pic .owl-nav{
	margin: 0;
}
#case-pic .owl-nav button {
	position: absolute;
	top: 0%;
	width: 10%;
	height: 100%;
	margin: 0;
	opacity: 1;
	outline: none;
	border-radius: 0;
	transition: all .3s;
}
#case-pic .owl-nav button:hover {
	background: none;
}
#case-pic .owl-nav button i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	opacity: .5;
	transition: all .3s;
}
#case-pic .owl-nav button:hover i {
	color: #FFFFFF;
	opacity: 1;
}
#case-pic .owl-nav button.owl-prev {
	left: 0px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
}
#case-pic .owl-nav button.owl-next {
	right: 0px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
}
@media(max-width:992px) {
#case-pic .owl-nav button {
	width: 20%;
}
#case-pic .owl-nav button i {
	margin-top: -18px;
	margin-left: -18px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}
}