/*Theme Name:ankerui
Version:1.01Description:安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。Author:版权所有：安徽领聚*/
@charset "utf-8";
:root {
	--i_color: #07BB7A;
	/* 全局颜色 */
	--i_color2: #F5AA13;
	/* 副颜色 */
	--top2_height: 0.8rem;
	/* 顶部高度 */
	--top_height: 0.3rem;
	--wzjb: linear-gradient(to bottom, #fff, var(--i_color));
	--border_color: rgba(255, 255, 255, 0.2);
	--border_color2: #eee;
	--all_height: calc(var(--top_height) + var(--top2_height));
	--active_color: #0b338a;
	--box-shaow: rgba(1, 77, 245, 0.35) 0px 10px 40px 0px;
}
html, body {
    overflow-x: hidden;
}
/* html, body {
    overflow: hidden;
    height: 100%;
} */
@media screen and (max-width:1024px) {
	:root {
		--top2_height: .3rem;

		--top_height: 0.2rem;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}
.wrap2 {
	width: 1600px;
	max-width: 94vw;
	margin-left: auto;
	margin-right: auto;
}
.wrap {
	width: 1600px;
	max-width: 94vw;
	margin-left: auto;
	margin-right: auto;
}
.wrap_l {
	width: 100%;
	max-width: 100vw;
	padding-left: 8%;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}
.wrap_r {
	width: 100%;
	max-width: 100vw;
	padding-right: 8%;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width:1440px) {

	.wrap_l {
		width: 1600px;
		max-width: 94vw;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.wrap_r {
		width: 1600px;
		max-width: 94vw;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.wrap2 {
		width: 1400px;
		max-width: 94vw;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* header */
.top {
	background: #1a1a1a;
	position: relative;
}
.top_cont {
	height: var(--top_height);
}
.top .toptxt {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top .toptxt li {
	line-height: var(--top_height);
	display: flex;
	align-items: center;
	color: #FFF;
}
.top .toptxt>li img {
	margin-right: 0.1rem;
}
.top .toptxt li a {
	margin-right: 0.35rem;
}
.top .toptxt li iconify-icon {
	font-size: 0.22rem;
	color: #FFF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.top .toptxt li iconify-icon:hover {
	color: var(--i_color);
}
@media screen and (max-width:1024px) {
	.top {
		display: none;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}
header {}
.top2 {
	width: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: rgb(91, 103, 143) 0px 0px 0px 0px, rgba(59, 130, 246, 0.5) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.top2.TopHeader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: rgba(51, 51, 51, 0.2) 0px 2px 5px 0px, rgba(51, 51, 51, 0.2) 0px 2px 10px 0px;
}
.top2_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--all_height);
	box-sizing: border-box;
	box-sizing: border-box;
}
.full_header {
	height: var(--top2_height);
	display: none !important;
}
.full_header2 {
	height: var(--all_height);
}

.language .p1 i {
	font-size: inherit;
	color: inherit;
}

@media screen and (max-width:1200px) {
	nav {
		margin-left: 0rem !important;
		margin-right: 0rem !important;
	}
	.language .p1 {
		width: 0.1rem !important;
		background: #fff !important;
	}
	.language p::after {
		content: none !important;
	}
}

@media screen and (max-width:1024px) {
	nav {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}





@media screen and (max-width:1024px) {
	.top2 {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		background: #fff;
	}
	.full_header {
		display: block !important;
	}
}
.logo {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid var(--border_color);
	padding: 0 0.6rem;
}
.logo img {
	max-height: 80%;
	object-fit: cover;
}
/* Mobile nav button */
.nav_menu {
	position: absolute;
	width: 22px;
	height: 16px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: pointer
}
.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 {
		right: 18px;
	}
	.nav_menu {
		display: block !important
	}
	.logo img {
		max-height: 100%;
	}

	.logo {
		margin: 0 0.1rem;
		border: none;
	}
}
@media screen and (max-width:768px) {
	.logo img {
		max-height: 70%;
		object-fit: contain;
	}
}
@media screen and (max-width:425px) {
	.logo img {
		/* max-height: 55%; */
	}


}
/* nav */
@media screen and (min-width:1024px) {


	.dbox {
		height: var(--all_height);
		flex: 1;
	}






	.outs {
		flex: 1;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		height: var(--top_height);
		box-sizing: border-box;
		align-items: center;
		justify-content: end;
		gap: 0;
		border-bottom: 1px solid var(--border_color);
	}


	.outs ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.outs>ul a {
		font-size: 0.12rem;
		color: var(--i_color);
		margin: 0 0.6rem;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	.outs>ul a:hover {
		color: var(--i_color);
		text-decoration: underline;
	}
	.flex {
		height: var(--top2_height);
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;

	}

	.flex .topbox {
		height: var(--top2_height);
		width: 2.06rem;
		box-sizing: border-box;
		color: #fff;
		background: var(--i_color);
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	nav {
		margin-left: auto;
		margin-right: auto;

		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		height: var(--top2_height);
		box-sizing: border-box;

	}

	nav>li:last-child {
		display: none;
	}
	nav>li {
		position: relative;
	}
	nav>li:not(:first-child) {
		margin-left: 0.85rem;
	}
	nav>.menu-item-has-children:hover .sub-menu {
		/* display: block; */
	}
	nav>.menu-item-has-children>a {
		position: relative;
		padding-right: 0.2rem;
	}
	nav>.menu-item-has-children>a::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		right: 0;
		width: 0.1rem;
		height: 0.1rem;
		background: url(https://lingjuimg.com/wp-content/uploads/ankeruibx/2025/01/dbx-2.png) no-repeat center;
		background-size: contain;
	}
	nav>li>a {
		display: block;
		font-size: .18rem;
		color: #fff;
		line-height: var(--top2_height);
		white-space: nowrap;
		text-transform: capitalize;
	}
	nav>li>a:after {
		/* content: ''; */
		position: absolute;
		bottom: 35px;
		left: 50%;
		transform: translate(-50%);
		height: 3px;
		width: 0%;
		background: var(--i_color);
		border-radius: 100px;
	}
	nav>li>a:hover:after {
		/* content: ''; */
		position: absolute;
		bottom: 35px;
		left: 50%;
		transform: translate(-50%);
		height: 3px;
		width: 70%;
		background: var(--i_color);
		border-radius: 100px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	nav>.current-menu-item>a::after {
		/* content: ''; */
		position: absolute;
		bottom: 35px;
		left: 50%;
		transform: translate(-50%);
		height: 3px;
		width: 70%;
		background: var(--i_color);
		border-radius: 100px;
	}
	nav>.current-menu-item>a,
	nav>.current-category-ancestor>a,
	nav>.current-post-ancestor>a,
	nav>li:hover>a,
	nav .curr>a {
		/* color: #111827; */
		color: var(--i_color);
		/* color: var(--i_color) !important */
		/* ;border-bottom:1px solid var(--i_color); */
	}
	nav .sub-menu {
		display: none;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		border-top: 2px solid var(--i_color);
		background: #FFF;
		min-width: 1.6rem;
		overflow: hidden;
		z-index: 3;
	}
	.nav_industry .sub-menu {
		display: none !important;
	}
	nav .sub-menu li {
		position: relative;
		border-bottom: 1px solid var(--border_color);
	}
	nav .sub-menu li::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		width: 0.14rem;
		height: 0.14rem;
		background: url(static/images/public/arrow/double/arrow_r_w.svg) no-repeat center;
		background-size: contain;
	}
	nav .sub-menu a {
		display: block;
		text-align: center;
		padding: 0 .3rem;
		font-size: 0.15rem;
		color: #666;
		line-height: 0.36rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	nav .sub-menu li:hover {
		background: var(--i_color);
	}
	nav .sub-menu li:hover::before {
		left: .1rem;
	}
	nav .sub-menu li:hover a {
		color: #FFF;
	}
	nav .sub-menu li,
	nav .sub-menu li::before,
	nav .sub-menu a {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}
}

@media screen and (max-width:1440px) {

	nav>li:not(:first-child) {
		margin-left: 0.5rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
@media screen and (max-width:1366px) {
	nav>li>a {
		font-size: .19rem;
	}

	nav>li:not(:first-child) {
		margin-left: 0.35rem;
	}


}
@media screen and (max-width:1200px) {

	.flex {
		justify-content: space-between;
	}

	nav>li:not(:first-child) {
		margin-left: 0.23rem;
	}
	nav>li>a {
		font-size: .18rem;
	}
	.logo {
		padding: 0 0.4rem;
	}

	.language {
		width: 1rem;
	}

	.outs>ul a {
		padding: 0 0.1rem;
	}
}
@media screen and (max-width:1024px) {

	nav>li {
		background: #fff;
	}

	.flex .topbox {
		display: none;
	}

	.logo {
		padding: 0;
	}

	.dbox {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.dbox .outs>ul {
		display: none;
	}
	.topbox {
		display: none;
	}
	nav {
		margin-left: 0;
		margin-right: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	nav>.menu-item-has-children>a::before {
		content: none;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}
@media screen and (max-width:1024px) {
	nav {
		display: none;
		position: fixed;
		top: var(--all_height);
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--top2_height));
		box-sizing: border-box;
		border-top: 1px solid var(--border_color);
		background: #FFF;
		z-index: 2
	}
	nav .sub-menu {
		position: static;
		transform: none;
	}
	/*滚动条*/
	nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(51, 51, 51, 0.2);
		background: #555
	}
	nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(51, 51, 51, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}
	nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		box-sizing: border-box;
		background: rgb(0 0 0 / 3%) url(static/images/public/arrow_d_b.svg) no-repeat center;
		background-size: .18rem;
	}
	nav>.menu-item-has-children span.on {
		background: rgb(0 0 0 / 3%) url(static/images/public/arrow_u_b.svg) no-repeat center;
		background-size: .18rem;
	}


	nav>li>a {
		padding: 0 .2rem;
		font-size: .14rem;
		color: #666;
		line-height: .4rem;
	}
	nav>li>.sub-menu {
		display: none
	}
	nav>li>.sub-menu li {
		position: relative;
	}
	nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .14rem;
		color: #555;
		line-height: .4rem;
		position: relative;
		text-align: left;
	}
	nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}
	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;
	}
	nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	nav .sub-menu .sub-menu {
		display: none;
	}
	nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}
	nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
.top_search {
	--search_height: .3rem;
	/* background: #f3f3f3; */
}
.top_search {
	/* margin: 0 .1rem 0 0; */
}
.top_search form {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: hidden;
	/* border-radius: 0.05rem; */


}
.top_search_ipt {
	width: 1.76rem;
	height: var(--search_height);
	box-sizing: border-box;
	/* padding: 0 0 0 .12rem; */
	background: #f3f3f3;
	padding-left: 0.1rem;
}
.top_search_btn {
	font-size: 0;
	width: var(--search_height);
	height: var(--search_height);
	background: var(--i_color2) url(static/imgs/search.png) no-repeat center;
	background-size: .14rem;
	cursor: pointer;
	position: relative;
	border-radius: none;
	box-sizing: border-box;

}



@media screen and (max-width:1024px) {
	.top_search {
		--search_height: .3rem
	}
	.top_search {
		margin-left: auto;
		margin-right: 0.22rem;
		box-sizing: border-box;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {
	.top_search_ipt {
		width: 0.7rem;
	}
}
.language {
	position: relative;
	display: none;
	height: var(--top_height);
	align-items: center;
	display: flex;
	align-items: center;
	/* margin-right: 0.1rem; */
}
.language .colorbox {
	width: 100%;
	height: 100%;
}
.language .p1 {
	display: block;
	width: 1.1rem;
	height: var(--top1_height);
	display: flex;
	align-items: center;
	justify-content: left;
	color: var(--i_color);
	/* background: #f3f3f3; */
	/* padding: 0.1rem; */
	box-sizing: border-box;
	gap: 0.1rem;
}
.language .p2 {
	display: none;
	padding-left: .3rem;
	padding-right: 0.2rem;
	background: red;
	position: relative;
}
.language p {
	font-size: 0.16rem;
	color: var(--i_color);
	position: relative;
	/* padding-left: .3rem;
	padding-right: 0.2rem; */
	line-height: var(--top_height);
	cursor: pointer;
}
.language p.on {
	color: var(--i_color);
}
.language p::after {
	/* content: ''; */
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 85%;
	width: 0.2rem;
	height: 0.2rem;
	/* background: url("static/images/global.png") no-repeat center; */
	background-size: cover;
	z-index: 99999;

}
.language .p2::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: 0.2rem;
	height: 0.2rem;
	/* background: url("static/images/ic@1x.png") no-repeat center; */
	background-size: cover;
	z-index: 99999;
}
.language_list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: var(--top_height);
	;
	right: 0;
	background: #FFF;
	min-width: 1.2rem;
	z-index: 2016;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: .16rem .2rem;
}
.language_list.on {
	opacity: 1;
	visibility: visible;
	/* top: var(--top_height2); */

	top: var(--top_height)
}
.language_list dt>h6 {
	margin-bottom: 0.08rem;
	font-size: 0.17rem;
	font-weight: bold;
	white-space: nowrap;
}
.curr_lang {
	margin-bottom: 0.12rem;
	padding-bottom: 0.12rem;
	border-bottom: 1px solid #EEE;
}
.lang_list a {
	display: block;
	padding: .06rem 0;
}
.lang_list span img {
	display: none;
}
.lang_list .trp-ls-language-name {
	padding-left: 0.4rem;
	font-size: 14px;
	position: relative;
}
.lang_list .trp-ls-language-name::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 0.18rem;
	height: 0.18rem;
	box-sizing: border-box;
	border: 1px solid #AAA;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0.06rem;
	width: 0.06rem;
	height: 0.06rem;
	background: var(--i_color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
	display: block;
}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
	color: var(--i_color);
}
.lau_img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.lau_img.on {
	transform: rotate(180deg);
}

.reversed {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);

}

@media screen and (max-width:1024px) {

	.language {
		height: var(--all_height);
	}

	.language .colorbox {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.language_list {
		right: -45px;
	}

	.language_list.on {
		top: var(--all_height);
	}

	.dbox {
		flex: 1;
		margin-right: 0.3rem;
	}

	.outs {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		align-items: center;
		height: var(--all_height);
	}
	.language .p1 {
		/* display: none; */
	}
	.language .p2 {
		display: block;
	}
	.language {
		/* margin-right: 0.2rem; */
	}
}
@media screen and (max-width:768px) {}


/* banner */
.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;
	padding-bottom: 800px;
	width: 100%;
	background: var(--liner_color);
}

.yxbox {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -35px;
	height: 60px;
	width: 60px;
	background: var(--i_color);
	border-radius: 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.yxbox img {
	display: block;

}


.yxbox .img1 {
	animation: fadeInOut 0.5s ease-in-out infinite;
}


.yxbox .img2 {
	animation: fadeInOut 0.6s ease-in-out infinite;

}

.yxbox .img3 {
	animation: fadeInOut 0.7s ease-in-out infinite;


}

/* 帮我写个不断显示消失的动画实例 */



@keyframes fadeInOut {
	0% {}
	25% {
		opacity: 0.25;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.75
	}
	100% {
		opacity: 1;
	}
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.yxbox {
		width: 30px;
		height: 30px;
		bottom: -15px;
	}

	.yxbox img {
		height: 0.05rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.banner_list .swiper-slide>img {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: ellipse(90% 100% at 50% 0%);

}
.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;
	margin-top: 0.3rem;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0.6rem;
}
.banner-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 6px;
	background: var(--i_color);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
	opacity: 0.5;
}
.banner-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
	opacity: 1;
}
/* bannertxt */
.banner_list .swiper-slide .txt {
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner_list .txt p {
	font-size: 0.6rem;
	font-weight: bold;
	text-transform: capitalize;
	/* 文字渐变色 */
	background: var(--wzjb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	display: inline;
}

.banner_list .txt p::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -25px;
	width: 100%;
	height: 4px;
	background: url(static/imgs/jbc.png) no-repeat center;
	background-size: contain;
}



.banner_list .txt2 p::before{
	transform: translate(0) !important;
	left: -71px !important;
	background: url(https://lingjuimg.com/wp-content/uploads/ankeruibx/2025/02/路径-14@1x.png) no-repeat center !important;

}

.wzjb {
	background: var(--wzjb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

/* .banner_list .txt p span {
	font-size: inherit;
	color: var(--i_color);
	font-weight: bold;
} */
.banner_list .txt .btnbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;

}
.banner_list .txt .btnbox .imglist {
	display: flex;
	width: 100%;
	margin-right: 0 !important;
	padding-left: 0 !important;
	align-items: center;

}

.banner_list .txt .btnbox .imglist li {
	position: relative;
	width: 23.5%;
	padding-bottom: 13%;
	background: #fff;
	margin-right: 0.3rem;
}
.banner_list .txt .btnbox .imglist li img {
	width: 98%;
	height: 99%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.banner_list .txt h6 {
	color: var(--i_color);
	font-size: 0.24rem;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
	opacity: 0.8;
	/* display: none; */
}

.w60{
	width: 60%;

}




.banner_list .txt .box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.6rem;

}


.banner_list .txt .box .banner2_img {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	/* min-height:1rem; */
}

.banner_list .txt .box li {
	position: relative;
	background: #fff;
	border-radius: 1000px;
	height: 1.9rem;
	width: 1.9rem;
	overflow: hidden
}
.banner_list .txt .box li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_list .swiper-slide {
	position: relative;
}

.banner_list .pimg {
	position: absolute;
	top: 30%;
	left: 53%;
	transform: translate(-50%, -50%);
	z-index: 999999;

	width: 2.2rem;
	height: 2.2rem;
	border-radius: 1000px;
	background: #FFF;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	z-index: 999;
	border: 30px solid var(--i_color);
	box-sizing: border-box;
}

.banner_list .pimg span {
	position: relative;
	z-index: 9999;
}

.banner_list .pimg span h4 {
	font-size: 0.52rem;
	color: var(--i_color);
	font-weight: 900;
}
.banner_list .pimg span h4 i {
	font-size: inherit;
	color: inherit;
	font-weight: inherit
}

.banner_list .pimg span h5 {
	text-align: center;
	font-size: 0.3rem;
	color: var(--i_color);
}



.banner_list .imglist {}

@media screen and (max-width:1440px) {
	.banner_list .txt2 p::before{
		display: none;
	}
	.banner_list .txt p {
		font-size: 0.40rem;
	}
	.banner_list .txt h6 {
		font-size: 0.2rem;
	}
	.banner-prev,
	.banner-next {
		display: none !important;
	}
	.banner_list .pimg span h4 {
		font-size: 0.4rem;
	}
	.banner_list .pimg span h5 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {

	.banner_list .pimg span h4 {
		font-size: 0.3rem;
	}
	.banner_list .pimg span h5 {
		font-size: 0.16rem;
	}
	.banner_list .pimg {
		border: 20px solid var(--i_color);
	}
}
@media screen and (max-width:1024px) {

	.banner-pagination {
		padding-bottom: 0.3rem;
	}

	.banner_list {
		overflow: hidden;
	}

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

	.banner_list .swiper-slide .yxbox {
		display: none;
	}
	.banner_list .imglist img {
		display: none;
	}
	.banner_list .imglist {
		display: none;
	}
	.banner_list .pimg {
		width: 1.4rem;
		height: 1.4rem;
	}
	.banner_list .txt .box .banner2_img {
		display: none;
	}

	.banner_list .pimg span h4 {
		font-size: 0.18rem;
	}
	.banner_list .pimg span h5 {
		font-size: 0.14rem;
	}
	.banner-pagination {
		bottom: 0.2rem;
	}
	.banner_list .swiper-slide {
		padding-bottom: 45%;
	}
	.banner_list .txt p {
		font-size: 0.30rem;
		margin-bottom: 0.2rem;
	}
	.banner_list .txt h6 {
		font-size: 0.18rem;
		color: #fff;
		margin: 0.2rem 0;
	}

	.banner_list .txt h6 br {
		display: none;
	}
	.banner_list .txt p::before {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.banner_list .pimg {
		width: 1rem;
		height: 1rem;
	}
	.banner_list .pimg {
		border: 10px solid var(--i_color);
	}
	.banner_list .txt p {
		font-size: 0.18rem;
	}
	.banner_list .txt h6 {
		font-size: 0.14rem;
		margin: 0.1rem 0;
	}
}
@media screen and (max-width:560px) {
	.banner_list .pimg {
		top: 22%;
		left: 56%;
	}
	.banner_list .txt .btnbox .imglist li {
		margin-right: 0.05rem;
	}

	.banner_list .pimg {
		width: 0.8rem;
		height: 0.8rem;
	}
	.banner-pagination {
		bottom: 0.05rem;
		height: 0.15rem;
	}
	.banner_list .swiper-slide {
		padding-bottom: 55%;
	}
	.banner_list .swiper-slide .txt {
		top: 50%;
	}
	.banner_list .txt h6 {
		font-size: 0.14rem;
	}
}









.btn {
	display: table;
	position: relative;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn.hs {
	background: #F5AA13;
}

.btn.fff {
	background: #fff;
}

.btn.fff b {
	color: var(--i_color);
}


.btn b {
	display: block;
	padding: 0.18rem 0.678rem;
	font-size: 0.18rem;
	color: #FFF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .1rem;
	text-transform: capitalize;
	text-wrap: nowrap;
	text-transform: capitalize;

}

.btn b iconify-icon {
	font-size: 0.35rem;
}
.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.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.48rem;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 .1rem;
	align-items: center;

}
.tit h3 i {
	font-weight: inherit;
	color: var(--i_color);
	margin: 0 0.05rem;
}
.tit h6 {
	font-size: 0.2rem;
	color: #666;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	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;
}
.tit.center h3,
.tit.center h6,
.tit.center h5 {
	text-align: center;
}
.tit.center h5 {
	color: #999;
}
.tit.center h3 {
	margin: 0.2rem 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 10px;
}

.tit.dis2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tit.dis2 h6 {
	margin-bottom: 0.05rem;
}

.tit span {
	width: 75%;
}



.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 {
		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;
	}
}


.fff {
	color: #fff !important;
}


.fb {
	font-weight: bold;
}



/* 选项卡样式 */
.xxk_cate .xxk {
	margin: 0 auto;
}

.xxk_cate .tab-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	justify-content: space-between;

}

.xxk_cate .tab {
	padding: 20px 0;
	cursor: pointer;
	border-bottom: none;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
	border-top: 3px solid transparent;

}


.xxk_cate .tab .img2 {
	display: none;
}

.xxk_cate .tab.active {
	color: var(--i_color);
	border-top: 3px solid var(--i_color);

}



.xxk_cate .tab.active .img2 {
	display: inline-block;
}


.xxk_cate .tab.active .img1 {

	display: none;
}

.xxk_cate .tab-content {}

.xxk_cate .content {
	display: none;
}

.xxk_cate .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) {

	.xxk_cate .tab-list {
		border-top: none;
	}
	.xxk_cate .tab {
		padding: 0.1rem 0.3rem;
		font-weight: normal;
		border: 1px solid var(--border_color);
	}
	.xxk_cate .tab {
		width: 100%;
	}
	.xxk_cate .tab.active {}
	.xxk_cate .tab-list {}

	.xxk_cate .tab img {
		height: 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* 产品页1 */
.p_list4111 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.4%;
}

.p_list4111 li {
	width: 23.2%;
	box-sizing: border-box;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
}

.p_list4111 li a {
	display: block;
	position: relative;
	padding: 0.1rem 0.3rem;
	box-sizing: border-box;

}

.p_list4111 li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p_list4111 li:hover {
	border: 1px solid transparent;
	;
}
.p_list4111 li:hover a::after {
	content: 'View';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	width: 72px;
	height: 72px;
	background: var(--i_color);
	border-radius: 50%;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 0.18rem;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

.p_list4111 li a:hover::after {
	opacity: 1;
}

.p_list4111 li a:hover::before {
	height: 100%;
}

.p_list4111 li .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.p_list4111 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;
}

.p_list4111 li .txt {
	padding: 0.15rem;
	box-sizing: border-box;
}

.p_list4111 li .btn {}
.p_list4111 li .btn b {}

.p_list4111 li .txt p {

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
}

.p_list4111 li .txt h6 {
	margin: 0.1rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.p_list4111 li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.zwf {
	height: 1rem;
}


@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_list4111 li .txt {

		padding: 0.05rem;
	}

	.zwf {
		display: none;
	}

	.p_list4111 li a {
		padding: 0.1rem;
	}

	.p_list4111 li:hover a::after {
		width: 40px;
		height: 40px;
		font-size: 0.14rem;
	}




	.p_list4111 {
		gap: 0.2rem 2%;
	}
	.p_list4111 li {
		width: 49%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* 选项卡样式 */
.xxk_solution {
	background: #f9f9f9;
	position: relative;
}
.xxk_solution .xxk1 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xxk_solution .tab-list1 {
	width: 70%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 660px;
	z-index: 1;
}

.xxk_solution .tab-list1::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 9;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}

.xxk_solution .tab-list1>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: -1;
}

.xxk_solution .tab1 {
	padding: 10px;
	cursor: pointer;
	border-bottom: none;
	width: 20%;
	box-sizing: border-box;
	color: #fff;
	border-right: 1px solid #fff;

	position: relative;
}

.xxk_solution .tab1:hover .news {

	/* 添加动画 */
	animation: scaleAnimations 2s infinite ease-in-out;
}
/*  */
@keyframes scaleAnimations {
	0% {
		transform: scale(1);
		/* 初始大小 */
	}
	50% {
		transform: scale(1.1);
		/* 最大放大 */
	}
	100% {
		transform: scale(1);
		/* 回到初始大小 */
	}
}
.xxk_solution .tab1 .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	z-index: 20;
}

.xxk_solution .tab1 .news {
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
}

.xxk_solution .tab1 img {
	opacity: 0;
	width: 0;
	height: 0;
	transform: sacale(0);
}


.xxk_solution .tab1 p {
	text-transform: capitalize;
}

.xxk_solution .tab1 .news::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300%;
	height: 300%;
	border: 1px solid rgba(255, 255, 255, 0.6);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 50%;

}
.xxk_solution .tab1 .news::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500%;
	height: 500%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 50%;

}



.xxk_solution .tab1.active {}

.xxk_solution .tab-content1 {
	padding: 25px;
	width: 30%;
	box-sizing: border-box;
	background: #fff;
}

.xxk_solution .content1 {
	display: none;
}

.xxk_solution .content1 dl {}


.xxk_solution .content1 dl dt:not(:last-child) {
	margin-bottom: 0.2rem;
}
.xxk_solution .content1 dl dt a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
	background: #f9f9f9;
	border: 1px solid transparent;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xxk_solution .content1 dl dt a:hover {
	border-color: var(--i_color);
}

.xxk_solution .content1 dl dt a .img {
	width: 38%;
	position: relative;
	padding-bottom: 38%;
	overflow: hidden;
}
.xxk_solution .content1 dl dt a .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.xxk_solution .content1 dl dt a .txt {
	width: 60%;
	box-sizing: border-box;
	padding-right: 0.2rem;
}


.wz666 {
	color: #666;
}
.xxk_solution .content1.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) {
	.xxk_solution .content1 dl dt {
		border: 1px solid #d8d8d8;
	}
	.xxk_solution .tab1 {
		border: none;
	}

	.xxk_solution .tab-content1 {
		padding: 0;
		margin-bottom: 0.2rem;
	}

	.xxk_solution .tab1 .news {
		width: 8px;
		height: 8px;
	}
	.xxk_solution .tab-list1 {
		width: 100%;
		margin-bottom: 0.1rem;
		height: 500px;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.xxk_solution .tab-list1 .tab1 {
		width: 50%;
	}
	.xxk_solution .tab-content1 {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


/* ul>li左图右文 */
.ul_list222 {}
.ul_list222 .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ul_list222 .wrap .left {
	width: 47%;
}
.ul_list222 .wrap .left article {
	position: relative;
}
.ul_list222 .wrap .left article::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(static/imgs/map.png) no-repeat center;
	background-size: cover;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.ul_list222 .wrap .right {
	width: 46%;
}
.ul_list222 .wrap .right .img {
	width: 100%;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	border-radius: 50%;
	position: relative;
	padding-bottom: 96%;
}
.ul_list222 .wrap .right .img>img {

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 1000px;
}

.tc {
	text-align: center;
}
.ul_list222 .wrap .right .img .box1 {
	width: 240px;
	height: 240px;
	border-radius: 10000px;
	background: var(--i_color);
	position: absolute;
	left: -8%;
	bottom: 13%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.ul_list222 .wrap .right .img .box2 {

	width: 240px;
	height: 240px;
	position: absolute;
	right: 0;
	bottom: -8%;
}

.ul_list222 .wrap .right .img .box2 img {
	width: 100%;
	height: 100%;
}

.ul_list222 .wrap .right .img .box1 p {
	font-size: 0.7rem;
	font-weight: bold;
	color: #fff;
}

.ul_list222 .wrap .right .img .box1 h6 {
	color: #fff;
}

.ul_list222 .wrap .right .img .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;

	animation: scaleAnimation 2s infinite ease-in-out ;
}

/* 放大动画 */
@keyframes scaleAnimation  {
	0% {
		transform: translate(-50%, -50%) scale(1);
		/* 初始大小 */
	}
	50% {
		transform: translate(-50%, -50%) scale(1.1);
		/* 最大放大 */
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		/* 回到初始大小 */
	}
}



.ul_list222 .wrap .right .img .play img {}
@media screen and (max-width:1440px) {

	.ul_list222 .wrap .right .img .box1,
	.ul_list222 .wrap .right .img .box2 {
		width: 160px;
		height: 160px;
	}

	.ul_list222 .wrap .right .img .box1 p {
		font-size: 0.45rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.ul_list222 .wrap .right .img {
		padding-bottom: 100%;
	}



	.ul_list222 .wrap .right .img .play img {
		height: 0.7rem;
	}

	.ul_list222 .wrap .right .img .box1 {
		display: none;


	}
	.ul_list222 .wrap .right .img .box2 {
		display: none;
	}

	.ul_list222 .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.ul_list222 .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




.iclist222 {}

.iclist222 ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.2rem 0;
}

.iclist222 ul li {
	width: 23%;
	box-sizing: border-box;
	background: #f9f9f9;
	text-align: end;
	padding: 0.28rem 0.4rem 0.28rem 0.28rem;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.iclist222 ul li:hover h6 {
	color: var(--i_color);
}

.iclist222 ul li span {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 20px;
}


.iclist222 ul li span .img {
	width: 0.52rem;
	height: 0.52rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 100px;

}




.iclist222 ul li span .img img {
	height: 19px;
}

.iclist222 ul li h6 {
	font-size: 0.7rem;
	font-weight: bold;
	display: inline;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.iclist222 ul li h6::before {
	content: '+';
	position: absolute;
	bottom: 0;
	right: -0.2rem;
	font-size: 0.3rem;
	color: inherit;
	font-weight: bold;
}




@media screen and (max-width:1440px) {

	.iclist222 ul li h6 {
		font-size: 0.6rem;
	}
}
@media screen and (max-width:1366px) {
	.iclist222 ul li h6 {
		font-size: 0.5rem;
	}
}
@media screen and (max-width:1200px) {
	.iclist222 ul li h6 {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1024px) {

	.iclist222 ul li span .img {
		height: 0.35rem;
		width: 0.35rem;

	}

	.iclist222 ul li {
		/* text-align: start; */
	}

	.iclist222 ul li h6 {
		font-size: 0.3rem;
	}

	.iclist222 ul li h6::before {
		font-size: 0.14rem;
	}
	.iclist222 ul {}

	.iclist222 ul li {
		width: 48%;
		box-sizing: border-box;
	}


}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.iclist222 ul li {
		width: 100%;
	}
}









.pl3222 {}
.pl3222 .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}


.pl3222 .p3_list li {
	width: 32%;
	box-sizing: border-box;

}
.pl3222 .p3_list li .img {
	position: relative;
	padding-bottom: 52%;
	overflow: hidden;
}

.pl3222 .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;
}
.pl3222 .p3_list li .txt {
	box-sizing: border-box;
}
.pl3222 .p3_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}
.pl3222 .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;

}
.pl3222 .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}


.pl3222 .p3_list li .txt span {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pl3222 .p3_list li .txt span .icons {
	width: 34px;
	height: 34px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #666;
	flex-shrink: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.pl3222 .p3_list li .txt span .icons iconify-icon {
	font-size: 0.25rem;
	color: #666;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


.pl3222 .p3_list li:hover p {}

.pl3222 .p3_list li:hover .icons {
	border-color: var(--i_color) !important;
	background: var(--i_color);
}

.pl3222 .p3_list li:hover .icons iconify-icon {
	color: #fff !important;
}


.pl3222 .dis2 h6 {
	line-height: 1.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) {

	.pl3222 .p3_list li .txt span .icons {
		width: 25px;
		height: 25px;
	}

	.pl3222 .p3_list li .txt span .icons iconify-icon {
		font-size: 0.18rem;
	}

	.pl3222 .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.p222_swipers {
	position: relative;
	background: #f9f9f9;
}
.p222_swipers2 {
	background: #fff;
}
.p222_swipers .p222_list {
	position: relative;
	overflow: hidden
}
.p222_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.p222_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	background: #fff;
}
.p10 {
	padding: 0.1rem 0;
}
.p222_list .swiper-slide .img {
	position: relative;
	padding-bottom: 45%;
	overflow: hidden;

}
.p222_list .swiper-slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p222_list .swiper-slide .txt {
	padding: 0.2rem;
	box-sizing: border-box;
	border-top: 1px solid var(--i_color);
	border: 1px solid #d8d8d8;
}
.p222_list .swiper-slide .txt p {}
.p222_list .swiper-slide .txt h6 {}
.p222_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.p222-prev,
.p222-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
}
.p222-prev {
	left: 5%;
}
.p222-next {
	right: 5%;
}
.p222-prev iconify-icon,
.p222-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.p222_list .swiper-button-disabled {
	cursor: not-allowed
}
.p222-prev:hover,
.p222-next:hover {
	background: var(--i_color);
}
.p222-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.p222-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;
}
.p222-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) {
	.p222-prev,
	.p222-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




footer {
	position: relative;
}

footer::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
	height: 63%;
	background: url(https://lingjuimg.com/wp-content/uploads/ankeruibx/2025/01/dad0.webp) no-repeat center;
	background-size: cover;
	z-index: -1;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}






footer .ftopbox {
	background: url(static/imgs/106.png) no-repeat center;
	background-size: cover;
}

footer .ftopbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer .ftopbox p {
	width: 78%;
	display: inline-block;
	color: #fff;
	font-size: 0.32rem;
	font-weight: bold;
	margin: 0 auto;
	line-height: 1.3;
	position: relative;
}


footer .ftopbox p::before {
	content: '';
	position: absolute;
	right: 135px;
	bottom: 0;
	width: 19px;
	height: 42px;
	background: url(static/imgs/sd.png) no-repeat center;
	background-size: contain;

}

footer .ftopbox p::after {
	content: '';
	position: absolute;
	left: -0.35rem;
	top: 0;
	width: 19px;
	height: 42px;
	background: url(static/imgs/sd.png) no-repeat center;
	background-size: contain;
}
@media screen and (max-width:1440px) {
	footer .ftopbox p {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1366px) {
	footer .ftopbox p {
		font-size: 0.25rem;
	}
}
.wz222 {
	color: #222;
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	footer .ftopbox p::before,
	footer .ftopbox p::after {
		display: none;
	}

	footer .ftopbox p {
		width: 100%;
		font-size: 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}









.fnavlist {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fnavlist dt:nth-child(1) {
	width: 45%;
}

.fnavlist dt p {
	font-size: 0.32rem;
	color: #222;
	text-transform: capitalize;
}
.fnavlist dt a {
	display: block;
	margin-bottom: 0.3rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.fnavlist dt a,
.fnavlist dt span {
	color: #222;
	font-size: 0.18rem;
}
.fnavlist dt a:hover,
.privacy .wrap a:hover {
	text-decoration: underline;
	color: var(--i_color);

}

.fnavlist .iconbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 30px;
}
.fnavlist .iconbox a {

	width: 44px;
	height: 44px;
	border-radius: 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #eee;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.fnavlist .iconbox a iconify-icon {
	font-size: 0.2rem;
	color: #999;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.fnavlist .iconbox a:hover {
	background: rgba(19, 133, 59, 0.15);
}


.fnavlist .iconbox a:hover iconify-icon {
	color: var(--i_color);
}

.privacy .wrap {
	border-top: 1px solid #E5E5E5;
}

.privacy .wrap a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


@media screen and (max-width:1440px) {

	.fnavlist dt p {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1366px) {
	.fnavlist dt p {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1200px) {
	.fnavlist dt p {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1024px) {

	.fnavlist dt a,
	.fnavlist dt span {
		font-size: 0.16rem;
	}

	.fnavlist dt a {
		margin-bottom: 0.15rem;
	}

	.fnavlist dt p {
		font-size: 0.22rem;
	}
	.fnavlist dt {
		display: none;
	}
	.fnavlist dt:nth-child(1) {
		display: block;
		width: 100%;
	}
	footer {
		margin-bottom: 0.42rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




.xlbox {
	width: 100%;
	position: fixed;
	top: var(--all_height);
	background: #fff;
	z-index: 99999;
	display: none;
}

.xlbox.active {
	display: block;
}



.xlbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.xlbox .cateT1 {
	width: 20%;
	box-sizing: border-box;
}


.xlbox .cateT1 a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0.25rem 0;
	border-bottom: 1px solid;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eee !important;
}

.xlbox .cateT1 li.active a {
	color: var(--i_color);
	border-color: var(--i_color) !important;
}


.xlbox .cateT2 {
	width: 75%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	/* display: none; */

}




.xlbox .cateT2 dt {
	display: none;
	width: 100%;
	text-align: center;
	/* align-items: start; */



}

.xlbox .cateT2 dt>ul {
	width: 30%;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.xlbox .cateT2 dt .cateT3 {
	width: 70%;
	margin-left: 0.8rem;
}

.xlbox .cateT2 dt a {
	display: block;
	padding: 0.08rem 0;
	box-sizing: border-box;
	display:-webkit-flex; display:flex; flex-wrap: nowrap;
	align-items: center;
	gap: 0 10px;
	justify-content: center;
}

.xlbox .cateT2 dt a img{
	height: 0.18rem;
}


.xlbox .cateT2 dt li.active a {
	color: var(--i_color);
}

.xlbox .cateT2 dt.active {
	display: flex;
}


.xlbox .cateT3 {
	width: 50%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;

}


.xlbox .cateT3 .img {
	width: 50%;
}

.xlbox .cateT3 .img img {
	width: 100%;
}


.xlbox .cateT3 .imgbox {
	display: none;
}

.xlbox .cateT3 .imgbox.active {
	display: flex;
	width: 100%;
}






.in_pagebanner {
	position: relative;
}
.in_pagebanner .br_tx {
	font-size: 0.46rem;
	color: #fff;
	font-weight: bold;
}
.in_pagebanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b_page {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
@media screen and (max-width:1440px) {
	.in_pagebanner {}
	.in_pagebanner .br_tx {
		font-size: 0.34rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.in_pagebanner .br_tx {
		font-size: 0.25rem;
	}
}
@media screen and (max-width:1024px) {
	.in_pagebanner {}
	.in_pagebanner .br_tx {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:768px) {
	.in_pagebanner {}
	.in_pagebanner .br_tx {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:560px) {
	.in_pagebanner {}
	.in_pagebanner .br_tx {
		font-size: 0.16rem;
	}
}





/* Breadcrumb */
.in_position {
	padding: .2rem 0;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
}
.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: uppercase */
}
.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
	}
}








/* ul>li左图右文 */
.ul_list123 {}
.ul_list123 .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul_list123 .wrap .left {
	width: 18%;
}



.ul_list123 .wrap .right {
	width: 80%;
	box-sizing: border-box;
}


.ul_list123 .wrap .right .pl_list {
	border-left: 1px dashed rgba(51, 51, 51, 0.2);
	padding-left: 0.4rem;
}

@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 {}
.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 .curr .cat_name {}
.p_nav_list .curr {
	/* background: var(--btn_color2); */
}
.p_nav_list .currs {
	background: transparent !important;
}
.p_nav_list .cat_name {
	height: 80px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.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;
	font-weight: bold;

	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: #333;
}
.p_nav_list .curr .cat_name {
	position: relative;
	height: 70px;

}
.p_nav_list .curr .cat_name b {
	/* color: var(--i_color); */
}
.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;
}
.p_nav_list dt {
	position: relative;
}
.p_nav_list dt::before {
	/* content: ''; */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -.3rem;
	width: 0.3rem;
	height: 0.3rem;
	background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23eec73e" d="M13 16.25a.74.74 0 0 1-.53-.22a.75.75 0 0 1 0-1.06l3-3l-3-3A.75.75 0 0 1 13.53 8l3.5 3.5a.75.75 0 0 1 0 1.06L13.53 16a.74.74 0 0 1-.53.25m-5.5 0A.74.74 0 0 1 7 16a.75.75 0 0 1 0-1l3-3l-3-3a.75.75 0 0 1 1-1l3.5 3.5a.75.75 0 0 1 0 1.06L8 16a.74.74 0 0 1-.5.25"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
	transition: all .5s ease;
}
.p_nav_list dt a {
	display: block;
	font-size: 16px;
	color: #666;
	padding: 0.15rem 0.4rem;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.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 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) {}






.pl_list {}
.pl_list .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}


.pl_list .p3_list li {
	width: 32%;
	box-sizing: border-box;
	border: 1px solid transparent;
	background: #f9f9f9;
}
.pl_list .p3_list li .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.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.4rem 0.4rem;
	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;

}
.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 {
	border-color: var(--i_color);
}

.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 li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: 2rem;
	border-radius: 2rem;
	border: 1px solid rgba(51, 51, 51, 0.2);
	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;
	}
}



.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;

}

.p_contcats>p {
	display: block;
	padding: 0.12rem 0.15rem;
	background: var(--i_color);
}

.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_color);
}

.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) {}





















/* .de_bc{background-image: url(./static/images/detail.webp);

background-size: cover;

background-repeat: no-repeat;

width: 100%;

height: 100%;

position: relative;

padding-bottom: 11%;

position: relative;

}

.de_bc p{font-size: 32px; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-transform: uppercase;}

@media screen and (max-width:767px){



}

@media screen and (max-width:767px){



}

@media screen and (max-width:767px){



} */

.p_det {}
.p_det>.wrap {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
/* atlas */
.p_atlas {
	width: 50%;
	height: 100%;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
}
.p_atlas::before {
	content: '';
	display: block;
	padding-bottom: 80%;
}
/* thumbnail */
.p_thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	width: 18%;
	height: 100%;
}
.p_thumbnail_list {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.p_thumbnail_list .swiper-wrapper {
	flex-direction: column;
	position: relative;
	width: 100%;
}
.p_thumbnail_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	box-sizing: border-box;
	border: 2px solid rgba(51, 51, 51, 0.2);
	overflow: hidden;
	cursor: pointer;
}
.p_thumbnail_list .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_v_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.32rem;
	height: 0.26rem;
	background: var(--i_color);
	-webkit-border-radius: .1rem;
	border-radius: .1rem;
	font-size: 0.12rem;
	color: #FFF;
}
.p_v_btn::before {
	position: absolute;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
}
.p_thumbnail_list .swiper-slide-thumb-active {
	border-color: var(--i_color);
}
.p_thumbnail_list .swiper-slide-thumb-active .img {
	background: #fff;
}
.thumbnail-prev,
.thumbnail-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 0.55rem;
	height: 0.55rem;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	z-index: 3;
	background-color: var(--i_color);
	border-radius: 1000px;
}
.thumbnail-prev {
	left: 0;
}
.thumbnail-next {
	right: 0;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.38rem;
	color: #fff
}
.p_atlas_list .swiper-button-disabled {
	cursor: not-allowed
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {}
.thumbnail-pagination {
	position: absolute;
	top: .1rem;
	right: .2rem;
	margin-top: 0.1rem;
	text-align: center;
}
.thumbnail-pagination,
.thumbnail-pagination span {
	font-size: 0.16rem;
	color: #FFF;
}
.thumbnail-pagination .swiper-pagination-current {
	font-size: 0.24rem;
}
.p_atlas_list {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20%);
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #eee;


}
.p_atlas_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	height: 100%;
	width: 98%;


}
.p_atlas_list .swiper-slide {
	height: 100%;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.p_atlas_list .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_atlas_list .swiper-slide iframe,
.p_atlas_list .swiper-slide video {
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: contain;
}
@media screen and (max-width:1024px) {
	.p_det>.wrap {
		flex-wrap: wrap;
	}
	.p_atlas {
		width: 99%;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.p_atlas::before {
		display: none;
	}
	.p_thumbnail {
		margin-top: 0.2rem;
		position: relative;
		width: 100%;
	}
	.p_thumbnail_list {
		position: initial;
		top: initial;
		transform: none;
		height: auto;
	}
	.p_thumbnail_list .swiper-wrapper {
		display: -webkit-flex;
		display: flex;
		flex-direction: initial
	}
	.p_thumbnail_list .swiper-slide {
		border-width: 1px;
	}
	.thumbnail-prev,
	.thumbnail-next {
		display: none;
	}
	.p_atlas_list {
		order: -1;
		position: relative;
		width: 100%;
	}
	.p_atlas_list .swiper-slide {
		height: 0;
		padding-bottom: 100%;
	}
	.p_atlas_list .swiper-slide iframe,
	.p_atlas_list .swiper-slide video,
	.p_atlas_list .swiper-slide img {
		position: absolute;
		top: 0;
		left: 0;
	}
}
.p_cont {
	width: 47%;
	box-sizing: border-box;
	position: relative;
}
.p_cont::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: var(--liner_color2);
}
.p_cont h1 {
	margin-bottom: 0.25rem;
	font-size: 0.24rem;
	font-weight: bold;
	padding-bottom: 0.15rem;
	border-bottom: 3px solid var(--i_color);
}
.p_des {
	box-sizing: border-box;
	color: #666;
}
.cs {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xqbg {
	margin: 0.38rem 0;
}
.xg {
	margin-bottom: 0.4rem;
}
.xg p {
	font-size: 0.2rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.1rem;
}
.xg li {
	color: var(--i_color2);
}
.cs li {
	width: 24%;
	padding: 0.15rem 0;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	margin: 0.3rem 0;
	cursor: pointer;
}
.cs li:hover img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
.cs li:hover .img {
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.cs li .img {
	display: grid;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 0.4rem;
	height: 0.4rem;
	flex-shrink: 0;
	background: rgba(17, 177, 225, 0.1);
	margin: 0 auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.cs li p {
	color: var(--i_color);
	margin-top: 0.1rem;
}
.p_cont .btnbox {
	display: flex;
	align-items: center;
	gap: 0 0.2rem;
}
.p_table {
	margin: 0.2rem 0;
}
.p_menu {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* gap: 0 .5rem; */
	justify-content: space-between;
}
.p_btn {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .3rem;
}
.p_btn li {
	-webkit-border-radius: 2rem;
	border-radius: 2rem;
	overflow: hidden;
	background: #626262;
}
.p_btn li:first-child {
	background: var(--i_color);
}
.p_btn a {
	display: block;
	padding: .1rem .3rem;
	font-size: 0.18rem;
	color: #FFF;
	text-transform: uppercase;
}
.p_share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .1rem;
}
.p_share p {
	color: var(--i_color2);
}
.p_share iconify-icon {
	font-size: 0.24rem;
	color: var(--i_color);
	opacity: 0.1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p_share a:hover iconify-icon {
	color: var(--i_color);
	opacity: 1;
}
@media screen and (max-width:1024px) {
	.p_cont {
		width: 100%;
		margin: .4rem 0 0;
	}
	.p_cont h1 {
		font-size: 0.22rem;
	}
	.p_btn a {
		padding: 10px 20px;
		font-size: 16px;
	}
}
@media screen and (max-width:768px) {
	.p_cont h1 {
		font-size: 0.17rem;
	}
	.p_btn a {
		padding: 8px 20px;
		font-size: 14px;
	}
	.p_share {
		width: 100%;
		margin-top: 0.2rem;
	}
	.p_share p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px) {

	.xg {
		margin-bottom: 0.15rem;
	}
}


















.Detailed_description {
	position: relative;
}





.Detailed_description .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}



.p_det_cont {
	width: 68%;
}





.p_content_nav {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background: #F1F1F1;
	border-top: 4px solid var(--i_color);
}

.p_content_nav::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #DDD;
}

.p_content_nav li {

	width: 25%;
	padding: .14rem 0rem;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}


.p_content_nav p {
	font-size: 0.18rem;
	font-weight: bold;
	text-align: center;
}



.p_content_nav li.active {
	background: #FFF;
}



.p_content_nav li.active p {
	color: var(--i_color);
}





.p_content_show {}

.p_content_show dt {
	display: none;
	position: relative;
}

.p_content_show dt.active {
	display: block;
}



.p_video_iframe {}

.p_video_iframe {
	width: 100%;
	max-width: 800px;
	position: relative;
	overflow: hidden
}

.p_video_iframe::before {
	content: "";
	display: block;
	padding-bottom: 56.25%
}

.p_video_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}







.p_det_r {
	width: 27%;
	margin-left: auto;
}

.det_r_form {
	border-top: 3px solid var(--i_color);
	padding: .24rem;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	background: #FFF;
}

.det_r_form>h4 {
	margin-bottom: 0.3rem;
	padding-left: 0.38rem;
	padding-top: 4px;
	font-size: 0.2rem;
	color: #333;
	font-weight: bold;
	position: relative;
}


.det_r_form>h4 {
	position: relative;
}

.det_r_form>h4::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 0.3rem;
	height: 0.3rem;

	background: url(static/imgs/pngs.png) no-repeat center;
	background-size: contain;
}









#wpforms-163 {
	--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);
}
#wpforms-163 {
	margin: 0;
	padding: 0;
}
#wpforms-form-163 {
	width: 100%;
	position: relative;
}

