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

.wrap {
	width: 83.33%;
	margin: 0 auto
}

.wrap2 {
	width: 1600px;
	margin: 0 auto;
	max-width: 96vw;
}

.wrap_top {
	width: 88%;
	margin: 0 auto
}
.wrap_left {
	padding-left: 8.335%;
	box-sizing: border-box;
}
.wrap_right {
	padding-right: 8.335%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 90%
	}
	.wrap_left {
		padding-left: 5%;
	}
	.wrap_right {
		padding-right: 5%;
	}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 92%
	}
	.wrap_left {
		padding-left: 4%;
	}
	.wrap_right {
		padding-right: 4%;
	}
}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@media screen and (max-width:1024px) {
	.wrap {
		width: 94%
	}
	.wrap_left {
		padding-left: 3%;
	}
	.wrap_right {
		padding-right: 3%;
	}
	.wrap_top {
		position: initial;
	}
}


:root {
	--i_color: #FF7A00;
	/* 全局颜色 */
	--i_color2: #F04D2B;
	/* 副颜色 */
	--i_color3: #200C5D;
	--header_height: 1rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	--bjs: #F4F4F4;
	--border-color: rgba(51, 51, 51, 0.2);
	/* 移动端底部菜单 */
}


@media screen and (max-width:1024px) {
	:root,
	header {
		--header_height: .6rem;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}

@font-face {
	font-family: 'Mon';
	src: url('static/webfonts/Montserrat-Light-6.otf');
}

@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Montserrat-Black-2.otf');
}
@font-face {
	font-family: 'med';
	src: url('static/webfonts/Montserrat-Medium-7.otf');
}

body {
	font-family: 'Mon', 'Arial', sans-serif;
}

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
}


.top_cont {
	position: relative;
	z-index: 2013;
}
.top_cont::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.TopHeader .top_cont::after {
	opacity: 1;
	backdrop-filter: blur(6px);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.TopHeader .i_nav li a {
	color: #222;
}
.TopHeader .top_search_ico i iconify-icon {
	color: #222;
}
.TopHeader .top_search_ico::after {
	background-color: rgba(58, 69, 85, 0.3);
}
.TopHeader::before {
	background: rgba(255, 255, 255, 0);
}





@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	.top_cont {
		background: #fff !important;
	}
}
@media screen and (min-width:1024px) {
	.TopHeader .top_cont {
		box-sizing: border-box;
		margin: 0.2rem 0.2rem 0 0.2rem;
	}
	.top_cont::after {
		border-radius: 0.2rem;
	}

	.top_cont::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 0;
		transition: opacity 0.3s ease;
		z-index: -1;
	}
	.top_cont:hover {
		margin: 0;
		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);
	}
	.top_cont:hover::after {
		border-radius: 0;
	}
	.top_cont:hover::before {
		opacity: 1;
	}
	.top_cont:hover .logo img {
		filter: unset;
	}
	.top_cont:hover .i_nav a {
		color: #222;
	}
	.top_cont:hover .top_search_ico iconify-icon {
		color: #222;
	}
	.top_cont:hover .top_search_ico::after {
		background-color: rgba(58, 69, 85, 0.3);
	}
	.top_cont:hover .top_language_all p,
	.top_cont:hover .top_language_all iconify-icon {
		color: #222;
	}
}


/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {
	height: 0.8rem;
}

@media screen and (max-width:1440px) {
	.logo img {
		height: 0.5rem;
	}

}
@media screen and (max-width:1024px) {
	.logo img {
		max-height: 70%;
	}


}





/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: 3%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		z-index: 2014;
	}

	.i_nav>li {
		position: relative;
		margin: 0 .26rem;
	}

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #fff;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
		position: relative;
	}
	.i_nav>li>a::after {
		content: '';
		position: absolute;
		bottom: 0.2rem;
		right: 0;
		width: 0;
		height: 0.03rem;
		background-color: var(--i_color);
		transition: all 0.3s ease;
	}

	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		color: var(--i_color) !important;
	}

	/* .i_nav>.current-menu-item>a::after,
	.i_nav>.current-category-ancestor>a::after,
	.i_nav>.current-post-ancestor>a::after,
	.i_nav>.current-menu-ancestor>a::after,
	.i_nav>.current-menu-parent>a::after,
	.i_nav>li:hover>a::after,
	.i_nav .curr>a::after{
		width: 100%;
        right: auto;
		left: 0;
	} */

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color2);
		background: rgb(255 255 255 / 100%);
		min-width: 1.6rem;
		overflow: hidden;
	}
	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li::before,
	.i_nav .sub-menu li::after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 1px;
	}
	.i_nav .sub-menu li::before {
		left: 0;
		width: 100%;
		background: rgb(0 0 0 / 8%);
	}
	.i_nav .sub-menu li::after {
		right: 0;
		width: 0;
		background: var(--i_color);
	}

	.i_nav .sub-menu a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.15rem;
		color: #444;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu a::before {
		content: "\f324";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		font-size: 0.14rem;
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu li:hover a {
		left: .16rem;
	}
	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover a::before {
		left: 0;
	}
	.i_nav .sub-menu li,
	.i_nav .sub-menu li::after,
	.i_nav .sub-menu a,
	.i_nav .sub-menu a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

}

@media screen and (max-width:1440px) {
	.i_nav>li {
		margin: 0 .2rem;
	}
}
@media screen and (max-width:1366px) {
	.i_nav>li {
		margin: 0 .16rem;
	}
	.i_nav>li>a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	.i_nav>li {
		margin: 0 .14rem;
	}
	.i_nav>li>a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: var(--header_height);
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		z-index: 2
	}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		background: #F1F1F1;
	}
	.i_nav>.menu-item-has-children i::before {
		content: '\f107';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.26rem;
		color: #222;
	}

	.i_nav>.menu-item-has-children i.on::before {
		content: '\f106';
	}

	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .15rem;
		color: #222;
		line-height: .44rem;
		text-transform: capitalize;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .14rem;
		color: #555;
		line-height: .4rem;
		position: relative
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #333;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important
	}

}


.top_r {
	--size: .22rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height)
}



.top_email {}
.top_email a {
	display: block;
	margin-right: 0.2rem;
}
.top_email a iconify-icon {
	font-size: var(--size);
	color: #333;
	transition: all 0.3s ease;
}

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





.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	margin-right: 0.4rem;
	position: relative;
}
.top_search_ico i {
	display: block;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.top_search_ico::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -0.2rem;
	transform: translate(0, -50%);
	width: 0.01rem;
	height: 0.2rem;
	background-color: rgba(255, 255, 255, 0.3);
}
.top_search_ico iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #fff;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color) !important;
}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language_all {
	display: inline-block;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	box-sizing: border-box;
	cursor: pointer;
	gap: 0.05rem;
}
.top_language_all p {
	font-size: 0.18rem;
	color: #fff;
	transition: all 0.3s ease;
	font-family: 'Roboto';
}
.top_language_all iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #fff;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language.on .top_language_all {
	background-color: transparent;
}
.top_language.on p {
	color: var(--i_color) !important;
}
.top_language.on iconify-icon {
	color: var(--i_color) !important;
}


.TopHeader .top_language_all p,
.TopHeader .top_language_all iconify-icon {
	color: #222;
}










.language_list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(var(--header_height) + .2rem);
	right: 0;
	background: #FFF;
	min-width: 1.2rem;
	z-index: 2016;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: .16rem .2rem;
}
.language_list.on {
	opacity: 1;
	visibility: visible;
	top: var(--header_height);
}

.language_list dt>h6 {
	margin-bottom: 0.08rem;
	font-size: 0.17rem;
	font-weight: bold;
	white-space: nowrap;
}
.curr_lang {
	margin-bottom: 0.12rem;
	padding-bottom: 0.12rem;
	border-bottom: 1px solid #EEE;
}

.lang_list a {
	display: block;
	padding: .06rem 0;
}
.lang_list span img {
	display: none;
}
.lang_list .trp-ls-language-name {
	padding-left: 0.3rem;
	font-size: 14px;
	position: relative;
}
.lang_list .trp-ls-language-name::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 0.18rem;
	height: 0.18rem;
	box-sizing: border-box;
	border: 1px solid #AAA;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0.06rem;
	width: 0.06rem;
	height: 0.06rem;
	background: var(--i_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);
}


@media screen and (max-width:1200px) {
	.top_language_all p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.top_language_all p,
	.top_language_all iconify-icon {
		color: #222;
	}

}






.top_language,
.top_language>iconify-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language {
		margin: 0 .2rem;
	}
	.top_search_ico i {
		width: 0.4rem;
		height: 0.4rem;
	}
	.top_language_all {
		height: 0.4rem
	}
	.top_r {
		--size: .18rem
	}
	.top_language_all p {
		font-size: 0.16rem;
	}
	.top_search_ico iconify-icon {
		color: #222;
	}

}
@media screen and (max-width:768px) {
	.top_search_ico i {
		width: 0.35rem;
		height: 0.35rem;
	}
	.top_language_all {
		height: 0.35rem
	}
}
@media screen and (max-width:560px) {}



header,
.top_cont,
.logo,
.i_nav>li,
.i_nav>li>a,
.top_r {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease
}






/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	position: fixed;
	top: -1rem;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {
	top: var(--header_height);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	border-radius: 0;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
	border-radius: 0;
}

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

	.top_search_ico {
		margin-right: 0.3rem;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
	}
	.top_search_ico {
		margin-right: 0;
	}
}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
	.top_search_btn {}
}




/* 导航下拉 */
/* products */
@media screen and (min-width:1025px) {
	.xiala {
		position: fixed;
		top: var(--header_height);
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		box-sizing: border-box;
		padding: 0.4rem 0;
		transition: top 0.3s ease;
		display: none;
		border-top: 1px solid var(--i_color2);
		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);
	}
	.TopHeader .xiala {}
	.products_drop_ul {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		gap: 0.4rem;
	}
	.products_drop_ul li {
		width: calc((100% - 2.4rem) / 7);
	}
	.products_drop_ul li a {
		display: block;
		width: 100%;
	}
	.products_drop_img {
		position: relative;
		overflow: hidden;
	}
	.products_drop_img::after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.products_drop_img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.products_drop_ul li p {
		font-size: 0.16rem;
		color: #222;
		font-family: 'med';
		text-transform: capitalize;
		text-align: center;
		margin-top: 0.2rem;
		transition: all 0.3s ease;
	}
	.products_drop_ul li a:hover p {
		color: var(--i_color);
	}
	.products_nav ul,
	.solutions_nav ul {
		display: none !important;
	}
	.solution_drop {}
	.solution_drop_ul {
		display: flex;
		display: -webkit-flex;
		gap: 0.4rem 0.7rem;
		justify-content: center;
		flex-wrap: wrap;
	}
	.solution_drop_ul li {
		width: 2.2rem;

	}
	.solution_drop_ul li a {
		display: block;
		width: 100%;
	}
	.solution_drop_img {
		position: relative;
		overflow: hidden;
		border-radius: 0.15rem;
	}
	.solution_drop_img::after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.solution_drop_img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.solution_drop_ul li a p {
		font-size: 0.16rem;
		line-height: 0.24rem;
		color: #333;
		font-family: 'med';
		text-align: center;
		text-transform: capitalize;
		margin-top: 0.2rem;
		transition: all 0.3s ease;
	}
	.solution_drop_ul li a:hover p {
		color: var(--i_color);
	}


	@media screen and (max-width:1880px) {}
	@media screen and (max-width:1600px) {
		.products_drop_ul {
			gap: 0.2rem;
		}
		.products_drop_ul li {
			width: calc((100% - 1.2rem) / 7);
		}
		.products_drop_ul li p {
			font-size: 0.14rem;
			margin-top: 0.15rem;
		}
	}
	@media screen and (max-width:1440px) {}
	@media screen and (max-width:1366px) {}
	@media screen and (max-width:1200px) {}

}

