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

	--wzjb: linear-gradient(to bottom, #fff, var(--i_color));
	--bjs: #f6f6f6;

	--border_color: rgba(51, 51, 51, 0.2);
	--border_color2: #eee;



	--all_height: calc(var(--top_height) + var(--top2_height));
	--active_color: #0b338a;


	--box-shaow: rgba(1, 77, 245, 0.35) 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;
	/* 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: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:1200px) {
	nav {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.language .p1 {
		background: #fff !important;
	}
	.language p::after {
		content: none !important;
	}
}

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





@media screen and (max-width:1024px) {
	.top2 {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		background: #fff;
	}
	.full_header {
		display: block !important;
	}
}
.logo {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	border-right: .01rem solid var(--border_color);
	padding: 0 30px;
}
.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: 52%;
		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);
		padding-right: 60px;
		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-left: 60px;
		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: 65px;
	}
	nav>.menu-item-has-children:hover .sub-menu {
		/* display: block; */
	}
	nav>.menu-item-has-children>a {
		position: relative;
		padding-right: 20px;
	}
	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: 18px;
		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 10px;
	}

	.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: 30px;
	/* background: #f3f3f3; */

	margin-right: 60px;
}
.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; */


}
.top_search_ipt {
	width: 130px;
	height: var(--search_height);
	box-sizing: border-box;
	/* padding: 0 0 0 12px; */
	background: #f3f3f3;
	padding-left: 10px;
}
.top_search_btn {
	font-size: 0;
	width: var(--search_height);
	height: var(--search_height);
	background: var(--i_color2) url(static/imgs/search.png) no-repeat center;
	background-size: 14px;
	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);

	border-right: .01rem solid var(--border_color);
	border-left: .01rem solid var(--border_color);
	padding: 0 20px;
	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;
	width: 100px;
	height: var(--top1_height);
	display: flex;
	align-items: center;
	justify-content: left;
	color: #666;
	/* 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 iconify-icon {
	color: #fff;
	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: calc(100vh - var(--top2_height));
}
.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: .4rem;
	left: 14%;
	transform: translateX(-50%);
	display: none;
}
.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;
}

@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 {
		/* display: none; */
	}
}
@media screen and (max-width:768px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 44%;
	}
}
@media screen and (max-width:560px) {
	.banner_list .swiper-slide::before {
		padding-bottom: 54%;
	}
	.banner-pagination {
		bottom: .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_text .txt {
	text-align: center;
}


.banner_text p {

	/* background: var(--i_color); */
}
.banner_text h6 {
	font-size: 54px;
	/* font-weight: bold; */
	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 {
	/* font-weight: bold; */
}

@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_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;
	position: relative;
	background: var(--tms1);
	border: .01rem solid var(--i_color);
}

.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: var(--i_color);
	-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);
}
.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: 8px 15px;
	}
	.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: 36px;
	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: 30px;
}
.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/jxs.png) 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: 18px;
	color: #222;
	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.dis2 h3 {
		margin-bottom: 20px;
	}

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

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

}









/* cate */
/* 选项卡样式 */

.pcates .wraps {
	background: url(static/imgs/catebj.webp) no-repeat center;
	background-size: cover;
}
.pcates .xxk {
	margin: 0 auto;
}

.pcates .tab-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: end;
}

.pcates .tab {
	padding: .3rem 0;
	width: 33.33%;
	cursor: pointer;
	border-bottom: none;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	z-index: 99;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}

.pcates .tab::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: -1;
}

.pcates .tab.active {
	background-color: var(--i_color);
	height: .6rem;
}

.pcates .tab.active::before {
	height: 100%;
}

.pcates .tab-content {}

.pcates .content {
	display: none !important;

}

.pcates .content .txtbox {
	border-top: .01rem solid rgba(255, 255, 255, .5);
	border-bottom: .01rem solid rgba(255, 255, 255, .5);

}

.pcates .content.active {
	display: block !important;
}


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

	.pcates .tab.active {
		height: auto;
	}

	.pcates .tab {
		padding: 10px 0;
	}
	.pcates .tab {
		width: 100%;
	}

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




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


.pcates .box .right {
	width: 42.5%;
	box-sizing: border-box;
}

.pcates .box .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pcates .box .left {
	width: 56%;
	box-sizing: border-box;
	padding: 60px;
	box-sizing: border-box;

}

.pcates .box .left p {
	display: block;
	width: 92%;
	overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;

}

.pcates .box .left .txt2 {
	display: none;
}


.pcates .box .left .txt2.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) {
	.pcates .box .right,
	.pcates .box .left {
		width: 100%;
	}

	.pcates .box .left {
		padding: 20px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




.product-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 0rem;
}

.grid-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
	overflow: hidden;
}


.grid-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: 9;
	-webkit-transition:all .5s ease; transition:all .5s ease;
}
.grid-item:not(:last-child):hover p{
color: var(--i_color);
}
.grid-item:not(:last-child):hover .btn{
	background: var(--i_color);
}

.grid-item:not(:last-child):hover .btn b{
	color: #fff;
}

.nw{
	flex-wrap: nowrap;
}

.nw iconify-icon{
	font-size: 0.24rem;
}

.nw.as iconify-icon{
	margin-top: 0.05rem;
}

