/*

Theme Name: HuaChunQiang

Version: 1.0

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

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 83.33%;

	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: 90%

	}

	.wrap_left{padding-left: 5%;}

	.wrap_right{padding-right: 5%;}

}

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

	.wrap {

		width: 92%

	}

	.wrap_left{padding-left: 4%;}

	.wrap_right{padding-right: 4%;}

}

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

	.wrap_top {

		width: 96%;

	}

}

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

	.wrap {

		width: 94%

	}

	.wrap_left{padding-left: 3%;}

	.wrap_right{padding-right: 3%;}

	.wrap_top {

		position: initial;

	}

}





:root {

	--i_color: #28D586;

	/* 全局颜色 */

	--i_color2: #249E65;

	/* 副颜色 */

	--i_color3: linear-gradient(45deg,#28D586,#28D5C4);

	--header_height: 1rem;

	/* 头部高度 */

	--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: 'Roboto';

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

}



@font-face {

	font-family: 'bold';

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

}





body{

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

}



/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2014;

}





.top_cont {

	position: relative;

	z-index: 2013;

}

.top_cont::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(255, 255, 255, 0.7);

	opacity: 0;

	z-index: -1;

	transition: all 0.3s ease;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.TopHeader .top_cont::after {

	opacity: 1;

	backdrop-filter: blur(6px);

    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);

}



.TopHeader .i_nav li a{

	color: #222;

}

.TopHeader .top_search_ico i iconify-icon{

	color: #222;

}

.TopHeader .top_search_ico::after {

    background-color: rgba(58,69,85,0.3);

}

.TopHeader::before {

	background: rgba(255,255,255,0);

}











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

	header {

		top: 0;

		top: 0;

		width: 100%;

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

	}

	.top_cont {

		background: #fff !important;

	}

}

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

	.TopHeader .top_cont{

		box-sizing: border-box;

		margin: 0.2rem 0.2rem 0 0.2rem;

	}

	.top_cont::after{

		border-radius: 0.2rem;

	}



	.top_cont::before{

		content: '';

		position: absolute;

		top: 0;

		left: 0;

		width: 100%;

		height: 100%;

		background-color: #fff;

		opacity: 0;

		transition: opacity 0.3s ease;

		z-index: -1;

	}

	.top_cont:hover{

		margin: 0;

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

	}

	.top_cont:hover::after{

		border-radius: 0;

	}

	.top_cont:hover::before{

		opacity: 1;

	}

	.top_cont:hover .logo img{

		filter: unset;

	}

	.top_cont:hover .i_nav a{

		color: #222;

	}

	.top_cont:hover .top_search_ico iconify-icon{

		color: #222;

	}

	.top_cont:hover .top_search_ico::after {

		background-color: rgba(58,69,85,0.3);

	}

	.top_cont:hover .top_language_all p,

	.top_cont:hover .top_language_all iconify-icon {

		color: #222;

	}



}





/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 100%;

}

.logo img {

	height: 0.68rem;

}



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

	.logo img {

		height: 0.5rem;

	}



}

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

	.logo img {

		max-height: 70%;

	}





}











/* 导航 */

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

	.i_nav {

		margin-left: auto;

		margin-right: auto;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .35rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .18rem;

		color: #fff;

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: capitalize;

		position: relative;

	}

	.i_nav>li>a::after{

		content: '';

		position: absolute;

		bottom: 0.3rem;

		right: 0;

		width: 0;

		height: 1px;

		background: var(--i_color3);

		transition: all 0.3s ease;

	}



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

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

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

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

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

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		background-image: var(--i_color3) !important;

		-webkit-background-clip: text !important;

		color: transparent !important;

	}



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

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

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

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

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

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

	.i_nav .curr>a::after{

		width: 100%;

        right: auto;

		left: 0;

	}



	.i_nav .sub-menu {

		display: none;

		position: absolute;

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

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

		min-width: 1.6rem;

		overflow: hidden;

	}

	.i_nav .sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu li::before,

	.i_nav .sub-menu li::after {

		content: '';

		position: absolute;

		bottom: 0;

		height: 1px;

	}

	.i_nav .sub-menu li::before {

		left: 0;

		width: 100%;

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

	}

	.i_nav .sub-menu li::after {

		right: 0;

		width: 0;

		background: var(--i_color);

	}



	.i_nav .sub-menu a {

		display: block;

		padding: 0 .8rem 0 .2rem;

		font-size: 0.15rem;

		color: #444;

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

	.i_nav .sub-menu a::before {

		content: "\f324";

		font-family: "Font Awesome 5 Pro";

		font-weight: 300;

		position: absolute;

		top: 50%;

		transform: translate(0, -50%);

		left: -.16rem;

		font-size: 0.14rem;

		color: var(--i_color);

	}

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

		right: initial;

		left: 0;

		width: 100%;

	}

	.i_nav .sub-menu li:hover a {

		left: .16rem;

	}

	.i_nav .sub-menu li:hover a {

		color: var(--i_color);

	}

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

		left: 0;

	}

	.i_nav .sub-menu li,

	.i_nav .sub-menu li::after,

	.i_nav .sub-menu a,

	.i_nav .sub-menu a::before {

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}



}



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

	.i_nav>li {

		margin: 0 .2rem;

	}

}

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

	.i_nav>li {

		margin: 0 .16rem;

	}

	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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

	.i_nav>li {

		margin: 0 .14rem;

	}

	.i_nav>li>a {

		font-size: 0.14rem;

	}

}

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

	.i_nav {

		display: none;

		position: fixed;

		top: var(--header_height);

		left: 0;

		width: 100%;

		width: 100vw;

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

		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: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 3px;

	position: absolute;

	top: 50%;

	margin-top: -2px;

	background: #333;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 3px;

	background: #333;

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before {

	top: 0;

}

.nav_menu::after {

	bottom: 0;

}





.nav_menu.on i {

	opacity: 0

}



.nav_menu.on::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important

	}



}





.top_r {

	--size: .22rem

}

.top_r {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}







.top_email{



}

.top_email a{

    display: block;

	margin-right: 0.2rem;

}

.top_email a iconify-icon{

	font-size: var(--size);

	color: #333;

	transition: all 0.3s ease;

}



.top_email a iconify-icon:hover{

	color: var(--i_color);

}











.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	margin-right: 0.4rem;

	position: relative;

}

.top_search_ico i{

	display: block;

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

}

.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	right: -0.2rem;

	transform: translate(0,-50%);

	width: 0.01rem;

	height: 0.2rem;

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

}

.top_search_ico iconify-icon {

	font-size: var(--size);

	cursor: pointer;

	color: #fff;

}

.top_search_ico.on iconify-icon {

	color: var(--i_color) !important;

}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	position: relative;

}

.top_language_all{

   display: inline-block;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   cursor: pointer;

   gap: 0.05rem;

}

.top_language_all p{

   font-size: 0.18rem;

   color: #fff;

   transition: all 0.3s ease;

   font-family: 'Roboto';

}

.top_language_all iconify-icon{

	font-size: var(--size);

	cursor: pointer;

	color: #fff;

	line-height: 100%;

	transition: all 0.3s ease;

}

.top_language.on .top_language_all{

	background-color: transparent;

}

.top_language.on p{

	color: var(--i_color) !important;

}

.top_language.on iconify-icon {

	color: var(--i_color) !important;

}





.TopHeader .top_language_all p,

.TopHeader .top_language_all iconify-icon {

    color: #222;

}





















.language_list{

	opacity: 0;

	visibility: hidden;

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

	background: #FFF;

	min-width: 1.2rem;

	z-index: 2016;

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

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

	padding: .16rem .2rem;

}

.language_list.on{

	opacity: 1;

	visibility: visible;

	top: var(--header_height);

}



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

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



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

.lang_list span img{display: none;}

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

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

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



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

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

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

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





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

	.top_language_all p{

		font-size: 0.16rem;

	 }

}

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

	.top_language_all p,

	.top_language_all iconify-icon {

		color: #222;

	}



}













.top_language,

.top_language>iconify-icon {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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

	.top_language {

		margin: 0 .2rem;

	}

	.top_search_ico i{

		width: 0.4rem;

		height: 0.4rem;

	}

	.top_language_all{

		height: 0.4rem

	}

	.top_language_all p {

		font-size: 0.16rem;

	}

	.top_search_ico iconify-icon {

		color: #222;

	}



}

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

	.top_search_ico i{

		width: 0.35rem;

		height: 0.35rem;

	}

	.top_language_all{

		height: 0.35rem

	}

}

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







header,

.top_cont,

.logo,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

	top: 1.2rem;

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 6;

	opacity: 0;

	visibility: hidden;

}

.top_search.on {

	top: var(--header_height);

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

	opacity: 1;

	visibility: visible;

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

	border-radius: 0;

}

.top_search_btn {

	font-size: 0;

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

	height: var(--search_height);

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

	background-size: .2rem;

	cursor: pointer;

	border-radius: 0;

}



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



	.top_search_ico {

		margin-right: 0.3rem;

	}

}

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

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

}









/* 导航下拉 */

/* products */

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

    .xiala{

		position: fixed;

		top: var(--header_height);

		left: 50%;

		transform: translate(-50%,0);

		width: 100%;

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

		box-sizing: border-box;

		padding:0.4rem 0;

		transition: top 0.3s ease;

		display: none;

		border-top: 1px solid var(--i_color2);

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

	}

	.TopHeader .xiala{



	}

    .products_drop_ul{

        display: flex;

		display: -webkit-flex;

		flex-wrap: wrap;

		gap: 0.4rem;

	}

	.products_drop_ul li{

        width: calc((100% - 2.4rem) / 7);

	}

	.products_drop_ul li a{

		display: block;

		width: 100%;

	}

	.products_drop_img{

        position: relative;

		overflow: hidden;

	}

	.products_drop_img::after{

        content: '';

		display: block;

		padding-bottom: 100%;

	}

	.products_drop_img img{

        position: absolute;

		top: 50%;

		left: 50%;

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

		width: 100%;

		height: 100%;

		object-fit: contain;

	}

	.products_drop_ul li p{

		font-size: 0.16rem;

		color: #222;

		font-family: 'med';

		text-transform: capitalize;

		text-align: center;

		margin-top: 0.2rem;

		transition: all 0.3s ease;

	}

	.products_drop_ul li a:hover p{

		color: var(--i_color);

	}

    .products_nav ul,

	.solutions_nav ul{

		display: none !important;

	}

    .solution_drop{



	}

    .solution_drop_ul{

       display: flex;

	   display: -webkit-flex;

	   gap: 0.4rem 0.7rem;

	   justify-content: center;

	   flex-wrap: wrap;

	}

	.solution_drop_ul li{

       width: 2.2rem;



	}

	.solution_drop_ul li a{

       display: block;

	   width: 100%;

	}

	.solution_drop_img{

       position: relative;

	   overflow: hidden;

	   border-radius: 0.15rem;

	}

	.solution_drop_img::after{

       content: '';

	   display: block;

	   padding-bottom: 100%;

	}

	.solution_drop_img img{

       position: absolute;

	   top: 50%;

	   left: 50%;

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

	   width: 100%;

	   height: 100%;

	   object-fit: cover;

	}

	.solution_drop_ul li a p{

       font-size: 0.16rem;

	   line-height: 0.24rem;

	   color: #333;

	   font-family: 'med';

	   text-align: center;

	   text-transform: capitalize;

	   margin-top: 0.2rem;

	   transition: all 0.3s ease;

	}

	.solution_drop_ul li a:hover p{

		color: var(--i_color);

	}





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



	}

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

		.products_drop_ul{

			gap: 0.2rem;

		}

		.products_drop_ul li{

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

		}

		.products_drop_ul li p {

			font-size: 0.14rem;

			margin-top: 0.15rem;

		}

	}

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



	}

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



	}

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



	}



}



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

	.xiala{display: none !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: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

	overflow: hidden;

}

.banner .swiper-container {

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	list-style: none;

	padding: 0;

	z-index: 1;

}

.banner .swiper-wrapper {

	display: flex;

	position: relative;

	width: 100%;

	z-index: 5;

}

.banner .swiper-slide {

	height: 0;

	padding-bottom: 100vh;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	overflow: hidden

}

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

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover;

}









.banner_min{

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 6%;

	display: flex;

	justify-content: center;

	align-items: center;

	gap: 0.3rem;

	z-index: 5;

}







.banner .banner-button-prev, .banner .banner-button-next{

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:60px;

	height:60px;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none; /*火狐*/

    -webkit-user-select:none; /*webkit浏览器*/

    -ms-user-select:none; /*IE10*/

    -khtml-user-select:none; /*早期浏览器*/

    user-select:none;

	-webkit-border-radius:200px; -moz-border-radius:200px; border-radius:200px;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}

.banner .banner-button-prev{left:-60px; background:rgba(0,0,0,.2) url(static/imgs/arrow_left_kx_bai.svg) no-repeat center; background-size:26px}

.banner .banner-button-next{right:-60px; background:rgba(0,0,0,.2) url(static/imgs/arrow_right_kx_bai.svg) no-repeat center; background-size:26px}

.banner:hover .banner-button-prev{left:4%}

.banner:hover .banner-button-next{right:4%}

.banner .banner-button-prev:hover, .banner .banner-button-next:hover{background-color:var(--i_color)}





























.banner-pagination {

	cursor: pointer;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	z-index: 3;

	font-size: 0.18rem;

	color: #38309F;

	gap: 0.25rem;

}

.banner-pagination span{

	font-size: 0rem;

	color: var(--i_color2);

	position: relative;

	transition: all 0.5s ease;

}

.banner-pagination span::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 0.07rem;

	height: 0.07rem;

	border-radius: 50%;

	background: #fff;

	transition: all 0.3s ease;

}









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

	font-size: 0.12rem;

}

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

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

	background: transparent;

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

}























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

	.banner {

		margin-top: var(--header_height);

		position: relative;

		top: initial;

		height: auto;

		-webkit-border-radius: 0 0;

		border-radius: 0 0;

	}

	.banner .swiper-slide {

		padding-bottom: 49%

	}



	.banner-button-prev,

	.banner-button-next {

		display: none

	}



}

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



	.banner-pagination {

		bottom: 0.3rem;

	}



}

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

	.banner-pagination {

		bottom: 0.2rem;

	}



}













.fullMask {

	width: 100%;

	height: 100vh;

}

.fullMask_about{

	width: 100%;

	height: 86.6vh;

}

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

	.fullMask,.fullMask_about{

		display: none;

	}

}



main {

    position: relative;

    background: #FFF;

    max-width: 100%;

	overflow: hidden;

}



footer {

    max-width: 100%;

    overflow: hidden;

    position: relative;

    background-color: white;

}



