@charset "UTF-8";

.gg_full {
	position: relative;
	margin: 0px auto;
	width: 100%;
	background:#e8e8e8;
}
.gg_full .gg_fbtn {
	position: absolute;
	width: 19px;
	display: none;
	height: 55px;
	top: 10px;
	right: 35px
}
.gg_full .gg_fbtn A {
	display:
	block;
	background: url(../images/gg_btn.png) no-repeat 0px 0px;
	height: 55px;
	overflow: hidden;
	background-color: transparent;
}
.gg_full .gg_fbtn .gg_fclose {
	background: url(../images/gg_btn.png) no-repeat -19px 0px;
}
.gg_full .gg_fcon {
	display: none;
	height: auto;
	box-shadow: 0px 5px 5px 5px rgb(0 0 0 / 70%);
}
.gg_full .gg_fcon a img{
	width:100%;
	height: auto;
}

/*banner*/



.index-banner {
	position: static;
	width: 100%;
	height: 100vh;
	overflow: hidden
}

.index-banner img {
	width: 100%;
	height: 100%;
	display: block;
}

/* layout start*/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -o-transform;
	transition-property: transform, -webkit-transform, -o-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-o-transition-property: -o-transform;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: height, -o-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform, -o-transform;
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #000;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-scrollbar {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #dde2e9;
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 0px;
	bottom: 20px;
	z-index: 50;
	height: 2px;
	width: 100%;
	opacity: 1 !important;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #c1c7cf;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}



.index_bannerbox {
	position: relative;
	width: 100%;
    /*padding-bottom: 100%;*/
    height: 70vh;
	overflow: hidden;
}

.index_banner {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.index_banner ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: rgba(0, 0, 0, 0.8)
}

.index_banner ul li img.bigbgimg {
	display: block;
	position: relative;
	left: 50%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.index_banner ul li .video_button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index_banner ul li .video_button video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	object-fit: fill;
}

.index_banner ul li div.index_banner_text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.index_banner ul li div.index_banner_text:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	background-color: #fff;
	width: 0%;
}

.index_banner ul li div.index_banner_text dl {
	padding: 0px 20px;
}

.index_banner ul li div.index_banner_text dl dt svg {
	width: 100%;
	height: 70px;
}

.index_banner ul li div.index_banner_text dl dt text {
	font-size: 40px;
	font-weight: 900;
	fill: rgba(0, 0, 0, 0);
	stroke: #fff;
	stroke-width: .5;
	stroke-dasharray: 900;
	stroke-dashoffset: 900;
	opacity: 0;
}

.index_banner ul li div.index_banner_text dl dd {
	padding-top: 0px;
	max-width: 590px;
}

.index_banner ul li h3 {
	font-weight: 400;
	font-size: 32px;
	padding-bottom: 10px;
	color: #fff;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}
.index_banner ul li h3 em {
	color: #009966;
}
.index_banner ul li h3 span {
	position: relative;
}
.index_banner ul li h3 span:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	background-image: url(../images/news-banner03-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index_banner ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.index_banner ul li .index_bannertext03 p {
	font-weight: 100;
}
/*.index_banner ul li dl p:after {
	content: '';
	display: block;
	width: 720px;
	height: 1px;
	background-color: rgba(255,255,255,0.75);
	margin-top: 20px;
}*/
.index_banner ul li span.subtitle {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
	font-weight: 100;
}
.index_banner_icon {
	position: absolute;
	right: 145px;
	width: 20px;
	bottom: 6.5%;
	z-index: 91;
}

.index_banner_icon p {
	max-width: 1600px;
	margin: 0px auto;
	padding: 0px 15px;
}

.index_banner_icon p span {
	width: 14px;
	height: 22px;
	right: 24px;
	border: unset;
	display: block;
	position: absolute;
	cursor: pointer;
}

.index_banner_icon p span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/template/default/images/icons.png) no-repeat;
	left: 50%;
	background-position: -5px -42px;
	-webkit-animation: mouse 1.5s ease-out infinite;
	-o-animation: mouse 1.5s ease-out infinite;
	animation: mouse 1.5s ease-out infinite;
}

.index_banner_page {
	position: absolute;
	right: 50%;
    left: 50%;
    margin-left: -42px;
    width: 85px;
	bottom: 0px;
	z-index: 99;
	padding: 0px 15px;
	background-color: rgba(255, 255, 255, 0.6);
}

.index_banner_page p {
	float: left;
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
	height: 34px;
	width: auto;
}

.index_banner_page p span {
	color: #999;
	text-align: center;
	padding-right: 10px;
	font-family: 'DinMedium';
}

.index_banner_page p span:nth-child(1) {
	color: #333;
}

.index_banner_page p span:nth-child(2) {
	color: #333;
	padding-right: 0px;
	padding-left: 10px;
}

