/*

Theme Name: LaiKeSeng

Version: 1.0

Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 83.333%;

	margin: 0 auto

}



.wrap_top {

	width: 88%;

	margin: 0 auto

}



.wrap_left{

	padding-left: 8.335%;

	box-sizing: border-box;

}

.wrap_right{

	padding-right: 8.335%;

	box-sizing: border-box;

}

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

	.wrap {

		width: 80%

	}

	.wrap_left{padding-left: 10%;}

	.wrap_right{padding-right: 10%;}

	

}

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

	.wrap {

		width: 88%

	}

	.wrap_left{padding-left: 6%;}

	.wrap_right{padding-right: 6%;}

	

}

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

	.wrap_top {

		width: 96%;

	}

	.wrap {

		width: 94%

	}

	.wrap_left{padding-left: 3%;}

	.wrap_right{padding-right: 3%;}

}

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

	

	.wrap_top {

		position: initial;

	}

}





:root {

	--i_color: #75BD42;

	/* 全局颜色 */

	--i_color2: #2EACEB;

	/* 副颜色 */

	--i_color3: #200C5D;

	--header_height: 0.9rem;

	/* 头部高度 */

	--border_color: rgba(0, 0, 0, .1);

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

}



@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: 'Poppins';

	src: url('static/webfonts/Poppins-Regular.ttf');

}

@font-face {

	font-family: 'med';

	src: url('static/webfonts/Poppins-Medium.ttf');

}

@font-face {

	font-family: 'bold';

	src: url('static/webfonts/Poppins-Bold.ttf');

}

body{

	font-family: 'Poppins','Arial',sans-serif;

}



/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2014;

}

header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 0%;

	height: 1px;

	background: var(--border_color);

	z-index: 2014;

}



.top_cont {

	position: relative;

	z-index: 2013;

}

.top_cont::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: #fff;

	z-index: -1;

	transition: all 0.3s ease;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.TopHeader {

	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);

}



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

	header {

		top: 0;

		top: 0;

		width: 100%;

		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);

	}

	/* .top_cont {

		background: #333 !important;

	} */

}

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

	

}





/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 100%;

}

.logo img {

	height: 0.47rem;

}



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

	.logo img {

		height: 0.4rem;

	}

}

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

	.logo img {

		height: 0.35rem;

	}



}

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

	.logo img {

		max-height: 50%;

	}

	

}











/* 导航 */

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

	.i_nav {

		margin-left: 2%;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .25rem;

	}



	.i_nav>li>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>li>a::after{

		content: '';

		position: absolute;

		bottom: 0rem;

		right: 0;

		width: 0;

		height: 0.03rem;

		background-color: var(--i_color);

		transition: all 0.3s ease;

		border: 2px;

	}



	.i_nav>.current-menu-item>a,

	.i_nav>.current-category-ancestor>a,

	.i_nav>.current-post-ancestor>a,

	.i_nav>.current-menu-ancestor>a,

	.i_nav>.current-menu-parent>a,

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		color: var(--i_color) !important;

	}



	.i_nav>.current-menu-item>a::after,

	.i_nav>.current-category-ancestor>a::after,

	.i_nav>.current-post-ancestor>a::after,

	.i_nav>.current-menu-ancestor>a::after,

	.i_nav>.current-menu-parent>a::after,

	.i_nav>li:hover>a::after,

	.i_nav .curr>a::after{

		width: 100%;

        right: auto;

		left: 0;

	}



	.i_nav .sub-menu {

		display: none;

		position: absolute;

		border-top: 2px solid var(--i_color);

		background: rgb(255 255 255 / 100%);

		min-width: 1.6rem;

		overflow: hidden;

	}

	.i_nav .sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu li::before,

	.i_nav .sub-menu li::after {

		content: '';

		position: absolute;

		bottom: 0;

		height: 1px;

	}

	.i_nav .sub-menu li::before {

		left: 0;

		width: 100%;

		background: rgb(0 0 0 / 8%);

	}

	.i_nav .sub-menu li::after {

		right: 0;

		width: 0;

		background: var(--i_color);

	}



	.i_nav .sub-menu a {

		display: block;

		padding: 0 .8rem 0 .2rem;

		font-size: 0.15rem;

		color: #444;

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

	.i_nav .sub-menu a::before {

		content: "\f324";

		font-family: "Font Awesome 5 Pro";

		font-weight: 300;

		position: absolute;

		top: 50%;

		transform: translate(0, -50%);

		left: -.16rem;

		font-size: 0.14rem;

		color: var(--i_color);

	}

	.i_nav .sub-menu li:hover::after {

		right: initial;

		left: 0;

		width: 100%;

	}

	.i_nav .sub-menu li:hover a {

		left: .16rem;

	}

	.i_nav .sub-menu li:hover a {

		color: var(--i_color);

	}

	.i_nav .sub-menu li:hover a::before {

		left: 0;

	}

	.i_nav .sub-menu li,

	.i_nav .sub-menu li::after,

	.i_nav .sub-menu a,

	.i_nav .sub-menu a::before {

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}



}



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

	.i_nav>li {

		margin: 0 .2rem;

	}

	.i_nav>li>a {

		font-size: .16rem;

	}

}

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

	.i_nav>li {

		margin: 0 .16rem;

	}

	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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

	.i_nav>li {

		margin: 0 .14rem;

	}

	.i_nav>li>a {

		font-size: 0.14rem;

	}

}

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

	.i_nav {

		display: none;

		position: fixed;

		top: var(--header_height);

		left: 0;

		width: 100%;

		width: 100vw;

		max-height: calc(100vh - var(--header_height));

		background: #FFF;

		overflow-y: auto;

		z-index: 2

	}

	/*滚动条*/

	.i_nav::-webkit-scrollbar {

		width: 3px;

		height: 8px

	}

	.i_nav::-webkit-scrollbar-thumb {

		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

		background: #555

	}

	.i_nav::-webkit-scrollbar-track {

		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

		border-radius: 0;

		background: #F1F1F1

	}



	.i_nav>li {

		margin: 0 0 !important;

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

		position: relative

	}

	.i_nav>.menu-item-has-children i {

		display: block;

		position: absolute;

		top: 0;

		right: 0;

		width: .44rem;

		height: .44rem;

		background: #F1F1F1;

	}

	.i_nav>.menu-item-has-children i::before {

		content: '\f107';

		position: absolute;

		top: 50%;

		left: 50%;

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

		font-size: 0.26rem;

		color: #222;

	}



	.i_nav>.menu-item-has-children i.on::before {

		content: '\f106';

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .15rem;

		color: #222;

		line-height: .44rem;

		text-transform: uppercase;

	}



	.i_nav>li>.sub-menu {

		display: none

	}

	.i_nav>li>.sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu a {

		padding: 0 .4rem;

		font-size: .14rem;

		color: #555;

		line-height: .4rem;

		position: relative

	}

	.i_nav .sub-menu li:not(:last-child) {

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

	}



	.i_nav>li>.sub-menu b {

		position: absolute;

		top: 0;

		right: 0;

		width: .4rem;

		height: .4rem;

		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}

	.i_nav>li>.sub-menu b.on {

		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



	.i_nav .sub-menu .sub-menu a {

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}

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

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













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 15px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 2px;

	position: absolute;

	top: 50%;

	margin-top: -2px;

	background: #333;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 2px;

	background: #333;

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before {

	top: 0;

}

.nav_menu::after {

	bottom: 0;

}





.nav_menu.on i {

	opacity: 0

}



.nav_menu.on::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important

	}



}





.top_r {

	--size: .22rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}







.top_email{



}

.top_email a{

    display: block;

	margin-right: 0.2rem;

}

.top_email a iconify-icon{

	font-size: var(--size);

	color: #333;

	transition: all 0.3s ease;

}



.top_email a iconify-icon:hover{

	color: var(--i_color);

}











.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	margin-right: 0.2rem;

	position: relative;

}

.top_search_ico i{

	display: block;

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

}

.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	right: -0.2rem;

	transform: translate(0,-50%);

	width: 0.01rem;

	height: 0.2rem;

	background-color: rgba(51,51,51,0.2);

}

.top_search_ico iconify-icon {

	font-size: var(--size);

	cursor: pointer;

	color: #333;

	transition: all 0.3s ease;

}

.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_all{

   display: inline-block;

   height: 0.46rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   padding: 0 0.2rem;

   cursor: pointer;

}

.top_language_all p{

   font-size: 0.18rem;

   color: #333;

   margin-right: 0.05rem;

   transition: all 0.3s ease;

   font-family: 'Roboto';

}

.top_language_all iconify-icon{

	font-size: var(--size);

	cursor: pointer;

	color: #333;

	line-height: 100%;

	transition: all 0.3s ease;

}



.lan_park{

	font-size: 0.14rem !important;

}



.top_language.on p{

	color: var(--i_color);

}

.top_language.on iconify-icon {

	color: var(--i_color);

}







.language_list{

	opacity: 0;

	visibility: hidden;

	position: absolute;top: calc(var(--header_height) + .2rem);right: 0;

	background: #FFF;

	min-width: 1.2rem;

	z-index: 2016;

	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);

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

	padding: .16rem .2rem;

}

.language_list.on{

	opacity: 1;

	visibility: visible;

	top: var(--header_height);

}



.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: bold;white-space: nowrap;}

.curr_lang{margin-bottom: 0.12rem;padding-bottom: 0.12rem;border-bottom: 1px solid #EEE;}



.lang_list a{display: block; padding: .06rem 0;}

.lang_list span img{display: none;}

.lang_list .trp-ls-language-name{padding-left: 0.3rem; font-size: 14px;position: relative;}

.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}

.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}



.lang_list li:hover .trp-ls-language-name::after,

.curr_lang .trp-ls-language-name::after{display: block;}

.lang_list li:hover .trp-ls-language-name,

.curr_lang .trp-ls-language-name{color: var(--i_color);}



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

	.top_language_all p{

		font-size: 0.16rem;

	}

}

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



}

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



}













.top_language,

.top_language>iconify-icon {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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

	.top_language {

		margin-left:  .2rem;

	}

	.top_search_ico i{

		width: 0.4rem;

		height: 0.4rem;

	}

	.top_language_all{

		height: 0.4rem

	}

	.top_r {

		--size: .18rem

	}

	.top_language_all p {

		font-size: 0.16rem;

	}

}

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

	.top_search_ico i{

		width: 0.35rem;

		height: 0.35rem;

	}

	.top_language_all{

		height: 0.35rem

	}

}

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







header,

.top_cont,

.logo,

.logo img,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

	top: -1rem;

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 2000;

}

.top_search.on {

	top: var(--header_height);

	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

	width: calc(100% - var(--search_height));

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

	border-radius: 0;

}

.top_search_btn {

	font-size: 0;

	width: calc(var(--search_height));

	height: var(--search_height);

	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;

	background-size: .2rem;

	cursor: pointer;

	border-radius: 0;

}



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

	

	.top_search_ico {

		margin-right: 0.3rem;

	}

}

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

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

}







/* 导航下拉 */

/* products */

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

    .xiala{

		position: fixed;

		top: var(--header_height);

		left: 50%;

		transform: translate(-50%,0);

		width: 100%;

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

		box-sizing: border-box;

		padding:0.4rem 0;

		transition: top 0.3s ease;

		display: none;

		border-top: 1px solid rgba(51,51,51,0.2);

		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);

	}

	.TopHeader .xiala{



	}

    .products_drop_ul{

        display: flex;

		display: -webkit-flex;

		flex-wrap: wrap;

		gap: 0.4rem 0.2rem;

	}

	.products_drop_ul li{

        width: calc((100% - 1rem) / 6);

	}

	.products_drop_ul li a{

		display: block;

		width: 100%;

		display: flex;

		display: -webkit-flex;

		align-items: center;

	}

	.products_drop_img{

        position: relative;

		overflow: hidden;

		width: 32.2%;

		background: linear-gradient(45deg,rgba(244,244,244,1),rgba(244,244,244,0.23),rgba(244,244,244,1));

		border-radius: 0.08rem;

		border: 1px solid transparent;

		transition: all 0.3s ease;

	}

	.products_drop_img::after{

        content: '';

		display: block;

		padding-bottom: 100%;

	}

	.products_drop_img img{

        position: absolute;

		top: 50%;

		left: 50%;

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

		width: 100%;

		height: 100%;

		object-fit: contain;

	}

	.products_drop_ul li p{

		width: 67.8%;

		font-size: 0.16rem;

		color: #222;

		text-transform: capitalize;

		transition: all 0.3s ease;

		box-sizing: border-box;

		padding-left: 0.2rem;

	}

	.products_drop_ul li a:hover .products_drop_img{

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

	}

	.products_drop_ul li a:hover p{

		color: var(--i_color);

	}

    .products_nav ul,

	.applications_nav ul,

	.news_nav ul{

		display: none !important;

	}

    .applications_drop,.news_drop{

       box-sizing: border-box;

	   padding: 0.25rem 0 0 0;

	}

    .applications_drop_ul{

       display: flex;

	   display: -webkit-flex;

	   justify-content: center;

	   flex-wrap: wrap;

	   gap: 0rem 4%;

	}

	.applications_ul li{

     



	}

	.applications_drop_ul li a{

       display: block;

	   width: 100%;

	   font-size: 0.16rem;

	   color: #333;

	   text-transform: capitalize;

	   transition: all 0.3s ease;

	   position: relative;

	   box-sizing: border-box;

	   padding-bottom: 0.25rem;

	}

	.applications_drop_ul li a::after{

       content: '';

	   position: absolute;

	   bottom: 0;

	   right: 0;

	   width: 0;

	   height: 0.03rem;

	   background-color: var(--i_color);

	   transition: all 0.3s ease;

	}

	.applications_drop_ul li a:hover{

		color: var(--i_color);

	}

	.applications_drop_ul li a:hover::after{

		width: 100%;

		right: auto;

		left: 0;

	}























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

		 

	}

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

		

		.products_drop_ul li{

			width: calc((100% - 0.8rem) / 5);

		}

		.products_drop_ul li p {

			font-size: 0.14rem;

			margin-top: 0.15rem;

		}

	}

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

		 

	}

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

		 

	}

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

		.applications_drop_ul li a{

			font-size: 0.14rem;

		}

	}



}



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

	.xiala{display: none !important;}

}











.top_phone{

   display: inline-block;

   box-sizing: border-box;

   padding: 0 0.4rem;

   background-color: var(--i_color2);

  

}

.top_phone a{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 100%;

   height: var(--header_height);

}

.top_phone a iconify-icon{

   font-size: 0.24rem;

   color: var(--i_color);

}

.top_phone a p{

   font-size: 0.2rem;

   color: #fff;

   font-weight: bold;

   margin-left: 0.1rem;

}







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

	.top_phone a iconify-icon{

		font-size: 0.22rem;

	}

	.top_phone a p{

		font-size: 0.18rem;

	}

	.top_phone{

		padding: 0 0.35rem;

	}

}

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

	 

}

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

	.top_phone a iconify-icon{

		font-size: 0.2rem;

	}

	.top_phone a p{

		font-size: 0.16rem;

	}

	.top_phone{

		padding: 0 0.3rem;

	}

}

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

	.top_phone{margin-left: 0.2rem;}

}

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

	 

}

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

	 

}

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

		 

}

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

	 

}







/* banner */

.banner {

	position: relative;

	margin-top: var(--header_height);

}

.banner .swiper-container {

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	list-style: none;

	padding: 0;

	z-index: 1;

}

.banner .swiper-wrapper {

	display: flex;

	position: relative;

	width: 100%;

	z-index: 1

}

.banner .swiper-slide {

	height: 0;

	padding-bottom: 39.75%;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	overflow: hidden

}

.banner .swiper-slide>img,.banner .swiper-slide video {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover

}





.banner-button-prev,

.banner-button-next {

	position: absolute;

	top: 48%;

	transform: translate(0, -50%);

	width: .5rem;

	height: .5rem;

	background: rgb(0 0 0 / 30%);

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	overflow: hidden;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.banner-button-prev {

	left: -.6rem;

}

.banner-button-next {

	right: -.6rem;

}

.banner-button-prev i,

.banner-button-next i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.24rem;

	color: #FFF;

}

.banner:hover .banner-button-prev {

	left: .3rem

}

.banner:hover .banner-button-next {

	right: .3rem

}

.banner-button-prev:hover,

.banner-button-next:hover {

	background-color: var(--i_color)

}





.banner-pagination {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 6%;

	cursor: pointer;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	z-index: 3;

}



.banner-pagination .swiper-pagination-bullet {

	display: block;

	width: 0.7rem;

	height: 0.02rem;

	margin: 0 .05rem;

	background: rgb(255 255 255 / 40%);

	position: relative;

	outline: none

}

.banner-pagination .swiper-pagination-bullet-active::before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: var(--i_color);

}





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





	.banner-button-prev,

	.banner-button-next {

		display: none

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.6rem;

	}

}

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

	

	.banner-pagination {

		bottom: 0.3rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.5rem;

	}

}

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

	.banner-pagination {

		bottom: 0.2rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.4rem;

	}

}















/* banner 文字 */

.banner_text1{

   position: absolute;

   top: 50%;

   left: 50%;

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

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: flex-end;

}

.banner_text1_box{

	width: 45%;

}

.banner_text1_box h3{

   font-size: 0.6rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

   line-height: 100%;

   position: relative;

   z-index: -1;

}

.banner_text1_box h3::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 9.44rem;

	height: 2.08rem;

	background: url('static/imgs/banner_logo.png') center no-repeat;

	background-size: contain;

	z-index: -1;

}

.banner_text1_box h4{

   font-size: 0.26rem;

   color: #fff;

   font-family: 'med';

   line-height: 138%;

   box-sizing: border-box;

   padding: 0.15rem 0;

   position: relative;

   z-index: -1;

   text-transform: capitalize;

   margin: 0.3rem 0;

}

.banner_text1_box h4::after{

	content: '';

	position: absolute;

	top: 0;

	left: -0.6rem;

	width: 160%;

	height: 100%;

	background: linear-gradient(to right,rgba(117,189,66,0),rgba(117,189,66,1));

	z-index: -1;

}

.banner_text1_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.2rem;

   margin-bottom: 0.6rem;

}

.banner_text1_ul li{

   position: relative;

   box-sizing: border-box;

   padding-left: 0.4rem;

   font-size: 0.18rem;

   color: #333;



}

.banner_text1_ul li::after{

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0,-50%);

	left: 0;

	width: 0.3rem;

	height: 0.28rem;

	background: url('static/imgs/shi.png') center no-repeat;

	background-size: contain;

}