@media screen and (max-width:1024px) {
	.xiala {
		display: none;
	}
}



.top_phone {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 0.4rem;
	background-color: var(--i_color2);

}
.top_phone a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: var(--header_height);
}
.top_phone a iconify-icon {
	font-size: 0.24rem;
	color: var(--i_color);
}
.top_phone a p {
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	margin-left: 0.1rem;
}



@media screen and (max-width:1440px) {
	.top_phone a iconify-icon {
		font-size: 0.22rem;
	}
	.top_phone a p {
		font-size: 0.18rem;
	}
	.top_phone {
		padding: 0 0.35rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.top_phone a iconify-icon {
		font-size: 0.2rem;
	}
	.top_phone a p {
		font-size: 0.16rem;
	}
	.top_phone {
		padding: 0 0.3rem;
	}
}
@media screen and (max-width:1024px) {
	.top_phone {
		margin-left: 0.2rem;
	}
}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}



/* banner */
.banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 5;
}
.banner .swiper-slide {
	height: 0;
	padding-bottom: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img,
.banner .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}




.banner_min {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3rem;
	z-index: 5;
}



.banner .banner-button-prev,
.banner .banner-button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 60px;
	height: 60px;
	z-index: 999;
	outline: none;
	cursor: pointer;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banner .banner-button-prev {
	left: -60px;
	background: rgba(0, 0, 0, .2) url(static/imgs/arrow_left_kx_bai.svg) no-repeat center;
	background-size: 26px
}
.banner .banner-button-next {
	right: -60px;
	background: rgba(0, 0, 0, .2) url(static/imgs/arrow_right_kx_bai.svg) no-repeat center;
	background-size: 26px
}
.banner:hover .banner-button-prev {
	left: 4%
}
.banner:hover .banner-button-next {
	right: 4%
}
.banner .banner-button-prev:hover,
.banner .banner-button-next:hover {
	background-color: var(--i_color)
}














.banner-pagination {
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
	font-size: 0.18rem;
	color: #fff;
	gap: 0.25rem;
}
.banner-pagination span {
	font-size: 0rem;
	color: #fff;
	position: relative;
	transition: all 0.5s ease;
}
.banner-pagination span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s ease;
}




.banner-pagination .swiper-pagination-bullet-active {
	font-size: 0.12rem;
}
.banner-pagination .swiper-pagination-bullet-active::after {
	transform: translate(-50%, -50%) scale(3.5);
	background: transparent;
	border: 1px solid var(--i_color);
}











@media screen and (max-width:1024px) {
	.banner {
		margin-top: var(--header_height);
		position: relative;
		top: initial;
		height: auto;
		-webkit-border-radius: 0 0;
		border-radius: 0 0;
	}
	.banner .swiper-slide {
		padding-bottom: 49%
	}

	.banner-button-prev,
	.banner-button-next {
		display: none
	}

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

	.banner-pagination {
		bottom: 0.3rem;
	}

}
@media screen and (max-width:560px) {
	.banner-pagination {
		bottom: 0.2rem;
	}

}






.fullMask {
	width: 100%;
	height: 100vh;
}
.fullMask_about {
	width: 100%;
	height: 86.6vh;
}
@media screen and (max-width:1024px) {
	.fullMask,
	.fullMask_about {
		display: none;
	}
}

main {
	position: relative;
	background: #FFF;
	max-width: 100%;
	overflow: hidden;
}

footer {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	background-color: white;
}

/* banner 文字 */
.banner_text1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.banner_text1_box {
	width: 52%;
}
.banner_text1_box h3 {
	font-size: 0.46rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	box-sizing: border-box;
	padding-top: 0.1rem;
}
 .banner_text1_box h3::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.36rem;
	height: 0.06rem;
	background-color: var(--i_color);
}

.banner_text12 .banner_text1_box h3::after{
	display: none;
}

.banner_text1_box h4 {
	font-size: 0.22rem;
	line-height: 145%;
	color: #fff;
	text-transform: capitalize;
	margin: 0.2rem 0 0.6rem 0;
}





@media screen and (max-width:1440px) {
	.banner_text1_box h3 {
		font-size: 0.42rem;
	}
	.banner_text1_box h4 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1200px) {
	.banner_text1_box h3 {
		font-size: 0.38rem;
	}
	.banner_text1_box h4 {
		font-size: 0.18rem;
		margin: 0.2rem 0 0.4rem 0;
	}
	.banner_text1_box h3::after {
		width: 1rem;
		height: 0.04rem;
	}
}
@media screen and (max-width:1024px) {
	.banner_text1_box h3 {
		font-size: 0.34rem;
	}
	.banner_text1_box h4 {
		font-size: 0.16rem;
		margin: 0.15rem 0 0.3rem 0;
	}
}
@media screen and (max-width:960px) {
	.banner_text1_box h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:767px) {
	.banner_text1_box h3 {
		font-size: 0.26rem;
	}
	.banner_text1_box h4 {
		font-size: 0.14rem;
		margin: 0.1rem 0 0.25rem 0;
	}
}
@media screen and (max-width:560px) {
	.banner_text1_box h3 {
		font-size: 0.22rem;
	}
	.banner_text1_box {
		width: 100%;
	}

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


/* home_btn */

.home_btn {}
.home_btn a {
	display: inline-block;
	box-sizing: border-box;
	padding: 0.15rem 0.4rem;
	font-size: 0.18rem;
	color: #fff;
	border: 1px solid #fff;
	text-transform: capitalize;
	transition: all 0.5s ease;
	position: relative;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
}
.home_btn a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--i_color);
	top: 0;
	transition: all 0.5s ease;
	left: -50%;
	transform: translateX(-50%) rotate(-45deg);
	z-index: -1;
}
.home_btn a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--i_color);
	top: 0;
	transition: all 0.5s ease;
	right: -50%;
	transform: translateX(50%) rotate(-45deg);
	z-index: -1;
}
.home_btn a:hover {
	border: 1px solid var(--i_color);
}
.home_btn a:hover::after {
	transform: translateX(-50%) rotate(0deg);
	left: 50%;
}
.home_btn a:hover::before {
	transform: translateX(50%) rotate(0deg);
	right: 50%;
}


.home_btn_orange {}
.home_btn_orange a {
	background: var(--i_color);
	border: 1px solid var(--i_color);

}
.home_btn_orange a::after,
.home_btn_orange a::before {
	background: #222;
}

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


@media screen and (max-width:1440px) {}
@media screen and (max-width:1200px) {
	.home_btn a {
		padding: 0.12rem 0.3rem;
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {
	.home_btn a {
		padding: 0.1rem 0.25rem;
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}

/* banner_form */
.banner_form {
	position: absolute;
	top: 50%;
	right: 9%;
	transform: translate(0%, -50%);
	display: flex;
	justify-content: flex-end;
	z-index: 6;
	width: 28%;
}
.banner_form_box {
	width: 100%;
	box-sizing: border-box;
	padding: 0.4rem 0.3rem;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 2px;

}
.banner_form_box h3 {
	font-size: 0.26rem;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}

#wpforms-144 {
	--input_font_size: 0.16rem;
	--input_height: 0.5rem
}
#wpforms-144 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-144 {
	width: 100%;
	overflow: hidden
}


#wpforms-144 input,
#wpforms-144 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-144 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-144 .wpforms-error-container {
	line-height: 16px
}
#wpforms-144 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-144 .wpforms-submit-container {}





#wpforms-144 .wpforms-field {
	position: relative;
}
#wpforms-144 .wpforms-field-label {
	font-size: 0;
}
#wpforms-144 .wpforms-field-label span {
	position: absolute;
	top: 42px;
	left: 3px;
	font-size: 0.14rem;
	color: red;
}
#wpforms-144 .wpforms-error {
	/* font-size: 0; */
}
#wpforms-144 .wpforms-field {
	width: 100%;
	/* margin-bottom: 0.2rem; */
	background: transparent;
	overflow: hidden
}

#wpforms-144 input {
	height: var(--input_height)
}
#wpforms-144 textarea {
	height: 1.4rem
}
#wpforms-144 input,
#wpforms-144 textarea {
	width: 100%;
	border: 0;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	background-color: rgba(255, 255, 255, 0.4);
	color: #fff;
	box-sizing: border-box;
	line-height: var(--input_height);
	padding: 0 10px;
	border-radius: 2px;
}
#wpforms-144 textarea {
	line-height: 160%;
	padding: 10px;
	font-family: 'Mon';
}


#wpforms-144 input::-webkit-input-placeholder {
	color: #fff;
	font-size: var(--input_font_size)
}
#wpforms-144 input::-moz-placeholder {
	color: #fff;
	font-size: var(--input_font_size)
}
#wpforms-144 input::-moz-placeholder {
	color: #fff;
	font-size: var(--input_font_size)
}
#wpforms-144 input::-ms-input-placeholder {
	color: #fff;
	font-size: var(--input_font_size)
}
#wpforms-144 textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: var(--input_font_size)
}
#wpforms-144 textarea::-moz-placeholder {
	color: #fff;
	font-size: var(--input_font_size)
}
#wpforms-144 textarea::-moz-placeholder {
	color: #fff;
	font-size: var(--input_font_size)
}
#wpforms-144 textarea::-ms-input-placeholder {
	color: #fff;
	font-size: var(--input_font_size)
}


#wpforms-144 .wpforms-submit-container button {
	overflow: hidden;
	width: 100%;
	height: 0.5rem;
	font-size: 0.18rem;
	color: #FFF;
	font-weight: bold;
	font-family: 'Mon';
	display: block;
	cursor: pointer;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	background: var(--i_color);
	width: 2.4rem;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	transition: all 0.3s ease;
}
#wpforms-144 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}

#wpforms-144 .wpforms-submit-container button:hover {
	background: #222;

}






@media screen and (max-width:1440px) {
	.contact_form h3 {
		font-size: 0.18rem;
	}
	.banner_form_box h3 {
		font-size: 0.24rem;
	}
	#wpforms-144 {
		--input_height: 0.45rem;
	}
	#wpforms-144 .wpforms-submit-container button {
		height: 0.45rem;
		font-size: 0.16rem;
		width: 2rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.contact_form h3 {
		font-size: 0.16rem;
	}
	.contact_form_bac {
		padding: 0.6rem 0;
	}
	.contact_form_box {
		margin-top: 0.4rem;
	}
	.banner_form_box h3 {
		font-size: 0.2rem;
	}
	#wpforms-144 {
		--input_height: 0.4rem;
	}
	#wpforms-144 .wpforms-submit-container button {
		height: 0.4rem;
		font-size: 0.16rem;
		width: 1.8rem;
	}
}
@media screen and (max-width:1024px) {
	#wpforms-144 .wpforms-submit-container {
		margin: 0.2rem auto 0;
	}
	.banner_form {

		display: none !important;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}



