@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::-webkit-scrollbar {*/
/*	width: 0px;*/
/*}*/
html body {
	height: 100%;
	overflow-x: hidden;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #555;
	letter-spacing: 0px;
}
html body input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}
html body img {
	display: block;
	transition: 0.4s;
	max-width: 100%;
}
html body i {
	display: inline-block;
	transition: 0.3s;
}
html body a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
	outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
	outline: none !important;
}
html body span {
	display: inline-block;
}
html body a,
html body span,
html body li {
	transition: 0.3s;
}
html body .content {
	margin: auto;
	max-width: 1600px;
	width: calc(100% - 180px);
}
html body li {
	list-style: none;
}
.right_nav {
	z-index: 4;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 0px;
	transform: translateY(-50%);
	border-radius: 999px;
	background: #06f;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	gap: 21px;
	top: 50%;
	padding: 14px 17px 20px;
}
.right_nav>* {
	display: block;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	opacity: 0.8;
}
@media screen and (min-width: 993px) {
	.right_nav>*:hover {
		opacity: 1;
	}
	.right_nav>*:hover .hide_box {
		display: block;
	}
}
.right_nav .xian {
	width: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.right_nav .go_top {
	padding-bottom: 0px !important;
}
.right_nav .go_top::before {
	display: none;
}
.right_nav span {
	transition: 0s;
	display: block;
	line-height: 30px;
}
.right_nav .logo {
	width: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
}
.right_nav .hide_box {
	position: absolute;
	right: 100%;
	padding-right: 20px;
	border-bottom: none;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.right_nav .hide_box img {
	max-width: none;
}
.right_nav .hide_box>p {
	background: #06f;
	white-space: nowrap;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
}
/* nav */
.xnav {
	display: none;
}
.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #06f;
	right: 2.5%;
	top: 16px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999;
}
.nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
	z-index: 99999991;
}
.nav .nav1 {
	margin-top: -1px;
}
.nav .nav2 {
	margin-top: -8px;
}
.nav .nav3 {
	margin-top: 6px;
}
.navh .nav1 {
	transform: rotate(45deg);
}
.navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}
.navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}
.smdaohang {
	position: fixed;
	width: 280px;
	height: 100%;
	opacity: 0;
	overflow: auto;
	top: 0px;
	right: -200%;
	background: #ccc;
	z-index: 9999999;
	transition: 0.5s;
	text-align: center;
}
.smdaohangh {
	right: 0px;
	opacity: 1;
}
.topnav {
	margin: auto;
	margin-top: 30px;
	padding: 20px;
}
ul.topnav li {
	text-align: left;
	position: relative;
}
ul.topnav li a {
	padding: 15px 5px;
	padding-left: 0px;
	color: #333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding-right: 50px;
	border-bottom: 1px dashed #fff;
}
ul.topnav ul {
	display: none;
}
ul.topnav ul li {
	clear: both;
}
ul.topnav ul li a {
	padding: 10px 5px;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	outline: 0;
	border: none;
}
ul.topnav ul ul li a {
	padding-left: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}
ul.topnav ul ul {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
	padding-left: 60px;
}
ul.topnav span {
	display: block;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	border-radius: 50%;
	transition: 0.5s;
}
ul.topnav span:before {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: 0px;
	transform: rotate(45deg);
	transform-origin: right center;
}
ul.topnav span:after {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
	transform-origin: right center;
	transition: 0.5s;
}
ul.topnav span.yizi {
	transform: rotate(90deg);
}
.smdaohang form {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 240px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
}
.smdaohang form .iptc {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
}
.smdaohang form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: transparent;
	position: relative;
	z-index: 99;
}
.smdaohang form i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.daohang2 {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.daohang2 a {
		float: left;
		width: 25%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 24px;
		text-align: center;
	}
	.daohang,
	.daohang1 {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	.xnav {
		display: block;
	}
}
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
	opacity: 1;
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, -moz-transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
	right: 2%;
}
.baguetteBox-button#previous-button {
	left: 2%;
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}
.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
	100% {
		margin-left: 0;
	}
}
@keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
	100% {
		margin-left: 0;
	}
}
@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
	100% {
		margin-left: 0;
	}
}
@keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
	100% {
		margin-left: 0;
	}
}
@-webkit-keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
.imgBox {
	width: 100%;
}
.imgBox a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.imgBox a img:hover {
	transform: scale(1.05);
}
.imgBox img {
	max-width: 100%;
	margin: auto;
}
.swiper {
	width: 100%;
}
.swiper-slide img {
	display: block;
	width: 100%;
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	transition: 0.3s;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 50px 0 rgba(34, 54, 104, 0.1);
}
header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .l_box {
	display: flex;
	align-items: center;
	padding-top: 2px;
}
header .center {
	display: flex;
	align-items: center;
	gap: 63px;
}
header .logoBox {
	width: 252px;
	flex-shrink: 0;
}
header .logoBox a {
	display: block;
}
header .logoBox img {
	width: 100%;
}
header .menuOne.active>a {
	color: #06f;
}
header .menuOne.menuactive>a {
	color: #06f;
}
header .menuOne {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 28px;
	color: #111;
	position: relative;
}
header .menuOne>a {
	color: #111;
	padding: 31px 0px;
	position: relative;
}
header .menuOne>a:hover {
	color: #06f;
}
header .menuOne .active>a {
	color: #06f;
}
header .menuOne .menuactive>a {
	color: #06f;
}
header .ul {
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	padding-left: 5px;
}
header .ul div {
	background: #fff;
	box-shadow: 0 20px 30px 0 rgba(5, 33, 76, 0.1);
	padding: 22px 29px 21px;
}
header .ul li:nth-of-type(1) {
	margin-top: 0px;
}
header .ul li {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #05193b;
	position: relative;
	margin-top: 8px;
}
header .ul li a {
	display: block;
	padding-right: 7px;
	color: #05193b;
	white-space: nowrap;
	position: relative;
}
header .ul li a:hover {
	color: #06f;
}
header .ul1 {
	left: 0px;
	top: 100%;
	padding-left: 0px;
}
header .sousuo {
	margin-left: 93px;
}
header .sousuo .search {
	cursor: pointer;
	transition: 0.2s;
	color: #555;
	font-size: 20px;
	font-weight: bold;
}
header .sousuo .search:hover {
	color: #06f;
}
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: #555;
}
header .sousuo .search_hide:hover {
	color: #06f;
}
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: #555;
	cursor: pointer;
	transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
	color: #06f;
}
header .lang {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 34px;
}
header .lang .lang_box {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	overflow: hidden;
	gap: 5px;
	transition: 0.2s;
	cursor: pointer;
}
@media screen and (min-width: 769px) {
	header .lang .lang_box:hover span {
		color: #06f;
	}
	header .lang .lang_box:hover .lang2,
	header .lang .lang_box:hover .lang1 {
		background: #06f;
	}
}
header .lang .lang_box .lang2 {
	width: 22px;
	aspect-ratio: 1/1;
	mask-image: url("../images/lang.png");
	-webkit-mask-image: url("../images/lang.png");
	transition: 0.3s;
	background: #555;
}
header .lang .lang_box .lang1 {
	width: 10px;
	aspect-ratio: 10/6;
	mask-image: url("../images/lang1.png");
	-webkit-mask-image: url("../images/lang1.png");
	transition: 0.3s;
	background: #555;
}
header .lang .lang_box span {
	font-size: 18px;
	line-height: 28px;
	color: #555;
	transition: 0.3s;
	margin-right: 1px;
}
header .lang>ul {
	display: none;
	position: absolute;
	width: 120px;
	background-color: #fff;
	border: 1px solid #06f;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
	z-index: 1;
}
header .lang>ul li {
	border-bottom: 1px dashed #06f;
	padding: 6px 0px;
}
header .lang>ul li a {
	text-align: center;
	display: block;
	line-height: 28px;
}
header .lang>ul li a:hover {
	color: #06f;
}
header .lang>ul li:nth-last-of-type(1) {
	border-bottom: none;
}
header .header_boxr {
	display: flex;
	align-items: center;
}
.buttonBox {
	display: flex;
	justify-content: flex-start;
}
.buttonBox a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 8px 30px;
	min-height: 50px;
	border-radius: 10px;
	border: 1px solid #06f;
	color: #06f;
}
.buttonBox a:hover {
	background: #06f;
	color: #fff;
}
.buttonBox a:hover .button_logo {
	background: #fff;
}
.buttonBox a:hover .mask_box {
	background: #06f;
}
.buttonBox span {
	transition: 0s;
	display: block;
	padding-top: 2px;
}
.buttonBox .button_logo {
	width: 21px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #06f;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.buttonBox .mask_box {
	width: 4px;
	aspect-ratio: 4/9;
	mask-image: url("../images/button_la.png");
	-webkit-mask-image: url("../images/button_la.png");
	transition: 0.3s;
	background: #fff;
}
.bofangBox {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}
.clear {
	clear: both;
}
.bannerBox {
	padding-top: 23.4375%;
	position: relative;
	z-index: 1;
}
.bannerBox .content {
	position: absolute;
	left: 50%;
	top: 66.8%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bannerBox .banner_title {
	color: #fff;
	text-align: center;
	font-family: Arial;
	font-size: 60px;
	font-style: normal;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
}
.mbx {
	border-radius: 999px;
	background: #06f;
	color: #fff;
	padding: 7px 20px 5px;
	margin-top: 20px;
	text-align: center;
}
.mbx a {
	color: #fff;
	display: inline;
	margin: 0px 9px;
}
.mbx a:hover {
	font-weight: bold;
}
.mbx a:nth-of-type(1) {
	margin-left: 0px;
}
.mbx a:nth-last-of-type(1) {
	margin-right: 0px;
}
.mbx .active {
	font-weight: bold;
}
.PageNumber {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 8px 14px;
	flex-wrap: wrap;
	margin-top: 60px;
}
.PageNumber .pages-btn,
.PageNumber .page_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px 10px;
	flex-wrap: wrap;
}
.PageNumber .mask_box {
	width: 11px;
	aspect-ratio: 1/1;
	background: #222;
	transition: 0.3s;
}
.PageNumber .PageNumber_left {
	mask-image: url("../images/pageNumber_la.png");
	-webkit-mask-image: url("../images/pageNumber_la.png");
}
.PageNumber .PageNumber_right {
	mask-image: url("../images/pageNumber_lb.png");
	-webkit-mask-image: url("../images/pageNumber_lb.png");
}
.PageNumber .dif_style {
	color: #222;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0px 10px;
}
.PageNumber .dif_style span {
	transition: 0s;
}
.PageNumber .dif_style:hover {
	color: #06f;
}
.PageNumber .dif_style:hover .mask_box {
	background: #06f;
}
.PageNumber a:not(.dif_style) {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #222;
	width: 35px;
	height: 35px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.PageNumber a:not(.dif_style):hover {
	background: #06f;
	color: #fff;
}
.PageNumber .active {
	background: #06f !important;
	color: #fff !important;
}
.PageNumber .submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 41px;
}
.PageNumber input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #222;
	cursor: pointer;
	transition: 0.3s;
	background: transparent;
}
.PageNumber input:hover {
	color: #06f;
}
.padding_top {
	padding-top: 94px;
}
.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;
}
.index_banner .swiper-slide a {
	display: block;
	position: relative;
}
.index_banner .swiper-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index_banner .swiper-slide video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none;
	display: block;
}
@media screen and (max-width: 992px) {
	.index_banner .swiper-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}
