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

	/* 副颜色 */
	--top2_height: 1rem;
	/* 顶部高度 */
	--top_height: .48rem;
	--liner-color: linear-gradient(to right, var(--i_color), #8ECC96);
	--wzjb: linear-gradient(to bottom, #fff, var(--i_color));
	--bjs: #f6f6f6;
	--border_color: #E5E5E5;
	--border_color2: #eee;
	--all_height: calc(var(--top_height) + var(--top2_height));
	--active_color: #0b338a;


	--box-shaow: rgba(1, 77, 245, 0.35) 0px 10px 40px 0px;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1336px) {
	:root {
		--top_height: 0rem;
	}
}
@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) {
	:root {
		--top2_height: .3rem;

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

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

	.wrap_l {
		width: 1600px;
		max-width: 94vw;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.wrap_r {
		width: 1600px;
		max-width: 94vw;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
	.wrap2 {
		width: 1400px;
		max-width: 94vw;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:1336px) {}
@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: .1rem;
}
.top .toptxt li a {
	margin-right: .35rem;
}
.top .toptxt li iconify-icon {
	font-size: .22rem;
	color: #FFF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.top .toptxt li iconify-icon:hover {
	color: var(--i_color);
}
@media screen and (max-width:1024px) {
	.top {
		display: none;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
}




.top2 {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;

}

.top2 {
	position: absolute;
	top: 0;
}

.top2.TopHeader {
	position: fixed;
	left: 0;
	top: 0;

}
.top2_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--all_height);
	box-sizing: border-box;
	box-sizing: border-box;
}
.full_header {
	height: var(--top2_height);
	display: none !important;
}
.full_header2 {
	height: var(--all_height);
}

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

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

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





@media screen and (max-width:1024px) {
	.top2 {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
		background: #fff;
	}
	.full_header {
		display: block !important;
	}
}
.logo {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
}
.logo img {
	max-height: 90%;
	object-fit: cover;
}
/* Mobile nav button */
.nav_menu {
	position: absolute;
	width: 22px;
	height: 16px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: var(--i_color);
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: var(--i_color);
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}
.nav_menu.on i {
	opacity: 0
}
.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}
.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}
@media screen and (max-width:1024px) {
	.nav_menu {
		right: 18px;
	}
	.nav_menu {
		display: block !important
	}
	.logo img {}

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


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


	.top2 {
		position: relative;
	}

	header>img {
		position: absolute;
		top: 0;
		z-index: 9999999;
	}


	.top2::before {
		/* content: ''; */
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: .06rem;
		background: url(static/imgs/bd.webp) no-repeat center;
		background-size: cover;
		z-index: 9999999;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}


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






	.outs {
		flex: 1;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		height: var(--top_height);
		box-sizing: border-box;
		align-items: center;
		justify-content: end;
		gap: 0;
		padding-right: .4rem;
		box-sizing: border-box;
	}


	.outs ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		gap: 0 20px;
		align-items: center;
		margin-right: 0.3rem;
	}

	.outs>ul a {
		color: #666;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	.outs>ul a:hover {
		color: var(--i_color);
		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: 1.6rem;
		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: .6rem;
		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: .65rem;
	}
	nav>.menu-item-has-children:hover .sub-menu {
		/* display: block; */
	}
	/* nav>.menu-item-has-children>a {
		position: relative;
		padding-right: .2rem;
	}
	nav>.menu-item-has-children>a::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		right: 0;
		width: .1rem;
		height: .1rem;
		background: url(static/images/xl.png) no-repeat center;
		background-size: contain;
	} */
	nav>li>a {
		display: block;
		font-size: .18rem;
		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: 15px;
		left: 50%;
		transform: translate(-50%);
		height: 3px;
		width: 0%;
		background: var(--i_color);
		border-radius: 100px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}

	nav>li>a:hover::after {
		width: 100%;

	}
	nav>.current-menu-item>a::after {
		width: 100%;

	}
	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:1px solid var(--i_color); */
	}
	nav .sub-menu {
		display: none;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		border-top: 2px solid var(--i_color);
		background: #FFF;
		min-width: 1.6rem;
		overflow: hidden;
		z-index: 3;
	}
	.nav_industry .sub-menu {
		display: none !important;
	}
	nav .sub-menu li {
		position: relative;
		border-bottom: 1px solid var(--border_color);
	}
	nav .sub-menu li::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -0.16rem;
		width: .14rem;
		height: .14rem;
		background: url(static/images/public/arrow/double/arrow_r_w.svg) no-repeat center;
		background-size: contain;
	}
	nav .sub-menu a {
		display: block;
		text-align: center;
		padding: 0 .3rem;
		font-size: .15rem;
		color: #666;
		line-height: .36rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	nav .sub-menu li:hover {
		background: var(--i_color);
	}
	nav .sub-menu li:hover::before {
		left: .1rem;
	}
	nav .sub-menu li:hover a {
		color: #FFF;
	}
	nav .sub-menu li,
	nav .sub-menu li::before,
	nav .sub-menu a {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}
}

.oc02 {
	opacity: 0.2;
}
.logo2 {
	display: none;
}
.top2 {
	/* overflow-x: hidden; */
}
.top2 {
	position: relative;

}


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

}


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

	nav>li:not(:first-child) {
		margin-left: .5rem;
	}
}
@media screen and (max-width:1336px) {

	.top2::after {
		display: none;
	}
}
@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:1336px) {



	.flexbox2 {
		display: none;
	}
	nav>li>a {
		font-size: .19rem;
	}

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


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

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

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

	.language {}

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

	.logo2 {
		display: block;
	}

	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: 1px solid var(--border_color);
		background: #FFF;
		z-index: 2
	}
	nav .sub-menu {
		position: static;
		transform: none;
	}
	/*滚动条*/
	nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}
	nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	nav>.menu-item-has-children span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		box-sizing: border-box;
		background: rgb(0 0 0 / 3%) url(static/images/public/arrow_d_b.svg) no-repeat center;
		background-size: .18rem;
	}
	nav>.menu-item-has-children span.on {
		background: rgb(0 0 0 / 3%) url(static/images/public/arrow_u_b.svg) no-repeat center;
		background-size: .18rem;
	}


	nav>li>a {
		padding: 0 .2rem;
		font-size: .14rem;
		color: #666;
		line-height: .4rem;
	}
	nav>li>.sub-menu {
		display: none
	}
	nav>li>.sub-menu li {
		position: relative;
	}
	nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .14rem;
		color: #555;
		line-height: .4rem;
		position: relative;
		text-align: left;
	}
	nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}
	nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	nav>li>.sub-menu b.on {
		background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	nav .sub-menu .sub-menu {
		display: none;
	}
	nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}
	nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