/* banner 文字 */

.banner_text1{

	position: absolute;

	top: 45%;

	left: 50%;

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

	z-index: 3;

}

.banner_text1_box{

   width: 43%;

}

.banner_text1_box h3{

   font-size: 0.24rem;

   color: var(--i_color);

   text-transform: capitalize;

}

.banner_52{

   font-size: 0.52rem;

   color: #fff;

   font-family: 'bold';

   margin: 0.2rem 0;

}

.banner_text1_box h5{

   font-size: 0.24rem;

   color: #fff;

   margin-bottom: 0.8rem;

}

.banner_text2{

	position: absolute;

	top: 45%;

	left: 50%;

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

	z-index: 3;

}

.banner_text2_box{

   width: 100%;

   display: flex;

   justify-content: space-between;

   align-items: center;

}

.banner_text2_left{

	width: 48%;

}

.banner_text2_right{

	width: 36%;

}

.banner_text2_ul{

    display: flex;

	flex-wrap: wrap;

}

.banner_text2_ul li{

    width: 50%;

	box-sizing: border-box;

	padding: 0.3rem;

}

.banner_text2_ul li:nth-child(1){

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

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

}

.banner_text2_ul li:nth-child(2){

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

}

.banner_text2_ul li:nth-child(3){

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

}

.banner_text2_ul li h6{

    display: flex;

	align-items: center;

	font-size: 0.5rem;

	color: var(--i_color);

    font-family: 'bold';

}

.banner_text2_ul li h6 span{

   font-size: 0.76rem;

   color: var(--i_color);

   font-family: 'bold';

   font-style: italic;

   margin-right: 0.15rem;

}

.banner_text2_ul li p{

	font-size: 0.24rem;

	color: #fff;

}

.banner_text3{

	position: absolute;

	top: 33%;

	left: 50%;

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

	z-index: 3;

}

.banner_text3 h3{

	text-align: center;

}

.banner_text3 h4{

	font-size: 0.24rem;

	color: #fff;

	text-align: center;

	margin: 0.2rem 0 0.6rem 0;

}

















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

	.banner_52 {

		font-size: 0.45rem;

	}

	.banner_text1_box h5 {

		font-size: 0.22rem;

		margin-bottom: 0.6rem;

	}

	.banner_text1_box h3 {

		font-size: 0.2rem;

	}

	.banner_text2_ul li h6{

		font-size: 0.45rem;

	}

	.banner_text2_ul li h6 span{

	   font-size: 0.7rem;

	}

	.banner_text2_ul li p {

		font-size: 0.2rem;

	}

	.banner_text3 h4 {

		font-size: 0.2rem;

		margin: 0.2rem 0 0.4rem 0;

	}

}

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

	.banner_52 {

		font-size: 0.4rem;

	}

	.banner_text1_box h5 {

		font-size: 0.2rem;

		margin-bottom: 0.4rem;

	}

	.banner_text1_box h3 {

		font-size: 0.18rem;

	}

	.banner_text2_ul li h6{

		font-size: 0.4rem;

	}

	.banner_text2_ul li h6 span{

	   font-size: 0.6rem;

	}

	.banner_text2_ul li p {

		font-size: 0.16rem;

	}

	.banner_text3 h4 {

		font-size: 0.18rem;

		margin: 0.1rem 0 0.3rem 0;

	}

}

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

	.banner_52 {

		font-size: 0.35rem;

	}

	.banner_text1_box h5 {

		font-size: 0.18rem;

	}

	.banner_text1_box h3 {

		font-size: 0.14rem;

	}

	.banner_text2_ul li h6{

		font-size: 0.35rem;

	}

	.banner_text2_ul li h6 span{

	   font-size: 0.5rem;

	}

	.banner_text3 h4 {

		font-size: 0.16rem;

		margin: 0.1rem 0 0.2rem 0;

	}

}

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

	.banner_52 {

		font-size: 0.3rem;

	}

	.banner_text1_box h5 {

		font-size: 0.16rem;

	}

	.banner_text2_right{display: none;}



}

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

	.banner_52 {

		font-size: 0.24rem;

	}

	.banner_text1_box h5 {

		font-size: 0.14rem;

		margin-bottom: 0.2rem;

	}

	.banner_text1_box {

		width: 50%;

	}

	.banner_text2_box{

		width: 100% !important;

	}



}

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

	.banner_52 {

		font-size: 0.22rem;

		margin: 0.1rem 0;

	}

	.banner_text1_box h3{display: none;}

	.banner_text1_box {

		width: 55%;

	}

	.banner_text2_left {

		width: 100%;

	}

	.banner_text3 h3 br{display: none;}

	.banner_text3 h4{display: none;}

}

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

	.banner_52 {

		font-size: 0.2rem;

	}

	.banner_text1_box {

		width: 60%;

	}

}









/* home_btn */

.home_btn_flex{



}

.home_btn_center{

	display: flex;

	justify-content: center;

}

.home_btn{

   position: relative;

   display: inline-block;

   z-index: 3;

   transition: all 0.3s ease;

}

.home_btn a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.15rem 0.35rem;

   background: var(--i_color3);

   transform: skewX(-15deg);

   position: relative;

   z-index: 2;

}

.home_btn i{

	position: absolute;

	box-sizing: border-box;

	height: 100%;

	width: 100%;

	background-color: var(--i_color2);

	top: 0.06rem;

	left: 0.06rem;

	z-index: -1;

	display: block;

	transform: skewX(-15deg);

}

.home_btn_box{

   display: flex;

   align-items: center;

   gap: 0.1rem;

   transform: skewX(15deg);

}

.home_btn_box p{

   font-size: 0.18rem;

   color: #fff;

   text-transform: capitalize;

}

.home_btn_box iconify-icon{

   font-size: 0.22rem;

   color: #fff;

}



/* .home_btn a:hover{

	background: #333;

}

.home_btn:hover i{

	background: #999;

}



.home_btn_black a{

	background: #333;

}

.home_btn_black i{

	background: #999;

}



.home_btn_black a:hover{

	background: var(--i_color3);

}

.home_btn_black:hover i{

	background: var(--i_color2);

} */



.home_btn:hover{

	transform: translateY(-0.05rem);

}













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

	.home_btn a{

		padding: 0.13rem 0.3rem;

	}

}

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

	.home_btn a{

		padding: 0.1rem 0.25rem;

	}

	.home_btn_box p {

		font-size: 0.16rem;

	}

	.home_btn_box iconify-icon {

		font-size: 0.2rem;

	}

}

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



}

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



}

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

	.home_btn a{

		padding: 0.08rem 0.2rem;

	}

	.home_btn_box p {

		font-size: 0.14rem;

	}

	.home_btn_box iconify-icon {

		font-size: 0.18rem;

	}

}

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



}

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



}





/* home_category */

.home_category_bac{

   box-sizing: border-box;

   padding: 0.8rem 0 2rem 0;

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

   background-size: cover;

   position: relative;

   z-index: 3;

}

.home_category{



}

.home_form{

	background-color: #fff;

	position: absolute;

	bottom: 0%;

	left: 50%;

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

    z-index: 2;

	box-sizing: border-box;

	padding: 0.4rem;

}

.home_form h3{

	font-size: 0.36rem;

	color: #222;

	text-align: center;

	font-family: 'bold';

}





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

	.home_category_bac{

		padding: 0.8rem 0 1.8rem 0;

	}

}

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

	.home_category_bac{

		padding: 0.6rem 0 1.6rem 0;

	}

}

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

	.home_category_bac{

		padding: 0.6rem 0;

	}

}

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



}

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



}

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



}

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



}







#wpforms-35 {

	--input_font_size: 13px;

	--input_height: .46rem;

	margin-top: 0.3rem;

}







#wpforms-form-35 {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	position: relative;

}







#wpforms-35 input,

#wpforms-35 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none



}



#wpforms-35 .wpforms-field {

	padding: 0;

	margin: 0

}







#wpforms-35 .wpforms-field-label {

	font-size: 0;

}



#wpforms-35 .wpforms-required-label {

	position: absolute;

	top: .12rem;

	left: .05rem;

	font-size: .16rem;

	color: #F00



}







#wpforms-35 .wpforms-field {

	width: 100%;

	background: transparent;

	position: relative;

	overflow: hidden

}







#wpforms-35 .wpforms-field-container input,

#wpforms-35 textarea {

	width: 100%;

	max-width: 100% !important;

	min-width: 100%;

	font-size: var(--input_font_size);

	color: #333;

	height: var(--input_height);

	box-sizing: border-box;

	background: #FFF;

	padding: 0 .16rem;

	border: 1px solid #CDCDCD;

	overflow: hidden;

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}







#wpforms-35 input {

	line-height: var(--input_height)

}



#wpforms-35 textarea {

	line-height: .22rem;

    border: 0px;

	padding: .06rem .16rem

}







#wpforms-35-field_2-container {

	margin: 0 .2rem !important;

}







#wpforms-35 input::-webkit-input-placeholder,

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

	color: rgb(0 0 0 / 40%);

	font-size: var(--input_font_size)



}







#wpforms-35 input::-moz-placeholder,

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

	color: rgb(0 0 0 / 40%);

	font-size: var(--input_font_size)

}





#wpforms-35 input::-ms-input-placeholder,

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

	color: rgb(0 0 0 / 40%);

	font-size: var(--input_font_size)

}







.wp-dark-mode-active #wpforms-35 input::-webkit-input-placeholder,

.wp-dark-mode-active #wpforms-35 textarea::-webkit-input-placeholder {

	color: #BBB;

}







.wp-dark-mode-active #wpforms-35 input::-moz-placeholder,

.wp-dark-mode-active #wpforms-35 textarea::-moz-placeholder {

	color: #BBB;

}



.wp-dark-mode-active #wpforms-35 input::-ms-input-placeholder,

.wp-dark-mode-active #wpforms-35 textarea::-ms-input-placeholder {

	color: #BBB;

}



#wpforms-35-field_1-error,

#wpforms-35-field_2-error,

#wpforms-35-field_3-error,

#wpforms-35-field_4-error,

#wpforms-35-field_5-error,

#wpforms-35-field_6-error {

	position: absolute;

	font-size: 12px;

	color: #A90909;

}















#wpforms-35 .wpforms-field-container {

	width: 100%;

	margin-right: 0.3rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	justify-content: space-between;

	overflow: hidden

}







#wpforms-35 .wpforms-submit-container {

	width: 1.8rem;

	height: 100%;

	flex-shrink: 0;

	text-align: center;

	padding: 0;

	position: relative;

	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);

}







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

	width: 100%;

	height: .46rem;

	font-size: .14rem;

	color: #fff;

	font-weight: bold;

	text-transform: capitalize;

	line-height: .46rem;

	background: var(--i_color3);

	cursor: pointer;

	position: relative;

	z-index: 2;

	transition: all 0.3s ease;

}









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

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px;

	z-index: 2

}















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





	#wpforms-form-106 {

		flex-wrap: wrap;

	}



	#wpforms-35 .wpforms-field-container {

		margin-right: 0;

		flex-wrap: wrap;

		justify-content: space-between;

	}



	#wpforms-35-field_1-container,

	#wpforms-35-field_2-container {

		width: 49% !important;

		margin: 0 0 !important;

	}

	#wpforms-35 .wpforms-submit-container {margin: 0 auto;}

	.footer_form_bac {padding: 0.6rem 0;}

	.home_form{

		display: none !important;

	}

}







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

	#wpforms-35 {

		--input_font_size: 13px;

		--input_height: .4rem

	}

	.footer_form h3 {font-size: 0.2rem;}

	.footer_form h3 {margin: 0.2rem 0 0.3rem 0;}

}







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





	#wpforms-35-field_1-container,

	#wpforms-35-field_2-container {width: 100% !important;}

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

		height: 0.42rem;

		line-height: 0.42rem;

	}

	.footer_form h3 {font-size: 0.14rem;}



}



























/* title */





.title_box{

   display: flex;

   justify-content: space-between;

   align-items: center;

   flex-wrap: wrap;

   gap: 0.2rem;

}

.title{



}

.title span{

   font-size: 0.18rem;

   color: #4C4C4C;

   box-sizing: border-box;

   padding-left: 0.2rem;

   z-index: 2;

   position: relative;

   display: block;

   margin-bottom: 0.1rem;

}

.title span::after{

   content: '';

   position: absolute;

   width: 0.4rem;

   height: 0.32rem;

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

   background-size: contain;

   bottom: 0.04rem;

   left: 0;

   z-index: -1;

}

.title p{

   font-size: 0.42rem;

   color: #222;

   font-family: 'bold';

   text-transform: capitalize;

}

.title_center{

	display: flex;

	flex-direction: column;

	align-items: center;

}

.title_white span,

.title_white p{

	color: #fff !important;

}

















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

	.title p{

		font-size: 0.4rem;

	}

}

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

	.title p{

		font-size: 0.35rem;

	}

	.title span{

		font-size: 0.16rem;

		padding-left: 0.15rem;

		margin-bottom: 0.1rem;

	}

	.title span::after{

		width: 0.35rem;

		height: 0.26rem;

	}

}

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

	.title p{

		font-size: 0.3rem;

	}

}

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

	.title p{

		font-size: 0.28rem;

	}

}

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

	.title p{

		font-size: 0.26rem;

	}

	.title span {

        font-size: 0.14rem;

    }

}

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

	.title p{

		font-size: 0.24rem;

	}

}

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

	.title p{

		font-size: 0.22rem;

	}

}







/*  */

.cate_partner_box{

	margin-top: 0.4rem;

}



.cate_partner{position:relative}

.cate_partner_list{width:100%; 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;

}

.cate_partner_list li a{

	display: block;

	width: 100%;

	background: #fff;

	box-sizing: border-box;

	padding: 0.4rem;

	position: relative;

	z-index: 2;

}

.cate_partner_list li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 2.4rem;

	height: 2.86rem;

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

	background-size: contain;

	z-index: -1;

	filter: brightness(0.9) grayscale(100%);

	opacity: 0.2;

	transition: all 0.3s ease;

}

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

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

.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_partner_list li a h3{

   font-size: 0.26rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

   margin-bottom: 0.1rem;

   transition: all 0.3s ease;

}

.cate_partner_list li a h4{

   font-size: 0.18rem;

   color: #666;

}

.cate_partner_list li a h5{

   font-size: 0.16rem;

   line-height: 0.24rem;

   color: #666;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.48rem;

}

.cate_i_flex{

	display: flex;

	justify-content: flex-end;

	margin-top: 0.1rem;

}

.cate_i{

    position: relative;

	z-index: 2;

	display: inline-block;

}