/* home_category */
.home_category_bac {
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.home_category {}
.home_category_ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.17rem;
	margin-top: 0.4rem;
}
.home_category_ul li {
	width: calc((100% - 0.17rem) / 2);
}
.home_category_ul li a {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.home_category_ul li a::after {
	content: '';
	display: block;
	padding-bottom: 50.63%;
}
.home_category_ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_category_text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	height: 100%;
	width: 50%;
	box-sizing: border-box;
	padding: 0.2rem 0 0.2rem 0.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home_category_text h3 {
	font-size: 0.32rem;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.home_category_text h4 {
	line-height: 150%;
	font-size: 0.16rem;
	color: #fff;
	margin-top: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.home_category_text i {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	border: 1px dashed #fff;
	position: relative;
	margin-top: 0.7rem;
	transition: all 0.3s ease;
}
.home_category_text i::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.24rem;
	height: 0.24rem;
	background: url('static/imgs/right.png') center no-repeat;
	background-size: contain;
}

.home_category_ul li a:hover h3 {
	color: var(--i_color);
}
.home_category_ul li a:hover i {
	background: var(--i_color);
	border: 1px dashed var(--i_color);
}

@media screen and (max-width:1440px) {
	.home_category_text h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1200px) {
	.home_category_bac {
		padding: 0.6rem 0;
	}
	.home_category_text h3 {
		font-size: 0.24rem;
	}
	.home_category_text h4 {
		font-size: 0.14rem;
		-webkit-line-clamp: 3;
	}
	.home_category_text i {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1024px) {
	.home_category_text h3 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {
	.home_category_ul li {
		width: 100%;
	}
	.home_category_text i {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px) {
	.home_category_text {
		padding: 0.2rem 0 0.2rem 0.2rem;
	}
	.home_category_text i {
		margin-top: 0.2rem;
	}
	.home_category_text i {
		width: 0.35rem;
		height: 0.35rem;
	}
	.home_category_text i::after {
		width: 0.2rem;
		height: 0.2rem;
	}
	.home_category_ul {
		gap: 0.1rem;
	}
}
@media screen and (max-width:425px) {}

/* title */
.title {}
.title p {
	font-size: 0.42rem;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
}
.title span {
	font-size: 0.18rem;
	line-height: 155%;
	color: #666;
	display: block;
	margin-top: 0.15rem;

}
.title_center p,
.title_center span {
	text-align: center;
}
.title_white p,
.title_white span {
	color: #fff !important;
}
.title_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.2rem;
	flex-wrap: wrap;
}
@media screen and (max-width:1440px) {
	.title p {
		font-size: 0.38rem;
	}

}
@media screen and (max-width:1200px) {
	.title p {
		font-size: 0.34rem;
	}
	.title span {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.title_center span br {
		display: none;
	}
	.title p {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:960px) {
	.title p {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px) {
	.title p {
		font-size: 0.24rem;
	}
	.title span {
		font-size: 0.14rem;
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:560px) {
	.title p {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:425px) {}


/* home_products */
.home_products_bac {
	box-sizing: border-box;
	padding: 0.8rem 0;
	position: relative;
	z-index: 2;
}
.home_products_bac::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60.7%;
	background: #333 url('static/imgs/home_products_bac.webp') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
}
.home_products {}






/*  */
.HP_partner_box {
	margin-top: 0.6rem;
}

.HP_partner {
	position: relative
}
.HP_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.HP_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.HP_partner_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	flex-direction: column;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

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

.gen_products {
	background: #666;
	display: block;
	box-sizing: border-box;
	padding-top: 0.55rem;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.gen_products::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #FF7A00, #2C1805, #0C0C0C);
	z-index: -1;
	top: 0%;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
}
.gen_products::after {
	content: '';
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	width: 0.53rem;
	height: 0.38rem;
	background: url('static/imgs/logo_min.png') center no-repeat;
	background-size: contain;
	filter: brightness(100) grayscale(100%);
	opacity: 0.7;
	transition: opacity 0.3s ease;
}
.gen_products h3 {
	font-size: 0.18rem;
	line-height: 0.28rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 0.56rem;
	box-sizing: border-box;
	padding: 0 0.2rem;

}

.gen_products_img {
	position: relative;
	margin-top: 0.4rem;
}
.gen_products_img::before {
	content: '';
	position: absolute;
	top: -0.2rem;
	right: 0.2rem;
	width: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}
.gen_products_img::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.gen_products_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;

}

.gen_products:hover .gen_products_img::before {
	width: calc(100% - 0.4rem);
	right: auto;
	left: 0.2rem;
}
.gen_products:hover::after {
	filter: unset;
	opacity: 1;
}
.gen_products:hover::before {
	opacity: 1;
}












/* 指示器 */
.HP_partner .pt-pagination {
	display: none;
	text-align: center;
	margin: 0.4rem auto 0
}
.HP_partner .pt-pagination .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.05rem;
	background: #BBB;
	border-radius: 2px;
	outline: none
}
.HP_partner .pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: var(--i_color)
}

/* 左右箭头 */
.HP_partner .pt-button-prev,
.HP_partner .pt-button-next {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 0.5rem;
	height: 0.5rem;
	background: 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;
}
.HP_partner .pt-button-prev img,
.HP_partner .pt-button-next img {
	width: 0.29rem;
	height: 0.29rem;
	object-fit: contain;
}
.HP_partner .pt-button-prev {
	left: -5%;
}
.HP_partner .pt-button-next {
	right: -5%;
}

.HP_partner .pt-button-prev:hover,
.HP_partner .pt-button-next:hover {
	background: #222;
}


@media screen and (max-width:1440px) {
	.gen_products::after {
		width: 0.5rem;
		height: 0.35rem;
	}
	.gen_products h3 {
		font-size: 0.16rem;
		line-height: 0.24rem;
		height: 0.48rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.HP_partner .pt-button-prev,
	.HP_partner .pt-button-next {
		display: none
	}
	.HP_partner .pt-pagination {
		display: block
	}
	.home_products_bac {
		padding: 0.6rem 0;
	}
	.HP_partner_box {
		margin-top: 0.4rem;
	}
	.gen_products::after {
		width: 0.45rem;
		height: 0.3rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.gen_products::after {
		width: 0.4rem;
		height: 0.25rem;
	}
}
@media screen and (max-width:560px) {}


/* about_us */
.about_us_bac {
	box-sizing: border-box;
	padding-bottom: 0.8rem;
}
.about_us {}
.about_us_h3 {
	line-height: 155%;
	font-size: 0.18rem;
	color: #333;
	text-align: center;
	margin: 0.2rem 0 0.5rem 0;
}
.about_us_h3 a {
	line-height: 155%;
	font-size: 0.18rem;
	color: var(--i_color);
	border-bottom: 1px solid var(--i_color);
}
.about_us_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_us_ul li {}
.about_us_text {
	display: flex;
	align-items: flex-end;
}
.about_us_text img {
	width: 0.59rem;
	height: 0.5rem;
	object-fit: contain;
}
.about_us_text h4 {
	font-size: 0.42rem;
	color: var(--i_color);
	font-weight: bold;
	margin-left: 0.1rem;
}
.about_us_text h5 {
	font-size: 0.18rem;
	color: var(--i_color);
	margin-bottom: 0.05rem;
	margin-left: 0.05rem;
}
.about_us_ul li h6 {
	font-size: 0.16rem;
	color: #333;
	margin-top: 0.1rem;
	text-transform: capitalize;
}


.about_us_box {
	display: flex;
	gap: 0.16rem;
	margin-top: 0.6rem;
	flex-wrap: wrap;
}
.about_us_1 {
	width: 24%;
}
.about_us_1 h3 {
	font-size: 0.2rem;
	color: #fff;
	line-height: 140%;
	height: 1.32rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	text-align: center;
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.about_us_2 {
	width: calc(52% - 0.32rem);
	height: 4.9rem;
	object-fit: cover;
	position: relative;
}
.about_us_2 img,
.about_us_3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_us_3 {
	width: 24%;
	height: 4.9rem;
	position: relative;
}
.about_us_btn {
	position: absolute;
	bottom: 0.35rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.home_about_video i {
	display: block;
	width: 0.63rem;
	height: 0.63rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	background: url('static/imgs/home_video.png') center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.home_about_video i::before {
	animation: serv_one_border 2s 0s linear infinite;
}

.home_about_video i::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	z-index: 2;
}
.home_about_video i span::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	z-index: 2;
}
.home_about_video i span::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	z-index: 2;
}
.home_about_video i span::before {
	animation: serv_one_border 1.5s 0s ease infinite;
}
.home_about_video i span::after {
	animation: serv_one_border 2.5s 0s ease infinite;
}

@keyframes serv_one_border {
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.5);
		-ms-transform: translate(-50%, -50%) scale(1.5);
		-o-transform: translate(-50%, -50%) scale(1.5);
		-webkit-transform: translate(-50%, -50%) scale(1.5);
		-moz-transform: translate(-50%, -50%) scale(1.5);
	}
}


@media screen and (max-width:1440px) {
	.about_us_text h4 {
		font-size: 0.4rem;
	}
	.about_us_1 h3 {
		font-size: 0.18rem;
		height: 1.52rem;
	}
}
@media screen and (max-width:1200px) {
	.about_us_h3 {
		font-size: 0.16rem;
	}
	.about_us_text h4 {
		font-size: 0.38rem;
	}
	.about_us_text img {
		width: 0.5rem;
		height: 0.4rem;
	}
	.about_us_1 h3 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {
	.about_us_h3 br {
		display: none;
	}
	.about_us_text h4 {
		font-size: 0.36rem;
	}
	.about_us_2 {
		height: 4rem;
	}
	.about_us_3 {
		height: 4rem;
	}


}
@media screen and (max-width:960px) {
	.about_us_text h4 {
		font-size: 0.34rem;
	}

}
@media screen and (max-width:767px) {
	.about_us_ul li {
		width: calc(100% / 3);
	}
	.about_us_ul {
		gap: 0.4rem 0;
	}
	.about_us_ul li {
		display: flex;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
		padding: 0 4%;
	}
	.about_us_ul li h6 {
		font-size: 0.14rem;
		text-align: center;
	}

}
@media screen and (max-width:560px) {
	.about_us_ul li {
		padding: 0 2%;
	}
	.about_us_text h4 {
		font-size: 0.3rem;
	}
	.about_us_ul li {
		width: calc(100% / 2);
	}
	.about_us_ul {
		gap: 0.3rem 0;
	}
	.about_us_2 {
		width: 100%;
	}
	.about_us_1,
	.about_us_3 {
		width: 100%;
	}
	.about_us_box {
		gap: 0.1rem;
		margin-top: 0.4rem;
	}
	.about_us_2 {
		height: 4.9rem;
	}
	.about_us_3 {
		height: 5.2rem;
	}
}
@media screen and (max-width:425px) {}





/*  */
.AU_partner_box {}

.AU_partner {
	position: relative
}
.AU_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.AU_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.AU_partner_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	flex-direction: column;
}

.AU_partner_list .img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.AU_partner_list .img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}


.AU_partner_list .img img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

/* 指示器 */
.AU_partner .pt-pagination {
	position: absolute;
	bottom: 0.15rem;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 3;
}
.AU_partner .pt-pagination .swiper-pagination-bullet {
	width: 0.08rem;
	height: 0.08rem;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.05rem;
	background: #fff;
	border-radius: 50%;
	outline: none;
	border: 1px solid #fff;
}
.AU_partner .pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: transparent;
}






@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.AU_partner_list .img img {
		height: 2.68rem;
	}
}
@media screen and (max-width:767px) {}
@media screen and (max-width:560px) {
	.AU_partner_list .img img {
		height: 3.58rem;
	}
	.about_us_1 h3 {
		font-size: 0.2rem;
	}
}



/* eject videos */
.vd_box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 999999;
}
.vd_box_area {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2014;
	width: 60%;
	max-height: 90%;

}
.vd_box_area::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: 48%;
	left: 52%;
	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) {
	.vd_box_area {
		width: 80%;
	}
	.close_v::before {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.vd_box_area {
		width: 88%;
	}
	.close_v {
		top: -.15rem;
		right: -.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}

/* choose_us */
.choose_us_bac {
	box-sizing: border-box;
	padding-top: 0.8rem;
	background-color: #222;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.choose_us_bac::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.4rem;
	right: 0;
	width: 10.38rem;
	height: 3.33rem;
	background: url('static/imgs/choose_us_bac.png') center no-repeat;
	background-size: contain;
	z-index: -1;
}
.choose_us {}
.choose_us_ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.choose_us_ul li {
	position: relative;
	overflow: hidden;
	width: 25%;
	z-index: 2;
}
.choose_us_ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	transition: all 0.3s ease;
}
.choose_us_ul li::after {
	content: '';
	display: block;
	padding-bottom: 135.42%;
}
.choose_us_ul img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.choose_us_text {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0.6rem 0.35rem;
	z-index: 3;
	width: 100%;
}
.choose_us_text h3 {
	font-size: 0.24rem;
	line-height: 125%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.choose_us_text h4 {
	font-size: 0.16rem;
	color: #fff;
	line-height: 150%;
	margin-top: 0.2rem;
	display: none;
}

.choose_us_ul li.on::before {
	backdrop-filter: blur(10px);
}
.choose_us_ul li:hover h4 {
	display: block;
	animation: opNextOut .8s cubic-bezier(.435, .25, .15, .965) alternate;
}
.choose_us_ul li:hover h3 {
	text-align: left;

}

@keyframes opNextOut {
	0% {
		opacity: 0;
		transform: translateY(15%)
	}

	to {
		opacity: 1;
		transform: translateY(0%)
	}
}


@media screen and (max-width:1440px) {
	.choose_us_text h3 {
		font-size: 0.22rem;
	}
	.choose_us_text {
		padding: 0.5rem 0.3rem;
	}
}
@media screen and (max-width:1200px) {
	.choose_us_text h3 {
		font-size: 0.2rem;
	}
	.choose_us_text h4 {
		font-size: 0.14rem;
		margin-top: 0.15rem;
	}
	.choose_us_ul {
		margin-top: 0.4rem;
	}
	.choose_us_bac {
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:1024px) {
	.choose_us_text {
		padding: 0.4rem 0.25rem;
	}
}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {
	.choose_us_ul li {
		width: 50%;
	}
}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {
	.choose_us_text {
		padding: 0.2rem 0.25rem;
	}
}


/* home_app */
.home_app_bac {
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.home_app {}



/*  */
.app_partner_box {
	margin-top: 0.4rem;
}

.app_partner {
	position: relative
}
.app_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.app_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.app_partner_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	flex-direction: column;
}

.app_partner_list .img {
	width: 66.25%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.app_partner_list .img:before {
	content: "";
	display: block;
	padding-bottom: 56.60%
}
.app_partner_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}


.app_partner_list .img img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}
.home_app_text {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	box-sizing: border-box;
	padding: 0.6rem;
	width: 44.25%;
	background: #666;
	z-index: 3;
}
.home_app_text::after {
	content: '';
	position: absolute;
	bottom: -0.75rem;
	right: -0.5rem;
	width: 4.65rem;
	height: 3.22rem;
	background: url('static/imgs/home_app_logo.png') center no-repeat;
	background-size: contain;
	z-index: -1;
}
.home_app_text h3 {
	font-size: 0.28rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.home_app_text h4 {
	font-size: 0.18rem;
	line-height: 0.28rem;
	height: 1.12rem;
	box-sizing: border-box;
	padding-right: 0.1rem;
	overflow: auto;
	color: #fff;
}
.home_app_text .home_btn {
	margin: 0.4rem 0 0.6rem 0;
}
.app_partner_list .swiper-slide-active {
	z-index: 5;
}




/*滚动条*/
.home_app_text h4::-webkit-scrollbar {
	width: 1px;
	height: 1px
}
.home_app_text h4::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #fff
}
.home_app_text h4::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #F1F1F1
}





/* 指示器 */
.app-pagination {
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
	font-size: 0.18rem;
	color: #fff;
	gap: 0.25rem;
	width: 44.25%;
	position: absolute;
	right: 0;
	top: 78%;
	box-sizing: border-box;
	padding: 0 0.6rem;
}
.app-pagination span {
	font-size: 0rem;
	color: #fff;
	position: relative;
	transition: all 0.5s ease;
}
.app-pagination span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s ease;
}