.top_search {
	--search_height: .4rem;

}
.top_search {
	/* margin: 0 .1rem 0 0; */
}
.top_search form {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: hidden;
	border: .01rem solid var(--border_color);
	overflow: hidden;
	border-radius: 10rem;


}

.top_search_ipt::placeholder {}
.top_search_ipt {
	width: 1.4rem;
	height: var(--search_height);
	box-sizing: border-box;
	background: #fff;
	padding-left: .2rem;
	box-sizing: border-box;
}
.top_search_btn {
	font-size: 0;
	width: var(--search_height);
	height: var(--search_height);
	background: url(static/imgs/search.png) no-repeat center;
	background-size: .24rem;
	cursor: pointer;
	position: relative;
	border-radius: none;
	box-sizing: border-box;

}


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

	.top_search_ipt {
		width: 1rem;
	}


}



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

	.top_search_btn {
		background-size: .18rem;

	}
	.top_search {
		--search_height: .3rem
	}
	.top_search {
		margin-left: .2rem;
		margin-right: .1rem;
		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: .7rem;
	}
}
.language {
	position: relative;
	display: none;
	height: var(--top2_height);


	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	/* margin-right: .1rem; */
}

.language .p1 {
	display: block;
	height: var(--top1_height);
	display: flex;
	align-items: center;
	justify-content: left;
	color: #666;
	/* background: #f3f3f3; */
	/* padding: .1rem; */
	box-sizing: border-box;
	gap: .1rem;
}
.language .p2 {
	display: none;
	padding-left: .3rem;
	padding-right: .2rem;
	background: red;
	position: relative;
}
.language p {
	font-size: .16rem;
	color: var(--i_color);
	position: relative;
	/* padding-left: .3rem;
	padding-right: .2rem; */
	line-height: var(--top_height);
	cursor: pointer;
}
.language p.on {
	color: var(--i_color);
}
.language p::after {
	/* content: ''; */
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 85%;
	width: .2rem;
	height: .2rem;
	/* background: url("static/images/global.png") no-repeat center; */
	background-size: cover;
	z-index: 99999;

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

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

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

}

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

	.logo {
		margin-right: 0;
	}

	.outs {
		background: #fff;
		display: none !important;

	}

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

		padding: 0;

		border: none;
		margin-right: .2rem;
	}

	.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: .3rem;
	}

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




.iconbox2 {}


.iconbox2 iconify-icon {
	color: #666;
	font-size: .2rem;
}


/* 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: 7.5rem;
}
.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: .64rem;
	height: .64rem;
	border: 1px 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: .3rem;
	color: #FFF;
}
.banner_list .swiper-button-disabled {
	cursor: not-allowed
}
.banner-prev:hover,
.banner-next:hover {
	background: var(--i_color);
	border: 1px solid var(--i_color);
}
.banner-pagination {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 18%;
	transform: translate(-50%, 0);


}
.banner-pagination .swiper-pagination-bullet {
	border-radius: 10rem;
	overflow: hidden;
	width: 100px;
	height: 2px;
	display: inline-block;
	margin: 0 5px;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.banner-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)no-repeat center;
	background-size: cover;

}

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

	.banner-pagination {
		left: 50%;
	}
}
@media screen and (max-width:1336px) {}
@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_text .fz26{
		display: none;
	}

	.banner_text1 .txt {
		/* width: 100% !important; */
	}

	.banner-pagination {
		bottom: 20px;
	}

	.banner-pagination .swiper-pagination-bullet {
		margin: 0 6px;
		width: .2rem;
	}


	.banner_list .imgs2 img {
		height: 60px;
	}




	.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 .swiper-pagination-bullet {
		margin: 0 6px;
		width: .2rem;
	}
}


.fb {
	font-family: 'popb';
}


.tlist {
	width: 50%;
}


.tlist .flex {}





.tlist dt {
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 10px;
}





.tlist dt {}



.tlist .imgbox {
	gap: 0 60px;
}






.bannertop {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 130px;
}
.bannertop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}





.banner_text {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	left: 0;

	width: 100%;

}

.banner_text1 {
	/* top: 34%; */
}
.banner_text1 .txt {
	text-align: center;
	width: 34%;
}


.banner_text p {

	/* background: var(--i_color); */
}
.banner_text h6 {
	font-size: .72rem;
	/* font-weight: bold; */
}


.va {
	color: var(--i_color);
}

.banner_text1 {}

.banner_text1 p {
	display: inline-block;

	position: relative;
	padding: .2rem .4rem;
	box-sizing: border-box;
	background: var(--i_color3);
	border-radius: 10rem;

}

.br5 {
	border-radius: .05rem;
}


.banner_text1 h6 {
	position: relative;
}

.reddot {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 60px;
}


.reddot dt {
	text-transform: capitalize;
}




.banner_text2 p {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}