.grid-item:nth-child(1)::before{
		background: url(https://lingjuimg.com/wp-content/uploads/heduanzhinengey/2025/06/bjs-2.webp) no-repeat center;
		background-size: cover;
}

.grid-item:nth-child(2)::before{
	background: url(https://lingjuimg.com/wp-content/uploads/heduanzhinengey/2025/06/bjs-3.webp) no-repeat center;
	background-size: cover;
}

.grid-item:nth-child(3)::before{
	background: url(https://lingjuimg.com/wp-content/uploads/heduanzhinengey/2025/06/bjs-4.webp) no-repeat center;
	background-size: cover;
}

.grid-item:nth-child(4)::before{
	background: url(https://lingjuimg.com/wp-content/uploads/heduanzhinengey/2025/06/bjs-1.webp) no-repeat center;
	background-size: cover;
}

.grid-item:not(:nth-child(2)) {
	height: 3.41rem;

}

.grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grid-item:nth-child(2) {
	grid-row: span 2;
}
.grid-item .img {
	position: relative;
	padding-bottom: 60%;
}
.grid-item .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.grid-item .txt {
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 999;
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}
.grid-item:last-child {
	background: var(--i_color);
}

.grid-item:last-child:hover::before,.grid-item:last-child:hover{
}

.grid-item:last-child:hover .btn{
	background: #fff;
}

.grid-item:last-child:hover .btn b{
color: var(--i_color);
}


.grid-item:last-child:hover p{
}


.grid-item:last-child::before {
	background:var(--i_color);
}

.grid-item:last-child img {
	opacity: 0;
}

.grid-item:last-child p {
	color: #fff;
}

.grid-item:last-child h6 {
	color: #fff;
	display: none;
}

.grid-item:last-child .btn {
	border-color: #fff;
}

.grid-item:last-child .btn b {
	color: #fff;
}

.grid-item:last-child .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.grid-item:hover:nth-child(2) {}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.product-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
		gap: 0rem;
	}

	.product-list li {
		height: 4rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.numlist {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
	gap: .1rem 0;
}


.numlist li {
	width: 20%;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
}


.numlist li img {
	height: 72px;
}

.numlist li p {
	margin-bottom: 5px;
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.numlist li {
		width: 49%;
		border: .01rem solid var(--border_color);
		box-shadow: rgba(0, 0, 0, 0.13) 0rem .02rem .38rem 0rem;
	}

	.numlist li img {
		height: 35px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}





.video_boxs {}


.video_boxs {
	position: relative;
}

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

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

.video_boxs .imgs img {
	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) {

	.numlist {
		align-items: unset;
	}
	.video_boxs .imgs img {
		height: 50px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

@keyframes zoom {
	0% {
		transform: translate(0, -50%) scale(1);
	}
	50% {
		transform: translate(0, -50%) scale(1.2);
	}
	100% {
		transform: translate(0, -50%) scale(1);
	}
}

@keyframes zoom2 {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}


@keyframes zoom3 {
	0% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.2);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}



/* iforms */

/* ul>li左图右文 */
.formbox {
	margin-top: -80px;
	position: relative;
}
.formbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(static/imgs/lsbj.webp) no-repeat center;
	background-size: cover;
	padding: 60px 40px;
	box-sizing: border-box;
	align-items: center;
}

.formbox .wrap .left {
	width: 44%;
}



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

	.formbox .wrap {
		padding: 20px;
	}

	.formbox .wrap .left {
		width: 100%;
		margin-bottom: 20px;
	}

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


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

#wpforms-164 .wpforms-field-container {}
#wpforms-164 .wpforms-field-container>.wpforms-field {
	width: 100%;
	padding: 0 .01rem .2rem;
	margin: 0 0 .1rem;
	overflow-x: initial !important
}

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

#wpforms-164 .wpforms-field-container .wpforms-field>input,
#wpforms-164 .wpforms-field-container textarea,
#wpforms-164 .wpforms-field-container select,
#wpforms-164 .wpforms-field-container .choices {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;
	height: var(--wpforms-field-size-input-height);
	color: #fff;
}
#wpforms-164 .wpforms-field-container .wpforms-field>input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
#wpforms-164 .wpforms-field-container .wpforms-field>input,
#wpforms-164 .wpforms-field-container textarea,
#wpforms-164 .wpforms-field-container select {
	padding-left: .14rem;
	padding-right: .14rem;
	background: transparent;
	height: var(--wpforms-field-size-input-height);

	border: none;
	border-bottom: .01rem solid rgba(255, 255, 255, 1);
}
#wpforms-164 .wpforms-field-container textarea {
	height: 50px;
}
#wpforms-164 .wpforms-field-container textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
#wpforms-164 .wpforms-field-container fieldset ul {
	padding: 0 .02rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#wpforms-164 .wpforms-field-container select {
	cursor: pointer;
}
#wpforms-164 .wpforms-field-container .wpforms-datepicker-wrap {
	width: 3.1rem;
}
#wpforms-164 .wpforms-field-container .wpforms-datepicker-wrap input {
	width: 100%;
	max-width: 100%;
}
#wpforms-164 .wpforms-field-container .wpforms-datepicker-clear {
	right: .1rem;
}
#wpforms-164 .wpforms-field-container em.wpforms-error,
#wpforms-164 .wpforms-field-container .mailcheck-error {
	position: absolute;
	margin: 0 0;
	bottom: -0.02rem;
}

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