.app-pagination .swiper-pagination-bullet-active {
	font-size: 0.12rem;
}
.app-pagination .swiper-pagination-bullet-active::after {
	transform: translate(-50%, -50%) scale(3.5);
	background: transparent;
	border: 1px solid var(--i_color);
}

















@media screen and (max-width:1440px) {
	.home_app_text {
		padding: 0.5rem;
	}
	.app-pagination {
		padding: 0 0.5rem;
	}
}
@media screen and (max-width:1200px) {
	.home_app_text {
		padding: 0.4rem;
	}
	.home_app_text h4 {
		font-size: 0.16rem;
		line-height: 0.24rem;
		height: 0.96rem;
	}
	.home_app_text h3 {
		font-size: 0.26rem;
	}
	.app-pagination {
		padding: 0 0.4rem;
	}
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:960px) {
	.app_partner_list .img {
		width: 100%;
	}
	.home_app_text {
		position: relative;
		top: unset;
		right: unset;
		transform: unset;
		width: 100%;
		z-index: 3;
	}
	.app-pagination {
		width: 100%;
		right: 0;
		top: unset;
		bottom: 0.4rem;
		justify-content: center;
	}
}
@media screen and (max-width:767px) {
	.home_app_text {
		padding: 0.4rem 0.2rem;
	}
	.home_app_text h3 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:560px) {
	.home_app_text h3 {
		font-size: 0.22rem;
	}
}






/*  */
.par_partner_box {
	margin-top: 0.6rem;
}

.par_partner {
	position: relative
}
.par_partner_list {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.par_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.par_partner_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	flex-direction: column;
}

.par_partner_list .img {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.par_partner_list .img:before {
	content: "";
	display: block;
	padding-bottom: 50.24%
}
.par_partner_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain
}


.par_partner_list .img img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

/* 指示器 */
.par_partner .pt-pagination {
	display: none;
	text-align: center;
	margin: 0.4rem auto 0
}
.par_partner .pt-pagination .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	cursor: pointer;
	display: inline-block;
	margin: 0 0.05rem;
	background: #BBB;
	border-radius: 50%;
	outline: none
}
.par_partner .pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: var(--i_color)
}


@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.par_partner .pt-button-prev,
	.par_partner .pt-button-next {
		display: none
	}
	.par_partner .pt-pagination {
		display: block
	}
	.home_app_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.par_partner_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px) {}