.fff {
	color: #fff !important;
}


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

	.banner_text h6 {
		font-size: .5rem;
	}
}
@media screen and (max-width:1336px) {

	.banner_text h6 {
		font-size: .4rem;
	}
}
@media screen and (max-width:1200px) {

	.banner_text h6 {
		font-size: .3rem;
	}
}
@media screen and (max-width:1024px) {

	.banner_text h5 {
		/* display: none; */
	}

	.bannertop {
		height: 50px;
	}
	.banner_text1 .txt {
		text-align: start;
	}
	.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: .15rem;
		margin-bottom: .25rem;
	}

	.banner_text1 p img {
		height: .1rem;
	}

	.banner_text2 p::before {
		width: 80%;
	}

	.banner_text1 .imgbox h5 {
		display: none;
	}

	.banner_text1 .imgbox .img {
		height: .3rem;
		width: .3rem;
	}


	.banner_text h6 {
		font-size: .25rem;
	}

	.banner_text h6 br {
		display: none;
	}


	.banner_text p br {
		display: none;
	}

	.banner_text2 p span {
		align-items: center;
	}
	.banner_text2 p span .i2 {
		display: none;
	}

	.banner_text1 p img {
		display: none;
	}

	.banner_text1 .imgbox {
		display: none;
	}
}
@media screen and (max-width:768px) {

	.banner_text3 p {
		padding-left: 0;
	}

	.banner_text2 p img {
		display: none;
	}
	.banner_text p::before {
		width: 100%;
		display: none;
	}

	.banner_text1 p {
		gap: .1rem;
	}

	.banner_text1 p {}

	.banner_text h6 {
		font-size: .2rem;

	}

	.banner_text3 p i {
		font-size: .16rem;
	}
}
@media screen and (max-width:560px) {}





.mb10 {
	margin-bottom: 10px;
}
.btn {
	display: table;
	position: relative;
	background: transparent;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: .05rem;
	position: relative;
	background: var(--tms1);
	border: 1px solid var(--i_color);
}

.btn .yxbtn {
	width: 54px;
	height: 54px;
	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: 1px solid var(--i_color);
}

.btn:hover .yxbtn iconify-icon {
	color: var(--i_color);
}
 */
.btn {
	border-radius: 0rem;
	overflow: hidden;
}
.btn b {
	display: block;
	padding: .1rem .25rem;
	font-size: .2rem;
	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 .15rem;
	text-transform: capitalize;

}

.btn b.fff {
	color: #fff;
}

.btn b.fff img {
	filter: contrast(0) brightness(20);
}
.btn b iconify-icon {
	font-size: .35rem;
}
.btn.black {
	border-color: var(--i_color2)
}
.btn.black::before {
	background: #000;
}
.btn.black b {
	color: var(--i_color2);
}
.btn.center {
	margin-left: auto;
	margin-right: auto;
}
.btn.nb:hover {
	background: var(--i_color);
	-webkit-transform: skew(-20deg) translate(0, -8px);
	transform: skew(-20deg) translate(0, -8px);
}
.btn:hover {
	/* -webkit-transform: translate(0, -8px);
	transform: translate(0, -8px); */
	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: 1px 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, -8px);
	transform: translate(0, -8px);
}
.btn.wb {
	border: 1px 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: 1px solid #fff;
}
.btn.fff1:hover {
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
}
.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: 1px 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: 1px solid var(--i_color);
	background: transparent;

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


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



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

	.btn b {
		padding: .06rem .1rem;
	}
	.btn b .yxbtn {
		width: 35px;
		height: 35px;
	}

	.btn b .yxbtn img {
		height: .15rem;
	}

	.btn b iconify-icon {
		font-size: .2rem;
	}
	.btn.mt60 {
		margin-top: .1rem;
	}
	.btn b {
		/* padding: 8px 20px; */
		font-size: 12px;
	}
}
@media screen and (max-width:768px) {
	.btn b {
		margin-right: auto;
	}
}
@media screen and (max-width:560px) {}






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

.pub-pagination {
	display: block;
	text-align: center
}


.pub-pagination .swiper-pagination-bullet {
	border-radius: 10rem;
	overflow: hidden;
	width: 100px;
	height: 2px;
	display: inline-block;
	margin: 0 5px;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.pub-pagination.hs .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.3);
}
.pub-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
	background-size: cover;
}

.pub-pagination.hs .swiper-pagination-bullet-active {
	background: var(--i_color);
	background-size: cover;
}


























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

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









.productscate {
	background: url(static/imgs/catebj.webp) no-repeat center;
	background-size: cover;
}
.p_cate {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: .3rem 1.5%;
}

.p_cate li {
	width: 23.875%;
	box-sizing: border-box;
}

.p_cate li .img {
	position: relative;
	padding-bottom: 116%;
	overflow: hidden;
	border-radius: .1rem;
}

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

.p_cate li .txt {
	padding: 15px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 8%;
}

.p_cate li .btn {}
.p_cate li .btn b {}

