/* viewhy */
.section img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	opacity: 0.42;
}

.section {
	background: #000000;
	position: relative;
}

.si1-content {
	width: 1358px;
	height: 459px;
	background: rgba(0, 145, 115, 0);
	border-radius: 10px 10px 10px 10px;
	border: 1px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 74px 89px 0 89px;
	text-align: center;
	transition: all 0.5s linear;
}

.si1-content h3 {
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 40px;
	font-family: 'Montserrat';
	margin-bottom: 54px;
	opacity: 0;
	transition: all 0.8s linear;
}

.si1-content p {
	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 40px;
	opacity: 0;
	transition: all 0.5s linear;
}

.si1o p {
	opacity: 1 !important;
}

.si1o h3 {
	opacity: 1 !important;
}

/* .si1o .si1-content {
	background: rgba(0, 145, 115, 0.5) !important;
} */
.si2-content {
	width: 1105px;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.si2-content h3 {
	margin-bottom: 30px;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 56px;
	text-align: left;
	opacity: 0;
	transform: translateY(70px);
}

@keyframes identifier {
	0% {
		transform: translateY(70px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.si2xian {
	width: 85px;
	height: 12px;
	background: #009173;
	border: 1px solid #009173;
	margin-bottom: 84px;
	opacity: 0;
	transform: translateY(70px);
}

.si2pt {
	font-weight: 600;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 31px;
	font-family: 'Montserrat';
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 0;
	transform: translateY(70px);
}

.si2pd {
	font-weight: 300;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 31px;
	margin-bottom: 40px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	transform: translateY(70px);
	opacity: 0;
	font-family: 'Montserrat';
}

.zc .si2pd {
	animation: identifier 1s linear forwards;
}

.zc .si2-content h3 {
	animation: identifier 1s linear forwards;
}

.zc .si2xian {
	animation: identifier 1s linear forwards;
}

.zc .si2pt {
	animation: identifier 1s linear forwards;
}

.appfl {
	width: 157px;
	height: 100%;
	position: fixed;
	top: 25%;
	right: 10%;
	display: flex;
	flex-direction: column;
	display: none;
}

.appashow span {
	color: rgba(255, 255, 255, 1) !important;
}

.appashow div {
	background: #FFFFFF !important;
}

.appa {
	display: flex;
	align-items: center;
	padding-bottom: 40px;
	justify-content: space-between;
	position: relative;
}

.appa:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 20px;
	right: 4px;
	width: 1px;
	height: calc(100% - 11px);
	background: #FFFFFF;
}

.appa span {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 28px;
	margin-right: 14px;
}

.appa div {
	width: 10px;
	height: 10px;
	border: 1px solid #FFFFFF;
	background: transparent;
	border-radius: 50%;
}

@media (max-width: 1440px) {
	.si1-content {
		width: 1140px;
	}

	.si2-content {
		width: 900px;
		margin: auto;
		position: absolute;
		left: 5%;
		top: 50%;
		transform: translateY(-50%);
	}

	.si2-content h3 {
		margin-bottom: 10px;
	}

	.si2xian {
		margin-bottom: 14px;
	}
}

@media (max-width:1140px) {
	.si1-content {
		width: 95%;
		padding: 20px;
		height: auto;
	}

	.si2-content {
		width: 95%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.appfl {
		display: none !important;
	}
}