@import url("swiper-bundle.min.css");
@import url("../css/animate.min.css");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	transition: 0.5s;
	scroll-behavior: smooth;
	scroll-padding-top: 116px;
	height: 100%;
}
html body {
	height: 100%;
	overflow-x: hidden;
	margin: 0 auto;
	font-family: MicrosoftYaHei, "微软雅黑", Arial, Helvetica, sans-serif;
	position: relative;
	background-color: #fff;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	color: #333;
	letter-spacing: 0px;
}
html body input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}
html body img {
	display: block;
	transition: 0.4s;
}
html body i {
	display: inline-block;
	transition: 0.3s;
}
html body a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}
html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
	outline: none !important;
}
html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
	outline: none !important;
}
html body span {
	display: inline-block;
}
html body a,
html body span,
html body li {
	transition: 0.3s;
}
html body .content {
	margin: auto;
	max-width: 1400px;
	width: calc(100% - 160px);
}
html body li {
	list-style: none;
}
.rightMenu {
	z-index: 8;
	display: none;
	flex-direction: column;
	position: fixed;
	right: 0px;
	transform: translateY(-50%);
	gap: 2px;
	top: 25%;
}
.rightMenu > * {
	flex-direction: column;
	cursor: pointer;
	width: 51px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
}
.rightMenu > *:hover {
	background: #f6ab00;
}
@media screen and (min-width: 992px) {
	.rightMenu > *:hover .hide_box {
		display: block;
	}
}
.rightMenu .logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rightMenu .logo img {
	max-width: 90%;
}
.rightMenu .hide_box {
	position: absolute;
	right: 100%;
	padding-right: 15px;
	border-bottom: none;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.rightMenu .hide_box > p {
	background: #f6ab00;
	white-space: nowrap;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
}
/* nav */
.xnav {
	display: none;
}
.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #f6ab00;
	right: 2.5%;
	top: 20px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999;
}
.nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
	z-index: 99999991;
}
.nav .nav1 {
	margin-top: -1px;
}
.nav .nav2 {
	margin-top: -8px;
}
.nav .nav3 {
	margin-top: 6px;
}
.navh .nav1 {
	transform: rotate(45deg);
}
.navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}
.navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}
.smdaohang {
	position: fixed;
	width: 280px;
	height: 100%;
	opacity: 0;
	overflow: auto;
	top: 0px;
	right: -200%;
	background: #ccc;
	z-index: 9999999;
	transition: 0.5s;
	text-align: center;
}
.smdaohangh {
	right: 0px;
	opacity: 1;
}
.topnav {
	margin: auto;
	margin-top: 30px;
	padding: 20px;
}
ul.topnav li {
	text-align: left;
	position: relative;
}
ul.topnav li a {
	padding: 15px 5px;
	padding-left: 0px;
	color: #333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding-right: 50px;
	border-bottom: 1px dashed #fff;
}
ul.topnav ul {
	display: none;
}
ul.topnav ul li {
	clear: both;
}
ul.topnav ul li a {
	padding: 10px 5px;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	outline: 0;
	border: none;
}
ul.topnav ul ul li a {
	padding-left: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}
ul.topnav ul ul {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
	padding-left: 60px;
}
ul.topnav span {
	display: block;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	border-radius: 50%;
	transition: 0.5s;
}
ul.topnav span:before {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: 0px;
	transform: rotate(45deg);
	transform-origin: right center;
}
ul.topnav span:after {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
	transform-origin: right center;
	transition: 0.5s;
}
ul.topnav span.yizi {
	transform: rotate(90deg);
}
.smdaohang form {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 240px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
}
.smdaohang form .iptc {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
}
.smdaohang form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: transparent;
	position: relative;
	z-index: 99;
}
.smdaohang form i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.daohang2 {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.daohang2 a {
		float: left;
		width: 25%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 24px;
		text-align: center;
	}
	.daohang,
	.daohang1 {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	.xnav {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.nav {
		top: 14px;
	}
}
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
	opacity: 1;
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, -moz-transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
	right: 2%;
}
.baguetteBox-button#previous-button {
	left: 2%;
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}
.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
	100% {
		margin-left: 0;
	}
}
@keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
	100% {
		margin-left: 0;
	}
}
@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
	100% {
		margin-left: 0;
	}
}
@keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
	100% {
		margin-left: 0;
	}
}
@-webkit-keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
.imgBox {
	width: 100%;
}
.imgBox a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.imgBox a img:hover {
	transform: scale(1.05);
}
.imgBox img {
	max-width: 100%;
	margin: auto;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	transition: 0.3s;
	background: #5f5f61;
	display: flex;
	justify-content: center;
}
header .container {
	width: calc(100% - 60px);
	max-width: 1751px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
header .center {
	display: flex;
	align-items: center;
}
header .logoBox {
	width: 319px;
	flex-shrink: 0;
	margin: 0px 95px 8px 110px;
}
header .logoBox a {
	display: block;
}
header .logoBox img {
	width: 100%;
}
header .menuOne.active > a::before {
	width: 90px;
}
header .menuOne.menuactive > a::before {
	width: 90px;
}
header .menuOne {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-right: 68px;
	position: relative;
}
header .menuOne > a {
	color: #fff;
	padding: 50px 0px 54px;
	position: relative;
}
header .menuOne > a::before {
	content: "";
	width: 0px;
	height: 2px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	position: absolute;
	transition: 0.3s;
}
header .menuOne > a:hover::before,header .menuOne > .active::before {
	width: 90px;
}
/*header .menuOne .active > a {
	background: #f6ab00;
	color: #fff;
}*/
header .menuOne .menuactive > a {
	background: #f6ab00;
	color: #fff;
}
header .menuOne:nth-last-of-type(1) {
	margin-right: 0px !important;
}
header .ul {
	min-width: 265px;
	position: absolute;
	display: none;
	left: 100%;
	top: 0;
	padding-left: 5px;
}
header .ul div {
	background: #fff;
	padding: 10px 0px;
	max-height: 400px;
	overflow: auto;
}
header .ul div::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
header .ul div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}
header .ul div::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #d0d0d1;
}
header .ul li:nth-of-type(1) {
	margin-top: 0px;
}
header .ul li {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #3e3e3f;
	position: relative;
	margin-top: 20px;
}
header .ul li a {
	display: block;
	padding: 16px 34px 18px;
	color: #3e3e3f;
	white-space: nowrap;
	position: relative;
}
header .ul li a:hover {
	background: #f6ab00;
	color: #fff;
}
header .ul1 {
	left: -41px;
	top: 100%;
	padding-left: 0px;
	padding-top: 0px !important;
}
header .sousuo {
	margin-left: 31px;
}
header .sousuo .search {
	cursor: pointer;
	transition: 0.2s;
	filter: brightness(0) invert(1);
}
header .sousuo .search:hover {
	filter: none;
}
header .sousuo .form_zz {
	display: none;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}