.index_banner_page i {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	cursor: pointer;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.index_banner_page i.banner_Prev_btn {
	background-image: url(../images/icon4.png);
}

.index_banner_page i.banner_Next_btn {
	background-image: url(../images/icon3.png);
}

.index_banner_page .banner_Prev-line {
	display: block;
	width: 1px;
	height: 35px;
	background: #fff;
	float: left;
	margin: 17px 15px;
	display: none;
}

.index_bannertext01 {
	position: absolute;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.index_bannertext01 img.imgpopup {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 70%;
	right: 0px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.index_bannertext01 dl {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	z-index: 99;
	text-align: center;
}

.index_bannertext02 {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.index_banner ul li:first .index_bannertext02 {
	position: absolute;
	opacity: 0;
	left: 0px;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_bannertext02 .Multiplatformbox {
	text-align: center;
	margin: 0px auto;
	padding: 0px 15px;
}

.index_bannertext02 .Multiplatformbox h3 {
	font-size: 24px;
}

.index_bannertext02 .Multiplatformbox h3 span {
	color: #28b7ec;
	background-image: -webkit-linear-gradient(118deg, #00ffe4, #28b7ec);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index_bannertext02 .Multiplatformbox .iconbox {
	padding: 20px 0px 0px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.index_bannertext02 .Multiplatformbox .iconlist {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}

.index_bannertext02 .Multiplatformbox .iconlist img {
	display: inline-block;
	vertical-align: top;
	max-width: 50px;
}

.index_bannertext02 .Multiplatformbox .iconlist span {
	display: block;
	padding-top: 12px;
	color: #ffffff;
}

.index_bannertext02 .Multiplatformbox .desc p {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.index_bannertext02 .Multiplatformbox .desc span {
	color: #28b7ec;
	background-image: -webkit-linear-gradient(118deg, #00ffe4, #28b7ec);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index_bannertext03 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.index_bannertext03 .container {
	height: 100%;
	position: relative;
}
.index_bannertext03 dl {
	position: absolute;
	/*left: 15px;*/
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	z-index: 99;
}
.index_banner ul li .index_bannertext03 h3 {
	font-size: 30px;
}


.index_banner ul li.cur h3 {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	text-align: center;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.index_banner ul li.cur p {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	text-align: center;
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}
.index_banner ul li.cur span.subtitle {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.index_banner ul li.cur .index_bannertext01 img.imgpopup {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.index_banner ul li.cur .index_bannertext03 .bannerCaseImgbox img {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.index_banner ul li.cur .index_bannertext02 .Multiplatformbox .iconbox {
	text-align: center;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	-webkit-transition-delay: .65s;
	-o-transition-delay: .65s;
	transition-delay: .65s;
}


/*轮播图*/

@media (min-width: 768px) {
	.index_banner ul li div.index_banner_text dl {
		max-width: 750px;
		margin: 0px auto;
		padding: 0px;
	}

	.index_banner ul li div.index_banner_text dl dt text {
		font-size: 60px;
	}

	.index_banner ul li h3 {
		font-size: 30px;
		padding-bottom: 20px;
	}
	.index_banner ul li h3 span:after {
		width: 40px;
		height: 40px;
	}

	.index_banner ul li p {
		font-size: 16px;
		line-height: 28px;
	}
	.index_banner ul li span.subtitle {
		font-size: 14px;
	}

	.index_banner ul li div.index_banner_text dl dt svg {
		width: 100%;
		height: 100px;
	}

	.index_banner_icon p {
		max-width: 750px;
		padding: 0px 0px;
	}

	.index_banner_icon p span {
		width: 14px;
	    height: 22px;
	    border: unset;
	    display: block;
	    position: relative;
		cursor: pointer;
	}

	.index_banner_icon p span:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(/template/default/images/icons.png) no-repeat;
		left: 50%;
		background-position: -5px -42px;
	}

	.index_banner ul li img.bigbgimg {
		display: block;
		position: relative;
		left: 0%;
		height: auto;
		width: 100%;
		height: 100%;
		object-fit: fill;
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		-o-transform: translate(0px);
		transform: translate(0px);
	}

	.index_bannerbox {
		position: relative;
		width: 100%;
		height: 100vh;
		padding-bottom: 0;
	}

	.index_bannertext02 .Multiplatformbox h3 {
		font-size: 30px;
	}
	.service-list .service-list-ul .service-list-content-h4{
		font-size: 16px;
	}
}

@media (min-width: 992px) {

	.index_banner ul li div.index_banner_text dl {
		max-width: 970px;
	}

	.index_banner ul li div.index_banner_text dl dt text {
		font-size: 70px;
	}

	.index_banner ul li div.index_banner_text:after {
		content: '';
	}

	.index_banner ul li div.index_banner_text dl dd {
		padding-top: 50px;
	}

	.index_banner ul li div.index_banner_text dl dt svg {
		width: 100%;
		height: 150px;
	}

	.index_banner_icon p {
		max-width: 970px;
		padding: 0px 0px;
	}

	.index_banner_page {
		padding: 0px 50px 0px 40px;
		width: 350px;
		margin-left: -175px;
	}

	.index_banner_page p {
		height: 70px;
		line-height: 70px;
		margin-right: 30px;
	}

	.index_banner_page i {
		display: block;
	}
	.index_banner_page .banner_Prev-line {
		display: block;
	}

	.index_banner ul li .index_bannertext03 h3 {
		font-size: 48px;
	}

	.index_bannertext02 .Multiplatformbox .iconbox {
		padding: 40px 0px 20px;
	}

	.index_bannertext02 .Multiplatformbox .iconlist {
		font-size: 18px;
		line-height: 30px;
	}

	.index_bannertext02 .Multiplatformbox .iconlist img {
		max-width: 90px;
	}

	.index_bannertext02 .Multiplatformbox .desc p {
		font-size: 18px;
		line-height: 38px;
	}

	.index_bannertext02 .Multiplatformbox h3 {
		font-size: 36px;
	}
	.service-list .service-list-ul>li a {
	    padding: 0;
	}
	.service-list .service-list-ul .service-list-content {
	    width: 100%;
	    padding: 25px;
	    position: absolute;
	    bottom: 0;
	    background-color: #0000009c;
	}
	.service-list .service-list-ul .service-list-content-h4{
		font-size: 16px;
	}

}

@media (min-width: 1260px) {

	.index_banner_icon p {
		max-width: 1200px;
		padding: 0px 0px;
	}

	.index_banner ul li div.index_banner_text dl {
		max-width: 1200px;
	}

	.index_banner ul li div.index_banner_text dl dt text {
		font-size: 90px;
	}

	.index_banner ul li h3 {
		font-size: 40px;
	}
	.index_banner ul li h3 span:after {
		width: 54px;
		height: 54px;
	}

	.index_banner ul li p {
		font-size: 18px;
	}
	.index_banner ul li .index_bannertext03 h3 {
		font-size: 64px;
	}

	.index_bannertext02 .Multiplatformbox {
		/*max-width: 1030px;*/
	}

	.index_bannertext02 .Multiplatformbox .iconbox {
		padding: 60px 0px 30px;
	}

	.index_bannertext02 .Multiplatformbox .iconlist {
		font-size: 24px;
	}

	.index_bannertext02 .Multiplatformbox .iconlist img {
		max-width: 100px;
	}

	.index_bannertext02 .Multiplatformbox .desc p {
		font-size: 24px;
		line-height: 48px;
	}

	.index_bannertext02 .Multiplatformbox h3 {
		font-size: 48px;
	}
	.index_bannertext01 dl {
	    -webkit-transform: translateY(70%);
	    -ms-transform: translateY(70%);
	    -o-transform: translateY(70%);
	    transform: translateY(70%);
	}

}

@media (min-width: 1420px) {
	.index_banner_icon p {
		max-width: 1380px;
		padding: 0px 0px;
	}

	.index_banner ul li div.index_banner_text dl {
		max-width: 1380px;
	}

	.index_banner ul li div.index_banner_text dl dt text {
		font-size: 100px;
	}
}

@media (min-width: 1660px) {
	.index_banner ul li h3 {
		font-size: 72px;
	}

	.index_banner ul li p {
		font-size: 32px;
		line-height: 1.5;
	}

	.index_banner ul li span.subtitle {
		font-size: 18px;
	}

	.index_banner ul li .index_bannertext03 h3 {
		font-size: 80px;
	}

	.index_bannertext02 .Multiplatformbox h3 {
		font-size: 72px;
	}
	.index_banner ul li h3 span:after {
		width: 92px;
		height: 92px;
	}
}

@media (min-width: 1900px) {
	.index_banner_icon p {
		max-width: 20px;
		padding: 0px 0px;
	}

	.index_banner ul li div.index_banner_text dl {
		max-width: 1600px;
	}

	.index_banner ul li div.index_banner_text dl dt text {
		font-size: 110px;
	}
}

/*
@keyframes mouse{
	0%{top:7px;opacity:1}
	35%{top:50%;opacity:0}
	65%{top:-50%;opacity:0}
	100%{top:7px;opacity:1}
}*/
@keyframes mouse {
	0% {
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	50% {
		-webkit-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/*标题*/
.index-floor {
	padding: 70px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.index-advantage {
	background: url(../images/clientbg.jpg) center top;
}

.index-about {
	background:url(../images/page02_line.png) no-repeat center top;
}

.index-floor.bg {
	background-color: #f8f8f8;
}

.index-floor .floor-title {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.index-floor .floor-title p {
	color: #353535;
	font-size: 50px;
	font-weight: 400;
	position: relative;
	z-index: 2;
}
.index-advantage .floor-title p {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	position: relative;
	z-index: 2;
}

.index-floor .floor-title span.headline {
	color: rgba(0, 168, 65, 0.05);
	font-size: 72px;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	z-index: 1;
	user-select: none;
}
.index-advantage .floor-title span {
	color: #fff;
}

.index-floor .floor-title span.subtitle {
	color: #888;
	font-size: 15px;
	position: relative;
	z-index: 2;
}

.index-floor .see-more {
	margin-top: 50px;
  text-align: center;
}


.service-list {
	margin-top: 100px;
}

.service-list .service-list-ul>li {
	display: block;
	float: left;
	width: 19%;
    margin-right: 1%;
	height: auto;
	box-shadow: 0 0 10px 2px #f3f3f3;
}

.service-list .service-list-ul>li:last-child {
	margin-right: 0;
}

.service-list .service-list-ul>li:hover {
	/*background:#21abd7;*/
}

.service-list .service-list-ul>li a {
	display: block;
	height: 100%;
	padding: 200px 0 0;
	border-radius: 3px;
    overflow: hidden;
	transition:all 0.5s ease;
}
.service-list .service-list-ul>li:hover a {
  background-color: #009966;
}
.service-list .service-list-ul .service-list-img {
	display: inline-block;
	height: 120px;
	position: relative;
}
.service-list .service-list-ul>li .service-list-img .service-list-img-icon {
  width: 160px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.service-list .service-list-ul>li:nth-child(1) .service-list-img .service-list-img-icon {
  background-image: url(../images/service-list-icon-1.png);
}
.service-list .service-list-ul>li:nth-child(2) .service-list-img .service-list-img-icon {
  background-image: url(../images/service-list-icon-2.png);
}
.service-list .service-list-ul>li:nth-child(3) .service-list-img .service-list-img-icon {
  background-image: url(../images/service-list-icon-3.png);
}
.service-list .service-list-ul>li:nth-child(1):hover .service-list-img .service-list-img-icon {
  background-image: url(../images/service-list-icon-1-hover.png);
}
.service-list .service-list-ul>li:nth-child(2):hover .service-list-img .service-list-img-icon {
  background-image: url(../images/service-list-icon-2-hover.png);
}
.service-list .service-list-ul>li:nth-child(3):hover .service-list-img .service-list-img-icon {
  background-image: url(../images/service-list-icon-3-hover.png);
}

.service-list .service-list-ul .service-list-img img {
	max-height: 100%;
}

.service-list .service-list-ul .service-list-content {
	width: 100%;
	padding: 25px;
	position: relative;
    bottom: 0px;
	background-color: #0000009c;
}

.service-list .service-list-ul .service-list-content h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
}

.service-list .service-list-ul .service-list-content ul {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-list .service-list-ul .service-list-content ul li {
	display: inline-block;
	vertical-align: top;
}

.service-list .service-list-ul .service-list-content ul li:last-child {
	margin-right: 0;
}

.service-list .service-list-ul .service-list-content ul li h4,
.service-list .service-list-ul .service-list-content-h4,
.service-list .service-list-ul .service-list-content ul li p {
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	position: relative;
	padding-left: 20px;	
}

.service-list .service-list-ul .service-list-content ul li h4::before,
.service-list .service-list-ul .service-list-content-h4::before,
.service-list .service-list-ul .service-list-content ul li p::before {
	content: "";
	position: absolute;
	width: 20px;
    height: 20px;
    left: 0;
    top: 6px;
	background: url(../images/lablestar.png) top no-repeat;
}

.service-list .service-list-ul>li .service-list-content i {
  display: block;
	width: 0;
  height: 10px;
  margin-top: 0px;
  background: url(../images/arrow3.png) right center no-repeat;
  transition: all ease .3s;
}

.service-list .service-list-ul>li:hover .service-list-content h2 {
  color: #fff;
}
.service-list .service-list-ul>li:hover .service-list-content ul li h4,
.service-list .service-list-ul>li:hover .service-list-content-h4,
.service-list .service-list-ul>li:hover .service-list-content ul li p {
  color: #fff;
}

.service-list .service-list-ul>li:hover .service-list-content ul li h4::before,
.service-list .service-list-ul>li:hover .service-list-content-h4::before,
.service-list .service-list-ul>li:hover .service-list-content ul li p::before {
  background: url(../images/lablestar_hover.png) top no-repeat;
}
.service-list .service-list-ul>li:hover .service-list-content i {
	width: 48px;
}

.service-list .service-list-ul>li:hover .service-list-content i::before {
	transform: scale(1);
	opacity: 1;
}

.service-list .service-list-ul>li .service-list-dot {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #009966;
	transition: all .6s ease;
}
.service-list .service-list-ul>li:hover .service-list-dot {
  background: #ffffff;
}


.service-list .service-list-ul>li:nth-child(1) .service-list-dot1 {
	top: 11px;
	left: 23px;
}

.service-list .service-list-ul>li:nth-child(1) .service-list-dot2 {
	top: 40px;
	left: 103px;
}

.service-list .service-list-ul>li:nth-child(1) .service-list-dot3 {
	left: 123px;
	bottom: 16px;
}
.service-list .service-list-ul>li:nth-child(2) .service-list-dot1 {
	top: 18px;
	left: 16px;
}

.service-list .service-list-ul>li:nth-child(2) .service-list-dot2 {
	left: 95px;
	top: 55px;
}

.service-list .service-list-ul>li:nth-child(2) .service-list-dot3 {
	bottom: 16px;
	right: 17px;
}

.service-list .service-list-ul>li:nth-child(3) .service-list-dot1 {
	bottom: 43px;
	left: 25px;
}

.service-list .service-list-ul>li:nth-child(3) .service-list-dot2 {
	left: 59px;
	top: 19px;
}

.service-list .service-list-ul>li:nth-child(3) .service-list-dot3 {
	left: 90px;
	bottom: 3px;
}


.service-list .service-list-ul>li:nth-child(1):hover .service-list-dot1 {
	left: 123px;
}

.service-list .service-list-ul>li:nth-child(1):hover .service-list-dot2 {
	left: 82px;
	top: 60px;
}

.service-list .service-list-ul>li:nth-child(1):hover .service-list-dot3 {
	left: 23px;
}

.service-list .service-list-ul>li:nth-child(2):hover .service-list-dot1 {
	top: 90px;
}

.service-list .service-list-ul>li:nth-child(2):hover .service-list-dot2 {
	left: 51px;
}

.service-list .service-list-ul>li:nth-child(2):hover .service-list-dot3 {
  bottom: 89px;
}

.service-list .service-list-ul>li:nth-child(3):hover .service-list-dot1 {
	bottom: 2px;
}

.service-list .service-list-ul>li:nth-child(3):hover .service-list-dot2 {
	left: 27px;
	top: 34px;
}

.service-list .service-list-ul>li:nth-child(3):hover .service-list-dot3 {
	bottom: 48px;
}


/*优势*/
.advantage_content {
	display: flex;
    justify-content: center;
}

.advantage_content .advantage_list {
	width: 46%;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.advantage_content .advantage_list .content_list_top {
	/* background: url(../images/advantage-bg-1.jpg) no-repeat 50%/cover; */
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.advantage_content .advantage_list:last-child .content_list_top {
	/* background: url(../images/advantage-bg-2.jpg) no-repeat 50%/cover; */
}

.advantage_content .advantage_list .content_list_top {
	height: 460px;
	position: relative;
}

.advantage_content .advantage_list .content_list_top .list_top_p {
	position: absolute;
	right: 0;
	top: 0;
	right: 10%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

.advantage_content .advantage_list .content_list_top .list_top_title {
	font-size: 32px;
	color: #fff;
	position: relative;
	margin-bottom: 44px;
	padding-bottom: 33px;
}

.advantage_content .advantage_list .content_list_top .list_top_title::before {
	content: "";
	display: inline-block;
	width: 55px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.advantage_content .advantage_list .content_list_top .list_top_txt p {
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	transition: all 0.5s ease 0s;
}

.advantage_content .advantage_list .content_list_top .list_top_txt p::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/lablestar.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
	margin-right: 5px;
}

.advantage_content .advantage_list .content_list_top .list_top_txt p:last-child {
	margin-bottom: 0px;
}

.advantage_content .advantage_list .content_list_top .list_top_txt p:hover {
	color: #009966;
	transition: all 0.5s ease 0s;
}

.advantage_content .advantage_list .content_list_bottom {
	display: flex;
	flex-wrap: wrap;
}

.advantage_content .advantage_list:first-child .content_list_bottom .list_bottom_li {
	width: 46%;
	height: 230px;
    margin-right: 4%;
    margin-bottom: 4%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	padding: 0 10px;
	background-color: #fff;
	box-shadow: 0 2px 12px rgb(0 0 0 / 15%);
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li {
	width: 48%;
	height: 230px;
    margin-right: 4%;
    margin-bottom: 4%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	padding: 0 10px;
	background-color: #fff;
	box-shadow: 0 2px 12px rgb(0 0 0 / 15%);
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li:hover {
	background-color: #00996680;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.advantage_content .advantage_list:last-child .content_list_bottom .list_bottom_li:nth-child(2n) {
	margin-right: 0px;
}
.advantage_content .advantage_list:last-child .content_list_bottom .list_bottom_li:nth-child(6n) {
	margin-right: 0px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li .bottom_li_icon {
	width: 60px;
	height: 45px;
	background-repeat: no-repeat;
	background-image: url(../images/advantage-icons.png);
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_1 .bottom_li_icon {
	background-position: 0px -45px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_2 .bottom_li_icon {
	background-position: -60px -45px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_3 .bottom_li_icon {
	background-position: -120px -45px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_4 .bottom_li_icon {
	background-position: -180px -45px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_5 .bottom_li_icon {
	background-position: -240px -45px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_6 .bottom_li_icon {
	background-position: -300px -45px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_7 .bottom_li_icon {
	background-position: -360px -45px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_8 .bottom_li_icon {
	background-position: -420px -45px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_1:hover .bottom_li_icon {
	background-position: 0px 0px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_2:hover .bottom_li_icon {
	background-position: -60px 0px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_3:hover .bottom_li_icon {
	background-position: -120px 0px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_4:hover .bottom_li_icon {
	background-position: -180px 0px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_5:hover .bottom_li_icon {
	background-position: -240px 0px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_6:hover .bottom_li_icon {
	background-position: -300px 0px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_7:hover .bottom_li_icon {
	background-position: -360px 0px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li.bottom_li_8:hover .bottom_li_icon {
	background-position: -420px 0px;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li .bottom_li_txt {
	margin-top: 20px;
}

.advantage_content .advantage_list .content_list_bottom .list_bottom_li .bottom_li_txt dd {
	font-size: 18px;
	color: #009966;
	margin-bottom: 10px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.advantage_content .advantage_list .content_list_bottom .list_bottom_li .bottom_li_txt dt {
	font-size: 14px;
	color: #009966;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.advantage_content .advantage_list .content_list_bottom .list_bottom_li:hover .bottom_li_txt dd {
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.advantage_content .advantage_list .content_list_bottom .list_bottom_li:hover .bottom_li_txt dt {
	color: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

@media (min-width: 1280px) {

}

/*定制服务*/
.index-plan {
	background-color: #d8d8d8;
}

.index-plan .plan-list ul li {
	width: 24.2%;
	float: left;
	margin-right: 1%;
	position: relative;
	overflow: hidden;
}

.index-plan .plan-list ul li:last-child {
	margin-right: 0%;
}

.index-plan .plan-list ul li .picture,
.index-plan .plan-list ul li .picture img {
	width: 100%;
	display: block;
	overflow: hidden;
}

.index-plan .plan-list ul li .content a p{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.index-plan .plan-list ul li .content {
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: unset;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
	color: #6e6e6e;
	z-index: 2;
	padding: 16px 10% 0 7%;
}

.index-plan .plan-list ul li .content h3 {
	display: block;
	font-size: 18px;
	line-height: 42px;
	color: #333;
	font-weight: normal;
	padding-right: 16%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.index-plan .plan-list ul li .content p {
	display: none;
}

.index-plan .plan-list ul li .picture img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.index-plan .plan-list ul li:hover .picture img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index-plan .plan-list ul li:hover .content {
	height: 100%;
	background: #00996690;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding-top: 16px;
}

.index-plan .plan-list ul li:hover .content p {
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-plan .plan-list ul li:hover .content h3 {
	line-height: 46px;
	color: #fff;
}


.index-analysis .main {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
	position: relative;
}

.index-analysis .main .box {
	float: right;
	width: 800px;
	height: 600px;
	background: #ffffff;
	position: relative;
	z-index: 9;
	padding: 75px 50px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.index-analysis .main .box .tab-txt {
	width: 700px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.index-analysis .main .box .tab-txt>div {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.2s;
}

.index-analysis .main .box .tab-txt div.d1 {
	top: 0;
	left: -700px;
}

.index-analysis .main .box .tab-txt div.d2 {
	top: -200px;
	left: 0;
}

.index-analysis .main .box .tab-txt div.d3 {
	top: 0;
	left: 700px;
}

.index-analysis .main .box .tab-txt div.d4 {
	top: 200px;
	left: 0;
}

.index-analysis .main .box .tab-txt div.act {
	top: 0;
	left: 0;
	transition: 0.8s;
}

.index-analysis .main .box .tab-txt .title {
	font-size: 36px;
	color: #009966;
}

.index-analysis .main .box .tab-txt .subtitle {
	font-size: 24px;
	color: #666666;
}

.index-analysis .main .box .tab-txt p {
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-analysis .main .tab-img {
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	overflow: hidden;
	position: absolute;
}

.index-analysis .main .tab-img img {
	top: 620px;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	transition: 0.8s;
}

.index-analysis .main .tab-img img.i1 {
	top: 0;
	left: -820px;
}

.index-analysis .main .tab-img img.i2 {
	top: -620px;
	left: 0;
}

.index-analysis .main .tab-img img.i3 {
	top: 0;
	left: 820px;
}

.index-analysis .main .tab-img img.i4 {
	top: 620px;
	left: 0;
}

.index-analysis .main .tab-img img.act {

	top: 0;
	left: 0;
	transition: 0.8s;
}

.index-analysis .main .box .lineLink {
	margin-top: 30px;
}

.index-analysis .main .box .tab-btn {
	width: 100%;
	background: #ffffff;
	margin-top: 30px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.index-analysis .main .box .tab-btn li {
	float: left;
	width: 25%;
	height: 140px;
	cursor: pointer;
	border-right: 1px solid #f2f2f2;
}

.index-analysis .main .box .tab-btn li:last-child {
	border-right: none;
}

.index-analysis .main .box .tab-btn li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.index-analysis .main .box .tab-btn li .icon {
	width: 50px;
	height: 50px;
	background-image: url("../images/analysis-tag.png");
	background-repeat: no-repeat;

}
.index-analysis .main .box .tab-btn li.tag1 .icon{
	background-position: 0px 0px;
}

.index-analysis .main .box .tab-btn li.tag2 .icon{
	background-position: -50px 0px;
}

.index-analysis .main .box .tab-btn li.tag3 .icon{
	background-position: -100px 0px;
}

.index-analysis .main .box .tab-btn li.tag4 .icon{
	background-position: -150px 0px;
}

.index-analysis .main .box .tab-btn li.act.tag1 .icon{
	background-position: 0px -50px;
}

.index-analysis .main .box .tab-btn li.act.tag2 .icon{
	background-position: -50px -50px;
}

.index-analysis .main .box .tab-btn li.act.tag3 .icon{
	background-position: -100px -50px;
}

.index-analysis .main .box .tab-btn li.act.tag4 .icon{
	background-position: -150px -50px;
}

.index-analysis .main .box .tab-btn li p {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	color: #666;
}

.index-analysis .main .box .tab-btn li.act p {
	color: #009966;
}

.index-applets .applets-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-applets .applets-list .item {
	width: 33%;
}

.index-applets .applets-list .item .cover {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-about .container .index-about-video .cover {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-about .container .index-about-video:hover .cover {
	transform: scale(0.96);
	-webkit-transform: scale(0.96);
	-moz-transform: scale(0.96);
	-ms-transform: scale(0.96);
	-o-transform: scale(0.96);
}

.index-applets .applets-list .item:hover .cover {
	transform: scale(0.96);
	-webkit-transform: scale(0.96);
	-moz-transform: scale(0.96);
	-ms-transform: scale(0.96);
	-o-transform: scale(0.96);
}

.index-applets .applets-list .item .cover video {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-about .container .index-about-video .cover video {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-applets .applets-list .item:hover video {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
}

.index-about .container .index-about-video:hover video {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
}

.index-applets .applets-list .item .bt-msg {
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-applets .applets-list .item .cover img {
	width: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.index-about .container .index-about-video .cover img {
	width: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.index-applets .applets-list .item .tit {
	display: block;
	padding: 15px 0;
	color: #353535;
	font-size: 32px;
	text-align: center;
	letter-spacing: 2px;
	transition: margin 0.5s;
	-webkit-transition: margin 0.5s;
	-moz-transition: margin 0.5s;
	-ms-transition: margin 0.5s;
	-o-transition: margin 0.5s;
}

.index-applets .applets-list .item p {
	color: #888;
  font-size: 16px;
}

.index-applets .applets-list .item .li0 {
	margin-top: 25px;
	font-size: 16px;
	line-height: 2;
	transition: margin 0.5s;
	-webkit-transition: margin 0.5s;
	-moz-transition: margin 0.5s;
	-ms-transition: margin 0.5s;
	-o-transition: margin 0.5s;
}

.index-applets .applets-list .item .more {
	display: inline-block;
	margin-top: 30px;
	transition: margin 0.5s;
	-webkit-transition: margin 0.5s;
	-moz-transition: margin 0.5s;
	-ms-transition: margin 0.5s;
	-o-transition: margin 0.5s;
}

.index-applets .applets-list .item:hover .ig img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index-applets .applets-list .item:hover .hvr-icon {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@keyframes hvr-icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}

	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}

	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.hvr-icon-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


.cases-skip {
	width: 100%;
	margin-top: 54px;
	font-size: 0;
	text-align: center;
}

.cases-skip a {
	display: inline-block;
	vertical-align: top;
	margin: 0 24px;
}

.cases-skip a:first-child {
	margin-left: 0;
}

.cases-skip a:last-child {
	margin-right: 0;
}

/* ----dh---- */
/*.cases-link{opacity: 0;transform-origin: right top;transform: scale(0.8);transition: all 1s ease-out;}
.cases-link.startAnimate{opacity: 1;transform: scale(1);}*/
/* ----dh---- */

/*新闻资讯*/
.index-news .floor-title {
	text-align: left;
	position: relative;
  margin-left:10px;
}

.news_search {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.search_row {
	height: 50px;
	position: relative;
}

.search_row input.keyword {
	width: 320px;
	height: 100%;
	padding: 0px 45px 0px 10px;
	border: 1px solid #ddd;
	font-size: 15px;
	color: #009966
}

.search_row input.keyword:focus {
	border-color: #009966;
}

.search_row input.search {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/news_so.png) no-repeat center;
}

.news-list .news-list-box .column1 {
	width: 30%;
	margin-right: 30px;
	float: left;
	transition: all ease .3s;
}

.news-list .news-list-box .column1 a {
	display: block;
	width: 100%;
	padding: 30px 20px;
	background: #fff;
	position: relative;
}
.news-list .news-list-box .column1 a .tag {
	display: block;
	width: 54px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background-color: #009966;
	position: absolute;
	left: 0px;
	top: 0px;
}
.news-list .news-list-box .column1 .img {
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.news-list .news-list-box .column1 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list .news-list-box .column1 .box {
	width: 100%;
	height: 140px;
	padding: 0px 0px 10px;
	box-sizing: border-box;
}

.news-list .news-list-box .column1:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.news-list .news-list-box .column1 .box .time {
	font-size: 14px;
	color: #999;
	font-family: 'DinMedium';
}

.news-list .news-list-box .column1 .box:hover .time {
	color: #009966;
}
.news-list .news-list-box .column1 .box:hover .titles {
	color: #009966;
}

.news-list .news-list-box .column1 .box .time span {
	font-size: 16px;
	line-height: 20px;
	font-weight: initial;
	display: block;
}

.news-list .news-list-box .column1 .box .titles {
	font-size: 16px;
	line-height: 32px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list .news-list-box .column1 .box .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list .news-list-box .column2 {
	width: 30%;
	margin-right: 30px;
	float: left;
}

.news-list .news-list-box .column2 .box {
	width: 100%;
	height: 250px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 30px 20px;
	margin-bottom: 30px;
	transition: all ease .3s;
}

.news-list .news-list-box .column2 .box:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.news-list .news-list-box .column2 .box a {
	display: inline-block;
	width: 100%;
}

.news-list .news-list-box .column2 .box .time {
	font-size: 14px;
	color: #999;
	font-family: 'DinMedium';
	transition: all ease .3s;
}

.news-list .news-list-box .column2 .box .time span {
	font-size: 16px;
	line-height: 20px;
	display: block;
}

.news-list .news-list-box .column2 .box:hover .time {
	color: #009966;
}

.news-list .news-list-box .column2 .box .titles {
	font-size: 16px;
	line-height: 48px;
	color: #222;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.news-list .news-list-box .column2 .box .titles:after {
	bottom: 0px;
	height: 1px;
	background: #009966;
	left: 0px;
	width: 40px;
	overflow: hidden;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: width 1s ease;
	-o-transition: width 1s ease;
	transition: width 1s ease;
}

.news-list .news-list-box .column2 .box:hover .titles {
	color: #009966;
}

.news-list .news-list-box .column2 .box:hover .titles:after {
	background: #009966;
	width: 100%;
}

.news-list .news-list-box .column2 .box .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list .news-list-box .column2 .box i {
	display: inline-block;
	width: 36px;
	height: 1px;
	background: #009966;
	position: relative;
	transition: all .4s ease;
}

.news-list .news-list-box .column2 .box i::after {
	content: "";
	width: 7px;
    height: 7px;
    border-top: 1px solid #009966;
    border-left: 1px solid #009966;
    transform: rotate(135deg) scale(0.4);
    transition: all .4s ease .3s;
	position: absolute;
	right: 0px;
	top: -3px;
	opacity: 0;
}

.news-list .news-list-box .column2 .box i::before {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #009966;
	right: -14px;
	top: -14px;
	transform: scale(0.4);
	transition: all .4s ease .2s;
	opacity: 0;
}

.news-list .news-list-box .column2 .box:hover i {
	width: 58px;
	background-color: #009966;
}

.news-list .news-list-box .column2 .box:hover i::before {
	transform: scale(1);
	opacity: 1;
	width: 71px;
    border-radius: 28px;
    right: -8px;
}

.news-list .news-list-box .column2 .box:hover i::after {
	transform: rotate(135deg) scale(1);
	opacity: 1;
}


.news-list .news-list-box .column3 {
	width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list .news-list-box .column3 .box {
	width: 32%;
    float: left;
	height: auto;
	margin-bottom: 30px;
	padding: 20px;
	box-sizing: border-box;
	background: #ffffff;
	transition: all ease .3s;
}

.news-list .news-list-box .column3 .box:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.news-list .news-list-box .column3 .box a {
	display: flex;
	align-items: center;
	width: 100%;
}

.news-list .news-list-box .column3 .box .time {
	width: 75px;
	font-size: 38px;
	font-weight: 400;
	line-height: 1;
	font-family: 'DinMedium';
	color: #333;
	float: right;
	text-align: center;
	transition: all ease .3s;
	padding-right: 20px;
	border-right: 1px solid #f5f5f5;
	margin-right: 5px;
}

.news-list .news-list-box .column3 .box:hover .time {
	color: #009966;
}

.news-list .news-list-box .column3 .box:hover .titles {
	color: #009966;
}

.news-list .news-list-box .column3 .box .time span {
	font-size: 12px;
	display: block;
	line-height: 20px;
}

.news-list .news-list-box .column3 .box .desc {
	flex:1;
	float: left;
}

.news-list .news-list-box .column3 .box .titles {

	font-size: 16px;
	line-height: 26px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-list .news-list-box .column3 .box .txts {
	width: 100%;
	font-size: 14px;
	color: #888;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*关于我们*/


.index-about .index-about-text .text-title .text-title-h {
	font-size: 45px;
	color: #222;
	font-weight: 400;
}

.index-about .index-about-text .text-desc {
	width: 100%;
	margin: 20px 0;
}

.index-about .index-about-text .text-desc .text-desc-itme {
	font-size: 16px;
	line-height: 38px;
	color: #666;
	padding: 10px 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.index-about .index-about-text .text-desc .text-desc-itme strong {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	transition: .6s ease 0s;
	-webkit-transition: .6s ease 0s;
	-moz-transition: .6s ease 0s;
	font-family: "SimSun";
	font-size: 22px;
}

.index-about .index-about-text .text-desc .text-desc-itme strong:after,
.index-about .index-about-text .text-desc .text-desc-itme strong:before {
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}

.index-about .index-about-text .text-desc .text-desc-itme strong:after {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	border-radius: 50%;
	box-sizing: content-box;
}

.index-about .index-about-text .text-desc .text-desc-itme strong:before {
	position: absolute;
	content: '';
	left: -1px;
	top: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #333;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: scale(0.5, 0.5);
	-webkit-transform: scale(0.5, 0.5);
	-moz-transform: scale(0.5, 0.5);
	box-sizing: border-box;
}

.index-about .index-about-text .text-desc .text-desc-itme strong:hover:before {
	opacity: 1;
	transform: scale(1.0, 1.0);
	-webkit-transform: scale(1.0, 1.0);
	-moz-transform: scale(1.0, 1.0);
	transition: all .5s ease-in-out .1s;
	-webkit-transition: all .5s ease-in-out .1s;
	-moz-transition: all .5s ease-in-out .1s;
}

.index-about .index-about-text .text-desc .text-desc-itme strong:hover:after {
	opacity: 0;
	transform: scale(1.6, 1.6);
	-webkit-transform: scale(1.6, 1.6);
	-moz-transform: scale(1.6, 1.6);
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}


.index-about .index-about-text .more {
	display: block;
	width: 206px;
	height: 50px;
	line-height: 48px;
	position: relative;
	font-size: 16px;
	color: #009966;
	border: 1px solid #009966;
	padding: 0 12px 0 26px;
	text-align: left;
  transition: all .4s ease .2s;
}

.index-about .index-about-text .more::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	background: #009966;
	right: 190px;
	top: 50%;
	transition: all .6s ease;
}

.index-about .index-about-text .more span {
	display: inline-block;
	position: relative;
	width: 100%;
}

.index-about .index-about-text .more span::before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #fff;
	right: -6px;
	top: 7px;
	transform: scale(0.4);
	transition: all .4s ease .2s;
	opacity: 0;
}

.index-about .index-about-text .more span::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 48px;
	background: url('../images/arrow1.svg') no-repeat center/13px auto;
	right: 0;
	top: 0;
}
.index-about .index-about-text .more:hover {
  background-color: #009966;
  color: #fff;
}
.index-about .index-about-text .more:hover::before {
	width: 48px;
	right: 20px;
  background: #fff;
}

.index-about .index-about-text .more:hover span::before {
	transform: scale(1);
	opacity: 1;
}

.index-about .circularBox {
	position: relative;
	width: 100%;
	height: 100%;
}

.index-about .circularBox .circular_triangleImg {
	text-align: center;
	position: relative;
	z-index: 2;

}

.index-about .circularBox .circular_trianglebg2 {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background: url(../images/index_about02.png) no-repeat center;
	background-size: auto 100%;
	-webkit-animation: triSpin2 90s infinite;
	-o-animation: triSpin2 90s infinite;
	animation: triSpin2 90s infinite;
}

.index-about .circularBox .circular_trianglebg1 {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 3;
/*	background: url(../images/index_about01.png) no-repeat center;
	background-size: auto 100%;
	-webkit-animation: triSpin 80s infinite;
	-o-animation: triSpin 80s infinite;
	animation: triSpin 80s infinite;*/
	/*background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    background-image: url(../images/circular_triangleImg.png);
/*    background-repeat: no-repeat;
    background-position: right top;*/
    /*background-color: #f00;*/
    animation: circularAnimated 10s ease-out infinite;
}

/*数据递增*/
.index_date{background:url(../images/bg06.jpg) center center no-repeat;background-size:cover;padding:80px 0;background-attachment:fixed;}
.index_date ul li{color:#fff;width:33.3333%;padding:0px 1.5%;float:left;text-align:center;border-right:1px solid rgba(255,255,255,.2);height:240px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.index_date ul li:nth-child(-n + 3){border-bottom:1px solid rgba(255,255,255,.2);}
.index_date ul li:nth-child(3n){margin-right:0;border-right:none;}
.index_date ul li .num{font-size:90px;text-align:center;font-family:"ABG";display:inline-block;}
.index_date ul li strong{font-size:64px;vertical-align:10px;display:inline-block;}
.index_date ul li p{font-size:18px;}

/*合作伙伴*/
.index-partner .floor-title {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
  margin-left:10px;
}

.index-partner .partner-head .number-list {
	float: right;
}

.index-partner .number-list ul {
	font-size: 0;
}

.index-partner .number-list ul li {
	display: inline-block;
	vertical-align: middle;
	margin: -20px 20px 0;
	text-align: left;
	font-size: 14px;
	text-align: center;
}

.index-partner .number-list ul li:last-child {
	border-right-width: 0;
}

.index-partner .number-list ul li .number {
	font-size: 100px;
	color: #009966;
	line-height: 1;
	font-weight: 400;
	font-family: 'Din';
	margin-bottom: 10px;
}

.index-partner .number-list ul li p {
	color: #999;
	font-size: 16px;
}

.index-partner .partner-list {
	margin-top: 40px;
}

.index-partner .partner-list ul li {
	display: flex;
	width: 16.6666%;
	float: left;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.index-partner .partner-list ul li .icname {
	opacity: 0;
	text-align: center;
	background-color: rgba(0, 168, 65, 0.75);
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .6s ease;
}

.index-partner .partner-list ul li .icname div {
	display: table;
	width: 100%;
	height: 100%;
}

.index-partner .partner-list ul li .icname div span {
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	display: table-cell;
	vertical-align: middle;
}

.index-partner .partner-list ul li:hover .icname {
	opacity: 1
}

.index-partner .partner-list ul li img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.index-partner .partner-list ul li:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}


@media all and (max-width:1599px) {
	.index-floor {
		padding: 50px 0px;
	}

	.index-floor .floor-title {
		margin-bottom: 40px;
	}
	.index-floor .floor-title p {
		font-size: 42px;
	}

	.index-floor .floor-title span.headline {
		font-size: 68px;
	}

	.index-floor .floor-title span.subtitle {
		font-size: 14px;
	}

	.news_search {
		bottom: 15px;
	}

	.index-about .index-about-text .text-title .text-title-h {
		font-size: 50px;
		line-height: 1.2;
	}

	/*服务*/
	.service-list .service-list-ul>li {
		height: 200px;
		width: 31.5%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	.service-list .service-list-ul>li:first-child{
		width: 35%;
		height: 410px;
		margin-bottom: 0;
	}
	.service-list .service-list-ul>li:first-child .service-list-content {
		bottom: -258px;
    	border-radius: 0 0 3px 3px;
		padding: 14px;
	}
	
	.service-list .service-list-ul>li:nth-child(3),.service-list .service-list-ul>li:nth-child(5){
		margin-right: 0;
	}
	.service-list .service-list-ul>li:nth-child(4),.service-list .service-list-ul>li:nth-child(5){
		margin-bottom: 0;
	}
	
	.service-list .service-list-ul>li a {
	    padding: 40px 0 0;
	}
	.service-list .service-list-ul .service-list-content {
		bottom: -48px;
		border-radius: 0 0 3px 3px;
		padding: 14px;
	}
	.service-list .service-list-ul .service-list-content h2 {
		font-size: 20px;
	}
	.service-list .service-list-ul .service-list-content ul {
		margin: 14px 0;
	}
	.service-list .service-list-ul>li .service-list-content i {
		margin-top: 0;
		display: none;
	}
	.service-list .service-list-ul .service-list-content ul li h4, .service-list .service-list-ul .service-list-content-h4, .service-list .service-list-ul .service-list-content ul li p {
		font-size: 14px;
	}

	.index-analysis .main .tab-img {
		width: 50%;
		height: 455px;
	}
	.index-analysis .main .box {
		width: 50%;
		height: 455px;
		padding: 30px;
	}

	.index-analysis .main .box .tab-txt {
		width: 100%;
		height: 160px;
	}
	.index-analysis .main .box .tab-txt .title {
		font-size: 24px;
	}
	.index-analysis .main .box .tab-txt .subtitle {
		font-size: 18px;
	}
	.index-analysis .main .box .tab-txt p {
		font-size: 16px;
	}

	.index-analysis .main .box .tab-btn li {
		height: 120px;
		background-position: center 16px;
	}
	.index-analysis .main .box .tab-btn li p {
		margin-top: 10px;
		padding: 0px 5px;
		font-size: 12px;
		height: 36px;
	}

	.index-applets .applets-list .item .tit {
		font-size: 28px;
	}
}
@media all and (max-width:1280px) {
	.index-about .index-about-text .text-title .text-title-h {
		font-size: 40px;
	}
	.index-about .index-about-text .text-desc {
		margin: 24px 0 32px;
	}
	.index-about .index-about-text .text-desc .text-desc-itme {
		padding: 5px 0px;
	}
	/*服务*/
	.service-list {
		margin-top: 70px;
	}
	.service-list .service-list-ul>li {
		width: 31.5%;
	    margin-right: 1%;
	    height: 200px;
	}
	
	.service-list .service-list-ul>li a {
	    padding: 28px 16px 0;
	}

	.service-list .service-list-ul .service-list-content h2 {
		font-size: 22px;
	}
	.service-list .service-list-ul .service-list-content ul {
		margin: 3px 0;
	}
	.service-list .service-list-ul>li .service-list-content i {
		height: 6px;
		background-size: auto 100%;
	}
	.service-list .service-list-ul>li:hover .service-list-content i {
		width: 29px
	}
	.service-list .service-list-ul .service-list-content ul li h4, .service-list .service-list-ul .service-list-content-h4, .service-list .service-list-ul .service-list-content ul li p {
		font-size: 12px;
	}

	.index-analysis .main .tab-img {
		width: 465px;
		height: 352px;
	}
	.index-analysis .main .box {
		width: 480px;
		height: 352px;
		padding: 20px;
	}

	.index-analysis .main .box .tab-txt {
		height: 160px;
	}
	.index-analysis .main .box .tab-txt .title {
		font-size: 20px;
	}
	.index-analysis .main .box .tab-txt .subtitle {
		font-size: 16px;
	}

	.index-analysis .main .box .tab-txt p {
		font-size: 14px;
	}

	.index-analysis .main .box .tab-btn {
		margin-top: 20px;
	}

	.index-analysis .main .box .tab-btn li {
		height: 100px;
		background-size: 35px;
		background-position: center 10px;
	}
	.index-analysis .main .box .tab-btn li .icon {
		width: 50px;
		height: 50px;
		background-size: 205px 100px;;
	}
	.index-analysis .main .box .tab-btn li.tag1 .icon{
		width: 50px;
		background-position: 0px 0px;
	}

	.index-analysis .main .box .tab-btn li.tag2 .icon{
		background-position: -55px 0px;
	}

	.index-analysis .main .box .tab-btn li.tag3 .icon{
		background-position: -107px 0px;
	}

	.index-analysis .main .box .tab-btn li.tag4 .icon{
		background-position: -155px 0px;
	}

	.index-analysis .main .box .tab-btn li.act.tag1 .icon{
		background-position: 0px -50px;
	}

	.index-analysis .main .box .tab-btn li.act.tag2 .icon{
		background-position: -55px -50px;
	}

	.index-analysis .main .box .tab-btn li.act.tag3 .icon{
		background-position: -107px -50px;
	}

	.index-analysis .main .box .tab-btn li.act.tag4 .icon{
		background-position: -155px -50px;
	}
	.index-analysis .main .box .tab-btn li p {
	}

	.index-analysis .main .box .lineLink {
		margin-top: 20px;
	}

	.index-applets .applets-list .item .tit {
		font-size: 22px;
	    padding: 20px 0 10px;
	}

	/*优势*/
	.advantage_content {
		display: block;
	}
	.advantage_content .advantage_list {
		width: 100%;
	}

	.advantage_content .advantage_list .content_list_bottom .list_bottom_li {
		padding: 0px 12px;
		width: 46%;
	}
	.advantage_content .advantage_list .content_list_top {
		height: 380px;
	}

	.advantage_content .advantage_list .content_list_bottom .list_bottom_li:nth-child(2n){
		margin-right: 0;
	}
	.advantage_content .advantage_list .content_list_bottom {
		justify-content: center;
	}

	.news-list .news-list-box .column1 {
		margin-right: 20px;
	}
	.news-list .news-list-box .column1 a {
		padding: 15px;
	}
	.news-list .news-list-box .column2 {
		margin-right: 20px;
	}
	.news-list .news-list-box .column2 .box{
		height: 240px;
		padding: 15px 15px;
		margin-bottom: 20px;
	}
	.news-list .news-list-box .column3 {
		width: calc(100% - 40px);
	}
	.news-list .news-list-box .column3 .box {
		padding: 10px 15px;
		margin-bottom: 20px;
	}
	.news-list .news-list-box .column3 .box .time {
	    padding-left: 10px;
	}

	/*客户*/
	.index-partner .partner-head .number-list {
		width: 100%;
	}
	.index-partner .number-list ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.index-partner .number-list ul li {
		margin:0px 10px;
	}
	.service-list .service-list-ul>li a {
	    padding: 0;
	}
	.service-list .service-list-ul .service-list-content {
	    width: 100%;
	    padding: 14px;
	    position: absolute;
	    bottom: 0;
	    background-color: #0000009c;
	}
	.service-list .service-list-ul>li:first-child .service-list-content {
		bottom: 0px;
		border-radius: 0 0 3px 3px;
	}
	.cases-list-ul a{
		width:32.5%;
	}

}
@media all and (max-width:992px) {
	.gg_full .gg_fbtn{
		opacity: 0;
	}

	.index-floor {
		padding: 40px 0px;
	}
	.index-floor .floor-title {
		width: 100%;
	}

	.index-floor .floor-title p {
		font-size: 32px;
	}

	.index-about-video {
		margin-top:20px;
	}

	.index-about .index-about-text .text-title .text-title-h {
		font-size: 34px;
	}
	.index-about .index-about-text .text-title .text-title-h img {
		height: 45px;
	}

	.service-list .service-list-ul>li:first-child {
	    height: 300px;
		width: 100%;

	}
	.service-list .service-list-ul .service-list-content ul li h4, .service-list .service-list-ul .service-list-content-h4, .service-list .service-list-ul .service-list-content ul li p{
		font-size: 16px;
	}

	.service-list .service-list-ul>li {
	    height: 300px;
		width: 48%;
		margin-top: 2%;
		margin-right: 4%;
		overflow: hidden;
	}
	.service-list .service-list-ul>li:last-child{
		width: 100%;
		margin-right: 0;
	}
	.service-list .service-list-ul>li a {
	    padding: 0;
	}
	.service-list .service-list-ul>li .service-list-content i {
		display: none;
	}


	.index-analysis .main .tab-img {
		display: block;
	    width: 100%;
	    height: 100%;
	}
	.index-analysis .main .box {
		width: 100%;
		height: 400px;
		margin-top: 0px;
		padding: 30px;
		background: rgba(0,0,0,.5);
	}
	.index-analysis .main .box .tab-txt .title {
		color:#fff;
	}
	.index-analysis .main .box .tab-txt .subtitle{
		color:#fff;
	}
	.index-analysis .main .box .tab-txt p{
		color:#fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
	.index-analysis .main .box .lineLink{
		display: none;
	}
	.lineLink span::after {
	    border-top: 1px solid #fff;
	    border-left: 1px solid #fff;
	}
	.index-analysis .main .box .tab-btn {
	    margin-top: 20px;
	    bottom: 0;
	    position: absolute;
	    box-shadow: unset;
	    left: 0px;
	}
	.index-analysis .main .box .tab-btn li {
		height: 120px;
		background-size: 45px;
		background-position: center 16px;
	}
	.index-analysis .main .box .tab-btn li p {
		padding: 0px 10px;
		font-size: 16px;
		color:#009966;
	}
	.index-analysis .main .box .tab-btn li.act p{
		color:#009966;
	}

	/*优势*/
	.advantage_content .advantage_list .content_list_top .list_top_title {
	    font-size: 24px;
	    padding-bottom: 30px;
	    margin-bottom: 22px;
	}
	.advantage_content .advantage_list .content_list_bottom .list_bottom_li{
	    width: 46%;
	}

	.advantage_content .advantage_list .content_list_bottom .list_bottom_li:nth-child(2n){
		margin-right: 0;
	}
	.advantage_content .advantage_list .content_list_bottom {
		justify-content: center;
	}

	/*首页数字跳动*/
	.index_date ul li{height:200px;}
	.index_date ul li .num{font-size:72px;}
	.index_date ul li strong{font-size:48px;}
	.index_date ul li p{font-size:16px;}

	/*新闻*/
	.news_search {
		display: none;
	}

	.news-list .news-list-box .column1 {
		width: 100%;
		margin-right: 0;
	}
	.news-list .news-list-box .column1 .box {
		height: auto;
	}
	.news-list .news-list-box .column1 a {
		padding: 15px;
	}

	.news-list .news-list-box .column2 {
		width: 100%;
		margin-right: 0;
	}

	.news-list .news-list-box .column2 .box {
		margin-bottom: 0;
		margin-top: 15px;
		height: auto;
		padding: 15px;
	}
	.news-list .news-list-box .column2 .box .txts {
		margin-bottom: 0px;
	}
	.news-list .news-list-box .column2 .box i {
		display: none;
	}
	.news-list .news-list-box .column3 {
		width: 100%;
	}

	.cases-list-ul a {
	    display: block;
	    float: left;
	    width: 50%;
		height: auto;
	    position: relative;
	    overflow: hidden;
	}


	.news-list .news-list-box .column3 .box {
		width: 100%;
		margin-bottom: 0;
		margin-top: 15px;
	}

	.index-plan .plan-list ul li .content h3{
		background: unset;
	    padding-right: 0;
	    color: #fff;
	    text-align: center;
	}
	.index-plan .plan-list ul li .content{
		height: auto;
	    padding: 20px;
	    background: rgba(0,0,0,.5);
	    color: #fff;
	    -webkit-transition: 0.5s;
	    -moz-transition: 0.5s;
	    transition: 0.5s;
	}
	.index-plan .plan-list ul li{
		margin-bottom: 20px;
		width:33.333%;
	}
	.news-list .news-list-box .column3 .box .time{
		width:100px;
	}

	.news-list .news-list-box .column3 .box a {
	    display: flex;
	    align-items: center;
	    width: 100%;
	}

	/*客户*/
	.index-partner .number-list ul li {
		width: 50%;
		margin: 0px;
		padding: 10px;
	}
	.index-partner .partner-list ul li {
		width: 33.333%;
	}

}
@media (max-width: 768px) {
	.gg_full .gg_fbtn{
		opacity: 1;
		right: 55px;
	}

	.index_banner_icon {
	    right: 5px;
	}
	.advantage_content .advantage_list:first-child .content_list_bottom .list_bottom_li {
		width: 48%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.advantage_content .advantage_list .content_list_bottom .list_bottom_li {
		width: 48%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.cases-list-ul a{
		display: block;
		float: left;
	    width: 49%;
		height: auto;
	    position: relative;
	    overflow: hidden;
		margin-right: 1%;
	}
	.cases-list-ul a:nth-child(2n) {
		margin-right: unset;
	}
	.cases-list-ul a:nth-child(3n) {
		margin-right: 1%;
	}
	.cases-list-ul a img{
		width: 100%;
	    transition: all 0.6s;
	    -ms-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -webkit-transition: all 0.6s;
	}
	.cases-list-ul a:hover img {
	    -webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
	.cases-list-ul a p{
		position: static;
	    background: #009966;
	    font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	}

	.index-floor {
		padding: 35px 0px;
	}
	.index-floor .floor-title {
		width: 100%;
		text-align: center;
		position: relative;
		margin-bottom: 20px;
	}
	.index-partner .floor-title {
		margin-bottom: 0;
	}

	.index-floor .floor-title p {
		font-size: 24px;
	}

	.index-floor .floor-title span.headline {
		font-size: 34px;
		top: -6px;
	}

	.index-floor .floor-title span.subtitle {
		font-size: 14px;
	}

	/*首页数字跳动*/
	.index_date{padding:50px 30px;}
	.index_date ul li{padding-bottom:50px;height:150px;}
	.index_date ul li .num{font-size:56px;}
	.index_date ul li strong{font-size:36px;vertical-align:6px;}
	.index_date ul li p{font-size:14px;}

	.service-list {
		margin-top: 15px;
	}
	.service-list .service-list-ul>li {
		width: 100%;
	    height: auto;
	    margin-top: 20px;
	}
	.service-list .service-list-ul>li:first-child {
	    height: auto;
	}
	.service-list .service-list-ul>li:last-child{
		width: 100%;
		margin-right: 0;
	}
	.service-list .service-list-ul>li a {
		padding: 28px 20px;
		text-align: center;
	}
	.service-list .service-list-ul .service-list-content{
		position: relative;
	}
	.service-list .service-list-ul .service-list-content ul {
		margin-bottom: 0;
		justify-content: center;
	}
	.service-list .service-list-ul .service-list-content ul li {
	    margin-right: 24px;
	}
	.service-list .service-list-ul .service-list-content ul li:last-child {
	    margin-right: 0;
	}
	.service-list .service-list-ul .service-list-content ul li h4, .service-list .service-list-ul .service-list-content-h4, .service-list .service-list-ul .service-list-content ul li p {
		text-align: left;
	}


	.advantage_content .advantage_list .content_list_top {
		height: 240px;
	}
	.advantage_content .advantage_list .content_list_top .list_top_title {
	    font-size: 18px;
	    padding-bottom: 12px;
	    margin-bottom: 10px;
	}
	.advantage_content .advantage_list .content_list_top .list_top_txt p {
		font-size: 14px;
    	margin-bottom: 10px;
	}
	.advantage_content .advantage_list .content_list_bottom .list_bottom_li{
	    width: 48%;
	}

	.advantage_content .advantage_list .content_list_bottom .list_bottom_li:nth-child(2n){
		margin-right: 0;
	}
	.advantage_content .advantage_list .content_list_bottom {
		justify-content: center;
	}


	.index-applets .applets-list .item {
		width: 100%;
		margin-bottom: 20px;
	}
	.index-applets .applets-list .item .tit {
		padding: 15px 0 6px;
	    font-size: 18px;
	    font-weight: 400;
	    letter-spacing: 1px;
	}
	.index-applets .applets-list .item p {
		font-size: 14px;
	}
	.index-applets .applets-list .item .more {
		margin-top: 15px;
	}

	/*方案*/
	.index-plan .plan-list ul li {
		width: 100%;
		margin-bottom: 25px;
		padding-bottom: 0;
	}
	.index-plan .plan-list ul li .content {
		height: 50px;
		padding: 0px 15px;
	}
	.index-plan .plan-list ul li .content h3 {
		font-size: 16px;
		line-height: 50px;
		background-size: 38px 38px;
	}
	.index-plan .plan-list ul li:hover .content {
		height: 160px;
		padding-top: 0;
	}
	.index-plan .plan-list ul li:hover .content h3 {
		background-size: 38px 38px;
		line-height: 50px;
	}

	.index-analysis .main .box .tab-btn li p{
		font-size: 14px;
	}



	.index-partner .partner-head .number-list {
		padding-top: 30px;
	}
	.index-partner .number-list ul li .number {
		font-size: 64px;
	}
	.index-partner .number-list ul li p {
		font-size: 14px;
	}

}
@media (max-width: 640px) {
	.gg_full .gg_fbtn{
		opacity: 0;
	}

	.service-list .service-list-ul .service-list-content-h4{
		font-size: 16px;
	}
	.index-about .index-about-text .text-title .text-title-h {
		font-size: 24px;
	}
	.index-about .index-about-text .text-title .text-title-h img {
		height: 26px;
	}
	.index-about .index-about-text .text-desc .text-desc-itme {
		font-size: 15px;
		line-height: 24px;
	}
	.index-about .index-about-text .text-desc .text-desc-itme strong {
		width: 22px;
	    height: 22px;
	    line-height: 22px;
	    font-size: 14px;
        float: left;
	}
	/*首页数据跳动*/
	.index_date ul li{width:50%;}
	.index_date ul li:nth-child(3n){border-right:1px solid rgba(255,255,255,.2);}
	.index_date ul li:nth-child(2n){border-right:none;border-bottom:1px solid rgba(255,255,255,.2);}
 	.index_date ul li:last-child{border-bottom:none;}
	.index_date ul li .num {
	    font-size: 34px;
	}
	.index_date ul li strong {
	    font-size: 34px;
	    vertical-align: 6px;
	}
	.service-list .service-list-ul>li {
		width: 100%;
	    height: auto;
	}

	.index-plan .plan-list ul li .content p {
		line-height: 24px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
	}

	.advantage_content .advantage_list .content_list_bottom .list_bottom_li{
	    width: 48%;
	}

	.advantage_content .advantage_list .content_list_bottom .list_bottom_li:nth-child(2n){
		margin-right: 0;
	}
	.advantage_content .advantage_list .content_list_bottom {
		justify-content: center;
	}
	.index-partner .floor-title {
	    margin-left: 0;
	}
	.cases-list-ul a{
		width: 100%;
	}
	.cases-list-ul a:nth-child(n+5){
		display: none;
	}
}

@-webkit-keyframes triSpin2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-o-keyframes triSpin2 {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes triSpin2 {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes triSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-o-keyframes triSpin {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes triSpin {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes circularAnimated{
	0%{background-position: 350px 30px}
	60%{background-position: 480px 68px;}
	100%{background-position: 350px 30px}
}
