* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}
@font-face {
	font-family: 'iconfont';  /* Project id 3742191 */
	src: url('//at.alicdn.com/t/c/font_3742191_9a7dhiqee8p.woff2?t=1775210005193') format('woff2'),
		 url('//at.alicdn.com/t/c/font_3742191_9a7dhiqee8p.woff?t=1775210005193') format('woff'),
		 url('//at.alicdn.com/t/c/font_3742191_9a7dhiqee8p.ttf?t=1775210005193') format('truetype');
  }
  .iconfont{
    font-family:"iconfont" !important;
    font-size:22px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.3px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
a {
	text-decoration: none
}

textarea:focus,input:focus {
	outline: none
}

@font-face {
	font-display:swap;font-family:"Lufga";font-style:normal;font-weight:700;font-display:auto;src:url(../fonts/LufgaBold.ttf) format("truetype")
}

@font-face {
	font-display:swap;font-family:"Lufga";font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/LufgaRegular.ttf) format("truetype")
}

body {
	min-height: 100vh;
	font-family: Lufga, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
	overflow-x: hidden;
	opacity: 0
}

html.lang-zh {
	font-family: SourceHanSansCN, SourceHanSansCN, "Microsoft YaHei",
 "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif
}

html.lang-zh h1,html.lang-zh h2,html.lang-zh h3 {
	font-family: SourceHanSansCN, SourceHanSansCN, "SimHei",
 "Microsoft YaHei Bold", "PingFang SC Bold", sans-serif;
	font-weight: 700
}

html.lang-en {
	font-family: "Lufga", sans-serif
}

html.lang-en h1,html.lang-en h2,html.lang-en h3 {
	font-family: "Lufga", sans-serif;
	font-weight: 800
}

html.lang-en .nav-item span,html.lang-en .contact,html.lang-en .intro-text p {
	word-wrap: break-word;
	hyphens: auto
}

.overflow-hidden {
	overflow: hidden
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

.clickable {
	touch-action: manipulation
}

.color-g {
	color: #55943C
}

.color-b {
	color: #55943c
}

#app {
	display: flex;
	flex-direction: column;
	width: 100%
}

.head .nav-item .nav-item-label {
	color: #fff;
	text-decoration: none
}

.global-nz-btn {
    cursor: pointer;
    display: inline-block;
    min-width: 10vw;
    margin: 3.5vw auto 2vw;
    background: #55943C;
    border-radius: 44vw;
    color: #ffffff;
    font-size: 1vw;
    line-height: 3vw;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
}

@media (max-width: 755px) {
	.global-nz-btn {
		padding-left: 13.24503vw;
		padding-right: 13.24503vw
	}
}

@media (min-width: 756px) {
	.global-nz-btn {
		padding-left: 5vw;
		padding-right: 5vw
	}
}

.global-nz-btn.white {
	color: #55943C;
	background: #fff
}

.global-nz-btn.white:hover {
	color: #fff;
	border-color: #fff
}

.global-nz-btn.small {
	font-size: 1vw;
	line-height: 3.4vw
}

.global-nz-btn.block {
	width: unset
}

.global-nz-btn:hover {
	background: transparent;
	color: #55943C;
	border-color: #55943C
}

.header-menu-btn {
	display: none;
	width: 30px;
	height: 40px;
	position: relative;
	cursor: pointer;
	z-index: 1001
}

.header-menu-btn img {
	width: 100%;
	height: 100%
}

.header-menu-btn.active span {
	background: transparent
}

.header-menu-btn.active span::before {
	transform: rotate(45deg);
	top: 0
}

.header-menu-btn.active span::after {
	transform: rotate(-45deg);
	bottom: 0
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 85%;
	max-width: 320px;
	height: 100vh;
	background: #101010;
	z-index: 1000;
	transform: translateX(100%);
	transition: transform 0.3s ease-in-out;
	padding: 6rem 2rem 2rem;
	display: flex;
	flex-direction: column;
	gap: 2rem
}

.mobile-menu.show {
	transform: translateX(0)
}

.mobile-menu .nav-mobile-item-wrap .nav-mobile-item-radio {
	height: 0;
	overflow: hidden;
	display: block
}

.mobile-menu .nav-mobile-item-wrap .nav-mobile-item-radio:checked+.nav-item-mobile .nav-mobile-item-label-icon {
	transform: rotate(0deg)
}

.mobile-menu .nav-mobile-item-wrap .nav-mobile-item-radio:checked+.nav-item-mobile .nav-mobile-list-item-wrap {
	grid-template-rows: 1fr
}

