@import url("swiper-bundle.min.css");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	transition: 0.5s;
	scroll-behavior: smooth;
}

html body {
	overflow-x: hidden;
	margin: 0 auto;
	font-family: HelveticaLTStd-Roman, Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #333;
	letter-spacing: 0px;
}

html body input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

html body img {
	display: block;
	transition: 0.4s;
	max-width: 100%;
}

html body i {
	display: inline-block;
	transition: 0.3s;
}

html body a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
	outline: none !important;
}

html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
	outline: none !important;
}

html body span {
	display: inline-block;
}

html body a,
html body span,
html body li {
	transition: 0.3s;
}

html body .content {
	margin: auto;
	max-width: 1400px;
	width: calc(100% - 180px);
}

html body li {
	list-style: none;
}

.rightMenu {
	z-index: 11;
	display: none;
	flex-direction: column;
	position: fixed;
	right: 0px;
	transform: translateY(-50%);
	gap: 2px;
	top: 50%;
}

.rightMenu>* {
	flex-direction: column;
	cursor: pointer;
	width: 60px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}

.rightMenu>*::before {
	content: "";
	width: calc(100% - 12px);
	aspect-ratio: 1/1;
	position: absolute;
	left: 6px;
	top: 6px;
	background: var(--i);
	border-radius: 50%;
	z-index: -1;
}

.rightMenu>*:hover {
	background: #047835;
}

@media screen and (min-width: 992px) {
	.rightMenu>*:hover .hide_box {
		display: block;
	}
}

.rightMenu .logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rightMenu .logo img {
	max-width: 90%;
}

.rightMenu .hide_box {
	position: absolute;
	right: 100%;
	padding-right: 10px;
	border-bottom: none;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.rightMenu .hide_box img {
	max-width: none;
}

.rightMenu .hide_box>p {
	background: #047835;
	white-space: nowrap;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
}

/* nav */
.xnav {
	display: none;
}

.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #fff;
	box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.12);
	right: 2.5%;
	top: 23px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999;
}

.nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #047835;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
	z-index: 99999991;
}

.nav .nav1 {
	margin-top: -1px;
}

.nav .nav2 {
	margin-top: -8px;
}

.nav .nav3 {
	margin-top: 6px;
}

.navh .nav1 {
	transform: rotate(45deg);
}

.navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}

.navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}

.smdaohang {
	position: fixed;
	width: 280px;
	height: 100%;
	opacity: 0;
	overflow: auto;
	top: 0px;
	right: -200%;
	background: #ccc;
	z-index: 9999999;
	transition: 0.5s;
	text-align: center;
}

.smdaohangh {
	right: 0px;
	opacity: 1;
}

.topnav {
	margin: auto;
	margin-top: 30px;
	padding: 20px;
}

ul.topnav li {
	text-align: left;
	position: relative;
}

ul.topnav li a {
	padding: 15px 5px;
	padding-left: 0px;
	color: #333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding-right: 50px;
	border-bottom: 1px dashed #fff;
}

ul.topnav ul {
	display: none;
}

ul.topnav ul li {
	clear: both;
}

ul.topnav ul li a {
	padding: 10px 5px;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	outline: 0;
	border: none;
}