#wpforms-164 .wpforms-submit-container {
	width: 3rem;
}
#wpforms-164 .wpforms-submit-container button {
	width: 100%;
	background: #fff;

	color: var(--i_color);
	cursor: pointer;
	height: var(--wpforms-field-size-input-height);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#wpforms-164 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: .04rem;
	z-index: 2;
	display: none;
}
#wpforms-164 .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) {

	#wpforms-164 .wpforms-submit-container{
		width: auto;
	}
}
@media screen and (max-width:768px) {
	#wpforms-164 .wpforms-field-container>.wpforms-field {
		width: 100% !important;
		margin-bottom: 10px;
	}

	#wpforms-164 {
		--wpforms-field-size-input-height: .42rem;
	}
}
@media screen and (max-width:560px) {

	#wpforms-164 .wpforms-submit-container {
		width: auto;

	}

	#wpforms-164 .wpforms-submit-container button {
		padding: 0;
	}
}




.whyus {}
.whyus .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: .2rem 0%;
}


.whyus .p3_list li {
	width: 33.333%;
	box-sizing: border-box;
}
.whyus .p3_list li .img {
	position: relative;
	padding-bottom: 64%;
	overflow: hidden;
}

.whyus .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;
}
.whyus .p3_list li .txt {
	box-sizing: border-box;
	background: url(static/imgs/wbj.webp) no-repeat center;
	background-size: cover;
}

.whyus .p3_list li:nth-child(1) .txt {
	padding-top: 20px;
	padding-right: 20px;
}