.mobile-menu .nav-mobile-item-wrap .nav-mobile-item-radio:checked+.nav-item-mobile-child .nav-mobile-item-child-label-icon {
	transform: rotate(0deg)
}

.mobile-menu .nav-mobile-item-wrap .nav-mobile-item-radio:checked+.nav-item-mobile-child .nav-mobile-sub-sub-btn-wrap {
	grid-template-rows: 1fr
}

.mobile-menu .nav-mobile-item-wrap .nav-item-mobile {
	position: relative;
	padding: 1.5vw 0;
	align-items: center
}

.mobile-menu .nav-mobile-item-wrap .nav-item-mobile::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: .05vw solid #ddd
}

.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-item-label {
	text-decoration: none;
	color: #fff;
	padding: 1vw 0
}

.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-item-label .nav-mobile-item-child-label-icon,.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-item-label .nav-mobile-item-label-icon {
	transform: rotate(-90deg);
	transition: transform .3s
}

.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-sub-sub-btn-wrap,.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-list-item-wrap {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease
}

.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-sub-sub-btn-wrap>.nav-mobile-list-item,.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-list-item-wrap>.nav-mobile-list-item {
	min-height: 0;
	overflow: hidden
}

.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-sub-sub-btn-wrap .nav-mobile-list-item .nav-mobile-sub-btn,.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-list-item-wrap .nav-mobile-list-item .nav-mobile-sub-btn {
	display: block;
	padding: .85vw 0;
	font-size: 3vw;
	font-weight: 600;
	color: #fff;
	display: block;
	text-decoration: none
}

.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-sub-sub-btn-wrap .nav-mobile-list-item .nav-mobile-sub-btn .nav-mobile-sub-btn,.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-list-item-wrap .nav-mobile-list-item .nav-mobile-sub-btn .nav-mobile-sub-btn {
	padding-left: 1.7vw
}

.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-sub-sub-btn-wrap .nav-mobile-list-item .nav-mobile-sub-btn .nav-mobile-sub-sub-btn-wrap,.mobile-menu .nav-mobile-item-wrap .nav-item-mobile .nav-mobile-list-item-wrap .nav-mobile-list-item .nav-mobile-sub-btn .nav-mobile-sub-sub-btn-wrap {
	padding-left: 2.5vw
}

.mobile-menu .nav-mobile {
	display: flex;
	flex-direction: column
}

.mobile-menu .nav-item-label {
	color: #fff;
	font-size: 1.2rem;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}

.mobile-menu .search-mobile {
	margin: 1rem 0;
	display: flex;
	align-items: center;
	width: 100%;
	flex-direction: column
}

.mobile-menu .search-mobile .search-top {
	display: flex;
	background: rgba(255,255,255,0.1);
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	padding: 16px 16px;
	width: 100%;
	border-radius: 30px
}

.mobile-menu .search-mobile .search-top .search-inp-mobile::placeholder {
	color: #fff;
	opacity: 0.8
}

.mobile-menu .search-mobile input {
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	width: 90%
}

.mobile-menu .search-mobile .en-mobile {
	display: flex;
	background: transparent;
	border: none;
	align-items: center;
	outline: none;
	color: #fff;
	font-size: 18px;
	padding: 1rem 0;
	width: 100%
}

.mobile-menu .search-mobile .en-mobile img {
	width: 29px;
	height: 19px;
	margin-right: 8px
}

.mobile-menu .search-mobile .en-mobile .down-mobile {
	margin-left: 5px;
	width: 14px;
	height: auto
}

.mobile-menu .contact {
	background: #55943c;
	text-align: center;
	padding: 1rem;
	width: 100%;
	border-radius: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.menu-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	display: none
}

.menu-mask.show {
	display: block
}

.en-mobile {
	position: relative !important;
	cursor: pointer !important;
	padding: 2px 0 !important;
	border-radius: 4px !important;
	transition: all 0.2s ease !important
}

.en-mobile:hover {
	background-color: rgba(255,255,255,0.1) !important
}

.lang-select-box-mobile {
	position: absolute !important;
	top: calc(100% + 8px) !important;
	right: 0 !important;
	min-width: 120px !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
	border: none !important;
	padding: 8px 0 !important;
	background: #fff !important;
	z-index: 9999 !important
}

.lang-select-box-mobile .lang-item-mobile {
	padding: 8px 16px !important;
	font-size: .9vw !important;
	color: #333 !important;
	transition: all 0.2s ease !important;
	border-radius: 4px !important;
	margin: 0 4px !important
}