ul.topnav ul ul li a {
	padding-left: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.topnav ul ul {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

ul.topnav ul ul ul li a {
	padding-left: 60px;
}

ul.topnav span {
	display: block;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	border-radius: 50%;
	transition: 0.5s;
}

ul.topnav span:before {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: 0px;
	transform: rotate(45deg);
	transform-origin: right center;
}

ul.topnav span:after {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
	transform-origin: right center;
	transition: 0.5s;
}

ul.topnav span.yizi {
	transform: rotate(90deg);
}

.smdaohang form {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 240px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
}

.smdaohang form .iptc {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
}

.smdaohang form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: transparent;
	position: relative;
	z-index: 99;
}

.smdaohang form i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.daohang2 {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.daohang2 a {
		float: left;
		width: 25%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 24px;
		text-align: center;
	}

	.daohang,
	.daohang1 {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.xnav {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.nav {
		top: 15px;
	}
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, -moz-transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes bounce {

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

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.imgBox {
	width: 100%;
}

.imgBox a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.imgBox a img:hover {
	transform: scale(1.05);
}

.imgBox img {
	max-width: 100%;
	margin: auto;
}

.swiper {
	width: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

.header {
	background-color: rgba(0, 0, 0, 0.6);
}

header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	transition: 0.3s;
}

header::before {
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	background: #047835;
	height: 100%;
	position: absolute;
	z-index: -1;
}

header .content {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

header .center {
	display: flex;
	align-items: center;
}

header .logoBox {
	width: 134px;
	flex-shrink: 0;
	padding: 14px 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

header .logoBox a {
	display: block;
}

header .logoBox img {
	width: 100%;
}

header .logoBox::before {
	content: "";
	position: absolute;
	right: -117px;
	top: 0;
	background: url("../images/header_back.png") no-repeat right bottom;
	background-size: cover;
	width: 511px;
	height: 100%;
	z-index: -1;
}

header .logoBox::after {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	background: #fff;
	width: 100vw;
	height: calc(100% - 1px);
	z-index: -2;
}

header .menuOne.active>a::before {
	width: 40px;
}

header .menuOne.menuactive>a::before {
	width: 40px;
}

header .menuOne {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 30px;
	color: #ffffff;
	margin-right: 50px;
	position: relative;
}

header .menuOne>a {
	color: #ffffff;
	padding: 25px 0px;
	position: relative;
}

header .menuOne>a::before {
	position: absolute;
	content: "";
	width: 0px;
	max-width: 100%;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	transition: 0.3s;
	background: #fff;
}

header .menuOne>a:hover::before {
	width: 40px;
}

header .menuOne .active>a {
	color: #047835;
}

header .menuOne .active>a img {
	opacity: 1;
	filter: none;
}

header .menuOne .menuactive>a {
	color: #047835;
}

header .menuOne .menuactive>a img {
	opacity: 1;
	filter: none;
}

header .menuOne:nth-last-of-type(1) {
	margin-right: 0px !important;
}

header .ul {
	width: 160px;
	height: 100%;
	max-height: max-content;
	min-width: max-content;
	position: absolute;
	display: none;
	left: calc(100% - 1px);
	top: 0;
	border-left: 1px solid #ccc;
}

header .ul div {
	background: #fff;
	padding: 33px 0px 40px;
	position: relative;
	min-height: 100%;
}

header .ul li {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333;
}

header .ul li span {
	transition: 0s;
	display: block;
	flex-shrink: 0;
}

header .ul li img {
	filter: brightness(0);
	opacity: 0.6;
	transition: 0.2s;
}

header .ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 42px;
	color: #333;
	gap: 50px;
	white-space: nowrap;
	position: relative;
}

header .ul li a:hover {
	color: #047835;
}

header .ul li a:hover img {
	opacity: 1;
	filter: none;
}

header .ul1 {
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding-left: 0px;
	padding-top: 13px !important;
	border-left: none;
	height: auto;
}

header .head_boxr {
	display: flex;
	align-items: center;
}

header .sousuo {
	margin-left: 36px;
}

header .sousuo .search {
	cursor: pointer;
	width: 40px;
	aspect-ratio: 1/1;
	transition: 0.2s;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	background: rgba(238, 238, 238, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #047835;
}

header .sousuo .search:hover {
	background: #fff;
	color: #047835;
}

header .sousuo .form_zz {
	display: none;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

header .sousuo .form_box {
	padding: 6% 30px;
	background: #fafafa;
	z-index: 2;
	position: relative;
}

header .sousuo .search_hide {
	position: absolute;
	font-size: 20px;
	right: 20px;
	top: 5px;
	cursor: pointer;
	color: #333;
}

header .sousuo .search_hide:hover {
	color: #047835;
}

header .sousuo form {
	overflow: hidden;
	border-bottom: 1px solid #333;
	z-index: 2;
	margin: 0px auto;
	width: 600px;
	max-width: 100%;
	display: flex;
	align-items: center;
	padding: 0px 5px;
}

header .sousuo form input:nth-of-type(1) {
	height: 42px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 18px;
	color: #2f3135;
	background: none;
	width: 100%;
	padding-right: 10px;
	flex: 1;
}

header .sousuo form input:nth-of-type(2) {
	line-height: 33px;
	font-size: 20px;
	background: none;
	color: #333;
	cursor: pointer;
	transition: 0.3s;
}

header .sousuo form input:nth-of-type(2):hover {
	color: #047835;
}

header .lang {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 26px;
}

header .lang .lang_box {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	overflow: hidden;
	gap: 8px;
	transition: 0.2s;
	cursor: pointer;
}

@media screen and (min-width: 769px) {
	header .lang .lang_box:hover span {
		text-decoration: underline;
		text-underline-offset: 2px;
	}
}

header .lang .lang_box .dq {
	width: 15px;
}

header .lang .lang_box .dq1 {
	width: 12px;
}

header .lang .lang_box span {
	font-family: HelveticaLTStd-Roman;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	transition: 0.2s;
	margin-right: 8px;
}

header .lang>ul {
	display: none;
	position: absolute;
	width: 120px;
	background-color: #fff;
	border: 1px solid #047835;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
	z-index: 1;
}

header .lang>ul li {
	border-bottom: 1px dashed #047835;
	padding: 6px 0px;
}

header .lang>ul li a {
	text-align: center;
	display: block;
	line-height: 28px;
}

header .lang>ul li a:hover {
	color: #047835;
}

header .lang>ul li:nth-last-of-type(1) {
	border-bottom: none;
}

header .buttonBox {
	margin-left: 25px;
}

header .buttonBox a {
	min-height: 80px;
	min-width: 106px;
	border: 1px solid #fff;
	color: #047835;
}

.buttonBox {
	display: flex;
	justify-content: flex-start;
}

.buttonBox a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 200px;
	min-height: 50px;
	color: #222;
	background: #fff;
	padding: 4px 20px;
	text-align: center;
}

.buttonBox a:hover {
	background: #047835;
	color: #fff;
}

.bofangBox {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.clear {
	clear: both;
}

.bannerBox {
	position: relative;
}

.bannerBox::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/banner_back.png") no-repeat center;
	background-size: cover;
}

.bannerBox img {
	width: 100%;
}

.bannerBox .content {
	position: absolute;
	left: 50%;
	top: 56.2%;
	transform: translate(-50%, -50%);
}

.bannerBox .banner_title {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 72px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
}

.mbx {
	color: #fff;
	margin-top: 32px;
}

.mbx a {
	display: inline;
	color: #fff;
}

.mbx a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.PageNumber {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-family: HelveticaLTStd-Roman;
	width: 100%;
	gap: 10px 11px;
	position: relative;
	margin-top: 73px;
	padding: 0px 200px;
}

.PageNumber .page_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	flex-wrap: wrap;
}

.PageNumber a {
	color: #666;
	line-height: 28px;
	width: 30px;
	aspect-ratio: 1/1;
	background: rgba(4, 120, 53, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.PageNumber a i {
	transition: 0s;
}

.PageNumber a:hover {
	color: #fff;
	background: #047835;
}

.PageNumber .dif_a {
	width: auto;
	aspect-ratio: initial;
	background: transparent;
	color: #999;
	margin: 0px 5px;
}

.PageNumber .dif_a:hover {
	color: #047835;
	background: transparent;
}

.PageNumber .active {
	color: #fff;
	background: #047835;
}

.PageNumber input {
	font-family: HelveticaLTStd-Roman;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer;
	transition: 0.3s;
	background: transparent;
}

.PageNumber input:hover {
	color: #047835;
}

.PageNumber .submit {
	display: flex;
	align-items: center;
	gap: 19px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.padding_top {
	padding-top: 80px;
}

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

.index_banner .swiper-slide {
	position: relative;
}

.index_banner .swiper-slide a {
	display: block;
}

.index_banner .swiper-slide img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.index_banner .swiper-slide-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.index_banner .swiper-notification {
	display: none;
}

.index_banner .swiper-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index_banner .swiper-slide video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none;
	display: block;
}

@media screen and (max-width: 992px) {
	.index_banner .swiper-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

.index_banner .control_box div {
	width: 19px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: 0.3s;
	opacity: 0.5;
	cursor: pointer;
}

.index_banner .control_box div:hover {
	opacity: 1;
}

.index_banner .control_box .prev {
	left: 6.771%;
}

.index_banner .control_box .next {
	right: 6.771%;
}

.index1 {
	position: relative;
	z-index: 2;
}

.index1_container {
	width: calc(100% - 40px);
	max-width: 1840px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%, -81%);
	background-color: #ffffff;
	box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 33px 20px 45px;
	display: flex;
}

.index1_container .big_num {
	color: #047835;
	font-family: HelveticaLTStd-BlkCond;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 2px;
}

.index1_container .j-hdata2,
.index1_container .j-hdata1 {
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
}

.index1_container .j-hdata2::before,
.index1_container .j-hdata1::before {
	content: attr(title);
	height: 0px;
	display: block;
	overflow: hidden;
}

.index1_container .j-hdata2+p,
.index1_container .j-hdata1+p {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
}

.index1_container .text {
	color: #333;
	margin-top: 4px;
}

.index1_container figure {
	flex: 1;
	text-align: center;
	position: relative;
	padding: 0px 15px;
}

.index1_container figure::before {
	content: "";
	position: absolute;
	right: 0;
	height: 100%;
	max-height: 50px;
	border-right: 1px solid #ccc;
	top: 50%;
	transform: translateY(-50%);
}

.index1_container figure:nth-last-of-type(1)::before {
	display: none;
}

.big_title {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
	color: #333;
}

.big_title a {
	color: #333;
}

.big_title a:hover {
	color: #047835;
}

.big_bt {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
}

.big_bt a {
	color: #333;
}

.big_bt a:hover {
	color: #047835;
}

.big_describe {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333;
}

.white_title {
	color: #fff;
}

.white_title a {
	color: #fff;
}

.white_title a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.index2_top {
	position: relative;
	background: url("../images/index2_back.jpg") no-repeat center;
	background-size: cover;
}

.index2_top .content {
	position: relative;
	z-index: 1;
	padding: 117px 0px 47px;
}

.index2_top .back_img {
	width: calc(100% - 180px);
	max-width: 1400px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3.2%;
	mix-blend-mode: multiply;
}

.index2_top .back_img .imgBox {
	width: 81.858%;
}

.index2_top .back_text {
	width: 81.856%;
	position: absolute;
	right: 0;
	bottom: 3.1%;
	z-index: -1;
	opacity: 0.7;
	font-family: HelveticaLTStd-BlkCond;
	font-size: 216px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 173px;
	letter-spacing: 43px;
	-webkit-text-stroke: 1px #047835;
	color: transparent;
	z-index: 2;
	mix-blend-mode: multiply;
}

.index2_top .describe {
	color: #555;
	line-height: 28px;
	margin-top: 7px;
}

.index2_top .container {
	width: 68%;
}

.index2_list {
	min-height: 880px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
}

.index2_list li {
	flex: 1;
	border-right: 1px solid rgba(238, 238, 238, 0.27);
	display: flex;
}

.index2_list .imgBox {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

.index2_list .imgBox img {
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 993px) {
	.index2_list .show .imgBox {
		opacity: 1;
	}

	.index2_list .show .links {
		opacity: 0;
	}

	.index2_list .show .button {
		opacity: 1;
		pointer-events: all;
	}

	.index2_list .show .box::before {
		opacity: 1;
	}
}

.index2_list .box {
	position: relative;
	z-index: 1;
	flex: 1;
	padding: 69px 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.index2_list .box::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	transition: 0.3s;
	background-color: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	opacity: 0;
}

.index2_list .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 62px;
}

.index2_list .title a {
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index2_list .title a:hover {
	color: #047835;
}

.index2_list .links {
	width: 50px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}

.index2_list .button_links {
	margin-top: 19px;
	position: relative;
}

.index2_list .button {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}

.index2_list .button a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	gap: 15px;
	padding: 4px 14px;
	min-height: 50px;
	color: #000;
}

.index2_list .button a:hover {
	background: #047835;
	color: #fff;
}

.index2_list .button a:hover img {
	filter: brightness(0) invert(1);
}

.index2_list .button span {
	transition: 0s;
}

.index2_list .button img {
	transition: 0.2s;
}

.index3 {
	background: url("../images/index3_back.jpg") no-repeat center;
	background-size: cover;
	padding: 89px 0px 100px;
	overflow: hidden;
}

.index3 .swiper {
	overflow: initial;
	pointer-events: none;
}

.index3 .swiper-slide {
	height: auto;
	display: flex;
}

@media screen and (min-width: 993px) {
	.index3 .swiper-slide:hover .container {
		box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.12);
	}
}

.index3 .container {
	transition: 0.3s;
	background: #fff;
	flex: 1;
	opacity: 0;
}

.index3 .big_bt {
	text-align: center;
}

.index3 .text {
	width: 100%;
	max-width: 1170px;
	color: #666;
	text-align: center;
	margin: 14px auto 0px;
}

.index3 .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.index3 .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #333;
}

.index3 .title a:hover {
	color: #047835;
}

.index3 .describe {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index3 .box {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding: 24px 20px 25px;
}

.index3 .swiper-slide-visible {
	pointer-events: all;
}

.index3 .swiper-slide-visible .container {
	opacity: 1;
}

.index3 .sw_box {
	margin-top: 40px;
	position: relative;
}

.index3 .swiper_button div {
	position: absolute;
	z-index: 1;
	top: 50%;
}

.index3 .swiper_button div:nth-of-type(1) {
	left: -42px;
	transform: translate(-100%, -50%);
}

.index3 .swiper_button div:nth-of-type(2) {
	right: -42px;
	transform: translate(100%, -50%);
}

.index3 .buttonBox {
	justify-content: center;
	margin-top: 70px;
}

.index4 {
	background: url("../images/index4_back.jpg") no-repeat center;
	background-size: cover;
	padding: 156px 0px 138px;
}

.index4 .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 23px;
}

.index4 .describe {
	margin-top: 23px;
	color: #666;
	line-height: 36px;
}

.index4 .buttonBox {
	margin-top: 6.6%;
}

.index4 .buttonBox a {
	border: 1px solid #047835;
	background: #047835;
	color: #fff;
	min-width: 170px;
	min-height: 50px;
}

.index4 .buttonBox a:hover {
	background: #fff;
	color: #047835;
}

.index4_l {
	padding-top: 12px;
}

.index4_r {
	width: 54.643%;
	position: relative;
	margin-left: 3%;
	margin-bottom: 10px;
	float: right;
	overflow: hidden;
	transform: translateX(8.1%);
}

.index4_r iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index4_r video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none;
	display: block;
}

@media screen and (max-width: 992px) {
	.index4_r video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

.index5 {
	background: url("../images/index5_back.jpg") no-repeat center;
	background-size: cover;
	padding: 91px 0px 99px;
	overflow: hidden;
}

.index5 .big_bt {
	text-align: center;
}

.index5 .describe {
	width: 100%;
	max-width: 1150px;
	margin: 15px auto 0px;
	color: #666;
	text-align: center;
}

.index5 .sw_box {
	margin-top: 43px;
}

.index5 .swiper {
	pointer-events: none;
	overflow: initial;
}

.index5 .swiper-slide {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.index5 figure {
	opacity: 0;
	transition: 0.3s;
}

.index5 figure:hover{
	box-shadow: 0px 0px 49px rgba(0, 0, 0, 0.17);
}

.index5 .swiper-slide-visible {
	pointer-events: all;
}

.index5 .swiper-slide-visible figure {
	opacity: 1;
}

.index6 {
	padding: 87px 0px 87px;
}

.index6_container {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.index6_l {
	width: 61.143%;
	display: flex;
	justify-content: space-between;
}

.index6_l .l_box {
	width: 65.888%;
	position: relative;
}

.index6_l .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 24px;
	z-index: 1;
	padding: 0px 7.1%;
}

.index6_l .title a {
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index6_l .title a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.index6_l .title1 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	bottom: 15px;
}

.index6_l .imgBox {
	position: relative;
}

.index6_l .imgBox::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../images/index6_la.png") no-repeat center;
	background-size: cover;
	pointer-events: none;
}

.index6_l figure {
	position: relative;
}

.index6_l .r_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 32.127%;
}

.index6_l .r_box .imgBox::before {
	background: url("../images/index6_lb.png") no-repeat center;
	background-size: cover;
}

.index6_r {
	width: 35.786%;
	display: flex;
	flex-direction: column;
	gap: 17px;
	padding-top: 18px;
}

.index6_r .name {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 3px;
}

.index6_r .name a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index6_r .name a:hover {
	color: #047835;
}

.index6_r figure {
	border-bottom: 1px solid #047835;
	padding-bottom: 40px;
}

.index6_r .time {
	color: #666;
}

.index7 {
	padding-bottom: 246px;
}

.index7 .sw_box {
	margin-top: 42px;
}

.index6_oo {
	padding: 91px 0px 94px;
}

.index7_oo {
	padding-bottom: 279px;
	padding-top: 70px;
}

.oo_title {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #333333;
}

.oo1 {
	background: #f5f5f5;
	padding: 73px 0px 100px;
}

.oo1 .content {
	display: flex;
	align-items: flex-start;
}

.oo1_container {
	flex: 1;
	margin-left: 7%;
	padding-top: 3px;
}

.oo1_top .describe {
	line-height: 28px;
	color: #555;
	margin-top: 13px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.oo1_top .show.describe {
	-webkit-line-clamp: initial !important;
}

.oo1_top .read {
	display: flex;
	justify-content: flex-start;
	margin-top: 26px;
}

.oo1_top .read span {
	min-width: 171px;
	min-height: 50px;
	border: 1px solid #047835;
	background: #047835;
	display: none;
	color: #fff;
	padding: 4px 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

.oo1_top .read span:hover {
	background: #fff;
	color: #047835;
}

.oo1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 3.218%;
	margin-top: 61px;
}

.oo1_list li {
	width: 31.188%;
	background: #fff;
}

@media screen and (min-width: 993px) {
	.oo1_list li:hover {
		box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.12);
	}
}

.oo1_list .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.oo1_list .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #333;
}

.oo1_list .title a:hover {
	color: #047835;
}

.oo1_list .describe {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.oo1_list .box {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding: 25px 20px 28px;
}

.oo1_list input {
	width: 14px;
	height: 14px;
	display: block;
	cursor: pointer;
	border: 1px solid #949494;
}

.oo1_list .input_links {
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 6px;
	margin-top: 16px;
}

.oo1_list .links {
	font-size: 14px;
	color: #333;
	background-color: #eeeeee;
	border-radius: 4px;
	padding: 0px 15px;
}

.oo1_list .links:hover {
	background: #047835;
	color: #fff;
}

.ot1 {
	padding: 85px 0px 102px;
	background: #f5f5f5;
}

.ot1 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 7.285%;
}

.ot1 .r_box {
	width: 41.429%;
	max-width: 580px;
	position: relative;
}

.ot1 .swiper-slide {
	position: relative;
	overflow: hidden;
}

.ot1 .mySwiperot1_2 {
	width: 88.104%;
	margin: 0px auto;
}

.ot1 .mySwiperot1_2 .swiper-slide {
	overflow: hidden;
	cursor: pointer;
}

.ot1 .hide_box {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ot1 .hide_box img {
	width: auto;
}

.ot1 .sw_box {
	position: relative;
	margin-top: 26px;
}

.ot1 .pic-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	transition: 0.3s;
	opacity: 0.8;
}

.ot1 .pic-btn img {
	filter: brightness(0);
}

.ot1 .pic-btn:hover {
	opacity: 1;
}

.ot1 .pic-btn:hover img {
	filter: none;
}

.ot1 .pic-btn.prev {
	left: 0;
}

.ot1 .pic-btn.next {
	right: 0;
}

@media screen and (min-width: 1481px) {
	.ot1 .clear {
		display: none;
	}
}

.ot1 .swiper-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ot1 .swiper-slide video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none;
	display: block;
}

@media screen and (max-width: 992px) {
	.ot1 .swiper-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

.ot1_l {
	flex: 1;
	padding-top: 2.3%;
}

.ot1_l .title {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	position: relative;
	margin-top: 5px;
	padding-bottom: 33px;
}

.ot1_l .title::before {
	content: "";
	width: 100%;
	max-width: 70px;
	height: 3px;
	background: #047835;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.ot1_l .describe {
	color: #555;
	line-height: 28px;
	margin-top: 36px;
	padding-bottom: 31px;
}

.ot1_l .describe em {
	font-style: normal;
	color: #333;
	font-size: 18px;
}

.ot1_l .xian {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.ot1_l .share_box {
	color: #333;
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 89px;
}

.ot1_l .buttonBox {
	margin-top: 69px;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.ot1_l .buttonBox a {
	border: 1px solid #047835;
	background: transparent;
	color: #047835;
	min-width: 170px;
	min-height: 50px;
}

.ot1_l .buttonBox a:hover {
	background: #047835;
	color: #fff;
}

.ot2 {
	padding: 66px 0px 41px;
}

.ot2 .content {
	overflow: hidden;
}

.ot2 .describe {
	line-height: 36px;
	color: #333;
	margin-top: 18px;
}

.ot2 .describe em {
	font-style: normal;
	display: block;
	position: relative;
	padding-left: 35px;
}

.ot2 .describe em::before {
	content: "";
	width: 9px;
	aspect-ratio: 9/12;
	position: absolute;
	left: 0;
	top: 12px;
	background: url("../images/ot2_la.png") no-repeat center;
	background-size: cover;
}

.ot2_r {
	width: 39.143%;
	float: right;
	margin-bottom: 5px;
	margin-left: 4%;
	margin-top: 3px;
}

.ot3 {
	padding-bottom: 99px;
	overflow: hidden;
}

.ot3 .describe {
	color: #333;
	margin-top: 21px;
}

.ot3 .sw_box {
	margin-top: 58px;
}

.ot3 .swiper {
	overflow: initial;
}

.ot3 .swiper-slide {
	width: 45.429%;
	margin-right: 28px;
}

.ot3 .swiper-slide:nth-last-child(1) {
	margin-right: 0px;
}

.index1_to .index1_container {
	transform: translate(-50%, -28%);
}

.to1 {
	margin: 0px auto;
	padding: 200px 0px 102px;
	width: 100%;
	max-width: 1920px;
	display: flex;
	justify-content: space-between;
}

.to1_r {
	padding-top: 8px;
}

.to1_l {
	display: flex;
	justify-content: flex-end;
	flex: 1;
}

.to1_l .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #333333;
	padding-right: 5%;
	margin-top: 16px;
}

.to1_container {
	width: calc(100% - 90px);
	max-width: 736px;
	padding-right: 42px;
	display: flex;
	flex-direction: column;
}

.to1_container .describe {
	line-height: 32px;
	color: #666;
	flex: 1;
	position: relative;
	margin-top: 34px;
}

.to1_container .describe1 {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 5%;
}

.to1_container .describe1::-webkit-scrollbar {
	width: 3px;
}

.to1_container .describe1::-webkit-scrollbar-thumb {
	background: #047835;
	border: 1px solid #047835;
}

.to1_container .describe1::-webkit-scrollbar-track {
	border-radius: 0;
	background: #ccc;
	border: 1px solid transparent;
	background-clip: padding-box;
}

.to1_r {
	width: 48.125%;
	position: relative;
}

.to1_r .swiperto1-pagination {
	width: 100%;
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	bottom: 28px;
}

.to1_r .swiper-pagination-bullet {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #f5f5f5;
	opacity: 0.5;
	margin: 0px;
}

.to1_r .swiper-pagination-bullet-active {
	opacity: 1;
}

.to2 {
	background: url("../images/to2_back.jpg") no-repeat center;
	background-size: cover;
	padding: 91px 0px 108px;
	overflow: hidden;
}

.to2_container {
	margin-top: 75px;
}

.to2_container .year {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #047835;
}

.to2_container .describe {
	line-height: 24px;
	margin-top: 9px;
	color: #000;
}

.to2_container .swiper-slide {
	height: auto;
}

.to2_container .xian {
	border-left: 1px solid rgba(4, 120, 53, 0.5);
	height: 100px;
	position: relative;
	margin-left: 7px;
}

.to2_container .xian::before {
	content: "";
	width: 3px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: #047835;
}

.to2_container .swiper-slide {
	position: relative;
	gap: 15px;
	display: flex;
	flex-direction: column;
}

.to2_container .swiper-slide::before {
	content: "";
	position: absolute;
	width: 15px;
	aspect-ratio: 1/1;
	background: #047835;
	border-radius: 50%;
	left: 0;
	bottom: 0;
}

.to2_container .mySwiperto2_1 {
	width: 85%;
	margin-left: 0px;
}

.to2_container .mySwiperto2_1 .swiper-slide {
	flex-direction: column-reverse;
	padding-bottom: 7px;
}

.to2_container .mySwiperto2_2 {
	width: 85%;
	margin-right: 0px;
}

.to2_container .mySwiperto2_2 .swiper-slide {
	padding-top: 7px;
}

.to2_container .mySwiperto2_2 .swiper-slide::before {
	top: 0;
	bottom: auto;
}

.to2_container .mySwiperto2_2 .xian::before {
	bottom: 0;
	top: auto;
}

.to2_container .sw_box1 {
	transform: translateY(-14px);
}

.to2_container .sw_box {
	position: relative;
}

.to2_container .sw_box::before {
	content: "";
	border-bottom: 1px solid rgba(4, 120, 53, 0.3);
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7px;
	position: absolute;
}

.to2_container .box {
	padding-left: 12px;
}

.to3 {
	background: url("../images/to3_back.jpg") no-repeat center;
	background-size: cover;
	padding: 94px 0px 99px;
}

.to3 .big_bt {
	text-align: center;
	font-size: 42px;
	line-height: 52px;
}

.to3 .text {
	color: #fff;
	text-align: center;
	margin-top: 12px;
}

.to3_container {
	background: rgba(4, 120, 53, 0.8);
	display: flex;
	align-items: flex-start;
	padding: 57px 0px 70px;
	margin-top: 37px;
}

.to3_menu {
	width: 20%;
	max-width: 271px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.to3_menu li {
	padding: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.to3_menu li:hover {
	background: rgba(255, 255, 255, 0.3);
}

.to3_menu .active {
	background: rgba(255, 255, 255, 0.3);
}

.to3_r {
	flex: 1;
	padding: 4px 70px;
}

.to3_r .to3_imgs {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
	gap: 16px;
	display: flex;
	flex-direction: column;
	width: 63.499%;
	max-width: 628px;
}

.to3_r .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}

.to3_r .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.to3_r .box:nth-of-type(even) {
	flex-direction: row-reverse;
}

.to3_r .l_box {
	width: 47.134%;
}

.to3_r .text_box {
	padding-left: 11px;
	padding-top: 2px;
}

.to3_r .r_box {
	width: 50.319%;
	display: flex;
	justify-content: space-between;
}

.to3_r figure {
	width: 47.785%;
}

.to3_r .describe {
	line-height: 36px;
	color: #fff;
	margin-top: 21px;
}

.to3_r .describe p {
	position: relative;
}

.to3_r .describe p::before {
	content: "";
	width: 7px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 15px;
	left: -18px;
}

.to3_r .container {
	display: none;
}

.to4 {
	background: #f7f7f7;
	padding: 92px 0px 100px;
}

.to4 .oo_title {
	text-align: center;
}

.to4 .text {
	margin: 20px auto 0px;
	width: 100%;
	max-width: 1120px;
	color: #666;
	text-align: center;
}

.to4_container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px 0.8925%;
	margin-top: 43px;
}

.to4_container figure {
	width: 19.286%;
	min-height: 600px;
	position: relative;
	z-index: 1;
	padding: 30px 26px 150px;
}

.to4_container figure::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.3s;
}

@media screen and (min-width: 993px) {
	.to4_container figure:hover::before {
		background: #047835;
	}

	.to4_container figure:hover .describe {
		opacity: 1;
	}
}

.to4_container .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.to4_container .number {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 112px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 100px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 41%);
}

.to4_container .describe {
	line-height: 26px;
	color: #fff;
	margin-top: 40px;
	transition: 0.3s;
	opacity: 0;
}

.to4_container figure:nth-of-type(even) {
	margin-top: 47px;
}

.to5 {
	padding: 106px 0px 94px;
}

.to5 .oo_title {
	text-align: center;
}

.to5 .name {
	margin-top: 10px;
	color: #000;
	text-align: center;
}

.to5_menu {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #047835;
	display: flex;
	justify-content: center;
	gap: 10px 33px;
	flex-wrap: wrap;
	margin-top: 34px;
}

.to5_menu figure {
	min-width: 250px;
	min-height: 60px;
	border: 1px solid #047835;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	padding: 4px 20px;
	transition: 0.3s;
}

.to5_menu figure:hover {
	background: #047835;
	color: #fff;
}

.to5_menu .active {
	background: #047835;
	color: #fff;
}

.to5_container {
	margin-top: 49px;
}

.to6 {
	background: #f7f7f7;
}

.to6 .to6_box {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	padding: 92px 0px 103px;
}

.to6 .oo_title {
	text-align: center;
}

.to6 .swiper {
	overflow: initial;
}

.to6 .to6_container {
	margin-top: 40px;
}

.to6 .to6_container::before {
	content: "";
	position: absolute;
	width: 20%;
	max-width: 300px;
	height: 100%;
	z-index: 5;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(90deg, #f7f7f7 26%, transparent);
}

.to6 .to6_container::after {
	content: "";
	position: absolute;
	width: 20%;
	max-width: 300px;
	height: 100%;
	z-index: 5;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(90deg, transparent 0%, #f7f7f7 74%);
}

.to6 .mySwiperto6_2 {
	margin-top: 24px;
	width: calc(100% - 103px);
	margin-right: 0px;
}

.to6 .swiper-slide {
	width: 206px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.17);
}

.to7 {
	background: url("../images/to7_back.jpg") no-repeat center;
	background-size: cover;
	padding: 91px 0px 146px;
}

.to7 .oo_title {
	text-align: center;
	color: #fff;
}

.to7_list {
	display: flex;
	flex-wrap: wrap;
	gap: 29px 2.321%;
	margin-top: 37px;
}

.to7_list li {
	width: 31.786%;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.12);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px 45px 31px;
}

.to7_list li:hover {
	background: #047835;
}

.to7_list .describe {
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-top: 24px;
}

.to7_list .logo {
	width: 37px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.to7_list .logo img {
	max-width: 100%;
	max-height: 100%;
}

.to7_list .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 18px;
}

.to8 {
	padding: 92px 0px 109px;
}

.to8 .oo_title {
	text-align: center;
}

.to8 .text {
	color: #666;
	text-align: center;
	margin: 5px auto 0px;
}

.to8_container {
	position: relative;
}

.to8_add {
	width: 55.143%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 16px;
}

.to8_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 79px 50%;
	transform: translateY(-20px);
}

.to8_list li {
	width: 20%;
}

.to8_list .number {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 84px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 78px;
	letter-spacing: 0px;
	color: #047835;
	border-bottom: 2px solid #047835;
}

.to8_list .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #047835;
	margin-top: 16px;
}

.to8_list .describe {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 7px;
}

.to8_country {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 17px;
	margin-top: 20px;
}

.to8_country figure {
	width: 82px;
}

.tho1 {
	padding: 78px 0px 90px;
}

.tho2 {
	padding-bottom: 97px;
}

.tho2 .content {
	display: flex;
	flex-wrap: wrap;
	gap: 27px 1.904%;
}

.tho2 figure {
	width: 23.572%;
	background: #f5f5f5;
	transition: 0.3s;
}

.tho2 figure:hover {
	background: #047835;
}

.tho2 figure:hover .title {
	color: #fff;
}

.tho2 figure:hover .title a {
	color: #fff;
}

.tho2 .title {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	padding: 16px 10px;
}

.tho2 .title a {
	text-align: center;
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.tho2 .title a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tht1 {
	padding: 77px 0px 95px;
}

.tht1 .share_box {
	color: #333;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}

.tht1 .describe {
	margin-top: 35px;
	line-height: 36px;
	color: #666;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 33px;
}

.tht1 .describe::before {
	content: "";
	width: 70px;
	height: 3px;
	position: absolute;
	left: 0;
	top: -2px;
	background: #047835;
}

.tht1_list {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	flex-wrap: wrap;
	margin-top: 37px;
}

.tht1_list p {
	width: 46.7%;
	position: relative;
	display: block;
	padding-left: 26px;
	padding-right: 30px;
}

.tht1_list p em {
	font-style: normal;
}

.tht1_list p::before {
	content: "";
	width: 9px;
	aspect-ratio: 9/10;
	position: absolute;
	background: url("../images/tht1_la.png") no-repeat center;
	background-size: cover;
	left: 0;
	top: 13px;
}

.tht1_img {
	margin-top: 60px;
}

.tht1_container {
	overflow: hidden;
	margin-top: 41px;
}

.tht1_container .l_box {
	padding-top: 13px;
}

.tht1_container .describe1 {
	line-height: 36px;
	color: #666;
}

.tht1_container .describe1 em {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 30px;
	color: #333;
	font-style: normal;
}

.tht1_r {
	width: 33.572%;
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

.tht2 {
	padding-bottom: 109px;
}

.tht2_container {
	display: flex;
	flex-direction: column;
	gap: 20px 0px;
	margin-top: 41px;
}

.tht2_container figure {
	background: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tht2_container .l_box {
	width: 40%;
	max-width: 377px;
}

.tht2_container .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.tht2_container .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #333;
}

.tht2_container .title a:hover {
	color: #047835;
}

.tht2_container .describe {
	line-height: 28px;
	color: #555;
	margin-top: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.tht2_container .r_box {
	flex: 1;
	padding: 0px 55px 1.6%;
}

.tht2_container .links {
	display: flex;
	justify-content: flex-start;
	margin-top: 28px;
}

.tht2_container .links a {
	display: flex;
	align-items: center;
	font-family: HelveticaLTStd-BoldCond;
	color: #555;
	gap: 12px;
}

.tht2_container .links a:hover {
	color: #047835;
}

.tht2_container .links span {
	transition: 0s;
}

.thth1 {
	padding: 77px 0px 101px;
}

.thth1 .share_box {
	color: #333;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
}

.thth1 .page_change {
	margin-top: 65px;
}

.thth1_container {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 64px;
	position: relative;
	margin-top: 35px;
}

.thth1_container .describe {
	line-height: 36px;
	color: #666;
}

.thth1_container .describe img {
	display: inline-block;
}

.thth1_container::before {
	content: "";
	width: 70px;
	height: 3px;
	position: absolute;
	left: 0;
	top: -2px;
	background: #047835;
}

.thth1_container .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.thth1_box1 {
	overflow: hidden;
}

.thth1_box1 .r_box {
	float: right;
	margin-bottom: 5px;
	width: 52.5%;
	margin-left: 4.286%;
}

.thth1_box1 .l_box {
	padding-top: 5.4%;
}

.thth1_box2 {
	margin-top: 80px;
}

.thth1_box2 .describe {
	margin-top: 27px;
}

.thth1_box3 {
	margin-top: 71px;
}

.thth1_box3 .box {
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 22px 50px 4px;
	overflow: hidden;
	margin-top: 62px;
}

.thth1_box3 .l_box {
	max-width: 471px;
	width: 36.287%;
	float: left;
	margin-right: 12.2%;
	margin-bottom: 5px;
}

.thth1_box3 .name {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.thth1_box3 .describe {
	margin-top: 19px;
}

.thth1_box3 .describe p {
	display: flex;
	padding-left: 18px;
	position: relative;
}

.thth1_box3 .describe p::before {
	content: "";
	width: 9px;
	aspect-ratio: 9/10;
	position: absolute;
	background: url("../images/tht1_la.png") no-repeat center;
	background-size: cover;
	left: 0;
	top: 13px;
}

.fuo1 {
	padding: 78px 0px 105px;
}

.fuo1 .oo_title {
	text-align: center;
}

.fuo1_menu {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 15px 7.5%;
	margin-top: 33px;
}

.fuo1_menu .logo {
	width: 81px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #047835;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.fuo1_menu .name {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}

.fuo1_menu li {
	max-width: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.fuo1_menu .active .logo {
	background: #047835;
}

.fuo1_menu .active .logo img {
	filter: brightness(0) invert(1);
}

.fuo1_container {
	width: calc(100% - 90px);
	max-width: 1660px;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-top: 33px;
}

.fuo1_container::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background: #f5f5f5;
	clip-path: polygon(66px 0, 100% 0%, 100% 100%, 0% 100%, 0px 55px);
}

.fuo1_container .box {
	overflow: hidden;
	display: none;
}

.fuo1_container .fuo1_r {
	width: 57.711%;
	float: right;
	position: relative;
	margin-left: 50px;
}

.fuo1_container .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
}

.fuo1_container .describe {
	line-height: 28px;
	color: #666;
	margin-top: 25px;
}

.fuo1_container .fuo1_l {
	padding: 5.55% 20px 3% 75px;
}

.fuo2 {
	background-color: #f7f7f7;
	padding: 92px 0px 100px;
}

.fuo2 .oo_title {
	text-align: center;
}

.fuo2 .read {
	display: flex;
	justify-content: center;
	margin-top: 56px;
}

.fuo2 .read span {
	min-width: 170px;
	min-height: 50px;
	border: 1px solid #047835;
	background: #047835;
	display: none;
	color: #fff;
	padding: 4px 20px;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

.fuo2 .read span:hover {
	background: #fff;
	color: #047835;
}

.fuo2_list {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 1.7855%;
	margin-top: 32px;
}

.fuo2_list li {
	width: 32.143%;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	padding: 35px 39px 21px;
}

.fuo2_list .time {
	color: #047835;
	position: relative;
	padding-bottom: 20px;
}

.fuo2_list .time::before {
	content: "";
	width: 40px;
	height: 3px;
	background-color: #047835;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.fuo2_list .time .year {
	font-size: 18px;
	line-height: 30px;
}

.fuo2_list .time .day {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #047835;
}

.fuo2_list .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 35px;
}

.fuo2_list .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fuo2_list .title a:hover {
	color: #047835;
}

.fuo2_list .describe {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	letter-spacing: 0px;
	color: #555555;
	margin-top: 19px;
}

.fuo2_list li:nth-of-type(n + 7) {
	display: none;
}

.fuo2_list.show li:nth-of-type(n + 7) {
	display: block;
}

.fuo3 {
	padding: 92px 0px 101px;
}

.fuo3 .oo_title {
	text-align: center;
}

.fuo3 .name {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 5px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	transition: 0.3s;
}

.fuo3 .down {
	width: 18px;
	transition: 0.2s;
}

.fuo3 .sw_box {
	margin-top: 41px;
}

.fuo3 .sw_box a {
	gap: 20px;
	padding: 14px 24px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #eeeeee;
}

.fuo3 .sw_box a:hover {
	background: #047835;
}

.fuo3 .sw_box a:hover .name {
	color: #fff;
}

.fuo3 .sw_box a:hover .down {
	filter: brightness(0) invert(1);
}

.fuo3 .swiper-slide {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.fuo3 .swiperfuo3-pagination {
	display: flex;
	justify-content: center;
	gap: 23px;
	margin-top: 53px;
}

.fuo3 .swiper-pagination-bullet {
	display: block;
	width: 42px;
	height: 4px;
	background-color: #047835;
	margin: 0px !important;
	border-radius: 0px;
	opacity: 0.3;
}

.fuo3 .swiper-pagination-bullet-active {
	opacity: 1;
}

.fo1 {
	padding: 72px 0px 0px;
}

.fo2 {
	margin-top: 49px;
}

.fo2 .content {
	position: relative;
}

.fo2 .imgBox {
	position: relative;
}

.fo2 .imgBox::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/fo2_back.png") no-repeat center;
	background-size: cover;
	left: 0;
	top: 0;
	opacity: 1;
	transition: 0.3s;
	pointer-events: none;
	z-index: 1;
}

.fo2 .imgBox::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	pointer-events: none;
	z-index: 1;
	background: #047835;
	opacity: 0;
}

.fo2 .hide_box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	padding: 0px 44px 34px;
}

.fo2 .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.fo2 .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
}

.fo2 .title a:hover {
	/* text-decoration: underline;
  text-underline-offset: 4px; */
}

.fo2 .describe {
	color: #fff;
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fo2 .links {
	font-family: HelveticaLTStd-BoldCond;
	margin-top: 17px;
}

.fo2 .links a {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 5px;
}

.fo2 .links a:hover span {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.fo2 .links img {
	width: 16px;
}

.fo2 .box {
	display: none;
}

@media screen and (min-width: 993px) {
	.fo2 .swiper-slide:hover .imgBox::before {
		opacity: 0;
	}

	.fo2 .swiper-slide:hover .imgBox::after {
		opacity: 0.9;
	}
}

.fo2 .controls_box div {
	cursor: pointer;
	width: 20px;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.fo2 .controls_box div:hover img {
	filter: none;
	opacity: 1;
}

.fo2 .controls_box div:nth-of-type(1) {
	left: -58px;
	transform: translate(-100%, -50%);
}

.fo2 .controls_box div:nth-of-type(2) {
	right: -58px;
	transform: translate(100%, -50%);
}

.fo2 .controls_box img {
	transition: 0.2s;
	filter: brightness(0);
	opacity: 0.4;
}

.fo3 {
	padding: 79px 0px 300px;
}

.fo3 figure {
	border-top: 1px solid #ccc;
	padding: 64px 0px 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fo3 figure:nth-last-of-type(1) {
	border-bottom: 1px solid #ccc;
}

.fo3 figure:nth-of-type(1) {
	padding-top: 81px;
}

.fo3 .imgs {
	width: 275px;
}

.fo3 .day {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
	color: #047835;
	white-space: nowrap;
}

.fo3 .year {
	color: #666;
	white-space: nowrap;
}

.fo3 .r_box {
	text-align: center;
	max-width: max-content;
	padding-top: 0.5%;
}

.fo3 .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

.fo3 .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.fo3 .title a:hover {
	color: #047835;
}

.fo3 .describe {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 19px;
}

.fo3 .links {
	display: flex;
	justify-content: flex-start;
	margin-top: 23px;
}

.fo3 .links a {
	font-family: HelveticaLTStd-BlkCond;
	color: #555;
	display: flex;
	align-items: center;
	gap: 15px;
}

.fo3 .links a:hover {
	color: #047835;
}

.fo3 .links span {
	transition: 0.3s;
}

.fo3 .l_box {
	width: 87%;
	display: flex;
	align-items: center;
}

.fo3 .text_box {
	flex: 1;
	margin-left: 3.8%;
	padding-top: 0.9%;
}

.ft1 {
	padding: 78px 0px 91px;
}

.ft1 .content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.ft1_container {
	flex: 1;
	margin-right: 4.643%;
}

.ft1_container h1 {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #333333;
}

.ft1_container .time_share {
	color: #333;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 58px;
	margin-top: 20px;
}

.ft1_container .share_box {
	display: flex;
	align-items: center;
	gap: 11px;
}

.ft1_container .describe {
	line-height: 36px;
	position: relative;
	margin-top: 35px;
	color: #666;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-top: 35px;
}

.ft1_container .describe em {
	display: block;
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	color: #333;
	font-style: normal;
}

.ft1_container .describe img {
	display: inline-block;
}

.ft1_container .describe::before {
	content: "";
	width: 70px;
	height: 3px;
	position: absolute;
	left: 0;
	top: -2px;
	background: #047835;
}

.ft1_container .page_change {
	margin-top: 66px;
}

.so1 {
	padding: 56px 0px 73px;
}

.so1 .content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4%;
}

.so1 .oo_title {
	border-bottom: 1px solid #b2b2b2;
	padding-bottom: 32px;
}

.so1 .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 32px;
}

.so1 .text {
	line-height: 24px;
	color: #666;
	margin-top: 9px;
}

.so1_list {
	font-size: 18px;
	color: #333;
	display: flex;
	flex-direction: column;
	gap: 21px;
	margin-top: 28px;
}

.so1_list a {
	color: #333;
}

.so1_list a:hover {
	color: #047835;
}

.so1_list .logo {
	width: 24px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.so1_list .logo img {
	max-width: 100%;
	max-height: 100%;
}

.so1_list .l_box {
	display: flex;
	align-items: center;
	width: 146px;
}

.so1_list .name {
	flex: 1;
	margin-left: 19px;
}

.so1_list li {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.so1_list .r_box {
	flex: 1;
}

.so1_l {
	flex: 1;
	max-width: 650px;
}

.so1_r {
	width: 46.429%;
	padding-top: 19px;
}

.so1_r iframe {
	display: block;
}

.so2 {
	padding: 47px 0px 72px;
	background: #f5f5f5;
}

.so2 .content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.so2_l {
	/* flex: 1;
  margin-right: 8%;
  padding-top: 6.15%; */
	width: 100%;
}

.so2_l .title {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
}

.so2_l .describe {
	color: #666;
	margin-top: 18px;
}

.so2_r {
	/* width: 46.072%; */
	width: 100%;
}

.so2_r form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0px;
	margin-top: 23px;
}

.so2_r form .int1 {
	width: 100%;
}

.so2_r form .box {
	width: 48.75%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.so2_r form input {
	height: 40px;
}

.so2_r form textarea {
	height: 190px;
	padding-top: 7px !important;
}

.so2_r form .ttBox {
	width: 100%;
}

.so2_r form .form_box {
	width: 100%;
}

.so2_r form .yzm {
	position: relative;
}

.so2_r form .yzm input {
	padding-right: 100px;
}

.so2_r form .yzm span {
	height: 32px;
	aspect-ratio: 70/24;
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}

.so2_r form .yzm span img {
	width: 100%;
	height: 100%;
}

.so2_r form .tj {
	position: relative;
	z-index: 1;
}

.so2_r form .tj input {
	color: #fff;
	background: #009541;
	border: 1px solid #009541;
	transition: 0.3s;
	cursor: pointer;
	text-transform: uppercase;
}

.so2_r form .tj input:hover {
	background: #fff;
	color: #009541;
}

.so2_r form input,
.so2_r form textarea {
	background: #fff;
	font-family: HelveticaLTStd-Roman;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333;
	padding: 0px 15px;
	width: 100%;
	flex: 1;
	resize: none;
	outline: none;
	border: none;
	display: block;
}

.so2_r form input::placeholder,
.so2_r form input::-webkit-input-placeholder,
.so2_r form textarea::placeholder {
	color: #666;
}

.pub_new {
	width: 26%;
	max-width: 335px;
}

.pub_new .new_title {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
}

.pub_new .time {
	color: #666;
}

.pub_new .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 3px;
}

.pub_new .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pub_new .title a:hover {
	color: #047835;
}

.pub_new li {
	border-bottom: 1px solid #047835;
	padding-bottom: 33px;
}

.pub_new .list {
	margin-top: 38px;
	display: flex;
	flex-direction: column;
	gap: 52px;
}

.page_change {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #999;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 105px;
	gap: 6px;
	padding: 22px 0px 24px;
}

.page_change a {
	color: #999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.page_change a:hover {
	color: #333;
}

.describe a:hover {
	color: #047835;
}

.pub1 {
	background: #f5f5f5;
	padding: 88px 0px 291px;
	overflow: hidden;
}

.pub1 .content {
	max-width: 1300px;
}

.pub1 .swiper {
	overflow: initial;
	pointer-events: none;
}

.pub1 .swiper-slide {
	height: auto;
	display: flex;
}

@media screen and (min-width: 993px) {
	.pub1 .swiper-slide:hover .container {
		box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.12);
	}
}

.pub1 .container {
	transition: 0.3s;
	background: #fff;
	flex: 1;
	opacity: 0;
}

.pub1 .oo_title {
	text-align: center;
}

.pub1 .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.pub1 .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #333;
}

.pub1 .title a:hover {
	color: #047835;
}

.pub1 .describe {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pub1 .box {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	padding: 24px 20px 25px;
}

.pub1 .swiper-slide-visible {
	pointer-events: all;
}

.pub1 .swiper-slide-visible .container {
	opacity: 1;
}

.pub1 .sw_box {
	margin-top: 38px;
	position: relative;
}

.pub1 .swiper_button div {
	position: absolute;
	z-index: 1;
	top: 50%;
}

.pub1 .swiper_button div:nth-of-type(1) {
	left: -67px;
	transform: translate(-100%, -50%);
}

.pub1 .swiper_button div:nth-of-type(2) {
	right: -67px;
	transform: translate(100%, -50%);
}

.pub_menu {
	width: 24%;
	max-width: 308px;
}

.pub_menu .menu_all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333;
	font-family: HelveticaLTStd-BlkCond;
	gap: 20px;
}

.pub_menu .menu_all .down {
	display: none;
}

.menu_list1 {
	border-top: 1px solid #999;
	margin-top: 26px;
	padding-top: 3px;
}

.menu_list1 .down {
	cursor: pointer;
	filter: brightness(0);
	opacity: 0.4;
	margin-right: 2px;
}

.menu_list1 .list1_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	gap: 15px;
}

.menu_list1 .list1_box a {
	flex: 1;
	color: #333;
}

.menu_list1 .list1_box a:hover {
	color: #047835;
}

.menu_list1 .active.list1_box a {
	color: #047835;
}

.menu_list1 .active.list1_box .down {
	transform: rotate(90deg);
	opacity: 1;
	filter: none;
}

.menu_list1>li {
	border-bottom: 1px solid #999;
	padding: 17px 0px 21px;
}

.menu_list2 {
	line-height: 24px;
	margin-top: 12px;
	padding-bottom: 2px;
	display: none;
}

.menu_list2 a {
	display: block;
	color: #333;
	position: relative;
	padding: 0px 40px 0px 30px;
}

.menu_list2 a::before {
	content: "";
	width: 7px;
	aspect-ratio: 7/11;
	position: absolute;
	left: 2px;
	top: 6px;
	background: url("../images/pub_lb.png") no-repeat center;
	background-size: cover;
	transition: 0.3s;
}

.menu_list2 a:hover {
	color: #047835;
}

.menu_list2 a:hover::before {
	opacity: 1;
}

.menu_list2 .active {
	color: #047835;
}

.menu_list2 .active::before {
	opacity: 1;
}

.swiper_button div {
	width: 60px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	transition: 0.3s;
	cursor: pointer;
	background: #e1e1e1;
	align-items: center;
	justify-content: center;
	display: flex;
}

.swiper_button div:hover {
	background: #fff;
}

.footer_before {
	position: relative;
	z-index: 1;
}

.footer_before .big_title {
	text-align: center;
}

.footer_before .content {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -52.4%);
	padding: 60px 40px 66px;
}

.footer_before .content::before {
	content: "";
	width: 121.429%;
	height: 100%;
	background: #047835;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	clip-path: polygon(8.824% 0%, 100% 0%, 91.176% 100%, 0% 100%);
	z-index: -1;
}

.footer_before .describe {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 100%;
	max-width: 1004px;
	margin: 9px auto 0px;
}

.footer_before .buttonBox {
	justify-content: center;
	margin-top: 42px;
}

.footer_before .buttonBox a {
	min-width: 300px;
	min-height: 60px;
	border: 1px solid #fff;
}

footer {
	background: url("../images/footer_back.jpg") no-repeat center;
	background-size: cover;
	padding: 226px 0px 35px;
}

.footer_a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 23px;
}

.footer_a .icBox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.footer_a .icBox .iconfont {
	transition: 0s;
	font-size: 18px;
}

.footer_a .icBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	line-height: normal;
	border-radius: 50%;
	aspect-ratio: 1/1;
	border: 1px solid #ffffff;
	color: #fff;
}

