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

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

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

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

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

html body img {
	display: block;
	transition: 0.4s;
}

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: 8px;
	top: 50%;
}

.rightMenu>* {
	flex-direction: column;
	cursor: pointer;
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d4d4d4;
	border-radius: 5px;
	position: relative;
}

.rightMenu>*:hover {
	background: #25cb5f;
}

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

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

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

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

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

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

.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #25cb5f;
	right: 2.5%;
	top: 24px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 99;
}

.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: 98;
	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: rgba(93, 154, 136, 0.8) !important;
}

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

header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 60px) !important;
}

header .center {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

header .logoBox {
	width: 97px;
	flex-shrink: 0;
	transition: 0.3s;
}

header .logoBox a {
	display: block;
}

header .logoBox img {
	width: 100%;
}

header .menuOne.active>a {
	background: #25cb5f !important;
}

header .menuOne.menuactive>a {
	background: #25cb5f !important;
}

header .menuOne {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 32px;
	margin-right: 27px;
	color: #fff;
	position: relative;
}

header .menuOne>a {
	white-space: nowrap;
	min-width: 115px;
	padding: 41.5px 5px;
	color: #fff;
	position: relative;
	text-align: center;
}

header .menuOne>a:hover,header .menuOne>a.active {
	background: #25cb5f !important;
}

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

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

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

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

header .sousuo .search {
	cursor: pointer;
	filter: brightness(0) invert(1);
	transition: 0s;
}

header .sousuo .search:hover {
	filter: none;
}

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

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

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

header .sousuo .search_hide:hover {
	color: #25cb5f;
}

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

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

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

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

header .ul {
	min-width: 160px;
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	padding-left: 5px;
}

header .ul div {
	background: #fff;
	padding: 5px 0px;
}

header .ul li:nth-of-type(1) {
	margin-top: 0px;
}

header .ul li {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333;
	position: relative;
}

header .ul li a {
	display: block;
	padding: 3px 20px;
	color: #333;
	white-space: nowrap;
	position: relative;
}

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

header .ul1 {
	left: -10px;
	top: 100%;
	padding-left: 0px;
	padding-top: 1px !important;
}

header .lang {
	position: relative;
	cursor: pointer;
	margin-left: 29px;
}

header .lang:hover p {
	background: #fff;
}

header .lang:hover i,
header .lang:hover .xiangxia,
header .lang:hover span {
	color: #25cb5f;
	transition: 0s;
}

header .lang .lang_box {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
}

header .lang .lang_box:hover .xiangxia {
	color: #e62129;
}

header .lang .lang_box:hover .icon-diqiu {
	color: #e62129;
}

header .lang .lang_box:hover span {
	color: #25cb5f;
}

header .lang .lang_box:hover img {
	filter: brightness(1);
	opacity: 1;
}

header .lang .lang_box .icon-diqiu {
	font-size: 22px;
	color: #fff;
}

header .lang .lang_box .xiangxia {
	font-size: 12px;
	color: #fff;
}

header .lang .lang_box img {
	filter: brightness(0);
	opacity: 0.45;
	margin-top: 2px;
	transition: 0.2s;
}

header .lang .lang_box span {
	font-weight: bold;
	color: #fff;
	margin-right: 6px;
}

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

header .lang>ul li a {
	text-align: center;
	display: block;
	line-height: 28px;
	border-bottom: 1px dashed #25cb5f;
}

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

.fyhead .logoBox {
	width: 76px;
}

.fyhead .menuOne>a {
	padding: 30px 5px;
}

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

.buttonBox i {
	font-size: 12px;
	transition: 0s;
}

.buttonBox a,
.buttonBox span{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #25cb5f;
	color: #fff;
	background: #25cb5f;
	min-width: 183px;
	min-height: 64px;
	padding: 5px 12px;
	gap: 8px;
	cursor: pointer;
}

.buttonBox a:hover,
.buttonBox span:hover{
	background: #fff;
	color: #25cb5f;
}

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

.clear {
	clear: both;
}

.bannerBox .imgBox {
	position: relative;
}

.bannerBox .imgBox img {
	width: 100%;
}

.bannerBox .imgBox::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.bannerBox .content {
	position: absolute;
	left: 50%;
	top: 43.3%;
	z-index: 1;
	text-align: center;
	transform: translate(-50%, -50%);
}

.bannerBox .bt {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
}

.mbx {
	font-size: 14px;
	color: #fff;
	margin-top: 14px;
}

.mbx img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 6px;
}

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

.mbx a:hover {
	color: #25cb5f;
}

.big_title {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #333;
}

.big_title span {
	display: inline;
	color: #25cb5f;
}

.big_title a {
	color: #333;
}

.big_title a:hover {
	color: #25cb5f;
}

.strong_title {
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
}

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

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

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

.index_banner .swiper-slide video {
	position: absolute;
	display: block;
	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 \9;
	display: block \9\0;
}

@media screen and (max-width: 991px) {
	.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 .swiperbanner-pagination {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	bottom: 10px;
}

.index_banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #fff;
	border-radius: 0px;
	display: block;
	margin: 0px !important;
}

.index_banner .swiper-pagination-bullet-active {
	background: #25cb5f;
}

.index_banner .swiper_button div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

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

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

.index1_bt {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 26px;
	line-height: 36px;
	color: #25cb5f;
	margin-top: 7px;
}

.index1 {
	background: url("../img/index1_back.jpg") no-repeat center;
	background-size: cover;
	padding: 95px 0px 218px;
}

.index1 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.index1 .title_box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.index1 .r_box {
	width: 49.786%;
	margin-top: 10px;
}

.index1 .l_box {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 4%;
}

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

.index1 .num_box {
	width: 100%;
	color: #666;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-top: 40px;
}

.index1 .big_num {
	font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #25cb5f;
}

.index1 .big_num+* {
	margin-top: 7px;
}

.index1 .buttonBox {
	margin-top: 84px;
}

.index.padding_top {
	padding-top: 0px !important;
}

.padding_top {
	padding-top: 115px;
}

.title_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 30px;
}

.index2_menu {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 5px 10px;
	gap: 15px 21px;
	margin-top: 9px;
}

.index2_menu span {
	font-size: 20px;
	min-width: 150px;
	min-height: 53px;
	color: #333;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	padding: 0 5px;
}

.index2_menu span:hover {
	background: #25cb5f;
	color: #fff;
}

.index2_menu .active {
	background: #25cb5f;
	color: #fff;
}

.index2 {
	background: url("../img/index2_back.jpg") no-repeat center;
	background-size: cover;
	border-radius: 100px 0px 0px 0px;
	overflow: hidden;
	margin-top: -115px;
	padding: 67px 0px 136px;
}

.index2 .big_title {
	color: #fff;
}

.index2 .big_title a {
	color: #fff;
}

.index2 .big_title a:hover {
	color: #333;
}

