@import url("swiper-bundle.min.css");
@import url("animate.min.css");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	transition: 0.5s;
	scroll-behavior: smooth;
	height: 100%;
}

html body {
	height: 100%;
	overflow-x: hidden;
	margin: 0 auto;
	font-family: Inter-Regular, Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	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% - 160px);
}

html body li {
	list-style: none;
}

.rightMenu {
	z-index: 4;
	display: none;
	flex-direction: column;
	position: fixed;
	right: 0px;
	transform: translateY(-50%);
	gap: 3px;
	top: 50%;
}

.rightMenu>* {
	flex-direction: column;
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	position: relative;
}

.rightMenu>*:hover {
	background: #57b43d;
}

@media screen and (min-width: 993px) {
	.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: 0%;
	display: none;
}

.rightMenu .hide_box>p {
	background: #57b43d;
	white-space: nowrap;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
}

.rightMenu .hide_box img {
	max-width: none;
}

/* nav */
.xnav {
	display: none;
}

.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #57b43d;
	right: 2.5%;
	top: 20px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999;
}

.nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	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: 992px) {
	.xnav {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.nav {
		top: 20px;
	}
}

#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%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header {
	background-color: rgba(0, 0, 0, 0.6);
}

header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	transition: 0.3s;
	background-color: #fff;
}

header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .l_box {
	display: flex;
	align-items: center;
	padding-top: 2px;
}

header .center {
	display: flex;
	align-items: center;
}

header .logoBox {
	width: 151px;
	flex-shrink: 0;
}

header .logoBox a {
	display: block;
}

header .logoBox img {
	width: 100%;
}

header .menuOne.active>a {
	color: #57b43d !important;
}

header .menuOne.active>a::before {
	width: 100%;
}

header .menuOne.menuactive>a {
	color: #57b43d !important;
}

header .menuOne.menuactive>a::before {
	width: 100%;
}

header .menuOne {
	font-family: Inter-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #040000;
	margin-right: 42px;
	position: relative;
}

header .menuOne>a {
	color: #040000;
	padding: 34px 0px;
	position: relative;
}

header .menuOne>a::before {
	position: absolute;
	content: "";
	width: 0%;
	max-width: 50px;
	height: 4px;
	left: 0;
	bottom: 18px;
	transition: 0.3s;
	background: url("/images/header_la.png") no-repeat center;
}

header .menuOne>a:hover {
	color: #57b43d !important;
}

header .menuOne>a:hover::before {
	width: 100%;
}

header .menuOne .active>a {
	background: #57b43d;
	color: #fff;
}

header .menuOne .active>a::before {
	opacity: 0;
}

header .menuOne .menuactive>a {
	background: #57b43d;
	color: #fff;
}

header .menuOne .menuactive>a::before {
	opacity: 0;
}

header .menuOne:nth-last-of-type(1) {
	margin-right: 0px !important;
}

header .sousuo {
	margin-left: 22px;
	position: relative;
}

header .sousuo i {
	cursor: pointer;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	display: none;
}

header .sousuo i:hover {
	color: #57b43d;
}

header .sousuo form {
	width: 190px;
	background-color: transparent;
	border-radius: 25px;
	border: solid 1px #040000;
	overflow: hidden;
}

header .sousuo form input:nth-of-type(1) {
	width: 100%;
	height: 48px;
	font-family: Inter-Regular;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	background: none;
	padding-right: 50px;
	padding-left: 20px;
}

header .sousuo form input:nth-of-type(1)::placeholder,
header .sousuo form input:nth-of-type(1)::-webkit-input-placeholder {
	color: #666;
}

header .sousuo form input:nth-of-type(2) {
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	background: none;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	cursor: pointer;
	transition: 0.3s;
}

header .sousuo form input:nth-of-type(2):hover {
	color: #57b43d;
}

header .ul {
	min-width: 250px;
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	padding-left: 5px;
}

header .ul div {
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	padding-top: 10px;
}

header .ul li {
	font-family: Inter-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000;
	position: relative;
}

header .ul li a {
	display: block;
	padding: 12.5px 28px;
	color: #000;
	white-space: nowrap;
	position: relative;
}

header .ul li a::before {
	content: "";
	width: calc(100% - 56px);
	height: 0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	border-bottom: 1px solid #e7e3e2;
	transition: 0.3s;
}

header .ul li a:hover {
	background: #57b43d;
	color: #fff;
}

header .ul li a:hover::before {
	opacity: 0;
}

header .ul1 {
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding-left: 0px;
	padding-top: 0px !important;
}

header .head_boxr {
	display: flex;
	align-items: center;
}

header .dif_ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
}

header .dif_ul>div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 548px;
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	padding: 10px 40px 30px 0px;
}

header .menu1 {
	width: 220px;
}

header .menu1 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	padding: 12px 21px 13px 30px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	font-family: Inter-Regular;
}

header .menu1 a::before {
	content: "";
	width: calc(100% - 30px);
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #e7e3e2;
	position: absolute;
	transition: 0.3s;
}

header .menu1 a:hover {
	background: #57b43d;
	color: #fff;
}

header .menu1 a:hover img {
	filter: brightness(0) invert(1);
}

header .menu1 a:hover::before {
	opacity: 0;
}

header .menu1 img {
	transition: 0.2s;
}

header .menu1 span {
	flex: 1;
	transition: 0s;
}

header .menu1 .active>a {
	background: #57b43d;
	color: #fff;
}

header .menu1 .active>a img {
	filter: brightness(0) invert(1);
}

header .menu1 .active>a::before {
	opacity: 0;
}

header .menu2 {
	width: 238px;
}

header .menu2 a {
	font-family: Inter-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 12px 0px 13px;
}

header .menu2 a::before {
	content: "";
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #e7e3e2;
}

header .menu2 a:hover {
	font-family: Inter-Bold;
	color: #57b43d;
}

header .menu2 a:hover img {
	opacity: 1;
	filter: none;
}

header .menu2 .active>a {
	font-family: Inter-Bold;
	color: #57b43d;
}

header .menu2 .active>a img {
	opacity: 1;
	filter: none;
}

header .menu2 img {
	transition: 0.2s;
	filter: brightness(0);
	opacity: 0.6;
}

header .menu2 span {
	transition: 0s;
	flex: 1;
}

header .pros {
	display: none;
}

.buttonBox {
	display: flex;
	justify-content: flex-start;
}

.buttonBox a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 180px;
	min-height: 60px;
	background-color: #57b43d;
	border-radius: 0px 30px 30px 0px;
	border: 1px solid #57b43d;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	gap: 13px;
	padding: 5px 12px;
}

.buttonBox a:hover {
	color: #57b43d;
	background: #fff;
}

.buttonBox a:hover img {
	filter: none;
}

.buttonBox span {
	transition: 0s;
}

.buttonBox img {
	width: auto;
	height: auto;
	transition: 0.2s;
	filter: brightness(0) invert(1);
}

.bofangBox {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.clear {
	clear: both;
}

.bannerBox img {
	width: 100%;
}

.padding_top {
	padding-top: 100px;
}

.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%;
	height: auto;
	min-height: 100%;
	-webkit-transition: all 6s ease-out;
	-o-transition: all 6s ease-out;
	-moz-transition: all 6s ease-out;
	transition: all 6s ease-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_banner .swiper-slide-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-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 .sw_button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 9.24%;
	bottom: 48px;
	z-index: 1;
	gap: 10px;
}

.index_banner .sw_button div {
	width: 71px;
	height: 71px;
	background: transparent;
	border: solid 1px #666666;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_banner .sw_button div:hover {
	border: 1px solid transparent;
	background: rgba(0, 0, 0, 0.5);
}

.index_banner .sw_button div:hover img {
	filter: brightness(0) invert(1);
}

.index_banner .sw_button img {
	transition: 0.2s;
}

.index_banner .sw_button div:nth-of-type(1) {
	border-radius: 35px 0px 0px 35px;
}

.index_banner .sw_button div:nth-of-type(2) {
	border-radius: 0px 35px 35px 0px;
}

.index_banner .swiperbanner-pagination {
	width: calc(100% - 40px);
	max-width: 1400px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: none;
}

.index_banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	display: block;
	opacity: 1;
	margin: 0px !important;
	position: relative;
}

.index_banner .swiper-pagination-bullet-active {
	background: #57b43d;
}

.small_title {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #57b43d;
}

.big_title {
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #222;
}

.big_title a {
	color: #222;
}

.big_title a:hover {
	color: #57b43d;
}

.big_title span {
	font-family: Inter-Bold;
	color: #57b43d;
}

.index1 {
	background: url("/images/index1_back.jpg") no-repeat center bottom;
	background-size: cover;
	padding: 55px 0px 72px;
	max-width: 1920px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.index1 .l_box {
	width: 360px;
}

.index1 .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 5%;
}

.index1 .back_img {
	position: absolute;
	left: 50%;
	top: 41.2%;
	transform: translate(-50%, -50%);
	opacity: 0.6;
}

.index1_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 40px;
	flex: 1;
	justify-content: flex-end;
	margin-top: 20px;
}

.index1_menu li {
	min-width: 216px;
	min-height: 66px;
	background: transparent;
	border-radius: 0px 33px 33px 0px;
	border: solid 2px #57b43d;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #57b43d;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 15px;
	cursor: pointer;
}

.index1_menu li:hover {
	background: #57b43d;
	color: #fff;
}

.index1_menu .active {
	background: #57b43d;
	color: #fff;
}

.index1_container {
	margin: 39px auto 0px;
	width: calc(100% - 40px);
	max-width: 1640px;
	position: relative;
	z-index: 1;
}

.index1_container .center_box {
	width: 34.086%;
	padding-top: 34.086%;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(21, 202, 115, 0.1);
	position: relative;
	flex-shrink: 0;
}

.index1_container .center_box::before {
	content: "";
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(47, 194, 21, 0.1);
	border-radius: 50%;
	overflow: hidden;
}

.index1_container .img_center {
	width: calc(100% - 109px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	overflow: hidden;
}

.index1_container figure {
	display: none;
}

.index1_container .box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0px 45px;
}

.index1_container .links {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: #57b43d;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #57b43d;
	margin-top: 6px;
	display: none;
}

.index1_container .links img {
	transition: 0.2s;
	filter: brightness(0) invert(1);
}

.index1_container .links:hover {
	background: #fff;
}

.index1_container .links:hover img {
	filter: none;
}

.index1_container .describe {
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	height: 90px;
	margin-top: 15px;
}
.index1_container .describe a{
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index1_container .describe a:hover{
	color: #57b43d;
}

.index1_container .logo {
	height: 39px;
	display: flex;
	align-items: center;
}

.index1_container .logo img {
	max-height: 100%;
}

.index1_container .title {
	font-family: Inter-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #222222;
}

.index1_container .title a {
	color: #222;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index1_container .title a:hover {
	color: #57b43d;
}

.index1_container .title_logo {
	display: flex;
	align-items: center;
	gap: 20px;
}

.index1_list {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 90px 0px;
	padding-top: 4px;
}

.index1_list li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.index1_list.list_l li {
	align-items: flex-end;
	text-align: right;
}

.index1_list.list_l .title_logo {
	flex-direction: row-reverse;
}

.index1_bottom {
	width: 100%;
	max-width: 1022px;
	margin: 22px auto 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index1_bottom .title_logo {
	justify-content: center;
}

.index1_bottom .describe {
	-webkit-line-clamp: 2;
	text-align: center;
	height: 60px;
	margin-top: 16px;
}

.index1_bottom .links {
	margin-top: 9px;
}

.index2 {
	padding: 82px 0px 77px;
}

.index2 .big_title {
	margin-top: 8px;
}

.index2 .l_box {
	flex: 1;
}

.index2 .top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px 5%;
	flex-wrap: wrap;
}

.index2 .sw_box {
	margin-top: 48px;
}

.index2 .sw_box .buttonBox {
	margin-top: 29px;
}

.index2 .sw_box .buttonBox a {
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	min-height: 50px;
}

.index2 .sw_box .buttonBox a:hover {
	background: #57b43d;
	color: #fff;
}

.index2 .sw_box .buttonBox a:hover img {
	filter: brightness(0) invert(1);
}

.index2 .sw_box .buttonBox img {
	filter: none;
}

.index2 .box {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.index2 .title {
	font-family: Inter-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 14px;
}

.index2 .title a {
	color: #333;
}

.index2 .title a:hover {
	color: #57b43d;
}

.index2 .describe {
	line-height: 26px;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.index2 .hide_box {
	display: none;
}

@media screen and (min-width: 993px) {
	.index2 .hide_box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(87, 180, 61, 0.9);
		padding: 10px 21px 28px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transition: 0.3s ease-in;
		transform: translateY(100%);
		opacity: 0;
	}
}

@media screen and (min-width: 993px) {
	.index2 .swiper-slide:hover .hide_box {
		transform: none;
		opacity: 1;
	}
}

.index2 .swiperindex2-pagination {
	width: 100%;
	position: relative;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 48px;
}

.index2 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #c8c8c8;
	border-radius: 50%;
	display: block;
	opacity: 1;
	margin: 0px !important;
	position: relative;
}

.index2 .swiper-pagination-bullet::before {
	content: "";
	width: 0px;
	height: 0px;
	border: solid 1px #57b43d;
	transition: 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
}

.index2 .swiper-pagination-bullet-active {
	background: #57b43d;
	margin: 0px 7px !important;
}

.index2 .swiper-pagination-bullet-active::before {
	width: 18px;
	height: 18px;
	opacity: 1;
}

.index3 {
	padding-bottom: 96px;
}

.index3 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index3_l {
	width: 47.358%;
}

.index3_l .big_title {
	width: 100%;
	max-width: 508px;
	margin-top: 14px;
}

.index3_l form {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 11px 0px;
	margin-top: 33px;
}

.index3_l form input {
	height: 50px;
}

.index3_l form input,
.index3_l form textarea {
	width: 100%;
	background-color: #f2f2f2;
	border: none;
	font-family: Inter-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	resize: none;
	outline: none;
	padding: 0px 18px;
}

.index3_l form input::placeholder,
.index3_l form input::-webkit-input-placeholder,
.index3_l form textarea::placeholder {
	color: #666;
}

.index3_l form .int1 {
	width: 48.2%;
}

.index3_l form .yz {
	position: relative;
}

.index3_l form .yz::before {
	content: "*";
	top: 53%;
	transform: translateY(-50%);
	left: 9px;
	position: absolute;
	color: #ff0000;
	font-size: 18px;
}

.index3_l form .int2 {
	width: 100%;
}

.index3_l form .int2::before {
	top: 32px;
}

.index3_l form .tijiao {
	position: relative;
}

.index3_l form .tijiao input {
	background: #57b43d;
	border: 1px solid #57b43d;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
	font-family: Inter-Bold;
	min-width: 177px;
}

.index3_l form .tijiao input:hover {
	color: #57b43d;
	background: #fff;
}

.index3_l form .yzm {
	position: relative;
	flex: 1;
	margin-right: 30px;
}

.index3_l form .yzm input {
	flex: 1;
	padding-right: 100px;
}

.index3_l form .yzm a,
.index3_l form .yzm span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	width: 61px;
	cursor: pointer;
}

.index3_l form .yzm a img,
.index3_l form .yzm span img {
	height: 100%;
	width: 100%;
}

.index3_l form textarea {
	height: 120px;
	padding-top: 8px !important;
}

.index3_r {
	width: 49.786%;
	padding-top: 25px;
}

.index3_r .describe {
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.index3_r .img_box {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0px 6.9%;
	margin-top: 50px;
}

.index3_r .imgBox {
	width: 43.042%;
	overflow: hidden;
}

.index3_r .img1 {
	border-radius: 150px 150px 0px 0px;
}

.index3_r .img2 {
	border-radius: 0px 0px 150px 150px;
}

.index4 {
	padding: 96px 0px 100px;
	background: url("/images/index4_back.jpg") no-repeat center;
	background-size: cover;
}

.index4 .l_box {
	width: 58.125%;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.index4 .hide_box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.index4 .content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 100px);
	max-width: 1600px;
}

.index4 .r_box {
	flex: 1;
	padding-top: 33px;
}

.index4 .title_before {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}

.index4 .big_title {
	margin-top: 14px;
}

.index4 .title_box {
	padding: 0px 40px 0px;
}

.index4_container {
	background: #ffffff;
	border-radius: 0px 15px 15px 0px;
	padding: 42px 81px 50px;
	margin-top: 34px;
	display: flex;
	flex-direction: column;
	gap: 26px 0px;
}

.index4_container .logo {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
}

.index4_container .logo img {
	max-height: 100%;
}

.index4_container .text {
	line-height: 32px;
	color: #333;
	flex: 1;
}

.index4_container .big_num {
	font-family: Inter-Bold;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	display: inline;
}

.index4_container .big_num+span {
	font-size: 20px;
}

.index4_container li {
	display: flex;
	align-items: center;
	gap: 31px;
}

.index4_container .j-hdata1::before {
	content: attr(title);
	height: 0px;
	display: block;
	overflow: hidden;
}

.index5 {
	background: url("/images/index5_back.jpg") no-repeat center;
	background-size: cover;
	padding: 70px 0px 99px;
}

.index5 .big_title {
	margin-top: 14px;
}

.index5 .sw_box {
	margin-top: 38px;
}

.index5 .sw_box .swiper-slide {
	border-top: 1px solid #c2c2c2;
	padding-top: 15px;
	position: relative;
	cursor: pointer;
}

.index5 .sw_box .swiper-slide::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	width: 0%;
	height: 2px;
	background: #57b43d;
	transition: 0.3s;
}

.index5 .sw_box .swiper-slide:hover .num {
	color: #57b43d;
}

.index5 .sw_box .swiper-slide-thumb-active::before {
	width: 100%;
}

.index5 .sw_box .swiper-slide-thumb-active .num {
	font-family: Inter-Bold;
	color: #57b43d;
	font-size: 20px;
}

.index5 .num {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	transition: 0.3s;
}

.index5 .l_box {
	width: 50%;
}