.p_cate li .txt p {

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

.p_cate li .txt h6 {
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

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

.p_cate li .btn {
	opacity: 0;
}


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

.p_cate li:hover .btn {
	opacity: 1;
}

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

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


/* 公共标题 */
.tfff {
	color: #fff !important;
}
.tit {}
.tit p {}
.tit h3 {
	font-size: .46rem;
	margin-bottom: 10px;
	position: relative;
	font-family: 'popb';
	z-index: 22;
	line-height: 1;
	margin: 30px 0;
	padding-left: 40px;
	display: inline;
	text-transform: capitalize;
}
.tit h3::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 72px;
	height: 91px;
	background: url(static/imgs/btlogo.webp) no-repeat center;
	background-size: cover;
	z-index: -2;
}
.tit h6 {
	font-size: .18rem;
	color: #3d3d3d;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	gap: 0 .1rem;
	align-items: center;
	/* text-transform: capitalize; */
}
.tit.h3topb h6 {
	color: #666;
	width: 30%;
	margin: 30px 0;
	width: 100%;
}
.tit.dis {
	display: flex;
	justify-content: center;
	align-items: center;
}
.tit.center h6 {
	justify-content: center;
}
.wz999 {
	color: #999;
}
.wz666 {
	color: #666;
}
.tit h3 i {
	color: var(--i_color);
	font-weight: inherit;
}

.tit.flexs {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.tit.center h3,
.tit.center h6,
.tit.center h5 {
	text-align: center;
}
.tit.center h5 {
	color: #999;
}
.tit.center h3 {
	margin: .2rem 0;
}
.tit.dis2 {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.tit.dis2 h6 {
	margin-bottom: .05rem;
}
.tit span {
	width: 87%;
}
.tit h5 {
	color: #333;
}
.tit.black {}
.tit.black h6 {
	color: var(--i_color2);
	width: 40%;
}
.tit.black h3 {
	color: var(--i_color2);
	width: 100%;
}
.tit.black p {
	color: var(--i_color2);
}
@media screen and (max-width:1440px) {
	.tit h3 {}
	.tit h3 {
		font-size: .35rem;
	}
}
@media screen and (max-width:1336px) {}
@media screen and (max-width:1200px) {
	.tit h3 {
		padding-left: 0 !important;
		margin: 0px 0;
		margin-bottom: 0;
	}
	.tit h3::before {
		display: none;
	}
	.tit h3 {
		font-size: .3rem;
	}

	.tit h6 {
		margin-top: 20px;
	}
}
@media screen and (max-width:1024px) {


	.tit h3 {}
	.tit h3 br {
		display: none;
	}
	.tit.dis2 h6 br {
		display: none;
	}
	.tit.dis2 h6 {
		margin-bottom: .15rem;
	}
	.tit h3 img {
		height: .3rem;
	}
	.tit span {
		width: 100%;
		/* margin-bottom: .2rem; */
	}
	.tit.dis2 {
		flex-wrap: wrap;
	}
	.tit.center h3 {
		margin: .1rem 0;
	}
	.tit.dis2 h6 {
		gap: 0 .1rem;
	}
	.tit h6 img {
		height: .18rem;
	}
	.tit p {
		font-size: 16px;
	}
	.tit h3 {
		font-size: 20px;
	}
	.tit h6 {
		font-size: 14px;
	}
}
@media screen and (max-width:768px) {
	.tit.dis {
		flex-direction: column;
		gap: .2rem;
		align-items: flex-start;
	}
	.tit.dis span {
		width: 100%;
	}
	.tit.dis h6 {
		padding: 10px 0;
		width: 100%;
	}
	.tit {
		width: 100%;
	}
}
@media screen and (max-width:560px) {
	.tit.dis {
		display: block;
	}
}

















.cus_swipers {
	position: relative;

	background: url(static/imgs/productsbj.webp) no-repeat center;
	background-size: cover;
}
.cus_swipers .cus_list {
	position: relative;
	overflow: hidden
}
.cus_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;

}
.cus_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}

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

.cus_list .swiper-slide .txt {
	padding: 20px;
	box-sizing: border-box;


}

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

.cus_list .swiper-slide .txt h6 {}

.cus_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.cus_list .swiper-slide:hover p {
	color: var(--i_color);
}

.cus_list .swiper-slide:hover .btn b {
	color: #fff;
	background: var(--i_color);
}

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

.cus-pagination {
	display: block;
	margin-top: 30px;
	text-align: center
}
.cus-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 .06rem;
	background: #CCC;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.cus-pagination .swiper-pagination-bullet-active {
	background: var(--i_color)
}

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

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






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

.main_abouts .wraps .left {
	width: 51%;
}

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

.main_abouts .wraps .right {
	width: 46%;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1336px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

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

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




.video_boxs {}


.video_boxs .wraps2 {
	position: relative;
}

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

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


.video_boxs .wraps2 .imgs img {
	height: 45px;
	animation: zoom2 1.5s infinite alternate;
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1336px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.video_boxs .wraps2 .imgs img {
		height: 35px;
	}
}
@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-around;
	gap: .1rem 0;
}


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

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

