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

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

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

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

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

html body img {
	display: block;
	transition: 0.4s;
	max-width: 100%;
}

html body i {
	display: inline-block;
	transition: 0.3s;
}

html body a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

html body a[rel~="nofollow"] img,
html body a[rel~="sponsored"] img,
html body a[rel~="ugc"] img {
	outline: none !important;
}

html body a[rel~="nofollow"],
html body a[rel~="sponsored"],
html body a[rel~="ugc"] {
	outline: none !important;
}

html body span {
	display: inline-block;
}

html body a,
html body span,
html body li {
	transition: 0.3s;
}

html body .content {
	margin: auto;
	max-width: 1400px;
	width: calc(100% - 160px);
}

html body li {
	list-style: none;
}

.rightMenu {
	z-index: 10;
	display: none;
	flex-direction: column;
	position: fixed;
	right: 0px;
	transform: translateY(-50%);
	gap: 7px;
	top: 50%;
}

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

.rightMenu>*:hover {
	background: #c1282d;
}

@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: 10px;
	border-bottom: none;
	top: 0%;
	display: none;
}

.rightMenu .hide_box>p {
	background: #c1282d;
	white-space: nowrap;
	padding: 5px 10px;
	color: #fff;
	border-radius: 10px;
}
.rightMenu .hide_box>p a{
    color:#fff;
}
.rightMenu .hide_box img {
	max-width: none;
}

.rightMenu .gotop {
	background: #c1282d;
}

.rightMenu .gotop:hover {
	background: #a0a0a0;
}

.rightMenu .before_show::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	width: 4px;
	height: 8px;
	background: url("../images/rm_ia.png") no-repeat center;
	background-size: cover;
	transition: 0.3s;
	z-index: -1;
}

@media screen and (min-width: 992px) {
	.rightMenu .before_show:hover::before {
		transform: translate(-100%, -50%);
	}
}

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

.nav {
	position: fixed;
	width: 35px;
	height: 23px;
	background: #fff;
	right: 2.5%;
	top: 20px;
	cursor: pointer;
	border-radius: 5px;
	z-index: 9999999999;
}

.nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #c1282d;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
	z-index: 99999991;
}

.nav .nav1 {
	margin-top: -1px;
}

.nav .nav2 {
	margin-top: -8px;
}

.nav .nav3 {
	margin-top: 6px;
}

.navh .nav1 {
	transform: rotate(45deg);
}

.navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}

.navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}

.smdaohang {
	position: fixed;
	width: 280px;
	height: 100%;
	opacity: 0;
	overflow: auto;
	top: 0px;
	right: -200%;
	background: #ccc;
	z-index: 9999999;
	transition: 0.5s;
	text-align: center;
}

.smdaohangh {
	right: 0px;
	opacity: 1;
}

.topnav {
	margin: auto;
	margin-top: 30px;
	padding: 20px;
}

ul.topnav li {
	text-align: left;
	position: relative;
}

ul.topnav li a {
	padding: 15px 5px;
	padding-left: 0px;
	color: #333;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding-right: 50px;
	border-bottom: 1px dashed #fff;
}

ul.topnav ul {
	display: none;
}

ul.topnav ul li {
	clear: both;
}

ul.topnav ul li a {
	padding: 10px 5px;
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	outline: 0;
	border: none;
}

ul.topnav ul ul li a {
	padding-left: 40px;
	font-size: 12px;
	font-size: 1.2rem;
}

ul.topnav ul ul {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

ul.topnav ul ul ul li a {
	padding-left: 60px;
}

ul.topnav span {
	display: block;
	position: absolute;
	right: 0px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	border-radius: 50%;
	transition: 0.5s;
}

ul.topnav span:before {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: 0px;
	transform: rotate(45deg);
	transform-origin: right center;
}

ul.topnav span:after {
	content: "";
	width: 6px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
	transform-origin: right center;
	transition: 0.5s;
}

ul.topnav span.yizi {
	transform: rotate(90deg);
}

.smdaohang form {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 240px;
	height: 26px;
	border: 1px solid #fff;
	position: relative;
	background: #fff;
}

.smdaohang form .iptc {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
}

.smdaohang form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: transparent;
	position: relative;
	z-index: 99;
}

.smdaohang form i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.daohang2 {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	.daohang2 a {
		float: left;
		width: 25%;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 24px;
		text-align: center;
	}

	.daohang,
	.daohang1 {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.xnav {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.nav {
		top: 20px;
	}
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
	transition: left 0.4s ease, -moz-transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: -30px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

.imgBox {
	width: 100%;
}

.imgBox a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.imgBox a img:hover {
	transform: scale(1.05);
}

.imgBox img {
	max-width: 100%;
	margin: auto;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

header .container {
	width: calc(100% - 40px);
	max-width: 1756px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .l_box {
	display: flex;
	align-items: center;
	padding-top: 2px;
}

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

header .logoBox {
	width: 135px;
	flex-shrink: 0;
}

header .logoBox a {
	display: block;
}

header .logoBox img {
	width: 100%;
}

header .menuOne.active>a {
	color: #cccccc !important;
}

header .menuOne.menuactive>a {
	color: #cccccc !important;
}

header .menuOne {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-right: 49px;
	position: relative;
}

header .menuOne>a {
	color: #fff;
	padding: 42px 0px 44px;
	position: relative;
}

header .menuOne>a:hover {
	color: #cccccc !important;
}

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

header .sousuo {
	margin-left: 40px;
	position: relative;
}

header .sousuo i {
	cursor: pointer;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	display: none;
}

header .sousuo i:hover {
	color: #c1282d;
}

header .sousuo form {
	width: 204px;
	position: relative;
}

header .sousuo form input:nth-of-type(1) {
	width: 100%;
	height: 40px;
	font-family: Poppins-Regular;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	background: none;
	padding-right: 38px;
	padding-left: 10px;
	display: block;
	background: #fff;
}

header .sousuo form input:nth-of-type(1)::placeholder,
header .sousuo form input:nth-of-type(1)::-webkit-input-placeholder {
	color: #888;
}

header .sousuo form input:nth-of-type(2) {
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	cursor: pointer;
	display: block;
	background: transparent;
	transition: 0.3s;
}

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

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

header .ul div {
	background: #fff;
	border-radius: 10px;
	padding: 13px 0px;
}

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

header .ul li {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #555;
	position: relative;
	margin-top: 8px;
}

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

header .ul li a:hover {
	background: #ff772d;
	color: #fff;
}

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

header .head_boxr {
	display: flex;
	align-items: center;
}

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

header .lang:hover span {
	color: #333;
	transition: 0s;
}

header .lang .lang_box {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 101px;
	min-height: 40px;
	background: #fff;
	border: 1px solid #fff;
	gap: 5px;
	transition: 0.1s;
	cursor: pointer;
}

header .lang .lang_box:hover {
	background: #c1282d;
}

header .lang .lang_box:hover .dq,
header .lang .lang_box:hover .dq1 {
	filter: brightness(0) invert(1);
}

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

header .lang .lang_box .dq {
	width: 21px;
	transition: 0.1s;
	margin-right: 7px;
}

header .lang .lang_box .dq1 {
	width: 7px;
	transition: 0.1s;
}

header .lang .lang_box span {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	transition: 0.1s;
}

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

header .lang>ul li {
	border-bottom: 1px dashed #c1282d;
	padding: 6px 0px;
}

header .lang>ul li a {
	text-align: center;
	display: block;
	line-height: 28px;
}

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

header .lang>ul li:nth-last-of-type(1) {
	border-bottom: none;
}

header .head_boxl {
	display: flex;
	align-items: center;
}

header .icBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 6px 20px;
	margin-left: 26px;
}

header .icBox .iconfont {
	transition: 0s;
	font-size: 18px;
}

header .icBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

header .icBox a:hover {
	color: #ccc;
}

header .follow {
	display: flex;
	align-items: center;
}

header .follow p {
	color: #fff;
}

header .dif_ul {
	position: absolute;
	top: 100%;
	width: calc(100% - 40px);
	max-width: 1400px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

header .dif_ul_box {
	background: #fff;
	display: flex;
}

/*header .dif_ul_box .active a {
  color: #c1282d;
}*/
header .dif_ul_box .active a img {
	opacity: 1;
}

header .menu1 {
	width: 30%;
	max-width: 405px;
	background: #ededed;
	padding: 15px 0px 20px;
}

header .menu1 a {
	padding: 0px 13px 0px 21px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 0px 20px;
	font-family: Poppins-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333;
}

header .menu1 a:hover {
	color: #c1282d;
}

header .menu1 a:hover img {
	opacity: 1;
}

header .menu1 span {
	transition: 0s;
}

header .menu1 img {
	opacity: 0;
}

header .dif_ul_boxr {
	flex: 1;
	padding: 15px 63px 20px;
}

header .menu_container {
	display: none;
	gap: 0px 10%;
	justify-content: space-between;
}

header .menu2 {
	width: 40%;
	max-width: 238px;
}

header .menu2 a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 0px 15px;
	font-family: Poppins-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333;
}

header .menu2 a:hover {
	color: #c1282d;
}

header .menu2 a:hover img {
	opacity: 1;
}

header .menu2 span {
	transition: 0s;
}

header .menu2 img {
	opacity: 0;
}

header .menu3 {
	flex: 1;
	max-width: 475px;
}

header .menu3 a {
	display: block;
	gap: 0px 15px;
	font-family: Poppins-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333;
}

header .menu3 a:hover {
	color: #c1282d;
}

header .menu3 a:hover img {
	opacity: 1;
}

header .menu3 section {
	display: none;
}

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

.buttonBox a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 177px;
	min-height: 50px;
	background-color: #c1282d;
	border: 1px solid #c1282d;
	font-size: 16px;
	color: #fff;
	padding: 4px 20px;
}

.buttonBox a:hover {
	background: #fff;
	color: #c1282d;
}

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

.clear {
	clear: both;
}

.bannerBox img {
	width: 100%;
}

.padding_top {
	padding-top: 116px;
}

.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;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none;
	display: block;
}

@media screen and (max-width: 992px) {
	.index_banner .swiper-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

.index_banner .sw_button div {
	width: 47px;
	aspect-ratio: 47/96;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}

.index_banner .sw_button div:hover {
	background: #c1282d;
}

.index_banner .sw_button div:nth-of-type(1) {
	left: 0;
	border-radius: 0px 10px 10px 0px;
}

.index_banner .sw_button div:nth-of-type(2) {
	right: 0;
	border-radius: 10px 0px 0px 10px;
}

.index_banner .swiperbanner-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 37px;
	z-index: 1;
}

.index_banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 0.3;
	margin: 0px !important;
	position: relative;
	border-radius: 50%;
	color: #fff;
	z-index: 1;
}

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

.big_title {
	font-family: Poppins;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #333333;
}

.big_title a {
	color: #333;
}

.big_title a:hover {
	color: #c1282d;
}

.index1 .content {
	padding: 95px 0px 95px;
	border-bottom: 1px solid #333;
}

.index1 .big_title {
	text-align: center;
}

.index1 .describe {
	color: #333;
	text-align: center;
	margin: 26px auto 0px;
	width: 100%;
	max-width: 916px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.index1 .links {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #c1282d;
	display: flex;
	justify-content: center;
	margin-top: 43px;
}

.index1 .links a {
	color: #c1282d;
	display: block;
	/*text-decoration: underline;*/
	/*text-underline-offset: 4px;*/
	border: 1px solid #c1282d;
    padding: 4px 20px;
	
}

.index1 .links a:hover {
	background: #c1282d;
	color: #fff;
}

.index2 {
	padding: 93px 0px 98px;
}

.index2 .big_title {
	text-align: center;
}

.index2_list {
	display: flex;
	flex-wrap: wrap;
	gap: 38px 2.8565%;
	margin-top: 62px;
}

.index2_list li {
	width: 31.429%;
	position: relative;
}

.index2_list .hide_box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px 12%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index2_list .title {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.index2_list .title a {
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index2_list .title a:hover {
	color: #c1282d;
}

.index3 {
	padding-top: 88px;
}

.index3 .big_title {
	flex: 1;
}

.index3 .top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5px 5%;
}

.index3 .r_box {
	width: 51.8%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 48px;
	padding-top: 13px;
}

.index3 .r_box::before {
	content: "";
	width: 84px;
	border-bottom: 1px solid #333;
	display: block;
	margin-top: 9px;
}

.index3 .text {
	flex: 1;
	color: #333;
}

.index3_container {
	overflow: hidden;
	margin-top: 72px;
}

.index3_container .describe {
	color: #333;
	flex: 1;
	padding-top: 10px;
}

.index3_container .describe em {
	font-style: normal;
	font-family: Poppins;
}

.index3_l .logo {
	width: 41px;
	aspect-ratio: 41/36;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index3_l figure {
	display: flex;
	align-items: flex-start;
	gap: 37px;
	margin-top: 20px;
}

.index3_l figure:nth-of-type(1) {
	margin-top: 0px !important;
}

.index3_r {
	width: 44.286%;
	float: right;
	margin-bottom: 5px;
	margin-left: 10%;
	margin-top: 9px;
}

.index4 {
	background: #fbb03b;
	padding: 81px 0px 89px;
	overflow: hidden;
}

.index4 .text {
	font-size: 16px;
	color: #111;
	width: 60.45%;
}

.index4 .top {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 5px 5%;
}

.index4 .big_title {
	flex: 1;
	margin-top: 3px;
}

.index4_container {
	margin-top: 48px;
	position: relative;
}

.index4_container .controls_box div{
	width: 81px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px #c1282d;
	aspect-ratio: 1/1;
	transition: .3s;
	cursor: pointer;
	position: absolute;
	top: 36%;
	z-index: 1;
}

.index4_container .controls_box div:nth-of-type(1){
	transform: translate(-100%,-50%);
	left: -42px;
}

.index4_container .controls_box div:nth-of-type(2){
	transform: translate(100%,-50%);
	right: -42px;
}

.index4_container .controls_box div:hover{
	background: #c1282d;
}

.index4_container .controls_box div:hover img{
	filter: brightness(0) invert(1);
}

.index4_container .controls_box div img{
	transition: .2s;
}

.index4_container .title {
	font-family: Poppins;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #111111;
	margin-top: 46px;
}

.index4_container .title a{
	color: #111;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index4_container .title a:hover{
	color: #c1282d;
}

.index4_container .describe {
	color: #111;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 16px;
}

.index4_container .buttonBox{
	margin-top: 17px;
}

.index4_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5px 20px;
	margin-top: 60px;
	width: 69.286%;
	float: right;
}

.index4_box .sw_button {
	display: flex;
	align-items: center;
	gap: 70px;
	margin-top: 8px;
}

.index4_box .sw_button div {
	width: 94px;
	cursor: pointer;
}

.index4_box .sw_button div:hover img {
	filter: none;
	opacity: 1;
}

.index4_box .sw_button img {
	transition: 0.2s;
	filter: brightness(0);
	opacity: 0.8;
}

.index4_box .swiperindex4-pagination {
	width: auto;
}

.index4_box .swiperindex4-pagination .active {
	font-family: Poppins;
	font-size: 30px;
	color: #111;
}

.index4_r {
	width: 69.286%;
}

.index4_r .swiper {
	overflow: initial;
}

.index4_r .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
}

.index4_r .swiper-slide-active,
.index4_r .swiper-slide-active+.swiper-slide {
	opacity: 1;
	pointer-events: all;
}

.index4_l {
	flex: 1;
	padding: 0px 3% 0.8%;
}

.index4_l .box {
	display: none;
	flex-direction: column;
	align-items: center;
}

.index4_l .box::before {
	content: "";
	display: block;
	height: 98px;
	border-left: 1px solid #111;
}

.index4_l .describe {
	text-align: center;
	color: #111;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	margin-top: 23px;
}

.index4_l .buttonBox {
	margin-top: 64px;
}

.index4_l .index4_title {
	margin-top: 18px;
}

.index4_title {
	font-family: Poppins;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #111111;
}

.index4_title a {
	color: #111;
}

.index4_title a:hover {
	color: #c1282d;
}

.index5 {
	padding: 98px 0px 129px;
	overflow: hidden;
}

.index5 .buttonBox a {
	min-width: 232px;
	min-height: 60px;
	font-family: Poppins-Regular;
	font-size: 18px;
}

.index5 .top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 5px 5%;
}

.index5 .big_title {
	flex: 1;
	margin-top: 6px;
}

.index5_container {
	margin-top: 68px;
	display: flex;
	flex-direction: column;
	gap: 22px 0px;
}

.index5_container figure {
	padding: 19px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px 20px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.index5_container figure::before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #f7f7f7;
	z-index: -1;
	transition: 0.3s;
	opacity: 0;
}

@media screen and (min-width: 993px) {
	.index5_container figure:hover::before {
		opacity: 1;
	}
}

.index5_container .time {
	color: #1e1e1e;
	flex: 1;
	margin-top: 2px;
}

.index5_container .imgBox {
	width: 40%;
	max-width: 360px;
}

.index5_container .title {
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #1e1e1e;
}

.index5_container .title a {
	color: #1e1e1e;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index5_container .title a:hover {
	color: #c1282d;
}

.index5_container .describe {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #1e1e1e;
	margin-top: 14px;
}

.index5_container .r_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 84.5%;
	gap: 0px 6%;
}