#wpforms-163 .wpforms-field-container {}
#wpforms-163 .wpforms-field-container>.wpforms-field {
	width: 100%;
	padding: 0 1px 20px;
	margin: 0 0 10px;
	overflow-x: initial !important
}

#wpforms-163 .wpforms-field-container .wpforms-field-label {
	height: 0;
	font-size: 0;
	margin: 0 0;
}
#wpforms-163 .wpforms-field-container .wpforms-required-label {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
}

#wpforms-163 .wpforms-field-container .wpforms-field>input,
#wpforms-163 .wpforms-field-container textarea,
#wpforms-163 .wpforms-field-container select,
#wpforms-163 .wpforms-field-container .choices {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;

	background: #f3f3f3;
	border: none;
	border-radius: 0rem !important;
}
#wpforms-163 .wpforms-field-container .wpforms-field>input,
#wpforms-163 .wpforms-field-container textarea,
#wpforms-163 .wpforms-field-container select {
	padding-left: 14px;
	padding-right: 14px;
}
#wpforms-163 .wpforms-field-container textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}
#wpforms-163 .wpforms-field-container fieldset ul {
	padding: 0 2px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#wpforms-163 .wpforms-field-container select {
	cursor: pointer;
}
#wpforms-163 select::placeholder {
	color: #333 !important;
}