.footer_a .icBox a:hover {
	background: #047835;
	color: #fff;
	border: 2px solid #047835;
}

.footer_b {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	padding: 54px 0px 66px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_b .dif_footer {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-bottom: 16px;
}

.footer_b .dif_footer::before {
	content: "";
	position: absolute;
	width: 40px;
	max-width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #047835;
}

.footer_b .dif_footer a {
	color: #fff;
}

.footer_b .dif_footer a:hover {
	color: #047835;
}

.footer_b .dif_up {
	display: none;
	filter: brightness(0) invert(1);
}

.footer_b .list {
	line-height: 24px;
	color: #ccc;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 33px;
}

.footer_b .list a {
	color: #ccc;
}

.footer_b .list a:hover {
	color: #fff;
}

.footer_b .text {
	color: #fff;
}

.footer_b .text a {
	color: #fff;
}

.footer_b .text a:hover {
	color: #047835;
}

.footer_b .ul4_list {
	gap: 19px;
}

.footer_b .box {
	max-width: 301px;
}

.footer_b form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px 0px;
	margin-top: 29px;
}

.footer_b form input {
	height: 40px;
}

.footer_b form input,
.footer_b form textarea {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-family: HelveticaLTStd-Roman;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fff;
	display: block;
	resize: none;
	outline: none;
}