.cate_i h6{

	display: flex;

	justify-content: center;

	align-items: center;

	width: 0.5rem;

	height: 0.5rem;

	background: #ccc;

	transform: skew(-12deg);

}

.cate_i h6 iconify-icon{

    font-size: 0.25rem;

	color: #fff;

	transform: skew(12deg);

}

.cate_i i{

    position: absolute;

	width: 100%;

	transform: skew(-12deg);

	display: block;

	height: 100%;

	background: var(--i_color2);

	top: 0rem;

	left: 0rem;

	z-index: -1;

	transition: all 0.3s ease;

}





.cate_partner_list li a:hover h3{

	color: var(--i_color);

}

.cate_partner_list li a:hover .cate_i h6{

	background: var(--i_color3);

}

.cate_partner_list li a:hover .cate_i i{

	top: 0.04rem;

	left: 0.04rem;

}

.cate_partner_list li a:hover::after{

	filter: unset;

	opacity: 1;

}







/* 指示器 */

.cate_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

.cate_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

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

	position:relative;

	background:transparent;

}



/* 左右箭头 */

.cate_partner .pt-button-prev, .cate_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.cate_partner_list li a h3 {

		font-size: 0.24rem;

	}

	.cate_partner_list li a {

		padding: 0.35rem;

	}

}

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

	.cate_partner_list li a h3 {

		font-size: 0.2rem;

	}

	.cate_partner_list li a h4 {

		font-size: 0.16rem;

	}

	.cate_partner_list li a {

		padding: 0.3rem;

	}

	.cate_i h6 {

		width: 0.45rem;

		height: 0.45rem;

	}

}

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



}

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



}

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



}

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

    .cate_partner_list li a {

        padding: 0.2rem;

    }

}





/* home_products */

.home_products_bac{

	box-sizing: border-box;

	padding: 2rem 0 1rem 0;

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

	background-size: cover;

	z-index: 1;

	position: relative;

}

.home_products_bac::after{

	content: '';

	position: absolute;

	width: 5.35rem;

	height: 5.15rem;

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

	background-size: contain;

	bottom: -13%;

    left: -4%;

    z-index: -1;

}

.home_products{



}







/*  */

.HP_partner_box{

	margin-top: 0.6rem;

}



.HP_partner{position:relative}

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

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

.HP_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.HP_box{

   display: block;

   width: 100%;

   transition: all 0.3s ease;

}

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

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

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





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



.HP_text{

	background-color: #fff;

	box-sizing: border-box;

	padding: 0.3rem;

	position: absolute;

	left: 0;

	width: 100%;

	bottom: -1.9rem;

	transition: all 0.5s ease;



}

.HP_text_box{

	overflow: hidden;

	position: relative;

}

.HP_text h3{

   font-size: 0.16rem;

   color: #999;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	margin-bottom: 0.05rem;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.HP_text h4{

   font-size: 0.22rem;

   color: #3D3D3D;

   font-family: 'bold';

   overflow:hidden;

   white-space: nowrap;

   text-overflow: ellipsis;

   box-sizing: border-box;

   margin: 0.1rem 0;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.HP_text h5{

   font-size: 0.16rem;

   color: #333;

   position: relative;

   box-sizing: border-box;

   padding-left: 0.18rem;

}

.HP_text h5::after{

   content: '';

   position: absolute;

   top: 50%;

   left: 0;

   width: 0.08rem;

   height: 0.08rem;

   background-color: #666;

   transform: translate(0,-50%);

}

.HP_text h5 span{

	font-size: 0.16rem;

	color: #222;

	font-weight: bold;

}

.HP_more_box{

    opacity: 0;

	transition: all 0.3s ease;

}

.HP_more{

   display: flex;

   justify-content: space-between;

   box-sizing: border-box;

   padding-top: 0.15rem;

   margin-top: 0.15rem;

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

}

.HP_more h6{

   font-size: 0.16rem;

   color: var(--i_color2);

}

.HP_more iconify-icon{

	font-size: 0.23rem;

	color: var(--i_color2);

}

.HP_box:hover .HP_more_box{

    opacity: 1;

}

.HP_box:hover .HP_text{

	bottom: -1.4rem;

}

.HP_box:hover h4{

	color: var(--i_color2);

}















/* 指示器 */

.HP_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

.HP_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

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

	position:relative;

	background:transparent;

}



/* 左右箭头 */

.HP_partner .pt-button-prev, .HP_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.home_products_bac {

		padding: 1.8rem 0 0.8rem 0;

	}

}

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

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

	.HP_partner .pt-pagination{display:block}

	.HP_text h4{

		font-size: 0.18rem;

	}

	.HP_text h5{

		font-size: 0.14rem;

		padding-left: 0.15rem;

	}

	.HP_text h5 span{

		font-size: 0.14rem;

	}

	.HP_text {

		padding: 0.25rem;

		bottom: -1.7rem;

	}

	.HP_partner_list{padding-bottom: 1.2rem;}

	.HP_box:hover .HP_text {

		bottom: -1.3rem;

	}

	.HP_more h6 {

		font-size: 0.14rem;

	}

	.home_products_bac {

		padding: 1.6rem 0 0.6rem 0;

	}

	.home_products_bac::after{

		width: 4.8rem;

		height: 3.5rem;

		left: -8%;

	}

}

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

	.home_products_bac {

		padding: 0.8rem 0 0.6rem 0;

	}

}

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



}

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

	.HP_partner_box {

		margin-top: 0.4rem;

	}

	.home_products_bac::after{

		width: 4rem;

		height: 3rem;

		left: -8%;

	}

}

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

	.HP_text {

		padding: 0.2rem;

	}

}







/* home_about */

.home_about_bac{

   box-sizing: border-box;

   position: relative;

   z-index: 0;

   padding: 1.6rem 0 0.8rem 0;

}

.home_about{

   display: flex;

   flex-wrap: wrap;

}

.home_about_left{

    width: 50%;

	box-sizing: border-box;

	padding-right: 4%;

}

.home_about_left h3{

	font-size: 0.18rem;

	line-height: 177%;

	color: #222;

	margin: 0.2rem 0 0.5rem 0;

}

.home_about_left h3 a{

   font-size: 0.18rem;

   color: var(--i_color);

   line-height: 177%;

}

.home_about_ul{

   width: 65%;

   display: flex;

   flex-wrap: wrap;

   gap: 0.4rem 0.2rem;

}

.home_about_ul li{

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

}

.home_about_ul li h4{

   font-size: 0.22rem;

   color: var(--i_color);

   display: flex;

   align-items: center;

   gap: 0.1rem;

}

.home_about_ul li h4 span{

   font-size: 0.48rem;

   font-family: 'bold';

   background-image: var(--i_color3);

   -webkit-background-clip: text;

   color: transparent;

}

.home_about_ul li h5{

   font-size: 0.18rem;

   color: #333;

   margin-top: 0.05rem;

}

.home_about_right{

   width: 50%;

   position: relative;

}

.home_about_right::after{

   content: '';

   display: block;

   padding-bottom: 74%;

}

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

	.home_about_ul li h4 span {

		font-size: 0.4rem;

	}

	.home_about_bac {

		padding: 1.4rem 0 0.8rem 0;

	}

}

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

	.home_about_left h3{

		font-size: 0.16rem;

		margin: 0.2rem 0 0.4rem 0;

	}

	.home_about_left h3 a{

	   font-size: 0.16rem;

	}

	.home_about_ul li h4 span {

		font-size: 0.35rem;

	}

	.home_about_ul li h5 {

		font-size: 0.16rem;

	}

	.home_about_bac {

		padding: 1.2rem 0 0.6rem 0;

	}

	.home_about_ul {

		width: 70%;

	}

}

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

	.home_about_ul li h4 span {

		font-size: 0.3rem;

	}

	.home_about_bac {

		padding: 1rem 0 0.6rem 0;

	}

	.home_about_ul {

		width: 80%;

	}

}

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



}

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

	.home_about_left {

		width: 100%;

		padding-right: 0%;

	}

	.home_about_right {

		width: 100%;

		margin-top: 0.4rem;

	}

}

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



}

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



}





/* home_video */

.home_video_bac{

	overflow: hidden;



}

.home_video{

    display: flex;

	flex-wrap: wrap;

}

.home_video_left{

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

	background-size: cover;

	width: 46.4%;

	box-sizing: border-box;

    padding-top: 0.8rem;

	padding-bottom: 0.8rem;

	padding-right: 7%;

	position: relative;

	z-index: 3;

}

.home_video_left h3{

    font-size: 0.24rem;

	line-height: 150%;

	color: #fff;

	margin: 0.2rem 0 0.5rem 0;

}

.home_video_btn{



}

.home_video_btn a{

    display: flex;

	align-items: center;

	gap: 0.1rem;

}

.home_video_btn a p{

	background-image: var(--i_color3);

	-webkit-background-clip: text;

	color: transparent;

	font-size: 0.18rem;

}

.home_video_btn a iconify-icon{

    font-size: 0.22rem;

	color: var(--i_color);

}

.home_video_right{

	width: 53.6%;

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

	background-size: cover;

}

.home_video_left i{

	display: block;

	position: absolute;

	right: 0;

	top: 50%;

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

	width: 1.3rem;

	height: 1.3rem;

	z-index: 2;

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

	background-size: contain;

	cursor: pointer;

}



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

	.home_video_left h3 {

		font-size: 0.22rem;

		margin: 0.2rem 0 0.4rem 0;

	}

	.home_video_left i{

		width: 1.1rem;

		height: 1.1rem;

	}

}

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

	.home_video_left h3 {

		font-size: 0.2rem;

		margin: 0.2rem 0 0.3rem 0;

	}

	.home_video_left {

		padding-top: 0.6rem;

		padding-bottom: 0.6rem;

	}

}

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

	.home_video_left h3 {

		font-size: 0.18rem;

	}

}

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



}

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

	.home_video_left {

		width: 100%;

	}

	.home_video_right{

		width: 100%;

		height: 3rem;

	}

	.home_video_left i {

		right: unset;

		top: unset;

		bottom: 0;

		left: 50%;

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

		width: 0.8rem;

		height: 0.8rem;

	}

}

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

	}

}

























/* home_app */

.home_app_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.home_app{



}

.home_app_ul{

   display: flex;

   gap: 0.4rem;

   flex-wrap: wrap;

   margin-top: 0.6rem;

   overflow: hidden;

}

.home_app_ul li{

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

   position: relative;

   overflow: hidden;

}

.home_app_ul li:nth-child(1),

.home_app_ul li:nth-child(2){

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

}

.home_app_ul li img{

   width: 100%;

   height: 4.96rem;

   object-fit: cover;

   display: block;

   transition: all 0.3s ease;



}

.home_app_ul li:hover img{

   transform: scale(1.1);

}

.home_app_ul li p{

   position: absolute;

   bottom: 0;

   left: 0;

   width: 100%;

   box-sizing: border-box;

   padding: 0.7rem 0.2rem 0.25rem 0.2rem;

   font-size: 0.24rem;

   color: #fff;

   text-transform: capitalize;

   text-align: center;

   font-family: 'bold';

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

}





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

	.home_app_ul li img{

		height: 4.4rem;

	}

	.home_app_bac {

		padding: 0.8rem 0;

	}

}

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

	.home_app_ul li img{

		height: 4rem;

	}

	.home_app_bac {

		padding: 0.6rem 0;

	}

	.home_app_ul {

		gap: 0.3rem;

	}

	.home_app_ul li{

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

		position: relative;

	}

	.home_app_ul li:nth-child(1),

	.home_app_ul li:nth-child(2){

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

	}

	.home_app_ul li p {

		padding: 0.6rem 0.2rem 0.2rem 0.2rem;

		font-size: 0.2rem;

	}

}

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

	.home_app_ul li img{

		height: 3.5rem;

	}

}

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

	.home_app_ul li img{

		height: 3rem;

	}

	.home_app_ul {

		gap: 0.2rem;

	}

	.home_app_ul li{

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

		position: relative;

	}

	.home_app_ul li:nth-child(1),

	.home_app_ul li:nth-child(2){

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

	}

}

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

	.home_app_ul li img{

		height: 2.6rem;

	}

	.home_app_ul li p {

		padding: 0.4rem 0.1rem 0.2rem 0.1rem;

		font-size: 0.18rem;

	}

	.home_app_ul {

		margin-top: 0.4rem;

	}

}

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

	.home_app_ul li img{

		height: 2.2rem;

	}

	.home_app_ul {

		gap: 0.1rem;

	}

	.home_app_ul li{

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

		position: relative;

	}

	.home_app_ul li:nth-child(1),

	.home_app_ul li:nth-child(2){

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

	}

	.home_app_ul li p {

		padding: 0.4rem 0.1rem 0.1rem 0.1rem;

		font-size: 0.16rem;

	}

}

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

	.home_app_ul li img{

		height: 1.5rem;

	}

}







/* home_case */

.home_case_bac{

   box-sizing: border-box;

   padding: 0.8rem 0 1rem 0;

   position: relative;

   z-index: 2;

}

.home_case_bac::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 3.8rem;

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

	background-size: cover;

	z-index: -1;

}

.home_case{



}





/*  */

.gol_partner_box{

	margin-top: 0.6rem;

	cursor:url('static/imgs/custom.png'), auto;

}



.gol_partner{

	position:relative;



}

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

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

.gol_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	flex-direction: column;

	transition: width 0.3s ease;

	border-radius: 0.05rem;

	overflow: hidden;

	width: 20% !important;

}

.gol_partner_list .img{

	width:100%;

	box-sizing:border-box;

	position:relative;

	height: 5.3rem;

}

.gol_partner_list .img img{

	width:100%;

	height:100%;

	object-fit: cover;

	vertical-align: top;

}

.gol_text{

   position: absolute;

   bottom: -100%;

   left: 0;

   width: 100%;

   box-sizing: border-box;

   padding:1rem 4% 0.35rem 4%;

   background: linear-gradient(to top,rgba(40,213,134,1),rgba(40,213,134,0));

   transition: all 0.5s ease;

}

.gol_text p{

   font-size: 0.18rem;

   color: #fff;



}

.gol_partner_list .swiper-slide-active{

   width: 48% !important;

}

.gol_partner_list .swiper-slide-active .gol_text{

	bottom: 0%;

}

/* 指示器 */

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