.index5_container .box {
	flex: 1;
	padding-top: 4px;
}

.index6 .big_title {
	text-align: center;
}

.index6 .describe {
	width: 100%;
	max-width: 840px;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 19px auto 0px;
}

.index6_list {
	margin-top: 51px;
}

.index6_list img {
	width: 100%;
}

.index6_list .l_box {
	width: 50%;
}

.index6_list figure {
	width: 50%;
}

.index6_list .r_box {
	width: 50%;
	display: flex;
}

.index6_list li {
	display: flex;
	flex-wrap: wrap;
}

.index6_list li:nth-of-type(even) {
	flex-direction: row-reverse;
}

.big_bt {
	font-family: Poppins;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #333333;
}

.big_bt a {
	color: #333;
}

.big_bt a:hover {
	color: #c1282d;
}

.index7 {
	margin-top: 102px;
	padding: 105px 0px 94px;
	background: url("../images/index7_back.jpg") no-repeat center;
	background-size: cover;
}

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

.index7_l {
	width: 40%;
}

.index7_l .title {
	color: #ccc;
	letter-spacing: 5px;
}

.index7_l .describe {
	line-height: 36px;
	color: #666;
	margin-top: 19px;
}

.index7_l .big_bt {
	margin-top: 17px;
}

.index7_l .buttonBox {
	margin-top: 67px;
}

.index7_l .buttonBox a {
	font-family: Poppins-Regular;
	font-size: 18px;
	box-shadow: 0px 11px 38px 0px rgba(0, 0, 0, 0.1);
	min-width: 260px;
	min-height: 60px;
}

.index7_r {
	width: 54.286%;
	padding-top: 14px;
}

.index7_r form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 21px 0px;
}

.index7_r form .int1 {
	width: 48.75%;
}

.index7_r form input {
	height: 55px;
}

.index7_r form textarea {
	height: 120px;
	padding-top: 12px !important;
}

.index7_r form .ttBox {
	width: 100%;
	margin-top: 1px;
}

.index7_r form .form_box {
	width: 100%;
}

.index7_r form .yzm {
	position: relative;
}

.index7_r form .yzm input {
	padding-right: 110px;
}

.index7_r form .yzm span {
	height: 28px;
	aspect-ratio: 82/28;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.index7_r form .yzm span img {
	width: 100%;
	height: 100%;
}

.index7_r form .ttBox::before {
	top: 30px;
}

.index7_r form .form_box {
	display: flex;
	flex-wrap: wrap;
}

.index7_r form .tj input {
	font-family: Poppins-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	background: #c1282d;
	border: 1px solid #c1282d;
	transition: 0.3s;
	cursor: pointer;
}

.index7_r form .tj input:hover {
	background: #fff;
	color: #c1282d;
}

.index7_r form input,
.index7_r form textarea {
	background: #fff;
	font-family: Poppins-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333;
	padding: 0px 23px;
	width: 100%;
	flex: 1;
	resize: none;
	outline: none;
	border: none;
	display: block;
}

.index7_r form input::placeholder,
.index7_r form input::-webkit-input-placeholder,
.index7_r form textarea::placeholder {
	color: #999999;
}

.oo_back {
	background: #fff;
}

.oo1 {
	padding-top: 30px;
}

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

.oo1 .describe img {
	display: inline-block;
}

.oo1 .describe em {
	font-style: normal;
	position: relative;
	padding-left: 22px;
	display: block;
}

.oo1 .describe em::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #333;
}

.oo1 .describe strong {
	font-family: Poppins;
	font-weight: normal;
}

.oo2 {
	padding: 59px 0px 66px;
}

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

.oo2_r {
	width: 74.286%;
}

.oo2_r .PageNumber {
	margin-top: 81px;
}

.oo2_list {
	display: flex;
	flex-wrap: wrap;
	gap: 47px 3.845%;
}

.oo2_list li {
	width: 30.77%;
}

.oo2_list .title {
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 21px;
}

.oo2_list .title a {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.oo2_list .title a:hover {
	color: #c1282d;
}

.oo2_list .button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px 16px;
}