.index5 .sw_box1 {
	margin-top: 41px;
}

.index5 .sw_box1 .swiper-slide {
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.index5 .r_box {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 10px 3.85% 18px;
}

.index5_container {
	position: relative;
}

.index5_container .title {
	font-family: Inter-Bold;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.index5_container .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;
}

.index5_container .title a:hover {
	color: #57b43d;
}

.index5_container .describe {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 22px;
}

.index5_container .buttonBox {
	margin-top: 46px;
}

.index5_container .number {
	font-family: Inter-Bold;
	font-size: 80px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #57b43d;
	opacity: 0.1;
	position: absolute;
	right: -3px;
	bottom: -18px;
}

.index6 {
	padding: 56px 0px 0px;
}

.index6 .sw_box {
	padding: 0px 38px;
	position: relative;
}

.index6_button .prev,
.index6_button .next {
	width: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}

.index6_button .prev:hover img,
.index6_button .next:hover img {
	filter: none;
	opacity: 1;
}

.index6_button .prev {
	left: 0;
}

.index6_button .next {
	right: 0;
}

.index6_button img {
	width: 100%;
	transition: 0.2s;
	filter: brightness(0);
	opacity: 0.8;
}

.index7 {
	padding: 58px 0px 113px;
}

.index7 .top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px 5%;
	flex-wrap: wrap;
}

.index7 .title_box {
	flex: 1;
}

.index7 .big_title {
	margin-top: 14px;
}

.index7_list {
	margin-top: 49px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1.0355%;
}

.index7_list li {
	width: 32.643%;
	border: 1px solid #e6e6e6;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}

.index7_list li::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	left: 50%;
	bottom: 0px;
	background: #57b43d;
	transition: 0.3s;
	transform: translateX(-50%);
}

.index7_list li:hover::before {
	width: 100%;
}

.index7_list .name {
	color: #57b43d;
}

.index7_list .title {
	font-family: Inter-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	margin-top: 11px;
}

.index7_list .title a {
	color: #222;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index7_list .title a:hover {
	color: #57b43d;
}

.index7_list .box {
	padding: 12px 18px 27px;
	flex: 1;
}

.index7_list .box1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	padding: 17px 18px 18px;
}

.index7_list .time {
	color: #666;
}

.index7_list .links {
	display: block;
	width: 13px;
}

.index7_list .links:hover img {
	transform: translateY(-4px);
}

.index7_list .links img {
	width: 100%;
}

.index7_list .container {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.index7_list .imgBox {
	border-radius: 15px;
	overflow: hidden;
}

.mbx {
	color: #666;
	border-bottom: 1px solid #e7e3e2;
	padding: 12px 0px 13px;
}

.mbx a {
	display: inline;
	color: #666;
}

.mbx a:hover {
	color: #57b43d;
}

.mbx .active {
	color: #57b43d;
}

.big_bt {
	font-family: Inter-Bold;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #222222;
}

.oo_back {
	background: url("/images/oo_back.jpg") no-repeat center bottom;
	background-size: cover;
}

.oo1 {
	padding: 47px 0px 0px;
}

.oo1 .describe {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #666;
	margin-top: 20px;
}

.oo1 .describe em {
	font-family: Inter-Bold;
	font-size: 18px;
	color: #333;
	font-style: normal;
}

.oo1 .show.describe {
	-webkit-line-clamp: initial !important;
}

.oo1 .read {
	font-family: Inter-Regular;
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}

.oo1 .read span {
	min-width: 180px;
	min-height: 60px;
	border: 1px solid #57b43d;
	background: #57b43d;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: 20px;
	color: #fff;
	padding: 4px 15px;
	border-radius: 0px 30px 30px 0px;
	cursor: pointer;
}

.oo1 .read span:hover {
	background: #fff;
	color: #57b43d;
}

.oo2 {
	padding: 50px 0px 67px;
}

.oo2 .PageNumber {
	margin-top: 56px;
}

.oo2_list {
	display: flex;
	flex-wrap: wrap;
	gap: 36px 1.904%;
}

.oo2_list .buttonBox {
	margin-top: 29px;
}

.oo2_list .buttonBox a {
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	min-height: 50px;
}

.oo2_list .buttonBox a:hover {
	background: #57b43d;
	color: #fff;
}

.oo2_list .buttonBox a:hover img {
	filter: brightness(0) invert(1);
}

.oo2_list .buttonBox img {
	filter: none;
}

.oo2_list li {
	width: 23.572%;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 993px) {
	.oo2_list li:hover .hide_box {
		transform: none;
		opacity: 1;
	}

	.oo2_list li:hover .links {
		color: #57b43d;
	}

	.oo2_list li:hover .input_box span {
		border: 1px solid #57b43d;
	}
}

.oo2_list .box {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.oo2_list .box1 {
	flex: 1;
}

.oo2_list .title {
	font-family: Inter-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 14px;
}

.oo2_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;
}

.oo2_list .title a:hover {
	color: #57b43d;
}

.oo2_list .describe {
	line-height: 26px;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.oo2_list .hide_box {
	display: none;
}

@media screen and (min-width: 993px) {
	.oo2_list .hide_box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(87, 180, 61, 0.9);
		padding: 10px 21px 28px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transition: 0.3s ease-in;
		transform: translateY(100%);
		opacity: 0;
	}
}

.oo2_list .links {
	font-size: 18px;
	color: #999;
	text-underline-offset: 3px;
}

.oo2_list .links:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

.oo2_list .input_links {
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px 8px;
}

.oo2_list .input_box {
	position: relative;
}

.oo2_list .input_box input {
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
}

.oo2_list .input_box span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #999999;
	pointer-events: none;
}

.oo2_list .input_box input:checked+span {
	display: none;
}

.oo3_list {
	font-size: 14px;
	line-height: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 22px;
	margin-top: 30px;
}

.oo3_list a {
	color: #333;
	min-width: 100px;
	background-color: #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 7px 16px 9px;
	position: relative;
}

.oo3_list a::before {
	content: "";
	height: 3px;
	width: 0px;
	transform: translateX(-50%);
	background: #57b43d;
	left: 50%;
	position: absolute;
	transition: 0.3s;
	top: -3px;
}

.oo3_list a:hover {
	background: #eef5f2;
	color: #57b43d;
}

.oo3_list a:hover::before {
	width: 100%;
}

.oo4 {
	padding: 90px 0px 80px;
}

.oo4 .big_bt {
	flex: 1;
}

.oo4 .top {
	gap: 10px 30px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.oo4 .swiper_button {
	margin-bottom: 3px;
}

.oo4 .sw_box {
	margin-top: 31px;
}

.oo5 {
	background: #f7f7f7;
	padding: 69px 0px 86px;
}

.oo5 .big_bt {
	text-align: center;
}

.oo5 .swiperoo5-pagination {
	width: 100%;
	position: relative;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 66px;
}

.oo5 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #c8c8c8;
	border-radius: 50%;
	display: block;
	opacity: 1;
	margin: 0px !important;
	position: relative;
}

.oo5 .swiper-pagination-bullet::before {
	content: "";
	width: 0px;
	height: 0px;
	border: solid 1px #57b43d;
	transition: 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
}

.oo5 .swiper-pagination-bullet-active {
	background: #57b43d;
	margin: 0px 7px !important;
}

.oo5 .swiper-pagination-bullet-active::before {
	width: 18px;
	height: 18px;
	opacity: 1;
}

.oo5 .sw_box {
	margin-top: 26px;
}

.oo6 {
	padding: 68px 0px 0px;
}

.oo6 .big_bt {
	text-align: center;
}

.oo6 .imgBox {
	border-radius: 15px;
	overflow: hidden;
}

.oo6 .title {
	font-family: Inter-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 14px;
}

.oo6 .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
}

.oo6 .title a:hover {
	color: #57b43d;
}

.oo6 .describe {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 12px;
}

.oo6 .buttonBox {
	margin-top: 26px;
}

.oo6 .buttonBox a {
	min-height: 50px;
	background: #e4e4e4;
	color: #666;
	border: 1px solid #e4e4e4;
}

.oo6 .buttonBox a:hover {
	background: #57b43d;
	border: 1px solid #57b43d;
	color: #fff;
}

.oo6 .buttonBox a:hover img {
	filter: brightness(0) invert(1);
	opacity: 1;
}

.oo6 .buttonBox img {
	filter: brightness(0);
	opacity: 0.6;
}

.oo6 .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}