#wpforms-163 textarea::placeholder {
	color: #333 !important;


}

#wpforms-163 .wpforms-field-container .wpforms-datepicker-wrap {
	width: 310px;
}
#wpforms-163 .wpforms-field-container .wpforms-datepicker-wrap input {
	width: 100%;
	max-width: 100%;
}
#wpforms-163 .wpforms-field-container .wpforms-datepicker-clear {
	right: 10px;
}
#wpforms-163 .wpforms-field-container em.wpforms-error,
#wpforms-163 .wpforms-field-container .mailcheck-error {
	position: absolute;
	margin: 0 0;
	bottom: -2px;
}

/* #wpforms-163 .wpforms-field-container{display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-163-field_1-container,
#wpforms-163-field_2-container
{width: 48%;} */

#wpforms-163 .wpforms-submit-container {
	width: 100%;
}
#wpforms-163 .wpforms-submit-container button {
	width: 100%;
	background: var(--i_color);
}
#wpforms-163 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2
}
#wpforms-163 .wpforms-submit-container button:hover {
	background: #8E0D0F;
}





#wpforms-109 {
	--input_font_size: 14px;
	--input_height: .4rem
}

#wpforms-109 {
	margin: 0;
	padding: 0;
}

#wpforms-form-109 {
	width: 100%;
	position: relative;
	overflow: hidden
}