.index_banner .controls {
	position: absolute;
	z-index: 1;
	width: 36px;
	aspect-ratio: 1/1;
	background: rgba(255, 255, 255, 0.5);
	transition: 0.3s;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.index_banner .controls:hover {
	background: #fff;
}
.index_banner .controls.prev {
	mask-image: url("../images/banner_la.png");
	-webkit-mask-image: url("../images/banner_la.png");
	left: 2.292%;
}
.index_banner .controls.next {
	mask-image: url("../images/banner_lb.png");
	-webkit-mask-image: url("../images/banner_lb.png");
	right: 2.292%;
}
.big_title {
	font-family: Arial;
	font-size: 46px;
	font-style: normal;
	font-weight: bold;
	line-height: 56px;
	color: #05193b;
}
.big_title span {
	color: #06f;
	display: inline;
	transition: 0s;
}
.big_title a {
	color: #05193b;
}
.big_title a:hover {
	color: #06f;
}
.title_center {
	text-align: center;
}
.swiper_public_button .controls {
	width: 59px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #06f;
	opacity: 0.4;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}
.swiper_public_button .controls:hover {
	opacity: 1;
	background: #06f;
}
.swiper_public_button .controls:hover .mask_box {
	background: #fff;
}
.swiper_public_button .mask_box {
	background: #06f;
	width: 11px;
	aspect-ratio: 11/23;
	transition: 0.3s;
}
.swiper_public_button .controls.prev {
	transform: translate(-100%, -50%);
}
.swiper_public_button .controls.prev .mask_box {
	mask-image: url("../images/swiper_la.png");
	-webkit-mask-image: url("../images/swiper_la.png");
}
.swiper_public_button .controls.next {
	transform: translate(100%, -50%);
}
.swiper_public_button .controls.next .mask_box {
	mask-image: url("../images/swiper_lb.png");
	-webkit-mask-image: url("../images/swiper_lb.png");
}
.index1 {
	background: url("../images/index1_back.jpg") no-repeat center;
	background-size: cover;
	padding: 100px 0px 100px;
	overflow: hidden;
}
.index1_menu {
	display: flex;
	justify-content: flex-start;
	overflow: auto;
	gap: 59px;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 49px;
}
.index1_menu::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.index1_menu::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}
.index1_menu::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.index1_menu span {
	display: block;
	cursor: pointer;
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	color: #555;
	padding-bottom: 23px;
	position: relative;
}
.index1_menu span::before {
	content: attr(title);
	font-weight: bold;
	height: 0px;
	display: block;
	overflow: hidden;
}
.index1_menu span::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #06f;
	transition: 0.3s;
	transform: translateX(-50%);
}
.index1_menu .active {
	color: #05193b;
	font-weight: bold;
}
.index1_menu .active::after {
	width: 100%;
}
.index1_container {
	margin-top: 48px;
}
.index1_container .swiper {
	overflow: initial;
	pointer-events: none;
}
.index1_container .container {
	transition: 0.3s;
	opacity: 0;
	padding: 13px;
	background: #f3f5fa;
	box-shadow: 0 0 30px 0 rgba(5, 33, 76, 0.2);
}
.index1_container .container:hover {
	background: #06f;
}
.index1_container .container:hover .title {
	color: #fff;
}
.index1_container .container:hover .title a {
	color: #fff;
}
.index1_container .container:hover .links a {
	color: #fff;
}
.index1_container .container:hover .links .links_logo {
	background: #fff;
}
.index1_container .swiper-slide-visible {
	pointer-events: all;
}
.index1_container .swiper-slide-visible .container {
	opacity: 1;
}
.index1_container .title {
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #05193b;
}
.index1_container .title a {
	color: #05193b;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index1_container .title a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.index1_container .box {
	padding: 33px 0px 13px;
}
.index1_container .links {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}
.index1_container .links a {
	color: #555;
	display: flex;
	align-items: center;
	gap: 10px;
}
.index1_container .links a:hover span {
	text-underline-offset: 2px;
	text-decoration: underline;
}
.index1_container .links span {
	transition: 0s;
}
.index1_container .links .links_logo {
	width: 17px;
	aspect-ratio: 1/1;
	mask-image: url("../images/index1_la.png");
	-webkit-mask-image: url("../images/index1_la.png");
	transition: 0.3s;
	background: #06f;
}
.index1_container .sw_box {
	position: relative;
}
.index1_container .controls {
	position: absolute;
	top: 50%;
}
.index1_container .controls.prev {
	left: -34px;
}
.index1_container .controls.next {
	right: -34px;
}
.index2_text {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	color: #555;
}
.index2 {
	padding: 100px 0px 100px;
}
.index2 .index2_text {
	margin-top: 18px;
}
.index2_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 27px;
}
.index2_l {
	width: 49.0625%;
}
.index2_r {
	width: 47.375%;
	display: flex;
	flex-direction: column;
	padding-top: 2px;
	gap: 45px;
}
.index2_r .logo {
	width: 44px;
}
.index2_r figure {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 15px;
}
.index2_r .title {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	color: #05193b;
}
.index2_r .describe {
	color: #111;
	margin-top: 5px;
}
.index2_r .box {
	flex: 1;
	padding-top: 1px;
}
.index3 {
	background: url("../images/index3_back.jpg") no-repeat center;
	background-size: cover;
	padding: 100px 0px;
}
.index3 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4%;
}
.index3 .index2_text {
	color: #fff;
	line-height: 36px;
	margin-top: 40px;
}
.big_title.white_title {
	color: #fff;
}
.big_title.white_title a {
	color: #fff;
}
.big_title.white_title a:hover {
	color: #06f;
}
.big_title.white_title span {
	color: #06f;
}
.index3_l {
	width: 49.0625%;
	padding-top: 33px;
}
.index3_r {
	flex: 1;
	max-width: 642px;
	margin-right: 37px;
}
.index3_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px 0px;
}
.index3_list li {
	width: 46.885%;
	border: 1px solid #06f;
	background: rgba(5, 25, 59, 0.7);
	padding: 49px 10px 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.index3_list .logo {
	width: 50px;
	position: relative;
	z-index: 1;
	margin-left: 15px;
}
.index3_list .logo::before {
	content: "";
	left: -14px;
	top: -6px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #06f;
	z-index: -1;
	position: absolute;
}
.index3_list .title {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin-top: 33px;
}
.index4 {
	background: #f7f9ff;
	padding: 100px 0px 100px;
}
.index4 .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px 4%;
}
.index4_menu {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 26px;
}
.index4_menu span {
	display: block;
	padding: 10px 20px;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	color: #555;
	border-radius: 10px;
	background: #eceef6;
	cursor: pointer;
}
.index4_menu span:hover {
	background: #06f;
	color: #fff;
}
.index4_menu span.active {
	font-weight: bold;
	background: #06f;
	color: #fff;
}
.index4_container {
	margin-top: 50px;
}
.index4_container .sw_box {
	overflow: hidden;
	position: relative;
}
.index4_container .swiper {
	width: 66%;
	max-width: 1043px;
	overflow: initial;
}
.index4_container .title {
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #05193b;
	margin-top: 26px;
	display: none;
}
.index4_container .title a {
	color: #05193b;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index4_container .title a:hover {
	color: #06f;
}
.index4_container .swiper-slide-active .title {
	display: block;
}
.index4_container .swiper-slide-active .imgBox::before {
	opacity: 0;
	pointer-events: none;
}
.index4_container .imgBox {
	position: relative;
}
.index4_container .imgBox::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: 0.3s;
	opacity: 1;
	z-index: 1;
}
.index4_container .controls {
	position: absolute;
	top: calc(50% - 26px);
	z-index: 1;
	border: 1px solid #fff;
}
.index4_container .controls:hover {
	border: 1px solid #06f;
}
.index4_container .controls.prev {
	left: 6.1%;
	transform: translateY(-50%);
}
.index4_container .controls.next {
	right: 6.1%;
	transform: translateY(-50%);
}
.index4_container .swiper_public_button .mask_box {
	background: #fff;
}
.index5 {
	padding: 99px 0px 42px;
}
.index5 .index2_text {
	color: #111;
	/*text-align: center;*/
	margin-top: 18px;
	line-height: 36px;
}
.index5 .buttonBox {
	margin-top: 36px;
	/*justify-content: center;*/
}
.index6 {
	padding: 55px 0px 43px;
	position: relative;
	z-index: 1;
}
.index6::before {
	content: "";
	position: absolute;
	width: 64.375%;
	background: #f7f9ff;
	height: 100%;
	z-index: -1;
	right: 0;
	top: 0;
}
.index6 .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index6_l {
	width: 50%;
}
.index6_r {
	width: 45.25%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-bottom: 0.5%;
}
.index6_r figure {
	display: flex;
	align-items: center;
	gap: 37px;
	border-bottom: 2px dashed #06f;
	padding-bottom: 27px;
}
.index6_r figure:nth-last-of-type(1) {
	padding-bottom: 0px !important;
	border-bottom: none !important;
}
.index6_r .logo {
	width: 76px;
}
.index6_r .box {
	flex: 1;
}
.index6_r .index6_title {
	flex: 1;
	text-align: right;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 26px;
	color: #05193b;
}
.index6_r .number_box {
	text-align: right;
	font-family: Arial;
	font-size: 60px;
	font-style: normal;
	font-weight: bold;
	line-height: 74px;
	color: #06f;
}
.index6_r .top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
}
.index6_r .top_l {
	flex: 1;
}
.index6_r .bottom {
	text-align: right;
}
.index6_r .bottom .index6_title {
	line-height: 25px;
}
.index6_r .describe {
	color: #555;
	line-height: 26px;
}
.index7_text {
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #555;
}
.index7 {
	padding: 60px 0px 98px;
}
.index7 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 4%;
}
.index7 .swiper_public_button {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 21%;
}
.index7 .controls {
	position: relative;
	top: 0px;
}
.index7 .controls.prev {
	transform: none;
}
.index7 .controls.next {
	transform: none;
}
.index7_l {
	flex: 1;
	max-width: 543px;
	margin-bottom: 1.5%;
}
.index7_l .big_title {
	color: #06f;
}
.index7_l .big_title a {
	color: #06f;
}
.index7_l .big_title a:hover {
	text-underline-offset: 4px;
	text-decoration: underline;
}
.index7_l .index7_text {
	margin-top: 35px;
}
.index7_r {
	width: 52.875%;
}
.index7_r .swiper-slide {
	border: 1px solid #ddd;
}
.index8 {
	background: #05193b;
}
.index8 .container {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
}
.index8 .index8_title {
	margin-top: 22px;
}
.index8_title {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 33px;
	color: #fff;
}
.index8_title em {
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
}
.index8_l {
	width: 54.636%;
}
.index8_r {
	flex: 1;
	padding: 20px;
}
.index8_list {
	display: flex;
	flex-direction: column;
	gap: 17px;
	margin-top: 23px;
}
.index8_list .logo {
	width: 29px;
}
.index8_list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
.index8_list .index8_text {
	color: #fff;
	line-height: 24px;
	flex: 1;
	padding-top: 3px;
}
.index8_list .index8_text a {
	color: #fff;
}
.index8_list .index8_text a:hover {
	color: #06f;
}
.big_title.title_color {
	color: #06f;
}
.big_title.title_color a {
	color: #06f;
}
.big_title.title_color a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}
.index9 {
	background: #eff2f9;
	padding: 70px 0px;
}
.index9 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index9 .index7_text {
	margin-top: 34px;
}
.index9_l {
	width: 43.75%;
	padding-top: 3.85%;
}
.index9_r {
	width: 49.75%;
}
.index9_r form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px 0px;
	width: 100%;
}
.index9_r form>* {
	width: 100%;
}
.index9_r form input,
.index9_r form textarea {
	border-radius: 4px;
	border: none;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #111;
	padding: 0px 23px;
	width: 100%;
	flex: 1;
	resize: none;
	outline: none;
	display: block;
}
.index9_r form input::placeholder,
.index9_r form input::-webkit-input-placeholder,
.index9_r form textarea::placeholder {
	color: #111;
}
.index9_r form input:focus,
.index9_r form textarea:focus {
	border: 1px solid #d2d2d2;
}
.index9_r form .int1 {
	width: 49%;
}
.index9_r form input {
	height: 50px;
}
.index9_r form textarea {
	height: 150px;
	padding-top: 12px !important;
}
.index9_r form .afterBox {
	position: relative;
}
.index9_r form .afterBox::before {
	left: 10px;
	position: absolute;
	content: "*";
	font-size: 16px;
	color: #ff0000;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.index9_r form .ttBox::before {
	top: 25px;
}
.fuo1_l form .afterBox {
	position: relative;
}
.fuo1_l form .afterBox::before {
	left: 10px;
	position: absolute;
	content: "*";
	font-size: 16px;
	color: #ff0000;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.fuo1_l form .ttBox::before {
	top: 25px;
}
.index9_r form .ttBox {
	width: 100%;
}
.index9_r form .yzm {
	position: relative;
	display: flex;
}
.index9_r form .yzm input {
	flex: 1;
	padding-right: 120px;
}
.index9_r form .yzm span {
	height: 29px;
	aspect-ratio: 86/29;
	overflow: hidden;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.index9_r form .yzm span img {
	height: 100%;
}
.index9_r form .tj {
	width: auto;
}
.index9_r form .tj input {
	cursor: pointer;
	background: #06f;
	border: 1px solid #06f;
	color: #fff;
	transition: 0.3s;
	min-width: 110px;
	border-radius: 10px;
}
.index9_r form .tj input:hover {
	background: #fff;
	color: #06f;
}
.oo_color_back {
	background: #f7f9ff;
}
.big_describe {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 36px;
	color: #555;
}
.oo1 .content {
	overflow: hidden;
	padding: 80px 0px 53px;
	border-bottom: 1px solid #ccc;
}
.oo1 .describe {
	margin-top: 61px;
}
.oo1_l {
	width: 37.625%;
	float: right;
	margin-left: 4.25%;
	margin-bottom: 5px;
}
.oo2_title {
	font-family: Arial;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	line-height: 52px;
	color: #05193b;
}
.oo2 {
	padding: 46px 0px 100px;
}
.oo2_container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	margin-top: 22px;
}
.oo2_container .describe {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	color: #555;
	margin-top: 22px;
	/*max-height: 128px;*/
	overflow: auto;
}
.oo2_container .describe::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.oo2_container .describe::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #06f;
}
.oo2_container .describe::-webkit-scrollbar-track {
	border-radius: 0;
	background: transparent;
}
.oo2_container .title {
	font-family: Arial;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	color: #05193b;
}
.oo2_container .swiper_public_button {
	display: flex;
	align-items: center;
	gap: 27px;
	margin-top: 11%;
}
.oo2_container .controls {
	position: relative;
	top: 0px;
}
.oo2_container .controls.prev {
	transform: none;
}
.oo2_container .controls.next {
	transform: none;
}
.oo2_l {
	width: 50%;
	padding: 3.2% 97px 2%;
}
.oo2_r {
	width: 50%;
}
.oo3 {
	padding: 100px 0px 99px;
}
.oo3_container {
	margin-top: 30px;
}
.oo3_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1.91666667%;
}
.oo3_list li {
	width: 23.5625%;
	padding: 13px;
	background: #f3f5fa;
}
.oo3_list li:hover {
	background: #06f;
}
.oo3_list li:hover .title {
	color: #fff;
}
.oo3_list li:hover .title a {
	color: #fff;
}
.oo3_list li:hover .links a {
	color: #fff;
}
.oo3_list li:hover .links .links_logo {
	background: #fff;
}
.oo3_list .title {
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #05193b;
}
.oo3_list .title a {
	color: #05193b;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.oo3_list .title a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.oo3_list .box {
	padding: 33px 0px 13px;
}
.oo3_list .links {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}
.oo3_list .links a {
	color: #555;
	display: flex;
	align-items: center;
	gap: 10px;
}
.oo3_list .links a:hover span {
	text-underline-offset: 2px;
	text-decoration: underline;
}
.oo3_list .links span {
	transition: 0s;
}
.oo3_list .links .links_logo {
	width: 17px;
	aspect-ratio: 1/1;
	mask-image: url("../images/index1_la.png");
	-webkit-mask-image: url("../images/index1_la.png");
	transition: 0.3s;
	background: #06f;
}
.oo4 {
	padding-bottom: 100px;
}
.oo4 .top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 20px;
}
.oo4 .top_l {
	flex: 1;
}
.oo4 .swiper-slide {
	background: #f7f9ff;
	height: auto;
}
.oo4 .title {
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #05193b;
	padding: 20px 15px 19px;
}
.oo4 .title a {
	color: #05193b;
}
.oo4 .title a:hover {
	color: #06f;
}
.oo4_container {
	margin-top: 40px;
}
.ot1 {
	background: #f7f9ff;
	padding: 87px 0px 80px;
}
.ot1 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ot1 .big_title {
	color: #05193b;
}
.ot1_l {
	width: 37.5%;
}
.ot1_r {
	width: 57.5625%;
	padding-top: 13px;
}
.ot1_r .table {
	color: #111;
	text-align: center;
}
.ot1_r .table td {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 3px 20px 4px;
}
.ot1_r .table tr:nth-of-type(1) {
	background: #06f;
}
.ot1_r .table tr:nth-of-type(1) td {
	font-weight: bold;
	color: #fff;
}
.ot1_r .describe {
	margin-top: 30px;
}
.ot1_r .buttonBox {
	display: flex;
	gap: 12px 20px;
	flex-wrap: wrap;
	margin-top: 44px;
}
.oth1 {
	padding: 80px 0px 100px;
}
.oth1 .describe {
	color: #555;
	margin-top: 25px;
}
.oth2 {
	padding: 100px 0px 90px;
}
.oth2_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1.90625%;
	margin-top: 30px;
}
.oth2_list li {
	padding: 13px;
	transition: 0.3s;
	width: 32.0625%;
	background: #f7f9ff;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 993px) {
	.oth2_list li:hover {
		background: #06f;
	}
	.oth2_list li:hover .links a {
		color: #fff;
	}
	.oth2_list li:hover .links .links_logo {
		background: #fff;
	}
	.oth2_list li:hover .title {
		color: #fff;
	}
	.oth2_list li:hover .title a {
		color: #fff;
	}
	.oth2_list li:hover .describe {
		color: #fff;
	}
}
.oth2_list .title {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	color: #05193b;
}
.oth2_list .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #05193b;
}
.oth2_list .title a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.oth2_list .describe {
	color: #555;
	transition: 0.3s;
	/*text-overflow: -o-ellipsis-lastline;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-line-clamp: 5;*/
	/*-webkit-box-orient: vertical;*/
	line-height: 26px;
	margin-top: 11px;
}
.oth2_list .links {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
}
.oth2_list .links a {
	color: #555;
	display: flex;
	align-items: center;
	gap: 10px;
}
.oth2_list .links a:hover span {
	text-underline-offset: 2px;
	text-decoration: underline;
}
.oth2_list .links span {
	transition: 0s;
}
.oth2_list .links .links_logo {
	width: 17px;
	aspect-ratio: 1/1;
	mask-image: url("../images/index1_la.png");
	-webkit-mask-image: url("../images/index1_la.png");
	transition: 0.3s;
	background: #06f;
}
.oth2_list .box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 21px 0px 30px;
}
.ofu1 {
	padding: 87px 0px 93px;
}
.ofu1 .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ofu1_l {
	width: 37.5%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
}
.ofu1_l .swiper-slide {
	position: relative;
	overflow: hidden;
}
.ofu1_l .mySwiperofu1_2 {
	width: 72%;
	margin: 0px auto;
}
.ofu1_l .mySwiperofu1_2 .swiper-slide {
	cursor: pointer;
	border: 1px solid #fff;
}
.ofu1_l .mySwiperofu1_2 .swiper-slide-thumb-active {
	border: 1px solid #06f;
}
.ofu1_l .sw_box {
	position: relative;
	margin-top: 20px;
}
.ofu1_l .swiper-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ofu1_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) {
	.ofu1_l .swiper-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}
