<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: kegland
Version: 1.0
Description: 瀹夊窘棰嗚仛鏁板瓧浣滀负Google涓浗鍖烘牳蹇冨悎浣滀紮浼�,鎷ユ湁瀹夊窘鐪佸敮涓€鐨勪竴瀹禛oogle鍑烘捣浣撻獙涓績,涓哄畨寰芥湰鍦熷寲澶栬锤浼佷笟鍑烘捣鎻愪緵涓€绔欏紡鏈嶅姟鈥斺€旂綉绔欐惌寤�,璋锋瓕SEO浼樺寲,璋锋瓕绔炰环,璋锋瓕SNS绀惧獟钀ラ攢绛夈€�
Author: 鐗堟潈鎵€鏈夛細瀹夊窘棰嗚仛
*/
@charset "utf-8";

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

.wrap_top {
	width: 88%;
	margin: 0 auto
}

html {
	scroll-behavior: smooth
}

.wrap_left{
	box-sizing: border-box;
	padding-left: 8.335%;
}
.wrap_right{
	box-sizing: border-box;
	padding-right: 8.335%;
}


@media screen and (max-width:1600px) {
	.wrap {
		width: 78%
	}
	.wrap_left{padding-left: 6%;}
	.wrap_right{padding-right: 6%;}
	.wrap_top {
		width: 90%;
	}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 88%
	}
	.wrap_left{padding-left: 5%;}
	.wrap_right{padding-right: 5%;}
	.wrap_top {
		width: 94%;
	}
}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@media screen and (max-width:1024px) {
	.wrap {
		width: 94%
	}
	.wrap_top {
		position: initial;
	}
	.wrap_left{padding-left: 3%;}
	.wrap_right{padding-right: 3%;}
}


:root {
	--i_color: #ff0000;
	/* 鍏ㄥ眬棰滆壊 */
	--i_color2: #FFA505;
	/* 鍓鑹� */
	--header_height: 0.8rem;
	/* 澶撮儴楂樺害 */
	--border_color: rgba(0, 0, 0, .1);
	/* 榛樿杈规棰滆壊 */
	--f_menu_height: 50px;
	/* 绉诲姩绔簳閮ㄨ彍鍗� */
	--linear-gradien:linear-gradient(135deg, rgba(31,99,157,1),rgba(37,55,155,1));
}

@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: 'Roboto';
	src: url('static/webfonts/Roboto-Regular-14.ttf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Roboto-Bold-3.ttf');
} */
@font-face {
	font-family: 'bincond';
	src: url('static/webfonts/DINCond-Bold.otf');
}




/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
/* header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
	z-index: 2014;
} */

.top_cont {
	position: relative;
	z-index: 2013;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
/* .TopHeader .top_cont {
	background: #222;
} */

@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	header {border-radius:0}
	/* .top_cont {
		background: #333 !important;
	} */
	
}



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

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





/* 瀵艰埅 */
@media screen and (min-width:1025px) {
	.i_nav {
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		z-index: 2014;
		margin-left: 0.4rem;
	}

	.i_nav&gt;li {
		position: relative;
		margin: 0 .4rem;
	}

	.i_nav&gt;li&gt;a {
		display: block;
		font-size: .18rem;
		color: #333;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
		position: relative;
	}
	.i_nav&gt;li&gt;a::after{
		content: '';
		position: absolute;
		bottom: 0.2rem;
		left: 50%;
		transform: translate(-50%, 0);
		width: 0rem;
		height: 0.03rem;
		border-radius: 0.02rem;
		background-color: var(--i_color);
		transition: all 0.3s ease;
	}
	.i_nav&gt;.current-menu-item&gt;a,
	.i_nav&gt;.current-category-ancestor&gt;a,
	.i_nav&gt;.current-post-ancestor&gt;a,
	.i_nav&gt;.current-menu-ancestor&gt;a,
	.i_nav&gt;.current-menu-parent&gt;a,
	.i_nav&gt;li:hover&gt;a,
	.i_nav .curr&gt;a {
		transition: all 0.3s ease;
		position: relative;
		color: var(--i_color);
	}


	.i_nav&gt;.current-menu-item&gt;a::after,
	.i_nav&gt;.current-category-ancestor&gt;a::after,
	.i_nav&gt;.current-post-ancestor&gt;a::after,
	.i_nav&gt;.current-menu-ancestor&gt;a::after,
	.i_nav&gt;.current-menu-parent&gt;a::after,
	.i_nav&gt;li:hover&gt;a::after,
	.i_nav .curr&gt;a::after{
		width: 0.25rem;

	} 









	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: #4F4F4F;
		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: #fff;
		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:1600px){
	.i_nav {
		margin-left: 0.3rem;
	}
}
@media screen and (max-width:1440px) {
	.i_nav&gt;li {
		margin: 0 .3rem;
	}
	.i_nav&gt;li&gt;a {font-size: .16rem;}
	
}
@media screen and (max-width:1366px) {
	.i_nav&gt;li {
		margin: 0 .25rem;
	}
	.i_nav&gt;li&gt;a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	
	.i_nav&gt;li&gt;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&gt;li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav&gt;.menu-item-has-children i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		background: #F1F1F1;
	}
	.i_nav&gt;.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&gt;.menu-item-has-children i.on::before {
		content: '\f106';
	}

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

	.i_nav&gt;li&gt;.sub-menu {
		display: none
	}
	.i_nav&gt;li&gt;.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&gt;li&gt;.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&gt;li&gt;.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: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #222;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #222;
	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: .26rem
}
.top_r {
	margin-left: 0.3rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 0.3rem;
	height: var(--header_height);
	margin-left: auto;
}

.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
/* .top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.15rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.22rem;
	background-color: #D8D8D8;
} */
.top_search_ico iconify-icon {
	font-size: var(--size);
	color: white;
	cursor: pointer;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color);
}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language&gt;iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #333;
}
.top_language.on&gt;iconify-icon {
	color: var(--i_color);
}


.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(var(--header_height) - .2rem);
	right: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: .04rem .06rem .1rem rgb(0 0 0 / 10%);
}

.top_language_list ul {
	overflow: hidden;
}

.top_language_list li {
	background: #FFF;
}
.top_language_list a&gt;span {
	display: block;
	padding: 0 14px;
	min-width: 100px;
	overflow: hidden
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: .12rem;
	color: #666;
	line-height: .3rem
}

.top_language_list li:hover {
	background: var(--i_color)
}
.top_language_list li:hover .trp-ls-language-name {
	color: #FFF;
}
.top_language,
.top_language&gt;i {
	-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_r{margin-right: 0.3rem;}
}
@media screen and (max-width:768px) {
	.top_search_ico{width: 2.5rem;}
}
@media screen and (max-width:560px) {
	.top_search_ico{width: 2rem;}
	
}
@media screen and (max-width:425px) {
	.top_search_ico{width: 1.5rem;}
}


header,
.top_cont,
.logo,
.logo img,
.i_nav&gt;li,
.i_nav&gt;li&gt;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 {
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {
	
}
.top_search form {
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0.8rem;
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	background-color: #FAFAFA;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background:#FAFAFA url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
}

.top_search_ipt::-webkit-input-placeholder{color:#000; }
.top_search_ipt::-moz-placeholder{color:#000; }
.top_search_ipt::-moz-placeholder{color:#000; }
.top_search_ipt::-ms-input-placeholder{color:#000; }







@media screen and (max-width:1366px) {
	
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
	}
	
}
@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 {}
	.top_r {
		gap: 0 0.2rem;
	}
}










/* 瀵艰埅涓嬫媺 */
/* products */

@media screen and (min-width:1025px) {

}

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

/* pc瀵艰埅涓嬫媺鑿滃崟 */

.nav_list_show {
	display: none;
	border-top: 2px solid var(--i_color);
	position: absolute;
	top: calc(var(--header_height) + var(--header_heights));
	left: 0;
	box-sizing: border-box;
	padding: .4rem 0;
	width: 100%;
	background: rgb(255 255 255 / 96%);
	z-index: 2013
}

/* pc绔� 浜у搧瀵艰埅涓嬫媺 */
.nav_list_box {
	display: -webkit-flex;
	display: flex;
	justify-content: center
}
.nav_list_show ul {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	gap: 0.3rem;
}
/*婊氬姩鏉�*/
.nav_list_show ul::-webkit-scrollbar {
	width: 3px;
	height: 3px
}
.nav_list_show ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: var(--i_color)
}
.nav_list_show ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(255, 255, 255, .2)
}

.nav_list_show li {
	width: calc((100% - 1.2rem) / 5);
	background: #f2f3f7;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	overflow: hidden;
	position: relative;
}
.nav_list_show li::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--i_color);
}

.nav_list_show li a {
	display: block;
	overflow: hidden
}
.nav_list_show li:hover::after {
	width: calc(100% - .16rem * 2);
}