.index2 .r_box {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.index2 .r_box img {
	width: auto;
}

.index2 .swiper-slide {
	border-radius: 60px 0px 60px 0px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.index2 .l_box {
	background: #f2f2f2;
	width: 50%;
	padding: 41px 5% 40px 5.786%;
}

.index2 .bt {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
}

.index2 .bt a {
	color: #333;
}

.index2 .bt a:hover {
	color: #25cb5f;
}

.index2 .describe {
	color: #666;
	border-bottom: 1px solid #b5b5b5;
	margin-top: 34px;
	padding-bottom: 31px;
}

.index2 .describe1 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.index2 .buttonBox {
	margin-top: 60px;
}

.index2 .container {
	margin-top: 75px;
}

.index2 .sw_box {
	position: relative;
}

.index2 .swiper_button {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%);
	z-index: 1;
}

.index2 .swiper_button div:nth-of-type(1) {
	border-right: none;
}

.index3 {
	overflow: hidden;
	padding: 101px 0px 91px;
}

.index3 .list {
	float: right;
	width: 55.625%;
	max-width: 1068px;
	display: flex;
	flex-wrap: wrap;
	margin: 0px 30px;
	gap: 30px 4.493%;
}

.index3 li {
	width: 30.338%;
	display: flex;
	flex-direction: column;
}

.index3 .name {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.index3 .name a {
	color: #333;
}

.index3 .name a:hover {
	color: #25cb5f;
}

.index3 .describe {
	color: #666;
	margin-top: 9px;
}

.index3 .link_box {
	color: #333;
	display: flex;
	justify-content: flex-start;
	margin-top: 21px;
}

.index3 .link_box a {
	color: #333;
}

.index3 .link_box a:hover {
	color: #25cb5f;
}

.index3 .box {
	padding-top: 23px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index3 .bt {
	font-size: 26px;
	line-height: 36px;
	color: #333;
	margin-top: 8px;
}

.index3 .describe1 {
	color: #666;
	margin-top: 4%;
}

.index3 .buttonBox {
	margin-top: 4.85%;
}

.index3 .content {
	padding: 38px 0px 0px;
}

.index4 {
	background: url("../img/index4_back.png") no-repeat center;
	background-size: cover;
	border-radius: 0px 100px 0px 0px;
	overflow: hidden;
	padding: 34px 0px 11px;
}

.index4 .box {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 15%;
}

.index4 .big_text {
	font-size: 36px;
	margin-top: 13px;
}

.index4 .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.index4 .l_box {
	width: 42%;
	max-width: 458px;
	padding-bottom: 30px;
}

.index4 .r_box {
	width: 51.5%;
}

.index4 .big_title {
	color: #fff;
}

.index4 .big_title a {
	color: #fff;
}

.index4 .big_title a:hover {
	color: #333;
}

.index4 .describe {
	color: #fff;
	margin-top: 9.2%;
}

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

.index5 {
	position: relative;
	padding: 107px 0px 104px;
	overflow: hidden;
}

.index5 .big_title {
	margin-top: 7px;
}

.index5 .title_top {
	align-items: flex-start;
}

.index5::before {
	content: "";
	position: absolute;
	width: 50.573%;
	background-color: #34cb95;
	height: 100%;
	right: 0;
	top: 0;
	opacity: 0.2;
	z-index: -1;
}

.index5 .swiper_button div:nth-of-type(1) {
	border-right: none;
}

.index5 .l_box {
	flex: 1;
	position: relative;
	z-index: 1;
	transform: translate(50px, 100%);
	padding: 34px 0px 64px;
	opacity: 0;
	transition: 0.4s 0.6s;
}

.index5 .l_box::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	z-index: -1;
	width: calc(100% + 82px);
	height: 100%;
	background-color: #e2fff6;
	box-shadow: 0px 2px 24px 0px #f4f4f4;
	border-radius: 60px 0px 0px 0px;
}

.index5 .time {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #25cb5f;
}

.index5 .title {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 13px;
}

.index5 .title a {
	color: #333;
}

.index5 .title a:hover {
	color: #25cb5f;
}

.index5 .describe {
	color: #666;
	margin-top: 23px;
}

.index5 .swiper-slide {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.index5 .link_box {
	display: flex;
	justify-content: flex-start;
	margin-top: 66px;
}

.index5 .link_box a {
	color: #25cb5f;
}

.index5 .link_box a:hover {
	color: #333;
}

.index5 .img_box {
	width: 65.929%;
	transform: translateX(-51.68%);
	transition: 0.8s;
}

.index5 .swiper {
	overflow: initial;
}

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

.index5 .swiper-slide-active .img_box {
	transform: translateX(0);
}

.index5 .swiper-slide-active .l_box {
	opacity: 1;
	transform: translate(50px, 0);
}

.oo1 {
	background: url("../img/oo1_back.jpg") no-repeat left;
	background-size: cover;
	padding: 139px 0px 110px;
}

.oo1 .back_img {
	width: 100%;
	max-width: 604px;
	position: absolute;
	top: -5.4%;
	left: 0;
	z-index: 0;
}

.oo1 .back_img img{
	width: 100%;
}

.oo1 .bt {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 17px;
}

.oo1 .describe {
	line-height: 26px;
	color: #333;
	margin-top: 40px;
}

.oo1 .num_box {
	width: 100%;
	max-width: 520px;
	color: #333;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-top: 50px;
}

.oo1 .big_num {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #25cb5f;
}

.oo1 .big_num+* {
	margin-top: 7px;
}

.oo1_container {
	width: 44.5%;
	position: relative;
}

.oo2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 103px 0px 128px;
}

.oo2 .l_box {
	width: 48.929%;
}

.oo2 .r_box {
	width: 47.75%;
	position: relative;
}

.oo2 .describe {
	color: #333;
	position: absolute;
	left: 0;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	max-height: 100%;
	overflow: auto;
}

.oo2 .describe p {
	text-indent: 2em;
}

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

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

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

.oo3 {
	overflow: hidden;
}

.oo3 .title_top {
	align-items: flex-start;
}

.oo3 .describe {
	flex: 1;
	color: #333;
	line-height: 26px;
	margin-left: 7.5%;
}

.oo3 .sw_box {
	width: 60.929%;
	margin: 80px auto 0px;
}

.oo3 .swiper {
	overflow: initial;
}

.oo3 .swiper-slide img {
	transform: scale(0.81312);
}

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

.oo3 .sw_box {
	position: relative;
}

.oo3 .swiper_button div {
	position: absolute;
	top: 47.3%;
	z-index: 1;
}

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

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

.oo4 {
	background: url("../img/oo4_back.png") no-repeat center;
	background-size: cover;
	margin-top: 156px;
	padding: 85px 0px 165px;
}

.oo4 .swiper_button {
	gap: 10px;
	margin-top: 4px;
}

.oo4 .swiper-slide {
	background: #fff;
	padding: 37px 20px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.oo4 .name {
	color: #333;
	margin-top: 18px;
	text-align: center;
}

.oo4 .imgBox {
	max-width: 218px;
}

.oo4 .swiperoo4-pagination {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	bottom: auto;
	gap: 16px;
	margin-top: 63px;
}

.oo4 .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: #25cb5f;
	opacity: 0.2;
	border-radius: 50%;
	display: block;
	margin: 0px !important;
}

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

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

.oo5 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 5%;
	padding: 127px 0px 62px;
}

.oo5 .oo5_container {
	flex: 1;
	max-width: 1046px;
	overflow: auto;
	position: relative;
}

.oo5 .oo5_container::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 1px;
	max-width: 1000px;
	background: #e8e8e8;
	right: 0;
	bottom: 0;
}

.oo5 .oo5_container::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.oo5 .oo5_container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #25cb5f;
}

.oo5 .oo5_container::-webkit-scrollbar-track {
	border-radius: 0;
	background: transparent;
}

.oo5 .strong_title {
	margin-top: 38px;
}

.oo5 .time {
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #25cb5f;
}

.oo5 li {
	position: relative;
	min-height: 140px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
	gap: 20px;
}

.oo5 li::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 1px;
	max-width: 1000px;
	background: #e8e8e8;
	right: 0;
	top: 0;
}

.oo5 .describe {
	color: #333;
	width: 85.2%;
}

.oo6 {
	padding-bottom: 120px;
}

.oo6 .swiper_button {
	gap: 10px;
	margin-top: 4px;
}