#wpforms-109 input,
#wpforms-109 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}

#wpforms-109 .wpforms-field {
	padding: 0;
	margin: 0
}

#wpforms-109 .wpforms-field-label {
	font-size: 0;
}

#wpforms-109 .wpforms-required-label {
	position: absolute;
	top: .06rem;
	left: .1rem;
	font-size: .16rem;
	color: #F00
}

#wpforms-109 .wpforms-field {
	width: 100%;
	background: transparent;
	padding-bottom: .2rem;
	position: relative;
	overflow: hidden
}



#wpforms-109 .wpforms-field-container input,
#wpforms-109 textarea {
	width: 100%;
	max-width: 100% !important;
	min-width: 100%;
	font-size: var(--input_font_size);
	color: #333;
	height: var(--input_height);
	box-sizing: border-box;
	border: 1px solid #EEE;
	background: #F1F1F1;
	padding: 0 .24rem;
	-webkit-border-radius: .06rem;
	border-radius: .06rem;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

#wpforms-109 .wpforms-field-container input:hover,
#wpforms-109 textarea:hover {
	border-color: var(--i_color);
}

#wpforms-109 input {
	line-height: var(--input_height)
}

#wpforms-109 textarea {
	line-height: .22rem;
	min-height: 1rem;
	padding: .06rem .24rem
}



