/*
Theme Name: BenYu
Version: 1.0
Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：安徽领聚
*/
@charset "utf-8";
.wrap {
	width: 94%;
	max-width: 1400px;
	margin-left:auto;
	margin-right:auto;
}
.wrap_top {
	width: 88%;
	margin-left:auto;
	margin-right:auto;
}
.wrap_left {
	padding-left: 13.54%;
	box-sizing: border-box;
}
.wrap_right {
	padding-right: 13.54%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 80%
	}
	.wrap_left {
		padding-left: 10%;
	}
	.wrap_right {
		padding-right: 10%;
	}
	.wrap_top {
		width: 90%;
	}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 88%
	}
	.wrap_left {
		padding-left: 6%;
	}
	.wrap_right {
		padding-right: 6%;
	}
	.wrap_top {
		width: 88%;
	}
}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@media screen and (max-width:1024px) {
	.wrap {
		width: 94%
	}
	.wrap_left {
		padding-left: 3%;
	}
	.wrap_right {
		padding-right: 3%;
	}
	.wrap_top {
		position: initial;
	}
}
:root {
	--i_color: #017151;
	/* 全局颜色 */
	--i_color2: #6FBA2C;
	/* 副颜色 */
	--i_color3: #200C5D;
	--header_height: 0.8rem;
	--header_height2: 0.38rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	--bjs: #F3F3F3
		/* 移动端底部菜单 */
}
.fullheader {
	height: calc(var(--header_height) + var(--header_height2));
}
@media screen and (max-width:1024px) {
	:root,
	header {
		--header_height: .6rem;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}
@font-face {
	font-family: 'Roboto';
	src: url('static/webfonts/Roboto-Regular-14.ttf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Roboto-Bold-3.ttf');
}
body {
	font-family: 'Roboto', 'Arial', sans-serif;
}
/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
}
header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	z-index: 2014;
}
.top_cont {
	position: relative;
	z-index: 2013;
}
.top_cont::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	transition: all 0.3s ease;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.TopHeader .top_cont {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	/* .top_cont {
		background: #333 !important;
	} */
}
@media screen and (min-width:1024px) {}
/* top_top */
.top_top_bac {
	background-color: var(--i_color);
}
.top_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: var(--header_height2);
}
.top_top_contact {
	display: flex;
	align-items: center;
	gap: 0.3rem;
}
.top_top_contact li {
	display: flex;
	align-items: center;
	gap: 0.05rem;
}
.top_top_contact li iconify-icon {
	font-size: 0.2rem;
	color: #fff;
}
.top_top_contact li a {
	font-size: 0.14rem;
	color: #fff;
}
.top_top_share {
	display: flex;
	gap: 0.12rem;
}
.top_top_share dt {}
.top_top_share dt a {
	display: flex;
	width: 0.2rem;
	height: 0.2rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.02rem;
	background: rgba(255, 255, 255, 0.2);
}
.top_top_share dt a iconify-icon {
	font-size: 0.12rem;
	color: #fff;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1200px) {
	.top_top_contact li iconify-icon {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {
	.top_top_contact {
		display: none;
	}
	.top_top_share {
		margin-left: auto;
	}
}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}
/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {
	height: 0.8rem;
}
@media screen and (max-width:1600px) {
	.logo img {
		height: 0.7rem;
	}
}
@media screen and (max-width:1440px) {
	.logo img {
		height: 0.65rem;
	}
}
@media screen and (max-width:1024px) {
	.logo img {
		max-height: 80%;
	}
}
/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		z-index: 2014;
	}
	.i_nav>li {
		position: relative;
		margin: 0 .25rem;
	}
	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #333;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
		position: relative;
	}
	.i_nav>li>a::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 50%;
		width: 0;
		height: 2px;
		background-color: var(--i_color);
		transition: all 0.3s ease;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		color: var(--i_color) !important;
	}
	.i_nav>.current-menu-item>a::after,
	.i_nav>.current-category-ancestor>a::after,
	.i_nav>.current-post-ancestor>a::after,
	.i_nav>.current-menu-ancestor>a::after,
	.i_nav>.current-menu-parent>a::after,
	.i_nav>li:hover>a::after,
	.i_nav .curr>a::after {
		width: 100% !important;
		right: auto !important;
		left: 0 !important;
	}
	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color2);
		background: rgb(255 255 255 / 100%);
		min-width: 1.6rem;
		overflow: hidden;
	}
	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li::before,
	.i_nav .sub-menu li::after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 1px;
	}
	.i_nav .sub-menu li::before {
		left: 0;
		width: 100%;
		background: rgb(0 0 0 / 8%);
	}
	.i_nav .sub-menu li::after {
		right: 0;
		width: 0;
		background: var(--i_color);
	}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.15rem;
		color: #444;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu a::before {
		content: "\f324";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		font-size: 0.14rem;
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu li:hover a {
		left: .16rem;
	}
	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover a::before {
		left: 0;
	}
	.i_nav .sub-menu li,
	.i_nav .sub-menu li::after,
	.i_nav .sub-menu a,
	.i_nav .sub-menu a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}
}
@media screen and (max-width:1440px) {
	.i_nav>li {
		margin: 0 .2rem;
	}
}
@media screen and (max-width:1366px) {
	.i_nav>li {
		margin: 0 .16rem;
	}
	.i_nav>li>a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	.i_nav>li {
		margin: 0 .14rem;
	}
	.i_nav>li>a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: calc(var(--header_height) + var(--header_height2));
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--header_height) - var(--header_height2) - 0.5rem);
		background: #FFF;
		overflow-y: auto;
		z-index: 2
	}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}
	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		background: #F1F1F1;
	}
	.i_nav>.menu-item-has-children i::before {
		content: '\f107';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.26rem;
		color: #222;
	}
	.i_nav>.menu-item-has-children i.on::before {
		content: '\f106';
	}
	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .15rem;
		color: #222;
		line-height: .44rem;
		text-transform: uppercase;
	}
	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .14rem;
		color: #555;
		line-height: .4rem;
		position: relative
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}
	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav .sub-menu .sub-menu {
		display: none;
	}
	.i_nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}
	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #333;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}