.banner_text2{

	position: absolute;

	top: 50%;

	left: 50%;

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

}

.banner_text2 h3{

   font-size: 0.6rem;

   color: #333;

   font-weight: bold;

   line-height: 117%;

   position: relative;

   z-index: 2;

}

.banner_text2 h3::after{

	content: '';

	position: absolute;

	width: 0.35rem;

	height: 120%;

	top: 50%;

	transform: translate(0,-50%);

	left: -0.1rem;

	background-color: var(--i_color);

	z-index: -1;

}

.banner_text2 h4{

    font-size: 0.18rem;

	color: #333;

	line-height: 166%;

	width: 49%;

	margin: 0.2rem 0 0.3rem 0;

}

.banner_text2 img{

    width: 39.13%;

	margin-top: 0.4rem;

}

.banner_text3{

	position: absolute;

	top: 50%;

	left: 50%;

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

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: flex-end;

}

.banner_text3_box{

    width: 48%;

}

.banner_text3_box h3{

    font-size: 0.5rem;

	font-weight: bold;

	color: #333;

	line-height: 120%;

}

.banner_text3_box h4{

    font-size: 0.2rem;

	line-height: 150%;

	color: #fff;

    position: relative;

	z-index: 2;

	box-sizing: border-box;

	padding: 0.15rem 0;

	margin: 0.2rem 0;

}

.banner_text3_box h4::after {

    content: '';

    position: absolute;

    top: 0;

    left: -0.9rem;

    width: 120%;

    height: 100%;

    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(117, 189, 66, 1), rgba(117, 189, 66, 1),rgba(117, 189, 66, 0));

    z-index: -1;

}

















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

	.banner_text1_box h3{

		font-size: 0.5rem;

	}

	.banner_text1_box h3::after{

		width: 7rem;

		height: 1.9rem;

	}

	.banner_text1_box h4 {

		font-size: 0.24rem;

	}

	.banner_text2 h3 {

		font-size: 0.5rem;

	}

	.banner_text2 h4 {

		font-size: 0.16rem;

		margin: 0.2rem 0;

	}

	.banner_text2 img {

		width: 32.13%;

		margin-top: 0.3rem;

	}

	.banner_text3_box h3{

		font-size: 0.45rem;

	}

	.banner_text3_box h4 {

		font-size: 0.18rem;

		margin: 0.15rem 0;

	}

	.banner_text1_ul {

		margin-bottom: 0.4rem;

	}

}

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

	.banner_text1_box h3{

		font-size: 0.45rem;

	}

	.banner_text2 h3::after {

		width: 0;

		height: 0%;

	}

}

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

	.banner_text1_box h3{

		font-size: 0.4rem;

	}

	.banner_text1_box h3::after{

		width: 6rem;

		height: 1.5rem;

	}

	.banner_text1_box h4 {

		font-size: 0.22rem;

		margin: 0.2rem 0;

	}

	.banner_text1_ul li {

		font-size: 0.16rem;

	}

	.banner_text2 h3 {

		font-size: 0.45rem;

	}

	.banner_text2 h4 {

		font-size: 0.14rem;

	}

	.banner_text2 img {

		width: 30%;

		margin-top: 0.2rem;

	}

	.banner_text3_box h3{

		font-size: 0.4rem;

	}

	.banner_text3_box h4 {

		font-size: 0.16rem;

		padding: 0.12rem 0;

		margin: 0.12rem 0;

	}

}

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

	.banner_text1_box h3{

		font-size: 0.3rem;

	}

	.banner_text1_box h4 {

		font-size: 0.2rem;

	}

	.banner_text1_ul{

		display: none;

	}

	.banner_text2 h3 {

		font-size: 0.4rem;

	}

	.banner_text3_box h3{

		font-size: 0.35rem;

	}

	.banner_text3_box h4 {

        margin: 0.2rem 0 0.4rem 0;

    }

}

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

	.banner_text1_box h3{

		font-size: 0.28rem;

	}

	.banner_text1_box {

		width: 50%;

	}

	.banner_text1_box h3::after{

		width: 5rem;

		height: 1.3rem;

	}

	.banner_text1_box h4 {

		font-size: 0.18rem;

	}

	.banner_text2 h3 {

        font-size: 0.3rem;

    }

	.banner_text2 img{

		display: none;

	}

	.banner_text3_box h3{

		font-size: 0.3rem;

	}

	.banner_text3_box h4 {

        font-size: 0.14rem;

    }

}

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

	

	.banner_text1_box h4 {

		font-size: 0.16rem;

	}

	.banner_text2 h4{

		display: none;

	}

	.banner_text2 h3 {

        font-size: 0.25rem;

		margin-bottom: 0.2rem;

    }

	.banner_text3_box h3{

		font-size: 0.25rem;

	}

	.banner_text3_box h4{

		display: none;

	}

	.banner_text3_box h3{

		margin-bottom: 0.2rem;

	}

}

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

	

	.banner_text1_box h4 {

		font-size: 0.14rem;

		margin: 0.1rem 0;

	}

	.banner_text1_box h3{

		font-size: 0.24rem;

		

	}

	.banner_text1_box {

        width: 60%;

    }

	.banner_text2 h3 {

        font-size: 0.22rem;

    }

	.banner_text2{

		padding-left: 10%;

	}

	.banner_text3_box h3{

		font-size: 0.22rem;

	}

}

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

	.banner_text1_box h3 {

        font-size: 0.2rem;

    }

	.banner_text3_box h3{

		font-size: 0.16rem;

	}

}















.home_btn{



}

.home_btn_center{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}

.home_btn a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.12rem 0.22rem;

   border-radius: 0.08rem;

   background-color: var(--i_color);

   box-shadow: 0 0.04rem 0.2rem rgba(117,189,66,0.6);

   transition: all 0.3s ease;

   

}

.home_btn a:hover{

	transform: translateY(-0.05rem);

}

.home_btn_text{

   display: flex;

   display: -webkit-flex;

   gap: 0.1rem;

   align-items: center;

} 

.home_btn_text p{

   font-size: 0.18rem;

   line-height: 0.24rem;

   color: #fff;

   text-transform: capitalize;

   white-space:nowrap;

}



.home_btn_text iconify-icon{

    font-size: 0.24rem;

	color: #fff;

}

.home_news_btn{

	margin: 0.5rem 0 1rem 0;

}

.home_btn_white a{

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

	background-color: transparent;

	box-shadow: 0 0.04rem 0.2rem transparent;

}

.home_btn_white p{

	color: var(--i_color);

}





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

	

}

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

	

}

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

	.home_btn_text p {

		font-size: 0.16rem;

	}

	.home_btn_text iconify-icon {

		font-size: 0.2rem;

	}

	.home_btn_text p{

		line-height: 0.2rem;

	}	 

	.home_btn a {

		padding: 0.1rem 0.2rem;

	}

}

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

	

}

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

	

}

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

	.home_btn_text p {

		font-size: 0.14rem;

	}

	.home_btn_text iconify-icon {

		font-size: 0.16rem;

	}

	.home_btn_text p{

		line-height: 0.16rem;

	}

	.home_btn a {

		padding: 0.08rem 0.16rem;

	}

	.home_btn_text {

		gap: 0.05rem;

	}

}

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

	

}

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

	

}





/* category */

.category_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.category{



}





/*  */

.cate_partner_box{

	margin-top: 0.6rem;

}



.cate_partner{position:relative}

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

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

.cate_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	border-radius: 0.08rem;

	overflow: hidden;

}

.cate_partner_list li a{

	display: block;

	width: 100%;

	background: linear-gradient(to top,rgba(244,244,244,1),rgba(244,244,244,0.23),rgba(244,244,244,1));

	border-radius: 0.08rem;

	overflow: hidden;

}

.cate_partner_list li a::after{

	content: '';

	position: absolute;

	bottom: -70%;

	left: 0;

	width: 100%;

	height: 70%;

	transition: all 0.7s ease;

	background: linear-gradient(to top,rgba(117,189,66,1),rgba(117,189,66,0));

}

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

.cate_partner_list .img:before{content:""; display:block; padding-bottom:100%}

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





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





.cate_text{

   box-sizing: border-box;

   position: relative;

   padding: 0.45rem 0.2rem;

   transition: all 0.3s ease;

   z-index: 3;

}

.cate_text h3{

   font-size: 0.22rem;

   color: #333;

   font-family: 'med';

   text-align: center;

   text-transform: capitalize;

   overflow:hidden;

   white-space: nowrap;

   text-overflow: ellipsis;

   transition: all 0.3s linear;

   box-sizing: border-box;

   margin-bottom: 0.1rem;

}

.cate_text h4{

   font-size: 0.16rem;

   color: #333;

   line-height: 0.24rem;

   text-align: center;

   margin-top: 0.1rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 3;

   position: absolute;

   bottom: -100%;

   left: 50%;

   transform: translate(-50%,0);

   width: 100%;

   transition: all 0.3s linear;

   opacity: 0;

}

.cate_partner_list li a:hover h3{

	color: #fff;

}

.cate_partner_list li a:hover h4{

	bottom: 0.2rem;

	color: #fff;

	opacity: 1;

}

.cate_partner_list li a:hover .cate_text{

	padding:0rem 0.2rem 0.9rem 0.2rem;

	color: #fff;

	

}

.cate_partner_list li a:hover::after{

	bottom: 0;

}



.cate_click{

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: space-between;

	margin-top: 0.6rem;

}













/* 指示器 */

.cate_partner .pt-pagination {

    background: rgba(51,51,51,0.2);

    position: relative;

    width: calc(100% - 1.5rem);

    height: 2px;

	display: block;

}

.cate_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}



/* 左右箭头 */

.cate_LR{

	display: flex;

	display: -webkit-flex; 

	gap: 0.1rem;

}

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

	width: 0.48rem;

	height: 0.48rem;

    display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	cursor: pointer;

	transition: all 0.3s ease;

	box-sizing: border-box;

}

.cate_partner .pt-button-prev{

	border: 1px solid #666;

}

.cate_partner .pt-button-next{

    background-color: var(--i_color);

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

}

.cate_partner .pt-button-prev iconify-icon{

   color: #666;

   font-size: 0.2rem;

   transition: all 0.3s ease;

}

.cate_partner .pt-button-next iconify-icon{

	font-size: 0.2rem;

	color: #fff;

	transition: all 0.3s ease;

}





.cate_partner .pt-button-prev:hover{

	border: 1px solid #333;

	background-color: #333;

}

.cate_partner .pt-button-next:hover{

	

	background-color: transparent;

}

.cate_partner .pt-button-prev:hover iconify-icon{

   color: #fff;

}

.cate_partner .pt-button-next:hover iconify-icon{

	color: var(--i_color);

}



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

	.cate_text h3 {

		font-size: 0.2rem;

	}

}

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

	

}

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

	.cate_text h3 {

		font-size: 0.18rem;

	}

	.category_bac {

		padding: 0.6rem 0;

	}

}

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

	.cate_LR{

		display: none;

	}

	.cate_partner .pt-pagination {

		width: 100%;

	}

	.cate_text {

		padding: 0.2rem;

	}

	.cate_text h3 {

        font-size: 0.16rem;

		margin-bottom: 0;

    }

}

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

	

}

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

	.cate_click {

		margin-top: 0.4rem;

	}

	.cate_partner_box {

		margin-top: 0.4rem;

	}

}

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

	.cate_text {

        padding: 0.2rem 0.1rem;

    }

	.cate_text h3 {

        font-size: 0.14rem;

    }

}





.title_box{

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	align-items: center;

	gap: 0.2rem;

}

.title{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: center;

}

.title p,.title b{

   font-size: 0.44rem;

   color: #333;

   font-weight: bold;

   position: relative;

   z-index: 2;

   text-transform: capitalize;

}

.title b{

	color: var(--i_color);

}

.title p i{

   display: block;

   width: 0.52rem;

   height: 0.52rem;

   background: url('static/imgs/cricle.png') center no-repeat;

   background-size: contain;

   position: absolute;

   top: 0;

   left: -0.25rem;

   z-index: -1;

}



.title span{

   display: block;

   font-size: 0.18rem;

   color: #666;

   text-align: center;

   line-height: 166%;

   margin-top: 0.1rem;

}

.title span a{

	font-size: 0.18rem;

	line-height: 166%;

	color: var(--i_color);

}

.title_left{

	align-items: flex-start;

}

.title_left p{

	text-align: left;

	margin-left: 0.25rem;

}

.title_left span{

	text-align: left;

}





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

	.title p,.title b{

		font-size: 0.4rem;

    }

	.title p i {

		width: 0.5rem;

		height: 0.5rem;

		left: -0.25rem;

	}

}

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

	

}

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

	.title p,.title b{

		font-size: 0.35rem;

    }

	.title span,.title span a{

		font-size: 0.16rem;

	}

	.title p i {

		width: 0.4rem;

		height: 0.4rem;

		left: -0.2rem;

	}

	.title_left p{

		margin-left: 0.2rem;

	}

}

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

	.title p,.title b{

		font-size: 0.3rem;

    }

	.title p i {

		width: 0.3rem;

		height: 0.3rem;

		left: -0.15rem;

	}

	.title_left p{

		margin-left: 0.15rem;

	}

	.title_box {

		align-items: flex-start;

		flex-direction: column;

	}

}

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

	.title p,.title b{

		font-size: 0.28rem;

    }

}

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

	.title p,.title b{

		font-size: 0.26rem;

    }

	.title span,.title span a{

		font-size: 0.14rem;

	}

	.title span br{

		display: none;

	}

}

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

	.title p,.title b{

		font-size: 0.24rem;

    }

}

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

	.title p,.title b{

		font-size: 0.22rem;

    }

}



/* hot_products */

.hot_products_bac{

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.hot_products{

	

}





.hot_products_box{

	position:relative;

	margin-top: 0.4rem;

}

/* hot_products_up */



.hot_products_up{



}



.hot_products_top{

	width:100%; height:100%; box-sizing:border-box;  position:relative; overflow:hidden;

}

.hot_products_top .swiper-wrapper{

	display: flex;

	position: relative;

	width: 100%;

	height: 100%;

	z-index: 1;

}

.hot_products_top ul li{

    display: flex;

    display: -webkit-flex;

    height: 100%;

    flex-shrink: 0;

    position: relative;

}

.hot_products_left{

   width: 57.5%;

   box-sizing: border-box;

   padding-right: 4%;

}

.hot_products_left h3{

   font-size: 0.18rem;

   color: var(--i_color);

   display: inline-block;

   line-height: 100%;

   border-radius: 0.08rem;

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

   padding: 0.1rem 0.16rem;

   box-sizing: border-box;

   text-transform: capitalize;

}

.hot_products_left h4{

   font-size: 0.36rem;

   color: #333;

   font-family: 'med';

   line-height: 100%;

   margin: 0.2rem 0;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.hot_products_left h5{

   font-size: 0.18rem;

   line-height: 0.3rem;

   color: #666;

   height: 1.8rem;

   margin-bottom: 0.4rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 6;

}

.hot_products_right{

   width: 42.5%;

   position: relative;

}

.hot_products_right::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.hot_products_right img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.hot_products_left .home_btn a{

	box-shadow: 0 0rem transparent;

}







/* hot_products_down */



.hot_products_down{

	width: 57.5%;

	box-sizing: border-box;

	padding-right: 4%;

	position: absolute;

	bottom: 0;

	left: 0;

	z-index: 3;

}

.hot_products_bottom{

	width:calc(100% - 0.5rem); 

	height:100%; 

	box-sizing:border-box; 

	position:relative; 

	overflow:hidden;

	box-sizing: border-box;

	padding: 0.02rem;

}

.hot_products_bottom ul{

   display: flex;

   display: -webkit-flex;

   width:100%; height:100%; z-index:1;

}

.hot_products_bottom ul li{

   position: relative;

   height: 100%;

   flex-shrink: 0;

   position: relative;

   cursor: pointer;

}

.hot_products_bottom ul li::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.hot_products_bottom ul li img{

  position: absolute;

  top: 50%;

  left: 50%;

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

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 0.08rem;

  border: 1px solid transparent;

  transition: all 0.3s ease;

  box-sizing: border-box;

}



.hot_products_bottom .swiper-slide-thumb-active img{

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

}

















.hot-button-next{

	position: absolute;

	top: 50%;

	right: 0.5rem;

	transform: translate(0,-50%);

	width: 0.5rem;

	height: 0.5rem;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

}

.hot-button-next iconify-icon{

	font-size: 0.3rem;

	color: var(--i_color);

}







.hot-button-next.swiper-button-disabled{

	opacity: 0.1;

	cursor: not-allowed;

}



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

	.hot_products_left h4 {

		font-size: 0.3rem;

	}

	.hot_products_left h5 {

		font-size: 0.16rem;

		line-height: 0.25rem;

		height: 1rem;

		-webkit-line-clamp: 4;

	}

	.hot-button-next iconify-icon{

		font-size: 0.28rem;

	}

}

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

	

}

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

	.hot_products_left h4 {

		font-size: 0.25rem;

	}

	.hot_products_left h3 {

		font-size: 0.16rem;

		padding: 0.1rem 0.16rem;

	}

	.hot-button-next iconify-icon{

		font-size: 0.26rem;

	}

	.hot_products_bac {

		padding: 0.6rem 0;

	}

}

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

	.hot_products_left h4 {

		font-size: 0.22rem;

	}

	.hot_products_left h3 {

		font-size: 0.14rem;

		padding: 0.08rem 0.14rem;

	}

	.hot-button-next iconify-icon{

		font-size: 0.24rem;

	}

}

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

	.hot_products_left h4 {

		font-size: 0.2rem;

	}

}

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

	.hot_products_left h4 {

		margin: 0.15rem 0;

	}

	.hot_products_right{

		display: none;

	}

	.hot_products_left {

		width: 100%;

		padding-right: 0%;

	}

	.hot_products_down {

		width: 100%;

		padding-right: 0%;

		position: relative;

		bottom: unset;

		left: unset;

		margin-top: 0.4rem;

	}

	.hot-button-next {

		right: 0rem;

	}

	.hot_products_left h5{

		height: unset;

	}

}

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

	.hot_products_left h5 {

        font-size: 0.14rem;

        line-height: 0.22rem;

    }

}

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

	

}





/* home_applications */

.home_applications_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.home_applications{



}

.home_applications_ul{

   margin-top: 0.6rem;

   display: flex;

   display: -webkit-flex;

   position: relative;

   border-radius: 0.08rem;

   overflow: hidden;

}