.nav_list_show .img {
	width: 100%;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	background: #FFF;
	position: relative;
	overflow: hidden
}
.nav_list_show .img:before {
	content: "";
	display: block;
	padding-bottom: 66%
}
.nav_list_show .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}
.nav_list_show .txt {
	padding: .16rem;

}
.nav_list_show .txt&gt;a {
	font-size: .16rem;
	color: #444;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.nav_solutions_show .txt&gt;a {
	text-align: center;
}
.nav_list_show dl {
	margin-top: .1rem;
}
.nav_list_show dt {
	position: relative;
	overflow: hidden;
}
.nav_list_show dt::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: -.2rem;
	width: .16rem;
	height: .16rem;
	background: url(static/images/arrow_right_hollow_nav.svg) no-repeat center;
	background-size: contain;
}
.nav_list_show dt a {
	max-width: calc(100% - .4rem);
	font-size: .15rem;
	color: #666;
	line-height: .24rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav_list_show li:hover .txt&gt;a {
	color: var(--i_color);
}
.nav_list_show dt:hover::after {
	right: 0;
}
.nav_list_show dt a:hover {
	margin-left: .14rem;
	color: var(--i_color);
}
.nav_list_show li::after,
.nav_list_show dt::after,
.nav_list_show dt a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {
	
}
@media screen and (max-width:1366px) {
	
	.nav_list_show .txt&gt;a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1200px) {
	
}




/* -=---------------------banner--------------------------- */
/* banner */
.banner{width:100%; position:relative;margin-top: var(--header_height);}
.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:68.5vh; position:relative;}
.banner .swiper-slide a{
	display: block;
	width: 100%;
}
.banner .swiper-slide a&gt;img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover}
.banner .swiper-slide video{position:absolute; left:0; top:0; width:100%; height:100%!important; object-fit:cover; z-index:2}
.banner .swiper-slide{
	width: 100%;
	display: block;
	transition:all 0.3s ease;
}
.banner .swiper-button-prev, .banner .swiper-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 .swiper-button-prev{left:-60px; background:rgba(0,0,0,.6) url(static/imgs/arrow_left_kx_bai.svg) no-repeat center; background-size:26px}
.banner .swiper-button-next{right:-60px; background:rgba(0,0,0,.6) url(static/imgs/arrow_right_kx_bai.svg) no-repeat center; background-size:26px}
.banner:hover .swiper-button-prev{left:4%}
.banner:hover .swiper-button-next{right:4%}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:var(--i_color)}

.banner .pagination-all{
	position:absolute;
    bottom: 5%;
    left: 50%;
	transform:translate(-50%,0);
	cursor:pointer;
	z-index:10;
}
.banner .swiper-pagination {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: left;
}
.banner .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 10px;
	position: relative;
	z-index: 4;
	transition: width,height,background-color 0.5s;
	-webkit-transition: width,height,background-color 0.5s;
	-moz-transition: width,height,background-color 0.5s;
	-ms-transition: width,height,background-color 0.5s;
}
.banner .swiper-pagination-bullet-active {
	background: transparent;
    position: relative;
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	border: 4px solid #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){
	.banner .swiper-button-prev,.banner .swiper-button-next{display: none;}
	.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: 33%
	}
}
@media screen and (max-width:959px){
	.banner .pagination-all{bottom:30px;}
	
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:560px){
	
	.banner .pagination-all{bottom:26px}
	
}
@media screen and (max-width:425px){
	
}




/* home_products */
.home_products_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.home_products{

}
.title{

}

.title p{
	font-size: 0.3rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
.title p span{
	color: var(--i_color);
}
.title_white p{
	color: #fff;
}
.home_btn{
   position: relative;
   overflow: hidden;
   border: 1px solid var(--i_color);
   border-radius: 0.2rem;
   box-sizing: border-box;
}
.home_btn a,.home_btn span{
   display: inline-block;
   padding: 0.08rem 0.4rem;
}
.home_btn_div{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
}
.home_btn_div p{
   font-size: 0.15rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}
.home_btn_div i{
    display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.05rem;
}
.home_btn_div i iconify-icon{
   font-size: 0.2rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}
.home_btn:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(1) scaleX(1.25);
	top: 100%;
	width: 140%;
	height: 180%;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	display: block;
	transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
	z-index: -1;
}
.home_btn:after {
	content: "";
	position: absolute;
	left: 55%;
	transform: translateX(-50%) scaleY(1) scaleX(1.45);
	top: 180%;
	width: 160%;
	height: 190%;
	background-color: var(--i_color);
	border-radius: 50%;
	display: block;
	transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
	z-index: -1;
}
  



.home_btn:hover{


}
.home_btn:hover:before {
	top: -35%;
	background-color: var(--i_color);
	transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.home_btn:hover:after {
	top: -45%;
	background-color: var(--i_color);
	transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.home_btn:hover p{
	color: #fff;
}
.home_btn:hover i iconify-icon{
	color: #fff;
}


@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.home_products_bac{padding: 0.6rem 0;}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:959px){
		
}
@media screen and (max-width:767px){
	.title p{font-size: 0.28rem;}
}
@media screen and (max-width:560px){
	.title p{font-size: 0.26rem;}
}
@media screen and (max-width:425px){
	
}







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

.Hp_partner{position:relative}
.Hp_partner_list{width:100%; padding:0.1rem 0 !important;box-sizing: border-box; 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;
}
.Hp_partner_list li a{
	display: block;
	width: 100%;
}
.Hp_partner_list .img{width:100%; box-sizing:border-box; border:1px solid rgba(0,0,0,.2); position:relative;}
.Hp_partner_list .img:before{content:""; display:block; padding-bottom:100%}
.Hp_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


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

.Hp_text{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}
.Hp_text&gt;p{
	width: 100%;
	font-size: 0.18rem;
	color: #333;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	text-align: center;
	margin: 0.2rem 0;
}

.Hp_partner_list li:hover img{
	box-shadow: 0px 0px 5px 2px rgba(255, 0, 0, 0.18);
}


/* 鎸囩ず鍣� */
.Hp_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.Hp_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; 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:40%; transform:translate(0,-50%); width:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}
.Hp_partner .pt-button-prev:before, .Hp_partner .pt-button-next:before{
	position:absolute;
	top:50%;
	left:50%;
	font-size:30px;
	line-height:30px;
	color:#FFF;
	font-family:-apple-system, simsun, system-ui, sans-serif;
	letter-spacing:-2px;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.Hp_partner .pt-button-prev{left:1px}
.Hp_partner .pt-button-prev:before{content:"&lt;"}
.Hp_partner .pt-button-next{right:1px}
.Hp_partner .pt-button-next:before{content:"&gt;"}

@media screen and (max-width:1440px){
	
}
@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}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.Hp_partner_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.Hp_partner .pt-pagination{margin:14px auto 0}
	.Hp_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}



/* home_kegland */
.home_kegland_bac{
	box-sizing: border-box;
	padding:0.4rem 0 0.8rem 0;
}
.home_kegland{
	display: flex;
	display: -webkit-flex;
	gap: 0.5rem;
	align-items: flex-start;
}
.home_kegland li{
	width: calc((100% - 1rem) / 3);
	position: relative;
}
.home_kegland_li1{
    position: relative;
	overflow: hidden;
}
.home_kegland_li1::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.home_kegland_li1 img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
} 
.home_kegland_li2{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
}
.home_kegland_li2Img{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 0.3rem;
}
.home_kegland_li2Img::after{
	content: '';
	display: block;
	padding-bottom: 68%;
}
.home_kegland_li2Img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_kegland_li2 h2{
    font-size: 0.2rem;
	color: #434343;
	text-align: center;
	font-weight: bold;
	margin: 0.4rem 0;
}
.home_kegland_li2 h3{
	font-size: 0.16rem;
	color: #666;
	line-height: 140%;
	text-align: center;
	margin-bottom: 0.4rem;
}
.home_kegland_li2 h3 span{
	color: var(--i_color);
}


@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.home_kegland_bac{
		padding:0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:959px){
	.home_kegland{
		gap: 0.1rem;
	}
	.home_kegland li{
		width: 100%;
	}
	.home_kegland_li1{display: none;}
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:560px){
	.home_kegland_li2 h2 {margin: 0.3rem 0;}
	.home_kegland_li2 h3 {margin-bottom: 0.3rem;}
}
@media screen and (max-width:425px){
	.home_kegland_li2 h2 {margin: 0.2rem 0;}
	.home_kegland_li2 h3 {margin-bottom: 0.2rem;}
}