#wpforms-109 input::-webkit-input-placeholder,
#wpforms-109 textarea::-webkit-input-placeholder {
	color: rgb(0 0 0 / 40%);
	font-size: var(--input_font_size)
}

#wpforms-109 input::-moz-placeholder,
#wpforms-109 textarea::-moz-placeholder {
	color: rgb(0 0 0 / 40%);
	font-size: var(--input_font_size)
}

#wpforms-109 input::-ms-input-placeholder,
#wpforms-109 textarea::-ms-input-placeholder {
	color: rgb(0 0 0 / 40%);
	font-size: var(--input_font_size)
}



#wpforms-109-field_1-error,
#wpforms-109-field_2-error,
#wpforms-109-field_3-error,
#wpforms-109-field_4-error,
#wpforms-109-field_5-error,
#wpforms-109-field_6-error {
	position: absolute;
	font-size: 12px;
	color: #A90909;
}



#wpforms-109 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden
}

#wpforms-109 .wpforms-submit-container {
	text-align: center;
	padding: 0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 2rem;
	border-radius: 2rem;
}

#wpforms-109 .wpforms-submit-container button {
	width: 100%;
	height: .36rem;
	font-size: .15rem;
	color: #FFF;
	font-weight: bold;
	line-height: .36rem;
	background: var(--i_color);
	cursor: pointer;
	position: relative;
	z-index: 2
}

#wpforms-109 .wpforms-submit-container button:hover {
	background: var(--i_color)
}

#wpforms-109 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2
}



@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {

	.Detailed_description::before {
		display: none;
	}



	.p_det_cont {
		width: 100%;
	}

	.p_content_nav p {
		font-size: 0.18rem;
	}



	.p_det_r {
		width: 100%;
		margin: .4rem 0 0;
	}

}

@media screen and (max-width:768px) {

	.p_content_nav p {
		font-size: 0.17rem;
	}

}

@media screen and (max-width:560px) {

	.p_content_nav li {
		width: 50%;
	}

	.p_content_nav p {
		font-size: 0.16rem;
	}



	.det_r_form>h4 {
		font-size: 17px;
	}

}













#wpforms-112 {
	--input_font_size: 14px;
	--input_height: .4rem
}

#wpforms-112 {
	margin: 0;
	padding: 0;
}

#wpforms-form-112 {
	width: 100%;
	position: relative;
	overflow: hidden
}



#wpforms-112 input,
#wpforms-112 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}

#wpforms-112 .wpforms-field {
	padding: 0;
	margin: 0
}

#wpforms-112 .wpforms-field-label {
	font-size: 0;
}

#wpforms-112 .wpforms-required-label {
	position: absolute;
	top: .06rem;
	left: .1rem;
	font-size: .16rem;
	color: #F00
}

#wpforms-112 .wpforms-field {
	width: 100%;
	background: transparent;
	padding-bottom: .2rem;
	position: relative;
	overflow: hidden
}



#wpforms-112 .wpforms-field-container input,
#wpforms-112 textarea {
	width: 100%;
	max-width: 100% !important;
	min-width: 100%;
	font-size: var(--input_font_size);
	color: #333;
	height: var(--input_height);
	box-sizing: border-box;
	border: 1px solid #EEE;
	background: #F1F1F1;
	padding: 0 .24rem;
	-webkit-border-radius: .06rem;
	border-radius: .06rem;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

#wpforms-112 .wpforms-field-container input:hover,
#wpforms-112 textarea:hover {
	border-color: var(--i_color);
}

#wpforms-112 input {
	line-height: var(--input_height)
}

#wpforms-112 textarea {
	line-height: .22rem;
	min-height: 1rem;
	padding: .06rem .24rem
}



#wpforms-112 input::-webkit-input-placeholder,
#wpforms-112 textarea::-webkit-input-placeholder {
	color: rgb(0 0 0 / 40%);
	font-size: var(--input_font_size)
}

#wpforms-112 input::-moz-placeholder,
#wpforms-112 textarea::-moz-placeholder {
	color: rgb(0 0 0 / 40%);
	font-size: var(--input_font_size)
}

#wpforms-112 input::-ms-input-placeholder,
#wpforms-112 textarea::-ms-input-placeholder {
	color: rgb(0 0 0 / 40%);
	font-size: var(--input_font_size)
}



#wpforms-112-field_1-error,
#wpforms-112-field_2-error,
#wpforms-112-field_3-error,
#wpforms-112-field_4-error,
#wpforms-112-field_5-error,
#wpforms-112-field_6-error {
	position: absolute;
	font-size: 12px;
	color: #A90909;
}



#wpforms-112 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden
}

#wpforms-112 .wpforms-submit-container {
	text-align: center;
	padding: 0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 2rem;
	border-radius: 2rem;
}

#wpforms-112 .wpforms-submit-container button {
	width: 100%;
	height: .36rem;
	font-size: .15rem;
	color: #FFF;
	font-weight: bold;
	line-height: .36rem;
	background: var(--i_color);
	cursor: pointer;
	position: relative;
	z-index: 2
}

#wpforms-112 .wpforms-submit-container button:hover {
	background: var(--i_color)
}

#wpforms-112 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2
}


.share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.2rem;
	align-items: center;
}
.share p {}
.share iconify-icon {
	font-size: 0.28rem;
	color: #999;
}
.share iconify-icon:hover {
	color: var(--i_color);
}


.n_p {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.n_p li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem 0.1rem;
}