.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem; height:0.12rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:0%; outline:none}

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



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.gol_partner_list .img {

		height: 5rem;

	}

	.golbal_bac {

		padding: 0.8rem 0;

		margin-top: -0.8rem;

		border-radius: 1rem 0 0 0;

	}

	.home_case_bac::after{

		height: 3.6rem;

	}

	.home_case_bac {

		padding: 0.8rem 0;

	}

}

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

	.gol_partner_list .img {

		height: 4.8rem;

	}

	.home_case_bac::after{

		height: 3.2rem;

	}

}

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

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

	.gol_partner .pt-pagination{display:block}

	.gol_partner_list .img {

		height: 4.5rem;

	}

	.golbal_bac {

		padding: 0.6rem 0;

		margin-top: -0.6rem;

		border-radius: 0.8rem 0 0 0;

	}

	.home_case_bac::after{

		height: 3rem;

	}

	.home_case_bac {

		padding: 0.6rem 0;

	}

}

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

	.gol_partner_list .img {

		height: 4rem;

	}

	.golbal_bac {

		border-radius: 0.6rem 0 0 0;

	}

	.home_case_bac::after{

		height: 2.6rem;

	}

}

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

	.gol_partner_box {

		margin-top: 0.4rem;

	}

	.gol_partner_list .img {

		height: 3.5rem;

	}

	.gol_text p {

		font-size: 0.16rem;

	}

	.gol_text {

		padding: 1rem 4% 0.3rem 4%;

	}

	.gol_partner_list li{

		width: 100% !important;

	}

	.gol_partner_list .swiper-slide-active {

		width: 100% !important;

	}

	.gol_partner_box{

		box-sizing: border-box;

		padding: 0 3%;

	}

	.golbal_bac {

		border-radius: 0.4rem 0 0 0;

	}

	.home_case_bac::after{

		height: 2.4rem;

	}

}

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

	.gol_partner_list .img {

		height: 3rem;

	}

	.gol_text p {

		font-size: 0.14rem;

	}

	.gol_text {

		padding: 1rem 4% 0.2rem 4%;

	}

	.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem}

}





/* home_news */

.home_news_bac{

    box-sizing: border-box;

	padding: 0.2rem 0 0.8rem 0;

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

	background-size: cover;

}

.home_news{



}

.home_news_box{

   margin-top: 0.4rem;

   display: flex;

   flex-wrap: wrap;

}

.home_news_left{

   width: 49%;

}

.home_news_dl{



}

.home_news_dl dt{

	animation: ooo 0.7s ease;

}

@keyframes ooo {

	0% {

		opacity: 0.5;

		transform: translateY(0.1rem);

	}

	100% {

		opacity: 1;

		transform: translateY(0);

	}

}

.home_news_dl dt a{

   display: block;

   width: 100%;

   position: relative;

}

.home_news_dl dt a::after{

   content: '';

   display: block;

   padding-bottom: 63.06%;

}

.home_news_dl dt a img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.home_news_right{

   width: 51%;

   box-sizing: border-box;

   padding-left: 4%;

}

.home_news_ul{

   display: flex;

   flex-direction: column;

}

.home_news_ul li{

	background-color: #fff;

	box-sizing: border-box;

    padding: 0rem 0.25rem;

	position: relative;

	z-index: 2;

}

.home_news_ul li::after{

	content: '';

	position: absolute;

	right: 0;

	width: 0;

	top: 0;

	height: 100%;

	background: var(--i_color3);

	transition: all 0.7s ease;

	z-index: -1;

}

.home_news_ul li a{

   display: block;

   width: 100%;

   display: flex;

   box-sizing: border-box;

   padding: 0.33rem 0;

   align-items: flex-end;

}

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

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

}

.home_news_text{

   width: calc(100% - 0.5rem);

   box-sizing: border-box;

   padding-right: 2%;

}

.home_news_text h3{

   font-size: 0.16rem;

   color: #666;

   margin-bottom: 0.1rem;

   transition: all 0.3s ease;

}

.home_news_text h4{

   font-size: 0.22rem;

   color: #333;

   transition: all 0.3s ease;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.home_news_ul li a i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.5rem;

   height: 0.45rem;

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

   clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);

   transition: all 0.3s ease;

}

.home_news_ul li a i iconify-icon{

   font-size: 0.22rem;

   color: #fff;

   transition: all 0.3s ease;

}

.home_news_ul li:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.home_news_ul li:hover h3,

.home_news_ul li:hover h4{

	color: #fff;

}

.home_news_ul li:hover i{

	background-color: #fff;

}

.home_news_ul li:hover i iconify-icon{

	color: var(--i_color);

}



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

	.home_news_ul li a {

		padding: 0.3rem 0;

	}

	.home_news_text h4 {

        font-size: 0.2rem;

    }

}

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

	.home_news_ul li a {

		padding: 0.25rem 0;

	}

	.home_news_text h4 {

		font-size: 0.18rem;

	}

	.home_news_ul li a i {

		width: 0.45rem;

		height: 0.4rem;

	}

	.home_news_text {

		width: calc(100% - 0.45rem);

	}

	.home_news_ul li a i iconify-icon {

		font-size: 0.2rem;

	}

	.home_news_right {

		padding-left: 3%;

	}

	.home_news_bac {

		padding: 0.2rem 0 0.6rem 0;

	}

}

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



}

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



}

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

	.home_news_left {

		width: 100%;

	}

	.home_news_right {

		width: 100%;

		padding-left: 0%;

	}

}

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

    .home_news_text h4 {

        font-size: 0.16rem;

    }

}

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



}





/* home_partner */

.home_partner_bac{

	box-sizing: border-box;

	padding: 0.6rem 0;

}

.home_partner{



}









/*  */

.par_partner_box{}



.par_partner{position:relative}

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

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

.par_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

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

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





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



/* 指示器 */

.par_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

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

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

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

	position:relative;

	background:transparent;

}





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



}

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

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

	/* .par_partner .pt-pagination{display:block} */

	.home_partner_bac {

		padding: 0.4rem 0;

	}

}

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



}

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



}

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



}

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



}





/* footer_top */

.footer_top_bac{

   box-sizing: border-box;

   padding: 0.7rem 0;

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

   background-size: cover;

}

.footer_top{



}



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



}

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

	.footer_top_bac{

		padding: 0.6rem 0;

	}

}

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



}

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



}

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

	.footer_top_bac{

		padding: 0.4rem 0;

	}

}

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



}

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



}







/* footer */

.footer_bac{

   background-color: #131313;

   box-sizing: border-box;

   padding: 0.6rem 0 0.4rem 0;

}

.footer{

   display: flex;



}

.footer_1{

   width: 43.125%;

   box-sizing: border-box;

   padding-right: 20%;

}

.footer_1 img{

   height: 1.05rem;

}

.footer_1 h3{

   line-height: 150%;

   font-size: 0.16rem;

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

   margin: 0.25rem 0 0.55rem 0;

}

.footer_share{

   display: flex;

   gap: 0.2rem;

}

.footer_share dt{



}

.footer_share dt a{

   display: block;

   width: 100%;

}

.footer_share dt a iconify-icon{

   font-size: 0.3rem;

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

   transition: all 0.3s ease;

}

.footer_share dt a iconify-icon:hover{

	color: var(--i_color);

	transform: translateY(-0.05rem);

}

.footer_2{

	width: 18.75%;

	box-sizing: border-box;

	padding-right: 1%;

}

.footer_h3{

   font-size: 0.28rem;

   color: #fff;

   text-transform: uppercase;

   font-family: 'bold';

   margin-bottom: 0.3rem;

}

.footer_ul{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_ul ul{

	display: none !important;

}

.footer_ul li{



}

.footer_ul li a{

   font-size: 0.18rem;

   color: #fff;

   position: relative;

   transition: all 0.3s ease;

}

.footer_ul li a::after{

   position: absolute;

   content: '';

   bottom: 0;

   width: 0;

   right: 0;

   height: 1px;

   background: var(--i_color3);

   transition: all 0.3s ease;

}

.footer_ul li a:hover{

	background-image: var(--i_color3);

	-webkit-background-clip: text;

	color: transparent;

}

.footer_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.footer_3{

	width: 16.875%;

	box-sizing: border-box;

	padding-right: 1%;

}

.footer_4{

	width: 21.25%;

}

.footer_contact{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_contact li{

   display: flex;

   flex-shrink: 0;

}

.footer_contact li iconify-icon{

   font-size: 0.24rem;

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

   transition: all 0.3s ease;

}

.footer_contact li a{

	font-size: 0.18rem;

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

	box-sizing: border-box;

	padding-left: 0.1rem;

	line-height: 155%;

	transition: all 0.3s ease;

}

.footer_contact li:hover iconify-icon{

	color: var(--i_color);

}

.footer_contact li a:hover{

	color: var(--i_color);

}



.footer_down_bac{

   background: #131313;

   box-sizing: border-box;

   padding: 0.25rem 0;

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

}

.footer_down{



}

.footer_down p{

   font-size: 0.16rem;

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

}

.footer_down p a{

	font-size: 0.16rem;

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

	transition: all 0.3s ease;

}

.footer_down p a:hover{

	color: var(--i_color);

}







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

	.footer_h3 {

		font-size: 0.24rem;

		margin-bottom: 0.25rem;

	}

	.footer_1 img {

		height: 1rem;

	}

}

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

	.footer_contact li a {

		font-size: 0.16rem;

	}

	.footer_contact li iconify-icon {

		font-size: 0.22rem;

	}

	.footer_ul li a {

		font-size: 0.16rem;

	}

	.footer_1 img {

		height: 0.8rem;

	}

}

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

    .footer_2,.footer_3,.footer_4{

		display: none;

	}

	.footer_1 {

		width: 100%;

		padding-right: 0%;

	}

}

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



}

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

	.footer_1 h3 {

		margin: 0.2rem 0 0.5rem 0;

	}

	.footer_down_bac{

		padding: 0.25rem 0 0.75rem 0;

	}

}

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

    .footer_1 h3 {

        margin: 0.2rem 0;

    }

	.footer_bac {

		padding: 0.4rem 0;

	}

	.footer_1 img {

        height: 0.6rem;

    }

}

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



}







/* banner_about */

.banner_about{

   position: relative;

   overflow: hidden;

}

.banner_about::after{

   content: '';

   display: block;

   padding-bottom: 30.21%;

}

.banner_about img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.banner_about_p{

    position: absolute;

    top: 50%;

    left: 50%;

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

    font-size: 0.56rem;

	text-transform: capitalize;

	font-family: 'bold';

    background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));

	-webkit-background-clip: text;

	color: transparent;

}



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

	.banner_about_p{

		font-size: 0.5rem;

	}

}

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

	.banner_about_p{

		font-size: 0.45rem;

	}

}

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

	.banner_about{

		margin-top: var(--header_height);

	}

	.banner_about_p{

		font-size: 0.4rem;

	}

}

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

	.banner_about_p{

		font-size: 0.35rem;

	}

}

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

	.banner_about_p{

		font-size: 0.3rem;

	}

}

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

	.banner_about_p{

		font-size: 0.25rem;

	}

}

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

	.banner_about_p{

		font-size: 0.22rem;

	}

}



















/* 当前位置 */

.in_position{



	background-color: rgba(0, 0, 0, .2);

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	backdrop-filter: blur(6px);

}

.in_position .container{



}

.in_position a{

	display:block;

	float:left;

	font-size:0.14rem;

	color:#fff;

	position:relative;

	line-height:0.2rem;

	text-transform:capitalize;

	padding:0.14rem 0;

	box-sizing: border-box;

}

.in_position a:first-child{padding-left:0.8rem; background:url(static/imgs/home_v.png) no-repeat left center; background-size:0.6rem}

.in_position a:not(:last-child):after{content:"/"; margin:0 0.1rem; color:#fff}

.in_position a:last-child{color:var(--i_color)!important}

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

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

    .in_position{

	  display: none;

    }

}

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



}

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



}





/* about_app */

.about_us_bac{

   box-sizing: border-box;

   padding: 1rem 0 2.3rem 0;

}

.about_us{



}

.about_us_box{

   box-sizing: border-box;

   margin-top: 0.6rem;

   position: relative;

}

.about_us_box::after{

   content: '';

   display: block;

   padding-bottom: 36.25%;

}

.about_us_box img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.about_us_text{

   background-color: #F4FDFC;

   box-sizing: border-box;

   padding: 0.5rem;

   position: absolute;

   width: 57.25%;

   right: 0;

   bottom: -1.3rem;

}

.about_us_text p{

   line-height: 163%;

   font-size: 0.2rem;

   color: #333;

}



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

	.about_us_bac {

		padding: 0.8rem 0 2.1rem 0;

	}

}

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

	.about_us_text p {

		font-size: 0.18rem;

	}

	.about_us_bac {

		padding: 0.6rem 0 1.9rem 0;

	}

	.about_us_box {

		margin-top: 0.4rem;

	}

	.about_us_text {

		padding: 0.4rem;

		width: 60%;

		bottom: -1.2rem;

	}

}

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

	.about_us_text p {

		font-size: 0.16rem;

	}

}

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



}

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

	.about_us_text {

		padding: 0.25rem;

		width: 80%;

		bottom: -1rem;

	}

	.about_us_bac {

        padding: 0.6rem 0 1.7rem 0;

    }

}

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

	.about_us_box::after {

		padding-bottom: 53.25%;

	}

	.about_us_text {

		padding: 0.2rem;

		width: 90%;

		bottom: -0.8rem;

	}

	.about_us_bac {

        padding: 0.6rem 0 1.5rem 0;

    }

}

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



}





/* environment */

.environment_bac{

    box-sizing: border-box;

	padding-bottom: 0.8rem;

}

.environment{



}









/* 合作伙伴 */

.en_partner_box{margin-top: 0.6rem;}



.en_partner{position:relative}

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

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

.en_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	position: relative;

}



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

.en_partner_list .img:before{content:""; display:block; padding-bottom:66%}

.en_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover;box-sizing: border-box;padding-top: 0.8rem;}





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



.en_partner_list .swiper-slide-active img{

	padding-top: 0 !important;

}

.en_partner_text{

    position: absolute;

	top: 160%;

	left: 50%;

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

	width: 90%;

	height: 85%;

	background: rgba(255, 255, 255, 0.8);

	backdrop-filter: blur(6px);

	display: flex;

	justify-content: center;

	align-items: center;

	transition: all 0.7s ease;

}

.en_partner_text p{

   font-size: 0.24rem;

   color: #000;

   text-align: center;

   width: 100%;

   box-sizing: border-box;

   padding: 0.4rem;

}



.en_partner_list .swiper-slide-active .en_partner_text{

	bottom: 0;

}

