@import url("swiper-bundle.min.css");

.mask_box {
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
}

* {
	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: HarmonyOS_Sans_SC_Regular, Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #333;
	letter-spacing: 0px;
}

html body::before {
	content: "";
	display: table;
}

html body input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

html body img {
	display: block;
	transition: 0.4s;
	max-width: 100%;
}

html body i {
	display: inline-block;
	transition: 0.3s;
}

html body a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

html body a[rel~=nofollow] img,
html body a[rel~=sponsored] img,
html body a[rel~=ugc] img {
	outline: none !important;
}

html body a[rel~=nofollow],
html body a[rel~=sponsored],
html body a[rel~=ugc] {
	outline: none !important;
}

html body span {
	display: inline-block;
}

html body a,
html body span,
html body li {
	transition: 0.3s;
}

html body .content {
	margin: auto;
	max-width: 1400px;
	width: calc(100% - 180px);
}

html body li {
	list-style: none;
}

.rightMenu {
	z-index: 4;
	display: none;
	flex-direction: column;
	position: fixed;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.rightMenu .box {
	padding: 22px 12px;
	gap: 22px;
	border-radius: 32px;
	background: rgba(0, 0, 0, 0.36);
	display: flex;
	flex-direction: column;
}

.rightMenu .box>* {
	cursor: pointer;
	width: 26px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}

@media screen and (min-width: 993px) {
	.rightMenu .box>*:hover .mask_box {
		background: #3a217e;
	}

	.rightMenu .box>*:hover .hide_box {
		display: block;
	}
}

.rightMenu .mask_box {
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background: #fff;
}

.rightMenu .hide_box {
	position: absolute;
	right: 100%;
	padding-right: 15px;
	border-bottom: none;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.rightMenu .hide_box img {
	max-width: none;
}

.rightMenu .hide_box>p {
	background: #3a217e;
	white-space: nowrap;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
}

.rightMenu .go_top {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.rightMenu .go_top::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #3a217e;
	z-index: -2;
	transition: 0.3s;
}

.rightMenu .go_top::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #3a217e 0%, #fcc800 100%);
	z-index: -1;
	transition: 0.3s;
	opacity: 0;
}

@media screen and (min-width: 993px) {
	.rightMenu .go_top:hover::after {
		opacity: 1;
	}
}

/* nav */
.xnav {
	display: none;
}

.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #3a217e;
	right: 2.5%;
	top: 18px;
	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 {
	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;
	}
}

#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);
	transition: opacity 0.5s ease;
	z-index: 100000000000000000000000000000000000000;
}

#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;
	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;
	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;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	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%;
	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% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

@keyframes bounce {

	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.imgBox {
	width: 100%;
}

.imgBox a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.imgBox a img:hover {
	transform: scale(1.05);
}

.imgBox img {
	max-width: 100%;
	margin: auto;
}

.swiper {
	width: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	transition: 0.3s;
}

header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .center {
	display: flex;
	align-items: center;
	gap: 56px;
}

header .logoBox {
	width: 207px;
	flex-shrink: 0;
}

header .logoBox a {
	display: block;
	position: relative;
}

header .logoBox img {
	width: 100%;
}

header .logoBox img:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
}

header .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 21px;
}

header .logo img {
	max-height: 100%;
	transition: 0.2s;
}

header .menuOne.active>a {
	color: #fff;
}

header .menuOne.active>a::before {
	transform: translateX(-50%) scaleX(1);
}

header .menuOne.menuactive>a {
	color: #fff;
}

header .menuOne.menuactive>a::before {
	transform: translateX(-50%) scaleX(1);
}

header .menuOne {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 30px;
	color: #ededed;
	position: relative;
}

header .menuOne>a,
header .menuOne>span {
	color: #ededed;
	padding: 31px 0px 25px;
	position: relative;
	cursor: pointer;
}

header .menuOne>a::before,
header .menuOne>span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	bottom: 12px;
	transition: 0.3s;
	background: linear-gradient(90deg, #3a217e 0%, #fcc800 100%);
}

header .menuOne>a:hover,
header .menuOne>span:hover {
	color: #fff;
}

header .menuOne>a:hover::before,
header .menuOne>span:hover::before {
	transform: translateX(-50%) scaleX(1);
}

header .menuOne .active>a {
	color: #fff;
	background: #ff772d;
}

header .menuOne .menuactive>a {
	color: #fff;
	background: #ff772d;
}

header .menuOne:nth-last-of-type(1) {
	margin-right: 0px !important;
}

header .sousuo {
	margin-top: 6px;
	margin-left: 53px;
}

header .sousuo .search {
	cursor: pointer;
	transition: 0.3s;
	color: #ededed;
	font-size: 20px;
	font-weight: bold;
}

header .sousuo .search:hover {
	color: #3a217e;
}

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: #3a217e;
}

header .sousuo form {
	overflow: hidden;
	border-bottom: 1px solid #333;
	z-index: 2;
	margin: 0px auto;
	width: 600px;
	max-width: 100%;
	display: flex;
	align-items: center;
	padding: 0px 5px;
}

header .sousuo form input:nth-of-type(1) {
	height: 42px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 18px;
	color: #2f3135;
	background: none;
	width: 100%;
	padding-right: 10px;
	flex: 1;
}

header .sousuo form input:nth-of-type(2) {
	line-height: 33px;
	font-size: 20px;
	background: none;
	color: #333;
	cursor: pointer;
	transition: 0.3s;
}

header .sousuo form input:nth-of-type(2):hover {
	color: #3a217e;
}

header .ul {
	min-width: 210px;
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	padding-left: 5px;
	transform: translateY(-28px);
}

header .ul div {
	border-radius: 0 0 8px 8px;
	background: rgba(255, 255, 255, 0.8);
	padding: 28px 0px 22px;
}

header .ul li:nth-of-type(1) {
	margin-top: 0px;
}

header .ul li {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666;
	position: relative;
	margin-top: 10px;
}

header .ul li a {
	display: block;
	padding: 0px 29px;
	color: #666;
	white-space: nowrap;
	position: relative;
}

header .ul li a:hover {
	color: #3a217e;
}

header .ul1 {
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding-left: 0px;
	padding-top: 13px !important;
}

header .login_box {
	margin-top: 5px;
	margin-left: 34px;
}

header .login_logo {
	width: 20px;
	aspect-ratio: 1/1;
	-webkit-mask-image: url("../images/login_la.png");
	mask-image: url("../images/login_la.png");
	transition: 0.3s;
	background: #ededed;
	cursor: pointer;
}

@media screen and (min-width: 993px) {
	header .login_logo:hover {
		background: #3a217e;
	}
}

header .login_container {
	position: relative;
}

header .login_container .login_btn,
header .login_container p {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 30px;
	color: #ededed;
	transition: 0.3s;
	cursor: pointer;
}

@media screen and (min-width: 993px) {

	header .login_container .login_btn:hover,
	header .login_container p:hover {
		color: #3a217e;
	}
}

header .ul2 {
	padding-top: 38px !important;
}

header .dif_ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	max-height: calc(100vh - 100px);
	overflow: auto;
}

header .dif_ul::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

header .dif_ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #3a217e;
}

header .dif_ul::-webkit-scrollbar-track {
	border-radius: 0;
	background: transparent;
}

header .dif_ul_content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 0px 76px;
}

header .dif_ul_left {
	width: 19.572%;
	padding: 19px 17px;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #666;
}

header .dif_ul_left a {
	color: #666;
	cursor: pointer;
	display: block;
	border-radius: 4px;
	padding: 11px 17px 13px;
}

@media screen and (min-width: 993px) {
	header .dif_ul_left a:hover {
		background: #ededed;
		color: #3a217e;
	}
}

header .dif_ul_left a:not(:nth-of-type(1)) {
	margin-top: 12px;
}

header .dif_ul_left a.active {
	background: #ededed;
	color: #3a217e;
}

header .dif_ul_right {
	width: 76.715%;
}

header .dif_ul_right_box {
	display: none;
	flex-wrap: wrap;
	gap: 20px 2%;
}

header figure {
	border-radius: 4px;
	background: #f7f8fb;
	overflow: hidden;
	width: 23.5%;
	border-bottom: 3px solid #e0e2ea;
	padding-bottom: 20px;
}

header figure:nth-of-type(n + 16) {
	display: none;
}

header .title {
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #222;
	margin-top: 15px;
	padding: 0px 5px;
}

header .title a {
	color: #222;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media screen and (min-width: 993px) {
	header .title a:hover {
		color: #3a217e;
	}
}

header .describe {
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color: #666;
	margin-top: 2px;
	padding: 0px 5px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.head_boxr {
	display: flex;
	align-items: center;
	padding-right: 19px;
}

.header,
.header_style {
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.header .logoBox img:nth-of-type(1),
.header_style .logoBox img:nth-of-type(1) {
	opacity: 0;
}

.header .logoBox img:nth-of-type(2),
.header_style .logoBox img:nth-of-type(2) {
	opacity: 1;
}

.header .menuOne,
.header_style .menuOne {
	color: #999;
}

.header .menuOne>a,
.header_style .menuOne>a,
.header .menuOne>span,
.header_style .menuOne>span {
	color: #999;
}

.header .menuOne>a:hover,
.header_style .menuOne>a:hover,
.header .menuOne>span:hover,
.header_style .menuOne>span:hover {
	color: #666;
}

.header .menuOne.active>a,
.header_style .menuOne.active>a {
	color: #999;
}

.header .menuOne.menuactive>a,
.header_style .menuOne.menuactive>a {
	color: #999;
}

.header .sousuo .search,
.header_style .sousuo .search {
	color: #999;
}

.header .login_logo,
.header_style .login_logo {
	background: #999999;
}

.header .login_container .login_btn,
.header .login_container p,
.header_style .login_container .login_btn,
.header_style .login_container p {
	color: #999;
}

.bofangBox {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.clear {
	clear: both;
}

.index_banner {
	position: relative;
}

.index_banner .mySwiperbanner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.index_banner .swiper-slide {
	overflow: hidden;
	position: relative;
}

.index_banner .swiper-slide::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 27%), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.2) 100%);
}

.index_banner .index_banner_img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.index_banner .index_banner_img img {
	width: 100%;
}

.index_banner .index_banner_content {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	pointer-events: none;
}

.index_banner .index_banner_text {
	color: #fff;
	pointer-events: auto;
}

.index_banner .index_banner_text .title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 60px;
	font-size: 6rem;
	line-height: 52px;
	text-transform: capitalize;
}

.index_banner .index_banner_text .describe {
	margin-top: 38px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 33px;
	color: #fff;
}

.index_banner .index_banner_text .buttonBox {
	margin-top: 76px;
}

.index_banner .index_banner_text .buttonBox a {
	padding: 8px 20px;
	border-radius: 4px;
	background: #3a217e;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
	color: #fff;
}

.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%;
	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: 1450px) {
	.index_banner .index_banner_text .title {
		font-size: 36px;
		line-height: 46px;
	}

	.index_banner .index_banner_text .describe {
		font-size: 20px;
		line-height: 28px;
		margin-top: 15px;
	}

	.index_banner .index_banner_text .buttonBox {
		margin-top: 30px;
	}
}

@media screen and (max-width: 992px) {
	.index_banner .index_banner_text .title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 32px;
	}

	.index_banner .index_banner_text .describe {
		margin-top: 10px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.index_banner .index_banner_text .buttonBox {
		margin-top: 25px;
	}

	.index_banner .swiper-slide video {
		-o-object-position: inherit;
		object-position: inherit;
		-o-object-fit: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

.index_banner .swiperbanner-pagination {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	z-index: 2;
	bottom: auto;
}

.index_banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 999px;
	opacity: 1;
	display: block;
	margin: 0px !important;
	position: relative;
	pointer-events: all;
	transition: 0.3s;
}

.index_banner .swiper-pagination-bullet-active {
	background: #fff;
	width: 22px;
}

.index_banner .index_banner_bottom {
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

.big_title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	line-height: 52px;
	color: #222;
}

.big_title a {
	color: #222;
}

@media screen and (min-width: 993px) {
	.big_title a:hover {
		color: #3a217e;
	}
}

.center_public {
	text-align: center;
}

.index1 {
	padding: 119px 0px 123px;
}

.index1_menu {
	width: 100%;
	/*max-width: 1000px;*/
	padding: 0px 78px;
	margin: 54px auto 0px;
	position: relative;
}

.index1_menu .scroll_box{
    display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	gap: 30px;
	overflow: auto;
}
.index1_menu .scroll_box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.index1_menu .scroll_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.index1_menu .scroll_box::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.index1_menu::before {
	content: "";
	position: absolute;
	left: 0;
	top: 43px;
	border: 1px dashed #f7f7f9;
	background: #d9d9d9;
	width: 99%;
	z-index: -1;
}

.index1_menu figure {
	text-align: center;
	cursor: pointer;
	flex-shrink: 0;
	white-space: nowrap;
}

@media screen and (min-width: 993px) {
	.index1_menu figure:hover .logo {
		background: #3a217e;
	}

	.index1_menu figure:hover .logo img {
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}

	.index1_menu figure:hover .name {
		color: #222;
	}
}

.index1_menu .logo {
	width: 86px;
	aspect-ratio: 1/1;
	border-radius: 4px;
	background: #f7f7f9;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
}

.index1_menu .logo img {
	transition: 0.2s;
}

.index1_menu .name {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	color: #666;
	margin-top: 9px;
	transition: 0.3s;
}

.index1_menu figure.active .logo {
	background: #3a217e;
}

.index1_menu figure.active .logo img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.index1_menu figure.active .name {
	color: #222;
}

.index1_container {
	margin-top: 66px;
}

.index1_container .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.index1_container .swiper-slide::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	aspect-ratio: 3/656;
	height: 100%;
	background: url("../images/index1_back.png") no-repeat center;
	background-size: cover;
}

.index1_container .describe {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-top: 25px;
}

.index1_container .title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	color: #222;
}

.index1_container .buttonBox {
	margin-top: 18%;
}

.index1_container .center_img {
	position: absolute;
	z-index: 1;
	width: 38.215%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index1_container .center_img .imgBox {
	transition: all 0.4s 0.2s;
	transform: translateX(25%);
}

.index1_container .swiper-slide-active .center_img .imgBox {
	transform: translateX(0px);
}

.index1_container .sw_box {
	position: relative;
}

.index1_container .swiper_button .controls {
	position: absolute;
	top: 50%;
}

.index1_container .swiper_button .controls.prev {
	left: -50px;
	transform: translate(-100%, -50%);
}

.index1_container .swiper_button .controls.next {
	right: -50px;
	transform: translate(100%, -50%);
}

.index1_container .box {
	width: 42.429%;
}

.index1_l {
	width: 28.286%;
	padding-bottom: 2px;
}

.index1_r {
	width: 100%;
}

.index2 {
	overflow: hidden;
	padding: 0px 0px 107px;
}

.index2 .content {
	overflow: hidden;
}

.index2_container {
	margin-top: 62px;
	position: relative;
}

.index2_container .sw_box {
	width: calc(100% - 120px);
	max-width: 1182px;
	margin: 0px auto;
}

.index2_container .swiper {
	overflow: initial;
}

.index2_container .imgBox {
	opacity: 0;
	transition: 0.3s;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	transform-origin: left center;
	transform: scale(0.7023);
}

.index2_container .swiper-slide {
	text-align: center;
}

.index2_container .swiper-slide-visible .imgBox {
	opacity: 1;
}

.index2_container .swiper-slide-active .imgBox {
	transform-origin: center;
	transform: scale(1.0237);
}

.index2_container .swiper-slide-active~.swiper-slide .imgBox {
	transform-origin: right center;
}

.index2_container .swiper_button .controls {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.index2_container .swiper_button .controls.prev {
	left: 0;
}

.index2_container .swiper_button .controls.next {
	right: 0;
}

.index2_sw_box {
	width: calc(100% - 120px);
	max-width: 660px;
	margin: 17px auto 0px;
	text-align: center;
}

.index2_sw_box .title {
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	color: #222;
}

.index2_sw_box .describe {
	color: #666;
	margin-top: 3px;
}

.big_describe {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
}

.index3 {
	display: flex;
}

.index3 figure {
	flex: 1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	transition: 0.5s;
	position: relative;
}

.index3 figure::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}

.index3 figure::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	transition: 0.3s;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0;
}