.lang-select-box-mobile .lang-item-mobile:hover {
	background-color: #ddead8 !important;
	color: #55943c !important
}

.en .down,.en-mobile .down-mobile {
	transition: transform 0.2s ease
}

.en:hover .down,.en-mobile:hover .down-mobile {
	transform: rotate(180deg)
}

.head.active .en .down,.head.active .en-mobile .down-mobile {
	filter: brightness(0)
}

.footer {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
	background: #01152b;
	padding: 4.25vw 6.5vw 0;
	position: relative
}

.footer .footer-top {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 2vw
}

.footer-top-left-left-wrap {
	width: 25vw
}

.footer-top-left-left-wrap .footer-top-left-left {
	display: block;
	width: 29.3vw;
	position: absolute;
	top: 0;
	left: 0;
	bottom: calc(2.5rem + 20px);
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center -2vw
}

.footer-top .footer-top-left {
	display: flex;
	flex-direction: column
}

.footer-top-left img {
	width: 9.2285vw;
	/* height: 7.8vw */
}

.footer-top-left .footer-top-left-btn {
	cursor: pointer;
	width: 8vw;
	height: 2.8vw;
	margin-top: 0vw;
	background: #55943c;
	border-radius: 50vw;
	font-size: .9vw;
	color: #ffffff;
	line-height: 2.8vw;
	text-align: center;
	border: 1px solid #55943c
}

.footer-top-left .footer-top-left-btn:hover {
	background: transparent;
	color: #55943c
}

.footer-top .footer-top-center {
	display: flex;
	flex-direction: column;
	width: 32%;
	box-sizing: border-box;
	padding: 0 3vw;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3)
}

.footer-top-center p {
    margin-bottom: 1.9vw;
    font-size: 1.5vw;
    line-height: 1.65vw;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}

.footer-top-center span {
	font-weight: 400;
	font-size: .8vw;
	line-height: 1.5vw;
	color: #ffffff;
	text-align: left
}

.footer-top .footer-top-right {
	display: flex;
	flex-direction: column;
	padding-left: 2vw
}

.footer-top-right .footer-top-right-title {
	margin-bottom: 1.25vw;
	font-size: 1.5vw;
	font-weight: bold;
	line-height: 1.65vw;
	color: #ffffff;
	text-align: left
}

.footer-top-right .inp-foot-label {
	display: flex
}

.footer-top-right .inp-foot p {
	display: flex;
	margin-bottom: .5vw;
	align-items: flex-start;
	text-align: left;
	font-size: .8vw;
	color: #ffffff
}

.footer-top-right .inp-foot span {
	font-weight: 400;
	font-size: .8vw;
	color: #fa386a
}

.footer-top-right .inp-foot {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem
}

.inp-foot input {
	width: 13vw;
	height: 2vw;
	background: #fff;
	border-radius: .1vw;
	color: #000;
	font-size: .7vw;
	border: none;
	text-indent: 1vw
}

.inp-foot input::placeholder {
	color: #999;
	text-align: left
}

.footer-top-right .btn-foot {
	cursor: pointer;
	width: 13vw;
	height: 2vw;
	background: #55943c;
	border-radius: .2vw;
	background: #55943c;
	font-size: .7vw;
	color: #ffffff;
	line-height: 2vw;
	text-align: center;
	border: 1px solid #55943c
}

.footer-top-right .btn-foot:hover {
	background: transparent;
	color: #55943c;
	border: 1px solid #55943c
}

.footer-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1.25rem 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	margin-top: 4.375rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
	font-style: normal
}

.banner-adorn-wrap {
	position: absolute;
	left: 0;
	bottom: -200px;
	width: 100%;
	height: auto;
	bottom: 0;
	filter: invert(1);
	opacity: 0.3;
	z-index: 0;
	animation: 10s infinite alternate banner-adorn-anime linear
}

.banner-adorn-wrap #banner-adorn {
	width: 200%;
	transform: translateX(-50%)
}

@keyframes banner-adorn-anime {
	100% {
		transform: scale(4) translateX(75%)
	}
}

.dynamic-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.4s ease;
	backdrop-filter: blur(5px)
}

.dynamic-search-overlay.active {
	opacity: 1
}

.dynamic-search-overlay.active .dynamic-search-container {
	transform: translateY(0) scale(1);
	opacity: 1
}