.ofu1_l .swiper_public_button .controls {
	top: 50%;
	transform: translateY(-50%) !important;
}
.ofu1_l .swiper_public_button .controls.prev {
	left: 0;
}
.ofu1_l .swiper_public_button .controls.next {
	right: 0;
}
.ofu1_r {
	width: 57.5625%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.48% 0px 6.95%;
	gap: 30px;
}
.ofu1_r .buttonBox {
	display: flex;
	gap: 12px 20px;
	flex-wrap: wrap;
	margin-top: 44px;
}
.ofu1_pro {
	margin-top: 21px;
}
.ofu1_pro figure:not(:nth-of-type(1)) {
	margin-top: 33px;
}
.ofu1_pro .name {
	color: #555;
}
.ofu1_pro .ofu1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 13px;
}
.ofu1_pro .ofu1_list span,
.ofu1_pro .ofu1_list a {
	display: block;
	text-align: center;
	background: #e5e5e5;
	color: #555;
	padding: 3.5px 10.5px;
	cursor: pointer;
}
.ofu1_pro .ofu1_list span:hover,
.ofu1_pro .ofu1_list a:hover {
	color: #fff;
	background: #05193b;
}
.ofu1_pro .ofu1_list .active {
	color: #fff;
	background: #05193b;
}
.ofu1_pro .ofu1_list1 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 13px;
}
.ofu1_pro .ofu1_list1 span,
.ofu1_pro .ofu1_list1 a {
	display: block;
	text-align: center;
	background: transparent;
	border: 1px solid #ccc;
	color: #555;
	padding: 2.5px 10.5px;
	cursor: pointer;
}
.ofu1_pro .ofu1_list1 span:hover,
.ofu1_pro .ofu1_list1 a:hover {
	color: #fff;
	background: #05193b;
	border: 1px solid #05193b;
}
.ofu1_pro .ofu1_list1 .active {
	color: #fff;
	background: #05193b;
	border: 1px solid #05193b;
}
.ofu2 {
	padding: 92px 0px 90px;
}
.ofu2 .table {
	color: #111;
}
.ofu2 .table td {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 3px 20px 4px;
	text-align: center;
}
.ofu2 .table tr:nth-of-type(1) {
	background: #06f;
}
.ofu2 .table tr:nth-of-type(1) td {
	font-weight: bold;
	color: #fff;
}
.public_pro1 {
	padding-bottom: 90px;
}
.public_pro1 .swiper-slide {
	height: auto;
}
.public_pro1 .container {
	flex: 1;
	padding: 13px;
	transition: 0.3s;
	background: #f7f9ff;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 993px) {
	.public_pro1 .container:hover {
		background: #06f;
	}
	.public_pro1 .container:hover .links a {
		color: #fff;
	}
	.public_pro1 .container:hover .links .links_logo {
		background: #fff;
	}
	.public_pro1 .container:hover .title {
		color: #fff;
	}
	.public_pro1 .container:hover .title a {
		color: #fff;
	}
	.public_pro1 .container:hover .describe {
		color: #fff;
	}
}
.public_pro1 .title {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	color: #05193b;
}
.public_pro1 .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #05193b;
}
.public_pro1 .title a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.public_pro1 .describe {
	color: #555;
	transition: 0.3s;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 26px;
	margin-top: 11px;
}
.public_pro1 .links {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
}
.public_pro1 .links a {
	color: #555;
	display: flex;
	align-items: center;
	gap: 10px;
}
.public_pro1 .links a:hover span {
	text-underline-offset: 2px;
	text-decoration: underline;
}
.public_pro1 .links span {
	transition: 0s;
}
.public_pro1 .links .links_logo {
	width: 17px;
	aspect-ratio: 1/1;
	mask-image: url("../images/index1_la.png");
	-webkit-mask-image: url("../images/index1_la.png");
	transition: 0.3s;
	background: #06f;
}
.public_pro1 .box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 21px 0px 30px;
}
.public_pro1 .pro1_container {
	position: relative;
	margin-top: 40px;
}
.public_pro1 .controls {
	position: absolute;
	top: 50%;
}
.public_pro1 .controls.prev {
	left: -34px;
}
.public_pro1 .controls.next {
	right: -34px;
}
.to1 {
	padding: 80px 0px 79px;
}
.to1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 1.90625%;
	margin-top: 40px;
}
.to1_list li {
	width: 32.0625%;
	background: #f7f9ff;
}
.to1_list .title {
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 26px;
	color: #05193b;
	padding: 20px 15px 19px;
}
.to1_list .box {
	position: relative;
}
.to2 {
	padding-bottom: 80px;
}
.to2_list {
	margin-top: 36px;
	gap: 30px 1.90625%;
}
.tho1 {
	padding: 80px 0px 60px;
}
.tho1 .describe {
	margin-top: 34px;
	color: #111;
}
.tho1 .describe strong {
	color: #111;
	display: inline;
}
.tho1 .describe em {
	display: inline;
	font-style: normal;
	color: #555;
}
.tho2 {
	padding: 80px 0px 66px;
}
.tho2 .container {
	margin-top: 20px;
}
.tho3 {
	padding-bottom: 64px;
}
.tho3 .describe {
	color: #555;
	margin-top: 32px;
}
.tho4 {
	background: url("../images/tho4_back.jpg") no-repeat center;
	background-size: cover;
	padding: 99px 0px 156px;
}
.tho4_container {
	padding-left: 10px;
	margin-top: 141px;
	position: relative;
	z-index: 1;
}
.tho4_container::before {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #06f;
	left: 0;
	top: 146px;
	z-index: -1;
}
.tho4_container .time {
	font-family: Arial;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	color: #203793;
}
.tho4_container .describe {
	line-height: 28px;
	height: 84px;
	overflow: auto;
	color: #111;
	margin-top: 10px;
}
.tho4_container .describe::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.tho4_container .describe::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #ccc;
}
.tho4_container .describe::-webkit-scrollbar-track {
	border-radius: 0;
	background: transparent;
}
.tho4_container .swiper-slide {
	position: relative;
	padding-left: 25px;
	padding-right: 4px;
}
.tho4_container .swiper-slide::before {
	content: "";
	position: absolute;
	height: 100%;
	border-left: 1px solid #06f;
	left: 8px;
	top: 0;
}
.tho4_container .style {
	width: 17px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(0, 102, 255, 0.6);
	position: absolute;
}
.tho4_container .style::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 50%;
	overflow: hidden;
	width: 7px;
	aspect-ratio: 1/1;
	background: #06f;
}
.tho4_container .swiper-slide:nth-of-type(odd) {
	padding-top: 9px;
	padding-bottom: 16px;
}
.tho4_container .swiper-slide:nth-of-type(odd) .style {
	left: 0;
	bottom: 0;
	transform: translateY(50%);
}
.tho4_container .swiper-slide:nth-of-type(even) {
	margin-top: 146px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tho4_container .swiper-slide:nth-of-type(even) .style {
	left: 0;
	top: 0;
	transform: translateY(-50%);
}
.tho4_container .controls {
	position: absolute;
	top: 49%;
}
.tho4_container .controls.prev {
	left: -33px;
}
.tho4_container .controls.next {
	right: -33px;
}
.tht1 {
	padding: 80px 0px;
}
.tht1 .PageNumber {
	margin-top: 58px;
}
.tht1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 29px 1.90625%;
	margin-top: 36px;
}
.tht1_list li {
	width: 32.0625%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.tht1_list .title {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	color: #05193b;
	margin-top: 5px;
}
.tht1_list .title a {
	color: #05193b;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tht1_list .title a:hover {
	color: #06f;
}
.tht1_list .box {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 34px;
}
.tht1_list .time {
	line-height: 24px;
	color: #203793;
}
.tht1_list .describe {
	color: #555;
	line-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: 13px;
}
.thth1 {
	padding: 71px 0px 79px;
}
.thth1 .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6%;
}
.thth1_container {
	flex: 1;
	max-width: 1000px;
	padding-top: 18px;
}
.thth1_container h1 {
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 38px;
	color: #05193b;
}
.thth1_container .time_share {
	color: #666;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 36px;
	margin-top: 25px;
}
.thth1_container .share_box {
	display: flex;
	align-items: center;
	gap: 10px;
}
.thth1_container .describe {
	margin-top: 24px;
	padding: 27px 0px 50px;
	color: #555;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.thth1_container .describe img {
	display: inline-block;
}
.fuo1 {
	padding: 80px 0px 67px;
}
.fuo1 .content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fuo1_l {
	width: 47.1875%;
}
.fuo1_l .describe {
	color: #111;
	width: 100%;
	max-width: 680px;
	margin-top: 25px;
}
.fuo1_l form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px 0px;
	width: 100%;
	margin-top: 31px;
}
.fuo1_l form>* {
	width: 100%;
}
.fuo1_l form input,
.fuo1_l form textarea {
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #111;
	padding: 0px 22px;
	width: 100%;
	flex: 1;
	resize: none;
	outline: none;
	display: block;
}
.fuo1_l form input::placeholder,
.fuo1_l form input::-webkit-input-placeholder,
.fuo1_l form textarea::placeholder {
	color: #111;
}
.fuo1_l form input:focus,
.fuo1_l form textarea:focus {
	border: 1px solid #d2d2d2;
}
.fuo1_l form .int1 {
	width: 49%;
}
.fuo1_l form input {
	height: 50px;
}
.fuo1_l form textarea {
	height: 150px;
	padding-top: 12px !important;
}
.fuo1_l form .ttBox {
	width: 100%;
}
.fuo1_l form .yzm {
	position: relative;
	display: flex;
}
.fuo1_l form .yzm input {
	flex: 1;
	padding-right: 120px;
}
.fuo1_l form .yzm span {
	height: 29px;
	aspect-ratio: 86/29;
	overflow: hidden;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.fuo1_l form .yzm span img {
	height: 100%;
}
.fuo1_l form .tj {
	width: auto;
}
.fuo1_l form .tj input {
	cursor: pointer;
	background: #06f;
	border: 1px solid #06f;
	color: #fff;
	transition: 0.3s;
	min-width: 110px;
	border-radius: 10px;
}
.fuo1_l form .tj input:hover {
	background: #fff;
	color: #06f;
}
.fuo1_r {
	width: 45.8125%;
}
.fuo1_r .index8_title {
	color: #05193b;
	margin-top: 26px;
}
.fuo1_r .index8_list .index8_text {
	color: #05193b;
}
.fuo1_r .index8_list .index8_text a {
	color: #05193b;
}
.fuo1_r .index8_list .index8_text a:hover {
	color: #06f;
}
.fuo1_list {
	margin-top: 22px;
}
.fuo2 {
	padding-bottom: 80px;
}
.fuo2 iframe {
	display: block;
}
.fuo3 {
	padding-bottom: 80px;
}
.fuo3 .text {
	color: #111;
	margin-top: 13px;
}
.fuo3_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 42px;
}
.fuo3_l {
	width: 49.0625%;
}
.fuo3_l .imgBox {
	height: 100%;
}
.fuo3_l .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fuo3_r {
	width: 46.5%;
}
.fuo3_r .title {
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 40px;
	color: #05193b;
}
.fuo3_r .describe {
	color: #111;
	margin-top: 29px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.fuo3_r .describe em {
	font-style: normal;
	color: #111;
	display: block;
	position: relative;
	padding-left: 21px;
}
.fuo3_r .describe em::before {
	content: "";
	width: 8px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #06f;
	position: absolute;
	left: 0;
	top: 10px;
}
.fuo3_r .buttonBox {
	margin-top: 7.1%;
}
.fuo3_r .buttonBox a {
	background: #06f;
	color: #fff;
}
.fuo3_r .buttonBox a:hover {
	background: #fff;
	color: #06f;
}
.fuo3_r .buttonBox .button {
	width: 24px;
	aspect-ratio: 1/1;
	mask-image: url("../images/fuo3_la.png");
	-webkit-mask-image: url("../images/fuo3_la.png");
	background: #fff;
}
.new_title {
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 38px;
	color: #05193b;
	border-bottom: 2px solid #06f;
	padding-bottom: 24px;
}
.public_new {
	width: 31.25%;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(5, 33, 76, 0.1);
	padding: 50px 50px 57px;
}
.new_list {
	display: flex;
	flex-direction: column;
	gap: 29px;
	margin-top: 29px;
}
.new_list .time {
	line-height: 24px;
	color: #203793;
}
.new_list .title {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 26px;
	color: #05193b;
	margin-top: 5px;
}
.new_list .title a {
	color: #05193b;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new_list .title a:hover {
	color: #06f;
}
.new_list li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 27px;
}
.public_pro {
	padding: 80px 0px;
}
.public_pro .container {
	transition: 0.3s;
	padding: 13px;
	background: #f3f5fa;
	position: relative;
}
.public_pro .container:hover {
	background: #06f;
}
.public_pro .container:hover .title {
	color: #fff;
}
.public_pro .container:hover .title a {
	color: #fff;
}
.public_pro .container:hover .links a {
	color: #fff;
}
.public_pro .container:hover .links .links_logo {
	background: #fff;
}
.public_pro .title {
	text-align: center;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #05193b;
}
.public_pro .title a {
	color: #05193b;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.public_pro .title a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.public_pro .box {
	padding: 33px 0px 13px;
}
.public_pro .links {
	margin-top: 16px;
	display: flex;
	justify-content: center;
}
.public_pro .links a {
	color: #555;
	display: flex;
	align-items: center;
	gap: 10px;
}
.public_pro .links a:hover span {
	text-underline-offset: 2px;
	text-decoration: underline;
}
.public_pro .links span {
	transition: 0s;
}
.public_pro .links .links_logo {
	width: 17px;
	aspect-ratio: 1/1;
	mask-image: url("../images/index1_la.png");
	-webkit-mask-image: url("../images/index1_la.png");
	transition: 0.3s;
	background: #06f;
}
.public_pro .pro_container {
	position: relative;
	margin-top: 40px;
}
.public_pro .controls {
	position: absolute;
	top: 50%;
}
.public_pro .controls.prev {
	left: -34px;
}
.public_pro .controls.next {
	right: -34px;
}
.page_change {
	margin-top: 18px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}