@media screen and (min-width: 1451px) {
	.index3 figure:hover {
		flex: 3;
	}

	.index3 figure:hover .show_box {
		opacity: 0;
		visibility: hidden;
	}

	.index3 figure:hover .hide_box {
		opacity: 1;
		visibility: inherit;
	}
}

@media screen and (min-width: 993px) and (max-width: 1450px) {
	.index3 figure:hover {
		flex: 2.5;
	}

	.index3 figure:hover .show_box {
		opacity: 0;
		visibility: hidden;
	}

	.index3 figure:hover .hide_box {
		opacity: 1;
		visibility: inherit;
	}
}

.index3 .index3_img {
	width: 1400px;
	max-width: none;
}

.index3 .show_box {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 60px;
	text-align: center;
	z-index: 3;
	width: 100%;
	opacity: 1;
	transition: 0.3s;
}

.index3 .small_title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #ededed;
}

.index3 .small_title a {
	color: #ededed;
}

@media screen and (min-width: 993px) {
	.index3 .small_title a:hover {
		text-decoration: underline;
		text-underline-offset: 2px;
	}
}

.index3 .hide_box {
	position: absolute;
	z-index: 4;
	width: calc(100% - 100px);
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
	max-width: 400px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.index3 .title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	color: #fff;
}

.index3 .title a {
	color: #fff;
}

@media screen and (min-width: 993px) {
	.index3 .title a:hover {
		text-decoration: underline;
		text-underline-offset: 2px;
	}
}

.index3 .describe {
	color: #ededed;
}

.index4 {
	padding: 140px 0px 139px;
}

.index4 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index4 .buttonBox {
	margin-top: 17.6%;
}

.index4_l {
	width: 44.715%;
}

.index4_r {
	width: 46.715%;
}

.index4_r .text {
	color: #666;
}

.index4_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px 0px;
	margin-top: 49px;
}

.index4_list li {
	width: 48.93%;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 21px;
}

.index4_list .big_num {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 40px;
	font-style: normal;
	font-weight: normal;
	line-height: 48px;
	color: #222;
	display: flex;
	align-items: center;
}

.index4_list .big_num_after {
	color: #666;
	margin-top: 8px;
}

.index5 {
	padding-bottom: 122px;
}

.index5 .big_title {
	text-align: center;
}

.index5_sw_box {
	margin-top: 51px;
	position: relative;
}

.index5_sw_box .time {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color: #999;
	margin-top: 20px;
}

.index5_sw_box .title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
}

.index5_sw_box .title a {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media screen and (min-width: 993px) {
	.index5_sw_box .title a:hover {
		color: #3a217e !important;
	}
}

.index5_sw_box .describe {
	color: #666;
	min-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 8px;
}

.index5_sw_box .links {
	display: flex;
	justify-content: flex-start;
	margin-top: 24px;
}

.index5_sw_box .links a {
	width: 36px;
	aspect-ratio: 1/1;
	border-radius: 4px;
	background: #3a217e;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}

.index5_sw_box .links .mask_box {
	width: 20px;
	aspect-ratio: 1/1;
	mask-image: url("../images/swiper_lb.png");
	-webkit-mask-image: url("../images/swiper_lb.png");
	background: #fff;
}

@media screen and (min-width: 993px) {
	.index5_sw_box .swiper-slide:hover .links a {
		opacity: 1;
		visibility: initial;
	}

	.index5_sw_box .swiper-slide:hover .title {
		color: #222;
	}

	.index5_sw_box .swiper-slide:hover .title a {
		color: #222;
	}
}

.index5_sw_box .swiper_controls .controls {
	position: absolute;
	top: 36%;
}

.index5_sw_box .swiper_controls .controls.prev {
	left: -40px;
	transform: translate(-100%, -50%);
}

.index5_sw_box .swiper_controls .controls.next {
	right: -40px;
	transform: translate(100%, -50%);
}

.index6 {
	overflow: hidden;
	padding-bottom: 144px;
}

.index6_container {
	padding: 19px 0px 30px;
	position: relative;
	z-index: 1;
}

.index6_container::before,
.index6_container::after {
	content: "";
	position: absolute;
	height: 100%;
	aspect-ratio: 809/343;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

.index6_container::before {
	left: 0;
	background: url("../images/index6_back1.png") no-repeat center;
	background-size: cover;
}

.index6_container::after {
	right: 0;
	background: url("../images/index6_back2.png") no-repeat center;
	background-size: cover;
}

.index6_container .scroll_box {
	height: 120px;
}

.index6_container .scroll_box:nth-of-type(2) {
	margin-top: 50px;
}

.index6_list {
	display: flex;
	flex-wrap: nowrap;
}

.index6_list li {
	width: 250px;
	margin-right: 46px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.bannerBox {
	padding-top: 36.459%;
	position: relative;
}

.bannerBox::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background: url("../images/banner_back.png") no-repeat center;
	background-size: cover;
}

.bannerBox .content {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 51%;
	transform: translate(-50%, -50%);
}

.bannerBox .banner_title {
	color: #fff;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 60px;
	font-style: normal;
	font-weight: normal;
	line-height: 52px;
	text-transform: capitalize;
}

.bannerBox .banner_describe {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 24.795px;
	font-style: normal;
	font-weight: normal;
	line-height: 33.06px;
	color: #fff;
	margin-top: 31px;
}

.bannerBox .buttonBox {
	margin-top: 70px;
}

.bannerBox .buttonBox a {
	font-size: 16px;
	line-height: 26px;
}

.mbx {
	color: rgba(255, 255, 255, 0.6);
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	position: relative;
	z-index: 1;
}

.mbx .content {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.mbx a {
	color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 993px) {
	.mbx a:hover {
		color: #fff;
	}
}

.mbx a.active {
	color: #fff;
}

.oo_menu {
	padding: 120px 0px 0px;
}

.oo_menu .content {
	display: flex;
	gap: 20px 4.65%;
	overflow: auto;
}
.oo_menu .content::-webkit-scrollbar {
      width: 4px;
	  height: 4px;
    }

    .oo_menu .content::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: rgba(0, 0, 0, 0.2);
    }

    .oo_menu .content::-webkit-scrollbar-track {
      border-radius: 0;
      background: rgba(0, 0, 0, 0.1);
    }

.oo_menu a {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #666;
	border-radius: 4px;
	overflow: hidden;
	padding: 11px 28px 13px;
	flex-shrink: 0;
}

@media screen and (min-width: 993px) {
	.oo_menu a:hover {
		background: #ededed;
		color: #3a217e;
	}
}

.oo_menu a.active {
	background: #ededed;
	color: #3a217e;
}

.oo1_title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #222;
}

.oo1 {
	padding: 50px 0px 120px;
}

.oo1 .content {
	position: relative;
}

.oo1 .img_box {
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	padding-top: 32.143%;
}

.oo1 .img_box .imgBox {
	position: absolute;
	left: 0;
	top: 0;
}

.oo1 .show_box {
	width: calc(100% - 140px);
	right: 70px;
	max-width: 568px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	padding: 20px 34px 21px;
}

.oo1 .describe {
	color: #666;
}

.oo1 .describe_box {
	margin-top: 10px;
	height: 90px;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

.oo1 .describe_box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.oo1 .describe_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.oo1 .describe_box::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.oo1 .read {
	display: flex;
	margin-top: 11px;
}

.oo1 .read span {
	cursor: pointer;
	display: none;
	color: #3a217e;
}

@media screen and (min-width: 993px) {
	.oo1 .read span:hover {
		text-decoration: underline;
		text-underline-offset: 2px;
	}
}


.index3 .describe_box {
	margin-top: 10px;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

.index3 .describe_box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.index3 .describe_box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.4);
}

.index3 .describe_box::-webkit-scrollbar-track {
	border-radius: 0;
	background: transparent;
}

.index3 .read {
	display: none;
	margin-top: 11px;
}

.index3 .read span {
	cursor: pointer;
	display: none;
	color: #fff;
}

@media screen and (min-width: 993px) {
	.index3 .read span:hover {
		text-decoration: underline;
		text-underline-offset: 2px;
	}
}



.oo2 {
	padding-bottom: 119px;
}

.oo2 .swiper-slide {
	background: #f7f8fb;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.oo2 .swiper-slide::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #e0e2ea;
	height: 3px;
	width: 100%;
	transform: translateX(-50%);
	z-index: 1;
}

.oo2 .swiper-slide::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #3a217e;
	height: 3px;
	width: 0%;
	transform: translateX(-50%);
	z-index: 2;
	transition: 0.3s;
}

@media screen and (min-width: 993px) {
	.oo2 .swiper-slide:hover::after {
		width: 100%;
	}
}

.oo2 .title {
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	color: #222;
}

.oo2 .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;
}

@media screen and (min-width: 993px) {
	.oo2 .title a:hover {
		color: #3a217e;
	}
}

.oo2 .box {
	padding: 30px 14px 35px;
}

.oo2 .describe {
	min-height: 52px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	text-align: center;
	margin-top: 2px;
}

.oo2 .buttonBox {
	margin-top: 22px;
	justify-content: center;
}

.oo2 .buttonBox a {
	background: #999;
}

.oo2 .buttonBox a::before,
.oo2 .buttonBox a::after {
	display: none;
}

@media screen and (min-width: 993px) {
	.oo2 .buttonBox a:hover {
		background: #3a217e;
	}
}

.oo2 .swiper_controls .controls {
	position: absolute;
	top: 50%;
}

.oo2 .swiper_controls .controls.prev {
	left: -40px;
	transform: translate(-100%, -50%);
}

.oo2 .swiper_controls .controls.next {
	right: -40px;
	transform: translate(100%, -50%);
}

.oo2 .sw_box {
	position: relative;
}

.oo3 {
	padding-bottom: 120px;
}

.oo3 .text {
	color: #666;
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0px;
}

.oo3 .img_box {
	margin-top: 31px;
	border-radius: 4px;
	overflow: hidden;
}

.oo3_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 1.428%;
	margin-top: 20px;
}

.oo3_list li {
	width: 49.286%;
	border-radius: 4px;
	overflow: hidden;
}

.oo4 {
	background: #3a217e;
	padding: 73px 0px 102px;
}

.oo4 .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6%;
}

.oo4 .big_title,
.oo4 .describe {
	color: #fff;
}

.oo4 .describe {
	margin-top: 16px;
}

.oo4 .buttonBox_style a {
	border: 1px solid #fff;
	background: #fff;
	color: #3a217e;
}

.oo4 .buttonBox_style a::before,
.oo4 .buttonBox_style a::after {
	display: none;
}

@media screen and (min-width: 993px) {
	.oo4 .buttonBox_style a:hover {
		background: #3a217e;
		color: #fff;
	}
}

.oo4_l {
	flex: 1;
	max-width: 964px;
}

.margin_top {
	margin-top: 86px;
}

.ot_color {
	padding: 20px 0px 40px;
	position: relative;
	z-index: 1;
}

.ot_color::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 42px);
	z-index: -1;
	background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.ot_color .mbx {
	color: #999;
}

.ot_color .mbx .content {
	position: relative;
	left: 0;
	bottom: 0;
	transform: none;
}

.ot_color .mbx a {
	color: #999;
}

@media screen and (min-width: 993px) {
	.ot_color .mbx a:hover {
		color: #666;
	}
}

.ot_color .mbx a.active {
	color: #666;
}

.ot1 {
	margin-top: 100px;
}

.ot1 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ot1 .buttonBox {
	margin-top: 34px;
}

.ot1 .buttonBox a {
	padding: 10px 40px;
}

.ot1_l {
	width: 46.143%;
	max-width: 646px;
	position: sticky;
	top: 90px;
	z-index: 2;
}

.ot1_l .swiper-slide {
	position: relative;
	overflow: hidden;
}

.ot1_l .mySwiperot1_2 .swiper-slide {
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	opacity: 0.5;
	transition: opacity 0.3s;
}

.ot1_l .mySwiperot1_2 .swiper-slide-thumb-active {
	border: 1px solid #3a217e;
	opacity: 1;
}

.ot1_l .mySwiperot1_1 {
	overflow: hidden;
	border: 1px solid rgba(102, 102, 102, 0.3);
	background: #fff;
}

.ot1_l .sw_box {
	position: relative;
	width: 100%;
	max-width: 478px;
	margin: 0px auto;
	margin-top: 31px;
}

.ot1_l .controls {
	transition: 0.3s;
	border: none !important;
	background: rgba(34, 34, 34, 0.2) !important;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	position: absolute;
}

.ot1_l .controls .mask_box {
	background: #fff !important;
}

@media screen and (min-width: 993px) {
	.ot1_l .controls:hover {
		background: rgba(34, 34, 34, 0.5) !important;
	}
}

.ot1_l .controls.prev {
	left: 0;
}

.ot1_l .controls.next {
	right: 0;
}

.ot1_l .mask_box {
	width: 8px;
	aspect-ratio: 8/15;
	background: #1e1e1e;
	transition: 0.3s;
}

.ot1_l .swiper-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ot1_l .swiper-slide video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none;
	display: block;
}

@media screen and (max-width: 992px) {
	.ot1_l .swiper-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

.sw_box_ot1 {
	position: relative;
}

.ot1_share_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin-top: 29px;
}

.ot1_share_box .big_describe {
	color: #666;
	flex-shrink: 0;
}

.ot1_share_box .icBox {
	display: flex;
	flex-wrap: wrap;
}

.ot1_share_box .icBox .iconfont {
	transition: 0s;
	font-size: 18px;
}

