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



#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;
}
#banner .owl-item .item {
	width: 100%;
	height: 600px;
}

@media(min-width:768px) {
#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: #fd0001;
}
@media(max-width:1200px) {
#banner .owl-item .item {
	width: 100%;
	height: 500px;
}
}
@media(max-width:992px) {
#banner .owl-item .item {
	width: 100%;
	height: 400px;
}
}
@media(max-width:768px) {
#banner .owl-item .item {
	width: 100%;
	height: auto;
}
#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: #fd0001
}

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

#field {
	padding: 0px 6%;
	text-align: center;
}
#field .item{
	padding: 15px 0px;
	transform:translate(0px,0px);
	transition:all .4s;   
}
#field .item:hover{
	transform:translate(0px,-15px);
}
#field .iconbox{
	position: relative;
	z-index: 1;
	box-sizing: content-box;
	width: 120px;
	height: 60px;
	padding: 30px 0px;
	margin: auto;
	border: 1px solid #3d4db8;
	border-bottom: solid 5px;
}
#field .item:hover .iconbox{
	border: 1px solid #fd0001;
	border-bottom: solid 1px;
	transition:all .3s;
}
#field .iconbox:after{ content:""; position: absolute;  z-index:-1;bottom: 0px;left: 0%;width: 100%;height: 0%;background-color:#fd0001;transition:all .4s;}
#field .item:hover .iconbox:after{ content:"";height: 100%;}
#field .iconbox>span{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
	color: #3d4db8;
	transition:all .3s;
}
#field .item:hover .iconbox>span{
	color: #fff;
}
#field .item a>span{
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

#field p{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px;
	color: #4d4d4d;
	transition:all .3s;
}
#field .item:hover p{
	color: #fd0001;
}
#field .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(0px, -50%);
	outline: none;
}
#field .owl-nav button:hover {
	background: none;
}
#field .owl-nav button.owl-prev {
	left: 0px;
}
#field .owl-nav button.owl-next {
	right: 0px;
}
#field .owl-nav button i {
	font-size: 42px;
	color: #3d4db8;
}
#field .owl-nav button:hover i {
	color: #fd0001;
}
/*服务领域*/


.index-p-box{
	background: url(../images/img-p-bg.jpg) center no-repeat;
	background-size: cover;
}
@media(max-width:992px) {
.index-p-box{
	background: url(../images/img-p-bg2.jpg) center no-repeat;
	background-size: cover;
}
}
.index-p-box a.more {
	display: inline-block;
	padding: 0px 25px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 42px;
	color: #999;
	background: #fff;
	border: 1px solid #ebebeb;
	transition: all .3s;
}
.index-p-box a.more:hover {
	padding: 0px 40px;
	color: #fff;
	background: #fd0001;
	border: 1px solid #fd0001;
}
#index-p {
    width: 90%;
    margin:0 auto;
	padding: 0px 50px;
}	
#index-p .item {
	position: relative;
	z-index: -2;
	text-align: center;
}

#index-p .item img{
	border:1px solid #ebebeb;
}
#index-p .item:hover img{
	border:1px solid #fd0001;
}
#index-p .item p {
	width: 100%;
	margin: 30px 0px 6px;
	font-size: 15px;
	font-weight: bold;
	color: #4d4d4d;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
#index-p .item:hover p {
	color: #fd0001;
}
#index-p .item span {
	font-size: 13px;
	color: #999;
}
#index-p .owl-nav {
	margin: 0px;
}
#index-p .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 38%;
	margin: 0px;
	transform: translate(0px, -50%);
	outline: none;
}
#index-p .owl-nav button:hover {
	background: none;
}
#index-p .owl-nav button.owl-prev {
	left: 0px;
}
#index-p .owl-nav button.owl-next {
	right: 0px;
}
#index-p .owl-nav button i {
	font-size: 42px;
	color: #3d4db8;
}
#index-p .owl-nav button:hover i {
	color: #fd0001;
}

@media(max-width:768px) {
#index-p .owl-nav button {
	width: 60px;
}
#index-p .owl-nav button i {
	font-size: 36px;
	color: #333;
}
}
/*首页产品*/


#inside-p{
	max-width: 600px;
	margin: auto;
	border: 1px solid #ebebeb;
}
#inside-p .item{
	text-align: center;
}
#inside-p .item img{
	display: inline-block;
	width:auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
}

#inside-p .owl-nav {
	margin: 0px;
}
#inside-p .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(0px, -50%);
	outline: none;
}
#inside-p .owl-nav button:hover {
	background: none;
}
#inside-p .owl-nav button.owl-prev {
	left: 0px;
}
#inside-p .owl-nav button.owl-next {
	right: 0px;
}
#inside-p .owl-nav button i {
	font-size: 42px;
	color: #3d4db8;
}
#inside-p .owl-nav button:hover i {
	color: #fd0001;
}

@media(max-width:768px) {
#inside-p .owl-nav button {
	width: 60px;
}
#inside-p .owl-nav button i {
	font-size: 36px;
	color: #333;
}
}
/*产品详情大图*/

#about-h .owl-item .item {
	padding: 10px;
	background: #fff;
}


#about-h .owl-nav {
	margin: 0px;
}
#about-h .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(0px, -50%);
	outline: none;
}
#about-h .owl-nav button:hover {
	background: none;
}
#about-h .owl-nav button.owl-prev {
	left: 0px;
}
#about-h .owl-nav button.owl-next {
	right: 0px;
}
#about-h .owl-nav button i {
	font-size: 42px;
	color: #333;
}
#about-h .owl-nav button:hover i {
	color: #fd0001;
}

@media(max-width:768px) {
#about-h .owl-nav button {
	width: 60px;
}
#about-h .owl-nav button i {
	font-size: 36px;
	color: #333;
}
}
/*现场*/

#app {
	padding-top: 30px;
}
#app .item{
	text-align: center;
	overflow: hidden;
}
#app .item span{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 1px;
	margin: 40px 0px;
	background: #ebebeb;
}
#app .item span:before{
	content:"";
	position: absolute;
	z-index:1;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	background-color:#ebebeb;
	border-radius: 50%;
	transition:all .3s;
}
#app .item h4{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}
#app .item p{
	text-align: left;
}
@media(min-width:992px) {
#app .item p,#app .item h4,#app .item img{
	padding: 0px 20px;

}
}
@media(max-width:992px) {
#app .item p,#app .item h4,#app .item img{
	padding: 0px 15px;
}
}
@media(max-width:768px) {
#app .item p,#app .item h4,#app .item img{
	padding: 0px 10px;
}
}
/* app */