.footer_b form input::placeholder,
.footer_b form input::-webkit-input-placeholder,
.footer_b form textarea::placeholder {
	color: #ccc;
}

.footer_b form .int1 {
	width: 100%;
}

.footer_b form .tijiao {
	min-width: 70px;
	overflow: hidden;
	margin-top: 9px;
}

.footer_b form .tijiao input {
	border: none;
	cursor: pointer;
	transition: 0.3s;
	background: #047835;
	border: 1px solid #047835;
	color: #fff;
	text-transform: uppercase;
}

.footer_b form .tijiao input:hover {
	background: #fff;
	color: #047835;
}

.footer_b form .int2 {
	width: 100%;
}

.footer_b form .int2::before {
	top: 24px;
}

.footer_b form .yzm {
	margin-top: 7px;
	width: 100%;
	position: relative;
}

.footer_b form .yzm input {
	padding-right: 100px;
}

.footer_b form .yzm a,
.footer_b form .yzm span {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 31px;
	aspect-ratio: 75/31;
	cursor: pointer;
	overflow: hidden;
}

.footer_b form .yzm a img,
.footer_b form .yzm span img {
	height: 100%;
}

.footer_b form textarea {
	height: 90px;
	padding-top: 5px !important;
}

.footer_c {
	padding-top: 35px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}