.ot1_share_box .icBox a {
	width: 40px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ot1_share_box .icBox a:hover {
	color: #3a217e;
}

.ot1_r {
	width: 50%;
}

.ot1_describe {
	margin-top: 2px;
	position: relative;
}

.ot1_describe .describe {
	color: #666;
	position: relative;
	padding-right: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ot1_describe .describe::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 9px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 39.39%, #fff 100%);
	z-index: 1;
	pointer-events: none;
}

.ot1_describe .describe.show {
	-webkit-line-clamp: initial !important;
}

.ot1_describe .describe.show::before {
	display: none;
}

.ot1_more {
	width: 29px;
	position: absolute;
	right: 7px;
	bottom: -6px;
	z-index: 1;
	cursor: pointer;
	transition: 0.3s;
}

.ot1_more.show {
	transform: rotate(180deg);
}

.ot1_pdf {
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
	margin-top: 5px;
}

.ot1_pdf a {
	display: block;
	width: 82px;
}

.ot1_faq {
	margin-top: 45px;
}

.ot1_faq .faq_q {
	background: #ededed;
	padding: 11px 7px 13px;
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
}

.ot1_faq .faq_q p {
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #666;
	margin-left: 12px;
	flex: 1;
}

.ot1_faq .logo {
	width: 29px;
	transition: 0.3s;
	transform: rotate(180deg);
}

.ot1_faq .faq_q.show .logo {
	transform: rotate(0deg);
}

.ot1_faq .table table td {
	color: #666;
	border: none;
	border-bottom: 1px solid #ededed;
	padding: 2px 10px 11px;
}

.ot1_faq .faq_a {
	margin-top: 17px;
	display: none;
}

.ot2 {
	padding-top: 119px;
}

.ot2 .content {
	/*max-width: 1200px;*/
}

.ot2 .big_title {
	color: #222;
	text-align: center;
}

.ot2 .describe {
	color: #666;
	text-align: center;
	margin-top: 20px;
}

.ot2 .describe img {
	display: inline-block;
}

.ot2 figure:not(:first-child) {
	margin-top: 111px;
}

.ot2 .table {
	text-align: left;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
}

.ot2 .table table tr:nth-of-type(1) {
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #222;
}

.ot2 .table table tr:nth-of-type(1) td {
	background: #f4f5f8;
}

.ot2 .table table td {
	padding: 9px 30px 10px;
	border: 1px solid #e7e7e7;
}

.to1 {
	padding: 119px 0px 0px;
}

.to1 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.to1 .describe {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
}

.to1_l {
	width: 44.286%;
}

.to1_r {
	width: 45.715%;
	padding-top: 20px;
}

.to_menu {
	margin-top: 50px;
}

.to_menu .content {
	display: flex;
	justify-content: flex-start;
	overflow: auto;
}

.to_menu .content::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.to_menu .content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.to_menu .content::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.to_menu a {
	flex-shrink: 0;
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #999;
	display: block;
	padding: 0px 8px 16px;
	position: relative;
}

.to_menu a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) scaleX(0);
	height: 3px;
	width: 100%;
	background: #3a217e;
	transition: 0.3s;
}

@media screen and (min-width: 993px) {
	.to_menu a:hover::before {
		transform: translateX(-50%) scaleX(1);
	}
}

.to_menu a.active {
	color: #3a217e;
}

.to_menu a.active::before {
	transform: translateX(-50%) scaleX(1);
}

.to_menu .box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 34px;
	position: relative;
}

.to_menu .box::before {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	left: 0;
	bottom: 1px;
}

.to2_title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	color: #222;
}

.to2 {
	padding: 99px 0px 120px;
}

.to2 .content {
	display: flex;
	flex-direction: column;
	gap: 120px;
}

.to2 figure {
	background: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
	gap: 1px;
	display: flex;
}

.to2 figure:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.to2 .l_box {
	width: 57.143%;
}

.to2 .r_box {
	flex: 1;
	position: relative;
}

.to2 .box {
	position: absolute;
	left: 58px;
	top: 50%;
	transform: translateY(-50%);
	width: calc(100% - 116px);
	max-height: calc(100% - 50px);
	overflow: auto;
}

.to2 .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.to2 .box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.to2 .box::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.to2 .text {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
	margin-top: 14px;
}

.to2 .describe {
	color: #666;
	margin-top: 10px;
}

.to3 {
	background: url("../images/to3_back.jpg") no-repeat center;
	background-size: cover;
	padding: 163px 0px;
}

.to3 .container {
	width: 60%;
	max-width: 642px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 61px 78px 63px;
}

.to3 .text {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
	margin-top: 14px;
}

.to3 .describe {
	color: #666;
	margin-top: 10px;
}

.to4 {
	padding: 123px 0px 0px;
}

.to4 .content {
	background: #fff;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.1));
	padding: 36px 5px 34px;
	border-radius: 12px;
}

.to4 .swiperto4-pagination {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	z-index: 2;
	bottom: auto;
	margin-top: 10px
}

.to4 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #3a217e;
	background: transparent;
	border-radius: 999px;
	opacity: 1;
	display: block;
	margin: 0px !important;
	position: relative;
	pointer-events: all;
	transition: 0.3s;
}

.to4 .swiper-pagination-bullet-active {
	background: #3a217e;
	width: 20px;
}

.fuo2 .swiperfuo2-pagination {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	z-index: 2;
	bottom: auto;
	margin-top: 10px
}

.fuo2 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 999px;
	opacity: 1;
	display: block;
	margin: 0px !important;
	position: relative;
	pointer-events: all;
	transition: 0.3s;
}

.fuo2 .swiper-pagination-bullet-active {
	background: #fff;
	width: 20px;
}

.to4 .to2_title {
	text-align: center;
}

.to4_list {
	margin-top: 47px;
}

.to4_list li {
	width: 17.986%;
	text-align: center;
}

.to4_list .swiper-slide{
	text-align: center;
}

.to4_list .number {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	color: #3a217e;
}

.to4_list .imgBox+.number {
	margin-top: 10px;
}

.to4_list .describe {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
	margin-top: 15px;
}

.tt1 {
	padding: 119px 0px 0px;
}

.tt1 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.tt1 .describe {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
}

.tt1_l {
	width: 44.286%;
}

.tt1_r {
	width: 45.715%;
	padding-top: 20px;
}

.tt2 {
	padding: 100px 0px 119px;
}

.tt2 .to2_title {
	text-align: center;
}

.tt2_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 1.4%;
	margin-top: 65px;
}

.tt2_list li {
	width: 15.5%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
	padding: 32px 25px 8px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	position: relative;
}

.tt2_list li::before {
	content: "";
	position: absolute;
	width: 50%;
	max-width: 88px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background: #3a217e;
	z-index: 1;
	height: 3px;
}

.tt2_list .describe {
	width: 100%;
	color: #222;
	margin-top: 20px;
}

.tt2_list .logo {
	width: 48px;
	position: relative;
	z-index: 1;
	margin-left: 16px;
}

.tt2_list .logo::before {
	content: "";
	position: absolute;
	width: 41px;
	aspect-ratio: 1/1;
	left: -16px;
	top: -9px;
	border-radius: 15px;
	opacity: 0.1;
	background: #3a217e;
	z-index: -1;
}

.tt3 {
	padding-bottom: 120px;
}

.tt3 .to2_title {
	text-align: center;
}

.tt3 .name {
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #222;
	margin-top: 15px;
}

.tt3 .sw_box {
	margin-top: 61px;
}

.tt3 .swiper_controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 44px;
	margin-top: 61px;
}

.tt4 {
	padding-bottom: 119px;
}

.tt4 .content {
	display: flex;
	background: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
	gap: 4.643%;
}

.tt4 .r_box {
	width: 50%;
}

.tt4 .l_box {
	flex: 1;
	position: relative;
}

.tt4 .box {
	position: absolute;
	left: 59px;
	width: calc(100% - 118px);
	top: 50%;
	max-height: calc(100% - 50px);
	overflow: auto;
	transform: translateY(-50%);
	padding-bottom: 26px;
}

.tt4 .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.tt4 .box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.tt4 .box::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.tt4 .describe {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
	margin-top: 14px;
}

.tt5 {
	padding-bottom: 121px;
}

.tt5 .to2_title {
	text-align: center;
}

.tt5_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 63px;
	gap: 30px 107px;
}

.tt5_list .logo {
	width: 86px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px auto;
}

.tt5_list li {
	width: calc((100% - 535px) / 6);
	position: relative;
}

.tt5_list li::before {
	content: "";
	position: absolute;
	width: 91px;
	aspect-ratio: 91/19;
	background: url("../images/tt5_ia.png") no-repeat center;
	background-size: cover;
	right: -13px;
	top: 0;
	transform: translateX(100%);
}

.tt5_list .describe {
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
	margin-top: 22px;
}

.tt5_list li:nth-of-type(6n + 6)::before {
	display: none;
}

.tt6 {
	background-size: cover;
	padding: 101px 0px 129px;
}

.tt6 .big_title {
	color: #fff;
	text-align: center;
}

.tt6 .buttonBox {
	margin-top: 36px;
	justify-content: center;
}

.tho1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 119px 0px 190px;
}

.tho1::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 30px;
	background: url("../images/tho1_back.jpg") no-repeat center;
	background-size: cover;
	width: 90%;
	max-width: 1659px;
	aspect-ratio: 1659/849;
	z-index: -1;
}

.tho1 .big_title {
	text-align: center;
}

.tho1 .text,
.tho1 .describe {
	text-align: center;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	color: #666;
}

.tho1 .text {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
	margin-top: 20px;
}

.tho1 .describe {
	margin-top: 5px;
}

.tho1 .container {
	margin-top: 10.8%;
	margin-right: 0px;
	margin-left: auto;
	width: 50%;
	max-width: 532px;
	border-radius: 10px;
	background: rgba(236, 236, 236, 0.8);
	overflow: hidden;
	padding: 99px 68px 102px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 73px 0px;
}

.tho1 .big_num+p {
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	color: #222;
}

.tho1 .big_num {
	display: flex;
	align-items: center;
}

.tho1 .number_box {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 11px;
}

.tho1 .number_describe {
	color: #222;
	margin-top: 11px;
}

.tho1 figure {
	width: 48%;
	max-width: 147px;
	text-align: center;
}

.tho2 {
	background: #f8f8f8;
	padding: 79px 0px 42px;
}

.tho2 .big_title {
	text-align: center;
}

.tho2 .text {
	color: #666;
	width: 100%;
	max-width: 1200px;
	margin: 8px auto 0px;
	text-align: center;
}

.tho2_container {
	width: 100%;
	max-width: 1051px;
	margin: 40px auto 0px;
	position: relative;
}

.tho2_container .hide_box {
	display: none;
}

.tho2_container .container {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.tho2_container figure {
	width: 1.713%;
	position: absolute;
}

.tho2_container figure.show{
    z-index: 5;
}


.tho2_container .logo {
	cursor: pointer;
}

.tho2_container .alert_box {
	position: absolute;
	left: -67px;
	bottom: 45px;
	/*padding-bottom: 45px;*/
	display: none;
}

.tho2_container .box {
	width: 430px;
	background: rgba(255, 255, 255, 0.96);
	filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
	position: relative;
	padding: 14px 12px 10px;
}

.tho2_container .box::before {
	content: "";
	position: absolute;
	width: 16px;
	aspect-ratio: 16/10;
	background: url("../images/tho2_lb.png") no-repeat center;
	background-size: cover;
	left: 68px;
	bottom: 1px;
	transform: translateY(100%);
}

.tho2_container .box .imgBox {
	float: right;
	margin-bottom: 4px;
	width: 160px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
	margin-left: 20px;
}

.tho2_container .describe {
	color: #666;
	padding-left: 6px;
	padding-top: 22px;
}

.tho3 {
	padding: 119px 0px 119px;
}

.tho3_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 42px;
}

.tho3_list li {
	width: 33.3333333333%;
	padding: 53px 46px 71px;
	background: #f6f7f9;
	position: relative;
}

.tho3_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background: #3a217e;
	transition: 0.4s;
	transform: scaleX(0);
	transform-origin: center;
}

@media screen and (min-width: 993px) {
	.tho3_list li:hover {
		background: #fff;
	}

	.tho3_list li:hover::before {
		transform: scale(1);
	}
}

.tho3_list .title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 36px;
	color: #222;
}

.tho3_list .describe {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
	margin-top: 9px;
}

.tho4 {
	padding-bottom: 100px;
}

.fuo1 {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	padding: 119px 0px 0px;
	clip-path: inset(0);
}

.fuo1 .describe {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
	margin-top: 20px;
}

.fuo1 .buttonBox {
	margin-top: 68px;
}

.fuo1 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fuo1 .title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 38px;
	color: #222;
}

.fuo1 .name {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #222;
}

.fuo1_l {
	width: 56.857%;
	position: sticky;
	height: calc(100vh - 119px);
	top: 140px;
	z-index: 1;
}

.fuo1_l::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	bottom: 0px;
	background: url("../images/fuo1_back.jpg") no-repeat center;
	background-size: cover;
	left: calc(-1 * var(--left-offset));
}

.fuo1_r {
	width: 32.858%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	gap: 90px;
	padding-bottom: 100px;
}

.fuo1_r .imgBox {
	border-radius: 8px;
	overflow: hidden;
	margin-top: 19px;
}

.fuo2 {
	overflow: hidden;
	padding: 97px 0px 200px;
	position: relative;
	z-index: 1;
}

.fuo2::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.fuo2 .big_title {
	text-align: center;
	color: #fff;
}

.fuo2_list {
	margin-top: 78px;
}

.fuo2_list li {
	width: 18.286%;
	border-radius: 10px;
	background: rgba(4, 4, 4, 0.4);
	overflow: hidden;
	backdrop-filter: blur(20px);
	padding: 44px 20px 23px;
}

.fuo2_list .swiper-slide {
	border-radius: 10px;
	background: rgba(4, 4, 4, 0.4);
	overflow: hidden;
	backdrop-filter: blur(20px);
	padding: 44px 20px 23px;
	height: auto;
}

.fuo2_list .logo {
	width: 70px;
	margin: 0px auto;
}

.fuo2_list .describe {
	color: #fff;
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	margin-top: 40px;
}

.fuo3 {
	padding: 119px 0px 120px;
}

.fuo3 .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fuo3 .to2_title {
	font-family: HarmonyOS_Sans_SC_Regular;
	margin-top: 22px;
}

.fuo3 .number_box {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 60px;
	font-style: normal;
	font-weight: normal;
	line-height: 72px;
	color: #3a217e;
}

.fuo3 .number_box p {
	display: none;
}

.fuo3 .container {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 17px;
}

.fuo3 .l_box {
	margin-top: 4px;
}

.fuo3 .r_box {
	flex: 1;
}

.fuo3 .title {
	font-family: HarmonyOS_Sans_SC_Regular;
	color: #666;
}

.fuo3 .describe {
	color: #999;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	margin-top: 35px;
}

.fuo3 .box {
	display: none;
}

.fuo3 .swiperfuo3-pagination {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	z-index: 2;
	bottom: auto;
	margin-top: 29px;
}

.fuo3 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #7a7a7a;
	border-radius: 50%;
	opacity: 1;
	display: block;
	margin: 0px !important;
	position: relative;
	pointer-events: all;
}

.fuo3 .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	border-radius: 50%;
	transition: 0.3s;
	background: rgba(122, 122, 122, 0.3);
}

.fuo3 .swiper-pagination-bullet-active {
	background: #3a217e;
}

.fuo3 .swiper-pagination-bullet-active::before {
	background: rgba(58, 33, 126, 0.3);
}

.fuo3 .swiper_button {
	display: flex;
	flex-direction: column;
	gap: 31px;
	margin-top: 29px;
}