.oo6 .swiper-slide {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.oo6 .sw_box {
	margin-top: 52px;
}

.to_menu {
	margin-top: 6px;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	border-bottom: 1px solid #e8e8e8;
}

.to_menu .content {
	display: flex;
	justify-content: center;
	gap: 5px 3.8%;
	flex-wrap: wrap;
}

.to_menu a {
	color: #333;
	min-width: 130px;
	min-height: 82px;
	padding: 10px 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.to_menu a:hover {
	background: #25cb5f;
	color: #fff;
}

.to_menu a.active {
	background: #25cb5f;
	color: #fff;
}

.to1 {
	background: url("../img/to1_back.jpg") no-repeat center;
	background-size: cover;
	margin-top: 69px !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 49px 65px 60px;
	gap: 20px 3.5%;
}

.to1 .bt {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}
.to1 .show {
  -webkit-line-clamp: initial !important;
}
.to1 .describe {
	color: #666;
	margin-top: 19px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.to1 .l_box {
	flex: 1;
}

.to1 .buttonBox {
	margin-top: 10px;
}
.to1 .buttonBox span{
	display: none;
}

.to_container {
	padding: 49px 0px 104px;
}

.to_container li {
	width: 31.929%;
	padding: 34px 30px 24px;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
}

.to_container .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.to_container .title a {
	color: #333;
}

.to_container .title a:hover {
	color: #25cb5f;
}

.to_container .describe {
	color: #666;
	margin-top: 11px;
}

.to_container .link_box {
	margin-top: 26px;
}

.to_container .link_box i {
	font-size: 14px;
	transition: 0s;
}

.to_container .link_box a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
}

.to_container .link_box a:hover {
	color: #25cb5f;
}

.to_container .box {
	padding-top: 15px;
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.to_container .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.1065%;
}

.to_container .pageNumber {
	margin-top: 56px;
}

.tt_container {
	background: url("../img/tt_container.jpg") no-repeat center;
	background-size: cover;
}

.tt1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 71px 0px 68px;
}

.tt1 .r_box {
	width: 58.572%;
	display: flex;
	justify-content: space-between;
}

.tt1 .r_box img {
	transition: 0s;
}

.tt1 .zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.tt1 .zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.tt1 .zoomPup {
	overflow: hidden;
	background-color: #fff;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #ccc;
	z-index: 101;
	cursor: crosshair;
}

.tt1 .zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.tt1 .zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #fff;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.tt1 .zoomWrapper {
	position: relative;
	border: 1px solid #ccc;
	z-index: 110;
}

.tt1 .zoomWrapperTitle {
	display: block;
	background: #999;
	color: #fff;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.tt1 .zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.tt1 .zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.tt1 .zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.8;
	opacity: 0.8;
	position: absolute;
	display: block;
}

.tt1 .m-prob {
	position: relative;
	width: 100%;
	padding-bottom: 54px;
}

.tt1 .pic-big {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	width: 78.172%;
}

.tt1 .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
}

.tt1 .big-img .zoomPad {
	float: none;
	z-index: 8;
}

.tt1 .zoomWrapperImage img {
	max-width: 1920px;
	z-index: 99;
}

.tt1 .pic-small {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-left: 0.976%;
	flex: 1;
}

.tt1 .pic-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #989898;
	font-weight: bold;
	z-index: 4;
	font-size: 12px;
	line-height: 12px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 38px;
	background: #f5f5f5;
}

.tt1 .pic-btn .iconfont {
	transition: 0s;
}

.tt1 .pic-btn.prev {
	top: 0;
}

.tt1 .pic-btn.next {
	bottom: 0;
}

.tt1 .pic-btn:hover {
	background: #25cb5f;
	color: #fff;
}

.tt1 .pic-list {
	margin: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	height: 84%;
	overflow: hidden;
}

.tt1 .pic-list ul {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.tt1 .list-item {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
	margin-bottom: 2%;
}

.tt1 .item-pics img,
.tt1 .pic-list .item-video img {
	width: 100%;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.tt1 .item-pics.zoomThumbActive:before,
.tt1 .item-video.active:before {
	left: -8px;
}

.tt1 .m-propic2 {
	display: none;
}

.tt1 .provideo-box {
	border-radius: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

.tt1 .provideo-box .provideo {
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #fff;
}

.tt1 .provideo-box .provideo iframe,
.tt1 .pro2-box .provideo-box .provideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tt1 .provideo-box .provideo iframe body {
	margin: 0px !important;
}

.tt1_l {
	flex: 1;
	margin-left: 4.1%;
	padding-top: 10px;
}

.tt1_l h1 {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

.tt1_l .share_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	color: #888;
	margin-top: 21px;
}

.tt1_l .describe {
	color: #333;
	margin-top: 27px;
}

.tt1_l .buttonBox {
	gap: 6px 9px;
	flex-wrap: wrap;
	margin-top: 17.6%;
}

.tt1_l .buttonBox a {
	background: rgba(37, 203, 95, 0.2);
	border: none;
	color: #333;
}

.tt1_l .buttonBox a:hover {
	color: #fff;
	background: #25cb5f;
}

.tt_title {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	border-bottom: 1px solid rgba(152, 152, 152, 0.5);
	padding-bottom: 25px;
	position: relative;
}

.tt_title::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 5px;
	background: #25cb5f;
	left: 0;
	bottom: -2px;
}

.tt2 .describe {
	line-height: 34px;
	color: #333;
}

.tt2 .r_box {
	width: 37.786%;
	float: right;
	margin-bottom: 5px;
	margin-left: 6%;
}

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

.tt3 {
	padding: 25px 0px 107px;
}

.tt3 li {
	width: 31.929%;
	padding: 34px 30px 24px;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
}

.tt3 .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.tt3 .title a {
	color: #333;
}

.tt3 .title a:hover {
	color: #25cb5f;
}

.tt3 .describe {
	color: #666;
	margin-top: 11px;
}

.tt3 .link_box {
	margin-top: 26px;
	display: flex;
	justify-content: flex-start;
}

.tt3 .link_box i {
	font-size: 14px;
	transition: 0s;
}

.tt3 .link_box a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #333;
}

.tt3 .link_box a:hover {
	color: #25cb5f;
}

.tt3 .box {
	padding-top: 15px;
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.tt3 .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.1065%;
	margin-top: 63px;
}

.index3_pub {
	margin-bottom: -120px;
	background: #f5f5f5;
	padding: 89px 0px 208px;
}

.tho .to_menu {
	margin-top: 0px !important;
}

.tho_container {
	padding: 38px 0px 106px;
}

.tho_container li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	border-bottom: 1px solid #e8e8e8;
	padding: 60px 0px 48px;
}

.tho_container .time {
	border: 1px solid #cbcbcb;
	background: rgba(245, 245, 245, 0.5);
	min-width: 109px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 10px 17px;
}

.tho_container .year {
	font-size: 30px;
	line-height: 32px;
}

.tho_container .link_box {
	display: flex;
	justify-content: flex-start;
}

.tho_container .link_box i {
	transition: 0s;
	font-size: 12px;
}

.tho_container .link_box a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #333;
	margin-top: 54px;
	min-width: 80px;
	min-height: 30px;
}

@media screen and (min-width: 992px) {
	.tho_container .link_box a:hover {
		min-width: 183px;
		min-height: 64px;
		padding: 10px 15px;
		background: #25cb5f;
		color: #fff;
		margin-top: 42px;
	}
}

.tho_container .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.tho_container .title a {
	color: #333;
}

.tho_container .title a:hover {
	color: #25cb5f;
}

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