/* -----------------home_about ----------------*/
.home_about_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: url('static/imgs/home_about_bac.webp') no-repeat center;
   background-size: cover;
}
.home_about{

}
.home_about_all{
	margin-top: 0.6rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home_about_left{
	width: 48%;
	position: relative;
}
.home_about_left::after{
	content: '';
	display: block;
	padding-bottom: 61%;
}
.home_about_left img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_about_right{
	width: 48%;
	background: rgba(0, 0, 0, 0.46);
	box-sizing: border-box;
	padding: 0.4rem;
}
.home_about_right h3{
   font-size: 0.3rem;
   color: rgb(244, 202, 57);
   font-weight: bold;
   margin-bottom: 0.2rem;
}
.home_about_right h4{
   font-size: 0.16rem;
   color: #fff;
   opacity: 0.8;
   line-height: 150%;
}


@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.home_about_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:959px){
		
}
@media screen and (max-width:767px){
	.home_about_left{
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.home_about_right{
		width: 100%;
	}
}
@media screen and (max-width:560px){
	.home_about_all {margin-top: 0.4rem;}
}
@media screen and (max-width:425px){
	
}

/* -------------------------partner---------------------------- */

.partner_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.partner{

}





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

.par_partner{position:relative}
.par_partner_list{width:100%; padding:0.1rem; 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;
}

.par_partner_list .img{width:100%; box-sizing:border-box; border:1px solid rgba(0,0,0,.1); position:relative; overflow:hidden}
.par_partner_list .img:before{content:""; display:block; padding-bottom:56%}
.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:12px; height:12px;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.par_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 宸﹀彸绠ご */
.par_partner .pt-button-prev, .par_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}
.par_partner .pt-button-prev:before, .par_partner .pt-button-next:before{
	position:absolute;
	top:50%;
	left:50%;
	font-size:30px;
	line-height:30px;
	color:#FFF;
	font-family:-apple-system, simsun, system-ui, sans-serif;
	letter-spacing:-2px;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.par_partner .pt-button-prev{left:1px}
.par_partner .pt-button-prev:before{content:"&lt;"}
.par_partner .pt-button-next{right:1px}
.par_partner .pt-button-next:before{content:"&gt;"}

@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}
	.partner_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){
	.par_partner .pt-pagination{margin:14px auto 0}
	.par_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}


/* -------------------------------zs-------------------------------- */

.zs_bac{
   box-sizing: border-box;
   padding-bottom: 0.8rem;
}
.zs{

}




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

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

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


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

/* 鎸囩ず鍣� */
.zs_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.zs_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.zs_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 宸﹀彸绠ご */
.zs_partner .pt-button-prev, .zs_partner .pt-button-next{position:absolute; top:50%; transform:translate(0,-50%); width:40px; height:50px; background:rgba(0,0,0,.3); z-index:999; cursor:pointer; outline:none}
.zs_partner .pt-button-prev:before, .zs_partner .pt-button-next:before{
	position:absolute;
	top:50%;
	left:50%;
	font-size:30px;
	line-height:30px;
	color:#FFF;
	font-family:-apple-system, simsun, system-ui, sans-serif;
	letter-spacing:-2px;
    -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.zs_partner .pt-button-prev{left:1px}
.zs_partner .pt-button-prev:before{content:"&lt;"}
.zs_partner .pt-button-next{right:1px}
.zs_partner .pt-button-next:before{content:"&gt;"}

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.zs_partner .pt-button-prev, .zs_partner .pt-button-next{display:none}
	.zs_partner .pt-pagination{display:block}
	.zs_bac{padding-bottom: 0.6rem;}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.zs_partner_box{margin-top: 0.4rem;}
}
@media screen and (max-width:560px){
	.zs_partner .pt-pagination{margin:14px auto 0}
	.zs_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}



/*----------------------------------- footer------------------------------ */
.footer_top_bac{
    background-color: #d9d9d9;
	box-sizing: border-box;
	padding: 0.2rem 0;
	border-bottom: 1px solid #fff;
}
.footer_top{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.2rem;
}
.footer_top_ul{
   display: flex;
   display: -webkit-flex;
   gap: 0 0.5rem;
}
.footer_top_ul li{

}
.footer_top_ul li a{
   font-size: 0.18rem;
   color: #434343;
   text-transform: capitalize;
   display: inline-block;
   box-sizing: border-box;
   position: relative;
   transition: all 0.3s ease;
}
.footer_top_ul li a::after{
	content: '';
	bottom: 0;
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.3s ease;
}
.footer_top_ul li a:hover{
	color: var(--i_color);
}
.footer_top_ul li a:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}
.footer_top_img{

}
.footer_top_img img{
   height: 0.64rem;
}


.footer_bac{
	background-color: #d9d9d9;
	box-sizing: border-box;
	padding: 0.4rem 0;
}
.footer{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
}
.footer_div1,.footer_div2,.footer_div3{
   width: 26.3%;
}
.footer_h3{
   font-size: 0.24rem;
   color: var(--i_color);
   font-weight: bold;
   text-transform: capitalize;
   margin-bottom: 0.2rem;
}

.footer_2_dl{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.25rem 0;
}
.footer_2_dl dt{ 
   display: flex;
   display: -webkit-flex;
   gap: 0.1rem;
}
.footer_2_dl dt iconify-icon{
   font-size: 0.2rem;
   color: var(--i_color);
   margin-top: 0.03rem;
}
.footer_2_dl dt a{
   font-size: 0.15rem;
   color: #434343;
   line-height: 170%;
   transition: all 0.3s ease;
}
.footer_2_dl dt a:hover{
	color: var(--i_color);
}
.footer_3_ul{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	gap: 0.25rem 0;
}  
.footer_3_ul li{

}
.footer_3_ul li h4{
    font-size: 0.15rem;
	color: #434343;
	margin-bottom: 0.1rem;
}
.footer_3_ul li a{
	font-size: 0.15rem;
	color: var(--i_color);
	font-weight: bold;
}
.footer_3_dl{
   display: flex;
   display: -webkit-flex;
   gap: 0.2rem;
   margin-top: 0.4rem;
}
.footer_3_dl dt{
   
}
.footer_3_dl dt a{

}
.footer_3_dl dt a iconify-icon{
	font-size: 0.3rem;
	color: #434343;
	transition: all 0.3s ease;
}
.footer_3_dl dt a iconify-icon:hover{
	color: var(--i_color);
	transform: translateY(-0.05rem);
}
.footr_bto_bac{
	box-sizing: border-box;
	padding: 0.2rem 0;
	background-color: var(--i_color);
}
.footr_bto{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   align-items: center;
}
.footr_bto p{
   font-size: 0.14rem;
   color: #fff;
}
.footr_bto a{
	font-size: 0.14rem;
	color: #fff;
}


@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.footer_div1,.footer_div2,.footer_div3{
		width: 30%;
	}
}
@media screen and (max-width:1024px){
	.footer_div2{
		display: none;
	}
	.footer_div1,.footer_div3{
		width: 100%;
	}
	.footer_top_bac{display: none;}
	.footer {
		flex-wrap: wrap;
		gap: 0.2rem;
	}
}
@media screen and (max-width:959px){
		
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
}


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


#wpforms-31 input, #wpforms-31 button{margin:0; padding:0; border:none; background:none}
#wpforms-31 .wpforms-field{padding:0; margin:0}
#wpforms-31 .wpforms-error-container{line-height:0.16rem}

#wpforms-31 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-31 .wpforms-submit-container{padding:0!important; width:1.5rem; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;transition: all 0.3s ease;margin-left: auto;}



#wpforms-31 .wpforms-field{
	position: relative;
}
#wpforms-31 .wpforms-field-label{
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 !important;
}
#wpforms-31 .wpforms-field-label span{
	position: absolute;
	top: 15px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

#wpforms-31 .wpforms-error{
	margin-top: 0.01rem;
	font-size: 0.12rem !important;
}


#wpforms-31 .wpforms-field{width:100%; padding-bottom:0.1rem; background:transparent; overflow:hidden}

#wpforms-31 input{height:var(--input_height)}
#wpforms-31 textarea{min-height:0.8rem}
#wpforms-31 input, #wpforms-31 textarea{
	width:100%;border: 0; max-width:100%!important;
	font-size:var(--input_font_size);
	background-color: white; 
	color:#222;
	box-sizing:border-box; ;
	padding:0 10px;
	box-shadow: 0 0 0 0 !important;
	border-radius: 0.02rem;
	
}



#wpforms-31 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-31 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-31 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-31 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-31 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-31 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-31 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-31 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}





#wpforms-31 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:0.14rem; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}
#wpforms-31 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}



#wpforms-31 .wpforms-submit-container:hover{
	background-color: var(--i_color2);
	animation: a 0.5s 1 linear;
	animation-delay: 0.01s;
}



/* -------------------------------------about----------------------------------- */

.banner_top{
	margin-top: var(--header_height);
}
.banner_about{
   width: 100%;
   position: relative;
}
.banner_about::after{
   content: '';
   display: block;
   padding-bottom: 18.3%;
}
.banner_about img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}