.oo2_list .button a {
	color: #f3f5fb;
	min-width: 121px;
	min-height: 40px;
	font-size: 16px;
	background-color: #c1282d;
	padding: 4px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.oo2_list .button a:hover {
	background: #fbb03b;
	color: #000;
}

.oo2_list .input_buttonBox {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 19px;
	margin-top: 18px;
}

.oo2_list .input_buttonBox input {
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.ot .index7_pub {
	margin-top: 97px;
}

.ot_container {
	padding: 99px 0px 98px;
}

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

.ot_r {
	width: 73.858%;
}

.ot1 .r_box {
	width: 48.356%;
	max-width: 500px;
	float: left;
	position: relative;
	margin-right: 5.416%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ot1 .r_box .pic-big {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9;
}

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

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

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

.ot1 .r_box .pic-small {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 21px;
}

.ot1 .r_box .pic-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 5;
	display: block;
	width: 12px;
}

.ot1 .r_box .pic-btn img {
	width: 100%;
	filter: brightness(0);
	transition: 0s;
	opacity: 0.8;
}

.ot1 .r_box .pic-btn.prev {
	left: 0px;
}

.ot1 .r_box .pic-btn.next {
	right: 0px;
}

.ot1 .r_box .pic-btn:hover img {
	filter: brightness(1);
	opacity: 1;
}

.ot1 .r_box .pic-list {
	overflow: hidden;
	width: 90.3%;
	margin: 0 auto;
}

.ot1 .r_box .pic-list ul {
	width: 1011%;
	display: flex;
}

.ot1 .r_box .list-item {
	position: relative;
	width: 2.284%;
	flex-shrink: 0;
	margin-right: 0.23%;
}

.ot1 .r_box .item-pics,
.ot1 .r_box .pic-list .item-video {
	display: block;
	position: relative;
	overflow: hidden;
}

.ot1 .r_box .item-pics:before,
.ot1 .r_box .pic-list .item-video:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 15px;
	background: url() no-repeat center left;
	left: 0px;
	top: 50%;
	margin-top: -7px;
	z-index: -1;
}

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

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

.ot1 .r_box .m-propic2 {
	display: none;
}

.ot1 .r_box .provideo-box {
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.ot1 .r_box .provideo-box .provideo {
	position: relative;
	overflow: hidden;
	padding-bottom: 78.75%;
	height: 0;
}

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

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

.ot1 .r_box .item-pics:hover,
.ot1 .r_box .item-pics.active,
.ot1 .r_box .item-video:hover,
.ot1 .r_box .item-video.active {
	opacity: 1;
}

.ot1_l {
	padding-top: 19px;
}

.ot1_l h1 {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
	border-bottom: 1px solid #333;
	padding-bottom: 18px;
	display: flex;
}

.ot1_l .share_box {
	color: #666;
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 23px;
}

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

.ot1_l .button {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 6px 11px;
	margin-top: 74px;
}

.ot1_l .button a {
	min-width: 143px;
	min-height: 50px;
	font-size: 16px;
	color: #fff;
	background: #c1282d;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 4px 19px;
}

.ot1_l .button a:hover {
	background: #fbb03b;
	color: #333;
}

.ot_menu {
	margin-top: 43px;
	display: flex;
	gap: 8px;
	overflow: auto;
}

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

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

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

.ot_menu figure {
	min-width: 200px;
	min-height: 50px;
	background-color: #c1282d;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	padding: 4px 12px;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	flex-shrink: 0;
}

.ot_menu figure:hover {
	background: #fbb03b;
	color: #000;
}

.ot_menu .active {
	background: #fbb03b;
	color: #000;
}

.ot2_container {
	display: none;
}

.ot2 {
	background: #f5f5f5;
	padding: 0px 28px 30px;
}

.ot2 .describe {
	color: #333;
}

.ot2 .describe em {
	font-style: normal;
	font-family: Poppins;
}

.ot2 .describe1 {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #000;
	margin-top: 29px;
}

.ot2 .describe1 td {
	border: 1px solid #dedede;
	padding: 2px 5px 5px !important;
	background: #fff;
}

.ot2 .describe1 td:nth-of-type(1) {
	background: transparent;
}

.ot2 .describe2 {
	line-height: 36px;
}

.ot2 .describe3 td {
	border: 2px solid #e4e3e3;
	background: #fff;
	padding: 6px 6px !important;
}

.ot2 .describe3 strong {
	font-family: Poppins;
}

.ot2 .describe3 em {
	font-style: normal;
	color: #c1282d;
}

.ot2_1 {
	padding: 61px 0px 0px;
}

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

.ot2_2 {
	padding-top: 51px;
}

.ot2_2 .describe {
	margin-top: 26px;
}

.ot2_2_list {
	width: 100%;
	max-width: 965px;
	margin: 23px auto 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0px;
}

.ot2_2_list li {
	width: 48.187%;
}

.ot2_3 {
	margin-top: 55px;
	padding-bottom: 31px;
}

.ot2_4 {
	padding-top: 52px;
}

.ot2_4_list {
	width: 100%;
	max-width: 970px;
	margin: 35px auto 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px 0px;
}

.ot2_4_list li {
	width: 100%;
}

.ot2_4_list li:nth-of-type(3n + 2) {
	width: 37.011%;
}

.ot2_4_list li:nth-of-type(3n + 3) {
	width: 61.031%;
}

.ot2_5 {
	margin-top: 70px;
	padding-bottom: 23px;
}

.ot2_5_container {
	width: 100%;
	max-width: 960px;
	position: relative;
	margin-top: 37px;
}

.ot2_5_container .hide_box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.ot2_6 {
	padding: 52px 0px 10px;
}

.ot2_6 .describe2 {
	margin-top: 27px;
}

.ot2_6_list {
	width: 100%;
	max-width: 955px;
	margin: 28px auto 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 22px 2.093%;
}

.ot2_6_list li {
	width: 31.938%;
}

.ot2_7 {
	padding: 55px 0px 0px;
}

.ot2_7 .describe {
	margin-top: 25px;
}

.ot2_7_video {
	position: relative;
	margin-top: 24px;
	width: 100%;
	max-width: 971px;
}

.ot2_8 {
	padding: 45px 0px 7px;
}

.ot2_8 .describe3 {
	margin-top: 11px;
}

.ot2_9 {
	padding: 47px 0px 40px;
}

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

.ot2_9_list .top {
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 15px 15px;
	gap: 20px;
	cursor: pointer;
}

.ot2_9_list .top p {
	margin-left: 35px;
	flex: 1;
}

.ot2_9_list .show img:nth-of-type(2) {
	display: none;
}

.ot2_9_list .bottom {
	padding: 24px 50px 2px;
	display: none;
}

.ot2_9_list .top.active .show img:nth-of-type(1) {
	display: none;
}

.ot2_9_list .top.active .show img:nth-of-type(2) {
	display: block;
}

.to .index7_pub,
.tt .index7_pub {
	margin-top: 113px;
}

.index3_pub1 {
	margin-top: 92px;
}

.to1 {
	padding: 100px 0px 70px;
}

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

.to1_menu {
	width: 22%;
	max-width: 288px;
	background: #f5f5f5;
	padding: 31px 25px 32px;
	line-height: 26px;
	display: flex;
	flex-direction: column;
	gap: 18.5px 0px;
}

.to1_menu a {
	color: #333;
}

.to1_menu a:hover {
	color: #c1282d;
}

.to1_menu .active a {
	color: #c1282d;
}

.to1_r {
	width: 76.072%;
}

.to1_r .PageNumber {
	margin-top: 77px;
}

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

.to1_list li {
	width: 48.076%;
}

.to1_list .name {
	padding: 24px 10px 0px;
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #111111;
}

.to1_list .name a {
	color: #111;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.to1_list .name a:hover {
	color: #c1282d;
}

.tt1 {
	padding: 100px 0px 47px;
}

.tt1_container {
	position: relative;
	overflow: hidden;
}

.tt1_container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.tt1_container video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none;
	display: block;
}

@media screen and (max-width: 992px) {
	.tt1_container video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

.tt2 {
	padding-bottom: 102px;
}

.tt2 h1 {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #111111;
}

.tt2 .share_box {
	color: #333;
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 13px;
}

.tt2 .describe {
	margin-top: 43px;
}

.tt2 .describe em {
	font-family: Poppins;
	font-size: 20px;
	color: #c1282d;
	font-style: normal;
}

.tt2 .describe strong {
	font-family: Poppins;
	font-weight: normal;
}

.tt2 .describe img {
	display: inline-block;
}

.tho1 {
	padding: 96px 0px 83px;
}

.tho1 .content {
	display: flex;
	flex-direction: column;
	gap: 64px 0px;
}

.tho1 figure {
	overflow: hidden;
}

.tho1 .l_box {
	width: 47.143%;
	float: right;
	margin-bottom: 5px;
	margin-left: 4%;
	position: relative;
}

.tho1 .sw_button div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 25px;
	aspect-ratio: 25/57;
	background: rgba(6, 6, 6, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
}

.tho1 .sw_button div:hover {
	background: #c1282d;
}

.tho1 .sw_button div:nth-of-type(1) {
	left: 0;
}

.tho1 .sw_button div:nth-of-type(2) {
	right: 0;
}

.tho1 figure:nth-of-type(odd) .r_box {
	padding-top: 6.786%;
}

.tho1 figure:nth-of-type(even) .l_box {
	float: left;
	margin-left: 0px;
	margin-right: 2.643%;
}

.tho1 .describe {
	margin-top: 26px;
}

.tho1 .describe em {
	font-style: normal;
	color: #c1282d;
}

.tho1 .describe strong {
	font-family: Poppins;
	font-weight: normal;
}

.tho2 {
	position: relative;
	z-index: 1;
	padding: 54px 0px 72px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tho2 .big_title {
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 17px;
	z-index: 2;
}

.tho2 .big_title::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 50px;
	height: 6px;
	background-color: #fbb03b;
}

.tho2_list {
	margin-top: 107px;
	display: flex;
}

.tho2_list li {
	width: 20%;
	text-align: center;
	display: flex;
}

@media screen and (min-width: 993px) {
	.tho2_list li:hover .box::before {
		background: rgba(255, 255, 255, 0.1);
	}
}

.tho2_list .imgBox {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

.tho2_list .imgBox::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.tho2_list .imgBox img {
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tho2_list .show .imgBox {
	opacity: 1;
}

.tho2_list .title {
	font-family: Poppins;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.tho2_list .describe {
	font-family: Poppins-Regular;
	color: #fff;
	margin-top: 30px;
}

.tho2_list .box {
	flex: 1;
	padding: 0px 12% 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.tho2_list .box::before {
	content: "";
	width: 100%;
	height: 400%;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.tho2_list .number {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fbb03b;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 45px;
	margin-top: 83px;
}

.tho2_list .number::before {
	content: "";
	display: block;
	width: 2px;
	height: 50px;
	background-color: #fbb03b;
}

.tho3 {
	background: #fbb03b;
	margin-top: 119px;
	padding: 66px 0px 71px;
}

.tho3 .big_title {
	text-align: center;
	color: #111;
}

.tho3 .describe {
	width: 100%;
	max-width: 1220px;
	margin: 19px auto 0px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #111111;
	text-align: center;
}

.tho3 .describe em {
	font-family: Poppins;
	font-style: normal;
}

.tho4 {
	padding: 104px 0px 104px;
}

.tho4 .big_title {
	color: #111;
}

.tho4_container {
	margin-top: 64px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tho4_container .l_box {
	width: 48.358%;
}

.tho4_container .l_box .title {
	margin-top: 27px;
}

.tho4_container .describe {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin-top: 16px;
}

.tho4_container .title {
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
}

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

.tho4_container .title a:hover {
	color: #c1282d;
}

.tho4_list {
	width: 48.858%;
	display: flex;
	flex-wrap: wrap;
	gap: 51px 3.8%;
}

.tho4_list li {
	width: 48.1%;
}

.tho4_list .title {
	margin-top: 29px;
}

.tho5 {
	padding-bottom: 31px;
}

.tho5 .big_title {
	color: #111;
	text-align: center;
}

.tho5 .describe {
	color: #333;
	text-align: center;
	margin-top: 28px;
}

.tho5_container{
	margin-top: 58px;
	position: relative;
}

.tho5_container .sw_button div{
	position: absolute;
	z-index: 1;
	top: 50%;
}

.tho5_container .sw_button div:nth-of-type(1){
	left: -30px;
	transform: translate(-100%,-50%);
}

.tho5_container .sw_button div:nth-of-type(2){
	right: -30px;
	transform: translate(100%,-50%);
}

.tho5_container .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	gap: 29px 1.904%;
	
}

.tho5_container figure {
	width: 23.572%;
}

.tho .index3_pub1 {
	margin-top: 119px;
}

.tht .index7_pub {
	margin-top: 92px;
}

.tht1 {
	padding: 125px 0px 111px;
}

.tht1 .PageNumber {
	margin-top: 69px;
}

.tht1_container {
	display: flex;
	flex-direction: column;
	gap: 20px 0px;
}

.tht1_container figure {
	padding: 19px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px 20px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.tht1_container figure::before {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #f7f7f7;
	z-index: -1;
	transition: 0.3s;
	opacity: 0;
}

@media screen and (min-width: 993px) {
	.tht1_container figure:hover::before {
		opacity: 1;
	}
}

.tht1_container .time {
	color: #1e1e1e;
	flex: 1;
	margin-top: 2px;
}

.tht1_container .imgBox {
	width: 40%;
	max-width: 360px;
}

.tht1_container .title {
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #1e1e1e;
}

.tht1_container .title a {
	color: #1e1e1e;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.tht1_container .title a:hover {
	color: #c1282d;
}

.tht1_container .describe {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #1e1e1e;
	margin-top: 14px;
}

.tht1_container .r_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 84.5%;
	gap: 0px 6%;
}

.tht1_container .box {
	flex: 1;
	padding-top: 4px;
}

.thth .index7_pub {
	margin-top: 92px;
}

.thth1 {
	padding: 100px 0px 50px;
}

.thth1 h1 {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #1e1e1e;
}

.thth1 .time {
	color: #1e1e1e;
}

.thth1 .share_box {
	display: flex;
	align-items: center;
	gap: 7px;
}

.thth1 .time_share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 13px;
	margin-top: 20px;
}

.thth1 .describe {
	font-size: 16px;
	margin-top: 32px;
}

.thth1 .describe img {
	display: inline-block;
}

.thth1 .page_change {
	margin-top: 64px;
	padding-top: 31px;
}

.thfu1_menu {
	width: 24%;
	max-width: 326px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
}

.thfu1_menu a {
	color: #333;
}

.thfu1_menu a:hover {
	color: #c1282d;
}

.thfu1_menu figure {
	padding: 21px 20px 16px;
	border-bottom: 1px solid #ddd;
}

.thfu1_menu .active a {
	color: #c1282d;
}

.thfu1 {
	padding: 98px 0px 111px;
}

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

.thfu1 .PageNumber {
	margin-top: 91px;
}

.thfu1_r {
	width: 72.358%;
}

.thfu1_list {
	display: flex;
	flex-direction: column;
	gap: 42px 0px;
}

.thfu1_list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 35px;
}

.thfu1_list .r_box {
	flex: 1;
}

.thfu1_list .l_box {
	width: 36%;
	max-width: 216px;
}

.thfu1_list .name {
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1e1e1e;
}

.thfu1_list .name a {
	color: #1e1e1e;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.thfu1_list .name a:hover {
	color: #c1282d;
}

.thfu1_list .describe {
	font-size: 16px;
	color: #1e1e1e;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 11px;
}

.thfu1_list .buttonBox {
	margin-top: 56px;
}

.thfu1_list .buttonBox a {
	gap: 13px;
	font-size: 18px;
	font-family: Poppins-Regular;
	min-width: 188px;
	border: none;
}

.thfu1_list .buttonBox a:hover {
	background: #fbb03b;
	color: #333;
}

.thfu1_list .buttonBox a:hover img {
	filter: none;
}

.thfu1_list .buttonBox span {
	transition: 0s;
}

.thfu1_list .buttonBox img {
	transition: 0.2s;
	filter: brightness(0) invert(1);
}

.fuo_back {
	position: relative;
	z-index: 1;
}

.fuo_back::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #f5f5f5;
	z-index: -1;
}

.fuo1 {
	padding: 97px 0px 76px;
}

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

.fuo1_l {
	width: 42%;
	padding-top: 9px;
}

.fuo1_l .title {
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 12px;
}

.fuo1_l .shemei {
	margin-top: 72px;
}

.fuo1_l .shemei_title {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}

.fuo1_l .icBox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 17px;
}

.fuo1_l .icBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 41px;
	border-radius: 12px;
	flex-shrink: 0;
	background: var(--i);
	color: #fff;
}

.fuo1_l .icBox a:hover {
	color: #fff !important;
	transform: translateY(-3px);
}

.fuo1_list {
	margin-top: 40px;
}

.fuo1_list .logo {
	width: 27px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
}

.fuo1_list .logo img {
	max-width: 100%;
	max-height: 100%;
}

.fuo1_list .container {
	line-height: 40px;
	flex: 1;
	color: #333;
}

.fuo1_list .container a {
	color: #333;
}

.fuo1_list .container a:hover {
	color: #c1282d;
}

.fuo1_list .name {
	font-family: Poppins;
}

.fuo1_list .name+* {
	display: inline;
	margin-left: 6px;
}

.fuo1_list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.fuo1_r {
	width: 47%;
}

.fuo1_r .big_bt {
	margin-top: 18px;
}

.fuo1_r .title {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 5px;
	color: #cccccc;
}

.fuo1_r .describe {
	line-height: 36px;
	color: #666;
	margin-top: 19px;
}

.fuo1_r form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 21px 0px;
	margin-top: 31px;
}

.fuo1_r form .int1 {
	width: 48.75%;
}

.fuo1_r form input {
	height: 55px;
}

.fuo1_r form textarea {
	height: 120px;
	padding-top: 12px !important;
}

.fuo1_r form .ttBox {
	width: 100%;
	margin-top: 1px;
}

.fuo1_r form .form_box {
	width: 100%;
}

.fuo1_r form .yzm {
	position: relative;
}

.fuo1_r form .yzm input {
	padding-right: 110px;
}

.fuo1_r form .yzm span {
	height: 28px;
	aspect-ratio: 82/28;
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}

.fuo1_r form .yzm span img {
	width: 100%;
	height: 100%;
}

.fuo1_r form .ttBox::before {
	top: 30px;
}

.fuo1_r form .form_box {
	display: flex;
	flex-wrap: wrap;
}

.fuo1_r form .tj input {
	font-family: Poppins-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	background: #c1282d;
	border: none;
	transition: 0.3s;
	cursor: pointer;
}

.fuo1_r form .tj input:hover {
	background: #fbb03b;
}

.fuo1_r form input,
.fuo1_r form textarea {
	background: #fff;
	font-family: Poppins-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333;
	padding: 0px 23px;
	width: 100%;
	flex: 1;
	resize: none;
	outline: none;
	border: 1px solid #cccccc;
	display: block;
}

.fuo1_r form input::placeholder,
.fuo1_r form input::-webkit-input-placeholder,
.fuo1_r form textarea::placeholder {
	color: #333;
}

.fuo2 img {
	width: 100%;
}

.page_change {
	border-top: 1px solid #333;
	line-height: 36px;
	color: #333;
	margin-top: 48px;
	padding-top: 48px;
}

.page_change p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

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

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

.pub1 {
	background: #f5f5f5;
	padding: 75px 0px 74px;
}

.pub1 .title {
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top: 21px;
}

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

.pub1 .title a:hover {
	color: #c1282d;
}

.pub1 .sw_button {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 4px;
}

.pub1 .sw_button div,
.tho5_container .sw_button div{
	width: 41px;
	height: 41px;
	border-radius: 50%;
	border: solid 2px #c1282d;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	cursor: pointer;
	background: #fff;
}

.pub1 .sw_button div:hover,
.tho5_container .sw_button div:hover{
	background: #c1282d;
}

.pub1 .sw_button div:hover img,
.tho5_container .sw_button div:hover img{
	filter: brightness(0) invert(1);
}

.pub1 .sw_button img,
.tho5_container .sw_button img{
	transition: 0.2s;
}

.pub1 .top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 5px 20px;
}

