@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::-webkit-scrollbar {
	/* width: 0px; */
}

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

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

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

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

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

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

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

html body span {
	display: inline-block;
}

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

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

html body li {
	list-style: none;
}

.rightMenu {
	z-index: 4;
	display: none;
	flex-direction: column;
	position: fixed;
	right: 0px;
	transform: translateY(-50%);
	top: 50%;
	background-color: #ff6c0e;
	border-radius: 20px 0px 0px 20px;
	padding: 5px 10px;
}

.rightMenu>* {
	flex-direction: column;
	border-bottom: 2px solid #fff;
	width: 50px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.rightMenu>*:hover .logo+* {
	color: #ff6c0e;
}

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

.rightMenu .logo {
	width: 40px;
}

.rightMenu .logo img {
	width: 100%;
}

.rightMenu>*:nth-last-child(1) {
	border-bottom: none;
}

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

.rightMenu .img_box{
	background: #ff6c0e;
	padding: 8.5px;
	border-radius: 5px;
	position: relative;
}

.rightMenu .hide_box::before{
	width: 5px;
	height: 11px;
	background: url('../img/sanjiao.png') no-repeat center;
	background-size: cover;
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.rightMenu .hide_box>p {
	background: #ff6c0e;
	white-space: nowrap;
	padding: 5px 10px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 5px;
	font-family: MontserratRegular;
	font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.topnav ul {
	display: none;
}

ul.topnav ul li {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		margin-left: 0;
	}
}

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

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

	100% {
		margin-left: 0;
	}
}

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

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

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

	50% {
		margin-left: 30px;
	}

	100% {
		margin-left: 0;
	}
}

@-webkit-keyframes bounce {

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

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

@keyframes bounce {

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

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

.imgBox {
	width: 100%;
}

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

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

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

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

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

.header {
	background-color: rgba(0, 0, 0, 0.6);
}

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

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

header::before {
	content: "";
	position: absolute;
	height: 6px;
	width: 100%;
	background: #ff6c0e;
	left: 0;
	bottom: 0;
}

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

header .center {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

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

header .logoBox a {
	display: block;
}

header .logoBox img {
	width: 100%;
}

header .logoText {
	font-family: MontserratRegular;
	line-height: 21px;
	color: #ff6c0e;
	margin-bottom: 5px;
}

header .ht_l {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 10px 32px;
}

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

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

header .menuOne {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 24px;
	color: #252525;
	margin-right: 40px;
	position: relative;
}

header .menuOne>a {
	color: #252525;
	position: relative;
}

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

header .menuOne .active>a {
	color: #fff;
	background: #ff772d;
}

header .menuOne .menuactive>a {
	color: #fff;
	background: #ff772d;
}

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

header .sousuo {
	position: relative;
	margin-left: 11px;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

header .sousuo form {
	display: flex;
	overflow: hidden;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
	width: 100%;
}

header .sousuo form input {
	height: 40px;
}

header .sousuo form input:nth-of-type(1) {
	width: 100%;
	line-height: 33px;
	font-family: MontserratMedium;
	font-size: 18px;
	max-width: 280px;
	color: #999;
	background: none;
	border: 1px solid #b5b5b5;
	padding: 5px 10px;
}

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

header .sousuo form input:nth-of-type(2) {
	background: #ff6c0e;
	line-height: 25px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	padding: 0px 10.5px;
	border: 1px solid #ff6c0e;
}

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

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

header .ul div {
	background: #fff;
	max-height: 70vh;
	overflow: auto;
}

header .ul div::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .lang .lang_box span {
	font-family: MontserratRegular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #888;
	margin-right: 6px;
}

header .lang>ul {
	display: none;
	position: absolute;
	width: 100px;
	background-color: #fff;
	top: 105%;
	right: 0px;
	border: 1px solid #ff6c0e;
	border-radius: 5px;
	z-index: 1;
}

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

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

header .link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 19px;
	position: relative;
	z-index: 1;
	margin-left: 29px;
}

header .link .link_box {
	display: block;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
	position: relative;
}

header .link .link_box .hide_box{
	position: absolute;
	left: 0;
	top: calc(100% + 5px);
	padding-top: 5px;
	display: none;
}
/*header .link .link_box img{width:120px; height:120px}*/

header .link .link_box .hide_box::before{
	position: absolute;
	top: 0;
	left: 10px;
	content: '';
	width: 11px;
	height: 5px;
	background: url('../img/sanjiao1.png') no-repeat center;
	background-size: cover;
}

@media screen and (min-width: 993px) {
	header .link .link_box:hover .hide_box{
		display: block;
	}
}

header .link .hide_box .img_box{
	padding: 4px;
	border-radius: 5px;
	background: #ff6c0e;
} 

header .link .hide_box p{
	border-radius: 5px;
	height: 30px;
	font-family: MontserratRegular;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
	background: #ff6c0e;
	color: #fff;
	width: 200px;
}


header .link .link_box:hover>img {
	filter: brightness(1);
	opacity: 1;
}

header .link .link_box>img {
	max-width: 100%;
	max-height: 100%;
	filter: brightness(0);
	opacity: 0.45;
}

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

header .down {
	transition: 0s;
	font-size: 14px;
	color: #ff6c0e;
	display: flex;
	align-items: center;
	border: 2px solid #ff6c0e;
	border-radius: 15px;
	gap: 5px;
	padding: 3px 8px;
}

header .down img {
	width: 20px;
	transition: 0s;
}

header .down:hover {
	background: #ff6c0e;
	color: #fff;
}

header .down:hover img {
	filter: brightness(0) invert(1);
	opacity: 1;
}

header .head_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

header .head_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 30px;
	margin-top: 10px;
}

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

.buttonBox a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f2f2f2;
	color: #252525;
	min-height: 42px;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}

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

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

.clear {
	clear: both;
}

.bannerBox img {
	width: 100%;
}

.padding_top {
	padding-top: 134px;
}

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

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

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

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

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

.index_banner .swiperbanner-pagination {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	bottom: 10px;
}

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

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

.big_title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 31px;
	color: #252525;
}

.big_title a {
	color: #252525;
}

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

.index1 {
	padding-top: 19px;
	padding-bottom: 39px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

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

.link_pub a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #252525;
	line-height: 18px;
}

.link_pub a:hover {
	color: #ff6c0e;
}

.title_box {
	background: #f2f2f2;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 20px;
	padding: 13px 21px 9px;
}

.title_box::before {
	content: "";
	width: 100%;
	height: 4px;
	background: #ff6c0e;
	position: absolute;
	left: 0;
	top: 0;
}

.index1_r {
	flex: 1;
	margin-left: 17px;
}

.index1_r .box1 {
	border: 1px solid #b5b5b5;
	padding: 30px 24px 24px;
	overflow: hidden;
	background: url("../img/index1_back.png") no-repeat right;
	background-size: auto 100%;
}