.fuo3 .swiper_button .controls {
	border: 1px solid #666;
	background: transparent;
}

.fuo3 .swiper_button .controls.prev {
	transform: rotate(90deg);
}

.fuo3 .swiper_button .controls.next {
	transform: rotate(90deg);
}

.fuo3 .swiper_button .mask_box {
	background: #666;
}

.fuo3_l {
	width: 50%;
	max-width: 580px;
}

.fuo3_r {
	width: 44.715%;
	overflow: hidden;
	margin-top: 2px;
}

.ft1 {
	padding: 119px 0px 120px;
}

.ft1 .big_title {
	text-align: center;
}

.ft1 .form_box {
	width: 100%;
	max-width: 416px;
	margin: 24px auto 0px;
}

.ft1 form {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0px 22px;
	border-radius: 28px;
	background: #ededed;
	overflow: hidden;
}

.ft1 form input:nth-of-type(1) {
	font-family: HarmonyOS_Sans_SC_Regular;
	height: 46px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	background: none;
	width: 100%;
	padding-right: 10px;
	flex: 1;
}

.ft1 form input:nth-of-type(1)::placeholder {
	color: #999;
}

.ft1 form input:nth-of-type(2) {
	line-height: 30px;
	font-size: 18px;
	margin-right: 4px;
	font-weight: bold;
	background: none;
	color: #666;
	cursor: pointer;
	transition: 0.3s;
}

.ft1 form input:nth-of-type(2):hover {
	color: #3a217e;
}

.ft1_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 82px;
}

.ft1_menu a {
	display: block;
	padding: 8px 20px;
	border-radius: 4px;
	background: #ededed;
	color: #666;
}

@media screen and (min-width: 993px) {
	.ft1_menu a:hover {
		color: #fff;
		background: #3a217e;
	}
}

.ft1_menu a.active {
	color: #fff;
	background: #3a217e;
}

.ft1_list {
	margin-top: 56px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ft1_list .logo {
	width: 30px;
	position: relative;
}

.ft1_list .logo img:nth-of-type(2) {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.ft1_list a {
	display: flex;
	align-items: center;
	border-radius: 4px;
	overflow: hidden;
	padding: 25px 30px;
	gap: 32px;
}

@media screen and (min-width: 993px) {
	.ft1_list a:hover {
		background: #3a217e;
	}

	.ft1_list a:hover .logo img:nth-of-type(1) {
		opacity: 0;
	}

	.ft1_list a:hover .logo img:nth-of-type(2) {
		opacity: 1;
	}

	.ft1_list a:hover .describe {
		color: #fff;
	}

	.ft1_list a:hover .mask_box {
		background: #fff;
	}
}

.ft1_list .l_box {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 24px;
	position: relative;
}

.ft1_list .l_box::before {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	height: 100vh;
}

.ft1_list .describe {
	flex: 1;
	color: #1a1a1a;
	transition: 0.3s;
}

.ft1_list .mask_box {
	transition: 0.3s;
	width: 30px;
	aspect-ratio: 1/1;
	mask-image: url("../images/ft1_lc.png");
	-webkit-mask-image: url("../images/ft1_lc.png");
	background: #191919;
}

.ft1_list .r_box {
	margin-right: 2px;
}

.fo1 {
	padding: 120px 0px 124px;
}

.fo1 .PageNumber {
	margin-top: 90px;
}

.fo1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2.8565%;
}

.fo1_list li {
	width: 31.429%;
}

@media screen and (min-width: 993px) {
	.fo1_list li:hover .links a {
		opacity: 1;
		visibility: initial;
	}

	.fo1_list li:hover .title {
		color: #222;
	}

	.fo1_list li:hover .title a {
		color: #222;
	}
}

.fo1_list .time {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color: #999;
	margin-top: 20px;
}

.fo1_list .title {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
}

.fo1_list .title a {
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media screen and (min-width: 993px) {
	.fo1_list .title a:hover {
		color: #3a217e !important;
	}
}

.fo1_list .describe {
	color: #666;
	min-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 8px;
}

.fo1_list .links {
	display: flex;
	justify-content: flex-start;
	margin-top: 24px;
}

.fo1_list .links a {
	width: 36px;
	aspect-ratio: 1/1;
	border-radius: 4px;
	background: #3a217e;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}

.fo1_list .links .mask_box {
	width: 20px;
	aspect-ratio: 1/1;
	mask-image: url("../images/swiper_lb.png");
	-webkit-mask-image: url("../images/swiper_lb.png");
	background: #fff;
}

.fth1 {
	padding: 120px 0px 119px;
}

.fth1 .content {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 50px 49px 73px;
}

.fth1 .time {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #56575a;
}

.fth1 .to2_title {
	margin-top: 14px;
}

.fth1 .share_box {
	display: flex;
	align-items: center;
	gap: 16px;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #56575a;
	margin-top: 11px;
}

.fth1_container {
	border-top: 2px solid rgba(179, 179, 179, 0.5);
	border-bottom: 2px solid rgba(179, 179, 179, 0.5);
	margin-top: 18px;
	padding: 14px 0px 78px;
}

.fth1_container .describe {
	color: #666;
}

.fth1_container .describe em {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #666;
	display: block;
}

.fth1_container .describe img {
	display: inline-block;
}

.fth1_container .text {
	border-radius: 4px;
	background: #f7f8fb;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	line-height: 40px;
	color: #666;
	margin: 38px 0px 40px;
	padding: 53px 20px 47px;
}

.fth1_container .text a {
	color: #666;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media screen and (min-width: 993px) {
	.fth1_container .text a:hover {
		color: #3a217e;
	}
}

.ffu1 {
	padding: 120px 0px 124px;
}

.ffu1 .PageNumber {
	margin-top: 121px;
}

.ffu1_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 0px;
}

.ffu1_list li {
	width: 48.858%;
}

.ffu1_list .box {
	position: relative;
	overflow: hidden;
}

.ffu1_list .name {
	text-align: center;
	margin-top: 29px;
}

.so1 {
	padding: 120px 0px 120px;
}

.so1 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.so1_l {
	width: 33.215%;
}

.so1_list {
	display: flex;
	flex-direction: column;
	gap: 43px;
	margin-top: 61px;
}

.so1_list .name {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	color: #1e1e1e;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
}

.so1_list .text {
	margin-top: 9px;
	color: #666;
}

.so1_list .text a {
	color: #666;
}

@media screen and (min-width: 993px) {
	.so1_list .text a:hover {
		color: #3a217e;
	}
}

.so1_r {
	border-radius: 12px;
	background: rgba(242, 242, 245, 0.7);
	overflow: hidden;
	padding: 49px 49px 49px;
	width: 62.143%;
}

.so1_r .to2_title {
	text-align: center;
}

.so1_r form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px 0px;
	width: 100%;
	margin-top: 41px;
}

.so1_r form>* {
	width: 100%;
}

.so1_r form input,
.so1_r form textarea {
	border-radius: 4px;
	border: 1px solid #d2d2d2;
	background: rgba(255, 255, 255, 0.05);
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333;
	padding: 0px 14px;
	width: 100%;
	flex: 1;
	resize: none;
	outline: none;
	display: block;
}

.so1_r form input::placeholder,
.so1_r form input::-webkit-input-placeholder,
.so1_r form textarea::placeholder {
	color: #666;
}

.so1_r form .int1 {
	width: 49.1%;
}

.so1_r form input {
	height: 60px;
}

.so1_r form textarea {
	height: 216px;
	padding-top: 13px !important;
}

.so1_r form .ttBox {
	width: 100%;
}

.so1_r form .yzm {
	position: relative;
	display: flex;
}

.so1_r form .yzm input {
	flex: 1;
	padding-right: 98px;
}

.so1_r form .yzm span {
	height: 39px;
	aspect-ratio: 81/39;
	overflow: hidden;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.so1_r form .yzm span img {
	height: 100%;
}

.so1_r form .afterBox {
	position: relative;
}

.so1_r form .afterBox::before {
	left: 14px;
	position: absolute;
	content: "*";
	font-size: 18px;
	color: #ff0000;
	top: 52%;
	transform: translateY(-50%);
	z-index: 1;
}

.so1_r form .afterBox input,
.so1_r form .afterBox textarea {
	padding-left: 25px;
}

.so1_r form .ttBox::before {
	top: 28px;
}

.so1_r form .tj {
	border-radius: 4px;
	overflow: hidden;
	background: #3a217e;
	transition: 0.3s;
	position: relative;
}

.so1_r form .tj::before {
	content: "";
	position: absolute;
	left: 0%;
	top: 0;
	background: linear-gradient(90deg, #3a217e 0%, #fcc800 100%);
	transition: 0.3s;
	transform: scaleX(0);
	transform-origin: center;
	width: 100%;
	height: 100%;
}

.so1_r form .tj input {
	cursor: pointer;
	background: transparent;
	border: none !important;
	border-radius: 0px !important;
	color: #fff;
	transition: 0.3s;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 993px) {
	.so1_r form .tj:hover::before {
		transform: scaleX(1);
	}
}

.so2 {
	padding: 0px 0px 121px;
}

.so2 iframe {
	display: block;
}

.seo .content {
	border-radius: 4px;
	border: 1px solid #fff;
	background: #fff;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}

.seo .title_text {
	color: #999;
	text-align: center;
	margin-top: 6px;
}

.seo .big_title {
	text-align: center;
}

.seo form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 29px 0px;
	width: 100%;
	margin-top: 50px;
}

.seo form>* {
	width: 100%;
}

.seo form input,
.seo form textarea {
	border-radius: 4px;
	border: 1px solid #ededed;
	background: #fff;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666;
	padding: 0px 14px;
	width: 100%;
	flex: 1;
	resize: none;
	outline: none;
	display: block;
}

.seo form input::placeholder,
.seo form input::-webkit-input-placeholder,
.seo form textarea::placeholder {
	color: #666;
}

.seo form .int1 {
	width: 48%;
}

.seo form input {
	height: 60px;
}

.seo form textarea {
	height: 150px;
}

.seo form .ttBox {
	width: 100%;
}

.seo form .tj {
	border-radius: 88px;
	overflow: hidden;
	background: #3a217e;
	transition: 0.3s;
	position: relative;
}

.seo form .tj::before {
	content: "";
	position: absolute;
	left: 0%;
	top: 0;
	background: linear-gradient(90deg, #3a217e 0%, #fcc800 100%);
	transition: 0.3s;
	transform: scaleX(0);
	transform-origin: center;
	width: 100%;
	height: 100%;
}

.seo form .tj input {
	cursor: pointer;
	background: transparent;
	border: none !important;
	border-radius: 0px !important;
	color: #fff;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	height: 70px;
}

@media screen and (min-width: 993px) {
	.seo form .tj:hover::before {
		transform: scaleX(1);
	}
}

.seo .input_box {
	margin-top: 16px;
}

.seo .name {
	color: #222;
}

.seo .name em {
	font-style: normal;
	color: #f00;
}

.seo .form_text {
	color: #666;
	text-align: center;
	margin-top: 41px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.seo .form_text a {
	display: inline;
	color: #3a217e;
}

@media screen and (min-width: 993px) {
	.seo .form_text a:hover {
		text-decoration: underline;
		text-underline-offset: 2px;
	}
}

.seo .get_email {
	position: relative;
}

.seo .get_email button,
.seo .get_email a {
	display: block;
	padding: 7px 20px;
	min-width: 100px;
	background: #3a217e;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 4px;
	text-align: center;
}

.seo .chackbox {
	display: flex;
	justify-content: flex-start;
	margin-top: 33px;
}

.seo .flex_box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.seo .chackbox_input {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.seo .chackbox_input input {
	width: 20px !important;
	height: 20px !important;
	display: block;
	cursor: pointer;
	opacity: 0;
}

.seo .chackbox_input input:checked+span {
	display: none;
}

.seo .chackbox_input input:checked {
	opacity: 1;
}

.seo .chackbox_input span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #494949;
	pointer-events: none;
}

.seo label {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color: #999;
	cursor: pointer;
	flex: 1;
}

.seo1 {
	padding: 120px 0px;
}

.seo1 .content {
	max-width: 590px;
	padding: 52px 46px 79px 54px;
}

.seo1 .tj {
	margin-top: 41px;
}

.set1 {
	padding: 120px 0px 124px;
}

.set1 .content {
	padding: 52px 63px 78px;
	max-width: 944px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.set1_menu {
	width: 33.579%;
	border-radius: 4px;
	background: #f0f1f2;
	padding: 19px 17px;
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 288px;
}

.set1_menu a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	color: #666;
	border-radius: 4px;
}

@media screen and (min-width: 993px) {
	.set1_menu a:hover {
		background: #fff;
	}
}

.set1_menu a.active {
	background: #fff;
}

.set1_menu img {
	width: 20px;
}

.set1_container {
	width: 59.804%;
}

.set1_container .big_title {
	text-align: left;
}

.set1_container form {
	margin-top: 32px;
}

.set1_container form input:focus,
.set1_container form textarea:focus {
	border: 1px solid #3a217e;
}

.set1_container .tj {
	margin-top: 39px;
}

.seth1 {
	padding: 180px 0px 124px;
}

.seth1 .content {
	max-width: 634px;
	padding: 78px 73px 58px;
	position: relative;
}

.seth1 .logoBox {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
	filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.1));
}

.seth1 form {
	margin-top: 61px;
	gap: 14px 0px;
}

.seth1 .tj {
	margin-top: 56px;
}

.seth1 .form_text {
	margin-top: 39px;
}

.sefu1 {
	padding: 180px 0px 118px;
}

.sefu1 .content {
	max-width: 634px;
	padding: 78px 73px 50px;
	position: relative;
}

.sefu1 .logoBox {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
	filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.1));
}

.sefu1 .title_text {
	margin-top: 32px;
}

.sefu1 form {
	gap: 31px 0px;
	margin-top: 45px;
}

.sefu1 .tj {
	margin-top: 14px;
}

.sef1 .content {
	padding: 78px 73px 82px;
}

.sef1 .tj {
	margin-top: 19px;
}

.ses1 .content {
	padding: 78px 73px 66px;
}

.ses1 .title_text {
	margin-top: 30px;
}

.ses1 .links {
	margin-top: 57px;
}

.ses1 .links a {
	border-radius: 88px;
	overflow: hidden;
	background: #3a217e;
	transition: 0.3s;
	position: relative;
	color: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px 20px;
	min-height: 60px;
}

.ses1 .links a::before {
	content: "";
	position: absolute;
	left: 0%;
	top: 0;
	background: linear-gradient(90deg, #3a217e 0%, #fcc800 100%);
	transition: 0.3s;
	transform: scaleX(0);
	transform-origin: center;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@media screen and (min-width: 993px) {
	.ses1 .links a:hover::before {
		transform: scaleX(1);
	}
}

.sese1 {
	padding: 120px 0px 108px;
}

.sese1 .tj {
	margin-top: -4px;
}

.sese1 .content {
	max-width: 944px;
	padding: 52px 54px 36px;
}

.public_pro {
	padding: 119px 0px 120px;
}

.public_pro .big_title {
	text-align: center;
}

.public_pro .swiper-slide {
	background: #f7f8fb;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.public_pro .swiper-slide::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #e0e2ea;
	height: 2px;
	width: 100%;
	transform: translateX(-50%);
	z-index: 1;
}

.public_pro .swiper-slide::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #3a217e;
	height: 2px;
	width: 0%;
	transform: translateX(-50%);
	z-index: 2;
	transition: 0.3s;
}

@media screen and (min-width: 993px) {
	.public_pro .swiper-slide:hover::after {
		width: 100%;
	}
}

.public_pro .title {
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	color: #222;
}

.public_pro .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;
}

@media screen and (min-width: 993px) {
	.public_pro .title a:hover {
		color: #3a217e;
	}
}

.public_pro .box {
	padding: 30px 14px 35px;
}

.public_pro .describe {
	min-height: 52px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	text-align: center;
	margin-top: 2px;
}

.public_pro .swiper_controls .controls {
	position: absolute;
	top: 50%;
}

.public_pro .swiper_controls .controls.prev {
	left: -40px;
	transform: translate(-100%, -50%);
}

.public_pro .swiper_controls .controls.next {
	right: -40px;
	transform: translate(100%, -50%);
}

.public_pro .sw_box {
	position: relative;
	margin-top: 35px;
}

.swiper_button .mask_box {
	width: 20px;
	aspect-ratio: 1/1;
	transition: 0.3s;
	background: #666;
}

.swiper_button .controls {
	width: 40px;
	aspect-ratio: 1/1;
	background: #ededed;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
}

@media screen and (min-width: 993px) {
	.swiper_button .controls:hover {
		background: #3a217e;
	}

	.swiper_button .controls:hover .mask_box {
		background: #fff;
	}
}

.swiper_button .controls.prev .mask_box {
	mask-image: url("../images/swiper_la.png");
	-webkit-mask-image: url("../images/swiper_la.png");
}

.swiper_button .controls.next .mask_box {
	mask-image: url("../images/swiper_lb.png");
	-webkit-mask-image: url("../images/swiper_lb.png");
}

.swiper_controls .mask_box {
	width: 29px;
	aspect-ratio: 1/1;
	transition: 0.3s;
	background: #666;
}

.swiper_controls .controls {
	width: 58px;
	aspect-ratio: 1/1;
	border-radius: 4px;
	border: 1px solid #666;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
}

@media screen and (min-width: 993px) {
	.swiper_controls .controls:hover {
		background: #3a217e;
		border: 1px solid #3a217e;
	}

	.swiper_controls .controls:hover .mask_box {
		background: #fff;
	}
}

.swiper_controls .controls.prev .mask_box {
	mask-image: url("../images/swiper_lc.png");
	-webkit-mask-image: url("../images/swiper_lc.png");
}

.swiper_controls .controls.next .mask_box {
	mask-image: url("../images/swiper_ld.png");
	-webkit-mask-image: url("../images/swiper_ld.png");
}

.buttonBox {
	display: flex;
	align-items: flex-start;
}

.buttonBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color: #fff;
	border-radius: 4px;
	padding: 8px 20px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.buttonBox a::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #3a217e;
	z-index: -2;
}