.n_p .img {
	width: 0.38rem;
	height: 0.38rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	flex-shrink: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


.n_p .img iconify-icon {
	color: #fff;


	font-size: 0.25rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.n_p a:hover iconify-icon {
	color: var(--i_color);

}

.n_p a:hover .img {
	background: #fff;
	border-color: #fff;
}
.n_p a p {}




.n_t {
	background: url(static/imgs/bt0.webp) no-repeat center;
	background-size: cover;
}

.n_t .tag {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 15px .25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	align-items: center;
}

.n_t .tag p {}

.n_t .tag li a {
	padding: 10px 15px;
	background: #fff;
	border-radius: 0.05rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: table;
}
.n_t .tag li a:hover {
	color: #fff;
	background: var(--i_color2);
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.n_p li a {
		flex-wrap: nowrap;
	}

	.n_t .tag {
		gap: .1rem;
	}

	.n_t .tag li a {
		padding: 5px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}













.prelated_swipers {
	position: relative;
}
.prelated_swipers .prelated_list {
	position: relative;
	overflow: hidden
}
.prelated_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;

}
.prelated_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	border: 1px solid transparent;
	background: #f7f7f7;
}

.prelated_list .swiper-slide:hover {
	border-color: var(--i_color);
}

.prelated_list .swiper-slide .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.prelated_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;
}

.prelated_list .swiper-slide .txt {
	padding: 0.2rem;
	box-sizing: border-box;

}

.prelated_list .swiper-slide .txt p {}

.prelated_list .swiper-slide .txt h6 {}

.prelated_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}


.prelated-prev,
.prelated-next {
	position: absolute;
	top: 57%;
	transform: translate(0, -50%);
	width: .4rem;
	height: .4rem;
	background: #ccc;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.prelated-prev {
	left: 9%;
}
.prelated-next {
	right: 9%;
}
.prelated-prev iconify-icon,
.prelated-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #666;
}
.prelated_list .swiper-button-disabled {
	cursor: not-allowed
}
.prelated-prev:hover,
.prelated-next:hover {
	background: var(--i_color);
}

.prelated-prev:hover iconify-icon,
.prelated-next:hover iconify-icon {
	color: #fff;
}

.prelated-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.prelated-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;
}
.prelated-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}


.tysl {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: .1rem 0;
}

.tysl dt {
	width: 47%;
	padding: 10px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	text-align: center;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
	box-sizing: border-box;
}
.xy {
	display: none;
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.xy {
		display: block;
	}
	.prelated-prev,
	.prelated-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


/* 下拉 */
.fold_list {}
.fold_list li {
	margin-bottom: 35px;
	/* background: #f6f6f6; */
	box-sizing: border-box;
	border: 1px solid rgba(51, 51, 51, 0.2);
}
.fold_list .tit {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
	/* margin: 20px 0; */
}
.fold_list .tit.active {}
.fold_list .tit span {
	width: 100%;
	padding: 20.5px 30px;
	font-size: 20px;
	color: #111111;
	font-family: 'ob';
	background: transparent;
}
.fold_list .icon {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0.3rem;
	width: 30px;
	height: 30px;
	border-radius: 100px;
}
.fold_list .tit span i {
	font-weight: bold;
}
.fold_list .icon iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	transition: .5s all ease;
}
.fold_list .tit.active iconify-icon {
	transform: translate(-50%, -50%) rotate(-180deg) !important;
	color: #fff;
}

.VB {
	color: var(--i_color);
}
.fold_list .txt {
	width: 100%;
	display: none;
	padding: 30px;
	background: #FFF;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 21px;
}
.fold_list .txt i {
	color: #333;
	font-family: 'ob';
}
.tit.tit2.active span {
	background: var(--i_color);
	color: #FFF;
	font-weight: bold;
}
.s_icon {}
#s_icon:hover {}
.p_nav_list .img2 {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
}
/* å›¾æ ‡ */
.service_xl #s_img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_xl #s_img .img {}
.service_xl #s_img .img h2 {
	font-size: 36px;
	font-weight: bold;
	color: #222;
}
.service_xl #s_img .img img {
	width: 100%;
	height: 100%;
}
.service_a {
	background-color: #EEEEEE;
}
.p_nav_list .curr .cat_name {}




/*

.s_table {
	width: 100%;
	background-color: #EEEEEE;
}
.tabs-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.tabs1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	width: 50%;
	flex-direction: column;
}
.tabs1 h4 {
	font-weight: bold;
	font-size: 36px;
	color: #111111;
}
.i_tab {
	padding: 18px 0;
	cursor: pointer;
	margin-top: 25px;
	font-size: 20px;
	color: #333333;
}
.i_tab.active {
	border-bottom: 1px solid var(--color);
	color: #111111;
	font-weight: bold;
}
.tab-content {
	position: relative;
}
.tab-content img {
	width: 100%;
}
.tab-content .t1 {
	position: absolute;
	bottom: 2px;
	left: 0px;
	padding: 50px;
	background-color: #000000;
	color: #FFFFFF;
}
.tab-content .t1 h2 {
	font-size: 20px;
	font-weight: bold;
}
.tab-content .t1 h2:hover {
	color: var(--color);
}
.tab-content .t1 .tp p:hover {
	color: var(--color);
}
.tab-content .t1 .tp {
	margin-top: 20px;
}
.tab-content .t1 .tp p {
	font-size: 18px;
}
.tab-content.active {
	display: block;
	width: 48%;
} */
@media screen and (max-width:425px) {}
@media screen and (max-width:1024px) {
	/* .tab img {
		display: none;
	}
	.tab-list {
		gap: 0;
	}
	.tab {
		padding: 0;
	} */
	.fold_list .icon {
		width: 0.2rem;
		height: 0.2rem;
	}
	.fold_list .icon iconify-icon {
		font-size: 0.1rem;
	}
	.service_xl {
		margin-bottom: 0rem;
	}
	.service_xl #s_img .img {
		width: 15%;
	}
	.fold_list .icon iconify-icon {
		font-size: 12px;
	}
	.service_i .service_box .box .img .icon {
		font-size: 20px;
	}
	.fold_list .tit span {
		font-size: 14px;
	}
	/* .tab-content .t1 .tp p {
		font-size: 12px;
	} */
	.fold_list .active .icon iconify-icon {
		font-size: 14px;
	}
	.fold_list .txt {
		font-size: 12px;
	}
	.s_process .box .left {
		display: none;
	}
	.s_process .box .right {
		width: 100%;
	}
	.service_i .service_box {
		flex-wrap: wrap;
	}
	.service_i .service_box .box {
		width: 48%;
		margin-top: 20px;
	}
	.service_i h2 {
		font-size: 20px;
	}
	.service_i .service_box .box h4 {
		font-size: 14px;
	}
	.service_i .service_box .box p {
		font-size: 12px;
	}
	.s_ex .box h2 {
		font-size: 20px;
	}
	.s_ex .box p {
		font-size: 12px;
	}
	.slider_b .box h2 {
		font-size: 20px;
	}
	.slider_b .box .s_b .s_box a {
		font-size: 14px;
	}
	.service_xl {}
	.slider_b .box .s_b .s_box {
		width: 48%;
	}
	.s_process .box .right h2 {
		font-size: 20px;
	}
	.s_process .box .right .li2 {
		font-size: 16px;
	}
	.service_i {
		overflow: hidden;
	}
	.tabs1 h4 {
		font-size: 20px;
		padding: 10px 0;
	}
	.i_tab {
		font-size: 12px;
	}
	/* .tab-content .t1 h2 {
		font-size: 14px;
	}
	.tab-content .t1 p {
		font-size: 12px;
	}
	.tab-content .t1 {
		padding: 30px;
	} */
	.i_tab {
		padding: 5px 0;
		margin: 10px 0;
	}
	.tabs1 {
		width: 100%;
	}
	.tabs {}
	/* .tab-content {
		width: 100%;
	}
	.tab-content.active {
		width: 100%;
		margin-top: 20px;
	}
	.tab-content .t1 {} */
}
@media screen and (max-width:767px) {
	.service_i .service_box .box {
		width: 100%;
	}
	.slider_b .box .s_b .s_box {
		width: 100%;
		margin-top: 10px;
	}
}
@media screen and (max-width:460px) {}
@media screen and (max-width:1440px) {
	.fold_list .tit span {
		padding: 0.2rem 0.2rem;
		width: 100%;
	}
	.fold_list .txt {
		padding: 0.2rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.fold_list .txt {
		padding: 0.2rem;
		box-sizing: border-box;
	}
	.fold_list li {
		margin-bottom: 0.15rem;
	}
	.fold_list .txt {
		font-size: 0.16rem;
	}
	.fold_list .txt {
		box-sizing: border-box;
	}
	.fold_list .tit span {}
	.fold_list .tit span {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.fold_list .tit span {
		padding: 0.2rem 0.2rem;
	}
}


.faq {
	background: #f9f9f9;
}


.ul_list222change {}


.ul_list222change .wrap .right .img .box1 {

	left: 67%;
	bottom: -7%;
}

.ul_list222change .wrap .right .img .box2 {
	left: 0;
	bottom: 0;
}

.ul_list222change .wrap .left article::before {
	display: none;
}



.get_contact {

	background-image: url(./static/imgs/maps0\ \(2\).webp);

	background-size: cover;

	position: relative;

}



.get_contact p {
	width: 78%;
	font-size: 24px;
	line-height: 50px;
	font-weight: 700;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.2rem;
}

.get_contact_wrap h3 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 70px;
}

.get_contact_wrap h3>span {

	font-size: 18px;

	padding: 10px 20px;

	color: #fff;

	background: var(--i_color);

	border-radius: 100px;

}

.get_contact_list {
	display: flex;
	background-color: #fff;
	padding: 70px 0;
	gap: 0 52px;
	position: absolute;
	bottom: -140px;
}

.get_contact_list li {
	width: 22.3%;
	cursor: pointer;
}

.get_contact_list h2 {
	text-align: center;
	color: #666;
}

.get_contact_list b {
	font-size: .62rem;
	line-height: 62px;
	font-weight: bold;
}

.get_contact_list span {
	font-size: 30px;
}

.get_contact_list h2 {
	font-size: 18px;
	line-height: 22px;
}

.get_contact_list li:nth-child(4) {
	border-right: 0;
}

.get_contact_list li:hover p {
	color: var(--i_color);
}

@media screen and (max-width: 1200px) {

	.get_contact_list span {
		font-size: 0.22rem;
	}

	.get_contact_list {
		padding: 40px 0;
	}

	.get_contact p {
		font-size: 26px;
	}

	.get_contact_wrap h3>span {
		font-size: 18px;
	}

	.get_contact_list p {
		font-size: 60px;
	}

}

@media screen and (max-width: 1024px) {

	.get_contact p {
		margin-bottom: 0.1rem;
	}

	.get_contact_list {
		position: static;
		margin-top: 0.1rem;
	}

	.get_contact p {
		width: 90%;
		font-size: 24px;
		line-height: 40px;
	}

	.get_contact_list {
		bottom: -80px;
	}

	.get_contact_list p {
		font-size: 50px;
	}

	.get_contact_list {
		padding: 30px 0;
		gap: 0 20px;
	}



	.get_contact_list b {
		font-size: 34px;
	}



}

@media screen and (max-width: 960px) {

	.get_contact_list {
		padding: 20px 0;
	}

	.get_contact p {
		width: 100%;
		font-size: 20px;
		line-height: 40px;
	}

	.get_contact_list p {
		font-size: 40px;

	}

	.get_contact_list h2 {
		font-size: 16px;
	}





}

@media screen and (max-width: 768px) {

	.get_contact p {
		line-height: 24px;
		font-size: 18px;
	}

	.get_contact_list b {
		font-size: 30px;
	}



}

@media screen and (max-width: 560px) {

	.get_contact_list h2 {
		font-size: 14px;
	}

	.get_contact_list {
		flex-wrap: wrap;
	}

	.get_contact_list li {
		width: 47%;
		padding: 5px 0;
	}

	.get_contact_list>li:nth-child(2) {
		border-right: none;
	}

	.get_contact_list {
		padding: 10px 0;
	}

	.get_contact_list b {
		font-size: 24px;
	}



}

@media screen and (max-width: 425px) {

	.get_contact_list {
		bottom: -130px;
	}

}

@media screen and (max-width: 425px) {

	.get_contact_list li {
		width: 46%;
	}

}


.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 .swiper-slide::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_partner_list .swiper-slide-active::before {

	height: 0;
}


.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) {

	.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) {

	.en_partner_box {
		margin-top: 30px;
	}
}