.pub1 .big_title {
	flex: 1;
}

.pub1 .sw_box {
	margin-top: 39px;
}

.pub2 {
	padding: 82px 0px 13px;
}

.pub2 .sw_button {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 4px;
}

.pub2 .sw_button div {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	border: solid 2px #c1282d;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	cursor: pointer;
	background: #fff;
}

.pub2 .sw_button div:hover {
	background: #c1282d;
}

.pub2 .sw_button div:hover img {
	filter: brightness(0) invert(1);
}

.pub2 .sw_button img {
	transition: 0.2s;
}

.pub2 .top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 5px 20px;
}

.pub2 .big_title {
	flex: 1;
}

.pub2 .title {
	padding: 27px 10px 0px;
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #111111;
}

.pub2 .title a {
	color: #111;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pub2 .title a:hover {
	color: #c1282d;
}

.pub2 .sw_box {
	margin-top: 48px;
}

.PageNumber {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Poppins-Light;
	width: 100%;
	gap: 8px 15px;
	flex-wrap: wrap;
}

.PageNumber .page_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.PageNumber a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	width: 40px;
	height: 40px;
	border: solid 1px #999999;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.PageNumber a:hover {
	background: #c1282d;
	color: #fff;
	border: 1px solid #c1282d;
}

.PageNumber .active {
	background: #c1282d;
	color: #fff;
	border: 1px solid #c1282d;
}