.buttonBox a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #3a217e 0%, #fcc800 100%);
	z-index: -1;
	transform-origin: left center;
	transform: scaleX(0);
	transition: 0.3s;
}

@media screen and (min-width: 993px) {
	.buttonBox a:hover::after {
		transform: scaleX(1);
	}
}

.buttonBox_style a {
	font-size: 16px;
	line-height: 26px;
}

.PageNumber {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 110px;
}

.PageNumber .pages-btn,
.PageNumber .page_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px 20px;
	flex-wrap: wrap;
}

.PageNumber .iconfont {
	font-size: 14px;
	transition: 0s;
}

.PageNumber a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 0.8);
	border-radius: 4px;
	width: 40px;
	aspect-ratio: 1/1;
	background: transparent;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 993px) {
	.PageNumber a:hover {
		background: #3a217e;
		color: #fff;
	}
}

.PageNumber .active {
	background: #3a217e;
	color: #fff;
}

.page_change {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}

.page_change .logo {
	width: 48px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	flex-shrink: 0;
	transition: 0.3s;
	position: relative;
	z-index: 2;
	background: #999;
}

.page_change .logo img {
	transition: 0.2s;
}

.page_change>* {
	max-width: 48%;
	display: flex;
	gap: 20px;
	align-items: center;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
}

.page_change .page_name {
	color: #222;
}

.page_change .page_name+* {
	color: #666666;
	margin-top: 6px;
}

.page_change .page_name+* * {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.page_change .page_name+* a {
	color: #666666;
}

.page_change .page_name+* a:hover {
	color: #005e91;
}

.page_change>*:nth-of-type(2) {
	flex-direction: row-reverse;
	text-align: right;
}

footer {
	background: #f0f1f2;
	padding: 79px 0px 0px;
}

footer .dif_footer {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	color: #222;
}

footer .dif_footer a {
	color: #222;
}

@media screen and (min-width: 993px) {
	footer .dif_footer a:hover {
		color: #3a217e;
	}
}

footer .dif_up {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	display: none;
}

footer .list {
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	color: #666;
	margin-top: 24px;
}

footer .list a {
	color: #666;
}

@media screen and (min-width: 992px) {
	footer .list a:hover {
		color: #3a217e;
	}
}

footer .form_box {
	max-width: 353px;
}

footer form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px 0px;
	width: 100%;
	margin-top: 29px;
}

footer form>* {
	width: 100%;
}

footer form input,
footer form textarea {
	border-radius: 4px;
	background: #fff;
	border: none;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333;
	padding: 0px 17px;
	width: 100%;
	flex: 1;
	resize: none;
	outline: none;
	display: block;
}

footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #b3b3b3;
}

footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
	color: #b3b3b3;
}

footer form .int1 {
	width: 49.234%;
}

footer form input {
	height: 46px;
}

footer form textarea {
	height: 88px;
	padding-top: 9px !important;
}

footer form .ttBox {
	width: 100%;
}

footer form .yzm {
	position: relative;
	display: flex;
	gap: 10px;
}

footer form .yzm input {
	flex: 1;
}

footer form .yzm span {
	height: 46px;
	aspect-ratio: 111/46;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}

footer form .yzm span img {
	height: 100%;
}

footer form .afterBox {
	position: relative;
}

footer form .afterBox::before {
	left: 10px;
	position: absolute;
	content: "*";
	font-size: 14px;
	color: #f51313;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

footer form .ttBox::before {
	top: 23px;
}

footer form .tj {
	margin-top: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

footer form .tj::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #3a217e;
	z-index: -2;
}

footer form .tj::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, #3a217e 0%, #fcc800 100%);
	transform: scaleX(0);
	transform-origin: left center;
	transition: 0.3s;
}

footer form .tj input {
	cursor: pointer;
	background: transparent;
	border: none;
	color: #fff;
	transition: 0.3s;
}

@media screen and (min-width: 993px) {
	footer form .tj:hover::after {
		transform: scaleX(1);
	}
}

footer .logoBox {
	width: 207px;
	flex-shrink: 0;
}

footer .logoBox a {
	display: block;
	position: relative;
}

footer .logoBox img {
	width: 100%;
}

footer .icBox {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 10px;
}

footer .icBox .iconfont {
	transition: 0s;
	font-size: 18px;
}

footer .icBox a {
	width: 36px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
}

footer .icBox a:hover {
	background: #fff;
	border-radius: 0px;
}

footer .text {
	flex: 1;
	font-family: HarmonyOS_Sans_SC_Regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color: #999;
	text-align: center;
}

footer .text a {
	color: #999;
}

@media screen and (min-width: 993px) {
	footer .text a:hover {
		color: #3a217e;
	}
}

.footer_a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.footer_a .ul3 {
	max-width: 340px;
}

.footer_b {
	border-top: 1px solid #d6d7d7;
	margin-top: 97px;
	padding: 34px 0px 37px;
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg,
.m-formcountry .drop-btn img {
	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: #3a217e;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

.m-formcountry .drop-list li.on {
	background-color: #e0e0e0;
}

.table table {
	width: 100%;
	border-collapse: collapse;
}

.table table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.table {
	overflow: auto;
}

.table::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.table::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

.table::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-button-lock {
	display: none !important;
}

.videoBox {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
}

.videoBox>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videoBox>div .guanbi {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
}

.videoBox>div .guanbi i {
	font-size: 40px;
	color: #ccc;
}

.videoBox video {
	width: 80%;
}

.videoBox iframe {
	width: 80%;
}

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999;
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	z-index: 1;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;
}

.zoomdiv {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #cccccc;
	display: none;
	text-align: center;
	overflow: hidden;
}

.zoomdiv img {
	max-width: unset !important;
}

.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	transition: none;
}

.describe {
	color: #333;
}

.describe a {
	display: inline;
	color: #333;
}

.describe a:hover {
	color: #3a217e;
}

@media screen and (max-width: 993px) {

	.jqZoomPup,
	.zoomdiv {
		display: none !important;
	}
}

@media screen and (max-width: 1650px) {
	.index1_container .swiper_button .controls.prev {
		left: -24px;
	}

	.index1_container .swiper_button .controls.next {
		right: -24px;
	}

	.index5_sw_box .swiper_controls .controls.prev {
		left: -24px;
	}

	.index5_sw_box .swiper_controls .controls.next {
		right: -24px;
	}

	.index3 .show_box {
		padding: 0px 40px;
	}

	.index3 .hide_box {
		left: 40px;
		width: calc(100% - 80px);
	}

	.oo_menu .content {
		gap: 20px 2%;
	}

	.oo2 .swiper_controls .controls.prev,
	.public_pro .swiper_controls .controls.prev {
		left: -24px;
	}

	.oo2 .swiper_controls .controls.next,
	.public_pro .swiper_controls .controls.next {
		right: -24px;
	}

	.swiper_controls .controls {
		width: 40px;
	}

	.swiper_controls .mask_box {
		width: 26px;
	}
}

