html,
body,
#wrap {
	height: 100%;
}


body {
	/* min-width: 1280px; */
	overflow-y: hidden;
	margin: 0;
	font-family: "微软雅黑", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

#iframe {
	width: 100%;
	height: 100%;
	overflow: auto;
}

img {
	width: 100%;
	height: 100%;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.title-animation{
	animation: title 2s;
	-webkit-animation: title 2s;
}

@keyframes title{
	0%{
		transform: scale(0);
		-ms-transform: scale(0); 	/* IE 9 */
		-moz-transform:scale(0); 	/* Firefox */
		-webkit-transform: scale(0); /* Safari 和 Chrome */
		-o-transform: scale(0); 	/* Opera */
	}
	40%{
		transform: scale(0);
		-ms-transform: scale(0); 	/* IE 9 */
		-moz-transform: scale(0); 	/* Firefox */
		-webkit-transform: scale(0); /* Safari 和 Chrome */
		-o-transform: scale(0); 	/* Opera */
	}
	80%{
		transform: scale(1.05);
		-ms-transform: scale(1.05); 	/* IE 9 */
		-moz-transform: scale(1.05); 	/* Firefox */
		-webkit-transform scale(1.05); /* Safari 和 Chrome */
		-o-transform: scale(1.05); 	/* Opera */
	}
	100%{
		transform: scale(1);
		-ms-transform: scale(1); 	/* IE 9 */
		-moz-transform:scale(1); 	/* Firefox */
		-webkit-transform: scale(1); /* Safari 和 Chrome */
		-o-transform: scale(1); 	/* Opera */
	}
} 
 @-webkit-keyframes title{
	0%{
		transform: scale(0);
		-ms-transform: scale(0); 	/* IE 9 */
		-moz-transform:scale(0); 	/* Firefox */
		-webkit-transform: scale(0); /* Safari 和 Chrome */
		-o-transform: scale(0); 	/* Opera */
	}
	40%{
		transform: scale(0);
		-ms-transform: scale(0); 	/* IE 9 */
		-moz-transform: scale(0); 	/* Firefox */
		-webkit-transform: scale(0); /* Safari 和 Chrome */
		-o-transform: scale(0); 	/* Opera */
	}
	80%{
		transform: scale(1.05);
		-ms-transform: scale(1.05); 	/* IE 9 */
		-moz-transform: scale(1.05); 	/* Firefox */
		-webkit-transform: scale(1.05); /* Safari 和 Chrome */
		-o-transform: scale(1.05); 	/* Opera */
	}
	100%{
		transform: scale(1);
		-ms-transform: scale(1); 	/* IE 9 */
		-moz-transform:scale(1); 	/* Firefox */
		-webkit-transform: scale(1); /* Safari 和 Chrome */
		-o-transform: scale(1); 	/* Opera */
	}
}
@-moz-keyframes title{
	0%{
		transform: scale(0);
		-ms-transform: scale(0); 	/* IE 9 */
		-moz-transform:scale(0); 	/* Firefox */
		-webkit-transform: scale(0); /* Safari 和 Chrome */
		-o-transform: scale(0); 	/* Opera */
	}
	40%{
		transform: scale(0);
		-ms-transform: scale(0); 	/* IE 9 */
		-moz-transform: scale(0); 	/* Firefox */
		-webkit-transform: scale(0); /* Safari 和 Chrome */
		-o-transform: scale(0); 	/* Opera */
	}
	80%{
		transform: scale(1.05);
		-ms-transform: scale(1.05); 	/* IE 9 */
		-moz-transform: scale(1.05); 	/* Firefox */
		-webkit-transform: scale(1.05); /* Safari 和 Chrome */
		-o-transform: scale(1.05); 	/* Opera */
	}
	100%{
		transform: scale(1);
		-ms-transform: scale(1); 	/* IE 9 */
		-moz-transform:scale(1); 	/* Firefox */
		-webkit-transform: scale(1); /* Safari 和 Chrome */
		-o-transform: scale(1); 	/* Opera */
	}
}
@-ms-keyframes title{
	0%{
		transform:scale(0);
		-ms-transform: scale(0); 	/* IE 9 */
		-moz-transform:scale(0); 	/* Firefox */
		-webkit-transform: scale(0); /* Safari 和 Chrome */
		-o-transform: scale(0); 	/* Opera */
	}
	40%{
		transform: scale(0);
		-ms-transform: scale(0); 	/* IE 9 */
		-moz-transform: scale(0); 	/* Firefox */
		-webkit-transform: scale(0); /* Safari 和 Chrome */
		-o-transform: scale(0); 	/* Opera */
	}
	80%{
		transform: scale(1.05);
		-ms-transform: scale(1.05); 	/* IE 9 */
		-moz-transform: scale(1.05); 	/* Firefox */
		-webkit-transform: scale(1.05); /* Safari 和 Chrome */
		-o-transform: scale(1.05); 	/* Opera */
	}
	100%{
		transform: scale(1);
		-ms-transform: scale(1); 	/* IE 9 */
		-moz-transform:scale(1); 	/* Firefox */
		-webkit-transform: scale(1); /* Safari 和 Chrome */
		-o-transform: scale(1); 	/* Opera */
	}
} 

.text-animation>p{
	animation: text 2s;
	-webkit-animation: text 2s;
}
@keyframes text{
	0%{
		opacity: 0;
		transform:translateX(-1300px);
		-ms-transform: scale(-1300px); 	/* IE 9 */
		-moz-transform:scale(-1300px); 	/* Firefox */
		-webkit-transform: scale(-1300px); /* Safari 和 Chrome */
		-o-transform: scale(-1300px); 	/* Opera */
	}
	20%{
		opacity: 0.8;
		transform: translateX(-1300px);
		-ms-transform: translateX(-1300px); 	/* IE 9 */
		-moz-transform: translateX(-1300px); 	/* Firefox */
		-webkit-transform: translateX(-1300px); /* Safari 和 Chrome */
		-o-transform: translateX(-1300px); 	/* Opera */
	}
	60%{
		opacity: 1;
		transform: translateX(100px);
		-ms-transform: translateX(100px); 	/* IE 9 */
		-moz-transform: translateX(100px); 	/* Firefox */
		-webkit-transform: translateX(100px); /* Safari 和 Chrome */
		-o-transform: translateX(100px); 	/* Opera */
	}
	70%{
		opacity: 1;
		transform: translateX(-50px);
		-ms-transform: translateX(-50px); 	/* IE 9 */
		-moz-transform: translateX(-50px); 	/* Firefox */
		-webkit-transform: translateX(-50px); /* Safari 和 Chrome */
		-o-transform: translateX(-50px); 	/* Opera */
	}
	80%{
		opacity: 1;
		transform: translateX(30px);
		-ms-transform: translateX(30px); 	/* IE 9 */
		-moz-transform: translateX(30px); 	/* Firefox */
		-webkit-transform: translateX(30px); /* Safari 和 Chrome */
		-o-transform: translateX(30px); 	/* Opera */
	}
	90%{
		opacity: 1;
		transform: translateX(-10px);
		-ms-transform: translateX(-10px); 	/* IE 9 */
		-moz-transform: translateX(-10px); 	/* Firefox */
		-webkit-transform: translateX(-10px); /* Safari 和 Chrome */
		-o-transform: translateX(-10px); 	/* Opera */
	}
	100%{
		opacity: 1;
		transform: translateX(0);
		-ms-transform: translateX(0); 	/* IE 9 */
		-moz-transform:translateX(0); 	/* Firefox */
		-webkit-transform: translateX(0); /* Safari 和 Chrome */
		-o-transform: translateX(0); 	/* Opera */
	}
} 

@-webkit-keyframes text{
	0%{
		opacity: 0;
		transform:translateX(-1300px);
		-ms-transform: scale(-1300px); 	/* IE 9 */
		-moz-transform:scale(-1300px); 	/* Firefox */
		-webkit-transform: scale(-1300px); /* Safari 和 Chrome */
		-o-transform: scale(-1300px); 	/* Opera */
	}
	20%{
		opacity: 0.8;
		transform: translateX(-1300px);
		-ms-transform: translateX(-1300px); 	/* IE 9 */
		-moz-transform: translateX(-1300px); 	/* Firefox */
		-webkit-transform: translateX(-1300px); /* Safari 和 Chrome */
		-o-transform: translateX(-1300px); 	/* Opera */
	}
	60%{
		opacity: 1;
		transform: translateX(100px);
		-ms-transform: translateX(100px); 	/* IE 9 */
		-moz-transform: translateX(100px); 	/* Firefox */
		-webkit-transform: translateX(100px); /* Safari 和 Chrome */
		-o-transform: translateX(100px); 	/* Opera */
	}
	70%{
		opacity: 1;
		transform: translateX(-50px);
		-ms-transform: translateX(-50px); 	/* IE 9 */
		-moz-transform: translateX(-50px); 	/* Firefox */
		-webkit-transform: translateX(-50px); /* Safari 和 Chrome */
		-o-transform: translateX(-50px); 	/* Opera */
	}
	80%{
		opacity: 1;
		transform: translateX(30px);
		-ms-transform: translateX(30px); 	/* IE 9 */
		-moz-transform: translateX(30px); 	/* Firefox */
		-webkit-transform: translateX(30px); /* Safari 和 Chrome */
		-o-transform: translateX(30px); 	/* Opera */
	}
	90%{
		opacity: 1;
		transform: translateX(-10px);
		-ms-transform: translateX(-10px); 	/* IE 9 */
		-moz-transform: translateX(-10px); 	/* Firefox */
		-webkit-transform: translateX(-10px); /* Safari 和 Chrome */
		-o-transform: translateX(-10px); 	/* Opera */
	}
	100%{
		opacity: 1;
		transform: translateX(0);
		-ms-transform: translateX(0); 	/* IE 9 */
		-moz-transform:translateX(0); 	/* Firefox */
		-webkit-transform: translateX(0); /* Safari 和 Chrome */
		-o-transform: translateX(0); 	/* Opera */
	}
}
@-moz-keyframes text{
	0%{
		opacity: 0;
		transform:translateX(-1300px);
		-ms-transform: scale(-1300px); 	/* IE 9 */
		-moz-transform:scale(-1300px); 	/* Firefox */
		-webkit-transform: scale(-1300px); /* Safari 和 Chrome */
		-o-transform: scale(-1300px); 	/* Opera */
	}
	20%{
		opacity: 0.8;
		transform: translateX(-1300px);
		-ms-transform: translateX(-1300px); 	/* IE 9 */
		-moz-transform: translateX(-1300px); 	/* Firefox */
		-webkit-transform: translateX(-1300px); /* Safari 和 Chrome */
		-o-transform: translateX(-1300px); 	/* Opera */
	}
	60%{
		opacity: 1;
		transform: translateX(100px);
		-ms-transform: translateX(100px); 	/* IE 9 */
		-moz-transform: translateX(100px); 	/* Firefox */
		-webkit-transform: translateX(100px); /* Safari 和 Chrome */
		-o-transform: translateX(100px); 	/* Opera */
	}
	70%{
		opacity: 1;
		transform: translateX(-50px);
		-ms-transform: translateX(-50px); 	/* IE 9 */
		-moz-transform: translateX(-50px); 	/* Firefox */
		-webkit-transform: translateX(-50px); /* Safari 和 Chrome */
		-o-transform: translateX(-50px); 	/* Opera */
	}
	80%{
		opacity: 1;
		transform: translateX(30px);
		-ms-transform: translateX(30px); 	/* IE 9 */
		-moz-transform: translateX(30px); 	/* Firefox */
		-webkit-transform: translateX(30px); /* Safari 和 Chrome */
		-o-transform: translateX(30px); 	/* Opera */
	}
	90%{
		opacity: 1;
		transform: translateX(-10px);
		-ms-transform: translateX(-10px); 	/* IE 9 */
		-moz-transform: translateX(-10px); 	/* Firefox */
		-webkit-transform: translateX(-10px); /* Safari 和 Chrome */
		-o-transform: translateX(-10px); 	/* Opera */
	}
	100%{
		opacity: 1;
		transform: translateX(0);
		-ms-transform: translateX(0); 	/* IE 9 */
		-moz-transform:translateX(0); 	/* Firefox */
		-webkit-transform: translateX(0); /* Safari 和 Chrome */
		-o-transform: translateX(0); 	/* Opera */
	}
}
@-ms-keyframes text{
	0%{
		opacity: 0;
		transform:translateX(-1300px);
		-ms-transform: scale(-1300px); 	/* IE 9 */
		-moz-transform:scale(-1300px); 	/* Firefox */
		-webkit-transform: scale(-1300px); /* Safari 和 Chrome */
		-o-transform: scale(-1300px); 	/* Opera */
	}
	20%{
		opacity: 0.8;
		transform: translateX(-1300px);
		-ms-transform: translateX(-1300px); 	/* IE 9 */
		-moz-transform: translateX(-1300px); 	/* Firefox */
		-webkit-transform: translateX(-1300px); /* Safari 和 Chrome */
		-o-transform: translateX(-1300px); 	/* Opera */
	}
	60%{
		opacity: 1;
		transform: translateX(100px);
		-ms-transform: translateX(100px); 	/* IE 9 */
		-moz-transform: translateX(100px); 	/* Firefox */
		-webkit-transform: translateX(100px); /* Safari 和 Chrome */
		-o-transform: translateX(100px); 	/* Opera */
	}
	70%{
		opacity: 1;
		transform: translateX(-50px);
		-ms-transform: translateX(-50px); 	/* IE 9 */
		-moz-transform: translateX(-50px); 	/* Firefox */
		-webkit-transform: translateX(-50px); /* Safari 和 Chrome */
		-o-transform: translateX(-50px); 	/* Opera */
	}
	80%{
		opacity: 1;
		transform: translateX(30px);
		-ms-transform: translateX(30px); 	/* IE 9 */
		-moz-transform: translateX(30px); 	/* Firefox */
		-webkit-transform: translateX(30px); /* Safari 和 Chrome */
		-o-transform: translateX(30px); 	/* Opera */
	}
	90%{
		opacity: 1;
		transform: translateX(-10px);
		-ms-transform: translateX(-10px); 	/* IE 9 */
		-moz-transform: translateX(-10px); 	/* Firefox */
		-webkit-transform: translateX(-10px); /* Safari 和 Chrome */
		-o-transform: translateX(-10px); 	/* Opera */
	}
	100%{
		opacity: 1;
		transform: translateX(0);
		-ms-transform: translateX(0); 	/* IE 9 */
		-moz-transform:translateX(0); 	/* Firefox */
		-webkit-transform: translateX(0); /* Safari 和 Chrome */
		-o-transform: translateX(0); 	/* Opera */
	}
} 

.two-animation>h2{
	animation: two 4s;
	-webkit-animation: two 4s;
}
.two-animation>h2:nth-child(2){
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
}
.two-animation>h2:nth-child(3){
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
}

@keyframes two{
	0%{
		transform: translateX(-1980px);
		opacity: 0;
	}
	20%,30%,40%,50%,60%,70%,80%{
		transform: translateX(0);
		opacity: 1;
	}
	100%{
		transform: translateX(1980px);
		opacity: 1;
	}
}








/* style重写  */
.display-block {
	display: block !important;
}

.display-block>.fp-tableCell {
	display: block !important;
}

/* swiper */
.swiper-container {
	width: 100%;
	height: 100%;
}


/* header  */
.head {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -45%;
	width: 90%;
	/* min-width: 1134px; */
	height: 55px;
	background-color: rgba(0, 48, 138, 0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.head ol li {
	position: relative;
	width: 20%;
	height: 3.6rem;
	line-height: 3.29rem;
	float: left;
	text-align: -moz-center;
	text-align: center;
	font-size: 18px;
	color: #fcffff;
	font-weight: 500;
	cursor: -ms-pointer;
	cursor: pointer;
}

.head ol li>.logo {
	position: absolute;
	display: block;
	width: 106px;
	height: 124px;
	left: 50%;
	margin-left: -53px;
	top: 50%;
	margin-top: -62px;
}

/*  公共 */
.shadow-orange {
	box-shadow: 0px 1px 4px 1px rgba(237, 99, 0, 0.6);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(237, 99, 0, 0.6);
}

.shadow-blue {
	box-shadow: 0px 1px 4px 1px rgba(0, 108, 183, 0.6);
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0, 108, 183, 0.6);
}

.item {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 3% 0 3% 0;
}
.banner{
	padding: 0 !important;
}
.title {
	height: 4.54rem;
	text-align: center;
	color: #0168b2;
}

.content-body {
	height: calc(100% - 80px);
}

.title>h2 {
	font-size: 36px;
	font-weight: bold;
}

.title>.title-watermark {
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: -10px;
	left: 60px;
	color: rgba(146, 149, 148, 0.3);
}

.title-watermark:before {
	content: " ";
	display: block;
	position: absolute;
	top: -20px;
	width: 100%;
	height: 20px;
	background-color: rgba(146, 149, 148, 0.3);

}

.watermark {
	position: absolute;
	color: #92959480;
	font-size: 24px;
}

.defult-btn {
	cursor: pointer;
}

.default-box-shadow {
	-webkit-box-shadow: 0 0 20px 8px #eeeeeea6;
	box-shadow: 0 0 20px 8px #eeeeeea6;
}

/* 了解更多默认style */
.more>a {
	padding: 5px 40px;
	background-color: #dc771e80;
	border: 1px solid #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	letter-spacing: 4px;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}

/* 文字色值 */
.text-orange {
	color: #f07100;
}



/* home banner*/
.banner {
	position: relative;
}

.banner-img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: auto;
}

.banner-img>img {
	width: 100%;
	height: 100%;
}

.banner .title,
.banner .more,
.banner .slogan {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	color: #ffffff;
}
.home-banner:before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
	background-color: rgba(0, 108, 184, 0.18);
}

.banner .title {
	z-index: 3;
	margin-top: -2.23rem;
	height: 5.45rem;
	line-height: 5.45rem;
	display: flex;
	justify-content: center;

}
.banner .title-two{
	flex-direction: column;
	text-align: left;
}
.banner .title-two>h2{
	font-size: 4rem;
	font-weight: normal;
	letter-spacing: 0.4rem;
	text-shadow: 0 1px 8px #000;
	text-align: center;
	/* opacity: 0; */
}
/* .banner .title-two>h2:first-child{
	text-indent: 2em;
}
.banner .title-two>h2:first-child + h2{
	text-indent: 6em;
}
.banner .title-two>h2:first-child + h2 + h2{
	text-indent: 10em;
} */


.banner .slogan {
	top: calc(50% + 3rem);
	z-index: 3;
	height: 2.54rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	overflow: hidden;
}

.banner .title span {
	font-size: 5.11rem;
	margin: 0 2.27rem;
	font-weight: 500;
	letter-spacing: 0.45rem;
	text-shadow: 0 1px 8px #000;
}

.slogan>p {
	letter-spacing: 0.12rem;
	color: #ffffffc4;
	font-size: 1.36rem;
	font-weight: normal;
	z-index: 2;
	text-shadow: 0 1px 8px #000;
}


/* home 关于我们*/
.introduce {}

.introduce-we {
	position: relative;
	width: 70%;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

.introduce-message {
	margin-top: 3rem;
	line-height: 2.4rem;
	font-size: 1.3rem;
}
.introduce-slide .swiper-slide:nth-child(2) .introduce-message{
	line-height: 3rem;
	letter-spacing: 0.2rem;
	font-size: 1.6rem;
}
.introduce-we h2 {
	color: #929594;
	font-size: 2.27rem;
	font-weight: bold;
}

.introduce-we>p {
	color: #929594;
	font-size: 1.47rem;
}

.introduce-we>.watermark {
	width: 100%;
	top: 12px;
	text-indent: 32%;
	font-size: 1.36rem;
}

.introduce-slide,
.slide-handle {
	position: absolute;
	bottom: 8%;
	height: calc(100% - 225px);
}

.introduce-slide {
	left: 0;
	width: 75%;
	height: calc(100% - 80px);
}

.introduce-slide .swiper-container {
	overflow: inherit;
	width: 90%;
	margin-left: 0;
}

.slide-handle {
	right: 40px;
	z-index: 9;
	width: 33%;
	height: 70%;
	bottom: calc(8% - 10px);
}

.introduce-slide .swiper-wrapper:before,
.introduce-slide .swiper-wrapper:after {
	content: " ";
	position: absolute;
	width: 3.6rem;
	height: 3.6rem;
}

.introduce-slide .swiper-wrapper:before {
	left: 1.7rem;
	top: 14%;
	background-image: url(../images/home/we-left.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.introduce-slide .swiper-wrapper:after {
	right: 5%;
	bottom: 1.7rem;
	background-image: url(../images/home/we-right.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.introduce-slide .swiper-slide {
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #666;
	font-size: 1.02rem;
	transition: all 1s;
}

.introduce-slide .swiper-slide>h5 {
	margin-bottom: 30px;
}

.introduce-slide .swiper-slide>h5>i {
	font-weight: bold;
}

.we-title {
	height: 0.3rem;
}
.we-title>img{
	display: block;
}
.introduce-slide .more {
	position: absolute;
	bottom: 1.7rem;
	left: 50%;
	min-width: 9.6rem;
	margin-left: -4.8rem;
}

.introduce-slide .more>a {
	color: #00308A;
	background-color: transparent;
	border: 1px solid #00308A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px 0px #00308A;
	box-shadow: 1px 1px 1px 0px #00308A;
}

/* home 技术专长 */

.speciality {
	padding: 3% 0 2% 0;
}

.speciality .content-body {
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	height: calc(100% - 80px);
}

.speciality-list,
.speciality-feature {
	height: 100%;
	position: absolute;
	top: 0;
}

.speciality-list {
	width: 77%;
	left: 0;
}

.speciality-feature {
	right: 0;
	width: 22%;
}

.speciality-list>ol,
.speciality-text {
	display: flex;
	height: 100%;
}

.speciality-list>ol>li {
	position: relative;
	overflow: hidden;
	width: 25%;
	margin: 0 10px;
	text-align: center;
	line-height: 22px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-bottom: 4px solid #f1a500;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #999999;
	font-size: 14px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}


.speciality-icon,
.speciality-key {
	position: absolute;
	width: 62px;
	height: 62px;
	left: 50%;
	margin-left: -31px;
	z-index: 2;
}

.speciality-icon {
	bottom: calc(30% - 31px);
	box-sizing: border-box;
	padding: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFFFFF;
}

.speciality-key {
	line-height: 62px;
	bottom: 5%;
	color: #ffffff;
	font-size: 1.76rem;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.speciality-list>ol>li:after {
	content: " ";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -30%;
	margin-left: -75%;
	width: 150%;
	height: 60%;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #0099b6, #006eb8);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.speciality-list>ol>li.active {
	background-color: #006cb7;
	border-bottom-color: #cccccc;
}

.speciality-list>ol>li.active .speciality-key {
	color: #006cbc;
}

.speciality-list>ol>li.active:after {
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}

.speciality-list>ol>li:hover {
	color: #FFFFFF;
	background-color: #006cb7;
	border-bottom-color: #cccccc;
	-webkit-transform: translateY(-11px);
	-moz-transform: translateY(-11px);
	-moz-transform: translateY(-11px);
	transform: translateY(-11px);
}

.speciality-list>ol>li:hover .speciality-key {
	color: #006cbc;
}

.speciality-list>ol>li:hover:after {
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}


.speciality-text {
	height: calc(70% - 31px);
	flex-direction: column;
	justify-content: space-around;
}

.speciality-text-item ul {
	box-sizing: border-box;
}

.speciality-text-item ul li {
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 1.46rem;
	margin: 1rem auto;
	font-size: 1rem;
	font-weight: bold;
}

.speciality-feature-content {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 300%;
	height: 105%;
	transition: all 1s;
	transform: translateX(70%);
}

.speciality-btn,
.speciality-feature-body {
	position: absolute;
	top: 0;
	height: calc(100% - 40px);
}

.speciality-btn {
	left: 0;
	width: 33%;
	cursor: pointer;
}

.speciality-feature-body {
	position: relative;
	width: 67%;
	left: 33%;
	background-color: #FFFFFF;
	border: 6px solid #e46628;
	box-sizing: border-box;
}

.speciality-feature-body:before,
.speciality-feature-body:after {
	content: " ";
	position: absolute;
}

.speciality-feature-body:before {
	width: 215px;
	height: 270px;
	right: 10px;
	top: -100px;
	background-image: url(../images/home/service-icon-1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.speciality-feature-body:after {
	bottom: 0;
	left: 5%;
	width: 90%;
	height: 150px;
	background-image: url(../images/home/service-icon-2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.2;
	-webkit-opacity: 0.2;
}

.speciality-feature-body-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.speciality-feature-body-list li {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	line-height: 2.27rem;
	color: #e46628;
	display: flex;
	justify-content: space-around;
}

.speciality-feature-body-list li>span,
.speciality-feature-body-list li>p {
	display: inline-block;
	vertical-align: middle;
}

.speciality-feature-body-list li>span {
	position: relative;
	padding-right: 1rem;
	font-size: 2.7rem;
	font-weight: bold;
}

.speciality-feature-body-list li>span:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 12%;
	width: 2px;
	height: 80%;
	background-color: #e46628;
}

.speciality-feature-body-list li>p {
	width: 7rem;
	text-align: center;
	font-size: 1.03rem;
	border: 1px solid #e46628;
	border-radius: 20px;
}

/* 服务范围 */
.scope-services{
	padding:3% 0 1% 0;
}
.scope-services .content-body {
	position: relative;
	cursor: pointer;
}

.customization,
.product {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

.customization {
	width: 80%;
	left: 0;
	padding-left: 1.7rem;
	background-image: url(../images/home/customization.png);
	background-position: left;
	background-size: 90% 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.scope-services .content-body .product-text .incline-list li:hover{
	color: orange !important;
}
.product {
	width: 70%;
	right: 0;
	background: url(../images/home/product.png) no-repeat;
	background-position: right top;
	background-size: 220px 75%;
}

.product:before {
	content: " ";
	display: block;
	width: 100%;
	height: 80%;
	position: absolute;
	top: 10%;
	background-color: #eeeeee;
	z-index: -1;
}

.customization hr {
	border: none;
	width: 60%;
	border-top: 3px solid #ffffff;
}

.customization-top,
.customization-bottom {
	width: 85%;
}

.customization-top {
	height: 60%;
	display: flex;
	justify-content: space-between;
}

.customization-bottom {
	height: 40%;
	display: flex;
	justify-content: space-between;
}

.customization-left,
.normal-list,
.incline-list {
	height: 100%;
}

.normal-list,
.incline-list {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.normal-list {
	text-align: left;
}

.incline-list {
	text-align: right;
	transform: translateX(-8rem) translateY(-0.6rem) rotateZ(44deg);
	-webkit-transform: translateX(-8rem) translateY(-0.6rem) rotateZ(44deg);
	-moz-transform: translateX(-8rem) translateY(-0.6rem) rotateZ(44deg);
	-ms-transform: translateX(-8rem) translateY(-0.6rem) rotateZ(44deg);
}

.normal-list h3 {
	font-size: 2.45rem;
	font-weight: bold;
	/* margin-bottom: 30px; */
	color: #FFFFFF;
}

.normal-list span {
	font-size: 1.8rem;
	color: #ffffff;
}

.normal-list p {
	font-size: 1.13rem;
	color: #67aedd;
}

.incline-list li {
	box-sizing: border-box;
	color: #ffffff;
	margin: 0.5rem auto;
	transform: rotateZ(-44deg);
	-webkit-transform: rotateZ(-44deg);
	-moz-transform: rotateZ(-44deg);
	-ms-transform: rotateZ(-44deg);
}
.customization-bottom .incline-list li{
	margin: 0.4rem auto;
}
.product-text .incline-list li{
	margin: 0.8rem auto;
}
.incline-list li>span {
	padding: 0 2.27rem;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background-color: #ffffff;
	color: #0073cb;
	font-size: 1rem;
	font-weight: bold;
}

.incline-list li>p {
	font-size: 1.02rem;
}

.product-text {
	height: 100%;
	margin: 0 auto;
	padding: 7% 18% 6% 0;
	box-sizing: border-box;
}

.product-text>h3 {
	padding-right: 15px;
	text-align: right;
	color: #0074bc;
	font-size: 2.15rem;
	font-weight: bold;

}

.product-text .incline-list {
	height: calc(100% - 50px);
	float: right;
	text-align: right;
}

.product-text .incline-list li {
	color: #999;
}





.item.footer {
	padding: 0 !important;
}

.footer .content-body {
	position: relative;
	height: 100% !important;
}

.footer-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	background-image: url(../images/home/footer.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	color: #ffffff;
}
.footer-top, .footer-content-text{
	position: absolute;
	left: 0;
	width: 100%;
}
.footer-top{
	display: flex;
	justify-content: center;
	margin-top: 8%;
}
.footer-top>span{
	margin: 0 0.5rem;
}
.footer-top>span:first-child{
	width: 7rem;
	height: 7.4rem;
	margin-top: -0.2rem;
}
.footer-top>span:last-child{
	width: 12rem;
	height: 8rem;
}
.footer-content-text {
	bottom: 0;
	height: 40%;
	display: flex;

}

.footer-logo,
.footer-way {
	position: relative;
	width: 30%;
	box-sizing: border-box;
}

.footer-logo {
	width: 25%;
	padding-right: 40px;
	flex-direction: row-reverse;
}

.footer-logo, .footer-way {
	display: flex;
	align-items: center;
}

.message {
	width: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-logo>img {
	width: 10.22rem;
	height: 3.97rem;
}

.footer-logo:after {
	content: " ";
	display: block;
	width: 2px;
	height: 10rem;
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #ffffff;
	margin-top: -5rem;
}

.footer-way ol {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 7.95rem;
	margin-left: 1.7rem;
}

.footer-way ol li {
	line-height: 1.7rem;
	font-size: 0.85rem;
	font-weight: bold;
}

.footer-way ol li span {
	font-size: 1.02rem;
}

.message ol {
	display: flex;
	justify-content: center;
	margin: 1.6rem auto;
}

.message p {
	margin: 0 auto;
	font-size: 0.8rem;
	letter-spacing: 1px;
}
.message p>a{
	color: #FFFFFF;
	text-decoration: none;
}
.message p:last-child {
	margin-top: 1.7rem;
}

.message ol li {
	height: 1.59rem;
	line-height: 1.59rem;
}

.message ol li>a {
	height: 1.13rem;
	line-height: 1.13rem;
	border-right: 1px solid #ffffff;
	padding: 0 1.7rem;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
}

.message ol li:last-child>a {
	border-right: none;
}

/* 专利 */
.patent {
	padding-bottom: 2%;
}

.patent .content-body {
	position: relative;
	width: 90%;
	height: 100%;

}

.content-body .bg-watermark {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 0;
}

.bg-watermark>img {
	position: absolute;
}

.bg-watermark>img:first-child {
	width: 70%;
	height: 40%;
	right: 0;
}

.bg-watermark>img:last-child {
	width: 30%;
	height: 40%;
	bottom: 80px;
}

.patent-list {
	position: absolute;
	width: 90%;
	height: 140px;
	right: 0;
	bottom: calc(10% + 100px);
}

.patent-list ol {
	display: flex;
	justify-content: space-around;
}

.patent-list ol li {
	color: #0473BD;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.patent-list ol li span {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 30px;
	border: 1px solid #0473BD;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.patent-list ol li:hover {
	color: #F57B00;
}

.patent-list ol li:hover span {
	border-color: #F57B00;
}

.patent-list ol li.active {
	color: #F57B00;
}

.patent-list ol li.active span {
	border-color: #F57B00;
}

/* 团队介绍 */
.team-introduction .content-body {
	position: relative;
}

.icon-box {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
	-webkit-opacity: 0.4;
	opacity: 0.4;
}
.icon-box>span {
	position: absolute;
	display: inline-block;
	width: 10.22rem;
	height: 10.22rem;
	border-radius: 50%;
	-webkit-border: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	display: none;
}

.team-introduction .team-list,
.team-introduction .join-us {
	position: absolute;
	height: 100%;
	top: 0;
}

.team-introduction .team-list {
	right: 15%;
	width: 80%;

}

.team-introduction .join-us {
	width: 15%;
	height: 27rem;
	right: 0;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.5s;
	background-image: url(../images/home/Join-us.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}



.team-list ol {
	width: 100%;
	height: 90%;
	display: flex;
	flex-wrap: wrap;
}

.team-list li {
	position: relative;
	width: 47%;
	height: 45%;
	margin: 1%;
	box-sizing: border-box;
	padding-left: 14%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	border: 1px solid #046AB9;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

.team-list li span {
	display: flex;
	line-height: 30px;
	margin-top: 15px;
	color: #0069B7;
}

.team-list li span>p {
	min-width: 100px;
	margin-right: 10px;
	font-size: 18px;
}

.team-list li span>i {
	padding: 0px 20px;
	margin-right: 5px;
	height: 22px;
	line-height: 22px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background-color: #0069B7;
	color: #FFFFFF;
	font-size: 13px;
}

.team-list li:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 18px;
	right: 0;
	bottom: 0;
	left: 5px;
	z-index: -1;
	margin: auto;
	border: 1px solid #046AB9;
	/* background-color: #FFFFFF; */
}

.team-list li .watermark {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
}

.team-list li .watermark:before {
	content: " ";
	display: block;
	position: absolute;
	left: -20px;
	top: -30px;
	z-index: 0;
	width: 0;
	height: 0;
	white-space: nowrap;
	color: rgba(204, 204, 204, 0.6);
	font-size: 80px;
	font-weight: bold;
	font-family: "calisto mt", "agency fb", "arial black";
}

.team-list li .watermark.guang:before {
	content: "光";
}

.team-list li .watermark.dian:before {
	content: "电";
}

.team-list li .watermark.ji:before {
	content: "机";
}

.team-list li .watermark.xt:before {
	content: "系统";
}

/* 服务客户 */
.serve-clients {
	padding: 3% 0 3% 0;
}

.clients-list {
	width: 100%;
	height: 100%;
	min-height: 464px;
	margin: 0 auto;
}

.clients-list ol {
	height: 100%;
	display: flex;
	justify-content: center;
}

.clients-list li {
	width: 5.45rem;
	height: 100%;
	margin: 0 0.56rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.clients-list li:nth-child(odd) {
	justify-content: space-between;
}

.clients-list li:nth-child(even) {
	justify-content: center;
}

.clients-list li>.clients-wrap {
	position: relative;
	width: 8.4rem;
	height: 7.1rem;
	text-align: center;
	cursor: pointer;
}

.clients-list li:nth-child(even)>.clients-wrap {
	margin: 2.27rem auto;
}

.clients-wrap .clients-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/home/polygon.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.clients-item.in {
	animation: in 1s;
	-webkit-animation: in 1s;
}

.clients-item .logo,
.clients-item .name {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5.51rem;
	height: 5.51rem;
	margin-top: -2.75rem;
	margin-left: -2.75rem;
}

.clients-item .logo {
	width: 4.54rem;
	height: 4.54rem;
	margin-top: -2.27rem;
	margin-left: -2.27rem;
}

.clients-item .name {
	color: #00559D;
	font-size: 0.85rem;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
}

.clients-item.active {

	background-image: url(../images/home/polygon-active.png);
}

.clients-item.active .logo {
	display: none;
}

.clients-item.active .name {
	display: flex;
}

.clients-wrap .jion-us {
	background-image: url(../images/home/jion-us-icon.png);
}

.clients-wrap .jion-us>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
}

.clients-wrap .jion-us>a>p {
	padding-top: 10px;
}


@keyframes in {
	0% {
		transform: rotateY(0deg);
	}

	25% {
		transform: rotateY(90deg);
	}

	50% {
		transform: rotateY(180deg);
	}

	75% {
		transform: rotateY(270deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes in {
	0% {
		transform: rotateY(0deg);
	}

	25% {
		transform: rotateY(90deg);
	}

	50% {
		transform: rotateY(180deg);
	}

	75% {
		transform: rotateY(270deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}