.home_applications_ul::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 80%;

	background: linear-gradient(to top,rgba(0,0,0,0.3),rgba(0,0,0,0));

}

.home_applications_ul li{

  flex-grow: 1;

}

.home_applications_box{

  width: 100%;

  display: block;

  height: 6.3rem;

  position: relative;

  z-index: 2;

}

.home_applications_box::after{

	content: '';

	position: absolute;

	bottom: -70%;

	left: 0;

	width: 100%;

	height: 70%;

	background: linear-gradient(to top,rgba(117,189,66,1),rgba(255,255,255,0));

	z-index: -1;

	transition: all 0.7s ease;

}

.home_applications_all{

	position: absolute;

	bottom: -1.55rem;

	left: 0;

	width: 100%;

	z-index: 4;

	box-sizing: border-box;

	padding: 0rem 0.3rem;

	transition: all 0.5s ease;

}

.home_applications_box h3{

   font-size: 0.22rem;

   color: #fff;

   display: inline;

   text-align: center;

   text-transform: capitalize;

   border-bottom: 1px solid #fff;

}

.home_applications_text{

   opacity: 0;

}

.home_applications_text h4{

   font-size: 0.15rem;

   color: #fff;

   line-height: 0.24rem;

   margin: 0.15rem 0 0.2rem 0;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 5;

   height: 1.2rem;

}

.home_applications_text iconify-icon{

   font-size: 0.3rem;

   color: #fff;



}

.home_applications_ul li img{

   width: 100%;

   height: 100%;

   position: absolute;

   top: 0;

   left: 0;

   object-fit: cover;

   z-index: -1;

   transition: all 0.3s ease;

   opacity: 0;

}





.home_applications_ul li:not(:last-child) a{

	border-right: 1px solid rgba(255, 255, 255, 0.3);

}



.home_applications_active .home_applications_text{

	opacity: 1 !important; 

}

.home_applications_active .home_applications_all{

	bottom: 0.2rem;

}





.home_applications_active .home_applications_box::after{

	bottom: 0% !important;

}

.home_applications_active img{

	opacity: 1 !important;

}





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

	.home_applications_box h3 {

		font-size: 0.16rem;

	}

	.home_applications_text h4 {

		margin: 0.15rem 0;

	}

	.home_applications_text iconify-icon {

		font-size: 0.26rem;

	}

	.home_applications_text h4 {

		font-size: 0.14rem;

	}

	.home_applications_all {

		padding: 0rem 0.2rem;

	}

	.home_applications_box {

		height: 6rem;

	}

}

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

	

}

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

	.home_applications_text iconify-icon {

		font-size: 0.24rem;

	}

	.home_applications_all {

		padding: 0rem 0.15rem;

	}

	.home_applications_box {

		height: 5rem;

	}

	.home_applications_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_applications_box {

		height: 4rem;

	}

	.home_applications_ul{

		gap: 0.4rem;

		flex-wrap: wrap;

	}

	.home_applications_ul li{

		width: calc((100% - 0.4rem) / 2);

		position: relative;

	}

	.home_applications_ul::after{

		display: none;

	}

	.home_applications_text h4{

		height: unset;

	}

}

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

	.home_applications_box {

        height: 3.5rem;

    }

	.home_applications_ul {

        gap: 0.2rem;

    }

	.home_applications_ul li{

		width: calc((100% - 0.2rem) / 2);

	}

}

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

	.home_applications_box {

        height: 3rem;

    }

	.home_applications_ul {

		margin-top: 0.4rem;

	}

}

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

	.home_applications_text h4 {

		display: none;

	}

	.home_applications_text{

		margin-top: 0.1rem;

	}

}

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

	.home_applications_box {

        height: 2.5rem;

    }

}







/* home_advantages */

.home_advantages_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('static/imgs/home_advantages.webp') center no-repeat;

   background-size: cover;

   overflow: hidden;

}

.home_advantages{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.home_advantages_left{

   width: 34.5%;

   box-sizing: border-box;

   padding-top: 0.8rem;

}

.home_advantages_dl{

   margin: 0.8rem 0 0.6rem 0;

}

.home_advantages_dl dt{

	animation: abc 0.5s linear;

}

.home_advantages_dl dt h3{

   font-size: 0.3rem;

   color: var(--i_color);

   font-weight: bold;

   text-transform: capitalize;

}

.home_advantages_dl dt h4{

   font-size: 0.18rem;

   line-height: 0.3rem;

   color: #666;

   height: 1.2rem;

   box-sizing: border-box;

   padding-right: 0.1rem;

   overflow: auto;

}



/*滚动条*/

.home_advantages_dl dt h4::-webkit-scrollbar{width:6px; height:8px}

.home_advantages_dl dt h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}

.home_advantages_dl dt h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}









.home_advantages_right{

   width: 65.5%;

}

.home_advantages_box{

   width: 7.9rem;

   height: 7.9rem;

   border-radius: 50%;

   background: linear-gradient(20deg,rgba(255,255,255,0),rgba(255,255,255,1));

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   position: relative;

}

.home_advantages_img{

   width: 73.5%;

} 

.home_advantages_img dt{

    position: relative;

	width: 100%;

	overflow: hidden;

	border-radius: 50%;

	animation: abcd 0.5s linear;

}

.home_advantages_img dt::after{

    content: '';

	display: block;

	padding-bottom: 100%;

}

.home_advantages_img dt img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}



.home_advantages_ul{



}

.home_advantages_ul li{

   position: absolute;

   display: flex;

   display: -webkit-flex;

   gap: 0.2rem;

   align-items: center;

   transform: translate(0,-50%);

   transition: all 0.3s ease;

   cursor: pointer;

}  

.home_advantages_ul li.current img{

	border: 0.04rem solid var(--i_color);

}

.home_advantages_ul li img{

   width: 1.14rem;

   height: 1.14rem;

   border-radius: 50%;

   box-sizing: border-box;

   border: 0.04rem solid #fff;

   transition: all 0.3s ease;

}

.home_advantages_ul li p{

   font-size: 0.2rem;

   line-height: 150%;

   color: #333;

   font-family: 'med';

   width: 2.4rem;

   transition: all 0.3s ease;

}

.home_advantages_ul li.current p{

	color: var(--i_color);

}

.home_advantages_ul li:nth-child(1){

	top: 20%;

	left: 82%;

}

.home_advantages_ul li:nth-child(2){

	top: 50%;

	left: 93%;

}

.home_advantages_ul li:nth-child(3){

	top: 80%;

	left: 82%;

}

@keyframes abc {

	0% {

		transform: translateX(-100%);

	}

	

	100% {

		transform: translateX(0%);

	}

}



@keyframes abcd {

	0% {

		opacity: 0;

	}

	

	100% {

		opacity: 1;

	}

}







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

	.home_advantages_box {

		width: 7rem;

		height: 7rem;

	}

	.home_advantages_ul li img {

		width: 1rem;

		height: 1rem;

	}

	.home_advantages_ul li p {

		font-size: 0.18rem;

		width: 2rem;

	}

}

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

	.home_advantages_dl dt h3 {

		font-size: 0.3rem;

	}

	.home_advantages_box {

		width: 6.5rem;

		height: 6.5rem;

	}

	.home_advantages_left {

		padding-top: 0.6rem;

	}

	.home_advantages_dl {

		margin: 0.6rem 0 0.4rem 0;

	}

	.home_advantages_dl dt h4 {

		font-size: 0.16rem;

		line-height: 0.25rem;

		height: 1rem;

	}

}

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

	.home_advantages_box {

        width: 6rem;

        height: 6rem;

    }

}

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

	.home_advantages_dl dt h3 {

		font-size: 0.24rem;

		margin-bottom: 0.2rem;

	}

	.home_advantages_box {

        width: 5.5rem;

        height: 5.5rem;

    }

	.home_advantages_ul li img {

		width: 0.8rem;

		height: 0.8rem;

	}

	.home_advantages_ul li p {

		font-size: 0.16rem;

	}

	.home_advantages_left {

		padding-top: 0.4rem;

	}

	.home_advantages_dl {

		margin: 0.4rem 0 0.2rem 0;

	}

	.home_advantages_dl dt h4 {

		font-size: 0.14rem;

		line-height: 0.2rem;

		height: 0.82rem;

	}

	.home_advantages_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_advantages_dl dt h3 {

		font-size: 0.2rem;

	}

}

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

	.home_advantages_dl dt h3 {

		font-size: 0.18rem;

	}

	.home_advantages_left {

		width: 100%;

		padding-top: 0rem;

	}

	.home_advantages_right{

		margin-top: 0.4rem;

	}

}

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

	.home_advantages_box {

        width: 5rem;

        height: 5rem;

    }

	.home_advantages_ul li img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.home_advantages_ul li p {

		font-size: 0.14rem;

	}

}

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

	.home_advantages_box {

        width: 3.5rem;

        height: 3.5rem;

    }

	.home_advantages_ul li img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.home_advantages_ul li {

		gap: 0.1rem;

	}

}

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

	.home_advantages_box {

        width: 2.5rem;

        height: 2.5rem;

    }

}







/* home_about */

.home_about_bac{

    box-sizing: border-box;

	padding-top: 0.8rem;

	position: relative;

	z-index: 2;

	/* overflow: hidden; */

}

.home_about{



}

.home_about_title{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: center;

}

.home_about_left{

   width: 30.5%;

   box-sizing: border-box;

   padding-right: 0.2rem;

}

.home_about_left .title{

	margin-bottom: 0.2rem;

}

.home_about_right{

	width: 69.5%;

}

.home_about_right h3{

   font-size: 0.18rem;

   line-height: 166%;

}

.home_about_right a{

	color: var(--i_color);

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

	box-sizing: border-box;

	font-size: 0.18rem;

    line-height: 166%;

}

.home_about_img{

	position: relative;

}

.home_about_img img{

	width: 100%;

	height: auto;

	margin-top: 0.5rem;

}

.home_about_ul{



}

.home_about_ul li{

	display: flex;

	display: -webkit-flex;

	gap: 0.2rem;

	position: absolute;



}

.home_about_ul li i{

   display: block;

   width: 0.12rem;

   height: 0.12rem;

   background-color: var(--i_color);

   border-radius: 50%;

   position: relative;

}

.home_about_ul li i b{

   position: absolute;

   top: 0;

   left: 50%;

   transform: translate(-50%,0);

   width: 0.02rem;

   height: 0rem;

   background: linear-gradient(to bottom,rgba(117,189,66,1),rgba(255,255,255,0));

   animation: sale 1s linear forwards;

}

.home_about_text{



}

.home_about_data{

   display: flex;

   display: -webkit-flex;

   align-items: flex-end;

}

.home_about_data h4{

   font-size: 0.5rem;

   font-weight: bold;

   color: var(--i_color);

   line-height: 100%;

}

.home_about_data h5{

   font-size: 0.24rem;

   color: var(--i_color);

   line-height: 100%;

   font-weight: bold;

}

.home_about_text h6{

	font-size: 0.18rem;

	color: #666;

}



.home_about_ul li:nth-child(1){

	top: 26%;

    left: 25%;

}

.home_about_ul li:nth-child(2){

	top: 67%;

    left: 25%;

}

.home_about_ul li:nth-child(3){

	top: 43%;

    left: 50%;

}

.home_about_ul li:nth-child(4){

	top: 30%;

    left: 73%;

}









@keyframes sale {

	0%{

		height: 0%;

	}

	100%{

		height: 1.6rem;

	}

}









.index-about-point{

	--color_img:linear-gradient(37deg,rgba(117,189,66,1),rgba(220,241,205,0.08));

}





.index-about-point {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	/* overflow: hidden; */

	overflow-x: hidden;

	z-index: -1;

}

.about-point-content {width: 100%;height: 100%;}

.circular {position:absolute;

	left:-1.5rem;

	top:0.3rem;

	width:3rem;

	height:3rem;

	border-radius:100%;

	background-image: var(--color_img);

	opacity:0.2;

	z-index:5;

}

.circular-xiao1,.circular-xiao2,.circular-xiao3,.circular-xiao4,.circular-xiao5,.circular-xiao6,.circular-xiao7,.circular-xiao8,.circular-xiao9,.circular-xiao0 {

	border-radius: 100%;

	position: absolute;

	z-index: 1;

	left: 0;

	top: 0;

}

.circular-xiao1 {border:1px solid var(--i_color);width: 0.46rem;height: 0.46rem;opacity: .5;margin-left: 16%;margin-top: 14%;}

.circular-xiao2 {

	background-image: var(--color_img);

	width: 0.2rem;

	height: 0.2rem;

	opacity: .7;    

	margin-left: 7%;

    margin-top: 19%;} 

.circular-xiao3 {

	background-image: var(--color_img);

	border-width: 1px;

	width: 0.4rem;

	height: 0.4rem;

	opacity: .6;

	margin-left: 49%;

    margin-top: 13%;

} 

.circular-xiao4 {

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

	width: 0.22rem;

	height: 0.22rem;

	opacity: .9;

	margin-left: 65%;

    margin-top: 11%;

} 

.circular-xiao5 {

	background-image: var(--color_img);

	width: 0.16rem;

	height: 0.16rem;

	opacity: 1;

	margin-left: 83%;

    margin-top: 19%;

} 

.circular-xiao6 {

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

	width: 1rem;

	height: 1rem;

	opacity: .4;

	margin-left: 93%;

    margin-top: 3%;

} 



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

	.home_about_data h4 {

		font-size: 0.45rem;

	}

	.home_about_data h5 {

		font-size: 0.22rem;

	}

}

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

	

}

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

	.home_about_data h4 {

		font-size: 0.4rem;

	}

	.home_about_data h5 {

		font-size: 0.2rem;

	}

	.home_about_text h6 {

		font-size: 0.16rem;

	}

	.home_about_right h3 {

		font-size: 0.16rem;

	}

	.home_about_right a {

		font-size: 0.16rem;

	}

	@keyframes sale {

		0%{

			height: 0%;

		}

		100%{

			height: 1.2rem;

		}

	}

	.home_about_ul li i {

		width: 0.1rem;

		height: 0.1rem;

	}

}

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

	.home_about_data h4 {

		font-size: 0.35rem;

	}

	.home_about_data h5 {

		font-size: 0.18rem;

	}

	.home_about_text h6 {

		font-size: 0.14rem;

	}

	.home_about_right a {

		font-size: 0.14rem;

	}

}

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

	.home_about_data h4 {

		font-size: 0.3rem;

	}

	.home_about_data h5 {

		font-size: 0.16rem;

	}

	.home_about_left {

		width: 100%;

		padding-right: 0rem;

	}

	.home_about_right {

		width: 100%;

		margin-top: 0.4rem;

	}

	@keyframes sale {

		0%{

			height: 0%;

		}

		100%{

			height: 1rem;

		}

	}

}

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

	.home_about_data h4 {

        font-size: 0.25rem;

    }

	.home_about_ul li:nth-child(1) {

		top: 24%;

		left: 11%;

	}

	.home_about_ul li:nth-child(2) {

		top: 67%;

		left: 18%;

	}

	.home_about_ul li:nth-child(3) {

		top: 43%;

		left: 45%;

	}

	.home_about_ul li {

		gap: 0.1rem;

	}

	@keyframes sale {

		0%{

			height: 0%;

		}

		100%{

			height: 0.6rem;

		}

	}

	.home_about_ul li i {

		width: 0.06rem;

		height: 0.06rem;

	}

	.home_about_right h3 {

        font-size: 0.14rem;

    }

}

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

	.home_about_data h4 {

        font-size: 0.22rem;

    }

}

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

	

}





/* home_news */

.home_news_bac{

   background: linear-gradient(to top,rgba(244,244,244,0),rgba(242,248,237,1));

   box-sizing: border-box;

   padding: 0.8rem 0;

   overflow: hidden;

} 

.home_news{



}

.home_news_box{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin-top: 0.6rem;

	align-items: center;

}

.home_news_left{

	width: 45.8%;

}

.home_news_dl{



}

.home_news_dl dt{



}

.home_news_dl dt a{

   position: relative;

   width: 100%;

   display: block;

}

.home_news_dl dt a::after{

   content: '';

   display: block;

   padding-bottom: 61.61%;

}

.home_news_dl dt a img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	border-radius: 0.08rem;

}



.home_news_right{

	width: 54.2%;

	box-sizing: border-box;

	padding-left: 4%;

}

.home_news_ul{

   display: flex;

   display: -webkit-flex;

   gap: 0.4rem;

   flex-direction: column;

   justify-content: center;

}

.home_news_ul li{



}

.home_news_ul li a{

   display: flex;

   display: -webkit-flex;  

   align-items: center;

   border-bottom: 1px solid rgba(51,51,51,0.2);

   box-sizing: border-box;

   padding-bottom: 0.4rem;

   position: relative;

   transition: all 0.3s ease;

}

.home_news_ul li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}

.home_news_data{

   width: 0.6rem;

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: center;

}

.home_news_data h3{

   font-size: 0.48rem;

   color: #333;

   line-height: 100%;

   transition: all 0.3s ease;

}

.home_news_data h4{

   font-size: 0.14rem;

   color: #666;

}

.home_news_ul li a h5{

   line-height: 142%;

   color: #333;

   font-size: 0.24rem;

   font-family: 'med';

   width: calc(100% - 0.85rem);

   box-sizing: border-box;

   padding: 0 4%;

   transition: all 0.3s ease;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.home_news_ul li a iconify-icon{

   color: #666666;

   font-size: 0.25rem;

   transition: all 0.3s ease;

}





.home_news_ul li a:hover h3,

.home_news_ul li.current a h3{

	color: var(--i_color) !important;

}

.home_news_ul li a:hover h5,

.home_news_ul li.current a h5{

	color: var(--i_color) !important;

}

.home_news_ul li a:hover iconify-icon,

.home_news_ul li.current a iconify-icon{

	color: var(--i_color) !important;

}

.home_news_ul li a:hover::after,

.home_news_ul li.current a::after{

	right: auto !important;

	left: 0 !important;

	width: 100% !important;

} 

.home_news_ul li a:hover,

.home_news_ul li.current a{

	border-bottom: 1px solid transparent !important;

}











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

	.home_news_ul li a h5 {

		font-size: 0.22rem;

		width: calc(100% - 0.85rem);

	}

	.home_news_data h3 {

		font-size: 0.4rem;

	}

	.home_news_ul li a {

		padding-bottom: 0.3rem;

	}

	.home_news_ul {

		gap: 0.3rem;

	}

}

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

	

}

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

	.home_news_ul li a h5 {

		font-size: 0.2rem;

		width: calc(100% - 0.85rem);

	}

	.home_news_data h3 {

		font-size: 0.35rem;

	}

	.home_news_ul li a {

		padding-bottom: 0.25rem;

	}

	.home_news_ul {

		gap: 0.25rem;

	}

	.home_news_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_news_ul li a h5 {

        font-size: 0.18rem;

    }

}

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

	.home_news_ul li a h5 {

        font-size: 0.16rem;

    }

	.home_news_data h3 {

        font-size: 0.3rem;

    }

}

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

	.home_news_left {

		width: 100%;

	}

	.home_news_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

	.home_news_box {

		margin-top: 0.4rem;

	}

}

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

	.home_news_ul li a h5 {

        font-size: 0.14rem;

    }

	.home_news_data h3 {

        font-size: 0.25rem;

    }

}

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

	

}