@media screen and (max-width: 1450px) {

	.rightMenu .box>* {
		width: 20px;
	}

	.rightMenu .box {
		padding: 18px 10px;
		gap: 22px;
	}

	header .content {
		width: calc(100% - 60px) !important;
	}

	header .logoBox {
		width: 172px;
	}

	header .center {
		gap: 40px;
	}

	header .dif_ul_left {
		width: 20%;
		font-size: 15px;
		line-height: 26px;
	}

	header .dif_ul_right {
		width: 78%;
	}

	header .dif_ul_content {
		padding: 20px 0px 30px;
	}

	header .ul {
		min-width: 150px;
	}

	header .ul div {
		padding: 15px 0px;
	}

	header .ul li a {
		padding: 0px 20px;
	}

	header .ul li:not(:nth-of-type(1)) {
		margin-top: 5px;
	}

	header .ul2 {
		left: auto;
		right: -20px;
		transform: none;
	}

	.big_title {
		font-size: 30px;
		line-height: 42px;
	}

	.index1 {
		padding: 60px 0px;
	}

	.index1_menu {
		margin: 30px auto 0px;
		padding: 0px 50px;
	}

	.index1_menu::before {
		top: 33px;
	}

	.index1_menu .logo {
		width: 66px;
	}

	.index1_menu .logo img {
		max-width: 36px;
	}

	.index1_menu .name {
		font-size: 16px;
		line-height: 26px;
		margin-top: 5px;
	}

	.index1_container {
		margin-top: 30px;
	}

	.index1_container .title {
		font-size: 24px;
		line-height: 32px;
	}

	.index1_container .describe {
		margin-top: 12px;
	}

	.index1_container .buttonBox {
		margin-top: 20px;
	}

	.index2 {
		padding-bottom: 60px;
	}

	.index2_container {
		margin-top: 30px;
	}

	.index2_container .imgBox {
		transform: scale(0.8);
	}

	.index2_sw_box .title {
		font-size: 24px;
		line-height: 32px;
	}

	.big_describe {
		font-size: 16px;
		line-height: 26px;
	}

	.index3 .show_box {
		padding: 0px 6%;
	}

	.index3 .hide_box {
		left: 6%;
		width: 88%;
	}

	.index3 .index3_img {
		width: 800px;
	}

	.index3 .small_title {
		font-size: 20px;
		line-height: 28px;
	}

	.index3 .title {
		font-size: 24px;
		line-height: 32px;
	}

	.index3 .describe_box {
		margin-top: 10px;
	}

	.index4 {
		padding: 60px 0px;
	}

	.index4_r {
		width: 50%;
	}

	.index4_list {
		gap: 20px 0px;
		margin-top: 30px;
	}

	.index4_list .big_num {
		font-size: 32px;
		line-height: 40px;
	}

	.index4_list .big_num_after {
		margin-top: 4px;
	}

	.index4_list li {
		padding-bottom: 12px;
	}

	.index5 {
		padding-bottom: 60px;
	}

	.index5_sw_box {
		margin-top: 30px;
	}

	.index5_sw_box .time {
		margin-top: 12px;
	}

	.index5_sw_box .title {
		margin-top: 5px;
		font-size: 16px;
		line-height: 26px;
	}

	.index5_sw_box .describe {
		margin-top: 4px;
	}

	.index5_sw_box .links {
		margin-top: 15px;
	}

	.index5_sw_box .links a {
		width: 32px;
	}

	.index6 {
		padding-bottom: 60px;
	}

	.index6_list li {
		width: 200px;
		margin-right: 25px;
	}

	.index6_container .scroll_box {
		height: 96px;
	}

	.index6_container .scroll_box:nth-of-type(2) {
		margin-top: 30px;
	}

	.bannerBox .banner_title {
		font-size: 42px;
		line-height: 42px;
	}

	.bannerBox .banner_describe {
		font-size: 20px;
		line-height: 30px;
		margin-top: 15px;
	}

	.bannerBox .buttonBox {
		margin-top: 30px;
	}

	.oo_menu {
		padding-top: 60px;
	}

	.oo1_title {
		font-size: 22px;
		line-height: 32px;
	}

	.oo1 {
		padding: 40px 0px 60px;
	}

	.oo1 .describe_box {
		height: 78px;
	}

	.oo1 .show_box {
		padding: 20px 30px;
	}

	.oo2 {
		padding-bottom: 80px;
	}

	.oo2 .box {
		padding: 20px 12px 25px;
	}

	.oo2 .buttonBox {
		margin-top: 15px;
	}

	.oo3 {
		padding-bottom: 60px;
	}

	.oo3 .text {
		margin: 15px auto 0px;
	}

	.oo3 .img_box {
		margin-top: 20px;
	}

	.oo4 {
		padding: 60px 0px 80px;
	}

	.ot1 {
		margin-top: 30px;
	}

	.ot1_l .sw_box {
		margin-top: 20px;
	}

	.ot1_share_box {
		gap: 8px;
		margin-top: 20px;
	}

	.ot1_share_box .icBox a {
		width: 36px;
	}

	.ot1_r .buttonBox {
		margin-top: 20px;
	}

	.ot1_pdf a {
		width: 66px;
	}

	.ot1_more {
		width: 24px;
	}

	.ot1_faq {
		margin-top: 25px;
	}

	.ot1_faq .faq_q {
		padding: 8px 6px;
	}

	.ot1_faq .logo {
		width: 24px;
	}

	.ot1_faq .table table td {
		padding: 2px 10px 5px;
	}

	.ot2 {
		padding-top: 80px;
	}

	.ot2 figure:not(:first-child) {
		margin-top: 80px;
	}

	.to1 {
		padding-top: 60px;
	}

	.to1 .describe {
		font-size: 18px;
		line-height: 30px;
	}

	.to_menu {
		margin-top: 30px;
	}

	.to2_title {
		font-size: 24px;
		line-height: 32px;
	}

	.to2 {
		padding: 60px 0px 80px;
	}

	.to2 .content {
		gap: 60px;
	}

	.to2 .text {
		font-size: 18px;
		line-height: 30px;
		margin-top: 10px;
	}

	.to2 .box {
		left: 40px;
		width: calc(100% - 80px);
	}

	.to3 {
		padding: 100px 0px;
	}

	.to3 .container {
		padding: 40px 50px;
	}

	.to3 .text {
		font-size: 18px;
		line-height: 30px;
	}

	.to4 {
		padding-top: 80px;
	}

	.to4_list {
		margin-top: 30px;
		/* gap: 30px 2%; */
	}

	.to4_list li {
		width: 18.4%;
	}

	.to4_list .number {
		font-size: 24px;
		line-height: 30px;
	}

	.to4_list .describe {
		font-size: 18px;
		line-height: 30px;
	}

	.tt1 {
		padding-top: 60px;
	}

	.tt1 .describe {
		font-size: 18px;
		line-height: 30px;
	}

	.tt1_r {
		padding-top: 10px;
	}

	.tt2 {
		padding: 80px 0px;
	}

	.tt2_list {
		margin-top: 30px;
	}

	.tt2_list .describe {
		margin-top: 15px;
	}

	.tt3 {
		padding-bottom: 80px;
	}

	.tt3 .sw_box {
		margin-top: 30px;
	}

	.tt3 .swiper_controls {
		margin-top: 30px;
		gap: 26px;
	}

	.tt3 .name {
		font-size: 18px;
		line-height: 30px;
		margin-top: 8px;
	}

	.tt4 {
		padding-bottom: 80px;
	}

	.tt4 .content {
		gap: 0px;
	}

	.tt4 .describe {
		font-size: 18px;
		line-height: 30px;
		margin-top: 12px;
	}

	.tt4 .box {
		padding-bottom: 0px;
		width: calc(100% - 80px);
		left: 40px;
	}

	.tt5 {
		padding-bottom: 80px;
	}

	.tt5_list {
		margin-top: 30px;
		gap: 30px 50px;
	}

	.tt5_list li {
		width: calc((100% - 250px) / 6);
	}

	.tt5_list li::before {
		width: 60px;
		right: 5px;
		top: 5px;
	}

	.tt5_list .logo {
		width: 66px;
	}

	.tt5_list .describe {
		font-size: 18px;
		line-height: 30px;
		margin-top: 15px;
	}

	.tt6 {
		padding: 100px 0px;
	}

	.tho1 {
		padding: 60px 0px 120px;
	}

	.tho1 .text {
		font-size: 18px;
		line-height: 30px;
		margin-top: 12px;
	}

	.tho1 .container {
		margin-top: 8%;
		padding: 60px 5%;
		gap: 50px 0px;
	}

	.tho2 {
		padding: 60px 0px 40px;
	}

	.tho2_container .box {
		width: 400px;
	}

	.tho2_container .describe {
		padding-left: 0px;
		padding-top: 10px;
	}

	.tho3 {
		padding: 80px 0px;
	}

	.tho3_list {
		margin-top: 30px;
	}

	.tho3_list .title {
		font-size: 20px;
		line-height: 30px;
	}

	.tho3_list li {
		padding: 35px 30px 40px;
	}

	.tho3_list .describe {
		font-size: 18px;
		line-height: 30px;
	}

	.fuo1 {
		padding: 60px 0px 0px;
	}

	.fuo1 .describe {
		font-size: 18px;
		line-height: 30px;
		margin-top: 12px;
	}

	.fuo1 .buttonBox {
		margin-top: 30px;
	}

	.fuo1 .name {
		font-size: 18px;
		line-height: 30px;
	}

	.fuo1 .title {
		font-size: 24px;
		line-height: 32px;
	}

	.fuo1_l {
		top: 100px;
		height: calc(100vh - 60px);
	}

	.fuo1_r {
		padding-bottom: 60px;
		gap: 40px;
	}

	.fuo1_r .imgBox {
		margin-top: 15px;
	}

	.fuo2 {
		padding: 60px 0px 120px;
	}

	.fuo2_list {
		margin-top: 40px;
		/* gap: 30px 2%; */
	}

	.fuo2_list .swiper-slide {
		padding: 30px 15px 20px;
	}

	.fuo2_list .logo {
		width: 52px;
	}

	.fuo2_list .describe {
		font-size: 18px;
		line-height: 30px;
		margin-top: 20px;
	}

	.fuo3 {
		padding: 60px 0px;
	}

	.fuo3 .content {
		align-items: center;
	}

	.fuo3 .to2_title {
		margin-top: 10px;
	}

	.fuo3 .container {
		margin-top: 10px;
	}

	.fuo3 .number_box {
		font-size: 42px;
		line-height: 56px;
	}

	.fuo3 .describe {
		font-size: 18px;
		line-height: 30px;
		margin-top: 12px;
	}

	.ft1 {
		padding: 60px 0px 80px;
	}

	.ft1_menu {
		margin-top: 40px;
		gap: 20px;
	}

	.ft1_list {
		margin-top: 30px;
	}

	.ft1_list a {
		padding: 18px 20px;
		gap: 30px;
	}

	.ft1_list .mask_box {
		width: 24px;
	}

	.ft1_list .l_box {
		gap: 20px;
	}

	.fo1 {
		padding: 60px 0px 80px;
	}

	.fo1_list .time {
		margin-top: 12px;
	}

	.fo1_list .title {
		margin-top: 5px;
		font-size: 16px;
		line-height: 26px;
	}

	.fo1_list .describe {
		margin-top: 4px;
	}

	.fo1_list .links {
		margin-top: 15px;
	}

	.fo1_list .links a {
		width: 32px;
	}

	.fth1 {
		padding: 60px 0px 80px;
	}

	.fth1 .content {
		padding: 30px 40px 40px;
	}

	.fth1_container {
		margin-top: 15px;
		padding: 12px 0px 30px;
	}

	.fth1_container .describe em {
		font-size: 20px;
	}

	.fth1_container .text {
		font-size: 24px;
		line-height: 36px;
		margin: 30px 0px;
		padding: 40px 20px;
	}

	.ffu1 {
		padding: 60px 0px 80px;
	}

	.ffu1_list {
		gap: 30px 0px;
	}

	.ffu1_list .name {
		margin-top: 10px;
	}

	.so1 {
		padding: 60px 0px 80px;
	}

	.so1_list {
		gap: 30px;
		margin-top: 30px;
	}

	.so1_r {
		padding: 30px 30px 40px;
	}

	.so1_r form {
		margin-top: 20px;
	}

	.so2 {
		padding-bottom: 80px;
	}

	.seo .title_text {
		margin-top: 2px;
	}

	.seo form {
		margin-top: 25px;
		gap: 25px 0px;
	}

	.seo form input {
		height: 52px;
	}

	.seo form .tj input {
		height: 52px;
	}

	.seo .form_text {
		gap: 8px;
		margin-top: 20px !important;
	}

	.seo .chackbox {
		margin-top: 15px;
	}

	.seo1 {
		padding: 80px 0px;
	}

	.seo1 .content {
		padding: 40px 40px 50px;
	}

	.seo1 .tj {
		margin-top: 15px;
	}

	.set1 {
		padding: 80px 0px;
	}

	.set1 .content {
		padding: 40px 40px 50px;
	}

	.set1 .tj {
		margin-top: 15px;
	}

	.seth1 {
		padding: 100px 0px 80px;
	}

	.seth1 .tj {
		margin-top: 20px;
	}

	.seth1 .logoBox {
		width: 100px;
	}

	.seth1 .content {
		padding: 70px 40px 50px;
	}

	.sefu1 {
		padding: 100px 0px 80px;
	}

	.sefu1 .tj {
		margin-top: 20px;
	}

	.sefu1 .logoBox {
		width: 100px;
	}

	.sefu1 .content {
		padding: 70px 40px 50px;
	}

	.ses1 .links {
		min-height: 52px;
		margin-top: 30px;
	}

	.public_pro {
		padding: 80px 0px;
	}

	.public_pro .box {
		padding: 15px 12px 20px;
	}

	footer {
		padding-top: 40px;
	}

	footer .content {
		width: calc(100% - 100px) !important;
	}

	footer .form_box {
		max-width: 280px;
	}

	footer .list {
		line-height: 26px;
		margin-top: 12px;
		font-size: 15px;
	}

	footer form {
		margin-top: 12px;
	}

	footer form input {
		height: 40px;
	}

	footer form input,
	footer form textarea {
		font-size: 15px;
	}

	footer form .yzm span {
		height: 40px;
	}

	footer .icBox {
		gap: 6px;
		margin-bottom: 0px;
	}

	footer .logoBox {
		width: 160px;
	}

	.footer_a .ul3 {
		max-width: 280px;
	}

	.footer_b {
		margin-top: 30px;
		padding: 30px 0px;
	}

	.buttonBox_style a {
		font-size: 15px;
		line-height: 24px;
	}

	.PageNumber {
		margin-top: 40px !important;
	}

	.PageNumber .pages-btn,
	.PageNumber .page_box {
		gap: 8px 14px;
	}

	.PageNumber a {
		font-size: 15px;
		line-height: 28px;
		width: 35px;
	}

	.page_change {
		margin-top: 20px !important;
	}

	.page_change>* {
		gap: 12px;
	}

	.page_change .logo {
		width: 36px;
	}

	.page_change .page_name+* {
		margin-top: 0px;
	}
}