/* 褰撳墠浣嶇疆 */
.in_position{padding:0.14rem 0; background:#F3F3F3}
.in_position a{display:block; float:left; font-size:14px; color:#4C4C4C; position:relative; line-height:20px; text-transform:capitalize}
.in_position a:first-child{padding-left:24px; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:16px}
.in_position a:not(:last-child):after{content:"&gt;"; margin:0 0.1rem; color:#4C4C4C}
.in_position a:last-child{color:var(--i_color)!important}
.in_position a:hover{color:var(--i_color)}
@media screen and (max-width:959px){
	.in_position a{font-size:15px}
}
@media screen and (max-width:767px){
	.in_position a{font-size:14px}
}
@media screen and (max-width:560px){
	.in_position a{font-size:12px}
}




.about_ul{

}
.about_ul li{
    box-sizing: border-box;
	padding: 0.8rem 0;
	position: relative;
}
.about{
   display: flex;
   display: -webkit-flex;
}
.about_left{
   width: 50%;
   box-sizing: border-box;
   padding: 0 4%;
}
.about_left h3{
   font-size: 0.24rem;
   color: #434343;
   margin-bottom: 0.2rem;
}
.about_left h3 span{
   color: var(--i_color);
}
.about_left h4{
	font-size: 0.16rem;
	line-height: 170%;
	color: #666;
}
.about_ul li:nth-child(odd) .about_left{
    padding-left: 0;
} 
.about_ul li:nth-child(even) .about_left{
	padding-right: 0;
}
.about_right{
   width: 50%;
}
.about_right img{
   position: absolute;
   top: 0;
   right: 0;
   width: 50%;
   height: 100%;
   object-fit: cover;
}

.about_ul li:nth-child(even) .about{
	display: flex;
	display: -webkit-flex;
	flex-direction: row-reverse;
}
.about_ul li:nth-child(even) .about_right img{
	left: 0;
	right: auto;
}


@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.about_ul li {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:959px){
		
}
@media screen and (max-width:767px){
	.about_left {
		width: 100%;
		padding: 0%;
	}
	.about_right img {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.about {
		flex-wrap: wrap;
	}
	.about_right {
		width: 100%;
		margin-top: 0.4rem;
	}
	.about_ul li {
        padding: 0rem 0;
    }
	.about_ul{
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		gap: 0.4rem 0;
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
}





/*--------------------------- contact---------------------------- */
.contact_bac{
    box-sizing: border-box;
	padding: 0.8rem 0;
}
.contact{

}
.contact_area{
    margin-top: 0.6rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 0.4rem 0;
}
.contact_left{
	width: 53.5%;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
	box-sizing: border-box;
	padding: 0.4rem;
}
.contact_left h3{
	font-size: 0.24rem;
	color: #434343;
	text-align: center;
	margin-bottom: 0.2rem;
}
.contact_right{
	width: 46.5%;
	box-sizing: border-box;
	padding-left: 4%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.contact_right_ul{
   display: flex;
   display: -webkit-flex;
   gap: 0.2rem;
   border-top: 1px solid rgba(0, 0, 0, .1);
   box-sizing: border-box;
   padding-top: 0.2rem;
   margin-top: 0.2rem;
}
.contact_right_ul li{

}
.contact_right_ul li a{

}
.contact_right_ul li a iconify-icon{
	font-size: 0.3rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.contact_right_ul li a iconify-icon:hover{
	transform: translateY(-5px);
}
.contact_map{
	width: 100%;
	height: 4.5rem;
	margin-top: 0.6rem;
}
.contact_map #simpleMap,
.contact_map .fluid-width-video-wrapper,
.contact_map iframe {
    width: 100%;
    height: 100% !important;
}






@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.contact_left{padding: 0.3rem;}
	.contact_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:959px){
	.contact_left{padding: 0.4rem 0.2rem ;}
}
@media screen and (max-width:767px){
	.contact_left {width: 100%;}
    .contact_right {
		width: 100%;
		padding-left: 0%;
	}
	.contact_left h3 {
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.contact_area {margin-top: 0.4rem;}
	.contact_map{
		height: 4rem;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
}





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


#wpforms-34 input, #wpforms-34 button{margin:0; padding:0; border:none; background:none}
#wpforms-34 .wpforms-field{padding:0; margin:0}
#wpforms-34 .wpforms-error-container{line-height:0.16rem}

#wpforms-34 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-34 .wpforms-submit-container{padding:0!important; width:1.5rem; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;transition: all 0.3s ease;margin:0 auto;}

#wpforms-34 .wpforms-field:nth-child(1){margin-right:20px}
#wpforms-34 .wpforms-field:nth-child(1), #wpforms-34 .wpforms-field:nth-child(2){width:calc(50% - 10px)}

#wpforms-34 .wpforms-field:nth-child(3){margin-right:20px}
#wpforms-34 .wpforms-field:nth-child(3), #wpforms-34 .wpforms-field:nth-child(4){width:calc(50% - 10px)}



#wpforms-34 .wpforms-field{
	position: relative;
}
#wpforms-34 .wpforms-field-label{
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 !important;
}
#wpforms-34 .wpforms-field-label span{
	position: absolute;
	top: 15px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

#wpforms-34 .wpforms-error{
	margin-top: 0.01rem;
	font-size: 0.12rem !important;
}


#wpforms-34 .wpforms-field{width:100%; padding-bottom:0.1rem; background:transparent; overflow:hidden}

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

#wpforms-34 input, #wpforms-34 textarea{
	width:100%;border: 0; max-width:100%!important;
	font-size:var(--input_font_size);
	background-color: white; 
	color:#222;
	box-sizing:border-box; ;
	padding:0 10px;
	box-shadow: 0 0 0 0 !important;
	border-radius: 0.04rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	
}
#wpforms-34 textarea{
	min-height:1rem;
	padding:10px;
}


#wpforms-34 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-34 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-34 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-34 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-34 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-34 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-34 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-34 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}





#wpforms-34 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:0.14rem; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}
#wpforms-34 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}



#wpforms-34 .wpforms-submit-container:hover{
	background-color: var(--i_color2);
	animation: a 0.5s 1 linear;
	animation-delay: 0.01s;
}




/* ---------------------------FAQ ------------------------------*/
.FAQ_top_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.FAQ_top{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.FAQ_top_left{
   position: relative;
   width: 33%;
}
.FAQ_top_left h3{
   font-size: 0.14rem;
   color: #666;
   text-align: center;
}
.FAQ_top_left h4{
   font-size: 0.46rem;
   color: #434343;
   font-weight: bold;
   text-align: center;
   margin: 0.2rem 0;
}
.FAQ_top_left h5{
   font-size: 0.12rem;
   color: var(--i_color);
   text-align: center;
   margin-bottom: 0.2rem;
}
.FAQ_top_left h6{
   color: #fbe7e6;
   font-size: 2rem;
   line-height: 83%;
   font-weight: bold;
   position: absolute;
   top: -0.22rem;
   left: 0;
   z-index: -1;
}
.FAQ_top_right{
	width: 66%;
	box-sizing: border-box;
	padding-left: 5%;
	display: flex;
	display: -webkit-flex;
	gap: 0.1rem;
}
.FAQ_top_right img{
	width: calc(50% - 0.1rem);
	object-fit: contain;
}

@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:959px){
		
}
@media screen and (max-width:767px){
	.FAQ_top_left {width: 100%;}
	.FAQ_top_right{width: 100%;margin-top: 0.4rem;padding-left: 0%;}
	.FAQ_top_left h6{
		left: 50%;
		transform: translate(-50%,0);
	 }
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
}


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


#wpforms-37 input, #wpforms-37 button{margin:0; padding:0; border:none; background:none}
#wpforms-37 .wpforms-field{padding:0; margin:0}
#wpforms-37 .wpforms-error-container{line-height:0.16rem}

#wpforms-37 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-37 .wpforms-submit-container{padding:0!important; width:1.5rem; height:var(--input_height); background:var(--i_color);border-radius: 0.1rem; position:relative;transition: all 0.3s ease;}



#wpforms-37 .wpforms-field{
	position: relative;
}
#wpforms-37 .wpforms-field-label{
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 !important;
}
#wpforms-37 .wpforms-field-label span{
	position: absolute;
	top: 15px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

#wpforms-37 .wpforms-error{
	margin-top: 0.01rem;
	font-size: 0.12rem !important;
}


#wpforms-37 .wpforms-field{width:100%; padding-bottom:0.1rem; background:transparent; overflow:hidden}

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

#wpforms-37 input, #wpforms-37 textarea{
	width:100%;border: 0; max-width:100%!important;
	font-size:var(--input_font_size);
	background-color: white; 
	color:#222;
	box-sizing:border-box; ;
	padding:0 10px;
	box-shadow: 0 0 0 0 !important;
	border-radius: 0.02rem;
	border: 1px solid rgba(0, 0, 0, .1);
	
}
#wpforms-37 textarea{
	min-height:0.8rem;
	padding:10px;
}


#wpforms-37 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-37 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-37 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-37 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-37 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-37 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-37 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-37 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}





#wpforms-37 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:0.14rem; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}
#wpforms-37 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}



#wpforms-37 .wpforms-submit-container:hover{
	background-color: var(--i_color2);
	animation: a 0.5s 1 linear;
	animation-delay: 0.01s;
}