.oo6 .box {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.oo6 .swiperoo6-pagination {
	position: relative;
	height: 2px;
	background: transparent;
}

.oo6 .swiperoo6-pagination::before {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 1px solid #c2c2c2;
}

.oo6 .swiperoo6-pagination .swiper-pagination-progressbar-fill {
	background: #57b43d;
}

.oo6 .sw_box {
	margin-top: 36px;
}

.oo6 .swiper {
	margin-top: 40px;
}

.oo7 {
	padding: 69px 0px 100px;
}

.oo7 .sw_box {
	margin-top: 36px;
}

.oo7 .big_bt {
	flex: 1;
}

.oo7 .top {
	gap: 10px 30px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.oo7 .swiper_button {
	margin-bottom: 3px;
}

.oo7 .swiper-slide {
	height: auto;
	border: 1px solid #e6e6e6;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}

.oo7 .swiper-slide::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	left: 50%;
	bottom: 0px;
	background: #57b43d;
	transition: 0.3s;
	transform: translateX(-50%);
}

.oo7 .swiper-slide:hover::before {
	width: 100%;
}

.oo7 .name {
	color: #57b43d;
}

.oo7 .title {
	font-family: Inter-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	margin-top: 11px;
}

.oo7 .title a {
	color: #222;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.oo7 .title a:hover {
	color: #57b43d;
}

.oo7 .box {
	padding: 12px 18px 27px;
	flex: 1;
}

.oo7 .box1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	padding: 17px 18px 18px;
}

.oo7 .time {
	color: #666;
}

.oo7 .links {
	display: block;
	width: 13px;
}

.oo7 .links:hover img {
	transform: translateY(-4px);
}

.oo7 .links img {
	width: 100%;
}

.oo7 .container {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.oo7 .imgBox {
	border-radius: 15px;
	overflow: hidden;
}

.ot1 {
	padding: 60px 0px 67px;
}

.ot1 .l_box {
	width: 46%;
	overflow: hidden;
	border-radius: 15px;
}

.ot1_container {
	display: flex;
	flex-wrap: wrap;
}

.ot1_container .r_box {
	flex: 1;
	margin-left: 29px;
	background-color: #ffffff;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	position: relative;
}

.ot1_container .border_box {
	position: relative;
}

.ot1_container .border_box::before {
	content: "";
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	position: absolute;
	width: calc(100% + 20px);
	border-bottom: 1px solid #e3e3e3;
}

.ot1_container h1 {
	font-family: Inter-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	padding-bottom: 27px;
}

.ot1_container .detail {
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 15px;
}

.ot1_container .title {
	font-family: Inter-Bold;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

.ot1_r {
	position: absolute;
	left: 0;
	top: 0;
	padding: 52px 44px;
	width: 100%;
	max-height: 100%;
	overflow: auto;
}

.ot1_r::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

.ot1_r::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #4da734;
}

.ot1_r::-webkit-scrollbar-track {
	border-radius: 0;
	background: #e3e3e3;
}

.ot1_1 {
	padding: 15px 0px 38px;
}

.ot1_2 {
	padding: 24px 0px 19px;
}

.ot1_2list {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 36px 0px;
	margin-top: 16px;
}

.ot1_2list li {
	width: 33.333%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 10px;
}

.ot1_2list .logo {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ot1_2list .logo img {
	max-width: 100%;
	max-height: 100%;
}

.ot1_2list .name {
	font-family: Inter-Medium;
	margin-top: 5px;
}

.ot1_3 {
	padding: 21px 0px 20px;
}

.ot1_3list {
	line-height: 32px;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	margin-top: 23px;
}

.ot1_3list li {
	width: 48%;
	padding-right: 15px;
}

/*.ot1_3list table tr{*/
/*    background-color: #F7F7F7;*/
/*}*/
/*.ot1_3list table tr:nth-child(even){*/
/*    background-color: #ffffff;*/
/*}*/
.ot1_3list table tr td{
    border: 1px solid #ffffff;
    line-height: 26px;
    padding: 5px;
}

.ot1_bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 44px;
}

.ot1_bottom .box {
	width: calc(54% - 29px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.ot1_bottom .button {
	display: flex;
	gap: 10px 14px;
	flex-wrap: wrap;
}

.ot1_bottom .button a {
	font-family: Inter-Bold;
	color: #333;
	min-width: 141px;
	min-height: 44px;
	background-color: #ffffff;
	border: solid 1px #c4c4c4;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 4px 12px;
}

.ot1_bottom .button a:hover {
	background: #57b43d;
	border: 1px solid #57b43d;
	color: #fff;
}

.ot1_bottom .share_box {
	color: #999;
	display: flex;
	align-items: center;
	gap: 7px;
}

.ot2 .title {
	font-family: Inter-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.ot2_list {
	margin-top: 31px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.856%;
}

.ot2_list li {
	width: 22.858%;
}

.ot2_list .describe {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 8px;
}

.ot2_list .top {
	display: flex;
	align-items: center;
	font-family: Inter-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	gap: 9px;
}

.ot2_list .num {
	color: #4da734;
	position: relative;
	padding-right: 31px;
}

.ot2_list .num::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 2px;
	background-color: #4da734;
}

.ot2_list .name {
	flex: 1;
}

.ot3 {
	padding: 56px 0px 47px;
}

.ot3 .title {
	font-family: Inter-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	background: #4da734;
	text-align: center;
	padding: 18px 20px 22px;
}

.ot3 .describe {
	line-height: 30px;
	color: #ff0000;
	margin-top: 39px;
	display: flex;
	flex-direction: column;
	gap: 19px 0px;
}

.ot3 .describe em {
	font-family: Inter-Bold;
	font-size: 20px;
	color: #333;
	font-style: normal;
}

.ot4 .big_bt {
	text-align: center;
}

.ot4 .swiper-slide {
	background-color: #f2f4f3;
	border-radius: 15px;
	overflow: hidden;
	padding: 38px 26px 33px;
	height: auto;
}

.ot4 .start {
	width: 146px;
	max-width: 100%;
}

.ot4 .describe {
	color: #666;
	margin-top: 16px;
}

.ot4 .people_img {
	border-radius: 50%;
	overflow: hidden;
	width: 70px;
	border: solid 2px #4da734;
}

.ot4 .name {
	flex: 1;
	font-family: Inter-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #4da734;
}

.ot4 .name_box {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.ot4 .sw_box {
	margin-top: 49px;
}

.ot4 .swiperot4-pagination {
	width: auto;
	position: relative;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 13px;
}

.ot4 .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background-color: #cccccc;
	border-radius: 50%;
	display: block;
	opacity: 1;
	margin: 0px !important;
	position: relative;
}

.ot4 .swiper-pagination-bullet-active {
	background: #4da734;
}

.ot4 .prev,
.ot4 .next {
	width: 46px;
	height: 46px;
	background-color: #cccccc;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}

.ot4 .prev:hover,
.ot4 .next:hover {
	background: #57b43d;
}

.ot4 .prev:hover img,
.ot4 .next:hover img {
	filter: brightness(0) invert(1);
}

.ot4 .prev img,
.ot4 .next img {
	transition: 0.2s;
}

.ot4_button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
	margin-top: 38px;
}

.ot5 {
	padding: 56px 0px 88px;
}

.ot5 .big_bt {
	text-align: center;
}

.ot5 .sw_box {
	padding: 0px 9px;
	margin-top: 55px;
}

.ot5 .describe {
	margin-top: 16px;
}

.ot5 table {
	color: #000;
	line-height: 22px;
}

.ot5 table tr:nth-of-type(1) td {
	font-family: Inter-Medium;
	text-align: center;
	color: #fff;
	background: #5eb744;
}

.ot5 table td {
	border: 1px solid #eeeeee !important;
	padding: 11px 2px !important;
}

.ot5 table tr:nth-of-type(even) td {
	background: #f7f7f7;
}

.ot5 .swiperot5-pagination {
	width: 100%;
	position: relative;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 72px;
}

.ot5 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #c8c8c8;
	border-radius: 50%;
	display: block;
	opacity: 1;
	margin: 0px !important;
	position: relative;
}

.ot5 .swiper-pagination-bullet::before {
	content: "";
	width: 0px;
	height: 0px;
	border: solid 1px #57b43d;
	transition: 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
}

.ot5 .swiper-pagination-bullet-active {
	background: #57b43d;
	margin: 0px 7px !important;
}

.ot5 .swiper-pagination-bullet-active::before {
	width: 18px;
	height: 18px;
	opacity: 1;
}

.ot6 {
	padding: 67px 0px 86px;
	background: #fafafa;
}

.ot6 .big_bt {
	text-align: center;
}

.ot6 .sw_box {
	margin-top: 47px;
}

.ot6 .sw_box .buttonBox {
	margin-top: 29px;
}

.ot6 .sw_box .buttonBox a {
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	min-height: 50px;
}

.ot6 .sw_box .buttonBox a:hover {
	background: #57b43d;
	color: #fff;
}

.ot6 .sw_box .buttonBox a:hover img {
	filter: brightness(0) invert(1);
}

.ot6 .sw_box .buttonBox img {
	filter: none;
}

.ot6 .box {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.ot6 .title {
	font-family: Inter-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 14px;
}

.ot6 .title a {
	color: #333;
}

.ot6 .title a:hover {
	color: #57b43d;
}

.ot6 .describe {
	line-height: 26px;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.ot6 .hide_box {
	display: none;
}

@media screen and (min-width: 993px) {
	.ot6 .hide_box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(87, 180, 61, 0.9);
		padding: 10px 21px 28px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transition: 0.3s ease-in;
		transform: translateY(100%);
		opacity: 0;
	}
}

@media screen and (min-width: 993px) {
	.ot6 .swiper-slide:hover .hide_box {
		transform: none;
		opacity: 1;
	}
}

.ot6 .swiperindex2-pagination {
	width: 100%;
	position: relative;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 48px;
}

.ot6 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #c8c8c8;
	border-radius: 50%;
	display: block;
	opacity: 1;
	margin: 0px !important;
	position: relative;
}

.ot6 .swiper-pagination-bullet::before {
	content: "";
	width: 0px;
	height: 0px;
	border: solid 1px #57b43d;
	transition: 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
}

.ot6 .swiper-pagination-bullet-active {
	background: #57b43d;
	margin: 0px 7px !important;
}

.ot6 .swiper-pagination-bullet-active::before {
	width: 18px;
	height: 18px;
	opacity: 1;
}

.to {
	overflow: hidden;
}

.to_back {
	background: url("/images/to_back.jpg") no-repeat center bottom;
	background-size: cover;
}

.to1_title {
	font-family: Inter-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #333333;
}

.to1 {
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
	padding: 60px 0px 80px;
}

.to1 .r_box {
	width: 41.459%;
	background-color: #57b43d;
	border-radius: 15px;
	overflow: hidden;
	padding: 16px 0px 16px 16px;
	float: right;
	position: relative;
	margin-left: 2.2%;
}

.to1 .imgBox {
	border-radius: 15px;
	overflow: hidden;
}

.to1 .button {
	position: absolute;
	left: 0;
	bottom: 16px;
}

.to1 .button a {
	min-width: 216px;
	min-height: 66px;
	background-color: #57b43d;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 5px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.to1 .button a:hover {
	background: #fff;
	color: #57b43d;
}

.to1 .content {
	padding-top: 44px;
}

.to1 .describe {
	color: #666;
	line-height: 30px;
	margin-top: 17px;
}

.to1 .text {
	line-height: 32px;
	color: #666;
}

.to1 .big_num {
	font-family: Inter-Bold;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	display: inline;
}

.to1 .big_num+span {
	font-size: 20px;
}

.to1 .j-hdata1::before {
	content: attr(title);
	height: 0px;
	display: block;
	overflow: hidden;
}

.to1_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 54px;

}

.to1_container .to1_list {
	width: 48.3%;
	display: flex;
	flex-direction: column;
	gap: 23px 0px;
}

.to2 {
	padding-bottom: 80px;
}

.to2 .content {
	overflow: hidden;
}

.to2 .l_box {
	width: 40.429%;
	border-radius: 15px;
	overflow: hidden;
	float: left;
	margin-right: 4.286%;
}

.to2 .describe {
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 17px;
}

.to2 .describe em {
	font-family: Inter-Medium;
	font-style: normal;
	color: #57b43d;
}

.to2 .r_box {
	padding-top: 10px;
}

.to2 .box {
	padding-top: 27px;
}

.to2 .to2_r {
	width: 37.339%;
	border-radius: 15px;
	overflow: hidden;
	float: right;
	margin-top: 9px;
	margin-left: 3%;
	max-width: 289px;
}

.to2 .describe1 {
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.to2 .describe1 em {
	font-family: Inter-Medium;
	font-style: normal;
	color: #57b43d;
}

.to3 {
	font-family: Inter-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 71px;
	overflow: hidden;
	position: relative;
}

.to3 .str_move {
	position: absolute;
	white-space: nowrap;
}

.to3 .str_move_clone {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.to3 figure {
	display: inline;
	transition: 0.3s;
	color: #999;
}

.to3 figure:hover {
	color: #57b43d;
}

.to4 {
	padding: 67px 0px 58px;
	overflow: hidden;
}

.to4 .content {
	position: relative;
	z-index: 1;
}

.to4 .year {
	font-family: Inter-Medium;
	font-size: 300px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 240px;
	letter-spacing: 0px;
	color: #f7f7f7;
	position: absolute;
	right: 0;
	top: 2px;
	z-index: -1;
}

.to4 .year_name {
	font-family: Inter-Medium;
	color: #666;
}

.to4 .to1_title {
	margin-top: 16px;
}

.to4 .l_box {
	width: 44.858%;
	border-radius: 15px;
	overflow: hidden;
}

.to4 .sw_box {
	margin-top: 57px;
}

.to4 .sw_box .swiper-slide {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.to4 .r_box {
	width: 50.358%;
	padding: 24px 0px 130px;
}

.to4 .describe {
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 18px;
}

.to4 .sw_box {
	position: relative;
}

.to4 .swiper_button {
	position: absolute;
	width: 50.358%;
	right: 0;
	justify-content: flex-start;
	bottom: 19.2%;
	z-index: 1;
}

.to4 .sw_box1 {
	position: relative;
	margin-top: 60px;
}

.to4 .sw_box1::before {
	content: "";
	width: 100vw;
	border-top: 1px solid #cccccc;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.to4 .sw_box1 .swiper-slide {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	transition: 0.3s;
	position: relative;
	padding: 2px 0px;
	text-align: center;
	cursor: pointer;
}

.to4 .sw_box1 .swiper-slide::before {
	content: "";
	width: 0px;
	height: 2px;
	position: absolute;
	background: #57b43d;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.3s;
}

.to4 .sw_box1 .swiper-slide-thumb-active {
	font-family: Inter-Bold;
	font-size: 20px;
	color: #333;
}

.to4 .sw_box1 .swiper-slide-thumb-active::before {
	width: 100%;
}

.to5 {
	padding-bottom: 71px;
}

.to5 .top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.to5 .big_bt {
	margin-bottom: 1px;
}

.to5 .buttonBox a {
	min-height: 54px;
}

.to5_list {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0px;
}

.to5_list li {
	width: 48.572%;
}

.to5_list .box {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.to5_list .hide_box {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.to5_list .name {
	text-align: center;
	font-family: Inter-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 13px;
}

.to6 {
	background: #f7f7f7;
	padding: 69px 0px 86px;
}

.to6 .top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.to6 .big_bt {
	margin-bottom: 1px;
}

.to6 .buttonBox a {
	min-height: 54px;
}

.to6 .swiperoo5-pagination {
	width: 100%;
	position: relative;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 66px;
}

.to6 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #c8c8c8;
	border-radius: 50%;
	display: block;
	opacity: 1;
	margin: 0px !important;
	position: relative;
}

.to6 .swiper-pagination-bullet::before {
	content: "";
	width: 0px;
	height: 0px;
	border: solid 1px #57b43d;
	transition: 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
}

.to6 .swiper-pagination-bullet-active {
	background: #57b43d;
	margin: 0px 7px !important;
}

.to6 .swiper-pagination-bullet-active::before {
	width: 18px;
	height: 18px;
	opacity: 1;
}

.to6 .sw_box {
	margin-top: 25px;
}

.to7 {
	padding: 69px 0px 23px;
}

.to7 .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px 5%;
}

.to7 .big_bt {
	flex: 1;
	margin-bottom: 3px;
}

.to7_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
	justify-content: flex-end;
}

.to7_menu li {
	min-width: 186px;
	min-height: 56px;
	background: transparent;
	border-radius: 0px 33px 33px 0px;
	border: solid 2px #57b43d;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #57b43d;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 15px;
	cursor: pointer;
}

.to7_menu li:hover {
	background: #57b43d;
	color: #fff;
}

.to7_menu .active {
	background: #57b43d;
	color: #fff;
}

.to7_list {
	display: none;
	flex-wrap: wrap;
	gap: 37px 0.952%;
	margin-top: 65px;
}

.to7_list li {
	width: 24.286%;
}

.to7_list .imgBox {
	border-radius: 15px;
	overflow: hidden;
}

.to7_list .name {
	color: #333333;
	text-align: center;
	margin-top: 19px;
}

.to8 {
	background: url("/images/to8_back.jpg") no-repeat center;
	background-size: cover;
	margin-top: 80px;
	padding: 42px 0px 49px;
}

.to8 .big_bt {
	color: #e7e3e2;
}

.to8 .describe {
	color: #fff;
	margin-top: 22px;
}

.to8 .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.to8 .r_box {
	width: 47.358%;
	margin-right: 16px;
	padding-top: 6px;
}

.to8 form {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 11px 0px;
}

.to8 form input {
	height: 50px;
}

.to8 form input,
.to8 form textarea {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	border: none;
	font-family: Inter-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fff;
	display: block;
	resize: none;
	outline: none;
	padding: 0px 18px;
}

.to8 form input::placeholder,
.to8 form input::-webkit-input-placeholder,
.to8 form textarea::placeholder {
	color: #fff;
}

.to8 form .int1 {
	width: 48.2%;
}

.to8 form .int2 {
	width: 100%;
}

.to8 form .tijiao {
	position: relative;
}

.to8 form .tijiao input {
	background: #57b43d;
	border: 1px solid #57b43d;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
	font-family: Inter-Bold;
	min-width: 177px;
}

.to8 form .tijiao input:hover {
	color: #57b43d;
	background: #fff;
}

.to8 form .yzm {
	position: relative;
	flex: 1;
	margin-right: 30px;
}

.to8 form .yzm input {
	flex: 1;
	padding-right: 100px;
}

.to8 form .yzm a,
.to8 form .yzm span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	width: 61px;
	cursor: pointer;
}

.to8 form .yzm a img,
.to8 form .yzm span img {
	height: 100%;
	width: 100%;
}

.to8 form textarea {
	height: 120px;
	padding-top: 8px !important;
}

.to8 .l_box {
	flex: 1;
	margin-right: 8%;
}

.tt1 {
	padding: 60px 0px 40px;
}

.tt1 .content {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}

.tt1 .box {
	flex: 1;
}

.tt1 .picture {
	width: 148px;
	height: 148px;
	border: solid 4px #dfdfdf;
	border-radius: 50%;
	overflow: hidden;
}

.tt1 .title {
	font-family: Inter-Bold;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #222222;
}

.tt1 .describe {
	color: #666;
	margin-top: 22px;
}

.pub_menu .content {
	position: relative;
	padding-bottom: 3px;
	display: flex;
	gap: 38px;
	overflow: auto;
}

.pub_menu .content::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.pub_menu .content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.pub_menu .content::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.pub_menu .content::before {
	content: "";
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pub_menu a {
	font-family: Inter-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333;
	position: relative;
	text-align: center;
	padding: 23px 14px;
	display: block;
	white-space: nowrap;
}

.pub_menu a::before {
	content: "";
	width: 0%;
	height: 3px;
	background: #5eb744;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	transition: 0.3s;
}

.pub_menu a:hover {
	color: #57b43d;
}

.pub_menu a:hover::before {
	width: 100%;
}

.pub_menu .active a {
	color: #5eb744;
}

.pub_menu .active a::before {
	width: 100%;
}

.tt2_list {
	display: flex;
	flex-wrap: wrap;
	gap: 37px 0.6065%;
}

.tt2_list li {
	width: 32.929%;
}

.tt2_list .box {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.tt2_list .hide_box {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.tt2_list .describe {
	line-height: 26px;
	color: #666;
	margin-top: 6px;
}

.tt2_list .name {
	font-family: Inter-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 17px;
}

.tt2 {
	padding: 49px 0px 81px;
}

.tt2 .PageNumber {
	margin-top: 92px;
}

.oo1_pub {
	padding-top: 49px;
}

.oo1_pub .read span {
	font-size: 20px;
}

.tth1 {
	padding: 60px 0px 100px;
}

.tth1 .PageNumber {
	margin-top: 55px;
}

.tth1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 2.5%;
}

.tth1_list li {
	width: 18%;
}

.tth1_list .name {
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 13px;
}

.tfu .oo1_pub {
	padding-bottom: 20px !important;
}

.tfu1 {
	padding: 47px 0px 100px;
}

.tfu1 .PageNumber {
	margin-top: 69px;
}

.tfu1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 37px 0.952%;
}

.tfu1_list li {
	width: 24.286%;
}

.tfu1_list .imgBox {
	border-radius: 15px;
	overflow: hidden;
}

.tfu1_list .name {
	color: #333333;
	text-align: center;
	margin-top: 19px;
}

.tf1 {
	padding: 47px 0px 69px;
}

.tf1 .PageNumber {
	margin-top: 60px;
}

.tf1_list {
	display: flex;
	flex-direction: column;
	gap: 15px 0px;
}

.tf1_list li {
	background-color: #f5f5f5;
	border-radius: 15px;
	overflow: hidden;
	padding: 25px 20px 18px;
}

.tf1_list .title {
	font-family: Inter-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	transition: 0.3s;
}

.tf1_list .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding-bottom: 7px;
	gap: 30px;
}

.tf1_list .top.active .title {
	color: #57b43d;
}

.tf1_list .top.active img {
	transform: rotate(90deg);
}

.tf1_list .describe {
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	padding-right: 2%;
}

.tf1_list .bottom {
	padding-bottom: 5px;
	display: none;
}

.tf1_list li.active {
	margin-bottom: 8px;
}

.tho1 {
	padding: 60px 0px 100px;
}

.tho1 .PageNumber {
	margin-top: 107px;
}

.tho1_list {
	display: flex;
	flex-direction: column;
	gap: 57px 0px;
}

.tho1_list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tho1_list li:hover .r_box::before {
	opacity: 1;
}

.tho1_list .l_box {
	width: 44.5%;
	border-radius: 15px;
	overflow: hidden;
}

.tho1_list .r_box {
	flex: 1;
	padding: 60px 38px 66px 43px;
	position: relative;
	z-index: 1;
}

.tho1_list .r_box::before {
	content: "";
	position: absolute;
	width: calc(100% + 28px);
	height: 100%;
	top: 0;
	right: 0;
	background-color: #ffffff;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	z-index: -1;
	opacity: 0;
	transition: 0.3s;
}

.tho1_list .title {
	font-family: Inter-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.tho1_list .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;
}

.tho1_list .title a:hover {
	color: #57b43d;
}

.tho1_list .describe {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}

.tho1_list .buttonBox {
	margin-top: 26px;
}

.tho1_list .buttonBox a {
	min-height: 50px;
}

.tho1_list li:nth-of-type(even) {
	flex-direction: row-reverse;
}

.tho1_list li:nth-of-type(even) .r_box::before {
	right: auto;
	left: 0;
}

.tht1 {
	padding: 50px 0px 81px;
}

.tht1 h1 {
	font-family: Inter-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}

.tht1 .share_box {
	color: #666;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 15px;
}

.tht1 .describe {
	line-height: 30px;
	color: #666;
	border-top: 1px solid #e8e8e9;
	margin-top: 28px;
	padding-top: 22px;
}

.tht1 .describe img {
	display: inline-block;
}

.fuo1 {
	padding: 47px 0px 80px;
}

.fuo1 .big_bt {
	text-align: center;
}

.fuo1 .describe {
	text-align: center;
	line-height: 30px;
	color: #666;
	margin-top: 10px;
}

.fuo1_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 20px;
	margin-top: 25px;
}

.fuo1_list li {
	min-width: 28.572%;
	padding: 19px 31px;
	border-radius: 50px;
	border: solid 1px #e2e2e2;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 20px;
}

.fuo1_list .text {
	font-size: 18px;
	color: #333;
}

.fuo1_list .logo {
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.fuo2 {
	background: #fafafa;
	padding: 69px 0px 89px;
}

.fuo2 .big_bt {
	text-align: center;
}

.fuo2_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1.5226%;
	margin-top: 28px;
}

.fuo2_list li {
	width: 23.858%;
}

.fuo2_list .imgBox {
	border-radius: 15px;
	overflow: hidden;
}

.fuo2_list .name {
	font-family: Inter-Medium;
	color: #333;
	margin-top: 10px;
}

.fuo3 {
	padding: 75px 0px 92px;
}

.fuo3 .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.fuo3_l {
	width: 47.358%;
	padding-bottom: 2px;
}

.fuo3_l .big_title {
	font-family: Inter-Bold;
	color: #333;
}

.fuo3_l .text {
	line-height: 30px;
	color: #666;
	margin-top: 8px;
}

.fuo3_l form {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 11px 0px;
	margin-top: 35px;
}

.fuo3_l form input {
	height: 50px;
}

.fuo3_l form input,
.fuo3_l form textarea {
	width: 100%;
	background-color: #f2f2f2;
	border-radius: 10px;
	border: none;
	font-family: Inter-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	resize: none;
	outline: none;
	padding: 0px 18px;
}

.fuo3_l form input::placeholder,
.fuo3_l form input::-webkit-input-placeholder,
.fuo3_l form textarea::placeholder {
	color: #666;
}

.fuo3_l form .int1 {
	width: 48.2%;
}

.fuo3_l form .yz {
	position: relative;
}

.fuo3_l form .yz::before {
	content: "*";
	top: 53%;
	transform: translateY(-50%);
	left: 9px;
	position: absolute;
	color: #ff0000;
	font-size: 18px;
}

.fuo3_l form .int2 {
	width: 100%;
}

.fuo3_l form .int2::before {
	top: 32px;
}

.fuo3_l form .tijiao {
	position: relative;
}

.fuo3_l form .tijiao input {
	background: #57b43d;
	border: 1px solid #57b43d;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
	font-family: Inter-Bold;
	min-width: 177px;
}

.fuo3_l form .tijiao input:hover {
	color: #57b43d;
	background: #fff;
}

.fuo3_l form .yzm {
	position: relative;
	flex: 1;
	margin-right: 30px;
}

.fuo3_l form .yzm input {
	flex: 1;
	padding-right: 100px;
}

.fuo3_l form .yzm a,
.fuo3_l form .yzm span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	width: 61px;
	cursor: pointer;
}

.fuo3_l form .yzm a img,
.fuo3_l form .yzm span img {
	height: 100%;
	width: 100%;
}

.fuo3_l form textarea {
	height: 120px;
	padding-top: 8px !important;
}

.fuo3_r {
	width: 46.286%;
}

.fo1 {
	padding: 59px 0px 80px;
}

.fo1 .PageNumber {
	margin-top: 59px;
}

.fo1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 1.0355%;
}

.fo1_list li {
	width: 32.643%;
	border: 1px solid #e6e6e6;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}

.fo1_list li::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	left: 50%;
	bottom: 0px;
	background: #57b43d;
	transition: 0.3s;
	transform: translateX(-50%);
}