.index1_r .video_box {
	width: 45.405%;
	float: left;
	margin-right: 3.9%;
	position: relative;
}

.index1_r .video_box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.index1_r .video_box video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
	z-index: 1;
}

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

.index1_r .bt {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 30px;
	color: #ff6c0e;
}

.index1_r .describe {
	font-family: MontserratRegular;
	line-height: 24px;
	color: #252525;
	margin-top: 10px;
}

.index1_r .link {
	display: flex;
	justify-content: flex-end;
}

.index1_r .link a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #252525;
	line-height: 18px;
}

.index1_r .link a:hover {
	color: #ff6c0e;
}

.index1_r .box2 {
	padding: 29px 0px 0px;
}

.index1_r .box2_container {
	margin-top: 20px;
}

.index1_r .box2_container .link_pub {
	justify-content: center;
	margin-top: 26px;
}

.index1_r .box2_container li {
	width: 23.766%;
}

.index1_r .box2_container .imgBox {
	border: 1px solid #b5b5b5;
}

.index1_r .list {
	display: flex;
	flex-wrap: wrap;
	gap: 29px 1.6453%;
}

.index1_r .name {
	line-height: 21px;
	color: #252525;
	text-align: center;
	margin-top: 9px;
}

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

.index1_r .name a:hover {
	color: #ff6c0e;
}

.index2 .describe {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}

.index2 .swiper-slide {
	overflow: hidden;
}

.index2 .l_box {
	width: 37.143%;
	float: left;
	margin-right: 5.7%;
}

.index2 .l_box img {
	object-fit: cover;
}

.index2 .describe1 {
	color: #fff;
	line-height: 20px;
	margin-top: 58px;
}

.index2 .sw_box {
	position: relative;
	background: #007cba;
}

.index2 .swiperindex2-pagination {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	bottom: 30px;
	width: auto;
	left: auto;
	right: 30px;
}

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

.index2 .swiper-pagination-bullet-active {
	background: #ff6c0e;
}

.index2 .r_box {
	padding: 90px 5% 40px 5.7%;
}

.index3 {
	padding-top: 40px;
}

.index3 .imgBox {
	border: 1px solid #b5b5b5;
}

.index3 li {
	width: 19.429%;
}

.index3 .container {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 19px 0.71375%;
}

.index3 .name {
	color: #252525;
	text-align: center;
	padding: 0px 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

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

.index3 .name a:hover {
	color: #ff6c0e;
}

.index4 {
	padding-top: 39px;
}

.index4 .imgBox {
	border: 1px solid #b5b5b5;
}

.index4 li {
	width: 19.429%;
}

.index4 .container {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 19px 0.71375%;
}

.index4 .name {
	color: #252525;
	text-align: center;
	padding: 0px 10px;
	margin-top: 10px;
	line-height: 20px;
}

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

.index4 .name a:hover {
	color: #ff6c0e;
}

.index5 {
	padding-top: 38px;
}

.index5 .describe {
	font-family: MontserratRegular;
	color: #252525;
	line-height: 24px;
}

.index5 .container {
	padding-top: 18px;
	overflow: hidden;
}

.index5 .l_box {
	width: 42.858%;
	margin-top: 2px;
	float: left;
	margin-right: 2.842%;
	margin-bottom: 5px;
}

.index5 .r_box {
	padding-right: 2.85%;
}

.index5 .logo {
	width: 50px;
}

.index5 .logo img {
	width: 100%;
}

.index5 .text {
	flex: 1;
	line-height: 24px;
	margin-left: 20px;
}

.index5 .list {
	font-family: MontserratRegular;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 17px;
}

.index5 li {
	padding: 12px 21px 11px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #f2f2f2;
}

.index6 {
	padding-top: 35px;
}

.index6 .container {
	padding-top: 20px;
	overflow: hidden;
}

.index6 .bt {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #ff6c0e;
}

.index6 .describe {
	font-family: MontserratRegular;
	color: #252525;
	line-height: 24px;
	margin-top: 17px;
}

.index6 .r_box {
	width: 28.572%;
	float: right;
	margin-left: 2.828%;
}

.index6 .list {
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 20px;
	margin-top: 19px;
}

.index6 li {
	color: #252525;
	line-height: 19px;
	text-transform: uppercase;
}

.index6 .box2 {
	margin-top: 38px;
}

.index7 {
	padding-top: 40px;
	padding-bottom: 57px;
}

.index7 .bt {
	font-size: 20px;
	line-height: 24px;
	color: #ff6c0e;
}

.index7 .bt a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #ff6c0e;
}

.index7 .bt a:hover {
	color: #252525;
}

.index7 .container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 7.142%;
	margin-top: 20px;
}

.index7 li {
	width: 28.572%;
}

.index7 .describe {
	font-family: MontserratRegular;
	line-height: 24px;
	margin-top: 8px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index7 .box {
	padding-top: 20px;
}

.index7 .time {
	color: #888;
	margin-top: 6px;
}

.mbx {
	font-family: MontserratRegular;
	color: #b5b5b5;
	padding-top: 20px;
}

.mbx a {
	color: #b5b5b5;
	display: inline;
	vertical-align: middle;
}

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

.mbx .active {
	color: #ff6c0e;
}

.pub_title {
	font-family: MontserratSemiBold;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 64px;
	color: #252525;
}

.pub_title1 {
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 50px;
	color: #000;
}

.title_box1 {
	position: relative;
	padding-left: 30px;
}

.title_box1::before {
	content: "";
	width: 10px;
	height: calc(100% - 10px);
	background: #ff6c0e;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.to1 {
	padding: 35px 0px 0px;
	position: relative;
}

.to1 .img_back {
	position: absolute;
	width: 40%;
	right: 0;
	top: -4px;
	z-index: -1;
	max-width: 357px;
}

.to1 .title_box1 {
	width: 100%;
	max-width: 900px;
	margin-top: 47px;
}

.to1 .big_title {
	font-family: MontserratRegular;
	color: #000;
	width: 100%;
	max-width: 1060px;
	margin-top: 20px;
}

.to1 .box {
	border-radius: 50px;
	overflow: hidden;
	margin-top: 39px;
}

.to1 .big_num {
	font-family: MontserratSemiBold;
	font-size: 66px;
	line-height: 66px;
	color: #ff6c0e;
	display: inline;
	vertical-align: bottom;
}

.to1 .big_num .j-hdata1::before{
	content: attr(title);
	height: 0px;
	visibility: hidden;
	display: block;
}

.to1 .big_num+p {
	vertical-align: bottom;
	display: inline;
	font-size: 24px;
	line-height: 38px;
	color: #252525;
}

.to1 .num_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	max-width: 1292px;
	margin-top: 78px;
}

.to2 {
	padding: 33px 0px 39px;
}

.to2 .box1 {
	overflow: hidden;
}