.tho_container .box {
	width: 81.35%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.tho_container .l_box {
	flex: 1;
	margin-right: 10%;
}

.tho_container .r_box {
	width: 41%;
	max-width: 460px;
}

.tho_container .pageNumber {
	margin-top: 67px;
}

.swiper_button {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.swiper_button div {
	width: 51px;
	height: 51px;
	border: 2px solid #b5b5b5;
	color: #b5b5b5;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper_button div:hover {
	border: 2px solid #25cb5f;
	background: #25cb5f;
	color: #fff;
}

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

.pageNumber {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	background: #f5f5f5;
	padding: 14px 20px 12px;
}

.pageNumber i {
	font-size: 12px;
	transition: 0s;
}

.pageNumber a {
	width: 30px;
	height: 30px;
	background: transparent;
	color: #666;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pageNumber a:hover {
	background: #25cb5f;
	color: #fff;
}
.pageNumber a.no:hover{
	color: #666;
	background: transparent;
}
.pageNumber .active {
	background: #25cb5f;
	color: #fff;
}

.pageNumber .page_box {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

.tt3_pub .list {
	margin-top: 51px;
}

.tht_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 78px 0px 49px;
}

.tht_l {
	width: 73.572%;
}

.tht_l .time {
	border: 1px solid #cbcbcb;
	background: rgba(245, 245, 245, 0.5);
	min-width: 109px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 10px 17px;
}

.tht_l .year {
	font-size: 30px;
	line-height: 32px;
}

.tht_l h1 {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.tht_l .share_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	color: #888;
	margin-top: 16px;
	font-weight: bold;
}

.tht_l .top {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.tht_l .box {
	flex: 1;
	margin-left: 35px;
	padding-top: 7px;
}

.tht_l .describe {
	color: #333;
	border: 1px solid #e8e8e8;
	border-left: none;
	border-right: none;
	margin-top: 57px;
	padding: 34px 0px 55px;
}

.tht_l .describe img {
	display: inline-block;
	max-width: 100%;
}

.pub_new {
	width: 22.215%;
	padding-top: 8px;
	position: sticky;
}

.pub_new .pub_bt {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.pub_new li {
	background: rgba(243, 243, 243, 0.5);
	padding: 22px 16px 32px;
}

.pub_new .time {
	color: #888;
	margin-top: 9px;
}

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

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

.pub_new .pub_title a:hover {
	color: #25cb5f;
}

.pub_new .pub_describe {
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pub_new .pub_list {
	margin-top: 29px;
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.page_change {
	color: #888;
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.page_change span {
	flex: 1;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.page_change p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.page_change a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	color: #888;
}

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

.fuo_menu {
	font-size: 18px;
	border-bottom: 1px solid #e8e8e8;
	color: #666;
}

.fuo_menu .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 4.5%;
	justify-content: center;
}

.fuo_menu a {
	color: #666;
	padding: 14px 0px 16px;
	position: relative;
}

.fuo_menu a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	width: 0px;
	height: 3px;
	transition: 0.3s;
	background: #25cb5f;
}

.fuo_menu a:hover {
	color: #25cb5f;
}

.fuo_menu a:hover::before {
	width: 32px;
}

.fuo_menu .active {
	color: #25cb5f;
}

.fuo_menu .active::before {
	width: 32px;
}

.fuo_container {
	padding: 52px 0px 35px;
}

.fuo_container figure {
	overflow: hidden;
	padding-top: 40px;
}

.fuo_container .describe {
	color: #333;
	margin-top: 18px;
}

.fuo_container .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
}

.fuo_container .title::before {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	top: 10px;
	margin-left: -30px;
	border-radius: 50%;
	background: #25cb5f;
}

.fuo_container .l_box {
	width: 50%;
	margin-bottom: 5px;
	padding-top: 8px;
}

.fuo_container .r_box {
	padding-left: 30px;
}

.fuo_container .r_box .box:not(:nth-of-type(1)) {
	margin-top: 26px;
}

.fuo_container figure:nth-of-type(odd) .l_box {
	margin-right: 6%;
	float: left;
}

.fuo_container figure:nth-of-type(even) .l_box {
	margin-left: 4%;
	float: right;
}

.fuo_container figure:nth-of-type(even) .r_box {
	padding-top: 17px;
}

.fuo .tt3_pub {
	padding: 25px 0px 131px;
}

.fut .tt3_pub {
	padding: 25px 0px 131px;
}

.fut_container {
	padding: 98px 0px 40px;
}

.fut_container .bt {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 32px;
	color: #333333;
}

.fut_container li {
	width: 46.929%;
	background: #f5f5f5;
	border-radius: 25px;
	overflow: hidden;
	padding: 33px 50px 56px 32px;
	min-height: 378px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.fut_container .title {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 36px;
	color: #333333;
	position: relative;
	padding-left: 23px;
}

.fut_container .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #25cb5f;
}

.fut_container .describe {
	color: #333;
	margin-top: 39px;
}

.fut_container .list {
	margin-top: 58px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 52px 0px;
}

.fut_container .link_box {
	display: flex;
	justify-content: flex-start;
	margin-top: 50px;
}

.fut_container .link_box i {
	transition: 0s;
	font-size: 12px;
}

.fut_container .link_box a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #25cb5f;
	cursor: pointer;
}

.fut_container .link_box a:hover {
	color: #333;
}

.fut_container li:nth-of-type(7) {
	width: 100%;
}

.alert_box {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	display: none;
}

.alert_box .content {
	padding: 5% 0px 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.alert_box .close {
	position: absolute;
	top: 5%;
	right: 0;
	cursor: pointer;
}

.alert_box .close img {
	width: 16px;
}

.alert_box .close img:hover {
	transform: rotate(90deg);
}

.alert_box .alert_bt {
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 42px;
	text-align: center;
	color: #fefefe;
}

.alert_box .imgBox {
	box-shadow: 0px 5px 9px 0px rgba(98, 98, 98, 0.16);
	border-radius: 20px;
	overflow: hidden;
}

.alert_box .name {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-top: 19px;
}

.alert_box .alert_list {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	gap: 30px 4.045%;
	margin-top: 30px;
	flex: 1;
	overflow: auto;
}

.alert_box .alert_list::-webkit-scrollbar {
	width: 4px;
}

.alert_box .alert_list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #25cb5f;
}

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

.alert_box figure {
	width: 21.929%;
}

.fo .index3_pub {
	padding: 50px 0px 208px;
}

.fo1 {
	overflow: hidden;
	padding: 96px 0px 77px;
}

.fo1 .r_box {
	width: 56.929%;
	float: right;
	padding-top: 5px;
	margin-left: 6px;
}

.fo1 .describe {
	margin-top: 20px;
}

.fo1 .text {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 9.3%;
}

.fo1 .text span {
	display: inline;
	font-size: 36px;
	color: #25cb5f;
	margin-left: 10px;
}

.so1 {
	margin-top: 96px !important;
	padding: 53px 95px 66px;
	background: #f6fdf8;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.so1 .l_box {
	width: 39%;
}

.so1 .logo {
	width: 48px;
	border-radius: 50%;
	overflow: hidden;
}

.so1 .describe {
	line-height: 26px;
	color: #333;
	margin-top: 10px;
}

.so1 .r_box {
	width: 49.587%;
}

.so1 .bt {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #25cb5f;
}

.so1 form {
	margin-top: 18px;
	flex-direction: column;
	display: flex;
	gap: 12px 0px;
}

.so1 form .hd {
	position: relative;
}

.so1 form .hd::before {
	content: "*";
	font-size: 14px;
	color: #ff2626;
	position: absolute;
	left: 16px;
	top: 6px;
}

.so1 form>* {
	width: 100%;
}

.so1 form input,
.so1 form textarea {
	display: block;
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 0px;
	width: 100%;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333;
	padding: 0px 24px;
	transition: 0.3s;
}

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

.so1 form textarea {
	height: 122px;
	padding-top: 4px;
}

.so1 form input {
	height: 40px;
}

.so1 form .yzm {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: 1;
}

.so1 form .yzm input {
	flex: 1;
}

.so1 form .yzm a,
.so1 form .yzm span {
	cursor: pointer;
	margin-left: 20px;
	height: 40px;
}

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

.so1 form .yzm_submit {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

.so1 form .submit {
	min-width: 220px;
	margin-left: 20px;
}

.so1 form .submit input {
	height: 40px;
	border: 1px solid #25cb5f;
	background: #25cb5f;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
}

.so1 form .submit input:hover {
	background: #fff;
	color: #25cb5f;
}

.so1 li {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.so1 .title {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
}

.so1 .box {
	flex: 1;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}

.so1 .box a {
	color: #333;
}

.so1 .box a:hover {
	color: #25cb5f;
}

.so1 .list {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 22px 0px;
}

.so2 {
	padding-bottom: 121px;
}

footer {
	background: #44a688;
	border-radius: 100px 0px 0px 0px;
	overflow: hidden;
	padding: 65px 0px 70.5px;
}

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

footer .footer_a {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
	gap: 30px;
}

footer .footer_a a {
	color: #fff;
}

footer .footer_a a:hover {
	text-decoration: underline;
}

footer .footer_r {
	width: 30%;
	max-width: 410px;
}

footer form {
	padding-left: 13px;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	gap: 11.5px 0px;
}

footer form .hd {
	position: relative;
}

footer form .hd::before {
	content: "*";
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: -14px;
	top: 8px;
}

footer form>* {
	width: 100%;
}

footer form .int {
	width: 45%;
}

footer form input,
footer form textarea {
	display: block;
	background-color: transparent;
	border: 1px solid #bfbfbf;
	border-radius: 0px;
	width: 100%;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px 17px;
	transition: 0.3s;
}

footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
	color: #fff;
}

footer form textarea {
	height: 95px;
	padding-top: 4px;
}

footer form input {
	height: 40px;
}

footer form .yzm {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer form .yzm input {
	flex: 1;
}

footer form .yzm a,
footer form .yzm span {
	cursor: pointer;
	margin-left: 8px;
	height: 40px;
	border: 1px solid #333;
}

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

footer form .submit input {
	height: 50px;
	border: 1px solid #fff;
	background: #fff;
	cursor: pointer;
	font-size: 20px;
	color: #386e59;
}

footer form .submit input:hover {
	background: #386e59;
	color: #fff;
}

footer .box2 {
	margin-left: 1.4%;
}

footer .box4 {
	margin-right: 4px;
}

footer .bt {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .bt img {
	display: none;
	width: 8px;
	transition: 0.3s;
	filter: brightness(0) invert(1);
}

footer .bt a {
	color: #fff;
}

footer .bt a:hover {
	text-decoration: underline;
}

footer .bt+* {
	margin-top: 19px;
}

footer figure {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 8px 0px;
}

footer figure div {
	flex: 1;
}

footer .footer_b {
	padding-top: 21px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}

footer .footer_b a {
	color: #fff;
}

footer .footer_b a:hover {
	text-decoration: underline;
}

footer .link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 12px;
	font-size: 15px;
}

.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: 1480px) {
	header .logoBox {
		width: 66px;
	}

	header .menuOne {
		font-size: 16px;
		line-height: 24px;
		margin-right: 18px;
	}

	header .menuOne>a {
		min-width: 80px;
		padding: 30px 10px;
	}

	header .ul li {
		font-size: 15px;
	}

	.fyhead .logoBox {
		width: 56px;
	}

	.fyhead .menuOne>a {
		padding: 22px 10px;
	}

	.rightMenu {
		padding: 5px;
	}

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

	.rightMenu>* {
		width: 40px;
		height: 40px;
	}

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

	.big_title {
		font-size: 32px;
		line-height: 46px;
	}

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

	.buttonBox a,
	.buttonBox span{
		min-width: 150px;
		min-height: 50px;
	}

	.index1 .describe {
		margin-top: 20px;
	}

	.index1 .big_num {
		font-size: 28px;
		line-height: 36px;
	}

	.index1 .num_box {
		margin-top: 30px;
	}

	.index1 .buttonBox {
		margin-top: 8%;
	}

	.index2_menu {
		gap: 10px;
	}

	.index2_menu span {
		font-size: 16px;
		min-width: 110px;
		min-height: 48px;
	}

	.index2 {
		padding: 70px 0px 80px;
		border-radius: 60px 0px 0px 0px;
	}

	.index2 .container {
		margin-top: 40px;
	}

	.index2 .bt {
		font-size: 22px;
		line-height: 38px;
	}

	.index2 .describe {
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.index2 .buttonBox {
		margin-top: 8%;
	}

	footer {
		border-radius: 60px 0px 0px 0px;
	}

	footer .bt {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footer_a {
		line-height: 30px;
	}

	footer form .submit input {
		font-size: 16px;
		height: 44px;
	}

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

	.index3 .content {
		padding: 0px;
	}

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

	.index3 .name {
		font-size: 18px;
		line-height: 28px;
	}

	.index3 .describe1 {
		margin-top: 2%;
	}

	.index3 .buttonBox {
		margin-top: 3%;
	}

	.index4 .describe {
		margin-top: 6%;
	}

	.index4 .box {
		font-size: 24px;
		line-height: 36px;
		margin-top: 12%;
	}

	.index4 .big_text {
		font-size: 28px;
		margin-top: 4px;
	}

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

	.index5 {
		padding: 80px 0px 100px;
	}

	.index5 .time {
		font-size: 16px;
		line-height: 26px;
	}

	.index5 .l_box {
		padding: 30px 0px;
	}

	.index5 .title {
		font-size: 20px;
		line-height: 30px;
		margin-top: 5px;
	}

	.index5 .describe {
		margin-top: 10px;
	}

	.index5 .link_box {
		margin-top: 15px;
	}

	.padding_top {
		padding-top: 84px;
	}

	.bannerBox .bt {
		font-size: 26px;
		line-height: 38px;
	}

	.mbx {
		margin-top: 6px;
	}

	.strong_title {
		font-size: 28px;
		line-height: 36px;
	}

	.oo1_container {
		width: 66%;
		max-width: 550px;
	}

	.oo1 {
		padding: 80px 0px 100px;
	}

	.oo1 .bt {
		font-size: 18px;
		margin-top: 10px;
	}

	.oo1 .describe {
		margin-top: 30px;
	}

	.oo1 .big_num {
		font-size: 28px;
		line-height: 36px;
	}

	.oo1 .num_box {
		margin-top: 30px;
	}

	.oo2 {
		padding: 80px 0px 100px;
	}

	.oo3 .sw_box {
		margin: 50px auto 0px;
	}

	.oo4 {
		margin-top: 80px;
		padding: 80px 0px 100px;
	}

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

	.oo5 .time {
		font-size: 28px;
		line-height: 36px;
	}

	.oo6 {
		padding-bottom: 100px;
	}

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

	.to_menu {
		font-size: 16px;
	}

	.to_menu a {
		min-height: 60px;
	}

	.to1 {
		padding: 40px 50px 50px;
	}

	.to1 .bt {
		font-size: 18px;
	}

	.to1 .describe {
		margin-top: 15px;
	}

	.to_container .title {
		font-size: 18px;
	}

	.to_container .describe {
		margin-top: 6px;
	}

	.to_container .link_box {
		margin-top: 10px;
	}

	.tt1 {
		padding: 40px 0px;
	}

	.tt1 .pic-btn {
		height: 6%;
		overflow: hidden;
	}

	.tt1 .pic-btn .iconfont {
		font-size: 14px;
	}

	.tt1_l h1 {
		font-size: 22px;
	}

	.tt1_l .describe {
		margin-top: 10px;
	}

	.tt1_l .buttonBox {
		margin-top: 9%;
	}

	.tt3 .title {
		font-size: 18px;
	}

	.tt3 .describe {
		margin-top: 6px;
	}

	.tt3 .link_box {
		margin-top: 10px;
	}

	.tt_title {
		font-size: 22px;
		padding-bottom: 20px;
	}

	.index3_pub {
		padding: 80px 0px 200px !important;
	}

	.tho_container {
		padding: 20px 0px 80px;
	}

	.tho_container li {
		padding: 30px 0px;
	}

	.tho_container .time {
		font-size: 16px;
		padding: 10px;
		min-width: 100px;
	}

	.tho_container .year {
		font-size: 24px;
	}

	.tho_container .link_box a {
		display: flex;
		margin-top: 20px;
	}

	.tho_container .title {
		font-size: 18px;
		line-height: 26px;
	}

	.tho_container .pageNumber {
		margin-top: 40px;
	}

	.tht_l .time {
		font-size: 16px;
		padding: 10px;
		min-width: 100px;
	}

	.tht_l .year {
		font-size: 24px;
	}

	.tht_l h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.tht_l .describe {
		margin-top: 20px;
		padding: 20px 0px;
	}

	.pub_new .pub_bt {
		font-size: 22px;
		line-height: 32px;
	}

	.pub_new .pub_title {
		font-size: 16px;
		line-height: 26px;
	}

	.fuo_menu {
		font-size: 16px;
	}

	.fuo_menu a {
		padding: 10px 0px;
	}

	.fuo_container {
		padding: 20px 0px 40px;
	}

	.fuo_container .title {
		font-size: 18px;
		line-height: 30px;
	}

	.fuo_container .describe {
		margin-top: 10px;
	}

	.fut_container {
		padding: 40px 0px;
	}

	.fut_container .bt {
		font-size: 22px;
		line-height: 30px;
	}

	.fut_container .title {
		font-size: 24px;
		line-height: 32px;
	}

	.fut_container .title::before {
		top: 11px;
	}

	.fut_container .describe {
		margin-top: 18px;
	}

	.fut_container li {
		min-height: 280px;
		padding: 30px;
	}

	.fut_container .link_box {
		margin-top: 30px;
	}

	.alert_box .alert_bt {
		font-size: 26px;
		line-height: 36px;
	}

	.alert_box .name {
		font-size: 16px;
		margin-top: 10px;
	}

	.fo1 {
		padding: 50px 0px 70px;
	}

	.fo1 .text {
		font-size: 22px;
		line-height: 36px;
	}

	.fo1 .text span {
		font-size: 30px;
	}

	.so1 {
		margin-top: 50px !important;
		padding: 40px;
	}

	.so1 .bt {
		font-size: 24px;
		line-height: 32px;
	}

	.so1 .r_box {
		width: 55%;
	}

	.so1 form .submit {
		min-width: 140px;
	}

	.so2 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 1480px) and screen and (min-width: 992px) {
	.tho_container .link_box a:hover {
		min-width: 150px;
		min-height: 50px;
		margin-top: 25px;
	}
}

@media screen and (max-width: 992px) {
	header {
		padding: 6px 0px;
	}

	header .logoBox {
		width: 56px !important;
	}

	header .menuOne {
		display: none;
	}

	header .sousuo {
		display: none;
	}

	header .center {
		padding-right: 40px;
	}

	.index.padding_top {
		padding-top: 68.56px !important;
	}

	.padding_top {
		padding-top: 68.56px;
	}

	.swiper_button div {
		width: 36px;
		height: 36px;
	}

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

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

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

	.index1_bt {
		font-size: 18px;
		line-height: 28px;
	}

	.buttonBox a,
	.buttonBox span{
		min-width: 118px;
		min-height: 38px;
	}

	.index1 {
		padding: 30px 0px 160px;
	}

	.index1 .content {
		gap: 20px 0px;
	}

	.index1 .l_box {
		width: 100%;
		flex: none;
		margin-right: 0px;
		align-items: center;
	}

	.index1 .r_box {
		width: 100%;
	}

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

	.index1 .num_box {
		margin-top: 20px;
	}

	.index1 .big_num+* {
		margin-top: 0px;
	}

	.index1 .buttonBox {
		margin-top: 25px;
	}

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

	.index2 .big_title {
		width: 100%;
		text-align: center;
	}

	.index2 .container {
		margin-top: 20px;
	}

	.index2 .bt {
		font-size: 18px;
		line-height: 30px;
	}

	.index2 .describe {
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.index2 .swiper_button {
		bottom: 15px;
	}

	.index2_menu {
		flex: none;
		width: 100%;
		justify-content: center;
		margin-top: 0px;
	}

	.index2_menu span {
		font-size: 15px;
	}

	.rightMenu {
		top: auto;
		transform: none;
		bottom: 0;
		width: 100%;
		border-radius: 0%;
		flex-direction: row;
		padding: 0px;
		gap: 0px;
	}

	.rightMenu .logo img {
		max-height: 80%;
	}

	.rightMenu>* {
		flex: 1;
		height: 35px;
		border-bottom: none;
		border-radius: 0px;
	}

	.rightMenu .hide_box {
		top: auto;
		transform: translateX(50%);
		bottom: calc(100% + 5px);
		right: 50%;
		padding-right: 0px;
	}

	footer {
		padding: 30px 0px 40px;
	}

	footer .footer_a {
		gap: 15px;
		line-height: 24px;
	}

	footer .box1,
	footer .box2,
	footer .box3 {
		width: 100%;
		margin-left: 0%;
	}

	footer .box4 {
		flex: 1;
		margin-right: 5%;
		min-width: 200px;
	}

	footer .list {
		line-height: 28px;
	}

	footer .bt {
		font-size: 16px;
		line-height: 24px;
	}

	footer .bt img {
		display: block;
	}

	footer .bt+* {
		margin-top: 8px !important;
	}

	footer .footer_r {
		width: 100%;
	}

	.index3 {
		padding: 30px 0px 40px;
		display: flex;
		flex-direction: column-reverse;
		gap: 20px 0px;
	}

	.index3 .box {
		padding-top: 10px;
	}

	.index3 .name {
		font-size: 16px;
		line-height: 26px;
	}

	.index3 .describe {
		margin-top: 5px;
	}

	.index3 .link_box {
		margin-top: 6px;
	}

	.index3 .bt {
		font-size: 18px;
		line-height: 28px;
	}

	.index3 .list {
		width: calc(100% - 60px);
		float: none;
	}

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

	.index4 {
		padding: 30px 0px 10px;
	}

	.index4 .box {
		font-size: 18px;
		line-height: 28px;
		margin-top: 5%;
	}

	.index4 .big_text {
		font-size: 20px;
	}

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

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

	.index5 .img_box {
		width: 100%;
		transform: none !important;
		transition: 0s;
	}

	.index5 .swiper-slide {
		flex-direction: column-reverse;
	}

	.index5 .l_box {
		transform: none !important;
		opacity: 1 !important;
		padding: 20px 25px 25px;
		transition: 0s;
	}

	.index5 .l_box::before {
		left: 0;
		width: 100%;
		border-radius: 40px 0px 0px 0px;
	}

	.index5 .title {
		font-size: 18px;
		line-height: 28px;
	}

	.index5 .link_box {
		margin-top: 10px;
	}

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

	.bannerBox .bt {
		font-size: 22px;
		line-height: 30px;
	}

	.strong_title {
		font-size: 22px;
		line-height: 28px;
	}

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

	.oo1 .bt {
		font-size: 16px;
		margin-top: 8px;
	}

	.oo1 .describe {
		margin-top: 10px;
	}

	.oo1 .num_box {
		margin-top: 20px;
	}

	.oo1 .big_num+* {
		margin-top: 0px;
	}

	.oo1_container {
		width: 76%;
		max-width: 462px;
	}
	
	.oo1 .back_img{
		max-width: 360px;
		top: 0px;
	}

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

	.oo3 .sw_box {
		margin: 20px auto 0px;
	}

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

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

	.oo4 {
		margin-top: 40px;
		padding: 30px 0px 40px;
	}

	.oo4 .sw_box {
		margin-top: 20px;
	}

	.oo4 .swiper-slide {
		padding: 20px;
	}

	.oo4 .name {
		margin-top: 10px;
	}

	.oo4 .swiperoo4-pagination {
		margin-top: 20px;
		gap: 10px;
	}

	.oo4 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.oo5 {
		padding: 40px 0px;
	}

	.oo5 .strong_title {
		margin-top: 0px;
	}

	.oo5 .oo5_container {
		flex: none;
		width: 100%;
	}

	.oo5 .time {
		font-size: 20px;
		line-height: 26px;
	}

	.oo6 {
		padding-bottom: 40px;
	}

	.oo6 .swiper-slide {
		gap: 15px 0px;
	}

	.oo6 .sw_box {
		margin-top: 20px;
	}

	.to_menu {
		font-size: 15px;
		margin-top: 0px;
	}

	.to_menu a {
		min-height: 42px;
	}

	.to1 {
		margin-top: 20px !important;
		padding: 20px 30px 30px;
		gap: 15px;
	}

	.to1 .describe {
		margin-top: 8px;
	}

	.to1 .l_box {
		flex: none;
		width: 100%;
	}

	.to1 .buttonBox {
		margin-top: 0px;
	}

	.to_container {
		padding: 40px 0px;
	}

	.to_container li {
		padding: 20px 15px;
	}

	.to_container .title {
		font-size: 16px;
	}

	.to_container .box {
		padding-top: 10px;
	}

	.to_container .pageNumber {
		margin-top: 20px;
	}

	.pageNumber {
		padding: 6px 20px;
	}

	.tt1 {
		padding: 20px 0px 30px;
		max-width: 800px !important;
		justify-content: space-between;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}

	.tt1 .r_box {
		width: 100%;
	}

	.tt1 .zoomPad {
		cursor: default !important;
	}

	.tt1 .zoomPup {
		display: none !important;
	}

	.tt1 .zoomWindow {
		display: none !important;
	}

	.tt1 .zoomPreload {
		display: none !important;
	}

	.tt1_l {
		flex: none;
		width: 100%;
		margin-left: 0px;
		padding-top: 0px;
	}

	.tt1_l h1 {
		font-size: 20px;
		line-height: 28px;
	}

	.tt1_l .share_box {
		margin-top: 10px;
	}

	.tt1_l .buttonBox {
		margin-top: 4%;
	}

	.tt_title {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 10px;
	}

	.tt2 .container {
		margin-top: 20px;
	}

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

	.tt3 {
		padding: 40px 0px !important;
	}

	.tt3 li {
		padding: 20px 15px;
	}

	.tt3 .title {
		font-size: 16px;
	}

	.tt3 .box {
		padding-top: 10px;
	}

	.tt3 .list {
		margin-top: 15px;
	}

	.index3_pub {
		padding: 50px 0px 160px !important;
	}

	.tho_container {
		padding: 0px 0px 40px;
	}

	.tho_container .pageNumber {
		margin-top: 20px;
	}

	.tho_container .time {
		font-size: 14px;
		min-width: 80px;
		padding: 5px 10px;
		text-align: center;
	}

	.tho_container .year {
		font-size: 18px;
		line-height: 26px;
	}

	.tho_container .title {
		font-size: 16px;
	}

	.tho_container li {
		flex-wrap: wrap;
		gap: 20px;
		padding: 20px 0px;
	}

	.tho_container .describe {
		margin-top: 8px;
	}

	.tho_container .link_box a {
		min-width: 118px;
		min-height: 38px;
		background: #25cb5f;
		color: #fff;
	}

	.tht_container {
		padding: 20px 0px 0px;
		gap: 30px;
	}

	.pub_new {
		width: 100%;
		position: relative;
		padding-top: 0px;
	}

	.pub_new .pub_bt {
		font-size: 18px;
		line-height: 26px;
	}

	.pub_new .pub_list {
		margin-top: 10px;
	}

	.tht_l {
		width: 100%;
	}

	.tht_l .share_box {
		margin-top: 10px;
	}

	.tht_l h1 {
		font-size: 18px;
		line-height: 26px;
	}

	.tht_l .box {
		margin-left: 20px;
		padding-top: 0px;
	}

	.tht_l .time {
		font-size: 14px;
		min-width: 80px;
		padding: 5px 10px;
		text-align: center;
	}

	.tht_l .year {
		font-size: 18px;
		line-height: 26px;
	}

	.page_change {
		margin-top: 10px;
		gap: 0px;
	}

	.fuo_container {
		padding: 0px 0px 10px;
	}

	.fuo_container .title {
		font-size: 16px;
		line-height: 26px;
	}

	.fuo_container .title::before {
		width: 10px;
		height: 10px;
		margin-left: -15px;
		top: 8px;
	}

	.fuo_container .r_box {
		padding-left: 15px;
	}

	.fuo_container .r_box .box:not(:nth-of-type(1)) {
		margin-top: 15px;
	}

	.fuo_container figure {
		padding-top: 20px;
	}

	.fuo_container .r_box {
		padding-top: 0px !important;
	}

	.fuo_container .describe {
		margin-top: 6px;
	}

	.fuo_menu {
		font-size: 15px;
	}

	.fuo_menu a {
		padding: 6px 0px;
	}

	.fut_container {
		padding: 20px 0px 10px;
	}

	.fut_container .bt {
		font-size: 18px;
		line-height: 26px;
	}

	.fut_container li {
		width: 100%;
		min-height: auto;
	}

	.fut_container .list {
		margin-top: 20px;
		gap: 15px 0px;
	}

	.fut_container .title {
		font-size: 18px;
		line-height: 26px;
	}

	.fut_container .title::before {
		top: 8px;
	}

	.fut_container .describe {
		margin-top: 8px;
	}

	.fut_container .link_box {
		margin-top: 15px;
	}

	.alert_box .alert_bt {
		font-size: 20px;
		line-height: 26px;
	}

	.alert_box .content {
		padding: 50px 0px 30px;
	}

	.alert_box .name {
		font-size: 15px;
		margin-top: 5px;
	}

	.alert_box .alert_list {
		gap: 20px 4.045%;
	}

	.fo1 {
		padding: 20px 0px 10px;
	}

	.fo1 .describe {
		margin-top: 8px;
	}

	.fo1 .text {
		margin-top: 20px;
		font-size: 18px;
		line-height: 32px;
	}

	.fo1 .text span {
		font-size: 22px;
	}

	.so1 {
		margin-top: 20px !important;
		flex-wrap: wrap;
		gap: 30px 0px;
	}

	.so1 .bt {
		font-size: 20px;
		line-height: 26px;
	}

	.so1 .l_box {
		width: 100%;
	}

	.so1 .r_box {
		width: 100%;
	}

	.so1 .list {
		margin-top: 15px;
		gap: 10px 0px;
	}
}

@media screen and (max-width: 768px) {
	html body .content {
		width: calc(100% - 40px);
	}

	html body .sw_content {
		width: calc(100% - 40px);
	}

	header .logoBox {
		width: 50px !important;
	}

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

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

	.index.padding_top {
		padding-top: 62.5px !important;
	}

	.padding_top {
		padding-top: 62.5px;
	}

	.index1 .big_num {
		font-size: 22px;
		line-height: 32px;
	}

	.index2 {
		border-radius: 40px 0px 0px 0px;
	}

	.index2 .r_box {
		width: 100%;
	}

	.index2 .l_box {
		width: 100%;
	}

	.index2 .swiper_button {
		position: relative;
		margin-top: 15px;
		bottom: 0px;
		width: 100%;
		transform: none;
		left: 0px;
		justify-content: center;
	}

	.index2 .swiper_button div {
		border: 1px solid #fff;
		color: #fff;
	}

	.index2 .swiper_button div:hover {
		background: #25cb5f;
		color: #fff;
	}

	.index2_menu span {
		font-size: 14px;
		min-width: 96px;
		min-height: 36px;
	}

	footer {
		border-radius: 40px 0px 0px 0px;
	}

	footer .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 0px;
	}

	footer figure {
		min-width: 48%;
	}

	footer .box4 {
		width: 100%;
		flex: none;
		min-width: auto;
		margin-right: 0px;
	}

	footer .footer_a {
		justify-content: center;
	}

	footer .footer_b {
		padding-top: 20px;
		line-height: 22px;
	}

	.index3 .list {
		width: calc(100% - 40px);
		margin: 0px 20px;
	}

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

	.index4 {
		border-radius: 0px 40px 0px 0px;
	}

	.index4 .describe {
		margin-top: 3%;
	}

	.index4 .box {
		margin-top: 4%;
	}

	.index4 .content {
		gap: 20px 0px;
	}

	.index4 .l_box {
		width: 100%;
		max-width: 100%;
		padding-bottom: 0px;
	}

	.index4 .r_box {
		width: 100%;
	}

	.title_top {
		flex-direction: column;
		justify-content: center;
		align-items: center !important;
	}

	.bannerBox .content {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		padding: 10px 0px;
	}

	.bannerBox .bt {
		color: #333;
	}

	.mbx {
		color: #333;
		margin-top: 0px;
	}

	.mbx img {
		filter: invert(1);
		opacity: 0.75;
	}

	.mbx a {
		color: #333;
	}

	.mbx a:hover {
		color: #25cb5f;
	}

	.oo1_container {
		width: 100%;
		max-width: 441px;
	}

	.oo1 .big_num {
		font-size: 22px;
		line-height: 32px;
	}

	.oo2 {
		gap: 20px 0px;
	}

	.oo2 .l_box {
		width: 100%;
	}

	.oo2 .r_box {
		width: 100%;
	}

	.oo2 .describe {
		position: relative;
		top: 0px;
		transform: none;
	}

	.oo3 .describe {
		flex: none;
		width: 100%;
		margin-left: 0px;
	}

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

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

	.oo4 .swiper-slide {
		padding: 10px 12px;
	}

	.oo5 .describe {
		width: 100%;
	}

	.oo5 li {
		gap: 8px 0px;
		min-height: auto;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}

	.swiper_button div {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.to_menu .content {
		max-width: 360px;
		justify-content: space-between;
	}

	.to_menu a {
		min-width: 110px;
		min-height: 36px;
	}

	.to_container li {
		width: 48%;
	}

	.to_container .list {
		gap: 20px 4%;
	}

	.pageNumber {
		padding: 5px 10px;
	}

	.pageNumber .page_box {
		gap: 5px 6px;
	}

	.tt3 li {
		width: 48%;
	}

	.tt3 .list {
		gap: 20px 4%;
	}

	.alert_box .alert_list {
		gap: 30px 5%;
	}

	.alert_box figure {
		width: 30%;
	}

	.fo1 .r_box {
		width: 100%;
		padding: 0px;
		margin: 0px;
		float: none;
	}

	.fo1 .l_box {
		width: 100%;
		margin-top: 15px;
	}
}

@media screen and (max-width: 550px) {
	.index3 .list {
		gap: 20px 4%;
	}

	.index3 li {
		width: 48%;
	}

	.tho_container .box {
		width: 76%;
		flex-direction: column-reverse;
		gap: 15px 0px;
	}

	.tho_container .r_box {
		width: 100%;
		max-width: 100%;
	}

	.tho_container .l_box {
		margin-right: 0px;
	}

	.so1 {
		padding: 20px 12px 30px;
	}

	.so1 form .yzm_submit {
		flex-wrap: wrap;
	}

	.so1 form .submit {
		margin-top: 12px;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.index1 .num_box {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 15px 0px;
	}

	.index1 figure {
		width: 49%;
	}

	.index2_menu {
		margin: auto;
		width: 100%;
		max-width: 360px;
	}

	.index2_menu span {
		min-width: 124px;
	}

	footer form input {
		height: 36px;
	}

	footer form input,
	footer form textarea {
		padding: 0px 10px;
	}

	footer form textarea {
		height: 80px;
		padding-top: 4px;
	}

	footer form .submit input {
		font-size: 15px;
		height: 38px;
	}

	.oo1 .num_box {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 15px 0px;
	}

	.oo1 figure {
		width: 49%;
	}

	.to_menu .content {
		max-width: 320px;
	}

	.to_menu a {
		min-width: 98px;
		min-height: 30px;
	}

	.tt2 .r_box {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-bottom: 15px;
	}

	.tho_container li {
		justify-content: center;
	}

	.tho_container .box {
		width: 100%;
	}

	.tht_l .top {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px 0px;
	}

	.tht_l .box {
		flex: none;
		width: 100%;
		margin-left: 0px;
	}

	.fuo_container .l_box {
		width: 100%;
		float: none !important;
		margin: 0px !important;
		padding-top: 0px;
	}

	.fuo_container .r_box {
		padding-top: 12px !important;
	}

	.alert_box .alert_list {
		gap: 20px 4%;
	}

	.alert_box figure {
		width: 48%;
	}
}

@media screen and (max-width: 380px) {
	.index3 li {
		width: 100%;
	}

	.to_container li {
		width: 100%;
	}

	.tt3 li {
		width: 100%;
	}
}

@font-face {
	font-family: "iconfont";
	/* Project id 4647297 */
	src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("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";
}
@media screen and (max-width: 1180px) {
    header .menuOne>a{
        min-width: 64px;
        padding: 30px 5px;
    }
    header .menuOne{
        margin-right: 10px;
    }
}
@media screen and (max-width: 1055px) {
    header .menuOne{
        font-size:14px;
    }
}
@media screen and (max-width: 1263px) {
    .index2_menu {
		flex: none;
		width: 100%;
		justify-content: center;
		margin-top: 0px;
	}

}
@media screen and (max-width: 1188px) {
    .index3 .big_title{
        font-size:24px;
    }
}
@media screen and (max-width: 1064px) {
    .index3 .big_title{
        font-size: 20px;
    }
    .index3 .bt{
        font-size: 18px;
    }
}
.to_container .describe p,.tt3 .describe p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
@media screen and (max-width: 1488px) {
    footer .footer_r{
        width:50%;
    }
}