/*Theme Name:lihe
Version:1.0Description:安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。Author:版权所有：安徽领聚*/
@charset "utf-8";
:root {
	--i_color: #C21616;
	--i_color3: #39A421;
	/* 全局颜色 */
	--i_color2: #fff;
	--bjs: #f9f9f9;
	--btn_color2: #0059AA;
	--liner_color: linear-gradient(to bottom, transparent, rgba(0, 89, 170, 1));
	/* 副颜色 */
	--top_h: 1rem;
	/* 顶部高度 */
	--border_color: rgba(51, 51, 51, 0.2);
	/* 默认边框颜色 */
}
@media screen and (max-width:1024px) {
	:root {
		--top_h: .45rem;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}
.wrap {
	width: 1500px;
	max-width: 94vw;
	margin-left: auto;
	margin-right: auto;
}
.wrap_l {
	display: block;
	box-sizing: border-box;
	padding-left: 13.5vw;
}
.wrap_r {
	display: block;
	box-sizing: border-box;
	padding-left: 13.5vw;
}
.wrap_r2 {
	display: block;
	box-sizing: border-box;
	padding-left: 1vw;
	padding-right: 8vw;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap_l {
		padding-left: 3.4vw;
	}
	.wrap_r {
		padding-right: 3.4vw;
	}
}
@media screen and (max-width:1440px) {
	.wrap_l {
		padding-left: 3.2vw;
	}
	.wrap_r {
		padding-right: 3.2vw;
	}
}
@media screen and (max-width:1200px) {
	.wrap_l {
		padding-left: 3vw;
	}
	.wrap_r {
		padding-right: 3vw;
	}
}
/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	height: var(--top_h);
	background: var(--i_color2);
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 20px 0px;
}
.top_cont {
	box-sizing: border-box;
	background: transparent;
	position: relative;
	z-index: 2013;
}
header.TopHeader .top_cont {
	background: var(--i_color2);
}
.top {
	/* max-width: 88vw; */
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
@media screen and (max-width:1024px) {
	header {
		top: 0;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	.top_cont {
		/* background: #151515; */
	}
}
/* logo */
.logo {
	flex-shrink: 0;
	/* margin-right:3%;*/
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--top_h);
	padding: 0 0.6rem;
	box-sizing: border-box;
	/* border-right: 1px solid var(--border_color); */
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 90%;
}
.logo img {
	max-height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1440px) {
	.logo a {
		height: 60%;
	}
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.logo {
		padding: 0 0.2rem;
	}
}
@media screen and (max-width:768px) {
	.logo a {
		height: 38%;
	}
}
@media screen and (max-width:560px) {}
/* 导航 */
nav {}
@media screen and (min-width:1025px) {
	nav {
		margin-right: auto;
		margin-left: 0.2rem;
	}
	.i_nav {
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0 50px;
		/* margin-left: auto; */
		position: relative;
	}
	.i_nav::before {
		/* content: ''; */
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 120%;
		height: 80%;
		background: #f7f7f7;
		/* z-index: ; */
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.i_nav>li {
		position: relative;
	}
	.i_nav>li::before {
		/* content: ''; */
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 35px;
		width: 0%;
		height: 2px;
		background: var(--i_color);
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.i_nav>li:hover:after {
		opacity: 1;
	}
	.i_nav>li:hover::before {
		/* right: initial;
		left: 0; */
		width: 100%;
	}
	.i_nav>li>a {
		display: block;
		font-size: 18px;
		color: #222;
		line-height: var(--top_h);
		position: relative;
	}
	/* .i_nav>.current-menu-item::after {
		opacity: 1;
	}
	/* */
	.i_nav>.current-menu-item::before {
		/* content: '';
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 35px;
		width: 100%;
		height: 1px;
		background: var(--i_color); */
		width: 100%;
	}
	.i_nav>.current-menu-item::before,
	.i_nav>.current-category-ancestor::before,
	.i_nav>.current-post-ancestor::before,
	.i_nav>.current-menu-ancestor::before,
	.i_nav>.current-menu-parent::before,
	.i_nav>li:hover::before,
	.i_nav .curr::before {
		width: 100%;
	}
	.i_nav>.current-menu-item a {
		color: var(--i_color);
	}
	.i_nav .sub-menu {
		display: none;
		position: absolute;
		left: 0;
		top: var(--top_h);
		min-width: 1.8rem;
		max-width: 4.2rem;
		background: #FFF;
		overflow: hidden;
	}
	.i_nav .nav_dropdown_box .sub-menu {}
	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: #DDD;
	}
	.i_nav .sub-menu a {
		display: block;
		padding: 0 .16rem;
		font-size: 0.15rem;
		color: #151515;
		line-height: 0.42rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
	}
	.i_nav .sub-menu li:hover a {
		color: #E83539;
		background: #F1F1F1;
	}
	.i_nav>li>a:hover {
		color: var(--i_color);
	}
}
@media screen and (max-width:1440px) {
	.i_nav>li>a {
		font-size: 17px;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.i_nav>li>a {
		font-size: 16px;
	}
}
/* phone nav */
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: var(--top_h);
		left: 0;
		width: 100%;
		width: 100vw;
		max-width: 100%;
		max-height: calc(100vh - var(--top_h));
		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 span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		box-sizing: border-box;
		background: #F1F1F1 url(static/images/public/arrow_d_b.svg) no-repeat center;
		background-size: .18rem;
	}
	.i_nav>.menu-item-has-children span.on {
		background: #F1F1F1 url(static/images/public/arrow_u_b.svg) no-repeat center;
		background-size: .18rem;
	}
	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .16rem;
		color: #222;
		line-height: .44rem;
		text-transform: capitalize;
	}
	.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: .15rem;
		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/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/images/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
	}
}
.top_line_r {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .2rem;
	position: relative;
}
.top_line_r::before {
	/* content: ''; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180%;
	height: 80%;
	/* z-index: 9; */
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
/* language */
.language {
	position: relative;
	box-sizing: border-box;
	/* padding: 0 0.2rem; */
	cursor: pointer;
}
.language::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -0.18rem;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
}
.language_icon {
	height: var(--top_h);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 0.1rem;
	font-size: 0.18rem;
	color: #333;
}
.language_icon iconify-icon {
	font-size: 0.26rem;
	color: #333;
	cursor: pointer;
}
.language_list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(var(--top_h) + .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;
	top: var(--top_h);
	visibility: visible;
}
.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_color2);
	-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: red;
}
/* search */
.top_search_ico {
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-right: 0.2rem;
}
.top_search_ico::after {
	content: '';
	width: 1px;
	height: 80%;
	background: #333;
	position: absolute;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translate(0, -50%);
}
.top_search_ico iconify-icon {
	font-size: 0.24rem;
	color: #333;
	cursor: pointer;
}
.top_search_ico
/* find_btn */
.find_btn {
	display: table;
	background: #E83539;
	padding: 10px 40px;
}
.find_btn b {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width:1024px) {
	.top_search_ico {
		margin-right: 0;
	}
	.language {
		border: none;
		padding: 0;
	}
	.language::after {
		display: none;
	}
	.language::before {
		display: none;
	}
	.top_line_r::before {
		display: none;
	}
	.top_line_r {
		margin-left: auto;
	}
	.language_icon {
		font-size: 0.15rem;
	}
	.top_line_r {
		gap: 0 .2rem;
	}
	.find_btn {
		padding: 8px 20px;
	}
	.find_btn b {
		font-size: 14px;
	}
	.top_search_ico::after {
		content: none;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.topIcon iconify-icon {
	font-size: 0.24rem;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.topIcon {
		display: none;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* nav dropdown menu */
.nav_dropdown {
	display: none;
	position: fixed;
	top: var(--top_h);
	left: 0;
	width: 100%;
	padding: .24rem 0 .2rem;
	background: #FFF;
	box-shadow: 0 .1rem .1rem rgb(0 0 0 / 8%);
	z-index: 99;
}
.nav_dropdown_item {
	display: none;
}
.nav_dropdown_item:first-child {
	display: block;
}
.nav_dropdown_item ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25%;
}
.nav_dropdown_item li {
	width: 10%;
}
.nav_dropdown_item li a {
	display: block;
	padding: .2rem .26rem;
	overflow: hidden;
}
.nav_dropdown_item .img {
	width: 100%;
	position: relative;
	overflow: hidden
}
.nav_dropdown_item .img::before {
	content: "";
	display: block;
	padding-bottom: 66.66%
}
.nav_dropdown_item .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.nav_dropdown_item .txt {
	margin-top: 0.1rem;
	text-align: center;
}
.nav_dropdown_item .txt p {
	font-size: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nav_dropdown_item li:hover {
	background: #F1F1F1;
}
@media screen and (max-width:1024px) {
	.nav_dropdown {
		display: none !important;
	}
}
/* 移动端导航按钮 */
.nav_menu {
	/*
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	*/
	position: relative;
	margin-left: .2rem;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer;
	/* background: var(--i_color); */
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: var(--i_color);
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: var(--i_color);
	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
	}
}
/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {
	visibility: visible;
	opacity: 1;
	top: calc(var(--top_h));
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
	width: 94%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 1px;
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height) * 2);
	height: var(--search_height);
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	border-right: none;
	padding: 0 0 0 .12rem;
}
.top_search_btn {
	font-size: 0;
	color: #FFF;
	width: calc(var(--search_height) * 2);
	height: var(--search_height);
	background: var(--i_color) url(static/images/public/search_w1.svg) no-repeat center;
	background-size: .22rem;
	cursor: pointer;
}
@media screen and (max-width:1024px) {
	.top_search.on {
		top: var(--top_h);
	}
}
.full_header_height {
	height: var(--top_h);
}
@media screen and (max-width:1024px) {
	.full_header_height {
		height: var(--top_h);
	}
}
.poreated {
	position: relative;
}
/* banner */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_list {
	position: relative;
	overflow: hidden;
}
.banner_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.banner_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
}
.banner_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: calc(100vh - var(--top_h));
}
.banner_list li>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-prev,
.banner-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .4rem;
	height: .4rem;
	background: rgb(0 0 0 / 60%);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.banner-prev {
	left: 0;
}
.banner-next {
	right: 0;
}
.banner-prev iconify-icon,
.banner-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.banner_list .swiper-button-disabled {
	cursor: not-allowed
}
.banner-prev:hover,
.banner-next:hover {
	/* background:var(--i_color);*/
}
.banner-pagination {
	display: block;
	text-align: center;
	bottom: 0.3rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.banner-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;
}
.banner-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}
@media screen and (max-width:1024px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 40%;
	}
	.banner-prev,
	.banner-next {
		display: none;
	}
	.banner-pagination {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 44%;
	}
}
@media screen and (max-width:560px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 54%;
	}
	.banner-pagination {
		bottom: 20px;
	}
	.banner-pagination .swiper-pagination-bullet {
		margin: 0 6px;
		font-size: .14rem;
	}
}
.banner_text {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
}
.banner_text p {}
.banner_text h6 {
	font-size: 0.4rem;
	font-weight: bold;
}
.va {
	color: var(--i_color);
}
.banner_text1 {}
.banner_text33 {
	top: 36%;
}
.banner_text1 p {
	display: inline-block;
	position: relative;
	border: 1px solid #fff;
	padding: 0.1rem 0.3rem;
	box-sizing: border-box;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
}
.br5 {
	border-radius: .05rem;
}
.banner_text1 h6 {
	position: relative;
}
.banner_text1 h6::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -30px;
	width: 68px;
	height: 65px;
	background: url(static/imgs/wzxs.png) no-repeat center;
	background-size: contain;
	z-index: -1;
}
.banner_text2 p {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.fff {
	color: #fff !important;
}
.fb {
	/* font-weight: bold; */
}
.redbox {
	position: relative;
	z-index: 2;
}
.redbox::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -60%;
	width: 100%;
	height: 120%;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: -1;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
}
@media screen and (max-width:1440px) {
	.banner_text h6 {
		font-size: 0.5rem;
	}
}
@media screen and (max-width:1366px) {
	.banner_text h6 {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1200px) {
	.banner_text h6 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px) {
	.banner_text33 {
		top: 50%;
	}
	.banner_text33 h4 {
		display: none;
	}
	.banner_text33 .btn {
		display: none;
	}
	.redbox {
		display: none;
	}
	.banner_text1 h4 {
		display: none;
	}
	.banner_text1 h6::before {
		display: none;
	}
	.banner_text1 p {
		padding: 0;
		border: none;
	}
	.banner_text1 .btn b {
		display: none;
	}
	.banner_text1 p {
		margin-bottom: 0;
	}
	.banner_text h6 {
		margin-top: 0.15rem;
		margin-bottom: 0.25rem;
	}
	.banner_text1 p img {
		height: 0.1rem;
	}
	.banner_text2 p::before {
		width: 80%;
	}
	.banner_text1 .imgbox h5 {
		display: none;
	}
	.banner_text1 .imgbox .img {
		height: 0.3rem;
		width: 0.3rem;
	}
	.banner_text h6 {
		font-size: 0.25rem;
	}
	.banner_text h6 br {
		display: none;
	}
	.banner_text p br {
		display: none;
	}
	.banner_text2 p span {
		align-items: center;
	}
	.banner_text2 p span .i2 {
		display: none;
	}
	.banner_text1 p img {
		display: none;
	}
	.banner_text1 .imgbox {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.banner_text3 p {
		padding-left: 0;
	}
	.banner_text2 p img {
		display: none;
	}
	.banner_text p::before {
		width: 100%;
		display: none;
	}
	.banner_text1 p {
		gap: .1rem;
	}
	.banner_text1 p {}
	.banner_text h6 {
		font-size: 0.2rem;
	}
	.banner_text3 p i {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px) {}
.mb10 {
	margin-bottom: 10px;
}
.btn {
	display: table;
	position: relative;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 1000px;
}
.btn b {
	display: block;
	padding: 0.15rem 0.315rem;
	font-size: 0.20rem;
	color: #FFF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	text-wrap: nowrap;
	align-items: center;
	gap: 0 .1rem;
	text-transform: capitalize;
}
.btn b iconify-icon {
	font-size: 0.24rem;
}
.btn.fff {
	background: #fff;
}
.btn.fff b {
	color: var(--i_color);
}
.btn.fff:hover {
	background: var(--i_color);
}
.btn.fff:hover b {
	color: #fff;
}
.btn.black {
	border-color: var(--i_color2)
}
.btn.black::before {
	background: #000;
}
.btn.black b {
	color: var(--i_color2);
}
.btn.center {
	margin-left: auto;
	margin-right: auto;
}
.btn.nb:hover {
	background: var(--i_color);
	-webkit-transform: skew(-20deg) translate(0, -8px);
	transform: skew(-20deg) translate(0, -8px);
}
.btn:hover {
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}
.btn:hover b {}
.btn.black:hover b {
	color: #FFF;
}
.btn.hb {
	border: 1px solid var(--i_color);
	background: transparent;
}
.btn.hb:hover {
	background: var(--i_color);
}
.btn.hb:hover b {
	color: #fff;
}
.btn.hb b {
	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) {
	.btn b iconify-icon {
		font-size: 0.2rem;
	}
	.btn.mt60 {
		margin-top: 0.1rem;
	}
	.btn b {
		padding: 8px 20px;
		font-size: 12px;
	}
}
@media screen and (max-width:768px) {
	.btn b {
		margin-right: auto;
	}
}
@media screen and (max-width:560px) {}
/* 公共标题 */
.tfff {
	color: #fff !important;
}
.tit {}
.tit p {}
.tit h3 {
	font-size: 0.4rem;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	z-index: 22;
}
.tit h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 107px;
	height: 25px;
	background: url(static/imgs/btbj.png) no-repeat center;
	background-size: cover;
	z-index: -1;
}
.tit h6 {
	font-size: 0.18rem;
	color: #666;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	gap: 0 .1rem;
	align-items: center;
	/* text-transform: capitalize; */
}
.tit.h3topb h6 {
	color: #666;
	width: 30%;
	margin: 30px 0;
	width: 100%;
}
.tit.dis {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tit.center h6 {
	justify-content: center;
}
.wz999 {
	color: #999;
}
.wz666 {
	color: #666;
}
.tit h3 i {
	color: var(--i_color);
	font-weight: inherit;
}
.tit.center h3,
.tit.center h6,
.tit.center h5 {
	text-align: center;
}
.tit.center h5 {
	color: #999;
}
.tit.center h3 {
	margin: 0.2rem 0;
}
.tit.dis2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tit.dis2 h6 {
	margin-bottom: 0.05rem;
}
.tit span {
	width: 87%;
}
.tit h5 {
	color: #333;
}
.tit.black {}
.tit.black h6 {
	color: var(--i_color2);
	width: 40%;
}
.tit.black h3 {
	color: var(--i_color2);
	width: 100%;
}
.tit.black p {
	color: var(--i_color2);
}
@media screen and (max-width:1440px) {
	.tit h3 {
		font-size: .35rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.tit h3 {
		font-size: .30rem;
	}
}
@media screen and (max-width:1024px) {
	.tit.dis2 h6 br {
		display: none;
	}
	.tit.dis2 h6 {
		margin-bottom: 0.15rem;
	}
	.tit h3 img {
		height: 0.3rem;
	}
	.tit span {
		width: 100%;
		/* margin-bottom: 0.2rem; */
	}
	.tit.dis2 {
		flex-wrap: wrap;
	}
	.tit.center h3 {
		margin: 0.1rem 0;
	}
	.tit.dis2 h6 {
		gap: 0 .1rem;
	}
	.tit h6 img {
		height: 0.18rem;
	}
	.tit p {
		font-size: 16px;
	}
	.tit h3 {
		font-size: 20px;
	}
	.tit h6 {
		font-size: 14px;
	}
}
@media screen and (max-width:768px) {
	.tit.dis {
		flex-direction: column;
		gap: .2rem;
		align-items: flex-start;
	}
	.tit.dis span {
		width: 100%;
	}
	.tit.dis h6 {
		padding: 10px 0;
		width: 100%;
	}
	.tit {
		width: 100%;
	}
}
@media screen and (max-width:560px) {
	.tit.dis {
		display: block;
	}
}
.mb10 {
	margin-bottom: 10px;
}
.pub {
	margin-bottom: 10px;
}
.pub .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #999 !important;
	border-radius: 0 !important;
	position: relative;
	flex-shrink: 0;
}
.pub .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 130%;
	height: 130%;
	border: 1px solid var(--i_color);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	flex-shrink: 0;
}
.pub .swiper-pagination-bullet-active {
	background: var(--i_color) !important
}
.pub .swiper-pagination-bullet-active::before {
	opacity: 1;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.pub .swiper-pagination-bullet-active::before {
		display: none;
	}
}
@media screen and (max-width:1024px) {
	.pub .swiper-pagination-bullet {
		width: 7px !important;
		height: 7px !important;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.pcate1_swipers {
	position: relative;
}
.pcate1_swipers .pcate1_list {
	position: relative;
	overflow: hidden
}
.pcate1_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.05rem;
}
.pcate1_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	background: #fff;
}
.pcate1_list .swiper-slide::before {
	content: '';
	position: absolute;
	top: -0.05rem;
	left: -0.05rem;
	width: 0%;
	height: 0%;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: -1;
}
.pcate1_list .swiper-slide:hover::before {
	width: 60%;
	height: 60%;
}
.pcate1_list .swiper-slide:hover .yxbtn {
	background: var(--i_color);
	border-color: var(--i_color);
}
.pcate1_list .swiper-slide:hover .yxbtn iconify-icon {
	color: #fff;
}
.pcate1_list .swiper-slide .img {
	position: relative;
	padding-bottom: 81%;
	overflow: hidden;
}
.pcate1_list .swiper-slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.pcate1_list .swiper-slide .txt {
	padding: 0.2rem;
	box-sizing: border-box;
}
.pcate1_list .swiper-slide .txt p {}
.pcate1_list .swiper-slide .txt h6 {}
.pcate1_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.pcate1-prev,
.pcate1-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.pcate1-prev {
	left: 9%;
}
.pcate1-next {
	right: 9%;
}
.pcate1-prev iconify-icon,
.pcate1-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #333;
}
.pcate1_list .swiper-button-disabled {
	cursor: not-allowed
}
.pcate1-prev:hover,
.pcate1-next:hover {
	background: var(--i_color);
}
.pcate1-pagination {
	/* display: block; */
	margin-top: 0.3rem;
	text-align: center
}
.pcate1-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.pcate1-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.pcate1-prev,
	.pcate1-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* 选项卡样式 */
.xxkbox .xxk {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xxkbox .tab-list {
	border-top: 1px solid var(--border_color);
	width: 50%;
	box-sizing: border-box;
}
.xxkbox .tab {
	padding: 28px 0;
	cursor: pointer;
	border-bottom: 1px solid var(--border_color);
	box-sizing: border-box;
}
.xxkbox .tab h6,
.xxkbox .tab .yxbtn {
	display: none;
}
.xxkbox .tab.active {
	font-weight: bold;
	color: var(--i_color);
	border-color: var(--i_color);
}
.xxkbox .tab.active h6 {
	display: block;
}
.xxkbox .tab.active .yxbtn {
	display: flex;
}
.xxkbox .tab-content {
	width: 37.5%;
	box-sizing: border-box;
}
.xxkbox .content {
	width: 100%;
	display: none;
	position: relative;
	/* padding: 0.28rem; */
	padding-bottom: 100%;
	box-sizing: border-box;
}
.xxkbox .content img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 93%;
	/* height: 95%; */
	aspect-ratio: 1/1;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	border-radius: 1000000px;
}
.xxkbox .content::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 115%;
	height: 115%;
	flex-shrink: 0;
	background: url(static/imgs/yq.png) no-repeat center;
	background-size: contain;
	z-index: -1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	animation: rotate 30s linear infinite;
}
/* 不断旋转的css */
@keyframes rotate {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.xxkbox .content img {
	width: 100%;
	object-fit: cover;
}
.xxkbox .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) {
	.xxkbox .content::before {
		display: none;
	}
	.xxkbox .tab-list {
		width: 100%;
		margin-bottom: 0.1rem;
	}
	.xxkbox .tab-content {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ul>li左图右文 */
.iabs {}
.iabs .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.iabs .wrap .left {
	width: 42%;
}
.iabs .wrap .left .mapbox {
	position: relative;
	background: url(static/imgs/map.png) no-repeat center;
	background-size: contain;
}
.iabs .wrap .right {
	width: 52%;
	position: relative;
}
.iabs .wrap .right>img {
	width: 100%;
	object-fit: cover;
}
.iabs .wrap .right .imgs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.iabs .wrap .right .imgs2 {
	top: 59%;
	left: 45%;
}
.iabs .wrap .right .imgs img {
	height: 1.16rem;
	animation: zoom 1.8s linear infinite;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.iabs .wrap .right .imgs2 {
		top: 50%;
		left: 50%;
	}
	.iabs .wrap .right .imgs img {
		height: 0.7rem;
		animation: none;
	}
	.iabs .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.iabs .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ul>li左图右文 */
.inewlist {
	position: relative;
}
.inewlist::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18%;
	height: 30%;
	background: var(--i_color) no-repeat center;
	background-size: cover;
	z-index: -1;
}
.inewlist .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inewlist .wrap .left {
	width: 44.3%;
}
.inewlist .wrap .left img {
	width: 100%;
	display: none;
}
.inewlist .wrap .left img.active {
	display: block;
}
.inewlist .wrap .right {
	width: 53%;
}
.inewlist .wrap .right li {
	margin-bottom: 0.145rem;
	background: #f9f9f9;
	padding: 0.2rem 0.3rem;
	cursor: pointer;
	border-left: 3px solid var(--i_color);
}
.inewlist .wrap .right li:nth-child(4) {
	margin-bottom: 0;
}
.dp {
	display: none !important;
}
.inewlist .wrap .right li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inewlist .wrap .right li h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.inewlist .wrap .right li.active {
	/* background: var(--i_color); */
	border: 1px solid var(--i_color);
	border-left: 3px solid var(--i_color);
	background: #fff;
}
.inewlist .wrap .right li.active p {
	/* color: #fff; */
	color: var(--i_color);
}
.inewlist .wrap .right li.active h6 {
	/* color: #fff; */
}
.inewlist .wrap .right li.active .txt2 {
	border-color: #fff;
}
.inewlist .wrap .right li .txt {
	/* width: %; */
	box-sizing: border-box
}
.inewlist .wrap .right li .txt2 {
	width: 100%;
	box-sizing: border-box;
	/* border-left: 1px solid var(--border_color); */
	/* padding-left: 0.25rem; */
}
.nbtnbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
}
.nbtnbox div {
	cursor: pointer;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.nbtnbox div:hover {
	background: var(--i_color);
	color: #fff;
}
.nbtnbox div iconify-icon {
	font-size: 0.25rem;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.inewlist::before {
		display: none;
	}
}
@media screen and (max-width:1024px) {
	.nbtnbox {
		margin: 0 auto;
		justify-content: center;
	}
	.nbtnbox div {
		width: 40px;
		height: 40px;
	}
	.nbtnbox div iconify-icon {
		font-size: 0.2rem;
	}
	.inewlist .wrap .right li .txt {
		margin-bottom: 0.1rem;
	}
	.inewlist .wrap .right li {
		padding: 0.2rem;
	}
	.inewlist .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.inewlist .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.inews {}
.inews .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.inews .p3_list li {
	width: 32%;
	box-sizing: border-box;
	background: #fff;
}
.inews .p3_list li .img {
	position: relative;
	padding-bottom: 69%;
	overflow: hidden;
}
.inews .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;
}
.inews .p3_list li .txt {
	padding: 0.2rem;
	box-sizing: border-box;
}
.inews .p3_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.inews .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;
}
.inews .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.inews .p3_list li:hover p {
	color: var(--i_color);
}
.inews .p3_list li:hover .yxbtn {
	background: var(--i_color);
	border-color: var(--i_color);
}
.inews .p3_list li:hover .yxbtn 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) {
	.inews .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* blogos */
.brand {}
.i_blogs_list {
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.i_blogs_list2 {
	background: #fff;
}
.i_blogs_list3 {}
.i_blogs_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.i_blogs_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	padding-bottom: 8%;
	/* border: .01rem solid #d8d8d8; */
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #EEE;
}
.i_blogs_list .swiper-slide:hover {
	border: .01rem solid var(--i_color);
}
.i_blogs_list .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.i_blogs-prev,
.i_blogs-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 40px;
	background: rgb(0 0 0 / 60%);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.i_blogs-prev {
	left: 0;
}
.i_blogs-next {
	right: 0;
}
.i_blogs-prev iconify-icon,
.i_blogs-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #FFF;
}
.i_blogs_list .swiper-button-disabled {
	cursor: not-allowed
}
.i_blogs-prev:hover,
.i_blogs-next:hover {
	background: var(--i_color);
}
.i_blogs-pagination {
	text-align: center
}
.i_blogs-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 .06rem;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.i_blogs-pagination .swiper-pagination-bullet-active {
	background: 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) {
	.i_blogs_list .swiper-slide {
		padding-bottom: 22%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.i_blogs-pagination {
		margin-top: 0;
	}
	.i_blogs_list .swiper-slide {
		/* padding-bottom: 10%; */
	}
}
footer {
	background: url(https://lingjuimg.com/wp-content/uploads/lihe/2025/04/bannerbj.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
footer .ftbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	;
}
footer .outbox {}
.iconsss {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
}
.iconsss li {}
.iconsss li a {
	box-sizing: border-box;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0.05rem;
	border-radius: 1000px;
}
.iconsss li a iconify-icon {
	font-size: 0.3rem;
	color: rgba(255, 255, 255, 0.5);
}
.iconsss li a:hover iconify-icon {
	color: var(--i_color);
}
.fnlist {}
.fnlist dl {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fnlist dl dt>div iconify-icon {
	font-size: 0.2rem;
	color: var(--i_color);
	margin-right: 0.05rem;
}
.fnlist dl dt:last-child {
	/* width: 16%; */
}
.fnlist dl {
	box-sizing: border-box;
}
.fnlist dl dt {
	width: 33.33%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/* .fnlist dl dt:nth-child(3){
	width: 15%;
} */
.fnlist dl dt:nth-child(1) {
	padding-right: 0.8rem;
	/* width: 34%; */
}
.fnlist dl dt:nth-child(3) {
	/* width: 34%; */
	border-right: none;
}
.fnlist dl dt:nth-child(1) {}
footer .bt {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
	font-family: 'rbtb';
	font-weight: bold;
}
.fnlist dl dt:nth-child(1) a:hover {
	color: var(--i_color);
}
footer dt a {
	color: rgba(255, 255, 255, 1);
	font-size: 0.18rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	margin-bottom: 0.2rem;
	display: inline-block;
	position: relative;
}
footer dt:not(:first-child) a:hover {
	text-decoration: underline;
}
footer dt:not(:first-child) a:hover::before {
	opacity: 1;
}
.privacy {
	/* background: #000B15; */
}
.privacy .wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.privacy p {
	color: #fff;
}
.privacy p a {
	color: #fff;
}
.privacy p a:hover {
	text-decoration: underline;
}
footer .ftbox img {
	height: 0.28rem;
}
.f07 {
	color: rgba(255, 255, 255, 0.3);
}
.whatbox {
	display: inline;
	position: relative;
	z-index: 9;
	box-sizing: border-box;
}
.whatbox::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -1px;
	width: 100%;
	height: 50%;
	background: var(--i_color3);
	z-index: -1;
}
.qrbvox {}
.qrbvox>div {
	width: 100px;
	height: 100px;
	background: #fff;
	flex-shrink: 0;
	padding: 0.05rem;
	box-sizing: border-box;
}
.qrbvox>div img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.iconsss {
		margin-top: 0;
	}
	.fnlist dl dt:nth-child(1) {
		border-right: none;
	}
	.iconsss {
		gap: 0 0.2rem;
	}
	footer {
		margin-bottom: 0.4rem;
	}
	footer::before {
		top: -20px;
		height: 20px;
		display: none;
	}
	.iconsss li a {
		width: 35px;
		height: 35px;
	}
	footer dt span {
		margin-bottom: 0;
	}
	.iconsss li a iconify-icon {
		font-size: 0.15rem;
	}
	.fnlist dl dt {
		width: 100% !important;
	}
	.fnlist dl dt:nth-child(1) {
		margin-bottom: 0rem;
	}
	.fnlist dl dt:nth-child(2) {
		display: none;
	}
	.fnlist dl dt:nth-child(3) {
		display: none;
	}
	.qrbvox>div {
		width: 70px;
		height: 70px;
	}
}
@media screen and (max-width:768px) {
	footer .ftbox img {
		margin-bottom: 0.2rem;
		height: 0.25rem;
	}
	.iconsss {
		width: 100%;
	}
}
@media screen and (max-width:560px) {}
.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%);
}
/* Breadcrumb */
.in_position {
	padding: .2rem 0;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #eee;
}
.in_position .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_position a {
	display: block;
	font-size: 15px;
	color: #333;
	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="currentColor" 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: #555
}
.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 {
		padding: .12rem 0;
	}
	.in_position a {
		font-size: 13px
	}
}
.iabbox2 .wrap {
	box-shadow: none;
}
.iabbox2 .wrap .right {
	padding: 0;
	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) {
	.iabbox2 .wrap .right {
		width: 100%;
		padding: 0.1rem;
		order: -5;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.hf2 {
	background: url(static/imgs/global.webp) no-repeat center;
	background-size: cover;
	position: relative;
}
.iclistnums2 .wrap {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}
.iclistnums2 .wrap {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -0.6rem;
	padding-right: 0.6rem;
	padding-left: 0.6rem;
	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) {
	.iclistnums2 {
		margin-top: 0.2rem;
	}
	.iclistnums2 .wrap {
		position: static;
		transform: translate(0);
		padding: 0.1rem;
		box-sizing: border-box;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.capcity_swipers {
	position: relative;
	background: url(static/imgs/catibj.webp) no-repeat center;
	background-size: cover;
}
.capcity_swipers .capcity_list {
	position: relative;
	overflow: hidden
}
.capcity_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.capcity_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
}
.capcity_list .swiper-slide .img {
	width: 52%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 19%;
	overflow: hidden;
}
.capcity_list .swiper-slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.capcity_list .swiper-slide .txt {
	padding: 0.2rem;
	box-sizing: border-box;
}
.capcity_list .swiper-slide .txt p {}
.capcity_list .swiper-slide .txt h6 {}
.capcity_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.capcity-prev,
.capcity-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
}
.capcity-prev {
	left: 9%;
}
.capcity-next {
	right: 9%;
}
.capcity-prev iconify-icon,
.capcity-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.capcity_list .swiper-button-disabled {
	cursor: not-allowed
}
.capcity-prev:hover,
.capcity-next:hover {
	background: var(--i_color);
}
.capcity-pagination {
	/* display: block; */
	margin-top: 0.3rem;
	text-align: center
}
.capcity-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;
}
.capcity-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.capcity-prev,
	.capcity-next {
		display: none;
	}
	.tit h6 br {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* production_line */
.production_line_bac {
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.production_line {}
/*  */
.line_partner_box {
	margin-top: 0.6rem;
}
.line_partner {
	position: relative
}
.line_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.line_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.line_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.08rem;
	transform-style: preserve-3d;
	transition-property: transform;
	overflow: hidden;
}
.line_partner_list li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}
.line_partner_list .img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.line_partner_list .img:before {
	content: "";
	display: block;
	padding-bottom: 67%
}
.line_partner_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.line_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
}
.line_partner_list p {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 1.2rem 2% 0.3rem 2%;
	background: linear-gradient(to top, rgba(33, 85, 163, 0.9516), rgba(33, 75, 151, 0));
	font-size: 0.2rem;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	font-family: 'med';
	opacity: 0;
	transition: all 0.7s ease;
}
/* Exhibition style */
.i_exhibition {
	background: url(static/imgs/pline.webp) no-repeat bottom center;
	background-size: cover;
}
.i_exhibition_list {
	position: relative;
	overflow: hidden
}
.i_exhibition_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.i_exhibition_list .swiper-slide {
	flex-shrink: 0;
	position: relative
}
.exhibition-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.exhibition-pagination .swiper-pagination-bullet {
	width: .1rem;
	height: .1rem;
	display: inline-block;
	margin: 0 6px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none
}
.exhibition-pagination .swiper-pagination-bullet-active {
	background: var(--i_color2)
}
.i_exhibition_cont {
	width: 100%;
	position: relative;
	overflow: hidden
}
.i_exhibition_cont::before {
	content: "";
	display: block;
	padding-bottom: 37.5%
}
.i_exhibition_cont dt {
	position: absolute;
	width: 21%;
	-webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
	overflow: hidden
}
.i_exhibition_cont dt::before {
	content: "";
	display: block;
	padding-bottom: 86.5%
}
.i_exhibition_cont dt:nth-child(1) {
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}
.i_exhibition_cont dt:nth-child(2) {
	top: 0;
	left: 17%;
}
.i_exhibition_cont dt:nth-child(3) {
	bottom: 0;
	left: 17%;
}
.i_exhibition_cont dt:nth-child(4) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32%;
}
.i_exhibition_cont dt:nth-child(5) {
	top: 0;
	right: 17%;
}
.i_exhibition_cont dt:nth-child(6) {
	bottom: 0;
	right: 17%;
}
.i_exhibition_cont dt:nth-child(7) {
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}
.i_exhibition_cont dt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i_exhibition_cont dt .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i_color);
}
.i_exhibition_cont dt h4,
.i_exhibition_cont dt h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	text-align: center;
	color: #FFF;
}
.i_exhibition_cont dt h4 {
	font-size: 0.18rem;
	font-weight: bold;
}
.i_exhibition_cont dt h6 {
	font-size: 0.14rem;
	line-height: 0.2rem;
}
.i_exhibition_cont dt:hover img {
	width: 120%;
	height: 120%;
}
.i_exhibition_cont dt img {
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}
@media screen and (max-width:1366px) {
	.i_exhibition_cont dt h4 {
		font-size: 0.17rem;
	}
	.i_exhibition_cont dt h6 {
		font-size: 0.13rem;
	}
}
@media screen and (max-width:1024px) {
	.i_exhibition_cont dt h4 {
		font-size: 0.16rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.i_exhibition_cont dt h6 {
		font-size: 0.12rem;
		line-height: 0.16rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
}
@media screen and (max-width:767px) {
	.i_exhibition_cont dt h4,
	.i_exhibition_cont dt h6 {
		display: none;
	}
}
.line_partner_list li.swiper-slide-active p {
	bottom: 0;
	opacity: 1;
}
.line_partner_list li.swiper-slide-active::after {
	opacity: 0;
}
/* 指示器 */
.line_partner .pt-pagination {
	display: none;
	text-align: center;
	margin: 0.4rem auto 0
}
.line_partner .pt-pagination .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	cursor: pointer;
	border: 1px solid var(--i_color);
	display: inline-block;
	margin: 0 0.05rem;
	box-sizing: border-box;
	background: var(--i_color);
	border-radius: 50%;
	outline: none
}
.line_partner .pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: transparent
}
/* 左右箭头 */
.line_partner .pt-button-prev,
.line_partner .pt-button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 0.5rem;
	height: 0.5rem;
	border: 1px solid var(--i_color);
	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;
}
.line_partner .pt-button-prev iconify-icon,
.line_partner .pt-button-next iconify-icon {
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.line_partner .pt-button-prev {
	left: 0%;
}
.line_partner .pt-button-next {
	right: 0%;
}
.line_partner .pt-button-prev:hover,
.line_partner .pt-button-next:hover {
	background-color: var(--i_color);
}
.line_partner .pt-button-prev:hover iconify-icon,
.line_partner .pt-button-next:hover iconify-icon {
	color: #fff;
}
@media screen and (max-width:1440px) {
	.production_line_bac {
		padding: 0.8rem 0;
	}
	.line_partner_list p {
		padding: 1rem 2% 0.3rem 2%;
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.line_partner .pt-button-prev,
	.line_partner .pt-button-next {
		display: none
	}
	.line_partner .pt-pagination {
		display: block
	}
	.production_line_bac {
		padding: 0.6rem 0;
	}
	.line_partner_list p {
		padding: 0.8rem 2% 0.2rem 2%;
		font-size: 0.16rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.line_partner_box {
		margin-top: 0.4rem;
	}
	.line_partner_list p {
		padding: 0.6rem 2% 0.2rem 2%;
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px) {}
.s_list {}
.s_list li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: center; */
}
.s_list li .img {
	width: 50%;
	position: relative;
	padding-bottom: 32.5%;
	overflow: hidden;
}
.s_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;
}
.s_list li .txt {
	width: 50%;
	box-sizing: border-box;
	padding: 0 0.4rem;
}
.s_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.s_list li .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.line {
	width: 52px;
	height: 2px;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.s_list li .txt i {
	font-size: 0.72rem;
	font-family: 'Pb', sans-serif;
	margin-right: 0.2rem;
	position: relative;
}
.s_list li .txt i::before {
	/* content: ''; */
	position: absolute;
	bottom: 12px;
	right: -14px;
	width: 50%;
	height: 50%;
	background: #fff;
	border-left: 1px solid #666;
	transform: skew(-55deg);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.s_list li:nth-child(odd) .img {
	order: 5;
}
.yxbtn3 {
	background: transparent;
	border: 1px solid #666;
}
.yxbtn3 iconify-icon {
	color: #666;
}
.yxbtn3:hover {
	border-color: var(--i_color);
}
.yxbtn3:hover iconify-icon {
	color: #fff;
}
.s_list li:hover .txt {
	background: #F3F6FB url(static/images) no-repeat center;
	background-size: cover;
}
.s_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.s_list li:hover .yxbtn3 iconify-icon {
	color: #fff;
}
.s_list li:hover .yxbtn3 {
	background: var(--i_color);
	border-color: var(--i_color);
}
.s_list li:hover p {
	color: var(--i_color);
}
.s_list li:hover .line {
	width: 80%;
}
@media screen and (max-width:1440px) {
	.s_list li .txt i {
		font-size: 0.6rem;
	}
}
@media screen and (max-width:1366px) {
	.s_list li .txt i {
		font-size: 0.5rem;
	}
}
@media screen and (max-width:1200px) {
	.s_list li .txt i {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.s_list li .txt p {
		margin-top: 0;
	}
	.s_list li .txt i {
		font-size: 0.3rem;
	}
	.s_list li {
		margin-bottom: 0.1rem;
		background: #f7f7f7;
	}
	.s_list li .img {
		width: 100%;
		margin-bottom: 0.1rem;
		padding-bottom: 75%;
	}
	.s_list li .txt {
		width: 100%;
		padding: 0.2rem;
	}
	.s_list li:nth-child(odd) .img {
		order: -5;
	}
}
@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: 0.055rem;
	border-radius: 0.055rem;
	border: 1px solid var(--border_color);
	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å·¦å›¾å³æ–‡ */
.ul_list123 {}
.ul_list123 .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_list123 .wrap .left {
	width: 24.6%;
}
.ul_list123 .wrap .right {
	width: 71%;
	box-sizing: border-box;
}
.ul_list123 .wrap .right .pl_list {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.ul_list123 .wrap .right .pl_list {
		padding-left: 0;
		border: none;
	}
	.ul_list123 .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.ul_list123 .wrap .right {
		padding-left: 0;
		border: none;
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.p_nav_list {}
.p_nav_list .li2 {
	border-bottom: none;
}
.p_nav_list li {
	margin-bottom: 0.2rem;
}
.p_nav_list li {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}
.p_nav_list dt.active a {
	color: var(--i_color);
}
.p_nav_list .curr .cat_name {}
.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;
	border: 1px solid var(--border_color);
	border-bottom: none;
}
.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: 18px;
	color: #666;
	padding: 0.15rem 0.3rem;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-bottom: 1px solid var(--border_color);
}
.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 {
	border-bottom: 1px solid var(--border_color);
	border-radius: 0;
}
.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 {
	color: var(--i_color);
}
.p_nav_list dt a.active::before {
	background: var(--i_color);
}
.p_nav_list dt a:hover {
	color: var(--i_color);
}
.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 {
	padding-left: 0.3rem;
	position: relative;
	box-sizing: border-box;
}
.p_nav_list>p::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 6px;
	height: 80%;
	background: var(--i_color);
	border-radius: 1000px;
}
.wzbj {
	position: relative;
	display: inline;
	line-height: 1;
	font-weight: bold;
}
.wzbj::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0px;
	width: 100%;
	height: 10px;
	background: var(--i_color);
	z-index: -1;
}
.pl_list {}
.pl_list .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4%;
}
.pl_list .p3_list li {
	width: 30.6666%;
	box-sizing: border-box;
	/* background: #f9f9f9; */
	background: #fff;
	position: relative;
}
.pl_list .p3_list li .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border: 1px solid var(--border_color);
}
.pl_list .p3_list li::before {
	content: '';
	position: absolute;
	top: -0.05rem;
	left: -0.05rem;
	width: 0;
	height: 0;
	background: var(--i_color);
	z-index: -1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.pl_list .p3_list li:hover::before {
	width: 70%;
	height: 60%;
}
.pl_list .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;
}
.pl_list .p3_list li .txt {
	padding: 0.2rem;
	box-sizing: border-box;
}
.pl_list .p3_list li dl {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: .1rem 4%;
	justify-content: center;
}
.pl_list .p3_list li dl dt {
	padding: 10px;
	width: 48%;
	border: 1px solid rgba(51, 51, 51, 0.2);
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pl_list .p3_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	text-align: center;
	color: #222;
}
.pl_list .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;
}
.pl_list .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.pl_list .p3_list li:hover p {
	color: var(--i_color);
}
.pl_list .p3_list li:hover {}
.pl_list .p3_list li:hover .yxbtn3 {
	background: var(--i_color);
	border-color: var(--i_color);
}
.pl_list .p3_list li:hover .yxbtn3 iconify-icon {
	color: #fff;
}
.fz36 {
	font-size: 0.36rem;
}
@media screen and (max-width:1440px) {
	.fz36 {
		font-size: 0.32rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.fz36 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1024px) {
	.fz36 {
		font-size: 0.24rem;
	}
	.pl_list .p3_list {
		gap: 20px 2%;
	}
	.pl_list .p3_list li {
		width: 49%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.p_contcats {}
.p_contcats .outbox {
	padding: 0.3rem 0.15rem;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.p_contcats .box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 0 10px;
}
.yxbtn3.center {
	margin: 0 auto;
}
.p_contcats>p {
	display: block;
	padding: 0.12rem 0.15rem;
	background: var(--i_color3);
}
.p_contcats .box .img {
	width: 30px;
	height: 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	background: var(--i_color3);
}
.p_contcats .box .img iconify-icon {
	font-size: 0.2rem;
	color: #fff;
}
.fff {
	color: #fff;
}
.p_contcats .box span {
	width: 80%;
}
@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_contcats {
		display: none;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ul>liå·¦å›¾å³æ–‡ */
.ul_list555 {}
.ul_list555 .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.ul_list555 .wrap .left {
	width: 40%;
	position: relative;
}
.ul_list555 .wrap .right {
	width: 54%;
}
.ul_list555 .wrap .right li p {}
.ul_list555 .wrap .right 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) {
	.ul_list555 .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.ul_list555 .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* atlas */
.p_atlas {
	width: 100%;
	height: 100%;
}
.p_atlas_list {
	position: relative;
	overflow: hidden
}
.p_atlas_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.p_atlas_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}
.p_atlas_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.p_atlas_list .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* thumbnail */
.p_thumbnail_list {
	width: 96%;
	margin: .2rem auto;
	box-sizing: border-box;
	/* padding: 0 2px; */
	position: relative;
}
.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: 2px solid transparent;
	overflow: hidden;
	cursor: pointer;
}
.p_thumbnail_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 83%;
}
.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);
}
.thumbnail-prev,
.thumbnail-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .49rem;
	height: .49rem;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	z-index: 3;
	background: #333;
}
.thumbnail-prev {
	left: -25px;
}
.thumbnail-next {
	right: -25px;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.24rem;
	color: #fff;
}
.p_thumbnail_list .swiper-button-disabled {
	cursor: not-allowed
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
	background: var(--i_color);
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {}
.thumbnail-pagination {
	margin-top: 0.1rem;
	text-align: center;
}
.thumbnail-pagination,
.thumbnail-pagination span {
	font-size: 0.14rem;
	color: #999;
}
@media screen and (max-width:1024px) {
	.thumbnail-prev,
	.thumbnail-next {
		display: none;
	}
	.p_atlas {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.details_des {}
.details_des h1 {
	margin-bottom: 0.2rem;
	font-size: 0.32rem;
	font-weight: bold;
	color: #222;
	padding-bottom: 0.2rem;
	/* border-bottom: 2px solid rgba(42, 56, 113, 0.5); */
	position: relative;
}
.details_des .cs_list {
	box-sizing: border-box;
	padding: 0.2rem 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.details_des .cs_list li {
	color: #333;
}
.details_des .cs_list li:not(:last-child) {
	margin-bottom: 0.15rem;
}
.details_des .cs_list li i {
	font-size: inherit;
	color: #FF0000;
}
.details_des .btnbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	padding: 0.4rem 0.3rem;
	box-sizing: border-box;
	border-bottom: 1px solid #333;
}
.details_des .btnbox .btn b {
	height: 60px;
	padding: 0 0.4rem;
	background: var(--i_color);
	color: #fff;
	cursor: pointer;
}
.details_des .btnbox .btnn b.fff {
	background: #fff;
	border: 1px solid rgba(153, 153, 153, 0.6);
	color: #333;
}
.details_des .btnbox .btnn b:hover {
	background: #000;
	color: #fff;
}
.share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.2rem;
	align-items: center;
}
.share p {}
.share a {}
.bjf7 {
	background: #f7f7f7;
}
.share a:hover {
	/* background: var(--i_color); */
}
.share a:hover iconify-icon {
	color: var(--i_color);
}
.share iconify-icon {
	font-size: 0.26rem;
	color: #d8d8d8;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.share iconify-icon:hover {}
.details_des .fz26.fb {
	/* color: var(--i_color); */
}
.jsp {}
.btnbox3 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.2rem;
}
.btnbox3 a {
	width: 45%;
	padding: 0.15rem 0;
	box-sizing: border-box;
	display: block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	border-radius: 100px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	text-transform: capitalize;
}
.btnbox3 a:nth-child(2) {
	background: #000;
}
.btnbox3 a:hover {
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}
.btn.f b {
	color: #0050CD;
	background: #fff !important;
	border: 1px solid #0050CD;
	border-radius: 0.05rem;
	overflow: hidden;
}
@media screen and (max-width:1440px) {
	.details_des h1 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.details_des h1 {
		font-size: 0.25rem;
	}
}
@media screen and (max-width:1024px) {
	.details_des .btnbox .btn b {
		height: auto;
		padding: 10px 20px;
	}
	.details_des .btnbox {
		align-items: center;
	}
	.share {
		margin-left: 0.2rem;
	}
	.share a {
		width: 30px;
		height: 30px;
	}
	.details_des .fz26.fb {
		margin: 0.1rem 0;
	}
	.share a iconify-icon {
		font-size: 0.26rem;
	}
	.details_des .btnbox {
		padding: 0.2rem;
	}
	.details_des h1 {
		font-size: 0.22rem;
	}
	.details_list .swiper-slide {
		box-sizing: border-box;
		border: none;
	}
	.details_list .swiper-slide img {
		width: 100%;
		height: 100%;
	}
	.details_des h1 {
		margin-bottom: 0.1rem;
	}
	.details_box .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.details_box .wrap .right {
		width: 100%;
	}
	.details_des .cs_list {
		margin-bottom: 0.1rem 0;
	}
	.details_des .btnbox {}
	.details_des .btnbox .btnn b {
		padding: 0.1rem 0;
		width: 100%;
		display: block;
		text-align: center;
	}
	.details_des .btnbox .btnn {
		width: 48%;
	}
	.details_box .wrap .left .swiper-wrapper {
		width: 98%;
		margin: 0 auto;
	}
	.details_des .tblist li {
		width: 100%;
	}
	.details_des .tblist li:not(:last-child) {
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.dtopbox {
	box-sizing: border-box;
}
.btnbox2 {
	display: table;
	padding: 10px 40px;
	border: 1px solid var(--i_color);
	color: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-sizing: border-box;
}
.btnbox2:hover {
	background: var(--i_color);
	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) {
	.btnbox2 {
		margin: 0 auto;
		margin-top: 0.2rem;
		padding: 10px 20px;
		background: var(--i_color);
		color: #fff;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.bgfff {
	padding: 0 0.3rem;
	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) {
	.btnbox3 {
		gap: 10px;
	}
	.dtopbox {
		padding: 0.1rem 0;
	}
	.bgfff {
		padding: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ul>li左图右文 */
.de_tails {}
.de_tails .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.de_tails .wrap .left {
	width: 66%;
}
.de_tails .wrap .right {
	width: 27%;
}
.f9 {
	background: #f9f9f9;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.de_tails .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.de_tails .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: 25px 300px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	align-items: center;
}
.n_t .tag p {}
.n_t .tag li a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: table;
}
.n_t .tag li a:hover {
	color: var(--i_color);
	text-decoration: underline;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.n_t .tag {
		gap: .2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.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.3rem;
	height: 0.3rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--i_color);
	flex-shrink: 0;
	background: var(--i_color);
}
.n_p .img iconify-icon {
	color: #fff;
}
.n_p a:hover iconify-icon {
	color: #fff;
}
.n_p a:hover .img {
	background: var(--i_color);
}
.n_p a p {}
.detail_title {
	border-left: 4px solid var(--i_color);
	padding-left: 0.2rem;
}
.iabs.abs {
	background: #fff url(https://lingjuimg.com/wp-content/uploads/lihe/2025/04/abbj.webp) no-repeat right;
	/* background-size: cover; */
}
.iabs.abs .imgs {
	top: 60% !important;
}
.iabs.abs .wrap .left {
	width: 48%;
}
.iabs.abs .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) {
	.iabs.abs .imgs {
		top: 50% !important;
	}
	.iabs.abs .wrap .right {
		margin-bottom: 0.2rem;
	}
	.iabs.abs .wrap .right,
	.iabs.abs .wrap .left {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.en_partner_box {
	margin-top: 70px;
}
.en_partner {
	position: relative
}
.en_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.en_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.en_partner_list .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	flex-direction: column;
	position: relative;
}
.en_partner_list .swiper-slide::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 5px;
	background-color: var(--i_color);
	transition: all 0.5s ease;
	z-index: 3;
}
.en_partner_list .img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.en_partner_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.en_partner_list .img:before {
	content: "";
	display: block;
	padding-bottom: 66%
}
.en_partner_list .img img {
	position: absolute;
	top: 0%;
	left: 0%;
	transform: translate(-0%, -0%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
	padding-top: 80px;
	overflow: hidden;
}
.en_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
}
.en_partner_list .swiper-slide-active::after {
	right: auto;
	width: 100%;
	left: 0;
}
.en_partner_list .swiper-slide-active img {
	padding-top: 0 !important;
}
.en_partner_text {
	box-sizing: border-box;
	padding: 130px 0 40px 0;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: all 1s ease;
	color: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.en_partner_text h2 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 2%;
	text-align: center;
}
.en_partner_list .swiper-slide-active .en_partner_text {
	bottom: 0;
}
@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	.about_environments {}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.en_partner_box {
		margin-top: 0.4rem;
	}
	.about_environments {}
	.en_partner_list .img img {
		padding-top: 60px;
	}
	.en_partner_text h2 {
		font-size: 20px;
		line-height: 28px;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:960px) {
	.en_partner_text h2 {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		text-wrap: wrap;
	}
}
@media screen and (max-width:767px) {
	.en_partner_list .img img {
		padding-top: 40px;
	}
}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}
/* --------------------------project---------------------- */
.project_ul {
	display: flex;
	display: -webkit-flex;
	gap: 0.4rem;
	flex-wrap: wrap;
}
.project_ul li {
	width: calc((100% - 0.4rem) / 2);
	transition: all 0.3s ease;
	border-bottom-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	overflow: hidden;
}
.project_ul li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.project_ul li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.project_ul li a {
	display: block;
	width: 100%;
	background-color: white;
}
.project_ul_img {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 0.2rem;
}
.project_ul_img::after {
	content: '';
	display: block;
	padding-bottom: 50%;
}
.project_ul_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.project_ul_text {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0.25rem 2%;
	border-bottom-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
	overflow: hidden;
}
.project_ul_text h2 {
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	width: calc(100% - 0.36rem);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding-right: 0.1rem;
	transition: all 0.3s ease;
}
.project_ul_text i {
	display: block;
	width: 0.36rem;
	height: 0.17rem;
	background: url(static/imgs/right.webp) center no-repeat;
	background-size: contain;
}
.project_ul li:hover .project_ul_text h2 {
	color: var(--i_color2);
}
.en_partner_list .swiper-slide-prev {
	position: relative;
}
.en_partner_list .swiper-slide-next {
	position: relative;
}
.en_partner_list .swiper-slide-prev::before,
.en_partner_list .swiper-slide-next::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.en-button-prev,
.en-button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .4rem;
	height: .4rem;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	border: 1px solid #333;
	border-radius: 1000px;
}
.en-button-prev {
	left: 14%;
}
.en-button-next {
	right: 14%;
}
.en-button-prev iconify-icon,
.en-button-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.24rem;
	color: #333;
}
.en_list .swiper-button-disabled {
	cursor: not-allowed
}
.en-button-prev:hover,
.en-button-next:hover {
	background: var(--i_color);
	border: 1px solid var(--i_color);
}
.en-button-prev:hover iconify-icon,
.en-button-next:hover iconify-icon {
	color: #fff;
}
.en-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.en-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 6px;
	background: #4d4d4d;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}
.en-pagination .swiper-pagination-bullet-active {
	background: transparent;
	border: 2px solid var(--i_color);
}
@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.en-button-prev,
	.en-button-next {
		display: none;
	}
}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {
	.project_ul {
		gap: 0.2rem;
	}
	.project_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px) {
	.project_ul li {
		width: 100%;
	}
}
@media screen and (max-width:425px) {}
.certs {
	background: url(static/imgs/certs.webp) no-repeat center;
	background-size: cover;
}
@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 h6 br {
		display: none;
	}
	.certs {
		/* background: #f7f7f7; */
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ul>li左图右文 */
.maps {}
.maps .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maps .wrap .left {
	width: 68%;
}
.maps .wrap .left img {
	width: 100%;
	object-fit: cover;
}
.maps .wrap .right {
	width: 26.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) {
	.maps .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.maps .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
#wpforms-98 {
	--wpforms-field-size-input-height: 48px;
	--wpforms-button-background-color: var(--i_color);
	--wpforms-button-border-color: var(--i_color);
	--wpforms-page-break-color: var(--i_color);
}
#wpforms-98 {
	margin: 0;
	padding: 0;
}
#wpforms-form-98 {
	width: 100%;
	position: relative;
}
#wpforms-98 .wpforms-field-container {}
#wpforms-98 .wpforms-field-container>.wpforms-field {
	width: 100%;
	padding: 0 1px 20px;
	margin: 0 0 10px;
	overflow-x: initial !important
}
#wpforms-98 .wpforms-field-container .wpforms-field-label {
	height: 0;
	font-size: 0;
	margin: 0 0;
}
#wpforms-98 .wpforms-field-container .wpforms-required-label {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
}
#wpforms-98 .wpforms-field-container .wpforms-field>input,
#wpforms-98 .wpforms-field-container textarea,
#wpforms-98 .wpforms-field-container select,
#wpforms-98 .wpforms-field-container .choices {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;
	height: var(--wpforms-field-size-input-height);
	border: none !important;
}
#wpforms-98 .wpforms-field-container .wpforms-field>input::placeholder,
#wpforms-98 .wpforms-field-container textarea::placeholder {
	color: #999;
}
#wpforms-98 .wpforms-field-container .wpforms-field>input,
#wpforms-98 .wpforms-field-container textarea,
#wpforms-98 .wpforms-field-container select {
	padding-left: 14px;
	padding-right: 14px;
	background: #f3f3f3;
	padding: 0.2rem 0.2rem;
	height: var(--wpforms-field-size-input-height);
}
#wpforms-98 .wpforms-field-container textarea {
	height: 1.5rem;
}
#wpforms-98 .wpforms-field-container fieldset ul {
	padding: 0 2px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#wpforms-98 .wpforms-field-container select {
	cursor: pointer;
}
#wpforms-98 .wpforms-field-container .wpforms-datepicker-wrap {
	width: 310px;
}
#wpforms-98 .wpforms-field-container .wpforms-datepicker-wrap input {
	width: 100%;
	max-width: 100%;
}
#wpforms-98 .wpforms-field-container .wpforms-datepicker-clear {
	right: 10px;
}
#wpforms-98 .wpforms-field-container em.wpforms-error,
#wpforms-98 .wpforms-field-container .mailcheck-error {
	position: absolute;
	margin: 0 0;
	bottom: -2px;
}
#wpforms-98 .wpforms-field-container {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wpforms-98-field_1-container,
#wpforms-98-field_2-container,
#wpforms-98-field_3-container {
	/* width: 32.5% !important; */
}
#wpforms-98 .wpforms-submit-container {
	width: 100%;
	margin: 0 auto;
	border-radius: 1000px !important;
	overflow: hidden;
}
#wpforms-98 .wpforms-submit-container button {
	width: 100%;
	background: var(--i_color);
	color: #fff;
	cursor: pointer;
	height: var(--wpforms-field-size-input-height);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#wpforms-98 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
	display: none;
}
#wpforms-98 .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-98 .wpforms-field-container>.wpforms-field {
		width: 100% !important;
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:560px) {
	#wpforms-98 .wpforms-submit-container {
		width: 140px;
	}
	#wpforms-98 .wpforms-submit-container button {
		padding: 0.12rem 0;
	}
}
/* ul>li左图右文 */
.cus {}
.cus .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cus .wrap .left {
	width: 50%;
	background: url(static/imgs/cus\ \(1\).webp) no-repeat center;
	background-size: cover;
	padding-left: 0.8rem;
	box-sizing: border-box;
}
.cus .wrap .left img {
	width: 100%;
}
.cus .wrap .right {
	width: 49.97%;
	padding-left: 0.8rem;
	box-sizing: border-box;
	background: url(static/imgs/cus\ \(2\).webp) no-repeat center;
	background-size: cover;
}
.f08 {
	color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.cus .wrap .left {
		width: 100%;
		/* margin-bottom: 0.2rem; */
		padding-left: 0.2rem;
	}
	.cus .wrap .right {
		width: 100%;
		padding-left: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.why_close {}
.why_close ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.35rem 0;
}
.why_close ul li {
	width: 30.5%;
	box-sizing: border-box;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
}
.why_close ul li:not(:nth-child(1)) ::before {
	content: '';
	position: absolute;
	top: 0.12rem;
	right: 0.12rem;
	width: 8px;
	height: 8px;
	background: var(--i_color);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 1000px;
}
.why_close ul li:not(:nth-child(1)) {
	border: 1px solid var(--i_color);
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.why_close ul li:not(:nth-child(1)) .imgbox {
	width: 28%;
	background: var(--i_color);
	text-align: center;
	padding-bottom: 0.1rem;
}
@font-face {
	font-family: 'DNIN';
	src: url(static/fonts/DINCOND\ FONT.OTF);
}
.why_close ul li:not(:nth-child(1)) .imgbox div {
	font-family: 'DNIN';
}
.why_close ul li:not(:nth-child(1)) .txtbox {
	width: 72%;
	padding-left: 0.2rem;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-bottom: 0.3rem;
}
.why_close ul li:not(:nth-child(1)) .txtbox p {
	text-transform: capitalize;
}
.why_close ul li:not(:nth-child(1)) img {
	height: 0.66rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.why_close ul li:hover img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.why_close ul li:not(:nth-child(1)) p {
	margin-top: 0.3rem;
}
.why_close ul li:not(:nth-child(1)) 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) {
	.why_close ul {
		gap: 20px 0;
	}
	.why_close ul li {
		width: 48%;
		box-sizing: border-box;
	}
	.why_close ul li .imgbox img {
		height: 0.5rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.why_close ul li {
		width: 100%;
	}
}
.advs {
	position: relative;
}
.advs::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: url(static/imgs/banners.webp) no-repeat center;
	background-size: cover;
	z-index: -1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.adv {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.4%;
}
.adv li {
	width: 23.2%;
	box-sizing: border-box;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}
.adv li .img {
	position: relative;
	padding-bottom: 139%;
	overflow: hidden;
	border-radius: 0.1rem;
	overflow: hidden;
}
.adv 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;
}
.adv li .txt {
	padding: 0.2rem;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9999;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	align-items: start;
}
.adv li .btn {}
.adv li .btn b {}
.adv li .txt p {
	color: #fff;
	width: 80%;
}
.adv li .txt h6 {
	margin: 0.1rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.adv li:hover .img>img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.adv {
		gap: 0.2rem 2%;
	}
	.adv li {
		width: 49%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.faq {}
.faq ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.4rem 0;
}
.faq ul li {
	width: 48%;
	box-sizing: border-box;
	background: #f9f9f9;
	padding: 0.4rem 0.8rem 0.4rem 0.4rem;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.faq ul li dl {}
.faq ul li dl li {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.faq ul li dl .cbox.c1 {
	background: var(--i_color);
}
.faq ul li dl .cbox.c2 {
	background: #fff;
}
.faq ul li dl .cbox {
	width: 48px;
	height: 48px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	overflow: hidden;
}
.wz222 {
	color: #222;
}
.faq ul li dt {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	gap: 0 40px;
	align-items: start;
}
.faq ul li:hover {
	background: var(--i_color);
}
.faq ul li:hover .cbox {
	background: #fff !important;
}
.faq ul li dl .cbox .img1 {
	display: none;
}
.faq ul li:hover .img1 {
	display: block !important;
}
.faq ul li:hover .img2 {
	display: none;
}
.faq ul li .cbox img {
	height: 25px;
}
.faq ul li:hover p {
	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) {
	.faq ul li dl .cbox {
		width: 30px;
		height: 30px;
	}
	.faq ul li dl dt {
		flex-direction: column;
	}
	.faq ul li dl dt .cbox {
		margin-bottom: 0.2rem;
	}
	.faq ul li dl .cbox img {
		height: 0.15rem;
	}
	.faq ul {}
	.faq ul li p {
		display: block;
		width: 100% !important;
	}
	.faq ul li {
		width: 48%;
		box-sizing: border-box;
		padding: 0.2rem;
	}
	.faq ul li .img {
		height: 0.3rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.faq ul li {
		width: 100%;
	}
}
.new_cate ul {}
.new_cate ul a {
	padding: 0.15rem 0.6rem;
	border: 1px solid var(--i_color);
	border-radius: 1000px;
	color: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-weight: bold;
}
.new_cate ul a:hover {
	background: var(--i_color);
	color: #fff;
}
.new_cate ul a.active {
	background: var(--i_color);
	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) {
	.new_cate ul a {
		padding: 0.08rem 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.news_lists {}
.news_lists .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}
.news_lists .p3_list li {
	width: 32%;
	box-sizing: border-box;
}
.news_lists .p3_list li:hover p {
	color: var(--i_color);
}
.news_lists .p3_list li:hover .yxbtn {
	color: var(--i_color);
	border-color: var(--i_color);
}
.news_lists .p3_list li:hover .yxbtn iconify-icon {
	color: var(--i_color);
}
.news_lists .p3_list li .img {
	position: relative;
	padding-bottom: 69%;
	overflow: hidden;
}
.news_lists .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;
}
.news_lists .p3_list li .txt {
	padding: 0.25rem;
	box-sizing: border-box;
}
.news_lists .p3_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.news_lists .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;
}
.news_lists .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.news_lists .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) {
	.news_lists .p3_list li {
		box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.contact {
	position: relative;
	z-index: 9999;
}
.contact ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 0.2rem 0;
	z-index: 9;
	position: relative;
	z-index: 9999;
}
.contact ul li {
	width: 19.5%;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 38px 0px;
	text-align: center;
	padding: 0.4rem 0.1rem;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0.2rem;
	z-index: 9;
	position: relative;
	z-index: 9999;
	background: #fff;
}
.contact ul li .img {
	width: 142px;
	height: 142px;
	flex-shrink: 0;
	border-radius: 1000px;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: -71px;
	background: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.contact ul li:hover .img {
	background: var(--i_color)
}
.contact ul li:hover iconify-icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	color: #fff;
}
.contact ul li .img iconify-icon {
	font-size: 0.6rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.contact ul li img {
	height: 0.55rem;
}
.contact ul li p {
	text-transform: capitalize;
}
.contact 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) {
	.contact ul li p {
		margin: 0.2rem 0;
	}
	.contact ul li .img {
		position: static;
		transform: translate(0);
	}
	.contact ul {}
	.contact ul li {
		/* text-align: start; */
		width: 48%;
		box-sizing: border-box;
		box-shadow: rgba(0, 0, 0, 0) 0px 2px 38px 0px;
		border: 1px solid #d8d8d8;
	}
	.contact ul li .img {
		height: 0.6rem;
		width: 0.6rem;
		margin: 0 auto;
	}
	.contact ul li .img iconify-icon {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.contact ul li {
		width: 100%;
	}
}
.contact {
	position: relative;
}
.contact li {
	z-index: 89999;
	position: relative;
}
.webbj {
	position: relative;
}
.webbj::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 39%;
	width: 1500px;
	height: 68%;
	background: url(static/imgs/bjs.webp) no-repeat center;
	background-size: cover;
	z-index: -10;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0.1rem;
	max-width: 94vw;
}
.webform .wrap {
	padding: 0 0.4rem;
	box-sizing: border-box;
}
#wpforms-101 {
	--wpforms-field-size-input-height: 48px;
	--wpforms-button-background-color: var(--i_color);
	--wpforms-button-border-color: var(--i_color);
	--wpforms-page-break-color: var(--i_color);
}
#wpforms-101 {
	margin: 0;
	padding: 0;
}
#wpforms-form-101 {
	width: 100%;
	position: relative;
}
#wpforms-101 .wpforms-field-container {}
#wpforms-101 .wpforms-field-container>.wpforms-field {
	width: 100%;
	padding: 0 1px 20px;
	margin: 0 0 10px;
	overflow-x: initial !important
}
#wpforms-101 .wpforms-field-container .wpforms-field-label {
	height: 0;
	font-size: 0;
	margin: 0 0;
}
#wpforms-101 .wpforms-field-container .wpforms-required-label {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
}
#wpforms-101 .wpforms-field-container .wpforms-field>input {
	border-radius: 1000px !important;
	overflow: hidden;
}
#wpforms-101 .wpforms-field-container .wpforms-field>input,
#wpforms-101 .wpforms-field-container textarea,
#wpforms-101 .wpforms-field-container select,
#wpforms-101 .wpforms-field-container .choices {
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;
	height: var(--wpforms-field-size-input-height);
}
#wpforms-101 .wpforms-field-container .wpforms-field>input::placeholder,
#wpforms-101 .wpforms-field-container textarea::placeholder {
	color: #fff;
}
#wpforms-101 .wpforms-field-container .wpforms-field>input,
#wpforms-101 .wpforms-field-container textarea,
#wpforms-101 .wpforms-field-container select {
	padding-left: 14px;
	padding-right: 14px;
	background: rgba(255, 255, 255, 0.1);
	height: var(--wpforms-field-size-input-height);
	padding: 0.2rem 0.2rem;
	border: 1px solid #fff;
	border-radius: 0.05rem;
}
#wpforms-101 .wpforms-field-container textarea {
	height: 1.5rem;
}
#wpforms-101 .wpforms-field-container fieldset ul {
	padding: 0 2px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#wpforms-101 .wpforms-field-container select {
	cursor: pointer;
}
#wpforms-101 .wpforms-field-container .wpforms-datepicker-wrap {
	width: 310px;
}
#wpforms-101 .wpforms-field-container .wpforms-datepicker-wrap input {
	width: 100%;
	max-width: 100%;
}
#wpforms-101 .wpforms-field-container .wpforms-datepicker-clear {
	right: 10px;
}
#wpforms-101 .wpforms-field-container em.wpforms-error,
#wpforms-101 .wpforms-field-container .mailcheck-error {
	position: absolute;
	margin: 0 0;
	bottom: -2px;
}
#wpforms-101 .wpforms-field-container {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wpforms-101-field_1-container,
#wpforms-101-field_2-container,
#wpforms-101-field_3-container {
	width: 32.5% !important;
	border-radius: 1000px !important;
}
#wpforms-101 .wpforms-submit-container {
	width: 365px;
	margin: 0 auto;
	border-radius: 1000px;
}
#wpforms-101 .wpforms-submit-container button {
	width: 100%;
	background: #fff;
	color: #333;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: var(--wpforms-field-size-input-height);
	cursor: pointer;
	border-radius: 1000px;
}
#wpforms-101 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
	display: none;
}
#wpforms-101 .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) {
	.webform .wrap {
		padding: 0 0.2rem;
	}
	#wpforms-101 {
		--wpforms-field-size-input-height: 42px;
		--wpforms-button-background-color: var(--i_color);
		--wpforms-button-border-color: var(--i_color);
		--wpforms-page-break-color: var(--i_color);
	}
}
@media screen and (max-width:768px) {
	#wpforms-101 .wpforms-field-container>.wpforms-field {
		width: 100% !important;
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:560px) {
	#wpforms-101 .wpforms-submit-container {
		width: 140px;
	}
	#wpforms-101 .wpforms-submit-container button {
		padding: 0.12rem 0;
	}
}
.cmap {
	height: 7.18rem;
}
.cmap iframe {
	height: 100%;
	width: 100%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.cmap {
		height: 3.5rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.news_list {}
.news_list li {
	margin-bottom: 0.35rem;
	padding: 0.6rem;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0.2rem;
}
.news_list li:hover {
	background: #f9f9f9;
}
.news_list li a {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.news_list li .img {
	width: 46%;
	position: relative;
	padding-bottom: 27.5%;
	overflow: hidden;
	border-radius: 0.2rem;
}
.news_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;
}
.news_list li .txt {
	width: 51%;
	padding: 0.2rem 0;
	box-sizing: border-box;
}
.news_list li .txt p {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list li .txt h6 {
	display: block;
	margin: 0.16rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #333;
}
.news_list li .txt h5 {
	display: inline;
	position: relative;
	color: var(--i_color);
}
.news_list li .txt h5::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: var(--i_color);
}
.news_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.news_list li:hover {
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}
.news_list li: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) {
	.news_list li {
		padding: 0rem;
	}
	.news_list li .img {
		width: 100%;
		padding-bottom: 59%;
	}
	.news_list li .txt {
		width: 100%;
		padding: 0.1rem;
	}
	.news_list li .txt h6 {
		margin: 0.15rem 0;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.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;
}
.txtbix {
	display: inline;
	padding: 0.05rem 0.1rem;
	background: url(https://lingjuimg.com/wp-content/uploads/lihe/2025/04/bjss.png) no-repeat center;
	background-size: cover;
}
.pr {
	overflow: hidden;
}
@media screen and (max-width:1440px) {
	.topIcon {
		display: none;
	}
}
@media screen and (max-width:1366px) {
	.i_nav {
		gap: 0 30px;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.xxkbox h3 {
		margin-bottom: 0;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
article h2 {
	padding-left: 0.15rem;
	border-left: 4px solid var(--i_color);
	box-sizing: border-box;
}