.to2 .r_box {
	width: 53.858%;
	float: right;
	margin-bottom: 5px;
}

.to2 .describe {
	font-family: MontserratRegular;
	color: #000;
	font-size: 24px;
	line-height: 30px;
}

.to2 .l_box {
	margin-top: 3.95%;
}

.to2 .box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}

.to2 .l_img {
	width: 69.286%;
}

.to2 .r_img {
	width: 30%;
}

.to2 .describe1 {
	font-family: MontserratRegular;
	color: #000;
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
}

.to3 {
	background: #f2f2f2;
	padding: 60px 0px 61px;
}

.to3 li {
	width: 24.286%;
	background: #fff;
	padding: 40px 20px 39px;
}

.to3 .container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0.952%;
	margin-top: 42px;
}

.to3 .logo {
	width: 70px;
}

.to3 .logo img {
	width: 100%;
}

.to3 .title {
	font-size: 32px;
	line-height: 32px;
	color: #000;
	margin-top: 24px;
}

.to3 .describe {
	font-family: MontserratRegular;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-top: 43px;
}

.to4 {
	padding: 60px 0px 0px;
}

.to4 .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 42px;
}

.to4 li {
	width: 20%;
	border: 1px solid #888;
	border-left: none;
}

.to4 li:nth-of-type(5n + 1) {
	border-left: 1px solid #888;
}

.to4 li:nth-of-type(n + 6) {
	border-top: none;
}

.to5 {
	padding: 81px 0px 40px;
}

.to5 .list {
	margin-top: 19px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0.713%;
}

.to5 .describe {
	font-family: MontserratRegular;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-top: 41px;
}

.to5 .year {
	font-family: MontserratRegular;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 28px;
	color: #ff6c0e;
	margin-top: 11px;
}

.to5 .name {
	font-family: MontserratRegular;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28px;
	color: #000000;
	margin-top: 11px;
}

.to5 .text {
	font-family: MontserratRegular;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 21px;
	color: #707070;
	margin-top: 11px;
}

.to5 li {
	width: 32.858%;
}

.pub_menu {
	width: 289px;
	border: 1px solid #b5b5b5;
}

.pub_menu .menu_one {
	color: #888;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	line-height: 42px;
}

.pub_menu .menu_one span {
	display: block;
	flex: 1;
	text-align: center;
	width: 50%;
	background: #f2f2f2;
	cursor: pointer;
	position: relative;
}

.pub_menu .menu_one span::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 4px;
	left: 0;
	top: 0;
	background: #ff6c0e;
	transition: 0.3s;
}

.pub_menu .menu_one span:hover {
	background: #fff;
	color: #252525;
}

.pub_menu .menu_one span:hover::before {
	width: 100%;
}

.pub_menu .menu_one span.active {
	background: #fff;
	color: #252525;
}

.pub_menu .menu_one span.active::before {
	width: 100%;
}

.menu_container {
	line-height: 16px;
	color: #252525;
	padding: 11px 0px 0px;
}

.menu_container ul {
	display: flex;
	flex-direction: column;
}

.menu_container .menu_two {
	transition: 0.3s;
	position: relative;
	padding: 6.5px 20px 6.5px 35px;
}

.menu_container .menu_two img {
	position: absolute;
	left: 16px;
	top: 7px;
	cursor: pointer;
	z-index: 1;
}

.menu_container .menu_two.active {
	background: #ff6c0e;
}

.menu_container .menu_two.active a {
	color: #fff;
}

.menu_container .menu_two.active img {
	transform: rotate(90deg);
	filter: brightness(0) invert(1);
}

.menu_container .menu_three {
	display: none;
	padding-left: 45px;
}

.menu_container .menu_three li {
	padding: 6.5px 0px;
}

.menu_container a {
	color: #252525;
}

.menu_container a:hover {
	color: #ff6c0e;
}

.tho1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 36px 0px 40px;
}

.tho1 .pub_menu {
	margin-top: 1px;
}

.tho_container {
	flex: 1;
	margin-left: 17px;
}

.tho_container .top_title {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #252525;
}

.tho_container .show {
	-webkit-line-clamp: initial !important;
}

.tho_container .top_text {
	line-height: 24px;
	color: #252525;
	font-family: MontserratLight;
	margin-top: 6px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.tho_container .read {
	display: flex;
	justify-content: center;
	margin-top: 6px;
}

.tho_container .read span {
	display: none;
	align-items: center;
	gap: 5px;
	color: #252525;
	cursor: pointer;
}

.tho_container .read span:hover {
	color: #ff6c0e;
}

.tho_container .container {
	margin-top: 18px;
}

.form1_container {
	margin-top: 25px;
}

.form1_container figure {
	border: 1px solid #f2f2f2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 35px;
	border-top: none;
}

.form1_container figure:nth-of-type(1) {
	border-top: 1px solid #f2f2f2;
}

.form1_container .l_box {
	width: 31.679%;
}

.form1_container .box {
	flex: 1;
	margin-left: 50px;
	display: flex;
	flex-wrap: wrap;
}

.form1_container .r_box {
	flex: 1;
	margin-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	padding: 19px 0px 20px;
}

.form1_container input {
	width: 25px;
	height: 26px;
	cursor: pointer;
}

.form1_container .imgBox {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.form1_container .bt {
	font-size: 18px;
	line-height: 24px;
	color: #ff6c0e;
}

.form1_container .title {
	color: #252525;
	margin-top: 8px;
}

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

.form1_container .title a:hover {
	color: #ff6c0e;
}

.form1_container .describe {
	font-family: MontserratLight;
	line-height: 24px;
	color: #252525;
	margin-top: 7px;
}

.form1_container .buttonBox {
	flex-wrap: wrap;
	gap: 10px 15px;
}

.tho_menu {
	background: #f2f2f2;
	display: flex;
	justify-content: space-between;
	gap: 10px 30px;
	flex-wrap: wrap;
	align-items: center;
	padding: 13px 20px 7px;
	position: relative;
}

.tho_menu::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #ff6c0e;
}

.tho_menu .menu_l div {
	color: #252525;
	display: flex;
	align-items: center;
	gap: 8px;
}

.tho_menu .menu_l a:hover {
	color: #ff6c0e;
}

.tho_menu .menu_r {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 35px;
}

.tho_menu .add_all {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	color: #252525;
}

.tho_menu .add_all input {
	font-family: MontserratMedium;
	width: auto !important;
	height: auto !important;
	text-decoration: underline;
	transition: 0s;
	color: #252525;
	font-size: 16px;
}

.tho_menu .add_all:hover input {
	color: #ff6c0e;
}

.tho_menu .link_list a {
	display: flex;
	align-items: center;
	text-decoration: underline;
	color: #252525;
	gap: 8px;
}

.tho_menu .link_list a:hover {
	color: #ff6c0e;
}

.thomenu_bottom {
	margin-top: 20px;
	padding: 9px 20px 10px;
}

.thomenu_bottom::before {
	top: auto;
	bottom: 0;
}

.fuo1 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 35px 0px 38px;
}