.whyus .p3_list li:nth-child(2) .txt {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.whyus .p3_list li:nth-child(2) .txt {}
.whyus .p3_list li:nth-child(3) .txt {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


.whyus .p3_list li .txt p {

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

}
.whyus .p3_list li .txt h6 {

	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 4; */

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

.whyus .p3_list li:hover p {}
.line {
	height: .03rem;
	width: 2rem;
	background: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.whyus .p3_list li .txt p {
		padding-top: 0;
	}

	.whyus .p3_list li .txt {
		padding-top: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}


	.whyus .p3_list li {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.whyus .p3_list li .img {
		order: -5;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

.inews {
	background: url(static/imgs/nbj.png) no-repeat center;
	background-size: cover;
}
.inews .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;

}
.inews .wraps .img {}
.inews .wraps .left {
	display: block;
	width: 49%;
	overflow: hidden;
}

.inews .wraps .left .img {
	position: relative;
	padding-bottom: 61.23%;
	overflow: hidden;
}


.inews .wraps .left .txt {
	padding: 20px 0;
}

.inews .wraps .left img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.inews .wraps .right {
	width: 47%;

}

.inews .wraps .right .img {
	width: 36%;
	position: relative;
	padding-bottom: 22%;
	overflow: hidden;
}

.inews .wraps .right .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.m10 {
	margin: 10px 0;
}


.inews .wraps .right li {
	padding: 40px 0;
	border-top: .01rem solid rgba(255, 255, 255, .24);
	border-bottom: .01rem solid rgba(255, 255, 255, .24);
}

.inews .wraps .right li:nth-child(1) {
	border-top: none;
	padding-top: 0;
}


.inews .wraps .right li a {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.inews .wraps .right li a .txt {
	width: 61%;
}
.line05 {
	width: 100%;
	height: .01rem;
	background: rgba(255, 255, 255, .24);
}

.inews .txt p {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.f08 {
	color: rgba(255, 255, 255, .8);
}

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

.inews .wraps .right li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.inews .wraps .left:hover .btn {
	background: var(--i_color);
	border-color: var(--i_color);
}
.inews .wraps .left:hover .btn b {
	color: #fff;
}

.inews .wraps .right li:hover .btn {
	background: var(--i_color);
	border-color: var(--i_color);
}
.inews .wraps .right li:hover .btn b {
	color: #fff;
}
.inews .wraps .left:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.inews .wraps .left .txt {
		padding: 10px;
	}
	.inews .wraps .right li a {
		margin-bottom: 15px;
	}
	.inews .wraps .left {
		width: 100%;
		margin-bottom: 20px;
	}
	.inews .wraps .right {
		width: 100%;
	}
	.inews .wraps .right li {
		padding: 10px 0 !important;
		border: none !important;
	}
	.inews .wraps .right li .img {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 61%;
	}
	.inews .wraps .right li {}

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


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

.certsbox .wrap .tit {
	width: 50%;
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.certsbox .wrap .tit {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* footer */
footer {
	background: url(static/imgs/fbj.webp) no-repeat center;
	background-size: cover;
}
footer .ftbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
footer .fbox2 {
	border-bottom: .01rem solid rgba(255, 255, 255, 0.2);

}

footer .outbox {}
.iconsss {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 .3rem;
}
.iconsss li {}
.tda {
	text-transform: uppercase !important;
}
.iconsss li a {
	box-sizing: border-box;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	flex-shrink: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.iconsss li a iconify-icon {
	font-size: 32px;
	color: #999;
}
.iconsss li a:hover {
	/* background: var(--i_color); */
}
.iconsss li a:hover iconify-icon {
	color: var(--i_color);
}
.fnlist {}
.fnlist dl {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fnlist dl {
	box-sizing: border-box;
}
/* .fnlist dl dt:nth-child(3){
	width: 15%;
} */
.fnlist dl dt:nth-child(1) {
	width: 34%;
}
.fnlist dl dt:nth-child(1) {}
footer .bt {
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 40px;
	font-weight: bold;
	padding-bottom: 40px;
	border-bottom: .01rem solid #fff;
}
footer dt span {
	display: block;
	margin-bottom: 10px;
}

.f08 {
	color: rgba(255, 255, 255, .8) !important;

}
footer dt a {
	color: rgba(255, 255, 255, .8);
	font-size: 20px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	margin-bottom: 15px;
	display: inline-block;
}
footer dt a:hover {
	text-decoration: underline;
	color: var(--i_color);
}
.privacy {
	background: #000;
}
.privacy p {
	color: rgba(255, 255, 255, 0.6);
}
.privacy p a {
	color: rgba(255, 255, 255, 0.6);
}
.privacy p a:hover {
	text-decoration: underline;
}
footer .ftbox img {
	height: 54px;
}
footer .ftbox>h6 {
	text-align: end;
}
.fz36 {
	font-size: 36px;
}
.wz222 {
	color: #222;
}
@media screen and (max-width:1440px) {
	.fz36 {
		font-size: 30px;
	}
}
@media screen and (max-width:1366px) {
	.fz36 {
		font-size: 25px;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.fnlist dl dt:nth-child(1) img {
		height: 50px;
	}
	.iconsss li a iconify-icon {
		font-size: 26px;
	}
	footer .ftbox>h6 {
		text-align: start;
	}
	footer .ftbox>h6 br {
		display: none;
	}
	.fz36 {
		font-size: 22px;
	}
	.iconsss li a {}
	footer dt span {
		margin-bottom: 0;
	}
	.iconsss li a iconify-icon {}
	.fnlist dl dt {
		width: 100% !important;
	}
	.fnlist dl dt:not(:first-child) {
		display: none;
	}

	.fnlist dl dt:last-child {
		display: block;
	}
}
@media screen and (max-width:768px) {

	.privacy {
		margin-bottom: 41px;
	}
	footer .ftbox img {
		margin-bottom: 20px;
		height: 35px;
	}
	.iconsss {
		width: 100%;
	}
}
@media screen and (max-width:560px) {}



.fimgbox .img {
	width: 1.06rem;
	height: 1.06rem;
	flex-shrink: 0;
}


.fimgbox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-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) {


	.fimgbox .img {
		width: .8rem;
		height: .8rem;
	}
}
@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 img {
	width: 100%;
	object-fit: cover;
}
.in_pagebanner p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* .in_pagebanner.bannertop {
	background: url(static/imgs/bjs1.webp) no-repeat center;
	background-size: cover;
} */


.in_pagebanner::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -0.01rem;
	width: 100%;
	height: .01rem;
	background: var(--i_color);

}
.p_category::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -0.01rem;
	width: 100%;
	height: .01rem;
	bottom: .6rem;

}
.p_category .newcate {
	border-bottom: none;
	border-bottom: 1px solid var(--border_color);

}

.newcate {
	gap: .2rem .6rem;
}
.newcate li {
	width: 20%;
	padding: 30px 0;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	text-align: center;
	overflow: hidden;
}
.newcate li a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newcate li::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -0.01rem;
	width: 0%;
	height: .04rem;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}

.newcate li::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: .02rem;
	width: 0;
	height: 0;
	border-left: .06rem solid transparent;
	border-right: .06rem solid transparent;
	border-bottom: .06rem solid var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	transform: translateY(40px);

}

.newcate li:hover::after {
	transform: translate(0);
}

.newcate li.active::after {
	transform: translate(0);

}

.newcate li:hover::before {
	width: 100%;
}
.newcate li:hover a {
	color: var(--i_color);
}
.newcate li.active a {
	color: var(--i_color);
}
.newcate li.active::before {
	width: 100%;
}
@media screen and (max-width:1440px) {
	.p_category .newcate {
		border: .01rem solid var(--border_color);
	}
	.p_category::before {
		display: none;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.newcate li::after{
		bottom: 0;
	}
	.newcate li {
		width: auto;
	}
	.newcate {
		gap: .2rem;
	}
	.newcate li {
		padding: 10px;
	}
	.newcate li::before {
		height: .02rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



/* Breadcrumb */
.in_position {
	padding: 20px 0;
	background: transparent;
	position: relative;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 20%;
}
.in_position .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_position a {
	display: block;
	font-size: .15rem;
	color: #fff;
	position: relative;
	line-height: .2rem;
	text-transform: capitalize
}
.in_position a:first-child {
	padding-left: 26px;
}
.in_position a:first-child::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: .18rem;
	height: .18rem;
	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 .04rem;
	color: #fff
}
.in_position a:last-child {
	color: #fff !important
}
.in_position a:hover {
	color: var(--i_color)
}
@media screen and (max-width:1024px) {
	.in_position {
		display: none;
	}

	.in_position {
		padding: 16px 0;
	}
	.in_position a {
		font-size: .14rem
	}
}
@media screen and (max-width:560px) {
	.in_position {
		padding: 12px 0;
	}
	.in_position a {
		font-size: .13rem
	}
}





/* Breadcrumb */
.in_position2 {
	padding: 20px 0;
	background: #F1F1F1;
	position: relative;
}
.in_position2 .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_position2 a {
	display: block;
	font-size: .15rem;
	color: #333;
	position: relative;
	line-height: .2rem;
	text-transform: capitalize
}
.in_position2 a:first-child {
	padding-left: 26px;
}
.in_position2 a:first-child::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: .18rem;
	height: .18rem;
	background: url(static/imgs/fz2.png) no-repeat center;
	background-size: contain;
}
.in_position2 a:not(:last-child):after {
	content: ">";
	margin: 0 .04rem;
	color: #555
}
.in_position2 a:last-child {
	color: var(--i_color) !important
}
.in_position2 a:hover {
	color: var(--i_color)
}
@media screen and (max-width:1024px) {
	.in_position2 {
		padding: 16px 0;
	}
	.in_position2 a {
		font-size: .14rem
	}
}
@media screen and (max-width:560px) {
	.in_position2 {
		padding: 12px 0;
	}
	.in_position2 a {
		font-size: .13rem
	}
}






.productslist {}
.productslist .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: .4rem 2%;
}


.productslist .p3_list li {
	width: 32%;
	box-sizing: border-box;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
}





.btnsbox {
	padding: 12px 0;
	border: .01rem solid var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


.btnsbox iconify-icon {
	font-size: 25px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


.productslist .p3_list li:hover .btns {
	background: var(--i_color);
	color: #fff;

}




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

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

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

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

.productslist .p3_list li:hover p {}

.hline {
	height: .01rem;
	width: 100%;
	background: var(--border_color);
}

.productslist .p3_list li:hover {
	box-shadow: rgba(0, 0, 0, 0.13) 0rem .02rem .38rem 0rem;
}

.productslist .p3_list li:hover .btns {
	background: var(--i_color);
	color: #fff;
}



.productslist .p3_list li:hover .btnsbox{
	background: var(--i_color);
	color: #fff;
}

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

	.btnsbox{
		padding: 8px 0;
	}

	.productslist .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: 32px;
	margin: 0 4px;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 12px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	background: #f2f2f2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.in_page>i {
	margin-top: 14px;
	width: 100%;
	font-size: 13px;
	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: 40px;
	}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: 28px;
	}
	.in_page a,
	.in_page span {
		line-height: 28px;
		padding: 0 10px;
	}
}
@media screen and (max-width:560px) {
	.in_page_box {
		margin-top: 30px;
	}
}







/* ul>li左图右文 */
.desslider {}
.desslider .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: rgba(0, 71, 157, 0.05);
}

.desslider .wrap .left {
	width: 45%;
	position: relative;
}



.desslider .wrap .right {
	width: 52%;
	padding-right: 60px;
	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) {

	.desslider .wrap .right {
		padding: 10px;
	}

	.desslider .wrap .right .g20 {
		gap: 10px;
	}

	.desslider .wrap .left {
		width: 100%;
		margin-bottom: 20px;
	}

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








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


.sharebox {
	justify-content: end;

}
.sharebox iconify-icon {
	font-size: 32px;
	color: #666;
}

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




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

.description .wraps .left {
	width: 74%;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
}
.des_title {
	padding-bottom: 20px;
	border-bottom: .01rem solid var(--border_color);
	position: relative;
	margin-bottom: 20px;
}


.des_title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0.01rem;
	width: 20%;
	height: .03rem;
	background: var(--i_color);

}


.description .wraps .right {
	width: 24%;
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
	border: .01rem solid var(--border_color);
}


.description article h2 {
	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) {

	.description .wraps .left {
		width: 100%;
		margin-bottom: 20px;
		padding: 0.2rem;
	}

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




/* .zfx */
.zfx {
	width: .16rem;
	height: .16rem;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: .01rem solid var(--border_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx iconify-icon {
	display: block;
	font-size: 12px;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


.zfx.br {
	border-radius: 10rem;
	overflow: hidden;
}


.zfx.line {
	background: transparent;
	border: .01rem solid var(--i_color);
}

.zfx.line iconify-icon {
	color: var(--i_color);
}

.zfx.line:hover {
	background: var(--i_color);
}
.zfx.line:hover iconify-icon {
	color: #fff;
	display: block;
}


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



.line3 {
	background: #333;
	height: .01rem;
	width: 100%;
}

.cates2 a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .2rem;
	padding: 30px 0;
	box-sizing: border-box;

}
.cates2 dt {
	border-bottom: .01rem solid var(--border_color);

}
.cates2 dt:last-child {
	border-bottom: none;
}

.cates2 p {
	display: block;
	width: 85%;
}


.cates2 dt.active p {
	color: var(--i_color);
	font-weight: bold;
}


.cates2 dt.active .zfx {
	background: var(--i_color);
	border-color: var(--i_color);
}

.cates2 dt.active .zfx iconify-icon {
	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) {

	.cates2 a {
		padding: 15px 0;
	}


}
@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: .1rem;
	border-bottom: .01rem solid rgba(0, 0, 0, 0.12);
	align-items: center;
}
.n_t .tag p {}
.n_t .tag li a {
	padding: .1rem .18rem;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: table;
	border-radius: .05rem;
	background: #fff;
}
.n_t .tag li a:hover {
	color: #fff;
	background: var(--i_color);
}
.n_p {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n_p li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 10px;
}
.n_p .img {
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: .01rem solid var(--i_color);
	flex-shrink: 0;
}
.n_p .img iconify-icon {
	color: var(--i_color);
	font-size: 20px;
}
.n_p a:hover iconify-icon {
	color: #fff;
}
.n_p a:hover .img {
	background: var(--i_color);
}
.n_p a p {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.desboxs {
		padding: 10px;
	}
	.n_t .tag li a {
		padding: 5px 10px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

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

.related_list .swiper-slide .img {
	position: relative;
	padding-bottom: 75%;
	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: 20px;
	box-sizing: border-box;
}
.related_list li:hover {
	box-shadow: rgba(0, 0, 0, 0.13) 0rem .02rem .38rem 0rem;
}
.related_list li:hover .btnsbox {
	background: var(--i_color);
	color: #fff;
}
.related_list li:hover p {
	color: var(--i_color);
}
.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 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.related_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.related-prev,
.related-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	height: 40px;
	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: 30px;
	color: #FFF;
}
.related_list .swiper-button-disabled {
	cursor: not-allowed
}
.related-prev:hover,
.related-next:hover {
	background: var(--i_color);
}

.related-pagination {
	margin-top: 30px;
	text-align: center
}
.related-pagination .swiper-pagination-bullet {
	width: 76px;
	height: 1px;
	display: inline-block;
	margin: 0 .06rem;
	background: rgba(0, 0, 0, 0.4);
	outline: none;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.related-pagination .swiper-pagination-bullet-active {
	height: .03rem;
	background: var(--i_color);
}

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


	.related-pagination{
		margin-top: 0;
	}

	.related-pagination .swiper-pagination-bullet {
		width: .3rem;
	}
	.related-prev,
	.related-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


/* about */



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

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

.about_box .wrap .right {
	width: 42%;
}
.about_box .numlist li {
	justify-content: start;
	text-align: start;
	width: 47%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {


	.about_box .numlist li{
		text-align: center;

	}
	.about_box .numlist li .flex{
		justify-content: center;
	}

	.about_box .wrap .left {
		width: 100%;
		margin-bottom: 20px;
	}

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





.video_boxs {}


.video_boxs .wrap {
	position: relative;
}

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

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


.video_boxs .wrap .imgs img {
	height: 126px;
	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 .wrap .imgs img {
		height: 45px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.jbbj {
	background: url(static/imgs/abjb.webp) no-repeat center;
	background-size: 100% 80%;
}





.adv_list {}


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


.adv_list li .img {
	width: 50%;
	position: relative;
	padding-bottom: 30%;
	overflow: hidden;
}

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

.adv_list li .txt {
	width: 50%;
	box-sizing: border-box;
	padding: 30px;
	flex: 1;
	padding-top: 60px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.adv_list li:hover .txt {
	background: rgba(0, 71, 157, 0.08);
}


.adv_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


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

.adv_list li:hover .line333 {
	background: var(--i_color);
}

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

.adv_list li .txt i {
	font-size: 72px;
	font-family: 'Pb', sans-serif;
	margin-right: 20px;
	position: relative;

}

.adv_list li .txt i::before {
	content: '';
	position: absolute;
	bottom: .12rem;
	right: -0.14rem;

	width: 50%;
	height: 50%;
	background: #fff;
	border-left: .01rem solid #666;
	transform: skew(-55deg);


	z-index: 9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}


.adv_list li:nth-child(odd) .img {
	order: 5;
}


.line333 {
	width: 1.8rem;
	height: .02rem;
	background: #333;
}


@media screen and (max-width:1440px) {
	.adv_list li .txt i {
		font-size: 60px;
	}
}
@media screen and (max-width:1366px) {
	.adv_list li .txt i {
		font-size: 50px;
	}
}
@media screen and (max-width:1200px) {
	.adv_list li .txt i {
		font-size: 40px;
	}
}
@media screen and (max-width:1024px) {
	.adv_list li .txt i {
		font-size: 30px;
	}
	.adv_list li {
		margin-bottom: 10px;
		background: #f7f7f7;
	}

	.adv_list li .img {
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 75%;
	}

	.adv_list li .txt {
		width: 100%;
		padding: 20px;
	}

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





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

.expbox .wrap .jtbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;

}

.expbox .wrap .jtbox img {
	margin: 0 auto;
}


.expbox .wraps .img {
	width: 3.5rem;
	height: 2rem;
	padding-left: .9rem;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.expbox .wraps .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.expbox .wraps:hover .img {
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}
.expbox .wraps .left {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 20px;
	text-align: end;

}


.expbox .wraps {
	position: relative;
}


.expbox .wraps::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: .01rem;
	height: 100%;
	background: var(--border_color);

}


.expbox .wraps:hover p {
	color: var(--i_color);
}


.expbox .wraps:hover p::before {
	/* background: var(--i_color); */
}

.expbox .wraps:hover h6 {
	color: var(--i_color);
}


.expbox .wraps .left p {
	position: relative;
	box-sizing: border-box;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
	gap: 0 20px;
	padding-right: .9rem;
}

.expbox .wraps .left p::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	width: .7rem;
	height: .01rem;
	background: var(--border_color);

}


.expbox .wraps .left p::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -0.22rem;
	width: .1rem;
	height: .1rem;
	background: #333;
	border-radius: 1rem;
	z-index: 222;

}

.expbox .wraps:nth-child(even) .left {
	order: 2;
}

.expbox .wraps:nth-child(even) .left {
	text-align: start;
	border-right: none;
}

.expbox .wraps:nth-child(even) .left p {
	justify-content: start;
	padding-left: .9rem;

}
.expbox .wraps:nth-child(odd) .left .img {
	padding-right: .9rem;
}

.expbox .wraps:nth-child(even) .left p::after {
	left: 0;

}
.expbox .wraps:nth-child(even) .left p::before {

	right: auto;
	left: -0.22rem;

}



.expbox .wraps:nth-child(even) .left .img {
	margin-right: auto;
	margin-left: 0;
}

.expbox .wraps:nth-child(even) .right h6 {
	margin-right: 80px;
	margin-left: auto;
	text-align: end;
}





.expbox .wraps .left .img {
	margin-left: auto;
}


.expbox .wraps .right {
	width: 50%;
	box-sizing: border-box;

}

.expbox .wraps .right h6 {
	margin-left: 80px;
}
.fz90 {
	font-size: 90px;
}

@media screen and (max-width:1440px) {
	.fz90 {
		font-size: 70px;
	}
}
@media screen and (max-width:1366px) {

	.fz90 {
		font-size: 50px;
	}
}
@media screen and (max-width:1200px) {

	.fz90 {
		font-size: 40px;
	}
}
@media screen and (max-width:1024px) {

	.expbox .wraps .left {
		width: 100%;
		margin-bottom: 20px;
	}

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




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

	.expbox .wraps .right h6 {
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
	}

	.expbox .wraps::after {
		content: none !important;
	}



	.expbox .wrap .jtbox img {
		height: 0.3rem;
	}

	.expbox .wraps .left {
		width: 100%;
	}

	.expbox .wraps .left p {
		overflow: hidden;
		padding: 0 !important;
	}


	.expbox .wraps .right {
		width: 100%;
	}
	.expbox .wraps:nth-child(even) .left {
		order: -2;
	}

	.expbox .wraps .left .img {
		margin: 0;
		width: 100%;
		height: 200px;
		padding: 0;
	}

	.expbox .wraps .left p {
		justify-content: start;
	}





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




.envlist {}
.envlist .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1.4%;
}


.envlist .p3_list li {
	width: 31.4%;
	box-sizing: border-box;
	padding: 0.1rem;
	box-sizing: border-box;
	background: #f6f6f6;
}
.envlist .p3_list li .img {
	position: relative;
	padding-bottom: 72%;
	overflow: hidden;
}
.envlist .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;
}
.envlist .p3_list li .txt {
	padding: 0.15rem;
	box-sizing: border-box;
	text-align: center;
}
.envlist .p3_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

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

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

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

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

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



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


.brandbox .wrap {
	position: relative;
}






/* blogos */
.brand {}
.i_blogs_list {
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.i_blogs_list2 {
	background: #fff;
}
.i_blogs_list3 {}
.i_blogs_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.i_blogs_list .swiper-slide {
	flex-shrink: 0;
	background: #fff;

	position: relative;
	padding-bottom: 10%;
	border: 1px solid var(--border_color);
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-sizing: border-box;
}
.i_blogs_list .swiper-slide:hover {
	border: 1px solid var(--i_color);
}
.i_blogs_list .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.i_blogs-prev,
.i_blogs-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: .4rem;
	height: .4rem;
	background: rgb(0 0 0 / 60%);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none
}
.i_blogs-prev {
	left: 0;
}
.i_blogs-next {
	right: 0;
}
.i_blogs-prev iconify-icon,
.i_blogs-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: .3rem;
	color: #FFF;
}
.i_blogs_list .swiper-button-disabled {
	cursor: not-allowed
}
.i_blogs-prev:hover,
.i_blogs-next:hover {
	background: var(--i_color);
}
.i_blogs-pagination {
	text-align: center
}
.i_blogs-pagination .swiper-pagination-bullet {
	width: .08rem;
	height: .08rem;
	display: inline-block;
	margin: 0 2px;
	background: #CCC;
	border-radius: 500px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.i_blogs-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
	width: 45px;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.i_blogs_list .swiper-slide {
		/* padding-bottom: 7%; */
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.i_blogs-pagination {
		margin-top: 0;
	}
	.i_blogs_list .swiper-slide {
		padding-bottom: 20%;
	}
}





.applist {}
.applist .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 1.25%;
}


.applist .p3_list li {
	width: 32.5%;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
.applist .p3_list li .img {
	position: relative;
	padding-bottom: 106%;
	overflow: hidden;
}

.applist .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;
}
.applist .p3_list li .txt {
	box-sizing: border-box;
	height: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: #fff;

}




.applist .p3_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}
.applist .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;
	display: none;

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

.applist .p3_list li:hover p {}

.btnboxxx {
	display: none;
}
.applist .p3_list li .hline {
	display: none;
}
.applist .p3_list li:hover .btnboxxx {
	display: block;
}

.applist .p3_list li:hover .txt h6 {
	display: block;

}
.applist .p3_list li:hover .hline {
	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) {

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


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


.nlists .p3_list li {
	width: 49%;
	box-sizing: border-box;
	background: #fff;
}
.nlists .p3_list li:hover p{
color: var(--i_color);
}




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

.nlists .p3_list li .img .numboxs {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 0.05rem 0.4rem;
	text-align: center;
}



.nlists .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;
}
.nlists .p3_list li .txt {
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}
.nlists .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;

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

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

.nlists .p3_list li:hover p {}


.nlists .p3_list li:hover .numboxs{
	background: var(--i_color);
}

.nlists .p3_list li:hover .ccc{
	color: #fff !important;
}

.nlists .p3_list li:hover span{
	color: #fff !important;

}

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

	.nlists .p3_list li .img .numboxs {
		padding: 0.1rem 0.2rem;
	}

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





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

.faq_list .wrap .left {
	width: 20%;
}

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

.faq_list .wrap .right {
	width: 80%;
	padding: 0.15rem;
	box-sizing: border-box;
	position: relative;
}


.faq_list .wrap .right::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: -30px;
	width: 1px;
	height: 100%;
	border-left: 1px dashed var(--border_color);

}


.faq_list .wrap .right dl {
	padding: 0.1rem 0.3rem;
	box-sizing: border-box;
	background: #fff;

}

.faq_list .wrap .right dt {
	padding: 0.2rem 0;
	border-bottom: 1px solid var(--border_color);
}


.faq_list .wrap .right li {
	margin-bottom: 0.2rem;
}

.faq_list .wrap .right li img {
	height: 0.5rem;
}

.faq_list .wrap .right li p {}

.faq_list .wrap .right li h6 {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

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

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






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

.contacts .wrap .left {
	width: 36%;
}



.contacts .wrap .right {
	width: 55%;
}

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

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

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




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

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

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

#wpforms-149 .wpforms-field-container .wpforms-field>input,
#wpforms-149 .wpforms-field-container textarea,
#wpforms-149 .wpforms-field-container select,
#wpforms-149 .wpforms-field-container .choices {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;
	height: var(--wpforms-field-size-input-height);
	border: none;
	border-bottom: 1px solid var(--border_color);
}


#wpforms-149 .wpforms-field-container .wpforms-field>input::placeholder {
	color: #333;
}
#wpforms-149 .wpforms-field-container .wpforms-field>input,
#wpforms-149 .wpforms-field-container textarea,
#wpforms-149 .wpforms-field-container select {
	padding-left: 14px;
	padding-right: 14px;
	background: transparent;
	height: var(--wpforms-field-size-input-height);
}
#wpforms-149 .wpforms-field-container textarea {
	height: 1.5rem;
}
#wpforms-149 .wpforms-field-container fieldset ul {
	padding: 0 2px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
#wpforms-149 .wpforms-field-container select {
	cursor: pointer;
}
#wpforms-149 .wpforms-field-container .wpforms-datepicker-wrap {
	width: 310px;
}
#wpforms-149 .wpforms-field-container .wpforms-datepicker-wrap input {
	width: 100%;
	max-width: 100%;
}
#wpforms-149 .wpforms-field-container .wpforms-datepicker-clear {
	right: 10px;
}
#wpforms-149 .wpforms-field-container em.wpforms-error,
#wpforms-149 .wpforms-field-container .mailcheck-error {
	position: absolute;
	margin: 0 0;
	bottom: -2px;
}

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