/* faq_list */
.faq_list{
   box-sizing: border-box;
   padding-bottom: 0.8rem;
}
.faq_list_ul{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.4rem;
}
.faq_list_ul li{
   box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
}
.faq_list_ul li a{
   box-sizing: border-box;
   padding: 0.2rem 0.4rem;
   display: block;
}
.faq_list_top{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   width: 100%;
   align-items: center;
}
.faq_list_top h2{
   font-size: 0.46rem;
   color: #666;
   font-weight: bold;
   font-style: italic;
}
.faq_list_top h3{
   width: 0.3rem;
   height: 0.3rem;
   border-radius: 50%;
   border: 1px solid var(--i_color);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
}
.faq_list_top h3 iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
}
.faq_list_center{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	box-sizing: border-box;
	margin: 0.1rem 0;
}
.faq_list_center h4{
   width: 0.4rem;
   height: 0.33rem;
   background-color: var(--i_color);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   font-size: 0.2rem;
   color: #fff;
   
}
.faq_list_center h5{
   font-size: 0.18rem;
   color: #434343;
   width: calc(100% - 0.4rem);
   box-sizing: border-box;
   margin-left: 0.2rem;
   border-bottom: 1px solid rgb(217, 217, 217);
   padding-bottom: 0.05rem;
   font-weight: bold;
}
.faq_list_bottom{
	display: flex;
	display: -webkit-flex;
}
.faq_list_bottom h6{
	width: 0.4rem;
	height: 0.33rem;
	background-color: #0c123f;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.2rem;
	color: #fff;
}
.faq_list_bottom p{
	font-size: 0.15rem;
	line-height: 170%;
	color: #434343;
	box-sizing: border-box;
	width: calc(100% - 0.4rem);
	margin-left: 0.2rem;
}

.faq_list_ul li:hover{
	box-shadow:  0 0 0.1rem rgba(255, 0, 0, 0.18);
}



@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.faq_list{padding-bottom: 0.6rem;}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:959px){
		
}
@media screen and (max-width:767px){
	.faq_list_ul li a {padding: 0.2rem 0.3rem;}
}
@media screen and (max-width:560px){
	.faq_list_ul li a {padding: 0.2rem;}
}
@media screen and (max-width:425px){
	
}






/* ------------------------------products --------------------------------*/
.products_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.products{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.products_left{
   width: 3.47rem;
}  



.p_nav_tit {
	margin-bottom: 0.3rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
    
}
.p_nav_tit::after{
	content: '';
	position: absolute;
	width: 0.5rem;
	height: 0.06rem;
	border-radius: 0.73rem;
	background-color: var(--i_color);
	bottom: 0;
	left: 0;
}

.p_nav_list {}

.p_nav_list li {
	position: relative;
	box-sizing: border-box;
}

/* .p_nav_list li::after {
	content: '';
	position: absolute;
	left: -0.05rem;
	top: 0.18rem;
	width: 0.12rem;
	height: 0.12rem;
	background: url('static/imgs/about_icon.png') center no-repeat;
	background-size: contain;
	opacity: 0;
	transition: all 0.3s ease;

} */



/* .curr::after {
	left: 0 !important;
	opacity: 1 !important;
} */

.p_nav_list li:not(:last-child) {
	margin-bottom: 0.01rem;
}



.p_nav_list .cat_name {
	padding: 0.13rem 0.1rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background-color: #F4F4F4;
	transition: all 0.3s ease;
}
.p_nav_list .cat_name:hover{
	background-color: var(--i_color);
}
.p_nav_list .cat_name:hover b{
	color: #fff;
}
.p_nav_list .cat_name b {
	font-size: 0.16rem;
	color: #666;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease;
}
.p_nav_list .cat_name&gt;b::after{
	content: '';
	position: absolute;
	top: 46%;
	left: 0;
	transform: translate(0,-50%);
	width: 0.16rem;
	height: 0.16rem;
	background: url('static/imgs/products_is.png') center no-repeat;
	background-size: contain;
}
.p_nav_list .cat_name i {
	margin-left: auto;
	font-size: 0.22rem;
	color: #666;
	flex-shrink: 0;
}

.p_nav_list .cat_name i::before {
	content: '\f107';
}
.p_nav_list .curr .cat_name{
	background-color: var(--i_color);
}
.p_nav_list .curr .cat_name b {
	color: #fff;
}

.p_nav_list .curr .cat_name i::before {
	content: '\f106';
	color: #fff;
}
.p_nav_list .curr .cat_name b::after{
	background: url('static/imgs/products_a.png') center no-repeat;
	background-size: contain;
}


.p_nav_list dl {
	display: none;
	background-color: #fff;
	box-sizing: border-box;
	
}

.p_nav_list .curr dl {
	display: block;
	box-sizing: border-box;
	background-color: #F4F4F4;
}

.p_nav_list dt {
	box-sizing: border-box;
	padding-top: 0.16rem;
	position: relative;

}
.p_nav_list dt:last-child{
	padding-bottom: 0.16rem;
}



.p_nav_list dt a {
	display: block;
	padding-left: 0.3rem;
	font-size: 0.15rem;
	color: #222;
	position: relative;
}
.p_nav_list dt a::after{
	content: '';
	background: url('static/imgs/products_i.png') no-repeat center;
	background-size: contain;
	width: 0.12rem;
	height: 0.17rem;
	position: absolute;
	top: 60%;
    left: 0rem;
	transform: translate(0,-50%);
	transition: all 0.3s ease;
	opacity: 0;
}

.p_nav_list dt:hover a::after{
	opacity: 1;
	left: 0.1rem;
}
.p_nav_list dt.on a::after{
	opacity: 1 !important;
	left: 0.1rem !important;
}




.p_nav_list dt:hover::before,
.p_nav_list dt.on::before {
	background: var(--i_color);
	border-color: var(--i_color);

}

.p_nav_list dt:hover a,
.p_nav_list dt.on a {
	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_nav {
		padding-bottom: 0;
		margin-bottom: 0.46rem;
		width: 100%;
	}
	.p_nav_tit {
		margin-bottom: 0;
		padding: .14rem .2rem;
		font-size: 0.2rem;
		background: var(--i_color);
	}
	.p_nav_tit::before {
		content: '';
		position: absolute;
		top: calc(50% - 2px);
		right: .2rem;
		width:16px;
		height: 4px;
		background: #FFF;
	}
	.p_nav_tit::after {
		content: '';
		position: absolute;
		right: calc(.2rem + 6px);
		top: 50%;
		bottom: unset;
		left: unset;
		transform: translate(0, -50%);
		width: 4px;
		height: 16px;
		background: #FFF;
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}
	.p_nav_tit.on::after {
		height: 0;
	}
	.p_nav_tit {
		color: #FFF;
	}
	.p_nav_tit br {
		display: none;
	}
	.p_nav_list {
		display: none;
		margin-top: 0.3rem;
		padding: 0 .2rem;
	}
	.p_nav_list li:not(:last-child) {
		border-width: 1px;
	}

	.p_nav_list li::after {
		top: 0.08rem;
	}
	.products_left{width: 100%;}

}

@media screen and (max-width:768px) {
	.p_nav_tit {
		font-size: 0.18rem;
	}
}

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

	.p_nav {
		margin-bottom: 0.3rem;
	}
	.p_nav_tit {
		padding: .12rem .2rem;
		font-size: 0.17rem;
	}
	.p_nav_tit::before {
		top: calc(50% - 1px);
		height: 2px;
	}
	.p_nav_tit::after {
		right: calc(.2rem + 7px);
		width: 2px;
	}
	.p_nav_list {
		margin-top: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.p_nav_list .cat_name b {
		font-size: 0.16rem;
	}

}


.products_right{
	width: calc(100% - 3.47rem);
	box-sizing: border-box;
	padding-left: 4%;
}
.products_list_ul{
    display: flex;
	display: -webkit-flex;
    gap: 0.4rem 0.3rem;
	flex-wrap: wrap;
}
.products_list_ul li{
   width: calc((100% - 0.6rem) / 3);
}
.products_list_ul li a{
	display: block;
	width: 100%;
}
.products_right_img{
	position: relative;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
	transition: all 0.3s ease;
}
.products_right_img::after{
    content: '';
	display: block;
	padding-bottom: 100%;
}
.products_right_img img{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.products_right_text{
    display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 4%;
}
.products_right_text&gt;p{
	font-size: 0.16rem;
	width: 100%;
	color: #666;
	text-align: center;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	margin: 0.2rem 0;
	transition: all 0.3s ease;
}
.products_list_ul li:hover .products_right_img{
	box-shadow:  0 0 0.1rem rgba(255, 0, 0, 0.18);
}
.products_list_ul li:hover .products_right_text&gt;p{
	color: var(--i_color);
}
@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.products_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px){
	.products_right {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:959px){
		
}
@media screen and (max-width:767px){
	.products_list_ul li{width: calc((100% - 0.3rem) / 2);}
}
@media screen and (max-width:560px){
	.products_list_ul {gap: 0.4rem 0.2rem;}
	.products_list_ul li{width: calc((100% - 0.2rem) / 2);}
}
@media screen and (max-width:425px){
	
}






/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 0.6rem;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
	transition: all 0.3s ease;
}
.in_page&gt;i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
	display: none;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}

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

}