.fuo1 .pub_menu {
	margin-top: 2px;
}

.fuo_container {
	flex: 1;
	margin-left: 17px;
}

.fuo_container .tho_menu {
	margin-top: 27px;
}

#container {
	margin-top: 20px;
}

#container figure {
	border: 1px solid #f2f2f2;
	border-top: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 35px;
}

#container figure:nth-of-type(1) {
	border-top: 1px solid #f2f2f2;
}

#container .l_box {
	width: 31.679%;
}

#container .box {
	flex: 1;
	margin-left: 50px;
	display: flex;
	flex-wrap: wrap;
}

#container .r_box {
	flex: 1;
	margin-left: 40px;
	padding: 19px 0px 20px;
}

#container .del {
	width: 25px;
	position: relative;
	cursor: pointer;
}

#container .del img:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

#container .del img {
	width: 100%;
}

#container .del:hover img:nth-of-type(1) {
	opacity: 0;
}

#container .del:hover img:nth-of-type(2) {
	opacity: 1;
}

#container .imgBox {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#container .bt {
	font-size: 18px;
	line-height: 24px;
	color: #ff6c0e;
}

#container .title {
	color: #252525;
	margin-top: 8px;
}

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

#container .title a:hover {
	color: #ff6c0e;
}

#container .describe {
	font-family: MontserratLight;
	line-height: 24px;
	color: #252525;
	margin-top: 7px;
}

.fuo1_container .buttonBox {
	margin-top: 39px;
	justify-content: center;
	font-family: MontserratRegular;
}

.fuo1_container .buttonBox a {
	font-size: 24px;
	min-width: 228px;
	min-height: 49px;
	color: #fff;
	background: #ff6c0e;
	border: 1px solid #ff6c0e;
}

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

.fo_container {
	padding: 35px 0px 40px;
	position: relative;
	overflow: hidden;
}

.fo_container .back_img {
	position: absolute;
	right: 0;
	width: 40%;
	max-width: 476px;
	top: 0;
	transform: translateX(13%);
	z-index: -1;
}

.fo_container .text {
	font-family: MontserratRegular;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	width: 100%;
	max-width: 1095px;
	margin-top: 21px;
}

.fo_container .text em {
	font-style: normal;
	color: #ff6c0e;
}

.fo_container .text a {
	color: #ff6c0e;
	display: inline;
	word-break: break-all;
	text-decoration: underline;
}

.fo_container .text a:hover {
	color: #000;
}

.fo_container .title_box1 {
	margin-top: 48px;
}