header .sousuo .form_box {
	padding: 6% 30px;
	background: #fafafa;
	z-index: 2;
	position: relative;
}
header .sousuo .search_hide {
	position: absolute;
	font-size: 20px;
	right: 20px;
	top: 5px;
	cursor: pointer;
	color: #333;
}
header .sousuo .search_hide:hover {
	color: #f6ab00;
}
header .sousuo form {
	overflow: hidden;
	border-bottom: 1px solid #333;
	z-index: 2;
	margin: 0px auto;
	width: 600px;
	max-width: 100%;
	display: flex;
	align-items: center;
	padding: 0px 5px;
}
header .sousuo form input:nth-of-type(1) {
	height: 42px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 18px;
	color: #2f3135;
	background: none;
	width: 100%;
	padding-right: 10px;
	flex: 1;
}
header .sousuo form input:nth-of-type(2) {
	line-height: 33px;
	font-size: 20px;
	background: none;
	color: #333;
	cursor: pointer;
	transition: 0.3s;
}
header .sousuo form input:nth-of-type(2):hover {
	color: #f6ab00;
}
header .lang {
	position: relative;
	cursor: pointer;
	margin-left: 24px;
}
header .lang .lang_box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	margin-bottom: 2px;
}
header .lang .lang_box:hover span {
	color: #f6ab00;
}
header .lang .lang_box span {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fff;
}
header .lang > ul {
	display: none;
	position: absolute;
	width: 120px;
	background-color: #fff;
	border: 1px solid #f6ab00;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
	z-index: 1;
}
header .lang > ul li {
	border-bottom: 1px dashed #f6ab00;
	padding: 6px 0px;
}
header .lang > ul li a {
	text-align: center;
	display: block;
	line-height: 28px;
}
header .lang > ul li a:hover {
	color: #f6ab00;
}
header .lang > ul li:nth-last-of-type(1) {
	border-bottom: none;
}
header .box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2px;
}
header .header_r {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 30px;
	transition: 0.3s ease-in-out;
}
header .center1 {
	flex: 1;
	justify-content: flex-end;
	transition: 0.3s ease-in-out;
}
header + .index {
	overflow: hidden;
}
.header {
	background: transparent;
}
.header_reset .center1,
.header_reset .header_r {
	transform: none !important;
}
.fyhead {
	background: #5f5f61;
}
.fyhead .center1,
.fyhead .header_r {
	transform: translateY(-100%);
}
.fyhead .menuOne > a {
	padding: 30px 0px 34px;
}
.fyhead .menuOne > a::before {
	bottom: 30px;
}
.buttonBox {
	display: flex;
	justify-content: flex-start;
}
.buttonBox a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 180px;
	min-height: 50px;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
	padding: 6px 15px;
}
.bofangBox {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}
.clear {
	clear: both;
}
.bannerBox img {
	width: 100%;
}
.bannerBox .content {
	position: absolute;
	left: 50%;
	top: 58.8%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.bannerBox .banner_bt {
	font-size: 46px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #ffffff;
}
.bannerBox .banner_describe {
	width: 100%;
	max-width: 740px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 22px auto 0px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.pageNumber {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
}
.pageNumber i {
	font-size: 16px;
	transition: 0s;
}
.pageNumber a {
	background: transparent;
	color: #999;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageNumber a:hover {
	color: #f6ab00;
}
.pageNumber .no:hover i{
	color: #999;
}
.pageNumber .active {
	color: #f6ab00;
}
.pageNumber .page_box {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 28px;
}
.pageNumber a:nth-of-type(1),
.pageNumber a:nth-last-of-type(1) {
	margin: 0px 3px;
	width: auto;
}
.pageNumber a:nth-of-type(1):hover,
.pageNumber a:nth-last-of-type(1):hover {
	color: #f6ab00;
	background: transparent;
}
.pageNumber input {
	min-width: 155px;
	height: 29px;
	background-color: transparent;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #f6ab00;
	cursor: pointer;
	transition: 0.3s;
	border: 1px solid #f6ab00;
}
.pageNumber input:hover {
	color: #fff;
	background: #f6ab00;
}
.pageNumber .submit {
	display: flex;
	align-items: center;
}
.padding_top {
	padding-top: 0px;
}
.mbx {
	padding-top: 20px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #999999;
}
.mbx a {
	display: inline;
	margin: 0px 2px;
	color: #999;
}
.mbx a:hover {
	color: #333333;
}
.mbx .active {
	color: #333;
}
.mbx a:nth-of-type(1) {
	margin-left: 0px;
}
.big_title {
	font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.big_title a {
	color: #3e3e3f;
}
.big_title a:hover {
	color: #f6ab00;
}
.big_title1 {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.title_dif1 {
	color: #f6ab00;
}
.title_dif1 * {
	font-style: italic;
}
.title_dif1 *::before {
	content: attr(title);
	font-family: "微软雅黑";
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	background-image: -webkit-linear-gradient(bottom, transparent 20%, rgba(246, 171, 0, 0.75) 75%, rgba(246, 171, 0, 0.8));
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	padding-right: 20px;
	display: block;
}
.title_dif1 a {
	color: #f6ab00;
}
.title_dif1 a:hover {
	color: #333;
}
.title_dif {
	color: #f6ab00;
}
.title_dif * {
	font-style: italic;
}
.title_dif *::before {
	content: attr(title);
	font-family: "微软雅黑";
	font-size: 38px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	background-image: -webkit-linear-gradient(bottom, transparent 20%, rgba(246, 171, 0, 0.75) 75%, rgba(246, 171, 0, 0.8));
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	padding-right: 20px;
	display: block;
}
.title_dif a {
	color: #f6ab00;
}
.title_dif a:hover {
	color: #333;
}
.index_banner .mySwiperbanner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.index_banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.index_banner .swiper-slide a {
	display: block;
}
.index_banner .swiper-notification {
	display: none;
}
.index_banner .swiper-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index_banner .swiper-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}
@media screen and (max-width: 993px) {
	.index_banner .swiper-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}
.index_banner .swiperbanner_button div {
	cursor: pointer;
	width: 45px;
	position: absolute;
	z-index: 1;
	top: 56%;
	transform: translateY(-50%);
}
.index_banner .swiperbanner_button div img {
	width: 100%;
}
.index_banner .swiperbanner_button div:nth-of-type(1) {
	left: 43px;
}
.index_banner .swiperbanner_button div:nth-of-type(2) {
	right: 43px;
}
.index_banner .swiperbanner-pagination {
	width: calc(100% - 40px);
	max-width: 1400px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 48px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 7px;
}
.index_banner .swiper-pagination-bullet {
	width: 22px;
	height: 6px;
	background-color: #c5c5c5;
	border-radius: 3px;
	display: block;
	opacity: 1;
	margin: 0px !important;
}
.index_banner .swiper-pagination-bullet-active {
	width: 105px;
	background: #f6ab00;
}
.title_bottom {
	position: relative;
	padding-bottom: 11px;
}
.title_bottom::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 91px;
	height: 2px;
	background: #f6ab00;
}
.index1 {
	padding: 67px 0px 104px;
}
.index1 .big_title {
	text-align: center;
}
.index1 li {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 993px) {
	.index1 li:hover .imgBox img {
		transform: scale(1.05);
	}
	.index1 li:hover .imgBox::before {
		opacity: 0;
	}
	.index1 li:hover .imgBox::after {
		opacity: 1;
	}
	.index1 li:hover .box {
		bottom: 0;
	}
	.index1 li:hover .link_box {
		opacity: 1;
	}
}
.index1 .imgBox {
	position: relative;
}
.index1 .imgBox::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../images/index1_back1.png") repeat center;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	max-height: 234px;
	z-index: 1;
	pointer-events: none;
	transition: 0.2s;
}
.index1 .imgBox::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../images/index1_back.png") repeat center;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	max-height: 213px;
	transition: 0.2s;
	opacity: 0;
}
.index1 .title {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.index1 .link_box {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 11px;
	display: flex;
	justify-content: flex-start;
	opacity: 0;
	transition: 0.3s;
}
.index1 .link_box a {
	display: flex;
	justify-content: flex-start;
	color: #fff;
	pointer-events: all;
}
.index1 .link_box a:hover span {
	transform: translateX(5px);
}
.index1 .link_box span {
	color: #f6ab00;
	font-weight: bolder;
	display: block;
}
.index1 .box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 23px 32px;
	pointer-events: none;
	bottom: -37px;
	transition: all 0.5s;
}
.index1 .name {
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 1px;
}
.index1 .name a {
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index1 .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
	margin-top: 4px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 1.928%;
	margin-top: 66px;
}
.index1_list li {
	width: 32.429%;
	border-radius: 15px;
	overflow: hidden;
}
.index1_list li:nth-of-type(1),
.index1_list li:nth-of-type(4) {
	width: 65.643%;
}
.index1_list1 {
	margin-top: 33px;
	gap: 32px 2.4275%;
	display: flex;
	flex-wrap: wrap;
}
.index1_list1 li {
	width: 31.715%;
}
.index2 {
	background: #5f5f61;
}
.index2 .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.index2 .l_box {
	width: 40.429%;
	padding-bottom: 1.9%;
}
.index2 .r_box {
	width: 55.072%;
}
.index2 .describe {
	margin-top: 59px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.index2 .buttonBox {
	margin-top: 45px;
}
.index2 .buttonBox a {
	color: #fff;
	background: #f6ab00;
	border: 1px solid #f6ab00;
}
.index2 .buttonBox a:hover {
	background: #fff;
	border: 1px solid #3e3e3f;
	color: #3e3e3f;
}
.index3 {
	padding: 121px 0px 0px;
}
.index3 .swiper-slide {
	overflow: hidden;
}
.index3 .big_text {
	font-size: 89px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 90px;
	letter-spacing: 0px;
	color: #f6ab00;
	display: inline;
}
.index3 .big_text + * {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #f6ab00;
	display: inline;
}
.index3 .r_box {
	width: 58.929%;
	float: right;
	margin-bottom: 5px;
	margin-left: 7%;
}
.index3 .name {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #f6ab00;
	margin-top: 5px;
}
.index3 .describe {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #787878;
	margin-top: 31px;
}
.index3 .l_box {
	margin-top: 172px;
}
.index3 .sw_box {
	position: relative;
}
.index3 .title_dif {
	position: absolute;
	left: 0;
	top: 57px;
	z-index: 2;
}
.index3 .sw_button div {
	width: 48px;
	height: 48px;
	border: solid 1px #f6ab00;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	position: absolute;
	z-index: 1;
	top: 50%;
}
.index3 .sw_button div:hover {
	background: #f6ab00;
}
.index3 .sw_button div:hover img {
	filter: brightness(0) invert(1);
}
.index3 .sw_button div:nth-of-type(1) {
	left: -46px;
	transform: translate(-100%, -50%);
}
.index3 .sw_button div:nth-of-type(2) {
	right: -46px;
	transform: translate(100%, -50%);
}
.index3 .sw_button img {
	transition: 0.1s;
}
.index4 {
	padding: 85px 0px 124px;
}
.index4 .big_title {
	text-align: center;
}
.index4 .buttonBox {
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 90px;
	margin-top: 69px;
}
.index4 .buttonBox a {
	min-height: 51px;
	min-width: 232px;
	border: solid 1px #3e3e3f;
	color: #3e3e3f;
}
.index4 .buttonBox a:hover {
	background: #f6ab00;
	border: 1px solid #f6ab00;
	color: #fff;
}
.index4_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.213%;
	margin-top: 64px;
}
.index4_list li {
	width: 31.858%;
	background: #f1f1f1;
	position: relative;
}
.index4_list .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.index4_list .title a {
	color: #3e3e3f;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.index4_list .title a:hover {
	color: #f6ab00;
}
.index4_list .box {
	padding: 34px 30px 39px;
}
.index4_list .box .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index4_list .logo {
	width: 20px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 4px;
}
.index4_list .logo img {
	max-width: 100%;
	max-height: 100%;
}
.index4_list .text {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #787878;
	display: flex;
	flex-direction: column;
	gap: 6px 0px;
	margin-top: 12px;
}
.index4_list .text_container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0px 12px;
}
.index4_list .text_container p {
	flex: 1;
}
.index4_list .text1 {
	font-size: 16px;
	line-height: 25px;
	color: #787878;
	padding-left: 30px;
	margin-top: 8px;
}
.index4_list .li_container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: auto;
	display: flex;
	flex-direction: column;
	gap: 20px 0px;
	padding: 42px 35px 20px;
}
.index4_list .li_container::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.index4_list .li_container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}
.index4_list .li_container::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.index4_list .time {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #787878;
	margin-top: 4px;
	transition: 0.3s;
}
.index4_list figure:hover .title {
	color: #f6ab00;
}
.index4_list figure:hover .title a {
	color: #f6ab00;
}
.index4_list figure:hover .time {
	color: #f6ab00;
}
.index4_list .name {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
	background: rgba(62, 62, 63, 0.7);
	left: 0;
	top: 0;
	min-width: 92px;
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 4px 12px;
	position: absolute;
}
.oo {
	background: #f5f5f5;
	overflow: hidden;
}
.oo_menu {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ababab;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 8.7%;
	padding-top: 14px;
}
.oo_menu a {
	text-align: center;
	color: #ababab;
}
.oo_menu a::before {
	content: attr(title);
	font-weight: bold;
	height: 0;
	display: block;
	visibility: hidden;
}
.oo_menu a:hover {
	color: #333;
	font-weight: bold;
}
.oo_menu .active {
	color: #333;
	font-weight: bold;
}
.oo1 {
	padding: 50px 0px 0px;
}
.oo1_list {
	margin-top: 101px;
	display: flex;
	flex-direction: column;
	gap: 146px 0px;
}
.oo1_list .top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.oo1_list .l_box {
	min-width: 116px;
	min-height: 116px;
	padding: 12px;
	border: 2px solid #f6ab00;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #f6ab00;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.oo1_list .en_text {
	font-size: 18px;
	border-bottom: 2px solid #f6ab00;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.oo1_list .r_box {
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #f6ab00;
	flex: 1;
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.oo1_list .en_title {
	width: 100%;
	max-width: 360px;
	min-height: 87px;
}
.oo1_list .cn_title {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #f6ab00;
	margin-top: 2px;
}
.oo1_list .bottom {
	background: var(--i) no-repeat center;
	background-size: cover;
	min-height: 480px;
	position: relative;
	margin-top: 48px;
	padding: 6.3% 40px 5%;
	display: flex;
	justify-content: flex-end;
}
.oo1_list .bottom::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(to right, transparent 20%, rgba(245, 245, 245, 0.75) 55%, #f5f5f5 70%);
}
.oo1_list .describe {
	position: relative;
	z-index: 1;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #3e3e3f;
	width: 50%;
	max-width: 545px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.oo1_list li:nth-of-type(odd) .bottom {
	position: relative;
	justify-content: flex-start;
}
.oo1_list li:nth-of-type(odd) .bottom::before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(to right, #f5f5f5 20%, rgba(245, 245, 245, 0.75) 34%, transparent 60%);
}
.oo2 {
	padding: 67px 0px 189px;
}
.oo2 .big_title1 {
	color: #f6ab00;
	font-style: italic;
	display: inline;
}
.oo2 .small_title {
	display: inline;
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #f6ab00;
	vertical-align: bottom;
}
.oo2 .imgBox {
	margin-top: 33px;
}
.oth .oo_menu {
	padding-top: 4px;
}
.oth .big_title1 {
	color: #f6ab00;
}
.oth1 {
	padding: 89px 0px 0px;
}
.oth1 .title_dif1 *::before {
	transform: translateY(10px);
}
.oth1_container {
	margin-top: 102px;
}
.oth1_container .r_box {
	width: 577px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	float: right;
	margin-left: 5.4%;
	margin-bottom: 5px;
	margin-top: 5px;
}
.oth1_container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.oth1_container video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}
@media screen and (max-width: 993px) {
	.oth1_container video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}
.oth1_container .describe {
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #818183;
	text-indent: 2em;
	margin-top: 55px;
}
.oth1_container1 {
	margin-top: 139px;
}
.oth1_container1 .describe {
	margin-top: 61px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #868686;
	text-indent: 2em;
}
.oth2 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 6.66666%;
	padding: 91px 0px 135px;
}
.oth2 .top {
	display: flex;
	gap: 6px;
}
.oth2 .big_text {
	font-size: 40px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #f6ab00;
}
.oth2 .big_text + p {
	display: flex;
	align-items: flex-end;
	position: relative;
}
.oth2 .big_text + p span {
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #f6ab00;
}
.oth2 .jia + span {
	margin-left: 15px;
}
.oth2 .jia {
	position: absolute;
	left: 0;
	top: -6px;
	margin-left: 0px !important;
}
.oth2 figure {
	width: 20%;
	position: relative;
	padding: 18px 0px 0px 26px;
}
.oth2 figure::before {
	content: "";
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	position: absolute;
	border-radius: 2px;
	background: #f6ab00;
}
.oth2 .describe {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #868686;
	margin-top: 18px;
	opacity: 0.9;
}
.oth3 {
	background: #5f5f61;
}
.oth3 .content {
	overflow: hidden;
}
.oth3 .r_box {
	padding: 78px 0px 50px;
}
.oth3 .l_box {
	width: 60.858%;
	float: right;
	margin-left: 5%;
}
.oth3 .describe {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
	text-indent: 2em;
	margin-top: 48px;
}
.oth4 {
	padding: 97px 0px 179px;
}
.oth4 .big_title1 {
	text-align: center;
}
.oth4 .swiper {
	padding: 12px 0px;
}
.oth4 .swiper-slide {
	width: 171px;
	border-radius: 6px;
	box-shadow: 0px 2px 8px 0.5px rgba(49, 50, 52, 0.1);
}
.oth4 .sw_box {
	margin-top: 58px;
	position: relative;
}
.oth4 .sw_box::before {
	content: "";
	position: absolute;
	width: 20%;
	max-width: 300px;
	height: 100%;
	z-index: 5;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(90deg, #fff, transparent);
}
.oth4 .sw_box::after {
	content: "";
	position: absolute;
	width: 20%;
	max-width: 300px;
	height: 100%;
	z-index: 5;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(90deg, transparent 0%, #fff 100%);
}
.ot .mbx {
	padding-top: 20px;
}
.ot .oo_menu {
	padding-top: 8px;
}
.ot1 {
	padding-top: 86px;
}
.ot_menu {
	min-width: 248px;
	display: flex;
	flex-direction: column;
	gap: 32px 0px;
	position: sticky;
	top: 116px;
}
.ot_menu li {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.ot_menu .menuOne {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #a3a4a5;
	cursor: pointer;
	position: relative;
	padding: 10px 0px;
}
.ot_menu .menuOne::before {
	content: "";
	width: 0%;
	height: 3px;
	background: #f6ab00;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}
.ot_menu .menuOne:hover {
	color: #f6ab00;
}
.ot_menu .menuOne.active {
	color: #f6ab00;
}
.ot_menu .menuOne.active::before {
	width: 100%;
}
.ot_menu .menuOne + ul {
	padding: 20px 0px 0px;
	display: none;
}
.ot_menu .menuTwo {
	padding-left: 32px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #3e3e3f;
	margin-top: 37px;
}
.ot_menu .menuTwo a {
	color: #3e3e3f;
}
.ot_menu .menuTwo a:hover {
	color: #f6ab00;
}
.ot_menu .menuTwo:nth-of-type(1) {
	margin-top: 0px !important;
}
.ot_menu .menuTwo.active a {
	color: #f6ab00;
}
.ot2 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 75px 0px 98px;
}
.ot2_container {
	flex: 1;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 42px 0px;
	padding-top: 18px;
}
.ot2_container .year {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #f6ab00;
}
.ot2_container li {
	border-bottom: 1px solid #3e3e3f;
	padding-bottom: 55px;
}
.ot2_container li:nth-last-of-type(1) {
	border-bottom: none;
}
.ot2_container .l_box {
	width: 46%;
	max-width: 395px;
}
.ot2_container .r_box {
	flex: 1;
	max-width: 500px;
	margin-left: 9%;
	padding-bottom: 1.4%;
}
.ot2_container .container {
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ot2_container .title {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.ot2_container .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #a3a4a5;
	margin-top: 18px;
}
.to {
	background: #f5f5f5;
}
.to .mbx {
	padding-top: 20px;
}
.to1 .big_title1 {
	text-align: center;
	color: #3e3e3f;
}
.to_menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 56px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ababab;
	padding-top: 63px;
}
.to_menu a {
	color: #ababab;
}
.to_menu a::before {
	content: attr(title);
	font-weight: bold;
	display: block;
	height: 0px;
	visibility: hidden;
}
.to_menu a:hover {
	color: #3e3e3f;
}
.to_menu .active {
	color: #3e3e3f;
	font-weight: bold;
}
.to2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 75px;
}
.to2 .l_box {
	width: 38.643%;
	background: #fff;
}
.to2 .box {
	padding: 33px 26px 20px;
}
.to2 .r_box {
	width: 60.929%;
	display: flex;
	align-items: flex-start;
	gap: 6px 0px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.to2 figure {
	width: 49.707%;
	position: relative;
background: #fff;
}
.to2 .title,
.to3 .title {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #3d3d3c;
}
.to2 .title a,
.to3 .title a {
	color: #3d3d3c;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.to2 .title a:hover,
.to3 .title a:hover {
	color: #f6ab00;
}
.to2 .describe,
.to3 .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #7c7c7c;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}
.to2 .box1,
.to3 .box1 {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 13px;
	z-index: 1;
}
.to3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 6px 0px 185px;
}
.ot3_l {
	width: 7.858%;
	display: flex;
	flex-direction: column;
	gap: 6px 0px;
}
.to3_list {
	width: 91.715%;
	gap: 6px 0.467%;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
}
.to3_list figure {
	width: 33.022%;
	position: relative;
background: #fff;

}
.tt {
	background: #f5f5f5;
}
.tt .bannerBox {
	background: #d0d0d1;
}
.tt .bannerBox .imgBox {
	width: 67.715%;
}
.tt .bannerBox .pro_title {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 2px;
	color: #3e3a39;
	margin-top: -3%;
}
.tt .bannerBox .pro_describe {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 2px;
	color: #3e3a39;
	opacity: 0.75;
	margin-top: 2px;
}
.tt .bannerBox .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 60.4%;
}
.tt .mbx {
	padding-top: 20px;
}
.title_box {
	padding-left: 14px;
	border-bottom: 2px solid #848282;
	padding-bottom: 25px;
}
.title_box .big_title1 {
	color: #f6ab00;
	position: relative;
	z-index: 1;
}
.title_box .title_class {
	position: relative;
	display: flex;
	align-items: center;
	gap: 11px;
}
.title_box .title_class::before {
	content: "";
	width: 29px;
	height: 29px;
	border-radius: 50%;
	overflow: hidden;
	background: url("../images/title_la.png") no-repeat center;
	left: -14px;
	top: -7px;
	position: absolute;
}
.title_box .bottom_title {
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	background-image: -webkit-linear-gradient(top, rgba(246, 171, 0, 0.05) 20%, rgba(246, 171, 0, 0.5) 75%, rgba(246, 171, 0, 0.75));
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	transform: translateY(-5px);
}
.tt1 {
	display: flex;
	justify-content: flex-end;
}
.tt1 p {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 251px;
	min-height: 64px;
	background-color: #f6ab00;
	border-radius: 4px;
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	gap: 7px;
	padding: 4px 15px;
	transform: translateY(-20px);
}
.tt2 {
	padding-top: 41px;
}
.tt2 .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #787878;
	margin-top: 33px;
}
.tt3 {
	padding: 66px 0px 0px;
}
.tt3_list {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 1.463%;
	margin-top: 31px;
}
.tt3_list li {
	width: 32.358%;
}
.tt3_list .title {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #3e3a39;
	margin-top: 16px;
}
.tt3_list .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #787878;
	margin-top: 3px;
}
.tt4 {
	padding-top: 48px;
}
.tt4 .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #787878;
	margin-top: 42px;
}
.tt4_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1.6186%;
	margin-top: 29px;
}
.tt4_list .title {
	writing-mode: vertical-lr;
	position: absolute;
	left: 30px;
	top: 23px;
	z-index: 1;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	color: #383635;
}
.tt4_list li {
	width: 23.786%;
	position: relative;
}
.tt5 {
	padding: 87px 0px 0px;
}
.tt5 .container {
	text-align: center;
	background: url("../images/tt5_back.jpg") no-repeat center;
	background-size: cover;
	margin-top: 52px;
	padding: 71px 0px 65px;
}
.tt5 .container .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tt5 .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 1px;
	color: #787878;
	margin-top: 7px;
}
.tt5 .name {
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #3e3a39;
}
.tt5 .imgBox {
	width: 100%;
	max-width: 883px;
	margin: 29px auto 0px;
	position: relative;
}
.tt5 .hide_box {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 9.2%;
}
.tt5 .describe1 {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}
.tt6 {
	padding: 64px 0px 122px;
}
.tt6 .big_title1 {
	text-align: center;
}
.tt6 .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #7c7c7c;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}
.tt6 .box1 {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 14px;
	z-index: 1;
}
.tt6 .swiper-slide {
	background: #fff;
}
.tt6 .title {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #3d3d3c;
}
.tt6 .title a {
	color: #3d3d3c;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.tt6 .title a:hover {
	color: #f6ab00;
}
.tt6 .sw_box {
	margin-top: 64px;
	position: relative;
}
.tt6 .sw_button div {
	width: 48px;
	height: 48px;
	border: solid 1px #f6ab00;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	position: absolute;
	z-index: 1;
	top: 50%;
}
.tt6 .sw_button div:hover {
	background: #f6ab00;
}
.tt6 .sw_button div:hover img {
	filter: brightness(0) invert(1);
}
.tt6 .sw_button div:nth-of-type(1) {
	left: -46px;
	transform: translate(-100%, -50%);
}
.tt6 .sw_button div:nth-of-type(2) {
	right: -46px;
	transform: translate(100%, -50%);
}
.tt6 .sw_button img {
	transition: 0.1s;
}
.th .mbx {
	padding-top: 20px;
}
.tho {
	background: #f5f5f5;
}
.tho1 {
	padding-top: 23px;
}
.tho1 .sw_box {
	padding: 0px 46px;
	position: relative;
}
.tho1 .swiper {
	position: relative;
}
.tho1 .swiper::after {
	content: "";
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(to left, rgba(245, 245, 245, 0.75) 34%, transparent 60%);
}
.tho1 .swiper-slide {
	width: auto;
	margin-right: 33px;
}
.tho1 a {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ababab;
	cursor: pointer;
	transition: 0.3s;
}
.tho1 a::before {
	content: attr(title);
	font-weight: bold;
	height: 0;
	display: block;
	visibility: hidden;
}
.tho1 a:hover {
	color: #3e3e3f;
}
.tho1 .active a {
	color: #3e3e3f;
	font-weight: bold;
}
.tho1 .sw_button div {
	width: 12px;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}