/* home_news */
.home_news_bac {
	background: #F4F4F4;
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.home_news {}
.home_news_box {
	display: flex;
	justify-content: space-between;
	margin-top: 0.6rem;
	flex-wrap: wrap;
}
.home_news_left {
	width: 49%;
}
.home_news_left a {
	display: block;
	width: 100%;
}
.home_news_leftImg {
	position: relative;
	overflow: hidden;
}
.home_news_leftImg::after {
	content: '';
	display: block;
	padding-bottom: 62.09%;
}
.home_news_leftImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.home_news_leftData {
	position: absolute;
	bottom: 0.3rem;
	left: 0.3rem;
	background: var(--i_color);
	box-sizing: border-box;
	padding: 0.1rem 0.15rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home_news_leftData h3 {
	font-size: 0.48rem;
	color: #fff;
	font-weight: bold;
}
.home_news_leftData h4 {
	font-size: 0.16rem;
	color: #fff;
}
.home_news_left h5 {
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	margin: 0.2rem 0 0.15rem 0;
	transition: all 0.3s ease;
}
.home_news_left h6 {
	font-size: 0.18rem;
	column-rule-color: #666;
	line-height: 155%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.home_news_left a:hover img {
	width: 110%;
	height: 110%;
}
.home_news_left a:hover h5 {
	color: var(--i_color);
}


.home_news_right {
	width: 49%;
}
.home_news_ul {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}
.home_news_ul li {}
.home_news_ul li a {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	box-sizing: border-box;
	padding: 0 0.1rem 0.35rem 0.1rem;
	position: relative;
	transition: all 0.3s ease;
}
.home_news_ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.home_news_data {
	width: 14%;
	box-sizing: border-box;
	padding-right: 0.1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home_news_data h3 {
	font-size: 0.48rem;
	color: #333;
	font-weight: bold;
	transition: all 0.3s ease;
}
.home_news_data h4 {
	font-size: 0.16rem;
	color: #666;

}
.home_news_img {
	width: 30%;
	position: relative;
}
.home_news_img::after {
	content: '';
	display: block;
	padding-bottom: 62.45%;
}
.home_news_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_news_text {
	width: 56%;
	box-sizing: border-box;
	padding-left: 4%;
}
.home_news_text h5 {
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	margin-bottom: 0.1rem;
	transition: all 0.3s ease;
}
.home_news_text h6 {
	font-size: 0.18rem;
	line-height: 144%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.home_news_ul li a:hover {
	border-bottom: 1px solid transparent;
}
.home_news_ul li a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}
.home_news_ul li a:hover h3,
.home_news_ul li a:hover h5 {
	color: var(--i_color);
}


@media screen and (max-width:1440px) {
	.home_news_text h5 {
		font-size: 0.22rem;
	}
	.home_news_text h6 {
		font-size: 0.16rem;
	}
	.home_news_left h6 {
		font-size: 0.16rem;
	}
	.home_news_leftData h3 {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1200px) {
	.home_news_data h3 {
		font-size: 0.4rem;
	}
	.home_news_text h5 {
		font-size: 0.2rem;
	}
	.home_news_left h5 {
		font-size: 0.22rem;
	}
	.home_news_data h4 {
		font-size: 0.14rem;
	}
	.home_news_ul li a {
		padding: 0 0.1rem 0.3rem 0.1rem;
	}
	.home_news_ul {
		gap: 0.3rem;
	}
	.home_news_bac {
		padding: 0.6rem 0;
	}
	.home_news_leftData h3 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1024px) {
	.home_news_leftData h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {
	.home_news_left {
		width: 100%;
	}
	.home_news_right {
		width: 100%;
		margin-top: 0.4rem;
	}
	.home_news_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px) {
	.home_news_data h3 {
		font-size: 0.35rem;
	}
	.home_news_ul li a {
		padding: 0 0.1rem 0.2rem 0.1rem;
	}
	.home_news_ul {
		gap: 0.2rem;
	}
	.home_news_text h6 {
		font-size: 0.14rem;
	}
	.home_news_leftData h4 {
		font-size: 0.14rem;
	}
	.home_news_leftData {
		bottom: 0.2rem;
		left: 0.2rem;
		padding: 0.1rem 0.15rem;
	}
}
@media screen and (max-width:425px) {
	.home_news_data {
		width: 18%;
	}
	.home_news_img {
		width: 26%;
	}
}


/* footer_top */
.footer_top_bac {}
.footer_top {}
.footer_top_ul {
	display: flex;
	flex-wrap: wrap;

}
.footer_top_ul li {
	width: 50%;
	position: relative;
}
.footer_top_ul li::after {
	content: '';
	display: block;
	padding-bottom: 38.02%;
}
.footer_top_ul li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 101%;
	height: 101%;
	object-fit: cover;
	display: block;
}
.footer_top_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer_top_text h3 {
	font-size: 0.42rem;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}
.footer_top_text h4 {
	font-size: 0.16rem;
	line-height: 150%;
	color: #fff;
	text-align: center;
	margin: 0.2rem 0 0.4rem 0;
}

@media screen and (max-width:1440px) {
	.footer_top_text h3 {
		font-size: 0.38rem;
	}
	.footer_top_text {
		width: 70%;
	}
}
@media screen and (max-width:1200px) {
	.footer_top_text h3 {
		font-size: 0.34rem;
	}
	.footer_top_text h4 {
		font-size: 0.14rem;
		margin: 0.1rem 0 0.2rem 0;
	}
	.footer_top_text {
		width: 80%;
	}

}
@media screen and (max-width:1024px) {
	.footer_top_text h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:960px) {
	.footer_top_text h3 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px) {
	.footer_top_text h3 {
		font-size: 0.22rem;
	}
	.footer_top_ul li {
		width: 100%;
	}

}
@media screen and (max-width:560px) {
	.footer_top_text {
		width: 90%;
	}
}
@media screen and (max-width:425px) {}


/* footer */
.footer_bac {
	background: #222;
}
.footer {}
.footer_box {
	display: flex;
	box-sizing: border-box;
	padding: 0.35rem 0 0.5rem 0;
}
.footer_1 {
	width: 33.75%;
	box-sizing: border-box;
	padding-right: 13%;
}
.footer_1 img {
	height: 1.04rem;
}
.footer_1 h3 {
	font-size: 0.2rem;
	color: #fff;
	text-transform: uppercase;
	margin: 0.2rem 0;
}
.footer_1 h4 {
	line-height: 150%;
	color: #fff;
	font-size: 0.16rem;
}
.footer_2 {
	width: 37.5%;
	box-sizing: border-box;
	padding-right: 5%;
	padding-top: 0.4rem;
}
.footer_2 h3 {
	font-size: 0.16rem;
	color: #fff;
	margin-bottom: 0.1rem;
}
.footer_2_a {
	font-size: 0.26rem;
	color: #fff;
	display: block;
	transition: all 0.3s ease;
}
.footer_2 h4 {
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 0.2rem;
}
.footer_2 h4 a {
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.7);
	margin-left: 0.1rem;
	transition: all 0.3s ease;
}
.footer_share {
	display: flex;
	gap: 0.25rem;
	margin-top: 0.4rem;
}
.footer_share dt {}
.footer_share dt a {
	display: block;
	width: 100%;
}
.footer_share dt a iconify-icon {
	font-size: 0.3rem;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}
.footer_share dt a iconify-icon:hover {
	transform: translateY(-5px);
	color: var(--i_color);
}
.footer_2 a:hover {
	color: var(--i_color);
}
.footer_3 {
	width: 16.25%;
	box-sizing: border-box;
	padding-right: 0.1rem;
	padding-top: 0.4rem;
}
.footer_4 {
	width: 12.5%;
	box-sizing: border-box;
	padding-top: 0.4rem;
}
.footer_h3 {
	font-size: 0.2rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.3rem;
	text-transform: capitalize;
}
.footer_ul {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}
.footer_ul li {}
.footer_ul li a {
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.footer_ul li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.3s ease;
}
.footer_ul li a:hover {
	color: var(--i_color);
}
.footer_ul li a:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}
.footer_down_box {
	box-sizing: border-box;
	padding: 0.25rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_down {}
.footer_down p {
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
}
.footer_down p a {
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
}
.footer_down p a:hover {
	color: var(--i_color);
}


@media screen and (max-width:1440px) {
	.footer_1 img {
		height: 0.9rem;
	}
}
@media screen and (max-width:1200px) {
	.footer_1 img {
		height: 0.8rem;
	}
	.footer_2_a {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1024px) {
	.footer_1 {
		width: 100%;
		padding-right: 0%;
	}
	.footer_2,
	.footer_3,
	.footer_4 {
		display: none;
	}
}
@media screen and (max-width:960px) {}
@media screen and (max-width:767px) {
	.footer_down_box {
		padding: 0.25rem 0 0.75rem 0;
	}
}
@media screen and (max-width:560px) {}
@media screen and (max-width:425px) {}



.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 .dw {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
}

/* Breadcrumb */
.in_position {
	padding: .2rem 0;
	background: transparent;
	position: relative;
}
.in_position .wrap2 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.in_position a {
	display: block;
	font-size: 15px;
	color: #fff;
	position: relative;
	line-height: 20px;
	text-transform: capitalize;
}
.in_position a:first-child {
	/* padding-left: 0.26rem; */
}
.in_position a:first-child::before {
	/* content: ''; */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	width: 18px;
	height: 18px;
	background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="currentColor" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {
	content: ">";
	margin: 0 4px;
	color: #fff
}
.in_position a:last-child {
	color: var(--i_color) !important
}
.in_position a:hover {
	color: var(--i_color)
}
@media screen and (max-width:1024px) {
	.in_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左图右文 */
.p_lists {}
.p_lists .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p_lists .wrap .left {
	width: 27%;
}



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

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

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


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

}
.p_nav_list .curr .cat_name b {
	color: #fff;
}
.p_nav .img {
	width: 3.5%;
	position: absolute;
	right: 0;
	top: 0;
}
.p_nav img {
	width: 100%;
}
.p_nav_list dl {
	display: none;
	margin-top: 0.2rem;

}
.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.2rem 0.3rem;
	margin-bottom: 0.1rem;
	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 dt a:hover {
	background: var(--bjs);
}
.p_nav_list .curr>a {

	border-bottom: 1px solid transparent;
}
.p_nav_list dt.active {
	background: var(--bjs);
}




.p_nav_list .curr {
	border-bottom: 1px solid var(--border_color);
	border-radius: 0;
}

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

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

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

.p_nav_list>p {
	padding-left: 0.2rem;
	box-sizing: border-box;
	border-bottom: 1px solid var(--border-color);
}

@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 dl {
		margin-top: 0;
	}
	.p_nav_list dt a {
		margin: 0;
	}

	.p_nav_list .curr .cat_name {
		height: 48px;
	}

	.p_nav_list>p {
		padding-right: 0;
	}
	.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) {}

.f60 {
	color: rgba(255, 255, 255, 0.6);
}
.contacts {
	padding: 0.38rem;
	box-sizing: border-box;
	background: url(static/imgs/cbj.webp) no-repeat center;
	background-size: cover;
}
.contacts .line {
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
}
.contacts .iconbox {
	width: 30px;
	height: 30px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--i_color);
	border-radius: 1000px;

}
.contacts .iconbox iconify-icon {
	font-size: 0.2rem;
	color: var(--i_color);
}
.contacts .emailbox {
	width: 80%;
}
.contacts .emailbox a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.contacts .emailbox a:hover {
	color: var(--i_color);
	text-decoration: underline;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

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


.p_lists {}
.p_lists .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.45%;
}


.p_lists .p3_list li {
	width: 31.7%;
	box-sizing: border-box;
	background: #fff;
}
.p_lists .p3_list li .img {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.p_lists .p3_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p_lists .p3_list li .txt {
	padding: 0.3rem 0.18rem;
	box-sizing: border-box;

	position: relative;
}


.p_lists .p3_list li .txt img {
	position: absolute;
	top: 0.1rem;
	right: 0.1rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p_lists .p3_list li .txt .img2 {
	opacity: 0;
}

.p_lists .p3_list li:hover .txt .img2 {
	opacity: 1;
}

.p_lists .p3_list li:hover .txt .img1 {
	opacity: 0;
}

.p_lists .p3_list li .txt p {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}
.p_lists .p3_list li .txt h6 {

	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;


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

	box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}
.p_lists .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) {

	.p_lists .p3_list li .txt p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.p_lists .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;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	overflow: hidden;

	background: url(static/imgs/hc.webp) no-repeat center;
	background-size: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.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) !important;
	color: #FFF !important
}
@media screen and (max-width:1024px) {
	.in_page_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
}
@media screen and (max-width:560px) {
	.in_page_box {
		margin-top: 0.3rem;
	}
}



.p_det {

	background: var(--bjs);
}
.p_det>.wrap {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	background: #fff;
}
/* atlas */
.p_atlas {
	width: 51.5%;
	height: 100%;
	position: relative;
	flex-shrink: 0;
	overflow: hidden;
}
.p_atlas::before {
	content: '';
	display: block;
	padding-bottom: 80%;
}
/* thumbnail */
.p_thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	width: 15.5%;
	height: 100%;
}
.p_thumbnail_list {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.p_thumbnail_list .swiper-wrapper {
	flex-direction: column;
	position: relative;
	width: 100%;
}
.p_thumbnail_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	box-sizing: border-box;
	border: 2px solid transparent;
	overflow: hidden;
	cursor: pointer;

	position: relative;
}

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

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

.p_thumbnail_list .swiper-slide-thumb-active::before {

	background: none;
}

.p_thumbnail_list .swiper-slide-thumb-active .img {
	opacity: 0;
}
.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: #666;
}
.thumbnail-pagination .swiper-pagination-current {
	font-size: 0.24rem;
}
.p_atlas_list {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 19%);
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.p_atlas_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	height: 100%;
	width: 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%;
	}
	.p_thumbnail_list {
		position: initial;
		top: initial;
		transform: none;
		height: auto;
	}
	.p_thumbnail_list .swiper-wrapper {
		display: -webkit-flex;
		display: flex;
		flex-direction: initial
	}
	.p_thumbnail_list .swiper-slide {
		border-width: 1px;
	}
	.thumbnail-prev,
	.thumbnail-next {
		display: none;
	}
	.p_atlas_list {
		order: -1;
		position: relative;
		width: 100%;
	}
	.p_atlas_list .swiper-slide {
		height: 0;
		padding-bottom: 100%;
	}
	.p_atlas_list .swiper-slide iframe,
	.p_atlas_list .swiper-slide video,
	.p_atlas_list .swiper-slide img {
		position: absolute;
		top: 0;
		left: 0;
	}
}
.p_cont {
	width: 45.5%;
	box-sizing: border-box;
	position: relative;
	padding: 0.3rem 0.6rem 0.3rem 0rem;
}
.p_cont::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: var(--liner_color2);
}
.p_cont h1 {
	margin-bottom: 0.25rem;
	font-size: 0.24rem;
	font-weight: bold;
	color: var(--i_color);
	padding-bottom: 0.15rem;
	border-bottom: 1px solid var(--border-color);
}
.p_des {
	box-sizing: border-box;
	color: #666;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 0.2rem;
}
.cs {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xqbg {
	margin: 0.38rem 0;
}
.xg {
	margin-bottom: 0.4rem;
}
.xg p {
	font-size: 0.2rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.1rem;
}
.xg li {
	color: var(--i_color2);
}
.cs li {
	width: 24%;
	padding: 0.15rem 0;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	margin: 0.3rem 0;
	cursor: pointer;
}
.cs li:hover img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
.cs li:hover .img {
	background: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.cs li .img {
	display: grid;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 0.4rem;
	height: 0.4rem;
	flex-shrink: 0;
	background: rgba(17, 177, 225, 0.1);
	margin: 0 auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.cs li p {
	color: var(--i_color);
	margin-top: 0.1rem;
}
.p_cont {
	position: relative;
	overflow: hidden;
}
.p_cont .imgs {
	position: absolute;
	bottom: 0;
	right: -0.2rem;
}
.p_cont .btnbox {
	display: flex;
	align-items: center;
	gap: 0 0.2rem;
}
.p_cont .btnbox .home_btn1 {}
.p_cont .btnbox .home_btn1 a {
	color: #666;

	border: 1px solid #666;

}
.p_cont .btnbox .home_btn1:hover {
	/* border-color: var(--i_color); */
}

.p_cont .btnbox .home_btn1:hover a {
	color: #fff;
	border-color: var(--i_color);

}
.p_cont .btnbox .btn {
	padding: 0.15rem 0.3rem;
	background: var(--i_color);
	color: #fff;
}
.p_cont .btnbox .btn 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) {
	.p_cont {
		padding: 0.2rem;
	}
	.p_cont .imgs {
		height: 1cm;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.p_table {
	margin: 0.2rem 0;
}
.p_menu {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.p_btn {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .3rem;
}
.p_btn li {
	-webkit-border-radius: 2rem;
	border-radius: 2rem;
	overflow: hidden;
	background: #626262;
}
.p_btn li:first-child {
	background: var(--i_color);
}
.p_btn a {
	display: block;
	padding: .1rem .3rem;
	font-size: 0.18rem;
	color: #FFF;
	text-transform: uppercase;
}
.p_share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .1rem;
}
.p_share p {
	color: var(--i_color2);
}
.p_share iconify-icon {
	font-size: 0.24rem;
	color: var(--i_color);
	opacity: 0.1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.p_share a:hover iconify-icon {
	color: var(--i_color);
	opacity: 1;
}
@media screen and (max-width:1024px) {
	.p_cont {
		width: 100%;
		margin: .4rem 0 0;
	}
	.p_cont h1 {
		font-size: 0.22rem;
	}
	.p_btn a {
		padding: 10px 20px;
		font-size: 16px;
	}
}
@media screen and (max-width:768px) {
	.p_cont h1 {
		font-size: 0.17rem;
	}
	.p_btn a {
		padding: 8px 20px;
		font-size: 14px;
	}
	.p_share {
		width: 100%;
		margin-top: 0.2rem;
	}
	.p_share p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px) {
	.xg {
		margin-bottom: 0.15rem;
	}
}
.share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 0.2rem;
	align-items: center;
}
.share a {}

.share iconify-icon {
	font-size: 0.26rem;
	color: #d8d8d8;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}
.share a:hover iconify-icon {
	color: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.share iconify-icon {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}

/* zhishiqi */
.pub-pagination {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0.2rem;
	display: block;
	margin-top: 0.3rem;
}
.pub-pagination .swiper-pagination-bullet {
	width: .07rem;
	height: .07rem;
	display: inline-block;
	margin: 0 6px;
	background: #666;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.pub-pagination .swiper-pagination-bullet-active {
	background: transparent;
	position: relative;
	width: 28px;
	height: 28px;
	border: 2px solid var(--i_color);
	box-sizing: border-box;
	text-align: center;
	line-height: 25px;
	font-size: 0.12rem;
	color: #666;
}

/* 选项卡样式 */
.p_feature {
	background: #222;
}
.p_feature .xxk {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p_feature .tab-list {
	width: 47%;
}

.p_feature .tab {
	padding: 0.35rem 0;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}
.p_feature .tab h6 {
	display: none;
}

.p_feature .tab.active h6 {
	display: block;
}
.p_feature .tab span {
	width: 80%;
}
.p_feature .tab .number {}
.p_feature .tab.active .number {
	color: var(--i_color);
}
.p_feature .tab.active p {
	color: var(--i_color);
}

.p_feature .tab-content {
	width: 48%;
	box-sizing: border-box;
}
.ffff {
	color: #fff !important;
}
.p_feature .content {
	display: none;
}


.p_feature .content img {

	width: 100%;
	object-fit: cover;
}

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

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



/* des */

.desbox .bt1 {
	display: inline;
	padding: 0.15rem 0.40rem;
	box-sizing: border-box;
	border-top: 2px solid var(--i_color);
	box-sizing: border-box;
	background: #fff;
}

.desbox .descbox {
	background: #fff;
	padding: 0.3rem;
	box-sizing: border-box;
}


.desbox article h2 {
	color: var(--i_color);
}


.p_faq li {
	background: var(--bjs);
	margin-bottom: 0.2rem;
}
.p_faq {
	background: #fff;
}
.p_faq li.curr {

	background: url(static/imgs/faqbj.webp) no-repeat center;
}
.p_faq li iconify-icon {
	font-size: 0.32rem;
}


.p_faq li .ic2 {
	display: none;
	color: #fff;

}


.p_faq li.curr .ic2 {
	display: block;
}

.p_faq li.curr .ic1 {
	display: none;
	color: #666;
}
.p_faq .tit {
	padding: .26rem 0.26rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
}
.p_faq li.curr article {
	color: #fff;
}
.p_faq .tit {}

.p_faq .tit.active {
	background-size: cover;
}

.p_faq .tit.active p {
	color: #fff;
}
.p_faq .tit p {
	font-size: 0.22rem;
}

.p_faq .tit.active {
	border-bottom: 1px solid transparent;
}
.p_faq .txt span {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	font-size: 0.2rem;
}
.p_faq em {
	flex-shrink: 0;
	display: table;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-right: 0.25rem;
	text-align: center;
	font-size: 0.18rem;
	color: #FFF;
}
.p_faq .tit em {
	background: var(--i_color);
}
.p_faq .txt em {
	background: #fff;
	color: var(--i_color);
}

.p_faq .txt {
	margin-bottom: 0.1rem;
	padding: 0 0.26rem;
	padding-bottom: 0.35rem;
	box-sizing: border-box;
	display: none;

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

	.p_faq em {
		display: none;
	}
	.p_faq .tit p {
		font-size: 0.16rem;
	}
	.p_faq .tit {
		padding: .2rem 0.26rem;
	}
}
.wzbox {
	background: url(static/imgs/tpbj.webp) no-repeat center;
	background-size: cover;
}
.n_t {}
.n_t .tag {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	align-items: center;
}
.n_t .tag p {}
.n_t .tag li a {
	padding: 10px 15px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: table;
	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: 0.2rem 0.1rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.n_p .img {
	width: 0.38rem;
	height: 0.38rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 100px;
	flex-shrink: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.n_p .img iconify-icon {
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.n_p a:hover iconify-icon {
	color: #fff;
}
.n_p a:hover .img {
	background: var(--i_color);
	border-color: 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) {}
.home_products_bac.home_products_bac2 {
	background: var(--bjs);
}
.home_products_bac2 .gen_products::after {
	background: url(static/imgs/btz3.png) no-repeat center;
	background-size: contain;
}
.home_products_bac2 li:hover .gen_products::after {
	background: url(static/imgs/logo_min.png) no-repeat center;
}
.home_products_bac2 .gen_products::before {
	display: none;
}
.home_products_bac2 .gen_products {
	background: #fff;
}
.home_products_bac2 .gen_products h3 {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	width: 80%;
	font-weight: bold;
}
.home_products_bac2.home_products_bac::after {
	display: none;
}




/* ul>li左图右文 */
.abbox {
	position: relative;
}

.abbox>img {
	position: absolute;
	left: 0;
	bottom: 0;
}

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

.abbox .wraps .left {
	width: 49%;
	position: relative;
}

.abbox .wraps .right img {
	width: 100%;
}

.abbox .wraps .right {
	width: 49%;
	position: relative;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

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

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











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


.abbox .right .imgs img {
	height: 0.94rem;
	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) {
	.abbox .right .imgs img {
		height: 0.5rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}



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



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

.why_us ul li {
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding-bottom: 29%;
}

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

.why_us ul li:hover::before {
	height: 0;
}

.why_us ul li:hover {
	text-align: start;
}

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

.why_us ul li .txt {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0.2rem;
	z-index: 99;
	padding: 0 0.3rem;
	box-sizing: border-box;
}


.why_us ul li p {
	margin: 0.2rem 0;
}
.why_us ul li h6 {
	display: none;
}

.why_us ul li:hover 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) {
	.why_us ul {}

	.why_us ul li {
		width: 48%;
		box-sizing: border-box;
		padding-bottom: 110%;
		text-align: start;
	}

	.why_us ul li .img {
		height: 0.3rem;
	}

	.why_us ul li h6 {
		display: block;
	}


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



.in_certy {
	position: relative;
	overflow: hidden;
}
.in_certy_list {
	position: relative;
	overflow: hidden;
	margin-right: -2px;
}
.in_certy_list .swiper-wrapper {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.in_certy_list .swiper-slide {
	flex-shrink: 0;
	position: relative;
	cursor: pointer;
	border: 1px solid var(--border_color);
	padding: 0.3rem;
	box-sizing: border-box;
}
.in_certy_list .swiper-slide-next {
	border-left: none;
	border-right: none;
}
.in_certy_list .swiper-slide-next+.swiper-slide {
	border-right: none;
}

.in_certy-prev,
.in_certy-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	width: 0.5rem;
	height: 0.5rem;
	font-size: 0.3rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	background: var(--i_color);
	color: #fff;
}
.in_certy-prev {
	left: 3%;
}
.in_certy-next {
	right: 3%;
}
.in_certy_list .swiper-button-disabled {
	cursor: not-allowed;
}
.in_certy-prev:hover,
.in_certy-next:hover {
	background: #000;
}
.in_certy-pagination {
	text-align: center;
}
.in_certy-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
	display: inline-block;
	margin: 0 8px;
	background: #999;
	outline: none;
	cursor: pointer;
	position: relative;
}
.in_certy-pagination .swiper-pagination-bullet::after {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
	background: none;
	border: 2px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.in_certy-pagination .swiper-pagination-bullet-active {
	background: var(--i_color);
}
.in_certy-pagination .swiper-pagination-bullet-active::after {
	width: 200%;
	height: 200%;
	border-color: var(--i_color);
}
.in_certy_list .img {
	position: relative;
	overflow: hidden;
	/* border: 6px solid #555; */
}
.in_certy_list .img::before {
	content: "";
	display: block;
	padding-bottom: 142.97%;
}
.in_certy_list .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.in_certy_list p {
	font-size: 0.18rem;
	text-align: center;
	color: #333;
	margin: 0.2rem 0;
}
.in_certy_list .img,
.in_certy_list img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.in_certy_list li:hover {
	border-bottom: 1px solid var(--i_color);
}
.in_certy_list li:hover img {
	width: 105%;
	height: 105%;
}
.in_certy_list li:hover p {
	color: var(--i_color);
}
@media screen and (max-width: 1440px) {
	.in_certy-prev {
		left: 0;
	}
	.in_certy-next {
		right: 0;
	}
	.in_certy_list .swiper-slide {
		padding: 0.2rem;
	}
	.in_certy_list p {
		font-size: 0.16rem;
	}
	.in_certy_list .img {
		border: 4px solid #555;
	}
}
@media screen and (max-width: 768px) {
	.in_certy-next,
	.in_certy-prev {
		display: none;
	}
}
@media screen and (max-width: 560px) {
	.in_certy-pagination {
		margin-top: 0.22rem;
	}
	.in_certy_list .swiper-slide {
		padding: 0.1rem;
	}
	.in_certy_list p {
		margin: 0.1rem 0;
	}
	.in_certy_list .img {
		border: 2px solid #555;
	}
}
.contact_form {
	position: relative;
	overflow: hidden;
}
.contact_form h2 {
	font-size: 0.4rem;
	color: #333;
	text-transform: capitalize;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.contact_form h2 span {
	color: var(--i_color2);
}
.contact_form h2::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -0.24rem;
	transform: translate(100%, 0);
	width: 2000px;
	height: 1px;
	background-color: var(--border_color);
}
.contact_form h3 {
	font-size: 0.16rem;
	color: #222222;
	margin-top: 0.15rem;
}
.contact_form_area {
	margin-top: 0.35rem;
}
#wpforms-72 {
	--input_font_size: 0.16rem;
	--input_height: 0.6rem;
}
@media screen and (max-width: 1024px) {
	#wpforms-72 {
		--input_font_size: 0.14rem;
		--input_height: 0.5rem;
	}
}


.sbbox {
	position: relative;
}


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

.sbbox img {
	width: 100%;
	object-fit: cover;
}


.sbbox .title {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 16%;
}



/* production_line */

.production_line_bac {

	box-sizing: border-box;

	padding: 1rem 0;

	background: url(static/imgs/facbj.webp) no-repeat center;
	background-size: cover;

}

.production_line {}









/*  */

.line_partner_box {

	margin-top: 0.6rem;

}



.line_partner {
	position: relative
}

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

.line_partner_list .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}

.line_partner_list li {

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	cursor: pointer;

	flex-direction: column;

	border-radius: 0.08rem;

	transform-style: preserve-3d;

	transition-property: transform;

	overflow: hidden;

}

.line_partner_list li::after {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(255, 255, 255, 0.5);

	transition: all 0.3s ease;

}

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

.line_partner_list .img:before {
	content: "";
	display: block;
	padding-bottom: 67%
}

.line_partner_list .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}





.line_partner_list .img img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.line_partner_list p {

	position: absolute;

	bottom: -100%;

	left: 0;

	width: 100%;

	box-sizing: border-box;

	padding: 1.2rem 2% 0.3rem 2%;

	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(33, 75, 151, 0));

	font-size: 0.2rem;

	color: #fff;

	text-transform: capitalize;

	text-align: center;

	font-family: 'med';

	opacity: 0;

	transition: all 0.7s ease;

}
.line_partner_list li.swiper-slide-active p {

	bottom: 0;

	opacity: 1;

}

.line_partner_list li.swiper-slide-active::after {
	opacity: 0;
}









/* 指示器 */

.line_partner .pt-pagination {
	display: none;
	text-align: center;
	margin: 0.4rem auto 0
}

.line_partner .pt-pagination .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	cursor: pointer;
	border: 1px solid var(--i_color);
	display: inline-block;
	margin: 0 0.05rem;
	box-sizing: border-box;
	background: var(--i_color);
	border-radius: 50%;
	outline: none
}

.line_partner .pt-pagination .swiper-pagination-bullet-active {
	position: relative;
	background: transparent
}



/* 左右箭头 */

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

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	width: 0.5rem;

	height: 0.5rem;

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

	box-sizing: border-box;

	z-index: 999;

	cursor: pointer;

	outline: none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.line_partner .pt-button-prev {
	left: 0%;
}

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.production_line_bac {

		padding: 0.8rem 0;

	}

	.line_partner_list p {

		padding: 1rem 2% 0.3rem 2%;

		font-size: 0.18rem;

	}



}

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

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

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

	.line_partner .pt-pagination {
		display: block
	}

	.production_line_bac {

		padding: 0.6rem 0;

	}

	.line_partner_list p {

		padding: 0.8rem 2% 0.2rem 2%;

		font-size: 0.16rem;

	}

}

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

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

	.line_partner_box {

		margin-top: 0.4rem;

	}

	.line_partner_list p {

		padding: 0.6rem 2% 0.2rem 2%;

		font-size: 0.14rem;

	}

}

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



















.pub3-pagination {
	display: block;
	margin-top: 0.3rem;
	text-align: center
}
.pub3-pagination .swiper-pagination-bullet {
	width: .07rem;
	height: .07rem;
	display: inline-block;
	margin: 0 6px;
	background: #666;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}
.pub3-pagination .swiper-pagination-bullet-active {
	background: transparent;
	position: relative;
	width: 28px;
	height: 28px;
	border: 2px solid var(--i_color);
	box-sizing: border-box;
	text-align: center;
	line-height: 25px;
	font-size: 0.12rem;
	color: #666;
}



/* oem */



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

	position: relative;
}

.oem_box>img {
	position: absolute;
	left: -3.8rem;
	/* height: 100%; */
	top: 0;
}

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

.oem_box .wrap .left {
	width: 35%;
}

.oem_box .wrap .right img {
	width: 100%;
}

.oem_box .wrap .right {
	width: 64%;
}
@media screen and (max-width:1440px) {
	.oem_box>img {
		display: none;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {

	.oem_box>img {
		display: none;
	}

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

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

/* 选项卡样式 */

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

.oemxxk .tab-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.oemxxk .tab {
	cursor: pointer;
	border-bottom: none;
	text-align: center;
	width: 12%;
	position: relative;
}


.oemxxk .tab:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -125%;
	width: 196px;
	height: 6px;
	background: url(static/imgs/xt.webp) no-repeat center;
	background-size: cover;

}

.oemxxk .yxbox {
	width: 75px;
	height: 75px;
	border-radius: 1000px;
	background: url(static/imgs/jbhs.webp) no-repeat center;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.oemxxk .yxbox.center {
	margin: 0.2rem auto;
}
.oemxxk .yxbox.va {
	background: var(--i_color);
}
.oemxxk .yxbox.va img {
	filter: contrast(0) brightness(20);
}

.oemxxk .tab.active .yxbox {
	background: var(--i_color);
}
.oemxxk .tab.active .yxbox img {
	filter: contrast(0) brightness(20);
}
.oemxxk .tab.active {}

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

.oemxxk .tab-content {}

.oemxxk .content {
	display: none;
	padding: 0.6rem;
	box-sizing: border-box;
	background: #fff;
}

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


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

	.oemxxk .tab:not(:last-child)::before {
		display: none;
	}
	.oemxxk .tab {
		width: 48%;
	}

	.oemxxk .tab-list {
		margin-bottom: 0.1rem;
	}

	.oemxxk .yxbox {
		width: 40px;
		height: 40px;
	}

	.oemxxk .yxbox img {
		height: 0.3rem;
	}

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




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

.con_box .wraps .left {
	width: 47%;
}

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

.con_box .wraps .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) {
	.con_box .wraps .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.con_box .wraps .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.sfj {
	background: url(static/imgs/servicebj.webp) no-repeat center;
	background-size: cover;
}
.sfj ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sfj ul li {
	width: 23%;
	position: relative;
	padding-bottom: 46%;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden;
}
.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.4rem;
	box-sizing: border-box;
	width: 100%;
}
.sfj ul li .txt p {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	text-align: start;
}
.sfj ul li .txt h6 {
	display: none;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.sfj ul li.active {
	width: 51.5%;
}
.sfj ul li.active>img {
	height: 63%;
}
.sfj ul li.active .txt {
	height: 37%;
	text-align: start;
	width: 100%;
	padding: 0.3rem 0.2rem 0.3rem 0rem;
	box-sizing: border-box;
}
.sfj ul li.active .txt p {
	text-align: start;
	margin-bottom: 0.1rem;
}
.sfj ul li.active .txt h6 {
	display: block;
}
@media screen and (max-width:1440px) {

	.sfj ul li.active .txt h6 {
		font-size: 0.12rem;
	}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.sfj ul li.active>img {
		height: 100%;
	}
	.sfj ul li.active .txt {
		text-align: center;
	}
	.sfj ul li,
	.sfj ul li.active {
		width: 100%;
		padding-bottom: 60%;
		text-align: center;
	}
	.sfj ul li.active .txt {
		padding: 0.1rem;
		height: auto;
	}
	.sfj ul li.active .txt h6 {
		display: none;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.s_list {}
.s_list li {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.s_list li:not(:last-child) {
	margin-bottom: 0.6rem;
}
.s_list li .img {
	width: 50%;
	position: relative;
	padding-bottom: 29%;
	overflow: hidden;
}
.s_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.s_list li .txt {
	width: 48%;
	box-sizing: border-box;
}
.s_list li .txt p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	color: #333;
	padding-bottom: 0.2rem;
}

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


.s_list li .txt p::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 80px;
	height: 4px;
	background: var(--i_color);

}
.s_list li .txt h6 {}
.s_list li .txt i {
	margin-right: 0.2rem;
	position: relative;
}
.s_list li:nth-child(even) .img {
	order: 5;
}
@media screen and (max-width:1440px) {
	.s_list li .txt i {
		font-size: 0.6rem;
	}
}
@media screen and (max-width:1366px) {
	.s_list li .txt i {
		font-size: 0.5rem;
	}
}
@media screen and (max-width:1200px) {
	.s_list li .txt i {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.s_list li:not(:last-child) {
		margin-bottom: 0.2rem;
	}
	.s_list li .txt i {
		font-size: 0.3rem;
	}
	.s_list li {
		margin-bottom: 0.1rem;
		background: #f7f7f7;
	}
	.s_list li .img {
		width: 100%;
		margin-bottom: 0.1rem;
		padding-bottom: 75%;
	}
	.s_list li .txt {
		width: 100%;
		padding: 0.2rem;
	}
	.s_list li:nth-child(even) .img {
		order: -5;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.faqbox {}
.faqbox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.faqbox .wrap .left {
	width: 35%;
}
.p_faq {
	background: var(--bjs);
}
.p_faq .faqbox .wrap .left img {
	width: 100%;
}
.faqbox .wrap .right {
	width: 65%;
}
.faqbox li {
	background: #fff;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.faqbox .wrap .left {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.faqbox .wrap .right {
		width: 100%;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.newscate_one {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 40px;
}
.newscate_one a {
	display: table;
	padding: 0.15rem 0.25rem;
	text-align: center;
	font-weight: bold;
	border-radius: 0.05rem;
	background: var(--bjs);
}
.newscate_one a:hover {
	background: var(--i_color);
	color: #fff;
}
.newscate_one a.active {
	background: var(--i_color);
	color: #fff;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.newscate_one {
		gap: 20px 0;
	}
	.newscate_one a {
		gap: 0 20px;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.aboutAdv {}
.aboutAdv_cont {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2%;
}
.aboutAdv_cont>img {
	flex-shrink: 0;
	width: 52%;
	min-height: 100%;
	object-fit: cover;
}
.aboutAdv_box {
	margin-left: auto;
	width: 45%;
}
.aboutAdv_list {
	padding-bottom: 40px;
	position: relative;
}
.aboutAdv_t {
	width: 100%;
	position: relative;
	z-index: 3;
}
.aboutAdv_t>img {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 999;
}
.aboutAdv_t::before {
	content: '';
	display: block;
	padding-bottom: 88.8%;
}
.aboutAdv_t dt {
	opacity: 0;
	position: absolute;
	top: 4%;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: .5rem;
	background: #F4F4F4;
	-webkit-border-radius: .2rem;
	border-radius: .2rem;
	box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.aboutAdv_item.active {
	opacity: 1;
	top: 0;
	z-index: 2;
}
.aboutAdv_item .num {
	position: absolute;
	top: .3rem;
	right: .3rem;
	font-size: 0.16rem;
	color: #999;
}
.aboutAdv_item img {
	width: 0.6rem;
	height: 0.6rem;
	object-fit: contain;
}
.aboutAdv_item h5 {
	display: table;
	padding-bottom: 0.14rem;
	margin: .3rem 0;
	font-size: 0.3rem;
	color: #222;
	font-weight: bold;
	position: relative;
}
.aboutAdv_item h5::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--i_color);
}
.aboutAdv_item span {
	display: block;
	max-height: 46%;
	overflow-y: auto;
}
.aboutAdv_item span::-webkit-scrollbar {
	width: 2px;
	height: 8px
}
.aboutAdv_a {
	position: absolute;
	left: 0.5rem;
	bottom: 1rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 .3rem;
}
.aboutAdv_a i {
	font-size: 0.16rem;
	color: var(--i_color);
}
.aboutAdv_a iconify-icon {
	font-size: 0.2rem;
	color: var(--i_color);
}
.aboutAdvShadow1,
.aboutAdvShadow2 {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	height: 50%;
	background: #F4F4F4;
	-webkit-border-radius: .2rem;
	border-radius: .2rem;
	box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.aboutAdvShadow1 {
	width: 90%;
	bottom: 0.2rem;
	z-index: 2;
}
.aboutAdvShadow2 {
	width: 80%;
	bottom: 0;
}
.aboutAdv_pagination {
	margin-top: 0.4rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 .12rem;
}
.aboutAdv_pagination span {
	width: .46rem;
	height: .06rem;
	background: #DDD;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.aboutAdv_pagination i {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--i_color);
}
.aboutAdv_pagination .active i {
	opacity: 1;
}
@media screen and (max-width:1024px) {
	.aboutAdv_t>img {
		display: none;
	}
	.aboutAdv_t dt {
		padding: 30px;
	}
	.aboutAdv_item img {
		width: 30px;
		height: 30px;
	}
	.aboutAdv_item h5 {
		font-size: 20px;
	}
	.aboutAdv_a {
		left: 30px;
		bottom: 20px;
	}
}
@media screen and (max-width:768px) {
	.aboutAdv_cont {
		gap: 40px 0;
	}
	.aboutAdv_cont>img {
		width: 100%;
	}
	.aboutAdv_box {
		width: 100%;
	}
	.aboutAdv_item img {
		width: 20px;
		height: 20px;
	}
	.aboutAdv_item h5 {
		margin: 10px 0;
		padding-bottom: 6px;
		font-size: 17px;
	}
}
@media screen and (max-width:560px) {}


.cus_process {
	background: #000 url(static/images) no-repeat center;
	background-size: cover;
}




.cp_list {

	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.cp_list .wraps:not(:last-child) {
	margin-bottom: 0.6rem;
}

.cp_list .wraps {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 0.35rem;
	box-sizing: border-box;
	border-left: 2px solid #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}



.cp_list .wraps .left {
	width: 29%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

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

.cp_list .wraps .right {
	width: 68%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.cp_list .wraps:hover {
	border-color: var(--i_color);
}

.cp_list .wraps:hover .left {
	width: 46%;
}

.cp_list .wraps:hover .right {
	width: 51%;
}


.mb15 {
	margin-bottom: 0.15rem;
}

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


	.cp_list .wraps:hover .left {
		width: 100%;
	}

	.cp_list .wraps:hover .right {
		width: 100%;
	}


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

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

/* form */
.sform {
	background: url(static/imgs/formbj.webp) no-repeat center;
	background-size: cover;
}
#wpforms-150 {
	--wpforms-field-size-input-height: 61px;
	--wpforms-button-background-color: var(--i_color);
	--wpforms-button-border-color: var(--i_color);
	--wpforms-page-break-color: var(--i_color);
}
#wpforms-150 {
	margin: 0;
	padding: 0;
}
#wpforms-form-150 {
	width: 100%;
	position: relative;
}

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

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

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


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

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

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

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

	#wpforms-150 {
		--wpforms-field-size-input-height: 42px;
	}
}
@media screen and (max-width:560px) {
	#wpforms-150 .wpforms-submit-container {
		width: 140px;
	}
	#wpforms-150 .wpforms-submit-container button {
		padding: 0;
	}
}


.newcate {
	gap: 10px 10px;
	background: var(--bjs);
}
.newcate li a {
	display: block;
	padding: 0.16rem 0.3rem;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newcate li {
	position: relative;
}
.newcate li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -10px;
	width: 10px;
	height: 100%;
	background: #fff;
}

.newcate li a {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newcate li a::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -12px;
	width: 0%;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid var(--i_color);
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.newcate li.active {
	background: var(--i_color);
}
.newcate li:hover {
	background: var(--i_color);
}
.newcate li a:hover::before {
	opacity: 1;
}
.newcate li:hover a {
	color: #fff;
}
.newcate li.active a {
	color: #fff;
}
.newcate li.active a::before {
	opacity: 1;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.newcate li a::before {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid var(--i_color);
		bottom: -6px;
	}
	.newcate li::after {
		display: none;
	}
	.newcate {
		gap: 20px;
	}
	.newcate li a {
		padding: 0.1rem 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.news_list {}
.news_list li {
	padding: 0.3rem 0;
	border-bottom: 1px solid var(--border-color);
}
.news_list li a {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.news_list li .img {
	width: 18%;
	position: relative;
	padding-bottom: 11%;
	overflow: hidden;
}
.news_list li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.news_list li .txt {
	width: 80%;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.news_list li .txt p {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list li .txt h6 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.news_list li .txt h5 {
	display: inline;
	position: relative;
}
.news_list li:hover .img img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}
.news_list .n_list4 {
	border-top: 1px solid var(--border-color);
}
.news_list li:hover p {
	color: var(--i_color);
}
.news_list li:hover {
	border-color: var(--i_color);
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.news_list li .img {
		width: 100%;
		padding-bottom: 100%;
	}
	.news_list li .txt {
		width: 100%;
		padding: 0.1rem;
	}
	.news_list li .txt h6 {
		margin: 0.15rem 0;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
.news_list li:hover .zsq {
	background: var(--i_color);
	border-color: var(--i_color);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.news_list li:hover .zsq img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.news_list li:hover .zsq img {
	filter: contrast(0) brightness(20);
}
.zsq {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #333;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.zsq {
		width: 24px;
		height: 24px;
	}
	.zsq img {
		height: 0.2rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}
/* ---------------contact------------ */
.c_info_list {
	transform: translateY(50%);
	margin-top: -0.6rem;
	background: url(static/imgs/contactbj.webp) no-repeat center;
	background-size: cover;
	padding: 0.5rem 1.2rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.2rem 0;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}
.c_info_list li {
	width: 25%;
}
.c_info_list .ico {
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0.3rem;
	background: #fff;
	color: var(--i_color);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.c_info_list p {
	font-size: 0.16rem;
	margin: 0.1rem 0;
	color: #fff;
	padding-top: 0.1rem;
}
.c_info_list a {
	font-size: 0.24rem;
	color: #fff;
}
.c_info_list li,
.c_info_list iconify-icon {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.c_info_list li:hover iconify-icon {
	transform: rotateY(180deg);
}
.c_info_list li:hover {
	transform: translateY(-6px);
}
.c_info_list a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1440px) {
	.c_info_list {
		padding: 0.4rem 0.5rem;
	}
}
@media screen and (max-width: 1024px) {
	.c_info_list {
		padding: 0.3rem 0.4rem;

		background: #000;
	}
	.c_info_list a {
		font-size: 0.2rem;
	}
	.c_info_list p {
		font-size: 0.18rem;
	}
	.c_info_list .ico {
		width: 0.6rem;
		height: 0.6rem;
		font-size: 0.24rem;
	}
}
@media screen and (max-width: 560px) {
	.c_info_list {
		transform: translateY(0);
		margin: 0.3rem 0;
	}
	.c_info_list li {
		width: 100%;
	}
}
.map {
	position: relative;
	overflow: hidden;
}
.map::before {
	content: "";
	display: block;
	padding-bottom: 36%;
}
.map iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hide {
	display: none;
}





/* search results list */

.in_search_list {

	margin-bottom: 0.2rem;

}

.in_search_list a {

	background: #F5F5F5 !important;

}

.in_search_list {

	overflow: hidden;

}

.in_search_list li {

	box-sizing: border-box;

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

	margin-bottom: 0.26rem;

}

.in_search_list a {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	padding: .2rem;

}

.in_search_list .img {

	width: 2.2rem;

	position: relative;

	overflow: hidden
}

.in_search_list .img::before {

	content: "";

	display: block;

	padding-bottom: 80%
}

.in_search_list .img img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover
}

.in_search_list .txt {

	width: calc(100% - 2.6rem);

	margin-left: auto;

	box-sizing: border-box;

}

.in_search_list h2 {

	font-size: 0.18rem;

	color: #212121;

	font-weight: bold;

	position: relative;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}

.in_search_list h6 {

	margin: .1rem 0;

	font-size: 0.14rem;

	color: #666;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

}

.in_search_list i {

	display: inline-block;

	padding: .06rem .1rem;

	font-size: 0.13rem;

	color: var(--i_color);
	background: #EDEDED;
	-webkit-border-radius: .04rem;
	border-radius: .04rem;
	box-sizing: border-box;
}
.in_search_list li:hover {
	border-color: var(--i_color);
}
.in_search_list li:hover h2 {
	color: var(--i_color);
}

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

	.in_search_list h2 {

		font-size: 0.15rem;

	}

	.in_search_list h6 {

		font-size: 0.13rem;

	}

	.in_search_list i {

		font-size: 0.12rem;

	}

}

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

	.in_search_list li {

		padding-bottom: 0.2rem;

		margin-bottom: 0.2rem;

		border: none;

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

	}

	.in_search_list a {

		padding: 0;

	}

	.in_search_list .img {

		width: 1.2rem;

	}

	.in_search_list .txt {

		width: calc(100% - 1.5rem);

	}

	.in_search_list .txt i {

		display: none;


	}


	.in_search_list h2 {

		font-size: 0.14rem;

	}

}

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


.vd_box {

	display: none;

	position: fixed;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;

}

.i_a_btn {

	background: var(--liner_color);

}

.vd_box::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}

.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}

.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

	left: 50%;

	font-size: 0.44rem;

	color: #FFF;

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

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

.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}

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

	.iabout .tit h6 {

		margin: 0 auto;

	}

	.iabout .tit p {

		text-align: center;

		margin: 0 auto;

	}

	.i_ab .btn {

		margin: 0 auto;

	}

	.vd_box {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}

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

	.vd_box {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}

.i_tit {
	text-align: center;
}


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


article h2 {
	color: var(--i_color);
}


.p_faq2 li.curr {
	background-size: cover;
}

.p_faq.p_faq2 {
	background: #fff;
}

.pl3 {}
.pl3 .p3_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.line.va {
	background: var(--i_color);
	height: 1px;
	width: 100%;
}

.pl3 .p3_list li {
	width: 32%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.pl3 .p3_list li:nth-child(2) .txt {
	order: -5;
}

.pl3 .p3_list li:nth-child(2) .img {
	order: 5;
}

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

.pl3 .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;
}
.pl3 .p3_list li .txt {
	padding: 0.2rem;
	box-sizing: border-box;
	background: #666;
}
.pl3 .p3_list li .txt p {

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

}
.pl3 .p3_list li .txt h6 {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	height: 180px;
	/* overflow-y: scroll; */
}
.pl3 .p3_list li:hover img {
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.pl3 .p3_list li:hover p {}

.pl3 .p3_list li:nth-child(2) .txt {
	order: -5;
}

.pl3 .p3_list li:nth-child(2) .img {
	order: 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) {

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


.top_language_all {
	display: flex !important;
	flex-wrap: wrap;
	align-content: center;
}

.toph {
	height: var(--header_height);
	display: none;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.toph {
		display: block;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}


.top_cont.active{
    opacity: 1;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	background: #000;
}


.thanks{
			display:-webkit-flex; display:flex; flex-wrap:wrap;
			justify-content: center;
			align-items: center;

}

.ani {
  animation: fadeIn 1s ease-in-out; /* 动画时间为 1s */
}


.yd_xs{
	display: none;
}


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

	.yd_xs{
		display: block;
	}
	.yd_yc{
		display: none;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}







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

.p_list4cate li {
	width: 23.2%;
	box-sizing: border-box;
}

.p_list4cate li .img {
	position: relative;
	padding-bottom: 82%;
	overflow: hidden;
}

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

.p_list4cate li .btn {}
.p_list4cate li .btn b {}

.p_list4cate li .txt p {

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

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

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


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

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