.PageNumber .p_f {
	width: 100px;
}

.PageNumber .p_l {
	width: 69px;
}

.PageNumber input {
	font-family: Poppins-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	background: #c1282d;
	border: 1px solid #c1282d;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0px 22.5px;
	border-radius: 4px;
}

.PageNumber input:hover {
	background: #fff;
	color: #c1282d;
}

.PageNumber .submit {
	display: flex;
	align-items: center;
	gap: 14px;
}

.pub_menu {
	width: 22%;
	max-width: 298px;
}

.pub_menu .menu_all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	font-family: Poppins;
	gap: 20px;
	background: #c1282d;
	padding: 14px 12px 7px;
}

.pub_menu .menu_all .down {
	display: none;
}

.pub_menu>*:nth-child(1) {
	margin-top: 0px !important;
}

.menu_box1 form {
	width: 100%;
	position: relative;
}

.menu_box1 form input:nth-of-type(1) {
	width: 100%;
	height: 45px;
	font-family: Poppins-Regular;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	background: none;
	padding-right: 45px;
	padding-left: 25px;
	display: block;
	background: #ededed;
}

.menu_box1 form input:nth-of-type(1)::placeholder,
.menu_box1 form input:nth-of-type(1)::-webkit-input-placeholder {
	color: #999;
}

.menu_box1 form input:nth-of-type(2) {
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	cursor: pointer;
	display: block;
	background: transparent;
	transition: 0.3s;
}

.menu_box1 form input:nth-of-type(2):hover {
	color: #c1282d;
}

.menu_box2 {
	margin-top: 24px;
}

.menu_box2 .down {
	cursor: pointer;
}

.menu_box2 .menu_all {
	display: none;
}

.menu_box2 .list1_box {
	background: #ededed;
	transition: 0.3s;
	font-family: Poppins;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 15px 2px 9px;
	gap: 0px 12px;
}

.menu_box2 .list1_box a {
	flex: 1;
	color: #333;
}

.menu_box2 .list1_box a:hover {
	color: #c1282d;
}

.menu_box2 .list1_box.active {
	background: #c1282d;
}

.menu_box2 .list1_box.active a {
	color: #fff;
}

.menu_box2 .list1_box.active .down {
	filter: brightness(0) invert(1);
	transform: rotate(90deg);
}

.menu_box2 li:nth-of-type(1) {
	margin-top: 0px !important;
}

.menu_box2 .menu_list1>li {
	margin-top: 13px;
}

.menu_box2 .menu_list1 ul {
	display: none;
}

.menu_box2 .menu_list2 {
	padding: 16px 0px 2px;
}

.menu_box2 .menu_list2>li {
	border-bottom: 1px solid #ededed;
	padding-bottom: 14px;
}

.menu_box2 .menu_list2>li:nth-last-of-type(1) {
	border-bottom: none !important;
	padding-bottom: 0px !important;
}

.menu_box2 .list2_box {
	padding: 1px 14px 0px 12px;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0px 12px;
}

.menu_box2 .list2_box a {
	flex: 1;
	color: #333;
}

.menu_box2 .list2_box a:hover {
	color: #c1282d;
}

.menu_box2 .list2_box.active a {
	color: #c1282d;
	font-family: Poppins;
}

.menu_box2 .list2_box.active .down {
	transform: rotate(90deg);
}

.menu_box2 .menu_list3 {
	font-size: 16px;
	line-height: 36px;
	padding: 10px 20px 2px 42px;
}

.menu_box2 .menu_list3 a {
	color: #333;
}

.menu_box2 .menu_list3 a:hover {
	color: #c1282d;
}

.menu_box2 .menu_list3 .active a {
	color: #c1282d;
}

.menu_box3 {
	margin-top: 44px;
	background: #f8f8f8;
	padding-bottom: 39px;
}

.menu_box3 .describe {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}

.menu_box3 .container {
	padding: 17px 14px 0px;
}

.menu_box3 form {
	display: flex;
	flex-direction: column;
	gap: 13px 0px;
	margin-top: 13px;
}

.menu_box3 form>div {
	width: 100%;
	display: block;
}

.menu_box3 form input {
	height: 50px;
}

.menu_box3 form input,
.menu_box3 form textarea {
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	font-family: Poppins-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	border: none;
	resize: none;
	outline: none;
	padding: 0px 16px;
}

.menu_box3 form input::placeholder,
.menu_box3 form input::-webkit-input-placeholder,
.menu_box3 form textarea::placeholder {
	color: #666666;
}

.menu_box3 form .yz {
	position: relative;
}

.menu_box3 form .yz::before {
	content: "*";
	top: 55%;
	transform: translateY(-50%);
	left: 18px;
	position: absolute;
	color: #ff0000;
	font-size: 16px;
}

.menu_box3 form .yz input,
.menu_box3 form .yz textarea {
	padding-left: 31px;
}

.menu_box3 form .int1 {
	width: 100%;
}

.menu_box3 form .int1::before {
	top: 24px;
}

.menu_box3 form .tijiao {
	width: 100%;
	margin-top: 12px;
}

.menu_box3 form .tijiao input {
	background-color: #c1282d;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
	height: 48px;
}

.menu_box3 form .tijiao input:hover {
	background-color: #fbb03b;
}

.menu_box3 form .yzm {
	width: 100%;
	position: relative;
}

.menu_box3 form .yzm input {
	flex: 1;
	padding-right: 96px;
}

.menu_box3 form .yzm a,
.menu_box3 form .yzm span {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	height: 24px;
	aspect-ratio: 82/28;
	cursor: pointer;
}

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

.menu_box3 form textarea {
	height: 93px;
	padding-top: 10px !important;
}

.index3_pub {
	padding-bottom: 0px !important;
}

.index7_pub {
	margin-top: 77px;
}

.mbx {
	border-bottom: 1px solid #e2e2e2;
	color: #333;
	padding: 17px 0px 14px;
}

.mbx a {
	color: #333;
}

.mbx a:hover {
	color: #c1282d;
}

.mbx .active {
	color: #c1282d;
}

footer {
	background: #c1282d;
	overflow: hidden;
}

footer .icBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 6px 24px;
	margin-top: 15px;
}

footer .icBox .iconfont {
	transition: 0s;
	font-size: 20px;
}

footer .icBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

footer .icBox a:hover {
	color: #ccc;
}

footer .dif_up {
	width: 6px;
	filter: brightness(0) invert(1);
	display: none;
}

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

footer .dif_footer a {
	color: #ffffff;
}

footer .dif_footer a:hover {
	color: #fbb03b;
}

footer .list {
	font-family: Poppins-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #fff;
	margin-top: 21px;
}

footer .list a {
	color: #fff;
}

footer .list a:hover {
	color: #fbb03b;
}

footer .ul3 {
	max-width: 334px;
}

footer .ul3 .list span,
footer .ul3 .list a {
	display: inline;
}

footer .ul3 .list span:nth-last-child(1),
footer .ul3 .list a:nth-last-child(1) {
	margin-left: 3px;
}

footer .links {
	display: flex;
	align-items: flex-start;
	gap: 0px 15px;
	font-size: 16px;
	line-height: 24px;
	color: #cdcdcd;
}

footer .links figure {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}

footer .links a {
	color: #cdcdcd;
}

footer .links a:hover {
	color: #fbb03b;
}

.footer_a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 65px 0px 66px;
	gap: 15px 5%;
}

.footer_a .logoBox {
	width: 60%;
	max-width: 166px;
	flex-shrink: 0;
}

.footer_a .logoBox a {
	display: block;
}

.footer_a .logoBox img {
	width: 100%;
}

.footer_a section {
	font-size: 16px;
	color: #fff;
	margin-top: 25px;
}

.footer_a section a {
	color: #fff;
}

.footer_a section a:hover {
	color: #fbb03b;
}

