/* .lz-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 13;
} */
#demo-canvas {
	position: absolute;
	top: 0px;
}

.index-partner-tab .Tg .overview {
	display: flex;
	flex-flow: wrap;
}

.index-banner .item .world {
	position: absolute;
	top: 50%;
	left: 15%;
	z-index: 10;
	color: #fff;
	transform: translate(0, -50%);
	line-height: 1.6;
}

.index-banner .item .world h4 {
	font-size: 1.5rem;
}

.index-banner .item .world h6 {
	font-size: 0.5rem;
	text-transform: uppercase
}

.index-banner .item img {
	animation: banner infinite linear 6s;
	width: 100%;
	display: block;
}

.subpage-foot .line .dd {
	color: #aaa;
}

.subpage-foot .line .dd a {
	color: #aaa;
}

.subpage-foot .line .dd a:hover {
	color: #fff;
}

.inpage-footer,
.inpage-footer a {
	background: #fff;
	color: #999;
}

.pa100.link {
	display: none;
}

.sAbout-profile-resMove ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.sAbout-profile-resMove li {
	width: 31.3%;
	box-shadow: 0px 7px 11.7px 1.3px rgba(4, 0, 0, 0.05);
	overflow: hidden;
}

.sAbout-profile-resMove li img {
	width: 100%;
	display: block;
	transition: all ease 0.5s;
}

.sAbout-profile-resMove li .world {
	background: #fff;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.sAbout-profile-resMove li h4 {
	font-size: 24px;
	color: #333;
}

.sAbout-profile-resMove li p {
	font-size: 15px;
	color: #888;
	margin-top: 10px;
}

.sAbout-organization {
	padding-bottom: 1.3rem;
}

.sAbout-profile-resMove li:hover img {
	transform: scale(1.05);
}

.sAbout-profile-intro {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	align-items: center;
}

.sAbout-profile-intro .imax {
	width: 40%;
}

.sAbout-profile-intro .maps {
	width: 60%;
}

.maps {
	width: 1000px;
	height: 650px;
}

.maps canvas {
	width: 100%;
	display: block;
}

.subpage-head-left {
	text-align: left;
}

.sAbout-profile {
	padding-top: 1.6rem;
}

.service-group {
	margin-bottom: 60px;
}

.service-group .sPmc-list2 {
	justify-content: space-between;
}

.sPmc-list2 .item {
	width: 48% !important;
	margin: 2% 0 !important;
	padding: 1rem;
}

.sPmc-list2 .item .til {
	overflow: visible;
	max-height: initial;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.sPmc-list2 .item .til a {
	display: block;
	width: 48%;
}

.service-group1 {
	padding-bottom: 1.6rem;
}

.service-group1 .title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
}

.service-group1 .text {
	font-size: 16px;
	line-height: 1.5;
}

.service-group1 .text .wuw {
	font-size: 28px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}

.service-group1 .text .baa {
	margin-bottom: 30px;
	display: block;
}

.service-group1 .text td {
	padding: 10px;
	width: 50%;
}

.service-group1 .text img {
	max-width: 100%;
}

.service-group1 .text .baa:nth-child(1) {
	margin-top: 20px;
}

.service-group1 .text .baa:last-child {
	margin-bottom: 0;
}




@keyframes banner {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

@media screen and (min-width: 1025px) {
	.header .firNav .firItem .link1 {
		padding-left: .5rem;
		padding-right: .5rem;
	}

	.header .secNav .secItem .link2 {
		padding-left: .2rem;
		padding-right: .2rem;
		font-size: 14px;
	}
}


@media(max-width:1024px) {
	.index-partner-tab .Tg .overview {
		padding: 0;
	}

	.index-partner-tab .Tg .btn .dot {
		padding-top: 0;
		margin: 5px;
	}

	.index-partner-tab .Tg .btn {
		width: 33.33%;
	}

	.index-partner-tab .Tg .btn .dot .icoImg {
		width: 100%;
		height: auto;
	}

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

	.sAbout-profile-intro {
		flex-flow: wrap;
	}

	.sAbout-profile-intro .imax,
	.sAbout-profile-intro .maps {
		width: 100%;
	}

	.sAbout-profile-intro .maps {
		height: 330px;
	}

	.sAbout-profile {
		padding-top: 0;
	}

	.subpage-head-left {
		text-align: center;
	}

	.sAbout-organization {
		padding-bottom: 0;
	}

	.sAbout-profile-resMove .box {
		flex-flow: wrap;
	}

	.sAbout-profile-resMove li {
		width: 100%;
	}

	.sAbout-profile-resMove li h4 {
		font-size: 20px;
	}

	.sPmc-list2 .item {
		width: 100% !important;
		text-align: center;
	}

	.sPmc-list2 .item img {
		width: 60px;
	}

	.sPmc-list2 .item .til a {
		width: 100%;
	}

	.service-group {
		margin-bottom: 20px;
	}

	.service-group1 .text .wuw {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.service-group1 .text td {
		font-size: 13px;
		padding: 5px;
	}

}
