/*Theme Name:shengya
Version:1.0Description:安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。Author:版权所有：安徽领聚*/
@charset "utf-8";
:root {
	--i_color: #028ED3;
	/* 全局颜色 */
	--i_color2: #028ED3;
	--i_color3: #0089CD;

	/* 副颜色 */
	--top2_height: 80px;
	/* 顶部高度 */
	--top_height: 44px;
	--wzjb: linear-gradient(to bottom, #0089CD, #09A57D);
	--bjs: #f6f6f6;
	--border_color: rgba(51, 51, 51, 0.2);
	--border_color2: #E4E4E4;
	--all_height: calc(var(--top_height) + var(--top2_height));
	--active_color: #0b338a;
	--box-shaow: rgba(1, 77, 245, 0.35) 0rem .1rem .4rem 0rem;
}
@media screen and (max-width:1024px) {
	:root {
		--top2_height: 30px;
		--top_height: 20px;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}
.wrap2 {
	width: 15rem;
	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: 16rem;
		max-width: 94vw;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.wrap_r {
		width: 16rem;
		max-width: 94vw;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.wrap2 {
		width: 14rem;
		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: 10px;
}
.top .toptxt li a {
	margin-right: 35px;
}
.top .toptxt li iconify-icon {
	font-size: 22px;
	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: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	border-top: 6px solid var(--i_color);
	/* box-shadow: rgb(91, 103, 143) 0rem 0rem 0rem 0rem, rgba(59, 130, 246, 0.5) 0rem 0rem 0rem 0rem, rgba(0, 0, 0, 0.05) 0rem .01rem .02rem 0rem; */
}
.top2.TopHeader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: rgba(0, 0, 0, 0.2) 0rem .02rem .05rem 0rem, rgba(0, 0, 0, 0.2) 0rem .02rem .1rem 0rem;
}
.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: 20px !important;
		margin-right: 20px !important;
	}
	.language .p1 {
		width: 10px !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) {
	.aaad {
		border: 1px solid var(--border_color);
	}

	.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;
	padding-right: 60px;
}
.logo img {
	max-height: 80%;
	object-fit: cover;
}
/* Mobile nav button */
.nav_menu {
	position: absolute;
	width: .22rem;
	height: .16rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: .03rem;
	position: absolute;
	top: 50%;
	margin-top: -0.02rem;
	background: var(--i_color);
	border-radius: 10px;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: .03rem;
	background: var(--i_color);
	position: absolute;
	left: 0;
	border-radius: 10px;
	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: -0.02rem
}
.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -0.02rem
}
@media screen and (max-width:1024px) {
	.nav_menu {
		right: .18rem;
	}
	.nav_menu {
		display: block !important
	}
	.logo img {
		max-height: 100%;
	}
	.logo {
		margin: 0 10px;
		border: none;
	}
}
@media screen and (max-width:768px) {
	.logo img {
		max-height: 70%;
		object-fit: contain;
	}
}
@media screen and (max-width:4.25rem) {
	.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: space-between;
		gap: 0;
		/* border-bottom: .01rem solid var(--border_color); */
		/* background: var(--i_color); */
		box-sizing: border-box;
	}
	.outs ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.outs>ul a {
		font-size: 12px;
		color: #fff;
		margin: 0 60px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.outs>ul a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.flex2 {
		height: var(--top2_height);
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	.flex2 .topbox {
		height: var(--top2_height);
		width: 160px;
		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-right: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		height: var(--top2_height);
		box-sizing: border-box;
	}
	nav>li {
		position: relative;
	}
	nav>li:not(:first-child) {
		margin-left: 55px;
	}
	nav>.menu-item-has-children:hover .sub-menu {
		/* display: block; */
	}
	nav>.menu-item-has-children>a {
		position: relative;
		padding-right: 0px;
	}
	nav>.menu-item-has-children>a::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		right: 0;
		width: 10px;
		height: 10px;
		background: url(static/images/xl.png) no-repeat center;
		background-size: contain;
	}
	nav>li>a {
		display: block;
		font-size: 20px;
		color: #666;
		line-height: var(--top2_height);
		white-space: nowrap;
		text-transform: capitalize;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	nav>li>a:after {
		/* content: ''; */
		position: absolute;
		bottom: .35rem;
		left: 50%;
		transform: translate(-50%);
		height: .03rem;
		width: 0%;
		background: var(--i_color);
		border-radius: 1rem;
	}
	nav>li>a:hover:after {
		/* content: ''; */
		position: absolute;
		bottom: .35rem;
		left: 50%;
		transform: translate(-50%);
		height: .03rem;
		width: 70%;
		background: var(--i_color);
		border-radius: 1rem;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	nav>.current-menu-item>a::after {
		/* content: ''; */
		position: absolute;
		bottom: .35rem;
		left: 50%;
		transform: translate(-50%);
		height: .03rem;
		width: 70%;
		background: var(--i_color);
		border-radius: 1rem;
	}
	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);
		;
		font-weight: bold;
		/* color: var(--i_color) !important */
		/* ;border-bottom:.01rem solid var(--i_color); */
	}
	nav .sub-menu {
		display: none;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		border-top: .02rem solid var(--i_color);
		background: #FFF;
		min-width: 160px;
		overflow: hidden;
		z-index: 3;
	}
	.nav_industry .sub-menu {
		display: none !important;
	}
	nav .sub-menu li {
		position: relative;
		border-bottom: .01rem solid var(--border_color);
	}
	nav .sub-menu li::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -16px;
		width: 14px;
		height: 14px;
		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 30px;
		font-size: 15px;
		color: #666;
		line-height: 36px;
		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: 10px;
	}
	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: 50px;
	}
}
@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: 19px;
	}
	nav>li:not(:first-child) {
		margin-left: 35px;
	}
}
@media screen and (max-width:1200px) {
	.flex2 {
		justify-content: space-between;
	}
	nav>li:not(:first-child) {
		margin-left: 23px;
	}
	nav>li>a {
		font-size: 18px;
	}
	.logo {
		padding: 0 40px;
	}
	.language {
		width: 100px;
	}
	.outs>ul a {
		padding: 0 10px;
	}
}
@media screen and (max-width:1024px) {
	nav>li {
		background: #fff;
	}
	.flex2 .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: .01rem solid var(--border_color);
		background: #FFF;
		z-index: 2
	}
	nav .sub-menu {
		position: static;
		transform: none;
	}
	/*滚动条*/
	nav::-webkit-scrollbar {
		width: .03rem;
		height: .08rem
	}
	nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 .05rem rgba(0, 0, 0, 0.2);
		background: #555
	}
	nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 .05rem rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}
	nav>li {
		margin: 0 0 !important;
		border-bottom: .01rem solid var(--border_color);
		position: relative
	}
	nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		background: rgb(0 0 0 / 3%) url(static/images/public/arrow_d_b.svg) no-repeat center;
		background-size: 18px;
	}
	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: 18px;
	}
	nav>li>a {
		padding: 0 20px;
		font-size: 14px;
		color: #666;
		line-height: 40px;
	}
	nav>li>.sub-menu {
		display: none
	}
	nav>li>.sub-menu li {
		position: relative;
	}
	nav .sub-menu a {
		padding: 0 40px;
		font-size: 14px;
		color: #555;
		line-height: 40px;
		position: relative;
		text-align: left;
	}
	nav .sub-menu li:not(:last-child) {
		border-bottom: .01rem solid var(--border_color)
	}
	nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: 16px;
	}
	nav .sub-menu .sub-menu {
		display: none;
	}
	nav .sub-menu .sub-menu a {
		padding: 0 60px;
		font-size: 13px;
		color: #888;
		line-height: 36px;
		position: relative;
	}
	nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