/*---------------------------- single_grid --------------------------*/
.single_grid_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.single_grid{
   display: flex;
   display: -webkit-flex;
   align-items: flex-start;
}
.single_grid_left{
   width: 3.4rem;
}
.single_grid_right{
	width: calc(100% - 3.4rem);
	padding-left: 2%;
	display: flex;
    display: -webkit-flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: flex-start;
}
.single_left{
	width: 36%;
}
.single_right{
	width: 64%;
	box-sizing: border-box;
	padding-left: 4%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: flex-start;
}
.single_right h1{
    font-size: 0.24rem;
	color: #333;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 0.02rem;
	width: 100%;
}

.single_right h2{
   font-size: 0.16rem;
   color: #666;
   margin: 0.2rem 0;
}
.single_right h3{
   font-size: 0.2rem;
   color: var(--i_color);

}
.single_right h4{
   font-size: 0.16rem;
   line-height: 170%;
   color: #333;
   margin: 0.2rem 0;
}
.single_editor{
	width: 100%;
	box-sizing: border-box;
	padding: 0.4rem 2% 0 2%;
}

.n_article,
.n_article * {
	line-height: 170%;
	font-size: 0.18rem;
}
.n_article img {
	display: block;
	max-width: 100% !important;
	height: initial !important
}

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.single_grid_bac {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px){
	.single_grid_bac .single_grid_left{display: none;}
	.single_grid_right {
		width: 100%;
		padding-left: 0%;
	}
}
@media screen and (max-width:959px){
		
}
@media screen and (max-width:767px){
	.single_right {
		width: 100%;
		padding-left: 0%;
	}
	.single_grid_right {justify-content: center;}
	.single_left {
		width: 50%;
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.single_left {width: 80%;}
}
@media screen and (max-width:425px){
	.single_left {width: 100%;}
}




















/* 閸ュ墽澧栭弻銉ф箙閸栵拷 */
.in_grid_cont{--sm_pic_width:17%}
.in_grid_cont{ position:relative; overflow:hidden}
.in_grid_cont:before{content:""; display:block; padding-bottom:80.4%}

/* 缂傗晝鏆愰崶锟� */
.in_grid_list_box{position:absolute; top:0; left:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:40px 0}
.in_grid_list{height:100%; overflow:hidden}
.in_grid_list .swiper-slide{cursor:pointer}

.in_grid_list .img{width:100%; height:100%; box-sizing:border-box; border:1px solid #D8D8D8; position:relative; overflow:hidden;}
.in_grid_list .img img{width:100%; height:100%; object-fit:cover;}
.in_grid_list .swiper-slide-thumb-active .img{border:2px solid var(--i_color);}
.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}
.ingrid-button-prev, .ingrid-button-next{
	position:absolute;
	left:50%;
	transform:translate(-50%,0);
	width:60px;
	height:30px;
	z-index:999;
	outline:none;
	cursor:pointer;
	-moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
	-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;
}
.ingrid-button-prev{top:4px; background:url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center; background-size:contain}
.ingrid-button-next{bottom:4px; background:url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center; background-size:contain}
.ingrid-button-prev.swiper-button-disabled, .ingrid-button-next.swiper-button-disabled{cursor:not-allowed; opacity:.1}

/* 婢堆冩禈 */
.in_grid_show_box{position:absolute; top:0; right:0; width:calc(100% - var(--sm_pic_width) - 20px); height:100%; box-sizing:border-box; padding:0 0; margin:0 auto}
.in_grid_show{width:100%; height:100%; box-sizing:border-box;  position:relative; overflow:hidden}
.in_grid_show .swiper-wrapper{display:flex; position:relative; width:100%; height:100%; z-index:1}
.in_grid_show .swiper-slide{
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
}

.in_grid_show .img{width:100%; height:100%; position:relative; overflow:hidden}
.in_grid_show .img img{width:100%; height:100%; object-fit:cover}

.ingrid-pagination{
	display:block;
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(1, 167, 255, .15);
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.18rem;
	color: var(--i_color);
}
.ingrid-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.ingrid-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

.in_grid_cont:before{display:none}
.in_grid_show_box{position:initial; width:100%;border-radius: 0.04rem;overflow: hidden;border: 1px solid #D8D8D8;}
.in_grid_show .img{width:100%; position:relative; overflow:hidden}
.in_grid_show .img:before{content:""; display:block; padding-bottom:100%}
.in_grid_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.in_grid_list_box{margin-top:0.3rem; padding:0 0; position:relative; width:100%; height:initial}
.in_grid_list{width:calc(100% - 60px); margin:0 auto}
.in_grid_list_box .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.in_grid_list_box .swiper-slide{height:100%; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; flex-shrink:0; position:relative; cursor:pointer}
.in_grid_list .img{height:auto;border-radius: 0.04rem;}
.in_grid_list .img:before{content:""; display:block; padding-bottom:100%}
.in_grid_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:cover}
.ingrid-button-prev, .ingrid-button-next{top:50%; transform:translate(0,-50%); width:30px; height:50px;}
.ingrid-button-prev{left:0; background: url(static/imgs/arrow_left_hollow_heiss.svg) no-repeat center; background-size:18px}
.ingrid-button-next{left:initial; right:0; background: url(static/imgs/arrow_right_hollow_heiss.svg) no-repeat center; background-size:18px}

.ingrid-button-prev:hover{
	background: url(static/imgs/arrow_left_hollow_heiss.svg) no-repeat center;
	background-size:18px;
	
}
.ingrid-button-next:hover{
	background:url(static/imgs/arrow_right_hollow_heiss.svg) no-repeat center;
	background-size:18px
}




/* @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:959px){
		
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
} */


/* single_form */
.single_form_bac{
	box-sizing: border-box;
	padding-bottom: 0.8rem;
}
.single_form{
   box-sizing: border-box;
   padding: 0.4rem;
   box-shadow:  0 0 0.1rem rgba(0, 0, 0, .15);
   overflow: hidden;
}
.single_form h3{
   font-size: 0.28rem;
   color: #222;
   font-weight: bold;
}
.single_form h4{
   font-size: 0.16rem;
   color: #666;
   margin: 0.2rem 0;
}
.single_form_all{
   position: relative;
}
.single_form_all::after{
   content: '';
   position: absolute;
   top: -1.45rem;
   right: 0;
   width: 1.92rem;
   height: 1.92rem;
   background: url('static/imgs/form.webp') no-repeat center;
   background-size: contain;
   z-index: -1;
}

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.single_form_bac{padding-bottom: 0.6rem;}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:959px){
		
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:560px){
	.single_form{padding: 0.2rem;}
}
@media screen and (max-width:425px){
	
}


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


#wpforms-40 input, #wpforms-40 button{margin:0; padding:0; border:none; background:none}
#wpforms-40 .wpforms-field{padding:0; margin:0}
#wpforms-40 .wpforms-error-container{line-height:0.16rem}

#wpforms-40 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-40 .wpforms-submit-container{padding:0!important; width:1.5rem; height:var(--input_height); background:var(--i_color);border-radius: 0.1rem; position:relative;transition: all 0.3s ease;}



#wpforms-40 .wpforms-field{
	position: relative;
}
#wpforms-40 .wpforms-field-label{
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 !important;
}
#wpforms-40 .wpforms-field-label span{
	position: absolute;
	top: 15px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

#wpforms-40 .wpforms-error{
	margin-top: 0.01rem;
	font-size: 0.12rem !important;
}


#wpforms-40 .wpforms-field{width:100%; padding-bottom:0.2rem; background:transparent; overflow:hidden}

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

#wpforms-40 input, #wpforms-40 textarea{
	width:100%;border: 0; max-width:100%!important;
	font-size:var(--input_font_size);
	background-color: white; 
	color:#222;
	box-sizing:border-box; ;
	padding:0 10px;
	box-shadow: 0 0 0 0 !important;
	border-radius: 0.02rem;
	border: 1px solid rgba(0, 0, 0, .1);
	
}
#wpforms-40 textarea{min-height:1rem;padding:10px;}


#wpforms-40 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-40 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-40 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-40 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-40 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-40 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-40 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-40 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}





#wpforms-40 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:0.14rem; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}
#wpforms-40 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}



#wpforms-40 .wpforms-submit-container:hover{
	background-color: var(--i_color2);
	animation: a 0.5s 1 linear;
	animation-delay: 0.01s;
}



/* Article  */
.in_news_art {
	box-sizing: border-box;
	padding: 0.6rem 0;
}