.en_partner_list .swiper-slide-active:hover .en_partner_text{

	top: 50%;

}





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



}

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

	.about_environments {padding-bottom: 0.8rem;}

	.en_partner_text p{

		font-size: 0.22rem;

		padding: 0.35rem;

	}

}

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



}

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

	.about_environments {padding-bottom: 0.6rem;}

	.en_partner_list .img img {padding-top: 0.6rem;}

	.en_partner_text p{

		font-size: 0.2rem;

		padding: 0.3rem;

	}

}

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

	.en_partner_text p{

		font-size: 0.18rem;

		padding: 0.25rem;

	}

}

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

}

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

	.en_partner_list .img img {padding-top: 0.4rem;}

	.en_partner_text p{

		font-size: 0.16rem;

		padding: 0.2rem;

	}

}

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

	.en_partner_text p{

		font-size: 0.14rem;

	}

}

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



}





















/* 指示器 */

/* 指示器 */

.en_partner .pt-pagination{display:block; text-align:center; margin:0px auto 0;margin-top: 0.6rem;}

.en_partner .pt-pagination .swiper-pagination-bullet{width:0.16rem; height:0.12rem;clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);border-radius: 0; display:inline-block; margin:0 5px; background:#BBB; outline:none}

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





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

}

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



}

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

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

	.en_partner .pt-pagination{display:block}

	.en_partner_box {margin-top: 0.6rem;}

	.environment_bac {

		padding-bottom: 0.6rem;

	}

}

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

}

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

	.en_partner_box {margin-top: 0.4rem;}

}

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

	.en_partner .pt-pagination{margin:14px auto 0}

	.en_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:8px}

}





/* about_advantage */

.about_advantage_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background-color: #F6F6F6;

}

.about_advantage{



}





/*  */

.AA_partner_box{

	margin-top: 0.2rem;

}



.AA_partner{position:relative}

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

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

.AA_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	box-sizing: border-box;

	padding: 0.6rem;
	z-index: 2;

}
.AA_partner_list li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3.36rem;
	max-width: 100%;
	height: 3.89rem;
	background: url('https://lingjuimg.com/wp-content/uploads/huachunqiang/2025/07/abc1.webp') no-repeat center;
	background-size: cover;
	z-index: -1;

}
.AA_partner_list li:nth-child(even)::after{
	background: url('https://lingjuimg.com/wp-content/uploads/huachunqiang/2025/07/abc2.webp') no-repeat center;
	background-size: cover;
}
.AA_partner_list li:nth-child(odd){

    background: #F4FDFC;

	box-shadow: 0.15rem 0.15rem 0 #C9E4E9;

}

.AA_partner_list li:nth-child(even){

    background: #FFFCF2;

	box-shadow: 0.15rem 0.15rem 0 #E5DECB;

}

.AA_text{



}

.AA_text h3{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

   text-align: center;

   margin-bottom: 0.2rem;

}

.AA_text h4{

   font-size: 0.22rem;

   line-height: 0.33rem;

   color: #333;

   height: 3.3rem;

   overflow: auto;

   box-sizing: border-box;

   padding-right: 0.1rem;

}

/*滚动条*/

.AA_text h4::-webkit-scrollbar{width:1px; height:1px}

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

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







/* 指示器 */

.AA_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

.AA_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

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

	position:relative;

	background:transparent;

}



/* 左右箭头 */

.AA_LR{

	display: flex;

	justify-content: center;

	align-items: center;

	gap: 0.2rem;

	margin-top: 0.4rem;

}





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

	width:0.5rem;

	height:0.5rem;

	border: 1px solid #666;

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 0%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: #666;

	transition: all 0.3s ease;

}



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

	background: var(--i_color3);

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

}

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

	color: #fff;

}



.about_case{

	padding-bottom: 0 !important;

}

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

	.AA_text h4 {

		font-size: 0.18rem;

		line-height: 0.26rem;

		height: 2.6rem;

	}

	.AA_text h3 {

		font-size: 0.22rem;

	}

	.AA_partner_list li {

		padding: 0.5rem;

	}

	.about_advantage_bac {

		padding: 0.8rem 0;

	}

}

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

	.AA_text h3 {

		font-size: 0.2rem;

	}

	.AA_partner_list li {

		padding: 0.4rem;

	}

	.AA_text h4 {

		font-size: 0.16rem;

		line-height: 0.24rem;

		height: 2.4rem;

	}

	.about_advantage_bac {

		padding: 0.6rem 0;

	}

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

		width:0.45rem;

		height:0.45rem;

	}

	.AA_partner_list li:nth-child(odd){

		box-shadow: 0.1rem 0.1rem 0 #C9E4E9;

	}

	.AA_partner_list li:nth-child(even){

		box-shadow: 0.1rem 0.1rem 0 #E5DECB;

	}

}

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



}

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



}

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



}

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



}





/* miner_app */

.miner_app_bac{

   background: #F6F6F6;

   box-sizing: border-box;

   padding: 1rem 0;

}

.miner_app{



}







.abc_list{

	position:relative;

	margin-top: 0.8rem;

}

.abc_list .swiper-wrapper{

	display:flex;

	position:relative;

	width:100%;

	padding: 0.4rem 0;

	height: 5.5rem;

}

.abc_list .swiper-slide{



	flex-shrink:0;

	width: 100%;

   height: 100%;

	position:absolute;

	top: 0;left: 0;

	transform:none !important;

	opacity: 0.5 !important;

	border-radius: 0.1rem;

	overflow: hidden;

}
.abc_list a{
	display: block;
	width: 100%;
	height: 100%;
}
.miner_img{

	width: 100%;

	height: 100%;

   position: relative;

}

.miner_img img{

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.miner_img p{

   position: absolute;

   bottom: 0.5rem;

   left: 0;

   box-sizing: border-box;

   width: 5.55rem;

   padding: 0.2rem;

   font-size: 0.35rem;

   text-align: center;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

   background: #fff;

}



.abc_list .swiper-slide-active{top: -0.3rem !important; left: -0.4rem !important; z-index: 11;opacity: 1 !important;}

.abc_list .swiper-slide-next{top: -0.15rem !important;left: -0.2rem !important; z-index: 10;}



.abc-pagination{display:none; margin-top:0.3rem; text-align:center}

.abc-pagination .swiper-pagination-bullet{width:.08rem; height:.08rem; display:inline-block; margin:0 6px; background:#CCC; border-radius:50%; outline:none; cursor:pointer;}

.abc-pagination .swiper-pagination-bullet-active{background:var(--i_color)}







/* 左右箭头 */

.abc-prev, .abc-next{

	position:absolute;

	bottom: 0.6rem;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.45rem;

	background: #999;

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 0%;

	transition: all 0.3s ease;

	clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);

}

.abc-prev iconify-icon, .abc-next iconify-icon{

	font-size: 0.2rem;

	color: #fff;

	transition: all 0.3s ease;

}

.abc-prev{right:0.9rem;}

.abc-next{right:0.2rem;}



.abc-prev:hover, .abc-next:hover{

	background-color: var(--i_color);

}

.abc-prev:hover iconify-icon, .abc-next:hover iconify-icon{

	color: #fff;

}







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

	.abc_list .swiper-wrapper{

		height: 6rem;

	}

	.miner_img p {

		width: 5rem;

		padding: 0.15rem;

		font-size: 0.3rem;

	}

	.miner_app_bac {

		padding: 0.8rem 0;

	}

}

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

	.abc_list .swiper-wrapper{

		height: 5.5rem;

	}

	.miner_img p {

        width: 4.5rem;

        padding: 0.1rem;

        font-size: 0.25rem;

    }

	.miner_app_bac {

		padding: 0.6rem 0;

	}

}

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

	.miner_app{

		box-sizing: border-box;

		padding-left: 0.5rem;

	}

	.abc_list .swiper-wrapper{

		height: 5rem;

	}

	.abc-prev, .abc-next{display: none;}

	.abc-pagination{display: block;}

	.miner_img p {

        width: 80%;

        font-size: 0.2rem;

    }

}

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

	.abc_list .swiper-wrapper{

		height: 4.5rem;

	}

}

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

	.abc_list .swiper-wrapper{

		height: 4rem;

	}

}

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

	.abc_list .swiper-wrapper{

		height: 3.5rem;

	}

}

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

	.abc_list .swiper-wrapper{

		height: 3rem;

	}

}









/* feature */

.feature_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.feature{



}

.feature_box{



}

.feature_box img{

	width: 100%;

	height: auto;

}

.feature_text{

    width: 50%;

	background-color: #EFFBFF;

	box-sizing: border-box;

	padding: 0.45rem 0.6rem 0.5rem 0.6rem;

	box-shadow: 0.15rem 0.15rem 0 #94B5C2;

	margin-left: auto;

	margin-right: auto;

	margin-top: -2rem;

	position: relative;

	z-index: 3;

}

.feature_text h3{

    font-size: 0.24rem;

	color: #3D3D3D;

	font-family: 'bold';

	text-align: center;

}

.feature_text h4{

    font-size: 0.18rem;

	color: #222;

	line-height: 177%;

	margin-top: 0.2rem;

	text-align: center;

}





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

	.feature_bac {

		padding: 0.8rem 0;

	}

}

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

	.feature_bac {

		padding: 0.6rem 0;

	}

}

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

	.feature_text{

		width: 100%;

		padding: 0.4rem;

		margin-top: 0;

	}

}

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

	.feature_text h3 {

		font-size: 0.22rem;

	}

}

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

	.feature_text h3 {

		font-size: 0.2rem;

	}

	.feature_text h4 {

		font-size: 0.16rem;

		margin-top: 0.1rem;

	}

}

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

	.feature_text {

        padding: 0.4rem 0.2rem;

    }

	.feature_text {

		box-shadow: 0.1rem 0.1rem 0 #94B5C2;

	}

}

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



}







/* scenarios */

.scenarios_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: #F6F6F6;

}

.scenarios{



}









/*  */

.sce_partner_box{

	margin-top: 0.4rem;

}



.sce_partner{position:relative}

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

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

.sce_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	width: 100%;

	background-color: #fff;

	flex-wrap: wrap;

}



.sce_partner_list li>.img{

	width:47.9375%;

	box-sizing:border-box; position:relative;}

.sce_partner_list li>.img:before{content:""; display:block; padding-bottom:67.8%}

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





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

.sce_i{

   position: absolute;

   top: 50%;

   right: 0;

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

   display: flex;

   justify-content: center;

   align-items: center;

   width: 1.3rem;

   height: 1.3rem;

   background: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0),rgba(0,0,0,0.5));

   border-radius: 50%;

}

.sce_i span{

	display: flex;

	justify-content: center;

	align-items: center;

   width: 75%;

   height: 75%;

   border-radius: 50%;

   background: var(--i_color3);

}

.sce_i span img{

	display: block;

   width: 0.68rem;

   height: 0.68rem;

   object-fit: contain;

}





.sce_text{

   width: 50.0625%;

   box-sizing: border-box;

   padding: 0.4rem 0.4rem 0.4rem 1rem;

   display: flex;

   flex-direction: column;

   justify-content: center;

}

.sce_text h3{

   font-size: 0.3rem;

   color: #3D3D3D;

   font-family: 'bold';

   margin-bottom: 0.4rem;

}

.sce_text h4{

   font-size: 0.24rem;

   line-height: 0.36rem;

   height: 1.44rem;

   overflow: auto;

   box-sizing: border-box;

   padding-right: 0.1rem;

}



/*滚动条*/

.sce_text h4::-webkit-scrollbar{width:1px; height:1px}

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

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







.sce_h5{

   display: flex;

   align-items: center;

   gap: 0.1rem;

   margin-top: 0.4rem;

}

.sce_h5 h5{

   font-size: 0.18rem;

   color: var(--i_color);

}

.sce_h5 iconify-icon{

   font-size: 0.25rem;

   color: var(--i_color);

}









/* 指示器 */

.sce_partner .pt-pagination{

	text-align:center;

	margin:0.4rem auto 0

}

.sce_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:#999;

	border-radius:2px;

	opacity: 1;

	outline:none;

	clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);

}

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

	position:relative;

	background:var(--i_color);

}



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

	.sce_text h3 {

		font-size: 0.28rem;

		margin-bottom: 0.35rem;

	}

	.sce_text h4 {

		font-size: 0.22rem;

		line-height: 0.34rem;

		height: 1.36rem;

	}

}

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

	.sce_text h3 {

		font-size: 0.26rem;

		margin-bottom: 0.3rem;

	}

	.sce_text h4 {

		font-size: 0.2rem;

		line-height: 0.32rem;

		height: 1.28rem;

	}

	.sce_i {

		width: 1.1rem;

		height: 1.1rem;

	}

	.sce_i span img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.sce_text {

		padding: 0.3rem 0.3rem 0.3rem 0.8rem;

	}

	.scenarios_bac {

		padding: 0.6rem 0;

	}

}

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

	.sce_text h4 {

		font-size: 0.18rem;

		line-height: 0.3rem;

		height: 1.2rem;

	}

	.sce_text h3 {

		font-size: 0.24rem;

		margin-bottom: 0.2rem;

	}

	.sce_i {

		width: 1rem;

		height: 1rem;

	}

	.sce_i span img {

		width: 0.55rem;

		height: 0.55rem;

	}

	.sce_text {

        padding: 0.3rem 0.3rem 0.3rem 0.6rem;

    }

}

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

	.sce_text h3 {

		font-size: 0.2rem;

		margin-bottom: 0.1rem;

	}

	.sce_text h4 {

		font-size: 0.16rem;

		line-height: 0.25rem;

		height: 1rem;

	}

	.sce_i {

		width: 0.8rem;

		height: 0.8rem;

	}

	.sce_i span img {

		width: 0.5rem;

		height: 0.5rem;

	}

}

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



}

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

	.sce_partner_list li>.img {

		width: 100%;

	}

	.sce_text {

		width: 100%;

        padding: 0.6rem 0.2rem 0.4rem 0.2rem;

    }

	.sce_i {

		top: unset;

		bottom: 0%;

		right: unset;

		left: 50%;

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

	}



}





/* efficient */

.efficient_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.efficient{



}

.efficient_box{

   margin-top: 1rem;

   position: relative;

   z-index: 1;

}

.efficient_box::after{

	content: '';

	position: absolute;

	width: calc(41.81% + 0.2rem);

	height: 2rem;

	background: var(--i_color);

	right: 0;

	top: -2rem;

	z-index: -1;

}

.efficient_box>img{

	width: 100%;

	height: auto;

}