.top_search {
	--search_height: 45px;
	/* background: #f3f3f3; */
	margin-right: 0px;
}
.top_search {
	/* margin: 0 10px 0 0; */
}
.top_search form {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: hidden;
	/* border-radius: 5px; */
	border: 1px solid var(--i_color);
}
.top_search_ipt {
	width: 270px;
	height: var(--search_height);
	box-sizing: border-box;
	/* padding: 0 0 0 12px; */
	padding-left: 10px;
}
.top_search_btn {
	font-size: 0;
	width: var(--search_height);
	height: var(--search_height);
	background: url(static/imgs/search.webp) no-repeat center;
	background-size: 20px;
	cursor: pointer;
	position: relative;
	border-radius: none;
	box-sizing: border-box;
}
@media screen and (max-width:1024px) {
	.top_search {
		--search_height: 30px
	}
	.top_search {
		margin-left: 20px;
		margin-right: 10px;
		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: 70px;
	}
}
.language {
	position: relative;
	display: none;
	height: var(--top2_height);
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/* margin-right: 10px; */
}
.language .p1 {
	display: block;
	height: var(--top1_height);
	display: flex;
	align-items: center;
	justify-content: left;
	/* background: #f3f3f3; */
	/* padding: 10px; */
	box-sizing: border-box;
	gap: 10px;
}
.language .p2 {
	display: none;
	padding-left: 30px;
	padding-right: 20px;
	background: red;
	position: relative;
}
.language p {
	font-size: 16px;
	color: var(--i_color);
	position: relative;
	/* padding-left: 30px;
	padding-right: 20px; */
	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: 20px;
	height: 20px;
	/* 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: 20px;
	height: 20px;
	/* 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: 120px;
	z-index: 2016;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 16px 20px;
}
.language_list.on {
	opacity: 1;
	visibility: visible;
	top: var(--top2_height);
	/* top: var(--all_height) */
}
.language_list dt>h6 {
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: bold;
	white-space: nowrap;
}
.curr_lang {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: .01rem solid #EEE;
}
.lang_list a {
	display: block;
	padding: 6px 0;
}
.lang_list span img {
	display: none;
}
.lang_list .trp-ls-language-name {
	padding-left: 40px;
	font-size: .14rem;
	position: relative;
}
.lang_list .trp-ls-language-name::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: .01rem 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: 6px;
	width: 6px;
	height: 6px;
	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) {
	.logo {
		margin-right: 0;
	}
	.outs {
		background: #fff;
		display: none !important;
	}
	.language {
		height: var(--all_height);
		padding: 0;
		border: none;
		margin-right: 20px;
	}
	.language .colorbox {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.language_list.on {
		top: var(--all_height);
	}
	.dbox {
		flex: 1;
		margin-right: 30px;
	}
	.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; */
		display: none;
	}
	.language {
		/* margin-right: 20px; */
	}
}
@media screen and (max-width:768px) {}
.iconbox2 {}
.iconbox2>ul {
	margin-right: 0.2rem;
}
.iconbox2>ul li {
	position: relative;
	padding-right: 0.2rem;
}
.iconbox2>ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	width: 1px;
	height: 90%;
	background: rgba(51, 51, 51, 0.2);
}
.iconbox2 iconify-icon {
	color: #666;
	font-size: 24px,
}
/* banner */
.banner {
	width: 100%;
}
.banner_list {
	position: relative;
	overflow: hidden
}
.banner_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.banner_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
}
.banner_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 750px;
}
.banner_list li>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-prev,
.banner-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 64px;
	height: 64px;
	border: .01rem solid #fff;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.banner-prev {
	left: 11%;
}
.banner-next {
	right: 11%;
}
.banner-prev iconify-icon,
.banner-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #FFF;
}
.banner_list .swiper-button-disabled {
	cursor: not-allowed
}
.banner-prev:hover,
.banner-next:hover {
	background: var(--i_color);
	border: .01rem solid var(--i_color);
}
.banner-pagination {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 1.6rem;
	left: 50%;
	transform: translateX(-50%);
}
.banner-pagination .swiper-pagination-bullet {
	width: .72rem;
	height: .01rem;
	display: inline-block;
	margin: 0 .05rem;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	font-size: .18rem;
	background: rgba(255, 255, 255, 0.4);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.banner-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
	height: .03rem;
}
.banner-pagination.fffs .banner-pagination .swiper-pagination-bullet {
	background: #fff !important;
}
.banner-pagination.fffs .swiper-pagination-bullet-active {
	background: #fff !important;
}
@media screen and (max-width:1440px) {
	.banner-pagination {
		left: 50%;
	}
}
@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:1024px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 40%;
	}
	.banner-prev,
	.banner-next {
		display: none;
	}
	.banner-pagination {}
}
@media screen and (max-width:768px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 44%;
	}
}
@media screen and (max-width:560px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 54%;
	}
	.banner-pagination {
		bottom: .2rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		margin: 0 .06rem;
		font-size: 14px;
		width: .2rem;
	}
}
.fb {
	font-weight: bold;
}
.tlist {
	width: 50%;
}
.tlist .flex {}
.tlist dt {
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .1rem;
}
.tlist dt {}
.tlist .imgbox {
	gap: 0 .6rem;
}
.bannertop {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.3rem;
}
.bannertop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_text {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 100%;
}
.banner_text1 {
	top: 34%;
}
.banner_text1 h6 {
	position: relative;
}
.banner_text1 h6 img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	z-index: -1;
}
.banner_text1 .banner_numbox {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.05rem 0.8rem;
	background: var(--wzjb);
	margin: 0 auto;
}
.banner_text .txt {
	text-align: center;
}
.banner_text p {}
.banner_text h6 {
	font-size: 54px;
	text-align: center;
}
.va {
	color: var(--i_color);
}
.banner_text1 {}
.banner_text1 p {
	display: inline-block;
	position: relative;
	padding: 10px 40px;
	box-sizing: border-box;
}
.br5 {
	border-radius: 5px;
}
.banner_text1 h6 {
	position: relative;
}
.reddot {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 .6rem;
}
.reddot dt {
	text-transform: capitalize;
}
.banner_text2 p {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.fff {
	color: #fff !important;
}
.fb {}
@media screen and (max-width:1440px) {
	.banner_text h6 {
		font-size: 50px;
	}
}
@media screen and (max-width:1366px) {
	.banner_text h6 {
		font-size: 40px;
	}
}
@media screen and (max-width:1200px) {
	.banner_text h6 {
		font-size: 30px;
	}
}
@media screen and (max-width:1024px) {
	.banner {
		margin-bottom: 0.2rem;
	}
	.bannertop img {
		display: none;
	}
	.banner_text1 h6 img {
		display: none;
	}
	.banner_text1 .banner_numbox {
		display: none;
	}
	.banner_text h5 {
		display: none;
	}
	.bannertop {
		height: .5rem;
	}
	.banner_text1 p {
		display: none;
	}
	.reddot {
		display: none;
	}
	.banner_text1 {
		top: 40%;
	}
	.banner_text1 h4 {
		display: none;
	}
	.banner_text1 h6::before {
		display: none;
	}
	.banner_text1 p {
		padding: 0;
		border: none;
	}
	.banner_text1 .btn b {
		display: none;
	}
	.banner_text1 p {
		margin-bottom: 0;
	}
	.banner_text h6 {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.banner_text1 p img {
		height: 10px;
	}
	.banner_text2 p::before {
		width: 80%;
	}
	.banner_text1 .imgbox h5 {
		display: none;
	}
	.banner_text1 .imgbox .img {
		height: 30px;
		width: 30px;
	}
	.banner_text h6 {
		font-size: 25px;
	}
	.banner_text h6 br {
		display: none;
	}
	.banner_text p br {
		display: none;
	}
	.banner_text2 p span {
		align-items: center;
	}
	.banner_text2 p span .i2 {
		display: none;
	}
	.banner_text1 p img {
		display: none;
	}
	.banner_text1 .imgbox {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.banner_text3 p {
		padding-left: 0;
	}
	.banner_text2 p img {
		display: none;
	}
	.banner_text p::before {
		width: 100%;
		display: none;
	}
	.banner_text1 p {
		gap: 10px;
	}
	.banner_text1 p {}
	.banner_text h6 {
		font-size: 20px;
	}
	.banner_text3 p i {
		font-size: 16px;
	}
}
@media screen and (max-width:560px) {}
.mb10 {
	margin-bottom: .1rem;
}
.btn {
	display: table;
	position: relative;
	background: transparent;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 5px;
	position: relative;
	border: .01rem solid var(--i_color);
	background: var(--wzjb);
}
.btn .yxbtn {
	width: .54rem;
	height: .54rem;
	background: var(--i_color);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.btn .yxbtn iconify-icon {
	color: #fff;
}
/* .btn:hover .yxbtn {
	background: #fff;
	border: .01rem solid var(--i_color);
}
.btn:hover .yxbtn iconify-icon {
	color: var(--i_color);
}
 */
.btn b {
	display: block;
	padding: 10px 25px;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	text-wrap: nowrap;
	align-items: center;
	gap: 0 15px;
	text-transform: capitalize;
}
.btn b.fff {
	color: #fff;
}
.btn b.fff img {
	filter: contrast(0) brightness(20);
}
.btn b iconify-icon {
	font-size: 35px;
}
.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, -0.08rem);
	transform: skew(-20deg) translate(0, -0.08rem);
}
.btn:hover {
	/* -webkit-transform: translate(0, -0.08rem);
	transform: translate(0, -0.08rem); */
	background: var(--i_color);
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}
.btn:hover b {
	color: #fff;
}
.btn.black:hover b {
	color: #FFF;
}
.btn.fff.act {
	background: rgba(255, 255, 255, .5);
	border: .01rem solid #fff;
}
.btn.fff.act b {
	color: #fff;
}
.btn.fff.act b .img2 {
	display: block;
}
.btn.fff.act b .img1 {
	display: none;
}
.btn.fff.act .yxbtn {
	background: #fff;
}
.btn.fff.act:hover {
	-webkit-transform: translate(0, -0.08rem);
	transform: translate(0, -0.08rem);
}
.btn.wb {
	border: .01rem solid #fff;
}
.btn.wb b {
	color: #fff;
}
.btn.wb:hover {
	border-color: var(--i_color);
}
.btn.hs {
	border-color: #E5E5E5;
	;
}
.btn.hs b {
	background: #E5E5E5;
	border-color: #E5E5E5;
	color: #333;
}
.btn.hs:hover {
	border-color: var(--i_color);
}
.btn.hs:hover b {
	background: var(--i_color);
	color: #fff;
}
.btn.fff1 {
	background: transparent;
	border: .01rem solid #fff;
}
.btn.fff1:hover {
	-webkit-transform: translate(0, -0.08rem);
	transform: translate(0, -0.08rem);
}
.btn.fff1 b {
	color: #fff;
}
.btn.fff1 b .yxbtn {
	background: #fff;
}
.btn.fff1 b .yxbtn iconify-icon {
	color: var(--i_color);
}
.btn.fff:hover {
	background: rgba(255, 255, 255, .5);
	border: .01rem solid #fff;
}
.btn.fff:hover b {
	color: #fff;
}
.btn.fff:hover b .img2 {
	display: block;
}
.btn.fff:hover b .img1 {
	display: none;
}
.btn.fff:hover .yxbtn {
	background: #fff;
}
.btn.fff b .img1 {
	display: block;
}
.btn.fff b .img2 {
	display: none;
}
.btn.hb {
	border: .01rem solid var(--i_color);
	background: transparent;
}
.btn.hb:hover {
	background: var(--i_color);
}
.btn.hb:hover b {
	color: #fff;
}
.btn.hb b {
	color: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.btn b {
		padding: 10px 18px;
	}
	.btn b .yxbtn {
		width: .35rem;
		height: .35rem;
	}
	.btn b .yxbtn img {
		height: 15px;
	}
	.btn b iconify-icon {
		font-size: 20px;
	}
	.btn.mt60 {
		margin-top: 10px;
	}
	.btn b {
		/* padding: .08rem .2rem; */
		font-size: .12rem;
	}
}
@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: 44px;
	text-transform: capitalize;
	margin-bottom: .1rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tit h3 img {
	height: 48px;
	position: absolute;
	top: 65%;
	transform: translate(0, -50%);
	right: -40px;
}
.tit.tb h3 {
	display: table !important;
}
.tit.center2 h3 {
	margin-bottom: 10px !important;
}
.tit h3::before {
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	width: .16rem;
	height: .16rem;
	background: url(static/imgs/btlogo.webp) no-repeat center;
	background-size: cover;
	z-index: -1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.tit.fff h3::before {
	background: url(static/imgs/bjx.png) no-repeat center;
}
.line {
	height: .04rem;
	width: .8rem;
	background: var(--i_color);
}
.line.fff {
	background: #fff;
}
/* .tit h3::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -0.01rem;
	width: 100%;
	height: .04rem;
	background: var(--i_color);
} */
.tit .hs img {
	height: .72rem;
	object-fit: contain;
}
.tit h3.hs {
	display: inline;
	position: relative;
}
.tit h3.hs::after {
	content: '';
	position: absolute;
	left: 0%;
	bottom: -0.05rem;
	width: 20%;
	height: .02rem;
	background: var(--i_color3);
}
.tit h3.hs::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -0.12rem;
	width: 100%;
	height: .02rem;
	background: var(--i_color3);
}
.tit h3.hs.bs::before {
	background: #fff;
}
.tit h3.hs.bs::after {
	background: #fff;
}
.tit h6 {
	font-size: 20px;
	color: #666;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	gap: 0 10px;
	align-items: center;
	/* text-transform: capitalize; */
}
.tit.h3topb h6 {
	color: #666;
	width: 30%;
	margin: .3rem 0;
	width: 100%;
}
.tit.dis {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tit.center2 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.tit.center h3 {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.tit.center .line {
	margin: 0 auto;
}
.tit.center h6 {
	justify-content: center;
}
.wz999 {
	color: #999;
}
.wz666 {
	color: #666;
}
.tit h3 i {
	color: var(--i_color);
	font-weight: inherit;
}
.tit.center h3,
.tit.center h6,
.tit.center h5 {
	text-align: center;
}
.tit.center h5 {
	color: #999;
}
.tit.center h3 {
	/* margin: 20px 0; */
}
.tit.dis2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tit.dis2 h6 {
	margin-bottom: 5px;
}
.tit span {
	width: 87%;
}
.tit h5 {
	color: #333;
}
.tit.black {}
.tit.black h6 {
	color: var(--i_color2);
	width: 40%;
}
.tit.black h3 {
	color: var(--i_color2);
	width: 100%;
}
.tit.black p {
	color: var(--i_color2);
}
@media screen and (max-width:1440px) {
	.tit h3 {
		font-size: 35px;
	}
	.tit .hs img {
		height: .65rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.tit h3 {
		font-size: 30px;
	}
}
@media screen and (max-width:1024px) {
	.tit.center h6 {
		justify-content: start;
	}
	.tit.dis2 h3 {
		margin-bottom: 0px;
	}
	.tit.tb h3 {
		display: inline-block !important;
		text-align: center;
	}
	.tit .hs img {
		display: none;
	}
	.tit.dis2 h6 br {
		display: none;
	}
	.tit.dis2 h6 {
		margin-bottom: 15px;
	}
	.tit h3 img {
		height: 20px;
		margin-right: 0.1rem;
		display: none;
	}
	.tit span {
		width: 100%;
		/* margin-bottom: 20px; */
	}
	.tit.dis2 {
		flex-wrap: wrap;
	}
	.tit.center h3 {
		margin: 10px 0;
	}
	.tit.dis2 h6 {
		gap: 0 10px;
	}
	.tit h6 img {
		height: 18px;
	}
	.tit p {
		font-size: .16rem;
	}
	.tit h3 {
		font-size: .2rem;
	}
	.tit h6 {
		font-size: .14rem;
	}
	.tit.center h6 {
		text-align: start;
		margin-top: 0;
	}
}
@media screen and (max-width:768px) {
	.tit.dis {
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
	.tit.dis span {
		width: 100%;
	}
	.tit.dis h6 {
		padding: .1rem 0;
		width: 100%;
	}
	.tit {
		width: 100%;
	}
}
@media screen and (max-width:560px) {
	.tit.dis {
		display: block;
	}
}
.mb10 {
	margin-bottom: .1rem;
}
.pub {
	margin-bottom: .1rem;
}
.pub .swiper-pagination-bullet {
	width: .1rem !important;
	height: .1rem !important;
	background: rgba(0, 0, 0, 0.08) !important;
	border-radius: 0 !important;
	position: relative;
	flex-shrink: 0;
	border-radius: 1rem !important;
}
.pub.pub2 .swiper-pagination-bullet {
	width: .1rem !important;
	height: .1rem !important;
	background: #FFF !important;
	border-radius: 0 !important;
	position: relative;
	flex-shrink: 0;
	border-radius: 1rem !important;
}
.pub .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	width: 130%;
	height: 130%;
	border: .01rem solid var(--i_color3) !important;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	flex-shrink: 0;
	border-radius: 1rem !important;
}
.pub.pub2 .swiper-pagination-bullet-active {
	background: var(--i_color3) !important;
}
.pub .swiper-pagination-bullet-active {
	background: var(--i_color3) !important
}
.pub .swiper-pagination-bullet-active::before {
	opacity: 1;
}
.pubs {
	width: .54rem;
	height: .54rem;
	border-radius: 10rem;
	overflow: hidden;
	border: .01rem solid var(--border_color) !important;
	background: #fff !important;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.pubs iconify-icon {
	color: #333 !important;
}
.pubs:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.pubs {
		width: .4rem;
		height: .4rem;
	}
	.pubs iconify-icon {
		font-size: 18px;
	}
	.pub .swiper-pagination-bullet-active::before {
		display: none;
	}
}
.pcates {}
.pcates .btn {
	opacity: 0;
}
.pcates li:hover .btn {
	opacity: 1;
}
.pl3top {}
.pl3top .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 1%;
}
.pl3top .p3_list li {
	width: 49.5%;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
}
.pl3top .p3_list li .img {
	position: relative;
	padding-bottom: 38%;
	overflow: hidden;
}
.pl3top .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;
}
.pcates .txt {
	padding: 0.2rem;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}
.pl3top .p3_list li .txt p {
	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;
}
.pl3top .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;
}
.pl3top .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.pl3top .p3_list li:hover p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.pl3top .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.pl3bot {}
.pl3bot .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 1.25%;
}
.pl3bot .p3_list li {
	width: 32.5%;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
}
.pl3bot .p3_list li .img {
	position: relative;
	padding-bottom: 58%;
	overflow: hidden;
}
.pl3bot .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;
}
.pl3bot .p3_list li .txt {
	padding: 0.2rem;
	box-sizing: border-box;
	width: 50%;
}
.pl3bot .p3_list li .txt p {
	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;
}
.pl3bot .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;
}
.pl3bot .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.pl3bot .p3_list li:hover p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.pl3bot .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.indus_swipers {
	position: relative;
	background: url(static/imgs/indusbj.webp) no-repeat center;
	background-size: cover;
}
.indus_swipers .indus_list {
	position: relative;
	overflow: hidden
}
.indus_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.indus_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	padding: 0.2rem;
	padding-bottom: 0.1rem;
	background: #fff;
	border: 1px solid var(--border_color2);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.indus_list .swiper-slide.swiper-slide-next {
	transform: scale(1.2, 1.2);
}
.indus_list .swiper-slide.swiper-slide-next p {
	color: var(--i_color);
}
.indus_list .swiper-slide .img {
	position: relative;
	padding-bottom: 89%;
	overflow: hidden;
}
.indus_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;
}
.indus_list .swiper-slide .txt {
	padding: 0.2rem;
	box-sizing: border-box;
}
.indus_list .swiper-slide .txt p {}
.indus_list .swiper-slide .txt h6 {}
.indus_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.indus_swipers .zfx:hover iconify-icon {
	color: var(--i_color) !important;
}


