﻿/*首页*/
.mainer-home {
	/* background-image: url('/static/images/greenzone/home/bg-home4.png'); */
	background-image: url('/static/images/greenzone/home/bg-new14.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
}

.mainer-home span,
.mainer-home p {
	font-family: 'nexa';
	line-height: 1.4em;
}

.mainer-home a {
	/* text-decoration: underline; */
	text-decoration: none;
	cursor: pointer;
}

.mainer-left {
	width: 40%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #000000;
}

.mainer-left .header-body {
	height: 10%;
	background-color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mainer-left .header-body p {
	text-align: center;
	color: white;
}

.mainer-left .home-investors {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.mainer-left .home-investors p {
	font-size: 0.8vw;
	font-family: 'nexa';
}

.mainer-left .home-investors .content-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
}

.mainer-left .home-investors-other {
	height: 50%;
	display: flex;
	flex-direction: row;
}

.mainer-left .home-investors-other p {
	font-size: 0.8vw;
	font-family: 'nexa';
}

.mainer-left .home-investors-other .home-contact {
	width: 45%;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 20px;
	display: flex;
	flex-direction: column;
	/* justify-content: space-around; */
}

.mainer-left .home-investors-other .home-contact .home-contact-body-1001 {
	margin-top: 20px;
}

.mainer-left .home-investors-other .home-contact .home-contact-body-1002 {
	margin-top: 20px;
}

.mainer-left .home-investors-other .home-contact .home-contact-body-1003 {
	margin-top: 20px;
}

.mainer-left .home-investors-other .home-careers {
	flex: 50%;
	border-top: 1px solid #000000;
	display: flex;
	flex-direction: column;
}

.mainer-left .home-investors-other .home-careers .content-body {
	padding: 20px;
	padding-bottom: 0px;
}

.mainer-left .home-investors-other .home-careers .home-careers-body-1001 {
	padding: 0px 20px;
	margin-top: 20px;
	flex: 1;
}

.mainer-left .home-investors-other .home-careers .home-careers-body-1001 .home-careers-body-1001-p-2 {
	margin-top: 1.5vh
}

.mainer-left .home-investors-other .home-careers .home-careers-body-1002 {
	flex: 0 0 5vh;
	padding: 0px 20px;
	border-top: 1px solid #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-whatwedo {
	width: 30%;
	display: flex;
	flex-direction: column;
}

.home-whatwedo .home-whatwedo-body-1001 {
	height: 75%;
}

.home-whatwedo .home-whatwedo-body-1001 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-whatwedo .home-whatwedo-body-1002 {
	flex: 1;
	background-color: #000000;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-whatwedo .home-whatwedo-body-1002 p {
	color: white;
}

.home-whatwedo .home-whatwedo-body-1002 a {
	color: white;
	font-size: 0.8vw;
	font-family: 'nexa';
}

.mainer-right {
	width: 30%;
	display: flex;
	flex-direction: column;
	border-left: 1px solid #000000;
}

.mainer-right .home-language {
	cursor: pointer;
	height: 100px;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #000000;
}

.mainer-right .home-language div {
	flex: 1;
	font-size: 0.8vw;
	font-family: 'nexa';
	border-left: 1px solid #000000;
	background-color: #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mainer-right .home-language div:hover {
	background: radial-gradient(circle, rgba(255, 0, 0, 0.5), rgba(255, 127, 0, 0.5), rgba(255, 255, 0, 0.5), rgba(0, 255, 0, 0.5), rgba(0, 0, 255, 0.5), rgba(75, 0, 130, 0.5), rgba(143, 0, 255, 0.5));
	animation: rainbow-animation 2s infinite;
	background-size: 400%;
}

.mainer-right .home-language div:hover span {
	scale: 1.2;
	font-weight: bold;
}

.mainer-right .home-language div:first-child {
	border-left: none;
}

.mainer-right .home-history {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
}

.single-desc {
	font-size: 1vw !important;
}

.mainer-right .home-nav {
	height: 100px;
	display: flex;
	/* border-top: 1px solid #ffffff; */
}

.mainer-right .home-nav div {
	cursor: pointer;
	flex: 1;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ffffff;
	position: relative;
}

.mainer-right .home-nav div a {
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.mainer-right .home-nav div:hover img,
.mainer-right .home-nav div:hover span {
	scale: 1.2;
}

.mainer-right .home-nav div:not(:last-child) {
	border-right: none;
}


.mainer-right .home-nav img {
	width: 60%;
	object-fit: contain;
}

.mainer-right .home-nav .img-kuai {
	width: 50%;
}

.mainer-right .home-nav span {
	font-size: 18px;
	font-family: '';
	color: #ffffff;
	font-weight: bolder;
}

/** 彩虹渐变效果 **/
.home-investors,
.home-contact,
.home-careers,
.home-history {
	cursor: pointer;
	transition: background 0.5s ease;
}

.home-investors:hover,
.home-contact:hover,
.home-careers:hover,
.home-history:hover {
	/* background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet); */
	background: radial-gradient(circle, rgba(255, 0, 0, 0.5), rgba(255, 127, 0, 0.5), rgba(255, 255, 0, 0.5), rgba(0, 255, 0, 0.5), rgba(0, 0, 255, 0.5), rgba(75, 0, 130, 0.5), rgba(143, 0, 255, 0.5));
	animation: rainbow-animation 2s infinite;
	background-size: 400%;
	/* opacity: 0.7; */
	/* mix-blend-mode: screen; */
}

@keyframes rainbow-animation {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.home-whatwedo:hover .hover-scale-p {
	color: #71d5c9;
	;
}

.home-title {
	font-family: 'hanson';
	font-size: 2vw !important;
}