.fo_container .container {
	margin-top: 39px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.fo_container .name {
	font-family: MontserratRegular;
	font-size: 24px;
	line-height: 32px;
	color: #252525;
}

.fo_container .hd {
	position: relative;
}

.fo_container .hd::before {
	content: "*";
	font-size: 24px;
	color: #ff6c0e;
	position: absolute;
	left: -18px;
	top: 4px;
}

.fo_container form {
	width: 60%;
	max-width: 680px;
	background: #f2f2f2;
	border-radius: 40px;
	overflow: hidden;
	padding: 39px 40px 41px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0px;
}

.fo_container form .int1 {
	width: 46.7%;
}

.fo_container form .int2 {
	width: 100%;
}

.fo_container form textarea {
	height: 120px;
	padding-top: 15px !important;
}

.fo_container form input,
.fo_container form textarea {
	width: 100%;
	background-color: #fff;
	font-family: MontserratMedium, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000;
	display: block;
	border: 2px solid #b5b5b5;
	resize: none;
	outline: none;
	padding: 0px 10px;
	margin-top: 2px;
}

.fo_container form input {
	height: 40px;
}

.fo_container .int3 {
	width: 100%;
}

.fo_container .int3 .table {
	width: 100%;
	overflow: auto;
}

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

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

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

.fo_container .int3 table {
	width: 100%;
}

.fo_container .int3 td {
	line-height: 20px;
	font-size: 18px;
	color: #252525;
	padding-right: 8px;
}

.fo_container .int3 tr td:nth-of-type(1) {
	color: #ff6c0e;
}

.fo_container .yzm_submit {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.fo_container .yzm {
	flex: 1;
}

.fo_container .box {
	display: flex;
	align-items: center;
}

.fo_container .box input {
	flex: 1;
}

.fo_container .box a,
.fo_container .box span {
	margin-left: 10px;
	height: 40px;
	cursor: pointer;
}

.fo_container .box a img,
.fo_container .box span img {
	height: 100%;
}

.fo_container .submit {
	margin-left: 20px;
}

.fo_container .submit input {
	min-width: 150px;
	color: #fff;
	font-size: 24px;
	border: 1px solid #ff6c0e;
	background: #ff6c0e;
	cursor: pointer;
	transition: 0.3s;
}

.fo_container .submit input:hover {
	color: #ff6c0e;
	background: #fff;
}

.fo_container .box1 {
	border: 1px solid #b5b5b5;
	margin-top: 2px;
	padding: 9px 7px 7px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.fo_container .form_link {
	margin-top: 18px;
	display: flex;
	align-items: center;
	color: #252525;
	text-decoration: underline;
	gap: 8px;
}

.fo_container .form_link:hover {
	color: #ff6c0e;
}

.fo_container .title {
	font-size: 32px;
	line-height: 36px;
	color: #ff6c0e;
}

.fo_container .list {
	font-family: MontserratRegular;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 21px;
}

.fo_container .list span,
.fo_container .list a {
	display: inline;
}

.fo_container .list a {
	color: #000;
}

.fo_container .list a:hover {
	color: #ff6c0e;
}

.fo_container .container_r {
	flex: 1;
	margin-left: 5.7%;
	padding-bottom: 8.3%;
}

.so .fo_container .container_r {
	padding-top: 6.1%;
	padding-bottom: 0px;
}

.seo_container {
	padding: 35px 0px 40px;
}

.seo_container .container {
	display: flex;
	flex-wrap: wrap;
	gap: 38px 4.761333%;
	margin-top: 47px;
}

.seo_container li {
	width: 21.429%;
}

.seo_container .title {
	margin-top: 9px;
	color: #252525;
}

.seo_container .title a {
	color: #252525;
}

.seo_container .title a:hover {
	color: #ff6c0e;
}

.seo_container .time {
	font-family: MontserratRegular;
	color: #888;
	margin-top: 7px;
}

.seo_container .pageNumber {
	margin-top: 38px;
}

.eo_container {
	padding: 35px 0px 40px;
}

.eo_container .container {
	margin-top: 47px;
	gap: 37px 2.963%;
	display: flex;
	flex-wrap: wrap;
}

.eo_container li {
	width: 31.358%;
}

.eo_container .name {
	font-family: MontserratRegular;
	color: #252525;
	line-height: 24px;
	margin-top: 8px;
}

.eo_container .video_box {
	position: relative;
}

.eo_container .video_box img {
	width: 100%;
	opacity: 0;
}

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

.eo_container .pageNumber {
	margin-top: 38px;
}

.no_container {
	padding: 35px 0px 40px;
}

.no_container .bt {
	font-size: 20px;
	line-height: 24px;
	color: #ff6c0e;
}

.no_container .bt a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #ff6c0e;
}

.no_container .bt a:hover {
	color: #252525;
}

.no_container .container {
	display: flex;
	flex-wrap: wrap;
	gap: 78px 7.142%;
	margin-top: 47px;
}

.no_container li {
	width: 28.572%;
}

.no_container .describe {
	font-family: MontserratRegular;
	line-height: 24px;
	margin-top: 8px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.no_container .box {
	padding-top: 20px;
}

.no_container .time {
	color: #888;
	margin-top: 6px;
}

.no_container .pageNumber {
	margin-top: 78px;
}

.nt_container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 37px 0px 38px;
}

.nt_l {
	flex: 1;
	margin-right: 4.286%;
}

.nt_l .time {
	color: #888;
	margin-top: 7px;
}

.nt_l h1 {
	font-family: MontserratSemiBold;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 32px;
	color: #252525;
}

.nt_l .describe {
	font-family: MontserratRegular;
	line-height: 24px;
	color: #252525;
	border: 2px solid #ff6c0e;
	border-left: none;
	border-right: none;
	margin-top: 37px;
	padding: 37px 0px 35px;
}

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

.pub_new {
	position: sticky;
	top: 15%;
	width: 31.429%;
	padding: 19px 20px 58px;
	background: #f2f2f2;
	margin-top: 99px;
}

.pub_new .title {
	font-family: MontserratSemiBold;
	font-size: 24px;
	line-height: 32px;
	color: #252525;
}

.pub_new .bt {
	font-size: 20px;
	line-height: 24px;
	color: #ff6c0e;
}

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

.pub_new .bt a:hover {
	color: #252525;
}

.pub_new .container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 58px;
	margin-top: 38px;
}

.pub_new .describe {
	font-family: MontserratRegular;
	line-height: 24px;
	margin-top: 8px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.pub_new .box {
	padding-top: 20px;
}

.pub_new .time {
	color: #888;
}

.pub_new .box1 {
	margin-top: 6px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.page_change {
	margin-top: 38px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.page_change>* {
	font-family: MontserratRegular;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #252525;
	gap: 8px;
}

.page_change>* span {
	color: #ff6c0e;
}

.page_change>* a {
	color: #252525;
	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: #ff6c0e;
}

.pageNumber {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 5px;
	margin-top: 20px;
}

.pageNumber a:not(.big) {
	background: #f2f2f2;
	width: 40px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #252525;
}

.pageNumber a:not(.big):hover {
	background: #ff6c0e;
	color: #fff;
}

.pageNumber .active {
	background: #ff6c0e !important;
	color: #fff !important;
}

.pageNumber .big {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #252525;
	text-decoration: underline;
	margin: 0px 10px;
}

.pageNumber .big:hover {
	color: #ff6c0e;
}

footer {
	background: #f2f2f2;
	position: relative;
}

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

footer::before {
	content: "";
	position: absolute;
	height: 6px;
	width: 100%;
	background: #ff6c0e;
	left: 0;
	top: 0;
}

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

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

footer .bt a {
	color: #252525;
}

footer .bt a:hover {
	color: #ff6c0e;
}

footer .dif_up.active {
	transform: rotate(90deg);
}

footer .footer_a {
	padding: 45px 0px 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer .bt+ul {
	font-size: 18px;
	line-height: 24px;
	color: #252525;
	margin-top: 27px;
	gap: 3px;
}

footer .bt+ul a {
	color: #252525;
}

footer .bt+ul a:hover {
	color: #ff6c0e;
}

footer .l_box {
	width: 45%;
	max-width: 384px;
}

footer .l_box li {
	width: 48%;
}

footer .l_box ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: space-between;
	justify-content: flex-start;
	height: 105px;
}

footer .r_box {
	width: 47.7%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .list {
	display: flex;
	flex-direction: column;
}

footer .list li {
	display: flex;
	align-items: flex-start;
}

footer .name {
	color: #ff6c0e;
	width: 81px;
}

footer .name+* {
	display: inline;
}

footer .icBox {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 30px;
	margin-top: 19px;
}

footer .icBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
}

footer .icBox a:hover img {
	transform: translateY(-5px);
}

footer .icBox img {
	display: block;
	max-height: 100%;
}

footer .box1 {
	flex: 1;
	margin-right: 20px;
}

footer .box2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 310px;
	padding-top: 14px;
}

footer .box2 figure {
	width: 140px;
	padding: 10px 10px 9px;
	background: #fff;
}

footer .box2 p {
	line-height: 21px;
	color: #ff6c0e;
	text-align: center;
	margin-top: 4px;
}

footer .footer_b {
	font-family: MontserratLight;
	background: #ff6c0e;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
	padding: 9px 0px 11px;
}

.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: 1450px) {
	header .logoText {
		margin-bottom: 2px;
	}

	.tho_menu .add_all input {
		font-size: 15px;
	}

	header {
		padding: 15px 0px 12px;
	}

	header .logoBox {
		width: 180px;
	}

	header .ht_l {
		gap: 10px;
	}

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

	header .link a {
		width: 26px;
		height: 26px;
	}

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

	header .lang .lang_box span {
		font-size: 16px;
		line-height: 24px;
	}

	header .head_bottom {
		margin-top: 10px;
	}

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

	header .center {
		margin-top: 0px;
	}

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

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

	header .sousuo form input {
		height: 30px;
		line-height: 24px !important;
	}

	header .sousuo form input:nth-of-type(2) {
		font-size: 15px;
	}

	header .ul1 {
		padding-top: 15px !important;
	}

	header .ul li {
		margin-top: 4px;
	}

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

	.padding_top {
		padding-top: 103.31px;
	}

	.rightMenu {
		padding: 5px;
	}

	.rightMenu .logo {
		width: 30px;
	}

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

	.pub_menu {
		width: 250px;
	}

	.pub_menu .menu_one {
		font-size: 16px;
		line-height: 40px;
	}

	.menu_container {
		font-size: 15px;
	}

	.menu_container .box {
		padding-top: 5px;
	}

	.menu_container .menu_two {
		padding: 4px 20px 4px 35px;
	}

	.menu_container .menu_two img {
		top: 5px;
	}

	.menu_container .menu_three li {
		padding: 4px 0px;
	}

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

	.index1_r .bt {
		font-size: 20px;
		line-height: 28px;
	}

	.index1_r .name a {
		-webkit-line-clamp: 2;
	}

	.index2 .r_box {
		padding: 40px 5.5%;
	}

	.index2 .describe {
		font-size: 18px;
	}

	.index2 .describe1 {
		margin-top: 35px;
	}

	.index3 .name {
		font-size: 15px;
	}

	.index6 .bt {
		font-size: 22px;
	}

	.index6 .list {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 10px;
	}

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

	footer .l_box {
		width: 36%;
	}

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

	footer .bt+ul {
		font-size: 16px;
		margin-top: 12px;
	}

	footer .r_box {
		width: 58%;
		max-width: 600px;
	}

	footer .box2 {
		width: 270px;
	}

	footer .box2 figure {
		width: 126px;
	}

	footer .icBox {
		gap: 6px 20px;
	}

	footer .icBox a {
		height: 30px;
	}

	.pub_title {
		font-size: 36px;
		line-height: 42px;
	}

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

	.to1 .title_box1 {
		margin-top: 20px;
	}

	.to1 .big_num {
		font-size: 38px;
		line-height: 36px;
	}

	.to1 .big_num+p {
		font-size: 18px;
		line-height: 26px;
	}

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

	.to2 .describe {
		font-size: 20px;
		line-height: 30px;
	}

	.to2 .describe1 {
		font-size: 20px;
		line-height: 30px;
	}

	.to3 .title {
		font-size: 24px;
	}

	.to3 .describe {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.to5 .describe {
		font-size: 20px;
		line-height: 28px;
	}

	.to5 .year {
		font-size: 20px;
	}

	.to5 .name {
		font-size: 20px;
	}

	.to5 .text {
		font-size: 16px;
	}

	.form1_container .l_box {
		width: 40%;
	}

	.form1_container .bt {
		font-size: 16px;
	}

	.form1_container .box {
		align-items: center;
	}

	.form1_container .r_box {
		margin-left: 25px;
		padding: 0px;
	}

	.form1_container .box {
		margin-left: 20px;
	}

	.form1_container figure {
		padding: 20px;
	}

	.form1_container input {
		width: 20px;
		height: 20px;
	}

	#container .l_box {
		width: 40%;
	}

	#container .bt {
		font-size: 16px;
	}

	#container .box {
		align-items: center;
	}

	#container .r_box {
		margin-left: 25px;
		padding: 0px;
	}

	#container .box {
		margin-left: 20px;
	}

	#container figure {
		padding: 20px;
	}

	.fuo1_container .buttonBox a {
		font-size: 20px;
		min-width: 180px;
		min-height: 40px;
	}

	.fo_container .text {
		font-size: 20px;
	}

	.fo_container .name {
		font-size: 20px;
		line-height: 30px;
	}

	.fo_container .int3 td {
		font-size: 16px;
	}

	.fo_container .submit input {
		min-width: 116px;
		font-size: 20px;
	}

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

	.fo_container .list {
		font-size: 20px;
		line-height: 28px;
	}

	.seo_container .container {
		margin-top: 30px;
	}

	.eo_container .container {
		margin-top: 30px;
		gap: 40px 7.142%;
	}

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

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

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

	.pub_new {
		margin-top: 40px;
	}

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

	.pub_new .title {
		font-size: 22px;
	}

	.pub_new .container {
		margin-top: 20px;
		gap: 25px;
	}
}

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

	header .head_bottom {
		display: none;
	}

	header .logoText {
		display: none;
	}

	header .down {
		display: none;
	}

	header .link {
		display: none;
	}

	header .ht_r {
		padding-right: 50px;
	}

	header .lang .lang_box span {
		font-size: 15px;
	}

	.padding_top {
		padding-top: 63.31px;
	}

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

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

	.pub_menu {
		width: 100%;
		margin-top: 30px !important;
	}

	.index1 {
		flex-direction: column-reverse;
	}

	.index1_r {
		margin-left: 0px;
	}

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

	.index1_r .describe {
		line-height: 22px;
		margin-top: 4px;
	}

	.index2 .describe {
		font-size: 16px;
		line-height: 26px;
	}

	.index2 .describe1 {
		margin-top: 15px;
	}

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

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

	.index6 .box2 {
		margin-top: 20px;
	}

	.index7 .container {
		gap: 20px 2%;
	}

	.index7 li {
		width: 32%;
	}

	.index7 .bt {
		font-size: 16px;
	}

	.index7 .box {
		padding-top: 15px;
	}

	.menu_container {
		padding: 0;
	}

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

	footer {
		padding-bottom: 45px !important;
	}

	footer .footer_a {
		padding: 30px 0px !important;
		flex-wrap: wrap;
		gap: 12px;
	}

	footer .bt img {
		display: block;
		filter: none;
	}

	footer .l_box {
		width: 100%;
		max-width: 100%;
	}
	
	footer .l_box ul{
		height: auto;
		flex-direction: row;
		justify-content: space-between;
		align-content: initial;
		align-items: flex-start;
	}

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

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

	footer .bt+ul {
		font-size: 15px;
		margin-top: 10px;
	}

	footer .name {
		width: 70px;
	}

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

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

	.rightMenu .hide_box {
		top: auto;
		transform: translateX(50%);
		bottom: calc(100% + 15px);
		right: 50%;
		padding-right: 0px;
	}
	
	.rightMenu .hide_box>p{
		font-size: 16px;
	}
	
	.rightMenu .hide_box::before{
		right: 50%;
		top: auto;
		bottom: 3px;
		transform: translate(50%,100%) rotate(90deg);
	}

	.mbx {
		padding-top: 10px;
	}

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

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

	.to1 {
		padding: 20px 0px 0px;
	}

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

	.to1 .big_title {
		margin-top: 10px;
	}

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

	.to1 .big_num {
		font-size: 28px;
	}

	.to1 .big_num+p {
		font-size: 16px;
	}

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

	.to2 {
		padding: 30px 0px;
	}

	.to2 .l_box {
		margin-top: 0px;
	}

	.to2 .box2 {
		margin-top: 20px;
	}

	.to2 .describe {
		font-size: 16px;
		line-height: 24px;
	}

	.to2 .describe1 {
		font-size: 16px;
		line-height: 24px;
	}

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

	.to3 .container {
		margin-top: 20px;
		gap: 20px 2%;
	}

	.to3 li {
		padding: 20px 20px 30px;
	}

	.to3 .describe {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
	}

	.to3 .title {
		font-size: 18px;
		line-height: 26px;
		margin-top: 10px;
	}

	.to3 .logo {
		width: 60px;
	}

	.to3 li {
		width: 49%;
	}

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

	.to4 .list {
		margin-top: 20px;
	}

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

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

	.to5 .year {
		font-size: 16px;
		line-height: 24px;
		margin-top: 5px;
	}

	.to5 .name {
		font-size: 16px;
		line-height: 24px;
		margin-top: 5px;
	}

	.to5 .text {
		font-size: 15px;
		line-height: 20px;
		margin-top: 5px;
	}

	.tho1 {
		padding: 30px 0px 40px;
		flex-direction: column-reverse;
	}

	.fuo1 {
		padding: 30px 0px 40px;
		flex-direction: column-reverse;
	}

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

	.fuo1_container .buttonBox {
		margin-top: 20px;
	}

	.fuo1_container .buttonBox a {
		font-size: 16px;
		min-height: 32px;
		min-width: 140px;
	}

	.fo_container {
		padding: 20px 0px 40px;
		max-width: 680px !important;
	}

	.fo_container .title_box1 {
		margin-top: 10px;
	}

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

	.fo_container .title {
		font-size: 20px;
		line-height: 26px;
	}

	.fo_container .list {
		margin-top: 12px;
		font-size: 16px;
		line-height: 24px;
		gap: 2px;
	}

	.fo_container .container {
		margin-top: 20px;
		flex-direction: column-reverse;
	}

	.fo_container .hd::before {
		font-size: 16px;
		left: -12px;
		top: 2px;
	}

	.fo_container .name {
		font-size: 16px;
		line-height: 24px;
	}

	.fo_container .box a,
	.fo_container .box span {
		height: 32px;
	}

	.fo_container form {
		width: 100%;
		margin-top: 20px;
		padding: 30px 40px;
		gap: 10px 0px;
	}

	.fo_container form input,
	.fo_container form textarea {
		font-size: 14px;
	}

	.fo_container form textarea {
		height: 80px;
	}

	.fo_container form input {
		height: 32px;
	}

	.fo_container .submit input {
		font-size: 16px;
	}

	.fo_container .container_r {
		flex: none;
		width: 100%;
		margin-left: 0% !important;
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}

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

	.seo_container .container {
		gap: 20px 4.7613333%;
		margin-top: 10px;
	}

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

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

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

	.eo_container .container {
		gap: 20px 2.963%;
		margin-top: 12px;
	}

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

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

	.no_container .container {
		gap: 20px 2%;
		margin-top: 12px;
	}

	.no_container li {
		width: 32%;
	}

	.no_container .bt {
		font-size: 16px;
	}

	.no_container .box {
		padding-top: 15px;
	}

	.nt_container {
		padding: 20px 0px 30px;
		max-width: 800px !important;
	}

	.nt_l {
		flex: none;
		width: 100%;
		margin-right: 0px;
	}

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

	.nt_l .describe {
		margin-top: 15px;
		padding: 15px 0px;
	}

	.page_change {
		margin-top: 15px;
		gap: 4px;
	}

	.pub_new {
		width: 100%;
		margin-top: 30px;
	}

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

	.pub_new .container {
		gap: 20px 4%;
		margin-top: 12px;
		flex-direction: row;
	}

	.pub_new li {
		width: 48%;
	}

	.pub_new .bt {
		font-size: 16px;
	}

	.pub_new .box {
		padding-top: 15px;
	}
}