.footer_a .follow {
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_a .follow_box {
	margin-top: 34px;
}

.footer_a .ul2 {
	margin-left: 2.6%;
}

.footer_l {
	width: 24%;
	max-width: 292px;
}

.footer_r {
	flex: 1;
	padding-top: 2px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1010px;
	gap: 15px 5%;
}

.footer_b {
	position: relative;
	z-index: 1;
	padding: 19px 0px 17px;
	min-height: 60px;
}

.footer_b::before {
	content: "";
	background: #a71b1f;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}

.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
}

.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #333 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #c1282d;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 15px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

.m-formcountry .drop-list li.on {
	background-color: #e0e0e0;
}

.table table {
	width: 100%;
	border-collapse: collapse;
}

.table table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.table {
	overflow: auto;
}

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

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

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

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

.videoBox {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
}

.videoBox>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videoBox>div .guanbi {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
}

.videoBox>div .guanbi i {
	font-size: 40px;
	color: #ccc;
}

.videoBox video {
	width: 80%;
}

.videoBox iframe {
	width: 80%;
}

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999;
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	z-index: 1;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}
@media screen and (max-width: 1750px) {
	.index4_container .controls_box div{
		width: 52px;
	}
	.index4_container .controls_box div:nth-of-type(1){
		left: 0px;
		transform: translate(-50%,-50%);
	}
	.index4_container .controls_box div:nth-of-type(2){
		right: 0px;
		transform: translate(50%,-50%);
	}
	.tho5_container .sw_button div:nth-of-type(1){
		left: -15px;
	}
	.tho5_container .sw_button div:nth-of-type(2){
		right: -15px;
	}
}
@media screen and (max-width: 1680px) {
	header .logoBox {
		width: 110px;
	}

	header .center {
		margin-left: 40px;
	}

	header .menuOne {
		margin-right: 40px;
	}

	header .lang {
		margin-left: 40px;
	}

	header .lang .lang_box {
		min-width: 92px;
		min-height: 38px;
	}

	header .lang .lang_box .dq {
		margin-right: 2px;
	}

	header .icBox {
		gap: 6px 15px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 1480px) {
	.rightMenu .logo img {
		max-width: 55%;
	}

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

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

	header .follow {
		display: none;
	}

	header .logoBox {
		width: 92px;
	}

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

	header .menuOne>a {
		padding: 24px 0px;
	}

	header .menu1 a,
	header .menu2 a,
	header .menu3 a {
		font-size: 15px;
		line-height: 32px;
	}

	header .sousuo form input:nth-of-type(1) {
		height: 36px;
		font-size: 14px;
	}

	.padding_top {
		padding-top: 74px;
	}

	.index_banner .sw_button div {
		width: 38px;
	}

	.index_banner .swiperbanner-pagination {
		bottom: 25px;
	}

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

	.index1 .content {
		padding: 60px 0px;
	}

	.index1 .describe {
		margin: 15px auto 0px;
		font-size: 20px;
	}

	.index1 .links {
		font-size: 15px;
		line-height: 26px;
		margin-top: 30px;
	}

	.index2 {
		padding: 60px 0px;
	}

	.index2_list {
		margin-top: 30px;
		gap: 30px 2.8565%;
	}

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

	.index3 {
		padding-bottom: 60px;
	}

	.index3 .r_box {
		width: 60%;
		gap: 30px;
	}

	.index3_container {
		margin-top: 30px;
	}

	.index4 {
		padding: 80px 0px;
	}

	.index4 .text {
		font-size: 15px;
		width: 62%;
	}

	.index4_container {
		margin-top: 30px;
	}
	
	.index4_container .title{
		font-size: 24px;
		line-height: 32px;
		margin-top: 25px;
	}

	.index4_l {
		padding: 0px;
	}

	.index4_l .box::before {
		height: 60px;
	}

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

	.index4_l .buttonBox {
		margin-top: 30px;
	}

	.index4_title {
		font-size: 28px;
		line-height: 32px;
	}

	.index4_r {
		width: 66%;
	}

	.index4_box {
		width: 66%;
		margin-top: 30px;
	}

	.index4_box .swiperindex4-pagination .active {
		font-size: 24px;
	}

	.index4_box .sw_button {
		gap: 40px;
	}

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

	.index5_container {
		margin-top: 40px;
		gap: 15px 0px;
	}

	.index5_container .r_box {
		gap: 0px 4%;
	}

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

	.index5_container .describe {
		font-size: 15px;
		margin-top: 8px;
	}

	.index6 .describe {
		font-size: 15px;
		margin: 12px auto 0px;
	}

	.index6_list {
		margin-top: 30px;
	}

	.index7 {
		margin-top: 60px !important;
		padding: 60px 0px;
	}

	.index7_l .big_bt {
		margin-top: 12px;
	}

	.index7_l .describe {
		line-height: 30px;
		margin-top: 8px;
	}

	.index7_l .buttonBox {
		margin-top: 40px;
	}

	.index7_r form input {
		height: 48px;
	}

	.index7_r form input,
	.index7_r form textarea {
		padding: 0px 16px;
		font-size: 15px;
	}

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

	.buttonBox a {
		font-size: 16px !important;
		min-width: 170px !important;
		min-height: 48px !important;
	}

	.oo1 {
		/* padding: 50px 0px 60px; */
	}

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

	.oo2 {
		padding: 50px 0px 60px;
	}

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

	.ot_container {
		padding: 40px 0px 60px;
	}

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

	.ot1 .r_box .pic-btn {
		width: 10px;
	}

	.ot1_l h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.ot1_l .share_box {
		margin-top: 15px;
	}

	.ot1_l .describe {
		line-height: 30px;
		margin-top: 15px;
	}

	.ot1_l .button {
		margin-top: 30px;
	}

	.ot1_l .button a {
		min-width: 136px;
		min-height: 42px;
		padding: 4px 16px;
		line-height: 24px;
	}

	.ot_menu {
		margin-top: 30px;
	}

	.ot_menu figure {
		min-width: 180px;
		min-height: 42px;
		font-size: 15px;
	}

	.ot2 .describe1 {
		font-size: 15px;
		margin-top: 15px;
	}

	.ot2 .describe2 {
		line-height: 30px;
	}

	.ot2_1 {
		padding: 30px 0px 0px;
	}

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

	.ot2_2 {
		padding-top: 30px;
	}

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

	.ot2_2_list {
		margin: 15px auto 0px;
	}

	.ot2_3 {
		margin-top: 30px;
		padding-bottom: 20px;
	}

	.ot2_4 {
		padding-top: 30px;
	}

	.ot2_4_list {
		margin-top: 15px;
	}

	.ot2_5 {
		margin-top: 30px;
		padding-bottom: 20px;
	}

	.ot2_5_container {
		margin-top: 12px;
	}

	.ot2_6 {
		padding: 30px 0px 0px;
	}

	.ot2_6 .describe2 {
		margin-top: 12px;
	}

	.ot2_6_list {
		margin-top: 15px;
	}

	.ot2_7 {
		padding: 30px 0px 0px;
	}

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

	.ot2_8 {
		padding: 30px 0px 0px;
	}

	.ot2_9 {
		padding: 30px 0px 20px;
	}

	.ot2_9_list {
		margin-top: 20px;
		gap: 20px 0px;
	}

	.ot2_9_list .top {
		font-size: 18px;
		line-height: 26px;
	}

	.ot2_9_list .top p {
		margin-left: 20px;
	}

	.ot2_9_list .bottom {
		padding: 10px 35px 0px;
	}

	.to1 {
		padding: 40px 0px 60px;
	}

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

	.to1_menu {
		padding: 20px 16px;
		gap: 10px 0px;
	}

	.to1_list {
		gap: 30px 0px;
	}

	.to1_list .name {
		font-size: 18px;
		line-height: 26px;
		padding: 14px 10px 0px;
	}

	.thfu1 {
		padding: 40px 0px 60px;
	}

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

	.thfu1_menu figure {
		padding: 12px 16px;
	}

	.thfu1_list {
		gap: 30px 0px;
	}

	.thfu1_list .l_box {
		width: 28%;
	}

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

	.thfu1_list .buttonBox {
		margin-top: 30px;
	}

	.tt1 {
		padding: 50px 0px 40px;
	}

	.tt2 {
		padding-bottom: 60px;
	}

	.tt2 h1 {
		font-size: 24px;
		line-height: 32px;
	}

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

	.tt2 .describe em {
		font-size: 18px;
	}

	.page_change {
		margin-top: 20px !important;
		padding-top: 20px !important;
		line-height: 30px;
	}

	.index3_pub1 {
		margin-top: 40px !important;
	}

	.pub1 {
		padding: 60px 0px;
	}

	.pub1 .top {
		align-items: center;
	}

	.pub1 .sw_button {
		gap: 12px;
		margin-top: 0px;
	}

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

	.pub1 .title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 12px;
	}

	.menu_box1 form input:nth-of-type(1) {
		height: 38px;
		font-size: 14px;
		padding-left: 12px;
		padding-right: 30px;
	}

	.menu_box1 form input:nth-of-type(2) {
		right: 8px;
		font-size: 14px;
	}

	.menu_box2 {
		margin-top: 15px;
	}

	.menu_box2 .list1_box {
		font-size: 18px;
		line-height: 26px;
		padding: 5px 10px;
	}

	.menu_box2 .list2_box {
		padding: 0px 10px;
		font-size: 14px;
		line-height: 26px;
	}

	.menu_box2 .menu_list2>li {
		padding: 6px 0px;
	}

	.menu_box2 .menu_list3 {
		font-size: 14px;
		line-height: 28px;
		padding: 5px 20px;
	}

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

	.menu_box3 .describe {
		font-size: 14px;
		line-height: 24px;
	}

	.menu_box3 form input,
	.menu_box3 form textarea {
		font-size: 15px;
	}

	.menu_box3 form .yz::before {
		left: 8px;
	}

	.menu_box3 form .yz input,
	.menu_box3 form .yz textarea {
		padding-left: 18px;
	}

	.menu_box3 form input {
		height: 38px !important;
	}

	.menu_box3 form .yzm input {
		padding-right: 72px;
	}

	.menu_box3 form .yzm a,
	.menu_box3 form .yzm span {
		right: 8px;
		height: 20px;
	}

	.menu_box3 form .tijiao {
		margin-top: 0px;
	}

	.pub_menu {
		width: 24%;
	}

	.pub_menu .menu_all {
		font-size: 24px;
		line-height: 32px;
		padding: 8px 10px;
	}

	.oo2_r {
		width: 73%;
	}

	.oo2_list {
		gap: 30px 3.845%;
	}

	.oo2_list .title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 12px;
	}

	.oo2_list .button a {
		min-width: 112px;
		min-height: 36px;
		font-size: 14px;
	}

	.tho1 {
		padding: 50px 0px 60px;
	}

	.tho1 figure:nth-of-type(odd) .r_box {
		padding-top: 2%;
	}

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

	.tho1 .content {
		gap: 30px 0px;
	}

	.tho2_list {
		margin-top: 50px;
	}

	.tho2_list .title {
		font-size: 20px;
		line-height: 28px;
	}

	.tho2_list .box {
		padding: 0px 20px;
	}

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

	.tho2_list .number {
		font-size: 26px;
		line-height: 32px;
		gap: 16px;
		margin-top: 30px;
	}

	.tho3 {
		margin-top: 50px;
		padding: 60px 0px;
	}

	.tho3 .describe {
		margin: 12px auto 0px;
		font-size: 18px;
		line-height: 32px;
	}

	.tho4 {
		padding: 60px 0px;
	}

	.tho4_container {
		margin-top: 30px;
	}

	.tho4_container .title {
		font-size: 18px;
		line-height: 28px;
		margin-top: 15px !important;
	}

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

	.tho4_list {
		gap: 25px 3.8%;
	}

	.tho5 .describe {
		margin-top: 12px;
	}
	
	.tho5_container {
		margin-top: 30px;
	}

	.tho5_container {
		gap: 20px 1.904%;
	}

	.tht1 {
		padding: 50px 0px 80px;
	}

	.tht1_container {
		gap: 15px 0px;
	}

	.tht1_container .r_box {
		gap: 0px 4%;
	}

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

	.tht1_container .describe {
		font-size: 15px;
		margin-top: 8px;
	}

	.thth1 {
		padding: 50px 0px;
	}

	.thth1 h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.fuo1 {
		padding: 50px 0px 60px;
	}

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

	.fuo1_list {
		margin-top: 15px;
	}

	.fuo1_list .container {
		line-height: 34px;
	}

	.fuo1_list .logo {
		margin-top: 2px;
	}

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

	.fuo1_l .shemei {
		margin-top: 30px;
	}

	.fuo1_l .shemei_title {
		font-size: 24px;
		line-height: 32px;
	}

	.fuo1_r .big_bt {
		margin-top: 12px;
	}

	.fuo1_r .describe {
		line-height: 30px;
		margin-top: 8px;
	}

	.fuo1_r form input {
		height: 48px;
	}

	.fuo1_r form input,
	.fuo1_r form textarea {
		padding: 0px 16px;
		font-size: 15px;
	}

	.pub2 {
		padding: 60px 0px 20px;
	}

	.pub2 .title {
		font-size: 18px;
		line-height: 26px;
		padding: 14px 10px 0px;
	}

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

	.mbx {
		padding: 8px 0px;
	}

	.PageNumber {
		margin-top: 40px !important;
		gap: 8px 12px;
	}

	.PageNumber .page_box {
		gap: 8px;
	}

	.PageNumber a {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}

	.PageNumber .p_l {
		width: 56px;
	}

	.PageNumber .p_f {
		width: 82px;
	}

	.PageNumber input {
		font-size: 14px;
		line-height: 28px;
	}

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

	footer .icBox {
		margin-top: 10px;
	}

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

	footer .list {
		font-size: 15px;
		line-height: 32px;
		margin-top: 15px;
	}

	footer .links {
		font-size: 15px;
		gap: 0px 8px;
	}

	.footer_a {
		padding: 40px 0px;
	}

	.footer_a section {
		font-size: 15px;
		margin-top: 20px;
	}

	.footer_a .follow_box {
		margin-top: 25px;
	}

	.footer_a .follow {
		font-size: 16px;
	}

	.footer_a .ul2 {
		margin-left: 0px;
		min-width: 200px;
	}
}