.in_news_art_tit {
	border-bottom: 1px solid #DDD;
	margin-bottom: .3rem;
	text-align: center;
	position: relative;
}
.in_news_art_tit h1 {
	margin-left: auto;
	margin-right: auto;
	font-size: .34rem;
	font-weight: bold;
}
.n_tit_time {
	margin: .4rem 0 .26rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.n_tit_time&gt;p {
	font-size: 0.16rem;
	color: #363636;
	position: relative;
}

.n_share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.n_share p {
	font-size: 0.16rem;
	color: #363636;
}
.n_share a {
	margin-left: 0.2rem;
}
.n_share a i {
	font-size: 0.2rem;
	transition: all 0.3s ease;
}
.n_share a:hover i {
	color: var(--i_color2);
	transform: translateY(-5px);
}


.n_article img {
	display: block;
	margin: .2rem auto;
	max-width: 100% !important;
	height: initial !important
}

@media screen and (max-width:1440px) {
	.in_news_art_tit h1 {
		font-size: 0.28rem;
	}
	.n_tit_time {
		margin: 0.3rem 0 .26rem;
	}
}
@media screen and (max-width:1200px) {
	.in_news_art_tit h1 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1024px) {
	.in_news_art_tit h1 {
		font-size: 0.22rem;
	}
	.n_tit_time {
		margin: 0.2rem 0 .22rem;
	}
}
@media screen and (max-width:768px) {
	
	.n_tit_time&gt;p,
	.n_share p {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:560px) {
	
	.n_tit_time&gt;p {
		margin-right: 0.14rem;
		padding-right: 0.14rem;
	}
	.n_tit_time&gt;p,
	.n_share p {
		font-size: 0.14rem;
	}
	.n_share a i {
		font-size: 0.18rem;
	}
}


.n_navigation {
	margin-top: 0.8rem;
	padding-top: 0.2rem;
	border-top: 1px solid var(--border_color);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.n_navigation ul {
	width: 80%;
}
.n_navigation li {
	margin: .12rem 0;
}
.n_navigation li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
}
.n_navigation li p {
	margin-right: 0.06rem;
	font-size: 0.16rem;
	color: #363636;
	font-weight: bold;
	transition: all 0.3s ease;
}
.n_navigation li a:hover p {
	color: var(--i_color);
}

.n_back {
	margin-left: auto;
	padding: .12rem .3rem;
	background: var(--i_color);
	-webkit-border-radius: .3rem;
	border-radius: .3rem;
	transition: all 0.3s ease;
}
.n_back i {
	font-size: 0.16rem;
	color: #FFF;
}
.n_back b {
	margin-left: 0.06rem;
	font-size: 0.15rem;
	color: #FFF;
	font-weight: bold;
}
.n_back:hover {
	background: #333;
}
@media screen and (max-width:1024px) {
	.n_navigation ul {
		width: 76%;
	}
	.n_back b {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:768px) {
	.n_navigation {
		margin-top: 0.6rem;
	}
	.n_navigation ul {
		width: 100%;
	}
	.n_navigation li p {
		font-size: 0.15rem;
	}
	.n_back {
		margin: .14rem 0 0 0;
	}
}
@media screen and (max-width:560px) {
	.n_navigation {
		margin-top: 0.4rem;
	}
	.n_navigation li p {
		font-size: 0.14rem;
	}
	.n_back {
		padding: .08rem .22rem;
		margin: .1rem 0 0 0;
	}
	.n_back i {
		font-size: 0.15rem;
	}
}


/* -------------------------------------- 渚ц竟瀹㈡湇 -------------------------------------- */
.aside_right{position:fixed; right:-50px; bottom:30%; z-index:999999;transition: all 0.5s ease;}
.aside_right.on{
	right:10px;
}


.aside_right ul{}
.aside_right li{position:relative; cursor:pointer;}
.aside_right li&gt;a{display:block;transition: all 0.3s ease; width:0.48rem;margin-top: 5px;border-radius: 50%; height:0.48rem; background:rgba(128,128,128,0.5); display:flex; justify-content:center; align-items:center; z-index:3}

.aside_right em{display:block; margin:0 auto; width:0.2rem; height:0.2rem;}
/* .aside_right li:nth-child(1) em{background:url(static/imgs/aside_ico_whatsapp.svg) no-repeat center; background-size:contain} */
.aside_right li:nth-child(1) em{background:url(static/imgs/aside_ico_tel.svg) no-repeat center; background-size:contain}
/* .aside_right li:nth-child(3) em{background:url(static/imgs/wx.png) no-repeat center; background-size:contain} */
.aside_right li:nth-child(2) em{background:url(static/imgs/email.svg) no-repeat center; background-size:contain}
.aside_right li:nth-child(3) em{background:url(static/imgs/top1.svg) no-repeat center; background-size:contain}


/* .aside_right li:nth-child(3) .side_tel_box{width: 150px;box-sizing: border-box;}
.side_tel_box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.aside_right li:nth-child(2) a{

	background-color: var(--i_color2);
}


.aside_right li&gt;a:hover{background:var(--i_color);}

.side_tel_box, .side_qr_box{position:absolute; box-shadow:-1px 2px 6px rgba(0,0,0,.2); display:flex; justify-content:center; align-items:center; z-index:-1}
.side_tel_box{top:7px; right:-300px; width:180px; background:#FFF}
.side_qr_box{top:50%; transform:translate(0,-50%); right:-180px; width:120px; height:120px; background:#FFF}

.side_tel_box h6{padding:8px 0; font-size:14px; color:#666}
.side_tel_box h6 a{line-height:20px}
.side_tel_box a:hover{color:var(--i_color)}
.side_qr_box img{width:90%; height:90%}

.aside_right li:hover .side_tel_box, .aside_right li:hover .side_qr_box{right:48px}

.side_tel_box, .side_qr_box{-webkit-transition:all .3s ease; -moz-transition:all .3s ease; -ms-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease}


/* 渚ц竟瀹㈡湇 琛ㄥ崟 */
#aside_mask_bg{display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:9999999999998}
#aside_sc_from{display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; padding:0.6rem 0.4rem;border-radius: 0.2rem; background:#e2e2e2; z-index:9999999999999; overflow:auto}
#aside_sc_from .tit{margin-bottom:40px}
#aside_sc_from .tit h1{font-size:26px; color:#333; text-align: center;text-transform: uppercase; font-weight:bold; line-height:30px}


#wpforms-43{--input_font_size:16px; --input_height:42px}
#wpforms-43{width:100%; margin:0 auto; padding:0}
#wpforms-form-43{width:100%; overflow:hidden}


#wpforms-43 input, #wpforms-43 button{margin:0; padding:0; border:none; background:none}
#wpforms-43 .wpforms-field{padding:0; margin:0}
#wpforms-43 .wpforms-error-container{line-height:16px}

#wpforms-43 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-43 .wpforms-submit-container{padding:0!important; width:170px; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;margin:0 auto;}









#wpforms-43 .wpforms-field{
	position: relative;
}
#wpforms-43 .wpforms-field-label{
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 !important;
}
#wpforms-43 .wpforms-field-label span{
	position: absolute;
	top: 15px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

#wpforms-43 .wpforms-error{
	margin-top: 0.01rem;
	font-size: 0.12rem !important;
}


#wpforms-43 .wpforms-field{width:100%; padding-bottom:20px; background:transparent; overflow:hidden}
#wpforms-43 .wpforms-field:nth-child(1){margin-right:20px}
#wpforms-43 .wpforms-field:nth-child(1), #wpforms-43 .wpforms-field:nth-child(2){width:calc(50% - 10px)}



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

#wpforms-43 input, #wpforms-43 textarea{
	width:100%;border: 0; max-width:100%!important;
	 font-size:var(--input_font_size);border-radius:
	 0.1rem;background-color: white; color:#222;
	 box-sizing:border-box;
	padding:0 10px;
	box-shadow: 0 0 0 0 !important;
}
#wpforms-43 textarea{min-height:1rem;padding:10px;}


#wpforms-43 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-43 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-43 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-43 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-43 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-43 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-43 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-43 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}





#wpforms-43 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:16px; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}
#wpforms-43 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}



.close{position:absolute; top:20px; right:30px; display:block; width:50px; height:50px; background:url(static/imgs/close_1_hei.svg) no-repeat center; background-size:contain}
.close:hover{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg)}
.close{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease}








#wpforms-43 .wpforms-submit-container:hover{
	background-color: var(--i_color2);
	animation: a 0.5s 1 linear;
	animation-delay: 0.01s;
}







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

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

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

}
@media screen and (max-width:959px){
	/* .aside_right{display:none} */
	#aside_sc_from {width: 80%;}
	.aside_right li:nth-child(1),.aside_right li:nth-child(2),.aside_right li:nth-child(3){display: none;}
}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){
	#aside_sc_from {width: 87%;}
	#aside_sc_from .tit h1{font-size:24px;}
}




/* 绉诲姩绔簳閮� */
.footer_phone_show{
	display: none;
}
.footer_phone{
	
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: white;
	z-index: 999;
	
}
.footer_phone{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
}
.footer_phone li{
	width: 32%;
	padding: 0.13rem;
	border-right: 1px solid rgba(211,211,211,1);
	border-top: 1px solid rgba(211,211,211,1);
}
.footer_phone li:nth-child(3){
	border-right: 0px;
}
.footer_phone a{
	display: block;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.footer_phone iconify-icon {
    font-size: 0.23rem;
	color: var(--i_color);
}
.footer_phone p{
   font-size: 12px;
   color: #333333;
   font-family: Arial;
   margin-left: 0.1rem;
}

@media screen and (max-width:959px){
	.footer_phone_show{
		display: block;
	}
	footer{margin-bottom: 0.5rem;}
}





/* 鎰熻阿椤甸潰 */
.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }
.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}
.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}