.fz64 {
	font-size: 64px;
}
@media screen and (max-width:1440px) {

	.fz64 {
		font-size: 54px;
	}
}
@media screen and (max-width:1336px) {
	.fz64 {
		font-size: 34px;
	}
}
@media screen and (max-width:1200px) {

	.fz64 {
		font-size: 24px;
	}
}
@media screen and (max-width:1024px) {
	.numlist {
		padding-top: 0;
	}

	.numlist img {
		height: 0.3rem;
	}
	.numlist li {
		width: 100%;
		padding: 0;
		margin-bottom: 0.1rem;
		/* border: 1px solid #d8d8d8; */
		/* padding: 0.2rem; */
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.vrbox {
	height: 450px;
	width: 100%;
}

.vrbox iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}





.app_swipers {
	position: relative;
	background: url(static/imgs/appbj.webp) no-repeat center;
	background-size: cover;
}
.app_swipers .app_list {
	position: relative;
	overflow: hidden
}
.app_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;

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

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

.app_list .swiper-slide .txt {
	padding: 0.2rem;
	box-sizing: border-box;
	background: #fff;
}

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

.app_list .swiper-slide .txt h6 {}

.app_list .swiper-slide:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.app_list .swiper-slide:hover .txt {
	background: var(--i_color);
	color: #fff;
}
.app_list .swiper-slide:hover iconify-icon {
	color: #fff;
}

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

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

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




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

.advbox .wraps .left {
	width: 32%;
}

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

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

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

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

/* .zfx */
.zfx {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx.w5 {
	width: 55px;
	height: 55px;
}
.zfx iconify-icon {
	font-size: 0.24rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.zfx.br {
	border-radius: 1000px;
	overflow: hidden;
}
.zfx.line {
	background: #fff;
	border: 1px solid var(--i_color);
}
.zfx.line iconify-icon {
	color: var(--i_color);
}
.zfx.line:hover {
	background: var(--i_color);
}
.zfx.line:hover iconify-icon {
	color: #fff;
}
.zfx.center {
	margin: 0 auto;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.zfx.w5 {
		width: 35px;
		height: 35px;
	}
	.zfx {
		width: 30px;
		height: 30px;
	}
	.zfx iconify-icon {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.adv_swipers {
	position: relative;
}
.adv_swipers .adv_list {
	position: relative;
	overflow: hidden
}
.adv_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.adv_list .swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	text-align: center;
}
.adv_list .swiper-slide:nth-child(1) {
	background: rgba(243, 250, 242, 1);
}
.adv_list .swiper-slide:nth-child(2) {
	background: rgba(240, 246, 255, 1);
}
.adv_list .swiper-slide:nth-child(3) {
	background: rgba(252, 246, 242, 1);
}

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

.adv_list .swiper-slide .txt {
	padding: 0.6rem 0.3rem 1rem 0.3rem;
	box-sizing: border-box;
}

.adv_list .swiper-slide .txt p {}

.adv_list .swiper-slide .txt h6 {}




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

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

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

	.adv_list .swiper-slide .txt img {
		height: 0.5rem;
	}
	.adv_list .swiper-slide .txt {
		padding: 0.2rem;
	}
	.adv-prev,
	.adv-next {
		display: none;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

.inews {
	background: url(static/imgs/nbj.webp) 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 {
	border: 1px solid #d8d8d8;
}
.inews .wraps .left {
	display: block;
	width: 42.5%;


}

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


.inews .wraps .left .txt {
	padding: 0.2rem;
}

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

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 3%;

}
.m10 {
	margin: 0.1rem 0;
}

.inews .wraps .right li {
	width: 48.5%;
	margin-bottom: 0.25rem;
}

.inews .wraps .right .img {
	width: 100%;
	position: relative;
	padding-bottom: 75%;
	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;
}

.inews .wraps .right li a {}

.inews .wraps .right li a .txt {
	width: 100%;
}


.inews .right .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0.1rem 0;
}

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


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

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


.inews .wraps .left:hover .img img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}


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


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.inews .wraps .left .txt {
		padding: 0.1rem;
	}
	.inews .wraps .right li a {
		margin-bottom: 0.15rem;
	}
	.inews .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.inews .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* footer */
footer {}

.footerBox {
	background: #EBEBEB no-repeat center;
	background-size: cover;
}

.footer_top {}

.ft_top {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 0 6%;
}

.ftt_logo {
	width: 20%;
}

.ftt_logo img {
	max-width: 2.4rem;
}

.ftt_logo p {
	margin-bottom: 0.2rem;
}

.ft_top dt {
	max-width: 100%;
}

.f_nav {}

.f_tit {
	margin-bottom: 0.3rem;
	font-weight: bold;
	white-space: nowrap;
}

.f_nav a {
	display: block;
	padding: 10px 0;
	font-size: 0.18rem;
}

.f_nav a:hover {
	text-decoration: underline;
}

.ftt_con {
	/* width: 16%; */
}

.fMedia {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 0.24rem;
}


.fMedia a {
	border-radius: 1000px;
	background: rgba(28, 120, 255, 0.2);
	display: block;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

.fMedia iconify-icon {
	font-size: 0.2rem;
}
.fMedia a:hover iconify-icon {
	color: var(--i_color);
}

.f_qr {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.3rem;
	position: relative;
}
.f_qr p {
	margin-bottom: 4px;
	font-size: 14px;
	color: #666;
}
.f_qr img {
	height: 1rem;
}

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

.ft_bottom li {
	width: 30%;
	display: flex;
	color: #fff;
}

.ft_bottom li iconify-icon {
	font-size: 0.22rem;
	margin-right: 0.1rem;
	margin-top: 0.05rem;
}

.ft_bottom li a {
	display: block;
	color: #fff;
	font-weight: bold;
	transition: all 0.4s ease;
}

.ft_bottom li a:hover {
	color: var(--i_color);
}

.f_cr {
	background-color: rgb(0 0 0 / 5%);
}
.f_cr p,
.f_cr a {
	font-size: 16px;
	line-height: 1.5;
}
.f_cr a:hover {
	color: var(--i_color);
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.ftt_logo {
		width: 100%;
	}
	.ftt_logo img {
		max-width: 1.8rem;
	}
	.ft_top .ftt_menu {
		display: none;
	}
	.ft_bottom {
		gap: 0.25rem 0;
	}
	.ft_bottom li {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.ftt_logo img {
		max-width: 0.4rem;
	}
	.f_tit {
		margin-bottom: 0.1rem;
	}
	.f_qr {
		margin-top: 0.15rem;
	}
	.ft_top {
		flex-wrap: wrap;
		gap: 0.25rem 0;
	}
}
.hfsbox {
	background: url(static/imgs/hfbanner.webp) no-repeat center;
	background-size: cover;
}
.in_pagebanner {
	font-size: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.in_pagebanner img {
	width: 100%;
	object-fit: cover;
}
.in_pagebanner p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Breadcrumb */
.in_position {
	padding: .2rem 0;
	background: rgba(0, 0, 0, 0.05);
	position: relative;
}
.in_position .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.in_position a {
	display: block;
	font-size: 15px;
	color: #333;
	position: relative;
	line-height: 20px;
	text-transform: capitalize
}
.in_position a:first-child {
	padding-left: 0.26rem;
}
.in_position a:first-child::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 18px;
	height: 18px;
	background: url('static/imgs/fz.webp') no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {
	content: ">";
	margin: 0 4px;
	color: #555
}
.in_position a:last-child {
	color: var(--i_color) !important
}
.in_position a:hover {
	color: var(--i_color)
}
@media screen and (max-width:1024px) {
	.in_position {
		padding: .16rem 0;
	}
	.in_position a {
		font-size: 14px
	}
}
@media screen and (max-width:560px) {
	.in_position {
		padding: .12rem 0;
	}
	.in_position a {
		font-size: 13px
	}
}
/* ul>li左图右文 */
.products_list {}
.products_list .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.products_list .wrap .left {
	width: 21%;
}

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

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

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

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






.p_nav_list {
	padding: 0.3rem;
	background: #fff;
}
.p_nav_list .li2 {
	border-bottom: none;
}
.p_nav_list li {}
.p_nav_list li {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 0.1rem;
	border-bottom-right-radius: 0.1rem;
}
.p_nav_list .curr .cat_name {}
.p_nav_list .curr {
	/* background: var(--btn_color2); */
}
.p_nav_list .currs {
	background: transparent !important;
}
.p_nav_list .cat_name {
	height: 60px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.noborder a {
	border-top: 1px solid transparent !important;
}
.p_nav_list .cat_name:last-child {}
.p_nav_list li:last-child .cat_name {}
.p_nav_list .cat_name:nth-child(1) {}
.p_nav_list .cat_name:nth-child(1) {}
.p_nav_list .aa {
	background-color: #EEEEEE;
}
.p_nav_list .cat_name b {
	font-size: 0.18rem;
	color: #333;
	/* padding-left: 24px; */
	margin-right: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_nav_list .cat_name iconify-icon {
	font-size: 0.18rem;
	color: #333;
	flex-shrink: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
	box-sizing: border-box;
}
.p_nav_list .curr .cat_name iconify-icon {
	transform: rotate(-180deg);
}
.p_nav_list .curr .cat_name {
	position: relative;

}
.p_nav_list .curr .cat_name b {
	color: var(--i_color);
}
.p_nav .img {
	width: 3.5%;
	position: absolute;
	right: 0;
	top: 0;
}
.p_nav img {
	width: 100%;
}
.p_nav_list dl {
	display: none;
}
.p_nav_list .curr dl {
	display: block !important;
	background: #fff;
	overflow: hidden;

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

.p_nav_list dt a::before {
	/* content: ''; */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0.2rem;
	height: 6px;
	width: 6px;
	border-radius: 100px;
	background: #999;


}

.p_nav_list .curr>a {

	border-bottom: 1px solid transparent;
}

.p_nav_list .curr {
	border-radius: 0;
}

.p_nav_list dt a.active {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: rgba(28, 120, 255, 0.2);
}
.p_nav_list dt a:hover {
	/* padding: 0.15rem 0.5rem; */
	/* background: rgba(255, 0, 0, 0.12); */
	background: rgba(28, 120, 255, 0.2);

}
/* .p_nav_list dt a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0.2rem;
	width: 20px;
	height: 1px;
	background: var(--i_color);
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p_nav_list dt a:hover::before {
	opacity: 1;
} */
.p_nav_list dt.active a {
	/* color: var(--i_color); */
}
.p_nav_list dt.active a::before {
	/* opacity: 1; */
}
.p_nav_list dt a.active {
	color: var(--i_color);

}
.p_nav_list dt a.active::before {
	background: var(--i_color);
}

.p_nav_list dt a:hover {
	color: var(--i_color);
}

.p_nav_list dt a:hover::before {
	background: var(--i_color);

}
.p_nav_list dt a:not(:last-child) {
	border-bottom: 1px solid #EEEEEE;
}
.p_nav_list .ccc.act {
	/* display: none; */
	position: relative;
	z-index: 99999;
}
.p_nav_list .ccc {
	/* display: none; */
}
.p_nav .i_line {
	width: 100%;
	height: 2px;
	color: grey;
}
.p_nav_list dt:hover a,
.p_nav_list dt.on a {
	/* padding-left: 20px; */
}
.zwbanner {
	height: 2rem;
}
@media screen and (max-width:1440px) {
	.p_nav_list dt a {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.p_nav_list .cat_name {
		height: 48px;
	}
	.p_nav_list dt a {
		font-size: 0.14rem;
	}
	.zwbanner {
		height: 1.5rem;
	}
	.p_nav_list li {}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.p_nav_list>p {
	border-bottom: 1px solid var(--border_color);
	padding-bottom: 0.1rem;
}


.contcats {
	padding: 0.28rem;
	box-sizing: border-box;
	background: #000 url(https://lingjuimg.com/wp-content/uploads/tianhaiguangyuan/2025/07/contacts.webp) no-repeat center;
	background-size: cover;
}

.f08 {
	color: rgba(255, 255, 255, 0.8);
}

.contcats img {
	height: 0.2rem;
}
.lines {
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);

}

.contcats .zfx {
	border-color: #fff;
	background: transparent;
}

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





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


.plists .p3_list li {
	width: 32%;
	box-sizing: border-box;
	padding: 0.15rem;
	background: #fff;
	border-radius: 0.1rem;

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

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

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

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

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


.plists .p3_list li:hover .btn {
	background: var(--i_color);
}
.plists .p3_list li:hover .btn b {
	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) {

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


/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	border-radius: 5rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
}
.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}
@media screen and (max-width:1024px) {
	.in_page_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
}
@media screen and (max-width:560px) {
	.in_page_box {
		margin-top: 0.3rem;
	}
}
/* 详情 */
/* ul>li左图右文 */
.sliderbox {

	background: url(static/imgs/slider.webp) no-repeat center;
	background-size: cover;
}
.sliderbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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


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

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

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

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




.sliderbox .wrap .right h1 {
	box-sizing: border-box;
	border-bottom: 2px solid var(--border_color);
	position: relative;
}

.sliderbox .wrap .right .btn:nth-child(1) {
	background: var(--i_color);
}

.sliderbox .wrap .right .btn:nth-child(1) b {
	color: #fff;
}


.sliderbox .wrap .right h1::before {
	content: '';
	position: absolute;
	left: 0%;
	bottom: -1px;
	width: 60%;
	height: 2px;
	background: var(--i_color);

}


.contentbox {
	padding: 0.2rem;
}
.btnbox {
	border-top: 1px solid var(--i_color);
}
.share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.2rem;
	align-items: center;
}
.share a {
	width: 44px;
	height: 44px;
	border-radius: 500px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f3f3f3;


}
.share iconify-icon {
	font-size: 0.26rem;
	color: #dcdcdc;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.share a:hover iconify-icon {
	color: var(--i_color);
}
.share a:hover {
	background: rgba(28, 120, 255, 0.12);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.share {
		margin-top: 0.2rem;
	}
	.share iconify-icon {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:768px) {}

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

.lines {
	height: 1px;
	width: 100%;
	background: var(--border_color);
}


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




	.p_thumbnail_list {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);

		bottom: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		display: none;
	}
	.p_thumbnail_list {}
	.p_thumbnail_list .swiper-wrapper {
		display: -webkit-flex;
		display: flex;
		flex-direction: initial
	}
	.p_thumbnail_list .swiper-slide {
		border-width: 1px;
	}
	.thumbnail-prev,
	.thumbnail-next {
		display: none;
	}
	.p_atlas_list {
		order: -1;
		position: relative;
		width: 100%;
	}
	.p_atlas_list .swiper-slide {
		height: 0;
		padding-bottom: 100%;
	}
	.p_atlas_list .swiper-slide iframe,
	.p_atlas_list .swiper-slide video,
	.p_atlas_list .swiper-slide img {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		z-index: 9999;
	}
}
.products_list2 .right {
	padding: 0.3rem;
	box-sizing: border-box;
	background: #fff;
}

.titelbox {
	width: 100%;
	background: var(--bjs);
	box-sizing: border-box;
	padding-top: 10px;

}
.titelbox p {
	padding: 0.08rem 0.55rem;
	background: #fff;
	display: inline;
	border-top: 2px solid var(--i_color);
	box-sizing: border-box;
}


.products_list2 .right article h2 {
	color: var(--i_color);
	text-transform: capitalize;
}



.n_t {}
.n_t .tag {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	align-items: center;
}
.n_t .tag p {}
.n_t .tag li a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: table;
	background: #fff;
}
.n_t .tag li a:hover {
	color: var(--i_color);
	text-decoration: underline;
}
.n_p {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.n_p li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem 0.1rem;
}
.n_p .img {
	width: 0.38rem;
	height: 0.38rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--i_color);
	border-radius: 100px;
	flex-shrink: 0;
}
.n_p .img iconify-icon {
	color: var(--i_color);

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


.cus_swipers2 {
	background: var(--bjs);
}


.main_abouts2 article {
	height: 350px;
	overflow-x: auto;
}


/* blogos */
.brand {
	background: url(static/imgs/brandbj.webp) no-repeat center;
	background-size: cover;
}
.i_blogs_list {
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.i_blogs_list2 {}
.i_blogs_list3 {}
.i_blogs_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%
}
.i_blogs_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	padding-bottom: 9%;
	border: 1px solid var(--border_color);
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-sizing: border-box;
	background: #fff;
}
.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);
}


@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: 20%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.i_blogs-pagination {
		margin-top: 0;
	}
	.i_blogs_list .swiper-slide {}
}



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

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

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

	background: linear-gradient(to bottom, transparent, rgba(28, 120, 255, 1));
}
.sfj ul li.active .txt p {
	text-align: start;
}
.sfj ul li.active .txt h6 {
	display: block;
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.sfj ul li,
	.sfj ul li.active {
		width: 100%;
		padding-bottom: 60%;
	}

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


/* golbal */
.golbal_bac {
	box-sizing: border-box;
	padding: 0.6rem 0;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	overflow: hidden;
	background: url(static/imgs/envbj.webp) no-repeat center;
	background-size: cover;
}
/*  */
.gol_partner_box {
	margin-top: 0.6rem;
}
.gol_partner {
	position: relative;
}
.gol_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.gol_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.gol_partner_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	flex-direction: column;
	transition: width 0.3s ease;
	overflow: hidden;
	width: 20% !important;
}
.gol_partner_list .img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	height: 5.3rem;
}
.gol_partner_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}
.gol_text {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 4% 0.35rem 4%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(33, 75, 151, 0));
	transition: all 0.5s ease;
}
.gol_text p {
	font-size: 0.18rem;
	color: #fff;
}
.gol_partner_list .swiper-slide-active {
	width: 48% !important;
}
.gol_partner_list .swiper-slide-active .gol_text {
	bottom: 0%;
}
/* 指示器 */
.gol_partner .pt-pagination {
	display: none;
	text-align: center;
	margin: 0.4rem auto 0
}
.gol_partner .pt-pagination .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	background: #BBB;
	border-radius: 0%;
	outline: none
}
.gol_partner .pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: var(--i_color)
}
/* 左右箭头 */
.gol_partner .pt-button-prev,
.gol_partner .pt-button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 0.5rem;
	height: 0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index: 999;
	cursor: pointer;
	outline: none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.gol_partner .pt-button-prev iconify-icon,