.fo1_list li:hover::before {
	width: 100%;
}

.fo1_list .name {
	color: #57b43d;
}

.fo1_list .title {
	font-family: Inter-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	margin-top: 11px;
}

.fo1_list .title a {
	color: #222;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fo1_list .title a:hover {
	color: #57b43d;
}

.fo1_list .box {
	padding: 12px 18px 27px;
	flex: 1;
}

.fo1_list .box1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	padding: 17px 18px 18px;
}

.fo1_list .time {
	color: #666;
}

.fo1_list .links {
	display: block;
	width: 13px;
}

.fo1_list .links:hover img {
	transform: translateY(-4px);
}

.fo1_list .links img {
	width: 100%;
}

.fo1_list .container {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.fo1_list .imgBox {
	border-radius: 15px;
	overflow: hidden;
}

.ft1 {
	padding: 55px 0px 101px;
}

.ft1 .page_change {
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 23px;
	padding-top: 19px;
	border-top: 1px solid #ebebeb;
}

.ft1 .page_change>* {
	width: 100%;
	max-width: 100%;
}

.ft1 .page_change>*:nth-of-type(2) {
	flex-direction: row;
}

.ft1 .page_change>*:nth-of-type(2) .box {
	text-align: left;
}

.ft1 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.ft1_container {
	width: 68.572%;
}

.ft1_container h1 {
	font-family: Inter-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.ft1_container .time_share {
	color: #888;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 18px;
	margin-top: 26px;
}

.ft1_container .share_box {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ft1_container .describe {
	border-top: 1px solid #ebebeb;
	line-height: 26px;
	color: #555;
	margin-top: 21px;
	padding-top: 23px;
}

.ft1_container .describe img {
	display: inline-block;
}

.so1 {
	padding: 60px 0px 80px;
}

.so1 .content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.so1_l {
	width: 51.643%;
	background-color: #fafafa;
	border-radius: 15px;
	overflow: hidden;
	padding: 53px 30px 63px;
}

.so1_l .color_text {
	color: #5bb642;
}

.so1_l form {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 30px 0px;
	margin-top: 28px;
}

.so1_l form input {
	height: 50px;
}

.so1_l form input,
.so1_l form textarea {
	width: 100%;
	background-color: transparent;
	border-radius: 15px;
	border: 1px solid #e2e2e2;
	font-family: Inter-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	resize: none;
	outline: none;
	padding: 0px 18px;
}

.so1_l form input::placeholder,
.so1_l form input::-webkit-input-placeholder,
.so1_l form textarea::placeholder {
	color: #666;
}

.so1_l form .int1 {
	width: 48.2%;
}

.so1_l form .yz {
	position: relative;
}

.so1_l form .yz::before {
	content: "*";
	top: 53%;
	transform: translateY(-50%);
	left: 9px;
	position: absolute;
	color: #ff0000;
	font-size: 18px;
}

.so1_l form .int2 {
	width: 100%;
}

.so1_l form .int2::before {
	top: 32px;
}

.so1_l form .tijiao {
	position: relative;
}

.so1_l form .tijiao input {
	background: #57b43d;
	border: 1px solid #57b43d;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
	font-family: Inter-Bold;
	min-width: 177px;
}

.so1_l form .tijiao input:hover {
	color: #57b43d;
	background: #fff;
}

.so1_l form .yzm {
	position: relative;
	flex: 1;
	margin-right: 30px;
}

.so1_l form .yzm input {
	flex: 1;
	padding-right: 100px;
}

.so1_l form .yzm a,
.so1_l form .yzm span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	width: 61px;
	cursor: pointer;
}

.so1_l form .yzm a img,
.so1_l form .yzm span img {
	height: 100%;
	width: 100%;
}

.so1_l form textarea {
	height: 120px;
	padding-top: 8px !important;
}

.so1_r {
	width: 45.5%;
	padding-top: 4px;
}

.so1_r .wechat {
	color: #666666;
	text-align: center;
	margin-top: 65px;
	width: 100%;
	max-width: 135px;
	margin-left: 19px;
}

.so1_r .wechat p {
	margin-top: 11px;
}

.so1_r .wechat .imgBox {
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.so1_list {
	gap: 67px 2%;
	display: flex;
	flex-wrap: wrap;
}

.so1_list .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 51px;
}

.so1_list .logo img {
	max-width: 100%;
	max-height: 100%;
}

.so1_list li {
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.so1_list .name {
	font-family: Inter-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 6px;
}

.so1_list .text {
	color: #666;
	line-height: 26px;
}

.so1_list .text a {
	color: #666;
}

.so1_list .text a:hover {
	color: #57b43d;
}

.so1_list .add {
	flex: 1;
}

.so2 {
	padding-bottom: 100px;
}

.pub_new {
	width: 28%;
	max-width: 370px;
	position: sticky;
}

.pub_new .new_title {
	font-family: Inter-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #000000;
}

.pub_new .box2 {
	margin-top: 53px;
}

.new_list {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 20px 0px;
}

.new_list li {
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	position: relative;
}

.new_list li::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	left: 50%;
	bottom: 0px;
	background: #57b43d;
	transition: 0.3s;
	transform: translateX(-50%);
}

.new_list li:hover::before {
	width: 100%;
}

.new_list .name {
	color: #57b43d;
}

.new_list .title {
	font-family: Inter-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
	margin-top: 11px;
}

.new_list .title a {
	color: #222;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new_list .title a:hover {
	color: #57b43d;
}

.new_list .box {
	padding: 12px 18px 27px;
	flex: 1;
}

.new_list .box1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e6e6e6;
	padding: 17px 18px 22px;
}

.new_list .time {
	color: #666;
}

.new_list .links {
	display: block;
	width: 13px;
}

.new_list .links:hover img {
	transform: translateY(-4px);
}

.new_list .links img {
	width: 100%;
}

.pro_list {
	width: 100%;
	max-width: 330px;
	margin-top: 23px;
	display: flex;
	flex-direction: column;
	gap: 23px 0px;
}

.pro_list .box {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.pro_list .title {
	font-family: Inter-Medium;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 14px;
}

.pro_list .buttonBox {
	margin-top: 29px;
}

.pro_list .buttonBox a {
	border: 1px solid #fff;
	background: #fff;
	color: #333;
	min-height: 50px;
}

.pro_list .buttonBox a:hover {
	background: #57b43d;
	color: #fff;
}

.pro_list .buttonBox a:hover img {
	filter: brightness(0) invert(1);
}

.pro_list .buttonBox img {
	filter: none;
}

.pro_list .title a {
	color: #333;
}

.pro_list .title a:hover {
	color: #57b43d;
}

.pro_list .describe {
	line-height: 26px;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.pro_list .hide_box {
	display: none;
}

@media screen and (min-width: 993px) {
	.pro_list .hide_box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(87, 180, 61, 0.9);
		padding: 10px 21px 28px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transition: 0.3s ease-in;
		transform: translateY(100%);
		opacity: 0;
	}
}

@media screen and (min-width: 993px) {
	.pro_list li:hover .hide_box {
		transform: none;
		opacity: 1;
	}
}

.page_change {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
	padding-top: 29px;
	border-top: 1px solid #d6d6d6;
}

.page_change .logo {
	width: 42px;
	height: 42px;
	background-color: #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
}

.page_change .logo img {
	width: 14px;
	transition: 0.2s;
}

.page_change .logo:hover {
	background: #57b43d;
}

.page_change .logo:hover img {
	filter: brightness(0) invert(1);
}

.page_change>* {
	max-width: 48%;
	display: flex;
	gap: 20px;
	align-items: center;
}

.page_change .box {
	line-height: 23px;
}

.page_change .page {
	font-family: Inter-Bold;
	color: #333;
}

.page_change .page+* {
	color: #999999;
}

.page_change .page+* a {
	color: #999999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.page_change .page+* a:hover {
	color: #57b43d;
}

.page_change>*:nth-of-type(2) {
	flex-direction: row-reverse;
}

.page_change>*:nth-of-type(2) .box {
	text-align: right;
}

.pub1 {
	background: url("/images/pub1_back.jpg") no-repeat center;
	background-size: cover;
	padding: 38px 0px 45px;
}

.pub1 .content {
	padding: 0px 20px;
}

.pub1 .title {
	font-family: Inter-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 0px 10px;
}

.pub1 .text {
	color: #fff;
	margin-top: 6px;
	padding: 0px 10px;
}

.pub1 form {
	display: flex;
	flex-flow: wrap;
	gap: 10px;
	margin-top: 26px;
}

.pub1 form input {
	height: 50px;
}

.pub1 form input,
.pub1 form textarea {
	width: 100%;
	background-color: #73cc5a;
	border: none;
	font-family: Inter-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fff;
	display: block;
	border-radius: 10px;
	resize: none;
	outline: none;
	padding: 0px 18px;
}

.pub1 form input::placeholder,
.pub1 form input::-webkit-input-placeholder,
.pub1 form textarea::placeholder {
	color: #e7ffe0;
}

.pub1 form .int1 {
	width: 19.118%;
}

.pub1 form .int2 {
	flex: 1;
}

.pub1 form .yzm {
	position: relative;
}

.pub1 form .yzm input {
	flex: 1;
	padding-right: 84px;
}

.pub1 form .yzm a,
.pub1 form .yzm span {
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	height: 22px;
	width: 62px;
	cursor: pointer;
}

.pub1 form .yzm a img,
.pub1 form .yzm span img {
	height: 100%;
	width: 100%;
}

.pub1 form .tijiao {
	position: relative;
	min-width: 137px;
}

.pub1 form .tijiao input {
	background: #fff;
	border: 1px solid #fff;
	color: #57b43d;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
	font-family: Inter-Bold;
}

.pub1 form .tijiao input:hover {
	color: #fff;
	background: #57b43d;
}

.swiper_button {
	display: flex;
	align-items: center;
	gap: 10px;
}

.swiper_button div {
	width: 46px;
	height: 46px;
	background-color: #cccccc;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}

.swiper_button div:hover {
	background: #57b43d;
}

.swiper_button div:hover img {
	filter: brightness(0) invert(1);
}

.swiper_button img {
	transition: 0.2s;
}

.PageNumber {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Inter-Regular;
	width: 100%;
	gap: 8px 9px;
	flex-wrap: wrap;
}

.PageNumber .page_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.PageNumber a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	width: 36px;
	height: 30px;
	background-color: #fff;
	border: solid 1px #a7a7a7;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.PageNumber a:hover {
	background: #57b43d;
	color: #fff;
	border: 1px solid #57b43d;
}

.PageNumber .active {
	background: #57b43d;
	color: #fff;
	border: 1px solid #57b43d;
}

.PageNumber .big {
	width: 79px;
}

.PageNumber .p_l {
	width: 61px;
}

.PageNumber input {
	font-family: Inter-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	background: #57b43d;
	border: 1px solid #57b43d;
	min-width: 148px;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0px 10px;
}

.PageNumber input:hover {
	background: #fff;
	color: #57b43d;
}

.PageNumber .submit {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.PageNumber .submit img {
	margin-top: 2px;
}

footer {
	background: #f2f2f2;
	padding: 52px 0px 50px;
	overflow: hidden;
}

footer .dif_footer {
	font-family: Inter-Bold;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

footer .dif_footer a {
	color: #333;
}

footer .dif_footer a:hover {
	color: #57b43d;
}

footer .dif_footer .dif_up {
	width: 8px;
	flex-shrink: 0;
	display: none;
}

footer .dif_footer+ul {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 15px;
}

footer .dif_footer+ul a {
	color: #666;
}

footer .dif_footer+ul a:hover {
	color: #57b43d;
}

footer .dif_footer+ul span {
	display: inline;
}

footer .l_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 66.6%;
	gap: 10px 30px;
}

footer .ul3 {
	width: 37.2%;
}

footer .icBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 15px;
}

footer .icBox .iconfont {
	transition: 0s;
	font-size: 18px;
}

footer .icBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	border: solid 1px #666666;
}

footer .icBox a:hover {
	color: #fff;
	background: #57b43d;
	border: 1px solid #57b43d;
}

footer .footer_a {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

footer .r_box {
	flex: 1;
	margin-left: 6%;
	padding-top: 9px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

footer .wechat {
	color: #666666;
	text-align: center;
	margin-top: 34px;
}

footer .wechat p {
	margin-top: 11px;
}

footer .wechat .imgBox {
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}

footer .footer_b {
	position: relative;
	margin-top: 55px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 25px;
}

footer .footer_b::before {
	content: "";
	border-top: 1px solid #d9d9d9;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
}

footer .links {
	display: flex;
	align-items: flex-start;
	gap: 0px 15px;
}

footer .links figure {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

footer .footb_l {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 9px;
	flex: 1;
	margin-right: 8%;
}

footer .footb_l a {
	color: #666;
}

footer .footb_l a:hover {
	color: #57b43d;
}

footer .button a {
	min-width: 158px;
	min-height: 46px;
	background-color: #5eb744;
	border-radius: 23px;
	color: #fff;
	border: 1px solid #5eb744;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
}

footer .button a:hover {
	background: transparent;
	color: #57b43d;
}

.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;
}

.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: #57b43d;
}

.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;
}

@media screen and (max-width: 1650px) {
	.index4 {
		padding: 60px 0px 80px;
	}

	.index4 .title_box {
		padding: 0px 20px 0px;
	}

	.index4 .r_box {
		padding-top: 0px;
	}

	.index4 .big_title {
		margin-top: 6px;
	}

	.index4 .content {
		align-items: center;
	}

	.index4 .title_before {
		font-size: 18px;
	}

	.index4_container {
		padding: 20px 30px 30px;
		margin-top: 20px;
		gap: 15px 0px;
	}

	.index4_container li {
		gap: 15px;
	}

	.index4_container .big_num {
		font-size: 24px;
	}

	.index4_container .big_num+span {
		font-size: 18px;
	}

	.index4_container .text {
		line-height: 28px;
	}
}

@media screen and (max-width: 1480px) {
	.rightMenu .logo img {
		max-width: 55%;
	}

	.rightMenu>* {
		width: 38px;
		height: 38px;
	}

	html body {
		line-height: 26px;
	}

	header .content {
		width: calc(100% - 40px) !important;
	}

	header .logoBox {
		width: 140px;
	}

	header .menuOne {
		font-size: 18px;
		line-height: 28px;
		margin-right: 25px;
	}

	header .menuOne>a {
		padding: 25px 0px;
	}

	header .sousuo {
		position: relative;
	}

	header .sousuo i {
		font-size: 20px;
		display: block;
	}

	header .sousuo form {
		position: absolute;
		right: 0;
		top: calc(100% + 10px);
		display: none;
		background: #fff;
	}

	header .sousuo form input:nth-of-type(1) {
		height: 40px;
	}

	header .ul li a {
		padding: 10px 28px;
	}

	.padding_top {
		padding-top: 78px;
	}

	footer .content {
		width: calc(100% - 100px) !important;
	}

	footer .dif_footer {
		font-size: 20px;
		line-height: 28px;
	}

	footer .dif_footer+ul {
		line-height: 30px;
		margin-top: 10px;
	}

	footer .l_box {
		width: 66%;
	}

	footer .ul3 {
		width: 41%;
	}

	footer .r_box {
		margin-left: 4%;
	}

	footer .footer_b {
		margin-top: 30px;
		padding-top: 20px;
	}

	footer .footb_l {
		font-size: 15px;
		line-height: 26px;
		margin-top: 0px;
	}

	.big_title {
		font-size: 34px;
		line-height: 42px;
	}

	.big_bt {
		font-size: 32px;
		line-height: 40px;
	}

	.index1 {
		padding: 40px 0px 60px;
	}

	.index1 .l_box {
		width: 300px;
	}

	.index1_menu {
		gap: 10px 20px;
	}

	.index1_menu li {
		font-size: 18px;
		min-width: 200px;
		min-height: 58px;
	}

	.index1_container .title {
		font-size: 20px;
		line-height: 28px;
	}

	.index1_container .describe {
		line-height: 26px;
		height: 78px;
		margin-top: 10px;
	}

	.index1_container .box {
		gap: 0px 25px;
	}

	.index1_list {
		gap: 60px 0px;
	}

	.index1_bottom .describe {
		height: 52px;
	}

	.buttonBox a {
		min-width: 146px !important;
		min-height: 48px !important;
		font-size: 16px;
	}

	.index2 {
		padding: 60px 0px;
	}

	.index2 .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}

	.index2 .describe {
		line-height: 24px;
		-webkit-line-clamp: 5;
	}

	.index2 .sw_box {
		margin-top: 40px;
	}

	.index2 .sw_box .buttonBox {
		margin-top: 15px;
	}

	.pro_list .buttonBox {
		margin-top: 15px;
	}

	.index2 .swiperindex2-pagination {
		margin-top: 30px;
	}

	.index3_l form {
		margin-top: 20px;
		gap: 10px 0px;
	}

	.index3_l form input,
	.index3_l form textarea {
		font-size: 15px;
		padding: 0px 15px;
	}

	.index3_l form input {
		height: 45px;
	}

	.index3_l form .yzm {
		margin-right: 12px;
	}

	.index3_r .describe {
		line-height: 26px;
	}

	.index3 {
		padding-bottom: 60px;
	}

	.index5 {
		padding: 60px 0px 80px;
	}

	.index5 .big_title {
		margin-top: 6px;
	}

	.index5_container .title {
		font-size: 24px;
		line-height: 32px;
	}

	.index5_container .describe {
		-webkit-line-clamp: 3;
		margin-top: 10px;
	}

	.index5_container .buttonBox {
		margin-top: 25px;
	}

	.index5_container .number {
		font-size: 60px;
		line-height: 70px;
	}

	.index7 {
		padding: 60px 0px 80px;
	}

	.index7 .big_title {
		margin-top: 6px;
	}

	.index7_list {
		margin-top: 40px;
	}

	.index7_list .title {
		font-size: 18px;
		margin-top: 6px;
	}

	.index7_list .box {
		padding: 12px 18px 20px;
	}

	.index7_list .box1 {
		padding: 10px 18px;
	}

	.oo1 {
		padding: 40px 0px 0px !important;
	}

	.oo1 .describe {
		margin-top: 8px;
		line-height: 28px;
	}

	.oo1 .describe em {
		font-size: 16px;
	}

	.oo1 .read span {
		min-width: 146px;
		min-height: 48px;
		font-size: 16px !important;
	}

	.oo2 {
		padding: 40px 0px 60px;
	}

	.oo2 .PageNumber {
		margin-top: 40px;
	}

	.oo2_list {
		gap: 30px 1.904%;
	}

	.oo2_list .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}

	.oo2_list .describe {
		line-height: 24px;
		-webkit-line-clamp: 5;
	}

	.oo2_list .links {
		font-size: 16px;
	}

	.oo4 {
		padding: 60px 0px;
	}

	.oo5 {
		padding: 60px 0px 80px;
	}

	.oo5 .swiperoo5-pagination {
		margin-top: 30px;
	}

	.oo6 {
		padding-top: 60px;
	}

	.oo6 .sw_box {
		margin-top: 30px;
	}

	.oo6 .swiper {
		margin-top: 30px;
	}

	.oo6 .title {
		font-size: 18px;
	}

	.oo6 .describe {
		margin-top: 10px;
	}

	.oo6 .buttonBox {
		margin-top: 20px;
	}

	.oo7 {
		padding: 60px 0px 80px;
	}

	.oo7 .title {
		font-size: 18px;
		margin-top: 6px;
	}

	.oo7 .box {
		padding: 12px 18px 20px;
	}

	.oo7 .box1 {
		padding: 10px 18px;
	}

	.oo7 .sw_box {
		margin-top: 30px;
	}

	.swiper_button div {
		width: 40px;
		height: 40px;
	}

	.pub1 .content {
		padding: 0px;
	}

	.pub1 .title {
		padding: 0px;
		font-size: 24px;
		line-height: 32px;
	}

	.pub1 .text {
		padding: 0px;
	}

	.ot1 {
		padding: 40px 0px 60px;
	}

	.ot1_r {
		padding: 30px;
	}

	.ot1_container h1 {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 15px;
	}

	.ot1_container .title {
		font-size: 20px;
		line-height: 28px;
	}

	.ot1_container .detail {
		line-height: 26px;
		margin-top: 8px;
	}

	.ot1_1 {
		padding: 15px 0px 25px;
	}

	.ot1_2list {
		gap: 20px 0px;
	}

	.ot1_2list .logo {
		width: 48px;
		height: 48px;
	}

	.ot1_2list .name {
		margin-top: 4px;
		font-size: 15px;
		line-height: 22px;
	}

	.ot1_3list {
		line-height: 28px;
		margin-top: 8px;
	}

	.ot1_bottom {
		margin-top: 40px;
	}

	.ot2 .title {
		font-size: 22px;
		line-height: 32px;
	}

	.ot2_list {
		margin-top: 20px;
		gap: 30px 2%;
	}

	.ot2_list li {
		width: 23.5%;
	}

	.ot2_list .num {
		padding-right: 26px;
	}

	.ot3 {
		padding: 40px 0px;
	}

	.ot3 .title {
		font-size: 18px;
		line-height: 28px;
		padding: 15px 20px;
	}

	.ot3 .describe {
		line-height: 28px;
		gap: 10px;
		margin-top: 30px;
	}

	.ot3 .describe em {
		font-size: 18px;
	}

	.ot4 .sw_box {
		margin-top: 35px;
	}

	.ot4 .swiper-slide {
		padding: 30px 25px;
	}

	.ot4 .describe {
		margin-top: 10px;
	}

	.ot4 .people_img {
		width: 60px;
	}

	.ot4 .name {
		font-size: 16px;
		line-height: 26px;
	}

	.ot4 .prev,
	.ot4 .next {
		width: 40px;
		height: 40px;
	}

	.ot4_button {
		margin-top: 30px;
	}

	.ot5 {
		padding: 40px 0px 60px;
	}

	.ot5 .sw_box {
		margin-top: 40px;
	}

	.ot5 .swiperot5-pagination {
		margin-top: 40px;
	}

	.ot6 {
		padding: 60px 0px;
	}

	.ot6 .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}

	.ot6 .describe {
		line-height: 24px;
		-webkit-line-clamp: 5;
	}

	.ot6 .sw_box {
		margin-top: 40px;
	}

	.ot6 .sw_box .buttonBox {
		margin-top: 15px;
	}

	.ot6 .swiperindex2-pagination {
		margin-top: 30px;
	}

	.to1_title {
		font-size: 32px;
		line-height: 40px;
	}

	.to1 {
		padding: 40px 0px 60px;
	}

	.to1 .content {
		padding-top: 0px;
	}

	.to1 .describe {
		line-height: 28px;
		margin-top: 15px;
	}

	.to1 .button a {
		min-width: 180px;
		min-height: 56px;
		font-size: 18px;
	}

	.to1_container {
		margin-top: 30px;
	}

	.to1_container .to1_list {
		gap: 15px 0px;
	}

	.to1_list .big_num {
		font-size: 24px;
	}

	.to1_list .big_num+span {
		font-size: 18px;
	}

	.to1_list .text {
		line-height: 28px;
	}

	.to2 {
		padding-bottom: 60px;
	}

	.to2 .describe {
		line-height: 28px;
	}

	.to2 .describe1 {
		line-height: 28px;
	}

	.to3 {
		font-size: 26px;
		margin-top: 40px;
	}

	.to4 {
		padding: 60px 0px;
	}

	.to4 .year {
		font-size: 180px;
		line-height: 180px;
	}

	.to4 .sw_box {
		margin-top: 40px;
	}

	.to4 .r_box {
		padding: 0px 0px 60px;
	}

	.to4 .to1_title {
		margin-top: 4px;
	}

	.to4 .describe {
		line-height: 28px;
		margin-top: 10px;
	}

	.to4 .swiper_button {
		bottom: 10px;
	}

	.to4 .sw_box1 {
		margin-top: 40px;
	}

	.to5 {
		padding-bottom: 60px;
	}

	.to5_list .name {
		margin-top: 10px;
	}

	.to6 {
		padding: 60px 0px 80px;
	}

	.to6 .swiperoo5-pagination {
		margin-top: 30px;
	}

	.to7 {
		padding: 60px 0px 0px;
	}

	.to7_menu {
		gap: 10px 20px;
	}

	.to7_menu li {
		font-size: 18px;
		min-width: 160px;
		min-height: 48px;
		padding: 4px 12px;
	}

	.to7_list {
		margin-top: 40px;
		gap: 30px 0.952%;
	}

	.to7_list .name {
		margin-top: 10px;
	}

	.to8 {
		margin-top: 40px;
	}

	.to8 .content {
		align-items: center;
	}

	.to8 form {
		gap: 10px 0px;
	}

	.to8 form input,
	.to8 form textarea {
		font-size: 15px;
		padding: 0px 15px;
	}

	.to8 form input {
		height: 45px;
	}

	.to8 form .yzm {
		margin-right: 12px;
	}

	.to8 .r_box {
		margin-right: 0px;
	}

	.to8 .describe {
		margin-top: 15px;
	}

	.to8 .l_box {
		margin-right: 5%;
	}

	.tt1 {
		padding: 40px 0px 40px;
	}

	.tt1 .title {
		font-size: 28px;
		line-height: 32px;
	}

	.tt1 .describe {
		margin-top: 12px;
	}

	.pub_menu .content {
		gap: 20px;
	}

	.pub_menu a {
		padding: 15px 10px;
	}

	.tt2 .PageNumber {
		margin-top: 50px;
	}

	.tt2_list .name {
		margin-top: 10px;
	}

	.tt2_list .describe {
		margin-top: 5px;
	}

	.tth1 {
		padding: 60px 0px 80px;
	}

	.tth1 .PageNumber {
		margin-top: 50px;
	}

	.tth1_list .name {
		line-height: 22px;
		font-size: 14px;
		margin-top: 6px;
	}

	.tfu1 {
		padding: 40px 0px 80px;
	}

	.tfu1 .PageNumber {
		margin-top: 50px;
	}

	.tfu1_list {
		gap: 30px 0.952%;
	}

	.tfu1_list .name {
		margin-top: 10px;
	}

	.tf1 {
		padding: 40px 0px 60px;
	}

	.tf1 .PageNumber {
		margin-top: 50px;
	}

	.tho1 {
		padding: 40px 0px 80px;
	}

	.tho1 .PageNumber {
		margin-top: 50px;
	}

	.tho1_list {
		gap: 35px 0px;
	}

	.tho1_list .title {
		font-size: 18px;
	}

	.tho1_list .describe {
		margin-top: 10px;
	}

	.tho1_list .r_box {
		padding: 30px 36px;
	}

	.tht1 {
		padding: 40px 0px 80px;
	}

	.tht1 .describe {
		line-height: 28px;
		margin-top: 20px;
		padding-top: 20px;
	}

	.page_change {
		margin-top: 40px;
		padding-top: 25px;
	}

	.fuo1 {
		padding: 40px 0px 80px;
	}

	.fuo1 .describe {
		line-height: 28px;
		margin-top: 8px;
	}

	.fuo1_list li {
		padding: 15px;
		gap: 15px;
	}

	.fuo1_list .text {
		font-size: 16px;
	}

	.fuo2 {
		padding: 60px 0px;
	}

	.fuo3 {
		padding: 60px 0px;
	}

	.fuo3_l .text {
		line-height: 26px;
	}

	.fuo3_l form {
		margin-top: 15px;
		gap: 10px 0px;
	}

	.fuo3_l form input,
	.fuo3_l form textarea {
		font-size: 15px;
		padding: 0px 15px;
	}

	.fuo3_l form input {
		height: 45px;
	}

	.fuo3_l form .yzm {
		margin-right: 12px;
	}

	.fo1 {
		padding: 40px 0px 80px;
	}

	.fo1 .PageNumber {
		margin-top: 50px;
	}

	.fo1_list {
		gap: 30px 1.0355%;
	}

	.fo1_list .title {
		font-size: 18px;
		margin-top: 6px;
	}

	.fo1_list .box {
		padding: 12px 18px 20px;
	}

	.fo1_list .box1 {
		padding: 10px 18px;
	}

	.ft1 {
		padding: 40px 0px 80px;
	}

	.ft1 .page_change {
		gap: 15px;
	}

	.pub_new .new_title {
		font-size: 24px;
		line-height: 30px;
	}

	.pub_new .box2 {
		margin-top: 30px;
	}

	.new_list .title {
		font-size: 18px;
		margin-top: 6px;
	}

	.new_list .box {
		padding: 12px 18px 20px;
	}

	.new_list .box1 {
		padding: 10px 18px;
	}

	.pro_list {
		margin-top: 20px;
		gap: 20px 0px;
	}

	.pro_list .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}

	.pro_list .describe {
		line-height: 24px;
		-webkit-line-clamp: 5;
	}

	.ft1_container .time_share {
		margin-top: 16px;
	}

	.ft1_container .describe {
		margin-top: 15px;
		padding-top: 15px;
	}

	.so1 {
		padding: 40px 0px 60px;
	}

	.so1 .content {
		align-items: center;
	}

	.so1_list {
		gap: 25px 2%;
	}

	.so1_list .logo {
		width: 40px;
		height: 40px;
	}

	.so1_list .name {
		font-size: 16px;
		line-height: 24px;
	}

	.so1_l {
		padding: 40px 15px;
	}

	.so1_l form {
		margin-top: 20px;
		gap: 10px 0px;
	}

	.so1_l form input,
	.so1_l form textarea {
		font-size: 15px;
		padding: 0px 15px;
	}

	.so1_l form input {
		height: 45px;
	}

	.so1_l form .yzm {
		margin-right: 12px;
	}

	.so1_l form .yzm input {
		padding-right: 90px;
	}

	.so1_r .wechat {
		margin-top: 30px;
		margin-left: 0px;
	}

	.so2 {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1250px) {
	.pub1 form .int1 {
		width: 28%;
	}

	.pub1 form .int2 {
		min-width: 260px;
	}

	.pub1 form .yzm {
		min-width: 200px;
		flex: 1;
	}

	.so1_list {
		gap: 20px 4%;
	}

	.so1_list li {
		width: 44%;
	}
	.ot1_2list .name {
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (max-width: 1100px){
	.ot2_list {
		gap: 20px 4%;
	}
	.ot2_list li {
		width: 48%;
	}
}

@media screen and (max-width: 992px) {
	.to1_container .to1_list{
		width: 49%;
	}
	.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;
		background: rgba(0, 0, 0, 0.8);
	}

	.rightMenu .hide_box {
		top: auto;
		transform: translateX(50%);
		bottom: calc(100% + 5px);
		right: 50%;
		padding-right: 0px;
	}

	.rightMenu .gotop {
		display: flex;
		margin-top: 0px;
	}

	html body {
		font-size: 14px;
		line-height: 24px;
	}

	html body .content {
		width: calc(100% - 100px);
	}

	header {
		padding: 10px 0px;
	}

	header .logoBox {
		width: 126px;
	}

	header .head_boxr {
		display: none;
	}

	.padding_top {
		padding-top: 65.05px;
	}

	.index_banner .sw_button {
		right: 30px;
		bottom: 20px;
	}

	.index_banner .sw_button div {
		width: 42px;
		height: 42px;
	}

	.index_banner .sw_button img {
		width: 14px;
	}

	footer {
		padding: 30px 0px 42px;
	}

	footer .footb_l {
		font-size: 14px;
		line-height: 24px;
		flex: none;
		width: 100%;
		margin-right: 0px;
	}

	footer .footer_b {
		gap: 10px 0px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-top: 15px;
		padding-top: 10px;
	}

	footer .button a {
		min-width: 136px;
		min-height: 38px;
	}

	footer .l_box {
		width: 100%;
		flex-wrap: wrap;
		gap: 4px 0px;
	}

	footer .r_box {
		width: 100%;
		flex: none;
		margin: 0px;
		padding-top: 0px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 10px 5%;
display: flex;
    flex-direction: column;
	}

	footer .ul1,
	footer .ul2,
	footer .ul3 {
		width: 100%;
	}

	footer .dif_footer {
		align-items: center;
		font-size: 18px;
		line-height: 26px;
	}

	footer .dif_footer .dif_up {
		display: block;
	}

	footer .dif_footer+ul {
		line-height: 24px;
		margin-top: 4px;
		font-size: 14px;
	}

	footer .footer_a {
		gap: 20px 0px;
	}

	footer .icBox {
		justify-content: flex-start;
		margin-top: 0px;
		gap: 8px;
		flex: 1;
	}

	footer .icBox a {
		width: 32px;
		height: 32px;
	}

	footer .wechat {
		margin-top: 0px;
		width: 135px;
	}

	footer .wechat p {
		margin-top: 4px;
	}

	.big_title {
		font-size: 22px;
		line-height: 30px;
	}

	.big_bt {
		font-size: 20px;
		line-height: 28px;
	}

	.index .big_title {
		margin-top: 4px !important;
	}

	.index1 {
		padding: 40px 0px;
	}

	.index1 .top {
		gap: 15px 0px;
	}

	.index1 .l_box {
		width: 100%;
		text-align: center;
	}

	.index1_menu {
		flex: none;
		width: 100%;
		margin-top: 0px;
		justify-content: center;
	}

	.index1_menu li {
		font-size: 15px;
		min-width: 170px;
		min-height: 40px;
		padding: 6px 15px;
	}

	.index1_list {
		width: 100%;
		padding-top: 0px;
		flex: none;
		gap: 20px 0px;
	}

	.index1_list li {
		align-items: center !important;
		text-align: left !important;
	}

	.index1_container {
		margin: 20px auto 0px;
	}

	.index1_container .box {
		flex-wrap: wrap;
		gap: 20px 0px;
	}

	.index1_container .center_box {
		width: 440px;
		padding-top: 440px;
		order: 1;
	}

	.index1_container .describe {
		line-height: 24px;
		height: auto;
		margin-top: 4px;
		text-align: center;
	}

	.index1_container .logo {
		height: 32px;
	}

	.index1_container .title {
		font-size: 16px;
		line-height: 24px;
	}

	.index1_list.list_l {
		order: 2;
	}

	.index1_list.list_l .title_logo {
		flex-direction: row;
	}

	.index1_list.list_r {
		order: 3;
	}

	.index1_bottom {
		margin: 20px auto 0px;
	}

	.buttonBox a {
		gap: 8px;
		font-size: 14px;
		min-width: 120px !important;
		min-height: 40px !important;
	}

	.index2 {
		padding: 40px 0px;
	}

	.index2 .sw_box {
		margin-top: 20px;
	}

	.index2 .swiperindex2-pagination {
		margin-top: 20px;
	}

	.index3_l form {
		margin-top: 15px;
	}

	.index3_l form input,
	.index3_l form textarea {
		font-size: 14px;
		padding: 0px 10px;
	}

	.index3_l form input {
		height: 38px;
	}

	.index3_l form textarea {
		height: 100px;
	}

	.index3_l form .tijiao {
		width: 100%;
	}

	.index3_l form .tijiao input {
		font-size: 16px;
		min-width: 100%;
	}

	.index3_l form .yzm {
		flex: none;
		width: 100%;
		margin-right: 0px;
	}

	.index3 {
		padding-bottom: 40px;
	}

	.index4 {
		padding: 40px 0px;
	}

	.index4 .content {
		max-width: 930px !important;
		gap: 20px 0px;
		flex-direction: column-reverse;
	}

	.index4 .l_box {
		width: 100%;
	}

	.index4 .title_before {
		font-size: 16px;
		line-height: 22px;
	}

	.index4 .r_box {
		flex: none;
		width: 100%;
	}

	.index4_container {
		margin-top: 15px;
		gap: 10px 0px;
	}

	.index4_container .big_num {
		font-size: 20px;
	}

	.index4_container .big_num+span {
		font-size: 16px;
	}

	.index5 {
		padding: 40px 0px;
	}

	.index5 .title_box {
		text-align: center;
	}

	.index5 .sw_box {
		margin-top: 20px;
	}

	.index5 .sw_box .swiper-slide-thumb-active {
		font-size: 18px;
	}

	.index5 .sw_box .swiper-slide {
		padding-top: 10px;
	}

	.index5 .sw_box1 {
		margin-top: 20px;
	}

	.index5_container .title {
		font-size: 18px;
		line-height: 28px;
	}

	.index5_container .describe {
		margin-top: 4px;
	}

	.index5_container .buttonBox {
		margin-top: 15px;
	}

	.index5_container .number {
		font-size: 40px;
		line-height: 48px;
		bottom: -6px;
	}

	.index6 {
		padding: 40px 0px 0px;
	}

	.index7 {
		padding: 40px 0px;
	}

	.index7_list {
		margin-top: 20px;
	}

	.index7_list .box {
		padding: 10px 12px 12px;
	}

	.index7_list .box1 {
		padding: 6px 12px;
	}

	.index7_list .title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 2px;
	}

	.PageNumber {
		margin-top: 30px !important;
		gap: 8px 20px;
	}

	.PageNumber a {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}

	.PageNumber .p_l {
		width: 56px;
	}

	.PageNumber input {
		font-size: 15px;
	}

	.mbx {
		padding: 4px 0px;
	}

	.oo1 {
		padding: 20px 0px 0px !important;
	}

	.oo1 .describe {
		line-height: 24px;
		margin-top: 6px;
	}

	.oo1 .describe em {
		font-size: 15px;
	}

	.oo1 .read {
		margin-top: 15px;
	}

	.oo1 .read span {
		font-size: 14px !important;
		min-width: 120px;
		min-height: 40px;
	}

	.oo2 {
		padding: 40px 0px;
	}

	.oo2_list {
		gap: 20px 2%;
	}

	.oo2_list li {
		width: 32%;
	}

	.oo2_list .input_links {
		margin-top: 4px;
	}

	.oo3_list {
		gap: 8px 12px;
		margin-top: 12px;
	}

	.oo3_list a {
		padding: 4px 12px;
	}

	.oo4 {
		padding: 40px 0px;
	}

	.oo4 .sw_box {
		margin-top: 20px;
	}

	.oo5 {
		padding: 40px 0px;
	}

	.oo5 .sw_box {
		margin-top: 20px;
	}

	.oo5 .swiperoo5-pagination {
		margin-top: 20px;
	}

	.oo6 {
		padding: 40px 0px 0px;
	}

	.oo6 .sw_box {
		margin-top: 20px;
	}

	.oo6 .swiper {
		margin-top: 20px;
	}

	.oo6 .title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 8px;
	}

	.oo6 .describe {
		margin-top: 6px;
	}

	.oo6 .buttonBox {
		margin-top: 14px;
	}

	.oo7 {
		padding: 40px 0px;
	}

	.oo7 .sw_box {
		margin-top: 20px;
	}

	.oo7 .box {
		padding: 10px 12px 12px;
	}

	.oo7 .box1 {
		padding: 6px 12px;
	}

	.oo7 .title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 2px;
	}

	.pub1 {
		padding: 30px 0px 40px;
	}

	.pub1 .title {
		font-size: 20px;
		line-height: 28px;
	}

	.pub1 form {
		margin-top: 16px;
	}

	.pub1 form input {
		height: 40px;
	}

	.pub1 form input,
	.pub1 form textarea {
		font-size: 15px;
	}

	.pub1 form .tijiao input {
		font-size: 16px;
	}

	.swiper_button div {
		width: 34px;
		height: 34px;
	}

	.swiper_button img {
		width: 11px;
	}

	.ot1 {
		padding: 20px 0px 40px;
	}

	.ot1_r {
		padding: 20px 15px;
	}

	.ot1_container h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.ot1_container .detail {
		line-height: 24px;
		margin-top: 4px;
	}

	.ot1_container .title {
		font-size: 18px;
		line-height: 28px;
	}

	.ot1_1 {
		padding: 15px 0px;
	}

	.ot1_2 {
		padding: 15px 0px;
	}

	.ot1_2list {
		gap: 12px 0px;
	}

	.ot1_2list li {
		padding: 0px 5px;
	}

	.ot1_3 {
		padding: 15px 0px;
	}

	.ot1_3list {
		line-height: 24px;
		margin-top: 4px;
	}

	.ot1_bottom {
		margin-top: 20px;
	}

	.ot1_bottom .button a {
		min-width: 130px;
		min-height: 40px;
	}

	.ot2 .title {
		font-size: 20px;
		line-height: 28px;
	}

	.ot2_list {
		gap: 20px 4%;
	}

	.ot2_list li {
		width: 48%;
	}

	.ot2_list .describe {
		margin-top: 6px;
	}

	.ot3 .title {
		font-size: 16px;
		line-height: 24px;
		padding: 10px 20px;
	}

	.ot3 .describe {
		line-height: 24px;
		gap: 8px;
		margin-top: 12px;
	}

	.ot3 .describe em {
		font-size: 16px;
	}

	.ot4 .sw_box {
		margin-top: 20px;
	}

	.ot4 .prev,
	.ot4 .next {
		width: 34px;
		height: 34px;
	}

	.ot4 .prev img,
	.ot4 .next img {
		width: 11px;
	}

	.ot4 .swiperot4-pagination {
		gap: 8px;
	}

	.ot4_button {
		margin-top: 20px;
		gap: 12px;
	}

	.ot5 {
		padding: 40px 0px;
	}

	.ot5 .sw_box {
		margin-top: 20px;
		padding: 0px;
	}

	.ot5 .swiperot5-pagination {
		margin-top: 20px;
	}

	.ot6 {
		padding: 40px 0px;
	}

	.ot6 .sw_box {
		margin-top: 20px;
	}

	.ot6 .swiperindex2-pagination {
		margin-top: 20px;
	}

	.to1_title {
		font-size: 20px;
		line-height: 28px;
	}

	.to1 {
		padding: 20px 0px 40px;
	}

	.to1 .describe {
		line-height: 24px;
		margin-top: 6px;
	}

	.to1 .button a {
		font-size: 15px;
		min-width: 136px;
		min-height: 42px;
	}

	.to1_container {
		margin-top: 15px;
	}
	
	.to1_container .to1_list{
		gap: 10px 0px;
	}

	.to1_list .big_num {
		font-size: 20px;
	}

	.to1_list .big_num+span {
		font-size: 16px;
	}

	.to2 {
		padding-bottom: 40px;
	}

	.to2 .describe {
		line-height: 24px;
		margin-top: 6px;
	}

	.to2 .describe1 {
		line-height: 24px;
	}

	.to2 .box {
		padding-top: 20px;
	}

	.to3 {
		font-size: 22px;
		margin-top: 20px;
	}

	.to4 {
		padding: 40px 0px;
	}

	.to4 .big_bt {
		text-align: center;
	}

	.to4 .year {
		font-size: 80px;
		line-height: 90px;
	}

	.to4 .sw_box {
		margin-top: 20px;
	}

	.to4 .r_box {
		padding-bottom: 0px;
	}

	.to4 .describe {
		line-height: 24px;
		margin-top: 6px;
	}

	.to4 .swiper_button {
		position: relative;
		width: 100%;
		justify-content: center;
		bottom: 0;
		margin-top: 15px;
	}

	.to4 .sw_box1 {
		margin-top: 20px;
	}

	.to4 .sw_box1 .swiper-slide-thumb-active {
		font-size: 18px;
	}

	.to5_list {
		margin-top: 20px;
		gap: 20px 0px;
	}

	.to5_list .name {
		font-size: 16px;
		line-height: 24px;
		margin-top: 6px;
	}

	.to5 {
		padding-bottom: 40px;
	}

	.to6 {
		padding: 40px 0px;
	}

	.to6 .sw_box {
		margin-top: 20px;
	}

	.to6 .swiperoo5-pagination {
		margin-top: 20px;
	}

	.to7 {
		padding: 40px 0px 0px;
	}

	.to7 .top {
		gap: 15px 0px;
	}

	.to7 .big_bt {
		width: 100%;
		text-align: center;
	}

	.to7_menu {
		flex: none;
		width: 100%;
		margin-top: 0px;
		justify-content: center;
	}

	.to7_menu li {
		font-size: 15px;
		min-width: 140px;
		min-height: 40px;
		padding: 6px 15px;
	}

	.to7_list {
		margin-top: 20px;
		gap: 12px 2%;
	}

	.to7_list li {
		width: 32%;
	}

	.to7_list .name {
		margin-top: 4px;
	}

	.to8 .describe {
		line-height: 24px;
		margin-top: 4px;
	}

	.to8 form input,
	.to8 form textarea {
		font-size: 14px;
		padding: 0px 10px;
	}

	.to8 form input {
		height: 38px;
	}

	.to8 form textarea {
		height: 100px;
	}

	.to8 form .tijiao {
		width: 100%;
	}

	.to8 form .tijiao input {
		font-size: 16px;
		min-width: 100%;
	}

	.to8 form .yzm {
		flex: none;
		width: 100%;
		margin-right: 0px;
	}

	.tt1 {
		padding: 20px 0px 40px;
	}

	.tt1 .title {
		font-size: 22px;
		line-height: 28px;
	}

	.tt1 .describe {
		margin-top: 5px;
	}

	.pub_menu .content {
		gap: 15px;
	}

	.pub_menu a {
		font-size: 15px;
		line-height: 26px;
		padding: 0px 8px 6px;
	}

	.tt2 {
		padding: 20px 0px 40px;
	}

	.tt2_list {
		gap: 15px 0.6065%;
	}

	.tt2_list .name {
		margin-top: 6px;
		font-size: 16px;
		line-height: 24px;
	}

	.tt2_list .describe {
		margin-top: 2px;
		line-height: 24px;
	}

	.tth1_list {
		gap: 15px 2%;
	}

	.tth1_list li {
		width: 23.5%;
	}

	.tth1 {
		padding: 25px 0px 40px;
	}

	.tfu1 {
		padding: 25px 0px 40px;
	}

	.tfu1_list {
		gap: 12px 2%;
	}

	.tfu1_list li {
		width: 32%;
	}

	.tfu1_list .name {
		margin-top: 4px;
	}

	.tf1_list {
		gap: 10px 0px;
	}

	.tf1_list .title {
		font-size: 16px;
		line-height: 24px;
	}

	.tf1_list li {
		padding: 12px 20px;
	}

	.tf1_list .top {
		padding-bottom: 0px;
	}

	.tf1_list .bottom {
		margin-top: 6px;
	}

	.tf1_list .describe {
		padding-right: 0px;
	}

	.tf1 {
		padding: 25px 0px 40px;
	}

	.tho1 {
		padding: 25px 0px 40px;
	}

	.tho1_list {
		gap: 20px 0px;
	}

	.tho1_list li {
		gap: 30px;
	}

	.tho1_list .r_box {
		padding: 0px;
	}

	.tho1_list .r_box::before {
		display: none;
	}

	.tho1_list .title {
		font-size: 16px;
		line-height: 24px;
	}

	.tho1_list .describe {
		margin-top: 6px;
	}

	.tho1_list .buttonBox {
		margin-top: 18px;
	}

	.tht1 {
		padding: 25px 0px 40px;
	}

	.tht1 h1 {
		font-size: 22px;
		line-height: 28px;
	}

	.tht1 .share_box {
		margin-top: 4px;
	}

	.tht1 .describe {
		line-height: 24px;
		margin-top: 12px;
		padding-top: 12px;
	}

	.page_change {
		margin-top: 20px;
		padding-top: 20px;
	}

	.page_change .logo {
		width: 36px;
		height: 36px;
	}

	.page_change .box {
		line-height: 22px;
	}

	.page_change>* {
		gap: 10px;
	}

	.fuo1 {
		padding: 25px 0px 40px;
	}

	.fuo1 .describe {
		line-height: 24px;
		margin-top: 4px;
	}

	.fuo1_list {
		margin-top: 20px;
		gap: 15px 0px;
	}

	.fuo1_list li {
		min-width: auto;
		width: 48%;
		padding: 10px 12px;
	}

	.fuo1_list .logo {
		width: 48px;
	}

	.fuo1_list .text {
		font-size: 14px;
	}

	.fuo2 {
		padding: 40px 0px;
	}

	.fuo2_list {
		margin-top: 20px;
		gap: 12px 2%;
	}

	.fuo2_list li {
		width: 32%;
	}

	.fuo2_list .name {
		margin-top: 4px;
	}

	.fuo3 {
		padding: 40px 0px;
	}

	.fuo3_l {
		width: 100%;
	}

	.fuo3_l .text {
		line-height: 24px;
		margin-top: 4px;
	}

	.fuo3_l form {
		margin-top: 15px;
	}

	.fuo3_l form input,
	.fuo3_l form textarea {
		font-size: 14px;
		padding: 0px 10px;
	}

	.fuo3_l form input {
		height: 38px;
	}

	.fuo3_l form textarea {
		height: 100px;
	}

	.fuo3_l form .tijiao {
		width: 100%;
	}

	.fuo3_l form .tijiao input {
		font-size: 16px;
		min-width: 100%;
	}

	.fuo3_l form .yzm {
		flex: none;
		width: 100%;
		margin-right: 0px;
	}

	.fuo3_r {
		display: none;
	}

	.fo1 {
		padding: 25px 0px 40px;
	}

	.fo1_list {
		gap: 20px 1.0355%;
	}

	.fo1_list .box {
		padding: 10px 12px 12px;
	}

	.fo1_list .box1 {
		padding: 6px 12px;
	}

	.fo1_list .title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 2px;
	}

	.ft1 {
		padding: 25px 0px 40px;
	}

	.ft1 .content {
		gap: 30px 0px;
	}

	.ft1 .page_change {
		gap: 8px;
		margin-top: 10px;
		padding-top: 12px;
	}

	.ft1_container {
		width: 100%;
	}

	.ft1_container .time_share {
		margin-top: 8px;
	}

	.ft1_container .describe {
		line-height: 24px;
		margin-top: 12px;
		padding-top: 12px;
	}

	.pub_new {
		width: 100%;
		max-width: 100%;
		position: relative;
	}

	.pub_new .new_title {
		font-size: 20px;
		line-height: 28px;
	}

	.pub_new .box2 {
		margin-top: 20px;
	}

	.new_list {
		margin-top: 10px;
		flex-direction: row;
		gap: 12px 1.0355%;
		flex-wrap: wrap;
	}

	.new_list li {
		width: 32.643%;
	}

	.new_list .box {
		padding: 10px 12px 12px;
	}

	.new_list .box1 {
		padding: 6px 12px;
	}

	.new_list .title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 2px;
	}

	.pro_list {
		max-width: 100%;
		margin-top: 15px;
		flex-direction: row;
		gap: 15px 2%;
		flex-wrap: wrap;
	}

	.pro_list li {
		width: 32%;
	}

	.so1_l {
		width: 100%;
		padding: 20px 20px 30px;
	}

	.so1_l form {
		margin-top: 15px;
	}

	.so1_l form input,
	.so1_l form textarea {
		font-size: 14px;
		padding: 0px 10px;
	}

	.so1_l form input {
		height: 38px;
	}

	.so1_l form textarea {
		height: 100px;
	}

	.so1_l form .tijiao {
		width: 100%;
	}

	.so1_l form .tijiao input {
		font-size: 16px;
		min-width: 100%;
	}

	.so1_l form .yzm {
		flex: none;
		width: 100%;
		margin-right: 0px;
	}

	.so1 {
		padding: 25px 0px 40px;
	}

	.so1 .content {
		gap: 25px 0px;
	}

	.so1_r {
		width: 100%;
	}

	.so1_r .wechat {
		margin: 15px auto 0px;
	}

	.so1_list {
		gap: 10px 2%;
	}

	.so1_list li {
		width: 32%;
	}

	.so2 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	html body .content {
		width: calc(100% - 40px) !important;
	}

	html body .sw_content {
		width: calc(100% - 40px);
	}

	.index_banner .sw_button {
		right: 20px;
		bottom: 15px;
	}

	.index_banner .sw_button div {
		width: 36px;
		height: 36px;
	}

	header .logoBox {
		width: 120px;
	}

	.padding_top {
		padding-top: 62.91px;
	}

	.index4_container .big_num {
		font-size: 16px;
	}

	.index4_container .text {
		line-height: 24px;
	}

	.index5 .content {
		max-width: 700px !important;
	}

	.index5 .l_box {
		width: 100%;
	}

	.index5 .r_box {
		width: 100%;
		flex: none;
		padding: 20px 20px 30px;
	}

	.index6 .sw_box {
		padding: 0px 25px;
	}

	.index7 .title_box {
		flex: none;
		width: 100%;
		text-align: center;
	}

	.index7 .top {
		align-items: center;
		justify-content: center;
	}

	.index7_list {
		gap: 20px 4%;
	}

	.index7_list li {
		width: 48%;
	}

	.oo3 .big_bt {
		text-align: center;
	}

	.oo3_list {
		justify-content: center;
	}

	.oo4 .top {
		justify-content: center;
		align-items: center;
	}

	.oo4 .big_bt {
		width: 100%;
		flex: none;
		text-align: center;
	}

	.oo7 .top {
		justify-content: center;
		align-items: center;
	}

	.oo7 .big_bt {
		width: 100%;
		flex: none;
		text-align: center;
	}

	.to1_list .big_num {
		font-size: 16px;
	}

	.to1_list .text {
		line-height: 24px;
	}

	.to4 .sw_box .swiper-slide {
		align-items: center;
	}

	.to5 .top {
		justify-content: center;
		align-items: center;
	}

	.to5 .big_bt {
		width: 100%;
		flex: none;
		text-align: center;
	}

	.to6 .top {
		justify-content: center;
		align-items: center;
	}

	.to6 .big_bt {
		width: 100%;
		flex: none;
		text-align: center;
	}

	.tt1 .content {
		gap: 15px 30px;
		justify-content: center;
		align-items: center;
	}

	.tt1 .box {
		text-align: center;
		width: 100%;
		flex: none;
	}

	.tt2_list {
		gap: 15px 2%;
	}

	.tt2_list li {
		width: 49%;
	}

	.tho1_list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 25px 0px;
	}

	.tho1_list li {
		width: 49%;
		gap: 10px 0px;
	}

	.tho1_list .l_box {
		width: 100%;
	}

	.tho1_list .r_box {
		flex: none;
		width: 100%;
	}

	.tho1_list .buttonBox {
		margin-top: 15px;
	}

	.page_change {
		flex-wrap: wrap;
		gap: 8px;
	}

	.page_change>* {
		width: 100%;
		max-width: 100%;
	}

	.page_change>*:nth-of-type(2) {
		flex-direction: row;
	}

	.page_change>*:nth-of-type(2) .box {
		text-align: left;
	}

	.fo1_list {
		gap: 20px 4%;
	}

	.fo1_list li {
		width: 48%;
	}

	.new_list {
		gap: 20px 4%;
		flex-wrap: wrap;
	}

	.new_list li {
		width: 48%;
	}
}