@media screen and (max-width: 992px) {
	.tho5_container .sw_button div{
		position: relative !important;
		left: 0px !important;
		top: 0px !important;
		left: 0 !important;
		right: 0 !important;
		transform: none !important;
	}
	
	.tho5_container .sw_button{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		gap: 12px;
	}
	
	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

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

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

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

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

	.rightMenu .gotop {
		display: flex;
		margin-top: 0px;
	}

	html body {
		font-size: 14px;
		line-height: 24px;
	}

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

	header {
		padding: 5px 0px;
	}

	header .logoBox {
		width: 86px;
	}

	header .center {
		display: none;
	}

	header .sousuo {
		display: none;
	}

	header .head_boxr {
		padding-right: 50px;
	}

	header .lang .lang_box {
		min-width: 82px;
		min-height: 34px;
	}

	header .lang .lang_box span {
		font-size: 14px;
	}

	.padding_top {
		padding-top: 61.59px;
	}

	.index_banner .sw_button {
		display: none;
	}

	.index_banner .swiperbanner-pagination {
		bottom: 15px;
	}

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

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

	.index1 .describe {
		margin: 5px auto 0px;
		font-size: 16px;
        line-height: 26px;
        font-weight: normal;
	}

	.index1 .links {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}

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

	.index2_list {
		margin-top: 15px;
		gap: 15px 2%;
	}

	.index2_list li {
		width: 32%;
	}

	.index2_list .hide_box {
		padding: 12px 8%;
	}

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

	.index3 {
		padding-bottom: 40px;
	}

	.index3 .r_box {
		width: 100%;
		gap: 0px;
		text-align: center;
		padding-top: 0px;
	}

	.index3 .r_box::before {
		display: none;
	}

	.index3 .big_title {
		width: 100%;
		flex: none;
		text-align: center;
	}

	.index3_container {
		margin-top: 15px;
	}

	.index3_container .describe {
		padding-top: 6px;
	}

	.index3_l figure {
		gap: 20px;
		margin-top: 12px;
	}

	.index3_r {
		margin-top: 0px;
		margin-left: 6%;
	}

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

	.index4 .big_title {
		flex: none;
		width: 100%;
		margin-top: 0px;
		text-align: center;
	}
	
	.index4_container .title{
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}
	.index4_container .describe{
		margin-top: 8px;
	}
	.index4_container .buttonBox{
		margin-top: 20px;
	}
	
	.index4_container .controls_box {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-top: 15px;
	}
	
	.index4_container .controls_box div{
		width: 42px;
		position: relative;
		top: 0px !important;
		transform: none !important;
		left: 0px !important;
		right: 0px !important;
	}
	
	.index4_container .controls_box div img{
		width: 10px;
	}

	.index4 .text {
		width: 100%;
		font-size: 14px;
		text-align: center;
	}

	.index4_l .box::before {
		display: none;
	}

	.index4_l .index4_title {
		margin-top: 0px;
	}

	.index4_l .describe {
		margin-top: 6px;
		-webkit-line-clamp: 7;
	}

	.index4_l .buttonBox {
		margin-top: 20px;
	}

	.index4_container {
		margin-top: 20px;
	}

	.index4_box {
		margin-top: 15px;
	}

	.index4_box .sw_button {
		gap: 20px;
	}

	.index4_box .sw_button div {
		width: 66px;
	}

	.index4_box .swiperindex4-pagination .active {
		font-size: 20px;
	}

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

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

	.index5_container {
		margin-top: 20px;
		gap: 10px;
	}

	.index5_container figure {
		padding: 6px 0px;
		gap: 5px 15px;
	}

	.index5_container .r_box {
		width: 100%;
		align-items: flex-start;
	}

	.index5_container .time {
		flex: none;
		width: 100%;
	}

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

	.index5_container .describe {
		font-size: 14px;
		margin-top: 2px;
	}

	.index6 .describe {
		font-size: 14px;
		margin: 6px auto 0px;
	}

	.index6_list {
		margin-top: 20px;
	}

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

	.index7 {
		margin-top: 30px !important;
		padding: 30px 0px 40px;
	}

	.index7 .big_bt {
		margin-top: 6px;
	}

	.index7_l .describe {
		line-height: 24px;
		margin-top: 4px;
	}

	.index7_l .buttonBox {
		margin-top: 15px;
	}

	.index7_r form {
		gap: 12px 0px;
	}

	.index7_r form input {
		height: 40px;
	}

	.index7_r form input,
	.index7_r form textarea {
		font-size: 14px !important;
		padding: 0px 12px;
	}

	.index7_r form .yzm input {
		padding-right: 80px;
	}

	.index7_r form .yzm span {
		height: 22px;
	}

	.fuo_back::before {
		display: none;
	}

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

	.fuo1_l {
		width: 100%;
		padding-top: 0px;
	}

	.fuo1_l .title {
		font-size: 18px;
		line-height: 26px;
		margin-top: 2px;
	}

	.fuo1_l .shemei_title {
		font-size: 20px;
		line-height: 26px;
	}

	.fuo1_l .shemei {
		margin-top: 12px;
	}

	.fuo1_l .icBox {
		gap: 5px 12px;
		margin-top: 6px;
	}

	.fuo1_l .icBox a {
		width: 32px;
		height: 32px;
		border-radius: 6px;
	}

	.fuo1_list {
		margin-top: 6px;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.fuo1_list .container {
		line-height: 26px;
	}

	.fuo1_list .logo {
		margin-top: 0px;
	}

	.fuo1_r {
		width: 100%;
		margin-top: 30px;
	}

	.fuo1_r .title {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 2px;
	}

	.fuo1_r .describe {
		line-height: 24px;
		margin-top: 4px;
	}

	.fuo1_r form {
		margin-top: 15px;
		gap: 12px 0px;
	}

	.fuo1_r form input {
		height: 40px;
	}

	.fuo1_r form input,
	.fuo1_r form textarea {
		font-size: 14px !important;
		padding: 0px 12px;
	}

	.fuo1_r form .yzm input {
		padding-right: 80px;
	}

	.fuo1_r form .yzm span {
		height: 22px;
	}

	.fuo1_r .big_bt {
		margin-top: 4px;
	}

	.buttonBox a {
		min-width: 130px !important;
		min-height: 38px !important;
		font-size: 14px !important;
	}

	.PageNumber {
		margin-top: 30px !important;
	}

	.mbx {
		padding: 4px 0px;
	}

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

	.oo1 .big_title {
		text-align: center;
	}

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

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

	.oo2 .content {
		flex-direction: column-reverse;
		gap: 40px 0px;
	}

	.oo2_r {
		width: 100%;
	}

	.oo2_list .input_buttonBox {
		gap: 8px 15px;
		margin-top: 8px;
	}

	.ot_container {
		padding: 25px 0px 40px;
	}

	.ot_container .content {
		flex-direction: column-reverse;
		gap: 40px 0px;
	}

	.ot1_l h1 {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 8px;
	}

	.ot1_l .describe {
		line-height: 24px;
		margin-top: 10px;
	}

	.ot1_l .button {
		margin-top: 15px;
		gap: 6px;
	}

	.ot1_l .button a {
		min-width: 120px;
		min-height: 40px;
		font-size: 14px;
	}

	.ot_r {
		width: 100%;
	}

	.ot_menu figure {
		min-width: 166px;
		min-height: 38px;
		font-size: 14px;
		line-height: 24px;
	}

	.ot2 .describe {
		margin-top: 5px !important;
	}

	.ot2 .describe1 {
		margin-top: 5px;
	}

	.ot2 .describe2 {
		line-height: 26px;
		margin-top: 5px !important;
	}

	.ot2_1,
	.ot2_2 {
		padding-top: 20px !important;
	}

	.ot2_3 {
		margin-top: 20px;
		padding-bottom: 0px;
	}

	.ot2_4 {
		padding-top: 20px;
	}

	.ot2_4_list {
		margin-top: 8px;
	}

	.ot2_5 {
		margin-top: 20px;
		padding-bottom: 0px;
	}

	.ot2_5_container {
		margin-top: 8px;
	}

	.ot2_6 {
		padding: 20px 0px 0px;
	}

	.ot2_6_list {
		gap: 15px 2%;
	}

	.ot2_6_list li {
		width: 32%;
	}

	.ot2_7 {
		padding: 20px 0px 0px;
	}

	.ot2_7_video {
		margin-top: 12px;
	}

	.ot2_8 {
		padding-top: 20px;
	}

	.ot2_9 {
		padding: 20px 0px 0px;
	}

	.ot2_9_list {
		margin-top: 15px;
		gap: 12px 0px;
	}

	.ot2_9_list .top {
		padding: 12px 15px;
		font-size: 16px;
		line-height: 24px;
	}

	.ot2_9_list .top p {
		margin-left: 0px;
	}

	.ot2_9_list .show img {
		width: 15px;
	}

	.ot2_9_list .bottom {
		padding: 8px 15px 0px;
	}

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

	.to1 .content {
		gap: 40px 0px;
		flex-direction: column-reverse;
	}

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

	.thfu1 .content {
		gap: 40px 0px;
		flex-direction: column-reverse;
	}

	.to1_r {
		width: 100%;
	}

	.thfu1_r {
		width: 100%;
	}

	.to1_list {
		gap: 15px 0px;
	}

	.to1_list .name {
		font-size: 16px;
		line-height: 24px;
		padding: 8px 4px 0px;
	}

	.thfu1_list {
		gap: 20px 0px;
	}

	.thfu1_list li {
		gap: 20px;
	}

	.thfu1_list .l_box {
		width: 20%;
	}

	.thfu1_list .describe {
		margin-top: 4px;
		font-size: 14px;
	}

	.thfu1_list .buttonBox {
		margin-top: 15px;
	}

	.thfu1_list .buttonBox a {
		gap: 12px;
	}

	.thfu1_list .buttonBox img {
		width: 18px;
	}

	.to1_menu {
		width: 100%;
		max-width: 100%;
		gap: 2px 0px;
		padding: 12px 20px;
	}

	.thfu1_menu {
		width: 100%;
		max-width: 100%;
	}

	.thfu1_menu figure {
		padding: 8px 15px;
	}

	.tt1 {
		padding: 30px 0px;
	}

	.tt2 {
		padding-bottom: 40px;
	}

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

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

	.tt2 .describe em {
		font-size: 16px;
	}

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

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

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

	.tho1 .describe {
		margin-top: 2px !important;
	}

	.tho2 {
		padding: 0px;
	}

	.tho2 .big_title {
		color: #111;
		padding-bottom: 8px;
	}

	.tho2_list {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.tho2_list li {
		width: 33.333%;
		position: relative;
	}

	.tho2_list .imgBox {
		opacity: 1;
	}

	.tho2_list .box {
		padding: 30px 20px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.tho2_list .box::before {
		display: none;
	}

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

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

	.tho2_list .number {
		font-size: 22px;
		line-height: 30px;
		margin-top: 16px;
	}

	.tho2_list .number::before {
		display: none;
	}

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

	.tho3 .describe {
		margin: 4px auto 0px;
		font-size: 15px;
		line-height: 26px;
	}

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

	.tho4 .big_title {
		text-align: center;
	}

	.tho4_container {
		margin-top: 16px;
	}

	.tho4_container .title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 8px !important;
	}

	.tho4_list {
		gap: 18px 2%;
	}

	.tho4_list li {
		width: 49%;
	}

	.tho5 {
		padding-bottom: 10px;
	}

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

	.tho5_container {
		margin-top: 20px;
	}

	.tht1 {
		padding: 25px 0px 40px;
	}

	.tht1_container {
		gap: 10px;
	}

	.tht1_container figure {
		padding: 6px 0px;
		gap: 5px 15px;
	}

	.tht1_container .r_box {
		width: 100%;
		align-items: flex-start;
	}

	.tht1_container .time {
		flex: none;
		width: 100%;
	}

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

	.tht1_container .describe {
		font-size: 14px;
		margin-top: 2px;
	}

	.thth1 {
		padding: 25px 0px 40px;
	}

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

	.thth1 .time_share {
		margin-top: 8px;
	}

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

	.page_change {
		margin-top: 12px !important;
		padding-top: 12px !important;
		line-height: 26px;
	}

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

	.pub1 .sw_box {
		margin-top: 15px;
	}

	.pub1 .sw_button div {
		width: 36px;
		height: 36px;
	}

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

	.pub2 .sw_box {
		margin-top: 15px;
	}

	.pub2 .sw_button div {
		width: 36px;
		height: 36px;
	}

	.pub2 .title {
		font-size: 16px;
		line-height: 24px;
		padding: 8px 4px 0px;
	}

	.index3_pub1 {
		margin-top: 30px !important;
	}

	.pub_menu {
		width: 100%;
		max-width: 100%;
	}

	.pub_menu .menu_all {
		font-size: 18px;
		line-height: 26px;
	}

	.pub_menu .menu_all .down {
		display: block;
		filter: brightness(0) invert(1);
	}

	.menu_box2 {
		margin-top: 10px;
	}

	.menu_box2 .list1_box {
		font-size: 16px;
		line-height: 26px;
	}

	.menu_box2 .menu_list1 {
		display: none;
		margin-top: 12px;
	}

	.menu_box2 .menu_list1>li {
		margin-top: 8px;
	}

	.menu_box2 .menu_list2 {
		padding: 2px 0px;
	}

	.menu_box2 .menu_all {
		display: flex;
	}

	.menu_box3 {
		margin-top: 10px;
	}

	.footer_l {
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer_a {
		flex-wrap: wrap;
		padding: 20px 0px;
	}

	.footer_a .logoBox {
		max-width: 108px;
	}

	.footer_a section {
		margin-top: 12px;
		text-align: center;
	}

	.footer_a .follow_box {
		margin-top: 10px;
		text-align: center;
	}

	.footer_a .icBox {
		gap: 6px 15px;
	}

	.footer_a .icBox .iconfont {
		font-size: 18px;
	}

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

	footer .list {
		line-height: 26px;
		margin-top: 2px;
	}

	.footer_r {
		flex-wrap: wrap;
		flex: none;
		width: 100%;
		gap: 6px 5%;
	}

	.footer_r .ul1,
	.footer_r .ul2,
	.footer_r .ul3 {
		width: 100%;
		max-width: none;
	}

	.footer_r .dif_up {
		display: block;
	}

	.footer_b {
		padding: 8px 0px 40px;
	}
}

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

	.rightMenu .hide_box {
		right: auto;
		transform: none;
		left: 0px;
	}

	.index2_list li {
		width: 49%;
	}

	.index4_l {
		flex: none;
		width: 100%;
	}

	.index4_l .buttonBox {
		margin-top: 15px;
	}

	.index4_r {
		width: 100%;
		margin-top: 20px;
	}

	.index4_box {
		width: 100%;
	}

	.index5 .top {
		align-items: center;
		justify-content: center;
	}

	.index5 .big_title {
		flex: none;
		margin-top: 0px;
		width: 100%;
		text-align: center;
	}

	.index5_container .time {
		text-align: center;
	}

	.index7_l {
		width: 100%;
	}

	.index7_r {
		width: 100%;
		margin-top: 12px;
	}

	.ot1 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.ot1 .r_box {
		width: 100%;
		float: none;
		margin: 0px !important;
	}

	.ot1_l {
		width: 100%;
		padding-top: 20px;
	}

	.ot2 {
		padding: 0px 20px 30px;
	}

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

	.pub1 .top,
	.pub2 .top {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.tho2_list li {
		width: 50%;
	}

	.tht1_container .time {
		text-align: center;
	}

	.thfu1_list .l_box {
		width: 26%;
		max-width: 140px;
	}
}

@media screen and (max-width: 600px) {
	.index3_r {
		float: none;
		width: 100%;
		margin: 0px !important;
	}

	.index3_l {
		width: 100%;
		margin-top: 20px;
	}

	.oo2_list {
		gap: 20px 2%;
	}

	.oo2_list li {
		width: 49%;
	}

	.tho1 .l_box {
		width: 100%;
		float: none !important;
		margin: 0px !important;
	}

	.tho1 .r_box {
		padding-top: 15px !important;
	}

	.tho4_container {
		gap: 20px 0px;
	}

	.tho4_container .l_box {
		width: 100%;
	}

	.tho4_list {
		width: 100%;
	}
	
	.tho5_container .swiper-slide{
		gap: 20px 2%;
	}
	.tho5_container figure{
		width: 49%;
	}
}

@media screen and (max-width: 480px) {
	header .head_boxr {
		padding-right: 38px;
	}

	.index4_box {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		gap: 5px;
	}

	.index4_box .sw_button {
		margin-top: 0px;
	}

	.index5_container {
		text-align: center;
	}

	.index5_container .box {
		flex: none;
		width: 100%;
		padding-top: 0px;
	}

	.index5_container .imgBox {
		width: 100%;
	}

	.index5_container .r_box {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}

	.index5_container figure {
		padding: 0px;
	}

	.index6_list .r_box {
		width: 100%;
	}

	.index6_list .l_box {
		width: 100%;
	}

	.to1_list li {
		width: 100%;
	}

	.tho2_list li {
		width: 100%;
	}

	.tho5_container figure {
		width: 49%;
	}

	.tht1_container {
		text-align: center;
	}

	.tht1_container .box {
		flex: none;
		width: 100%;
		padding-top: 0px;
	}

	.tht1_container .imgBox {
		width: 100%;
	}

	.tht1_container .r_box {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}

	.tht1_container figure {
		padding: 0px;
	}

	.thfu1_list {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.thfu1_list .name {
		font-size: 16px;
		line-height: 24px;
	}

	.thfu1_list li {
		width: 48%;
		gap: 15px;
		flex-wrap: wrap;
	}

	.thfu1_list .l_box {
		width: 100%;
		max-width: 216px;
	}

	.thfu1_list .r_box {
		flex: none;
		width: 100%;
	}

	.thfu1_list .buttonBox a {
		gap: 6px;
		padding: 4px 10px;
	}
}

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

	.index7_r form .int1 {
		width: 100%;
	}

	.fuo1_r form .int1 {
		width: 100%;
	}

	.oo2_list {
		width: 100%;
		max-width: 320px;
		margin: 0px auto;
	}

	.oo2_list li {
		width: 100%;
	}
}

@font-face {
	font-family: "Poppins-Regular";
	src: url("../fonts/Poppins-Regular.eot");
	src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins.eot");
	src: url("../fonts/Poppins.eot") format("embedded-opentype"), url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins.ttf") format("truetype"), url("../fonts/Poppins.svg#Poppins") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "Poppins-Light";
	src: url("../fonts/Poppins-Light.eot");
	src: url("../fonts/Poppins-Light.eot") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
	font-display: swap;
}

@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("../fonts/iconfont.woff?t=1742288404833") format("woff"), url("../fonts/iconfont.ttf?t=1742288404833") format("truetype");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-changyonglogo27:before {
	content: "\e714";
}

.icon-diqiu:before {
	content: "\e60a";
}

.icon-dianhua:before {
	content: "\e62f";
}

.icon-weixin:before {
	content: "\e64f";
}

.icon-facebook1:before {
	content: "\e621";
}

.icon-xiangxia2:before {
	content: "\e63d";
}

.icon-douyin1:before {
	content: "\e8db";
}

.icon-linkedin1:before {
	content: "\e625";
}

.icon-pinterest1:before {
	content: "\e61e";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-instagram2:before {
	content: "\e73a";
}

.icon-youtube1:before {
	content: "\e614";
}

.icon-youjiantou:before {
	content: "\e73d";
}

.icon-youjiantou-copy:before {
	content: "\eb8f";
}

.icon-tabzuoyouqiehuan:before {
	content: "\e668";
}

.icon-tabzuoyouqiehuan-copy:before {
	content: "\eb90";
}

.icon-pinterest2:before {
	content: "\e82e";
}

.icon-xiangxiaxialakuang:before {
	content: "\e657";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-youxiang-32:before {
	content: "\e605";
}

.icon-trun-north:before {
	content: "\e615";
}

.icon-guanbi:before {
	content: "\e601";
}

.icon-home:before {
	content: "\e624";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.listcart {
	margin-top: 90px;
}

.listcart a.l {
	float: left;
}

.listcart a.r {
	float: right;
}

.listcart a {
	background: #c1282d;
	display: inline-block;
	height: 34px;
	width: 200px;
	line-height: 34px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	border: 1px solid #c1282d;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left: 10px;
}

.listcart a:hover {
	border: #c1282d solid 1px;
	background: #c1282d;
	color: #fff !important;
}

@media screen and (max-width:999px) {
	.listcart a {
		margin-left: 2.5%;
		margin-right: 2.5%;
		padding-left: 0px;
		padding-right: 0px;
		float: none;
	}

	.listcart {
		width: 100%;
		margin-top: 50px;
	}
}

@media screen and (max-width:472px) {
	.listcart a {
		width: 95% !important;
		float: none;
		overflow: hidden;
		margin-bottom: 1rem;
		margin-top: 1rem
	}
}
.index8{
	margin:30px 0; 
}