@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) {}


.certs {
	background: url(static/imgs/certs0\ \(3\).webp) no-repeat center;
	background-size: 100% 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) {

	.certs {
		background: #f9f9f9;
	}

	.certs h6 br {
		display: none;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* 选项卡样式 */
.xxksss {
	margin: 0 auto;
}

.xxksss .tab-list111 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mt15 {
	margin-top: 15px;
}

.xxksss .tab111 {
	padding: 10px;
	cursor: pointer;
	border-bottom: none;
}
.mb10 {
	margin-bottom: 10px;
}
.xxksss .tab111 .img {
	width: 140px;
	height: 140px;
	border-radius: 100px;
	overflow: hidden;
	margin: 0 auto;
}

.xxksss .tab111 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.outsbox {
	background: url(static/imgs/bjs.png) no-repeat center;
	background-size: cover;
}

.xxksss .tab111.active p {
	color: var(--i_color) !important;
	text-decoration: underline;
}

.xxksss .tab-content111 {
	padding: 10px;
}
.wz333 {
	color: #333;
}

.dot p {
	position: relative;
	padding-left: 0.25rem;
}

.dot p::before {
	content: '';
	position: absolute;
	top: 0.08rem;
	left: 0rem;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: var(--i_color);
}

.xxksss .content111 {
	display: none;
}

.xxksss .content111.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) {

	.tab-content111 .dot p {
		padding-left: 0rem !important;
	}

	.xxksss .tab111 .img {
		width: 100px;
		height: 100px;
	}

	.xxksss .tab111:last-child {
		width: 100%;
	}


	.xxksss .tit.center h6 br {
		display: none;

	}

	.xxksss .tab-content111 p::before {
		display: none;
	}
	.xxksss .tab {
		width: 100%;
	}

	.xxksss .tab-list {
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}













.en-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.en-pagination .swiper-pagination-bullet {
	width: .09rem;
	height: .09rem;
	display: inline-block;
	margin: 0 6px;
	background: #666;

	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}
.en-pagination .swiper-pagination-bullet-active {
	background: transparent;
	border: 2px solid var(--i_color);
}




.s_list {}


.s_list li {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: center; */
	background: #f9f9f9;
}
.tc {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.s_list li .img {
	width: 60%;
	position: relative;
	padding-bottom: 37%;
	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: 38%;
	box-sizing: border-box;
	position: relative;
}

.s_list li .txt .nums {
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
}
.s_list li .va {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.s_list li .va:hover {
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}

.s_list li .txt dl {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 8%;
}

.s_list li .txt dl dt {
	width: 24%;
}

.s_list li .txt dl dt b {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.s_list li .txt dl dt:hover .img {
	border-color: var(--i_color);
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;

}

.s_list li .txt dl dt:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.s_list li .txt dl dt:hover b {
	color: var(--i_color);
	text-decoration: underline;
}

.s_list li .txt dl dt .img {
	width: 100%;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border: 1px solid rgba(51, 51, 51, 0.2);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.s_list li .txt dl dt .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}



.s_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.s_list li .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.s_list li .txt h5 {}
.va {
	color: var(--i_color);
}

.va2 {
	color: var(--i_color) !important;

}

.banner_list .swiper-slide2 .txt p::before {
	background: url(https://lingjuimg.com/wp-content/uploads/ankeruibx/2025/01/luj.png) !important;
}

/* .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(even) .img {
	order: 5;
}


@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 dl {
		gap: 0 2%;
	}
	.s_list li .txt dl dt {
		width: 32%;
		box-sizing: border-box;
	}
	.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(even) .img {
		order: -5;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.ser_1 {
	background: url(static/imgs/xjb.png) no-repeat center;
	background-size: cover;
}
.ser_1 ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ser_1 ul li {
	width: 49%;
}
.ser_1 ul li .txt {
	padding: 0.15rem 0.1rem;
	box-sizing: border-box;
}
.ser_1 ul li p {
	color: var(--i_color);
	margin-bottom: 0.1rem;
	font-family: 'ob';
}
.ser_1 ul li img {
	width: 100%;
	object-fit: cover;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.ser_1 ul li .txt {
		padding: 0.1rem;
	}
	.ser_1 ul li {
		width: 100%;
	}
	.ser_1 ul li p {
		margin-bottom: 0;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


/* service */
.s_adv {}
.s_adv {}
.custom-tabs {
	width: 100%;
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: rgba(3, 190, 122, 0.1);
}
.custom-tab-list {
	list-style-type: none;
	padding: 0;
	width: 50%;
	padding-left: 0.4rem;
	padding-top: 0.2rem;
	box-sizing: border-box;
}
.custom-tab-list li {
	padding: 0.4rem 0rem;
	box-sizing: border-box;
	border-top: 1px solid var(--border_color2);
	padding-bottom: 0.2rem;
}
.custom-tab-list li {
	border-bottom: 1px solid rgba(51, 51, 51, 0.2) !important;
}
.custom-tab.active {
	border-bottom: 1px solid rgba(51, 51, 51, 0.2) !important;
}
.custom-tab-list p {
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 20px;
	margin-bottom: 0.1rem;
}
.custom-tab-list p img {
	height: 0.4rem;
}
.custom-tab-list p .img1 {}
.custom-tab-list p .img2 {
	display: none;
}
.custom-tab-list h6 {
	color: #666;
	display: none;
	padding-left: 0.45rem;
}
.custom-tab {
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.3s;
}
.custom-tab:hover {
	/* background-color: #f0f0f0; */
}
.custom-tab.active {}
.custom-tab.active h6 {
	display: block;
	padding-right: 0.4rem;
}
.custom-tab.active p {
	color: var(--i_color);
}
.custom-tab.active .img2 {
	display: block;
}
.custom-tab.active .img1 {
	display: none;
}
.custom-tab.active {
	border-bottom: 1px solid var(--i_color);
	box-sizing: border-box;
}
.custom-tab-content {
	width: 46%;
	position: relative;
}
.s_adv3 .custom-tab-item {}
.custom-tab-item {
	display: none;
	overflow: hidden;
}
.custom-tab-item img {
	width: 100%;
}
.custom-tab-item.active {
	display: block;
}
@media screen and (max-width:1440px) {
	.custom-tab-list p {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.custom-tab-list p {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px) {
	.custom-tab-list p {
		gap: 0 10px;
	}
	.custom-tabs {}
	.custom-tab-list {
		order: 2;
	}
	.custom-tab-list h6 {
		padding-left: 0;
	}
	.custom-tab-list {
		padding: 0.2rem;
	}
	.custom-tab-list p img {
		height: 0.2rem;
	}
	.custom-tab-list p {
		font-size: 0.16rem;
	}
	.custom-tab-list {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.custom-tab-content {
		width: 100%;
	}
	.custom-tab-list li {
		padding: 0.2rem 0;
	}
	.custom-tab-list p {
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




/* ul>li左图右文 */
.ul_list {}
.ul_list .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul_list .wraps .left {
	width: 30%;
}
.ul_list .wraps2 img {
	width: 100%;
	object-fit: cover;
}


.ul_list .wraps .right {
	width: 67%;
	position: relative;
}

.ul_list .wraps .right::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(static/imgs/maps2.png) no-repeat center;
	background-size: cover;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.dn {
	opacity: 0;
}

@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_list .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.ul_list .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* ul>li左图右文 */
.ul_list777 {
	background: #f9f9f9;
}
.ul_list777 .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul_list777 .wraps .left {
	width: 49%;
}

.ul_list777 .wraps .left img {
	width: 100%;
}

.ul_list777 .wraps .right {
	width: 49%;
}
.ul_list777 .wraps .right li {
	margin-bottom: 0.2rem;
	border-left: 4px solid var(--i_color);
	box-sizing: border-box;
	padding: 0.2rem 0.2rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.ul_list777 .wraps .right li:hover {
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}

.ul_list777 .wraps .right li:hover p {
	color: var(--i_color);
}

.ul_list777 .wraps .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_list777 .wraps .right li {
		padding: 0.2rem;
	}

	.ul_list777 .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.ul_list777 .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

.c_gory {}
.c_gory .bt11 {
	display: block;
	width: 100%;
	padding: 0.1rem 0;
	box-sizing: border-box;
	text-align: center;
	background: var(--i_color);
	color: #fff;
	margin: 0 auto;
	display: none;
}

.c_gory ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.c_gory ul.off {
	display: none;
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.c_gory .bt11 {
		display: block;
	}

	.c_gory ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}

	.c_gory ul li,
	.c_gory ul li a,
	.c_gory ul li b {
		width: 100%;
	}
	.c_gory ul li .btn b {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #d8d8d8;
		color: #333;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

.cate_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 30px;
}
.cate_list a {
	display: table;
	padding: 15px 35px;
	border: 1px solid rgba(51, 51, 51, 0.2);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.cate_list a.active {
	background: var(--i_color);
	color: #fff;
	border: 1px solid var(--i_color);
}
.cate_list a:hover {
	background: var(--i_color);
	color: #fff;
	border: 1px solid 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) {

	.cate_list {
		justify-content: space-between;
	}

	.cate_list {
		gap: 10px;
	}
	.cate_list li {
		width: 48%;
	}
	.cate_list a {
		padding: 5px 10px;
		box-sizing: border-box;
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.pl3222change .p3_list {
	gap: .3rem 2%;
}
.pl3222change .p3_list li {
	background: #f9f9f9;
}
.pl3222change .p3_list li .txt {
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}

.pl3222change .p3_list li:hover p {
	color: var(--i_color);
}




/* ul>li左图右文 */
.ul_list888 {}
.ul_list888 .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul_list888 .wraps .left {
	width: 38%;
	font-size: 0;
}
.ul_list888 .wraps .left span {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 20px;
	padding-bottom: 0.1rem;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	position: relative;
	margin-bottom: 10px;
}
.ul_list888 .wraps .left .tda {
	position: relative;
}

.ul_list888 .wraps .left .tda::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 15%;
	height: 3px;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}

.ul_list888 .wraps .left span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 25%;
	height: 2px;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}
.ul_list888 .wraps .left dt:hover span::before {
	width: 100%;
}
.ul_list888 .wraps .left dt {}

.ul_list888 .wraps .left dt:hover .img {
	background: var(--i_color);
}

.ul_list888 .wraps .left .img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 1000px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background: #333;
}
.ul_list888 .wraps .left a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.ul_list888 .wraps .left a:hover {
	color: var(--i_color);
}


.ul_list888 .wraps .right iframe {
	width: 100%;
	height: 100%;
}

.ul_list888 .wraps .right {
	width: 59%;
}

.tda {
	text-transform: capitalize;
}

@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_list888 .wraps .left .img {
		width: 30px;
		height: 30px;
	}
	.ul_list888 .wraps .left .img img {
		height: 0.15rem;
	}

	.ul_list888 .wraps .right iframe {
		height: 2.5rem;
	}

	.ul_list888 .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.ul_list888 .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




#wpforms-171 {
	--wpforms-field-size-input-height: 54px;
	--wpforms-button-background-color: var(--i_color);
	--wpforms-button-border-color: var(--i_color);
	--wpforms-page-break-color: var(--i_color);
}
#wpforms-171 {
	margin: 0;
	padding: 0;
}
#wpforms-form-171 {
	width: 100%;
	position: relative;
}

#wpforms-171 .wpforms-field-container {}
#wpforms-171 .wpforms-field-container>.wpforms-field {
	width: 100%;
	padding: 0 1px 20px;
	margin: 0 0 10px;
	overflow-x: initial !important
}

#wpforms-171 .wpforms-field-container .wpforms-field-label {
	height: 0;
	font-size: 0;
	margin: 0 0;
}
#wpforms-171 .wpforms-field-container .wpforms-required-label {
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 15px;
	color: #F00;
	font-weight: bold;
}

#wpforms-171 .wpforms-field-container .wpforms-field>input,
#wpforms-171 .wpforms-field-container textarea,
#wpforms-171 .wpforms-field-container select,
#wpforms-171 .wpforms-field-container .choices {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;
	border: none;
}


#wpforms-171 .wpforms-field-container .wpforms-field>input::placeholder {
	color: #333;
}
#wpforms-171 .wpforms-field-container .wpforms-field>input,
#wpforms-171 .wpforms-field-container textarea,
#wpforms-171 .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-171 .wpforms-field-container textarea {
	height: 1.5rem;
}
#wpforms-171 .wpforms-field-container fieldset ul {
	padding: 0 2px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#wpforms-171 .wpforms-field-container select {
	cursor: pointer;
}
#wpforms-171 .wpforms-field-container .wpforms-datepicker-wrap {
	width: 310px;
}
#wpforms-171 .wpforms-field-container .wpforms-datepicker-wrap input {
	width: 100%;
	max-width: 100%;
}
#wpforms-171 .wpforms-field-container .wpforms-datepicker-clear {
	right: 10px;
}
#wpforms-171 .wpforms-field-container em.wpforms-error,
#wpforms-171 .wpforms-field-container .mailcheck-error {
	position: absolute;
	margin: 0 0;
	bottom: -2px;
}