.btns {
	height: 4em;
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0px solid black;
	cursor: pointer;
  }
  .btns:hover p{
	  color: var(--i_color);
  }  
  .wrapperss {
	height: 2em;
	width: 8em;
	position: relative;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
.thanks  .text {
	font-size: 17px;
	z-index: 1;
	color: #000;
	padding: 4px 12px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
  }
  
  .flower {
	display: grid;
	grid-template-columns: 1em 1em;
	position: absolute;
	transition: grid-template-columns 0.8s ease;
  }
  
  .flower1 {
	top: -12px;
	left: -13px;
	transform: rotate(5deg);
  }
  
  .flower2 {
	bottom: -5px;
	left: 8px;
	transform: rotate(35deg);
  }
  
  .flower3 {
	bottom: -15px;
	transform: rotate(0deg);
  }
  
  .flower4 {
	top: -14px;
	transform: rotate(15deg);
  }
  
  .flower5 {
	right: 11px;
	top: -3px;
	transform: rotate(25deg);
  }
  
  .flower6 {
	right: -15px;
	bottom: -15px;
	transform: rotate(30deg);
  }
  
  .petal {
	height: 1em;
	width: 1em;
	border-radius: 40% 70% / 7% 90%;
	background: linear-gradient(var(--i_color), #ebb3ff);
	border: 0.5px solid #ffffff;
	
	z-index: 0;
	transition: width 0.8s ease, height 0.8s ease;
  }
  
  .two {
	transform: rotate(90deg);
  }
  
  .three {
	transform: rotate(270deg);
  }
  
  .four {
	transform: rotate(180deg);
  }
  
  .btns:hover .petal {
	background: linear-gradient(#E870A5, #FFEFF6);
	border: 0.5px solid #FFEFF6;
	
  }
  
  .btns:hover .flower {
	grid-template-columns: 1.5em 1.5em;
  }
  
  .btns:hover .flower .petal {
	width: 1.5em;
	height: 1.5em;
  }
  
  .btns:hover .text {
	background: rgba(255, 255, 255, 0.4);
  }
  
  .btns:hover div.flower1 {
	animation: 15s linear 0s normal none infinite running flower1;
  }
  
  @keyframes flower1 {
	0% {
	  transform: rotate(5deg);
	}
  
	100% {
	  transform: rotate(365deg);
	}
  }
  
  .btns:hover div.flower2 {
	animation: 13s linear 1s normal none infinite running flower2;
  }
  
  @keyframes flower2 {
	0% {
	  transform: rotate(35deg);
	}
  
	100% {
	  transform: rotate(-325deg);
	}
  }
  
  .btns:hover div.flower3 {
	animation: 16s linear 1s normal none infinite running flower3;
  }
  
  @keyframes flower3 {
	0% {
	  transform: rotate(0deg);
	}
  
	100% {
	  transform: rotate(360deg);
	}
  }
  
  .btns:hover div.flower4 {
	animation: 17s linear 1s normal none infinite running flower4;
  }
  
  @keyframes flower4 {
	0% {
	  transform: rotate(15deg);
	}
  
	100% {
	  transform: rotate(375deg);
	}
  }
  
  .btns:hover div.flower5 {
	animation: 20s linear 1s normal none infinite running flower5;
  }
  
  @keyframes flower5 {
	0% {
	  transform: rotate(25deg);
	}
  
	100% {
	  transform: rotate(-335deg);
	}
  }
  
  .btns:hover div.flower6 {
	animation: 15s linear 1s normal none infinite running flower6;
  }
  
  @keyframes flower6 {
	0% {
	  transform: rotate(30deg);
	}
  
	100% {
	  transform: rotate(390deg);
	}
  }



















@media screen and (max-width:1200px){
	.thanks{padding-top: 60px;}
	
}
@media screen and (max-width:767px){
	.thanks{padding-top: 40px;margin:0px auto 70px}
	
}
@media screen and (max-width:560px){
	
}




/* 鎼滅储椤� */
.search{background-color: white;}
.in_search_tit{padding-bottom:70px; text-align:center;background-color: white;}
.in_search_tit h2{font-size:34px; color:var(--i_color); font-weight:bold; text-transform:uppercase;padding-top: 0.4rem;}
.in_search_tit p{margin:16px 0; font-size:24px; color:#757575}
.in_search{width:510px; margin:0 auto; border:1px solid var(--border_color); overflow:hidden}
.in_search .search_ipt{float:left; box-sizing:border-box; padding-left:10px; width:calc(100% - 1.1rem); font-size:15px; color:#333; line-height:46px}
.in_search .search_btn{float:right; width:1.1rem; height:46px; line-height:46px; background:var(--i_color); font-size:0.18rem; color:#FFF;cursor: pointer;}



@media screen and (max-width:1440px){
	.in_search_tit{}
	.in_search_tit h2{font-size:32px}
	.in_search_tit p{font-size:22px}
	.pd_other li{width: 23%;margin-bottom: 0.6rem;}
}
@media screen and (max-width:1366px){
	.in_search_tit h2{font-size:28px}
	.in_search_tit p{font-size:20px}
	.in_search .search_btn{font-size:0.16rem}
}
@media screen and (max-width:1200px){
	.in_search_tit{padding-bottom:60px}
	.in_search_tit h2{font-size:26px}
	.in_search_tit p{margin:10px auto 16px; font-size:18px}
	.pd_other li{width: 23%;margin-bottom: 0.4rem;}
}
@media screen and (max-width:959px){
	.in_search_list li{margin-bottom:30px}
	.in_search_tit h2{font-size:24px}
	.in_search_tit p{font-size:17px}
	.pd_other li{width: 23%;margin-bottom: 0.2rem;}
}
@media screen and (max-width:767px){
	.in_search_tit{padding-bottom:40px}
	.in_search{width:90%}
	.in_search_tit h2{font-size:22px}
	.in_search_tit p{font-size:16px}
	
	
}
@media screen and (max-width:560px){
	.in_search_tit{padding-bottom:34px}
	.in_search{width:94%}
	.in_search_tit h2{font-size:20px}
	.in_search_tit p{font-size:14px}
	.in_search .search_ipt{line-height:38px}
	.in_search .search_btn{height:38px; line-height:38px}
}



/* search results list */
.in_search_list {
	padding-bottom: .6rem;
	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: block;
	padding: .2rem;
}
.in_search_list h2 {
	font-size: 0.18rem;
	color: #212121;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_search_list h6 {
	margin: .1rem 0;
	font-size: 0.14rem;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.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;
}

@media screen and (max-width:1024px) {
	.in_search_list h2 {
			font-size: 0.15rem;
			white-space: initial;
	}
	.in_search_list h6 {
			font-size: 0.13rem;
	}
	.in_search_list i {
			font-size: 0.12rem;
	}
}
@media screen and (max-width:959px) {}
@media screen and (max-width:767px) {
	.in_search_list li {
			margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:560px) {
	.in_search_list {
		padding-bottom: .3rem
	}
}






/* 404 */
.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}
.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}
.in404_text h1{font-size:220px; color:#BBB}
.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}
.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}

@media screen and (max-width:959px){
.in404_text h1{font-size:180px}
}
@media screen and (max-width:767px){
	.in404_text h1{font-size:140px}
	.in404_text h6{font-size:16px}
	.in404_text a{font-size:14px}
}
@media screen and (max-width:560px){
	.in404_text h1{font-size:70px}
	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}
	.in404_text a{font-size:13px}
}

/* 闅愮鏀跨瓥 */
.privacy{margin-bottom: 100px;padding-top: 70px;}
#header{background-color: rgb(0 0 0 / 57%) !important;}
.privacy_cont{}
.privacy_cont .tit{margin-bottom:30px}
.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}
.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){
	.privacy{margin-bottom: 50px;}
}
@media screen and (max-width:959px){
	.privacy{margin-bottom: 30px;}
}




/* tags */

.tags{
	box-sizing: border-box;
	padding: 0.8rem 0;
	background-color: #F7F7F7;
}
.tags&gt;h2{
	font-size: 0.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.tags&gt;p{
	font-size: 0.2rem;
	color: #333;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}
.products_list_tag{

}


.products_list_tag&gt;ul{
	width: 100%;
	padding-left: 0;
	gap: 0.3rem;
	margin-top: 0;
	margin-bottom: 0.6rem;
}
.products_list_tag&gt;ul li {width: calc((100% - 0.9rem) / 4);}

.tags .in_page_box{

	width: 100%;
	padding: 0;
}




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

	.tags&gt;h2{font-size: 0.35rem;}
	.tags {padding: 0.6rem 0;}
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:960px) {
	.tags .products_list {
		padding-top: 0.2rem;
	}
}
@media screen and (max-width:767px) {
	.products_list_tag&gt;ul{
		gap: 0.2rem;	
	}
	.products_list_tag&gt;ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.tags&gt;h2{font-size: 0.3rem;}
}
@media screen and (max-width:560px) {
	.tags&gt;h2{font-size: 0.28rem;}
}
@media screen and (max-width:425px) {
	
}


.form_hide{
	display: none !important;
}































</pre></body></html>