.footer_c a {
	color: rgba(255, 255, 255, 0.5);
}

.footer_c a:hover {
	color: #047835;
}

.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #333;
}

.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #333 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #047835;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

.m-formcountry .drop-list li.on {
	background-color: #e0e0e0;
}

.table table {
	width: 100%;
	border-collapse: collapse;
}

.table table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.table {
	overflow: auto;
}

.table::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.table::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.table::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-button-lock {
	display: none !important;
}

.videoBox {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
}

.videoBox>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videoBox>div .guanbi {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
}

.videoBox>div .guanbi i {
	font-size: 40px;
	color: #ccc;
}

.videoBox video {
	width: 80%;
}

.videoBox iframe {
	width: 80%;
}

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999;
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	z-index: 1;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;
}

.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #cccccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

.zoomdiv img {
	max-width: unset !important;
}

.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	transition: none;
}

@media screen and (max-width: 993px) {

	.jqZoomPup,
	.zoomdiv {
		display: none !important;
	}
}

@media screen and (max-width: 1800px) {
	.index2_list {
		min-height: 760px;
	}

	.index2_list .title {
		font-size: 22px;
		line-height: 28px;
		height: 56px;
	}

	.index2_list .box {
		padding: 65px 30px;
	}

	.index2_list .button a {
		gap: 5px;
	}

	.footer_before .content {
		padding: 60px 60px 66px;
	}

	.footer_before .content::before {
		width: calc(100% + 100px);
	}
}

@media screen and (max-width: 1700px) {
	.index3 .swiper_button div:nth-of-type(1) {
		left: -20px;
	}

	.index3 .swiper_button div:nth-of-type(2) {
		right: -20px;
	}

	.pub1 .swiper_button div:nth-of-type(1) {
		left: -20px;
	}

	.pub1 .swiper_button div:nth-of-type(2) {
		right: -20px;
	}

	.fo2 .controls_box div:nth-of-type(1) {
		left: -30px;
	}

	.fo2 .controls_box div:nth-of-type(2) {
		right: -30px;
	}
}