@media screen and (max-width: 768px) {
	.rightMenu>*:nth-of-type(1) .hide_box{
		right: auto;
		left: 10;
		transform: none;
	}
	.rightMenu>*:nth-last-of-type(1) .hide_box{
		right: 10px;
		transform: none;
	}
	html body .content {
		width: calc(100% - 60px);
	}

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

	header {
		padding: 10px 0px 12px;
	}

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

	header .head_top {
		gap: 10px;
	}

	header .logoBox {
		width: 140px;
	}

	.padding_top {
		padding-top: 50.23px;
	}

	.index1_r .list {
		gap: 20px 5%;
	}

	.index1_r .box2_container li {
		width: 30%;
	}

	.index2 .r_box {
		padding: 20px 20px 40px;
	}

	.index2 .swiperindex2-pagination {
		width: 100%;
		bottom: 15px;
		right: 0;
	}

	.index3 .container {
		gap: 19px 5%;
	}

	.index3 .name {
		padding: 0px;
	}

	.index3 li {
		width: 30%;
	}

	.index4 .container {
		gap: 19px 5%;
	}

	.index4 .name {
		padding: 0px;
	}

	.index4 li {
		width: 30%;
	}

	.index5 .logo {
		width: 40px;
	}

	.index7 .container {
		gap: 20px 4%;
	}

	.index7 li {
		width: 48%;
	}

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

	footer .box1 {
		min-width: 240px;
	}

	footer .r_box {
		gap: 10px;
	}

	footer .icBox {
		gap: 8px 10px;
	}

	footer .icBox a {
		height: 26px;
	}

	footer .icBox a:hover img {
		transform: translateY(-3px);
	}

	.to1 .num_box {
		flex-wrap: wrap;
		gap: 15px 0px;
		text-align: center;
	}

	.to1 .num_box li {
		padding: 0px 10px;
		width: 50%;
	}

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

	.to3 .logo {
		width: 48px;
	}

	.to4 li {
		width: 25%;
	}

	.to4 li:nth-of-type(n + 5) {
		border-top: none;
	}

	.to4 li:nth-of-type(5n + 1) {
		border-left: none;
	}

	.to4 li:nth-of-type(4n + 1) {
		border-left: 1px solid #888;
	}

	.to5 .list {
		gap: 20px 2%;
	}

	.to5 li {
		width: 49%;
	}

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

	.form1_container figure {
		width: 48%;
		align-items: center;
		justify-content: center;
		border: 1px solid #f2f2f2 !important;
	}

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

	.form1_container .l_box {
		width: 100%;
	}

	.form1_container .title {
		margin-top: 5px;
	}

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

	.form1_container .r_box {
		margin-top: 15px;
		gap: 10px;
		flex: none;
		width: 100%;
		margin-left: 0px;
	}

	#container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 0px;
	}

	#container figure {
		width: 48%;
		align-items: center;
		justify-content: center;
		border: 1px solid #f2f2f2 !important;
	}

	#container .box {
		flex: none;
		width: 100%;
		margin-left: 0px;
		margin-top: 15px;
	}

	#container .l_box {
		width: 100%;
	}

	#container .title {
		margin-top: 5px;
	}

	#container .describe {
		margin-top: 5px;
	}

	#container .r_box {
		margin-top: 15px;
		gap: 10px;
		flex: none;
		width: 100%;
		margin-left: 0px;
	}

	.seo_container .container {
		gap: 20px 5%;
	}

	.seo_container li {
		width: 30%;
	}

	.eo_container li {
		width: 48%;
	}

	.eo_container .container {
		gap: 20px 4%;
	}

	.no_container .container {
		gap: 20px 4%;
	}

	.no_container li {
		width: 48%;
	}
}