.efficient_four{

   display: flex;

   flex-wrap: wrap;

   gap: 0.3rem;

   margin-top: -1.3rem;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.efficient_four li{

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

   background: var(--i_color3);

   display: flex;

   flex-direction: column;

   justify-content: center;

   align-items: center;

   box-sizing: border-box;

   padding: 0.3rem;

}

.efficient_four li>img{

   width: 0.8rem;

   height: 0.8rem;

   object-fit: contain;

}

.efficient_four li h3{

   display: flex;

   font-size: 0.24rem;

   color: #fff;

   font-family: 'bold';

   text-align: center;

   margin: 0.15rem 0 0.2rem 0;

}

.efficient_four li h3 span{

   font-size: 0.56rem;

   color: #fff;

   font-family: 'bold';

   line-height: 100%;

   text-align: center;



}

.efficient_four li h4{

   font-size: 0.24rem;

   color: #fff;

   font-family: 'bold';

   text-align: center;

   position: relative;

   box-sizing: border-box;

   padding-top: 0.1rem;

   text-transform: capitalize;

}

.efficient_four li h4::after{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.54rem;

	height: 0.02rem;

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

}



.efficient_text{

   position: absolute;

   right: 0;

   top: -1.8rem;

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.45rem 0.3rem;

   width: 41.81%;

   z-index: 2;



}

.efficient_text h3{

   font-size: 0.3rem;

   color: #3D3D3D;

   text-align: center;

   font-family: 'bold';



}

.efficient_text h4{

   font-size: 0.24rem;

   line-height: 150%;

   color: #222;

   margin: 0.3rem 0;

}

.efficient_dl{

   display: flex;

   flex-wrap: wrap;

   gap: 0.4rem;

}

.efficient_dl dt{

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

}

.efficient_dl dt img{

   width: 0.72rem;

   height: 0.72rem;

   object-fit: contain;

}

.efficient_dl dt p{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

   margin-top: 0.05rem;

}































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

	.efficient_four li h3 span {

		font-size: 0.5rem;

	}

	.efficient_four li h4 {

		font-size: 0.22rem;

	}

	.efficient_four li>img {

		width: 0.7rem;

		height: 0.7rem;

	}

	.efficient_text h3 {

		font-size: 0.28rem;

	}

	.efficient_text h4 {

		font-size: 0.22rem;

	}

	.efficient_dl dt p {

		font-size: 0.2rem;

	}

	.efficient_dl dt img {

		width: 0.68rem;

		height: 0.68rem;

	}

	.efficient_bac {

		padding: 0.8rem 0;

	}

}

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

	.efficient_four li h3 span {

		font-size: 0.45rem;

	}

	.efficient_four li h4 {

		font-size: 0.2rem;

	}

	.efficient_four li>img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.efficient_text h3 {

		font-size: 0.26rem;

	}

	.efficient_text h4 {

		font-size: 0.2rem;

		margin: 0.2rem 0;

	}

	.efficient_dl dt p {

		font-size: 0.16rem;

	}

	.efficient_dl dt img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.efficient_dl {

		gap: 0.2rem;

	}

	.efficient_dl dt {

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

	}

	.efficient_bac {

		padding: 0.6rem 0;

	}

}

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

	.efficient_four li h3 span {

		font-size: 0.4rem;

	}

	.efficient_four li h4 {

		font-size: 0.18rem;

	}

	.efficient_four li>img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.efficient_text h3 {

		font-size: 0.24rem;

	}

	.efficient_text h4 {

		font-size: 0.18rem;

	}

}

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

	.efficient_four li h3 span {

		font-size: 0.35rem;

	}

	.efficient_four li h4 {

		font-size: 0.16rem;

	}

	.efficient_text h3 {

		font-size: 0.22rem;

	}

}

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

	.efficient_four li h3 span {

		font-size: 0.3rem;

	}

	.efficient_four li {

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

	}

	.efficient_four li {

		padding: 0.2rem;

	}

	.efficient_four {

		margin-top: 0.3rem;

	}

	.efficient_text{

		position: relative;

		right: unset;

		top: unset;

		width: 100%;

	}

	.efficient_box::after{display: none;}

	.efficient_box {

		margin-top: 0.4rem;

	}

}

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

    .efficient_text h4 {

        font-size: 0.16rem;

    }

}

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



}





/* project_cases */

.project_cases_bac{

   background: #F6F6F6;

   box-sizing: border-box;

   padding: 0.8rem 0 1.5rem 0;

   position: relative;

   margin-bottom: 1.5rem;

   z-index: 2;

}

.project_cases_bac::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	transform: translate(0,50%);

	width: 7.78rem;

	max-width: 100%;

	height: 2.43rem;

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

	background-size: contain;

	z-index: -1;

}





.project_cases{



}

.project_cases_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.3rem;

   margin-top: 0.4rem;

}

.project_cases_ul li{

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

}

.project_cases_img{

   position: relative;

}

.project_cases_img::after{

   content: '';

   display: block;

   padding-bottom: 86.52%;

}

.project_cases_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.project_cases_ul li h3{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

   text-align: center;

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.2rem;

}





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

	.project_cases_bac::after {

		height: 2.2rem;

	}

	.project_cases_bac {

		padding: 0.8rem 0 1.3rem 0;

		margin-bottom: 1.3rem;

	}

}

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

	.project_cases_ul li h3 {

		font-size: 0.2rem;

	}

	.project_cases_bac::after {

		height: 2rem;

	}

	.project_cases_bac {

		padding: 0.6rem 0 1.1rem 0;

		margin-bottom: 1.1rem;

	}

}

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

	.project_cases_ul li h3 {

		font-size: 0.18rem;

	}

	.project_cases_ul {

		gap: 0.2rem;

	}

	.project_cases_ul li {

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

	}

	.project_cases_bac::after {

		height: 1.8rem;

	}



}

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

	.project_cases_ul li h3 {

		font-size: 0.16rem;

	}

	.project_cases_bac::after {

		height: 1.6rem;

	}

}

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

	.project_cases_bac::after {

		height: 1.4rem;

	}

	.project_cases_ul {

		gap: 0.1rem;

	}

	.project_cases_ul li {

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

	}

	.project_cases_ul li h3 {

        font-size: 0.14rem;

		padding: 0.2rem 0.1rem;

    }

}

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

	.project_cases_bac::after {

		height: 1.2rem;

	}

}

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

	.project_cases_bac::after {

		height: 1rem;

	}

}





/* our_service */

.our_service_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.our_service{



}

.our_service_box{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

   margin-top: 0.4rem;

}

.our_service_ul{

   width: 30.72%;

   display: flex;

   flex-direction: column;

   gap: 0.4rem;

}

.our_service_ul li{

   display: flex;

   flex-direction: column;

   justify-content: center;

   align-items: center;

   position: relative;

}

.our_service_ul li img{

   width: 0.48rem;

   height: 0.48rem;

   object-fit: contain;

}

.our_service_ul li h3{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

   margin: 0.1rem 0;

}

.our_service_ul li h4{

   line-height: 0.27rem;

   height: 1.08rem;

   overflow: auto;

   font-size: 0.18rem;

   color: #666;

   text-align: center;

   box-sizing: border-box;

   padding-right: 0.1rem;

}

/*滚动条*/

.our_service_ul li h4::-webkit-scrollbar{width:1px; height:1px}

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

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



.our_service_ul li h5{

   font-size: 1.2rem;

   color: rgba(208,208,208,0.2);

   font-family: 'bold';

   position: absolute;

   top: 0;

   left: 0;

   z-index: -1;

}



.our_service_img{

	width:38.56%;

}

.our_service_img img{

    width: 100%;

	height: auto;

	object-fit: contain;

}





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

	.our_service_ul li img {

		width: 0.45rem;

		height: 0.45rem;

	}

	.our_service_ul li h3 {

		font-size: 0.22rem;

	}

}

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

	.our_service_ul li img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.our_service_ul li h3 {

		font-size: 0.2rem;

	}

	.our_service_ul li h4 {

		line-height: 0.25rem;

		height: 1rem;

		font-size: 0.16rem;

	}

	.our_service_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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

	.our_service_ul {

		width: 100%;

	}

	.our_service_box {

		justify-content: center;

	}

	.our_service_img {

		width: 50%;

	}

}

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

	.our_service_img {

		width: 80%;

	}

}

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



}





/* service_adv */

.service_adv_bac{

   background: #F6F6F6;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.service_adv{



}



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

	.service_adv_bac{

		padding: 0.6rem 0;

	}

}







/* factory_display */

.factory_display_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.factory_display{



}

.factory_dis_bac{

   box-sizing: border-box;

   padding: 1.7rem 0  1rem 0;

   position: relative;

   z-index: 2;

}

.factory_dis_bac::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 6.2rem;

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

	background-size: cover;

	z-index: -1;

}

.factory_dis{

    display: flex;

	flex-direction: column;

	align-items: center;

}

.factory_dis h3{

	font-size: 0.46rem;

	color: #fff;

	font-family: 'bold';

	text-align: center;

	box-sizing: border-box;

	padding-left: 0.5rem;

	position: relative;

	display: inline-block;

	margin-bottom: 1.2rem;

}

.factory_dis h3::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 0.34rem;

	height: 0.32rem;

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

	background-size: contain;

}









/*  */

.fac_partner_box{

	width: 100%;

}



.fac_partner{position:relative}

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

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

.fac_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

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

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

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

.fac_partner_list li h4{

	font-size: 0.2rem;

	color: #333;

	font-family: 'bold';

	box-sizing: border-box;

	padding-top: 0.15rem;

}









/* 指示器 */

.fac_partner .pt-pagination{

	text-align:center;

	margin:0.4rem auto 0

}

.fac_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:#999;

	border-radius:2px;

	opacity: 1;

	clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);

	outline:none

}

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

	position:relative;

	background:var(--i_color);

}



/* 左右箭头 */

.fac_partner .pt-button-prev, .fac_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.factory_dis h3 {

		font-size: 0.4rem;

		padding-left: 0.5rem;

		margin-bottom: 1rem;

	}

	.factory_dis_bac {

		padding: 1.5rem 0 0.8rem 0;

	}

	.factory_dis_bac::after {

		height: 5.8rem;

	}

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

	.fac_partner .pt-pagination{display:block}

	.factory_display_bac {

		padding: 0.6rem 0;

	}

}

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



	.factory_dis h3 {

		font-size: 0.35rem;

		padding-left: 0.4rem;

		margin-bottom: 0.8rem;

	}

	.factory_dis_bac {

		padding: 1.3rem 0 0.6rem 0;

	}

	.factory_dis h3::after {

		width: 0.28rem;

		height: 0.26rem;

	}

	.factory_dis_bac::after {

		height: 5.4rem;

	}

	.factory_display_bac {

		padding: 0.4rem 0;

	}



}

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

	.factory_dis_bac::after {

		height: 4rem;

	}

	.factory_dis h3 {

		font-size: 0.3rem;

		margin-bottom: 0.6rem;

	}

	.factory_dis_bac {

		padding: 1.1rem 0 0.6rem 0;

	}

}

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

	.factory_dis h3 {

		font-size: 0.25rem;

		margin-bottom: 0.4rem;

	}

	.factory_dis_bac {

		padding: 0.9rem 0 0.6rem 0;

	}

	.fac_partner_list li h4 {

		font-size: 0.18rem;

	}

}

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

	.fac_partner_list li h4 {

		font-size: 0.16rem;

	}

	.factory_dis_bac {

		padding:  0.6rem 0;

	}

}

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



}





/* to_buy */

.to_buy_bac{

   box-sizing: border-box;

   padding-bottom: 0.8rem;

}

.to_buy{



}

.to_buy_ul{

   display: flex;

   flex-wrap: wrap;

   margin-top: 0.6rem;

}

.to_buy_ul li{

   width: 20%;

   box-sizing: border-box;

   padding: 0.2rem 0.4rem;

   position: relative;

}

.to_buy_ul li:not(:last-child){

	border-right: 1px solid #DDDDDD;

}

.to_buy_ul li:nth-child(1){

	padding-left: 0;

}

.to_buy_ul li:nth-child(5){

	padding-right: 0;

}

.to_buy_ul li img{

   width: 1.5rem;

}

.to_buy_ul li h3{

   font-size: 0.24rem;

   font-family: 'bold';

   color: #333;

   text-transform: capitalize;

   margin: 0.25rem 0 0.15rem 0;

}

.to_buy_ul li h4{

	font-size: 0.16rem;

	line-height: 130%;

	color: #666;

}





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

	.to_buy_ul li h3{

		font-size: 0.22rem;

	}

	.to_buy_ul li img {

		width: 1.3rem;

	}

}

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

	.to_buy_ul li h3{

		font-size: 0.2rem;

		margin: 0.2rem 0 0.1rem 0;

	}

	.to_buy_ul li img {

		width: 1.1rem;

	}

	.to_buy_ul li h4 {

		font-size: 0.14rem;

	}

	.to_buy_bac {

		padding-bottom: 0.6rem;

	}

}

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

	.to_buy_ul li h3{

		font-size: 0.18rem;

	}

}

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



}

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

	.to_buy_ul li {

		width: 50%;

		padding: 0.2rem 0.2rem !important;

		border-right: 1px solid #DDDDDD !important;

	}

}

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



}

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



}





/* contact_us */

.contact_us_bac{

   box-sizing: border-box;

   padding-top: 0.6rem;

}

.contact_us{



}

.contact_us_box{

   display: flex;

   flex-wrap: wrap;

   background-color: #F4FDFC;

}

.contact_us_left{

   width: 59.75%;

   box-sizing: border-box;

   padding: 0.4rem;

}

.contact_us_left h3{

   font-size: 0.4rem;

   color: #333;

   font-family: 'bold';

}

.contact_us_left h4{

   font-size: 0.18rem;

   color: #999;

   margin: 0.1rem 0 0.4rem 0;

}

.contact_us_right{

	width: 40.25%;

}

.contact_us_right img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}



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

	.contact_us_left h3{

		font-size: 0.35rem;

	}

}

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

	.contact_us_left h3{

		font-size: 0.3rem;

	}

}

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



}

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



}

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

	.contact_us_right{

		display: none;

	}

	.contact_us_left{

		width: 100%;

	}

	.contact_us_left h3 {

        font-size: 0.25rem;

    }

}

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

    .contact_us_left h3 {

        font-size: 0.22rem;

    }

	.contact_us_left h4 {

		font-size: 0.16rem;

		margin: 0.1rem 0 0.2rem 0;

	}

	.contact_us_left {

		padding: 0.4rem 0.2rem;

	}

}

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



}









#wpforms-44{--input_font_size:0.16rem; --input_height:0.58rem}

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

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





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

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

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

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

#wpforms-44 .wpforms-submit-container{

	padding:0!important;max-width: 100%; position:relative;

	transition: all 0.3s ease;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	position: relative;

	z-index:2;

}





#wpforms-44 .wpforms-hidden{

	display: none;

}







#wpforms-44 .wpforms-field{

	position: relative;

}