@media screen and (max-width: 1520px) {
	.rightMenu .logo img {
		max-width: 55%;
	}

	.rightMenu>* {
		width: 52px;
	}

	html body {
		font-size: 15px;
		line-height: 26px;
	}

	header .content {
		width: calc(100% - 40px) !important;
	}

	header .logoBox {
		width: 100px;
		padding: 10px 0px;
	}

	header .logoBox::before {
		right: -80px;
	}

	header .lang .lang_box span {
		margin-right: 2px;
	}

	header .menuOne {
		margin-right: 40px;
	}

	header .menuOne>a {
		padding: 20px 0px;
	}

	header .sousuo {
		margin-left: 36px;
	}

	header .lang>ul {
		width: 104px;
	}

	header .ul div {
		padding: 20px 0px;
	}

	header .ul li {
		font-size: 16px;
		line-height: 32px;
	}

	header .ul li a {
		padding: 6px 25px;
	}

	header .buttonBox a {
		min-height: 70px !important;
		min-width: 110px !important;
	}

	.padding_top {
		padding-top: 70px;
	}

	.index_banner .control_box div {
		width: 16px;
	}

	.index_banner .control_box .prev {
		left: 4%;
	}

	.index_banner .control_box .next {
		right: 4%;
	}

	.index1_container {
		transform: translate(-50%, -50%);
		padding: 30px 20px;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 0px;
	}

	.index1_container .j-hdata1,
	.index1_container .j-hdata2 {
		font-size: 36px;
		line-height: 36px;
	}

	.index1_container .j-hdata1+p,
	.index1_container .j-hdata2+p {
		font-size: 24px;
		line-height: 28px;
	}

	.index1_container figure {
		flex: none;
		width: 25%;
	}

	.index1_container figure:nth-of-type(4n)::before {
		display: none;
	}

	.big_bt,
	.big_title {
		font-size: 36px !important;
		line-height: 46px !important;
	}

	.big_describe {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.index2_top .content {
		padding: 150px 0px 50px;
	}

	.index2_list {
		flex-wrap: wrap;
	}

	.index2_list li {
		flex: none;
		width: 25%;
		border-top: 1px solid rgba(238, 238, 238, 0.27);
	}

	.index2_list li:nth-child(-n + 4) {
		border-top: none;
	}

	.index2_list .box {
		padding: 30px;
	}

	.index2_list .title {
		height: 28px;
	}

	.index2_list .title a {
		-webkit-line-clamp: 1;
	}

	.index2_list .links {
		width: 42px;
	}

	.index2_list .button a {
		max-width: 148px;
		min-height: 42px;
		gap: 16px;
	}

	.index3 {
		padding: 60px 0px 80px;
	}

	.index3 .sw_box {
		margin-top: 30px;
	}

	.index3 .title {
		font-size: 22px;
		line-height: 32px;
	}

	.index3 .box {
		padding: 15px 20px 20px;
	}

	.index3 .swiper_button div:nth-of-type(1) {
		left: -15px;
	}

	.index3 .swiper_button div:nth-of-type(2) {
		right: -15px;
	}

	.index3 .buttonBox {
		margin-top: 30px;
	}

	.index4 {
		padding: 80px 0px;
	}

	.index4 .title {
		font-size: 26px;
		line-height: 36px;
		margin-top: 12px;
	}

	.index4 .describe {
		margin-top: 12px;
	}

	.index4 .buttonBox {
		margin-top: 30px;
	}

	.index5 {
		padding: 60px 0px;
	}

	.index5 .sw_box {
		margin-top: 30px;
	}

	.index5 .swiper-slide {
		gap: 20px;
	}

	.index6 {
		padding: 60px 0px;
	}

	.index6_container {
		align-items: center;
	}

	.index6_l .title {
		font-size: 20px;
		line-height: 28px;
		bottom: 16px;
	}

	.index6_l .title1 {
		font-size: 15px;
		line-height: 24px;
	}

	.index6_r {
		padding-top: 0px;
		gap: 10px;
	}

	.index6_r figure {
		padding-bottom: 20px;
	}

	.index7 {
		padding-bottom: 200px;
	}

	.index7 .sw_box {
		margin-top: 30px;
	}

	.footer_before .content {
		padding: 40px 50px;
	}

	.footer_before .content::before {
		clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	}

	.footer_before .describe {
		font-size: 18px;
		line-height: 26px;
	}

	.footer_before .buttonBox {
		margin-top: 30px;
	}

	.swiper_button div {
		width: 46px;
	}

	.buttonBox a {
		min-width: 160px !important;
		min-height: 42px !important;
	}

	footer {
		padding: 200px 0px 35px;
	}

	footer .content {
		width: calc(100% - 100px) !important;
	}

	.footer_a {
		padding-bottom: 15px;
	}

	.footer_b {
		padding: 30px 0px 40px;
	}

	.footer_b .ul4 {
		min-width: 174px;
	}

	.footer_b .ul3 {
		min-width: 150px;
	}

	.footer_b .dif_footer {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 12px;
	}

	.footer_b .list {
		margin-top: 20px;
	}

	.footer_b form {
		margin-top: 12px;
	}

	.footer_b .box {
		width: 28%;
	}

	.bannerBox .banner_title {
		font-size: 42px;
		line-height: 56px;
	}

	.mbx {
		margin-top: 10px;
	}

	.oo_title {
		font-size: 32px;
		line-height: 42px;
	}

	.oo1_top .describe {
		line-height: 26px;
	}

	.oo1_top .read span {
		min-width: 160px !important;
		min-height: 42px !important;
	}

	.oo1 {
		padding: 40px 0px 60px;
	}

	.oo1 .content {
		width: calc(100% - 100px);
	}

	.oo1_container {
		margin-left: 5%;
	}

	.oo1_list {
		margin-top: 30px;
		gap: 20px 2%;
	}

	.oo1_list li {
		width: 32%;
	}

	.oo1_list .title {
		font-size: 22px;
		line-height: 32px;
	}

	.oo1_list .box {
		padding: 15px 20px 20px;
	}

	.oo1_list .input_links {
		margin-top: 6px;
	}

	.pub_menu .menu_all {
		font-size: 24px;
		line-height: 32px;
	}

	.menu_list1 {
		margin-top: 15px;
	}

	.menu_list1 .list1_box {
		font-size: 18px;
		line-height: 26px;
	}

	.menu_list1>li {
		padding: 14px 0px;
	}

	.menu_list2 a {
		padding: 0px 30px;
	}

	.PageNumber {
		margin-top: 40px !important;
		padding: 0px;
	}

	.PageNumber .submit {
		position: relative;
		top: 0;
		transform: none;
	}

	.pub1 {
		padding: 60px 0px 200px;
	}

	.pub1 .sw_box {
		margin-top: 30px;
	}

	.pub1 .title {
		font-size: 22px;
		line-height: 32px;
	}

	.pub1 .box {
		padding: 15px 20px 20px;
	}

	.pub1 .swiper_button div:nth-of-type(1) {
		left: -15px;
	}

	.pub1 .swiper_button div:nth-of-type(2) {
		right: -15px;
	}

	.ot1 {
		padding: 60px 0px 60px;
	}

	.ot1 .content {
		display: block;
	}

	.ot1 .clear {
		display: block;
	}

	.ot1 .r_box {
		float: left;
		margin-right: 5%;
		margin-bottom: 5px;
	}

	.ot1_l {
		width: 100%;
		padding-top: 0px;
	}

	.ot1_l .title {
		display: flex;
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 12px;
	}

	.ot1_l .xian {
		display: flex;
	}

	.ot1_l .describe {
		line-height: 26px;
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.ot1_l .share_box {
		margin-top: 30px;
	}

	.ot1_l .buttonBox {
		margin-top: 30px;
	}

	.ot2 .describe {
		line-height: 32px;
	}

	.ot2 .describe em {
		padding-left: 26px;
	}

	.ot2 .describe em::before {
		top: 9px;
	}

	.ot3 {
		padding-bottom: 60px;
	}

	.ot3 .describe {
		margin-top: 12px;
	}

	.ot3 .sw_box {
		margin-top: 30px;
	}

	.to1 {
		padding: 250px 0px 80px;
	}

	.to1_l .title {
		font-size: 26px;
		line-height: 36px;
		margin-top: 8px;
		padding-right: 0px;
	}

	.to1_container .describe {
		line-height: 28px;
		margin-top: 12px;
	}

	.to1_r .swiperto1-pagination {
		gap: 15px;
		bottom: 20px;
	}

	.to2 {
		padding: 60px 0px;
	}

	.to2_container {
		margin-top: 40px;
	}

	.to2_container .year {
		font-size: 26px;
		line-height: 36px;
	}

	.to3 {
		padding: 60px 0px;
	}

	.to3_menu {
		font-size: 14px;
		line-height: 24px;
	}

	.to3_container {
		padding: 40px 0px;
		margin-top: 30px;
	}

	.to3_r {
		padding: 0px 40px;
	}

	.to3_r .title {
		font-size: 20px;
		line-height: 30px;
	}

	.to3_r .describe {
		line-height: 30px;
		margin-top: 12px;
	}

	.to3_r .describe p::before {
		top: 12px;
	}

	.to4 {
		padding: 60px 0px;
	}

	.to4 .text {
		margin: 12px auto 0px;
	}

	.to4_container {
		margin-top: 30px;
	}

	.to4_container figure:nth-of-type(even) {
		margin-top: 30px;
	}

	.to4_container figure {
		padding: 20px 20px 100px;
		min-height: 500px;
	}

	.to4_container .title {
		font-size: 20px;
		line-height: 28px;
	}

	.to4_container .describe {
		line-height: 24px;
		margin-top: 20px;
	}

	.to4_container .number {
		font-size: 72px;
		line-height: 76px;
	}

	.to5 {
		padding: 60px 0px;
	}

	.to5_menu {
		font-size: 18px;
		line-height: 30px;
		margin-top: 20px;
		gap: 10px 15px;
	}

	.to5_menu figure {
		min-width: 210px;
		min-height: 48px;
	}

	.to5_container {
		margin-top: 30px;
	}

	.to6 .to6_box {
		padding: 60px 0px;
	}

	.to6 .to6_container {
		margin-top: 30px;
	}

	.to6 .swiper-slide {
		width: 160px;
	}

	.to6 .mySwiperto6_2 {
		width: calc(100% - 80px);
	}

	.to7 {
		padding: 60px 0px 80px;
	}

	.to7_list {
		margin-top: 30px;
	}

	.to7_list li {
		padding: 25px 30px 30px;
	}

	.to7_list .title {
		font-size: 20px;
		line-height: 32px;
		margin-top: 12px;
	}

	.to7_list .describe {
		margin-top: 8px;
	}

	.to8 {
		padding: 60px 0px;
	}

	.to8_list {
		transform: none;
		gap: 50px 50%;
	}

	.to8_list .number {
		font-size: 56px;
		line-height: 62px;
	}

	.to8_list .title {
		font-size: 20px;
		margin-top: 12px;
	}

	.to8_container {
		margin-top: 20px;
	}

	.to8_country figure {
		width: 62px;
	}

	.tho1 {
		padding: 60px 0px;
	}

	.tho2 {
		padding-bottom: 60px;
	}

	.tho2 .title {
		font-size: 15px;
		line-height: 26px;
		padding: 10px 5px;
	}

	.tht1 {
		padding: 60px 0px;
	}

	.tht1 .share_box {
		margin-top: 12px;
	}

	.tht1 .describe {
		margin-top: 20px;
		padding-top: 20px;
	}

	.tht1_list {
		font-size: 16px;
		line-height: 32px;
		margin-top: 20px;
	}

	.tht1_list p::before {
		top: 10px;
	}

	.tht1_img {
		margin-top: 30px;
	}

	.tht1_container {
		margin-top: 30px;
	}

	.tht1_container .describe1 em {
		font-size: 24px;
	}

	.tht2 {
		padding-bottom: 60px;
	}

	.tht2_container {
		margin-top: 20px;
		gap: 10px 0px;
	}

	.tht2_container .title {
		font-size: 24px;
		line-height: 32px;
	}

	.tht2_container .describe {
		line-height: 26px;
		margin-top: 8px;
	}

	.tht2_container .links {
		margin-top: 20px;
	}

	.tht2_container .r_box {
		padding: 0px 40px;
	}

	.page_change {
		margin-top: 30px !important;
		padding: 14px 0px;
		gap: 4px;
	}

	.thth1 {
		padding: 50px 0px 60px;
	}

	.thth1 .share_box {
		margin-top: 15px;
	}

	.thth1_container {
		margin-top: 20px;
		padding-top: 30px;
	}

	.thth1_container .title {
		font-size: 24px;
		line-height: 32px;
	}

	.thth1_container .describe {
		line-height: 32px;
	}

	.thth1_box1 .l_box {
		padding-top: 0px;
	}

	.thth1_box2 {
		margin-top: 40px;
	}

	.thth1_box2 .describe {
		margin-top: 12px;
	}

	.thth1_box3 {
		margin-top: 40px;
	}

	.thth1_box3 .name {
		font-size: 20px;
		line-height: 30px;
	}

	.thth1_box3 .box {
		margin-top: 30px;
	}

	.thth1_box3 .describe {
		margin-top: 12px;
	}

	.thth1_box3 .describe p::before {
		top: 6px;
	}

	.fuo1 {
		padding: 50px 0px 60px;
	}

	.fuo1_menu {
		gap: 15px 4%;
		margin-top: 20px;
	}

	.fuo1_menu .logo {
		width: 66px;
	}

	.fuo1_menu .logo img {
		max-width: 50%;
		max-height: 50%;
	}

	.fuo1_menu .name {
		font-size: 18px;
	}

	.fuo1_container .title {
		font-size: 26px;
		line-height: 38px;
	}

	.fuo1_container .describe {
		line-height: 26px;
		margin-top: 15px;
	}

	.fuo2 {
		padding: 60px 0px;
	}

	.fuo2 .read {
		margin-top: 30px;
	}

	.fuo2 .read span {
		min-width: 160px !important;
		min-height: 42px !important;
	}

	.fuo2_list li {
		padding: 20px 20px 30px;
	}

	.fuo2_list .time {
		padding-bottom: 12px;
	}

	.fuo2_list .time .day {
		font-size: 36px;
		line-height: 42px;
	}

	.fuo2_list .time .year {
		font-size: 16px;
	}

	.fuo2_list .title {
		font-size: 18px;
		margin-top: 12px;
	}

	.fuo2_list .describe {
		margin-top: 10px;
	}

	.fuo3 {
		padding: 60px 0px;
	}

	.fuo3 .sw_box {
		margin-top: 30px;
	}

	.fuo3 .name {
		font-size: 16px;
		margin-left: 0px;
	}

	.fuo3 .swiperfuo3-pagination {
		margin-top: 30px;
		gap: 15px;
	}

	.fo1 {
		padding-top: 50px;
	}

	.fo2 .hide_box {
		padding: 0px 20px 30px;
	}

	.fo2 .title {
		font-size: 20px;
		line-height: 28px;
	}

	.fo2 .describe {
		margin-top: 8px;
	}

	.fo2 .links {
		margin-top: 8px;
	}

	.fo3 {
		padding: 60px 0px 200px;
	}

	.fo3 figure {
		padding: 40px 0px !important;
	}

	.fo3 .title {
		font-size: 20px;
		line-height: 28px;
	}

	.fo3 .describe {
		margin-top: 10px;
	}

	.fo3 .links {
		margin-top: 20px;
	}

	.fo3 .day {
		font-size: 36px;
		line-height: 42px;
	}

	.ft1 {
		padding: 60px 0px;
	}

	.ft1_container h1 {
		font-size: 26px;
		line-height: 34px;
	}

	.ft1_container .describe {
		margin-top: 20px;
		padding-top: 20px;
		line-height: 30px;
	}

	.ft1_container .describe em {
		font-size: 20px;
	}

	.pub_new .new_title {
		font-size: 26px;
		line-height: 36px;
	}

	.pub_new li {
		padding-bottom: 15px;
	}

	.pub_new .list {
		margin-top: 20px;
		gap: 20px;
	}

	.pub_new .title {
		font-size: 18px;
	}

	.so1 {
		padding: 40px 0px 60px;
	}

	.so1 .oo_title {
		padding-bottom: 12px;
	}

	.so1 .title {
		font-size: 20px;
		line-height: 30px;
		margin-top: 15px;
	}

	.so1_list {
		font-size: 16px;
		gap: 12px;
		margin-top: 20px;
	}

	.so1_list .l_box {
		width: 120px;
	}

	.so1_list .name {
		margin-left: 14px;
	}

	.so1_l {
		margin-right: 6%;
	}

	.so1_l .title {
		font-size: 26px;
		line-height: 36px;
	}

	.so2_r {
		/* width: 50%;
    max-width: 645px; */
	}

	.so2_r form input,
	.so2_r form textarea {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 1300px) {
	header .menuOne {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1200px) {
	header .center {
		display: none;
	}

	header .sousuo {
		display: none;
	}

	header .head_boxr {
		padding: 23px 0px;
	}

	header .lang {
		margin-left: 0px;
		margin-right: 56px;
	}

	header .logoBox {
		margin-left: 20px;
	}

	header .buttonBox {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.rightMenu {
		top: auto;
		transform: none;
		bottom: 0;
		width: 100%;
		border-radius: 0%;
		flex-direction: row;
		padding: 0px;
		gap: 0px;
	}

	.rightMenu .logo img {
		max-height: 94%;
	}

	.rightMenu>* {
		flex: 1;
		height: 35px;
		border-bottom: none;
		border-radius: 0px;
		border: none;
	}

	.rightMenu>*::before {
		border-radius: 0px;
		width: 100%;
		aspect-ratio: initial;
		height: 100%;
		left: 0;
		top: 0;
	}

	.rightMenu>*:hover {
		background: #047835 !important;
	}

	.rightMenu .hide_box {
		top: auto;
		transform: translateX(50%);
		bottom: calc(100% + 5px);
		right: 50%;
		padding-right: 0px;
	}

	.rightMenu .go_top {
		display: flex;
		margin-top: 0px;
	}

	html body {
		font-size: 15px;
		line-height: 24px;
	}

	html body .content {
		width: calc(100% - 100px);
	}

	.index1_container {
		margin: 20px auto 0px;
		left: 0;
		top: 0;
		position: relative;
		transform: none !important;
	}

	.index1_container .j-hdata1,
	.index1_container .j-hdata2 {
		font-size: 26px;
		line-height: 28px;
	}

	.index1_container .j-hdata1+p,
	.index1_container .j-hdata2+p {
		font-size: 18px;
		line-height: 22px;
	}

	.big_bt,
	.big_title {
		font-size: 22px !important;
		line-height: 30px !important;
	}

	.big_describe {
		font-size: 15px !important;
		line-height: 24px !important;
		margin-top: 6px !important;
	}

	.index2_top .content {
		padding: 40px 0px 20px;
	}

	.index2_top .back_img {
		width: calc(100% - 100px);
	}

	.index2_top .container {
		width: 76%;
	}

	.index2_list {
		min-height: auto;
	}

	.index2_list .imgBox {
		position: relative;
		height: auto;
		opacity: 1;
	}

	.index2_list .imgBox img {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		max-width: 100%;
		min-height: auto;
	}

	.index2_list li {
		width: 50%;
		position: relative;
	}

	.index2_list .box {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		padding: 20px;
	}

	.index2_list .box::before {
		opacity: 1;
		background: rgba(0, 0, 0, 0.4);
		backdrop-filter: initial;
	}

	.index2_list .title {
		font-size: 18px;
	}

	.index2_list .button_links {
		margin-top: 8px;
	}

	.index2_list li:nth-child(-n + 4) {
		border-top: 1px solid rgba(238, 238, 238, 0.27);
	}

	.index2_list li:nth-child(-n + 2) {
		border-top: none;
	}

	.index3 {
		padding: 40px 0px;
	}

	.index3 .text {
		margin: 8px auto 0px;
	}

	.index3 .sw_box {
		margin-top: 20px;
	}

	.index3 .title {
		font-size: 18px;
		line-height: 28px;
	}

	.index3 .box {
		padding: 8px 15px 15px;
	}

	.index3 .swiper_button {
		margin-top: 20px;
	}

	.index3 .buttonBox {
		margin-top: 20px;
	}

	.index4 {
		padding: 40px 0px;
	}

	.index4 .title {
		font-size: 18px;
		line-height: 26px;
		margin-top: 4px;
	}

	.index4 .buttonBox {
		margin-top: 20px;
	}

	.index5 {
		padding: 40px 0px;
	}

	.index5 .sw_box {
		margin-top: 20px;
	}

	.index5 .swiper-slide {
		gap: 15px;
	}

	.index6 {
		padding: 40px 0px;
	}

	.index6_container {
		margin-top: 20px;
		gap: 20px;
	}

	.index6_l {
		width: 100%;
	}

	.index6_l .title {
		font-size: 16px;
		line-height: 24px;
		bottom: 10px;
		padding: 0px 5%;
	}

	.index6_r {
		width: 100%;
	}

	.index6_r figure {
		padding-bottom: 12px;
	}

	.index6_r .name {
		font-size: 18px;
	}

	.index7 {
		padding-bottom: 0px;
	}

	.index7 .sw_box {
		margin-top: 20px;
	}

	.buttonBox a {
		min-width: 120px !important;
		min-height: 36px !important;
	}

	.swiper_button {
		display: flex;
		gap: 12px;
		justify-content: center;
	}

	.swiper_button div {
		width: 36px;
		position: relative !important;
		top: 0px !important;
		transform: none !important;
		left: 0px !important;
		right: 0px !important;
	}

	.footer_before {
		margin: 30px 0px;
	}

	.footer_before .content {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		padding: 20px 30px 30px;
	}

	.footer_before .content::before {
		width: 100%;
		clip-path: none;
	}

	.footer_before .describe {
		font-size: 16px;
		line-height: 24px;
	}

	.footer_before .buttonBox {
		margin-top: 20px;
	}

	footer {
		padding: 40px 0px 50px;
	}

	.footer_a .icBox {
		gap: 8px;
	}

	.footer_a .icBox .iconfont {
		font-size: 16px;
	}

	.footer_a .icBox a {
		width: 36px;
	}

	.footer_b {
		flex-wrap: wrap;
		flex: none;
		width: 100%;
		gap: 10px 5%;
		padding: 20px 0px;
	}

	.footer_b .dif_footer {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 6px;
	}

	.footer_b>* {
		width: 100% !important;
		max-width: 100% !important;
	}

	.footer_b .dif_up {
		display: block;
	}

	.footer_b .list {
		margin-top: 8px;
		gap: 2px;
	}

	.footer_b .box {
		margin-top: 10px;
	}

	.footer_b .box .dif_footer {
		justify-content: center;
	}

	.footer_b .box .dif_footer::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.footer_b form {
		gap: 8px 0px;
		margin-top: 12px;
	}

	.footer_b form input {
		height: 36px;
	}

	.footer_c {
		padding-top: 15px;
	}

	.bannerBox .banner_title {
		font-size: 28px;
		line-height: 36px;
	}

	.mbx {
		margin-top: 4px;
	}

	.oo_title {
		font-size: 22px;
		line-height: 30px;
	}

	.oo1_top .describe {
		line-height: 24px;
		margin-top: 6px;
	}

	.oo1_top .read {
		margin-top: 20px;
	}

	.oo1_top .read span {
		min-width: 120px !important;
		min-height: 36px !important;
	}

	.oo1 {
		padding: 30px 0px 40px;
	}

	.oo1 .content {
		flex-direction: column-reverse;
		gap: 30px;
	}

	.oo1_container {
		width: 100%;
		flex: none;
		margin-left: 0px;
	}

	.oo1_list {
		margin-top: 20px;
	}

	.oo1_list .title {
		font-size: 18px;
		line-height: 28px;
	}

	.oo1_list .box {
		padding: 8px 15px 15px;
	}

	.pub_menu {
		width: 100%;
		max-width: 100%;
	}

	.pub_menu .menu_all {
		font-size: 20px;
		line-height: 30px;
	}

	.pub_menu .menu_all .down {
		display: block;
	}

	.menu_list1 {
		display: none;
	}

	.menu_list1>li {
		padding: 8px 0px;
	}

	.menu_list1 .list1_box {
		font-size: 16px;
		line-height: 24px;
	}

	.menu_list2 {
		margin-top: 6px;
	}

	.menu_list2 a {
		padding: 0px 24px;
	}

	.PageNumber {
		margin-top: 25px !important;
	}

	.PageNumber .page_box {
		gap: 8px;
	}

	.ot1 {
		padding: 30px 0px 40px;
	}

	.ot1 .sw_box {
		margin-top: 15px;
	}

	.ot1_l .describe {
		margin-top: 15px;
		padding-bottom: 15px;
	}

	.ot1_l .describe em {
		font-size: 16px;
	}

	.ot1_l .share_box {
		margin-top: 12px;
	}

	.ot1_l .buttonBox {
		margin-top: 20px;
	}

	.ot2 {
		padding: 40px 0px;
	}

	.ot2 .describe {
		line-height: 26px;
		margin-top: 6px;
	}

	.ot2 .describe em::before {
		top: 7px;
	}

	.ot3 {
		padding-bottom: 40px;
	}

	.ot3 .describe {
		margin-top: 6px;
	}

	.ot3 .sw_box {
		margin-top: 15px;
	}

	.pub1 {
		padding: 40px 0px;
	}

	.pub1 .text {
		margin: 8px auto 0px;
	}

	.pub1 .sw_box {
		margin-top: 20px;
	}

	.pub1 .title {
		font-size: 18px;
		line-height: 28px;
	}

	.pub1 .box {
		padding: 8px 15px 15px;
	}

	.pub1 .swiper_button {
		margin-top: 20px;
	}

	.to1 {
		padding: 40px 0px;
		flex-wrap: wrap;
	}

	.to1_container {
		width: 100%;
		max-width: 100%;
		padding: 0px 50px;
	}

	.to1_container .describe {
		line-height: 24px;
		margin-top: 4px;
	}

	.to1_container .describe1 {
		position: relative;
		height: auto;
		padding-right: 0px;
	}

	.to1_l {
		flex: none;
		width: 100%;
	}

	.to1_l .title {
		font-size: 18px;
		line-height: 30px;
		margin-top: 2px;
	}

	.to1_r {
		width: calc(100% - 100px);
		margin: 10px auto 0px;
	}

	.to1_r .swiperto1-pagination {
		gap: 6px;
		bottom: 10px;
	}

	.to2 {
		padding: 40px 0px;
	}

	.to2_container {
		margin-top: 20px;
	}

	.to2_container .mySwiperto2_2 {
		width: 79%;
	}

	.to2_container .year {
		font-size: 20px;
		line-height: 28px;
	}

	.to2_container .xian {
		height: 70px;
	}

	.to2_container .swiper-slide {
		gap: 8px;
	}

	.to2_container .describe {
		margin-top: 4px;
	}

	.to3 {
		padding: 40px 0px;
	}

	.to3 .text {
		margin-top: 4px;
	}

	.to3_container {
		margin-top: 20px;
		padding: 20px 0px 30px;
		flex-wrap: wrap;
		gap: 20px;
	}

	.to3_menu {
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.to3_menu li {
		width: 33.3333%;
	}

	.to3_r {
		flex: none;
		width: 100%;
	}

	.to3_r .title {
		font-size: 18px;
		line-height: 28px;
	}

	.to3_r .describe {
		line-height: 24px;
		margin-top: 4px;
	}

	.to3_r .describe p::before {
		top: 8px;
	}

	.to4 {
		padding: 40px 0px;
	}

	.to4 .text {
		margin: 4px auto 0px;
	}

	.to4_container {
		margin-top: 20px;
		gap: 20px 5%;
		flex-wrap: wrap;
		align-items: initial;
	}

	.to4_container figure {
		width: 30%;
		margin-top: 0px !important;
		min-height: 210px;
		padding: 20px 20px 30px;
	}

	.to4_container .describe {
		opacity: 1;
		margin-top: 8px;
	}

	.to4_container .title {
		font-size: 18px;
		line-height: 26px;
	}

	.to4_container .number {
		font-size: 32px;
		line-height: 42px;
	}

	.to5 {
		padding: 40px 0px;
	}

	.to5_menu {
		font-size: 16px;
		line-height: 24px;
		margin-top: 12px;
		gap: 8px;
	}

	.to5_menu figure {
		min-width: 160px;
		min-height: 38px;
	}

	.to5_container {
		margin-top: 20px;
	}

	.to6 .to6_box {
		padding: 40px 0px;
	}

	.to6 .to6_container {
		margin-top: 20px;
	}

	.to6 .mySwiperto6_2 {
		margin-top: 15px;
	}

	.to7 {
		padding: 40px 0px;
	}

	.to7_list {
		margin-top: 20px;
		gap: 20px 4%;
	}

	.to7_list li {
		width: 48%;
	}

	.to7_list .title {
		font-size: 18px;
		line-height: 28px;
		margin-top: 6px;
	}

	.to7_list .describe {
		margin-top: 4px;
	}

	.to8 {
		padding: 40px 0px;
	}

	.to8_container {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.to8_list {
		gap: 20px 0px;
	}

	.to8_list li {
		width: 48%;
	}

	.to8_list .number {
		font-size: 26px;
		line-height: 36px;
	}

	.to8_list .title {
		font-size: 16px;
		margin-top: 8px;
		line-height: 26px;
	}

	.to8_add {
		width: 100%;
		max-width: 778px;
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		margin: 0px auto;
	}

	.tho1 {
		padding: 30px 0px 40px;
	}

	.tho2 {
		padding-bottom: 40px;
	}

	.tho2 .content {
		gap: 20px 2%;
	}

	.tho2 figure {
		width: 32%;
	}

	.tht1 {
		padding: 30px 0px 40px;
	}

	.tht1 .share_box {
		margin-top: 6px;
	}

	.tht1 .describe {
		padding-top: 10px;
	}

	.tht1_list {
		font-size: 15px;
		line-height: 24px;
		margin-top: 10px;
	}

	.tht1_list p::before {
		top: 6px;
	}

	.tht1_img {
		margin-top: 20px;
	}

	.tht1_container {
		margin-top: 20px;
	}

	.tht1_container .describe1 em {
		font-size: 18px;
	}

	.tht2 {
		padding-bottom: 40px;
	}

	.tht2_container .r_box {
		padding: 0px 20px;
	}

	.tht2_container .title {
		font-size: 18px;
		line-height: 28px;
	}

	.tht2_container .describe {
		line-height: 24px;
		margin-top: 4px;
	}

	.tht2_container .links {
		margin-top: 15px;
	}

	.page_change {
		margin-top: 20px !important;
		padding: 10px 0px;
		gap: 0px;
	}

	.thth1 {
		padding: 30px 0px 40px;
	}

	.thth1 .share_box {
		margin-top: 12px;
	}

	.thth1_container .title {
		font-size: 20px;
		line-height: 28px;
	}

	.thth1_box2 {
		margin-top: 20px;
	}

	.thth1_box3 {
		margin-top: 20px;
	}

	.thth1_box3 .box {
		margin-top: 15px;
	}

	.thth1_box3 .name {
		font-size: 18px;
		line-height: 28px;
	}

	.fuo1 {
		padding: 30px 0px 40px;
	}

	.fuo1_menu {
		gap: 15px 2%;
		margin-top: 15px;
	}

	.fuo1_menu .logo {
		width: 42px;
	}

	.fuo1_menu .name {
		font-size: 15px;
	}

	.fuo1_container {
		margin-top: 20px;
		width: calc(100% - 50px);
	}

	.fuo1_container .fuo1_l {
		padding: 5.55% 20px 3% 45px;
	}

	.fuo1_container .title {
		font-size: 22px;
		line-height: 32px;
	}

	.fuo1_container .describe {
		line-height: 24px;
		margin-top: 8px;
	}

	.fuo1_container .fuo1_r {
		margin-left: 20px;
	}

	.fuo1_container .fuo1_r .bofangBox {
		width: 66px;
	}

	.fuo2 {
		padding: 40px 0px;
	}

	.fuo2 .read {
		margin-top: 20px;
	}

	.fuo2 .read span {
		min-width: 120px !important;
		min-height: 36px !important;
	}

	.fuo2_list {
		margin-top: 15px;
		gap: 20px 1.7855%;
	}

	.fuo2_list .time {
		padding-bottom: 10px;
	}

	.fuo2_list .time .day {
		font-size: 22px;
		line-height: 26px;
	}

	.fuo2_list .time .year {
		font-size: 14px;
		line-height: 22px;
	}

	.fuo2_list .title {
		font-size: 16px;
		margin-top: 8px;
		line-height: 26px;
	}

	.fuo2_list .describe {
		margin-top: 8px;
	}

	.fuo3 {
		padding: 40px 0px;
	}

	.fuo3 .sw_box {
		margin-top: 15px;
	}

	.fuo3 .sw_box a {
		padding: 12px 20px;
	}

	.fuo3 .name {
		font-size: 15px;
		line-height: 24px;
	}

	.fuo3 .swiper-slide {
		gap: 10px;
	}

	.fuo3 .swiperfuo3-pagination {
		margin-top: 20px;
		gap: 8px;
	}

	.fo1 {
		padding-top: 30px;
	}

	.fo2 {
		margin-top: 20px;
	}

	.fo2 .title {
		font-size: 18px;
		line-height: 26px;
	}

	.fo2 .hide_box {
		padding: 0px 20px 15px;
	}

	.fo2 .controls_box {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-top: 15px;
	}

	.fo2 .controls_box div {
		width: 15px;
		position: relative;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		transform: none !important;
	}

	.fo2 .box {
		display: none !important;
	}

	.fo3 {
		padding: 40px 0px 0px;
	}

	.fo3 .imgs {
		width: 40%;
		max-width: 275px;
	}

	.fo3 figure {
		padding: 20px 0px !important;
	}

	.fo3 .title {
		font-size: 18px;
		line-height: 28px;
	}

	.fo3 .describe {
		margin-top: 8px;
	}

	.fo3 .links {
		margin-top: 6px;
	}

	.ft1 {
		padding: 30px 0px 40px;
	}

	.ft1_container {
		flex: none;
		width: 100%;
		margin-right: 0px;
	}

	.ft1_container h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.ft1_container .time_share {
		gap: 10px 30px;
		margin-top: 10px;
	}

	.ft1_container .describe {
		margin-top: 15px;
		padding-top: 10px;
		line-height: 26px;
	}

	.ft1_container .describe em {
		font-size: 16px;
	}

	.pub_new {
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}

	.pub_new .new_title {
		font-size: 22px;
		line-height: 32px;
	}

	.pub_new .list {
		margin-top: 10px;
	}

	.so1 {
		padding: 30px 0px 40px;
	}

	.so1_l {
		flex: none;
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
		padding-bottom: 20px;
	}

	.so1_l .title {
		font-size: 20px;
		line-height: 28px;
	}

	.so1_r {
		padding-top: 0px;
		width: 100%;
		max-width: 650px;
		margin: 0px auto !important;
	}

	.so1_list {
		font-size: 15px;
		gap: 8px;
		margin-top: 12px;
	}

	.so2 {
		padding: 40px 0px;
	}

	.so2_l {
		flex: none;
		width: 100%;
		margin: 0px !important;
		padding-top: 0px;
	}

	.so2_l .title {
		font-size: 22px;
		line-height: 32px;
	}

	.so2_l .describe {
		margin-top: 6px;
	}

	.so2_r {
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	html body .content {
		width: calc(100% - 40px) !important;
	}

	.rightMenu .hide_box {
		top: auto;
		transform: none;
		left: 0%;
		right: auto;
	}

	header .head_boxr {
		padding: 14px 0px;
	}

	header .logoBox {
		margin-left: 12px;
		width: 76px;
		padding: 6px 0px;
	}

	header .logoBox::before {
		right: -66px;
	}

	.padding_top {
		padding-top: 52px;
	}

	.index_banner .control_box div {
		width: 8px;
	}

	.index1_container figure {
		width: 33.3333%;
	}

	.index1_container figure::before {
		display: none;
	}

	.index2_list li {
		width: 100%;
	}

	.footer_a {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 8px;
	}

	.footer_a .icBox_title {
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		flex-wrap: wrap;
	}

	.footer_a .icBox {
		width: 100%;
		justify-content: center !important;
	}

	.footer_a .icBox_box {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		gap: 6px !important;
	}

	.index4_r {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-bottom: 0px;
		transform: none;
	}

	.index4_l {
		padding-top: 15px;
	}

	.ot1 .r_box {
		width: 100%;
		float: none;
		margin: 0px auto !important;
	}

	.ot1_l {
		padding-top: 20px;
	}

	.to1_container {
		padding: 0px 20px;
	}

	.to1_r {
		width: calc(100% - 40px);
	}

	.to3_r {
		padding: 0px 20px;
	}

	.to3_r .to3_imgs {
		float: none;
		width: 100%;
		margin: 0px !important;
	}

	.to3_r .text_box {
		padding-left: 20px;
		padding-top: 15px;
	}

	.to4_container {
		gap: 20px 2%;
		align-items: initial;
	}

	.to4_container figure {
		width: 49%;
	}

	.to6 .swiper-slide {
		width: 126px;
		margin-right: 15px;
	}

	.to6 .mySwiperto6_2 {
		width: calc(100% - 63px);
	}

	.to7_list li {
		padding: 20px 20px 30px;
	}

	.tht2_container {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0px;
		margin-top: 15px;
	}

	.tht2_container figure {
		width: 48%;
		max-width: 377px;
	}

	.tht2_container .l_box {
		width: 100%;
	}

	.tht2_container .r_box {
		flex: none;
		width: 100%;
		padding: 12px 15px 20px;
	}

	.thth1_box3 .box {
		padding: 20px 30px;
	}

	.fuo1_menu {
		flex-wrap: wrap;
		justify-content: space-around;
		gap: 15px 0%;
	}

	.fuo1_menu li {
		width: 48%;
		max-width: 48%;
	}

	.fuo1_container {
		width: calc(100% - 20px);
		background: #f5f5f5;
	}

	.fuo1_container .fuo1_l {
		padding: 20px 20px 30px;
	}

	.fo3 .fo3_container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 2%;
	}

	.fo3 figure {
		width: 32%;
		padding: 0px !important;
		border-top: none !important;
		border-bottom: none !important;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 15px;
	}

	.fo3 .r_box {
		width: 100%;
	}

	.fo3 .imgs {
		width: 100%;
	}

	.fo3 .l_box {
		flex: none;
		width: 100%;
		flex-wrap: wrap;
	}

	.fo3 .text_box {
		flex: none;
		width: 100%;
		margin-left: 0px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 600px) {
	.index1_container figure {
		width: 50%;
	}

	.oo1_list li {
		width: 49%;
	}

	.tho2 figure {
		width: 49%;
	}

	.fuo2_list {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 4%;
	}

	.fuo2_list li {
		width: 48%;
	}

	.fo3 figure {
		width: 49%;
	}
}

@media screen and (max-width: 480px) {
	.bannerBox {
		padding-top: 0px !important;
		min-height: 160px;
	}

	header .logoBox {
		margin-left: 0px;
	}

	header .lang {
		margin-right: 40px;
	}

	.index2_top .container {
		width: 100%;
	}

	.index6_l {
		flex-wrap: wrap;
		gap: 20px;
	}

	.index6_l .l_box {
		width: 100%;
	}

	.index6_l .r_box {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}

	.index6_l figure {
		width: 48%;
	}

	.ot2_r {
		width: 100%;
		float: none;
		margin: 0px !important;
	}

	.ot2_l {
		padding-top: 15px;
	}

	.ot3 .swiper-slide {
		margin-right: 16px;
	}

	.to3_menu li {
		width: 50%;
	}

	.to4_container figure {
		width: 100%;
	}

	.to7_list li {
		width: 100%;
	}

	.tht1_list p {
		width: 100%;
	}

	.thth1_box1 .r_box {
		width: 100%;
		float: none;
		margin: 0px !important;
	}

	.thth1_box1 .l_box {
		margin-top: 15px;
	}

	.thth1_box3 .l_box {
		float: none;
		width: 100%;
		margin: 0px !important;
	}

	.thth1_box3 .r_box {
		padding-top: 15px;
	}

	.fuo1_container .fuo1_r {
		width: 100%;
		float: none;
		margin: 0px !important;
	}

	.fuo2_list li {
		width: 100%;
	}

	.so1_list .l_box {
		width: 100px;
	}

	.so2_r form .int1 {
		width: 100%;
	}

	.so2_r form .box {
		width: 100%;
	}

	.so2_r form textarea {
		height: 90px;
	}
}

@media screen and (max-width: 400px) {
	.tht2_container figure {
		width: 100%;
	}

	.fo3 .fo3_container {
		justify-content: center;
		align-items: center;
	}

	.fo3 figure {
		width: 100%;
		max-width: 275px;
	}
}

@media screen and (max-width: 380px) {
	.index1_container figure {
		width: 100%;
	}

	.oo1_list {
		justify-content: center;
		align-items: center;
	}

	.oo1_list li {
		width: 100%;
		max-width: 310px;
	}

	.tho2 .content {
		justify-content: center;
	}

	.tho2 figure {
		width: 100%;
		max-width: 330px;
	}
}

@font-face {
	font-family: "HelveticaLTStd-Roman";
	src: url("../fonts/HelveticaLTStd-Roman.eot");
	src: url("../fonts/HelveticaLTStd-Roman.eot") format("embedded-opentype"), url("../fonts/HelveticaLTStd-Roman.woff2") format("woff2"), url("../fonts/HelveticaLTStd-Roman.woff") format("woff"), url("../fonts/HelveticaLTStd-Roman.ttf") format("truetype"), url("../fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "HelveticaLTStd-BlkCond";
	src: url("../fonts/HelveticaLTStd-BlkCond.eot");
	src: url("../fonts/HelveticaLTStd-BlkCond.eot") format("embedded-opentype"), url("../fonts/HelveticaLTStd-BlkCond.woff2") format("woff2"), url("../fonts/HelveticaLTStd-BlkCond.woff") format("woff"), url("../fonts/HelveticaLTStd-BlkCond.ttf") format("truetype"), url("../fonts/HelveticaLTStd-BlkCond.svg#HelveticaLTStd-BlkCond") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "HelveticaLTStd-BoldCond";
	src: url("../fonts/HelveticaLTStd-BoldCond.eot");
	src: url("../fonts/HelveticaLTStd-BoldCond.eot") format("embedded-opentype"), url("../fonts/HelveticaLTStd-BoldCond.woff2") format("woff2"), url("../fonts/HelveticaLTStd-BoldCond.woff") format("woff"), url("../fonts/HelveticaLTStd-BoldCond.ttf") format("truetype"), url("../fonts/HelveticaLTStd-BoldCond.svg#HelveticaLTStd-BoldCond") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "iconfont";
	/* Project id 4647297 */
	src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-changyonglogo27:before {
	content: "\e714";
}

.icon-diqiu:before {
	content: "\e60a";
}

.icon-dianhua:before {
	content: "\e62f";
}

.icon-weixin:before {
	content: "\e64f";
}

.icon-facebook1:before {
	content: "\e621";
}

.icon-xiangxia2:before {
	content: "\e63d";
}

.icon-douyin1:before {
	content: "\e8db";
}

.icon-linkedin1:before {
	content: "\e625";
}

.icon-pinterest1:before {
	content: "\e61e";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-instagram2:before {
	content: "\e73a";
}

.icon-youtube1:before {
	content: "\e614";
}

.icon-youjiantou:before {
	content: "\e73d";
}

.icon-youjiantou-copy:before {
	content: "\eb8f";
}

.icon-tabzuoyouqiehuan:before {
	content: "\e668";
}

.icon-tabzuoyouqiehuan-copy:before {
	content: "\eb90";
}

.icon-pinterest2:before {
	content: "\e82e";
}

.icon-xiangxiaxialakuang:before {
	content: "\e657";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-youxiang-32:before {
	content: "\e605";
}

.icon-trun-north:before {
	content: "\e615";
}

.icon-guanbi:before {
	content: "\e601";
}

.icon-home:before {
	content: "\e624";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.to1_r .swiper-slide {
	position: relative;
	overflow: hidden;
}

.to1_r .swiper-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.to1_r .swiper-slide video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none;
	display: block;
}

@media screen and (max-width: 992px) {
	.to1_r .swiper-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

.so+footer {
	padding-top: 60px;
}

@media screen and (max-width: 992px) {
	.so+footer {
		padding-top: 30px;
	}
}

header.hide {
	transform: translateY(-150%);
}

header {
	transform: translateY(0%);
}

header .dif_ul {
	position: fixed;
	left: 0;
	top: 80px;
	background: #fff;
	width: 100%;
	overflow: auto;
	max-height: calc(100vh - 120px);
	display: none;
}

header .dif_ul::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

header .dif_ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #047835;
}

header .dif_ul::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

header .dif_ul .content {
	display: block;
}

header .dif_title {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
	z-index: 1;
	padding: 50px 0px 22px;
}

header .dif_title .content {
	display: flex;
	justify-content: flex-start;
}

header .dif_title a {
	display: flex;
	align-items: center;
	gap: 17px;
	color: #333;
}

header .dif_title a:hover {
	color: #047835;
}

header .dif_title span {
	transition: 0s;
}

header .dif_title::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #ecedf0;
	z-index: -1;
}

header .dif_l a {
	display: block;
}

header .dif_name {
	font-family: HelveticaLTStd-Roman;
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	gap: 25px;
	margin-top: 17px;
}

header .dif_name span {
	transition: 0s;
}

header .dif_container {
	padding: 45px 0px 55px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 7.2%;
}

header .dif_l {
	width: 24%;
	max-width: 301px;
}

header .dif_l .imgBox {
	overflow: hidden;
}

header .dif_l a:hover .dif_name {
	color: #047835;
}

header .dif_l a:hover .imgBox img {
	transform: scale(1.06);
}

.header_dif_r {
	flex: 1;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.header_dif_r .dif_menu_one {
	font-family: HelveticaLTStd-Roman;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.header_dif_r .dif_menu_one a {
	color: #333;
}

.header_dif_r .dif_menu_one a:hover {
	color: #047835;
}

.header_dif_r .dif_list {
	width: 25%;
}

.header_dif_r .dif_list1 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
	position: relative;
	padding-left: 22px;
}

.header_dif_r .dif_list1::before {
	content: '';
	position: absolute;
	left: 7px;
	top: 0;
	border-left: 1px solid #cccccc;
	height: 100%;
}

.header_dif_r .dif_list1 a {
	font-family: HelveticaLTStd-Roman;
	color: #666;
}

.header_dif_r .dif_list1 a:hover {
	color: #047835;
}

.footer_a .icBox_box {
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer_a .icBox_title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_a .icBox {
	gap: 10px 19px;
}

.footer_a .icBox a {
	width: 52px;
	background: #fff;
	border: none;
}

.footer_a .icBox a:hover {
	background: #047835;
}

.footer_a .icBox a:hover img {
	filter: brightness(0) invert(1);
	transform: scale(1.02);
}

.footer_a .icBox img {
	max-width: 26px;
	transition: 0.2s;
}

@media screen and (max-width: 1520px) {
	header .dif_title {
		font-size: 24px;
		line-height: 32px;
		padding: 25px 0px 20px;
	}

	header .dif_ul {
		top: 70px;
	}

	header .dif_container {
		padding: 30px 0px;
	}

	header .dif_name {
		font-size: 18px;
		line-height: 28px;
		margin-top: 12px;
	}

	.header_dif_r .dif_list1 {
		font-size: 15px;
		line-height: 28px;
	}

	.footer_a .icBox_title {
		font-size: 18px;
		line-height: 32px;
	}

	.footer_a .icBox {
		gap: 10px 12px;
	}

	.footer_a .icBox a {
		width: 38px;
	}

	.footer_a .icBox img {
		max-width: 18px;
		max-height: 20px;
	}
}

.main-visual_scroll {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding-bottom: 272px;
	color: #fff;
	text-align: right;
	letter-spacing: 0.15em;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
}

.main-visual_scroll::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 1px;
	height: 272px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.3);
}

.main-visual_scroll::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 1px;
	height: 272px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-animation: scrollDown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	animation: scrollDown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes scrollDown {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50.1% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
}

@keyframes scrollDown {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50.1% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
}

.main-visual_scroll>span {
	display: block;
	position: absolute;
	bottom: 304px;
	left: -13px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media screen and (max-width: 1200px) {

	.main-visual_scroll::before,
	.main-visual_scroll::after {
		height: 180px;
	}

	.main-visual_scroll>span {
		bottom: 220px;
	}
}

@media screen and (max-width: 768px) {
	.main-visual_scroll {
		display: none;
	}
}

.to9 {
	background: url('../images/to9_back.jpg') no-repeat center;
	background-size: cover;
}

.to9 .logo {
	width: 71px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
}

.to9 .container {
	width: calc(100% - 200px);
	max-width: 1620px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
}

.to9 figure {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	width: 25%;
	padding: 114px 30px 232px;
}

.to9 figure:nth-of-type(1) {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.to9 .title {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 21px;
}

.to9 .describe {
	line-height: 26px;
	color: #fff;
	padding: 0px 30px;
	margin-top: 26px;
}

.to9 .describe strong {
	display: block;
	font-weight: normal;
	font-family: HelveticaLTStd-BoldCond;
}

.to9 .describe em {
	font-style: normal;
	display: block;
	position: relative;
}

.to9 .describe em::before {
	content: '';
	position: absolute;
	left: -27px;
	width: 9px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	top: 8px;
	background: #fff;
}

.to10 {
	background: url('../images/to10_back.jpg') no-repeat center;
	background-size: cover;
	padding: 92px 0px 113px;
}

.to10 .oo_title {
	text-align: center;
}

.to10 .year {
	font-family: HelveticaLTStd-BlkCond;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #047835;
}

.to10 .describe {
	line-height: 24px;
	color: #333;
	margin-top: 15px;
}

.to10 .top {
	display: flex;
	align-items: center;
	gap: 30px;
}

.to10 .top::after {
	content: '';
	flex: 1;
	display: block;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.to10 .sw_box {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.to10 .swiper {
	width: calc(100% - 65px);
	margin-left: 0px;
}

.to10 .swiperto10_right {
	width: 60px;
	background: #fff;
	border: 1px solid #ccc;
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	cursor: pointer;
	transform: translateY(-8px);
}

.to10 .swiperto10_right img {
	transition: 0.2s;
}

.to10 .swiperto10_right:hover {
	background: #047835;
}

.to10 .swiperto10_right:hover img {
	filter: brightness(0) invert(1);
}

.to11 {
	background: #f7f7f7;
	padding: 92px 0px 99px;
}

.to11 .oo_title {
	text-align: center;
}

.to11 .title_text {
	text-align: center;
	color: #666;
	margin-top: 14px;
}

.to11_list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 1.16633333%;
	margin-top: 25px;
}

.to11_list li {
	width: 13.286%;
}

@media screen and (max-width: 1620px) {
	.to9 .container {
		width: calc(100% - 100px);
	}

	.to9 figure {
		padding: 80px 20px 140px;
	}

	.to9 .logo {
		width: 48px;
	}

	.to9 .logo img {
		max-height: 100%;
	}

	.to9 .title {
		font-size: 24px;
		line-height: 32px;
		margin-top: 12px;
	}

	.to9 .describe {
		padding: 0px 20px;
		margin-top: 12px;
	}

	.to9 .describe em::before {
		left: -18px;
	}

	.to10 {
		padding: 60px 0px;
	}

	.to10 .sw_box {
		margin-top: 30px;
	}

	.to10 .year {
		font-size: 26px;
		line-height: 34px;
	}

	.to10 .swiperto10_right {
		width: 50px;
	}

	.to11 {
		padding: 60px 0px;
	}

	.to11 .title_text {
		margin-top: 6px;
	}
}

@media screen and (max-width: 993px) {
	.to9 figure {
		width: 50%;
		padding: 30px 20px 30px;
	}

	.to9 .logo {
		width: 40px;
	}

	.to9 .title {
		font-size: 20px;
		line-height: 28px;
		margin-top: 6px;
	}

	.to10 {
		padding: 30px 0px;
	}

	.to10 .top {
		gap: 15px;
	}

	.to10 .year {
		font-size: 20px;
		line-height: 28px;
	}

	.to10 .sw_box {
		margin-top: 12px;
	}

	.to10 .describe {
		margin-top: 8px;
	}

	.to11 {
		padding: 30px 0px;
	}

	.to11_list {
		margin-top: 15px;
		gap: 15px 1.875%;
	}

	.to11_list li {
		width: 18.5%;
	}
}

@media screen and (max-width: 769px) {
	.to9 .container {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 600px) {
	.to11_list {
		gap: 12px 2%;
	}

	.to11_list li {
		width: 32%;
	}
}

@media screen and (max-width: 480px) {
	.to9 figure {
		width: 100%;
		padding: 15px 15px;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}

	.to11_list li {
		width: 49%;
	}
}

.to8_add .add {
	margin-top: 4px;
	position: relative;
}

.to8_add_list {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.to8_add_list li {
	width: 1.814%;
	position: absolute;
	left: 0;
	top: 0;
}
.to8_add_list li .box1{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 4px;
	width: 94px;
}
.to8_add_list li .box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 25% 5px 0px;
}

.to8_add_list li .big_num {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-family: HelveticaLTStd-BoldCond;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #047835;
}
.to8_add_list li .big_num + p{
	line-height: 24px;
	color: #047835;
	text-align: center;
}
.to8_add_list li:nth-of-type(1) {
	left: 16.3%;
	top: 37.8%;
}

.to8_add_list li:nth-of-type(2) {
	left: 53.8%;
	top: 30.3%;
}

.to8_add_list li:nth-of-type(3) {
	left: 75.8%;
	top: 40.5%;
}

.to8_add_list li:nth-of-type(4) {
	left: 52%;
	top: 62.8%;
}
@media screen and (max-width: 1620px) {
	.to8_add_list li .box1{
		width: 78px;
	}
	.to8_add_list li .big_num{
		font-size: 22px;
		line-height: 24px;
	}
	.to8_add_list li .big_num + p{
		line-height: 22px;
	}
	.to8_add_list li .box{
		padding: 20% 5px 0px;
	}
}
@media screen and (max-width: 992px){
	.to8_container{
		margin-top: 25px;
	}
}
@media screen and (max-width: 600px) {
	.to8_container{
		margin-top: 35px;
	}
}

@media screen and (max-width: 481px) {
	.to8_container{
		margin-top: 15px;
	}
	.to8_add_list{
		position: relative;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}
	.to8_add_list li{
		position: relative;
		left: 0 !important;
		top: 0 !important;
		width: 25%;
	}
	.to8_add_list li .imgBox{
		display: none;
	}
	.to8_add_list li .box1{
		position: relative;
		left: 0;
		bottom: 0;
		transform: none;
	}
	.to8_add_list li .box{
		position: relative;
		padding: 0px 4px;
	}
}

.ot1_l .buttonBox .dif_style{
	background: #047835;
	color: #fff;
}
.ot1_l .buttonBox .dif_style:hover{
	background: transparent;
	color: #047835;
}