#wpforms-171 .wpforms-field-container {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wpforms-171-field_1-container,
#wpforms-171-field_2-container,
#wpforms-171-field_3-container {
	width: 32.5% !important;
}

#wpforms-171 .wpforms-submit-container {
	width: 210px;
	margin: 0 auto;
}
#wpforms-171 .wpforms-submit-container button {
	width: 100%;

	height: var(--wpforms-field-size-input-height);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	color: #fff;
	cursor: pointer;

}
#wpforms-171 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
	display: none;
}
#wpforms-171 .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-171 .wpforms-field-container>.wpforms-field {
		width: 100% !important;
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:560px) {

	#wpforms-171 .wpforms-submit-container {
		width: 140px;
	}

	#wpforms-171 .wpforms-submit-container button {
		padding: 0.12rem 0;
	}
}


.c_forms {
	background: url(static/imgs/bjt.webp) no-repeat center;
	background-size: cover;
}
.c_forms .wrap {
	background: #fff;
	padding: 0.5rem;
	box-sizing: border-box;

	border-bottom: 4px solid var(--i_color);
}


.c_forms h3 {
	text-transform: none;
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.c_forms .wrap {
		border-width: 2px;
	}

	.c_forms .wrap {
		padding: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




.certs_list {}


.certs_list li {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.certs_list li .img {
	width: 37%;
	position: relative;
	padding-bottom: 28%;
	overflow: hidden;

}

.certs_list li .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;
	margin: 0 auto;
}

.certs_list li .txt {
	width: 50%;
	box-sizing: border-box;
}


.certs_list li .txt p {

	position: relative;
}

.certs_list li .txt p::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 20%;
	height: 3px;
	background: var(--i_color);

}

.certs_list li .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.certs_list li .txt dl {}

.certs_list li .txt dl dt {
	margin-bottom: 0.15rem;
}

.certs_list li .txt dl dt a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.certs_list li .txt dl dt a:hover {
	color: var(--i_color);
}

.certs_list li .txt i {
	font-size: 120px;
	font-family: "Roboto-Bold";
	color: var(--i_color);
	opacity: 0.2;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1.2;
	font-weight: bold;

}

.certs_list li .txt .btn:hover {
	background: transparent;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
	border: 1px solid var(--i_color);
}

.certs_list li .txt .btn:hover b {
	color: var(--i_color);
}




.certs_list li:nth-child(even) .img {
	order: 5;
}


@media screen and (max-width:1440px) {
	.certs_list li .txt i {
		font-size: 0.6rem;
	}
}
@media screen and (max-width:1366px) {
	.certs_list li .txt i {
		font-size: 0.5rem;
	}
}
@media screen and (max-width:1200px) {
	.certs_list li .txt i {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.certs_list li .txt i {
		font-size: 0.3rem;
	}
	.certs_list li {
		margin-bottom: 0.1rem;
		background: #f7f7f7;
	}

	.certs_list li .img {
		width: 100%;
		margin-bottom: 0.1rem;
		padding-bottom: 75%;
	}

	.certs_list li .txt {
		width: 100%;
		padding: 0.2rem;
	}

	.certs_list li:nth-child(even) .img {
		order: -5;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




/*  */

.PC_partner_box {

	/* margin-top: 0.3rem; */

}

.PC_partner_box p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-align: center;
}



.PC_partner {
	position: relative
}

.PC_partner_list {
	width: 100%;
	padding: 0.15rem 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.PC_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1;
	align-items: end;
}

.PC_partner_list li {

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	cursor: pointer;

	flex-direction: column;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;


}

.PC_partner_list li a {

	box-sizing: border-box;
	display: block;

}


.PC_partner_list li:hover p {
	color: var(--i_color);
}

.PC_partner_list li:hover {
	box-shadow: rgba(230, 0, 18, 0.13) 0px 2px 38px 0px;
}







.PC_partner_list .img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}

.PC_partner_list .img:before {
	content: "";
	display: block;
	padding-bottom: 142%
}

.PC_partner_list .img img {

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	width: 100%;

	height: 100%;

	object-fit: contain;



	box-sizing: border-box;

}






.PC_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
}



.PC_text {

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

}

.PC_text h3 {

	font-size: 0.18rem;

	line-height: 0.24rem;

	height: 0.48rem;

	color: #222;

	font-family: 'bold';

	text-align: center;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	margin: 0.25rem 0 0.15rem 0;

	transition: all 0.3s ease;

}

.PC_partner_list li a:hover h3 {

	color: var(--i_color);

}



/* 指示器 */

.PC_partner .pt-pagination {

	background: #D8D8D8;

	position: relative;

	width: 50%;

	height: 2px;

	margin-top: 0.6rem;

	display: block;
	margin-left: auto;
	margin-right: auto;

}

.PC_partner .pt-pagination span {

	background-color: var(--i_color);

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	-webkit-transform: scale(0);

	-ms-transform: scale(0);

	transform: scale(0);

	-webkit-transform-origin: left top;

	-ms-transform-origin: left top;

	transform-origin: left top;

}



/* 左右箭头 */

.PC_partner .pt-button-prev,
.PC_partner .pt-button-next {

	position: absolute;

	top: 100%;

	transform: translate(0, -50%);

	width: 0.5rem;

	height: 0.5rem;

	border: 1px solid #999;

	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;

}

.PC_partner .pt-button-prev iconify-icon,
.PC_partner .pt-button-next iconify-icon {

	font-size: 0.3rem;

	color: #999;

	transition: all 0.3s ease;

}

.PC_partner .pt-button-prev {
	right: 5%;
}

.PC_partner .pt-button-next {
	right: 0%;
}



.PC_partner .pt-button-prev:hover,
.PC_partner .pt-button-next:hover {

	background-color: var(--i_color);
	border-color: var(--i_color);

}

.PC_partner .pt-button-prev:hover iconify-icon,
.PC_partner .pt-button-next:hover iconify-icon {

	color: #fff;

}

.product_categories_bac {
	background: #e7e7e7;
}



@media screen and (max-width:1440px) {

	.product_categories_bac {

		padding: 0.8rem 0;

	}

}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1200px) {

	.product_categories_bac {
		padding-top: 0.2 !important;
	}


	.PC_partner_list li {
		box-sizing: border-box;
	}
	.PC_partner_list li a {
		box-sizing: border-box;

		background: #f9f9f9;

	}
	.product_categories_bac {
		padding-top: 0;
		margin-top: 0;
	}

	.PC_partner .pt-button-prev,
	.PC_partner .pt-button-next {

		display: none;
	}

	.PC_partner .pt-button-prev,
	.PC_partner .pt-button-next {
		display: none
	}

	.PC_partner .pt-pagination {
		display: block
	}

	.product_categories_bac {

		padding: 0.6rem 0;

	}

	.PC_partner_list li a {}

	.PC_text h3 {

		font-size: 0.16rem;

		line-height: 0.2rem;

		height: 0.4rem;

		margin: 0.2rem 0 0.1rem 0;

	}

}

@media screen and (max-width:959px) {}

@media screen and (max-width:767px) {

	.PC_partner_box {

		margin-top: 0rem;

	}

	.PC_partner_list li a {}

	.PC_partner .pt-pagination {

		margin-top: 0.1rem;

	}

}

@media screen and (max-width:560px) {}





/* ul>li左图右文 */
.ul_list456 {}
.ul_list456 .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ul_list456 .wraps .left {
	width: 34%;

	box-sizing: border-box;
}

.ul_list456 .wraps .left img {
	width: 100%;
}

.ul_list456 .wraps .right {
	width: 64%;
	box-sizing: border-box;

}
.ul_list456 .wraps .right li {
	margin-bottom: 0.6rem;
}

.ul_list456 .wraps .right li:nth-child(3) {
	margin-left: 0.2rem;
}


.ul_list456 .wraps .right li:nth-child(1),
.ul_list456 .wraps .right li:nth-child(5) {
	margin-left: -0.5rem;
}

.ul_list456 .wraps .right li img {
	height: 0.5rem;
}

.ul_list456 .wraps .right li p {}

.ul_list456 .wraps .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_list456 .wraps .right li {
		margin-left: 0 !important;
		margin-bottom: 0.15rem;
	}

	.ul_list456 .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}

	.ul_list456 .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




/* 选项卡样式 */
.xxk {
	margin: 0 auto;
}

.tab123-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: .2rem;
}

.tab123 {
	padding: 10px;
	cursor: pointer;
	border-bottom: none;
	color: #fff;
	background: var(--i_color);
	border: 1px solid var(--i_color);
	;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.tab123:hover {
	border: 1px solid var(--i_color) !important;
	background-color: transparent;
	color: var(--i_color);
}

.tab123.active {
	border: 1px solid var(--i_color) !important;
	background-color: transparent;
	color: var(--i_color);
}

.tab-content123 {

	background: #f7f7f7;
}

.content123 {
	display: none;

}

.content123.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) {
	.tab123 {
		width: 100%;
	}

	.tab123-list {
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





/* 产品页1 */
.p_list456 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.4%;
}

.p_list456 li {
	width: 23.2%;
	box-sizing: border-box;
	border: 1px solid rgba(51, 51, 51, 0.2);
	border-radius: 0.1rem;
	overflow: hidden;
	padding: 0.2rem;
	background: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}

.p_list456 li .btn {
	background: #000;
}

.p_list456 li:hover .btn {
	background: var(--i_color);
}

.p_list456 li:hover {
	border-color: var(--i_color);
	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}

.p_list456 li .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.p_list456 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;
}

.p_list456 li .txt {
	padding: 0.15rem;
	box-sizing: border-box;
}

.p_list456 li .btn {}
.p_list456 li .btn b {}

.p_list456 li .txt p {

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.p_list456 li .txt h6 {
	margin: 0.1rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.p_list456 li:hover 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) {

	.p_list456 {
		gap: 0.2rem 2%;
	}
	.p_list456 li {
		width: 49%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.products222 {
	background: #cfcfcf;
}


.products222 .p_list456 li .img {
	padding-bottom: 142%;
}
.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;
	}
}
.d_list {}
.d_list li {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.1rem;
}

.d_list li iconify-icon {
	font-size: 0.25rem;
	color: var(--i_color);
}
.d_list li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.menu-item-object-language_switcher .trp-flag-image{
	display: none;
}


.cerslistbox{
	display:-webkit-flex; display:flex; flex-wrap:wrap;
	gap: 0 20px;
}


.cerslistbox dt a{
	display: block;
	width: 61px;
	height: 61px;
}



.cerslistbox dt 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) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}