/*  */

.par_partner_box{}



.par_partner{position:relative}

.par_partner_list{width:100%; padding:0.1rem;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}

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

.par_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	background-color: #F4F4F4;

	border-radius: 0.08rem;

	border: 1px solid transparent;

	transition: all 0.3s ease;

	box-sizing: border-box;

}



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

.par_partner_list .img:before{content:""; display:block; padding-bottom:50%}

.par_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%;box-sizing: border-box;padding: 0.1rem; 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_list li:hover{

	background-color: #fff;

	box-shadow: 0 0 0.1rem rgba(117,189,66,0.3);

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

}









/* 指示器 */

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

.par_partner .pt-pagination .swiper-pagination-bullet{width:0.08rem;position: relative; height:0.08rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#666; border-radius:50%; outline:none}

.par_partner .pt-pagination .swiper-pagination-bullet::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 180%;

	height: 180%;

	border-radius: 50%;

	box-sizing: border-box;

	border: 1px solid transparent;

	transition: all 0.3s ease;



}

.par_partner .pt-pagination .swiper-pagination-bullet-active{

	position:relative; 

	background:var(--i_color);



}

.par_partner .pt-pagination .swiper-pagination-bullet-active::after{

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

}

/* 左右箭头 */

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

	position:absolute; 

	top:50%; 

	transform:translate(0,-50%); 

	width:0.5rem; 

	height:0.5rem; 

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

	box-sizing: border-box;

	z-index:999; 

	cursor:pointer; 

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.par_partner .pt-button-prev{left:-5%;}

.par_partner .pt-button-next{right:-5%;}



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.home_news_btn {

		margin: 0.4rem 0 0.8rem 0;

	}

}

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

	

}

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

	.home_news_btn {

		margin: 0.4rem 0 0.6rem 0;

	}

}

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

	

}

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

	.home_news_btn {

		margin: 0.4rem 0;

	}

}

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

	

}









/* --------------------footer--------------------------- */

.footer_top_bac{

   box-sizing: border-box;

   padding: 0.5rem 0;

   background: url('static/imgs/footer_top.webp') center no-repeat;

   background-size: cover;

   position: relative;

   background-attachment: fixed;

   z-index: 2;

   

}

.footer_top_bac::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: linear-gradient(to right,rgba(255,255,255,0.9),rgba(117,189,66,0.9));

	z-index: -1;

}

.footer_top{

   display: flex;

   display: -webkit-flex;

   gap: 0.4rem;

   align-items: center;

}

.footer_top img{

   height: 0.93rem;

}

.footer_top p{

	font-size: 0.34rem;

	color: #fff;

	font-family: 'med';



}





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

	.footer_top p {

		font-size: 0.3rem;

	}

	.footer_top img {

		height: 0.9rem;

	}

}

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

	

}

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

	.footer_top p {

		font-size: 0.28rem;

	}

	.footer_top img {

		height: 0.8rem;

	}

}

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

	.footer_top p {

		font-size: 0.26rem;

	}

	.footer_top img {

		height: 0.7rem;

	}

}

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

	.footer_top p {

		font-size: 0.24rem;

	}

	.footer_top img {

		height: 0.6rem;

	}

}

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

	.footer_top p {

		font-size: 0.22rem;

	}

	.footer_top_bac {

		padding: 0.4rem 0;

		background-attachment: unset;

	}

	.footer_top{

		gap: 0.2rem;

	}

}

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

	.footer_top p {

		font-size: 0.2rem;

	}

}

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

	.footer_top p {

        font-size: 0.16rem;

    }

	.footer_top img {

        height: 0.5rem;

    }

}







/* footer */

.footer_bac{

   box-sizing: border-box;

   padding: 0.7rem 0 0.4rem 0;

}

.footer{

   display: flex;

   display: -webkit-flex;

   position: relative;

   z-index: 2;

}

.footer::after{

	content: '';

	position: absolute;

	bottom: -0.4rem;

	right: 0;

	width: 9.46rem;

	max-width: 100%;

	height: 2.1rem;

	background: url('static/imgs/footer_bac.png') center no-repeat;

	background-size: contain;

	z-index: -1;

}

.footer_1{

   width: 44%;

   box-sizing: border-box;

   padding-right: 10%;



}

.footer_h3{

   font-size: 0.32rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   margin-bottom: 0.3rem;

}

.footer_contact{

   display: flex;

   display: -webkit-flex;

   gap: 0.2rem;

   flex-direction: column;

}

.footer_contact li{



}

.footer_contact li a{

   font-size: 0.18rem;

   color: #333;

   line-height: 166%;

   transition: all 0.3s ease;

}

.footer_contact li a:hover{

	color: var(--i_color);

}

.footer_share{

   display: flex;

   display: -webkit-flex;

   gap: 0.25rem;

   margin-top: 0.5rem;

}

.footer_share dt{



}

.footer_share dt a{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 50%;

   width: 0.54rem;

   height: 0.54rem;

   background-color: #F1F1F1;

   transition: all 0.3s ease;

}

.footer_share dt a iconify-icon{

   font-size: 0.22rem;

   color: #AFAFAF;

   transition: all 0.3s ease;

}

.footer_share dt a:hover{

   background-color: rgba(117,189,66,0.3);

   transform: translateY(-0.05rem);

}

.footer_share dt a:hover iconify-icon{

   color: var(--i_color);

}

.footer_2{

	width: 20%;

	box-sizing: border-box;

	padding-right: 2%;

}

.footer_ul{

    display: flex;

	display: -webkit-flex;

	gap: 0.2rem;

	flex-direction: column;

}

.footer_ul ul{

	display: none;

}

.footer_ul li{



}

.footer_ul li a{

	font-size: 0.16rem;

	color: #333;

	line-height: 166%;

	display: inline-block;

	transition: all 0.3s ease;

	border-bottom: 1px solid transparent;

	text-transform: capitalize;

}

.footer_ul li a:hover{

	color: var(--i_color);

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

}

.footer_3{

	width: 20%;

	box-sizing: border-box;

	padding-right: 2%;

}

.footer_4{

	width: 16%;

}

.footer_down_bac{

   background: #EEEEEE;

   box-sizing: border-box;

   padding: 0.35rem 0;

}

.footer_down{



}

.footer_down p{

   font-size: 0.14rem;

   color: #333;

}

.footer_down p a{

	font-size: 0.14rem;

	color: #333;

	border-bottom: 1px solid #333;

	transition: all 0.3s ease;

}

.footer_down p a:hover{

	color: var(--i_color);

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

}



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

	.footer_h3 {

		font-size: 0.28rem;

	}

}

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

	.footer_h3 {

		font-size: 0.26rem;

	}

}

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

	.footer_h3 {

		font-size: 0.24rem;

		margin-bottom: 0.2rem;

	}

	.footer_ul li a {

		font-size: 0.14rem;

	}

	.footer_ul {

		gap: 0.1rem;

	}

	.footer::after{

		height: 1.7rem;

	}

}

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

	.footer_h3 {

		font-size: 0.26rem;

	}

	.footer_1 {

		width: 100%;

		padding-right: 0%;

	}

	.footer_2,.footer_3,.footer_4{

		display: none;

	}

	.footer_contact li a {

		font-size: 0.16rem;

	}

	.footer_bac {

		padding: 0.6rem 0 0.4rem 0;

	}

}

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

	

}

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

	.footer_share dt a {

		width: 0.5rem;

		height: 0.5rem;

	}

	.footer_share dt a iconify-icon {

		font-size: 0.18rem;

	}

	.footer_down_bac {

		padding: 0.25rem 0 0.75rem 0;

	}

	.footer::after{

		height: 1rem;

	}

}

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

	

}

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

	

}













/* eject videos */

.vd_box{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

	background: rgba(0, 0, 0, .5);

	z-index: 999999;

}

.vd_box_area {

	position: absolute;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;



}

.vd_box_area::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}

.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}

.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

	left: 50%;

	font-size: 0.44rem;

	color: #FFF;

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

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

}

.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}

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

	.vd_box_area {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}

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

	.vd_box_area {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}





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

.banner_top{

	height: var(--header_height);

}

.banner_about{

    position: relative;

	overflow: hidden;

}

.banner_about::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 50%;

	background: linear-gradient(to top,rgba(117,189,66,0.5),rgba(255,255,255,0));

}

.banner_about::before{

    content: '';

	display: block;

	padding-bottom: 22.21%;

}

.banner_about img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.banner_about_text{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 9.66rem;

   height: 4.55rem;

   max-width: 100%;

   border-radius: 50%;

   z-index: 3;

   background: url('static/imgs/banner_about_bac.png') center no-repeat;

   background-size: contain;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   z-index: 4;

}

.banner_about_text p{

   font-size: 0.48rem;

   color: #fff;

   font-weight: bold;

}



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

	.banner_about_text p{

		font-size: 0.4rem;

	}

}

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

	

}

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

	.banner_about_text p{

		font-size: 0.35rem;

	}

}

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

	.banner_about_text p{

		font-size: 0.3rem;

	}

}

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

	.banner_about_text p{

		font-size: 0.28rem;

	}

}

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

	.banner_about_text p{

		font-size: 0.26rem;

	}

}

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

	.banner_about_text p{

		font-size: 0.24rem;

	}

}

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

	.banner_about_text p{

		font-size: 0.22rem;

	}

}





/* 当前位置 */

.in_position{padding:0.14rem 0;}

.in_position_gary{

	background-color: #F4F4F4;

}

.in_position a{display:block; float:left; font-size:0.14rem; color:#4C4C4C; position:relative; line-height:0.2rem; text-transform:capitalize}

.in_position a:first-child{padding-left:0.24rem; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:0.16rem}

.in_position a:not(:last-child):after{content:">"; 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{

	  display: none;

    }

}

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



}

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



}







/* production_line */

.production_line_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.production_line{



}









/*  */

.line_partner_box{

	margin-top: 0.6rem;

}



.line_partner{position:relative}

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

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

.line_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	border-radius: 0.08rem;

	transform-style: preserve-3d;

	transition-property: transform;

	overflow: hidden;

}

.line_partner_list li::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

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

	transition: all 0.3s ease;

}

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

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

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





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

.line_partner_list p{

	position: absolute;

	bottom: -100%;

	left: 0;

	width: 100%;

	box-sizing: border-box;

	padding: 1.2rem 2% 0.3rem 2%;

	background: linear-gradient(to top,rgba(117,189,66,1),rgba(33,75,151,0));

	font-size: 0.2rem;

	color: #fff;

	text-transform: capitalize;

	text-align: center;

	font-family: 'med';

	opacity: 0;

	transition: all 0.7s ease;

}







.line_partner_list li.swiper-slide-active p{

	bottom: 0;

	opacity: 1;

}

.line_partner_list li.swiper-slide-active::after{

	opacity: 0;

}









/* 指示器 */

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

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

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



/* 左右箭头 */

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

	position:absolute; 

	top:50%; 

	transform:translate(0,-50%); 

	width:0.5rem; 

	height:0.5rem; 

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

	box-sizing: border-box;

	z-index:999; 

	cursor:pointer; 

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.production_line_bac{

		padding: 0.8rem 0;

	}

	.line_partner_list p{

		padding: 1rem 2% 0.3rem 2%;

		font-size: 0.18rem;

	}

	

}

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

	

}

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

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

	.line_partner .pt-pagination{display:block}

	.production_line_bac{

		padding: 0.6rem 0;

	}

	.line_partner_list p{

		padding: 0.8rem 2% 0.2rem 2%;

		font-size: 0.16rem;

	}

}

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

	

}

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

	.line_partner_box{

		margin-top: 0.4rem;

	}

	.line_partner_list p{

		padding: 0.6rem 2% 0.2rem 2%;

		font-size: 0.14rem;

	}

}

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

	

}





/* production_video */

.production_video_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: linear-gradient(to top, rgba(244, 244, 244, 0), rgba(242, 248, 237, 1));

}

.production_video{



}



.production_video_box{

   position: relative;

   margin-top: 0.6rem;

   border-radius: 0.08rem;

   overflow: hidden;

}

.production_video_box::after{

   content: '';

   display: block;

   padding-bottom: 36.5%;

}

.production_video_box img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.production_video_i{

   position: absolute;

   top: 50%;

   left: 50%;

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

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   justify-content: center;

   align-items: center;

   cursor: pointer;

}

.production_video_i i{

   display: block;

   width: 1.2rem;

   height: 1.2rem;

   background: url('static/imgs/video.png') center no-repeat;

   background-size: contain;

}

.production_video_i p{

   font-size: 0.18rem;

   color: #fff;

   text-align: center;

   margin-top: 0.4rem;

   text-transform: capitalize;

}







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

	.production_video_i i{

		width: 1rem;

		height: 1rem;

	}

	.production_video_i p{

		font-size: 0.16rem;

		margin-top: 0.3rem;

	}

}

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

	

}

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

	.production_video_bac{

		padding: 0.6rem 0;

	}

	.production_video_i i{

		width: 0.8rem;

		height: 0.8rem;

	}

	.production_video_i p{

		font-size: 0.14rem;

		margin-top: 0.2rem;

	}

}

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

	

}

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

	.production_video_i i{

		width: 0.6rem;

		height: 0.6rem;

	}

	.production_video_i p{

		margin-top: 0.1rem;

	}

}

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

	.production_video_box {

		margin-top: 0.4rem;

	}

	.production_video_box::after {

		padding-bottom: 51.5%;

	}

}

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

	

}

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

	

}





/* certificate */

.certificate_bac{

   box-sizing: border-box;

   padding:0.4rem 0 0.8rem 0;

   background: linear-gradient(to top,rgba(242,248,237,1),rgba(255,255,255,0));

}

.certificate{

   

}

.certificate_box{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.certificate_left{

	width: 37%;

	box-sizing: border-box;

	padding-right: 5%;

}

.certificate_right{

	width: 63%;

}









/*  */

.cer_partner_box{}



.cer_partner{position:relative}

.cer_partner_list{width:100%; padding:0 0.1rem;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}

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

.cer_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	align-items: center;

	justify-content: center;

    transform: scale(0.8);

	transition: all 0.5s ease;

}



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

.cer_partner_list .img:before{content:""; display:block; padding-bottom:131%}

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





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

.cer_partner_list p{

   font-size: 0.18rem;

   color: #333;

   text-transform: capitalize;

   text-align: center;

   box-sizing: border-box;

   padding: 0.2rem 2% 0 2%;

   opacity: 0;

   transition: all 0.3s ease;

}

.cer_partner_list li.swiper-slide-prev{

	transform: scale(1);

	box-sizing: border-box;

	padding-right: 0.2rem;

}

.cer_partner_list li.swiper-slide-prev p{

	opacity: 1;

}

.cer_partner_list li.swiper-slide-prev .img{

	display: block;

	box-sizing: border-box;

	box-shadow:  0.05rem 0.02rem 0.1rem rgba(0,0,0,0.15);

}





.cer_click{

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: space-between;

	margin-top: 0.4rem;

}

/* 指示器 */

.cer_click .pt-pagination {

    background: rgba(51,51,51,0.2);

    position: relative;

    width: calc(100% - 1.5rem);

    height: 2px;

	display: block;

}

.cer_click .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}



/* 左右箭头 */

.cate_LR{

	display: flex;

	display: -webkit-flex; 

	gap: 0.1rem;

}

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

	width: 0.48rem;

	height: 0.48rem;

    display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	cursor: pointer;

	transition: all 0.3s ease;

	box-sizing: border-box;

}

.cer_click .pt-button-prev{

	border: 1px solid #666;

}

.cer_click .pt-button-next{

    background-color: var(--i_color);

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

}

.cer_click .pt-button-prev iconify-icon{

   color: #666;

   font-size: 0.2rem;

   transition: all 0.3s ease;

}

.cer_click .pt-button-next iconify-icon{

	font-size: 0.2rem;

	color: #fff;

	transition: all 0.3s ease;

}





.cer_click .pt-button-prev:hover{

	border: 1px solid #333;

	background-color: #333;

}

.cer_click .pt-button-next:hover{

	

	background-color: transparent;

}

.cer_click .pt-button-prev:hover iconify-icon{

   color: #fff;

}

.cer_click .pt-button-next:hover iconify-icon{

	color: var(--i_color);

}





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

	.cer_partner_list p {

		font-size: 0.16rem;

	}

}

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

	

}

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

	.cer_partner_list p {

		font-size: 0.14rem;

	}

	.certificate_bac {

		padding: 0.2rem 0 0.6rem 0;

	}

}

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

	.certificate_left {

		width: 100%;

		margin-bottom: 0.4rem;

		padding-right: 0%;

	}

	.certificate_right {

		width: 100%;

	}

}

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

	.cate_LR{

		display: none;

	}

	.cer_click .pt-pagination{

		width: 100%;

	}

	.cer_click {

		margin-top: 0.2rem;

	}

}

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

	

}







/* contact_us */