.tho1 .sw_button div img {
	width: 100%;
}
.tho1 .sw_button div img:nth-of-type(2) {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
.tho1 .sw_button div:hover img:nth-of-type(1) {
	opacity: 0;
}
.tho1 .sw_button div:hover img:nth-of-type(2) {
	opacity: 1;
}
.tho1 .sw_button div:nth-of-type(1) {
	left: 0px;
}
.tho1 .sw_button div:nth-of-type(2) {
	right: 0px;
}
.tho2 {
	padding: 89px 0px 0px;
}
.tho2 .big_title1 {
	text-align: center;
}
.tho2 .describe {
	text-align: center;
	margin: 67px auto 0px;
	width: 100%;
	max-width: 900px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #5f5f61;
}
.tho3 {
	padding: 71px 0px 48px;
}
.tho3_list {
	width: 100%;
	max-width: 1157px;
	margin: 40px auto 0px;
	display: flex;
	flex-direction: column;
	gap: 49px 0px;
}
.tho3_list li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px 0px;
}
.tho3_list .l_box {
	width: 45.981%;
}
.tho3_list .r_box {
	width: 45.981%;
}
.tho3_list .title {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.tho3_list .describe {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #5f5f61;
	margin-top: 23px;
}
.tho3_list li:nth-of-type(even) {
	flex-direction: row-reverse;
}
.tho4 {
	padding-bottom: 167px;
}
.fuo .mbx,
.futh .mbx {
	padding-top: 20px;
}
.fuo .oo_menu,
.futh .oo_menu {
	padding-top: 0px;
}
.fuo1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.213%;
}
.fuo1_list li {
	width: 31.858%;
	background: #f1f1f1;
	display: flex;
	flex-direction: column;
}
.fuo1_list .time {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #787878;
	margin-top: 17px;
}
.fuo1_list .title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.fuo1_list .title a {
	color: #3e3e3f;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.fuo1_list .title a:hover {
	color: #f6ab00;
}
.fuo1_list .box {
	padding: 14px 18px 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fuo1 {
	padding: 71px 0px 97px;
}
.fuo1 .pageNumber {
	margin-top: 62px;
}
.fut1 {
	padding: 231px 0px 0px;
}
.fut1 h1 {
	font-size: 44px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #333333;
}
.fut1 .share_time {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 60px;
	margin-top: 41px;
	padding: 11px 0px 10px;
}
.fut1 .share_box {
	display: flex;
	align-items: center;
	gap: 7px;
}
.fut1 .describe {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 36px;
}
.fut1 .describe em {
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
}
.fut1 .describe img {
	display: inline-block;
	max-width: 100%;
}
.fut2 {
	padding: 78px 0px 137px;
}
.fut2 .big_title1 {
	text-align: center;
}
.fut2 .swiper-slide {
	background: #f1f1f1;
	height: auto;
	display: flex;
	flex-direction: column;
}
.fut2 .time {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #787878;
	margin-top: 17px;
}
.fut2 .title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.fut2 .title a {
	color: #3e3e3f;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.fut2 .title a:hover {
	color: #f6ab00;
}
.fut2 .box {
	padding: 14px 18px 16px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fut2 .sw_box {
	position: relative;
	margin-top: 42px;
}
.fut2 .sw_button div {
	width: 48px;
	height: 48px;
	border: solid 1px #f6ab00;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	position: absolute;
	z-index: 1;
	top: 50%;
}
.fut2 .sw_button div:hover {
	background: #f6ab00;
}
.fut2 .sw_button div:hover img {
	filter: brightness(0) invert(1);
}
.fut2 .sw_button div:nth-of-type(1) {
	left: -46px;
	transform: translate(-100%, -50%);
}
.fut2 .sw_button div:nth-of-type(2) {
	right: -46px;
	transform: translate(100%, -50%);
}
.fut2 .sw_button img {
	transition: 0.1s;
}
.futh1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0px;
	padding: 71px 0px 0px;
}
.futh1 .l_box {
	width: 63.715%;
	position: relative;
}
.futh1 .hide_box {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.futh1 .title {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	position: absolute;
	width: 100%;
	bottom: 31px;
	left: 0;
	z-index: 1;
	padding: 0px 21px;
}
.futh1 .title a {
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.futh1 .title a:hover {
	color: #f6ab00;
}
.futh1 .r_box {
	width: 33.286%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.futh1 figure {
	position: relative;
}
.futh2 {
	padding: 43px 0px 256px;
}
.futh2 .link_box {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #5f5f61;
	margin-top: 74px;
}
.futh2 .link_box span {
	color: #5f5f61;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
.futh2 .link_box span:hover {
	color: #f6ab00;
}
.futh2 .link_box .less {
	display: none;
}
.futh2_list {
	display: flex;
	flex-wrap: wrap;
	gap: 43px 2.963%;
}
.futh2_list li {
	width: 31.358%;
	background: #f1f1f1;
	display: flex;
	flex-direction: column;
}
.futh2_list .box {
	padding: 22px 20px 15px;
	flex: 1;
}
.futh2_list .title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.futh2_list .title a {
	color: #3e3e3f;
}
.futh2_list .title a:hover {
	color: #f6ab00;
}
.futh2_list li:nth-of-type(n + 7) {
	display: none;
}
.futh2_list.show li:nth-of-type(n + 7) {
	display: flex;
}
.fufu1 {
	padding: 59px 0px 130px;
}
.fufu1 .pageNumber {
	margin-top: 79px;
}
.fufu1_list {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 2.213%;
}
.fufu1_list li {
	width: 31.858%;
	background: #f1f1f1;
	position: relative;
	display: flex;
	flex-direction: column;
}
.fufu1_list .title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.fufu1_list .title a {
	color: #3e3e3f;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.fufu1_list .title a:hover {
	color: #f6ab00;
}
.fufu1_list .box {
	padding: 34px 30px 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.fufu1_list .box .title a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.fufu1_list .text1 {
	font-size: 16px;
	line-height: 25px;
	color: #787878;
	padding-left: 30px;
}
.fufu1_list .logo {
	width: 20px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 3px;
}
.fufu1_list .logo img {
	max-width: 100%;
	max-height: 100%;
}
.fufu1_list .text {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #787878;
	display: flex;
	flex-direction: column;
	gap: 6px 0px;
	margin-top: 12px;
}
.fufu1_list .text_container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0px 12px;
}
.fufu1_list .text_container p {
	flex: 1;
}
.fufu1_list .name {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #ffffff;
	background: rgba(62, 62, 63, 0.5);
	left: 0;
	top: 0;
	min-width: 92px;
	min-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 4px 12px;
	position: absolute;
}
.fufu1_list .link_box {
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 13px;
	letter-spacing: 0px;
	color: #5f5f61;
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.fufu1_list .link_box a {
	color: #5f5f61;
}
.fufu1_list .link_box a:hover {
	color: #f6ab00;
}
.fufu1_list .link_box span {
	color: #f6ab00;
}
.fuf1 {
	padding: 92px 0px 0px;
}
.fuf1 .big_title1 {
	text-align: center;
}
.fuf1 .describe {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #5f5f61;
	margin-top: 63px;
}
.fuf1 .describe em {
	font-style: normal;
	font-size: 22px;
}
.fuf1 .imgBox {
	margin-top: 92px;
}
.fuf2 {
	padding: 65px 0px 82px;
}
.fuf2 .big_title1 {
	text-align: center;
}
.fuf2 .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #7c7c7c;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}
.fuf2 .box1 {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 14px;
	z-index: 1;
}
.fuf2 .swiper-slide {
	background: #fff;
}
.fuf2 .title {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #3d3d3c;
}
.fuf2 .title a {
	color: #3d3d3c;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.fuf2 .title a:hover {
	color: #f6ab00;
}
.fuf2 .sw_box {
	margin-top: 36px;
	position: relative;
}
.fuf2 .sw_button div {
	width: 48px;
	height: 48px;
	border: solid 1px #f6ab00;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	position: absolute;
	z-index: 1;
	top: 50%;
}
.fuf2 .sw_button div:hover {
	background: #f6ab00;
}
.fuf2 .sw_button div:hover img {
	filter: brightness(0) invert(1);
}
.fuf2 .sw_button div:nth-of-type(1) {
	left: -46px;
	transform: translate(-100%, -50%);
}
.fuf2 .sw_button div:nth-of-type(2) {
	right: -46px;
	transform: translate(100%, -50%);
}
.fuf2 .sw_button img {
	transition: 0.1s;
}
.fuf3 .describe {
	padding: 0px 30px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #5f5f61;
	margin-top: 28px;
}
.fuf4 {
	padding: 70px 0px 0px;
}
.fuf4_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 33px;
}
.fuf4_container .l_box,
.fuf4_container .r_box {
	width: 49.786%;
}
.fuf4_container .r_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.fuf4_container li {
	width: 49.355%;
}
.fuf4_list {
	margin-top: 11px;
	display: flex;
	flex-wrap: wrap;
	gap: 11px 0.66666%;
}
.fuf4_list li {
	width: 24.5%;
}
.fuf5 {
	padding: 59px 0px 154px;
}
.fuf5 .big_title1 {
	text-align: center;
}
.fuf5 .swiper-slide {
	background: #f1f1f1;
	height: auto;
	display: flex;
	flex-direction: column;
}
.fuf5 .time {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #787878;
	margin-top: 17px;
}
.fuf5 .title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #3e3e3f;
}
.fuf5 .title a {
	color: #3e3e3f;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.fuf5 .title a:hover {
	color: #f6ab00;
}
.fuf5 .box {
	padding: 33px 18px 43px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fuf5 .sw_box {
	position: relative;
	margin-top: 47px;
}
.fuf5 .sw_button div {
	width: 48px;
	height: 48px;
	border: solid 1px #f6ab00;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	position: absolute;
	z-index: 1;
	top: 50%;
}
.fuf5 .sw_button div:hover {
	background: #f6ab00;
}
.fuf5 .sw_button div:hover img {
	filter: brightness(0) invert(1);
}
.fuf5 .sw_button div:nth-of-type(1) {
	left: -46px;
	transform: translate(-100%, -50%);
}
.fuf5 .sw_button div:nth-of-type(2) {
	right: -46px;
	transform: translate(100%, -50%);
}
.fuf5 .sw_button img {
	transition: 0.1s;
}
.fo {
	background: #f5f5f5;
}
.fo_menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 46px 4.4% 0px;
	gap: 20px;
}
.fo_menu .logo {
	width: 93px;
	height: 93px;
}
.fo_menu .logo img {
	max-width: 100%;
	max-height: 100%;
}
.fo_menu a {
	padding: 10px 30px;
	min-width: 481px;
	min-height: 137px;
	background: #fff;
	border-radius: 10px;
	font-size: 46px;
	font-weight: 500;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #3e3e39;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px 14%;
}
.fo_menu a:hover {
	color: #f6ab00;
}
.fo_menu span {
	transition: 0s;
}
.fo1 {
	display: flex;
	flex-direction: column;
	gap: 52.5px;
	padding: 78px 0px 63px;
}
.fo1 .title {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	position: relative;
	padding-top: 26px;
	width: calc(100% - 92px);
	margin: 0px auto;
}
.fo1 .title::before {
	content: attr(title);
	font-style: italic;
	background-image: -webkit-linear-gradient(bottom, transparent 20%, rgba(255, 255, 255, 0.75) 75%, #ffffff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	position: absolute;
	display: block;
	padding-right: 6px;
	padding-bottom: 2px;
	left: 0;
	top: 0;
}
.fo1 .l_box {
	width: 43.151%;
	display: flex;
	flex-direction: column;
	gap: 43px 0px;
}
.fo1 .r_box {
	padding-bottom: 28px;
}
.fo1 .container {
	overflow: hidden;
	background: #fff;
	margin-top: 8px;
}
.fo1 .describe {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #787878;
}
.fo1 .describe1 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #787878;
}
.fo1 figure:nth-of-type(odd) {
	background: #63635f;
	border-radius: 10px;
	overflow: hidden;
	padding: 7px 0px 0px 16px;
}
.fo1 figure:nth-of-type(odd) .container {
	padding: 45px 25px 0px 46px;
}
.fo1 figure:nth-of-type(odd) .l_box {
	float: right;
	margin-top: 13px;
	margin-left: 2.5%;
}
.fo1 figure:nth-of-type(even) {
	background: #f8b547;
	border-radius: 10px;
	overflow: hidden;
	padding: 7px 16px 0px 0px;
}
.fo1 figure:nth-of-type(even) .title {
	text-align: right;
}
.fo1 figure:nth-of-type(even) .title::before {
	left: auto;
	right: 0;
}
.fo1 figure:nth-of-type(even) .container {
	padding: 45px 46px 0px 25px;
}
.fo1 figure:nth-of-type(even) .l_box {
	float: left;
	margin-top: 13px;
	margin-right: 4.1%;
}
.fo2 {
	padding-bottom: 14.636%;
}
.fo2 .big_title1 {
	text-align: center;
}
.fo2_list {
	display: flex;
	flex-direction: column;
	gap: 41px 0px;
	margin-top: 76px;
}
.fo2_list .title {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 2px;
	color: #3e3a39;
}
.fo2_list li {
	padding: 30px 36px 25px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.fo2_list .describe {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 2px;
	color: #3e3a39;
	margin-top: 10px;
}
.fo2_list .link_box {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #f6ab00;
	margin-top: 16px;
}
.fo2_list .link_box:hover {
	color: #333;
}
.ft1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 23px;
}
.ft1_l {
	flex: 1;
	margin-right: 30px;
	padding-bottom: 40px;
	position: sticky;
	top: 130px;
}
.ft1_l .title_dif1 *::before {
	transform: translateY(2px);
}
.ft1_l .menu {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #424141;
	margin-top: 46px;
	display: flex;
	flex-direction: column;
	gap: 15px 0px;
}
.ft1_l .menu figure {
	display: flex;
	justify-content: flex-start;
}
.ft1_l .menu a {
	display: block;
	color: #424141;
	position: relative;
	padding-bottom: 10px;
}
.ft1_l .menu a::before {
	content: "";
	width: 0%;
	transition: 0.3s;
	height: 2px;
	background: #f6ab00;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ft1_l .menu a:hover {
	color: #f6ab00;
}
.ft1_l .menu .active a {
	color: #f6ab00;
}
.ft1_l .menu .active a::before {
	width: 100%;
}
.ft1_container {
	width: 75%;
	background: #f6f6f6;
	padding: 17px 45px 176px 58px;
	margin-top: 8px;
}
#ft1_1 .l_box {
	width: 51.532%;
	border-radius: 15px;
	border: solid 1px #f6ab00;
	overflow: hidden;
	float: right;
	margin-left: 4%;
}
#ft1_1 .box {
	overflow: hidden;
	padding-top: 62px;
}
#ft1_1 .name {
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #424141;
}
#ft1_1 .logo {
	width: 32px;
	border-radius: 50%;
	overflow: hidden;
}
#ft1_1 .logo img {
	width: 100%;
}
#ft1_1 .logo + * {
	flex: 1;
	margin-left: 10px;
}
#ft1_1 .box1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 9px;
}
#ft1_1 .text {
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #424141;
}
#ft1_1 .text1 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #424141;
}
#ft1_1 figure {
	margin-top: 30px;
}
#ft1_1 figure:nth-last-of-type(1) {
	margin-top: 62px;
}
#ft1_1 figure:nth-of-type(1) {
	margin-top: 0px !important;
}
#ft1_1 .r_box {
	padding-top: 25px;
}
#ft1_2 {
	padding: 17px 21px 0px 6px;
	margin-top: 90px;
}
#ft1_2 .title_dif1 *::before {
	transform: translateY(12px);
}
#ft1_2 .logo {
	width: 32px;
	border-radius: 50%;
	overflow: hidden;
}
#ft1_2 .logo img {
	width: 100%;
}
#ft1_2 .logo + * {
	flex: 1;
	margin-left: 10px;
}
#ft1_2 .box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 29px;
}
#ft1_2 .text {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #424141;
}
.ft1_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	gap: 26px 0px;
}
.ft1_list .name {
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #424141;
}
.ft1_list li {
	width: 48.37%;
	background: #fff;
	padding: 82px 60px 80px 50px;
	border-radius: 15px;
	overflow: hidden;
	min-height: 307px;
}
.fth {
	background: #f5f5f5;
}
.fth1 {
	padding: 57px 0px 0px;
}
.fth1 .title {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #f6ab00;
	position: relative;
	padding-top: 26px;
	flex: 1;
	margin-right: 5%;
}
.fth1 .title::before {
	content: attr(title);
	font-style: italic;
	background-image: -webkit-linear-gradient(bottom, transparent 20%, rgba(246, 171, 0, 0.75) 75%, #f6ab00);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	position: absolute;
	display: block;
	padding-right: 6px;
	padding-bottom: 2px;
	left: 0;
	top: 0;
}
.fth2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 1.142666%;
	padding-top: 77px;
	padding-bottom: 42px;
	border-bottom: 1px solid #a3a4a5;
}
.fth2 figure {
	width: 24.143%;
	min-height: 123px;
	border-radius: 14px;
	border: solid 1px #a3a4a5;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #3e3e39;
	transition: 0.3s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 12px;
}
.fth2 figure:hover {
	border: 1px solid #f6ab00;
}
.fth2 figure.active {
	font-weight: bold;
	border: 1px solid #f6ab00;
}
.fth3 {
	padding: 37px 0px 54px;
	display: none;
	border-bottom: 1px solid #a3a4a5;
}
.fth3 .title {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #3e3e39;
}
.fth3_container {
	margin-top: 38px;
}
.fth3_list {
	display: none;
	flex-wrap: wrap;
	gap: 16px 1.142%;
}
.fth3_list li {
	min-height: 118px;
	border-radius: 11px;
	border: solid 1px #a3a4a5;
	width: 32.572%;
	transition: 0.3s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 4%;
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #3e3e39;
}
.fth3_list li:hover {
	border: 1px solid #f6ab00;
}
.fth3_list .active {
	border: 1px solid #f6ab00;
}
.fth4 {
	padding: 12px 0px 73px;
	display: none;
}
.fth4 .table {
	width: 100%;
	overflow: auto;
	display: none;
}
.fth4 .table::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.fth4 .table::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}
.fth4 .table::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.fth4 table {
	width: 100%;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #3e3e39;
	border-collapse: collapse;
}
.fth4 tr:not(:nth-of-type(1)) td {
	border: 1px solid #a3a4a5;
}
.fth4 tr:nth-of-type(1) td {
	height: 100px;
}
.fth4 td {
	padding: 20px 120px;
	height: 156px;
}
.fth4 td:nth-of-type(1) {
	padding: 0px 62px;
}
.fth4 .logo {
	width: 29px;
}
.fth4 .logo img {
	width: 100%;
}
.fth4 .logo + * {
	flex: 1;
	display: block;
	margin-left: 18px;
}
.fth4 .box {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #3e3e39;
	display: flex;
	align-items: center;
}
.so {
	background: #f5f5f5;
}
.so1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 58px 0px 0px;
}
.so1 .title {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #f6ab00;
	position: relative;
	padding-top: 26px;
	flex: 1;
	margin-right: 5%;
}
.so1 .title::before {
	content: attr(title);
	font-style: italic;
	background-image: -webkit-linear-gradient(bottom, transparent 20%, rgba(246, 171, 0, 0.75) 75%, #f6ab00);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	position: absolute;
	display: block;
	padding-right: 6px;
	padding-bottom: 2px;
	left: 0;
	top: 0;
}
.so1 .r_box {
	display: flex;
	align-items: center;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #f9a51b;
	padding: 12px 9px 14px 15px;
	margin-top: 8px;
}
.so1 .r_box p {
	flex: 1;
	margin-left: 10px;
}
.so2 {
	padding: 114px 0px 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.so2 .big_title {
	position: relative;
	z-index: 1;
}
.so2 .title_box {
	padding: 0px 14px 22px;
	border-bottom: 2px solid #f6ab00;
}
.so2_container {
	padding: 21px 20px 20px;
	background: #e2e2e2;
	width: 100%;
	margin-top: 43px;
}
.so2_container form {
	padding: 143px 50px 83px;
	background: #f5f5f5;
	display: flex;
	justify-content: space-between;
	gap: 72.5px 0px;
	flex-wrap: wrap;
}
.so2_container form > div {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.so2_container .int1 {
	width: 47.5%;
}
.so2_container .int1 input {
	width: 82.5%;
}
.so2_container .int2 {
	width: 100%;
}
.so2_container .name {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #3e3e39;
	margin-top: 11px;
	flex: 1;
	text-align: right;
	margin-right: 10px;
}
.so2_container .name span {
	color: #f6ab00;
	display: inline;
}
.so2_container input,
.so2_container textarea {
	width: 100%;
	background-color: #f5f5f5;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	border: 1px solid #b3b4b5;
	resize: none;
	outline: none;
	padding: 0px 16px;
}
.so2_container textarea {
	width: 91.6%;
	height: 253px;
}
.so2_container input {
	height: 51px;
}
.so2_container .yzm {
	width: 40.3%;
	position: relative;
}
.so2_container .yzm input {
	width: 100%;
	padding-right: 130px;
}
.so2_container .yzm .box {
	width: 79.4%;
}
.so2_container .yzm .box a,
.so2_container .yzm .box span {
	height: 26px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}
.so2_container .yzm .box a img,
.so2_container .yzm .box span img {
	height: 100%;
}
.so2_container .tijiao {
	width: 46.75%;
}
.so2_container .tijiao input {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background: #f9a51b;
	border: 1px solid #f9a51b;
	cursor: pointer;
	transition: 0.3s;
}
.so2_container .tijiao input:hover {
	background: #f5f5f5;
	color: #f9a51b;
}
.page_change {
	padding: 15px 30px;
	background: #ebebeb;
	font-size: 16px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 84px;
}
.page_change p {
	max-width: 48%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.page_change p a,
.page_change p span {
	flex: 1;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-left: 8px;
}
.page_change p a {
	color: #333;
}
.page_change p a:hover {
	color: #f6ab00;
}
footer .footer_a {
	padding: 73px 0px 54px;
	background: #5f5f61;
	overflow: hidden;
}
footer .footer_a .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px 5.1%;
}
footer .describe {
	width: 100%;
	max-width: 160px;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 27px;
	display: flex;
	flex-direction: column;
	gap: 24px 0px;
}
footer .describe a {
	color: #fff;
}
footer .describe a:hover {
	color: #f6ab00;
}
footer .ul_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
	gap: 20px 15px;
}
footer .r_box {
	width: 26.429%;
	padding: 0px 24px 0px;
	position: relative;
}
footer .r_box > * {
	position: relative;
	z-index: 1;
}
footer .r_box::before {
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: -73px;
	background: rgba(246, 171, 0, 0.7);
	position: absolute;
}
footer .bt {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .bt a {
	color: #fff;
}
footer .bt a:hover {
	color: #f6ab00;
}
footer .dif_up {
	width: 6px;
	filter: brightness(0) invert(1);
	display: none;
}
footer form {
	display: flex;
	flex-direction: column;
	gap: 10px 0px;
	margin-top: 13px;
	align-items: flex-start;
}
footer form div:not(.tijiao) {
	width: 100%;
}
footer form input {
	height: 30px;
}
footer form input,
footer form textarea {
	width: 100%;
	background-color: #f2f4f6;
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333;
	display: block;
	border-radius: 6px;
	border: none;
	resize: none;
	outline: none;
	padding: 0px 15px;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
	color: #666;
}
footer form textarea {
	height: 80px;
	padding-top: 5px;
}
footer form .tijiao {
	min-width: 102px;
}
footer form .tijiao input {
	height: 40px;
	background-color: #f6ab00;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
	padding: 0px !important;
}
footer form .tijiao input:hover {
	background-color: #fff;
	color: #f6ab00;
}
footer form .yzm {
	position: relative;
	flex: 1;
}
footer form .yzm input {
	width: 100%;
	padding-right: 90px;
}
footer form .yzm a,
footer form .yzm span {
	position: absolute;
	right: 34px;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	cursor: pointer;
}
footer form .yzm a img,
footer form .yzm span img {
	height: 100%;
}
footer .bt + ul {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 13px 0px;
}
footer .bt + ul a {
	color: #fff;
}
footer .bt + ul a:hover {
	color: #f6ab00;
}
footer .logoBox {
	width: 98px;
}
footer .logoBox a {
	display: block;
}
footer .logoBox img {
	width: 100%;
}
footer .l_box {
	border-right: 2px solid #b4b4b5;
	width: 18.8%;
	padding-top: 2px;
	padding-right: 20px;
}
footer .cn_icbox {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 10px 7px;
	margin-top: 18px;
}
footer .cn_icbox figure {
	cursor: pointer;
	position: relative;
}
@media screen and (min-width: 993px) {
	footer .cn_icbox figure:hover .hide_box {
		display: block;
	}
}
footer .cn_icbox a:hover {
	transform: translateY(-4px);
}
footer .hide_box {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -100%);
	top: -19px;
	width: 71px;
	display: none;
}
footer .hide_box::before {
	content: "";
	width: 9px;
	height: 7px;
	background: url("../images/sanjiao.png") no-repeat center;
	background-size: cover;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%);
	position: absolute;
}
footer .logo {
	height: 58px;
	display: flex;
	align-items: flex-start;
}
footer .logo img {
	max-height: 100%;
}
footer .footer_b {
	padding: 11px 0px 12px;
	background: #333333;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
}
footer .footer_b a {
	color: #666;
}
footer .footer_b a:hover {
	color: #f6ab00;
}
.swiper-button-lock {
	display: none !important;
}
.videoBox {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
}
.videoBox > div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videoBox > div .guanbi {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
}
.videoBox > div .guanbi i {
	font-size: 40px;
	color: #ccc;
}
.videoBox video {
	width: 80%;
}
.videoBox iframe {
	width: 80%;
}
.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999;
}
.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	z-index: 1;
}
.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.tankaungn2 iframe body {
	margin: 0px !important;
}
@media screen and (max-width: 1650px) {
	header .menuOne {
		margin-right: 40px;
	}
	.index3 .sw_button div {
		width: 38px;
		height: 38px;
	}
	.index3 .sw_button div:nth-of-type(1) {
		left: -15px;
	}
	.index3 .sw_button img {
		width: 8px;
	}
	.index3 .sw_button div:nth-of-type(2) {
		right: -15px;
	}
	.tt6 .sw_button div {
		width: 38px;
		height: 38px;
	}
	.tt6 .sw_button div:nth-of-type(1) {
		left: -15px;
	}
	.tt6 .sw_button img {
		width: 8px;
	}
	.tt6 .sw_button div:nth-of-type(2) {
		right: -15px;
	}
	.fut2 .sw_button div,
	.fuf5 .sw_button div,
	.fuf2 .sw_button div {
		width: 38px;
		height: 38px;
	}
	.fut2 .sw_button div:nth-of-type(1),
	.fuf5 .sw_button div:nth-of-type(1),
	.fuf2 .sw_button div:nth-of-type(1) {
		left: -15px;
	}
	.fut2 .sw_button img,
	.fuf5 .sw_button img,
	.fuf2 .sw_button img {
		width: 8px;
	}
	.fut2 .sw_button div:nth-of-type(2),
	.fuf5 .sw_button div:nth-of-type(2),
	.fuf2 .sw_button div:nth-of-type(2) {
		right: -15px;
	}
}
@media screen and (max-width: 1480px) {
	.rightMenu .logo img {
		max-width: 55%;
	}
	.rightMenu > * {
		width: 42px;
		height: 42px;
	}
	header .logoBox {
		width: 260px;
		margin: 0px 40px;
	}
	header .menuOne {
		margin-right: 36px;
		font-size: 15px;
	}
	header .menuOne > a {
		padding: 30px 0px;
	}
	header .menuOne > a::before {
		bottom: 26px;
	}
	header .menuOne > a:hover::before {
		width: 100%;
	}
	header .lang {
		margin-left: 0px;
	}
	header .lang .lang_box span {
		font-size: 16px;
	}
	header .lang > ul {
		width: 110px;
		font-size: 15px;
	}
	header .lang > ul li {
		padding: 2px 0px;
	}
	header .box {
		margin-bottom: 0px;
	}
	header .header_r {
		gap: 5px 0px;
	}
	header .sousuo {
		margin-left: 20px;
	}
	header .menuOne.active > a::before {
		width: 100%;
	}
	header .menuOne.menuactive > a::before {
		width: 100%;
	}
	header .ul {
		min-width: 190px;
	}
	header .ul li {
		font-size: 15px;
		margin-top: 0px;
	}
	header .ul li a {
		padding: 6px 20px;
	}
	header .ul div {
		max-height: 210px;
	}
	header .ul1 {
		left: -18px;
	}
	.fyhead .menuOne > a {
		padding: 20px 0px;
	}
	.fyhead .menuOne > a::before {
		bottom: 16px;
	}
	.index_banner .swiper-pagination-bullet-active {
		width: 76px;
	}
	.buttonBox a {
		min-width: 140px !important;
		min-height: 40px !important;
		font-size: 16px !important;
	}
	.big_title {
		font-size: 28px;
		line-height: 36px;
	}
	.title_dif *::before {
		font-size: 28px;
		line-height: 28px;
		transform: translateY(5px);
		background-image: -webkit-linear-gradient(bottom, transparent 16%, rgba(246, 171, 0, 0.75) 80%, #f6ab00);
	}
	.big_title1 {
		font-size: 28px;
		line-height: 36px;
	}
	.title_dif1 *::before {
		font-size: 28px;
		line-height: 28px;
		transform: translateY(5px);
		background-image: -webkit-linear-gradient(bottom, transparent 16%, rgba(246, 171, 0, 0.75) 80%, #f6ab00);
	}
	.index1 {
		padding: 60px 0px 80px;
	}
	.index1 .describe {
		font-size: 15px;
	}
	.index1 .name {
		font-size: 18px;
		line-height: 24px;
	}
	.index1 .box {
		padding: 20px;
	}
	.index1 .link_box {
		font-size: 15px;
		margin-top: 5px;
	}
	.index1 .title {
		font-size: 15px;
		line-height: 22px;
	}
	.index1_list {
		margin-top: 40px;
	}
	.index2 .content {
		padding-bottom: 0px;
	}
	.index2 .describe {
		font-size: 17px;
		line-height: 32px;
		margin-top: 20px;
	}
	.index2 .buttonBox {
		margin-top: 30px;
	}
	.index3 {
		padding: 80px 0px 0px;
	}
	.index3 .title_dif {
		top: 6%;
	}
	.index3 .big_text {
		font-size: 62px;
		line-height: 66px;
	}
	.index3 .big_text + * {
		font-size: 24px;
		line-height: 28px;
	}
	.index3 .name {
		font-size: 24px;
		line-height: 28px;
	}
	.index3 .l_box {
		margin-top: 12%;
	}
	.index3 .describe {
		line-height: 30px;
		margin-top: 28px;
		margin-top: 3%;
	}
	.index4 {
		padding: 80px 0px 100px;
	}
	.index4 .buttonBox {
		margin-top: 40px;
		gap: 10px 40px;
	}
	.index4_list {
		margin-top: 40px;
	}
	.index4_list .box {
		padding: 25px 20px 30px;
	}
	.index4_list .title {
		font-size: 18px;
		line-height: 28px;
	}
	.index4_list .text_container {
		gap: 0px 6px;
	}
	.index4_list .logo {
		margin-top: 4px;
	}
	.index4_list .li_container {
		padding: 42px 20px 20px;
	}
	footer .content {
		width: calc(100% - 100px) !important;
	}
	footer .footer_a {
		padding: 50px 0px 30px;
	}
	footer .footer_a .content {
		gap: 20px 3%;
	}
	footer .l_box {
		width: 20%;
	}
	footer .describe {
		gap: 15px 0px;
	}
	footer .bt + ul {
		line-height: 26px;
		gap: 10px 0px;
	}
	footer form .tijiao input {
		height: 36px;
	}
	footer form .yzm a,
	footer form .yzm span {
		right: 10px;
	}
	.bannerBox .banner_bt {
		font-size: 36px;
		line-height: 42px;
	}
	.bannerBox .banner_describe {
		font-size: 17px;
		line-height: 28px;
		margin: 15px auto 0px;
	}
	.mbx {
		padding-top: 15px !important;
	}
	.oo_menu {
		font-size: 18px;
	}
	.oo1_list {
		margin-top: 60px;
		gap: 60px 0px;
	}
	.oo1_list .l_box {
		font-size: 18px;
		line-height: 24px;
	}
	.oo1_list .en_text {
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.oo1_list .en_title {
		min-height: 78px;
	}
	.oo1_list .r_box {
		font-size: 18px;
		line-height: 26px;
		margin-left: 20px;
	}
	.oo1_list .cn_title {
		font-size: 24px;
	}
	.oo1_list .describe {
		font-size: 16px;
		line-height: 32px;
	}
	.oo1_list .bottom {
		min-height: 400px;
	}
	.oo1_list li:nth-of-type(odd) .bottom::before {
		background: linear-gradient(to right, #f5f5f5 20%, transparent 80%);
	}
	.oo2 {
		padding: 60px 0px 100px;
	}
	.oo2 .small_title {
		font-size: 20px;
		line-height: 28px;
	}
	.oth1 {
		padding: 60px 0px 0px;
	}
	.oth1_container {
		margin-top: 60px;
	}
	.oth1_container .r_box {
		width: 60%;
		max-width: 577px;
	}
	.oth1_container .describe {
		font-size: 18px;
		line-height: 36px;
		margin-top: 25px;
	}
	.oth1_container1 {
		margin-top: 80px;
	}
	.oth1_container1 .describe {
		font-size: 18px;
		line-height: 36px;
		margin-top: 25px;
	}
	.oth2 {
		justify-content: space-between;
		padding: 60px 0px 80px;
		gap: 30px 0px;
	}
	.oth2 figure {
		width: auto;
		min-width: 160px;
		padding: 8px 20px;
	}
	.oth2 .big_text {
		font-size: 30px;
	}
	.oth2 .big_text + p span {
		font-size: 16px;
	}
	.oth2 .describe {
		margin-top: 10px;
	}
	.oth3 .r_box {
		padding: 60px 0px;
	}
	.oth3 .describe {
		font-size: 18px;
		line-height: 36px;
		margin-top: 25px;
	}
	.oth4 {
		padding: 80px 0px 100px;
	}
	.oth4 .sw_box {
		margin-top: 40px;
	}
	.ot1 {
		padding-top: 60px;
	}
	.ot2 {
		padding: 60px 0px 80px;
	}
	html {
		scroll-padding-top: 90px;
	}
	.ot_menu {
		gap: 20px 0px;
		top: 100px;
		min-width: 200px;
	}
	.ot_menu .menuOne {
		font-size: 26px;
		line-height: 36px;
	}
	.ot_menu .menuTwo {
		margin-top: 12px;
		padding-left: 24px;
	}
	.ot2_container {
		gap: 32px 0px;
	}
	.ot2_container li {
		padding-bottom: 32px;
	}
	.ot2_container .container {
		margin-top: 20px;
	}
	.ot2_container .year {
		font-size: 24px;
	}
	.ot2_container .title {
		font-size: 16px;
		line-height: 26px;
	}
	.ot2_container .r_box {
		margin-left: 4%;
		padding-bottom: 0px;
	}
	.ot2_container .describe {
		margin-top: 4px;
	}
	.to_menu {
		padding-top: 40px;
		gap: 15px 30px;
	}
	.to2 {
		padding-top: 50px;
	}
	.to2 .l_box {
		display: flex;
		flex-direction: column;
	}
	.to2 .box {
		flex: 1;
		padding: 8px 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.to2 .title,
	.to3 .title {
		font-size: 20px;
		line-height: 30px;
	}
	.to2 .describe,
	.to3 .describe {
		margin-top: 0px;
	}
	.to2 .box1,
	.to3 .box1 {
		bottom: 2%;
	}
	.to3 {
		padding: 6px 0px 80px;
	}
	.tt .bannerBox .imgBox {
		width: 60%;
	}
	.tt .bannerBox .pro_title {
		font-size: 18px;
		line-height: 30px;
	}
	.tt .bannerBox .pro_describe {
		font-size: 18px;
		line-height: 30px;
		margin-top: 0px;
	}
	.tt1 p {
		font-size: 22px;
		line-height: 32px;
		min-width: 210px;
		min-height: 60px;
	}
	.tt1 img {
		width: 34px;
	}
	.title_box {
		padding-bottom: 12px;
	}
	.title_box .bottom_title {
		font-size: 24px;
		line-height: 24px;
	}
	.tt2 .describe {
		margin-top: 20px;
	}
	.tt3 {
		padding: 60px 0px 0px;
	}
	.tt3_list .title {
		font-size: 20px;
		line-height: 30px;
	}
	.tt4 .describe {
		margin-top: 30px;
	}
	.tt4_list .title {
		font-size: 16px;
		left: 20px;
		top: 15px;
	}
	.tt5 {
		padding: 80px 0px 0px;
	}
	.tt5 .container {
		margin-top: 40px;
		padding: 50px 0px 60px;
	}
	.tt5 .name {
		font-size: 24px;
	}
	.tt5 .describe1 {
		font-size: 16px;
	}
	.tt6 {
		padding: 60px 0px 80px;
	}
	.tt6 .sw_box {
		margin-top: 40px;
	}
	.tt6 .title {
		font-size: 20px;
		line-height: 30px;
	}
	.tt6 .describe {
		margin-top: 0px;
	}
	.tt6 .box1 {
		bottom: 2%;
	}
	.tho1 .swiper-slide {
		margin-right: 30px;
	}
	.tho2 {
		padding: 60px 0px 0px;
	}
	.tho2 .describe {
		margin: 30px auto 0px;
		line-height: 32px;
	}
	.tho3 {
		padding: 60px 0px 40px;
	}
	.tho3_list .describe {
		font-size: 16px;
		line-height: 32px;
		margin-top: 15px;
	}
	.tho3_list .title {
		font-size: 24px;
		line-height: 32px;
	}
	.tho4 {
		padding-bottom: 80px;
	}
	.fuo1 {
		padding: 60px 0px 80px;
	}
	.fuo1 .title {
		font-size: 17px;
	}
	.fuo1 .pageNumber {
		margin-top: 50px;
	}
	.fut1 {
		padding: 150px 0px 0px;
	}
	.fut1 h1 {
		font-size: 32px;
		line-height: 46px;
	}
	.fut1 .share_time {
		margin-top: 30px;
	}
	.fut1 .describe {
		font-size: 16px;
		line-height: 28px;
		margin-top: 30px;
	}
	.fut1 .describe em {
		font-size: 20px;
	}
	.fut2 {
		padding: 60px 0px 80px;
	}
	.fut2 .sw_box {
		margin-top: 40px;
	}
	.fut2 .title {
		font-size: 17px;
		line-height: 28px;
	}
	.page_change {
		margin-top: 50px;
	}
	.futh1 {
		padding: 50px 0px 0px;
	}
	.futh1 .title {
		font-size: 20px;
		line-height: 30px;
		padding: 0px 10px;
		bottom: 10px;
	}
	.futh1 .bofangBox img {
		width: 60px;
	}
	.futh2_list {
		gap: 30px 2.963%;
	}
	.futh2_list .box {
		padding: 12px 10px;
	}
	.futh2_list .title {
		font-size: 16px;
		line-height: 26px;
	}
	.futh2 {
		padding: 43px 0px 80px;
	}
	.futh2 .link_box {
		font-size: 16px;
		line-height: 26px;
		margin-top: 40px;
	}
	.fufu1 {
		padding: 50px 0px 80px;
	}
	.fufu1 .pageNumber {
		margin-top: 50px;
	}
	.fufu1_list .box {
		padding: 25px 20px 30px;
	}
	.fufu1_list .title {
		font-size: 17px;
		line-height: 28px;
	}
	.fufu1_list .text_container {
		gap: 0px 6px;
	}
	.fufu1_list .logo {
		margin-top: 4px;
	}
	.fuf1 {
		padding: 60px 0px 0px;
	}
	.fuf1 .describe {
		font-size: 17px;
		line-height: 36px;
		margin-top: 40px;
	}
	.fuf1 .describe em {
		font-size: 20px;
	}
	.fuf1 .imgBox {
		margin-top: 60px;
	}
	.fuf2 {
		padding: 60px 0px 80px;
	}
	.fuf2 .sw_box {
		margin-top: 40px;
	}
	.fuf2 .title {
		font-size: 20px;
		line-height: 30px;
	}
	.fuf2 .describe {
		margin-top: 0px;
	}
	.fuf2 .box1 {
		bottom: 2%;
	}
	.fuf3 .describe {
		font-size: 17px;
		line-height: 36px;
		padding: 0px 20px;
	}
	.fuf5 {
		padding: 60px 0px 80px;
	}
	.fuf5 .sw_box {
		margin-top: 40px;
	}
	.fuf5 .box {
		padding: 20px 18px;
	}
	.fuf5 .title {
		font-size: 17px;
		line-height: 28px;
	}
	.fo_menu .logo {
		width: 62px;
		height: 62px;
	}
	.fo_menu a {
		font-size: 30px;
		line-height: 42px;
		min-width: 330px;
		min-height: 120px;
		gap: 0px 10%;
	}
	.fo1 {
		padding: 60px 0px;
		gap: 40px 0px;
	}
	.fo1 .title {
		padding-top: 20px;
		font-size: 28px;
		line-height: 36px;
	}
	.fo1 .describe {
		line-height: 32px;
	}
	.fo1 .describe1 {
		line-height: 32px;
	}
	.fo2_list {
		gap: 36px 0px;
		margin-top: 40px;
	}
	.fo2_list .title {
		font-size: 20px;
	}
	.fo2_list .describe {
		font-size: 17px;
		line-height: 28px;
		margin-top: 8px;
	}
	.fo2_list .link_box {
		font-size: 16px;
		margin-top: 12px;
	}
	.so1 {
		align-items: center;
		justify-content: center;
		gap: 20px 0px;
	}
	.so1 .title {
		padding-top: 20px;
		font-size: 28px;
		line-height: 36px;
		flex: none;
		width: 100%;
		text-align: center;
		margin-right: 0px;
	}
	.so1 .title::before {
		padding: 0px 6px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.so1 .r_box {
		font-size: 28px;
		line-height: 36px;
		padding: 10px 12px;
	}
	.so1 .r_box img {
		width: 28px;
	}
	.so2 {
		padding: 80px 0px;
	}
	.so2 form {
		padding: 80px 50px;
		gap: 40px 0px;
		align-items: flex-end;
	}
	.so2 form > div {
		flex-wrap: wrap;
		gap: 6px 0px;
		justify-content: flex-start;
	}
	.so2 input,
	.so2 textarea {
		width: 100% !important;
	}
	.so2 .name {
		width: 100%;
		flex: none;
		text-align: left;
		margin-right: 0px;
	}
	.so2 .yzm .box {
		width: 100%;
		position: relative;
	}
	.so2 .yzm,
	.so2 .tijiao {
		width: 47.5%;
	}
	.ft1_l {
		margin-right: 20px;
	}
	.ft1_l .menu {
		font-size: 18px;
		margin-top: 30px;
	}
	.ft1_l .menu a {
		padding-bottom: 0px;
	}
	.ft1_container {
		width: 72%;
		padding: 20px 40px 120px;
	}
	#ft1_1 {
		padding-top: 40px;
	}
	#ft1_1 .name {
		font-size: 20px;
		line-height: 32px;
	}
	#ft1_1 .r_box {
		padding-top: 0px;
	}
	#ft1_1 .text {
		font-size: 22px;
	}
	#ft1_1 figure {
		margin-top: 20px;
	}
	#ft1_1 figure:nth-last-of-type(1) {
		margin-top: 30px;
	}
	#ft1_2 {
		padding: 0px;
		margin-top: 50px;
	}
	#ft1_2 .box {
		margin-top: 15px;
	}
	#ft1_2 .text {
		font-size: 16px;
	}
	.ft1_list li {
		padding: 40px 30px;
		min-height: 240px;
	}
	.ft1_list .name {
		font-size: 20px;
		line-height: 32px;
	}
	.fth1 .title {
		padding-top: 20px;
		font-size: 28px;
		line-height: 36px;
	}
	.fth2 {
		padding: 60px 0px 40px;
	}
	.fth2 figure {
		font-size: 20px;
		line-height: 32px;
	}
	.fth3 .title {
		font-size: 22px;
		line-height: 32px;
	}
	.fth3_list li {
		font-size: 18px;
		line-height: 32px;
	}
	.fth4 .box {
		font-size: 22px;
		line-height: 32px;
	}
	.fth4 table {
		font-size: 18px;
		line-height: 32px;
	}
	.fth4 td {
		height: 120px;
		padding: 12px 30px !important;
	}
}
@media screen and (max-width: 1200px) {
	header .logoBox {
		margin: 0px 25px;
	}
	header .menuOne {
		margin-right: 20px;
	}
	header .container {
		width: calc(100% - 40px);
	}
	header .sousuo {
		margin-left: 15px;
	}
}
@media screen and (max-width: 992px) {
	.rightMenu {
		top: auto;
		transform: none;
		bottom: 0;
		width: 100%;
		border-radius: 0%;
		flex-direction: row;
		padding: 0px;
		gap: 0px;
	}
	.rightMenu .logo img {
		max-height: 80%;
	}
	.rightMenu > * {
		flex: 1;
		height: 35px;
		border-bottom: none;
		border-radius: 0px;
	}
	.rightMenu .hide_box {
		top: auto;
		transform: translateX(50%);
		bottom: calc(100% + 5px);
		right: 50%;
		padding-right: 0px;
	}
	html body {
		font-size: 15px;
		line-height: 26px;
	}
	html body .content {
		width: calc(100% - 80px);
	}
	header {
		padding: 20px 0px;
	}
	header .container {
		justify-content: space-between;
	}
	header .center {
		display: none;
	}
	header .logoBox {
		margin: 0px;
	}
	header .header_r {
		padding-right: 50px;
		flex: none;
		transform: none !important;
	}
	header .sousuo {
		display: none;
	}
	.index_banner .swiperbanner_button {
		display: none;
	}
	.index_banner .swiperbanner_button div {
		width: 28px;
		top: 50%;
	}
	.index_banner .swiperbanner_button div:nth-of-type(1) {
		left: 20px;
	}
	.index_banner .swiperbanner_button div:nth-of-type(2) {
		right: 20px;
	}
	.index_banner .swiperbanner-pagination {
		bottom: 5%;
	}
	.index_banner .swiper-pagination-bullet {
		width: 16px;
		height: 4px;
	}
	.big_title {
		font-size: 18px;
		line-height: 28px;
	}
	.title_dif *::before {
		font-size: 18px;
		line-height: 22px;
	}
	.big_title1 {
		font-size: 18px;
		line-height: 28px;
	}
	.title_dif1 *::before {
		font-size: 18px;
		line-height: 22px;
	}
	.buttonBox a {
		min-width: 120px !important;
		min-height: 36px !important;
		font-size: 16px !important;
	}
	.index1 {
		padding: 40px 0px;
	}
	.index1 .imgBox::before,
	.index1 .imgBox::after {
		display: none;
	}
	.index1 li {
		background: #5f5f61;
		display: flex;
		flex-direction: column;
	}
	.index1 .box {
		position: relative;
		bottom: 0px;
		pointer-events: initial;
		padding: 10px 15px 12px;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.index1 .link_box {
		opacity: 1;
	}
	.index1 .name {
		font-size: 16px;
	}
	.index1 .name a {
		-webkit-line-clamp: 2;
	}
	.index1 .title {
		font-size: 14px;
		line-height: 20px;
	}
	.index1_list {
		margin-top: 25px;
		gap: 20px 1.928%;
	}
	.index1_list1 {
		margin-top: 20px;
		gap: 20px 2.4275%;
	}
	.index2 .describe {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
	}
	.index2 .buttonBox {
		margin-top: 20px;
	}
	.index3 {
		padding: 40px 0px 0px;
	}
	.index3 .sw_button {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	.index3 .sw_button div {
		width: 32px;
		height: 32px;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		top: 0px !important;
	}
	.index3 .title_dif {
		position: relative;
		top: 0px;
		text-align: center;
	}
	.index3 .title_dif *::before {
		padding: 0px 10px;
	}
	.index3 .r_box {
		margin-left: 4%;
	}
	.index3 .swiper,.index3 .title_dif {
		margin-top: 25px;
	}
	.index3 .l_box {
		margin-top: 0px;
	}
	.index3 .big_text {
		font-size: 38px;
		line-height: 46px;
	}
	.index3 .big_text + * {
		font-size: 20px;
		line-height: 26px;
	}
	.index3 .name {
		font-size: 20px;
		line-height: 26px;
		margin-top: 0px;
	}
	.index3 .describe {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
	}
	.index4 {
		padding: 40px 0px;
	}
	.index4 .buttonBox {
		margin-top: 25px;
		gap: 15px 30px;
	}
	.index4_list {
		margin-top: 25px;
		gap: 25px 4%;
	}
	.index4_list .time {
		font-size: 15px;
		line-height: 24px;
	}
	.index4_list .box {
		padding: 20px 20px 24px;
	}
	.index4_list li {
		width: 48%;
	}
	.index4_list li:nth-of-type(3) {
		width: 100%;
	}
	.index4_list .li_container {
		position: relative;
		gap: 12px 0px;
	}
	.index4_list .title {
		font-size: 16px;
		line-height: 26px;
	}
	.index4_list .text {
		font-size: 15px;
		line-height: 24px;
		gap: 2px 0px;
		margin-top: 6px;
	}
	.index4_list .text1 {
		font-size: 15px;
		line-height: 24px;
		margin-top: 4px;
	}
	footer .content {
		width: calc(100% - 40px) !important;
	}
	footer .footer_a {
		padding: 30px 0px 20px;
	}
	footer .footer_a .content {
		flex-wrap: wrap;
		gap: 30px 0px;
		align-items: initial;
	}
	footer .l_box {
		flex: 1;
		padding-right: 20px;
		order: 1;
	}
	footer .describe {
		max-width: 100%;
		margin-top: 15px;
		gap: 10px 0px;
	}
	footer .r_box {
		order: 2;
		width: 60%;
	}
	footer .r_box::before {
		display: none;
	}
	footer .ul_box {
		order: 3;
		flex: none;
		width: 100%;
	}
	footer form {
		margin-top: 8px;
		gap: 6px 0px;
	}
	footer .bt + ul {
		margin-top: 2px;
		gap: 2px 0px;
	}
	footer .footer_b {
		padding: 8px 0px 45px;
	}
	.bannerBox .banner_bt {
		font-size: 22px;
		line-height: 32px;
	}
	.bannerBox .banner_describe {
		font-size: 15px;
		line-height: 26px;
		margin: 8px auto 0px;
	}
	.mbx {
		font-size: 15px;
		padding-top: 10px !important;
	}
	.oo_menu {
		font-size: 16px;
		gap: 10px 5%;
		padding-top: 12px !important;
	}
	.oo1 {
		padding: 25px 0px 0px;
	}
	.oo1 .title_dif1 {
		text-align: center;
	}
	.oo1 .title_dif1 *::before {
		padding: 0px 10px;
	}
	.oo1_list {
		margin-top: 20px;
		gap: 30px 0px;
	}
	.oo1_list .en_title {
		min-height: 40px;
	}
	.oo1_list .l_box {
		font-size: 13px;
		min-height: 66px;
		min-width: 72px;
		padding: 2px 6px;
	}
	.oo1_list .en_text {
		font-size: 12px;
		padding-bottom: 0px;
		margin-bottom: 2px;
	}
	.oo1_list .r_box {
		font-size: 13px;
		line-height: 20px;
		margin-left: 12px;
	}
	.oo1_list .cn_title {
		font-size: 14px;
		line-height: 22px;
	}
	.oo1_list .bottom {
		margin-top: 20px;
		min-height: 240px;
	}
	.oo1_list .describe {
		font-size: 15px;
		line-height: 26px;
	}
	.oo2 {
		padding: 40px 0px 60px;
	}
	.oo2 .imgBox {
		margin-top: 15px;
	}
	.oo2 .small_title {
		font-size: 16px;
		line-height: 26px;
	}
	.oth1 {
		padding: 20px 0px 0px;
	}
	.oth1 .title_dif1 {
		text-align: center;
	}
	.oth1 .title_dif1 *::before {
		padding: 0px 10px;
	}
	.oth1_container {
		margin-top: 25px;
	}
	.oth1_container .describe {
		font-size: 16px;
		line-height: 26px;
		margin-top: 8px;
	}
	.oth1_container1 {
		margin-top: 25px;
	}
	.oth1_container1 .describe {
		font-size: 16px;
		line-height: 26px;
		margin-top: 8px;
	}
	.oth2 {
		padding: 30px 0px 40px;
	}
	.oth2 .top {
		justify-content: center;
	}
	.oth2 .big_text {
		font-size: 26px;
		line-height: 28px;
	}
	.oth2 .big_text + p span {
		font-size: 15px;
	}
	.oth2 figure {
		text-align: center;
		min-width: none;
		padding: 0px 10px;
	}
	.oth2 figure::before {
		display: none;
	}
	.oth2 .describe {
		font-size: 16px;
		line-height: 26px;
		margin-top: 4px;
	}
	.oth3 .r_box {
		padding: 30px 0px 40px;
	}
	.oth3 .describe {
		font-size: 16px;
		line-height: 26px;
		margin-top: 8px;
	}
	.oth4 {
		padding: 40px 0px;
	}
	.oth4 .sw_box {
		margin-top: 5px;
	}
	.oth4 .swiper-slide {
		width: 120px;
	}
	.ot1 {
		padding-top: 20px;
	}
	.ot1 .title_dif1 {
		text-align: center;
	}
	.ot1 .title_dif1 *::before {
		padding: 0px 10px;
		text-align: center;
	}
	.ot_menu {
		position: relative;
		top: 0px;
		width: 100%;
		min-width: auto;
		gap: 6px 0px;
	}
	.ot_menu .menuOne {
		font-size: 18px;
		line-height: 28px;
		padding: 0px;
		display: block;
	}
	.ot_menu .menuOne::before {
		display: none;
	}
	.ot_menu .menuTwo {
		margin-top: 4px;
		font-size: 15px;
		line-height: 26px;
	}
	.ot_menu .menuOne + ul {
		padding: 6px 0px;
	}
	.ot_menu > li {
		padding: 5px 0px;
		display: block;
		border-bottom: 1px solid #333;
	}
	.ot2 {
		padding: 20px 0px 40px;
	}
	.ot2_container {
		padding-top: 25px;
		flex: none;
		width: 100%;
		margin: 0px;
		gap: 0px;
	}
	.ot2_container .describe {
		font-size: 15px;
	}
	.ot2_container .container {
		margin-top: 8px;
	}
	.ot2_container li {
		padding: 20px 0px;
	}
	.ot2_container .year {
		font-size: 18px;
		line-height: 28px;
	}
	.to_menu {
		padding-top: 15px;
		gap: 6px 16px;
		font-size: 16px;
		line-height: 26px;
	}
	.to1 {
		padding-top: 20px;
	}
	.to2 {
		padding-top: 25px;
	}
	.to3 {
		padding: 6px 0px 40px;
	}
	.to2 .title,
	.to3 .title {
		font-size: 16px;
		line-height: 26px;
	}
	.to2 .describe,
	.to3 .describe {
		font-size: 15px;
		line-height: 22px;
	}
	.to3_list {
		width: 100%;
	}
	.ot3_l {
		display: none;
	}
	.tt .bannerBox .pro_title {
		font-size: 16px;
		line-height: 26px;
	}
	.tt .bannerBox .pro_describe {
		font-size: 16px;
		line-height: 26px;
	}
	.tt .bannerBox .content {
		top: 58%;
	}
	.tt1 {
		justify-content: center;
		padding-top: 15px;
	}
	.tt1 p {
		font-size: 16px;
		line-height: 26px;
		min-width: 160px;
		min-height: 48px;
		transform: none;
	}
	.tt1 img {
		width: 26px;
	}
	.title_box {
		padding-bottom: 4px;
	}
	.title_box .bottom_title {
		font-size: 18px;
		line-height: 22px;
	}
	.title_box img {
		width: 70px;
	}
	.title_box .title_class {
		gap: 2px;
	}
	.tt2 {
		padding-top: 25px;
	}
	.tt2 .describe {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
	}
	.tt3 {
		padding: 30px 0px 0px;
	}
	.tt3_list {
		margin-top: 25px;
		gap: 20px 1.463%;
	}
	.tt3_list .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 8px;
	}
	.tt3_list .describe {
		font-size: 15px;
		line-height: 26px;
	}
	.tt4 {
		padding-top: 30px;
	}
	.tt4 .describe {
		margin-top: 12px;
		font-size: 15px;
		line-height: 26px;
	}
	.tt4_list {
		gap: 25px 1.6186%;
		margin-top: 25px;
	}
	.tt4_list .title {
		font-size: 15px;
		left: 10px;
		top: 12px;
	}
	.tt5 {
		padding: 40px 0px 0px;
	}
	.tt5 .container {
		margin-top: 25px;
		padding: 30px 0px 40px;
	}
	.tt5 .name {
		font-size: 18px;
		line-height: 28px;
	}
	.tt5 .describe {
		font-size: 15px;
		line-height: 26px;
		margin-top: 4px;
	}
	.tt5 .bofangBox img {
		width: 60px;
	}
	.tt5 .describe1 {
		font-size: 15px;
	}
	.tt5 .imgBox {
		width: 80%;
		margin: 20px auto 0px;
	}
	.tt6 {
		padding: 40px 0px;
	}
	.tt6 .sw_button {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	.tt6 .sw_button div {
		width: 32px;
		height: 32px;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		top: 0px !important;
	}
	.tt6 .sw_box {
		margin-top: 20px;
	}
	.tt6 .title {
		font-size: 16px;
		line-height: 26px;
	}
	.tt6 .describe {
		font-size: 15px;
		line-height: 22px;
	}
	.tho1 {
		padding-top: 15px;
	}
	.tho1 .swiper-slide {
		margin-right: 15px;
	}
	.tho1 a {
		font-size: 16px;
		line-height: 26px;
	}
	.tho1 .sw_box {
		padding: 0px 30px;
	}
	.tho2 {
		padding: 30px 0px 0px;
	}
	.tho2 .describe {
		font-size: 15px;
		line-height: 26px;
		margin: 8px auto 0px;
	}
	.tho3 {
		padding: 40px 0px;
	}
	.tho3_list {
		margin: 25px auto 0px;
		gap: 20px 0px;
	}
	.tho3_list .title {
		font-size: 18px;
		line-height: 28px;
	}
	.tho3_list .describe {
		font-size: 15px;
		line-height: 26px;
		margin-top: 4px;
	}
	.tho4 {
		padding-bottom: 40px;
	}
	.fuo1 {
		padding: 25px 0px 40px;
	}
	.fuo1_list {
		gap: 25px 2.213%;
	}
	.fuo1_list .box {
		padding: 10px 12px;
	}
	.fuo1_list .time {
		margin-top: 8px;
	}
	.fuo1_list .title {
		font-size: 15px;
		line-height: 26px;
	}
	.pageNumber {
		margin-top: 25px !important;
	}
	.pageNumber .page_box {
		gap: 6px 10px;
	}
	.fut1 {
		padding: 100px 0px 0px;
	}
	.fut1 h1 {
		font-size: 20px;
		line-height: 32px;
	}
	.fut1 .share_time {
		margin-top: 15px;
		padding: 5px 0px;
	}
	.fut1 .describe {
		font-size: 15px;
		line-height: 26px;
		margin-top: 15px;
	}
	.fut1 .describe em {
		font-size: 16px;
	}
	.fut2 {
		padding: 40px 0px;
	}
	.fut2 .sw_button {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	.fut2 .sw_button div {
		width: 32px;
		height: 32px;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		top: 0px !important;
	}
	.fut2 .sw_box {
		margin-top: 20px;
	}
	.fut2 .box {
		padding: 10px 12px;
	}
	.fut2 .time {
		margin-top: 8px;
	}
	.fut2 .title {
		font-size: 15px;
		line-height: 26px;
	}
	.page_change {
		margin-top: 30px;
		font-size: 15px;
		line-height: 26px;
		padding: 8px 15px;
	}
	.futh1 {
		padding: 20px 0px 0px;
	}
	.futh1 .title {
		font-size: 16px;
		line-height: 26px;
		bottom: 6px;
	}
	.futh1 .bofangBox img {
		width: 50px;
	}
	.futh2 {
		padding: 30px 0px 40px;
		gap: 30px 0px;
	}
	.futh2 .link_box {
		margin-top: 25px;
		font-size: 15px;
	}
	.futh2 .title {
		font-size: 15px;
		line-height: 24px;
	}
	.fufu1 {
		padding: 25px 0px 40px;
	}
	.fufu1 .pageNumber {
		margin-top: 30px;
	}
	.fufu1_list {
		gap: 25px 4%;
	}
	.fufu1_list .link_box {
		margin-top: 8px;
	}
	.fufu1_list .box {
		padding: 20px 20px 24px;
	}
	.fufu1_list li {
		width: 48%;
	}
	.fufu1_list .title {
		font-size: 16px;
		line-height: 26px;
	}
	.fufu1_list .text {
		font-size: 15px;
		line-height: 24px;
		gap: 2px 0px;
		margin-top: 6px;
	}
	.fufu1_list .text1 {
		font-size: 15px;
		line-height: 24px;
		margin-top: 4px;
	}
	.fuf1 {
		padding: 25px 0px 0px;
	}
	.fuf1 .describe {
		font-size: 15px;
		line-height: 26px;
		margin-top: 12px;
	}
	.fuf1 .describe em {
		font-size: 16px;
	}
	.fuf1 .imgBox {
		margin-top: 25px;
	}
	.fuf2 {
		padding: 40px 0px;
	}
	.fuf2 .sw_button {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	.fuf2 .sw_button div {
		width: 32px;
		height: 32px;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		top: 0px !important;
	}
	.fuf2 .sw_box {
		margin-top: 20px;
	}
	.fuf2 .title {
		font-size: 16px;
		line-height: 26px;
	}
	.fuf2 .describe {
		font-size: 15px;
		line-height: 22px;
	}
	.fuf3 .describe {
		font-size: 15px;
		line-height: 26px;
		padding: 0px 10px;
		margin-top: 12px;
	}
	.fuf4 {
		padding: 40px 0px 0px;
	}
	.fuf4_container {
		margin-top: 25px;
	}
	.fuf5 {
		padding: 40px 0px;
	}
	.fuf5 .sw_button {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	.fuf5 .sw_button div {
		width: 32px;
		height: 32px;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		transform: none !important;
		top: 0px !important;
	}
	.fuf5 .sw_box {
		margin-top: 20px;
	}
	.fuf5 .box {
		padding: 10px 12px;
	}
	.fuf5 .title {
		font-size: 15px;
		line-height: 26px;
	}
	.fo_menu {
		padding: 20px 0px 0px;
		justify-content: space-around;
	}
	.fo_menu .logo {
		width: 36px;
		height: 36px;
	}
	.fo_menu a {
		font-size: 18px;
		line-height: 28px;
		min-width: 230px;
		min-height: 72px;
	}
	.fo1 {
		padding: 40px 0px;
		gap: 25px 0px;
	}
	.fo1 .l_box {
		margin-top: 10px !important;
	}
	.fo1 .describe {
		font-size: 15px;
		line-height: 26px;
	}
	.fo1 .describe1 {
		font-size: 15px;
		line-height: 26px;
	}
	.fo1 .title {
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		padding-top: 15px;
		text-align: center !important;
	}
	.fo1 .title::before {
		left: 50% !important;
		right: auto !important;
		padding: 0px 10px;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.fo1 .container {
		padding: 20px 25px 0px !important;
	}
	.fo2 {
		padding-bottom: 40px;
	}
	.fo2_list {
		margin-top: 20px;
		gap: 20px 0px;
	}
	.fo2_list li {
		padding: 15px 25px;
	}
	.fo2_list .title {
		font-size: 17px;
		line-height: 28px;
	}
	.fo2_list .describe {
		font-size: 15px;
		line-height: 24px;
		margin-top: 4px;
	}
	.fo2_list .link_box {
		font-size: 15px;
		line-height: 24px;
		margin-top: 6px;
	}
	.so1 {
		padding: 30px 0px 0px;
		gap: 5px;
	}
	.so1 .title {
		font-size: 18px;
		line-height: 28px;
		padding-top: 15px;
	}
	.so1 .r_box {
		font-size: 18px;
		line-height: 28px;
	}
	.so1 .r_box img {
		width: 22px;
	}
	.so2 {
		padding: 40px 0px;
	}
	.so2 .title_box {
		padding-bottom: 4px;
	}
	.so2 form {
		padding: 25px 30px 30px;
		gap: 18px 0px;
	}
	.so2 .name {
		font-size: 15px;
		line-height: 24px;
		margin-top: 0px;
	}
	.so2 input {
		height: 38px;
	}
	.so2 textarea {
		height: 100px;
	}
	.so2 input,
	.so2 textarea {
		font-size: 15px !important;
	}
	.so2_container {
		margin-top: 25px;
	}
	.ft1_l {
		flex: none;
		margin-right: 0px;
		width: 100%;
		position: relative;
		top: 0;
		padding-bottom: 0px !important;
		margin: 0px !important;
	}
	.ft1_l .title_dif1 {
		text-align: center;
	}
	.ft1_l .title_dif1 *::before {
		padding: 0px 6px;
	}
	.ft1_l .menu {
		display: none;
	}
	.ft1 {
		gap: 20px 0px;
	}
	.ft1_container {
		padding: 25px 30px 60px;
		width: 100%;
	}
	.ft1_container .title_dif1 {
		text-align: center;
	}
	.ft1_container .title_dif1 *::before {
		padding: 0px 6px;
	}
	#ft1_1 {
		padding-top: 0px;
	}
	#ft1_1 .box {
		padding-top: 20px;
	}
	#ft1_1 .name {
		font-size: 17px;
		line-height: 28px;
	}
	#ft1_1 .logo {
		width: 26px;
	}
	#ft1_1 .text {
		font-size: 16px;
		line-height: 26px;
	}
	#ft1_1 .text1 {
		font-size: 15px;
		line-height: 26px;
	}
	#ft1_1 .box1 {
		margin-top: 4px;
	}
	#ft1_2 {
		margin-top: 30px;
	}
	#ft1_2 .name {
		font-size: 17px;
		line-height: 28px;
	}
	#ft1_2 .logo {
		width: 26px;
	}
	#ft1_2 .box {
		margin-top: 6px;
	}
	#ft1_2 .text {
		font-size: 15px;
		line-height: 26px;
	}
	.ft1_list {
		margin-top: 20px;
		gap: 20px 0px;
	}
	.ft1_list li {
		padding: 20px 25px;
		min-height: 160px;
	}
	.fth1 {
		padding: 25px 0px 0px;
	}
	.fth1 .title {
		width: 100%;
		font-size: 18px;
		line-height: 28px;
		padding-top: 15px;
		text-align: center !important;
	}
	.fth1 .title::before {
		left: 50% !important;
		right: auto !important;
		padding: 0px 10px;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.fth2 {
		padding: 30px 0px;
	}
	.fth2 figure {
		font-size: 15px;
		line-height: 26px;
		min-height: 60px;
	}
	.fth3 {
		padding: 30px 0px 40px;
	}
	.fth3 .title {
		font-size: 16px;
		line-height: 26px;
	}
	.fth3_list li {
		font-size: 15px;
		line-height: 26px;
		min-height: 60px;
	}
	.fth3_container {
		margin-top: 15px;
	}
	.fth4 .logo {
		width: 22px;
	}
	.fth4 .logo + * {
		margin-left: 5px;
	}
	.fth4 .box {
		font-size: 16px;
		line-height: 26px;
	}
	.fth4 table {
		font-size: 15px;
		line-height: 26px;
	}
	.fth4 td {
		height: 60px !important;
		padding: 10px 20px !important;
	}
}
@media screen and (max-width: 768px) {
	html body .content {
		width: calc(100% - 40px);
	}
	.index1_list {
		gap: 20px 4%;
	}
	.index1_list li {
		width: 48%;
	}
	.index1_list li:nth-of-type(1),
	.index1_list li:nth-of-type(4) {
		width: 100%;
	}
	.index1_list1 {
		gap: 20px 4%;
	}
	.index1_list1 li {
		width: 48%;
	}
	.index2 {
		padding: 30px 0px 40px;
	}
	.index2 .content {
		flex-direction: column-reverse;
		max-width: 660px !important;
	}
	.index2 .r_box {
		width: 100%;
	}
	.index2 .l_box {
		width: 100%;
		margin-top: 20px;
	}
	header {
		padding: 12px 0px;
	}
	.oo1_list .bottom::before {
		background: rgba(245, 245, 245, 0.8) !important;
	}
	.oo1_list .describe {
		max-width: 100%;
		width: 100%;
	}
	.bannerBox {
		padding-top: 250px !important;
	}
	.bannerBox .imgBox {
		height: 100%;
	}
	.bannerBox img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.oth2 figure {
		width: 50%;
	}
	.oth3 .content {
		display: flex;
		flex-direction: column-reverse;
	}
	.oth3 .l_box {
		width: 100%;
		float: none;
		margin: 0px !important;
	}
	.oth4 .swiper {
		padding: 6px 0px;
	}
	.to2 {
		gap: 6px 0px;
	}
	.to2 .l_box {
		width: 100%;
	}
	.to2 .r_box {
		width: 100%;
	}
	.to2,
	.to3 {
		max-width: 540px !important;
		margin: 0px auto;
	}
	.to3_list {
		justify-content: space-between;
	}
	.to3_list figure {
		width: 49.707%;
	}
	.tho3_list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 25px 4%;
	}
	.tho3_list li {
		width: 48%;
		gap: 6px 0px;
	}
	.tho3_list .l_box {
		width: 100%;
	}
	.tho3_list .r_box {
		width: 100%;
	}
	.tho3_list .title {
		font-size: 16px;
		line-height: 26px;
	}
	.tt .bannerBox .imgBox {
		width: 52%;
	}
	.fuo1_list {
		gap: 25px 4%;
	}
	.fuo1_list li {
		width: 48%;
	}
	.fut1 {
		padding: 80px 0px 0px;
	}
	.fut1 .share_time {
		padding: 5px 10px;
		gap: 6px 40px;
	}
	.page_change p {
		width: 100%;
		max-width: 100%;
	}
	.futh1 .bofangBox img {
		width: 46px;
	}
	.futh1 .l_box {
		width: 100%;
	}
	.futh1 .r_box {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 25px 4%;
	}
	.futh1 .title {
		bottom: 2px;
	}
	.futh1 figure {
		width: 48%;
	}
	.futh2_list {
		gap: 25px 4%;
	}
	.futh2_list li {
		width: 48%;
	}
	.fo1 .l_box {
		gap: 20px 0px;
	}
	.fth2 {
		gap: 15px 4%;
	}
	.fth2 figure {
		width: 48%;
	}
	.fth3_list {
		gap: 15px 4%;
	}
	.fth3_list li {
		width: 48%;
	}
	.fth4 table {
		min-width: 420px;
	}
}
@media screen and (max-width: 600px) {
	.index3 .r_box {
		width: 100%;
		float: none;
		margin: 0px;
	}
	.index3 .l_box {
		padding-top: 15px;
	}
	.index4 .buttonBox {
		gap: 15px;
	}
	.index4_list .box {
		padding: 15px 15px 20px;
	}
	.index4_list .text_container {
		gap: 0px 2px;
	}
	.index4_list .text1 {
		padding-left: 20px;
	}
	footer .dif_up {
		display: block;
	}
	footer .ul_box {
		flex-wrap: wrap;
		gap: 12px 0px;
	}
	footer .ul_box > * {
		width: 100% !important;
	}
	footer .bt + ul {
		line-height: 24px;
	}
	.ot2_container li {
		flex-wrap: wrap;
	}
	.ot2_container .container {
		gap: 15px 0px;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.ot2_container .year {
		text-align: center;
	}
	.ot2_container .l_box {
		width: 100%;
	}
	.ot2_container .r_box {
		width: 100%;
		max-width: none;
		flex: none;
		margin-left: 0px;
	}
	.tt3_list {
		gap: 20px 4%;
	}
	.tt3_list li {
		width: 48%;
	}
	.tt4_list {
		gap: 20px 4%;
	}
	.tt4_list li {
		width: 48%;
	}
	.tt5 .hide_box {
		padding-bottom: 6%;
	}
	.tt .bannerBox .imgBox {
		width: 68%;
	}
	.fufu1_list .box {
		padding: 15px 15px 20px;
	}
	.fufu1_list .text_container {
		gap: 0px 2px;
	}
	.fufu1_list .text1 {
		padding-left: 20px;
	}
	.so2 .yzm {
		width: 100%;
	}
	.so2 .yzm .box a,
	.so2 .yzm .box span {
		right: 10px;
		height: 22px;
	}
	.so2 .yzm input {
		padding-right: 80px;
	}
	.so2 .tijiao {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	footer .footer_a .content {
		gap: 20px 0px;
	}
	footer .l_box {
		width: 100%;
		flex: none;
		margin: 0px;
		padding: 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		border-right: none;
	}
	footer .describe {
		margin-top: 8px;
		gap: 5px 0px;
	}
	footer .ul_box {
		order: 2;
	}
	footer .r_box {
		width: 100%;
		order: 3px;
		padding: 0px;
	}
	footer .cn_icbox {
		justify-content: center;
	}
	header .logoBox {
		width: 190px;
	}
	header .header_r {
		padding-right: 35px;
	}
	.oo1_list .top {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 6px 0px;
		text-align: center;
	}
	.oo1_list .r_box {
		width: 100%;
		flex: none;
		margin: 0px;
		align-items: center;
	}
	.oo1_list .bottom {
		padding: 6.3% 20px;
	}
	.oo1_list .en_title {
		min-height: auto;
	}
	.oth1_container .r_box {
		width: 100%;
		float: none;
		margin: 0px;
	}
	.oth1_container .l_box {
		margin-top: 20px;
	}
	.tho3_list li {
		width: 100%;
	}
	.fuf4_container {
		gap: 10px;
	}
	.fuf4_container .l_box,
	.fuf4_container .r_box {
		width: 100%;
	}
	.fuf4_container .r_box {
		gap: 10px 0px;
	}
	.fuf4_list {
		gap: 10px 0px;
		justify-content: space-between;
	}
	.fuf4_list li {
		width: 49.355%;
	}
	.fo1 .container {
		padding: 25px 16px 0px !important;
	}
	.fo1 .l_box {
		float: none !important;
		margin: 0px !important;
		width: 100%;
	}
	.fo1 .r_box {
		margin-top: 8px;
	}
	.so2 form {
		padding: 20px 20px 25px;
	}
	.so2 .int1 {
		width: 100%;
	}
	#ft1_1 .l_box {
		width: 100%;
		float: none;
		margin: 0px !important;
	}
	#ft1_1 .r_box {
		width: 100%;
		padding-top: 20px;
	}
	#ft1_1 figure {
		margin-top: 15px;
	}
	#ft1_1 figure:nth-last-of-type(1) {
		margin-top: 20px;
	}
	.ft1_list li {
		width: 100%;
		min-height: auto;
	}
	.ft1_container {
		padding: 25px 15px 60px;
	}
	.tt5 .imgBox {
		width: 100%;
	}
}
@media screen and (max-width: 440px) {
	.index4_list li {
		width: 100%;
	}
	.tt3_list li {
		width: 100%;
	}

	.tt5 .bofangBox img {
		width: 48px;
	}
	.fufu1_list li {
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	.index1 li {
		width: 100% !important;
	}
	.oth2 figure {
		width: 100%;
	}
	.to2 figure,
	.to3_list figure {
		width: 100% !important;
	}
	.tt .bannerBox .imgBox {
		width: 80%;
	}
	.fuo1_list li {
		width: 100%;
	}
	.futh1 figure {
		width: 100%;
	}
	.futh2_list li {
		width: 100%;
	}
}
@media screen and (max-width: 360px) {
	.tt4_list li {
		width: 100%;
	}
}
@font-face {
	font-family: "iconfont";
	/* Project id 4647297 */
	src: url("data:application/x-font-woff2;charset=utf-8;base64,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")
			format("woff2"),
		url("iconfont.woff?t=1723085310190") format("woff"), url("iconfont.ttf?t=1723085310190") format("truetype");
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
	content: "\e62f";
}
.icon-weixin:before {
	content: "\e64f";
}
.icon-xiangxia2:before {
	content: "\e63d";
}
.icon-douyin1:before {
	content: "\e8db";
}
.icon-linkedin1:before {
	content: "\e625";
}
.icon-pinterest1:before {
	content: "\e61e";
}
.icon-twitter-new2:before {
	content: "\e800";
}
.icon-instagram2:before {
	content: "\e73a";
}
.icon-youtube1:before {
	content: "\e614";
}
.icon-youjiantou:before {
	content: "\e73d";
}
.icon-youjiantou-copy:before {
	content: "\eb8f";
}
.icon-tabzuoyouqiehuan:before {
	content: "\e668";
}
.icon-tabzuoyouqiehuan-copy:before {
	content: "\eb90";
}
.icon-pinterest2:before {
	content: "\e82e";
}
.icon-xiangxiaxialakuang:before {
	content: "\e657";
}
.icon-twitter3:before {
	content: "\e7fd";
}
.icon-twitter4:before {
	content: "\e7fe";
}
.icon-youxiang-32:before {
	content: "\e605";
}
.icon-trun-north:before {
	content: "\e615";
}
.icon-guanbi:before {
	content: "\e601";
}
.icon-home:before {
	content: "\e624";
}
.icon-facebook:before {
	content: "\e620";
}
.icon-pinterest:before {
	content: "\e8ab";
}
.icon-linkedin:before {
	content: "\e648";
}
.icon-youtube:before {
	content: "\e6d6";
}
.icon-twitter:before {
	content: "\e607";
}
.icon-bigger:before {
	content: "\e647";
}
.icon-left:before {
	content: "\e72c";
}
.icon-right:before {
	content: "\e72d";
}
.icon-up1:before {
	content: "\e72e";
}
.icon-bottom1:before {
	content: "\e72f";
}
.icon-left1:before {
	content: "\e730";
}
.icon-right1:before {
	content: "\e731";
}
.icon-up:before {
	content: "\e73e";
}
.icon-bottom:before {
	content: "\e73f";
}
.icon-instagram:before {
	content: "\e79d";
}
.icon-tumblr:before {
	content: "\e79e";
}
.icon-email:before {
	content: "\e7bd";
}
.icon-contact:before {
	content: "\e7be";
}
.icon-whatsapp:before {
	content: "\e7bf";
}
.icon-fax:before {
	content: "\e7c2";
}
.icon-mobile:before {
	content: "\e7c6";
}
.icon-tel:before {
	content: "\e7c7";
}
.icon-phone1:before {
	content: "\e7cb";
}
.icon-skype:before {
	content: "\e7cc";
}
.icon-whatsapp1:before {
	content: "\e7c1";
}
.icon-email1:before {
	content: "\e7c5";
}
.icon-skype1:before {
	content: "\e7c9";
}
.icon-qq:before {
	content: "\e7ce";
}
.icon-tel1:before {
	content: "\e7cd";
}
.icon-wechat:before {
	content: "\e7cf";
}
.icon-message:before {
	content: "\e7da";
}
.icon-calendar:before {
	content: "\e7e1";
}
.icon-calendar1:before {
	content: "\e7e3";
}
.icon-top:before {
	content: "\e7ed";
}
.icon-jian2:before {
	content: "\e600";
}
.icon-jia2:before {
	content: "\e608";
}
.icon-vk:before {
	content: "\e735";
}
.icon-instagram1:before {
	content: "\e640";
}
.icon-up7:before {
	content: "\e722";
}
.icon-bottom7:before {
	content: "\e723";
}
.icon-left7:before {
	content: "\e724";
}
.icon-right7:before {
	content: "\e725";
}
.icon-sousuo4:before {
	content: "\e610";
}
.icon-sousuo:before {
	content: "\e616";
}
.icon-sousuo1:before {
	content: "\e65b";
}

.bannerBox .banner_describe1 {
	width: 100%;
	max-width: 600px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
}
@media screen and (max-width: 1480px) {
	.bannerBox .banner_describe1 {
		font-size: 15px;
		line-height: 26px;
	}
}
@media screen and (max-width: 992px) {
	.bannerBox .banner_describe1 {
		font-size: 15px;
		line-height: 24px;
	}
}
@media screen and (max-width: 768px) {
	.fuf .bannerBox {
		padding-top: 300px !important;
	}
}
@media screen and (max-width: 400px) {
	.fuf .bannerBox {
		padding-top: 380px !important;
	}
}
.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);
}

.tt1 p a{
	color: #fff;
}
.none{
	line-height: 50px;
}

.index3 .describe span{ display:inline;}