#wpforms-44 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 0.3rem;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-44 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}







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

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

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



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

#wpforms-44 .wpforms-field:nth-child(3), #wpforms-44 .wpforms-field:nth-child(4){width:calc((100% - 0.2rem) / 2)}







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



#wpforms-44 input, #wpforms-44 textarea{

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

	background-color: #fff; color:#fff;

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

	border-radius: 0;

	box-shadow: 0 0 0 0 !important;

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

}

#wpforms-44 textarea{

	height:2.16rem;

	line-height: 166%;

	padding:10px;

}



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

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

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

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

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

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

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

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











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

	overflow: hidden;width:100%; font-size:0.18rem;

	display: block;

	background: var(--i_color3);

	color:#fff; cursor:pointer; text-transform:capitalize;

	position:relative;

	background-color: #fff;

	font-weight: bold;

	height: 0.5rem;

	border-radius: 0;

	z-index:2;

	box-shadow: 0 0 transparent !important;

}

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































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



}

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



}

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



}

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



}

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



}

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



}

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

	#wpforms-44{--input_font_size:0.16rem; --input_height:0.5rem}

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

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

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

	#wpforms-44 .wpforms-field:nth-child(3), #wpforms-44 .wpforms-field:nth-child(4){width:100%}

	#wpforms-44 textarea{height:1.2rem}

	#wpforms-44 .wpforms-field {margin-bottom: 0.1rem;}

	.contact_us_form {

		margin-top: 0.4rem;

	}

	#wpforms-44 .wpforms-field {

		padding-bottom: 0.1rem;

	}

	.contact_us_form {

		padding: 0.4rem 4%;

	}

}

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



}





/* contact_four */

.contact_four_bac{

    box-sizing: border-box;

	padding: 0.8rem 0;

}

.contact_four{



}

.contact_four_ul{

   display: flex;

   flex-wrap: wrap;

}

.contact_four_ul li{

   width: 23%;

   display: flex;

}

.contact_four_ul li:last-child{

	width: 31%;

}

.contact_four_ul li i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.96rem;

   height: 0.96rem;

   background: var(--i_color3);

}

.contact_four_ul li i iconify-icon{

   font-size: 0.5rem;

   color: #fff;

}

.contact_four_text{

   width: calc(100% - 0.96rem);

   box-sizing: border-box;

   padding: 0 0.2rem 0 0.15rem;

}

.contact_four_text h3{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

}

.contact_four_text h4{

   font-size: 0.18rem;

   color: #3D3D3D;

   line-height: 144%;

   margin: 0.1rem 0 0.05rem 0;

}

.contact_four_text a{

	font-size: 0.18rem;

	color: #3D3D3D;

	line-height: 144%;

	transition: all 0.3s ease;

}

.contact_four_text a:hover{

	color: var(--i_color2);

}





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

	.contact_four_text h3 {

		font-size: 0.22rem;

	}

	.contact_four_text h4{

		font-size: 0.16rem;

	}

	.contact_four_text a{

		font-size: 0.16rem;

	}

	.contact_four_ul li i {

		width: 0.9rem;

		height: 0.9rem;

	}

	.contact_four_text {

		width: calc(100% - 0.9rem);

	}

	.contact_four_ul li i iconify-icon {

		font-size: 0.45rem;

	}

}

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

	.contact_four_text h3 {

		font-size: 0.2rem;

	}

	.contact_four_ul li i {

		width: 0.8rem;

		height: 0.8rem;

	}

	.contact_four_text {

		width: calc(100% - 0.8rem);

	}

	.contact_four_ul li i iconify-icon {

		font-size: 0.4rem;

	}

	.contact_four_bac {

		padding: 0.6rem 0;

	}



}

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

	.contact_four_text h3 {

		font-size: 0.18rem;

	}

	.contact_four_ul li i {

		width: 0.7rem;

		height: 0.7rem;

	}

	.contact_four_text {

		width: calc(100% - 0.7rem);

	}

	.contact_four_ul li {

		width: 50% !important;

	}

	.contact_four_ul{

		gap: 0.2rem 0;

	}

	.contact_four_ul li i iconify-icon {

		font-size: 0.35rem;

	}

}

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

	.contact_four_ul li i {

		width: 0.6rem;

		height: 0.6rem;

	}

	.contact_four_text {

		width: calc(100% - 0.6rem);

	}

	.contact_four_ul li i iconify-icon {

		font-size: 0.3rem;

	}

}

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



}

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

	.contact_four_ul li i {

		width: 0.5rem;

		height: 0.5rem;

	}

	.contact_four_text {

		width: calc(100% - 0.5rem);

	}

	.contact_four_ul li i iconify-icon {

		font-size: 0.25rem;

	}

}

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

	.contact_four_ul li:last-child a{

		font-size: 0.14rem;

	}

}





/* contact_map */

.contact_map{

   width: 100%;

   height: 6.3rem;

}



.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:1200px){

	.contact_map{

		height: 5.5rem;

	}

}

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

	.contact_map{

		height: 5rem;

	}

}

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

	.contact_map{

		height: 4.5rem;

	}

}

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

	.contact_map{

		height: 4rem;

	}

}

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



}

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



}





/* news */

.news_bac{

   box-sizing: border-box;

   padding: 0.8rem 0 1rem 0;

}

.news{



}

.news_list{

   display: flex;

   gap: 0.5rem;

   justify-content: center;

}

.news_list li{



}

.news_list li a{

	display: block;

	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);

	transition: all 0.3s ease;

	background: #F6F6F6;

}

.news_list li a p{

	font-size: 0.18rem;

	font-family: 'bold';

	text-align: center;

	box-sizing: border-box;

	padding: 0.14rem 0.68rem;

	text-transform: capitalize;

	transition: all 0.3s ease;

}

.news_list li.news_list_active a,

.news_list li:hover a{

	background: var(--i_color3);

}

.news_list li.news_list_active a p,

.news_list li:hover a p{

	color: #fff;

}







/* news_ul */

.news_ul{

   margin-top: 0.6rem;

   display: flex;

   flex-direction: column;

   gap: 0.5rem;

}

.news_ul li{



}

.news_ul li a{

   display: flex;

   width: 100%;

   background-color: #F0F0F0;

   align-items: center;

   transition: all 0.3s ease;

   flex-wrap: wrap;

}

.news_img{

   width: 24.375%;

   position: relative;

}

.news_img::after{

   content: '';

   display: block;

   padding-bottom: 63.59%;

}

.news_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.news_text{

   width: 75.625%;

   box-sizing: border-box;

   padding: 0.2rem 0.4rem;

}

.news_text h3{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

   transition: all 0.3s ease;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.news_text h4{

   font-size: 0.16rem;

   line-height: 150%;

   color: #666;

   margin: 0.1rem 0 0.3rem 0;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.news_i{

   display: flex;

   align-items: center;

   justify-content: space-between;

}

.news_i h5{

	font-size: 0.16rem;

	line-height: 150%;

	color: #666;

}

.news_i i{

   display: flex;

   justify-content: center;

   align-items: center;

   background: #999999;

   width: 0.55rem;

   height: 0.4rem;

   clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);

   transition: all 0.3s ease;

}

.news_i i iconify-icon{

   font-size: 0.2rem;

   color: #fff;

}

.news_ul li a:hover{

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

	background-color: #fff;

}

.news_ul li a:hover h3{

	color: var(--i_color);

}

.news_ul li a:hover i{

    background: var(--i_color);

}

















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

	.news_text h3 {

		font-size: 0.22rem;

	}

	.news_bac {

		padding: 0.6rem 0 0.8rem 0;

	}

}

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

	.news_list li a p {

		font-size: 0.16rem;

		padding: 0.12rem 0.5rem;

	}

	.news_list {

		gap: 0.4rem;

	}

	.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.5rem;

		height: 0.35rem;

	}

	.news_ul {

		gap: 0.4rem;

	}

	.news_i h5 {

		font-size: 0.14rem;

	}

	.news_bac {

		padding: 0.6rem 0;

	}

	.news_ul {

		margin-top: 0.4rem;

	}

}

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

	.news_text h3 {

		font-size: 0.18rem;

	}

}

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



}

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

	.news_list li a p {

		font-size: 0.14rem;

		padding: 0.1rem 0.35rem;

	}

	.news_list {

		gap: 0.2rem;

	}

	.news_i i {

		width: 0.45rem;

		height: 0.3rem;

	}

	.news_text {

		padding: 0.2rem ;

	}



}

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

	.news_img {

		width: 100%;

	}

	.news_text {

		width: 100%;

		padding: 0.4rem 0.2rem;

	}

}

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



}







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

	}

}

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



}



/* products_list */

.products_list_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.products_list{



}

.products_list h3{

    font-size: 0.42rem;

	color: #333;

	font-family: 'bold';

	text-transform: capitalize;

	margin-bottom: 0.4rem;

}

.products_list_ul{

    display: flex;

	flex-wrap: wrap;

}

.products_list_ul li{

   width: calc((100%) / 6);

   transform: skew(-15deg);

   border: 1px solid #B2C0CB;

   box-sizing: border-box;

}

.products_list_ul li a{

	display: block;

   font-size: 0.2rem;

   color: #333;

   box-sizing: border-box;

   padding: 0.15rem 0.1rem;

   text-align: center;

   color: #333;

   transform: skew(15deg);

}

.products_list_ulActive,

.products_list_ul li:hover{

   background: var(--i_color3) !important;

}

.products_list_ulActive a,

.products_list_ul li:hover a{

   color: #fff !important;

}



.products_list_dl{

   display: flex;

   flex-wrap: wrap;

   border-bottom: 1px solid #B2C0CB;

   gap:  0.2rem 0.6rem;

   margin-top: 0.4rem;

}

.products_list_dl dt{



}

.products_list_dl dt a{

   font-size: 0.18rem;

   color: #666;

   display: inline-block;

   font-family: 'bold';

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   transition: all 0.3s ease;

   position: relative;

}

.products_list_dl dt a::after{

	content: '';

	position: absolute;

	bottom: -1px;

	right: 0;

	width: 0;

	height: 0.02rem;

	background: var(--i_color3);

	transition: all 0.3s ease;



}

.products_list_dl dt a:hover,

.products_list_dlActive a{

    color: var(--i_color) !important;

}

.products_list_dl dt a:hover::after,

.products_list_dlActive a::after{

    width: 100% !important;

	right: auto !important;

	left: 0 !important;

}





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

	.products_list h3{

		font-size: 0.4rem;

	}

	.products_list_ul li a {

		font-size: 0.18rem;

	}

	.products_list_dl dt a {

		font-size: 0.16rem;

	}

}

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

	.products_list h3{

		font-size: 0.35rem;

		margin-bottom: 0.3rem;

	}

	.products_list_ul li {

		width: calc((100%) / 3);

	}

	.products_list_ul li a {

		font-size: 0.16rem;

		padding: 0.12rem 0.1rem;

	}

	.products_list_dl dt a {

		font-size: 0.14rem;



	}

}

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

	.products_list h3{

		font-size: 0.3rem;

		margin-bottom: 0.2rem;

	}

}

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



}

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

    .products_list h3 {

        font-size: 0.25rem;

    }

	.products_list_bac {

		padding: 0.4rem 0;

	}

}

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



}

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



}





/* products */

.products_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: #F6F6F6;

}

.products{



}

.products>h3{

   font-size: 0.36rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

}

.products>h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   margin-top: 0.2rem;

}

.products_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.6rem 0.3rem;

   margin-top: 0.4rem;

}

.products_ul li{

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

   position: relative;

   overflow: hidden;

   padding-bottom: 1.4rem;

   box-sizing: border-box;

}



.products_box .HP_text{

    bottom: -0.5rem !important;

}

.products_box:hover .HP_text {

    bottom: 0 !important;

}





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

	.products>h3{

		font-size: 0.32rem;

	}

}

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

	.products_box .HP_text{

		bottom: -0.4rem !important;

	}

	.products_ul {

		gap: 0.4rem 0.2rem;

	}

	.products_ul li{

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

	}

	.products>h3{

		font-size: 0.28rem;

	}

	.products>h4 {

		font-size: 0.16rem;

	}

	.products_bac {

		padding: 0.6rem 0;

	}

}

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

	.products>h3{

		font-size: 0.24rem;

	}

}

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



}

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

	.products_ul li{

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

	}



}

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

    .products_ul {

        gap: 0.2rem 0.1rem;

    }

	.products_ul li{

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

	}

}

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



}







/* single_grid */

.single_grid_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.single_grid{

   display: flex;

   flex-wrap: wrap;

}

.single_grid_left{

   width: 40%;

}

.single_grid_right{

	width: 60%;

   box-sizing: border-box;

   padding-left: 5%;

}











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

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{ position:relative;}

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



/* 缂╃暐鍥� */

.in_grid_list_box{position:absolute; top:0; left:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:40px 0;overflow: hidden;}

.in_grid_list{height:100%;}

.in_grid_list .swiper-slide{cursor:pointer}



.in_grid_list .img{width:100%; height:100%; box-sizing:border-box;border-radius: 0rem; position:relative; overflow:hidden;}

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

.in_grid_list .swiper-slide-thumb-active .img{border:2px solid var(--i_color);}

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

.ingrid-button-prev, .ingrid-button-next{

	position:absolute;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none;

    -webkit-user-select:none;

    -ms-user-select:none;

    -khtml-user-select:none;

    user-select:none;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}



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



/* 澶у浘 */

.in_grid_show_box{

	position:absolute;

	top:0; right:0;

	width:calc(100% - var(--sm_pic_width) - 20px);

	height:100%;

	box-sizing:border-box; padding:0 0;

	margin:0 auto;

	background: #F9F9F9;

}

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

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

.in_grid_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	box-sizing: border-box;

	padding: 1px;

}



.in_grid_show .img{

	width:100%;

	height:100%;

	position:relative;

	overflow:hidden;

}

.in_grid_show .img img{width:100%; height:100%; object-fit:contain}



.ingrid-pagination{

	display:block;

	position: absolute;

	bottom: 0;

	right: 0rem;

	width: 0.7rem;

	height: 0.7rem;

	background-color: #F0F0F0;

	display: flex;

	display: -webkit-flex;

	justify-content: flex-end;

    align-items: flex-end;

	font-size: 0.18rem;

	color: var(--i_color);

	z-index: 2;

	clip-path: polygon(100% 0, 0% 100%, 100% 100%);

	box-sizing: border-box;

	padding: 0.1rem;

}

.ingrid-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

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



.in_grid_cont:before{display:none}

.in_grid_show_box{position:relative; width:100%;}

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

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

.in_grid_show .img img{position:absolute; top:50%;border-radius: 0rem; left:50%; transform:translate(-50%,-50%);box-sizing: border-box;}