@media screen and (max-width: 1200px) {
	html body {
		font-size: 15px;
	}

	header .center {
		gap: 30px;
	}

	header .menuOne {
		font-size: 16px;
		line-height: 26px;
	}

	header .menuOne>a,
	header .menuOne>span {
		padding: 20px 0px;
	}

	header .login_box {
		margin-top: 0px;
		margin-left: 30px;
	}

	header .login_container .login_btn,
	header .login_container p {
		font-size: 16px;
		line-height: 26px;
	}

	header .sousuo {
		margin-top: 0px;
		margin-left: 30px;
	}

	header .sousuo .search {
		font-size: 18px;
	}

	header .dif_ul_left {
		padding: 0px;
	}

	header .dif_ul_left a {
		padding: 8px 12px;
	}

	header .logoBox {
		width: 150px;
	}

	header .ul {
		transform: translateY(-15px);
	}

	header .ul1 {
		transform: translateX(-50%);
		padding-top: 5px !important;
	}

	header .ul2 {
		transform: none;
		padding-top: 25px !important;
	}

	.index3 .index3_img {
		width: 600px;
	}

	.margin_top {
		margin-top: 66px;
	}

	.tt2_list {
		gap: 20px 5%;
	}

	.tt2_list li {
		width: 30%;
	}

	.tt5_list {
		gap: 30px 5%;
	}

	.tt5_list li {
		width: 30%;
	}

	.tt5_list li::before {
		display: none;
	}

	.fuo2_list .describe {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width: 992px) {
	.index3 .hide_box{
		position: relative;
		left: 0px;
		top: 0px;
		transform: none;
		transition: 0s;
		padding: 25px 0px 30px;
	}
	.index3 .index3_img{
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		object-fit: cover;
	}
	.index3 .describe_box{
		height: 24px;
	}
	.index3 .read{
		display: flex;
	}
	.rightMenu {
		top: auto;
		transform: none;
		flex-direction: row;
		bottom: 0;
		width: 100%;
		background: #fff;
		display: flex;
	}

	.rightMenu .logo img {
		max-height: 94%;
	}

	.rightMenu .box {
		border-radius: 0%;
		flex-direction: row;
		padding: 0px;
		gap: 0px;
		width: 80%;
	}

	.rightMenu .box>* {
		flex: 1;
		height: 35px;
		border-bottom: none;
		border-radius: 0px;
		border: none;
	}

	.rightMenu .box>*::before {
		display: none;
	}

	.rightMenu .mask_box {
		width: 20px;
		height: auto;
		aspect-ratio: 1/1;
	}

	.rightMenu .hide_box {
		top: auto;
		transform: translateX(50%);
		bottom: calc(100% + 5px);
		right: 50%;
		padding-right: 0px;
	}

	.rightMenu .go_top {
		width: 20%;
		border-radius: 0px;
		height: 35px;
		margin-top: 0px;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	html body {
		font-size: 14px;
		line-height: 24px;
	}

	html body .content {
		width: calc(100% - 100px);
	}

	header {
		padding: 10px 0px;
	}

	header .center {
		display: none;
	}

	header .sousuo {
		display: none;
	}

	header .ul div {
		padding: 12px 0px;
	}

	header .ul li {
		font-size: 15px;
		line-height: 24px;
		text-align: center;
	}

	header .ul li a {
		padding: 0px 12px;
	}

	header .ul li:not(:nth-of-type(1)) {
		margin-top: 5px;
	}

	header .ul2 {
		right: 50%;
		transform: translateX(50%);
	}

	.head_boxr {
		padding-right: 40px;
	}

	.index_banner .index_banner_bottom {
		bottom: 20px;
	}

	.index_banner .swiperbanner-pagination {
		gap: 10px;
	}

	.big_title {
		font-size: 20px;
		line-height: 30px;
	}

	.index1 {
		padding: 30px 0px;
	}

	.index1_menu {
		margin: 15px auto 0px;
		padding: 0px 25px;
	}

	.index1_menu::before {
		display: none;
	}

	.index1_menu .logo {
		width: 42px;
	}

	.index1_menu .logo img {
		max-width: 26px;
	}

	.index1_menu .name {
		font-size: 15px;
		line-height: 24px;
		margin-top: 5px;
	}

	.index1_container .title {
		font-size: 18px;
		line-height: 28px;
	}

	.index1_container .describe {
		margin-top: 5px;
	}

	.index1_container .buttonBox {
		margin-top: 12px;
	}

	.index1_container .swiper_button .controls.prev {
		left: -10px;
	}

	.index1_container .swiper_button .controls.next {
		right: -10px;
	}

	.index5_sw_box .swiper_controls .controls.prev {
		left: -10px;
	}

	.index5_sw_box .swiper_controls .controls.next {
		right: -10px;
	}

	.index2 {
		padding-bottom: 30px;
	}

	.index2_container {
		margin-top: 0px;
	}

	.index2_container .swiper-slide-active .imgBox {
		transform: none;
	}

	.index2_container .sw_box {
		padding: 20px 0px;
		overflow: hidden;
	}

	.index2_sw_box {
		margin: 0px auto;
	}

	.index2_sw_box .title {
		font-size: 18px;
		line-height: 28px;
	}

	.index2_sw_box .describe {
		margin-top: 0px;
	}

	.big_describe {
		font-size: 15px;
		line-height: 24px;
	}

	.index3 {
		flex-wrap: wrap;
	}

	.index3 figure {
		width: 50%;
		flex: none;
	}

	.index3 .show_box {
		display: none;
	}

	.index3 .hide_box {
		opacity: 1;
		visibility: initial;
	}

	.index3 .index3_img {
		width: 100%;
	}

	.index3 .title {
		font-size: 18px;
		line-height: 28px;
	}

	.index3 .describe_box {
		margin-top: 4px;
	}

	.index4 {
		padding: 30px 0px;
	}

	.index4 .content {
		gap: 15px;
	}

	.index4 .buttonBox {
		margin-top: 10px;
	}

	.index4_list {
		gap: 15px 0px;
		margin-top: 15px;
	}

	.index4_list .big_num {
		font-size: 24px;
		line-height: 32px;
	}

	.index4_list .big_num_after {
		margin-top: 0px;
	}

	.index4_l {
		width: 100%;
	}

	.index4_r {
		width: 100%;
	}

	.index5 {
		padding-bottom: 30px;
	}

	.index5_sw_box {
		margin-top: 15px;
	}

	.index5_sw_box .time {
		margin-top: 6px;
	}

	.index5_sw_box .title {
		margin-top: 2px;
		font-size: 15px;
	}

	.index5_sw_box .describe {
		margin-top: 2px;
	}

	.index5_sw_box .links {
		margin-top: 12px;
	}

	.index5_sw_box .links a {
		opacity: 1;
		visibility: initial;
	}

	.index6 {
		padding-bottom: 30px;
	}

	.index6_container {
		padding: 15px 0px;
	}

	.index6_container .scroll_box {
		height: 72px;
	}

	.index6_container .scroll_box:nth-of-type(2) {
		margin-top: 15px;
	}

	.index6_list li {
		width: 150px;
		margin-right: 15px;
	}

	.bannerBox .banner_title {
		font-size: 24px;
		line-height: 30px;
	}

	.bannerBox .banner_describe {
		font-size: 16px;
		line-height: 26px;
		margin-top: 6px;
	}

	.bannerBox .buttonBox {
		margin-top: 12px;
	}

	.bannerBox .buttonBox a {
		font-size: 14px;
		line-height: 22px;
	}

	.mbx .content {
		bottom: 12px;
	}

	.oo_menu {
		padding-top: 20px;
	}

	.oo_menu .content {
		gap: 8px 2%;
	}

	.oo_menu a {
		font-size: 14px;
		line-height: 22px;
		padding: 6px 16px;
	}

	.oo1_title {
		font-size: 18px;
		line-height: 28px;
	}

	.oo1 {
		padding: 20px 0px;
	}

	.oo1 .content {
		padding: 20px 30px;
	}

	.oo1 .show_box {
		width: 100%;
		right: 0;
		top: 0;
		transform: none;
		position: relative;
		max-width: 100%;
	}

	.oo1 .img_box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding-top: 0px;
	}

	.oo1 .imgBox {
		width: 100%;
		height: 100%;
	}

	.oo1 .imgBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.oo1 .describe_box {
		height: 72px;
		margin-top: 4px;
	}

	.oo1 .read {
		margin-top: 10px;
	}

	.oo2 {
		padding-bottom: 30px;
	}

	.oo2 .swiper_controls .controls.prev {
		left: -10px;
	}

	.oo2 .swiper_controls .controls.next {
		right: -10px;
	}

	.oo2 .title {
		font-size: 16px;
		line-height: 26px;
	}

	.oo2 .describe {
		min-height: 48px;
		margin-top: 2px;
	}

	.oo2 .buttonBox {
		margin-top: 12px;
	}

	.oo2 .box {
		padding: 15px 12px 20px;
	}

	.oo3 {
		padding-bottom: 30px;
	}

	.oo3 .text {
		margin: 4px auto 0px;
	}

	.oo3 .img_box {
		margin-top: 15px;
	}

	.oo3_list {
		margin-top: 15px;
		gap: 15px 1.428%;
	}

	.oo4 {
		padding: 30px 0px;
	}

	.oo4 .content {
		gap: 12px;
	}

	.oo4 .describe {
		margin-top: 4px;
	}

	.oo4_l {
		flex: none;
		width: 100%;
		max-width: 100%;
	}

	.margin_top {
		margin-top: 56.95px;
	}

	.ot_color {
		padding: 10px 0px 30px;
	}

	.ot1 {
		margin-top: 15px;
	}

	.ot1 .content {
		justify-content: center;
		align-items: center;
		gap: 20px;
	}

	.ot1_l {
		width: 100%;
		position: relative;
		top: 0px;
	}

	.ot1_l .sw_box {
		margin-top: 12px;
	}

	.ot1_share_box {
		gap: 2px;
		margin-top: 12px;
	}

	.ot1_share_box .icBox a {
		width: 30px;
	}

	.ot1_r {
		width: 100%;
	}

	.ot1_r .buttonBox {
		margin-top: 15px;
	}

	.ot1_pdf {
		gap: 14px;
		margin-top: 5px;
	}

	.ot1_pdf a {
		width: 52px;
	}

	.ot1_faq {
		margin-top: 15px;
	}

	.ot1_faq .faq_q {
		padding: 6px;
	}

	.ot1_faq .faq_a {
		margin-top: 10px;
	}

	.ot2 {
		padding: 30px 0px 0px;
	}

	.ot2 figure:not(:first-child) {
		margin-top: 30px;
	}

	.ot2 .describe {
		margin-top: 6px;
	}

	.to1 {
		padding-top: 20px;
	}

	.to1 .content {
		flex-wrap: wrap;
	}

	.to1 .describe {
		font-size: 15px;
		line-height: 24px;
	}

	.to1_l {
		width: 100%;
	}

	.to1_r {
		width: 100%;
		padding-top: 5px;
	}

	.to_menu {
		margin-top: 12px;
	}

	.to_menu .box {
		gap: 10px;
	}

	.to_menu a {
		font-size: 15px;
		line-height: 24px;
		padding: 0px 8px 8px;
	}

	.to2 {
		padding: 15px 0px 30px;
	}

	.to2 .content {
		gap: 30px;
	}

	.to2 .box {
		left: 20px;
		width: calc(100% - 40px);
	}

	.to2 .text {
		font-size: 15px;
		line-height: 24px;
		margin-top: 2px;
	}

	.to2 .describe {
		margin-top: 2px;
	}

	.to2_title {
		font-size: 18px;
		line-height: 28px;
	}

	.to3 {
		padding: 30px 0px;
	}

	.to3 .container {
		padding: 20px 24px;
	}

	.to3 .text {
		font-size: 15px;
		line-height: 24px;
		margin-top: 2px;
	}

	.to3 .describe {
		margin-top: 2px;
	}

	.to4 {
		padding-top: 30px;
	}

	.to4 .content {
		padding: 20px 5px 25px;
	}

	.to4_list {
		margin-top: 15px;
		gap: 15px 2%;
	}

	.to4_list .number {
		font-size: 20px;
		line-height: 30px;
	}

	.to4_list .describe {
		font-size: 15px;
		line-height: 24px;
		margin-top: 4px;
		font-family: HarmonyOS_Sans_SC_Regular;
	}

	.tt1 {
		padding-top: 20px;
	}

	.tt1 .content {
		flex-wrap: wrap;
	}

	.tt1 .describe {
		font-size: 15px;
		line-height: 24px;
	}

	.tt1_l {
		width: 100%;
	}

	.tt1_r {
		width: 100%;
		padding-top: 5px;
	}

	.tt2 {
		padding: 20px 0px 30px;
	}

	.tt2_list {
		margin-top: 15px;
	}

	.tt2_list .logo {
		width: 40px;
	}

	.tt2_list .describe {
		margin-top: 5px;
	}

	.tt2_list li {
		padding: 25px 25px 20px;
	}

	.tt3 {
		padding-bottom: 30px;
	}

	.tt3 .sw_box {
		margin-top: 15px;
	}

	.tt3 .name {
		font-size: 16px;
		line-height: 26px;
		margin-top: 4px;
	}

	.tt3 .swiper_controls {
		margin-top: 15px;
		gap: 12px;
	}

	.tt4 {
		padding-bottom: 30px;
	}

	.tt4 .box {
		left: 20px;
		width: calc(100% - 40px);
	}

	.tt4 .describe {
		font-size: 15px;
		line-height: 24px;
		margin-top: 2px;
	}

	.tt5 {
		padding-bottom: 30px;
	}

	.tt5_list {
		margin-top: 15px;
		gap: 15px 5%;
	}

	.tt5_list li {
		width: 30%;
	}

	.tt5_list .describe {
		font-size: 15px;
		line-height: 24px;
		margin-top: 5px;
	}

	.tt5_list .logo {
		width: 52px;
	}

	.tt6 {
		padding: 30px 0px 50px;
	}

	.tt6 .buttonBox {
		margin-top: 15px;
	}

	.tho1 {
		padding: 30px 0px 40px;
	}

	.tho1::before {
		opacity: 0.6;
	}

	.tho1 .text {
		font-size: 15px;
		line-height: 24px;
		margin-top: 4px;
	}

	.tho1 .describe {
		margin-top: 0px;
	}

	.tho1 .container {
		margin-top: 20px;
		padding: 30px 5%;
		gap: 20px 0px;
	}

	.tho1 .number_describe {
		margin-top: 4px;
	}

	.tho2 {
		padding: 30px 0px;
	}

	.tho2 .text {
		margin: 4px auto 0px;
	}

	.tho2_container {
		margin: 15px auto 0px;
	}

	.tho2_container .show_box {
		display: block;
	}

	/* .tho2_container .hide_box {
		display: block;
	} */

	/* .tho2_container .container {
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 20px 0px;
	} */

	/* .tho2_container .logo {
		display: none;
	} */

	/* .tho2_container figure {
		position: relative !important;
		left: 0px !important;
		top: 0px !important;
		width: 48%;
	} */

	.tho2_container .alert_box {
		display: block;
		 position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25px;
		padding: 0px;
		width: 400px;
		margin-top: 10px;
	}
	
	.tho2_container figure:nth-of-type(2) .alert_box{
	    left: -60px;
	    transform: none;
	}
	.tho2_container figure:nth-of-type(3) .alert_box{
	    left: -80px;
	    transform: none;
	}
	.tho2_container figure:nth-of-type(4) .alert_box{
	    left: -120px;
	    transform: none;
	}
	
	.tho2_container figure:nth-of-type(5) .alert_box{
	    right: -40px;
	    left: auto;
	    transform: none;
	}

	.tho2_container .box {
		width: 100%;
	}

	.tho2_container .box::before {
		display: none;
	}

	.tho2_container .box .imgBox {
		width: 45%;
		max-width: 160px;
	}

	.tho2_container .describe {
		padding-top: 0px;
	}

	.tho3 {
		padding: 30px 0px;
	}

	.tho3_list {
		margin-top: 15px;
	}

	.tho3_list li {
		padding: 20px 20px;
	}

	.tho3_list .title {
		font-size: 18px;
		line-height: 26px;
	}

	.tho3_list .describe {
		font-size: 15px;
		line-height: 24px;
		margin-top: 4px;
	}

	.fuo1 {
		padding: 20px 0px 30px;
		min-height: auto;
		background: url("../images/fuo1_back.jpg") no-repeat center;
		background-size: cover;
	}

	.fuo1 .content {
		gap: 20px;
	}

	.fuo1 .describe {
		font-size: 15px;
		line-height: 24px;
		margin-top: 4px;
	}

	.fuo1 .buttonBox {
		margin-top: 15px;
	}

	.fuo1 .title {
		font-size: 18px;
		line-height: 28px;
	}

	.fuo1 .name {
		font-size: 15px;
		line-height: 24px;
	}

	.fuo1_l {
		width: 100%;
		position: relative;
		top: 0px;
		height: auto;
	}

	.fuo1_l::before {
		display: none;
	}

	.fuo1_r {
		width: 100%;
		padding-bottom: 0px;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 15px 2%;
	}

	.fuo1_r figure {
		width: 32%;
		display: flex;
		flex-direction: column;
	}
	
	.fuo1_r figure .imgBox{
	    order: 1;
	}
	.fuo1_r figure .title{
	    order: 2;
	}
	.fuo1_r figure .name{
	    order: 3;
	}

	.fuo1_r .imgBox {
		margin-bottom: 8px;
	}

	.fuo2 {
		padding: 30px 0px;
	}

	.fuo2_list {
		margin-top: 15px;
		/* gap: 15px 2%; */
	}

	.fuo2_list .swiper-slide {
		padding: 20px 15px;
	}

	.fuo2_list .logo {
		width: 42px;
	}

	.fuo2_list .describe {
		font-size: 15px;
		line-height: 24px;
		margin-top: 4px;
	}

	.fuo3 {
		padding: 30px 0px;
	}

	.fuo3 .to2_title {
		margin-top: 2px;
	}

	.fuo3 .describe {
		font-size: 15px;
		line-height: 24px;
		margin-top: 4px;
	}

	.fuo3 .number_box {
		font-size: 24px;
		line-height: 26px;
	}

	.fuo3 .swiper_button {
		gap: 15px;
		margin-top: 14px;
	}

	.fuo3 .swiperfuo3-pagination {
		margin-top: 20px;
	}

	.ft1 {
		padding: 30px 0px;
	}

	.ft1 .form_box {
		margin: 15px auto 0px;
	}

	.ft1 form input:nth-of-type(1) {
		height: 40px;
	}

	.ft1_menu {
		margin-top: 20px;
		gap: 15px;
	}

	.ft1_menu a {
		padding: 4px 16px;
	}

	.ft1_list a {
		padding: 2px 0px;
		gap: 20px;
	}

	.ft1_list .l_box {
		gap: 15px;
	}

	.ft1_list .mask_box {
		width: 16px;
	}

	.fo1 {
		padding: 30px 0px 30px;
	}

	.fo1_list {
		gap: 20px 2%;
	}

	.fo1_list li {
		width: 32%;
	}

	.fo1_list .time {
		margin-top: 6px;
	}

	.fo1_list .title {
		margin-top: 2px;
		font-size: 15px;
	}

	.fo1_list .describe {
		margin-top: 2px;
	}

	.fo1_list .links {
		margin-top: 12px;
	}

	.fo1_list .links a {
		opacity: 1;
		visibility: initial;
	}

	.fth1 {
		padding: 30px 0px;
	}

	.fth1 .content {
		padding: 20px 30px 30px;
	}

	.fth1 .to2_title {
		margin-top: 5px;
	}

	.fth1_container {
		margin-top: 8px;
		padding: 6px 0px 15px;
	}

	.fth1_container .describe em {
		font-size: 16px;
		line-height: 26px;
	}

	.fth1_container .text {
		margin: 20px 0px;
		padding: 20px 15px;
		font-size: 20px;
		line-height: 32px;
	}

	.ffu1 {
		padding: 30px 0px;
	}

	.ffu1_list {
		gap: 20px 0px;
	}

	.ffu1_list .name {
		margin-top: 5px;
	}

	.so1 {
		padding: 20px 0px 30px;
	}

	.so1 .content {
		flex-wrap: wrap;
		gap: 30px;
	}

	.so1_list {
		gap: 15px;
		margin-top: 12px;
	}

	.so1_list .name {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 5px;
	}

	.so1_list .text {
		margin-top: 5px;
	}

	.so1_l {
		width: 100%;
	}

	.so1_r {
		width: 100%;
		padding: 20px 26px 26px;
	}

	.so1_r form input {
		height: 42px;
	}

	.so1_r form input,
	.so1_r form textarea {
		font-size: 15px;
		line-height: 24px;
	}

	.so1_r form .yzm span {
		height: 32px;
		right: 6px;
	}

	.so1_r form textarea {
		height: 120px;
	}

	.so2 {
		padding-bottom: 30px;
	}

	.seo form {
		margin-top: 15px;
		gap: 15px 0px;
	}

	.seo form input {
		height: 42px;
	}

	.seo form input,
	.seo form textarea {
		font-size: 15px;
	}

	.seo form .tj input {
		height: 42px;
	}

	.seo .input_box {
		margin-top: 6px;
	}

	.seo .form_text {
		margin-top: 5px !important;
		gap: 0px;
	}

	.seo .get_email a {
		padding: 2px 20px;
		min-width: 72px;
	}

	.seo .chackbox {
		margin-top: 5px;
	}

	.seo1 {
		padding: 30px 0px;
	}

	.seo1 .content {
		padding: 30px;
	}

	.seo1 .tj {
		margin-top: 10px;
	}

	.set1 {
		padding: 30px 0px;
	}

	.set1 .content {
		padding: 30px;
	}

	.set1 .tj {
		margin-top: 10px;
	}

	.set1_menu {
		width: 35%;
		padding: 15px 12px;
		max-width: 214px;
	}

	.set1_menu a {
		padding: 10px 12px;
	}

	.seth1 {
		padding: 50px 0px 30px;
	}

	.seth1 .logoBox {
		width: 60px;
	}

	.seth1 .content {
		padding: 40px 30px 30px;
	}

	.seth1 .tj {
		margin-top: 5px;
	}

	.sefu1 {
		padding: 50px 0px 30px;
	}

	.sefu1 .logoBox {
		width: 60px;
	}

	.sefu1 .content {
		padding: 40px 30px 30px;
	}

	.sefu1 .tj {
		margin-top: 5px;
	}

	.ses1 .links {
		margin-top: 15px;
	}

	.ses1 .links a {
		min-height: 42px;
	}

	.ses1 .content {
		max-width: 400px;
	}

	.public_pro {
		padding: 30px 0px;
	}

	.public_pro .sw_box {
		margin-top: 15px;
	}

	.public_pro .swiper_controls .controls.prev {
		left: -10px;
	}

	.public_pro .swiper_controls .controls.next {
		right: -10px;
	}

	.public_pro .title {
		font-size: 16px;
		line-height: 26px;
	}

	.public_pro .describe {
		min-height: 48px;
		margin-top: 2px;
	}

	.public_pro .box {
		padding: 15px 12px 20px;
	}

	footer {
		padding-top: 30px;
	}

	footer .dif_footer {
		font-size: 16px;
		line-height: 26px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .dif_up {
		display: block;
		filter: none;
		width: 8px;
	}

	footer .list {
		line-height: 24px;
		margin-top: 2px;
		font-size: 14px;
		display: none;
	}

	footer .logoBox {
		width: 120px;
	}

	.footer_a {
		flex-wrap: wrap;
		gap: 8px;
	}

	.footer_a>* {
		width: 100% !important;
		max-width: 100% !important;
	}

	.footer_b {
		margin-top: 20px;
		padding: 20px 0px 40px;
		flex-direction: column;
		gap: 8px;
	}

	.buttonBox a {
		padding: 6px 16px !important;
		font-size: 14px !important;
		line-height: 22px !important;
	}

	.swiper_button .controls,
	.swiper_controls .controls {
		width: 30px;
	}

	.swiper_button .mask_box,
	.swiper_controls .mask_box {
		width: 18px;
	}

	.PageNumber {
		margin-top: 25px !important;
	}

	.PageNumber a {
		width: 30px;
	}

	.PageNumber .pages-btn,
	.PageNumber .page_box {
		gap: 8px 10px;
	}

	.page_change {
		margin-top: 20px !important;
		flex-wrap: wrap;
		gap: 12px;
	}

	.page_change .logo {
		width: 36px !important;
	}

	.page_change>* {
		width: 100%;
		max-width: 100%;
		gap: 10px;
	}

	.page_change>*:nth-of-type(2) {
		flex-direction: row;
	}

	.page_change>*:nth-of-type(2) .box {
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	html body .content {
		width: calc(100% - 40px);
	}

	header .content {
		width: calc(100% - 40px) !important;
	}

	.head_boxr {
		padding-right: 60px;
	}

	.index1_menu {
		padding: 0px;
		gap: 15px;
	}

	.index1_container .swiper-slide {
		flex-wrap: wrap;
		gap: 15px;
		justify-content: flex-end;
	}

	.index1_container .swiper-slide::before {
		display: none;
	}

	.index1_container .box {
		width: 100%;
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: flex-end;
	}

	.index1_container .box::before {
		content: "";
		position: absolute;
		left: 19.0625%;
		top: 0;
		aspect-ratio: 3/656;
		height: 100%;
		background: url("/images/index1_back.png") no-repeat center;
		background-size: cover;
		z-index: -1;
	}

	.index1_container .center_img {
		left: 0;
		transform: translateY(-50%);
	}

	.index1_container .swiper_button {
		margin-top: 15px;
	}

	.index1_l {
		width: 100%;
		padding-bottom: 0px;
		order: 1;
	}

	.index1_r {
		width: 60%;
	}

	.index2_container .sw_box {
		width: calc(100% - 20px);
		overflow: initial;
	}

	.index2_sw_box {
		margin-top: 12px;
		width: 100%;
	}

	.index3 figure {
		width: 100%;
	}

	.index5 .swiper_controls {
		margin-top: 12px;
	}

	.index6_container::before,
	.index6_container::after {
		display: none;
	}

	.bannerBox {
		padding-top: 280.36px;
	}

	.oo2 .swiper_controls {
		margin-top: 12px;
	}

	.ot1_l .swiper_controls .controls {
		position: absolute !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

	.ot1_l .swiper_controls .controls.prev {
		left: 0px !important;
		right: auto !important;
	}

	.ot1_l .swiper_controls .controls.next {
		left: auto !important;
		right: 0px !important;
	}

	.ot2 .table table td {
		padding: 6px 15px !important;
	}

	.to2 figure {
		flex-wrap: wrap;
		gap: 0px;
	}

	.to2 .l_box {
		width: 100%;
	}

	.to2 .r_box {
		flex: none;
		width: 100%;
	}

	.to2 .box {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
		max-height: 100%;
		padding: 5px 20px 20px;
	}

	.to3 .container {
		width: 100%;
		max-width: 100%;
	}

	.to4 .content {
		padding: 20px 20px 25px;
	}

	.to4_list {
		/* gap: 15px 2%;
		flex-wrap: wrap; */
	}

	.to4_list li {
		/* width: 32%; */
	}

	.tt2_list {
		gap: 20px 2%;
	}

	.tt2_list li {
		width: 32%;
	}

	.tt4 .content {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.tt4 .l_box {
		width: 100%;
		flex: none;
	}

	.tt4 .r_box {
		width: 100%;
	}

	.tt4 .r_box img {
		width: 100%;
	}

	.tt4 .box {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
		max-height: 100%;
		padding: 5px 20px 20px;
	}

	.tt5_list {
		gap: 15px 2%;
	}

	.tt5_list li {
		width: 32%;
	}

	.tho1 .container {
		width: 100%;
	}

	.tho1 figure {
		max-width: none;
	}

	.tho2_container .describe {
		padding-top: 0px;
		padding-left: 0px;
	}

	.tho2_container .box .imgBox {
		margin-left: 12px;
	}

	.fuo3 .content {
		flex-wrap: wrap;
		gap: 20px;
	}

	.fuo3_l {
		width: 100%;
		flex: none;
	}

	.fuo3_r {
		width: 100%;
	}

	.fo1_list li {
		width: 49%;
	}

	.fth1 .content {
		padding: 20px 20px 30px;
	}

	.so1_r {
		padding: 20px 20px 24px;
	}

	.seo1 .content {
		padding: 20px 20px 25px;
	}

	.set1 .content {
		padding: 20px 20px 25px;
	}

	.set1_menu {
		margin-top: 0px;
	}

	.seth1 .content {
		padding: 40px 20px 24px;
	}

	.sefu1 .content {
		padding: 40px 20px 24px;
	}

	.public_pro .swiper_controls {
		margin-top: 12px;
	}

	footer .content {
		width: calc(100% - 40px) !important;
	}

	.swiper_button,
	.swiper_controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
	}

	.swiper_button .controls,
	.swiper_controls .controls {
		position: relative !important;
		left: 0px !important;
		top: 0px !important;
		right: 0px !important;
		transform: none !important;
	}
}

@media screen and (max-width: 750px) {
	.index_banner_content {
		display: none !important;
	}

	.index_banner {
		padding-top: 80% !important;
	}

	.index_banner .index_banner_img img {
		object-position: 58% center;
	}

	.index_banner .index_banner_text {
		max-width: 85%;
	}

	.index_banner .index_banner_text .title {
		font-size: 34px;
		font-size: 3.4rem;
		line-height: 40px;
	}

	.index_banner .index_banner_text .describe {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 25px;
	}

	.index_banner .index_banner_text .buttonBox {
		margin-top: 30px;
	}
}

@media screen and (max-width: 600px) {
	.index_banner .swiper-slide::before {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.05) 85%), linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
	}

	.index_banner .index_banner_text .title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 34px;
	}

	.index_banner .index_banner_text .describe {
		margin-top: 15px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 22px;
	}

	.index_banner .index_banner_text .buttonBox {
		margin-top: 24px;
	}

	.index_banner .index_banner_text .buttonBox a {
		padding: 6px 16px;
	}

	/* .index1_menu {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 15px 4%;
	} */

	/* .index1_menu figure {
		width: 48%;
	} */

	.oo1 .content {
		padding: 20px;
	}

	.oo1 .show_box {
		padding: 20px;
	}

	.tt2_list li,
	.tt5_list li {
		width: 49%;
	}

	.tho3_list {
		background: #f6f7f9;
		padding: 20px 20px 24px;
		gap: 15px 0px;
	}

	.tho3_list li {
		width: 100%;
		padding: 0px;
	}

	.fuo1_r figure {
		width: 49%;
	}

	.seo form .int1 {
		width: 100%;
	}

	.set1 .content {
		flex-wrap: wrap;
		gap: 30px;
	}

	.set1_menu {
		width: 100%;
		max-width: 100%;
		margin: 0px auto;
		min-height: auto;
		gap: 8px;
	}

	.set1_container {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
    
    .tho2_container .alert_box{
        width: 300px;
    }
    .tho2_container figure:nth-of-type(1) .alert_box{
        left: -148px;
        transform: none;
    }
     .tho2_container figure:nth-of-type(2) .alert_box{
        left: -48px;
    }
     .tho2_container figure:nth-of-type(3) .alert_box{
        left: -66px;
    }
    .tho2_container figure:nth-of-type(4) .alert_box{
        left: -80px;
    }
    .tho2_container figure:nth-of-type(5) .alert_box{
        right: -66px;
    }
	/* .to4_list li {
		width: 49%;
	} */

	/* .tho2_container figure {
		width: 100%;
	} */

	.fuo1_r figure {
		width: 100%;
	}

	.fuo2_list {
		/* gap: 20px 2%; */
	}

	.fuo2_list li {
		/* width: 49%; */
	}

	.ffu1_list li {
		width: 100%;
	}

	.so1_r form .int1 {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.head_boxr {
		padding-right: 40px;
	}

	.tt2_list li {
		width: 100%;
	}

	.fo1_list li {
		width: 100%;
	}
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	src: url("../fonts/HarmonyOS_Sans_SC_Regular.eot");
	src: url("../fonts/HarmonyOS_Sans_SC_Regular.eot") format("embedded-opentype"), url("../fonts/HarmonyOS_Sans_SC_Regular.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC_Regular.woff") format("woff"), url("../fonts/HarmonyOS_Sans_SC_Regular.ttf") format("truetype"), url("../fonts/HarmonyOS_Sans_SC_Regular.svg#HarmonyOS_Sans_SC_Regular") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	src: url("../fonts/HarmonyOS_Sans_SC_Bold.eot");
	src: url("../fonts/HarmonyOS_Sans_SC_Bold.eot") format("embedded-opentype"), url("../fonts/HarmonyOS_Sans_SC_Bold.woff2") format("woff2"), url("../fonts/HarmonyOS_Sans_SC_Bold.woff") format("woff"), url("../fonts/HarmonyOS_Sans_SC_Bold.ttf") format("truetype"), url("../fonts/HarmonyOS_Sans_SC_Bold.svg#HarmonyOS_Sans_SC_Bold") format("svg");
}

@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=1776649723522") format("woff"), url("iconfont.ttf?t=1776649723522") format("truetype");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-sina2:before {
	content: "\e644";
}

.icon-sina1:before {
	content: "\e619";
}

.icon-zhihu1:before {
	content: "\e6a0";
}

.icon-xiaohongshu2:before {
	content: "\e69e";
}

.icon-kuaishou2:before {
	content: "\e609";
}

.icon-kuaishou1:before {
	content: "\e603";
}

.icon-bilibili1:before {
	content: "\e60a";
}

.icon-xiaohongshu1:before {
	content: "\e68a";
}

.icon-bilibili2:before {
	content: "\ea95";
}

.icon-tiktok1:before {
	content: "\e602";
}

.icon-zhihu2:before {
	content: "\e690";
}

.icon-icon_duihao-mian:before {
	content: "\e63e";
}

.icon-gantanhao:before {
	content: "\e606";
}

.icon-search:before {
	content: "\e65c";
}

.icon-facebook2:before {
	content: "\e6e5";
}

.icon-Linkedin:before {
	content: "\e684";
}

.icon-TiktokLogo:before {
	content: "\e71f";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-dianhua:before {
	content: "\e62f";
}

.icon-weixin:before {
	content: "\e64f";
}

.icon-facebook1:before {
	content: "\e621";
}

.icon-xiangxia2:before {
	content: "\e63d";
}

.icon-douyin1:before {
	content: "\e8db";
}

.icon-linkedin1:before {
	content: "\e625";
}

.icon-pinterest1:before {
	content: "\e61e";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-instagram2:before {
	content: "\e73a";
}

.icon-youtube1:before {
	content: "\e614";
}

.icon-youjiantou:before {
	content: "\e73d";
}

.icon-youjiantou-copy:before {
	content: "\eb8f";
}

.icon-tabzuoyouqiehuan:before {
	content: "\e668";
}

.icon-tabzuoyouqiehuan-copy:before {
	content: "\eb90";
}

.icon-pinterest2:before {
	content: "\e82e";
}

.icon-xiangxiaxialakuang:before {
	content: "\e657";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-youxiang-32:before {
	content: "\e605";
}

.icon-trun-north:before {
	content: "\e615";
}

.icon-guanbi:before {
	content: "\e601";
}

.icon-home:before {
	content: "\e624";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-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-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";
}

/*# sourceMappingURL=index.css.map */