.contact_us_bac{

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.contact_us{



}

.contact_us_box{

	background-color: #fff;

	border-radius: 0.1rem;

	padding: 0.6rem ;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	border: 1px solid rgba(0, 0, 0, 0.2);

	margin-top: 0.6rem;

	align-items: center;

	position: relative;

}

.contact_us_box::after{

	content: '';

	position: absolute;

	width: 0.12rem;

	height: 65%;

	background-color: var(--i_color);

	top: 50%;

	left: -0.12rem;

	transform: translate(0,-50%);

	border-radius: 0.08rem;

}

.contact_us_box::before{

	content: '';

	position: absolute;

	width: 0.12rem;

	height: 65%;

	background-color: var(--i_color);

	top: 50%;

	right: -0.12rem;

	transform: translate(0,-50%);

	border-radius: 0.08rem;

}

.contact_us_left{

	width: 65%;

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	border-right: 1px solid rgba(51,51,51,0.2);

	align-items: center;

}

.contact_us_left>img{

	width: 2.04rem;

	height: 2.04rem;

}

.contact_us_text{

   width: calc(100% - 2.04rem);

   box-sizing: border-box;

   padding: 0 5% ;

}

.contact_us_text h3{

   font-size: 0.36rem;

   color: #333;

   font-weight: bold;

   line-height: 100%;

}

.contact_us_text h4{

   font-size: 0.2rem;

   color: #666;

   margin: 0.1rem 0 0.25rem 0;

}

.contact_us_text a{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   gap: 0.1rem;

}

.contact_us_text a h5{

   font-size: 0.18rem;

   color: #333;

   border-bottom: 1px solid #333;

   transition: all 0.3s ease;

}

.contact_us_text a i{

   display: block;

   width: 0.26rem;

   height: 0.26rem;

   border-radius: 50%;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   background-color: var(--i_color);

}

.contact_us_text a i iconify-icon{

   font-size: 0.14rem;

   color: #fff;

}

.contact_us_text a:hover h5{

	color: var(--i_color);

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

}

.contact_us_right{

   width: 35%;

   box-sizing: border-box;

   padding-left: 3%;

   display: flex;

   display: -webkit-flex;



}

.contact_us_right img{

   width: 0.5rem;

   height: 0.5rem;

   object-fit: contain;

}  

.contact_us_add{

   width: calc(100% - 0.5rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.contact_us_add h5{

   font-size: 0.18rem;

   color: #666;

   margin-bottom: 0.1rem;

}

.contact_us_add h6{

   font-size: 0.18rem;

   color: #333;

   line-height: 166%;

   font-family: 'med';

}

.contact_us_three{



}

.contact_us_three h3{

   font-size: 0.36rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   margin: 0.7rem 0;

   line-height: 100%;

}

.contact_us_ul{

   display: flex;

   display: -webkit-flex;

   gap: 0.6rem;

}

.contact_us_ul li{

   width: calc((100% - 1.2rem) / 3);

}

.contact_us_ul li img{

   width: 0.5rem;

   height: 0.5rem;

   object-fit: contain;

   margin-bottom: 0.2rem;

}

.contact_us_ul li h4{

    width: 100%;

	height: 0.02rem;

	background-color: rgba(51,51,51,0.2);

	position: relative;

}

.contact_us_ul li h4 i{

    position: absolute;

	top: 0;

	left: 0;

	width: 50%;

	height: 100%;

	background-color: var(--i_color);

}

.contact_us_ul li a{

	font-size: 0.3rem;

	color: #222;

	font-family: 'med';

	margin-top: 0.1rem;

	display: inline-block;

	transition: all 0.3s ease;

}

.contact_us_ul li a:hover{

	color: var(--i_color);

}

.contact_us_ul li h5{

   font-size: 0.2rem;

   color: #666;

}



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

	.contact_us_text h3 {

		font-size: 0.32rem;

	}

	.contact_us_text h4 {

		font-size: 0.18rem;

		margin: 0.1rem 0 0.2rem 0;

	}

	.contact_us_left>img {

		width: 1.8rem;

		height: 1.8rem;

	}

	.contact_us_text {

		width: calc(100% - 1.8rem);

	}

	.contact_us_box {

		padding: 0.5rem;

	}

	.contact_us_three h3 {

		font-size: 0.32rem;

		margin: 0.6rem 0;

	}

	.contact_us_ul li img {

		width: 0.5rem;

		height: 0.5rem;

		margin-bottom: 0.3rem;

	}

	.contact_us_ul li a {

		font-size: 0.26rem;

	}

	.contact_us_ul li h5 {

		font-size: 0.18rem;

	}

}

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

	

}

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

	.contact_us_text h3 {

		font-size: 0.28rem;

	}

	.contact_us_text h4 {

		font-size: 0.16rem;

	}

	.contact_us_left>img {

		width: 1.6rem;

		height: 1.6rem;

	}

	.contact_us_text {

		width: calc(100% - 1.6rem);

	}

	.contact_us_add h6 {

		font-size: 0.16rem;

	}

	.contact_us_box {

		padding: 0.4rem;

	}

	.contact_us_three h3 {

		font-size: 0.28rem;

		margin: 0.5rem 0;

	}

	.contact_us_ul li img {

		width: 0.4rem;

		height: 0.4rem;

		margin-bottom: 0.2rem;

	}

	.contact_us_ul li a {

		font-size: 0.22rem;

	}

	.contact_us_ul li h5 {

		font-size: 0.16rem;

	}

	.contact_us_bac {

		padding: 0.6rem 0;

	}

}

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

	.contact_us_left>img {

		width: 1.4rem;

		height: 1.4rem;

	}

	.contact_us_text {

		width: calc(100% - 1.4rem);

	}

	.contact_us_three h3 {

		font-size: 0.26rem;

		margin: 0.4rem 0;

	}

	.contact_us_ul li a {

		font-size: 0.18rem;

	}

	.contact_us_ul li h5 {

		font-size: 0.14rem;

	}

}

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

	.contact_us_text h3 {

		font-size: 0.24rem;

	}

	.contact_us_left>img {

		width: 1.2rem;

		height: 1.2rem;

	}

	.contact_us_text {

		width: calc(100% - 1.2rem);

	}

	.contact_us_three h3 {

		font-size: 0.24rem;

	}

	.contact_us_ul li a {

		font-size: 0.16rem;

	}

}

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

	.contact_us_left>img {

		width: 1rem;

		height: 1rem;

	}

	.contact_us_text {

		width: calc(100% - 1rem);

	}

	.contact_us_left {

		width: 100%;

		border-right: 1px solid rgba(51, 51, 51, 0);

		border-bottom: 1px solid rgba(51, 51, 51, 0.2);

		margin-bottom: 0.2rem;

		padding-bottom: 0.2rem;

	}

	.contact_us_right {

		width: 100%;

		padding-left: 0%;

	}

	.contact_us_text h3 {

        font-size: 0.2rem;

    }

	.contact_us_text a h5 {

		font-size: 0.16rem;

	}

	.contact_us_text h4 {

        font-size: 0.14rem;

    }

	.contact_us_box {

        padding: 0.4rem 0.2rem;

    }

	.contact_us_right img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.contact_us_add {

		width: calc(100% - 0.4rem);

	}

	.contact_us_add h6 {

        font-size: 0.14rem;

    }

	.contact_us_box {

		margin-top: 0.4rem;

	}

	.contact_us_three h3 {

		font-size: 0.22rem;

	}

	.contact_us_ul li img {

		width: 0.35rem;

		height: 0.35rem;

	}

	

}

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

	.contact_us_left>img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.contact_us_text {

		width: calc(100% - 0.6rem);

	}

	.contact_us_text h4 {

        margin: 0.05rem 0 

    }

	.contact_us_text a i {

		width: 0.2rem;

		height: 0.2rem;

	}

	.contact_us_text a i iconify-icon {

		font-size: 0.12rem;

	}

	.contact_us_ul li {

		width: 100%;

	}

	.contact_us_ul {

		gap: 0.2rem;

		flex-wrap: wrap;

	}

}

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

	

}





/* contact_form */

.contact_form_bac{

    box-sizing: border-box;

	padding: 0.8rem 0;

}

.contact_form{



}



.contact_form_box{

	margin-top: 0.4rem;

	border-top: 0.02rem solid var(--i_color);

	box-sizing: border-box;

	padding-top: 0.4rem;

}









#wpforms-57{--input_font_size:0.16rem; --input_height:0.6rem}

#wpforms-57{width:100%; margin:0 auto; padding:0}

#wpforms-form-57{width:100%;}





#wpforms-57 input, #wpforms-57 button{margin:0; padding:0; border:none; background:none}

#wpforms-57 .wpforms-field{padding:0; margin:0}

#wpforms-57 .wpforms-error-container{line-height:16px}

#wpforms-57 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}













#wpforms-57 .wpforms-field{

	position: relative;

}

#wpforms-57 .wpforms-field-label{

	font-size: 0;

}

#wpforms-57 .wpforms-field-label span{

	position: absolute;

	top: 12px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}

#wpforms-57 .wpforms-error{

	font-size: 0;

}

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

#wpforms-57 .wpforms-field:nth-child(1),#wpforms-57 .wpforms-field:nth-child(2){margin-right:0.2rem}

#wpforms-57 .wpforms-field:nth-child(1), #wpforms-57 .wpforms-field:nth-child(2),#wpforms-57 .wpforms-field:nth-child(3){width:calc((100% - 0.4rem) / 3)}



#wpforms-57 .wpforms-field:nth-child(4){margin-right:0.2rem}

#wpforms-57 .wpforms-field:nth-child(4), #wpforms-57 .wpforms-field:nth-child(5){

	width:calc((100% - 0.2rem) / 2)

}





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

#wpforms-57 textarea{height:1.6rem}

#wpforms-57 input, #wpforms-57 textarea{

	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);

	background-color: #F4F4F4; color:#222; 

	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;

	border-radius: 0.1rem;

	transition: all 0.3s ease;

	border: 1px solid rgba(51, 51, 51, 0.2);

}

#wpforms-57 textarea{

	line-height:0.24rem;

	padding:10px;

	font-family: 'Poppins';

}







#wpforms-57 input:hover, #wpforms-57 textarea:hover{

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

}



#wpforms-57 input::-webkit-input-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-57 input::-moz-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-57 input::-moz-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-57 input::-ms-input-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-57 textarea::-webkit-input-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-57 textarea::-moz-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-57 textarea::-moz-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-57 textarea::-ms-input-placeholder{color:#999; font-size:var(--input_font_size)}



#wpforms-57 #wpforms-57-field_1-error, #wpforms-57 #wpforms-57-field_2-error, #wpforms-57 #wpforms-57-field_3-error, #wpforms-57 #wpforms-57-field_4-error{position:absolute; font-size:14px}









#wpforms-57 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}

#wpforms-57 .wpforms-submit-container{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	margin-top: 0.2rem;

}

#wpforms-57 .wpforms-submit-container button{

	font-size: 0.18rem;

	font-family: 'med';

	color: #fff;

	display: inline-block;

	box-sizing: border-box;

    border-radius: 0.08rem;

	padding: 0.095rem 0.8rem;

	transition: all 0.2s ease-in;

    position: relative;

    overflow: hidden;

	background-color: var(--i_color);

	cursor: pointer;

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

	text-transform: uppercase;

	box-shadow: 0 0.04rem 0.2rem rgba(117,189,66,0.6);

}

 

#wpforms-57 .wpforms-submit-container button:hover{

	background-color: transparent;

	color: var(--i_color);

}







.contact_map{

	height: 6.6rem;

	width: 100%;

}

.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

        width: 100%;

        height: 100% !important;

}









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

	.contact_map{

		height: 6rem;

	}

}

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

	

}

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

	.contact_form_bac {

		padding: 0.6rem 0;

	}

	.contact_map{

		height: 5rem;

	}

}

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

	#wpforms-57 .wpforms-submit-container{margin: 0.2rem auto 0;}

}

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

}

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

	#wpforms-57 .wpforms-field:nth-child(1),#wpforms-57 .wpforms-field:nth-child(2){margin-right:0rem}

	#wpforms-57 .wpforms-field:nth-child(1), #wpforms-57 .wpforms-field:nth-child(2),#wpforms-57 .wpforms-field:nth-child(3){width:100%}

	#wpforms-57{--input_height:0.5rem}

	#wpforms-57 .wpforms-field:nth-child(4){margin-right:0rem}

	#wpforms-57 .wpforms-field:nth-child(4), #wpforms-57 .wpforms-field:nth-child(5){

		width:100%;

	}

	#wpforms-57 .wpforms-submit-container button {

		font-size: 0.16rem;

		padding: 0.1rem 0.5rem;

	}

	.contact_map{

		height: 4rem;

	}

}

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

	.contact_map{

		height: 3.5rem;

	}

}

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

	

}





/* partner */

.partner_bac{

   box-sizing: border-box;

   padding: 0.65rem 0;

}

.partner{



}





/* news */

.news_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem 0;

}

.news{

   

}

.news_title{

	display: flex;

	display: -webkit-flex;

    justify-content: space-between;

	align-items: center;

	flex-wrap: wrap;

	gap: 0.2rem;

	border-bottom: 1px solid rgba(51,51,51,0.2);

	padding-bottom: 0.3rem;

}

.news_list{

    display: flex;

	display: -webkit-flex;

    gap: 0.3rem;

}

.news_list li{



}

.news_list li a{

	display: inline-block;

	font-size: 0.2rem;

	text-transform: capitalize;

	color: #333;

    font-family: 'med';

	border: 1px solid #999;

	border-radius: 0.1rem;

	line-height: 100%;

	padding: 0.14rem 0.25rem;

	box-sizing: border-box;

	transition: all 0.3s ease;

} 

.news_list_active a,

.news_list li a:hover{

    color: #fff !important;

	background-color: var(--i_color) !important;

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

	box-shadow: 0 0.04rem 0.2rem rgba(117,189,66,0.6);

}



.news_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.news_ul li{

   position: relative;

   z-index: 2;

   transition: all 0.3s ease;

   width: 100%;

}

.news_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 100%;

	background-color: #F2F8ED;

	transition: all 1s ease;

	z-index: -1;

}

.news_ul li:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.news_ul li a{

	display: block;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding: 0.45rem 0;

	border-bottom: 1px solid rgba(51,51,51,0.2);

}

.news_img{

   width: 24%;

   position: relative;

   border-radius: 0.08rem;

   overflow: hidden;

}

.news_img::after{ 

   content: '';

   display: block;

   padding-bottom: 62%;

}

.news_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   transition: all 0.3s ease;

}

.news_text{

   width: 76%;

   box-sizing: border-box;

   padding-left: 3.5%;

}

.news_text h3{

   font-size: 0.24rem;

   color: #333;

   font-family: 'med';

   transition: all 0.3s ease;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.news_text h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 3;

   margin: 0.1rem 0 0.3rem 0;

}

.news_i{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

}

.news_i h5{

   font-size: 0.16rem;

   color: #666;

}

.news_i i{

   display: block;

   width: 0.48rem;

   height: 0.48rem;

   border-radius: 50%;

   border: 1px solid #999;

   box-sizing: border-box;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.news_i i iconify-icon{

   font-size: 0.24rem;

   color: #666;

   transition: all 0.3s ease;

}



.news_ul li a:hover h3{

	color: var(--i_color);

}

.news_ul li a:hover i{

	background-color: var(--i_color);

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

}

.news_ul li a:hover i iconify-icon{

	color: #fff;

}

.news_ul li a:hover img{

	width: 110%;

	height: 110%;

}



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

	.news_list li a {

		font-size: 0.18rem;

	}

	.news_text h3 {

		font-size: 0.22rem;

	}

	.news_text h4 {

		font-size: 0.16rem;

	}

	.news_i i {

		width: 0.45rem;

		height: 0.45rem;

	}

	.news_i i iconify-icon {

		font-size: 0.22rem;

	}

}

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

	

}

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

	.news_list li a {

		font-size: 0.16rem;

		padding: 0.12rem 0.22rem;

	}

	.news_text h3 {

		font-size: 0.2rem;

	}

	.news_text h4 {

		font-size: 0.14rem;

		margin: 0.1rem 0 0.2rem 0;

	}

	.news_i i {

		width: 0.4rem;

		height: 0.4rem;

	}

	.news_i i iconify-icon {

		font-size: 0.2rem;

	}

	.news_i h5 {

		font-size: 0.14rem;

	}

	.news_ul li a {

		padding: 0.4rem 0;

	}

	.news_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.news_text h3 {

		font-size: 0.18rem;

	}

	.news_text h4{

		-webkit-line-clamp: 2;

	}

	.news_i i {

		width: 0.35rem;

		height: 0.35rem;

	}

	.news_i i iconify-icon {

		font-size: 0.18rem;

	}

}

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

	.news_text h4 {

        margin: 0.1rem 0;

    }

}

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

	.news_list li a {

		font-size: 0.14rem;

		padding: 0.1rem 0.2rem;

	}

	.news_img {

		width: 100%;

	}

	.news_text {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.3rem;

	}



}

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

	.news_ul li a {

        padding: 0.35rem 0;

    }

	.news_i i {

		width: 0.3rem;

		height: 0.3rem;

	}

	.news_i i iconify-icon {

		font-size: 0.16rem;

	}

}

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

	.news_ul li a {

        padding: 0.3rem 0;

    }

}











/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.7rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.in_page_right .in_page{

	justify-content: flex-end;

}

.in_page_left .in_page {

    justify-content: flex-start;

}

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

	.in_page_box {margin-top: 0.6rem;}

}

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

	}

	.in_page_box {margin-top: 0.4rem;}

}

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



}









/* catalog */

.catalog_bac{

   box-sizing: border-box;

   padding-bottom: 0.8rem;

}

.catalog{



}

.catalog_title{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

   flex-wrap: wrap;

   gap: 0.2rem;

   box-sizing: border-box;

   padding: 0.4rem 0 0.6rem 0;

}











.search_for_box{

    width: 36%;

}

.search_for_box .top_search{

	position: relative;

	top: unset;

	left: unset;

	width: unset;

	background-color: transparent;

	padding-bottom: 0;

}

.search_for_box .top_search form{

	margin: 0;

}

.search_for_box .top_search_ipt{

	height: 0.52rem;

	width: calc(100% - 0.52rem);

	background-color: #fff;

}



.search_for_box .top_search_btn {

    width: 0.48rem;

    height: 0.48rem;

    background:#fff url(static/imgs/search_gary.svg) no-repeat center;

    background-size: .25rem;

    cursor: pointer;

    border-radius: 0;

}

.search_for_box .top_search form {

    width: 100%;

    align-items: center;

	max-width: unset;

	border-radius: 0.08rem;

}









.catalog_us{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.6rem 0.4rem;

}

.catalog_us li{

   width: calc((100% - 0.4rem) / 2);

}

.catalog_us li a{

   display: block;

   width: 100%;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 0.3rem;

   border-radius: 0.08rem;

   position: relative;

   z-index: 2;

   transition: all 0.3s ease;

}

.catalog_us li a::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

	width: 2.48rem;

	height: 2.48rem;

	object-fit: contain;

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

	background: url('static/imgs/catalog_bac.png') center no-repeat;

	background-size: contain;

	opacity: 0;

	z-index: -1;

	transition: all 0.3s ease;

}