.indus-prev,
.indus-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
}
.indus-prev {
	left: 5%;
}
.indus-next {
	right: 5%;
}
.indus-prev iconify-icon,
.indus-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.indus_list .swiper-button-disabled {
	cursor: not-allowed
}
.indus-prev:hover,
.indus-next:hover {
	background: var(--i_color);
}
.indus-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.indus-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;
}
.indus-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) {
	.indus_list .swiper-slide.swiper-slide-next {
		transform: scale(1);
	}
	.indus-prev,
	.indus-next {
		display: none;
	}
	.indus_swipers .indus_list {
		padding: 0;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* .zfx */
.zfx {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx iconify-icon {
	font-size: 0.24rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx.br {
	border-radius: 1000px;
	overflow: hidden;
}
.zfx.line {
	background: transparent;
	border: 1px solid var(--border_color);
}
.zfx.line iconify-icon {
	color: #333;
}
.zfx.line:hover {
	border-color: var(--i_color);
}
.zfx.line:hover iconify-icon {
	/* color: #fff; */
}
.zfx.center {
	margin: 0 auto;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.zfx {
		width: 30px;
		height: 30px;
	}
	.zfx iconify-icon {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* 手风琴 */
.sfj {
	background: url(static/imgs/sfqbj.webp) no-repeat center;
	background-size: cover;
}
.sfj ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.sfj ul li {
	width: 19%;
	position: relative;
	padding-bottom: 39%;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.sfj ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
}
.sfj ul li .txt {
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	text-align: center;
	left: 0;
	bottom: 0;
	padding: 0.3rem 0.1rem;
	box-sizing: border-box;
	width: 100%;
}
.sfj ul li .txt p {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	text-align: center;
	margin-bottom: 0.1rem;
}
.sfj ul li .txt h6 {
	display: none;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.sfj ul li.active {
	width: 60%;
}
.sfj ul li.active .txt {
	text-align: start;
	width: 100%;
	padding: 0.3rem 0.8rem 0.3rem 0.3rem;
	box-sizing: border-box;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.sfj ul li.active .txt p {
	text-align: start;
}
.sfj ul li.active .txt h6 {
	display: block;
}
.w70 {
	width: 90%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.sfj ul li .txt h6 {
		display: none !important;
	}
	.w70 {
		width: 100%;
	}
	.sfj ul li,
	.sfj ul li.active {
		width: 100%;
		padding-bottom: 60%;
	}
	.sfj ul li.active .txt {
		padding: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ul>li左图右文 */
.ab_shanghai {
	background: url(static/imgs/abjd.webp) no-repeat center;
	background-size: cover;
}
.ab_shanghai .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* background: #fff; */
}
.ab_shanghai .wraps .left {
	width: 51%;
	background: #fff;
}
.ab_shanghai .wraps .left img {
	width: 100%;
}
.ab_shanghai .wraps .right {
	width: 49%;
	background: #fff url(static/imgs/abj.webp) no-repeat center;
	background-size: contain;
	padding: 0.6rem;
	box-sizing: border-box;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.ab_shanghai .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.ab_shanghai .wraps .right {
		width: 100%;
		padding: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.video_boxs {}
.video_boxs {
	position: relative;
}
.video_boxs .imgboxs {
	border-top-right-radius: 0.6rem;
}
.video_boxs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.video_boxs .imgs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video_boxs .imgs img {
	height: 1.4rem;
	animation: zoom2 1.5s infinite alternate;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.video_boxs .imgs img {
		height: 0.8rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
@font-face {
	font-family: 'dn';
	src: url('static/fonts/DINCond-Bold.otf');
}
.numlist {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-around;
	gap: 10px 0;
}
.numlist li {
	width: 20%;
	box-sizing: border-box;
	padding: 0.2rem 0;
	text-align: center;
}
.numlist li:hover p {
	color: var(--i_color);
}
.numlist li:hover i {
	color: var(--i_color);
}


.numlist li p {
	margin-bottom: 0.1rem;
}
.numlist li p i {
	font-family: 'dn';
	position: relative;
}
.numlist li p i::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 98px;
	height: 98px;
	background: url(static/imgs/ayx.webp) no-repeat center;
	background-size: cover;
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.fz72 {
	font-size: 0.72rem;
}
@media screen and (max-width:1440px) {
	.fz72 {
		font-size: 0.6rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.fz72 {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.fz72 {
		font-size: 0.24rem;
	}
	.numlist li {
		width: 49%;
		border: 1px solid var(--border_color);
		box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* 选项卡样式 */
.advs {
	background: url(https://lingjuimg.com/wp-content/uploads/shengya/2025/09/xxx.webp) no-repeat center;
	background-size: cover;
}
.advs .xxk {
	margin: 0 auto;
}
.advs .tab-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	justify-content: space-between;
	padding: 0 10%;
	box-sizing: border-box;
}
.advs .tab {
	padding: 25px;
	cursor: pointer;
	border-bottom: none;
	box-sizing: border-box;
	position: relative;
}

.advs .tab:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -450px;
	width: 420px;
	height: 1px;
	background: url(https://lingjuimg.com/wp-content/uploads/shengya/2025/09/直线-48@1x.webp) no-repeat center;
	background-size: cover;

}



.advs .tab.active {
	background: url(static/imgs/yq.webp) no-repeat center;
	background-size: contain;
}
.advs .tab .img1 {
	display: none;
	/* filter: brightness(100); */
}
.advs .tab.active .img1 {
	/* filter: none; */
	display: block;
}

.advs .tab.active .img2 {
	display: none;
}

.advs .tab-content {}
.advs .content {
	display: none;
}
.advs .content.active {
	display: block;
}
@media screen and (max-width:1440px) {

	.advs .tab:not(:last-child)::before {
		display: none;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.advs .tab {
		/* width: 100%; */
		padding: 15px;
	}
	.advs .tab img {
		height: 0.5rem;
	}
	.advs .tab-list {
		margin-bottom: 0.2rem;
		padding: 0;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ul>li左图右文 */
.txtimg {}
.txtimg .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.txtimg .wraps .left {
	width: 49%;
}
.txtimg .wraps .left img {
	width: 100%;
}
.txtimg .wraps .right {
	width: 49%;
}
.txtimg .wraps .right dt {
	padding-left: 0.15rem;
}
.fz {
	width: 4px;
	height: 4px;
	background: #fff;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.txtimg .wraps .right dt {
		padding-left: 0;
	}
	.txtimg .wraps .right img {
		display: none;
	}
	.fz {
		display: none;
	}
	.txtimg .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.txtimg .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.news_swipers {
	position: relative;
	background: url(static/imgs/nbj.webp) no-repeat center;
	background-size: cover;
}
.news_swipers .news_list {
	position: relative;
	overflow: hidden
}
.news_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.news_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}
.news_list .swiper-slide .img {
	position: relative;
	padding-bottom: 54%;
	overflow: hidden;
}
.news_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;
}
.news_list .swiper-slide .txt {
	padding: 0.2rem 0;
	box-sizing: border-box;
}
.news_list .swiper-slide .txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news_list .swiper-slide .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.news_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.news_list .swiper-slide:hover p,
.news_list .swiper-slide:hover h5 {
	color: var(--i_color);
}
.news-prev,
.news-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
}
.news-prev {
	left: 5%;
}
.news-next {
	right: 5%;
}
.news-prev iconify-icon,
.news-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.news_list .swiper-button-disabled {
	cursor: not-allowed
}
.news-prev:hover,
.news-next:hover {
	background: var(--i_color);
}
.news-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.news-pagination .swiper-pagination-bullet {
	width: .72rem;
	height: 1px;
	display: inline-block;
	margin: 0 6px;
	background: rgba(51, 51, 51, 0.3);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.news-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
	height: 2px;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.news-prev,
	.news-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.certs {
	background: url(static/imgs/certs.webp) no-repeat center;
	background-size: cover;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.certs {
		background: var(--bjs);
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
footer {
	background: rgba(0, 11, 27, 1);
}
.ftops {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ftops a {
	font-size: 0.18rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.ftops a:hover {
	color: var(--i_color);
	text-decoration: underline;
}

.logobox {
	width: 48%;
}
.lxfx {
	width: 24%;
}
.lxfx span {
	display: block;
}
.lxfx a {
	font-size: inherit;
	color: inherit;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


.lxfx a:hover {
	color: var(--i_color);
	text-decoration: underline;
}

.qrbox {}
.qrbox .img {
	width: 108px;
	height: 108px;
	flex-shrink: 0;
}
.qrbox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dn {
	display: block;
}
.privacy {
	background: rgba(255, 255, 255, 0.04);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.logobox img {
		height: 0.5rem;
		margin-bottom: 0.2rem;
	}
	.qrbox .img {
		width: 0.8rem;
		height: 0.8rem;
	}
	.fnav>div {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.dn {
		display: none;
	}
	.ftops {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.privacy {
		margin-bottom: 0.44rem;
	}
}
@media screen and (max-width:560px) {}
/* products */
/* ul>li左图右文 */
.plistbox {}
.plistbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plistbox .wrap .left {
	width: 21%;
}
.plistbox .wrap .right {
	width: 76%;
}
.plistbox .wrap .left dt:nth-child(1) {
	text-align: center;
	background: var(--bjs);
	position: relative;
}
.plistbox .wrap .left dl {
	border: 1px solid var(--border_color);
	box-sizing: border-box;
}
.plistbox .wrap .left dt {
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.plistbox .wrap .left dt a {
	display: block;
	padding: 0.25rem 0.15rem;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.plistbox .wrap .left dt:not(:first-child)::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -1px;
	width: 90%;
	height: 1px;
	background: var(--border_color);
}
.plistbox .wrap .left dt:not(:first-child):hover {
	background: var(--wzjb);
}
.plistbox .wrap .left dt:not(:first-child):hover a {
	color: #fff;
}
.plistbox .wrap .left dt:not(:first-child).active {
	background: var(--wzjb);
}
.plistbox .wrap .left dt:not(:first-child).active a {
	color: #fff;
}
.lines {
	width: 100%;
	height: 1px;
	background: var(--border_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) {
	.plistbox .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.plistbox .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.plist {}
.plist .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.plist .p3_list li {
	width: 32%;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
}
.plist .p3_list li .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.plist .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;
}
.plist .p3_list li .txt {
	padding: 0.15rem;
	box-sizing: border-box;
}
.plist .p3_list li .txt p {
	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;
}

.plist .p3_list li:hover .wzbox {
	background: var(--wzjb);
	color: #fff;
	border-color: transparent;
}


.plist .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;
}
.plist .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.plist .p3_list li:hover p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.plist .p3_list li {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.f3_videobanner {
	height: 800px;
	width: 100%;
	position: relative;
}
.f3_videobanner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.play_btn {
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.play_btn.active {
	opacity: 1;
}
.f3_videobanner .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width:1440px) {
	.f3_videobanner {
		height: 750px;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.f3_videobanner {
		height: 650px;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {
	.f3_videobanner {
		height: 250px;
	}
}
@media screen and (max-width:560px) {}

/* 手风琴 */
.sfj222 {}
.sfj222 ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.sfj222 ul li {
	width: 18.5%;
	position: relative;
	padding-bottom: 40%;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 0.1rem;
	overflow: hidden;

}
.sfj222 ul li>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
}
.sfj222 ul li .txt {
	position: absolute;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	text-align: center;
	left: 0;
	bottom: 0;
	padding: 0.3rem 0.1rem;
	box-sizing: border-box;
	width: 100%;

}
.sfj222 ul li .txt p {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	text-align: center;
}
.sfj222 ul li .txt h6 {
	display: none;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.sfj222 ul li.active {
	width: 41%;
}
.sfj222 ul li.active .txt {
	text-align: start;
	width: 100%;
	padding: 0.3rem 0.8rem 0.3rem 0.3rem;
	box-sizing: border-box;

}


.sfj222 ul li.active .txt p {
	text-align: start;
	text-decoration: underline;
}
.sfj222 ul li.active .txt h6 {
	display: block;
}
.sfj222 ul li .txt .feature {
	display: none;
}
.sfj222 ul li.active .txt .feature {
	display: block;
}
.sfj222 ul li .txt .btn {
	display: none;
}
.sfj222 ul li.active .txt .btn {
	display: table;
}

.sfj222 ul li.active .txt img {
	display: none;
}

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


.btn b.blue:hover {
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}



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

	.sfj222 ul li.active .txt .feature,
	.sfj222 ul li.active .txt .btn,
	.sfj222 ul li.active .txt h6 {
		display: none !important;
	}
	.sfj222 ul li.active .txt p {
		text-align: center;
	}
	.sfj222 ul li.active .txt img,
	.sfj222 ul li .txt img {
		display: block !important;
		height: 0.5rem;
		margin: 0 auto;
	}
	.sfj222 ul li,
	.sfj222 ul li.active {
		width: 100%;
		padding-bottom: 60%;
	}

	.sfj222 ul li.active .txt {
		padding: 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

/* 选项卡样式 */
.brand_tabbox .xxk {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.brand_tabbox .tab-list {
	width: 35%;

}

.brand_tabbox .tab {
	padding: 30px 20px;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: none;
	border-bottom: 1px solid #E5E5E5;

}

.brand_tabbox .tab.active p {
	color: var(--i_color);
}

.brand_tabbox .tab .img2 {
	display: none;
}
.brand_tabbox .tab.active .img1 {
	display: none;

}

.brand_tabbox .tab.active .img2 {
	display: block;

}
.brand_tabbox .tab.active {
	background-color: #fff;
}

.brand_tabbox .tab-content {
	width: 60%;
	box-sizing: border-box;
}

.brand_tabbox .tab-content .img {
	position: relative;
	padding-bottom: 58%;
	overflow: hidden;
	border-radius: 0.1rem;
	overflow: hidden;
}
.brand_tabbox .tab-content img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.brand_tabbox .content {
	display: none;
}

.brand_tabbox .content.active {
	display: block;
}

.w70 {
	width: 70%;
}

.lh1 {
	line-height: 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) {


	.brand_tabbox .tab img {
		height: 0.35rem;
	}
	.w70 {
		width: 100%;
	}

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



/* ul>li左图右文 */
.certs_box {
	background: url(static/video/certsimg.webp) no-repeat center;
	background-size: cover;
}
.certs_box .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.certs_box .wrap .left {
	width: 50%;
}

.certs_box .wrap .left img {
	width: 100%;
}

.aend {
	align-items: end;
}
.f07 {
	color: rgba(255, 255, 255, 0.7);
}
.certs_box .wrap .right {
	width: 46%;
}

.fz72 {
	font-size: 0.72rem;
}


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

.certs_box dl dt {
	/* width: 33%; */
	padding: 0.25rem 0;
	box-sizing: border-box;
}
.certs_box dl dt:nth-child(1) {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}




@media screen and (max-width:1440px) {
	.fz72 {
		font-size: 0.62rem;
	}
}
@media screen and (max-width:1366px) {
	.fz72 {
		font-size: 0.5rem;
	}
}
@media screen and (max-width:1200px) {

	.fz72 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px) {

	.fz72 {
		font-size: 0.2rem;
	}

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

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






/* 详情 */


/* ul>li左图右文 */
.sliderbox {

	background: url(https://lingjuimg.com/wp-content/uploads/shengya/2025/09/sliderbox.webp) no-repeat center;
	background-size: cover;
}
.sliderbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sliderbox .wrap .left {
	width: 42%;
	position: relative;
}


.sliderbox .wrap .right {
	width: 56%;
}

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

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

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




.sliderbox .wrap .right h1 {
	padding: 0.2rem 0;
	box-sizing: border-box;
}





.btnbox {}


.share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.2rem;
	align-items: center;
}
.share a {}

.share iconify-icon {
	font-size: 0.26rem;
	color: rgba(0, 139, 198, 0.2);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

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



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

	.share {
		margin-top: 0.2rem;
	}
	.share iconify-icon {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


/* atlas */
.p_atlas {
	width: 100%;
	/* height: 100%; */
	/* padding: 10px 10px 0px 10px; */
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
.p_atlas_list {
	position: relative;
	overflow: hidden;
	border: .01rem solid var(--border_color);
}
.p_atlas_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.p_atlas_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	background: #fff;
}
.p_atlas_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.p_atlas_list .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* thumbnail */
.p_thumbnail_list {
	width: 100%;
	/* width:calc(100% - 100px);*/
	margin: 20px 0;
	box-sizing: border-box;
	padding: 0 .02rem;
	position: relative;
	/* overflow: hidden */
}
.p_thumbnail_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.p_thumbnail_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	box-sizing: border-box;
	border: .01rem solid var(--border_color);
	overflow: hidden;
	cursor: pointer;
	background: #fff;
}
.p_thumbnail_list .swiper-slide::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}


.p_thumbnail_list .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p_thumbnail_list .swiper-slide-thumb-active {
	border-color: var(--i_color);
	background: #fff;

	opacity: 1;

}
.thumbnail-prev,
.thumbnail-next {
	position: absolute;
	top: 91%;
	transform: translate(0, -50%);

	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	z-index: 3;
	background: transparent;
}
.thumbnail-prev {
	left: .12rem;
}
.thumbnail-next {
	right: .12rem;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: #666
}
.p_thumbnail_list .swiper-button-disabled {
	cursor: not-allowed
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
	background: var(--i_color);
}
.thumbnail-pagination {
	margin-top: 10px;
	text-align: center;
}
.thumbnail-pagination,
.thumbnail-pagination span {
	font-size: 14px;
	color: #999;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
	color: var(--i_color);
}
@media screen and (max-width:1024px) {

	.p_atlas_list {
		margin-bottom: 20px;
	}
	.p_atlas {
		width: 100%;
		height: auto;
	}
	.p_thumbnail_list .swiper-slide {
		border: .01rem solid transparent;
	}
}
@media screen and (max-width:768px) {
	.p_thumbnail_list {
		margin: 0;
	}
	.pr {
		margin-top: 10px;
	}
}
@media screen and (max-width:560px) {}
.pr {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;

}
.pr2 {
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.thumbnail-prev,
	.thumbnail-next {
		display: none;
	}
	.pr {
		width: 100%;
	}

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




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




/* .zfx */
.zfx2 {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx2 iconify-icon {
	font-size: 0.24rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}




.zfx.line:hover iconify-icon {
	color: #fff;
}







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

.des_box .tab-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.des_box .tab {
	cursor: pointer;
	border-bottom: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.des_box .tab.active {
	color: #fff;
	background: var(--wzjb);
}

.des_box .tab-content {}

.des_box .content {
	display: none;
}

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

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




.n_t {}
.n_t .tag {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	align-items: center;
}
.n_t .tag p {}
.n_t .tag li a {
	padding: 10px 15px;
	border-radius: 0.05rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: table;
	border-radius: 5px;
	background: #fff;
}
.n_t .tag li a:hover {
	color: var(--i_color2);
	background: rgba(2, 142, 211, 0.1);
}
.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 var(--border_color);
	border-radius: 100px;
	flex-shrink: 0;
}
.n_p .img iconify-icon {
	color: #666;
}

.n_p a:hover .zfx {
	border-color: var(--i_color);
}
.n_p a:hover .zfx iconify-icon {
	color: var(--i_color);
}
.n_p a:hover .img {
	background: var(--i_color2);
}
.n_p a p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.desboxs {
		padding: 0.1rem;
	}
	.n_t .tag li a {
		padding: 0.05rem 0.1rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.zfx.zfx2 {
	width: 44px;
	height: 44px;
}




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

}
.related_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	border: 1px solid var(--border_color);
}

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

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

}

.related_list .swiper-slide .txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.related_list .swiper-slide .txt h6 {}

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


.related_list .swiper-slide:hover .wzbox {
	border-color: transparent;
	background: var(--wzjb);
	color: #fff;
}


.related-prev,
.related-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
}
.related-prev {
	left: 5%;
}
.related-next {
	right: 5%;
}
.related-prev iconify-icon,
.related-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.related_list .swiper-button-disabled {
	cursor: not-allowed
}
.related-prev:hover,
.related-next:hover {
	background: var(--i_color);
}

.related-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.related-pagination .swiper-pagination-bullet {
	width: .72rem;
	height: .02rem;
	display: inline-block;
	margin: 0 6px;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.related-pagination .swiper-pagination-bullet-active {
	background: var(--i_color3)
}

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





.in_pagebanner {
	font-size: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.in_pagebanner .imgs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

}

.in_pagebanner img {
	width: 100%;
	object-fit: cover;
}
.in_pagebanner .pbox {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;

}

/* Breadcrumb */
.in_position {
	padding: .2rem 0;
	position: relative;
}
.in_position .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_position a {
	display: block;
	font-size: 15px;
	color: #fff;
	position: relative;
	line-height: 20px;
	text-transform: 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="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {
	content: ">";
	margin: 0 4px;
	color: #fff
}
.in_position a:last-child {
	color: var(--i_color) !important
}
.in_position a:hover {
	color: var(--i_color)
}
@media screen and (max-width:1024px) {

	.in_pagebanner .pbox {
		top: 55%;
	}

	.in_pagebanner .imgs {
		display: none;
	}

	.in_pagebanner {
		margin-bottom: 0.2rem;
	}
	.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
	}
}



/* news */

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


.newscate_one a {
	display: table;
	padding: 0.15rem 0.3rem;
	text-align: center;
	font-weight: bold;
	border-radius: 0.05rem;
}

.newscate_one a:hover {
	background: var(--wzjb);
	color: #fff;
}

.newscate_one a.active {
	background: var(--wzjb);

	color: #fff;
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.newscate_one a {
		padding: 0.05rem 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






.news2 {}
.news2 .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}


.news2 .p3_list li {
	width: 32%;
	box-sizing: border-box;
}
.news2 .p3_list li .img {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}

.news2 .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;
}
.news2 .p3_list li .txt {
	padding: 0.15rem;
	box-sizing: border-box;
	padding-top: 0;
}
.news2 .p3_list li .txt p {
	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;

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

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

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

.news2 .p3_list li:hover .flex {
	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) {

	.news2 .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: #333;
	background: #ededed;
	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;
	}
}





.projects {}
.projects .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}


.projects .p3_list li {
	width: 49%;
	box-sizing: border-box;
}
.projects .p3_list li .img {
	position: relative;
	padding-bottom: 50%;
	overflow: hidden;
}

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

}
.projects .p3_list li .txt h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

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

.projects .p3_list li:hover p {}

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

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



.video_boxs {}


.video_boxs .wraps {
	position: relative;
}

.video_boxs .wraps>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.video_boxs .wraps .imgs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.video_boxs .wraps .imgs img {
	height: 1.4rem;
	animation: zoom2 1.5s infinite alternate;
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.video_boxs .wraps .imgs img {
		height: 0.5rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* 选项卡样式 */
.advboxs {
	background: url(static/imgs/advbsj.webp) no-repeat center;
	background-size: cover;
}

.advboxs .xxk {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;

}
.advboxs .tab-list {
	width: 12%;
	background: var(--wzjb);
}
.advboxs .tab {
	cursor: pointer;
	border-bottom: none;
}
.advboxs .tab img {
	filter: brightness(100);
	height: 0.51rem;
}
.advboxs .tab.active p {
	color: #F8B62B !important;
}
.advboxs .tab.active img {
	filter: none
}
.advboxs .tab-content {
	width: 86%;
	box-sizing: border-box;
	background: #fff;
}
.advboxs .content {
	display: none;
}
.advboxs .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) {
	.advboxs .tab-list {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.advboxs .tab {
		width: 30.33%;
		box-sizing: border-box;
	}
	.advboxs .tab img {
		height: 0.3rem;
	}
	.advboxs .tab-list {
		width: 100%;
		margin-bottom: 0.1rem;
	}
	.advboxs .tab-content {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

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

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

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

.advcontent .wraps .right {
	width: 49%;
}
.advcontent .dts {
	position: relative;
}
.advcontent .dts::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	background: rgba(0, 0, 0, 1);
	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.advcontent .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.advcontent .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.envs_swipers {
	position: relative;
}
.envs_swipers .tit {
	position: relative;
}
.envs_swipers .tit>img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0.1rem;
}
.envs_swipers .zfx:hover iconify-icon {
	color: var(--i_color) !important;
}
.envs_swipers .envs_list {
	position: relative;
	overflow: hidden;
	perspective: 1500px;
}
.envs_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.envs_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	border: 1px solid #d8d8d8;
	perspective: 1000px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.envs_list .swiper-slide .img {
	position: relative;
	padding-bottom: 60%;
	overflow: hidden;
	border: 1px solid #d8d8d8;
}
.envs_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;
}
.envs_list .swiper-slide .txt {
	padding: 0.2rem;
	box-sizing: border-box;
	border-top: 1px solid var(--i_color);
	border: 1px solid #d8d8d8;
}
.envs_list .swiper-slide .txt p {}
.envs_list .swiper-slide .txt h6 {}
.envs_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.envs_list .swiper-slide-active {
	perspective: 1000px;
	-webkit-clip-path: polygon(0% 5%, 100% 5%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 5%, 100% 5%, 100% 100%, 0% 100%);
}
.envs_list .swiper-slide-prev {
	transform: rotateY(30deg);
	perspective: 1000px;
	-webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
}
.envs_list .swiper-slide-next {
	transform: rotateY(-30deg);
	perspective: 1000px;
	-webkit-clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
}
.envs_list .swiper-slide-active .img {}


.envs_list .swiper-slide-active .img img {
	width: 100%;
	height: 100%
}



.envs-prev,
.envs-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
}
.envs-prev {
	left: 5%;
}
.envs-next {
	right: 5%;
}
.envs-prev iconify-icon,
.envs-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.envs_list .swiper-button-disabled {
	cursor: not-allowed
}
.envs-prev:hover,
.envs-next:hover {
	background: var(--i_color);
}

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

@media screen and (max-width:1440px) {
	.envs_swipers .tit>img {
		display: none;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.envs-prev,
	.envs-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* ul>li左图右文 */
.cersbox {
	background: url(static/imgs/cbj2webp.webp) no-repeat center;
	background-size: cover;
}
.cersbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cersbox .wrap .left {
	width: 42%;
}

.cersbox .wrap .left dt {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding: 10px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #F8B62B;
}
.cersbox .wrap .left dt.active {
	background: var(--wzjb);
	color: #fff;

	border-color: transparent;
}



.cersbox .wrap .right {
	width: 48%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.cersbox .wrap .left dl {
		gap: 0 0rem;
	}

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

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



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

}
.certs2_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
}

.certs2_list .swiper-slide .img {
	position: relative;
	padding-bottom: 139%;
	overflow: hidden;
}
.certs2_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;
}

.certs2_list .swiper-slide .txt {
	padding: 0.2rem;
	box-sizing: border-box;
	border-top: 1px solid var(--i_color);
	border: 1px solid #d8d8d8;

}

.certs2_list .swiper-slide .txt p {}

.certs2_list .swiper-slide .txt h6 {}

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


.certs2-prev,
.certs2-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .4rem;
	height: .4rem;
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.certs2-prev {
	left: -10%;
}
.certs2-next {
	right: -10%;
}
.certs2-prev iconify-icon,
.certs2-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--i_color);
}
.certs2_list .swiper-button-disabled {
	cursor: not-allowed
}
.certs2-prev:hover,
.certs2-next:hover {}

.certs2-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.certs2-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;
}
.certs2-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) {
	.certs2-prev,
	.certs2-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

.certsboxs {
	display: none;
}
.certsboxs.active {
	display: block;
}




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

.supbox .tab-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--i_color);
}

.supbox .tab {
	padding: 20px 0;
	cursor: pointer;
	border: 1px solid #ccc;
	border-bottom: none;
	width: 33.33%;
	box-sizing: border-box;
}

.supbox .tab:not(:last-child) {
	border-right: 1px solid var(--i_color);
}

.supbox .tab img {
	height: 0.48rem;
}

.supbox .tab.active {
	background: var(--wzjb);
}

.supbox .tab.active p {
	color: #fff;
}

.supbox .tab.active img {
	filter: contrast(0) brightness(20);
}

.supbox .tab-content {}

.supbox .content {
	display: none;
}

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

	.supbox .tab {
		padding: 0.1rem 0;
	}

	.supbox .tab img {
		height: 0.25rem;
	}
	.supbox .tab {
		width: 100%;
	}

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


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

.spzy .wraps .left {
	width: 39%;
}

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

.spzy .wraps .right {
	width: 56%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {



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

	.spzy .wraps .right {
		width: 100%;
	}

	.spzy .wraps .right .imgbox img {
		height: 0.3rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* 选项卡样式 */

.tadv {
	background: url(static/imgs/tadvbj.webp) no-repeat center;
	background-size: cover;
}
.tadv .xxk {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.tadv .tab-list {
	width: 38%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.6rem 0;

}

.tadv .tab {
	padding: 10px;
	cursor: pointer;
	border-bottom: none;
}

.tadv .tab .jend {
	justify-content: end !important;
}
.tadv .tab p {
	text-transform: capitalize;
}
.tadv .tab h6 {
	display: none;
}

.tadv .tab .imgs {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.tadv .tab.active h6 {
	display: block;
}

.tadv .tab.active .imgs .img1 {
	display: none;
	/* filter: contrast(0) brightness(20); */
}

.tadv .tab .imgs .img2 {
	display: none;
}

.tadv .tab.active .imgs .img2 {
	display: block;
}

.tadv .tab.active {}

.tadv .tab-content {
	width: 19.5%;
	box-sizing: border-box;
}


.tadv .tab-content img {
	width: 100%;
	object-fit: cover;
}

.tadv .content {
	display: none;
}

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

	.tadv .tab-list {
		gap: 0 0.2rem;
	}
	.tadv .tab-list {
		width: 100%;
		margin-bottom: 0.1rem;
	}
	.tadv .tab-content {
		width: 40%;
		margin: 0 auto;
		order: 10;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.install_swipers {
	overflow: hidden;
}
.install_swipers .wraps {
	width: 43%;
}

.install_swipers {
	position: relative;
	background: url(static/imgs/formbj.webp) no-repeat center;
	background-size: cover;

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

}
.install_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
}

.install_list .swiper-slide .img {
	position: relative;
	padding-bottom: 64%;
	overflow: hidden;
}
.install_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;
}

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

}




.install_list .swiper-slide .txt p {}

.install_list .swiper-slide .txt h6 {}

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


.install-prev,
.install-next {
	position: absolute;
	top: 65%;
	transform: translate(0, -50%);

	background: var(--i_color);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.install-prev {
	left: 24%;
}
.install-next {
	right: 24%;
}
.install-prev iconify-icon,
.install-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.install_list .swiper-button-disabled {
	cursor: not-allowed
}
.install-prev:hover,
.install-next:hover {
	background: var(--i_color);
}

.install-pagination {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.3rem;
	text-align: center;
	align-items: center;
	position: relative;
}

.install-pagination::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -42px;
	width: 1000%;
	height: 1px;
	background: var(--border_color);

}


.install-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;
	position: relative;
	height: 60px;



}

.install-pagination .swiper-pagination-bullet-active p {
	background: var(--wzjb);
	/* 渐变色 */
	-webkit-background-clip: text;
	/* 文字裁剪 */
	color: transparent;
	font-weight: bold;
}

.install-pagination .swiper-pagination-bullet .numberbox2 {
	width: 16px;
	height: 16px;
	background: #333;
	position: relative;
	z-index: 2;

	margin: 0 auto;
	margin-top: 20px;

}




.install-pagination .swiper-pagination-bullet-active .numberbox2 {
	width: 34px;
	height: 34px;
	background: url(static/imgs/yd.png) no-repeat center;
	background-size: cover;
	z-index: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

	margin-top: 12px;

}

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

	.install-pagination::before {
		display: none;
	}

	.install_swipers .wraps {
		width: 96vw;
		margin: 0 auto;
	}
	.install-prev,
	.install-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






.p_faq {}
.p_faq li {

	border-top: 1px dashed var(--border_color);
	border-bottom: 1px dashed var(--border_color);

}
.p_faq .tit {
	padding: .26rem 0.26rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
}
.p_faq .tit.active {}


.p_faq .tit p {
	font-size: 0.3rem;
}
.p_faq .txt {
	display: none;
	margin-bottom: 0.1rem;
	padding: 0rem 0.26rem;
	padding-bottom: 0.35rem;
	box-sizing: border-box;
}
.p_faq .tit.active {
	border-bottom: 1px solid transparent;
}
.p_faq .txt span {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	font-size: 0.2rem;
}
.p_faq em {
	flex-shrink: 0;
	display: table;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 0.25rem;
	text-align: center;
	font-size: 0.18rem;
	color: #FFF;
	border-radius: 0.05rem;
}
.p_faq .tit em {
	/* background: #666; */
}
.p_faq .txt em {
	background: var(--i_color);
}

.p_faq em iconify-icon {
	color: #333;
}

.p_faq .tit.active em iconify-icon {
	transform: rotate(90deg);
}

@media screen and (max-width:1024px) {
	.p_faq .tit p {
		font-size: 0.16rem;
	}
	.p_faq .tit {
		padding: .2rem 0.26rem;
	}
}




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

.contacts1 .wrap .left {
	width: 46.5%;
}

.contacts1 .wrap .left img {
	width: 100%;
}

.contacts1 .wrap .right {
	width: 49%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

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

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





.wpforms3 {
	padding: 0.6rem;
	box-sizing: border-box;
	background: var(--bjs);
}

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

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

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

#wpforms-154 .wpforms-field-container .wpforms-field>input,
#wpforms-154 .wpforms-field-container textarea,
#wpforms-154 .wpforms-field-container select,
#wpforms-154 .wpforms-field-container .choices {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;
	height: var(--wpforms-field-size-input-height);
}


#wpforms-154 .wpforms-field-container .wpforms-field>input::placeholder {
	color: #333;
}
#wpforms-154 .wpforms-field-container .wpforms-field>input,
#wpforms-154 .wpforms-field-container textarea,
#wpforms-154 .wpforms-field-container select {
	padding-left: 14px;
	padding-right: 14px;
	background: #ffffff;
	height: var(--wpforms-field-size-input-height);

	border: 1px solid var(--border_color);
}
#wpforms-154 .wpforms-field-container textarea {
	height: 2.5rem;
}
#wpforms-154 .wpforms-field-container fieldset ul {
	padding: 0 2px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#wpforms-154 .wpforms-field-container select {
	cursor: pointer;
}
#wpforms-154 .wpforms-field-container .wpforms-datepicker-wrap {
	width: 310px;
}
#wpforms-154 .wpforms-field-container .wpforms-datepicker-wrap input {
	width: 100%;
	max-width: 100%;
}
#wpforms-154 .wpforms-field-container .wpforms-datepicker-clear {
	right: 10px;
}
#wpforms-154 .wpforms-field-container em.wpforms-error,
#wpforms-154 .wpforms-field-container .mailcheck-error {
	position: absolute;
	margin: 0 0;
	bottom: -2px;
}

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

#wpforms-154 .wpforms-submit-container {
	width: 440px;
}
#wpforms-154 .wpforms-submit-container button {
	width: 100%;
	background: var(--wzjb);
	color: #fff;
	cursor: pointer;
	height: 53px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#wpforms-154 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
	display: none;
}
#wpforms-154 .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) {
	.wpforms333333 {
		padding: 0.2rem;
		width: 100%;
		margin-top: 0.1rem;
	}
	#wpforms-154 .wpforms-field-container>.wpforms-field {
		width: 100% !important;
		margin-bottom: 0.1rem;
	}

	#wpforms-154 {
		--wpforms-field-size-input-height: 42px;
	}
}
@media screen and (max-width:560px) {
	#wpforms-154 .wpforms-submit-container {
		width: 140px;
	}
	#wpforms-154 .wpforms-submit-container button {
		padding: 0;
	}
}
.iclist {}
.iclist ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.2rem 0;
}

.iclist ul li {
	width: 33.33%;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.iclist ul li:last-child {
	width: 100%;

}
.iclist ul li img {
	height: 0.5rem;
}
.iclist ul li p {
	margin: 0.2rem 0;
	text-transform: capitalize;
}
.iclist ul li h6 {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.iclist ul {}
	.iclist ul li {
		width: 48%;
		box-sizing: border-box;
	}
	.iclist ul li .img {
		height: 0.3rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.iclist ul li {
		width: 100%;
	}
}
.share2 iconify-icon {
	color: #999;
}
.cmap {
	height: 7.17rem;
}

.cmap iframe {
	height: 100%;
	width: 100%;
}

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

	.cmap {
		height: 3.5rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





.hide {
	display: none;
}





/* search results list */

.in_search_list {

	margin-bottom: 0.2rem;

}

.in_search_list a {

	background: #F5F5F5 !important;

}

.in_search_list {

	overflow: hidden;

}

.in_search_list li {

	box-sizing: border-box;

	border: 1px solid var(--border_color);

	margin-bottom: 0.26rem;

}

.in_search_list a {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	padding: .2rem;

}

.in_search_list .img {

	width: 2.2rem;

	position: relative;

	overflow: hidden
}

.in_search_list .img::before {

	content: "";

	display: block;

	padding-bottom: 80%
}

.in_search_list .img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover
}

.in_search_list .txt {

	width: calc(100% - 2.6rem);

	margin-left: auto;

	box-sizing: border-box;

}

.in_search_list h2 {

	font-size: 0.18rem;

	color: #212121;

	font-weight: bold;

	position: relative;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}

.in_search_list h6 {

	margin: .1rem 0;

	font-size: 0.14rem;

	color: #666;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}

.in_search_list i {

	display: inline-block;

	padding: .06rem .1rem;

	font-size: 0.13rem;

	color: var(--i_color);

	background: #EDEDED;

	-webkit-border-radius: .04rem;

	border-radius: .04rem;

	box-sizing: border-box;

}

.in_search_list li:hover {

	border-color: var(--i_color);

}

.in_search_list li:hover h2 {

	color: var(--i_color);

}

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

	.in_search_list h2 {

		font-size: 0.15rem;

	}

	.in_search_list h6 {

		font-size: 0.13rem;

	}

	.in_search_list i {

		font-size: 0.12rem;

	}

}

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

	.in_search_list li {

		padding-bottom: 0.2rem;

		margin-bottom: 0.2rem;

		border: none;

		border-bottom: 1px solid var(--border_color);

	}

	.in_search_list a {

		padding: 0;

	}

	.in_search_list .img {

		width: 1.2rem;

	}

	.in_search_list .txt {

		width: calc(100% - 1.5rem);

	}

	.in_search_list .txt i {

		display: none;


	}


	.in_search_list h2 {

		font-size: 0.14rem;

	}

}

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


.vd_box {

	display: none;

	position: fixed;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;

}

.i_a_btn {

	background: var(--liner_color);

}

.vd_box::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}

.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}

.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

	left: 50%;

	font-size: 0.44rem;

	color: #FFF;

	-webkit-transform: translate(-50%, -50%) rotate(45deg);

	transform: translate(-50%, -50%) rotate(45deg)
}

.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}

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

	.iabout .tit h6 {

		margin: 0 auto;

	}

	.iabout .tit p {

		text-align: center;

		margin: 0 auto;

	}

	.i_ab .btn {

		margin: 0 auto;

	}

	.vd_box {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}

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

	.vd_box {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}

.i_tit {
	text-align: center;
}


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



article h2 {
	padding-left: 0.18rem;
	border-left: 2px solid var(--i_color);
}