@media screen and (max-width: 560px) {
	.tho_menu {
		align-items: center;
		justify-content: center;
	}

	.tho_menu .menu_r {
		justify-content: center;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	header .ht_r {
		padding-right: 40px;
	}

	.index1_r .box1 {
		padding: 20px 15px 20px;
	}

	.index1_r .video_box {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.index1_r .box1_r {
		margin-top: 15px;
	}

	.index1_r .list {
		gap: 20px 2%;
	}

	.index1_r .box2_container li {
		width: 49%;
	}

	.index2 .l_box {
		width: 100%;
		float: none;
		margin-right: 0px;
	}

	.index3 .container {
		gap: 20px 2%;
	}

	.index3 li {
		width: 49%;
	}

	.index4 .container {
		gap: 20px 2%;
	}

	.index4 li {
		width: 49%;
	}

	.index5 .l_box {
		width: 100%;
		float: none;
		margin: 0px !important;
	}

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

	.index6 .r_box {
		width: 100%;
		float: none;
		margin: 0px !important;
	}

	.index6 .l_box {
		margin-top: 15px;
	}

	.index7 .container {
		width: 100%;
		margin: 20px auto 0px;
		max-width: 400px;
	}

	.index7 li {
		width: 100%;
	}

	.link_pub {
		width: 100%;
		justify-content: flex-end;
	}

	.to1 .big_num {
		display: block;
	}

	.to3 li {
		width: 100%;
	}

	.to4 li {
		width: 33.3333%;
	}

	.to4 li:nth-of-type(n + 4) {
		border-top: none;
	}

	.to4 li:nth-of-type(5n + 1) {
		border-left: none;
	}

	.to4 li:nth-of-type(4n + 1) {
		border-left: none;
	}

	.to4 li:nth-of-type(3n + 1) {
		border-left: 1px solid #888;
	}

	.to5 li {
		width: 100%;
	}

	.form1_container {
		width: 100%;
		margin: 25px auto 0px;
		max-width: 360px;
	}

	.form1_container figure {
		width: 100%;
	}

	#container {
		width: 100%;
		margin: 25px auto 0px;
		max-width: 360px;
	}

	#container figure {
		width: 100%;
	}

	.fo_container form {
		padding: 30px 25px;
	}

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

	.fo_container .submit {
		margin-left: 0px;
		margin-top: 10px;
		width: 100%;
	}

	.fo_container .submit input {
		width: 100%;
		min-width: 100%;
	}

	.seo_container .container {
		gap: 20px 4%;
	}

	.seo_container li {
		width: 48%;
	}

	.eo_container li {
		width: 100%;
	}

	.no_container .container {
		width: 100%;
		margin: 20px auto 0px;
		max-width: 400px;
	}

	.no_container li {
		width: 100%;
	}

	.pub_new .container {
		width: 100%;
		margin: 20px auto 0px;
		max-width: 400px;
	}

	.pub_new li {
		width: 100%;
	}
}