.catalog_img{

   

   

   position: relative;

}

.catalog_img img{

	width: 0.44rem;

	height: 0.5rem;

	object-fit: contain;

	transition: all 0.3s ease;

}

.catalog_img1{

   opacity: 1;

}

.catalog_img2{

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   opacity: 0;

}

.catalog_us p{

   font-size: 0.2rem;

   color: #333;

   line-height: 150%;

   width: calc(100% - 0.84rem);

   box-sizing: border-box;

   padding: 0 0.2rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   transition: all 0.3s ease;

}

.catalog_us iconify-icon{

   font-size: 0.4rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}



.catalog_us li a:hover .catalog_img1{

	opacity: 0;

}

.catalog_us li a:hover .catalog_img2{

	opacity: 1;

}

.catalog_us li a:hover{

	background-color: var(--i_color);

}

.catalog_us li a:hover p{

	color: #fff;

}

.catalog_us li a:hover iconify-icon{

	color: #fff;

}

.catalog_us li a:hover::after{

	opacity: 0.1;

}







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

	.catalog_us p {

		font-size: 0.18rem;

	}

	.catalog_us {

		gap: 0.4rem 0.4rem;

	}

	.catalog_us li a::after {

		width: 2rem;

		height: 2rem;

	}

}

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

	

}

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

	.catalog_bac{

		padding-bottom: 0.6rem;

	}

	.catalog_us p {

		font-size: 0.16rem;

		width: calc(100% - 0.75rem);

	}

	.catalog_img img {

		width: 0.4rem;

		height: 0.45rem;

	}

	.catalog_us iconify-icon {

		font-size: 0.35rem;

	}

	.catalog_us {

		gap: 0.4rem 0.2rem;

	}

	.catalog_us li {

		width: calc((100% - 0.2rem) / 2);

	}

	.catalog_us li a {

		padding: 0.25rem;

	}

	.catalog_us li a::after {

		width: 1.5rem;

		height: 1.5rem;

	}

}

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

	

}

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

	

}

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

	.search_for_box{

		width: 100%;

	}

	.catalog_title{

		gap: 0rem;

	}

	.catalog_title{

		padding: 0.4rem 0;

	}

	.catalog_us {

		gap: 0.2rem;

	}

	.catalog_us li {

		width: 100%;

	}

	.catalog_us li a {

		padding: 0.2rem;

	}

	.catalog_us li a::after {

		width: 1rem;

		height: 1rem;

	}

}

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

	.catalog_us p {

		font-size: 0.14rem;

		width: calc(100% - 0.6rem);

	}

	.catalog_img img {

		width: 0.3rem;

		height: 0.4rem;

	}

	.catalog_us iconify-icon {

		font-size: 0.3rem;

	}

	.catalog_us li a::after {

		width: 0.6rem;

		height: 0.6rem;

	}

}

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

	

}





/* application */

.application_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem 0;

}

.application{



}

.application_all{

    margin-top: 0.3rem;

	padding-top: 0.3rem;

	box-sizing: border-box;

	border-top: 1px solid rgba(51,51,51,0.2);

}

.application_list{

    display: flex;

    display: -webkit-flex;

    gap: 0.25rem 0.3rem;

	flex-wrap: wrap;

}

.application_list li{



}

.application_list li a{

	display: inline-block;

    font-size: 0.2rem;

    text-transform: capitalize;

    color: #333;

    font-family: 'med';

    border: 1px solid #999;

    border-radius: 0.08rem;

    line-height: 100%;

    padding: 0.14rem 0.25rem;

    box-sizing: border-box;

    transition: all 0.3s ease;

}

.application_active a,

.application_list li a:hover{

    color: #fff !important;

	background-color: var(--i_color) !important;

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

	box-shadow: 0 0.04rem 0.2rem rgba(117,189,66,0.6);

}

.application_all p{

	font-size: 0.18rem;

	color: #666;

	line-height: 166%;

	margin-top: 0.4rem;

}









.application_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.5rem;

   margin-top: 0.4rem;

}

.application_ul li{

   width: calc((100% - 0.5rem) / 2);

}

.application_ul li a{

	display: block;

	width: 100%;

	border: 1px solid transparent;

	transition: all 0.3s ease;

}

.application_img{

   position: relative;

   overflow: hidden;

}

.application_img::after{

   content: '';

   display: block;

   padding-bottom: 54.5%;

}

.application_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   transition: all 0.3s ease;

}

.application_text{

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 0.3rem 3% 0.4rem 3%;

}

.application_text h3{

   font-size: 0.22rem;

   color: #333;

   font-family: 'med';

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	margin-bottom: 0.2rem;

	border-bottom: 1px solid rgba(51,51,51,0.2);

	padding-bottom: 0.2rem;

	transition: all 0.3s ease;

	position: relative;

}

.application_text h3::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}

.application_i{

    display: flex;

	display: -webkit-flex;

	align-items: center;

} 

.application_i h4{

   font-size: 0.16rem;

   color: #666;

   line-height: 150%;

   width: calc(100% - 0.4rem);

   box-sizing: border-box;

   padding-right: 0.2rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.application_i i{

    display: flex;

	display: -webkit-flex;

    justify-content: center;

	align-items: center;

	border-radius: 50%;

	border: 1px solid #666;

	width: 0.4rem;

	height: 0.4rem;

	transition: all 0.3s ease;

}  

.application_i i iconify-icon{

    font-size: 0.22rem;

	color: #666;

	transition: all 0.3s ease;

}

.application_ul li a:hover img{

	width: 110%;

	height: 110%;

}

.application_ul li a:hover h3{

	color: var(--i_color);

	border-bottom: 1px solid transparent;

}

.application_ul li a:hover h3::after{

	width: 100%;

	right: auto;

	left: 0;

}

.application_ul li a:hover {

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

}

.application_ul li a:hover i{

	background-color: var(--i_color);

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

}

.application_ul li a:hover i iconify-icon{

	color: #fff;

}







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

	.application_list li a {

		font-size: 0.18rem;

	}

	.application_ul {

		gap: 0.4rem;

	}

	.application_ul li {

		width: calc((100% - 0.4rem) / 2);

	}

	.application_text h3 {

		font-size: 0.2rem;

	}

}

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

	

}

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

	.application_list li a {

		font-size: 0.16rem;

		padding: 0.12rem 0.22rem;

	}

	.application_list {

		gap: 0.2rem;

	}

	.application_all p {

		font-size: 0.16rem;

		margin-top: 0.3rem;

	}

	.application_ul {

		gap: 0.4rem 0.2rem;

	}

	.application_ul li {

		width: calc((100% - 0.2rem) / 2);

	}

	.application_text h3 {

		font-size: 0.18rem;

	}

	.application_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	

}

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

	

}

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

	.application_list li a {

		font-size: 0.14rem;

		padding: 0.1rem 0.2rem;

	}

	.application_list {

		gap: 0.2rem 0.1rem;

	}

	.application_all p {

		font-size: 0.14rem;

	}

	.application_ul li {

		width: 100%;

	}

	.application_ul {

		margin-top: 0.3rem;

	}

	.application_text h3 {

		font-size: 0.16rem;

		margin-bottom: 0.1rem;

		padding-bottom: 0.1rem;

	}

	.application_i h4 {

		font-size: 0.14rem;

		width: calc(100% - 0.35rem);

	}

	.application_i i {

		width: 0.35rem;

		height: 0.35rem;

	}

	.application_i i iconify-icon {

		font-size: 0.18rem;

	}

	.application_text {

		padding: 0.3rem 3%;

	}

}

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

	

}

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

	

}





/* if_you */

.if_you_bac{

    box-sizing: border-box;

	padding-bottom: 0.8rem;

}

.if_you{

	background: url('static/imgs/if_you.webp') center no-repeat;

	background-size: cover;

	box-sizing: border-box;

	padding: 0.75rem 3%;

}

.if_you h3{

	font-size: 0.24rem;

	color: #333;

	font-family: 'med';

	line-height: 150%;

	margin-bottom: 0.4rem;

}







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

	.if_you{

		padding: 0.7rem 3%;

	}

	.if_you h3 {

		font-size: 0.22rem;

	}

}

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

	

}

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

	.if_you_bac{

		padding-bottom: 0.6rem;

	}

	.if_you{

		padding: 0.6rem 3%;

	}

	.if_you h3 {

		font-size: 0.2rem;

		margin-bottom: 0.3rem;

	}

}

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

	.if_you h3 {

		font-size: 0.18rem;

	}

}

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

	

}

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

	.if_you h3 {

		font-size: 0.16rem;

		margin-bottom: 0.2rem;

	}

	.if_you h3 br{

		display: none;

	}

	.if_you {

        padding: 0.4rem 3%;

    }

}

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

	.if_you h3 {

		font-size: 0.14rem;

		

	}

}

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

	

}





/* custom_processing */

.custom_processing_bac{

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem 0;

}

.custom_processing{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;



}

.custom_processing_left{

	width: 52%;

	box-sizing: border-box;

	padding-right: 4%;

}

.custom_processing_left h3{

   font-size: 0.18rem;

   line-height: 166%;

   color: #333;

   margin: 0.7rem 0 0.5rem 0;

}

.custom_processing_left h3 span{

	font-size: 0.18rem;

   line-height: 166%;

   color: var(--i_color);

}

.custom_processing_right{

   position: relative;

   width: 48%;

}

.custom_processing_right::after{

   content: '';

   display: block;

   padding-bottom: 71%;

}

.custom_processing_right img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;

}







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

	

}

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

	

}

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

	.custom_processing_bac{

		padding: 0.4rem 0 0.6rem 0;

	}

	.custom_processing_left h3{

		font-size: 0.16rem;

		margin: 0.6rem 0 0.4rem 0;

	}

	.custom_processing_left h3 span{

		font-size: 0.16rem;

	}

}

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

	.custom_processing_left h3{

		margin: 0.4rem 0 0.2rem 0;

	}

}

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

	

}

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

	.custom_processing_left {

		width: 100%;

		padding-right: 0%;

	}

	.custom_processing_right {

		width: 100%;

	}

	.custom_processing {

		gap: 0.4rem;

		flex-direction: column-reverse;

	}

}

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

	

}

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

	

}





/* advantages */

.advantages_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: linear-gradient(to top,rgba(242,248,237,1),rgba(244,244,244,0));

}

.advantages{



}

.advantages_ul{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   gap: 0.8rem;

   margin-top: 0.6rem;

   margin-bottom: 0.7rem;

}

.advantages_ul li{

   border-radius: 0.2rem 0.08rem 0.2rem 0.08rem;

   width: calc((100% - 1.6rem) / 3);

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 0.7rem 2% 1rem 2%;

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: center;

   position: relative;

   overflow: hidden;

   transition: all 0.3s ease;

}

.advantages_ul li h3{



}

.advantages_ul li h3::after{

   content: '';

   position: absolute;

   top: 12%;

   left: 7%;

   width: 1.95rem;

   height: 1.95rem;

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

   border-radius: 50%;

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

}

.advantages_ul li h3::before{

	content: '';

	position: absolute;

	top: 8%;

    left: 5%;

	width: 1.39rem;

	height: 1.39rem;

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

	border-radius: 50%;

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

}

.advantages_ul li img{

   width: 0.8rem;

   height: 0.8rem;

   object-fit: contain;

}

.advantages_ul li p{

   font-size: 0.24rem;

   color: #333;

   text-transform: capitalize;

   text-align: center;

   font-family: 'med';

   transition: all 0.3s ease;

   margin-top: 0.2rem;

}

.advantages_ul li i{

   color: rgba(153,153,153,0.3);

   font-size: 0.64rem;

   font-weight: bold;

   position: absolute;

   bottom: -0.28rem;

   left: 50%;

   transform: translate(-50%,0);

   line-height: 100%;

   transition: all 0.3s ease;

}

.advantages_ul li.current{

   background: var(--i_color);

   border-radius: 0.55rem 0.08rem 0.55rem 0.08rem;

}

.advantages_ul li.current i{

	color: rgba(255,255,255,0.3);

}

.advantages_ul li.current img{

	filter: brightness(100);

	-webkit-filter: brightness(100);

}

.advantages_ul li.current p{

	color: #fff;

}

.advantages_dl{

	background-color: #fff;

	box-sizing: border-box;

	padding: 0.6rem 0;

	overflow: hidden;

}

.advantages_dl dt{

    animation: adv_up 0.5s linear;

}

.advantages_dl dt p{

	font-size: 0.18rem;

	line-height: 200%;

	color: #666;

}





@keyframes adv_up {

	0% {

		transform: translateY(100%);

		opacity: 0;

	}

	

	100% {

		transform: translateY(0%);

		opacity: 1;

	}

}







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

	.advantages_ul {

		gap: 0.6rem;

	}

	.advantages_ul li {

		width: calc((100% - 1.2rem) / 3);

		padding: 0.6rem 2% 0.8rem 2%;

	}

}

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

	

}

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

	.advantages_bac{

		padding: 0.6rem 0%;

	}

	.advantages_ul {

		gap: 0.4rem;

		margin-top: 0.6rem;

		margin-bottom: 0.6rem;

	}

	.advantages_ul li {

		width: calc((100% - 0.8rem) / 3);

		padding: 0.6rem 2%;

	}

	.advantages_ul li p {

		font-size: 0.2rem;

	}

	.advantages_ul li img {

		width: 0.7rem;

		height: 0.7rem;

	}

	.advantages_dl dt p {

		font-size: 0.16rem;

	}

}

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

	.advantages_ul {

		gap: 0.2rem;

	}

	.advantages_ul li {

		width: calc((100% - 0.4rem) / 3);

	}

	.advantages_ul li p {

		font-size: 0.18rem;

	}

	.advantages_ul li img {

		width: 0.6rem;

		height: 0.6rem;

	}

}

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

	.advantages_ul li p {

		font-size: 0.16rem;

	}

}

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

	.advantages_ul li {

        width: 100%;

    }

	.advantages_ul{

		flex-wrap: wrap;

	}

	.advantages_ul li {

        padding: 0.4rem 2% 0.6rem 2%;

    }

	.advantages_ul {

        margin-top: 0.4rem;

        margin-bottom: 0.4rem;

    }

}

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

	.advantages_dl {

		padding: 0.4rem 0;

	}

	.advantages_dl dt p {

		font-size: 0.14rem;

	}

}

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

	

}





/* Process */

.Process_bac{

   box-sizing: border-box;

   padding: 1rem 0 2rem 0;

}

.Process{

   position: relative;

   margin-top: 1.3rem;

}

.Process::after{

	content: '';

	display: block;

	padding-bottom: 20.69%;

}

.Process>img{

	width: 100%;

	position: absolute;

	top: 50%;

	left: 50%;

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

	height: 100%;

	object-fit: cover;

	

}

.Process_ul{

   gap: 0.8rem;

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   box-sizing: border-box;

	padding-right: 3.77%;

	left: 0;

	width: 100%;

	position: absolute;

	transform: translate(0,-50%);

}

.Process_ul li{

   width: calc((100% - 1.6rem) / 3);

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 0.15rem;

   border-radius: 0.08rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   position: relative;

}

.Process_ul li img{

   width: 1.3rem;

   height: 1.3rem;

   border-radius: 0.08rem;

   object-fit: cover;

}

.Process_ul li i{

   position: absolute;

   top: 0.15rem;

   right: 0.15rem;

   font-size: 0.18rem;

   color: #999;

   line-height: 100%;

   font-family: 'med';

}

.Process_ul li p{

   width: calc(100% - 1.3rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

   font-size: 0.24rem;

   font-family:'med';

   line-height: 150%;

}

.Process_top{

	top: 0;

	

}

.Process_botton{

    top: 100%;

	flex-direction: row-reverse;

}





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

	.Process_ul li p {

		width: calc(100% - 1rem);

		padding-left: 0.2rem;

		font-size: 0.2rem;

	}

	.Process_ul li img {

		width: 1rem;

		height: 1rem;

	}

	.Process_bac {

		padding: 0.8rem 0 1.8rem 0;

	}

}

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

	

}

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

	.Process_ul li p {

		width: calc(100% - 0.8rem);

		padding-left: 0.15rem;

		font-size: 0.18rem;

	}

	.Process_ul li img {

		width: 0.8rem;

		height: 0.8rem;

	}

	.Process_bac {

		padding: 0.6rem 0 1.6rem 0;

	}

	.Process_ul li{

		padding: 0.1rem;

	}

}

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

	.Process_ul li p {

		width: calc(100% - 0.6rem);

		padding-left: 0.1rem;

		font-size: 0.16rem;

	}

	.Process_ul li img {

		width: 0.6rem;

		height: 0.6rem;

	}

}

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

	

}

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

	.Process_ul li{

		width: 100%;

	}

	.Process_ul {

		gap: 0.2rem;

		padding-right:0%;

		left: unset;

		top: unset;

		position: relative;

		transform: unset;

	}

	.Process_botton{

		margin-top: 0.2rem;

	}

	.Process {

		margin-top: 0.4rem;

	}

	.Process_bac {

        padding: 0.6rem 0;

    }

	.Process>img{

		display: none;

	}  

	.Process::after{

		content: '';

		padding-bottom: 0;

	}

	.Process_ul li i {

		top: 0.05rem;

		right: 0.05rem;

		font-size: 0.14rem;

	}

}

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

	

}

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

	

}





/* processed_products */

.processed_products_bac{

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 1rem 0;

}

.processed_products{



}

.processed_products_ul{

   display: flex;

   display: -webkit-flex;

   margin-top: 0.6rem;

   flex-wrap: wrap;

   gap: 0.3rem;

}

.processed_products_ul li{

   width: calc((100% - 0.9rem) / 4);

}

.processed_products_ul li a{

   display: block;

   width: 100%;

   background-color: #fff;

   border-radius: 0.08rem;

   overflow: hidden;

   border: 1px solid #fff;

   box-sizing: border-box;

   transition: all 0.3s ease;

}

.processed_products_img{

   position: relative;

   overflow: hidden;

   border-radius: 0 0 0.08rem 0.08rem;

}

.processed_products_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.processed_products_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.processed_products_ul p{

   box-sizing: border-box;

   padding: 0.3rem 4%;

   text-align: center;

   font-size: 0.24rem;

   font-family: 'med';

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

} 

.processed_products_ul li a:hover p{

	color: var(--i_color);

}