#wpforms-149 .wpforms-submit-container {
	width: 300px;
}
#wpforms-149 .wpforms-submit-container button {
	width: 100%;
	background: var(--i_color);
	color: #fff;
	cursor: pointer;
	height: var(--wpforms-field-size-input-height);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#wpforms-149 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px;
	z-index: 2;
	display: none;
}
#wpforms-149 .wpforms-submit-container button:hover {
	opacity: 0.5;
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {
	#wpforms-149 .wpforms-field-container>.wpforms-field {
		width: 100% !important;
		margin-bottom: 0.1rem;
	}

	#wpforms-149 {
		--wpforms-field-size-input-height: 42px;
	}
}
@media screen and (max-width:560px) {

	#wpforms-149 .wpforms-submit-container {
		width: auto;
	}

	#wpforms-149 .wpforms-submit-container button {
		padding: 0;
	}
}




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

.maps .wraps .left {
	width: 59%;
	font-size: 0;
	height: 620px;
}



.maps .wraps .left iframe {
	width: 100%;
	height: 100%;
}

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

.maps .wraps .right {
	width: 37%;
}

.maps .wraps .right .iconsss {
	margin-top: 0.45rem;
	padding-top: 0.45rem;
	border-top: 1px solid var(--border_color);
}

.maps .wraps .right .iconsss iconify-icon {
	color: #333;
}