.gol_partner .pt-button-next iconify-icon {
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.gol_partner .pt-button-prev {
	left: -5%;
}
.gol_partner .pt-button-next {
	right: -5%;
}
.gol_partner .pt-button-prev:hover,
.gol_partner .pt-button-next:hover {
	background-color: var(--i_color);
}
.gol_partner .pt-button-prev:hover iconify-icon,
.gol_partner .pt-button-next:hover iconify-icon {
	color: #fff;
}
@media screen and (max-width:1440px) {
	.gol_partner_list .img {
		height: 5rem;
	}
	.golbal_bac {
		padding: 0.8rem 0;
		/* margin-top: -0.8rem; */
	}
}
@media screen and (max-width:1366px) {
	.gol_partner_list .img {
		height: 4.8rem;
	}
}
@media screen and (max-width:1200px) {
	.gol_partner .pt-button-prev,
	.gol_partner .pt-button-next {
		display: none
	}
	.gol_partner .pt-pagination {
		display: block
	}
	.gol_partner_list .img {
		height: 4.5rem
	}
	.golbal_bac {
		padding: 0.3rem 0;
	}
}
@media screen and (max-width:959px) {
	.gol_partner_list .img {
		height: 4rem;
	}
	.golbal_bac {}
}
@media screen and (max-width:767px) {
	.gol_partner_box {
		margin-top: 0.4rem;
	}
	.gol_partner_list .img {
		height: 3.5rem;
	}
	.gol_text p {
		font-size: 0.16rem;
	}
	.gol_text {
		padding: 1rem 4% 0.3rem 4%;
	}
	.gol_partner_list li {
		width: 100% !important;
	}
	.gol_partner_list .swiper-slide-active {
		width: 100% !important;
	}
	.gol_partner_box {
		box-sizing: border-box;
		padding: 0 3%;
	}
	.golbal_bac {}
}
@media screen and (max-width:560px) {
	.gol_partner_list .img {
		height: 3rem;
	}
	.gol_text p {
		font-size: 0.14rem;
	}
	.gol_text {
		padding: 1rem 4% 0.2rem 4%;
	}
	.gol_partner .pt-pagination .swiper-pagination-bullet {
		width: 0.1rem;
		height: 0.1rem
	}
}


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

.certsbox .txt {
	width: 28%;
}


@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 {
		background: var(--bjs);
	}

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



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

.spbox .wraps .left {
	width: 55%;
}

.spbox .wraps .left img {
	width: 100%;
	object-fit: cover;
}

.spbox .wraps .right {
	width: 41%;
}
.spbox .wraps .right img {
	height: 0.9rem;
}

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

	.spbox .wraps .right img {
		height: 0.35rem;
	}

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

	.spbox .wraps .right {
		width: 100%;
		margin-bottom: 0.2rem;

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




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


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

	padding: 0.18rem;
	background: var(--bjs);
}
.spcase .p3_list li .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.spcase .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;
}
.spcase .p3_list li .txt {
	padding: 0.15rem;
	box-sizing: border-box;
}
.spcase .p3_list li .txt p {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.spcase .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;

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

.spcase .p3_list li:hover p {}

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

	.spcase .p3_list li {
		width: 49%;
		padding: 0.05rem;
	}

	.spcase .p3_list li p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



.newcate {
	gap: 20px 60px;
	border-bottom: 1px solid var(--border_color);
}
.newcate li {
	padding: 0.2rem 0.4rem;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.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: -1px;
	width: 0%;
	height: 2px;
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.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) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.newcate {
		gap: 20px;
	}
	.newcate li {
		padding: 0.1rem;
	}
	.newcate li::before {
		height: 2px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}




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


.newslists .p3_list li {
	width: 32%;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
	padding: 0rem 0.2rem 0.2rem 0.2rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newslists .p3_list li .img {
	position: relative;
	padding-bottom: 65%;
	overflow: hidden;
}

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

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

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

.newslists .p3_list li:hover {
	-webkit-transform: translate(0, -8px);
	transform: translate(0, -8px);
	border-color: var(--i_color);
}

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

	.newslists .p3_list {
		gap: 20px;
	}

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



.iclist {}

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

.iclist ul li {
	width: 24%;
	box-sizing: border-box;
	padding: 0.3rem 0.2rem;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.iclist ul li img {
	height: 0.5rem;
}
.iclist ul li p {
	margin: 0.1rem 0;
}
.iclist ul li h6 {}


.linebox {
	height: 1px;
	width: 100%;
	background: var(--border_color);
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

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

}

.iclist ul li:hover .linebox::before {
	width: 100%;
}

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

.mt10 {}


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

	.iclist ul li {
		width: 48%;
		box-sizing: border-box;
		align-items: center;
	}

	.iclist ul li img {
		height: 0.4rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.iclist ul li {
		width: 100%;
	}
}

.op0 {
	opacity: 0;
}


.cforms {}


.cforms .wraps {
	padding: 0.6rem 0.4rem;
	box-sizing: border-box;
	background: url(static/imgs/formbj.webp) no-repeat center;
	background-size: cover;
}


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

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

/* #wpforms-130 .wpforms-field-container .wpforms-field-label {
	height: 0;
	font-size: 0;
	margin: 0 0;
} */
#wpforms-130 .wpforms-field-container .wpforms-required-label {
	position: absolute;
	top: -3px;
	left: -3px;
	font-size: 10px;
	color: #F00;
	font-weight: bold;
}

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


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

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

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

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

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

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



.cmap {
	height: 7.16rem;
	font-size: 0;
}



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

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

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



















.hide {
	display: none;
}





/* search results list */

.in_search_list {

	margin-bottom: 0.2rem;

}

.in_search_list a {

	background: #F5F5F5 !important;

}

.in_search_list {

	overflow: hidden;

}

.in_search_list li {

	box-sizing: border-box;

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

	margin-bottom: 0.26rem;

}

.in_search_list a {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	padding: .2rem;

}

.in_search_list .img {

	width: 2.2rem;

	position: relative;

	overflow: hidden
}

.in_search_list .img::before {

	content: "";

	display: block;

	padding-bottom: 80%
}

.in_search_list .img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover
}

.in_search_list .txt {

	width: calc(100% - 2.6rem);

	margin-left: auto;

	box-sizing: border-box;

}

.in_search_list h2 {

	font-size: 0.18rem;

	color: #212121;

	font-weight: bold;

	position: relative;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}

.in_search_list h6 {

	margin: .1rem 0;

	font-size: 0.14rem;

	color: #666;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}

.in_search_list i {

	display: inline-block;

	padding: .06rem .1rem;

	font-size: 0.13rem;

	color: var(--i_color);

	background: #EDEDED;

	-webkit-border-radius: .04rem;

	border-radius: .04rem;

	box-sizing: border-box;

}

.in_search_list li:hover {

	border-color: var(--i_color);

}

.in_search_list li:hover h2 {

	color: var(--i_color);

}

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

	.in_search_list h2 {

		font-size: 0.15rem;

	}

	.in_search_list h6 {

		font-size: 0.13rem;

	}

	.in_search_list i {

		font-size: 0.12rem;

	}

}

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

	.in_search_list li {

		padding-bottom: 0.2rem;

		margin-bottom: 0.2rem;

		border: none;

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

	}

	.in_search_list a {

		padding: 0;

	}

	.in_search_list .img {

		width: 1.2rem;

	}

	.in_search_list .txt {

		width: calc(100% - 1.5rem);

	}

	.in_search_list .txt i {

		display: none;


	}


	.in_search_list h2 {

		font-size: 0.14rem;

	}

}

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


.vd_box {

	display: none;

	position: fixed;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;

}

.i_a_btn {

	background: var(--liner_color);

}

.vd_box::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}

.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}

.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

	left: 50%;

	font-size: 0.44rem;

	color: #FFF;

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

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

.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}

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

	.iabout .tit h6 {

		margin: 0 auto;

	}

	.iabout .tit p {

		text-align: center;

		margin: 0 auto;

	}

	.i_ab .btn {

		margin: 0 auto;

	}

	.vd_box {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}

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

	.vd_box {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}

.i_tit {
	text-align: center;
}


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