@media screen and (max-width: 700px) {
	.pub1 form .int1 {
		width: calc(50% - 5px);
	}

	.pub1 form .int2 {
		width: 100%;
		flex: none;
	}

	.to1 .r_box {
		width: calc(100% - 40px);
		float: none;
		margin: 0px auto !important;
		padding: 10px;
	}

	.to1 .button {
		bottom: 10px;
	}

	.to1 .content {
		padding-top: 15px;
	}
}

@media screen and (max-width: 640px) {
	.ot1 .l_box {
		width: 100%;
	}

	.ot1_container {
		gap: 20px 0px;
	}

	.ot1_container .r_box {
		flex: none;
		margin: 0px;
		width: 100%;
	}

	.ot1_r {
		position: relative;
	}

	.ot1_bottom .box {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.index2 .l_box {
		flex: none;
		width: 100%;
		text-align: center;
	}

	.index2 .top {
		align-items: center;
		justify-content: center;
	}

	.index3 .title_box {
		text-align: center;
		width: 100%;
		max-width: none;
	}

	.index3_l {
		width: 100%;
	}

	.index3_r {
		width: 100%;
		padding-top: 20px;
	}

	.index3_r .describe {
		line-height: 24px;
	}

	.index3_r .img_box {
		margin-top: 15px;
	}

	.index4 .title_box {
		text-align: center;
		padding: 0px;
	}

	.oo2_list {
		gap: 20px 2%;
	}

	.oo2_list li {
		width: 49%;
	}

	.to1_container .to1_list {
		width: 100%;
		text-align: center;
	}

	.to4 .sw_box .swiper-slide {
		flex-wrap: wrap;
		gap: 15px;
	}

	.to4 .l_box {
		width: 100%;
	}

	.to4 .r_box {
		width: 100%;
	}

	.to7_list {
		gap: 12px 2%;
	}

	.to7_list li {
		width: 49%;
	}

	.to8 .content {
		flex-wrap: wrap;
	}

	.to8 .r_box {
		width: 100%;
		padding-top: 20px;
	}

	.to8 .l_box {
		width: 100%;
		flex: none;
		margin: 0px;
	}

	.tth1_list li {
		width: 32%;
	}

	.tfu1_list {
		gap: 12px 2%;
	}

	.tfu1_list li {
		width: 49%;
	}

	.fuo1_list li {
		width: 100%;
	}

	.fuo2_list {
		gap: 12px 2%;
	}

	.fuo2_list li {
		width: 49%;
	}

	.pro_list {
		gap: 20px 2%;
	}

	.pro_list li {
		width: 49%;
	}
}

@media screen and (max-width: 480px) {
	.index1_container .center_box {
		width: 100%;
		padding-top: 100%;
	}

	.index1_container .center_box::before {
		width: calc(100% - 32px);
		height: calc(100% - 32px);
	}

	.index1_container .img_center {
		width: calc(100% - 78px);
	}

	.index4_container {
		padding: 20px 25px;
	}

	.index7_list li {
		width: 100%;
	}

	.ot2_list li {
		width: 100%;
	}

	.to5_list li {
		width: 100%;
	}

	.tt2_list li {
		width: 100%;
	}

	.tho1_list li {
		width: 100%;
	}

	.fo1_list li {
		width: 100%;
	}

	.new_list li {
		width: 100%;
	}

	.so1_list {
		gap: 15px 4%;
	}

	.so1_list li {
		width: 48%;
	}

	.so1_list .add {
		flex: none;
		width: 100%;
	}

	.so1_list .logo {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width: 440px) {
	.tth1_list li {
		width: 49%;
	}
}

@media screen and (max-width: 420px) {
	.pub1 form .int1 {
		width: 100%;
		flex: none;
	}

	.pub1 form .tijiao {
		width: 100%;
	}

	.to2 .l_box {
		float: none;
		margin: 0px;
		width: 100%;
	}

	.to2 .r_box {
		width: 100%;
		padding-top: 15px;
	}
}

@media screen and (max-width: 370px) {
	.index3 form .int1 {
		width: 100%;
	}

	.oo2_list li {
		width: 100%;
	}

	.ot1_2list li {
		width: 50%;
	}

	.to7_list li {
		width: 100%;
	}

	.to8 form .int1 {
		width: 100%;
	}

	.tfu1_list li {
		width: 100%;
	}

	.fuo3_l form .int1 {
		width: 100%;
	}

	.pro_list li {
		width: 100%;
	}

	.so1_l form .int1 {
		width: 100%;
	}
}

@font-face {
	font-family: "Inter-Regular";
	src: url("../fonts/Inter-Regular.eot");
	src: url("../fonts/Inter-Regular.eot") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "Inter-Bold";
	src: url("../fonts/Inter-Bold.eot");
	src: url("../fonts/Inter-Bold.eot") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "Inter-Medium";
	src: url("../fonts/Inter-Medium.eot");
	src: url("../fonts/Inter-Medium.eot") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "iconfont";
	/* Project id 4647297 */
	src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAACXsAAsAAAAAQFgAACWdAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACMJgrifNAdATYCJAOCDAuBCAAEIAWEZweFSxuuNWUHiIWNAzDLnsNEVIzqsv//lKAOGeQeWxUiJZuQGXYc1oqOrNvYVV8juILrRUhMvssPD617MxACHk/uk5461tljq0BSuWuK/oIz6abYUMrh+W32/gdEQVBCVFSQkBAQCW2kWlFRUdGJ0QuX6kIWtzldlW59tQ5vrtPdLfJOd+uQHiAAwE4gjLV7V8wsd2KBmDekzc+/0M+XU/uZ7m1m96MgtoOvsRPLBUpSIBCUMFlkX6Sr9P9NYIjjglEOOYCGUIk10uHygdC8Xl5UhtYBVxIACuBtO6TqAXi+b+5zN3s4m+T/fyhMa2zPmMARBIocM2NnbJID4grXV0WwzFatjty9aE/RrDD/3mqvfWCCjBAWwloEQBSX8v+njAc4tmlgUS31/iyl01OKtoaZgMU8GG0NNBPAsITY8/c6y9Y6lI6iS0W4WAWKhrjr35d8Xj3JXvvbeyBrCfzXB9KhFEKqcHp9HVmH0gFCFeKiSZVJ0aXo0pd7XSZF20V1xWinPs3awc4jxOg1pnWLmlJ1jKImFiwBQjhsJd7XWwAEAMCAeJABYJ3B5gT4Rs/oYYAKkMDchAC490ONdTUe4L/NA2RGPwT8AQT8iu5E+kPzBgUAPDMXAABz8feh50AK+QMAAxQCmHs5qvWV4Eg/eD6Pt94BxF0wmd8SbIcBACgAAAIAIJSsAA9mO9CX4eeE2MaQ3j3oAgAgE6gACuD7oX5Uv39/MAqaaDHEFFRMshQoVqtvICZJCaWmbNX27rGB0wNnBy4P3B54NPBk4OXA4J/GfdO/83xefUA/4GWgLbKbHW30MRNGKlq5f+3RgZPe896f5txfMVsQyAQOy8ix8t2u6CJfGaiPHAZGgNFgLGj1TvFO+yM8C3FrbGjenVdd6E2RmKggUWfBrCLX35J79OTZi0VLlq1YteZenaG1YdOWbTt2HdtzYt+BU4eOnDtz4dKVazf6BmocqTKTDYUq9LaB0q7WfUcAG24JCMYECoYEGuYJf7gjguEVQYYGRAiMCAq8IWhQhYgWWcoGQaMxABUIMRQgFFCCUMEDYYQFwgSzRBYUIQqgB1GcUFtrAdoQfTBHMuGRZMETyYZnMgZeSCEskiJYIuNgmRTDChkPq6QE1sgEv3sS6pAKaEJmCPlUCQJ0JQjQVSBA/wLYJg/DDtkLu+RROCaPwR55UsitpwD2ydNwQJ4V6uh5gEPygqgKvQhwTl4SKutlgAvyNlySj4SmTwCuyZdwQ/6EPjkIA34A1OAnDrrwswlm+LkDZfifW9WyaCRhQgfwAZ1PX69wjL/NZrHtOVRcwnK81iXC1mKcYIuLSfpcF5nOOlpxypwMVZGm1QVK4bidE862SrTRsaE4WkXxj1kvSdYGBCRRmRhMqCAqAEmoDkRGUwIIMYiQEDyebEWQyYHIEJ8fGAQx4JCQyAgeJRdJoBL8yX6BAn8SMQqTzIgMiYsjmJ8WEEDGUYMlZJQ/yi8GBwVDHFYsiyXGk3RUbDAyIACpskolYSQcjiuWQCk0lD8Gr4hWQBouhxmACcNioYAAEikgEEdAImmYcORXIG40EhcYNUWSgmv0g8isEHoIjTy+M29xeNcK4ebk/ZiOw5TVsRuxoTecV5w3GCv5G7DYxfzFXWHLhOuT17MdEDrikMm4kmeBW1XegUMvEMEIZrGw+R31Pcstj3bbIRP1MWN665cvfDzzEgttyJROx3dVtTP1A/VAel2Cc9EjKSm2OiPPilppsvSD4uaMh+G/f6KLeM8dIBH4kjYMVrp7uw+02DIhWDryHUL1WIkRv3u8rtNNx2uVojIKQ+y6iudphIBV51tL2lMgHVhGHMO2w3QOQB/KqBEUCqkUP8cFuYilyGLf853FSvMKw3GjfHQL7tRlWqiyUdU9vervO1FVlE5XqiAOliDYQ/zKkclr7a0H2y1ePKoATf6EvxrXb00MKDBW2fMd81i2zbalwEv+oHzU3svvriXGeNXkCujAKm5JHXZSDRXfWjX4AiGCu1qqmQSkcTpXOA6wIdbYX4sYmsXieZBcF/HJZyU0X59Bteo6k1tnu1CmFSACAeicfIXY9fMbPMHSYJaniBUbXtjkgTuaQJ55IxP2LRTimN7e/ml3BjOb/Z+0FGNWR8dnXW8w1fD5Vv1aFwZhouogvpSpPKhq9Ye1z1X3g1DqeVkcsOK8c6IDte4nIhSKRW2ZqDQ6spCqdk0KRBAoQ3um6y2e8v0nM8Xzg5UXnK20PvL9wn84LN9v0K/8dPz0ebgIOnCwRe5A7sejsUcB67vbtcLemc8awEE989WtSqZuljkTGrLy0b+w44C2ctcblYLtRvp3lbG7/NIDxlWoDwrfM7zDnT6/YO5AjxvyvJxQd/QZ8vnF2GqMvxQuDds4tKMxBFFgU6B5Sbn63FhRG8Y2GIEogLHR1GZFS2aHfHcz9c1gGN9rhVoyPwJNUjK9z0y4OF2CmrhOuJL8AVBYnGYlx+V38nvsyccojJtBrR2US9cghwfd7J66lqDLaTNJYjyv2B16QwsxWghKuaixUlhpJUVQoCG2bzCtgAOaKoVzcMJxGvsFkM33OfOnwZCwvZfYPPu0yzBAgLSwmxqcCP040He3r5yw/QyMKuAKUDYABwxoq+kQ4dAN3Fg+ZuTZFivB2GOBh152HtKOPS/Xxe+soJ254YFAcnM6kIbLCbsfOcDK2ot/hOF+M09KSvCU9HTa8ZBGBP7Zd/yogNpttDM1N1xZYdPB/PNFeeFZ6A8wtG746Y7GmG9VakFdi4i7kYBHEklCTX5b7YwBhb6ipGg4VIVhDbVVSBtYIhB/57meIL4EQJP269imGiIP22vth4E33a74RD3o8BOvGvtb+wE2PWhKve4iwmPtiCdNv21Jr06fWpoffq00jrBpUv2ch4BTQqRiBjcSLOIYi88AISjEErByBFI6VVC5BNQUKHXQC6tIIWIGWrzos4Ol5ZZX/LDrmJOaXFHTj7bJZNuT7X1xQV0T3WUivHIQh/olMBwS8/ZAtD+s4jE9k2PEH2l30xYQGH+tXkglrQiUlaJcQKCwoNpQA9tKCY+1JV3RO6/IFDWFa7I4GGkoG6A/rS4m09tyumzUzDuW392SknWZihILPcliFC0WEcMoJhzIarUg0/eak2yhlXQ81jfPKlarc6aHWl3hepvHefdArmqRnwKzIoeTzon0HSu1dJ9LMtLhYumfdgSlObRrb3UmUZ4GWUfRkYdJFqedRZNfLYAOXHyNW/J2GXbS0pu7GiGy48wRnC9kHflsQhM2aIOipB7zkq4OZUd2+8dKERSOVeBgU4qOB2ex9EzvAAdbMu0riI/nQiaX85v+hAsN6C9D9c3JliQUW/fZKHCw/Dzk5Tg0NPbi93vThu7tUodFbjVf5f1s1smkVJneYmwlwpMjf6uhWRNQQ9lnry5q85UdB83UGT1OE1JspVzxGxbN9gneOXhw6Hz9SMBilkaxZGMnBz8xXnJboyfv1Jjevi++JiZ+w3TP0578nf72TCgXyvAVB5qhOR4pYdlVHNxOX9w3FB46VQyy1higTZ9+d2Sa1jQDe8IGhZYZAxJjMipymaJ0gLROC+nDjKG4iTF1CFGmg3+rcwg01ZB/06nPlSZ3Fqps8WEji63CKm5IxEpCbd2SoT8VNiirJTkNoPw3gEzSqAFzA+RO89cQWx8DfazqPHX7ypNZC8oqahaQroMZtgpYDmXKKykWFEukkfK0lmwG3C6ZFYuBd6DSQX3zZBISZ+YEvXcwrQgqfc7BWMvC+AlLJ2rfZLaO98SQddVUrD/UmlLXqnJF+rTde8LH5067IueApXVjyuaR9aVIvUSP233VtWWAW/UtGSq+b5Gceh20AjDNjmA5NrvrdbgKcGehc2brs14ivCZYvB3zkSRrcvZ2Zi4UMlEZa4AxSi8gqENTp93z8FfkNisl1pKVNM/6mOuG19U4m9HbC2sGHYBN5Y1EiPLhJ5zZUYNgwmSmXNXZouscQLRwsCXnOXMqjh3xJO/fAhGKvvho5bZGtmV9hg8aNFqRrkksbDKQ5Fz3Xw5f8MXDxkAgrwIuHSbZZMe898VfeK42/KjFO8BiUYtC6sFgZaZX5RdaYw2x+sT6p9FbHu53L3bnDlGdGVz4yGYGZXgumoadc3GI298g5l/xDvgj+xt7KKkNYs9deit5Hl9wEJ9m7qz5VkR0JSUQYMYgeR89LNvojryujHWBDQ2+xVbZ6RX/QfoI8BjholaCdJpv0MlXAAXhFmBnQXXvOhtxAeCu1+tUJ/wfRRc6C0PBmFozEabKQPDN+nyENii9U6eAvTq9uGt2WzZIz3A/zVrPJoPGsedGQ+xLuIp7m318/HX1dUB/6h1s0deyvAJtSP1OsIbtxMJ7L5rMoL6w0lgphTKqjNVePAmJdc5MQMIyWSxmsdSXZfGwStgusvz6eZfwmc7KrxC/sO252VfHTgKZF+QJn9Sn5tKEtNo+x8MiPNUIQgC2kiuDzoNsfT05l8mvV41iC065hHe8WuijNFTNP3LXjbmh9Lqk33VPuzUQz+FjvsEmsONsuDHPJtlSRz44u4sTKYUEdBYa+sNVQeggpWxHPlKv6R9vI22Ef1aHdvHN6d0DNidpeJ1P88OW9C0VMWOOoIA1/zQ4uY3sI8JkADCZXLOiCKdSJ2d3z0kqytHBJALJbe7xKaRACM2zmTH9Nlfb/iKK/7WU1BgawMe7XVk6i+3Suo+cdXGB61fnlPmbN3W56/pDEZfWE9SR22cwwfK0R4i+H1i+rdoTvpL+IBwsCL3jilzV6koNeevX9xd2gIMEWzVnxYOG3KtyBbmBdrl2xXorb62CIO9m3HL/J3r/l8h/Bec/kie5rug4PCGCd3n+JTvDTCvsFSir7Fs/Aj2fy9DAd03gd23l3Pe4JR/phz+KC82u9pb+2xyVXAam0w2F2fxoaRbBMAPUthAIUcYw5cbW8YzNspZqFtLqzZGKsKTVP+1U2Bn91FBNrfxyjXtvX8Seo4AJjXezL9WiKX7vQXqNOL3NoMlG+jODl0FBOcUwuaXhufHYocf6fbLuOdrRhOu+mWJztps80VRY1sJxZdBtZNvFyzSdKhezGmtZyfSj5sQAwyS6zRKbFyaDhhGPy1RjDKiFOEhed760vH5ZsiwWdmk/S0d5i9ABG98PVuQmIAGbMIlvtR6gBzYpDdeVZqALfzNxCn3iNbzb9bhr8n1Tqi3lk+VOXLAsck3kiivy3brd7I4OzB+JpxL3XqOtYq6iTp4MLaf/Sl99PWmfcR+3s2SEilPUceOG9+bNzlu3Jvf1VXjX/9bxR+sik7x/Q5WjujKnojq3qia72FrlmRifqKEt5b94Phy0PvdgO63nsxaHeMaLtxMs7W5do6sfaq/Ykn+dxiq4lbVWvxfFn7m69zXTlFWLO5cf8KIuHbENsJc0fWKtpFyp6pp8sGPXLepqJvXe0PblW+JkHZkq1T2OSmRDYw7k0jB9G17P1a5+vBL9H6nMn5hyqspqC2zBVJtaM+oLChqHvmurzHAUs5z0/LTsJKMxMyutOKMs0k2vwjpxJWr1vQYfI+hY/+V3ERVK04VX7s+4IyjZS6LlNQl0H2tjE9uZaJSydKa2vbrmUW7c8JnCe4Sc3AngHSuknd/FD+eF7xCFLOOH6aswb+b1OKmgNMtSI5yGCDI1jLUzshiFlXmxObx4o8SUb9C3aiS04tR26XbJ6BSmH7wuzP/K2xxnYc44oSZ0N/NzoViDQGtnCCiW2Yr61eOlfOQ5twYNovsfLyKbWtKM1a2Glue0pB/ddFxS8YPWkFTNJNcEy18rTCwzu8DWnlxS8cIB6VhaVuZYPa0eZmBDF777j4XyZHGP9+KrI2vw5CVRSzb7PBBz3ZP36FF7RHu13XPw4N69x8iPHzV7QOr8v5VjuTFlwBVr5Zn0AqNgvaGBcOKOvWzWx1Z0hk891BIe85mtzmJrPln75z7i9mzRKIbXq5R7QKI3dOkrLmvIIzY70fAj9d2y/xdoYUBul1lWFfdfME+lxTDNLLPMLOUKfocsm9pWG32Q3kg/GF1LP4ehvtUgmuStK+UWc2bP5hRxS2sb+GU898LZpWyM+0Taz6T01khW+7ZwOvldNHGoau95vSugOSzOlBpbr0tPLC2TKw0OUVJVSnSI+l1+6P9+I0femzws3MHJ5ei4RjMvS1jvmmvnq/m63ALd/A3PrFw14wy95YbUYaHYa4cILMUU8UqvGhr2MVvMGcKtBVKZZUXu1LlBKR+UocoV9asmfVDfZZ8l5Avuu4FyzTisq6HVGfLkxq4z+gJsaz3FqVQln3Fii0dOcJGuHWee0RdjJ4wkueLSGWcAs8Aca4zlc57mAqV4TGHhGLGywBJrt2wVmCNn5L8rP1Wt0SO1CXmIPJeZZ6E109a2T04odicMA8UJCe4kdJR5hpkGMtaN877yj9qFLISz80AFsCBqUHz/V/NCWr+GtMz76+bXIM2ISigPCEhSBOR6eSktX6tDZJhlQM6Ix8xxJCBQKUx6xJZzEczfHr+Y+IqPLeCvy4l/SO8vzIEZlOnM/mrJC8wVzAsJmNRy9UnI9W4U20Uiu7hhvtQuEoe6yaPYnKreQRKHIKB0V9pgcrpIGsKaMY9KR76nkxole+7qC6i14SJTWmydTtGUp2QYyqIWmBpNVsGG0H+EN1826aLJlBDUn2fjafhaZ5TbwHccLQ0GWMQ4kU0otInWiCa1Cd27hOyrxWuih3+KZtun4dH+n5n9x92U+6j0w/eX3+995zrRn/5r7/TecrEl+4GF1ccwZr/6m6HToX25wn/tTT/R/87Vu/z+4fvp91HegGfAxxDwWxgoiPh/c8A30jdixOZ/IivPgf6IntuRgsjbPREDr1Cn9r5EgRtt2SbjG29PSB5z5qFeH993+swyVjblrve1Jw+VzyIYCKxNqzJInDcLJL5vSi5LLClJLEt+DGjYL59c9jjmu/qdJyc+Ky4uKz7nWEDksuLOhz+m+ZketXnbJs0Ih8LbCVlqDofQ7ajdNrE9jBDWXmrztocD/bs92BaVUoDW/TlMs751BnalL70kTirNdsYFH80UxVkD6WCIav/VtOWuc6ov67/fDfBHEj4sfbhk04flBLAOM3ZVB13x/jEddbJq+uf9h15o3nnMISB+YfO6sgSrcPTu0D0rrvZcXbF3xfSRbRPqiyigheA4+3PfIh71cJK2yphKCxDW5WQ28BZkzi5OqVLlxc1ZdjDJMWJ7t7PI76V+SmjwttofhOgkmk4QlG7NIA8jDkcuYBvy2HV1zOlglJ2zttQsN0ode0e6SrtyRC7xsConw0qbIY3QrAKPys54z9RmeQ7T+eJY8aWmd50hqpDOd8k5l59Ytb+fTmEfXGc2Fw14H1adbEw5aZ60bZChLQPvAdf6Ia5c9MFmt30QXZ6PVtw5bjx3rL3P5qvsUfdkl0ggAhOE7pOFy+hXI6kHlVQplSONEZJJadyFMQtTtQ+6krtaGnPKIpE6v3xIckUy10Dnhwhs6uKQlJpgbldZJEKHTpTRCGwHl6gCxopm4tNVyaq0hG1LR0tpVxMq7BF3ZReIsKAYN6SHj/Iz59Aj5kRIx0jHT4qkj28D3F+qSgmXSpQjo2T+EUj8KntW8QeRR/iv2+b+IEx9oxvHoeB6NhzCUYDy8V/Lbr3/vuu6Efc2j1GMyBEmmYlFW7yoptRhyZllR9CJkuLN0fsRkth8W9rX50+zGhwa0PCLyBg+xSj6TZzXOSahXpJVaHbyGjg19UT03W1ADsYFr1tXrdZcYJOrf/v9366knLZGZa1CUadsGFQ2Kmo3nMbgXqtFpbYCuiPKvi+sHS+nyfHtLWujdHRG0EEMmlFRF6XFbxxSVygvkEoL5IXXXFuaXyArlF2T8mW08NqhUkG+tFAOApZAAMAEPq9EJLwXAUSA8ktLL8Ye4r7AY5nkg7xDZCYu8B7vHPdiqVtGgggwAEpPHRz8xE2HIL/BN23NuvSuNN3Ojf1rOndsdKZtSNcBgCecPmdSc5u4cWcd/cYd+rTuGxzh9VxoU0ybZjAOmrDg/jgFYMm8sURyCGCtDWcDdvhaFmCvDQCfgLXrEpNL5EnFjYbWRkBLDCHRtZdHeEU4EjxYLCv4nMg5y9TRGXlm/hbK5S/ibqfonD3YiyPiOZKJ+5LgiTjAeu8FP9b8AAJptK19LknAm701bc0xxe1baQqDZGnsVwl+x6pRHrSOXTZpzQ3Pbwv+lCTHgRT4RTQt8lrUYNS1SJq/7olgCC4weGAArU2W+Yp8g6RnWD6NEMxBv84lGvQbaRvn9gf0JxMdOq6aw9HwdI4CsVFksLKKqfMn8vJ4rsqAi6R7AUMT3fLCQrk7odGh42lylbjaNVxdo2YBcGXRtE0aTdMMy03qGZr6BoQ3aXT4ojHMw6xKS0r276UB9+i3ZV3xgRwliCltrk3wOJosgSrMivHCExsvbhqCSma36TwxLrbzl2n5rEL2SUDD/hDbGeM6TqicWxb2e5lkWHN1WkVKqie96mVAQMBZeFOzP1GlVY3NYIxG3BT0LDv+aVzMhhxJ38ajs8y/aTDtiuwh6caIvHtKRB3EzItiqgwXbjIKJtymrPzwYGDunwdPhr+RnfoKkAthRhWErIDOoFmIKkDgEBNhv6HabAT6PIbZJcX6yaRSeDjMqATIcvg0monMh6AEUgyMbjy+AHnG7yTQomC8FIYfNF3YSDROZPhocQYE4rRYWdyRrBPMceeTBrWKLK5FmGhE2/IoSzpvvR8LJughhBx9EdOS77qL8GMxSbDUT44AcDUCYloLF7f4IQmDwkzZtiFsnB+KPgXJyQg/DIJwCIKRfichTSiOiZRWI/yY8zNRFep8zFE0E1Z8uBxRAbv9ZHAwA42YE0dOWVQt360OZIy7MnLq1HGyB5E5lvnXdjFlKI6WQMkE8doWUuAb7D7sm0ASFmAuSNBMZU5969eF78LZF0FN7YjIT85PHKDP/Hlm1RnwYqTw9pOyFuvophlNoy2tIRkri/Yh5rct/SM6qvs1I6h+fli03z9xFyoL5CsrKv6Rjc67CB7N9kSHU39/SxxcT4uua/kcrh5/LH1E4yijx82OilCH89Gud3yL9MDrbw3816dh6dr14OL41cfx0HaXCFILKyG9SCO1IPGK/8/cnXq6YhoLRZSfw3XKF66jTxuxMFwVSf8O3iurxzSDFPV+Uclh3SEPXwYk7vK40qAafwWjykviASvVc0i2yi2WSl+FplS05mVmTuY3c6mtvCn8rKyu4e6w5lOPU2uII1r2uk1AFBKm23D+O4866k1MerNeN2An9Nu0ujxqGGE0lff9XLeWT44CZvee1rIawvTd3dTrZDxxGkFvkefmiutSOWOdnWJZroWgn0bEk69XX3hb+xvi9VwkbTm9m76chmzzIb5cb6pi9Ty+IRfQWad/S74v8vnWpK3Pk529AdIIJjVzUnpjSl2FolrZTL9+1GBVcW+yNWxtFjD6pFAbmVEXaETZhtzHVm8PsHri6wd2hkCd8I05MszeoagZFmmMsgAHXcloW5Aiouf0GnWSfzyFd0WOrR0W4cymZzLnofGwH1OnuchmApvqZQsXjl4J806T43eO0NoJ++21I2nN0ee5EdmjueJ9uSdDQ8kdZPGT+kPCrwYwojUKLP5fmeZ/d35atOuUja6iLpgaZ5I5FMwwVe4v9HC05xDNEjJpuAnq0kM15FBz2t9RrNSZkoWM6u4m4zXXzqKeIjhEtA1Ul3AKOZ0dMUVcd012mC3MfD/j4NH007NjLdUl3MKYzs6YQm7JRWyTmKLOjkJOCQdAQ/paPGua6HV2jR1LQaUgkMpgGIJJiBTUsNuxzZ41cLZs+tZyZ5BzwuefEc4G8TuIjCU5K8SfPJTJGw/MC5QOiby0eOwlAt0cFWNKaYp6KMolm3gCczyv06+5eQhl61ObXC1gOH/2oEgMNC19dd6I+IJQk0hge1Vat3BhXb5WHhtfusk8YbxpU2n8Ork2n3CGafwE87qA2iQs3lHQ680OMt/6kUgJ32AJFaYXxc4jefkfVyE0hx4IpxhenAk2qedtqwlyYKUSo8tWQ5oCF5kW/q0RbFQLnhoXIopGIhgonElqlIK0rUbDzhfqqpP34kvSTMnc2y/+Bcu22JI1A9sr80oyN7/80qDaPubjltcmXoUpDNZOju/IwmkCc/jqaKNU5t/0ipiwclJf3qYAcZFjw1+vRChU4KKTRZOMNACm1x9UccfKTHAxN9XYumjPk19GymLwiLDd3/J6xFMcW/z8Hu7+PHGyTTJ6x984R6ZYrFUWIEak2etW7b4V2tJbr4jEPhV3MydzgCwnPjY4N0ObrimKKeHUjjpampiVklvpFJpiDY6E2EkLDTk1J66OIgsaRYmk0pJuhyBHOGEE9bngudwWayXXUa2xsyiPURIeWW1x6t5l1oISG8fCzvN2CR8bZmHbOEX0FkxtUkT5VuaEQw1BfwYGLQwm3wq9dTp4JxFIG0YCgdFRGxUb0roU3V9p3Yqu9A2Kjb7SqZ6GBk+XNnXBFBfhC68Q9Z/6WW6LmT96DDr80m6UHH44rNCzlYY87QK+CUfSaMip/f0k0HDneHomTkD0OHwHmkgiWmV53gMckUrE+RZ9LaM06moHws3uXILBXeIeNbLEgJs0CdceDHEuK+HmcQe0tA5PB6bqSAdJsCjROvG6TtIhUokBc4F8AVNUGjqURCcd2F+SDl+Ju+TpU250wB0S1qEBRwWzz69SrleuavrzD//M+kygfOvlvOI4y7A5banzxHdATJDGODtsWOS45HGRI4ZtH5s8NrKpKbLmPKlpRCT/zwtmAN2UghPlU1SNaLryz/P4YJBlOZZIlqsnUuZD11L3/oG98rnohDr64q8z0AEKJrFbomnKo6jYhrv38hLTHWlFWYuZDl4gkTQzbDnkOUFg/GLdfHfu3HePOocHlwPZIlUR329MYuI1clPinld14OHNnf83SRl4tD8lDIJj54+e7Igbx8qlUnUhNQyNZxso3ycH0YiJFSraDgNcw7XbuTWwgUpHnkLSqbCBW2O313AN8A6a6lSmFEG7Li1i/cqLy9lH1jaVRhKO9lOogewT7EAqpf8oIXKYZ+0RBP8lz7DR/4VKof9JpU1FjyXul27dvcm6fZdoq3GcXj9ujqGzc1A0FIaA7WX0fieEs2Qy4Jve2+tOrFHfOuBrPrIvbbd9HJrjRCyIb/Ju56Ysi6V8/xSmpRpsv5YKpYknlypd59KksqSRmus75Swm5XvX0a6W7gjFNXKN3CXJy5e45JcNDRtO87K8YC9LXTJNFgSiFgDFG8v+/T5mDttZOiGjPr2mJr0+46uBubSaU/vKfFr1dR0m2gyhutBNh3raI4jUFKJ/Q4Jb7nLJixNuoXahXOZKdPdBYyFatz53gksudyW4Qep2ZFCQmzdMUSS0C6vHahHYRXtZ2yoQWEX2PUC0oshFitHOE0FB48LeUGTqt/aQmq1SsdWc5eR9tCndHM2Qj5pQ94M25NUPxvu+1+x4OACAeX02Qo93NwgRAwAACDocCICvzSbePMwbQHj3/Xt9ZyGRE4E6ABKC+8+dqREx6qfNVo8YBwAA8KZMxoS2ACHCpyL8oS8fbvdFMyp/9g0uKz8aIZI9tEY0WFNgwJpiBS6vDkZkizDXmiQTPuCJLOhc5B0Nv/JAklZ+6Sc0L+t7VoL+E9fxTRWFGC/8YkyUyQAohay2kDyKbYrDMwCAGMxL1cb2mFReExZRIosxiModohEtYHwB7AeDDIP/GUdSRQt3cbpsQqs1x344d6qv2srbWqlQBoMGOFV2VbYuPnEaj6HrLR/7wvp3FT4BAGQ+PL0oQS8CcDsmtGl/1RRE64MMHDb+FzHlol1k/7keCGZN/9u0oPSP/ljkdSp4/M/jiZh0j2Jbd+ToAv4ATkPo7PTWOzfy0SHx/u7+L70LAC1Siibfd3wX+1n4fPf7Co/4iHR/0AvhD8bA44ETJ0DCH48mKuvRmOFBsExqxZyvBT7QYjAAAGM9CYD/c28jgvvVlyEVVhz0DyU3VTBAg4gqBPAHTAE5NLYKBbBAWuUH/IGiCgMEQL90LCCBEQABIGQAAIADpn5VQSAYbKiCAR4cQARp6GlEwtBbVShAAQPoB0N/VmFAPoSLhgUc6AStTQiMvVA34TUF40bGn/U32jJBSir9x5Q9eoWMi49O/YUBE4uQfLYdsxEm0Sx+GquH00QiJhpQ894xx68HcTUp9l7TvPiWEBh7oW7OJb2mYB6ew7+/32jLBKmg8N9MWVPQZxdyfywg/DJCobuVxJvPtmNkGmFjQlNm8XNr4nQqk4hkNqA+WXtHweLXg/VwpqixF5+Ze66h3d2juQIfHGGKlChToUqNOv8H7URg0aZDl54fhFGcpFlelFXd9PqDdjgaT6az+WK5Wm+2u/3heDpfrrf7o3u+3p+vWqPVib2oew/BFagu6K8+tNdHtDe/ru6p3HyQ7TTMEXtffIhcxoSZ5RO+eN6uxy7gpXvwITPYBHPX3KhwUSgfPBzYvImpPA+4O03x9oJB3QsRzJNHoU8b3kbUPHcSNKF79UZk3zHBWB4yzcsb33n0/SOtWiR0906K4VTCLlBiV9m8y1d+42jGxoBGRTS2fBsbxTK11Jma14ZWyluLaTOh4W3y1vG6RFkrYqZZbpMKsjIukKsSq2xbCUey4jKrKW1xBj/VmgKD5ubigDPEuDZwrWZSfsI141RFRwHlNo+3iG2OgqyehFaTmFydTptiKGsJdeYa1DPmDBYbDROGHlLrTSfXTHFb2bTbOG/qVuexcVAqMPTT4E9DPs3jU52p5ELvKzzusSgX") format("woff2"), url("iconfont.woff?t=1723085310190") format("woff"), url("iconfont.ttf?t=1723085310190") format("truetype");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-dianhua:before {
	content: "\e62f";
}

.icon-weixin:before {
	content: "\e64f";
}

.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";
}


.index4 .bofang {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.index4 .l_box 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;
}

@media screen and (max-width: 992px) {
	.index4 .l_box video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}