.dynamic-search-overlay .dynamic-search-container {
	width: 70%;
	background: transparent;
	border-radius: 20px;
	position: relative;
	transform: translateY(40px) scale(0.95);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.dynamic-search-overlay .dynamic-clear-btn {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #3D69AE;
	border: none;
	font-size: 2.9vw;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10;
	transform: translate(50%, -40%);
	background: transparent;
	display: none
}

.dynamic-search-overlay .dynamic-clear-btn.hasinfo {
	display: unset
}

.dynamic-search-overlay .dynamic-search-input {
	width: 100%;
	padding: 12px 24px;
	font-size: 3.25vw;
	line-height: 1.2em;
	border: transparent;
	border-bottom: 1px solid #fff;
	outline: none;
	transition: all 0.3s;
	background-color: transparent;
	box-shadow: inset 0 2px 10px rgba(0,0,0,0.05);
	text-align: center;
	color: #fff
}

.dynamic-search-overlay .dynamic-search-title {
	font-size: 2.2rem;
	color: #2c3e50;
	margin-bottom: 15px;
	font-weight: 700;
	text-align: center
}

.dynamic-search-overlay .dynamic-search-subtitle {
	color: #7f8c8d;
	font-size: 1.1rem;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.6
}

.dynamic-search-overlay .dynamic-search-button {
	flex: 1;
	padding: 10px 18px;
	font-size: 1.1rem;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s
}

.dynamic-search-overlay .dynamic-search-primary {
	background: #55943c;
	color: white
}

.dynamic-search-overlay .dynamic-search-primary:hover {
	box-shadow: 0 4px 8px rgba(52,219,152,0.3);
	background: linear-gradient(135deg, #678d58, #38582b)
}

.dynamic-search-overlay .dynamic-search-secondary {
	background-color: #f8f9fa;
	color: #555;
	border: 2px solid #e0e0e0
}

.dynamic-search-overlay .dynamic-search-secondary:hover {
	background-color: #e9ecef;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1)
}

.dynamic-search-overlay .dynamic-search-hint {
	color: #95a5a6;
	font-size: 0.95rem;
	margin-top: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px
}

.dynamic-search-overlay .dynamic-search-results {
	margin-top: 30px;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	display: none
}

.dynamic-search-overlay .dynamic-search-results.active {
	display: block
}

.dynamic-search-overlay .dynamic-result-item {
	padding: 18px 25px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: all 0.2s
}

.dynamic-search-overlay .dynamic-result-item:hover {
	background-color: #f8f9fa;
	padding-left: 30px
}

.dynamic-search-overlay .dynamic-result-item .dynamic-result-title {
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 5px;
	font-size: 1.1rem
}

.dynamic-search-overlay .dynamic-result-item .dynamic-result-description {
	color: #7f8c8d;
	font-size: 0.95rem
}

.friend-model-wrap .friend-model {
	position: relative;
	margin: 0 4vw 0;
	overflow: hidden
}

.friend-model-wrap .friend-model::before {
	content: " ";
	width: 2vw;
	height: 5.5vw;
	background: linear-gradient(270deg, rgba(249,251,255,0) 0%, #fff 100%);
	position: absolute;
	z-index: 1;
	left: 0;
	top: 10.4vw
}

.friend-model-wrap .friend-model::after {
	content: " ";
	width: 2vw;
	height: 5.5vw;
	background: linear-gradient(270deg, #fff 0%, rgba(249,251,255,0) 100%);
	position: absolute;
	right: 0;
	top: 10.4vw
}

.friend-model-wrap .friend-model .friend-title {
	padding: 2.8vw 0 2.5vw 0;
	font-weight: bold;
	font-size: 4vw;
	color: #55943c;
	line-height: 5.35vw;
	text-align: center;
	white-space: nowrap
}

.friend-model-wrap .friend-model .index-scroll {
	display: flex;
	overflow-x: hidden;
	padding: 0;
	background-color: #fff
}

.friend-model-wrap .friend-model .scroll-content {
	display: flex;
	width: max-content
}

.friend-model-wrap .friend-model .scroll-content .list {
	height: 5vw;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	box-sizing: border-box;
	flex-shrink: 0
}

.friend-model-wrap .friend-model .scroll-content .list img {
	width: 10.5vw;
	height: 5vw
}

.friend-model-wrap .friend-model .index-scroll-item {
	user-select: none;
	margin-right: 4vw;
	width: 9vw;
	height: 5vw;
	background: #ffffff;
	box-shadow: 0 0 .075vw 0 rgba(216,222,227,0.3);
	border-radius: 40vw;
	display: flex;
	align-items: center;
	/* filter: grayscale(1) */
}

.friend-model-wrap .friend-model .index-scroll-item:hover {
	filter: grayscale(0)
}

.friend-model-wrap .partner-btn {
	cursor: pointer;
	display: flex;
	width: 16vw;
	height: 4.4vw;
	margin: 3.5vw auto -2.2vw;
	align-items: center;
	justify-content: center;
	background: #01152B;
	border-radius: 44vw;
	font-size: 1.5vw;
	font-weight: bold;
	color: #ffffff;
	line-height: 4.4vw;
	text-align: center;
	z-index: 2;
	position: relative
}

.friend-model-wrap .partner-btn:hover {
	background: #000;
	color: #fff;
	border: 1px solid #fff
}

.friend-model-wrap .partner-btn-wrap {
	background: #D9D9D9;
	height: 7.2vw
}

@media (max-width: 768px) {
	.dynamic-search-overlay .dynamic-search-container {
		padding: 30px 20px;
		width: 95%
	}

	.dynamic-search-overlay .dynamic-search-input {
		font-size: 1.1rem;
		padding: 18px 20px
	}

	.dynamic-search-overlay .dynamic-search-title {
		font-size: 1.8rem
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes slideIn {
	from {
		transform: translateY(30px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@media screen and (min-width: 767px) {
	.head-top-bar .icon-block {
		font-size: 1vw
	}

	header {
		position: fixed;
		z-index: 999;
		top: 0;
		width: 100%;
		box-sizing: border-box;
		background: transparent;
		transition: all 0.3s ease
	}

	header.active .head-top-bar {
		height: 0
	}

	header.active .header-wrap {
		background: #01152B;
		background-size: 4px 4px;
		backdrop-filter: saturate(50%) blur(4px);
		-webkit-backdrop-filter: saturate(50%) blur(4px);
		box-shadow: 0 2px 10px rgba(0,0,0,0.1)
	}

	header.active .header-wrap .lang-select-box {
		top: calc(100% + 30px) !important;
		box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important
	}

	header.active .header-wrap .search {
		background: #fff;
		height: 2.5vw
	}

	header.active .header-wrap .search .en:hover {
		background-color: rgba(85,148,60,0.05)
	}

	header.active .header-wrap .search .en-label {
		color: #000 !important
	}

	header.active .header-wrap .nav-item {
		color: #fff;
		background: none;
		background-clip: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset
	}

	header.active .header-wrap .nav-item .nav-item-label {
		color: #fff
	}

	header.active .header-wrap .nav-item::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 60px;
		background: transparent
	}

	header.active .header-wrap .contact {
		background: #55943c;
		background-clip: unset;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset
	}

	header.active .header-wrap .contact:hover {
		color: #55943c;
		background: #fff;
		border: #55943c 1px solid
	}

	header.active .header-wrap .nav-submenu {
		background: #F6F6F6;
		box-shadow: 0 4px 12px rgba(0,0,0,0.1)
	}

	header.active .header-wrap .nav-submenu .submenu-item {
		color: #000000;
		font-weight: normal;
	}

	header.active .header-wrap .nav-submenu .submenu-item:hover {
		color: #55943c;
		background-color: #f5f7fa
	}

	header.active .header-wrap #nav-item1 .nav-submenu-img {
		box-shadow: 0 4px 16px rgba(0,0,0,0.12)
	}

	header .head-top-bar {
		height: 2.2vw;
		background: linear-gradient(79deg, rgba(1,16,33,0) 0%, #011021 100%);
		transition: height .22s;
		overflow: hidden
	}

	header .head-top-bar .header-top-bar-search-btn {
		width: 1vw;
		height: 1vw;
		margin-top: .6vw;
		margin-right: 1.4vw;
		display: block;
		float: right
	}

	header .header-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 2vw;
		height: 4.5vw !important;
		background: transparent;
		width: 100%
	}

	header .header-wrap .logo {
		display: block;
		height: 3.6vw
	}

	header .header-wrap .logo img {
		height: 3.6vw;
		object-fit: contain
	}

	header .header-wrap .head-right {
		display: flex;
		align-items: center
	}

	header .header-wrap .nav {
		flex: 1;
		display: flex;
		justify-content: end
	}

	header .header-wrap .nav .nav-item {
		position: relative;
		display: flex;
		
		align-items: center;
		font-size: .9vw;
		color: #ffffff;
		z-index: 9
	}

	header .header-wrap .nav .nav-item+.nav-item {
		margin-left: 1.2vw
	}

	header .header-wrap .nav .nav-item:hover .dropdown {
		transform: rotate(180deg)
	}

	header .header-wrap .nav .nav-item:hover {
		color: #55943c
	}

	header .header-wrap .nav .nav-item::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 12px;
		background: transparent
	}

	header .header-wrap .nav .nav-item .nav-item-label {
		margin-right: .2vw;
		cursor: pointer
	}

	header .header-wrap .nav .nav-item .dropdown {
		width: .7vw;
		transition: transform 0.2s ease
	}

	header .header-wrap .nav .nav-item img {
		width: 13.7vw;
		height: auto
	}

	header .header-wrap .search {
		display: flex;
		width: 7.8vw;
		height: 2.6vw;
		padding: .85vw;
		margin-right: 1vw;
		margin-left: 1.2vw;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
		border-radius: 10vw;
		background: rgba(0,0,0,0.43);
		font-size: .8vw
	}

	header .header-wrap .search #searchIcon {
		display: inline-block;
		width: 1vw
	}

	header .header-wrap .search .en {
		display: flex;
		width: 100%;
		align-items: center;
		position: relative;
		cursor: pointer;
		padding: 2px 0;
		border-radius: 4px;
		transition: all 0.2s ease
	}

	header .header-wrap .search .en .en-label {
		flex: 1;
		color: #fff;
		white-space: nowrap;
		font-weight: 400;
		font-size: nzautosize(16);
		line-height: 1.1vw
	}

	header .header-wrap .search .en .down {
		margin-left: .2vw;
		width: .7vw;
		height: auto
	}

	header .header-wrap .search .en:hover .lang-select-box {
		opacity: 1;
		visibility: unset;
		pointer-events: unset
	}

	header .header-wrap .search .en:hover::after {
		pointer-events: unset
	}

	header .header-wrap .search .en::after {
		content: "";
		pointer-events: none;
		position: absolute;
		top: 100%;
		right: -16px;
		width: 100%;
		min-width: 120px;
		height: calc(100% + 20px);
		background: transparent
	}

	header .header-wrap .search .en .lang-select-box {
		visibility: unset;
		pointer-events: none;
		opacity: 0;
		position: absolute;
		top: calc(100% + 30px);
		right: -16px;
		min-width: 120px;
		border-radius: 8px;
		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
		border: none;
		padding: 8px 0;
		background: #fff;
		z-index: 99
	}

	header .header-wrap .search .en .lang-select-box .lang-item {
		padding: 8px 16px;
		font-size: .75vw;
		color: #333;
		transition: all 0.2s ease;
		border-radius: 4px;
		margin: 0 4px;
		padding: 5px 10px;
		cursor: pointer
	}

	header .header-wrap .search .en .lang-select-box .lang-item:hover {
		background-color: #ddead8 !important;
		color: #55943c !important
	}

	header .header-wrap .search .en .lang-select-box .lang-item.curret {
		width: 20px;
		height: 20px;
		font-weight: 500;
		font-size: 14px;
		color: #55943c;
		line-height: 20px;
		text-align: center
	}

	header .header-wrap .contact {
		width: 6vw;
		height: 2.45vw;
		border-radius: 10vw;
		background: linear-gradient(90deg, #8ec66f 0%, #55943c 100%);
		cursor: pointer;
		font-weight: 400;
		font-family: MicrosoftSansSerif;
		font-size: .8vw;
		color: #ffffff;
		line-height: 2.45vw;
		text-align: center;
		font-style: normal;
		white-space: nowrap
	}

	header .header-wrap .contact:hover {
		color: #55943c;
		background: #fff
	}

	header .nav .nav-item:not(:first-child).current .nav-submenu,header .nav .nav-item:not(:first-child):hover .nav-submenu {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s
	}

	header .nav #nav-item1:hover .nav-submenu-img {
		opacity: 1;
		visibility: unset;
		transition-delay: 0s
	}

	.nav-submenu {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		bottom: -1vw;
		left: 50%;
		transform: translateX(-50%) translateY(100%);
		z-index: 9999;
		min-width: 10vw;
		background: #f9f9f9;
		border-radius: .4vw;
		box-shadow: 0 .2vw .6vw rgba(0,0,0,0.15);
		padding: 1em 0;
		transition: all 0.3s ease;
		transition-delay: 0.05s;
		white-space: nowrap
	}

	.nav-submenu .nav-submenu-list {
		width: 63.6vw;
		min-height: 13.6vw;
		border-radius: 1.2vw;
		padding: 0 .8vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap:nth-child(1) .nav-submenu-list-btn-wrap {
		z-index: 7
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap:nth-child(1) .nav-submenu-list-btn-wrap {
		z-index: 6
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap:nth-child(1) .nav-submenu-list-btn-wrap {
		z-index: 5
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap:nth-child(1) .nav-submenu-list-btn-wrap {
		z-index: 4
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap:nth-child(1) .nav-submenu-list-btn-wrap {
		z-index: 3
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap+.nav-submenu-btn-wrap {
		margin-top: .75vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-item {
		cursor: pointer;
		width: 12.2vw;
		height: 2vw;
		padding: 0 .35vw;
		display: flex;
		align-items: center;
		background: #fff;
		color: #000;
		border-radius: 30vw;
		position: relative
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-item.def {
		background-color: #55943c !important;
		fill: #fff;
		color: #fff
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-item.def+.nav-submenu-list-btn-wrap {
		z-index: 10
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-item::after {
		content: ' ';
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 14.85vw;
		height: 2.75vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-item .nav-submenu-icon {
		margin-left: .1vw;
		margin-right: .3vw;
		width: 1.15vw;
		/* height: 1.15vw; */
		display: inline-block
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-item .nav-submenu-icon.no3 {
		margin-top: -.1vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap {
		cursor: unset;
		position: absolute;
		left: 14.85vw;
		top: 1rem;
		display: flex;
		min-width: 42.7vw;
		min-height: 16vw;
		font-weight: 400;
		font-size: .7vw;
		line-height: 1vw;
		color: #000000;
		background-color: #f6f6f6
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-btn-list {
		width: 20.5vw;
		font-weight: 400;
		font-size: .7vw;
		line-height: 1vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-btn-list .submenu-sub-btn {
		color: #000000;
		width: 74px;
		font-weight: 400;
		font-size: .7vw;
		line-height: .9vw;
		display: block;
		text-decoration: none
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-btn-list .submenu-sub-btn+.submenu-sub-btn {
		padding-top: .6vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-btn-list .submenu-sub-btn.title-type {
		font-size: .9vw;
		font-weight: 700;
		font-family: Lufga, sans-serif
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-img {
		width: 13.6vw;
		height: 13vw;
		border-radius: 1.1vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-img.no2 {
		margin-left: 2vw;
		width: 25.2vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-more {
		display: flex;
		width: 12.6vw;
		height: 13vw;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #EAEAEA;
		border-radius: .8vw;
		text-align: center;
		margin-left: 1vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-more .nav-submenu-list-title {
		font-size: .9vw;
		line-height: 1.35vw;
		color: #000000;
		font-weight: 700
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-more .nav-submenu-list-content {
		font-weight: 400;
		color: #333333;
		font-size: .8vw;
		line-height: 1.2vw;
		text-wrap: wrap;
		padding: 1vw .4vw 1.15vw
	}

	.nav-submenu .nav-submenu-list .nav-submenu-btn-wrap .nav-submenu-list-btn-wrap .nav-submenu-list-more .nav-submenu-list-btn {
		font-weight: 400;
		font-size: .7vw;
		color: #FFFFFF;
		line-height: 2.2vw;
		text-align: center;
		padding-left: 1em;
		padding-right: 1em;
		min-width: 5vw;
		background: #55943C;
		border-radius: 1.4vw
	}

	.nav-submenu-img {
		opacity: 0;
		visibility: hidden;
		display: flex;
		position: absolute;
		left: -285%;
		bottom: -2vw;
		transform: translateX(-50%) translateY(100%);
		z-index: 9999;
		background: #ffffff;
		border-radius: 1.2vw;
		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
		padding: 1.1vw 1.1vw 1vw;
		transition: all 0.3s ease;
		transition-delay: 0.05s
	}

	.nav-submenu-img .submenu-item-img {
		display: flex;
		align-items: center;
		flex-direction: column;
		text-align: center;
		text-decoration: none
	}

	.nav-submenu-img .submenu-item-img+.submenu-item-img {
		margin-left: 1vw
	}

	.nav-submenu-img .submenu-item-img .info-img {
		width: 13.7vw
	}

	.nav-submenu-img .submenu-item-img p {
		margin-top: .75em;
		font-size: 0.9vw;
		color: #000;
		line-height: 1.4em;
		text-align: center
	}

	#nav-item1::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 40px;
		background: transparent;
		z-index: 9999
	}

	.nav-submenu:hover {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important
	}

	#nav-item1:hover .submenu-item-img {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important
	}

	.nav-submenu .submenu-item {
		display: block;
    padding: 0.2em 1.5em;
    color: #333333;
    text-decoration: none;
    font-size: 0.8vw;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
	}

	.submenu-item-img img {
		width: 15vw;
		transition: all 0.3s ease-in-out;
		cursor: pointer
	}

	.submenu-item-img img:hover {
		filter: unset;
		transform: translateY(-10px)
	}

	.nav-submenu .submenu-item:hover {
		background-color: #f5f7fa;
		color: #55943c
	}
}

@media screen and (max-width: 767px) {

	.footer-top-left-left-wrap{display: none;}
	.friend-model-wrap {display: none;}
	.head-top-bar {
		display: none
	}
	.global-nz-btn {
	font-size: 4vw;
    line-height: 9vw;
	}
	header {
		position: fixed;
		z-index: 999;
		top: 0;
		display: flex;
		width: 100%;
		padding: 15px 5vw !important;
		height: 70px !important;
		flex-wrap: nowrap !important;
		align-items: center;
		justify-content: space-between !important
	}

	header.active {
		background: #000000;
		box-shadow: 0 2px 10px rgba(0,0,0,0.1)
	}

	header .logo {
		width: 50vw !important;
		margin-bottom: 0 !important
	}

	header .logo #logo {
		width: 100%
	}

	header .head-right {
		display: none !important
	}

	header .header-wrap {
		display: flex;
		justify-content: space-between;
		width: 100%
	}

	.search-mobile {
		display: none
	}

	.header-menu-btn {
		display: block !important;
		width: 30px !important;
		height: 40px !important
	}

	.header-menu-btn img {
		width: 100% !important;
		height: 100% !important
	}

	.banner-adorn-wrap {
		display: flex;
		width: 100%;
		justify-content: space-between
	}

	.banner-adorn-wrap #banner-adorn {
		transform: translate(-50%, 50%)
	}

	.footer {
		position: relative;
		padding: 40px 5vw 30px !important
	}

	.footer .footer-top {
		flex-direction: column !important;
		gap: 20px !important
	}

	.footer .footer-top .footer-top-left {
		padding-right: 4%;
		display: none;
	}

	.footer .footer-top .footer-top-left img {
		width: 100%;
		height: auto
	}

	.footer .footer-top .footer-top-left .footer-top-left-btn {
		width: 100%;
		height: auto;
		line-height: 54px;
		font-size: 14px
	}

	.footer .footer-top .footer-top-center {
		width: 100% !important;
		padding: 20px 0 !important;
		border-top: 1px solid rgba(255,255,255,0.1) !important;
		border-bottom: 1px solid rgba(255,255,255,0.1) !important;
		border-left: none !important;
		border-right: none !important
	}

	.footer .footer-top .footer-top-center p {
		font-size: 22px !important;
		margin-bottom: 15px !important
	}

	.footer .footer-top .footer-top-center span {
		font-size: 16px !important;
		line-height: 30px !important;
		display: block !important
	}

	.footer .footer-top .footer-top-right {
		width: 100% !important;
		padding-left: 0
	}

	.footer .footer-top .footer-top-right p {
		font-size: 20px;
		margin-bottom: 15px
	}

	.footer .footer-top .footer-top-right input {
		width: 100%;
		height: auto
	}

	.footer .footer-top .footer-top-right .btn-foot {
		font-size: 16px;
		width: 100%;
		line-height: 54px;
		height: auto
	}

	.footer-top-left-btn {
		width: 100% !important;
		margin-top: 20px !important
	}

	.inp-foot input {
		height: 50px !important;
		font-size: 16px !important
	}

	.btn-foot {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.footer-bottom {
		font-size: 14px !important;
		text-align: center !important;
		padding: 20px 0 !important;
		line-height: 22px !important;
		margin-top: 40px !important
	}

	.friend-model .friend-title {
		padding: 2.8vw 0 2.5vw 0;
		font-weight: bold;
		font-size: 3.6vw;
		color: #55943c;
		line-height: 5.35vw;
		text-align: center;
		white-space: nowrap
	}

	.friend-model .partner-btn {
		width: 100% !important;
		max-width: 220px !important;
		height: 60px !important;
		font-size: 18px !important;
		margin-bottom: -30px
	}

	.friend-model .partner-btn-wrap {
		background: #D9D9D9;
		height: 144vw
	}
}