.page_change p {
	display: flex;
	align-items: center;
	gap: 12px;
}
.page_change span {
	color: #555;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.page_change a {
	color: #555;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.page_change a:hover {
	color: #222;
}
footer {
	border-top: 1px solid #ccc;
}
footer .logoBox {
	width: 100%;
	max-width: 365px;
	flex-shrink: 0;
}
footer .logoBox a {
	display: block;
}
footer .logoBox img {
	width: 100%;
}
footer .text {
	color: #555;
	line-height: 24px;
	margin-top: 24px;
}
footer .code_box {
	width: 100%;
	max-width: 265px;
	gap: 20px 9.432%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 23px;
}
footer figure {
	width: 45.284%;
}
footer figure .imgBox {
	box-shadow: 0 0 30px 0 rgba(5, 33, 76, 0.2);
}
footer .name {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #111;
	margin-top: 13px;
}
footer .dif_footer {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 21px;
	color: #05193b;
	position: relative;
}
footer .dif_footer a {
	color: #05193b;
}
footer .dif_footer a:hover {
	color: #06f;
}
footer .dif_up {
	display: none;
}
footer .list {
	color: #555;
	line-height: 36px;
	margin-top: 21px;
}
footer .list a {
	color: #555;
}
footer .list a:hover {
	color: #06f;
}
footer .contact_ul {
	max-width: 390px;
}
footer .contact_text {
	flex: 1;
	padding-top: 4px;
}
footer .contact_list {
	line-height: 24px;
	color: #111;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 21px;
}
footer .contact_list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}
footer .contact_list a {
	color: #111;
}
footer .contact_list a:hover {
	color: #06f;
}
.footer_a {
	padding: 70px 0px 45px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 6%;
}
.footer_a_l {
	width: 31.875%;
}
.footer_a_r {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 880px;
	padding-top: 4.95%;
	gap: 20px;
}
.footer_b {
	border-top: 1px solid #ccc;
	color: #666;
	padding: 39px 0px 38px;
}
.footer_b a {
	color: #666;
}
.footer_b a:hover {
	color: #06f;
}
.m-formcountry {
	position: relative;
}
.m-formcountry .drop-btn {
	position: relative;
}
.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
}
.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #333 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}
.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}
.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #06f;
}
.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}
.m-formcountry .drop-list li.on {
	background-color: #e0e0e0;
}
.table table {
	width: 100%;
	border-collapse: collapse;
}
.table table td {
	padding: 10px;
	border: 1px solid #ccc;
}
.table {
	overflow: auto;
}
.table::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.table::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}
.table::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-button-lock {
	display: none !important;
}
.videoBox {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
}
.videoBox>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videoBox>div .guanbi {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
}
.videoBox>div .guanbi i {
	font-size: 40px;
	color: #ccc;
}
.videoBox video {
	width: 80%;
}
.videoBox iframe {
	width: 80%;
}
.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999;
}
.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	z-index: 1;
}
.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.tankaungn2 iframe body {
	margin: 0px !important;
}
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;
}
.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #cccccc;
	display: none;
	text-align: center;
	overflow: hidden;
}
.zoomdiv img {
	max-width: unset !important;
}
.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	transition: none;
}
.describe {
	color: #555;
}
.describe a {
	display: inline;
	color: #333;
}
.describe a:hover {
	color: #06f;
}
@media screen and (max-width: 993px) {
	.jqZoomPup,
	.zoomdiv {
		display: none !important;
	}
}
@media screen and (max-width: 1880px) {
	.index1_container .controls.prev {
		left: -10px;
	}
	.index1_container .controls.next {
		right: -10px;
	}
	.public_pro .controls.prev,
	.public_pro1 .controls.prev {
		left: -10px;
	}
	.public_pro .controls.next,
	.public_pro1 .controls.next {
		right: -10px;
	}
	.tho4_container .controls.prev {
		left: -10px;
	}
	.tho4_container .controls.next {
		right: -10px;
	}
}
@media screen and (max-width: 1580px) {
	.bannerBox {
		padding-top: 320px;
	}
	.bannerBox .banner_title {
		font-size: 42px;
		line-height: 46px;
	}
	.mbx {
		padding: 4px 20px;
		margin-top: 12px;
	}
	.buttonBox a {
		padding: 6px 20px;
		min-height: 42px;
	}
	.right_nav {
		padding: 14px 10px;
		gap: 14px;
	}
	html body {
		font-size: 15px;
		line-height: 26px;
	}
	.swiper_public_button .controls {
		width: 48px;
	}
	.swiper_public_button .mask_box {
		width: 8px;
	}
	header .content {
		width: calc(100% - 100px) !important;
	}
	header .logoBox {
		width: 210px;
	}
	header .sousuo {
		margin-left: 50px;
	}
	header .center {
		gap: 45px;
	}
	header .menuOne {
		font-size: 18px;
	}
	header .menuOne>a {
		padding: 22px 0px;
	}
	.big_title {
		font-size: 32px;
		line-height: 40px;
	}
	.index1_menu {
		gap: 40px;
		margin-top: 20px;
	}
	.index1_menu span {
		font-size: 20px;
		padding-bottom: 14px;
	}
	.index1 {
		padding: 60px 0px;
	}
	.index1_container {
		margin-top: 40px;
	}
	.index1_container .title {
		font-size: 18px;
		line-height: 28px;
	}
	.index1_container .links {
		margin-top: 8px;
	}
	.index1_container .box {
		padding: 20px 0px 10px;
	}
	.index2_text {
		font-size: 18px;
		line-height: 30px !important;
	}
	.index2 {
		padding: 60px 0px;
	}
	.index2 .index2_text {
		margin-top: 12px;
	}
	.index2_r {
		gap: 30px;
	}
	.index2_r .title {
		font-size: 20px;
	}
	.index3 {
		padding: 60px 0px;
	}
	.index3 .index2_text {
		margin-top: 30px;
	}
	.index3_r {
		margin-right: 0px;
	}
	.index3_list {
		gap: 30px 0px;
	}
	.index3_list .title {
		font-size: 18px;
		margin-top: 25px;
	}
	.index3_list li {
		padding: 36px 10px 32px;
	}
	.index3_list .logo {
		width: 42px;
	}
	.index4 {
		padding: 60px 0px;
	}
	.index4_menu {
		gap: 15px 18px;
	}
	.index4_menu span {
		font-size: 16px;
		line-height: 28px;
	}
	.index4_container {
		margin-top: 40px;
	}
	.index4_container .title {
		font-size: 18px;
		margin-top: 20px;
	}
	.index4_container .controls {
		top: calc(50% - 23px);
	}
	.index5 {
		padding: 60px 0px 40px;
	}
	.index5 .index2_text {
		margin-top: 12px;
	}
	.index5 .buttonBox {
		margin-top: 30px;
	}
	.index6 {
		padding: 50px 0px;
	}
	.index6 .content {
		align-items: initial;
	}
	.index6_l .imgBox {
		height: 100%;
	}
	.index6_l .imgBox a {
		height: 100%;
	}
	.index6_l .imgBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index6_r {
		padding-bottom: 0px;
		gap: 25px;
		width: 46%;
		justify-content: center;
	}
	.index6_r .logo {
		width: 60px;
	}
	.index6_r .number_box {
		font-size: 42px;
		line-height: 56px;
	}
	.index6_r figure {
		gap: 20px;
		padding-bottom: 20px;
	}
	.index6_r .index6_title {
		font-size: 18px;
	}
	.index7_text {
		font-size: 18px;
		line-height: 30px;
	}
	.index7 {
		padding: 60px 0px;
	}
	.index7_l .index7_text {
		margin-top: 30px;
	}
	.index7_l .swiper_public_button {
		margin-top: 15%;
	}
	.index8_title {
		font-size: 16px;
		line-height: 28px;
	}
	.index8_title em {
		font-size: 22px;
	}
	.index8 .index8_title {
		margin-top: 15px;
	}
	.index8_list {
		gap: 12px;
		margin-top: 12px;
	}
	.index9 {
		padding: 60px 0px;
	}
	.index9 .index7_text {
		margin-top: 30px;
	}
	.index9_r form {
		gap: 12px 0px;
	}
	.index9_r form input {
		height: 46px;
	}
	.big_describe {
		font-size: 18px;
		line-height: 30px;
	}
	.oo1 .content {
		padding: 60px 0px;
	}
	.oo1 .describe {
		margin-top: 20px;
	}
	.oo2_title {
		font-size: 28px;
		line-height: 38px;
	}
	.oo2 {
		padding: 40px 0px 60px;
	}
	.oo2_l {
		padding: 3.2% 4% 2%;
	}
	.oo2_container .title {
		font-size: 22px;
	}
	.oo2_container .describe {
		font-size: 16px;
		line-height: 28px;
		/*max-height: 112px;*/
		margin-top: 12px;
	}
	.oo2_container .swiper_public_button {
		margin-top: 4%;
	}
	.oo3 {
		padding: 60px 0px;
	}
	.oo3_list .title {
		font-size: 18px;
		line-height: 28px;
	}
	.oo3_list .links {
		margin-top: 8px;
	}
	.oo3_list .box {
		padding: 20px 0px 10px;
	}
	.oo4 {
		padding-bottom: 60px;
	}
	.oo4 .title {
		font-size: 16px;
		line-height: 26px;
		padding: 12px 10px;
	}
	.oo4_container {
		margin-top: 30px;
	}
	.ot1 {
		padding: 60px 0px;
	}
	.ot1_r {
		padding-top: 0px;
	}
	.ot1_r .describe {
		margin-top: 12px;
	}
	.ot1_r .buttonBox {
		margin-top: 20px;
	}
	.oth1 {
		padding: 60px 0px;
	}
	.oth1 .describe {
		margin-top: 15px;
	}
	.oth2 {
		padding: 60px 0px;
	}
	.oth2 .title {
		font-size: 18px;
		line-height: 28px;
	}
	.oth2 .describe {
		margin-top: 4px;
	}
	.oth2 .links {
		margin-top: 8px;
	}
	.oth2 .box {
		padding: 14px 0px 10px;
	}
	.ofu1 {
		padding: 60px 0px;
	}
	.ofu1 .content {
		align-items: center;
	}
	.ofu1_r {
		padding: 0px;
		gap: 20px;
	}
	.ofu1_r .buttonBox {
		margin-top: 20px;
	}
	.ofu1_pro {
		margin-top: 12px;
	}
	.ofu1_pro .ofu1_list1,
	.ofu1_pro .ofu1_list {
		margin-top: 8px;
	}
	.ofu1_pro figure:not(:nth-of-type(1)) {
		margin-top: 20px;
	}
	.ofu2 {
		padding: 60px 0px;
	}
	.public_pro1 {
		padding-bottom: 60px;
	}
	.public_pro1 .pro1_container {
		margin-top: 30px;
	}
	.public_pro1 .title {
		font-size: 18px;
		line-height: 28px;
	}
	.public_pro1 .describe {
		margin-top: 4px;
	}
	.public_pro1 .links {
		margin-top: 8px;
	}
	.public_pro1 .box {
		padding: 14px 0px 10px;
	}
	.to1 {
		padding: 60px 0px;
	}
	.to2 {
		padding-bottom: 60px;
	}
	.to1_list {
		margin-top: 30px;
	}
	.to1_list .title {
		font-size: 16px;
		line-height: 26px;
		padding: 12px 10px;
	}
	.tho1 {
		padding: 60px 0px;
	}
	.tho1 .describe {
		margin-top: 20px;
	}
	.tho2 {
		padding: 60px 0px;
	}
	.tho3 .describe {
		margin-top: 20px;
	}
	.tho4 {
		padding: 60px 0px 80px;
	}
	.tho4_container {
		margin-top: 60px;
	}
	.tho4_container::before {
		top: 141px;
	}
	.tho4_container .time {
		font-size: 22px;
	}
	.tho4_container .describe {
		line-height: 26px;
		height: 78px;
	}
	.tho4_container .swiper-slide:nth-of-type(even) {
		margin-top: 141px;
	}
	.tht1 {
		padding: 60px 0px;
	}
	.tht1_list {
		margin-top: 30px;
	}
	.tht1_list .box {
		padding-top: 12px;
	}
	.tht1_list .title {
		font-size: 18px;
		line-height: 28px;
	}
	.tht1_list .describe {
		margin-top: 6px;
	}
	.thth1 {
		padding: 60px 0px;
	}
	.thth1_container h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.thth1_container .time_share {
		gap: 8px 25px;
		margin-top: 20px;
	}
	.thth1_container .describe {
		margin-top: 20px;
		padding: 20px 0px;
	}
	.fuo1 {
		padding: 60px 0px;
	}
	.fuo1_l form {
		gap: 12px 0px;
		margin-top: 20px;
	}
	.fuo1_l form input {
		height: 46px;
	}
	.fuo1_l .describe {
		margin-top: 10px;
	}
	.fuo1_r .index8_title {
		margin-top: 12px;
	}
	.fuo2 {
		padding-bottom: 60px;
	}
	.fuo3 {
		padding-bottom: 60px;
	}
	.fuo3 .text {
		margin-top: 8px;
	}
	.fuo3_container {
		margin-top: 30px;
	}
	.fuo3_r .title {
		font-size: 24px;
		line-height: 32px;
	}
	.fuo3_r .describe {
		margin-top: 15px;
		gap: 10px;
	}
	.fuo3_r .describe em::before {
		top: 11px;
	}
	.fuo3_r .buttonBox {
		margin-top: 20px;
	}
	.new_title {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 12px;
	}
	.public_new {
		padding: 30px;
	}
	.new_list {
		margin-top: 20px;
		gap: 20px;
	}
	.new_list .title {
		font-size: 16px;
		margin-top: 2px;
	}
	.new_list li {
		padding-bottom: 20px;
	}
	.public_pro {
		padding: 60px 0px;
	}
	.public_pro .pro_container {
		margin-top: 30px;
	}
	.public_pro .title {
		font-size: 18px;
		line-height: 28px;
	}
	.public_pro .links {
		margin-top: 8px;
	}
	.public_pro .box {
		padding: 20px 0px 10px;
	}
	footer .content {
		width: calc(100% - 100px) !important;
	}
	footer .contact_ul {
		width: 50%;
	}
	footer .logoBox {
		max-width: 272px;
	}
	footer .text {
		margin-top: 18px;
	}
	.footer_a {
		padding: 40px 0px 30px;
	}
	.footer_b {
		padding: 20px 0px 30px;
	}
	.PageNumber {
		margin-top: 30px !important;
	}
	.PageNumber .dif_style {
		margin: 0px 10px;
	}
	.PageNumber .submit {
		gap: 12px;
	}
	.page_change {
		margin-top: 15px !important;
		gap: 6px;
	}
}
@media screen and (max-width: 1200px) {
	header .content {
		width: calc(100% - 80px) !important;
	}
	header .sousuo {
		margin-left: 30px;
	}
	header .sousuo .search {
		font-size: 18px;
	}
	header .lang {
		margin-left: 30px;
	}
	header .lang .lang_box span {
		font-size: 16px;
		line-height: 26px;
	}
	header .center {
		gap: 38px;
	}
	header .ul div {
		padding: 16px 22px;
	}
	.ofu1 .swiper_public_button .controls {
		width: 32px;
	}
}
@media screen and (max-width: 992px) {
	.index9_r form .afterBox::before {
		left: 4px;
	}
	.fuo1_l form .afterBox::before {
		left: 4px;
	}
	.bannerBox {
		padding-top: 240px;
	}
	.bannerBox .banner_title {
		font-size: 24px;
		line-height: 32px;
	}
	.zoomPad {
		cursor: default !important;
	}
	.zoomPup {
		display: none !important;
	}
	.zoomWindow {
		display: none !important;
	}
	.zoomPreload {
		display: none !important;
	}
	.right_nav {
		top: auto;
		transform: none;
		bottom: 0;
		width: 100%;
		border-radius: 0%;
		flex-direction: row;
		padding: 0px;
		gap: 0px;
	}
	.right_nav .logo {
		width: 22px;
	}
	.right_nav .logo img {
		max-height: 80%;
	}
	.right_nav>* {
		flex: 1;
		height: 35px;
		border-bottom: none;
		border-radius: 0px;
		display: flex;
		align-items: center;
		opacity: 1;
		justify-content: center;
	}
	.right_nav .hide_box {
		top: auto;
		transform: translateX(50%);
		bottom: calc(100% + 5px);
		right: 50%;
		padding-right: 0px;
	}
	.right_nav .xian {
		display: none;
	}
	html body {
		font-size: 14px;
		line-height: 24px;
	}
	html body .content {
		width: calc(100% - 100px);
	}
	header {
		padding: 12px 0px;
	}
	header .content {
		width: calc(100% - 60px) !important;
	}
	header .center {
		display: none;
	}
	header .sousuo {
		display: none;
	}
	header .lang {
		margin-left: 0px;
	}
	header .header_boxr {
		padding-right: 50px;
	}
	.index_banner .controls {
		width: 24px;
	}
	.index_banner .controls.prev {
		left: 20px;
	}
	.index_banner .controls.next {
		right: 20px;
	}
	.big_title {
		font-size: 20px;
		line-height: 28px;
	}
	.index1 {
		padding: 30px 0px;
	}
	.index1_menu {
		gap: 25px;
		margin-top: 10px;
	}
	.index1_menu span {
		font-size: 16px;
		padding-bottom: 6px;
		line-height: 26px;
	}
	.index1_container {
		margin-top: 20px;
	}
	.index1_container .title {
		font-size: 16px;
		line-height: 26px;
	}
	.index1_container .links {
		margin-top: 4px;
	}
	.index1_container .links a {
		gap: 6px;
	}
	.index1_container .box {
		padding: 10px 0px 0px;
	}
	.index1_container .controls.prev {
		left: -8px;
	}
	.index1_container .controls.next {
		right: -8px;
	}
	.swiper_public_button .controls {
		width: 32px;
	}
	.swiper_public_button .mask_box {
		width: 6px;
	}
	.index2_text {
		font-size: 15px;
		line-height: 24px !important;
	}
	.index2 {
		padding: 30px 0px;
	}
	.index2 .index2_text {
		margin-top: 6px;
	}
	.index2_container {
		margin-top: 20px;
	}
	.index2_l {
		display: none;
	}
	.index2_r {
		width: 100%;
		gap: 12px;
	}
	.index2_r .title {
		font-size: 16px;
		line-height: 26px;
	}
	.index2_r .describe {
		margin-top: 4px;
	}
	.index2_r .logo {
		width: 36px;
	}
	.index3 {
		padding: 30px 0px;
	}
	.index3 .content {
		flex-wrap: wrap;
	}
	.index3 .index2_text {
		margin-top: 4px;
	}
	.index3_l {
		width: 100%;
		padding-top: 0px;
	}
	.index3_r {
		width: 100%;
		padding-top: 20px;
		max-width: 100%;
	}
	.index3_list {
		gap: 20px 0px;
	}
	.index3_list .logo {
		width: 36px;
		margin-left: 12px;
	}
	.index3_list .logo::before {
		width: 24px;
		height: 24px;
	}
	.index3_list .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}
	.index3_list li {
		padding: 24px 10px 20px;
	}
	.index4 {
		padding: 30px 0px;
	}
	.index4 .top {
		gap: 8px;
	}
	.index4_menu {
		width: 100%;
		gap: 12px;
	}
	.index4_menu span {
		font-size: 14px;
		line-height: 24px;
		padding: 4px 12px;
	}
	.index4_container {
		margin-top: 20px;
	}
	.index4_container .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 12px;
	}
	.index4_container .controls {
		top: calc(50% - 19px);
	}
	.buttonBox a {
		padding: 4px 14px;
		min-height: 36px;
	}
	.index5 {
		padding: 30px 0px;
	}
	.index5 .buttonBox {
		margin-top: 20px;
	}
	.index6 {
		padding: 30px 0px;
	}
	.index6_r {
		gap: 15px;
	}
	.index6_r figure {
		flex-wrap: wrap;
		gap: 6px;
		justify-content: flex-end;
	}
	.index6_r .logo {
		width: 48px;
	}
	.index6_r .box {
		flex: none;
		width: 100%;
	}
	.index6_r .number_box {
		font-size: 32px;
		line-height: 42px;
	}
	.index6_r .index6_title {
		font-size: 16px;
		line-height: 24px;
	}
	.index6_r .bottom {
		margin-top: 4px;
	}
	.index6_r .describe {
		line-height: 24px;
	}
	.index7 {
		padding: 30px 0px;
	}
	.index7_text {
		font-size: 15px;
		line-height: 24px;
	}
	.index7_l .index7_text {
		margin-top: 12px;
	}
	.index7_l .swiper_public_button {
		margin-top: 8%;
	}
	.index8_l {
		width: 100%;
	}
	.index8_r {
		max-width: 831px;
		margin: 0px auto;
	}
	.index8_title em {
		font-size: 18px;
	}
	.index8_list {
		gap: 4px;
		margin-top: 6px;
	}
	.index9 {
		padding: 30px 0px;
	}
	.index9 .index7_text {
		margin-top: 4px;
	}
	.index9_l {
		width: 100%;
		padding-top: 0px;
	}
	.index9_r {
		width: 100%;
		margin-top: 15px;
	}
	.index9_r form {
		gap: 8px 0px;
	}
	.index9_r form input,
	.index9_r form textarea {
		font-size: 14px;
		line-height: 24px;
		padding: 0px 12px;
	}
	.index9_r form input {
		height: 38px;
	}
	.big_describe {
		font-size: 15px;
		line-height: 24px;
	}
	.mbx {
		line-height: 22px;
		margin-top: 5px;
	}
	.oo1 .content {
		padding: 30px 0px;
	}
	.oo1 .describe {
		margin-top: 4px;
	}
	.oo2_title {
		font-size: 22px;
		line-height: 28px;
	}
	.oo2 {
		padding: 30px 0px;
	}
	.oo2_container {
		margin-top: 15px;
	}
	.oo2_container .title {
		font-size: 18px;
		line-height: 28px;
	}
	.oo2_container .describe {
		font-size: 14px;
		line-height: 24px;
		max-height: 72px;
		margin-top: 4px;
	}
	.oo2_container .swiper_public_button {
		margin-top: 20px;
	}
	.oo3 {
		padding: 30px 0px;
	}
	.oo3_container {
		margin-top: 15px;
	}
	.oo3_list {
		gap: 15px 2%;
	}
	.oo3_list li {
		width: 32%;
	}
	.oo3_list .title {
		font-size: 16px;
		line-height: 26px;
	}
	.oo3_list .links {
		margin-top: 4px;
	}
	.oo3_list .links a {
		gap: 6px;
	}
	.oo3_list .box {
		padding: 10px 0px 0px;
	}
	.oo4 {
		padding: 10px 0px 30px;
	}
	.oo4 .title {
		font-size: 15px;
		line-height: 24px;
		padding: 8px 10px;
	}
	.oo4_container {
		margin-top: 15px;
	}
	.ot1 {
		padding: 30px 0px;
	}
	.ot1_l {
		width: 100%;
		max-width: 600px;
		margin: 0px auto;
	}
	.ot1_r {
		width: 100%;
		margin-top: 12px;
	}
	.ot1_r .describe {
		margin-top: 4px;
	}
	.oth1 {
		padding: 30px 0px;
	}
	.oth1 .describe {
		margin-top: 4px;
	}
	.oth2 {
		padding: 30px 0px;
	}
	.oth2_list {
		margin-top: 15px;
		gap: 20px 2%;
	}
	.oth2_list li {
		width: 32%;
	}
	.oth2_list .title {
		font-size: 16px;
		line-height: 26px;
	}
	.oth2_list .describe {
		line-height: 24px;
		margin-top: 2px;
	}
	.oth2_list .links {
		margin-top: 4px;
	}
	.oth2_list .links a {
		gap: 6px;
	}
	.oth2_list .box {
		padding: 10px 0px 0px;
	}
	.ofu1 {
		padding: 30px 0px;
	}
	.ofu1_l {
		width: 100%;
		max-width: 600px;
		margin: 0px auto;
	}
	.ofu1_r {
		width: 100%;
		padding-top: 12px;
		gap: 0px;
	}
	.ofu1_r .buttonBox {
		margin-top: 12px;
	}
	.ofu1_pro {
		margin-top: 6px;
	}
	.ofu1_pro figure:not(:nth-of-type(1)) {
		margin-top: 8px;
	}
	.ofu1_pro .ofu1_list,
	.ofu1_pro .ofu1_list1 {
		margin-top: 4px;
	}
	.ofu2 {
		padding: 30px 0px;
	}
	.public_pro1 {
		padding-bottom: 30px;
	}
	.public_pro1 .pro1_container {
		margin-top: 15px;
	}
	.public_pro1 .title {
		font-size: 16px;
		line-height: 26px;
	}
	.public_pro1 .describe {
		line-height: 24px;
		margin-top: 2px;
	}
	.public_pro1 .links {
		margin-top: 4px;
	}
	.public_pro1 .links a {
		gap: 6px;
	}
	.public_pro1 .box {
		padding: 10px 0px 0px;
	}
	.public_pro1 .controls.prev {
		left: -8px;
	}
	.public_pro1 .controls.next {
		right: -8px;
	}
	.to1 {
		padding: 30px 0px;
	}
	.to1_list {
		margin-top: 15px;
		gap: 20px 1.90625%;
	}
	.to1_list .title {
		font-size: 15px;
		line-height: 24px;
		padding: 8px 10px;
	}
	.to1_list .bofangBox {
		width: 42px;
	}
	.to2 {
		padding-bottom: 30px;
	}
	.tho1 {
		padding: 30px 0px;
	}
	.tho1 .describe {
		margin-top: 4px;
	}
	.tho2 {
		padding: 30px 0px;
	}
	.tho2 .container {
		margin-top: 12px;
	}
	.tho3 {
		padding-bottom: 30px;
	}
	.tho3 .describe {
		margin-top: 4px;
	}
	.tho4 {
		padding: 30px 0px;
	}
	.tho4_container {
		margin-top: 20px;
	}
	.tho4_container::before {
		top: 125px;
	}
	.tho4_container .time {
		font-size: 18px;
		line-height: 26px;
	}
	.tho4_container .describe {
		line-height: 24px;
		height: 72px;
		margin-top: 2px;
	}
	.tho4_container .swiper-slide:nth-of-type(even) {
		margin-top: 125px;
	}
	.tht1 {
		padding: 30px 0px;
	}
	.tht1_list {
		margin-top: 10px;
		gap: 15px 1.90625%;
	}
	.tht1_list .box {
		padding-top: 6px;
	}
	.tht1_list .title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 2px;
	}
	.tht1_list .describe {
		line-height: 24px;
		margin-top: 2px;
	}
	.thth1 {
		padding: 30px 0px;
	}
	.thth1 .content {
		gap: 30px;
	}
	.thth1_container {
		flex: none;
		width: 100%;
		padding-top: 0px;
	}
	.thth1_container h1 {
		font-size: 20px;
		line-height: 28px;
	}
	.thth1_container .time_share {
		gap: 8px 18px;
		margin-top: 8px;
	}
	.thth1_container .describe {
		margin-top: 12px;
		padding: 10px 0px;
	}
	.fuo1 {
		padding: 30px 0px;
	}
	.fuo1_l .describe {
		margin-top: 2px;
	}
	.fuo1_l form {
		margin-top: 12px;
		gap: 8px 0px;
	}
	.fuo1_l form input,
	.fuo1_l form textarea {
		font-size: 14px;
		line-height: 24px;
		padding: 0px 12px;
	}
	.fuo1_l form input {
		height: 38px;
	}
	.fuo1_r {
		width: 48%;
	}
	.fuo1_r .index8_title {
		margin-top: 8px;
	}
	.fuo2 {
		padding-bottom: 30px;
	}
	.fuo3 {
		padding-bottom: 30px;
	}
	.fuo3 .text {
		margin-top: 2px;
	}
	.fuo3_container {
		margin-top: 10px;
	}
	.fuo3_r .title {
		font-size: 20px;
		line-height: 28px;
	}
	.fuo3_r .describe {
		margin-top: 8px;
		gap: 4px;
	}
	.fuo3_r .describe em::before {
		top: 7px;
	}
	.fuo3_r .buttonBox {
		margin-top: 15px;
	}
	.fuo3_r .buttonBox .button {
		width: 18px;
	}
	.public_new {
		width: 100%;
		max-width: 100%;
		padding: 20px;
	}
	.new_title {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 5px;
	}
	.new_list {
		margin-top: 12px;
		gap: 10px;
	}
	.new_list li {
		padding-bottom: 10px;
	}
	.public_pro {
		padding: 30px 0px;
	}
	.public_pro .pro_container {
		margin-top: 10px;
	}
	.public_pro .title {
		font-size: 16px;
		line-height: 26px;
	}
	.public_pro .links {
		margin-top: 4px;
	}
	.public_pro .links a {
		gap: 6px;
	}
	.public_pro .box {
		padding: 10px 0px 0px;
	}
	.public_pro .controls.prev {
		left: -8px;
	}
	.public_pro .controls.next {
		right: -8px;
	}
	footer .text {
		margin-top: 8px;
	}
	footer .code_box {
		margin-top: 15px;
	}
	footer .name {
		margin-top: 6px;
	}
	footer .dif_footer {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		font-size: 16px;
	}
	footer .dif_footer p {
		flex: 1;
	}
	footer .dif_up {
		display: block;
	}
	footer .list {
		line-height: 26px;
		margin-top: 2px;
	}
	footer .contact_list {
		gap: 4px;
		margin-top: 6px;
	}
	footer .contact_list li {
		gap: 6px;
	}
	.footer_a {
		padding: 30px 0px 20px;
		flex-wrap: wrap;
		gap: 10px;
	}
	.footer_a_l {
		width: 100%;
	}
	.footer_a_r {
		padding-top: 4px;
		flex-wrap: wrap;
		gap: 8px;
	}
	.footer_a_r>* {
		width: 100% !important;
		max-width: 100% !important;
	}
	.footer_b {
		padding: 12px 0px 45px;
	}
	.PageNumber {
		margin-top: 20px !important;
	}
	.PageNumber .pages-btn,
	.PageNumber .page_box {
		gap: 6px;
	}
	.PageNumber a:not(.dif_style) {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.PageNumber .dif_style {
		margin: 0px 4px;
	}
	.PageNumber .submit {
		gap: 4px;
	}
	.PageNumber input {
		font-size: 14px;
	}
	.page_change {
		gap: 0px;
	}
}
@media screen and (max-width: 768px) {
	html body .content {
		width: calc(100% - 40px) !important;
	}
	header .header_boxr {
		padding-right: 36px;
	}
	.index1_menu {
		gap: 8px 20px;
		flex-wrap: wrap;
		border-bottom: none;
	}
	.index1_container .controls {
		position: relative !important;
		top: 0px !important;
		transform: none !important;
		left: 0px !important;
		right: 0px !important;
	}
	.index1_container .swiper_public_button {
		display: flex;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	.index4_container .swiper {
		width: 100%;
	}
	.index4_container .controls {
		position: relative !important;
		top: 0px !important;
		transform: none !important;
		left: 0px !important;
		right: 0px !important;
		border: 1px solid #06f;
	}
	.index4_container .controls .mask_box {
		background: #06f;
	}
	.index4_container .swiper_public_button {
		display: flex;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	.index6 {
		background: #f7f9ff;
	}
	.index6::before {
		display: none;
	}
	.index6 .content {
		flex-wrap: wrap;
	}
	.index6_l {
		width: 100%;
	}
	.index6_l .imgBox {
		height: auto;
	}
	.index6_l .imgBox a {
		height: auto;
	}
	.index6_l .imgBox img {
		width: 100%;
		height: auto;
		object-fit: initial;
	}
	.index6_r {
		margin-top: 15px;
		width: 100%;
	}
	.index7 .swiper_public_button {
		gap: 10px;
	}
	.oo2_container {
		flex-direction: column-reverse;
	}
	.oo2_container .swiper_public_button {
		margin-top: 12px;
		gap: 10px;
	}
	.oo2_container .describe {
		max-height: none;
	}
	.oo2_l {
		width: 100%;
		padding: 12px 20px 20px;
	}
	.oo2_r {
		width: 100%;
	}
	.oth2_list {
		gap: 20px 2%;
	}
	.oth2_list li {
		width: 49%;
	}
	.public_pro1 .controls {
		position: relative !important;
		top: 0px !important;
		transform: none !important;
		left: 0px !important;
		right: 0px !important;
	}
	.public_pro1 .swiper_public_button {
		display: flex;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	.to1_list {
		gap: 15px 2%;
	}
	.to1_list li {
		width: 49%;
	}
	.tho4_container .controls {
		position: relative !important;
		top: 0px !important;
		transform: none !important;
		left: 0px !important;
		right: 0px !important;
	}
	.tho4_container .swiper_public_button {
		display: flex;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	.tht1_list {
		gap: 15px 2%;
	}
	.tht1_list li {
		width: 49%;
	}
	.fuo1 .content {
		flex-wrap: wrap;
		gap: 20px;
	}
	.fuo1_l {
		width: 100%;
	}
	.fuo1_r {
		width: 100%;
	}
	.fuo3_container {
		gap: 12px;
		flex-wrap: wrap;
	}
	.fuo3_l {
		width: 100%;
	}
	.fuo3_l .imgBox {
		height: auto;
	}
	.fuo3_l .imgBox img {
		height: auto;
		object-fit: initial;
	}
	.fuo3_r {
		width: 100%;
	}
	.public_pro .controls {
		position: relative !important;
		top: 0px !important;
		transform: none !important;
		left: 0px !important;
		right: 0px !important;
	}
	.public_pro .swiper_public_button {
		display: flex;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 600px) {
	.index7 .content {
		flex-wrap: wrap;
		gap: 15px;
	}
	.index7_l {
		flex: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 0px;
	}
	.index7_l .index7_text {
		margin-top: 2px;
	}
	.index7_l .swiper_public_button {
		margin-top: 12px;
	}
	.index7_r {
		width: 100%;
	}
	.oo1_l {
		float: none;
		margin: 0px !important;
		width: 100%;
	}
	.oo1_r {
		margin-top: 12px;
	}
	.oo3_list li {
		width: 49%;
	}
	.oo4 .top_l {
		flex: none;
		width: 100%;
		text-align: center;
	}
	.oo4 .top_r {
		margin: 0px auto;
	}
}
@media screen and (max-width: 480px) {
	.bannerBox {
		padding-top: 200px;
	}
	header .logoBox {
		width: 160px;
	}
	header .lang .lang_box span {
		font-size: 14px;
		line-height: 24px;
	}
	header .lang .lang_box .lang2 {
		width: 18px;
	}
	header .header_boxr {
		padding-right: 34px;
	}
	.nav {
		top: 12px;
	}
	.index3_list {
		gap: 10px 0px;
	}
	.index3_list li {
		width: 49%;
	}
	.index9_r form .int1 {
		width: 100%;
	}
	.index9_r form .yzm span {
		right: 10px;
	}
	.tho4_container::before {
		display: none;
	}
	.tho4_container .style {
		display: none;
	}
	.tho4_container .describe {
		height: auto;
	}
	.tho4_container .swiper-slide {
		margin-top: 0px !important;
		padding: 5px 10px 5px 0px !important;
	}
	.tho4_container .swiper-slide::before {
		display: none;
	}
	.fuo1_l form .int1 {
		width: 100%;
	}
	.fuo1_l form .yzm span {
		right: 10px;
	}
}
@media screen and (max-width: 401px) {
	.oo3_list li {
		width: 100%;
	}
	.oth2_list li {
		width: 100%;
	}
	.to1_list li {
		width: 100%;
	}
	.tht1_list li {
		width: 100%;
	}
}
@font-face {
	font-family: "iconfont";
	/* Project id 4647297 */
	src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAACisAAsAAAAARQAAAChaAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACMYArrMNZIATYCJAOCGAuBDgAEIAWEZweFcRtFOXWGHGwcANxsnhtRMQrL/v+PCeqI0aIGXF9/Adg0OKiUFoMazbYpM0IpSmixR/tQXpqf2vRLKM3b6DnjToTIRnq8WTevrsAHDgGIFpe1WoAIgwsep8qtTJubSpEmNdEjPDJvhFft/v3vRuvtfYdSQjz+5veTnNByYcXU6bp8mvtzKeseomC/37yPuvRELMRyi4Q527bTEGyzIwSjCGlBoqSkLEAqBEVFQUUUnfZCV+qKpf4iP6Zr162rcFHx2/5/6erbAJjvm6uqYM+qZueYdy2EAGF2QyDJLKwBIyYtY4Ksek6q77z79q8lCiOJo5YEG/OWk1/rc3Tz/4iDG50owzTAIumYzYqu3d2/9xRNBP691V57lh0kAYbAELt+7Td7vu/EPX0zGpHQKYWGRUt3l0sC3KZ0rb7QShu7Y5OnFgWuCIunC0UEEBSHyd/HC+DbfgN8xVLvz76kYahpa5gJWMxjicZCEg5LiD3/p7NsrUP5Qt5UhItVoGiIu/5/aWFGkmHsI1lLoFkfWA5JIaQKXy9pyXLI8pEd9F4AuWhS5aXoUnTpy702VYqyjeqK0U19GtpBzyOL0WtNy6KmVB1PSbpECRDEjsF2ed3cd1CARzFV6Fp1GrUiyaDuo4aQgcF9q+ByWQ3q37c77mKNibmscFFEaD81rlqCA3quvgksxr+vHlGicUHjCO6XmvWp3Yuz8UdLxCw55DeminsG72vAAQQopNhGUsUf6yTI6awQwSP9BKP+AVpQDYcUBYk7cTfuxZPhqHS2RKOr17Rtx34/aG2YCpuUUiat5cqWwivhtfBO+Ev4d/hv+CT8WuI29+9HS/4C4kptAdtMGmvQWmcQ9mssU7QYXqrdqH0pLv5L7kmjRSuv1KbQodmpy2C3ep9h/aPGTJgUq82pzft3eLiTVmqZVaLVTCSNWgnSc6TjEhFVZJGRkULtpDJRqqpWvUZW2WSXQ065VOZLLLc88sonvwIKKq6QEgoroqSiiimtlDLKKqe8ClJKxZNcBlFJJEMTuNgP2to6/6CAjzsUBFOoMEygkFhAheMeFYkWKh5vFBb9qISWSRTeKSp6UEmYQdHRgWJhGsVGN0qCNpQGnSgdHlHWICNtgDlULtpRXoyiSsflkXWAIdRtzCNYNAgDTwgTz4SFF8LGKxFiCRFhGRFjBZEEsZkCAVIKAVIJeEAy0YdoMIBkYQPRYhNZhi1kObaRw9hBjmAXOYo95HhQI08A9pHTOEXOhLzlWQiQ5wBnyAUcIRdDPvMSBCsvA86RK7hE7uMKeYZr5AVukHe4Rf7DGPI/xvED0IsfMUbwsxmz+HmALvzPOzBouJnAHcPAJ3zwhW9GjslxG61yt2FoUco7MxT9UFGj05Ehg9GMdCT84DXljRiXDhwI1zrSItQjf6l3qyhx5d+M0EtH/NArp46btMUeN92YgIegIKR3xxgZ/TcRkzmo17RtK4r1LZYlMbZql1TIKduOws75MXqgCxYnjYJpxOSYR/ay6O6nDdGSA223WIHlahk0aMqhLFfF/MqANQaReWaLtzxTltt1h1PCCkS5ZTd4c30FEk8UAdE0UZJ1hkmIz8zsPCNL8b80Qzbl4ONW2qmdWH/f2exDJpdsT0fZWDDWWmALrUaUSR/06RTlNzkq16xSlsikXBpFMTrDmAIgmkpNU2qkcWJfZl+HuTuJ1Dc56nm1yqAj3t0wMbIuXK02h5ub1bDGsk7HlNgRkgTb1g4yZ5oDgPCWZ01hso7oQKDQW28wCVAlebRUhtVoOAUgroQr16ZcKnJpuMVmMDUqTPw5vz/umvQKKv65rlPsLXesXCPlvSqjRzOip5h8IQShxKsihXiNkRiIW3JSRgzMaBQFRoEkwhpYA4LRIdh3htiYPulVaaJSyck8a8xIppzumCdV6PWl2xUFvcM6Ok1n4y6zIb4l94aqZdiC2zRDCq+5IvF1/eunkZaYvkAeqck948y1CX8OS8uvRarD67Lrsykp8OmMLToeRK/MmYDFkNYaF6Ezm8rblj23tuZ9OqrJjO60Lp96eewhLoAXRyiVjmwpKsfKu8ruvpZowEYzLEh5eZrMCKE5Ufhcsmd6LywWFYmeGBCL51Ra01ixcWI1kcGOWBZmU6aJL45ijPDU4VSVrjuoyxSVZBBS25YcR7EskDA/MZTdAWLXMsUPdO163ATEhSrbV/f5ZIq7JmdJDiuRxKfZD1XJ8+CnpIjzzluxOPUSsy1FAyQ3hwHAnE/lWYZtKH1qsKIhMYH3Mk748W9WCc1rqZBsH634Vp3JQjYUqbDCYDaCNNJHJrEeK08dmJHDvcOEkEVNtKbAa1sXBgBVisFDm+YwN8ysTYAv5BfSS+U5eXYhMrGSIq0s9ypoRw+9LN5+XdSZKMQYm80fAaQ6XBuvEgMzmI4DYdtID98rSWwBp29QVSbdkrehSutg8RYg5uFHSO0a7jpnYTbndl0PgXZkdGpV9yiaGH+1qw+v+x15XPV6V7XHcL2+ptJDx42mplfbUrBGc7kqvqkz1eIi20BvMTl/o6iUb5bek+0XUpnjxHmAuPnMDPWW2u/IkBhKvTs+X2sSPlFsm+AtnmcM7Jgqexzps8qhnc+yKw8C+VwrQ9kL/jw3cr1aPfdl4e59fw78lPRr7mYMfJEfveU2Pr2qS+w1I6WBCqImP7yiEeqymtahg5EJrVbTBK8Uu1IsFZpxtO/yTNuLT2Ocw1Ce5z93uJdrPat3uFvQbJH3RyJaD99DBX0wugFjD/kzp3Ec4u4YBRGHxzzLzUaK951KJYxx0IWiAPV0d+HxnTXKzICrszv/etBJ0lVRWZkbgm60yXR/WhmeTBWgRUAL15HLAkByU6xYkdNn5DnO82UIxvUgV45svOT1RS7rp6JEKOTZCURBNKS8Rj/fbJjmOZXkFFbkNaUg8RJ0YHvYLg1UIItSOeXucdOsjfOgu8vRv2R5wmtwymbYu22aBjhC86lE/7jvC4bqpNTxfA0DQwbJ8x+R5tuXt4O55xJ5a+SAlmE9ptvMj7pvOnNwj3LgfrE+9eZ5dD872OuOvdPn7oNn0Xw7Kg3ib5w2eU1jHTEmwmerQ2uXQXQc3sefccM8ykh0Pzk7WFpBU42Z+4tk4Z7ve+TQMvjyQG3YVfE0Y8ZkTPiWBT5UgjFoUZNv5RbiyomSggNlGCbQiiG0hhmEOMsTPiE9AxCE8s3o2xWEV7N1+Xnvk3ZbuCPvNrnxR7XxhjggdTfqEo/bLP62ss8Rp556+l7v2/bU3/wo17SLz1K5RvACsEN4SIXVgCEoUcB0aYBHhmC6jQS+lEpl5UAUWrgLGrpvIACClIGGV+je7sKy5xE3aJvuyjpbYOHwWmJtuLOxLU7XNt4+YvGPTKS+dgkRDME83RWieS0SVpNpRnj27ByaAgXOX6sboqDkAMBKjmSRNyQr56H1mpcKuKcpKZI9eI5QlLEnhB74kIZEA3SXtteZ7jXBUB6VejTLrVOliEqokMRCrTQYiU+JwDCSDhvdupwldFeVOc6UOzWP9xisZDQ6a1dOKUuB7vqxdmZJUQl+edbniT9qj2BPQSppPSHGaH467cslIi2AQlz52WjU08V1/3QnOxF2dotdPzP37NGCsz6Lj3FZeboM27D0pFOxLGKaQ8lPep+oqKA6dOE5yClWY1qE5SEtcfn2CHMgVCEGVRzWJehI4wxmx9QmkH036V1BejDt0wPpGr0makPn7fu28jsxTwzKbX1vGFSQkfsBD8egw+iD77ouV6JrS3548ErVlz3t7MQXR1WZ6Q6ZVpSumsdeTTE6oK6iT57v/6YkpomGkqQaoS2Lbp1s4WNZ0L3jnLl797ah1iG3wSwZsfbabv/40bnZVYXuvDtNev+OyLowvaunOu52ZK7FvUlf2heDUx871MeCBcwtOUzQ7Iq4BvwDR3KNYxAy1d2uEZpWFA3nyZJBw5VGLQGMjHJKUSogtErzzxdpC/FSRreBIqG9vtXTyFuUUOFlUqaAoXjdsqCC+LUUFkOKuMigEYNWQtPhB4lNxipRVg2A1V/7Qy4aqsFUQ9Jg5S/Dw8bHASXLqkhF3rk9a8CYjEoZpNoghuU9qIbU5ZmSAWkQaylNK9F6oF7FjHAYpIGxifmUsRhEQE/zauvgSg5oap/Dw+CnJDK3FGAb8pe5VblV0Ygq65LxvVySykqRzIurMvk5PTh71BYC8llqGZXeGWotBMsF+rHdUXxjBJD16rtJKrJj0TryuNFwwz52CPPAzJbH/iIgm7PN0+vvdVv8YwvT2TQXjLF6IL+RmfX5dNQMV8MwpWaRT3yTR+2T8EOw66UCa6iK9VOL3jLYUgrkGdWbXddvAlI38pbFh+S9dwK6pvrBqM5M2rL5rqoKALLs7oacDuhdcXDQEZ0feYvPuSLD81cVa8MYO+OCo99K2iYw2Zg7FrDtv5tc1hXxax+CPC19ZhhjY01zzvurdbY0eMvj7OJRapFP3Oifn+6WuYWGcHW4Oml5bHS3mzvt0/o8IMjT/QMfzo8nDc6G+qB2PhVS7xOk3CPOBCaP17ZQrAz0Jxafio7DZU2kRxnv6LASwRYlt5sZhXBeOpgb6KaMLZk63+pq12IDMbsFG2IU4ND8OaUAcVSs3+FHgPD8BCDN2byHackjzQKy5bFyrAx/hVC4OfspqJNTJuQqfQiuKZfLojVKbVYpIKdKL26Z2ZBqpHu4n2a0srFG7cB9rTr8AZzE3cMOTnw8+XpHv+xm19AXuns08AqhvpNgAjNgYddSlcygnlBTWLELNUPSaOnBHZ+gp/UoBOZELpfCLA/L4l4Z+ZYceXy/jb9Np8gjpA/y+dneVyFaAjPNkw4fq5PYoUO87u/hYPJ3iYUAQBqsc/3mjVS51TqRTK4UnawHJ0IUHa7keykOFDO37JZR29fXEqux7aN2BYQzubCrvw4kzTcvGWyMLTRlGme2CMJCiEBrtjruL/K8hpippkywXIW3N1hrLe5eFeYLT45uZfIBRgdbXOpvevquyEgZffi5jbm7jRMbrB0W3xkAdCZdn1MKu1JrIN8+K8oowQATdccWqdtH0AmCb9J6Rq/JB0obH4TwT0PpNKE6J6am9YMpLKfTPuk7ThrgxuVZae7yjzzcDX0vCUvTCWaS5ulvYd7t4IWnu5avyvkOX3p+EXyeDm3oPCkqZamEjrX1rFYTVBALi7mG6UAH+zyZR7nA5rR0oOVG3lsEXNKXcMX+n+D8X7T+y5v/ER3RtgXT5CyLd872v7hUXbfCv0QGA/+0H3p7lE7SYHWoI/lZU9nzOS4rL9mL7+mF0lCmDKv6qPZhoMAWDUlljKWeA6c5UOgLnCDEK7l6ipLKOxkfXwOqQsoqJUOFPFnxB7/zlodWOZR0Sa9Y9Zj6LM6ncpCG7hdS/mkplOC2Z6dTi9AbNNp6ix5nhEqioDnJMOmlwVmKUtVw3EXUo8WLxm37SRebytvpJ+gSyxo4bmn0d27dRmg6MZJLKaxhxPpu1Ud7GSbarhfYDD/RqGmRCKFqwwCEI8Ck9kxhuXVZNAwW+WImRYfkd0lNyOPiIE7qQC3I4yfwq9IB6kCe2AevpHpQG/5mwiR64xT80Ha7beJ5XWJtwkUICNder40/e3d897hXltFj+532yRf1va/11kgSPPPc8vS97JjaN9WkXDBQYc7KpkksS3EcybavkWxSTjcu7OTdP+w63t158lr3qa6eE+dEOnskFOlh31/9jXpJcHruwDz08JhGXzEX9xQ0oj9M0eWR2q1+L7xkMUTn2FT9PNBfe3f5PWu3dWlKbE0f29GFw1+BJzvtjsWtx4LfHmzY/eo/D/8ulpnnL8pPf7Mn9MHEh4Cuunqy88/s964SQljErvV1LrxFMm4NDopF1wEYND+9ghIdH2Ot8g7+PiFNY56CZ9uZ308mkAuTr0+ZqHm1Zf7yF/FVp0ZdIFO+zym/Y3vjzP6J146ZEMj6bNIHoIOE6rgBTumc2SWcAPeawHCgV8MN1IVUIzIaqy011vGxHmrEiBpQxi3hzprNXv/NBGzlCSNjIpdKhopndX3ta2LY88o4I0rKt95AAj3tbPfjkZxw3QlsBCKC4kjexv5tUUxufGsNak27uERSRs8K/7aE21W5uQWKvg0NKRhStPLjhtHvLnzLn1J5Jnp+0YuwcESykQKDQqBT4pAsjBSjPDb6c8UqWbyXNe9t27XqMcKwaCoymnMiqWQKZ0SCFAFP0HlaMQ3KkfqT7FH3UBJRpXeaKBfmBwUcN6t1WqLHhFj89sS+GQVaO3/UL1dy/3o7qB+lDdvQA4oapZVaXdfk3pm775BWMEiPhnYu2SqWz8zR6R5xdCInMvJgATXy9sYP84wrni9D/oqpCEdnnKnOdka3RdbY2rMavN6moQOThmS5S5keWpEqL81qzclVlWZVUPy06ihPTJle/6hxMHvSE6+uDJCrtLaL7/3fY46Fyd+hHR8woPvEJBa6k4EM0wZ+MHbW1D4rEA//QfgIlV8wHgzkTOjkd/GJPOJOUcJiPoFfhfk/3BDLBIFcR61wGizO1jjGRc+lFw8pTM7npViltiKLud0gpZZmdsp2SEdlMBDQHkL41U/5nuL8sUIDfg/je7HEAEMaOwQ4xxxNw4pxMj78vN+ABNlePf8Ra2tTWWvaBY7NbVN/uOqYtNIn7QmZhom+8Y7DS21MO8vr7Ewvq3rrhpiYRmbOGDO1AUqPwi8a+JUZFszlnjwaW0OpjcX+nPjzltMpQKWpofl4gPdf0B9zZnTPaAnWGEvZecefzcwXwa+yqxaju6fPhhNivUDuG8HCZ886yZ01MNLbu2/fueznz1qDIHPBXe0YLrsC+JKzeTazwCrYIDAEdLpzFbObk4t6iFP72ojs7yx9LsvwLfvVeou4h7YaNMMbdNq9oEwI/8t7LrP8GYuVavk3c2Dxg4VGKEjVKXcsL3110T6VymbYmXa5XcYV/A5YPHVSXVIvrYnWm1RHO4+hPEESJlQf4JZy5szhNP9vV10jv4LnXzQnwIr0n1L9l6ZupzA7txNp2IEk9FDdvgtmX0QrQWzLTG4wqVMDFQqtxS1Kq85IStAPFOF/Q7S0PJo8jOjmFHBMXKudlyts8M1z8fV8U4HXtGDj79lcPb2f1nZT5nbgXHXlEk12CS9wTWA4H9lSTjm3DsjkjqUFU+fFZXzR4rVLG5ZP/KJ/yDqHKhI89gPtyrFRvsZ2T8KLm7v7zd6o9gacR6tL7/dElbaM92Gun2T0m0ujxrdgfGI1vR8wvPZkazI/JrV7tZLRxcWjJVqv46HfsU1gz5SV/y7+RrfSDDcqC2GFPjvPQW2l7vqnK0v9ymGgVKn0pyET7R12KsjqGRt6H564G14MzSsEVcABqw3jh7+fn9D+V0Lb/L92fi3cDhsCKQSEwCcCvKYQru2vmgR55GJQip4SOdethIVlMGjkrefJjDXXT05K1dc2cPhK5B8yNJ3xugM3g/GqRvo28mrkWymY2HZwURaENklcIpFLYlg3d4kkN8PYkSxOWW8mqVsQEdit+j9dLZIlMDvmk2jwzx5Mk3TvQ7OXVEcU2VTJ9SZNXe6QZalInDYzCauDWvD3hLfeNduizRYRtJ3v5Bn4Rk8598HgSaQsHkTBxoqcQqFTtFK0mFMYnu0mf4VkZdLwb0nR92140unPzFv3MONxmPrI4yWPjw74Tr1Srz4642ilxJH3xMHrEehz3t+l22zo7UTBq4+qT70a8B1d8vjIY/XjsFDEK6CPEEAsihaQf9sS8fev/kaTt9yjDDkPXrkP3acIKPcPkV+/Dzuz710Y+O53eTbrx9DJhELGD31HB/n2Sv9iZh7uYehDsDCsiImyoJibdz9InT+73D43p1eklpWlVqQ/DzCcW06veP7gumIgmJ+SKxbnpuSfSMhUrrhf8gnLzfZsUmjSxA4ihNgZMM1WIgTZiZaTJnQSUIROc1Kokwi4BeudlJjhRZrWDzNsaO+IWjao7iyWyfI84vjjOSJxdjQNlOsOXFMt8Z3X/bnh08OIcDjqyy9//bz5y5LkoCdyzPKZNM3n57Sw09Uzvh848dYwELQngJRFrT0VymzhqD34vUuvHbq2dN/SGS2TxjeU4EAbyn3uv/0reKQjacZqayY1Qlifn9PIW5gzpzSjWlconru4N809Yke3pwTxru/9ysdvr/sXlZRGNQni1NlZ2GHo4fCFLEshq76eMQOMdHFWBewKq8y9r8UX6MoX+STDqj30bGqHjGxYDv6+3B/qr8sNHqHxJcmSy80Ds1LrEmYNpOdfeZFtXHs2g9XbY7eXvA49rT7dlHHaPnH7/3RjBfhM3uwv4krRF6fL+UV0Ob5mx5znpnDH+G/ZAp0r8ZH8MgaQI+OQt+VEOe0ahdSrJclIHBlbiMWouIvYizKNT7rSu9qa8isocBOiCCK9Kl0bYULAopu7OBitIZ7bVUGBmZCRMSQsaoCL1gGn0pxYtS5dp1Ju/2WUjHpNWeUiP5RfREMlhbgpO3KcnzOXRp5Llo2WjZtIoZm3Oe6wboiUS0Ir4InycDI8drkrt/SLKCh86Xf6vwgzP5rGcnAxhzb2xeCA9vnhxXc+/3PgW2vMJ55eCssXptnRJVtDYc2Zw9JzKo4hU6WlW5IOwKTJRU7VX3+8yW10G0DjdJGVOMUqWiMpnDVa2SDNLbZ7eI2c2gY08uF2UAqMje/pqdEbLrKwNWvWvuxKy5/UpK3TaOq1jf9rmzR1B7r6/4rUodgkL82d6NpP6IxVUBWxnY4ZE02sI24txnUUNSUaYzeV1xcrvDKZV1F8XS1lRV55sfx6tEjOiq+vi3mLZMUKEPEzBKBRfF6JcOibCCAoSFEgcCm5j/s2NoqB7eX1YRkx0Y9457mXAn45BoKCAqoG66HxLxx3CMTt6/Og1aTuUpl2bfKv6dm5yaPaqDYBkISw89yJrZPETbtamTftNKu6j3FEyHHxd5pp0yzW/13YcD+SBjDloYdIegDIuYrIAiziKiZgrYoAl4hVPanpZYq00iaByQiQ1BRSbft4qPeoY/H/F8+NPy/y9DKtTFaenb+VcfmDuN0jOu+KD8WgY2MrRsyXJBYdA3J+DvF57WdQUJbk7JyHEfDmbFOtPKG5f0elsUh/Sf5LGrtz+cgg0sSqmLjyZnDNwvXSdDHIgL5NolKuJ/6feJ1CPVWfCspjouNfv0Ya0+WDHexX8/coPhUVz0F+KEBbzJuom9bsA9qLCW4TV8/hGHgmt1diFVmymaWkBRN4hTzfkIhLmEcRQ1P9iuJihV/Z5DbxDIlMrnEl12RqGABsuVRjs8HQ3KFYs76D6G9AcLPBFFsymnGEOcSRkbc2EPGIvZ71pQfztYAdaK1TBt3Njmhd5NJxwlObLm0uD0tnTTIF2T6WZ/q0ImYx6zTAcB7C8rB9JwnFCyoIayukw1prVFUZmUF19buEhISe+Vi72lKpqsdk0UfBbgkOLT75bSx7Y7709qbjs+1rDJGdmrxytZVc+EgLq4cwChMZOsvFW3Tv+Pu4ZV+evJ63vvc08aP8zF/ALILSqyHwKkg/kgmrBigOOhWKGGrMgyEvRDK6ZFEIuUwGHQ6lDwHwSuhZJANeBIEoMWwosunkQng/4jQwhkFjZVDok+aLm9DWCfTBLEUsMOTRls3ktjBPMcZeiJrXLjK5BmqCFdXzOFM2fwOCCUWZITAF8lJkW5HvIQzBZGCgMoQCBnQNDMLILv6pDQFHDQZlqFZHqHUBHnkGosDCEJEwVB8ECkechhjwMQy4rAaGYCzICavSF0UeRzKgDA+thFVB/Qg5NJ6OhM0VYzN+rFHs0UfTxx44NnPqWPmVyBjDw+u6GHIUxojC5YAUYxsm+iPeH/VxFSYKYE9Q2jCVMfUToiu2K8bfT9jUmeSi9KLUObp/ff/yfvD2C+H9FxVt2aOaO5pHOdoTspaV7IctmPTLuqTE7g/0uIYFhCTEPfHFIV7Fsqqqe/JRhZfAsx+DSUTS2k/o/zdkSapv+07UjzuhHtE00hr0sxLJeiIf6RvgO2QHP/zdyP9wFipbtQHcCq04GQvZ4RNB9MIhELPIIHPAYzW/9T+cerZqGjMMrTgfM0uxqIc2bcQioo5C+we8qlozuhVk6A+Iyo6Y+oJ8OZD6K8WBuFp9BRMry1IAMzPYJ1/ul8hk7/EZVe2FOTmT+a1cUjtvCj83t2u4n9B65nlmLXpE2z6/DYgSCKaNF/7hkUZ+ZKtbzabXLtQrp9FUSCKgRpF4/5zvNvKxicDu39teUYuasaebdAMbi56GMjsUBQWS+kzOqNojkRc4UOZp6FjsjZqLn+rWwD7Mg1OX0LppS6jwSYPyZftYnWzm8S0FACc9p1PzBzM92pa27Y/04M0AKpRNz5iobsqor9LUaFtpN45bsnXcWywDy5gLrIMl1CQyJy00iPKc2G2WfjbAigkfnrjoAr3yb0YLwTVTUzuMYk10ADdNS5+0MENEyz/qtEr/9w10N6WhbhjZmkfLYcxHxsLbmDnNh7WjWKQQS7ho1DIo7yw2ZdcIowt1wFXXQm1NusAl543iSvYXnMbjsTOxkhcNfcK/LGBEeyIY/D8+rS93ffvxwBknTUdaOFVsk7s1DIKuYDqNiAz2UR0JE4fbIF1mSC0Wb1fdTWRm/iBdRK/pbrZe9+0qOVQCTRBtB33KOMWcWTN/kX+U/LV5BCfB/jir97j67JxkR00Zt5g9axa7mFt2ietnl8yaWcwp4wBI+e224MpmWr3L4IrChWXA4Np4KASKgWWEcYArqjW4EprHPHN7pSfOs+DzzwjNAyk70fSf85dKvgVxkzcdnB8tK6dc/mnMZRTNnsi2ZTQnPhUVYG08gT2FNwvR2lqO2/bGqdAL6J7/DjkYOpKqXlE4IsWLt4kEzveB+kWL6ouMiuSUwGb7+HG2zYGUHoWxiLCLbdx4ezWgLi0q1u09GsqLs9/5NxVH3OjAC9UlyfMxofiXqxHa8QeJOMvb/nibfv722jh3lExq9TlrMVOgJbZFdw2CTXrBG+siWEkLjB4WY5NZZUC1zWrZ9VZfffpRSpnKls69//YlWLzVmW54vWNIYVnOlnd/Nup2jP669ZmNV2UjQI2TU2bmxhii8/n6JKtMHt78Hq1cNvF24eYISYl74+H3orCw6B9Pl0y0UgGY1dCr446R26Cl3Exr+497X0xvkbNjYYQ9fxcekkxxb0Ugnu75PmGyUzpq590Yd45EYtR6YSNUrvrle+7g2442aChRbyTdjMkcIM9PSY4vyDKqDSXsMk7dyOOB1NyMgiEeoS3Z4lYmT1xkya89dW0kVtAkSsUEyrrdgnzh+BGkPwR/KJzJ2dh6UnbybNx1Ocpn2U6x/ujibG+Zk+NgFYa6hI/n52A5OSW0tsi6NHLlNsb4vsa49dFxi+Kxd/B3zsYvoyjM88OA6KTETZqNqi5N91/Ubk2XeqNm02BgerCxMdhlrVl4CXrxPWLhU8fleewFo0YjiRe5WTHiEULm0DYWfNkG7Pif4FQqfJG7T4Sui0fw0ITxsEOwI3//DQSW7YidEs9x4EkMmoSOGRz0SVYR0u4Hhbb459NY/GX+kS1llpiJE2Ms4pCXcQu5ry3NhAvAVBOmFwOlRD2SnlmYPkyZJfIi9mIkbXToULxfefBA2bQMdu5U9uaNMPbafyP0UAsuF8y5sFy7Qbu8ef268JyGHKD9FMrznuMp1Rn0Zc6XXAAhgYp+btgwytj0sZQRw3aMSR9DaW6m1O5WNo+gxP95QQeoNcV7qnKKrglJ066/EBsPch0nUrEK/QTcAsj1zH3roq5+LzmlT7q0ugMZoWGgu6WG5kKcjmV5+KgwVe1WleT+xHDzotGYHwhLIMFTKPr07C0P580beDZreHwlkP+oK+EjRqemXsc2p+59Xw+eWrt+a5bRY5HhOAIEmrxg1GS3eCyzgEQyJdTSDcHtoMd+BUiCTajSUXdaoLVcl4tbC7WQaPAzcBoJauHWuly1XAt0J1V3JjZKph6VSq6tsrSSdWxVc4CCOv4KR4pmnWJFk3CvjqMow4KrjiH4Hw0O2+ZXfBT/azTQnA06xF/din+e9J9som3WsWbz2LkCJ+ei8sIiUVFH6Uf/QRGZcjkYnPH7PadWcqwH2NYNfx/cHxzQyU4lg5Tm0GIibUUy7p9v6Ywki/O7VAhEXhwoUHUgrSKtxXBjl4LJwP3Tda6rrZusuY6tVfikhUVSn+KKwHCg61cU3lVM5pMTeSKU6wWaj44DBwYZLViewPisBnVtrboh6y9BpFS1nfwVaVXNoYoJTgvehN/cd6iTjCZloMMblX6Fz6coVd5By2KF3Jfqvw2mxai6236lT6HwKf0gcwc8Ls7PG6YpEbqE2Q6BS7QvWmYLBNki114Imo3KLtGM8pyKixtL+IiT6z+5OHqWTsfSc5aE11fn5G6OofyrgdN9Rcpf/aUlCCzR3fozNckkXR9sbEhgP9mYd4aB/W1KcifJBUOmOg1ZdSIe2CExkkRLY2j8sE8aIEQIrcAoHd9zrkEy8qctNEDGAugdeipG1rgS2eCq9w+d471xKPdOPkoclx4lMvlf1ko2MKbxwJhmJc6tmZbmMvrXyRQ76Z8iT5ET7AovIfpBBE2Jck98ERVlfPpVoHzBrex0mWWiMDM+uQwuGgMjmBGRDXS8Rcv4+k/y1nBSpuTWzpfOqqhfrdw82WQ8qO+BxkFNBfN/7iDJsoXf6CzVhAnGIkdhz+k+CHJ7tkraq6BmATpddVm1IdYMEQu3GrYfbpVPeXgUMG30LFpEN0HPwciquXmTkFy3cX2rPpCx+pYDUvLfIb540Wlluyat9Mb1zWEN/35VMepJNtivaozgov9Sq/LPD72T+Tsm8uqcdkNQxyjR6S+zn/AlWdJlsJfziy71b3RBsAvpL+rBFZFYnqCEzZclc9xlqQ8X0SrJpbR3HSw+14DnXQX+T9KXwh9lGU9JLQXUvWmfN2qiZGwUXHIIZmGBRgefEo0RXCo3ehRU+5l9UhqGoEwCkMf0WaMimW2NmiQco0JaeIUaWPhjo0MaIY3Awi+NHm1U4vJ88jQ7qJoZJMHExhtzCqNWgvDj/Q2mepmjzP+Qi8Mo49v9/ZpfECHzCChnI4g00xkD++lsGHiPLGU8gKKtJUpfdztNCr1VGGbfMkiCiY234IBOYdSXTLe/v99gqpeZUviv52JJ6PEzvt1TCL/USHWOijjL2QhCumY+zWh1YD8XOvhtDlki8wOorbG1DDx93XmXpGnVrfx4aMUqze5c3QrqUIYCDQywwAEPAiD8jXCukUAGBVTQUGgMNgGHJxBJZEoilZZEZzBZbA6Xx08WCEViSYpUJlcoU9PSMzJVak2WVpc+Q8ZMmbNkvaSiKCujuWE0Hg2KT+vJnVxtd2gZbZXNBdzVxV5LBSPikffXSGp+3EQ7Yb25yHs/9CNMJ3FIngQZCvFHujha1LCJcBGDi4WkyTKI7oaV6gh8ONIDn7sQ1udnz43CdHtBcrxXJOgnB/KvMb69k5OcRdJy8SpFuBrw8liv4t3bE++O7P0Dq0wTuHknBso1biJmso1JeobRrSwG6LKY7MUmupzFW6Xjrajn24zOGMgrD5rW2RlLy5p4OyIRBr6OyvDG2YcvamqSfSl8kA3VMPq8hiCdbxVGkoq6i5VUZEpLLa9NwNF5WBL4JlmMwNfleEvQJ8jw5kWwHMX54nRa0VFeXVidG0NtgFKkgU5JD3GSuT8W8CVhWpc2E6vgLmJxPtYO5TlY+Gn+pwWfJvnUFqyl4vsGd1xn+QwAAAA=") format("woff2"), url("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-changyonglogo27:before {
	content: "\e714";
}
.icon-diqiu:before {
	content: "\e60a";
}
.icon-dianhua:before {
	content: "\e62f";
}
.icon-weixin:before {
	content: "\e64f";
}
.icon-facebook1:before {
	content: "\e621";
}
.icon-xiangxia2:before {
	content: "\e63d";
}
.icon-douyin1:before {
	content: "\e8db";
}
.icon-linkedin1:before {
	content: "\e625";
}
.icon-pinterest1:before {
	content: "\e61e";
}
.icon-twitter-new2:before {
	content: "\e800";
}
.icon-instagram2:before {
	content: "\e73a";
}
.icon-youtube1:before {
	content: "\e614";
}
.icon-youjiantou:before {
	content: "\e73d";
}
.icon-youjiantou-copy:before {
	content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
	content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
	content: "\eb90";
}
.icon-pinterest2:before {
	content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
	content: "\e657";
}
.icon-twitter3:before {
	content: "\e7fd";
}
.icon-twitter4:before {
	content: "\e7fe";
}
.icon-youxiang-32:before {
	content: "\e605";
}
.icon-trun-north:before {
	content: "\e615";
}
.icon-guanbi:before {
	content: "\e601";
}
.icon-home:before {
	content: "\e624";
}
.icon-facebook:before {
	content: "\e620";
}
.icon-pinterest:before {
	content: "\e8ab";
}
.icon-linkedin:before {
	content: "\e648";
}
.icon-youtube:before {
	content: "\e6d6";
}
.icon-twitter:before {
	content: "\e607";
}
.icon-bigger:before {
	content: "\e647";
}
.icon-left:before {
	content: "\e72c";
}
.icon-right:before {
	content: "\e72d";
}
.icon-up1:before {
	content: "\e72e";
}
.icon-bottom1:before {
	content: "\e72f";
}
.icon-left1:before {
	content: "\e730";
}
.icon-right1:before {
	content: "\e731";
}
.icon-up:before {
	content: "\e73e";
}
.icon-bottom:before {
	content: "\e73f";
}
.icon-instagram:before {
	content: "\e79d";
}
.icon-tumblr:before {
	content: "\e79e";
}
.icon-email:before {
	content: "\e7bd";
}
.icon-contact:before {
	content: "\e7be";
}
.icon-whatsapp:before {
	content: "\e7bf";
}
.icon-fax:before {
	content: "\e7c2";
}
.icon-mobile:before {
	content: "\e7c6";
}
.icon-tel:before {
	content: "\e7c7";
}
.icon-phone1:before {
	content: "\e7cb";
}
.icon-skype:before {
	content: "\e7cc";
}
.icon-whatsapp1:before {
	content: "\e7c1";
}
.icon-email1:before {
	content: "\e7c5";
}
.icon-skype1:before {
	content: "\e7c9";
}
.icon-qq:before {
	content: "\e7ce";
}
.icon-tel1:before {
	content: "\e7cd";
}
.icon-wechat:before {
	content: "\e7cf";
}
.icon-message:before {
	content: "\e7da";
}
.icon-calendar:before {
	content: "\e7e1";
}
.icon-calendar1:before {
	content: "\e7e3";
}
.icon-top:before {
	content: "\e7ed";
}
.icon-jian2:before {
	content: "\e600";
}
.icon-jia2:before {
	content: "\e608";
}
.icon-vk:before {
	content: "\e735";
}
.icon-instagram1:before {
	content: "\e640";
}
.icon-up7:before {
	content: "\e722";
}
.icon-bottom7:before {
	content: "\e723";
}
.icon-left7:before {
	content: "\e724";
}
.icon-right7:before {
	content: "\e725";
}
.icon-sousuo4:before {
	content: "\e610";
}
.icon-sousuo:before {
	content: "\e616";
}
.icon-sousuo1:before {
	content: "\e65b";
}
.dif_bannerBox::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
}

.tho5{
	padding: 100px 0px 100px;
}
.tho5 .logo{
	width: 131px;
	flex-shrink: 0;
}
.tho5 .big_title{
	color: #203793;
}
.tho5 .title_after{
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	color: #05193B;
	margin-top: 12px;
}
.tho5_top{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 29px;
}
.tho5_r{
	padding-left: 32px;
	border-left: 2px solid #D9D9D9;
}
.tho5_title{
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	color: #111;
	text-align: center;
	margin-top: 40px;
}
.tho5_container{
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-top: 59px;
	padding: 36px 0px 41px;
}
.tho5_list{
	width: 100%;
	max-width: 1268px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.tho5 .name{
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	color: #111;
	margin-top: 28px;
}
.tho5_list li{
	width: 17.903%;
}
.tho5 .text{
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 28px;
	color: #555;
	width: 100%;
	max-width: 1018px;
	margin: 41px auto 0px;
}
.tho5 .buttonBox{
	justify-content: center;
	margin-top: 53px;
}
@media screen and (max-width: 1580px) {
	.tho5{
		padding: 60px 0px;
	}
	.tho5 .logo{
		width: 100px;
	}
	.tho5 .title_after{
		font-size: 20px;
		margin-top: 6px;
	}
	.tho5_r{
		padding-left: 20px;
	}
	.tho5_top{
		gap: 29px;
	}
	.tho5_title{
		font-size: 24px;
		margin-top: 20px;
	}
	.tho5_container{
		margin-top: 30px;
		padding: 25px 0px;
	}
	.tho5{
		.name{
			font-size: 18px;
			line-height: 28px;
			margin-top: 15px;
		}
	}
	.tho5 .text{
		font-size: 18px;
		margin: 20px auto 0px;
	}
	.tho5 .buttonBox{
		margin-top: 25px;
	}
}
@media screen and (max-width: 992px) {
	.tho5{
		padding: 30px 0px;
	}
	.tho5_top{
		gap: 10px;
	}
	.tho5 .logo{
		width: 68px;
	}
	.tho5_r{
		padding-left: 15px;
	}
	.tho5 .title_after{
		font-size: 16px;
		margin-top: 2px;
	}
	.tho5_title{
		font-size: 18px;
		margin-top: 8px;
	}
	.tho5_container{
		margin-top: 15px;
		padding: 15px 0px;
	}
	.tho5_list li{
		width: 21.25%;
	}
	.tho5 .name{
		font-size: 16px;
		line-height: 26px;
		margin-top: 5px;
	}
	.tho5 .text{
		font-size: 16px;
		margin: 8px auto 0px;
	}
	.tho5 .buttonBox{
		margin-top: 15px;
	}
}
@media screen and (max-width: 600px) {
	.tho5_list li{ 
		width: 23.5%;
	}
	.tho5_r{
		width: 100%;
		text-align: center;
		margin-top: 5px;
		border: none;
		padding-left: 0px;
	}
	.tho5_top{
		flex-wrap: wrap;
		gap: 0px;
	}
}
@media screen and (max-width: 481px) {
	.tho5_list{
		flex-wrap: wrap;
		gap: 15px 0px;
	}
	.tho5_list li{ 
		width: 49%;
	}
}