.nav_menu.on i {
	opacity: 0
}
.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}
.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}
@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important
	}
}
.top_r {
	--size: .2rem
}
.top_r {
	margin-left: 0.4rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	gap: 0.2rem;
}
.top_email {}
.top_email a {
	display: block;
	margin-right: 0.2rem;
}
.top_email a iconify-icon {
	font-size: var(--size);
	color: var(--i_color);
	transition: all 0.3s ease;
}
.top_email a iconify-icon:hover {
	transform: translateY(-0.05rem);
}
.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_search_ico i {
	display: block;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.top_search_ico iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #333;
	transition: all 0.3s ease;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color2);
}
.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language_all {
	display: inline-block;
	height: 0.38rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 0.1rem;
	cursor: pointer;
	background-color: #F3F3F3;
	border-radius: 0.02rem;
}
.top_language_all p {
	font-size: 0.16rem;
	color: #333;
	margin: 0 0.05rem;
	transition: all 0.3s ease;
	font-family: 'Roboto';
}
.top_language_all iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #333;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language.on p {
	color: var(--i_color2);
}
.top_language.on iconify-icon {
	color: var(--i_color2);
}
.language_list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(var(--header_height) + var(--header_height2) + .2rem);
	right: 0;
	background: #FFF;
	min-width: 1.2rem;
	z-index: 2016;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: .16rem .2rem;
}
.language_list.on {
	opacity: 1;
	visibility: visible;
	top: var(--header_height);
}
.language_list dt>h6 {
	margin-bottom: 0.08rem;
	font-size: 0.17rem;
	font-weight: bold;
	white-space: nowrap;
}
.curr_lang {
	margin-bottom: 0.12rem;
	padding-bottom: 0.12rem;
	border-bottom: 1px solid #EEE;
}
.lang_list a {
	display: block;
	padding: .06rem 0;
}
.lang_list span img {
	display: none;
}
.lang_list .trp-ls-language-name {
	padding-left: 0.3rem;
	font-size: 14px;
	position: relative;
}
.lang_list .trp-ls-language-name::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 0.18rem;
	height: 0.18rem;
	box-sizing: border-box;
	border: 1px solid #AAA;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0.06rem;
	width: 0.06rem;
	height: 0.06rem;
	background: var(--i_color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
	display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
	color: var(--i_color);
}
@media screen and (max-width:1600px) {
	.top_language_all p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
.top_language,
.top_language>iconify-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language {
		margin-right: .2rem;
	}
	.top_search_ico i {
		width: 0.4rem;
		height: 0.4rem;
	}
	.top_language_all {
		height: 0.4rem
	}
	.top_language_all p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:768px) {
	.top_search_ico i {
		width: 0.35rem;
		height: 0.35rem;
	}
	.top_language_all {
		height: 0.35rem
	}
}
@media screen and (max-width:560px) {}
header,
.top_cont,
.logo,
.logo img,
.i_nav>li,
.i_nav>li>a,
.top_r {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease
}
/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	position: fixed;
	top: -1rem;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2000;
}
.top_search.on {
	top: calc(var(--header_height) + var(--header_height2));
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	border-radius: 0;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
	border-radius: 0;
}
@media screen and (max-width:1366px) {
	.top_search_ico {
		margin-right: 0.3rem;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
	}
	.top_search_ico {
		margin-right: 0;
	}
}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
	.top_search_btn {}
}
/* 导航下拉 */
/* products */
@media screen and (min-width:1025px) {
	.xiala {
		position: fixed;
		top: calc(var(--header_height) + var(--header_height2));
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		box-sizing: border-box;
		padding: 0.4rem 0;
		transition: top 0.3s ease;
		display: none;
		border-top: 1px solid var(--i_color2);
		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);
	}
	.TopHeader .xiala {}
	.products_drop_ul {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		gap: 0.4rem;
	}
	.products_drop_ul li {
		width: calc((100% - 2.4rem) / 7);
	}
	.products_drop_ul li a {
		display: block;
		width: 100%;
	}
	.products_drop_img {
		position: relative;
		overflow: hidden;
	}
	.products_drop_img::after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.products_drop_img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.products_drop_ul li p {
		font-size: 0.16rem;
		color: #222;
		font-family: 'med';
		text-transform: capitalize;
		text-align: center;
		margin-top: 0.2rem;
		transition: all 0.3s ease;
	}
	.products_drop_ul li a:hover p {
		color: var(--i_color);
	}
	.products_nav ul,
	.solutions_nav ul {
		display: none !important;
	}
	.solution_drop {}
	.solution_drop_ul {
		display: flex;
		display: -webkit-flex;
		gap: 0.4rem 0.7rem;
		justify-content: center;
		flex-wrap: wrap;
	}
	.solution_drop_ul li {
		width: 2.2rem;
	}
	.solution_drop_ul li a {
		display: block;
		width: 100%;
	}
	.solution_drop_img {
		position: relative;
		overflow: hidden;
		border-radius: 0.15rem;
	}
	.solution_drop_img::after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.solution_drop_img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.solution_drop_ul li a p {
		font-size: 0.16rem;
		line-height: 0.24rem;
		color: #333;
		font-family: 'med';
		text-align: center;
		text-transform: capitalize;
		margin-top: 0.2rem;
		transition: all 0.3s ease;
	}
	.solution_drop_ul li a:hover p {
		color: var(--i_color);
	}
	@media screen and (max-width:1880px) {}
	@media screen and (max-width:1600px) {
		.products_drop_ul {
			gap: 0.2rem;
		}
		.products_drop_ul li {
			width: calc((100% - 1.2rem) / 7);
		}
		.products_drop_ul li p {
			font-size: 0.14rem;
			margin-top: 0.15rem;
		}
	}
	@media screen and (max-width:1440px) {}
	@media screen and (max-width:1366px) {}
	@media screen and (max-width:1200px) {}
}
@media screen and (max-width:1024px) {
	.xiala {
		display: none !important;
	}
}
.top_phone {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 0.4rem;
	background-color: var(--i_color2);
}
.top_phone a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: var(--header_height);
}
.top_phone a iconify-icon {
	font-size: 0.24rem;
	color: var(--i_color);
}
.top_phone a p {
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	margin-left: 0.1rem;
}
@media screen and (max-width:1440px) {
	.top_phone a iconify-icon {
		font-size: 0.22rem;
	}
	.top_phone a p {
		font-size: 0.18rem;
	}
	.top_phone {
		padding: 0 0.35rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.top_phone a iconify-icon {
		font-size: 0.2rem;
	}
	.top_phone a p {
		font-size: 0.16rem;
	}
	.top_phone {
		padding: 0 0.3rem;
	}
}
@media screen and (max-width:1024px) {
	.top_phone {
		margin-left: 0.2rem;
	}
}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}
/* banner */
.banner {
	position: fixed;
	top: calc(var(--header_height) + var(--header_height2));
	left: 0;
	width: 100%;
	height: calc(100vh - var(--header_height) - var(--header_height2));
	overflow: hidden;
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.banner .swiper-slide {
	height: 0;
	padding-bottom: calc(100vh - var(--header_height) - var(--header_height2));
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img,
.banner .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.banner-button-prev,
.banner-button-next {
	position: absolute;
	top: 48%;
	transform: translate(0, -50%);
	width: .5rem;
	height: .5rem;
	background: rgb(0 0 0 / 30%);
	z-index: 999;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.banner-button-prev {
	left: -.6rem;
}
.banner-button-next {
	right: -.6rem;
}
.banner-button-prev i,
.banner-button-next i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.24rem;
	color: #FFF;
}
.banner:hover .banner-button-prev {
	left: .3rem
}
.banner:hover .banner-button-next {
	right: .3rem
}
.banner-button-prev:hover,
.banner-button-next:hover {
	background-color: var(--i_color)
}
.banner-pagination {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 6%;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
}
.banner-pagination .swiper-pagination-bullet {
	display: block;
	width: 0.7rem;
	height: 0.02rem;
	margin: 0 .05rem;
	background: rgb(255 255 255 / 40%);
	position: relative;
	outline: none
}
.banner-pagination .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i_color);
}
@media screen and (max-width:1024px) {
	.banner {
		margin-top: 0;
		position: relative;
		top: initial;
		height: auto;
		-webkit-border-radius: 0 0;
		border-radius: 0 0;
	}
	.banner .swiper-slide {
		padding-bottom: 42.1875%
	}
	.banner-button-prev,
	.banner-button-next {
		display: none
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.6rem;
	}
}
@media screen and (max-width:768px) {
	.banner-pagination {
		bottom: 0.3rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.5rem;
	}
}
@media screen and (max-width:560px) {
	.banner-pagination {
		bottom: 0.2rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.4rem;
	}
}
.fullMask {
	width: 100%;
	height: 100vh;
}
@media screen and (max-width:1024px) {
	.fullMask,
	.fullMask_about {
		display: none;
	}
}
main {
	position: relative;
	background: #FFF;
	max-width: 100%;
	/* overflow: hidden; */
}
footer {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	background-color: white;
}
/* banner 文字 */
.banner_text1 {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner_text1_box {
	width: 50%;
}
.banner_text1_box h3 {
	font-size: 0.18rem;
	color: #fff;
	font-family: 'bold';
	margin-bottom: 0.1rem;
}
.banner_text1_box h4 {
	font-size: 0.42rem;
	color: #fff;
	font-family: 'bold';
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	text-shadow: 0px 0.03rem 0.03rem rgba(0, 0, 0, 0.2);
}
.banner_text1_box h4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.47rem;
	height: 0.03rem;
	background-color: #fff;
}
.banner_text1_box h5 {
	font-size: 0.2rem;
	line-height: 150%;
	color: #fff;
	margin: 0.2rem 0 0.6rem 0;
	box-sizing: border-box;
	padding-right: 28%;
}
.banner_text1_btn {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}
.banner_text1_video {
	display: flex;
	align-items: center;
	gap: 0.1rem;
	cursor: pointer;
}
.banner_text1_video i {
	display: flex;
	width: 0.75rem;
	height: 0.75rem;
	background: url('static/imgs/Banner_video.png') center no-repeat;
	background-size: contain;
	position: relative;
}
.banner_text1_video p {
	font-size: 0.18rem;
	color: #fff;
}
@media screen and (max-width:1440px) {
	.banner_text1_box h4 {
		font-size: 0.38rem;
	}
	.banner_text1_video i {
		width: 0.7rem;
		height: 0.7rem;
	}
}
@media screen and (max-width:1200px) {
	.banner_text1_box h4 {
		font-size: 0.34rem;
	}
	.banner_text1_box h3 {
		font-size: 0.16rem;
	}
	.banner_text1_box h5 {
		font-size: 0.18rem;
		margin: 0.2rem 0 0.4rem 0;
		padding-right: 20%;
	}
}
@media screen and (max-width:1024px) {
	.banner_text1_box h4 {
		font-size: 0.3rem;
	}
	.banner_text1_box h5 {
		font-size: 0.16rem;
		margin: 0.2rem 0 0.3rem 0;
		padding-right: 10%;
	}
	.banner_text1_video i {
		width: 0.6rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:960px) {
	.banner_text1_box h4 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px) {
	.banner_text1_box h4 {
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.banner_text1_box h3 {
		font-size: 0.14rem;
	}
	.banner_text1_box h5 {
		display: none;
	}
	.banner_text1_btn {
		gap: 0.2rem;
	}
	.banner_text1_video p {
		font-size: 0.16rem;
	}
	.banner_text1_box {
		width: 100%;
	}
	.banner_text1_video i {
		width: 0.5rem;
		height: 0.5rem;
	}
}
@media screen and (max-width:560px) {
	.banner_text1_box h4 {
		padding-bottom: 0.1rem;
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:425px) {}
.home_btn {
	flex-shrink: 0;
}
.home_btn_center {
	display: flex;
	justify-content: center;
}
.home_btn a {
	display: inline-block;
	padding: 0.13rem 0.3rem;
	background-color: var(--i_color);
	border-radius: 0.06rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.home_btn_flex {
	display: flex;
	align-items: center;
	gap: 0.1rem;
}
.home_btn_flex p {
	font-size: 0.18rem;
	color: #fff;
	text-transform: capitalize;
}
.home_btn_flex iconify-icon {
	font-size: 0.24rem;
	color: #fff;
}
.home_btn span {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: var(--i_color2);
	transform: translateY(150%);
	border-radius: 0%;
	left: calc((var(--n) - 1) * 25%);
	transition: 0.5s;
	transition-delay: calc((var(--n) - 1) * 0.1s);
	z-index: -1;
	border-radius: 50%;
}
.home_btn a:hover span {
	transform: translateY(0) scale(2.8);
}
.home_btn span:nth-child(2) {
	--n: 1;
}
.home_btn span:nth-child(3) {
	--n: 2;
}
.home_btn span:nth-child(4) {
	--n: 3;
}
.home_btn span:nth-child(5) {
	--n: 4;
}
.home_btn_white a {
	background-color: #fff;
	border: 1px solid var(--i_color);
}
.home_btn_white p,
.home_btn_white iconify-icon {
	color: var(--i_color);
	transition: all 0.3s ease;
}
.home_btn_white a:hover p,
.home_btn_white a:hover iconify-icon {
	color: #fff;
}
.home_btn_white a:hover {
	border: 1px solid var(--i_color2);
}
.home_btn_green a {
	background: var(--i_color2);
}
.home_btn_green span {
	background: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1200px) {
	.home_btn a {
		padding: 0.1rem 0.25rem;
	}
	.home_btn_flex p {
		font-size: 0.16rem;
	}
	.home_btn_flex iconify-icon {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {
	.home_btn a {
		padding: 0.08rem 0.2rem;
	}
	.home_btn_flex p {
		font-size: 0.14rem;
	}
	.home_btn_flex iconify-icon {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}
/* home_adv */
.home_adv_bac {
	box-sizing: border-box;
	padding: 0.8rem 0 1rem 0;
	position: relative;
	background-color: #F3F3F3;
	z-index: 2;
}
.home_adv_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: -1;
	min-height: 3rem;
}
.home_adv {}
/*  */
.adv_partner_box {
	margin-top: 0.6rem;
}
.adv_partner {
	position: relative
}
.adv_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.adv_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.adv_partner_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	flex-direction: column;
	border-radius: 0 0 0.5rem 0;
	overflow: hidden;
}
.adv_front {
	background-color: #fff;
	box-sizing: border-box;
	padding: 0.3rem 0.4rem 0.4rem 0.4rem;
}
.adv_h3 {
	font-size: 0.2rem;
	color: #999;
	line-height: 100%;
	position: relative;
	box-sizing: border-box;
	padding-left: 0.35rem;
}
.adv_h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0.3rem;
	background-color: #999;
}
.adv_front img {
	width: 0.8rem;
	height: 0.8rem;
	object-fit: contain;
	display: block;
	margin: 1.7rem 0 0.1rem 0;
}
.adv_front h4 {
	font-size: 0.24rem;
	line-height: 0.32rem;
	color: #333;
	height: 0.96rem;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 0.1rem;
	font-weight: bold;
}
/*滚动条*/
.adv_front h4::-webkit-scrollbar {
	width: 1px;
	height: 1px
}
.adv_front h4::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #333
}
.adv_front h4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #F1F1F1
}
.adv_back {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--i_color);
	box-sizing: border-box;
	padding: 0.3rem 0.4rem 0.4rem 0.4rem;
	transition: all 0.7s ease;
}
.adv_back h3 {
	color: #fff;
}
.adv_back h3::after {
	background: #fff;
}
.adv_back h5 {
	margin-top: 0.3rem;
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #fff;
	overflow: auto;
	height: 2.88rem;
	box-sizing: border-box;
	padding-right: 0.05rem;
}
/*滚动条*/
.adv_back h5::-webkit-scrollbar {
	width: 1px;
	height: 1px
}
.adv_back h5::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #fff
}
.adv_back h5::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: var(--i_color2)
}
.adv_partner_list li:hover .adv_back {
	top: 0;
}
/* 指示器 */
.adv_partner .pt-pagination {
	background: #D8D8D8;
	position: relative;
	width: 100%;
	height: 2px;
	margin-top: 0.6rem;
}
.adv_partner .pt-pagination span {
	background-color: var(--i_color);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
/* 左右箭头 */
.adv_partner .pt-button-prev,
.adv_partner .pt-button-next {
	position: absolute;
	top: -80px;
	transform: translate(0, -50%);
	width: 0.5rem;
	height: 0.5rem;
	box-sizing: border-box;
	z-index: 999;
	cursor: pointer;
	outline: none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.adv_partner .pt-button-prev {
	border: 1px solid rgba(255, 255, 255, 0.8);
}
.adv_partner .pt-button-next {
	border: 1px solid var(--i_color2);
	background-color: var(--i_color2);
}
.adv_partner .pt-button-prev iconify-icon,
.adv_partner .pt-button-next iconify-icon {
	font-size: 0.2rem;
	color: #fff;
	transition: all 0.3s ease;
}
.adv_partner .pt-button-prev iconify-icon {
	color: rgba(255, 255, 255, 0.8);
}
.adv_partner .pt-button-prev {
	right: 0.6rem;
}
.adv_partner .pt-button-next {
	right: 0%;
}
.adv_partner .pt-button-prev:hover,
.adv_partner .pt-button-next:hover {
	background-color: #fff;
	border: 1px solid #fff;
}
.adv_partner .pt-button-prev:hover iconify-icon,
.adv_partner .pt-button-next:hover iconify-icon {
	color: #333;
}
@media screen and (max-width:1440px) {
	.adv_front img {
		width: 0.7rem;
		height: 0.7rem;
		margin: 1.6rem 0 0.1rem 0;
	}
	.adv_front h4 {
		font-size: 0.2rem;
		line-height: 0.28rem;
		height: 0.84rem;
	}
	.adv_back h5 {
		height: 2.4rem;
	}
}
@media screen and (max-width:1200px) {
	.adv_partner .pt-button-prev,
	.adv_partner .pt-button-next {
		display: none
	}
	.adv_partner .pt-pagination {
		display: block
	}
	.home_adv_bac {
		padding: 0.6rem 0 0.8rem 0;
	}
	.adv_partner_box {
		margin-top: 0.4rem;
	}
	.adv_front img {
		width: 0.6rem;
		height: 0.6rem;
		margin: 1.5rem 0 0.1rem 0;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}
/* title */
.title_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.2rem;
}
.title {}
.title i {
	font-size: 0.18rem;
	color: var(--i_color2);
	position: relative;
	box-sizing: border-box;
	padding-left: 0.45rem;
	line-height: 100%;
	display: inline-block;
	text-transform: capitalize;
}
.title i::after {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 0.4rem;
	height: 2px;
	background-color: var(--i_color2);
}
.title p {
	font-size: 0.4rem;
	color: #fff;
	font-family: 'bold';
	margin-top: 0.15rem;
	text-transform: capitalize;
}
.title span {
	line-height: 155%;
	font-size: 0.18rem;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 0.1rem;
	display: block;
}
.title_black p {
	color: #333;
}
.title_black span {
	color: #666;
}
.title_center i,
.title_center p,
.title_center span {
	text-align: center;
}
.title_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width:1440px) {
	.title p {
		font-size: 0.36rem;
	}
}
@media screen and (max-width:1200px) {
	.title p {
		font-size: 0.32rem;
	}
	.title i {
		font-size: 0.16rem;
	}
	.title span {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.title p {
		font-size: 0.28rem;
	}
	.title span br {
		display: none;
	}
}
@media screen and (max-width:960px) {
	.title p {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:767px) {
	.title p {
		font-size: 0.22rem;
	}
	.title span {
		font-size: 0.14rem;
	}
	.title_box {
		align-items: flex-start;
		flex-direction: column;
	}
}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}
/* home_about */
.home_about_bac {
	box-sizing: border-box;
	padding: 0 0 0.8rem 0;
	background-color: #F3F3F3;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.home_about_img {
	position: absolute;
	top: 20%;
	right: 0%;
	max-width: 100%;
	height: auto;
	z-index: -1;
}
.home_about {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home_about_left {
	width: 43.43%;
	position: relative;
}
.home_about_left img {
	width: 100%;
	height: auto;
}
.home_about_rigth {
	width: 56.57%;
	box-sizing: border-box;
	padding-left: 5%;
}
.home_about_ul {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0.25rem 0.3rem;
	border-radius: 0.05rem;
	margin: 0.4rem 0;
}
.home_about_ul li {
	display: flex;
	align-items: center;
	gap: 0.1rem;
}
.home_about_ul li i {
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background: url('static/imgs/yes.png') center no-repeat;
	background-size: contain;
}
.home_about_ul li p {
	font-size: 0.18rem;
	color: #333;
}
.home_about_left i {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
	background: url('static/imgs/video.png') center no-repeat;
	background-size: contain;
	position: absolute;
	top: 58%;
	left: 68%;
	transform: translate(-50%, -50%);
}
.i_v_btn::before {
	animation: serv_one_border 2s 0s ease infinite;
}
.i_v_btn::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	z-index: 2;
}
.i_v_btn span::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	z-index: 2;
}
.i_v_btn span::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	z-index: 2;
}
.i_v_btn span::before {
	animation: serv_one_border 1.5s 0s ease infinite;
}
.i_v_btn span::after {
	animation: serv_one_border 2.5s 0s ease infinite;
}
@keyframes serv_one_border {
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.5);
		-ms-transform: translate(-50%, -50%) scale(1.5);
		-o-transform: translate(-50%, -50%) scale(1.5);
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		-moz-transform: translate(-50%, -50%) scale(1.5);
	}
}
@keyframes yuan {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1200px) {
	.home_about_ul li p {
		font-size: 0.16rem;
	}
	.home_about_ul li i {
		width: 0.25rem;
		height: 0.25rem;
	}
	.home_about_ul {
		padding: 0.2rem 0.25rem;
		margin: 0.3rem 0;
	}
	.home_about_bac {
		padding: 0 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {
	.home_about_left {
		width: 100%;
	}
	.home_about_rigth {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:425px) {}
/* eject videos */
.vd_box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 999999;
}
.vd_box_area {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2014;
	width: 60%;
	max-height: 90%;
}
.vd_box_area::before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}
.close_v {
	position: absolute;
	top: -.2rem;
	right: -.2rem;
	width: 0.4rem;
	height: 0.4rem;
	background: var(--i_color);
	z-index: 2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.close_v::before {
	content: '+';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 0.44rem;
	color: #FFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.vd_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: contain;
}
@media screen and (max-width:1024px) {
	.vd_box_area {
		width: 80%;
	}
	.close_v::before {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.vd_box_area {
		width: 88%;
	}
	.close_v {
		top: -.15rem;
		right: -.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}
/* category */
.category_bac {
	box-sizing: border-box;
	padding: 0.8rem 0 1.3rem 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.category_bac1 {
	position: absolute;
	bottom: 4%;
	left: -4%;
	z-index: -1;
	width: 22.76%;
}
.category_bac2 {
	position: absolute;
	bottom: 0%;
	right: 0%;
	z-index: -1;
	width: 23.75%;
}
.category {}
.category_box {
	margin-top: 0.4rem;
}
.category_left {
	width: 23.79%;
	position: relative;
	z-index: 2;
}
.category_ul {
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
	margin-top: 0.4rem;
}
.category_ul li {}
.category_ul li a {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.2rem;
	border-radius: 0.05rem;
	background-color: #F3F3F3;
	width: 100%;
	font-size: 0.22rem;
	color: #333;
	text-align: center;
	transition: all 0.3s ease;
}
.category_ul li.current a {
	width: 120%;
	background-color: var(--i_color);
	color: #fff;
}
.category_right {
	width: 76.21%;
	margin-left: auto;
	box-sizing: border-box;
	padding-left: 0.2rem;
}
.category_dl {}
.category_dl dt {}
.category_dl_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.category_img {
	width: 63.2%;
	position: relative;
	background: linear-gradient(to top, #EDEDED, #E1E1E1, #C4C4C4);
	overflow: hidden;
	border-radius: 0 0 0.8rem 0;
}
.category_img::after {
	content: '';
	display: block;
	padding-bottom: 72.08%;
}
.category_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.category_text {
	width: 36.8%;
	box-sizing: border-box;
	padding-left: 0.5rem;
}
.category_text h3 {
	font-size: 0.32rem;
	color: var(--i_color);
	font-family: 'bold';
}
.category_text h4 {
	font-size: 0.18rem;
	line-height: 155%;
	color: #666;
	margin: 0.2rem 0 0.4rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}
.category_text i {
	display: flex;
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	background-color: var(--i_color);
	justify-content: center;
	align-items: center;
}
.category_text i iconify-icon {
	font-size: 0.25rem;
	color: #fff;
}
@media screen and (max-width:1440px) {
	.category_ul li a {
		padding: 0.18rem;
		font-size: 0.2rem;
	}
	.category_text h3 {
		font-size: 0.28rem;
	}
	.category_text h4 {
		font-size: 0.16rem;
		-webkit-line-clamp: 7;
	}
	.category_bac {
		padding: 0.8rem 0 1.1rem 0;
	}
}
@media screen and (max-width:1200px) {
	.category_ul li a {
		padding: 0.16rem;
		font-size: 0.18rem;
	}
	.category_text h3 {
		font-size: 0.24rem;
	}
	.category_text h4 {
		-webkit-line-clamp: 6;
	}
	.category_text i {
		width: 0.5rem;
		height: 0.5rem;
	}
	.category_text {
		padding-left: 0.4rem;
	}
	.category_bac {
		padding: 0.6rem 0 0.9rem 0;
	}
}
@media screen and (max-width:1024px) {
	.category_text h3 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:960px) {
	.category_ul {
		position: relative;
		left: unset;
		top: unset;
		gap: 0.1rem;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.category_ul li {
		width: calc((100% - 0.2rem) / 3);
	}
	.category_left {
		width: 100%;
	}
	.category_ul li.current a {
		width: 100%;
	}
	.category_right {
		width: 100%;
		padding-left: 0rem;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:767px) {
	.category_ul li {
		width: calc((100% - 0.1rem) / 2);
	}
}
@media screen and (max-width:560px) {
	.category_img {
		width: 100%;
	}
	.category_text {
		width: 100%;
		margin-top: 0.2rem;
		padding-left: 0rem;
	}
	.category_text h3 {
		font-size: 0.24rem;
	}
	.category_text h4 {
		margin: 0.2rem 0;
	}
}
@media screen and (max-width:425px) {}
/* home_products */
.home_products_bac {
	box-sizing: border-box;
	padding: 0.8rem 0;
	background: url(https://lingjuimg.com/wp-content/uploads/benyu/2025/08/蒙版组-74@1x.webp) no-repeat center;
	background-size: cover;
	border-radius: 0 1.3rem 0 0;
}
.home_products {}
/*  */

.HP_partner_box2 {
	position: relative;
}
.HP_partner_box {
	margin-top: 0.4rem;
}
.HP_partner {
	position: relative
}
.HP_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.HP_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.HP_partner_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	flex-direction: column;
}
.HP_A {
	display: block;
	width: 100%;
}
.HP_img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.HP_img:before {
	content: "";
	display: block;
	padding-bottom: 75%
}
.HP_img img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.HP_img img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.HP_text {
	background-color: #fff;
	margin-top: -1px;
}
.HP_txt {
	box-sizing: border-box;
	padding: 0.1rem 0.25rem 0.3rem 0.25rem;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.HP_text h3 {
	font-size: 0.2rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.1rem;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
.HP_text h4 {
	line-height: 0.24rem;
	font-size: 0.16rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 0.72rem;
}
.HP_i {
	box-sizing: border-box;
	padding: 0.15rem 0.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}
.HP_i::after {
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--i_color2);
	transition: all 0.5s ease;
	z-index: -1;
}
.HP_i h5 {
	font-size: 0.16rem;
	color: #666;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.HP_i iconify-icon {
	color: #666;
	font-size: 0.2rem;
	transition: all 0.3s ease;
}
.HP_A:hover .HP_i::after {
	width: 100%;
	right: auto;
	left: 0;
}
.HP_A:hover .HP_i h5,
.HP_A:hover .HP_i iconify-icon {
	color: #fff;
}
.HP_A:hover h3 {
	color: var(--i_color);
}
/* 指示器 */
.HP_partner .pt-pagination {
	display: none;
	text-align: center;
	margin: 0.4rem auto 0
}
.HP_partner .pt-pagination .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.05rem;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	outline: none
}
.HP_partner .pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: transparent;
}
@media screen and (max-width:1440px) {
	.home_products_bac {
		border-radius: 0 1.2rem 0 0;
	}
}
@media screen and (max-width:1200px) {
	.HP_partner .pt-button-prev,
	.HP_partner .pt-button-next {
		display: none
	}
	.HP_partner .pt-pagination {
		display: block
	}
	.home_products_bac {
		padding: 0.6rem 0;
		border-radius: 0 1rem 0 0;
	}
	.HP_txt {
		padding: 0.1rem 0.2rem 0.25rem 0.2rem;
	}
	.HP_i {
		padding: 0.12rem 0.2rem;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.HP_text h3 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:560px) {
	.HP_text h4 {
		-webkit-line-clamp: 2;
		height: 0.48rem;
	}
	.HP_txt {
		padding: 0.1rem 0.2rem 0.15rem 0.2rem;
	}
	.HP_i h5 {
		font-size: 0.14rem;
	}
}
/* overseas */
.overseas_bac {
	box-sizing: border-box;
	padding: 1rem 0;
	position: relative;
	background: #F3F3F3;
	z-index: 2;
}
.overseas_img {
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translate(-50%, 0%);
	max-width: 100%;
	z-index: -1;
}
.overseas {}
/*  */
.over_partner_box {
	margin-top: 0.6rem;
}
.over_partner {
	position: relative
}
.over_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.over_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.over_partner_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	flex-direction: column;
	padding-top: 1rem;
	transition: all 0.3s ease;
	height: 5rem;
}
.over_partner_list .img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	border-radius: 0.05rem;
	overflow: hidden
}
.over_partner_list .img:before {
	content: "";
	display: block;
	padding-bottom: 65.46%;
	transition: all 0.5s ease;
}
.over_partner_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.over_partner_list .img::after {
	content: '';
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top, rgba(1, 113, 81, 1), rgba(0, 0, 0, 0));
	transition: all 0.5s ease;
}
.over_partner_list .img img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.over_partner_list li p {
	font-size: 0.22rem;
	color: #333;
	text-align: center;
	margin-top: 0.2rem;
	display: none;
}
.over_partner_list li.swiper-slide-active {
	padding-top: 0;
}
.over_partner_list li.swiper-slide-active p {
	display: block;
}
.over_partner_list li.swiper-slide-active .img:before {
	padding-bottom: 72.46%
}
.over_partner_list li.swiper-slide-active .img::after {
	bottom: 0;
}
/* 指示器 */
.over_partner .pt-pagination {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.over_partner .pt-pagination span {
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
}
.over_3 {
	color: var(--i_color) !important;
}
.over_2 {
	width: 3.5rem;
	height: 1px;
	background: rgba(51, 51, 51, 0.2);
	margin: 0 0.1rem;
}
@media screen and (max-width:1440px) {
	.overseas_bac {
		padding: 0.8rem 0;
	}
	.over_partner_list li p {
		font-size: 0.2rem;
	}
	.over_partner_list li {
		padding-top: 0.8rem;
	}
	.over_partner_list li {
		height: 4rem;
	}
}
@media screen and (max-width:1200px) {
	.overseas_bac {
		padding: 0.6rem 0;
	}
	.over_partner_box {
		margin-top: 0.4rem;
	}
	.over_partner_list li p {
		font-size: 0.18rem;
	}
	.over_partner_list li {
		height: 3.5rem;
	}
}
@media screen and (max-width:1024px) {
	.over_partner_list li p {
		font-size: 0.16rem;
	}
	.over_partner_list li {
		height: 3rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.over_partner_list li {
		padding-top: 0.7rem;
	}
	.over_partner_list li {
		height: 2.8rem;
	}
}
@media screen and (max-width:560px) {
	.over_2 {
		width: 3rem;
	}
}
/* custom */
.custom_bac {
	box-sizing: border-box;
	padding: 1.2rem 0;
}
.custom {
	display: flex;
	flex-wrap: wrap;
}
.custom_left {
	width: 50%;
	box-sizing: border-box;
	padding-right: 4%;
}
.custom_left h3 {
	font-size: 0.18rem;
	color: #666;
	line-height: 155%;
	margin: 0.2rem 0 0.4rem 0;
}
.custom_left h3 a {
	font-size: 0.18rem;
	color: var(--i_color2);
	border-bottom: 1px solid var(--i_color2);
}
.custom_ul {
	border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.custom_ul li {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0.3rem 0;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	align-items: center;
}

.custom_ul li:hover h4 {
	color: var(--i_color);
}


.custom_ul li h4 {
	font-size: 0.52rem;
	color: #666;
}
.custom_ul li h5 {
	font-size: 0.18rem;
	color: #666;
}
.custom_right {
	width: 50%;
	position: relative;
}
.custom_right::after {
	content: '';
	display: block;
	padding-bottom: 87.71%;
}
.custom_right>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.8rem 0 0 0;
}
.custom_top {
	position: absolute;
	top: -7%;
	left: 14%;
}
.custom_top_img {
	box-sizing: border-box;
	padding: 0.05rem 0.12rem;
	background-color: var(--i_color);
}
.custom_top img {
	width: 0.53rem;
}
.custom_top_text {
	box-sizing: border-box;
	padding: 0.12rem 0.12rem 0.23rem 0.12rem;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
.custom_top_text h3 {
	font-size: 0.3rem;
	color: #333;
	text-align: center;
	line-height: 100%;
}
.custom_top_text h4 {
	font-size: 0.16rem;
	color: #333;
	text-align: center;
}
.custom_bottom {
	position: absolute;
	bottom: 11%;
	right: -4%;
	background-color: var(--i_color);
	box-sizing: border-box;
	border-right: 0.07rem solid var(--i_color2);
	width: 2.23rem;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0.2rem;
}
.custom_bottom img {
	width: 0.5rem;
	height: auto;
}
.custom_bottom h5 {
	display: flex;
	font-size: 0.18rem;
	color: #fff;
	align-items: flex-end;
	gap: 0.05rem;
	margin: 0.15rem 0 0.05rem 0;
}
.custom_bottom h5 span {
	font-size: 0.58rem;
	color: #fff;
	line-height: 100%;
}
.custom_bottom h6 {
	line-height: 143%;
	font-size: 0.14rem;
	color: #fff;
}
@media screen and (max-width:1440px) {
	.custom_bac {
		padding: 1rem 0;
	}
	.custom_bottom h5 span {
		font-size: 0.5rem;
	}
	.custom_bottom {
		width: 2rem;
	}
	.custom_ul li h4 {
		font-size: 0.48rem;
	}
}
@media screen and (max-width:1200px) {
	.custom_left h3 {
		font-size: 0.16rem;
	}
	.custom_bac {
		padding: 0.8rem 0;
	}
	.custom_bottom h5 span {
		font-size: 0.45rem;
	}
	.custom_ul li h4 {
		font-size: 0.44rem;
	}
	.custom_ul li h5 {
		font-size: 0.16rem;
	}
	.custom_top_text h3 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1024px) {
	.custom_bottom h5 span {
		font-size: 0.4rem;
	}
	.custom_ul li h4 {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:960px) {
	.custom_ul li h4 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:767px) {
	.custom_ul li h4 {
		font-size: 0.3rem;
	}
	.custom_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:560px) {
	.custom_left {
		width: 100%;
		padding-right: 0%;
	}
	.custom_right {
		width: 95%;
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:425px) {
	.custom_right {
		margin-top: 0.6rem;
	}
}
/* home_news */
.home_news_bac {
	background-color: #F3F3F3;
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.home_news {}
/*  */
.HN_partner_box {
	margin-top: 0.4rem;
}
.HN_partner {
	position: relative
}
.HN_partner_list {
	width: 100%;
	padding: 0.1rem !important;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.HN_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.HN_partner_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	flex-direction: column;
}
.HN_A {
	display: block;
	width: 100%;
}

.HN_partner_list li:hover img{
 transform: translate(-50%, -50%) scale(1.15, 1.15);
}

.HN_img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	border-radius: 0.02rem;
	overflow: hidden
}
.HN_img:before {
	content: "";
	display: block;
	padding-bottom: 65%
}
.HN_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.HN_img img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.HN_i {
	background-color: var(--i_color);
	box-sizing: border-box;
	padding: 0.1rem 0.1rem;
	position: absolute;
	top: 0;
	left: 10%;
}
.HN_i p {
	font-size: 0.3rem;
	color: #fff;
	text-align: center;
}
.HN_i span {
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.5);
}
.HN_text {
	background: #fff;
	box-sizing: border-box;
	padding: 0.3rem 0.3rem 0.15rem 0.3rem;
	width: 90%;
	margin-left: auto;
	margin-top: -0.5rem;
	position: relative;
	z-index: 3;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
}
.HN_text h3 {
	font-size: 0.24rem;
	color: #333;
	line-height: 0.32rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 0.64rem;
	transition: all 0.3s ease;
}
.HN_text h4 {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	height: 1.2rem;
	margin: 0.1rem 0 0.2rem 0;
}
.HN_h5 {
	border-top: 1px solid rgba(51, 51, 51, 0.2);
	box-sizing: border-box;
	padding-top: 0.15rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
}
.HN_h5::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.HN_h5 h5 {
	font-size: 0.16rem;
	color: #666;
	transition: all 0.3s ease;
}
.HN_h5 iconify-icon {
	font-size: 0.2rem;
	color: #666;
	transition: all 0.3s ease;
}
.HN_A:hover h3 {
	color: var(--i_color);
}
.HN_A:hover .HN_h5 {
	border-top: 1px solid transparent;
}
.HN_A:hover .HN_h5::after {
	width: 100%;
	right: auto;
	left: 0;
}
.HN_A:hover h5,
.HN_A:hover iconify-icon {
	color: var(--i_color);
}
/* 指示器 */
.HN_partner .pt-pagination {
	display: none;
	text-align: center;
	margin: 0.4rem auto 0
}
.HN_partner .pt-pagination .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor: pointer;
	display: inline-block;
	margin: 0 0.05rem;
	background: var(--i_color);
	border-radius: 2px;
	opacity: 1;
	outline: none
}
.HN_partner .pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: transparent;
}
@media screen and (max-width:1440px) {
	.HN_text h3 {
		font-size: 0.22rem;
		line-height: 0.3rem;
		height: 0.6rem;
	}
	.HN_text h4 {
		-webkit-line-clamp: 4;
		height: 0.96rem;
	}
}
@media screen and (max-width:1200px) {
	.HN_partner .pt-button-prev,
	.HN_partner .pt-button-next {
		display: none
	}
	.HN_partner .pt-pagination {
		display: block
	}
	.HN_text h3 {
		font-size: 0.2rem;
		line-height: 0.28rem;
		height: 0.56rem;
	}
	.home_news_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.HN_text h4 {
		-webkit-line-clamp: 3;
		height: 0.72rem;
	}
	.HN_text {
		padding: 0.2rem 0.2rem 0.15rem 0.2rem;
		margin-top: -0.4rem;
	}
}
@media screen and (max-width:560px) {}
/* footer */
.footer_bac {
	background: url('static/imgs/footer_bac.webp') center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 0.6rem;
}
.footer {}
.footer_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_top img {
	height: 0.91rem;
}
.footer_top_ul {
	display: flex;
	gap: 0.45rem;
}
.footer_top_ul li {}


.footer_top_ul li:hover a {
	color: var(--i_color);
}
.footer_top_ul li a {
	font-size: 0.18rem;
	color: #fff;
}
.footer_center {
	display: flex;
	padding: 0.6rem 0 1rem 0;
	box-sizing: border-box;
}
.footer_1 {
	width: 52.14%;
	box-sizing: border-box;
	padding-right: 14%;
}
.footer_1_email {
	font-size: 0.36rem;
	color: #fff;
	font-family: 'bold';
	transition: all 0.3s ease;
}
.footer_1_email:hover {
	color: var(--i_color2);
}
.footer_1_ul {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	margin-top: 0.2rem;
}
.footer_1_ul li {
	display: flex;
}
.footer_1_ul li p {
	font-size: 0.18rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 155%;
	flex-shrink: 0;
}
.footer_1_ul li a {
	font-size: 0.18rem;
	color: #fff;
	line-height: 155%;
	box-sizing: border-box;
	padding-left: 0.05rem;
	transition: all 0.3s ease;
}
.footer_2 {
	width: 20%;
}
.footer_h3 {
	font-size: 0.24rem;
	color: #fff;
	font-family: 'bold';
	margin-bottom: 0.25rem;
	text-transform: capitalize;
}
.footer_ul {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.footer_ul li {}
.footer_ul li a {
	font-size: 0.18rem;
	color: rgba(255, 255, 255, 0.6);
	position: relative;
	transition: all 0.3s ease;
}
.footer_ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.footer_ul li a:hover {
	color: #fff;
}
.footer_ul li a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}
.footer_3 {
	width: 19.29%;
}
.footer_4 {}
.footer_dl {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.footer_dl dt {}
.footer_dl dt a {
	width: 0.32rem;
	height: 0.32rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
	transition: all 0.3s ease;
}
.footer_dl dt a iconify-icon {
	font-size: 0.2rem;
	color: #fff;
}
.footer_1_ul li a:hover {
	color: var(--i_color2);
}
.footer_dl dt a:hover {
	background-color: var(--i_color2);
}
.footer_down_bac {
	background-color: var(--i_color);
	box-sizing: border-box;
	padding: 0.25rem 0;
	border-radius: 0.5rem 0 0 0;
}
.footer_down {}
.footer_down p {
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.8);
}
.footer_down p a {
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
	border-bottom: 1px solid transparent;
}
.footer_down p a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width:1440px) {
	.footer_top img {
		height: 0.85rem;
	}
	.footer_1_email {
		font-size: 0.32rem;
	}
}
@media screen and (max-width:1200px) {
	.footer_top img {
		height: 0.8rem;
	}
	.footer_1_email {
		font-size: 0.28rem;
	}
	.footer_center {
		padding: 0.4rem 0 0.8rem 0;
	}
}
@media screen and (max-width:1024px) {
	.footer_top img {
		height: 0.75rem;
	}
	.footer_top_ul {
		display: none;
	}
	.footer_2,
	.footer_3,
	.footer_4 {
		display: none;
	}
	.footer_1 {
		width: 100%;
		padding-right: 0%;
	}
	.footer_1_email {
		font-size: 0.24rem;
	}
	.footer_center {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:960px) {
	.footer_top img {
		height: 0.7rem;
	}
}
@media screen and (max-width:767px) {
	.footer_top img {
		height: 0.6rem;
	}
	.footer_down_bac {
		padding: 0.25rem 0 0.75rem 0;
		border-radius: 0.3rem 0 0 0;
	}
}
@media screen and (max-width:560px) {
	.footer_bac {
		padding-top: 0.4rem;
	}
	.footer_center {
		padding: 0.4rem 0;
	}
	.footer_down_bac {
		border-radius: 0.2rem 0 0 0;
	}
	.footer_top img {
		height: 0.55rem;
	}
}
@media screen and (max-width:425px) {}
/* @media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:960px){
}
@media screen and (max-width:767px){
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
} */
.in_pagebanner {
	font-size: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.in_pagebanner img {
	width: 100%;
	object-fit: cover;
}
.in_pagebanner p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
/* Breadcrumb */
.in_position {
	width: 100%;
	padding: .2rem 0;
	background: rgba(0, 0, 0, .3);
	position: relative;
	position: absolute;
	left: 0;
	bottom: 0;
}
.in_position .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_position a {
	display: block;
	font-size: 15px;
	color: #fff;
	position: relative;
	line-height: 20px;
	text-transform: capitalize
}
.in_position a:first-child {
	padding-left: 0.26rem;
}
.in_position a:first-child::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {
	content: ">";
	margin: 0 4px;
	color: #fff
}
.in_position a:last-child {
	color: var(--i_color) !important
}
.in_position a:hover {
	color: var(--i_color)
}
@media screen and (max-width:1024px) {
	.in_position {
		padding: .16rem 0;
	}
	.in_position a {
		font-size: 14px
	}
}
@media screen and (max-width:560px) {

	.in_position a:first-child::before{
		top: 43%;
	}
	.in_position {
		padding: .12rem 0;
	}
	.in_position a {
		font-size: 13px
	}
}
.bjs {
	background: var(--bjs);
}
/* ul>li左图右文 */
.pro_list {}
.pro_list .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro_list .wrap .left {
	width: 24%;
}
.pro_list .wrap .right {
	width: 72%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.pro_list .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.pro_list .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.p_nav_list {
	background: #fff;
	padding: 0.3rem 0.26rem;
	box-sizing: border-box;
	border-top-left-radius: 0.6rem;
	border-bottom: 2px solid var(--i_color);
}
.p_nav_list .li2 {
	border-bottom: none;
}
.p_nav_list li {
	margin-bottom: 0.2rem;
	border-radius: 0.05rem;
	overflow: hidden;
}
.p_nav_list li {}
.p_nav_list .curr .cat_name {
	border-radius: 0.05rem;
}
.p_nav_list .curr {
	/* background: var(--btn_color2); */
}
.p_nav_list .currs {
	background: transparent !important;
}
.p_nav_list .cat_name {
	height: 60px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background: #eee;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 0.2rem;
}
.noborder a {
	border-top: 1px solid transparent !important;
}
.p_nav_list .cat_name:last-child {}
.p_nav_list li:last-child .cat_name {}
.p_nav_list .cat_name:nth-child(1) {}
.p_nav_list .cat_name:nth-child(1) {}
.p_nav_list .aa {
	background-color: #EEEEEE;
}
.p_nav_list .cat_name b {
	font-size: 0.18rem;
	color: #333;
	/* padding-left: 24px; */
	margin-right: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_nav_list .cat_name iconify-icon {
	font-size: 0.18rem;
	color: #333;
	flex-shrink: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
	box-sizing: border-box;
}
.p_nav_list .curr .cat_name iconify-icon {
	transform: rotate(-180deg);
	color: #fff;
}
.p_nav_list .curr .cat_name {
	position: relative;
	height: 60px;
	background: var(--i_color);
}
.p_nav_list .curr .cat_name b {
	color: #fff;
}
.p_nav .img {
	width: 3.5%;
	position: absolute;
	right: 0;
	top: 0;
}
.p_nav img {
	width: 100%;
}
.p_nav_list dl {
	display: none;
}
.p_nav_list .curr dl {
	display: block !important;
	/* background: #fff; */
	overflow: hidden;
	background: var(--bjs);
	border-bottom: none;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.p_nav_list dt {
	margin-bottom: 0.1rem;
}
.p_nav_list dt a.active {
	background: #FFF;
}
.p_nav_list dt a:hover {
	background: #FFF;
}
.p_nav_list dt a {
	border-radius: 0.05rem;
}
.p_nav_list dt {
	position: relative;
}
.p_nav_list dt::before {
	/* content: ''; */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -.3rem;
	width: 0.3rem;
	height: 0.3rem;
	background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23eec73e" d="M13 16.25a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06l3-3l-3-3A.75.75 0 0 1 13.53 8l3.5 3.5a.75.75 0 0 1 0 1.06L13.53 16a.74.74 0 0 1-.53.25m-5.5 0A.74.74 0 0 1 7 16a.75.75 0 0 1 0-1l3-3l-3-3a.75.75 0 0 1 1-1l3.5 3.5a.75.75 0 0 1 0 1.06L8 16a.74.74 0 0 1-.5.25"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
	transition: all .5s ease;
}
.p_nav_list dt a {
	display: block;
	font-size: 16px;
	color: #666;
	padding: 0.15rem 0.3rem;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	margin: 0.1rem 0;
}
.p_nav_list dt a::before {
	/* content: ''; */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0.2rem;
	height: 6px;
	width: 6px;
	border-radius: 100px;
	background: #999;
}
.p_nav_list .curr>a {
	border-bottom: 1px solid transparent;
}
.p_nav_list .curr {}
.p_nav_list dt.active a {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	/* background: rgba(255, 0, 0, 0.12); */
}
.p_nav_list dt a:hover {
	/* padding: 0.15rem 0.5rem; */
	/* background: rgba(255, 0, 0, 0.12); */
}
/* .p_nav_list dt a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0.2rem;
	width: 20px;
	height: 1px;
	background: var(--i_color);
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p_nav_list dt a:hover::before {
	opacity: 1;
} */
.p_nav_list dt.active a {
	/* color: var(--i_color); */
}
.p_nav_list dt.active a::before {
	/* opacity: 1; */
}
.p_nav_list dt a.active {}
.p_nav_list dt a.active::before {
	background: var(--i_color);
}
.p_nav_list dt a:hover {}
.p_nav_list dt a:hover::before {
	background: var(--i_color);
}
.p_nav_list dt a:not(:last-child) {
	border-bottom: 1px solid #EEEEEE;
}
.p_nav_list .ccc.act {
	/* display: none; */
	position: relative;
	z-index: 99999;
}
.p_nav_list .ccc {
	/* display: none; */
}
.p_nav .i_line {
	width: 100%;
	height: 2px;
	color: grey;
}
.p_nav_list dt:hover a,
.p_nav_list dt.on a {
	/* padding-left: 20px; */
}
.zwbanner {
	height: 2rem;
}
@media screen and (max-width:1440px) {
	.p_nav_list dt a {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.p_nav_list .cat_name {
		height: 48px;
	}
	.p_nav_list dt a {
		font-size: 0.14rem;
	}
	.zwbanner {
		height: 1.5rem;
	}
	.p_nav_list li {}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.p_nav_list>p {
	position: relative;
	box-sizing: border-box;
}
.fff {
	color: #fff !important;
}
.contact {
	background: url(static/imgs/contacts.webp) no-repeat center;
	background-size: cover;
	padding: 0.4rem 0.2rem;
	border-top-left-radius: 0.6rem;
}
.fline {
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0.2;
}
.m20 {
	margin: 0.2rem 0;
}
.mb20 {
	margin-bottom: 0.2rem;
}
/* .zfx */
.zfx1 {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx1 iconify-icon {
	font-size: 0.18rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx1.br {
	border-radius: 1000px;
	overflow: hidden;
}
.zfx1.line {
	background: transparent;
	border: 1px solid #FFF;
}
.zfx1.line iconify-icon {
	color: #FFF;
}
.zfx1.line:hover {
	background: #FFF;
}
.zfx1.center {
	margin: 0 auto;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.mb20 {
		margin-bottom: 0.1rem;
	}
	.m20 {
		margin: 0.1rem 0;
	}
	.zfx1 {
		width: 30px;
		height: 30px;
	}
	.zfx1 iconify-icon {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.prolists {}
.prolists .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}
.prolists .p3_list li {
	width: 32%;
	box-sizing: border-box;
	background: #fff;
}
.prolists .p3_list li .img {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.prolists .p3_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.prolists .p3_list li .txt {
	padding: 0.25rem 0.2rem;
	box-sizing: border-box;
}
.prolists .p3_list li .btnboxs {
	padding: 0.15rem 0.2rem;
	box-sizing: border-box;
	border-top: 1px solid var(--border_color);
	color: #666;
}
.mb10 {
	margin-bottom: 10px;
}
.prolists .p3_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.prolists .p3_list li .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.prolists .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.prolists .p3_list li:hover p {}
.prolists .p3_list li:hover .btnboxs {
	background: var(--i_color2);
	color: #fff;
}
.prolists .p3_list li:hover .btnboxs P {
	color: #fff;
}
.prolists .p3_list li:hover {
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.prolists .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	overflow: hidden;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}
@media screen and (max-width:1024px) {
	.in_page_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
}
@media screen and (max-width:560px) {
	.in_page_box {
		margin-top: 0.3rem;
	}
}
/* 详情 */
/* ul>li左图右文 */
.sliderbox {}
.sliderbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sliderbox .wrap .left {
	width: 44%;
	position: relative;
}
.sliderbox .wrap .right {
	width: 52%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.sliderbox .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.sliderbox .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.sliderbox .wrap .right h1 {
	padding-bottom: 0.2rem;
	box-sizing: border-box;
	border-bottom: 1px solid var(--border_color);
}
.contentbox {
	padding: 0.2rem 0;
	box-sizing: border-box;
}
.share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.2rem;
	align-items: center;
}
.share a {}
.share iconify-icon {
	font-size: 0.26rem;
	color: #333;
	opacity: 0.2;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.share a:hover iconify-icon {
	opacity: 1;
	color: var(--i_color);
}
.cslist {
	padding: 0.2rem 0.4rem;
	box-sizing: border-box;
	background: #fff;
}
.cslist dt {
	position: relative;
}
.cslist dt::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -20px;
	width: 6px;
	height: 6px;
	border-radius: 1000px;
	background: #666;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.share {
		margin-top: 0.2rem;
	}
	.share iconify-icon {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* atlas */
.p_atlas {
	width: 100%;
	/* height: 100%; */
	/* padding: 10px 10px 0px 10px; */
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
.p_atlas_list {
	position: relative;
	overflow: hidden;
	border: .01rem solid var(--border_color);
}
.p_atlas_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.p_atlas_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	background: #fff;
}
.p_atlas_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 75%;
}
.p_atlas_list .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* thumbnail */
.p_thumbnail_list {
	width: 100%;
	/* width:calc(100% - 100px);*/
	margin: 20px 0;
	box-sizing: border-box;
	padding: 0 .02rem;
	position: relative;
	/* overflow: hidden */
}
.p_thumbnail_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.p_thumbnail_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	box-sizing: border-box;
	border: .02rem solid transparent;
	overflow: hidden;
	cursor: pointer;
}
.p_thumbnail_list .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p_thumbnail_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 75%;
}
.p_thumbnail_list .swiper-slide-thumb-active::after {
	display: none;
}
.p_thumbnail_list .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_thumbnail_list .swiper-slide-thumb-active {
	border-color: var(--i_color);
	background: #fff;
	opacity: 1;
}
.thumbnail-prev,
.thumbnail-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	z-index: 3;
	background: transparent;
	width: 54px;
	height: 54px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #D8D8D8;
	border: 1px solid #666;
	border-radius: 1000px;
}
.thumbnail-prev {
	left: 0rem;
}
.thumbnail-next {
	right: 0rem;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #666
}
.p_thumbnail_list .swiper-button-disabled {
	cursor: not-allowed
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
	background: var(--i_color2);
	border: 1px solid var(--i_color2);
}
.thumbnail-pagination {
	margin-top: 10px;
	text-align: center;
}
.thumbnail-pagination,
.thumbnail-pagination span {
	font-size: 14px;
	color: #999;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
	color: #fff;
}
@media screen and (max-width:1024px) {
	.p_atlas_list {
		margin-bottom: 20px;
	}
	.p_atlas {
		width: 100%;
		height: auto;
	}
	.p_thumbnail_list .swiper-slide {
		border: .01rem solid transparent;
	}
}
@media screen and (max-width:768px) {
	.p_thumbnail_list {
		margin: 0;
	}
	.pr {
		margin-top: 10px;
	}
}
@media screen and (max-width:560px) {}
.pr {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.pr2 {
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.thumbnail-prev,
	.thumbnail-next {
		display: none;
	}
	.pr {
		width: 100%;
	}
	.pr2 {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
@media screen and (max-width:480px) {}
.titbox {
	border-bottom: 2px solid var(--border_color);
	box-sizing: border-box;
}
.pro_list2 .titie {
	padding: 0.2rem 0;
	display: inline-block;
	border-bottom: 4px solid var(--i_color);
}

.pro_list2 .wrap .right {
	width: 68%;
}

.pro_list2 .p_nav_list {
	background: var(--bjs);
}
.pro_list2 .p_nav_list .cat_name {
	background: #fff;
}
.pro_list2 .p_nav_list .curr .cat_name {
	background: var(--i_color) !important;
}
.pro_list2 .p_nav_list .curr dl {
	padding: 0;
	background: #fff;
}
.iclist {}
.iclist ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 2.8888%;
}
.iclist ul li {
	width: 30.5%;
	box-sizing: border-box;
	padding: 0.2rem 0.3rem;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: var(--bjs);
}
.iclist ul li h6 {
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
}
.iclist ul li img {
	height: 0.5rem;
}
.iclist ul li p {
	margin: 0.2rem 0;
}
.iclist ul li h6 {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.pro_list2 .wrap .right {
		width: 100%;
	}
	.iclist ul {}
	.iclist ul li {
		width: 48%;
		box-sizing: border-box;
	}
	.iclist ul li .img {
		height: 0.3rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.iclist ul li {
		width: 100%;
	}
}
/* ul>li左图右文 */
.pakage {}
.pakage .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.4rem;
}
.pakage .wraps {
	justify-content: center !important;
}
.pakage .wrap .left {
	width: 47%;
	overflow: hidden;
}
.pakage .wrap:nth-child(even) .right {
	order: -5;
}
.pakage .wrap:nth-child(evenodd) .right {
	order: 5;
}
.pakage .wrap:nth-child(even) .left img {
	border-top-left-radius: 0.6rem;
}
.pakage .wrap:nth-child(odd) .left img {
	border-bottom-right-radius: 0.6rem;
}
.pakage .wrap .left img {
	width: 100%;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
.pakage .wrap .right {
	width: 49%;
}

.pakage .wrap:hover img{
	-webkit-transform: scale(1.15, 1.15); transform: scale(1.15, 1.15);
}

.pakage .wrap:hover p{
	color: var(--i_color);
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.pakage .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.pakage .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.n_t {}
.n_t .tag {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	align-items: center;
}
.n_t .tag p {}
.n_t .tag li a {
	padding: 10px 15px;
	border-radius: 0.05rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: table;
	border-radius: 5px;
	background: var(--bjs);
}
.n_t .tag li a:hover {
	color: #fff;
	background: var(--i_color);
}
.n_p {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n_p li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem 0.1rem;
}
.n_p .img {
	width: 0.40rem;
	height: 0.40rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #666;
	border-radius: 100px;
	flex-shrink: 0;
}
.n_p .img iconify-icon {
	color: #666;
	font-size: 0.2rem;
}
.n_p a:hover iconify-icon {
	color: #fff;
}
.n_p a:hover .img {
	background: var(--i_color);
}
.n_p a p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.desboxs {
		padding: 0.1rem;
	}
	.n_t .tag li a {
		padding: 0.05rem 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ul>li左图右文 */
.certs_list {}
.certs_list .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
}
.certs_list .wraps .left {
	width: 32%;
}
.certs_list .wraps .left img {
	width: 100%;
}
.certs_list .wraps .right {
	width: 66%;
	padding-right: 0.2rem;
	box-sizing: border-box;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.certs_list .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.certs_list .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.certsbox_swipers {
	position: relative;
	width: 100%;
}
.certsbox_swipers .certsbox_list {
	position: relative;
	overflow: hidden
}
.certsbox_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.certsbox_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
}
.certsbox_list .swiper-slide .img {
	position: relative;
	padding-bottom: 72%;
	overflow: hidden;
	background: var(--bjs);
}
.certsbox_list .swiper-slide .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.certsbox_list .swiper-slide .txt {
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}
.certsbox_list .swiper-slide .txt p {}
.certsbox_list .swiper-slide .txt h6 {}
.certsbox_list .swiper-slide:hover img {}
.certsbox-prev,
.certsbox-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .4rem;
	height: .4rem;
	background: var(--i_color);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.certsbox-prev {
	left: 5%;
}
.certsbox-next {
	right: 5%;
}
.certsbox-prev iconify-icon,
.certsbox-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.certsbox_list .swiper-button-disabled {
	cursor: not-allowed
}
.certsbox-prev:hover,
.certsbox-next:hover {
	background: var(--i_color);
}
.certsbox-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.certsbox-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 6px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.certsbox-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}
.over_2 {
	width: 7rem;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.certsbox_swipers {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.overs {
		display: none;
	}
	.certsbox-prev,
	.certsbox-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.p_faq {}
.p_faq li {
	margin-bottom: 0.2rem;
}
.p_faq .tit {
	padding: .26rem 0.26rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
	border: 1px solid var(--border_color);
	box-sizing: border-box;
}
.p_faq .tit.active {
	background: #f6f6f6;
	border: 1px solid transparent;
}

.p_faq .tit.active p {
	color: var(--i_color);
}

.p_faq .tit.active iconify-icon {
	display: none;
}
.p_faq .tit p {
	font-size: 0.2rem;
}
.p_faq .txt {
	display: none;
	margin-bottom: 0.1rem;
	padding: 0 0.26rem;
	padding-bottom: 0.35rem;
	box-sizing: border-box;
	background: #f6f6f6;
}
.p_faq .tit.active {
	border-bottom: 1px solid transparent;
}
.p_faq .txt span {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	font-size: 0.2rem;
}
.p_faq em {
	flex-shrink: 0;
	display: table;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 0.25rem;
	text-align: center;
	font-size: 0.18rem;
	color: #FFF;
	border-radius: 0.05rem;
}
.p_faq .tit em {
	background: #666;
}
.p_faq .txt em {
	background: var(--i_color);
}
@media screen and (max-width:1024px) {
	.p_faq .tit p {
		font-size: 0.16rem;
	}
	.p_faq .tit {
		padding: .2rem 0.26rem;
	}
}
.home_products_bac2 {
	background: var(--bjs);
	border-radius: 0;
}
.home_products_bac2 li:hover {
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}
.zyjt-prev,
.zyjt-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .54rem;
	height: .54rem;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 1000px;
	border: 1px solid #808080;
}
.zyjt-prev {
	left: -8%;
}
.zyjt-next {
	right: -8%;
}
.zyjt-prev iconify-icon,
.zyjt-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.24rem;
	color: #808080;
}
.zyjt_list .swiper-button-disabled {
	cursor: not-allowed
}
.zyjt-prev:hover,
.zyjt-next:hover {
	background: var(--i_color2);
	border: 1px solid var(--i_color2);
}
.zyjt-prev:hover iconify-icon,
.zyjt-next:hover iconify-icon {
	color: #fff;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.zyjt-prev,
	.zyjt-next {
		display: none;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.noflexs {
	display: block !important;
}
/* ul>li左图右文 */
.aboutbox {
	position: relative;
	overflow: hidden;
}

.aboutbox>img{
	position: absolute;
	top: 30%;
	left: -10%;
}

.aboutbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aboutbox .wrap .left {
	width: 45%;
}
.aboutbox .wrap .left img {
	width: 100%;
}
.aboutbox .wrap .right {
	width: 48%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.aboutbox .wrap .left {
		width: 100%;
	}
	.aboutbox .wrap .right {
		width: 100%;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.video_boxs {}
.video_boxs {
	position: relative;
}
.video_boxs>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.video_boxs .imgs {
	position: absolute;
	top: 50%;
	left: 58%;
	transform: translate(-50%, -50%);
}
.video_boxs .imgs img {
	height: 0.85rem;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.video_boxs .imgs img {
		height: 0.5rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.iclist2 {}
.iclist2 ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.2rem 0;
}
.iclist2 ul li {
	width: 20%;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	text-align: center;
	padding: 0.3rem 0.2rem;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.iclist2 ul li .zfx2 {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: -65px;
}
.iclist2 ul li:hover .zfx2 {
	background: #000;
}
.iclist2 ul li:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.iclist2 ul li img {
	height: 0.72rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.iclist2 ul li p {
	margin: 0.05rem 0;
}
.iclist2 ul li h6 {}
/* .zfx */
.zfx2 {
	width: 130px;
	height: 130px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx2 iconify-icon {
	font-size: 0.24rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx2.br {
	border-radius: 1000px;
	overflow: hidden;
}
.zfx2.line {
	background: transparent;
	border: 1px solid var(--i_color);
}
.zfx2.line iconify-icon {
	color: var(--i_color);
}
.zfx2.line:hover {
	background: var(--i_color);
}
.zfx2.line:hover iconify-icon {
	color: #fff;
}
.zfx2.center {
	margin: 0 auto;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.iclist2 ul li {
		border: 1px solid #d8d8d8;
	}
	.iclist2 ul li .zfx2 {
		width: 60px;
		height: 60px;
		position: static;
		transform: translate(0);
		margin: 0.2rem auto;
	}
	.iclist2 ul li .zfx2 img {
		height: 0.4rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.iclist2 ul {}
	.iclist2 ul li {
		width: 48%;
		box-sizing: border-box;
	}
	.iclist2 ul li .img {
		height: 0.3rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.iclist2 ul li {
		width: 100%;
	}
}
/* ul>li左图右文 */
.cooper {
	background: url(static/imgs/hb.webp) no-repeat center;
	background-size: cover;
	border-top-right-radius: 1.6rem;
	/* overflow: hidden; */
}
.cooper .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	position: relative;
}
.cooper .wrap .left {
	width: 30%;
	position: sticky;
	top: 160px;
}
.cooper .wrap .right {
	width: 53%;
}
.cooper dl {
	border-left: 1px dashed rgba(255, 255, 255, 0.2);
	padding-left: 0.3rem;
	box-sizing: border-box;
}
.cooper dl dt p {
	position: relative;
}
.cooper dl dt p::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -0.35rem;
	width: 11px;
	height: 11px;
	background: var(--i_color);
	border-radius: 1000px;
	z-index: 9;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {


	.cooper .wrap .left{
		position: static;
	}
	.cooper .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.cooper .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ul>li左图右文 */
.mibox {
	background: url(static/imgs/mibj.png) no-repeat center;
	background-size: cover;
}
.mibox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mibox .wrap .left {
	width: 49%;
}
.mibox .wrap .left img {
	width: 100%;
}
.mibox .wrap .right {
	width: 49%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.mibox .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.mibox .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.fac {}
.fac .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.fac .p3_list li {
	width: 32%;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
}
.fac .p3_list li .img {
	position: relative;
	padding-bottom: 109%;
	overflow: hidden;
}
.fac .p3_list li .img::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to bottom, transparent, #017151);
	background-size: 100% 100%;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}
.fac .p3_list li .img::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -180px;
	width: 100%;
	height: 25%;
	background: url(static/imgs/hrks.png) no-repeat center;
	z-index: 10;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}
.fac .p3_list li .img p {
	position: absolute;
	bottom: 0.3rem;
	left: 0.4rem;
	padding: 0.1rem 0.15rem;
	box-sizing: border-box;
	background: #fff;
	z-index: 11;
	opacity: 0;
	text-transform: capitalize;
}
.fac .p3_list li:hover p {
	opacity: 1;
}
.fac .p3_list li:hover .img::after {
	opacity: 1;
}
.fac .p3_list li:hover .img::before {
	opacity: 1;
}
.fac .p3_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.fac .p3_list li .txt {
	padding: 0.15rem;
	box-sizing: border-box;
	background: url(static/images) no-repeat center;
	background-size: cover;
}
.fac .p3_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.fac .p3_list li .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.fac .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.fac .p3_list li:hover p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.fac .p3_list li .img p{
		bottom: 0.1rem;
		left: 0.1rem;
	}

	.fac .p3_list {
		gap: 20px
		2%;
	}
	.fac .p3_list li {
		width: 49%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.pakage2 .wrap:nth-child(even) .right {
	order: -5;
}
.pakage2 .wrap:nth-child(odd) .right {
	order: 5;
}
.pakage2 .wrap .left {
	width: 49%;
}
.pakage2 .wrap .right {
	width: 44%;
}
.va2 {
	color: var(--i_color2);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.va2 br {
		display: none;
	}
	.pakage2 .wrap:nth-child(even) .right {
		order: 5;
	}
	.pakage2 .wrap:nth-child(odd) .right {
		order: 5;
	}
	.pakage2 .wrap .left {
		width: 100%;
	}
	.pakage2 .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.sv1 {}
.sv1 .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.sv1 .p3_list li {
	width: 32%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.sv1 .p3_list li:nth-child(even) .txt {
	order: -5;
}
.sv1 .p3_list li:nth-child(even) .img {
	border-bottom-right-radius: 0.4rem;
	overflow: hidden;
}
.sv1 .p3_list li:nth-child(odd) .img {
	border-top-right-radius: 0.4rem;
	overflow: hidden;
}
.sv1 .p3_list li .img {
	position: relative;
	padding-bottom: 69%;
	overflow: hidden;
}
.vline {
	width: 100%;
	height: 1px;
	background: var(--i_color);
}
.m10 {
	margin: 0.1rem 0;
}
.sv1 .p3_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.sv1 .p3_list li .txt {
	padding: 0.3rem 0.15rem;
	box-sizing: border-box;
	background: #fff;
}
.sv1 .p3_list li .txt p {

	-webkit-transition: all .5s ease;
	transition: all .5s ease;

	height: 30px;
	overflow: auto;
}
.sv1 .p3_list li .txt h6 {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	height: 240px;
	overflow: auto;
}
.sv1 .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.sv1 .p3_list li:hover p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.sv1 .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* 选项卡样式 */
.p_feature {
	background: url(static/imgs/salebj.webp) no-repeat center;
	background-size: cover;
	border-top-right-radius: 0.8rem;
}
.p_feature .xxk {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p_feature .tab-list {
	width: 47%;
}
.p_feature .tab {
	padding: 0.35rem 0;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p_feature .tab h6 {
	display: none;
	height: 176px;
	overflow: auto;
}
.p_feature .tab.active h6 {
	display: block;
}
.p_feature .tab span {
	width: 80%;
}
.p_feature .tab .number {}
.p_feature .tab.active .number {
	color: var(--i_color);
}
.p_feature .tab.active p {
	color: var(--i_color);
}
.p_feature .tab-content {
	width: 47%;
	box-sizing: border-box;
	margin-bottom: -0.8rem
}
.ffff {
	color: #fff !important;
}
.p_feature .content {
	display: none;
}
.p_feature .content img {
	width: 100%;
	object-fit: cover;
}
.p_feature .content.active {
	display: block;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.p_feature .tab-content {
		margin-bottom: 0;
	}
	.p_feature .tab-list {
		width: 100%;
		margin-bottom: 0.1rem;
	}
	.p_feature .tab-content {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.as {}
.as .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.as .p3_list li {
	width: 32%;
	box-sizing: border-box;
}
.as .p3_list li .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.as .p3_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.as .p3_list li .txt {
	padding: 0.15rem;
	box-sizing: border-box;
}
.as .p3_list li .txt p {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.as .p3_list li .txt h6 {}
.as .wraps img {
	width: 100%;
	object-fit: cover;
	margin-bottom: -2rem;
}
.as .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.as .p3_list li:hover p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.as .wraps img {
		margin-bottom: 0;
	}
	.as .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.sform {
	background: url(static/imgs/formbj.webp) no-repeat center;
	background-size: cover;
}
#wpforms-91 {
	--wpforms-field-size-input-height: 61px;
	--wpforms-button-background-color: var(--i_color);
	--wpforms-button-border-color: var(--i_color);
	--wpforms-page-break-color: var(--i_color);
}
#wpforms-91 {
	margin: 0;
	padding: 0;
}
#wpforms-form-91 {
	width: 100%;
	position: relative;
}
#wpforms-91 .wpforms-field-container {}
#wpforms-91 .wpforms-field-container>.wpforms-field {
	width: 100%;
	padding: 0 1px 20px;
	margin: 0 0 10px;
	overflow-x: initial !important
}
#wpforms-91 .wpforms-field-container .wpforms-field-label {
	height: 0;
	font-size: 0;
	margin: 0 0;
}
#wpforms-91 .wpforms-field-container .wpforms-required-label {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
}
#wpforms-91 .wpforms-field-container .wpforms-field>input,
#wpforms-91 .wpforms-field-container textarea,
#wpforms-91 .wpforms-field-container select,
#wpforms-91 .wpforms-field-container .choices {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;
	height: var(--wpforms-field-size-input-height);
}
#wpforms-91 .wpforms-field-container .wpforms-field>input::placeholder {
	color: #333;
}
#wpforms-91 .wpforms-field-container .wpforms-field>input,
#wpforms-91 .wpforms-field-container textarea,
#wpforms-91 .wpforms-field-container select {
	padding-left: 14px;
	padding-right: 14px;
	background: #fff;
	height: var(--wpforms-field-size-input-height);
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
	border: none;
}
#wpforms-91 .wpforms-field-container textarea {
	height: 1.5rem;
}
#wpforms-91 .wpforms-field-container fieldset ul {
	padding: 0 2px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#wpforms-91 .wpforms-field-container select {
	cursor: pointer;
}
#wpforms-91 .wpforms-field-container .wpforms-datepicker-wrap {
	width: 310px;
}
#wpforms-91 .wpforms-field-container .wpforms-datepicker-wrap input {
	width: 100%;
	max-width: 100%;
}
#wpforms-91 .wpforms-field-container .wpforms-datepicker-clear {
	right: 10px;
}
#wpforms-91 .wpforms-field-container em.wpforms-error,
#wpforms-91 .wpforms-field-container .mailcheck-error {
	position: absolute;
	margin: 0 0;
	bottom: -2px;
}
#wpforms-91 .wpforms-field-container {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wpforms-91-field_1-container,
#wpforms-91-field_2-container,
#wpforms-91-field_3-container {
	width: 32.5% !important;
}
#wpforms-91 .wpforms-submit-container {
	width: 180px;
	margin: 0 auto;
}
#wpforms-91 .wpforms-submit-container button {
	width: 100%;
	background: var(--i_color);
	color: #fff;
	cursor: pointer;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#wpforms-91 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
	display: none;
}
#wpforms-91 .wpforms-submit-container button:hover {
	opacity: 0.5;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {
	#wpforms-91 .wpforms-field-container>.wpforms-field {
		width: 100% !important;
		margin-bottom: 0.1rem;
	}
	#wpforms-91 {
		--wpforms-field-size-input-height: 42px;
	}
}
@media screen and (max-width:560px) {
	#wpforms-91 .wpforms-submit-container {
		width: 140px;
	}
	#wpforms-91 .wpforms-submit-container button {
		padding: 0;
	}
}
.pdm {
	position: relative;
	overflow: hidden;
}
.pdm>img {
	position: absolute;
	right: 0%;
	bottom: -20%;
}
.pdm .spans {
	display: block;
	width: 55%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.pdm .spans {
		width: 100%;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* 手风琴 */
.sfj {}
.sfj ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.sfj ul li {
	width: 20%;
	position: relative;
	padding-bottom: 50%;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-top-right-radius: 0.2rem;
	border-bottom-left-radius: 0.2rem;
	overflow: hidden;
}
.sfj ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.sfj ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
}
.sfj ul li .txt {
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	left: 0;
	bottom: 0;
	padding: 0.3rem 0.3rem;
	box-sizing: border-box;
	width: 100%;
	z-index: 10;
}
.sfj ul li .txt p {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	text-align: start;
}
.sfj ul li .txt h6 {
	display: none;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.sfj ul li.active {
	width: 59%;
}
.sfj ul li.active .txt {
	text-align: start;
	width: 100%;
	padding: 0.3rem 0.8rem 0.3rem 0.3rem;
	box-sizing: border-box;
	background: linear-gradient(to bottom, transparent, rgba(1, 113, 81, 0.5));
}
.sfj ul li.active .txt p {
	text-align: start;
}
.sfj ul li.active .txt h6 {
	display: block;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.sfj ul li .txt h6 {
		display: none !important;
	}
	.sfj ul li,
	.sfj ul li.active {
		width: 100%;
		padding-bottom: 60%;
	}
	.sfj ul li.active .txt {
		padding: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.cus_process {
	background: #171717
}
.cp_list {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cp_list .wraps:not(:last-child) {
	margin-bottom: 0.6rem;
}
.cp_list .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 0.35rem;
	box-sizing: border-box;
	border-left: 2px solid #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.cp_list .wraps .left {
	width: 29%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.cp_list .wraps .left img {
	width: 100%;
	object-fit: cover;
}
.cp_list .wraps .right {
	width: 68%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.cp_list .wraps:hover {
	border-color: var(--i_color);
}
.cp_list .wraps:hover .left {
	width: 46%;
	border-top-right-radius: 0.6rem;
	overflow: hidden;
}
.cp_list .wraps:hover .right {
	width: 51%;
}
.mb15 {
	margin-bottom: 0.15rem;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.cp_list .wraps:hover .left {
		width: 100%;
	}
	.cp_list .wraps:hover .right {
		width: 100%;
	}
	.cp_list .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.cp_list .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.hfsbox {
	background: url(https://lingjuimg.com/wp-content/uploads/benyu/2025/08/蒙版组-159@1x.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.hfsbox img {
		height: 0.5rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.wrap2s {
	background: #fff;
}
.newcate {
	gap: 10px 10px;
	background: var(--bjs);
	display: inline-flex;
}
.newcate li a {
	display: block;
	padding: 0.16rem 0.4rem;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newcate li {
	position: relative;
	background: #fff;
	border-radius: 0.05rem;
}
.newcate li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -10px;
	width: 10px;
	height: 100%;
	background: var(--bjs);
}
.newcate li a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newcate li a::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -10px;
	width: 0%;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid var(--i_color);
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newcate li.active {
	background: var(--i_color);
}
.newcate li:hover {
	background: var(--i_color);
}
.newcate li a:hover::before {
	opacity: 1;
}
.newcate li:hover a {
	color: #fff;
}
.newcate li.active a {
	color: #fff;
}
.newcate li.active a::before {
	opacity: 1;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.newcate li a::before {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid var(--i_color);
		bottom: -6px;
	}
	.newcate li::after {
		display: none;
	}
	.newcate {
		gap: 20px;
	}
	.newcate li a {
		padding: 0.1rem 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.newlist {}
.newlist .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 2%;
}
.newlist .p3_list li {
	width: 32%;
	box-sizing: border-box;
}
.newlist .p3_list li .img {
	position: relative;
	padding-bottom: 65%;
	overflow: hidden;
}
.newlist .p3_list li .img .zfx {
	position: absolute;
	top: 0;
	left: 0.4rem;
}
.newlist .p3_list li .img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: linear-gradient(to bottom, transparent, rgba(1, 113, 81, 0.5));
	z-index: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newlist .p3_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newlist .p3_list li .txt {
	width: 90%;
	padding: 0.3rem 0.3rem 0.15rem 0.3rem;
	box-sizing: border-box;
	margin-left: auto;
	margin-top: -0.5rem;
	background: #fff;
	position: relative;
	padding-bottom: 0;
	z-index: 2;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
}
.newlist .p3_list li .txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.viewbox {
	border-top: 1px solid var(--border_color);
	padding: 0.15rem 0;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newlist .p3_list li .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newlist .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.newlist .p3_list li:hover p {
	color: var(--i_color);
}
.newlist .p3_list li:hover .img::before {
	height: 100%;
}
.newlist .p3_list li:hover .viewbox {
	border-color: var(--i_color);
}
.newlist .p3_list li:hover .viewbox iconify-icon {
	color: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.newlist .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.fci1 {
	margin-bottom: -0.1rem;
}
.f05 {
	color: #fff;
	opacity: 0.5;
}
/* .zfx */
.zfx {
	width: 68px;
	height: 68px;
	flex-shrink: 0;
	text-align: center;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 15;
}
.zfx iconify-icon {
	font-size: 0.24rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx.br {
	border-radius: 1000px;
	overflow: hidden;
}
.zfx.line {
	background: transparent;
	border: 1px solid var(--i_color);
}
.zfx.line iconify-icon {
	color: var(--i_color);
}
.zfx.line:hover {
	background: var(--i_color);
}
.zfx.line:hover iconify-icon {
	color: #fff;
}
.zfx.center {
	margin: 0 auto;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.zfx {
		width: 58px;
		height: 58px;
	}
	.zfx iconify-icon {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ---------------contact------------ */
.c_info_list {
	transform: translateY(50%);
	margin-top: -0.6rem;
	background: var(--i_color) url(https://lingjuimg.com/wp-content/uploads/benyu/2025/08/组-199269@1x.png) no-repeat center;
	background-size: cover;
	padding: 0.5rem 0.6rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.2rem 0;
	position: relative;
	z-index: 10;
}
.c_info_list li {
	width: 30%;
}
.c_info_list .ico {
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0.3rem;
	background: #fff;
	color: var(--i_color);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.c_info_list p {
	font-size: 0.2rem;
	margin: 0.1rem 0;
	color: #fff;
}
.c_info_list a {
	font-size: 0.26rem;
	color: #fff;
}
.c_info_list li,
.c_info_list iconify-icon {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.c_info_list li:hover iconify-icon {
	transform: rotateY(180deg);
}
.c_info_list li:hover {
	transform: translateY(-6px);
}
.c_info_list a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1440px) {
	.c_info_list {
		padding: 0.4rem 0.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.c_info_list {
		padding: 0.3rem 0.4rem;
	}
	.c_info_list a {
		font-size: 0.2rem;
	}
	.c_info_list p {
		font-size: 0.18rem;
	}
	.c_info_list .ico {
		width: 0.6rem;
		height: 0.6rem;
		font-size: 0.24rem;
	}
}
@media screen and (max-width: 560px) {
	.c_info_list {
		transform: translateY(0);
		margin: 0.3rem 0;
	}
	.c_info_list li {
		width: 100%;
	}
}
.map {
	position: relative;
	overflow: hidden;
}
.map::before {
	content: "";
	display: block;
	padding-bottom: 36%;
}
.map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hide {
	display: none;
}
/* search results list */
.in_search_list {
	margin-bottom: 0.2rem;
}
.in_search_list a {
	background: #F5F5F5 !important;
}
.in_search_list {
	overflow: hidden;
}
.in_search_list li {
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	margin-bottom: 0.26rem;
}
.in_search_list a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: .2rem;
}
.in_search_list .img {
	width: 2.2rem;
	position: relative;
	overflow: hidden
}
.in_search_list .img::before {
	content: "";
	display: block;
	padding-bottom: 80%
}
.in_search_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.in_search_list .txt {
	width: calc(100% - 2.6rem);
	margin-left: auto;
	box-sizing: border-box;
}
.in_search_list h2 {
	font-size: 0.18rem;
	color: #212121;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in_search_list h6 {
	margin: .1rem 0;
	font-size: 0.14rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.in_search_list i {
	display: inline-block;
	padding: .06rem .1rem;
	font-size: 0.13rem;
	color: var(--i_color);
	background: #EDEDED;
	-webkit-border-radius: .04rem;
	border-radius: .04rem;
	box-sizing: border-box;
}
.in_search_list li:hover {
	border-color: var(--i_color);
}
.in_search_list li:hover h2 {
	color: var(--i_color);
}
@media screen and (max-width:1024px) {
	.in_search_list h2 {
		font-size: 0.15rem;
	}
	.in_search_list h6 {
		font-size: 0.13rem;
	}
	.in_search_list i {
		font-size: 0.12rem;
	}
}
@media screen and (max-width:768px) {
	.in_search_list li {
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
		border: none;
		border-bottom: 1px solid var(--border_color);
	}
	.in_search_list a {
		padding: 0;
	}
	.in_search_list .img {
		width: 1.2rem;
	}
	.in_search_list .txt {
		width: calc(100% - 1.5rem);
	}
	.in_search_list .txt i {
		display: none;
	}
	.in_search_list h2 {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px) {}
.vd_box {
	display: none;
	position: fixed;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2014;
	width: 60%;
	max-height: 90%;
}
.i_a_btn {
	background: var(--liner_color);
}
.vd_box::before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}
.close_v {
	position: absolute;
	top: -.2rem;
	right: -.2rem;
	width: 0.4rem;
	height: 0.4rem;
	background: var(--i_color);
	z-index: 2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.close_v::before {
	content: '+';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 0.44rem;
	color: #FFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.vd_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: contain;
}
@media screen and (max-width:1024px) {
	.iabout .tit h6 {
		margin: 0 auto;
	}
	.iabout .tit p {
		text-align: center;
		margin: 0 auto;
	}
	.i_ab .btn {
		margin: 0 auto;
	}
	.vd_box {
		width: 80%;
	}
	.close_v::before {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.vd_box {
		width: 88%;
	}
	.close_v {
		top: -.15rem;
		right: -.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}
.i_tit {
	text-align: center;
}
.menu-item-object-language_switcher .trp-flag-image {
	display: none;
}
/* .zfx */
.zs1{
	left: -6%;
}
.zs2{
	right: -6%;
}
.zfx3 {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 10;
}
.zfx3 iconify-icon {
	font-size: 0.24rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx3.br {
	border-radius: 1000px;
	overflow: hidden;
}
.under{
	text-decoration: underline;
}
.zfx3.line {
	background: transparent;
	border: 1px solid #808080;
}
.zfx3.line iconify-icon {
	color: #808080;
}
.zfx3.line:hover {
	background: var(--i_color2);
		border: 1px solid var(--i_color2);
}
.zfx3.line:hover iconify-icon {
	color: #fff;
}
.zfx3.center {
	margin: 0 auto;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.zfx3 {
		width: 30px;
		height: 30px;
	}
	.zfx3 iconify-icon {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}