.maps .wraps .right .iconsss iconify-icon:hover {
	color: var(--i_color)
}


.maps .wraps .right iconify-icon {
	font-size: 0.28rem;
	margin-bottom: 0.05rem;
}

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


	.maps .wraps .right .iconsss {
		margin-top: 0.2rem;
		padding-top: 0.2rem;
	}
	.maps .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
		height: 3.5rem;
	}

	.maps .wraps .right {
		width: 100%;
	}
}
@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;
}
.prs{
	width: 90%;
	margin: 0 auto;
}
.abboxs{
		background: url(https://lingjuimg.com/wp-content/uploads/heduanzhinengey/2025/06/组-198947@1x1.png) no-repeat center;
		background-size: cover;
}

.f05{
	color: rgba(255, 255, 255, .6);
}



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

	.language{
		border: none;
	}

	nav>.menu-item-has-children>a{
		/* padding-right: 0; */
	}

	.language{
		padding: 0.1rem;
	}

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

	nav{
		margin-left: 0.2rem;
	}

	nav>.menu-item-has-children>a{
		/* padding-left: 0; */
	}

	.top_search{
		margin-right: 0.2rem;
	}
}


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

	nav>li>a{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {}
@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: right;

	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: #999;

	background: transparent;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

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

	overflow: hidden;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	color: #999;

}

.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;
	}
	.in_page {
		justify-content: center;
	}
}