.in_grid_list_box{margin-top:0.1rem; padding:0.05rem; position:relative; width:100%; height:initial}

.in_grid_list{width:100%; margin:0 auto}

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

.in_grid_list_box .swiper-slide{height:100%;

	display:-webkit-box; display:-ms-flexbox;

	display:-webkit-flex; display:flex; flex-shrink:0;

	position:relative;

	cursor:pointer;

	background-color: #F9F9F9;

}

.in_grid_list .img{height:auto;}

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

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









.ingrid-button-prev, .ingrid-button-next{

	bottom: 0.4rem;

	width:0.5rem;

	height:0.45rem;

	background-color: #999;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);

}

.ingrid-button-prev{

	left: 0.1rem;

}

.ingrid-button-next{

	right: 0.1rem;

}

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

	font-size: 0.2rem;

	color: #fff;

}

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

	background-color: var(--i_color);

}







.single_grid_right h1{

   font-size: 0.42rem;

   color: #222;

   font-family: 'bold';

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   margin-bottom: 0.3rem;

   position: relative;

}

.single_grid_right h1::after{

   content: '';

   position: absolute;

   bottom: 0;

   left: 0;

   width: 1.04rem;

   height: 0.04rem;

   background: var(--i_color);

}

.single_grid_text{

   box-sizing: border-box;

   padding: 0.4rem;

   background: linear-gradient(to right,rgba(40,213,134,0.05),rgba(40,213,134,0));

   position: relative;

}

.single_grid_text::after{

	content: '';

	position: absolute;

	width: 0.2rem;

	height: 0.22rem;

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

	background-size: contain;

	top: 0;

	left: 0;

}

.single_grid_text article{



}
.single_grid_price{
    font-size: 0.16rem;
    color: #333;
    position: relative;
    box-sizing: border-box;
	margin-top: 0.2rem;
}
.single_grid_price span{
	font-size: 0.3rem;
    color: red;
    font-weight: bold;
}




.single_grid_btn{

	display: flex;

	flex-wrap: wrap;

	gap: 0.4rem;

	margin-top: 0.3rem;

	margin-bottom: 0.3rem;

	box-sizing: border-box;

	padding-bottom: 0.4rem;

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

	width: 100%;

}

.single_share{

   display: flex;

   align-items: center;

}

.single_share h3{

   font-size: 0.2rem;

   color: #666;

   margin-right: 0.25rem;

   font-family: 'bold';

}

.single_share_dl{

   display: flex;

   gap: 0.25rem;

}

.single_share_dl dt{



}

.single_share_dl dt a{

   background: #B1B3B5;

   width: 0.4rem;

   height: 0.4rem;

   transform: skew(-15deg);

   display: flex;

   justify-content: center;

   align-items: center;

   font-family: 'bold';

   box-shadow: 0.05rem 0.05rem 0 #868D95;

   transition: all 0.3s ease;

}

.single_share_dl dt a iconify-icon{

	font-size: 0.2rem;

	color: #fff;

	transform: skew(15deg);

}

.single_share_dl dt a:hover{

	background: var(--i_color);

	box-shadow: 5px 5px 0 var(--i_color2);

}









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

	.single_grid_right h1 {

		font-size: 0.38rem;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.34rem;

	}

	.single_share_dl dt a {

		width: 0.35rem;

		height: 0.35rem;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.3rem;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.26rem;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.22rem;

	}

	.single_grid_left {

		width: 100%;

	}

	.single_grid_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

}

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



}

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



}





/* editor */

.editor_bac{

   box-sizing: border-box;

   border-top: 0.6rem solid #F6F6F6;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.editor{



}

.editor_ul{

   border-bottom: 1px solid #EAEAEA;

   display: flex;



}

.editor_ul li{

   transform: skew(-15deg);

}

.editor_ul li p{

	font-size: 0.24rem;

	color: #333;

	font-family: 'bold';

	text-transform: capitalize;

	box-sizing: border-box;

	padding: 0.15rem 0.6rem;

	transform: skew(15deg);

}

.editor_ul li.current{

	background: var(--i_color3);

}

.editor_ul li.current p{

	color: #fff !important;

}

.editor_dl{

   box-sizing: border-box;

   padding-top: 0.4rem;

}

.editor_dl dt{



}
.editor_bac iframe{
	width: 100% !important;
	height: 6rem !important;
}


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



}

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

	.editor_ul li p {

		font-size: 0.2rem;

		padding: 0.12rem 0.4rem;

	}

	.editor_bac {

		border-top: 0.4rem solid #F6F6F6;

		padding: 0.6rem 0;

	}

}

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



}

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



}

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

	.editor_ul li p {

		font-size: 0.16rem;

		padding: 0.1rem 0.25rem;

	}
	.editor_bac iframe{
		width: 100% !important;
		height: 4rem !important;
	}

}

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



}

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



}





/* single_faq */

.single_faq_bac{

   box-sizing: border-box;

   padding-bottom: 0.8rem;

}

.single_faq{



}

.single_faq_ul{

   margin-top: 0.6rem;

   display: flex;

   flex-direction: column;

   gap: 0.4rem;

}

.single_faq_ul li{

   margin: 0.2rem 0 0 0.08rem;

   border: 1px solid #636363;

   box-sizing: border-box;

   padding: 0.4rem 4% 0.6rem 4%;

   position: relative;

   z-index: 2;

   cursor: pointer;

}

.single_faq_ul li::after{

	content: '';

	position: absolute;

	top: -0.2rem;

	left: -0.08rem;

	width: calc(100% - 0.08rem);

	height: 100%;

	background: linear-gradient(45deg,rgba(40,213,134,0.05),rgba(40,213,196,0.05));

	z-index: -1;

}

.single_faq_tit{

   display: flex;

   align-items: center;



}

.single_faq_tit h3{

   font-size: 0.24rem;

   color: var(--i_color);

   font-family: 'bold';

   width: calc(100% - 0.24rem);

   box-sizing: border-box;

   padding-right: 0.2rem;

}

.single_faq_tit i{

   display: block;

   width: 0.24rem;

   height: 0.24rem;

   position: relative;

}

.single_faq_tit i::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 0.04rem;

	background: #ACB1B8;

}

.single_faq_tit i::before{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	height: 100%;

	width: 0.04rem;

	background: #ACB1B8;

	transition: all 0.3s ease;

}















.single_faq_ul li h4{

   font-size: 0.18rem;

   line-height: 166%;

   color: #333;

   margin-top: 0.3rem;

}

.single_faq_ul li h5{

	position: absolute;

	top: -0.2rem;

	left: -0.2rem;

	width: 0.45rem;

	height: 0.4rem;

	background: var(--i_color3);

	clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);

	display: flex;

	justify-content: center;

	align-items: center;

	font-size: 0.18rem;

	color: #fff;



}



.faq_active i::before{

	height: 0;

}







.single_faq_ul li:nth-child(even)::after{

	background: linear-gradient(45deg,rgba(255,200,0,0.05),rgba(213,95,40,0.05));

}

.single_faq_ul li:nth-child(even) h3{

	color: #FFB200;

}

.single_faq_ul li:nth-child(even) h5{

	background: linear-gradient(45deg,#FFC800,#F97030);

}







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

	.single_faq_tit h3 {

		font-size: 0.22rem;

	}

}

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

	.single_faq_tit h3 {

		font-size: 0.2rem;

	}

	.single_faq_ul li h4 {

		font-size: 0.16rem;

		margin-top: 0.2rem;

	}

	.single_faq_bac{

		padding-bottom: 0.6rem;

	}

}

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



}

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



}

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

	.single_faq_ul li h4 {

		font-size: 0.14rem;

	}

	.single_faq_ul {

		margin-top: 0.4rem;

	}





}

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



}

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



}











/* single_two */



.single_two{

   margin-top: 0.6rem;

}

.single_tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.15rem;

   align-items: center;

   box-sizing: border-box;

   padding-bottom: 0.3rem;

   margin-bottom: 0.3rem;

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

}

.single_tags p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   line-height: 0.42rem;

}

.single_tags a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.08rem 0.2rem;

   background-color: #fff;

   font-size: 0.16rem;

   color: #333;

   border-radius: 0;

   clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);

}

.single_tags a:hover{

	background: var(--i_color3);

	color: #fff;

}









.sx{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   flex-wrap: wrap;

}

.sx>div{

	width: 48%;

}

.sx_left{

}

.sx a{

   display: block;

   width: 100%;

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.sx i{

   width: 0.45rem;

   height: 0.4rem;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 0%;

   box-sizing: border-box;

   clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);

   transition: all 0.3s ease;

   background-color: var(--i_color);

}

.sx i iconify-icon{

   font-size: 0.2rem;

   color: #fff;

   transition: all 0.3s ease;

}

.sx p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

   margin-right: 0.1rem;

}

.sx span{

	font-size: 0.16rem;

	color: #666;

	transition: all 0.3s ease;

}

.sx_right a {

    justify-content: flex-end;

	margin-left: auto;

}

.sx_left i{

	margin-right: 0.1rem;

}

.sx_right i{

	margin-left: 0.1rem;

}

.sx a:hover i{

	background-color: var(--i_color);

}

.sx a:hover i iconify-icon{

	color: #fff;

}



.sx_right{

	margin-left: auto;

}

.sx a:hover span{

	color: var(--i_color);

}





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



}

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



}

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

	.single_tags a {

		padding: 0.08rem 0.1rem;

		font-size: 0.14rem;

	}

	.single_tags {

		align-items: center;

	}

}

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



}

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



}

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

	.sx>div{width: 100%;}

}

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



}

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



}







/* Related_Products */

.Related_Products_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: #F6F6F6;

}

.Related_Products{



}





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

	.Related_Products_bac {

		padding: 0.6rem 0;

	}

}











/* 感谢页面 */

.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.8rem 0;

	background-color: #F9F9F9;

}

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

   display: flex;

   gap: 0.4rem;

   flex-wrap: wrap;

}

.tag_list  .products_ul li{

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

}





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



}

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





}

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



}

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

	.tag{

		padding: 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>h2 {

		font-size: 0.25rem;

	}

	.tag_list  .products_ul{

		gap: 0.2rem;

	}

	.tag_list  .products_ul li{

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

	}

}

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



}

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



}









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

.contactMenu{--menuColor:#333}

.contactMenu{position: fixed;right: 0;bottom: 0;width: 340px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);z-index: 999999999999999;}

.contactMenuBtn{width: 100%;display:-webkit-flex; display:flex; flex-wrap:nowrap;position: relative;z-index: 3;}

.contactMenuBtn dt{width: 100%;text-align: center;cursor: pointer;}

.contactMenuBtn dt a,.contactMenuBtn dt p{display: block; padding: 8px 10px;color: #FFF;}

.contactMenuBtnWA{display: none;background: #0ABA28;}

.contactMenuBtnForms{background: var(--i_color);}



.contactMenu_Forms{

	display: none;

	position: absolute;

	right: 0;

	bottom: calc(100% - 1px);

	width: 100%;

	box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);

	z-index: 999999999999;

}

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

.contactMenu_FormsTit p{color: #FFF;}

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

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

.contactMenu_Forms>span{display: block; padding: 24px; background: #FFF;}



#wpforms-38{

	--wpforms-field-size-input-height:38px;

	--wpforms-field-border-size:0;

	--wpforms-button-background-color:var(--i_color);

	--wpforms-button-border-color:var(--i_color);

	--wpforms-page-break-color:var(--i_color);

	--wpforms-label-error-color:#d63637;

}

#wpforms-38{margin:0;padding:0;}

#wpforms-form-38{width:100%;position:relative;}



#wpforms-38 .wpforms-field-container{}

#wpforms-38 .wpforms-field-container>.wpforms-field{

	width: 100%;

	padding: 0 1px 5px;

	margin: 0 0 6px;

	overflow-x:initial !important;

	position: relative;

}



#wpforms-38 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}

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



#wpforms-38 .wpforms-field-container .wpforms-field>input,

#wpforms-38 .wpforms-field-container textarea{

	border: 1px solid #CCC;

	-webkit-border-radius:4px;

	border-radius:4px;

	box-sizing: border-box;

	padding: 0.05rem 0;

}

#wpforms-38 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}



#wpforms-38 .wpforms-field-container .wpforms-field>input,

#wpforms-38 .wpforms-field-container textarea,

#wpforms-38 .wpforms-field-container select,

#wpforms-38 .wpforms-field-container .choices

{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}

#wpforms-38 .wpforms-field-container .wpforms-field>input,

#wpforms-38 .wpforms-field-container textarea,

#wpforms-38 .wpforms-field-container select

{padding-left: 14px;padding-right: 14px;}

#wpforms-38 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}

#wpforms-38 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}

#wpforms-38 .wpforms-field-container select{cursor: pointer;}

#wpforms-38 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}

#wpforms-38 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}

#wpforms-38 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}

#wpforms-38 .wpforms-field-container em.wpforms-error,#wpforms-38 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}



#wpforms-38 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}

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

	width: 100%;

	background: #DDD;

	font-size: 15px;

	color: #333;

	font-weight: bold;

	padding: 0.1rem 0.2rem;

	transition: all 0.3s ease;

	cursor: pointer;

}

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

#wpforms-38 .wpforms-submit-container button:hover{background: var(--i_color); color: #FFF;}



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

	.contactMenu{width: 100%;}

	.contactMenuBtnWA{display: block;}

	.contactMenuBtnWA a{display: block;}

}











/* 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-41 {

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

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-41 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-41 {

	width: 100%;

	overflow: hidden

}

#wpforms-41 input,

#wpforms-41 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-41 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-41 .wpforms-error-container {

	line-height: 16px

}

#wpforms-41 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

#wpforms-41 .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-41 .wpforms-field-label {

	font-size: 0

}

#wpforms-41 .wpforms-required-label {

	position: absolute;

	top: 10px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-41 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-41 input {

	height: var(--input_height)

}

#wpforms-41 textarea {

	min-height: 100px

}

#wpforms-41 input,

#wpforms-41 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-41 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-41 #wpforms-41-field_1-error,

#wpforms-41 #wpforms-41-field_2-error,

#wpforms-41 #wpforms-41-field_3-error,

#wpforms-41 #wpforms-41-field_5-error {

	position: absolute;

	font-size: 13px

}

#wpforms-41 .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-41 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

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

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

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

	display: block

}

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

	background: #FFF

}

#wpforms-41 .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{

		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-41 .wpforms-submit-container {

		height: 34px;

	}

	#wpforms-41 .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;

	}



}



.form_hide{

	display: none !important;

}





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



}

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



} */







