.processed_products_ul li a:hover{

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

}









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

	.processed_products_ul p{

		font-size: 0.22rem;

	} 

	.processed_products_ul p {

		padding: 0.25rem 4%;

	}

	.processed_products_bac {

		padding: 0.8rem 0;

	}

}

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

	

}

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

	.processed_products_ul p{

		font-size: 0.2rem;

	} 

	.processed_products_ul p {

		padding: 0.2rem 4%;

	}

	.processed_products_ul {

		gap: 0.2rem;

	}

	.processed_products_ul li {

		width: calc((100% - 0.6rem) / 4);

	}

	.processed_products_bac {

		padding: 0.6rem 0;

	}

}

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

	.processed_products_ul p{

		font-size: 0.18rem;

	} 

}

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

	.processed_products_ul p{

		font-size: 0.16rem;

	} 

}

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

	.processed_products_ul p{

		font-size: 0.14rem;

	} 

	.processed_products_ul p {

		padding: 0.15rem 4%;

	}

	.processed_products_ul li {

		width: calc((100% - 0.2rem) / 2);

	}

	.processed_products_ul {

		margin-top: 0.4rem;

	}

}

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

	.processed_products_ul {

		gap: 0.2rem 0.1rem;

	}

	.processed_products_ul li {

		width: calc((100% - 0.1rem) / 2);

	}

}

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

	

}





/* products */

.products_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 1rem 0;

}

.products{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: flex-start;

}

.products_left{

   width: 3.7rem;

   box-sizing: border-box;

   padding-right: 0.4rem;

}









.products_left_h2{

	font-size: 0.32rem;

	font-weight: bold;

	text-transform: capitalize;

	box-sizing: border-box;

	color: var(--i_color);

	padding:0 0 0.2rem 0rem;

	font-weight: bold;

	border-radius: 0.1rem;

	font-family: 'bold';

	display: none;

}

.products_left_h2 iconify-icon{

	color: #fff;

	font-size: 0.34rem;

	margin-left: 0.1rem;

	font-weight: bold;

	margin-bottom: 2px;

	display: none;

}



.list{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   box-sizing: border-box;

}

.list li{

   position: relative;

   box-sizing: border-box;

}





.list_a{

	box-sizing: border-box;

    padding: 0.21rem 0.5rem 0.21rem 0.25rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

	border-radius: 0.1rem;

	transition: all 0.3s ease;

}

.list_a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	background-color: var(--i_color);

	width: 0;

	height: 100%;

	transition: all 0.5s ease-in-out;

	z-index: -1;

}

.list .list_a a{

   font-size: 0.18rem;

   color: #333;

   box-sizing: border-box;

   line-height: 130%;

   transition: all 0.3s ease;

   font-weight: bold;

}

.list  .list_a i{

   width: 0.38rem;

   height: 0.38rem;

   background-color:transparent;

   border-radius: 50%;

   position: absolute;

   top: 50%;

   transform: translate(0,-50%);

   right: 0.14rem;

   cursor: pointer;



}

.list .list_a i iconify-icon{

	position: absolute;

	top: 50%;

	left: 50%;

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

    font-size: 0.3rem;

	color: #666;

	transition: all 0.3s ease;

}

.list_dl{

    padding:0.2rem 0.2rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

	position: relative;

	z-index: 2;

	gap: 0.2rem;

}



.list_dl dt{

   box-sizing: border-box;

   margin-left: 0.2rem;

   position: relative;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #666;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

   border-bottom: 1px solid transparent;

}

.list_dl dt::after{

	content: '';

	position: absolute;

	left: -0.2rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.08rem;

	height: 0.08rem;

	background-color: #999;

	border-radius: 50%;

	transition: all 0.3s ease;

}



.list_active{

	border-radius: 0.1rem;

	box-sizing: border-box;

}

.list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

}

.list_active .list_a i iconify-icon{

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

	color: #fff;

}

.list_active .list_a a{

	color: #fff;

}





.list_dl_active a,.list_dl dt a:hover{	

	color: var(--i_color) !important;

	border-bottom: 1px solid var(--i_color) !important;

}



.list_active .list_a{

	box-shadow: 0 0.04rem 0.2rem rgba(117,189,66,0.6);

}

.list_dl_active::after,.list_dl dt:hover::after{

	background-color: var(--i_color) !important;

}



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

	

}

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

	

}

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

	.products_left_h2 {

		font-size: 0.28rem;

	}

	.list_dl{

		padding:0.2rem 0.1rem;

	}

}

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

	.products_left{

		width: 100%;

		padding-right: 0;

		margin-bottom: 0.4rem;

	}

	.products_left_h2 iconify-icon{display: block;}

	.products_left_h2{display: flex;display: -webkit-flex;align-items: center;justify-content: center;}

	.products_left_h2{margin-bottom: 0;}

	.list{margin-top: 0.2rem;}

	.products_left_h2{

		color: #fff;

		background-color: var(--i_color);

		box-sizing: border-box;

		padding: 0.15rem 0;

	}

	.list {

		padding-bottom: 0.2rem;

	}

	

}

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

	

}

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

	.products_left_h2 {font-size: 0.2rem;}

	.products_left_h2 iconify-icon {font-size: 0.3rem;}

}

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

	

}

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

	

}





.products_right{

   width: calc(100% - 3.7rem);

   box-sizing: border-box;

   padding-left: 0.4rem;

   border-left: 1px dashed rgba(51,51,51,0.2);

}

.products_right h3{

   font-size: 0.36rem;

   color: #333;

   font-weight: bold;

}

.products_right p{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   margin-top: 0.1rem;

}

.products_right_ul{

   margin-top: 0.4rem;

   display: flex;

   display: -webkit-flex;

   gap: 0.55rem 0.45rem;

   flex-wrap: wrap;

}

.products_right_ul li{

   width: calc((100% - 0.9rem) / 3);



}

.products_right_ul li a{

	display: block;

	width: 100%;

	box-sizing: border-box;

	padding: 0.15rem 0.15rem 0.3rem 0.15rem;

	border: 1px solid rgba(51,51,51,0.2);

	border-radius: 0.08rem;

	transition: all 0.3s ease;

}

.products_right_img{

   position: relative;

   overflow: hidden;

   border-radius: 0.08rem;

}

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

    margin-top: 0.25rem;

}

.products_right_text h4{

   font-size: 0.18rem;

   color: #333;

   line-height: 166%;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   font-family: 'med';

   transition: all 0.3s ease;

}

.products_right_i{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   margin-top: 0.1rem;

   position: relative;

}

.products_right_i h5{

   font-size: 0.16rem;

   color: #999;

   text-transform: capitalize;

   transition: all 0.3s ease;

}

.products_right_i iconify-icon{

   font-size: 0.2rem;

   color: #999;

}

.products_right_i1{

   position: absolute;

   top: 50%;

   left: -0.2rem;

   transform: translate(0,-50%);

   opacity: 0;

   transition: all 0.3s ease;

}

.products_right_i2{

   margin-left: 0.1rem;

   transition: all 0.3s ease;

}

.products_right_ul li a:hover .products_right_i1{

	left: 0;

	opacity: 1;

	color: var(--i_color);

}

.products_right_ul li a:hover h5{

	color: var(--i_color);

	margin-left: 0.3rem;

}

.products_right_ul li a:hover .products_right_i2{

	opacity: 0;

}

.products_right_ul li a:hover {

	box-shadow: 0 0.04rem 0.2rem rgba(117,189,66,0.2);

	border: 1px solid #fff;

}

.products_right_ul li a:hover h4{

	color: var(--i_color);

}



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

	.products_right h3 {

		font-size: 0.32rem;

	}

	.products_right_ul {

		gap: 0.5rem 0.4rem;

	}

	.products_right_ul li {

		width: calc((100% - 0.8rem) / 3);

	}

	.products_bac {

		padding: 0.4rem 0 0.8rem 0;

	}

}

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

	

}

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

	.products_right h3 {

		font-size: 0.28rem;

	}

	.products_right p {

		font-size: 0.16rem;

	}

	.products_right_ul {

		gap: 0.4rem 0.2rem;

	}

	.products_right_ul li {

		width: calc((100% - 0.4rem) / 3);

	}

	.products_right_text h4 {

		font-size: 0.16rem;

	}

	.products_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.products_right h3 {

		font-size: 0.26rem;

	}

	.products_right {

		width: 100%;

		padding-left: 0.4rem;

	}

}

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

	.products_right h3 {

		font-size: 0.24rem;

	}

}

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

	.products_right h3 {

		font-size: 0.22rem;

	}

	.products_right p {

		font-size: 0.14rem;

	}

}

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

	.products_right_ul li {

		width: calc((100% - 0.1rem) / 2);

	}

	.products_right {

        padding-left: 0.2rem;

    }

	.products_right_ul {

        gap: 0.2rem 0.1rem;

    }

	.products_right_text h4 {

        font-size: 0.14rem;

    }

	.products_right_i h5 {

		font-size: 0.14rem;

	}

	.products_right_ul li a {

		padding: 0.1rem 0.1rem 0.2rem 0.1rem;

	}

	.products_right_ul {

		margin-top: 0.2rem;

	}

}

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

	

}





/* single_grid */

.single_grid_bac{

	box-sizing: border-box;

	padding: 0.4rem 0 0.8rem 0;

	background-color: #F4F4F4;

}

.single_grid{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.single_grid_left{

	width: 50%;

}







/* 鍥剧墖鏌ョ湅鍖� */

.in_factory_cont{--sm_pic_width:16.3%}

.in_factory_cont{ position:relative; overflow:hidden}

.in_factory_cont:before{content:""; display:block; padding-bottom:77.4%}



/* 缂╃暐鍥� */

.in_factory_list_box{position:absolute; top:0; right:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:0.5rem 0}

.in_factory_list{height:100%; overflow:hidden}

.in_factory_list .swiper-slide{cursor:pointer}



.in_factory_list .img{width:100%;background-color: #fff; height:100%; box-sizing:border-box;position:relative; overflow:hidden;transition: all 0.3s ease;border: 1px solid transparent;}

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

.in_factory_list .swiper-slide-thumb-active .img{border:1px solid var(--i_color);box-sizing: border-box;}

.in_factory_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}

.infactory-button-prev, .infactory-button-next{

	position:absolute;

	left:50%;

	transform:translate(-50%,0);

	width:0.4rem;

	height:0.4rem;

	border-radius: 50%;

	border: 1px solid #999;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	box-sizing: border-box;

	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;

	transition:all 0.3s ease;

}

.infactory-button-prev iconify-icon, .infactory-button-next iconify-icon{

	color: var(--i_color);

	font-size: 0.18rem;

	color: #999;

}

.infactory-button-prev{

	top:0px; 

}

.infactory-button-next{

	bottom:0px;

}

.infactory-button-prev.swiper-button-disabled, .infactory-button-next.swiper-button-disabled{cursor:not-allowed; opacity:.1}





.infactory-button-prev:hover, .infactory-button-next:hover{

	background-color: var(--i_color);

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

}

.infactory-button-prev:hover iconify-icon, .infactory-button-next:hover iconify-icon{

	color: #fff;

}

.in_factory_list_box .show{

	display: block;

}

.in_factory_list_box .hide{

	display: none;

}



/* 澶у浘 */

.in_factory_show_box{position:absolute; top:0; left:0; width:calc(100% - var(--sm_pic_width) - 20px); height:100%; box-sizing:border-box; padding:0 0; margin:0 auto}

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

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

.in_factory_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



.in_factory_show .img{width:100%; height:100%; position:relative;background-color: #fff; overflow:hidden}

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



.infactory-pagination{display:none; margin:16px auto 0}

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

.infactory-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}



















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

	

}

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

	

}

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

	

}

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

	.in_factory_cont:before{display:none}

	.in_factory_show_box{position:initial; width:100%}

	.in_factory_show .img{width:100%; position:relative; overflow:hidden}

	.in_factory_show .img:before{content:""; display:block; padding-bottom:100%}

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

	.in_factory_list_box{margin-top:10px; padding:0 0; position:relative; width:100%; height:initial}

	.in_factory_list{width:calc(100% - 60px); margin:0 auto}

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

	.in_factory_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_factory_list .img{height:auto}

	.in_factory_list .img:before{content:""; display:block; padding-bottom:100%}

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

	.infactory-button-prev, .infactory-button-next{top:50%; transform:translate(0,-50%);}

	.infactory-button-prev{left:0; }

	.infactory-button-next{left:initial; right:0;}

	.in_factory_list_box .show{

		display: none;

	}

	.in_factory_list_box .hide{

		display: block;

	}

}

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

	

}

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

	

}





.single_grid_right{

   width: 50%;

   box-sizing: border-box;

   padding-left: 4%;

}

.single_grid_right h1{

   font-size: 0.28rem;

   color: #333;

   font-family: 'med';

   box-sizing: border-box;

   border-bottom: 0.02rem solid var(--i_color);

   margin-bottom: 0.3rem;

   padding-bottom: 0.2rem;

}

.single_grid_right h2{

   font-size: 0.22rem;

   color: var(--i_color);

   font-weight: bold;

   text-transform: capitalize;

   margin-bottom: 0.2rem;

}

.single_grid_right article{

   font-size: 0.18rem;

   color: #333;

   margin-bottom: 0.5rem;

   line-height: 150%;

}

.single_grid_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.2rem;

   box-sizing: border-box;

   padding-bottom: 0.4rem;

   border-bottom: 1px solid rgba(51,51,51,0.2);

}

.single_grid_ul li{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   box-sizing: border-box;

   padding-left: 0.3rem;

   position: relative;

}

.single_grid_ul li::after{

	content: '';

	position: absolute;

	width: 0.25rem;

	height: 0.25rem;

	background: url('static/imgs/yes.png') center no-repeat;

	background-size: contain;

	left: 0;

	top: 0.02rem;

}

.single_grid_box{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

   flex-wrap: wrap;

   gap: 0.2rem;

   margin-top: 0.4rem;

}

.single_grid_btn{

	display: flex;

	display: -webkit-flex;

	gap: 0.2rem;

}

.single_grid_share{

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.single_grid_share h4{

   font-size: 0.18rem;

   color: #333;

   margin-right: 0.1rem;

}

.single_grid_dl{

   display: flex;

   display: -webkit-flex;

   gap: 0.18rem;

}

.single_grid_dl dt{



}

.single_grid_dl dt a{

	display: flex;

	width: 0.42rem;

	height: 0.42rem;

	border-radius: 50%;

	background-color: #fff;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

}

.single_grid_dl dt a iconify-icon{

	font-size: 0.16rem;

	color: #AFAFAF;

	transition: all 0.3s ease;

}

.single_grid_dl dt a:hover{

	background-color: rgba(117,189,66,0.2);

	transform: translateY(-0.05rem);

}

.single_grid_dl dt a:hover iconify-icon{

	color: var(--i_color);

}











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

	.single_grid_right h1 {

		font-size: 0.26rem;

	}

	.single_grid_right {

		padding-left: 3%;

	}

}

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

	

}

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

	.single_grid_right h1 {

		font-size: 0.24rem;

		margin-bottom: 0.2rem;

	}

	.single_grid_right h2 {

		font-size: 0.2rem;

		margin-bottom: 0.15rem;

	}

	.single_grid_right article {

		font-size: 0.16rem;

		margin-bottom: 0.3rem;

	}

	.single_grid_ul li {

		font-size: 0.16rem;

	}

	.single_grid_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.22rem;

	}

}

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

	.single_grid_right {

		width: 100%;

		padding-left: 0%;

	}

	.single_grid {

		gap: 0.4rem;

		justify-content: center;

	}

	.single_grid_left {

		width: 60%;

	}

}

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

	.single_grid_left {

		width: 80%;

	}

}

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

	.single_grid_left {

		width: 90%;

	}

}

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

	

}





/* editor */

.editor_bac{

   box-sizing: border-box;

   padding: 0.6rem 0 0.8rem 0;

}

.editor{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	align-items: flex-start;

}

.editor_left{

	width: 3.8rem;

	background-color: #F4F4F4;

	box-sizing: border-box;

	padding: 0.45rem 0.3rem;

	border-radius: 0.08rem;

}

.editor_right{

	width: calc(100% - 3.8rem);

	box-sizing: border-box;

	padding-left: 3%;

}

.editor_ul{

   display: flex;

   display: -webkit-flex;

   background-color: #F4F4F4;

}

.editor_ul li{

	font-size: 0.18rem;

	color: #333;

	font-family: 'med';

	box-sizing: border-box;

	padding: 0.2rem 0.5rem;

	text-transform: capitalize;

	position: relative;

	transition: all 0.3s ease;

	cursor: pointer;

}

.editor_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0%;

	height: 0.03rem;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.editor_ul li.current{

	background-color: #fff;

}

.editor_ul li.current::after{

	right: auto;

	left: 0;

	width: 100%;

}

.editor_dl{



}

.editor_dl dt{



}

.editor_dl dt h3{

	font-size: 0.24rem;

	color: var(--i_color);

	font-family: 'med';

	margin: 0.25rem 0;

}

.features_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.3rem;

}

.features_ul li{

   width: calc((100% - 0.3rem) / 2);

   background-color: #F4F4F4;

   box-sizing: border-box;

   padding: 0.3rem 0.5rem;

   border-radius: 0.08rem;

   position: relative;

   transition: all 0.3s ease;

   font-size: 0.18rem;

}

.features_ul li::after{

   content: '';

   position: absolute;

   width: 0.12rem;

   height: 0.12rem;

   background-color: var(--i_color);

   border-radius: 50%;

   top: 0.35rem;

   left: 0.25rem;

   transition: all 0.3s ease;

}

.features_ul li:hover{

	background-color: var(--i_color);

	color: #fff;

}

.features_ul li:hover::after{

	background-color: #fff;

}

.features_bac{

   position: relative;

   border-radius: 0.08rem;

   overflow: hidden;

   margin-top: 0.4rem;

}

.features_bac::after{

   content: '';

   display: block;

   padding-bottom: 34%;

}

.features_bac img{

	position: absolute;

	top: 50%;

	left: 50%;

	width: 100%;

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

	height: 100%;

	object-fit: cover;

}





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

	

}

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

	

}

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

	.features_ul li {

		padding: 0.25rem 0.4rem;

		font-size: 0.16rem;

	}

	.editor_dl dt h3 {

		font-size: 0.22rem;

		margin: 0.25rem 0;

	}

	.features_ul li::after {

		left: 0.15rem;

	}

	.features_ul {

		gap: 0.2rem;

	}

	.features_ul li {

		width: calc((100% - 0.2rem) / 2);

	}

	.editor_ul li {

		font-size: 0.16rem;

		padding: 0.2rem 0.4rem;

	}

	.editor_bac {

		padding: 0.6rem 0 ;

	}

}

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

	.editor_left{

		display: none;

	}

	.editor_right {

		width: 100%;

		padding-left: 0%;

	}

	

}

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

	

}

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

	.editor_ul li {

		font-size: 0.14rem;

		padding: 0.15rem 0.25rem;

	}

}

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

	.features_ul li {

        width: 100%;

    }

	.editor_dl dt h3 {

        font-size: 0.2rem;

        margin: 0.2rem 0;

    }

}

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

	

}