@font-face {
	font-family: "MontserratMedium";
	src: url("../fonts/MontserratMedium.eot");
	src: url("../fonts/MontserratMedium.eot") format("embedded-opentype"),
		url("../fonts/MontserratMedium.woff2") format("woff2"),
		url("../fonts/MontserratMedium.woff") format("woff"),
		url("../fonts/MontserratMedium.ttf") format("truetype"),
		url("../fonts/MontserratMedium.svg#MontserratMedium") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "MontserratSemiBold";
	src: url("../fonts/MontserratSemiBold.eot");
	src: url("../fonts/MontserratSemiBold.eot") format("embedded-opentype"),
		url("../fonts/MontserratSemiBold.woff2") format("woff2"),
		url("../fonts/MontserratSemiBold.woff") format("woff"),
		url("../fonts/MontserratSemiBold.ttf") format("truetype"),
		url("../fonts/MontserratSemiBold.svg#MontserratSemiBold") format("svg");
	font-display: swap;
}

@font-face {
	font-family: "MontserratRegular";
	src: url("../fonts/MontserratRegular.eot");
	src: url("../fonts/MontserratRegular.eot") format("embedded-opentype"),
		url("../fonts/MontserratRegular.woff2") format("woff2"),
		url("../fonts/MontserratRegular.woff") format("woff"),
		url("../fonts/MontserratRegular.ttf") format("truetype"),
		url("../fonts/MontserratRegular.svg#MontserratRegular") format("svg");
	font-display: swap;
}

@font-face {
  font-family: "MontserratLight";
  src: url("../fonts/MontserratLight.eot");
  src: url("../fonts/MontserratLight.eot") format("embedded-opentype"),
    url("../fonts/MontserratLight.woff2") format("woff2"),
    url("../fonts/MontserratLight.woff") format("woff"),
    url("../fonts/MontserratLight.ttf") format("truetype"),
    url("../fonts/MontserratLight.svg#MontserratLight") 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("iconfont.woff?t=1723085310190") format("woff"),
		url("iconfont.ttf?t=1723085310190") format("truetype");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-dianhua:before {
	content: "\e62f";
}

.icon-weixin:before {
	content: "\e64f";
}

.icon-xiangxia2:before {
	content: "\e63d";
}

.icon-douyin1:before {
	content: "\e8db";
}

.icon-linkedin1:before {
	content: "\e625";
}

.icon-pinterest1:before {
	content: "\e61e";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-instagram2:before {
	content: "\e73a";
}

.icon-youtube1:before {
	content: "\e614";
}

.icon-youjiantou:before {
	content: "\e73d";
}

.icon-youjiantou-copy:before {
	content: "\eb8f";
}

.icon-tabzuoyouqiehuan:before {
	content: "\e668";
}

.icon-tabzuoyouqiehuan-copy:before {
	content: "\eb90";
}

.icon-pinterest2:before {
	content: "\e82e";
}

.icon-xiangxiaxialakuang:before {
	content: "\e657";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-youxiang-32:before {
	content: "\e605";
}

.icon-trun-north:before {
	content: "\e615";
}

.icon-guanbi:before {
	content: "\e601";
}

.icon-home:before {
	content: "\e624";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.pageNumber .no {
	color: #252525
}

.pageNumber .no:hover {
	color: #252525;
}
.menu_container .menu_three li.active>a{
    color: #ff6c0e;
}
.form1_container figure  .input_box {
    position: relative;
}
.form1_container figure  input {
  display: block;
}
.form1_container figure input+span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../img/checked.png') no-repeat center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
    display: none;
}
.form1_container figure input:checked+span{
    display: block;
}

.links a{
    color: #fff;
}



/*drop-select*/
.drop-select input{
	cursor: pointer;
}
		
.drop-select{
	position: relative;
}

.drop-select ul {
  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: #ff6c0e rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}

.drop-select ul::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.drop-select ul::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.drop-select ul::-webkit-scrollbar-thumb {
	background-color: #ff6c0e;
}

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

.drop-select ul li.on{background-color: #e0e0e0;}


.drop-select>i{
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;color: #666;
}