.faq_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.2rem;

}

.faq_ul li{

	border-bottom: 1px solid rgba(51,51,51,0.2);

}

.faq_q{

   box-sizing: border-box;

   padding: 0.3rem 0.4rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   cursor: pointer;

   

}

.faq_ul i{

   width: 0.32rem;

   height: 0.32rem;

   display: block;

   color: #fff;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 0.04rem;

   font-size: 0.2rem;

}

.faq_q i{

   background-color: #666;

}

.faq_a i{

   background-color: var(--i_color);

}

.faq_q h2{

   font-size: 0.2rem;

   color: #222;

   width: calc(100% - 0.32rem);

   box-sizing: border-box;

   padding:0 0.2rem;

   font-family: 'med';

}

.faq_a{

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding: 0rem 0.4rem 0.4rem 0.4rem;

}

.faq_a p{

	width: calc(100% - 0.36rem);

	padding-left: 0.2rem;

	font-size: 0.18rem;

	color: #666;

	line-height: 166%;

}

.faq_active{

	background-color: #F2F8ED;

	border-radius: 0.08rem;

	border-bottom: 1px solid transparent !important;

}



.faq_active .faq_q{

}



.faq_active .faq_q i{

}



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

	.faq_bac {

		padding: 0.8rem 0;

	}

}

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

	

}

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

	.faq_bac {

		padding: 0.6rem 0;

	}

	.faq_q h2 {

		font-size: 0.2rem;

	}

	.faq_a p {

		font-size: 0.18rem;

	}

	.faq_q {

		padding: 0.2rem 0.3rem;

	}

	.faq_a {

		padding: 0rem 0.3rem 0.3rem 0.3rem;

	}

}

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

	.faq_q h2 {

		font-size: 0.18rem;

	}

	.faq_a p {

		font-size: 0.16rem;

	}

}

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

	

}

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

	.faq_ul {

		margin-top: 0.4rem;

	}

	.faq_q {

		padding: 0.2rem;

	}

	.faq_a {

		padding:  0 0.2rem 0.2rem 0.2rem;

	}

	

	.faq_q h2 {

		width: calc(100% - 0.7rem);

	}

}

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

	.faq_q h2 {

		font-size: 0.16rem;

	}

	.faq_a p {

		font-size: 0.14rem;

	}

}

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

	

}





/* single_application */

.single_application_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: #F4F4F4;

}

.single_application{



}







/*  */

.SP_partner_box{

	margin-top: 0.6rem;

}



.SP_partner{position:relative}

.SP_partner_list{width:100%; padding:2px;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}

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

.SP_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.SP_partner_list li a{

	display: block;

	width: 100%;

	border: 1px solid transparent;

	box-sizing: border-box;

	transition: all 0.3s ease;

}

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

.SP_partner_list .img:before{content:""; display:block; padding-bottom:54.5%}

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





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





.SP_partner_list .application_text{

	background-color: #fff;

}







.SP_partner_list li a:hover img{

	width: 110%;

	height: 110%;

}

.SP_partner_list li a:hover h3{

	color: var(--i_color);

	border-bottom: 1px solid transparent;

}

.SP_partner_list li a:hover h3::after{

	width: 100%;

	right: auto;

	left: 0;

}

.SP_partner_list li a:hover {

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

}

.SP_partner_list li a:hover i{

	background-color: var(--i_color);

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

}

.SP_partner_list li a:hover i iconify-icon{

	color: #fff;

}























/* 指示器 */

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

.SP_partner .pt-pagination .swiper-pagination-bullet{width:0.08rem;position: relative; height:0.08rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#666; border-radius:50%; outline:none}

.SP_partner .pt-pagination .swiper-pagination-bullet::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 180%;

	height: 180%;

	border-radius: 50%;

	box-sizing: border-box;

	border: 1px solid transparent;

	transition: all 0.3s ease;



}

.SP_partner .pt-pagination .swiper-pagination-bullet-active{

	position:relative; 

	background:var(--i_color);



}

.SP_partner .pt-pagination .swiper-pagination-bullet-active::after{

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

}

/* 左右箭头 */

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

	position:absolute; 

	top:50%; 

	transform:translate(0,-50%); 

	width:0.5rem; 

	height:0.5rem; 

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

	box-sizing: border-box;

	z-index:999; 

	cursor:pointer; 

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.SP_partner .pt-button-prev{left:-5%;}

.SP_partner .pt-button-next{right:-5%;}



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	

}

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

	

}

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

	.single_application_bac {

		padding: 0.6rem 0;

	}



}

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

	

}

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

	.SP_partner_box{

		margin-top: 0.4rem;

	}

}

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

	

}







/* related_products */

.related_products_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.related_products{



}







/*  */

.RP_partner_box{

	margin-top: 0.4rem;

}



.RP_partner{position:relative}

.RP_partner_list{width:100%; padding:0.1rem;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}

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

.RP_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.RP_partner_list li a{

	display: block;

    width: 100%;

    box-sizing: border-box;

    padding: 0.15rem 0.15rem 0.3rem 0.15rem;

    border: 1px solid rgba(51, 51, 51, 0.2);

    border-radius: 0.08rem;

    transition: all 0.3s ease;

}

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

.RP_partner_list .img:before{content:""; display:block; padding-bottom:100%}

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





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





.RP_partner_list li a:hover .products_right_i1{

	left: 0;

	opacity: 1;

	color: var(--i_color);

}

.RP_partner_list li a:hover h5{

	color: var(--i_color);

	margin-left: 0.3rem;

}

.RP_partner_list li a:hover .products_right_i2{

	opacity: 0;

}

.RP_partner_list li a:hover {

	box-shadow: 0 0rem 0.1rem rgba(117,189,66,0.2);

	border: 1px solid #fff;

}

.RP_partner_list li a:hover h4{

	color: var(--i_color);

}











.RP_click{

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: space-between;

	margin-top: 0.4rem;

}

/* 指示器 */

.RP_click .pt-pagination {

    background: rgba(51,51,51,0.2);

    position: relative;

    width: calc(100% - 1.5rem);

    height: 2px;

	display: block;

}

.RP_click .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}



/* 左右箭头 */

.RP_LR{

	display: flex;

	display: -webkit-flex; 

	gap: 0.1rem;

}

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

	width: 0.48rem;

	height: 0.48rem;

    display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	cursor: pointer;

	transition: all 0.3s ease;

	box-sizing: border-box;

}

.RP_click .pt-button-prev{

	border: 1px solid #666;

}

.RP_click .pt-button-next{

    background-color: var(--i_color);

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

}

.RP_click .pt-button-prev iconify-icon{

   color: #666;

   font-size: 0.2rem;

   transition: all 0.3s ease;

}

.RP_click .pt-button-next iconify-icon{

	font-size: 0.2rem;

	color: #fff;

	transition: all 0.3s ease;

}





.RP_click .pt-button-prev:hover{

	border: 1px solid #333;

	background-color: #333;

}

.RP_click .pt-button-next:hover{

	

	background-color: transparent;

}

.RP_click .pt-button-prev:hover iconify-icon{

   color: #fff;

}

.RP_click .pt-button-next:hover iconify-icon{

	color: var(--i_color);

}











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

	.related_products_bac {

		padding: 0.8rem 0;

	}

}

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

	

}

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

	.related_products_bac {

		padding: 0.6rem 0;

	}

}

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

	.RP_LR{

		display: none;

	}

	.RP_click .pt-pagination {

		width: 100%;

	}

}

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

	.RP_partner_box{

		margin-top: 0.2rem;

	}

}

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

	

}















/* ---------------------- Aside Form ---------------------- */

.aside_form{position: fixed;right: 0;bottom: 0;width: 360px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);overflow: hidden;z-index: 999999999;}

.aside_form_tit{padding: 12px 50px; text-align: center; background: var(--i_color); cursor: pointer;position: relative;}

.aside_form_tit p{color: #fff;}

.aside_form_tit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #fff;}

.aside_form_tit.on iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}



.aside_form_cont{display: none; padding: 24px; background: #FFF;}

.aside_form_cont.on{}



#wpforms-51{--input_font_size:0.16rem; --input_height:0.35rem}

#wpforms-51{width:100%; margin:0 auto; padding:0}

#wpforms-form-51{width:100%; overflow:hidden}





#wpforms-51 input, #wpforms-51 button{margin:0; padding:0; border:none; background:none}

#wpforms-51 .wpforms-field{padding:0; margin:0}

#wpforms-51 .wpforms-error-container{line-height:0.16rem}



#wpforms-51 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}

#wpforms-51 .wpforms-submit-container{padding:0!important; width:1.5rem; height:var(--input_height); background:var(--i_color);border-radius: 0.05rem; position:relative;margin:0 auto;transition: all 0.3s ease;}



#wpforms-51 .wpforms-hidden{

	display: none;

}



#wpforms-51 .wpforms-field{

	position: relative;

}

#wpforms-51 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

#wpforms-51 .wpforms-field-label span{

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-51 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}





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



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

#wpforms-51 textarea{min-height:0.8rem}

#wpforms-51 input, #wpforms-51 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: 1px solid rgba(0, 0, 0, 0.2);

	

}







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

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

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

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

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

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

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

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







#wpforms-51 #wpforms-51-field_1-error, #wpforms-51 #wpforms-51-field_2-error, #wpforms-51 #wpforms-51-field_3-error, #wpforms-51 #wpforms-51-field_4-error{position:absolute; font-size:14px}



#wpforms-51 .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:capitalize; position:relative; z-index:2}

#wpforms-51 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}







#wpforms-51 .wpforms-submit-container:hover{

	background-color: var(--i_color);

	animation: a 0.5s 1 linear;

	animation-delay: 0.01s;

}



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

	.aside_form{width: 100%;}

}







/* aside */

.aside_right {

	position: fixed;

	right: 30px;

	bottom: 16%;

	z-index: 999999

}

.aside_right ul {}

.aside_right li {

	margin: .1rem 0;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	position: relative;

	overflow: hidden;

	cursor: pointer

}

.aside_right li>a {

	display: block;

	width: .5rem;

	height: .5rem;

	background: rgba(128, 128, 128, .5);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 3;

	transition: all .3s ease;

}



.aside_right li:nth-child(1)>a {

	background: #389b0f

}

.aside_right li:nth-child(2)>a {

	background: var(--i_color);

}



.aside_right li img {

	display: block;

	margin: 0 auto;

	width: .22rem;

	height: .22rem;

	object-fit: contain

}



.aside_right li:hover>a {

	background-color: 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: 0;

	right: -300px;

	width: 180px;

	min-height: 100%;

	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_close {

	position: absolute;

	top: .3rem;

	right: .3rem;

	display: block;

	width: .3rem;

	height: .3rem;

	background: url(static/imgs/close_1_hei.svg) no-repeat center;

	background-size: 30px;

	cursor: pointer

}

.aside_close:hover {

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg)

}

.aside_close {

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease

}



#aside_mask_bg {

	display: none;

	position: fixed;

	top: 50%;

	transform: translate(0, -50%);

	left: 0%;

	width: 100%;

	height: 100%;

	background: rgb(0 0 0 / 70%);

	z-index: 9999999999998;

}

#aside_sc_from {

	display: none;

	position: fixed;

	top: 50%;

	left: 50%;

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

	width: 800px;

	box-sizing: border-box;

	padding: 30px 30px 40px;

	background: rgb(255 255 255 / 100%);

	z-index: 9999999999999;

	overflow: auto

}

#aside_sc_from .tit {

	margin-bottom: .4rem

}

#aside_sc_from .tit h1 {

	text-align: center;

	font-size: .26rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: .3rem

}



#wpforms-54 {

	--input_font_color: rgb(0 0 0 / 50%);

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-54 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-54 {

	width: 100%;

	overflow: hidden

}

#wpforms-54 input,

#wpforms-54 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-54 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-54 .wpforms-error-container {

	line-height: 16px

}

#wpforms-54 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

#wpforms-54 .wpforms-submit-container {

	padding: 0 !important;

	margin: 0 auto;

	width: 170px;

	height: 38px;

	background: var(--i_color);

	box-sizing: border-box;

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

	position: relative

}

#wpforms-54 .wpforms-field-label {

	font-size: 0

}

#wpforms-54 .wpforms-required-label {

	position: absolute;

	top: 16px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-54 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-54 input {

	height: var(--input_height)

}

#wpforms-54 textarea {

	min-height: 100px

}

#wpforms-54 input,

#wpforms-54 textarea {

	width: 100%;

	max-width: 100% !important;

	font-size: var(--input_font_size);

	color: #333;

	box-sizing: border-box;

	border: 1px solid rgb(0 0 0 / 30%);

	line-height: var(--input_height);

	padding: 0 16px

}

#wpforms-54 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-54 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-54 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-54 input::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-54 textarea::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-54 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-54 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-54 textarea::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-54 #wpforms-54-field_1-error,

#wpforms-54 #wpforms-54-field_2-error,

#wpforms-54 #wpforms-54-field_3-error,

#wpforms-54 #wpforms-54-field_5-error {

	position: absolute;

	font-size: 13px

}

#wpforms-54 .wpforms-submit-container button {

	width: 100%;

	height: 34px;

	font-size: 14px;

	color: #FFF;

	line-height: 34px;

	cursor: pointer;

	text-transform: uppercase;

	position: relative;

	z-index: 2

}

#wpforms-54 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

#wpforms-54 .wpforms-submit-container:after {

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

#wpforms-54 .wpforms-submit-container:hover:after {

	display: block

}

#wpforms-54 .wpforms-submit-container:hover {

	background: #FFF

}

#wpforms-54 .wpforms-submit-container:hover button {

	color: var(--i_color)

}



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

	.aside_right li>a {

		width: 0.4rem;

		height: 0.4rem;

	}

}



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

	#aside_sc_from {

		width: 94%;

	}

}

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

	.aside_right {

		right: 22px;

		bottom: 160px;

	}

	.aside_right li:nth-child(2) {

		display: none !important

	}

}

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

	#aside_sc_from {

		padding: 20px 20px 30px

	}

	#aside_sc_from .tit {

		margin-bottom: 0.3rem;

	}

	#wpforms-54 .wpforms-submit-container {

		height: 34px;

	}

	#wpforms-54 .wpforms-submit-container button {

		height: 30px;

		line-height: 30px;

		font-size: 14px;

	}

}

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

	#aside_sc_from .tit h1 {

		font-size: 0.24rem;

	}

}







/* 感谢页面 */

.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), #e8ffb3);

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

	

}













/* 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;}

}







/* tag */



.tag{

	box-sizing: border-box;

	padding: 0.4rem 0 1rem 0;

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{

 

} 

.tag_list .products_right_ul{

	width: 100%;

	gap: 0.4rem;

}

.tag_list .products_right_ul li{

	width: calc((100% - 1.2rem) / 4);

}











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

	

}

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

	

	.tag{

		padding: 0.4rem 0 0.8rem 0;

	}

}

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

	

}

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

	.tag{

		padding: 0.4rem 0 0.6rem 0;

	}

	.tag>h2 {

		font-size: 0.35rem;

	}

}

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

	

}

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

	

}

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

	.tag_list .products_right_ul{

		gap: 0.2rem;

	}

	.tag_list .products_right_ul li{

		width: calc((100% - 0.2rem) / 2);

	}

	.tag>h2 {

		font-size: 0.25rem;

	}

}

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

	

}

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

	

}





.form_hide{

	display: none;

}



















/* single_three */



.single_three_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0 0;

   position: relative;

   z-index: 2;

   overflow: hidden;

}



.single_three{



}

.single_tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.1rem 0;

   align-items: center;

}

.single_tags p{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   margin-right: 0.1rem;

}

.single_tags a{

	font-size: 0.16rem;

	color: #333;

	transition: all 0.3s ease;

	display: inline-block;

	padding: 0.1rem 0.15rem;

	border-radius: 0.1rem;

	background-color: #F4F4F4;



}

.single_tags a:not(:last-child){

	margin-right: 0.25rem;

}

.single_tags a:hover{

	color: #fff;

	background-color: var(--i_color);

}



.editor_LR{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   box-sizing: border-box;

   padding-top: 0.2rem;

   margin-top: 0.2rem;

   border-top: 1px solid #CECECE;

}

.editor_LR>div{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   max-width: 49%;

}

.editor_LR i{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 0.35rem;

   min-width: 0.35rem;

   height: 0.35rem;

   border-radius: 50%;

   border: 1px solid #333;

   transition: all 0.3s ease;

}

.editor_LR i iconify-icon{

   color: #333;

   font-size: 0.15rem;

   transition: all 0.3s ease;

}

.editor_LR p{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

}

.editor_LR a{

	font-size: 0.18rem;

	color: #333;

	transition: all 0.3s ease;

}

.editor_L i{

	margin-right: 0.1rem;

}

.editor_R i{

	margin-left: 0.1rem;

}

.editor_R{

	margin-left: auto;

}

.editor_LR a:hover{

	color: var(--i_color);

}

.editor_LR>div:hover i{

	background-color: var(--i_color);

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

}

.editor_LR>div:hover i iconify-icon{

	color: #fff;

}







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



}

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



}

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

	.editor_L i{

		margin-right: 0.1rem;

	}

	.editor_R i{

		margin-left: 0.1rem;

	}

	.editor_LR a {

		font-size: 0.16rem;

	}

	.editor_LR i {

		width: 0.35rem;

		min-width: 0.35rem;

		height: 0.35rem;

	}

	

}

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

	.deitor_left{display: none;}

	.deitor_right{

		width: 100%;

		padding-left: 0%;

	}

}

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

	

}

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

	.editor_LR {

		flex-direction: column;

		gap: 0.1rem;

	}

	.editor_LR>div{

		width: 100%;

		max-width: 100%;

	}

	.editor_R {

		justify-content: flex-end;

	}

	.single_three_bac{

		padding: 0.2rem 0 0 0;

	 }

}

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



}

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

	

}

















/* @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:960px){

	

}

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

	

}

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

	

}

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

	

} */



