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

.wrap {
	width: 78.125%;
	margin-left: auto;
	margin-right: auto;
}

.wrap_top {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.wrap_left{
	padding-left: 10.9375%;
	box-sizing: border-box;
}
.wrap_right{
	padding-right: 10.9375%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 80%
	}
	.wrap_left{padding-left: 10%;}
	.wrap_right{padding-right: 10%;}

}
@media screen and (max-width:1440px) {
	.wrap {
		width: 88%
	}
	.wrap_left{padding-left: 6%;}
	.wrap_right{padding-right: 6%;}

}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@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: #C1292E;
	/* 全局颜色 */
	--i_color2: #EC4B2E;
	/* 副颜色 */
	--i_color3: #200C5D;
	--header_height: 1.2rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
}

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

@font-face {
	font-family: "Poppins";
	src: url("static/webfonts/Poppins-Regular.ttf")
		format("woff2");
	font-weight: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("static/webfonts/poppins-semibold.woff2")
		format("woff2");
	font-weight: 600;
}
@font-face {
	font-family: "Poppins";
	src: url("static/webfonts/Poppins-Medium.ttf")
		format("woff2");
	font-weight: 700;
}
@font-face {
	font-family: "Poppins";
	src: url("static/webfonts/Poppins-Bold.ttf") format("woff2");
	font-weight: bold;
}

@font-face {
	font-family: "din";
	src: url("static/webfonts/DINPro-Medium.otf") format("woff2");
	font-weight: normal;
}

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

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
}
header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #454545;
	z-index: 2014;
}

.top_cont {
	position: relative;
	z-index: 2013;
}
.top_cont::after{
	content: '';
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: 0%;
	background: #454545;
	z-index: -1;
	transition: all 0.3s ease;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}
.TopHeader .top_cont{
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.TopHeader .top_cont::after{
	height: 100%;
}
@media screen and (max-width:1024px) {
	header {
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
		background-color: #454545;
	}
	.top_cont::after{
		background: rgba(255, 255, 255, 1);
	}
	/* .top_cont {
		background: #333 !important;
	} */
}
@media screen and (min-width:1024px){

}


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

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


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


}





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

	.i_nav>li {
		position: relative;
		padding: 0 .25rem;
		box-sizing: border-box;
	}

	.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;
        top: calc(50% + 0.2rem);
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        width: 100%;
        height: 2px;
        background-color: var(--i_color);
        border-radius: 0.5rem;
        opacity: 0;
        transition: all 0.3s ease;
	}

	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		color: #fff !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{
		opacity: 1;
        transform: translate(-50%, -50%) scale(1);
	}




	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: #fff;
		width: 2.4rem;
	}
	.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>li>a {
		display: block;
		padding: 0 .2rem 0 .2rem;
		font-size: 0.15rem;
		color: #333;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu>li>a::before {
		content: "\f324";
		font-family: "Font Awesome 5 Pro";
		font-weight: 600;
		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>li>a,
	.i_nav .sub-menu>li>a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}
    .i_nav .sub-menu .sub-menu{
		position: absolute;
		top: -2px;
		right: -2.4rem;
	}

}

@media screen and (max-width:1440px) {
	.i_nav>li {
		padding: 0 .2rem;
	}
	.i_nav>li>a {
        font-size: .18rem;
    }
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.i_nav>li {
		padding: 0 .15rem;
	}
}
@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;
		color: #222;
		line-height: .44rem;
	}

	.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: #fff;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #fff;
	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 {
	margin-left: 0.25rem;
	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: var(--i_color);
	transition: all 0.3s ease;
}

.top_email a iconify-icon:hover{
	transform: translateY(-0.05rem);
}





.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	padding-right: 0.2rem;
	box-sizing: border-box;
	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;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	backdrop-filter: blur(10px);
	background: rgba(167, 167, 167, 0.4);
}
/* .top_search_ico::after{
	content: '/';
	position: absolute;
	top: 50%;
	right: 0rem;
	font-size: 0.18rem;
	transform: translate(50%,-50%);
	color: rgba(51,51,51,0.2);
} */
.top_search_ico iconify-icon {
	font-size: 0.24rem;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s ease;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color);
}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 100%;
}
.top_language_all{
   display: inline-block;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0 0.2rem;
   cursor: pointer;
   height: 0.4rem;
   border-radius: 0.5rem;
   background: rgba(167, 167, 167, 0.4);
   backdrop-filter: blur(10px);
}
.top_language_all p{
   font-size: 0.16rem;
   color: #fff;
   margin-right: 0.05rem;
   transition: all 0.3s ease;
}
.top_language_all iconify-icon{
	font-size: 0.16rem;
	cursor: pointer;
	color: #fff;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language.on p{
	color: var(--i_color);
}
.top_language.on iconify-icon {
	color: var(--i_color);
}



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

.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.15rem;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: 0.14rem;position: relative;}
.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}
.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after{display: block;}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name{color: var(--i_color);}

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

}
@media screen and (max-width:1024px) {
	.top_language{
		margin-right: 0.2rem;
	}
}
@media screen and (max-width:768px) {

}






.top_language,
.top_language>iconify-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language_all p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:768px) {

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



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






/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	position: fixed;
	top: 1.5rem;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2000;
	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) {


}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
	}

}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
	.top_search_btn {}
}






/* 导航下拉 */
/* 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 2rem;
		justify-content: center;
	}
	.products_drop_ul li{
        width: 2.84rem;
	}
	.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: 75%;
	}
	.products_drop_img img{
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.products_drop_ul li p{
		font-size: 0.2rem;
		color: #222;
		font-weight: 600;
		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.4rem 1rem;
		}
		.products_drop_ul li{

		}
		.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: 88.28vh;
	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: 1
}
.banner .swiper-slide {
	height: 0;
	padding-bottom: 88.28vh;
	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: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;

}
@keyframes ddd{
	0%{
		transform: translate(-50%,-50%) scale(1);
	}
	100%{
		transform: translate(-50%,-50%) scale(1.2);
	}
}
.banner_img{
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	z-index: 3;
}
.banner .swiper-slide-active{
	z-index: 4;
}
.banner .swiper-slide-active>img{
	animation: ddd 6s linear forwards;
}


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





.banner-button-prev,
.banner-button-next {
	position: relative;
	top: unset;
	left: unset;
	transform: unset;
	width: 1.15rem;
	height: 0.08rem;
	z-index: 999;
	cursor: pointer;
	filter: brightness(1000) grayscale(100%);
}
.banner-button-prev {
   background: url('static/imgs/banner_left.png') center no-repeat;
   background-size: contain;
}
.banner-button-next {
	background: url('static/imgs/banner_right.png') center no-repeat;
	background-size: contain;
}


.banner-button-prev:hover,
.banner-button-next:hover {
	filter: unset;
}





.banner-pagination {

	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
	font-size: 0.12rem;
	color: #fff;
	opacity: 0.6;
	gap: 0.1rem;
	align-items: center;
}
.banner-pagination span{
	font-size: 0.18rem;
	color: #fff;
	opacity: 0.6;
	transition: all 0.3s ease;
}
.banner-pagination .swiper-pagination-current{
	font-size: 0.22rem !important;
	opacity: 1 !important;
}









@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: 42.71%
	}

	.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%);
}
.banner_text1_box{
   width: 100%;
}
.banner_text1_box h3{
   font-size: 0.5rem;
   color: #fff;
   font-weight: 600;
}
.banner_text1_box h4{
   font-size: 0.14rem;
   color: #fff;
   opacity: 0.5;
   line-height: 154%;
   margin: 0.3rem 0 0.5rem 0;
   box-sizing: border-box;
   padding-right: 50%;
}









@media screen and (max-width:1440px){
	.banner_text1_box h3{
		font-size: 0.5rem;
	}
	.banner_text1_box h4{
		margin: 0.2rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1200px){
	.banner_text1_box h3{
		font-size: 0.4rem;
	}

}
@media screen and (max-width:1024px){
	.banner_text1_box h3{
		font-size: 0.3rem;
	}
	.banner_text1 {
		top: 40%;
	}
}
@media screen and (max-width:767px){
	.banner_text1_box h3{
		font-size: 0.25rem;
	}


}
@media screen and (max-width:560px){
	.banner_text1_box h3{
		font-size: 0.2rem;
	}
	.banner_text1_box h4{
		margin: 0.1rem 0 0.2rem 0;
	}
	.banner_text1_box{
		width: 100%;
	}
	.banner_text1 {
		top: 45%;
	}
}
@media screen and (max-width:425px){
	.banner_text1_box h4{
		font-size: 0.14rem;
	}
}




/* home_btn */
.home_btn{

}
.home_btn_a{
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(167, 167, 167, 0.6);
	backdrop-filter: blur(10px);
	box-sizing: border-box;
	display: inline-block;
	padding: 0.1rem 0.25rem;
	border-radius: 0.05rem;
	position: relative;
    z-index: 2;
    overflow: hidden;
    white-space:nowrap;
}
.home_btn_flex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;

}
.home_btn_flex p{
   font-size: 0.18rem;
   color: #fff;
   text-transform: capitalize;

}
.home_btn_flex iconify-icon{
   font-size: 0.22rem;
   color: #fff;
}

.home_btn_a::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--i_color);
	top: 0;
	transition: all 0.5s ease;
	left: -50%;
    transform: translateX(-50%) rotate(-45deg);
	z-index: -1;
}
.home_btn_a::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--i_color);
	top: 0;
	transition: all 0.5s ease;
	right: -50%;
    transform: translateX(50%) rotate(-45deg);
	z-index: -1;
}

.home_btn_a:hover::after{
	transform: translateX(-50%) rotate(0deg);
	left: 50%;
}
.home_btn_a:hover::before{
	transform: translateX(50%) rotate(0deg);
	right: 50%;
}


.home_btn_red .home_btn_a{
	border: 1px solid var(--i_color);
	background: var(--i_color);
}
.home_btn_center{
	display: flex;
	justify-content: center;
}
.home_btn_red .home_btn_a::after,
.home_btn_red .home_btn_a::before{
	background-color: #454545 !important;
}










@media screen and (max-width:1440px){
	.home_btn_a{
		padding: 0.08rem 0.2rem;
	}
	.home_btn_flex p{
		font-size: 0.16rem;
	}
	.home_btn_flex iconify-icon{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1200px){

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

}
@media screen and (max-width:767px){
	.home_btn_flex p{
		font-size: 0.14rem;
	}
	.home_btn_flex iconify-icon{
		font-size: 0.18rem;
	}
}
@media screen and (max-width:560px){
	.home_btn_a{
		padding: 0.05rem 0.15rem;
	}
}
@media screen and (max-width:425px){

}

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

}



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

.HP_partner{position:relative}
.HP_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HP_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HP_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HP_partner_list a{
	border-radius: 0.08rem;
	overflow: hidden;
	position: relative;
}
.HP_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.HP_partner_list .img:before{content:""; display:block; padding-bottom:135.42%}
.HP_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}
.HP_partner_list .img::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.HP_p{
	position: absolute;
	box-sizing: border-box;
	padding: 0.3rem;
	font-size: 0.24rem;
	color: #fff;
	bottom: 0;
	left: 0;
	font-weight: 600;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    width: 100%;
	transition: all 0.3s ease;
}
.HP_text{
	position: absolute;
	box-sizing: border-box;
	padding: 0.25rem;
	position: absolute;
	bottom: -3.7rem;
	width: calc(100% - 0.6rem);
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(167, 167, 167, 0.6);
	backdrop-filter: blur(10px);
	border-radius: 0.08rem;
	transition: all 0.7s ease;
}
.HP_text h3{
    font-size: 0.24rem;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0.15rem;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    width: 100%;
}
.HP_text h4{
   line-height: 150%;
   font-size: 0.14rem;
   color: #fff;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   width: 100%;
}
.HP_text i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   background-color: var(--i_color);
   margin-top: 0.15rem;
}
.HP_text i iconify-icon{
   font-size: 0.22rem;
   color: #fff;
}

.HP_partner_list a:hover .HP_text{
	bottom: 0.3rem;
}
.HP_partner_list a:hover .HP_p{
	opacity: 0;
}




/* 指示器 */
.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;
	box-sizing: border-box;
	background: rgba(167, 167, 167, 0.6);
	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.24rem;
	color: #fff;
	transition: all 0.3s ease;
}
.HP_partner .pt-button-prev{left:1%;}
.HP_partner .pt-button-next{right:1%;}

.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){
	.HP_text h3{
		font-size: 0.22rem;
	}
	.HP_p {
		padding: 0.25rem;
		font-size: 0.22rem;
	}
	.HP_partner_list a:hover .HP_text{
		bottom: 0.25rem;
	}
	.HP_text {
		padding: 0.2rem;
		width: calc(100% - 0.5rem);
	}
	.HP_text i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.HP_text i iconify-icon{
		font-size: 0.2rem;
	}
	.home_products_bac {
		padding: 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 h3{
		font-size: 0.2rem;
	}
	.HP_partner_box {
		margin-top: 0.4rem;
	}
	.home_products_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.HP_text h3{
		font-size: 0.18rem;
	}
	.HP_text h4 {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:959px){

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

}
@media screen and (max-width:560px){
	.HP_partner_list a:hover .HP_text{
		bottom: 0.2rem;
	}
	.HP_p {
		padding: 0.2rem;
		font-size: 0.2rem;
	}
	.HP_text {
		width: calc(100% - 0.4rem);
	}
}








/* title */
.title{

}
.title p{
   font-size: 0.4rem;
   color: #333;
   font-weight: 600;
   text-transform: capitalize;
}
.title span{
	line-height: 166%;
	font-size: 0.18rem;
	color: #666;
	display: block;
	margin-top: 0.2rem;
}
.title_center p,
.title_center span{
	text-align: center;
}



@media screen and (max-width:1440px){
	.title p{
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1200px){
	.title p{
		font-size: 0.3rem;
	}
	.title span{
		font-size: 0.16rem;
		margin-top: 0.15rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.title p{
		font-size: 0.25rem;
	}
	.title span{
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:560px){
	.title span{
		font-size: 0.14rem;
	}
}
@media screen and (max-width:425px){

}


/* home_category */
.home_category_bac{

}
.home_category{
   position: relative;
}
.home_category::after{
	content: '';
	display: block;
	padding-bottom: 42.86%;
}
.home_category img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_category_text{
   position: absolute;
   top: 37%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.home_category_text h3{
   font-size: 0.52rem;
   color: #fff;
   font-weight: 600;
   line-height: 126%;
   text-transform: uppercase;
   margin-bottom: 0.4rem;
   text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}


.mergeLeft{
	animation: mergeLeft 2.5s;
}
.mergeRight{
	animation: mergeRight 2.5s;
}
@keyframes mergeLeft{
	0% {
		clip-path: circle(25% at -50% 50%);
	}
	50% {
		clip-path: circle(25% at 50% 50%);
	}
	100% {
		clip-path: circle(100% at 50% 50%);
	}
}

@keyframes mergeRight{
	0% {
		clip-path: circle(25% at 150% 50%);
	}
	50% {
		clip-path: circle(25% at 50% 50%);
	}
	100% {
		clip-path: circle(100% at 50% 50%);
	}
}






@media screen and (max-width:1440px){
	.home_category_text h3{
		font-size: 0.45rem;
	}
}
@media screen and (max-width:1200px){
	.home_category_text h3{
		font-size: 0.4rem;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:1024px){
	.home_category_text h3{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:767px){
	.home_category_text h3{
		font-size: 0.25rem;
	}
}
@media screen and (max-width:560px){
	.home_category_text h3{
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.home_category_text {
		top: 40%;
	}
}
@media screen and (max-width:425px){
	.home_category_text h3{
		font-size: 0.18rem;
	}
}



/* products_adv */
.products_adv_bac{
	background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.products_adv{

}
.products_adv_box{
   position: relative;
}
.products_adv_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.8rem 25%;
   justify-content: space-between;
   margin-top: 1rem;
}
.products_adv_ul li{
   width: 3rem;
}
.products_adv_ul li img{
   width: 0.5rem;
   height: 0.5rem;
   object-fit: contain;
}
.products_adv_ul li h3{
   font-size: 0.22rem;
   color: #333;
   line-height: 145%;
   font-weight: 600;
   margin: 0.2rem 0;
   transition: all 0.3s ease;
}
.products_adv_ul li h4{
   font-size: 0.14rem;
   color: #666;
   line-height: 150%;
}

.products_adv_ul li.current h3{
	color: var(--i_color);
}
.products_adv_center{

}
.products_adv_dl{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
}
.products_adv_dl dt{
	animation: ooo 0.7s ease;
}
.products_adv_dl dt img{
	width: 3.49rem;
	height: 4.68rem;
	border-radius: 2rem;
}
.products_adv_point{
	--big_cricle:6.4rem;
	--small_cricle:0.18rem;
	--two_cricle: calc(var(--big_cricle) / 2 * -1)
}
.products_adv_point{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
	width: var(--big_cricle);
	height: var(--big_cricle);
	border: 1px dashed rgba(153,153,153,0.5);
	border-radius: 50%;
}
.products_adv_point::after{
	content: '';
	position: absolute;
	top: -0.02rem;
    left: 0;
    width: 100%;
    height: 0.85rem;
	background-color: #FBFBFB;
}
.products_adv_point span{
	display: block !important;
	width: var(--small_cricle);
	height: var(--small_cricle);
	background-color: #fff;
	border: 2px solid var(--i_color);
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: calc(var(--small_cricle) / 2 * -1) ;
    margin-left: calc(var(--small_cricle) / 2 * -1);
	transition: all 0.3s ease;
}
.products_adv_point span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%) scale(0);
	background-color: var(--i_color);
	opacity: 0.2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.3s ease;

}
.products_adv_span1{
	transform: rotate(-60deg)  translateY(var(--two_cricle));
}
.products_adv_span2{
	transform: rotate(60deg)  translateY(var(--two_cricle));
}
.products_adv_span3{
	transform: rotate(-120deg)  translateY(var(--two_cricle));
}
.products_adv_span4{
	transform: rotate(120deg)  translateY(var(--two_cricle));
}


.products_adv_point span.on{
	background-color: var(--i_color);
}
.products_adv_point span.on::after{
	transform: translate(-50%,-50%) scale(2.5);
}






@keyframes ooo {
	0% {
		opacity: 0;
		transform: translateY(0.1rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}




@media screen and (max-width:1440px){
	.products_adv_point {
		--big_cricle:6rem;
	}
}
@media screen and (max-width:1200px){
	.products_adv_point {
		--big_cricle:5rem;
		--small_cricle:0.14rem;
	}
	.products_adv_dl dt img {
		width: 2.8rem;
		height: 3.4rem;
	}
	.products_adv_ul li img {
		width: 0.45rem;
		height: 0.45rem;
	}
	.products_adv_ul {
		gap: 0.6rem 25%;
		margin-top: 0.8rem;
	}
	.products_adv_ul li {
		width: 2.8rem;
	}
}
@media screen and (max-width:1024px){
	.products_adv_ul{
		gap: 0.4rem;
	}
	.products_adv_ul li {
        width: calc((100% - 0.4rem) / 2);
    }
	.products_adv_dl {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
	}
	.products_adv_center{
		position: relative;
	}
	.products_adv_dl dt{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.products_adv_point::after{
		display: none;
	}
	.products_adv_ul {
        margin-top: 0.6rem;
    }
	.products_adv_bac {
		padding: 0.6rem 0 1rem 0;
	}
	.products_adv_point {
        --big_cricle: 4.5rem;
    }
}
@media screen and (max-width:767px){
    .products_adv_ul {
        margin-top: 0.4rem;
    }
}
@media screen and (max-width:560px){

	.products_adv_ul li h3 {
		font-size: 0.18rem;
		margin: 0.1rem 0;
	}
	.products_adv_ul li h4 {
		font-size: 0.14rem;
	}
	.products_adv_ul{
		gap: 0.2rem;
	}
	.products_adv_ul li {
        width: calc((100% - 0.2rem) / 2);
    }
	.products_adv_ul li img {
        width: 0.4rem;
        height: 0.4rem;
    }
}
@media screen and (max-width:425px){

}


/* home_app */
.home_app_bac{
   box-sizing: border-box;
   padding-top: 1rem;
}
.home_app{

}
.home_app_box{
   position: relative;
   z-index: 2;
   margin-top: 0.6rem;
}
.home_app_box::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0.86) 100%);
}
.home_app_ul{
   display: flex;
   z-index: 2;
   flex-wrap: wrap;
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   border-left: 1px solid rgba(255, 255, 255, 0.2);
   box-sizing: border-box;
   height: 100%;
}
.home_app_ul li{
   width: 20%;
   height: 100%;

}
.home_app_ul li a{
   display: flex;
   flex-direction: column;
   width: 100%;
   border-right: 1px solid rgba(255, 255, 255, 0.2);
   box-sizing: border-box;
   height: 100%;
   padding: 0.3rem 0.25rem;
   justify-content: flex-end;
   align-items: center;
   position: relative;
   z-index: 3;
   overflow: hidden;
}
.home_app_ul li a::after{
	content: '';
	position: absolute;
	bottom: -50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.51) 100%);
	z-index: -1;
	transition: all 0.7s ease;
}
.home_app_ul li.current a::after{
	bottom: 0% !important;
}
.home_app_ul li a i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.8rem;
   height: 0.8rem;
   border-radius: 50%;
   background-color: var(--i_color2);
   position: relative;
   transition: all 0.3s ease;

}
.home_app_ul li a i::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(to top,rgba(225,255,255,0),rgba(225,255,255,1));
	-webkit-mask: radial-gradient(transparent 65%, black 70%);
	mask: radial-gradient(transparent 65%, black 70%);
}
.home_app_ul li a i img{
   width: 0.42rem;
   object-fit: contain;
   display: block;
}
.home_app_ul li a h3{
   font-size: 0.24rem;
   color: #fff;
   font-weight: 600;
   text-align: center;
   margin: 0.15rem 0 0.2rem 0;
}
.home_app_ul li a h4{
   font-size: 0.14rem;
   color: #fff;
   line-height: 0.22rem;
   height: 1.32rem;
   text-align: center;
   opacity: 0.7;
}
.home_app_ul li a iconify-icon{
   font-size: 0.3rem;
   color: #fff;
   text-align: center;
   transition: all 0.3s ease;

}
.home_app_ul li a>img{
   display: none;
}


.home_app_ul li.current a i{
	background-color: var(--i_color);
}
.home_app_ul li.current a iconify-icon{
    color: var(--i_color);
}



.home_app_dl{

}
.home_app_dl dt{
   position: relative;
}
.home_app_dl dt::after{
   content: '';
   display: block;
   padding-bottom: 40.625%;
}
.home_app_dl dt img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}




@media screen and (max-width:1440px){
	.home_app_ul li a i {
		width: 0.75rem;
		height: 0.75rem;
	}
	.home_app_ul li a i img {
		width: 0.35rem;
	}
	.home_app_ul li a h3 {
		font-size: 0.22rem;
	}
	.home_app_ul li a h4 {
		font-size: 0.14rem;
		line-height: 0.2rem;
		height: 1.2rem;
	}
	.home_app_ul li a {
		padding: 0.25rem 0.2rem;
	}
	.home_app_bac {
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.home_app_ul li a i {
		width: 0.7rem;
		height: 0.7rem;
	}
	.home_app_ul li a i img {
		width: 0.3rem;
	}
	.home_app_box {
		margin-top: 0.4rem;
	}
	.home_app_bac {
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.home_app_ul li {
		width: 50%;
	}
	.home_app_dl{
		display: none;
	}
	.home_app_ul {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		bottom: unset;
		left: unset;
		transform: unset;
	}
	.home_app_ul li a{
		position: relative;
		z-index: 2;
	}
	.home_app_ul li a>img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
		z-index: -1;
		display: block;
	}
	.home_app_ul li a::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0.86) 100%);
	}
	.home_app_box::after{
		display: none;
	}
	.home_app_ul li a h4{
		height: unset;
	}
}
@media screen and (max-width:767px){
    .home_app_ul li {
        width: 100%;
    }
	.home_app_ul{
		gap: 0.2rem;
	}
	.home_app_ul li a i {
		width: 0.55rem;
		height: 0.55rem;
	}
	.home_app_ul li a i img {
		width: 0.25rem;
	}
	.home_app_ul li a h3 {
        font-size: 0.2rem;
    }
	.home_app_ul li a::after {
		height: 100%;
	}
}
@media screen and (max-width:560px){

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

}




/* home_about */
.home_about_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
   position: relative;
   z-index: 2;
}
.home_about{

}
.home_about_img1{
	width: 4rem;
	display: block;
}
.home_about_img2{
	display: block;
	position: absolute !important;
    top: 1rem !important;
    left: auto !important;
    right: -21% !important;
    width: 91.9%;
    height: auto;
    z-index: -1;
	object-fit: contain;
}
.home_about_box{
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	margin-top: 0.4rem;
	position: relative;
	z-index: 6;
}
.home_about_left{
	width: 57.8%;
	position: relative;
	overflow: hidden;
	border-radius: 0.08rem;
}

.home_about_right{
	width: 42.2%;
	box-sizing: border-box;
	padding-left: 4%;
}
.home_about_right img{
	height: 0.36rem;
	object-fit: contain;
}
.home_about_right h3{
	font-size: 0.16rem;
	color: #222;
	line-height: 166%;
	margin: 0.3rem 0 0.4rem 0;
}

.home_about_tit{
   display: flex;
   align-items: center;
   gap: 0.35rem;
   margin-top: 0.6rem;
   margin-bottom: 0.4rem;
}
.home_about_tit span{
    display: block;
	flex-grow: 1;
    height: 0.03rem;
}
.home_about_tit1{
	background: linear-gradient(270deg, #C1292E 0%, rgba(193, 41, 46, 0) 100%);
}
.home_about_tit2{
	background: linear-gradient(-270deg, #C1292E 0%, rgba(193, 41, 46, 0) 100%);
}
.home_about_tit h4{
	font-size: 0.36rem;
	color: var(--i_color);
	font-weight: 600;
	flex-shrink: 0;
}
.home_about_ul{
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.home_about_ul li{
   position: relative;
   box-sizing: border-box;
   padding: 0 0.4rem;
}
.home_about_ul li:not(:last-child)::after{
   content: '';
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 1px;
   height: 0.38rem;
   background: rgba(51, 51, 51, 0.2);

}
.home_about_ul li img{
   height: 0.8rem;
}
.home_about_four{
   background-color: #fff;
   box-sizing: border-box;
   padding: 0.5rem 0 0.4rem 0;
   box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
   border-radius: 0.08rem;
   margin-top: 0.6rem;
}
.home_about_dl{
   display: flex;
   justify-content: space-between;
}
.home_about_dl dt{
    display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.home_about_dl dt:not(:last-child)::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 6vw);
	width: 1px;
	height: 50%;
	background: rgba(51, 51, 51, 0.2);
}
.home_about_dl dt h5{
	font-size: 0.18rem;
	color: var(--i_color);
	font-family: 'din';
	display: flex;
	align-items: flex-end;
	line-height: 100%;
}
.home_about_dl dt h5 span{
    font-size: 0.5rem;
	color: var(--i_color);
	font-family: 'din';
	line-height: 100%;
}
.home_about_dl dt h6{
	font-size: 0.14rem;
	color: #666;
	line-height: 143%;
	text-align: center;
	margin-top: 0.1rem;
	text-transform: capitalize;
}








@media screen and (max-width:1440px){
	.home_about_tit h4 {
		font-size: 0.32rem;
	}
	.home_about_right h3 {
		font-size: 0.16rem;
		margin: 0.2rem 0 0.4rem 0;
	}
	.home_about_dl dt h5 span {
		font-size: 0.45rem;
	}
	.home_about_img1 {
		width: 3.5rem;
	}
}
@media screen and (max-width:1200px){
	.home_about_tit h4 {
		font-size: 0.28rem;
	}
	.home_about_ul li img {
		height: 0.7rem;
	}
	.home_about_dl dt h5 span {
		font-size: 0.4rem;
	}
	.home_about_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1024px){
	.home_about_dl dt:not(:last-child)::after{
		display: none;
	}
}
@media screen and (max-width:767px){
	.home_about_left {
		width: 100%;
	}
	.home_about_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.home_about_tit h4 {
        font-size: 0.24rem;
    }
	.home_about_bac {
		padding: 0.6rem 0;
	}
	.home_about_ul li img {
		height: 0.6rem;
	}
	.home_about_ul li {
		padding: 0 0.3rem;
	}
	.home_about_four {
		padding: 0.4rem 0;
		margin-top: 0.4rem;
	}
	.home_about_dl{
		display: flex;
		flex-wrap: wrap;
		gap: 0.2rem;
	}
	.home_about_img1 {
		width: 3rem;
		margin-left: -1.19rem;
	}
}
@media screen and (max-width:560px){
	.home_about_ul li img {
		height: 0.5rem;
	}
	.home_about_ul li {
		padding: 0 0.2rem;
	}
	.home_about_tit h4 {
        font-size: 0.2rem;
    }
	.home_about_dl dt h5 span {
        font-size: 0.25rem;
    }
	.home_about_right img {
		height: 0.35rem;
	}
	.home_about_dl{
		flex-wrap: nowrap;
		gap: 0.05rem;
	}
	.home_about_dl dt h6{
		font-size: 0.12rem;

	}
}
@media screen and (max-width:425px){
	.home_about_ul li img {
		height: 0.4rem;
	}
	.home_about_ul li:not(:last-child)::after {

		height: 0.25rem;
	}
}








/*  */
.HA_partner_box{}

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

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


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

/* 指示器 */
.HA_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.HA_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
}
.HA_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.HA_partner .pt-button-prev, .HA_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;
}
.HA_partner .pt-button-prev iconify-icon, .HA_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.HA_partner .pt-button-prev{left:-5%;}
.HA_partner .pt-button-next{right:-5%;}

.HA_partner .pt-button-prev:hover, .HA_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.HA_partner .pt-button-prev:hover iconify-icon, .HA_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}

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

}
@media screen and (max-width:1200px){
	.HA_partner .pt-button-prev, .HA_partner .pt-button-next{display:none}
	.HA_partner .pt-pagination{display:block}
}
@media screen and (max-width:1024px){

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

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

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

}










/* home_video */
.home_video_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.home_video{

}

.home_video_box{
	position: relative;
	margin-top: 0.6rem;
}
.home_video_box::after{
	content: '';
	display: block;
	padding-bottom: 52%;
}
.home_video_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



@media screen and (max-width:1440px){
	.home_video_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_video_bac{
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.home_video_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

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

}



/* home_news */
.home_news_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background-color: #F4F4F4;
}
.home_news{

}







/*  */
.HN_partner_box{
	margin: 0.6rem 0;
}

.HN_partner{position:relative}
.HN_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HN_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HN_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HN_partner_list li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.15rem 0.15rem 0 0.15rem;
	border-radius: 0.08rem;
	background-color: #fff;
}
.HN_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	border-radius: 0.08rem;

}
.HN_partner_list .img::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	transition: all 0.5s ease;
}
.HN_partner_list .img:before{content:""; display:block; padding-bottom:73.33%}
.HN_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


.HN_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}
.HN_text{
   display: flex;
   align-items: center;
   gap: 4%;
   box-sizing: border-box;
   padding: 0.3rem 0;

}
.HN_text h3{
   font-size: 0.24rem;
   height: 0.6rem;
   line-height: 0.3rem;
   font-weight: 600;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   color: #333;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
   transition: all 0.3s ease;
}
.HN_text i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   background-color: #333;
   flex-shrink: 0;
   transition: all 0.3s ease;

}
.HN_text i iconify-icon{
   font-size: 0.24rem;
   color: #fff;
}


.HN_partner_list li a:hover .img::after{
	height: 100%;
}
.HN_partner_list li a:hover h3{
	color: var(--i_color);
}
.HN_partner_list li a:hover i{
	background-color: var(--i_color);
}











/* 指示器 */
.HN_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.HN_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
}
.HN_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.HN_partner .pt-button-prev, .HN_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;
}
.HN_partner .pt-button-prev iconify-icon, .HN_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.HN_partner .pt-button-prev{left:-5%;}
.HN_partner .pt-button-next{right:-5%;}

.HN_partner .pt-button-prev:hover, .HN_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.HN_partner .pt-button-prev:hover iconify-icon, .HN_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}

@media screen and (max-width:1440px){
	.home_news_bac {
		padding: 0.8rem 0;
	}

	.HN_text i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.HN_text i iconify-icon{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1200px){
	.HN_partner .pt-button-prev, .HN_partner .pt-button-next{display:none}
	.HN_partner .pt-pagination{display:block}
	.home_news_bac {
		padding: 0.6rem 0;
	}
	.HN_partner_box {
		margin: 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){
	.HN_text h3 {
		font-size: 0.16rem;
		height: 0.48rem;
		line-height: 0.24rem;
	}
}



/* footer */
.footer_bac{
   background-color: #1D1D1D;
}
.footer{

}
.footer_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_top img{
	height: 1rem;
}
.footer_list{
    display: flex;
	align-items: center;
	gap: 0.5rem;
}
.footer_list ul{
	display: none !important;
}
.footer_list li{

}
.footer_list li a{
	font-size: 0.18rem;
	color: #fff;
	transition: all 0.3s ease;
	position: relative;
}
.footer_list li a::after{
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	bottom: 0;
	transition: all 0.3s ease;
	background-color: var(--i_color);
}
.footer_list li a:hover::after{
   width: 100%;
   right: auto;
   left: 0;
}
.footer_center_box{
	box-sizing: border-box;
	padding: 0.6rem 0;
	border-top: 1px solid #424243;
	border-bottom: 1px solid #424243;
	position: relative;
	z-index: 2;
}
.footer_center_box>img{
	position: absolute;
	bottom: 0;
	left: -24%;
	max-width: 100%;
	width: 96.875%;
	z-index: -1;

}
.footer_center{
	display: flex;
}
.footer_left{
	width: 54%;
	box-sizing: border-box;
	padding-right: 16%;
}
.footer_left h3{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: 600;
   margin-bottom: 0.15rem;
}
.footer_left h4{
   font-size: 0.16rem;
   color: #fff;

}
.footer_ul{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
   margin: 0.7rem 0 0.4rem 0;
}
.footer_ul li{
   display: flex;
   gap: 0.15rem;
}
.footer_ul li iconify-icon{
   font-size: 0.22rem;
   color: #fff;
}
.footer_ul li a{
   font-size: 0.16rem;
   color: #fff;
   line-height: 144%;
   transition: all 0.3s ease;

}
.footer_ul li a:hover{
	color: var(--i_color);
}
.footer_dl{
   display: flex;
   gap: 0.25rem;
}
.footer_dl dt{

}
.footer_dl dt a{
   display: block;
   width: 100%;
   transition: all 0.3s ease;
}
.footer_dl dt a img{
	width: 0.4rem;
	transition: all 0.3s ease;
}
.footer_dl dt a:hover img{
	transform: translateY(-5px);
}



.footer_right{
	width: 46%;
}
.footer_down{
   box-sizing: border-box;
   padding: 0.25rem 0;
}
.footer_down p{
	font-size: 0.16rem;
	color: #fff;
}
.footer_down p a{
	font-size: 0.16rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all 0.3s ease;
}
.footer_down p a:hover{
	color: var(--i_color);
	border-bottom: 1px solid var(--i_color);
}
.footer_contact .footer_right{
	display: none;
}


@media screen and (max-width:1440px){
	.footer_list {
		gap: 0.4rem;
	}
	.footer_list li a {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1200px){

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

}
@media screen and (max-width:767px){
	.footer_right{
		display: none;
	}
	.footer_left {
		width: 100%;
		padding-right: 0%;
	}
	.footer_ul {
		margin: 0.4rem 0;
	}
	.footer_list{
		display: none;
	}
	.footer_down{
		padding: 0.25rem 0 0.75rem 0;
	}
}
@media screen and (max-width:560px){
	.footer_center_box {
		padding: 0.4rem 0;
	}
	.footer_left h3 {
		font-size: 0.25rem;
	}
	.footer_top img {
		height: 0.8rem;
	}
}
@media screen and (max-width:425px){

}







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


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

}





#wpforms-31 .wpforms-field{
	position: relative;
}
#wpforms-31 .wpforms-field-label{
	font-size: 0;
}
#wpforms-31 .wpforms-field-label span{
	position: absolute;
	top: 12px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

#wpforms-31 .wpforms-field{width:100%; margin-bottom:0.15rem; background:transparent; overflow:hidden}
#wpforms-31 .wpforms-field:nth-child(1){margin-right:0.15rem}
#wpforms-31 .wpforms-field:nth-child(1), #wpforms-31 .wpforms-field:nth-child(2){width:calc((100% - 0.15rem) / 2)}
#wpforms-31 .wpforms-field:nth-child(3){margin-right:0.15rem}
#wpforms-31 .wpforms-field:nth-child(3), #wpforms-31 .wpforms-field:nth-child(4){width:calc((100% - 0.15rem) / 2)}
#wpforms-31 input{height:var(--input_height)}
#wpforms-31 textarea{height:1.6rem}
#wpforms-31 input, #wpforms-31 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	background-color: #F4F4F4; color:#222;
	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;
	border: 1px solid rgba(51,51,51,0.2);
	border-radius: 0.05rem;
}
#wpforms-31 textarea{
	line-height: 160%;
	padding:10px;
}


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




#wpforms-31 .wpforms-submit-container button{
	overflow: hidden;width:100%; height:0.45rem;
	font-size:0.18rem; color:#FFF;
	font-weight: 600;
	display: block;
	cursor:pointer; text-transform:uppercase;
	position:relative; z-index:2;
	background-color: var(--i_color);
	width: 1.8rem;
	border-radius: 0.05rem;
	transition: all 0.3s ease;
}
#wpforms-31 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}
#wpforms-31 .wpforms-submit-container button:hover{
	background-color: #454545;
}

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

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

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

}
@media screen and (max-width:1024px){
	#wpforms-31 .wpforms-submit-container{margin: 0.2rem auto 0;}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	#wpforms-31 .wpforms-field:nth-child(1),#wpforms-31 .wpforms-field:nth-child(3){margin-right:0rem}
	#wpforms-31 .wpforms-field:nth-child(1), #wpforms-31 .wpforms-field:nth-child(2),#wpforms-31 .wpforms-field:nth-child(3),#wpforms-31 .wpforms-field:nth-child(4){width:100%}
	#wpforms-31{--input_height:0.5rem}
}
@media screen and (max-width:560px){

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

}



/* banner_about */
.banner_top{
	height: var(--header_height);
	background-color: #454545;
}
.header_black header{
	background-color: #454545;
}
.banner_about{
	position: relative;
}
.banner_about::after{
	content: '';
	display: block;
	padding-bottom: 36.46%;
}
.banner_about img{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_about_text{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_about_text p{
	font-size: 0.64rem;
	color: #FF712F;
	font-weight: 600;
	line-height: 140%;
}

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

}
@media screen and (max-width:1200px){
	.banner_about_text p{
		font-size: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.banner_about_text p{
		font-size: 0.5rem;
	}
}
@media screen and (max-width:767px){
	.banner_about_text p{
		font-size: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.banner_about_text p{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:425px){
	.banner_about_text p{
		font-size: 0.2rem;
	}
}




/* about_us */
.about_us_bac{
	background: linear-gradient(0deg, #FAFAFA 0%, rgba(255, 255, 255, 0) 100%);
	box-sizing: border-box;
	padding: 0.6rem 0 0.8rem 0;
}
.about_us{

}
.about_us_box{
   display: flex;
}
.about_us_left{
   width: 53.3%;
   box-sizing: border-box;
   padding-right: 5%;
   margin-top: 0.4rem;
}
.about_us_left h3{
	font-size: 0.18rem;
	line-height: 177%;
	color: #666;
}
.about_us_right{
   width: 46.7%;
   position: relative;
   border-radius: 0.08rem;
   overflow: hidden;
}
.about_us_right::after{
   content: '';
   display: block;
   padding-bottom: 66.71%;
}
.about_us_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.about_us_img{
	width: 15rem;
	max-width: 100%;
	display: block;
	margin: 0.6rem 0;
}
.about_us_ul{
   display: flex;
   justify-content: space-around;
}
.about_us_ul li{
    display: flex;
	flex-direction: column;
	align-items: center;

}
.about_us_ul li h4{
	font-size: 0.18rem;
	font-family: 'din';
	color: var(--i_color);
	display: flex;
    align-items: flex-end;
	margin-bottom: 0.15rem;
}
.about_us_ul li h4 span{
   font-size: 0.5rem;
   font-family: 'din';
   color: var(--i_color);
   line-height: 100%;
}
.about_us_down{
   display: flex;
   align-items: center;
   gap: 0.15rem;
}
.about_us_down img{
   width: 0.24rem;
}
.about_us_down h5{
   font-size: 0.16rem;
   color: #666;
}



@media screen and (max-width:1440px){
	.about_us_ul li h4 span {
		font-size: 0.45rem;
	}
}
@media screen and (max-width:1200px){
	.about_us_ul li h4 span {
		font-size: 0.4rem;
	}
	.about_us_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.about_us_left {
		width: 100%;
		padding-right: 0%;
	}
	.about_us_right {
		width: 100%;
	}
	.about_us_box{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.about_us_img {
		margin: 0.4rem 0;
	}
	.about_us_ul{
		gap: 0.2rem;
		flex-wrap: wrap;
	}
}
@media screen and (max-width:560px){

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

}


/* about_team */
.about_team_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.about_team{

}
.about_team_box{
    margin-top: 0.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about_team_left{
	width: 44.27%;
	position: relative;
	border-radius: 0.08rem;
	overflow: hidden;
}
.about_team_left::after{
	content: '';
	display: block;
	padding-bottom: 66.78%;
}
.about_team_left img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.about_team_right{
	width: 55.73%;
	box-sizing: border-box;
	padding-left: 4%;
}
.about_team_text{
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	box-sizing: border-box;
	padding-bottom: 0.3rem;
}
.about_team_txt{
   display: flex;
   align-items: flex-end;
   gap: 0.05rem;
   box-sizing: border-box;
   padding-left: 0.25rem;
   position: relative;
   z-index: 2;

}
.about_team_txt img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2.15rem;
	z-index: -1;
}
.about_team_txt h3{
	font-size: 0.3rem;
	color: var(--i_color);
	font-family: 'din';
	display: flex;
	gap: 0.05rem;
}
.about_team_txt h3 span{
   font-size: 0.72rem;
   color: var(--i_color);
   font-family: 'din';
   line-height: 100%;
}
.about_team_txt h4{
   font-size: 0.24rem;
   color: #666;
   font-weight: 600;
}
.about_team_text h5{
	font-size: 0.24rem;
	color: var(--i_color);
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 1rem;
	position: relative;
}
.about_team_text h5::after{
	content: '';
	position: absolute;
	left: 0.6rem;
	height: 0.3rem;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #333;
}
.about_team_right h6{
    font-size: 0.18rem;
	line-height: 166%;
	color: #666;
	margin: 0.4rem 0 0.6rem 0;
}



@media screen and (max-width:1440px){
	.about_team_txt h3 span {
		font-size: 0.6rem;
	}
	.about_team_txt img {
		width: 2rem;
	}
	.about_team_txt h4 {
		font-size: 0.22rem;
	}
	.about_team_text h5 {
		font-size: 0.22rem;
	}
	.about_team_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.about_team_txt h3 span {
        font-size: 0.5rem;
    }
	.about_team_txt img {
        width: 1.8rem;
    }
	.about_team_bac {
		padding: 0.6rem 0;
	}
	.about_team_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.about_team_right h6 {
		font-size: 0.16rem;
		margin: 0.3rem 0 0.5rem 0;
	}
	.about_team_txt h3 span {
        font-size: 0.4rem;
    }
	.about_team_txt img {
        width: 1.7rem;
    }
}
@media screen and (max-width:767px){
    .about_team_right h6 {
        margin: 0.2rem 0 0.4rem 0;
    }
	.about_team_left {
		width: 100%;
	}
	.about_team_right {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:560px){
    .about_team_txt h4 {
        font-size: 0.2rem;
    }
    .about_team_text h5 {
        font-size: 0.2rem;
		padding-left: 0.6rem;
    }
	.about_team_text h5::after {
		left: 0.4rem;
	}
}
@media screen and (max-width:425px){

}


/* certificate */
.certificate_bac{
	box-sizing: border-box;
	padding: 1rem 0;
	background-color: #FAFAFA;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.certificate_bacImg{
	position: absolute;
	top: -100%;
	left: 50%;
	transform: translateX(-50%);
	width: 84.32%;
    animation: certificate 20s forwards infinite linear;
}

@keyframes certificate{
	0%{
		transform: translateX(-50%) rotate(0);
		opacity: 0;
	}
	10%{
		opacity: 1;
	}
	20%{
		opacity: 0;
	}
	30%{
		opacity: 1;
	}
	40%{
		opacity: 0;
	}
	50%{
		opacity: 1;
	}

	60%{
		opacity: 0;
	}
	70%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	90%{
		opacity: 1;
	}
	100%{
		transform: translateX(-50%) rotate(90deg);
		opacity: 0;
	}
}
.certificate{

}



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

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

.cer_partner_list .img{
	width:68.5%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	background-color: #C8C8C8;

}
.cer_partner_list .img:before{content:""; display:block; padding-bottom:141.8%}
.cer_partner_list .img img{
	position:absolute;
	top:50%; left:50%;
	transform:translate(-50%,-50%);
	width:100%; height:100%;
	object-fit:contain;
	padding: 0.04rem;
	box-sizing: border-box;
}


.cer_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}
.cer_text{
   display: flex;
   align-items: center;
   gap: 0.1rem;
   box-sizing: border-box;
   padding: 0.2rem;
   position: relative;
   width: 100%;
   justify-content: center;
}
.cer_text::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: var(--i_color);
	transition: all 0.7s ease;
}
.cer_text img{
	width: 0.48rem;
	flex-shrink: 0;
}
.cer_text p{
	font-size: 0.16rem;
	color: #333;
}

.cer_partner_list li:hover .cer_text::after{
	right: auto;
	left: 0;
	width: 100%;
}
.cer_partner_list li:hover .cer_text p{
	color: var(--i_color);
}













/* 指示器 */
.cer_partner .pt-pagination{
	text-align:center;
	display: flex;
	justify-content: center;
	margin-top: 0.4rem;
}
.cer_partner .pt-pagination .swiper-pagination-bullet{
	width:0.5rem;
	height:2px;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:rgba(0,0,0,0.2);
	border-radius:2px;
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
}
.cer_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:var(--i_color);
}

/* 左右箭头 */
.cer_partner .pt-button-prev, .cer_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;
}
.cer_partner .pt-button-prev iconify-icon, .cer_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.cer_partner .pt-button-prev{left:-5%;}
.cer_partner .pt-button-next{right:-5%;}

.cer_partner .pt-button-prev:hover, .cer_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.cer_partner .pt-button-prev:hover iconify-icon, .cer_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}

@media screen and (max-width:1440px){
	.cer_text img{
		width: 0.4rem;
	}
	.certificate_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.certificate_bac {
		padding: 0.6rem 0;
	}
	.cer_partner_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.certificate_bacImg{
		position: absolute;
		top: -50%;
		width: 100%;
	}
}
@media screen and (max-width:560px){
	.certificate_bacImg{
		position: absolute;
		top: -20%;
		width: 100%;
	}
}



/* quality */
.quality_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.quality{

}






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

.quality_partner{position:relative}
.quality_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.quality_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.quality_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	background-color: #fff;
}
.quality_partner_list li.swiper-slide-active{
	z-index: 5;
}
.quality_partner_list .img{width:45.3%; box-sizing:border-box; position:relative; overflow:hidden}
.quality_partner_list .img:before{content:""; display:block; padding-bottom:65%}
.quality_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


.quality_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}
.quality_text{
	width: 54.7%;
	box-sizing: border-box;
	padding-right: 4%;
	padding-bottom: 0.5rem;
}
.quality_tit{
   display: flex;
   gap: 0.3rem;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   margin-bottom: 0.25rem;
   border-bottom: 1px solid rgba(51,51,51,0.2);
}
.quality_text img{
   width: 0.56rem;
}
.quality_tit h3{
	font-size: 0.3rem;
	font-weight: 600;
}
.quality_area{

}
.quality_area h4{
   font-size: 0.22rem;
   color: #333;
   font-weight: 600;
   margin-bottom: 0.3rem;
}
.quality_area h4 span{
   font-size: 0.3rem;
   color: var(--i_color);
   font-family: 'din';
}

.quality_area h5{
	font-size: 0.16rem;
	color: #666;
	line-height: 0.28rem;
    height: 1.96rem;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 2%;
}

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






/* 指示器 */
.quality_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.quality_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
}
.quality_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.LR_quality{
	display: flex;
	gap: 0.4rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
.quality_partner .pt-button-prev, .quality_partner .pt-button-next{
	position:relative;
	width:0.5rem;
	height:0.5rem;
	box-sizing: border-box;
	background-color: rgba(167,167,167,0.4);
	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;
}
.quality_partner .pt-button-prev iconify-icon, .quality_partner .pt-button-next iconify-icon{
	font-size: 0.25rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}

.quality_partner .pt-button-prev:hover, .quality_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.quality_partner .pt-button-prev:hover iconify-icon, .quality_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}

@media screen and (max-width:1440px){
	.quality_text img {
		width: 0.5rem;
	}
	.quality_tit h3 {
		font-size: 0.25rem;
	}
	.quality_area h4{
		font-size: 0.2rem;
		margin-bottom: 0.25rem;
	}
	.quality_area h4 span{
		font-size: 0.25rem;
	}
	.quality_partner .pt-button-prev, .quality_partner .pt-button-next {
		width: 0.45rem;
		height: 0.45rem;
	}
}
@media screen and (max-width:1200px){
	.quality_partner .pt-button-prev, .quality_partner .pt-button-next{display:none}
	.quality_partner .pt-pagination{display:block}
	.quality_text{
		padding-bottom: 0;
	}
	.quality_bac {
		padding: 0.6rem 0;
	}
	.quality_partner_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.quality_text {
		width: 100%;
		padding-right: 0%;
	}
	.quality_partner_list .img {
		width: 100%;
	}
	.quality_partner_list li {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.quality_tit {
		gap: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.quality_text img {
		width: 0.4rem;
	}
	.quality_tit h3 {
		font-size: 0.22rem;
	}
}



/* world */
.world_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background-color: #FAFAFA;
}
.world{

}
.world img{
	width: 15.87rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0.6rem;
}
.about_video{
	height: 5.7rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	margin-bottom: 0.8rem;
}
.about_video iframe{
	height: 100%;
}

@media screen and (max-width:1440px){
	.world_bac{
		padding: 0.8rem 0;
	}
	.about_video{
		height: 5rem;
	}
}
@media screen and (max-width:1200px){
	.world_bac{
		padding: 0.6rem 0;
	}
	.world img{
		margin-top: 0.4rem;
	}
	.about_video{
		height: 4.5rem;
	}
	.about_video{
		margin-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.about_video{
		height: 4rem;
	}
}
@media screen and (max-width:767px){

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

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

}


/* application */
.application_bac{
   box-sizing: border-box;
   padding: 1rem 0 0.4rem 0;
}
.application{

}
.application_ul{
   display: flex;
   flex-direction: column;
   margin-top: 0.6rem;
}
.application_ul li{

}
.application_tit{
   background-color: #F1F1F1;
   box-sizing: border-box;
   padding: 0.1rem 3%;
   display: flex;
   gap: 0.15rem;
   align-items: center;
}
.application_tit img{
   width: 0.6rem;
   height: 0.6rem;
   object-fit: contain;
}
.application_tit p{
   font-size: 0.25rem;
   color: #333;
   font-weight: 600;
}
.application_box{
	box-sizing: border-box;
	padding: 0.4rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.application_img_dl{
	width: 38.67%;
}
.application_img{
   width: 100%;
   overflow: hidden;
   border-radius: 0.08rem;
   position: relative;
}
.application_img::after{
   content: '';
   display: block;
   padding-bottom: 104.286%;
}
.application_ul li:nth-child(2) .application_img::after{
	padding-bottom: 113.286%;
}
.application_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.application_text{
   width: 61.33%;
   box-sizing: border-box;
   padding-left: 4%;
}
.application_text h3{
   font-size: 0.18rem;
   color: #666;
   line-height: 166%;
   margin-bottom: 0.15rem;
}
.application_dl{
   border-left: 1px solid rgba(51,51,51,0.2);
   border-bottom: 1px solid rgba(51,51,51,0.2);
}
.application_dl dt{
   border-top: 1px solid rgba(51,51,51,0.2);
   transition: all 0.3s ease;
   cursor: pointer;
}
.application_dl_tit{
   display: flex;
   align-items: center;
   gap: 0.3rem;
   box-sizing: border-box;
   padding: 0.15rem 0.3rem;
   position: relative;
}
.application_dl_tit::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.7s ease;
}
.application_dl_tit::after{
	content: '';
	position: absolute;
	top: 50%;
	left: -0.06rem;
	box-sizing: border-box;
	transform: translateY(-50%);
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 50%;
	border: 0.02rem solid var(--i_color);
	background-color: #fff;
	transition: all 0.3s ease;
}
.application_dl_tit i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.65rem;
   height: 0.65rem;
   border: 0.05rem solid #F7F7F7;
   border-radius: 50%;
   transition: all 0.3s ease;
   box-sizing: border-box;
}
.application_dl_tit i img{
   width: 0.5rem;
   height: 0.5rem;
   object-fit: contain;
}
.application_dl_tit h4{
   font-size: 0.22rem;
   color: #333;
   font-weight: 600;
}
.application_dl_area{
	background-color: #FAFAFA;
	box-sizing: border-box;
	padding: 0.2rem 0.3rem 0.2rem 1.25rem;
	border-radius: 0.16rem;
}
.application_dl_area h5{
   font-size: 0.14rem;
   color: rgba(51,51,51,0.8);
}
.application_dl dt.active{
	border-top: 1px solid transparent;
}
.application_dl dt.active .application_dl_tit::after{
	background-color: var(--i_color);
}
.application_dl dt.active .application_dl_tit::before{
	width: 100%;
	right: auto;
	left: 0;
}
.application_dl dt.active .application_dl_tit i{
	border: 1px solid var(--i_color);
}
.application_ul li:nth-child(even) .application_box{
	flex-direction: row-reverse;
}
.application_ul li:nth-child(even) .application_text {
    padding-left: 0%;
	padding-right: 4%;
}
.application_dl dt.active h4{
	color: var(--i_color);
}


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


	.application_dl_tit i {
		width: 0.6rem;
		height: 0.6rem;
	}
	.application_dl_tit {
		gap: 0.2rem;
	}
	.application_dl_tit h4 {
		font-size: 0.22rem;
	}
	.application_box {
		padding: 0.4rem 0 ;
	}
	.application_bac {
		padding: 0.8rem 0;
	}
	.application_dl_tit i img {
		width: 0.45rem;
		height: 0.45rem;
	}
	.application_dl_area{
		padding: 0.2rem 0.3rem 0.2rem 1.1rem;
	}
}
@media screen and (max-width:1200px){


	.application_bac {
		padding: 0.6rem 0 0.2rem 0;
	}
	.application_text h3 {
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
	.application_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.application_img_dl {
		width: 100%;
	}
	.application_text {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:560px){

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

}

/* service */
.service_bac{

}
.service{

}
.service_ul{

}
.service_ul li{
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.service_all{
	display: flex;
}
.service_ul li:nth-child(even){
	background-color: #FAFAFA;
}
.service_left{
   width: 30.7%;
   box-sizing: border-box;
   padding-right: 5%;
}
.service_left img{
   width: 1.2rem;
   height: 1.2rem;
   object-fit: contain;
   display: block;
   margin-bottom: 0.4rem;
}
.service_left p{
   font-size: 0.3rem;
   color: #333;
   line-height: 120%;
}
.service_right{
   width: 69.3%;
}
.service_dl{
   display: flex;
   flex-direction: column;
   gap: 0.3rem;
}
.service_dl dt{
   display: flex;
   gap: 0.25rem;
}
.service_dl dt i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.36rem;
   height: 0.36rem;
   border-radius: 50%;
   background-color: #EBEBEB;
   flex-shrink: 0;
}
.service_dl dt i img{
   width: 0.18rem;
}
.service_text{

}
.service_text h3{
   font-size: 0.18rem;
   color: #333;
   line-height: 200%;
   font-weight: 600;
}
.service_text h4{
	font-size: 0.16rem;
	color: #666;
	line-height: 200%;
}


@media screen and (max-width:1440px){
	.service_left p {
		font-size: 0.28rem;
	}
	.service_left img {
		width: 1rem;
		height: 1rem;
	}
}
@media screen and (max-width:1200px){
	.service_left p {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:560px){
	.service_left {
		width: 100%;
		padding-right: 0%;
	}
	.service_right {
		width: 100%;
	}
	.service_all{
		flex-wrap: wrap;
	}
	.service_left img {
		margin-bottom: 0.3rem;
	}
	.service_right{
		margin-top: 0.3rem;
	}
	.service_ul li {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:425px){

}


/* explore */
.explore_bac{
   box-sizing: border-box;
   padding: 0.8rem 0 1rem 0;
}
.explore{

}
.explore_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.45rem 0.35rem;
   margin-top: 0.4rem;
}
.explore_ul li{
   width: calc((100% - 0.7rem) / 3);
}
.explore_ul li a{
   display: block;
   width: 100%;
}
.explore_img{
   position: relative;
   border-radius: 0.08rem;
   overflow: hidden;
}
.explore_img::after{
   content: '';
   display: block;
   padding-bottom: 86.55%;
}
.explore_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.explore_text{

}
.explore_text h3{
   font-size: 0.18rem;
   color: #666;
   margin: 0.2rem 0;
}
.explore_text h4{
   font-size: 0.24rem;
   line-height: 0.34rem;
   height: 0.68rem;
   color: #333;
   font-weight: 600;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
   transition: all 0.3s ease;
}
.explore_i{
   display: flex;
   gap: 0.2rem;
   box-sizing: border-box;
   padding-top: 0.2rem;
   border-top: 1px solid #D6D6D6;
   margin-top: 0.2rem;
   align-items: center;
}
.explore_i h5{
   font-size: 0.14rem;
   line-height: 166%;
   color: #666;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
}
.explore_i i{
   width: 0.45rem;
   height: 0.45rem;
   border-radius: 50%;
   background-color: #333;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-shrink: 0;
   transition: all 0.3s ease;
}
.explore_i i iconify-icon{
   font-size: 0.25rem;
   color: #fff;
}

.explore_ul li a:hover h4{
	color: var(--i_color);
}
.explore_ul li a:hover i{
	background-color: var(--i_color);
}
.explore_ul li a:hover img{
	width: 110%;
	height: 110%;
}


@media screen and (max-width:1440px){
	.explore_text h4 {
		font-size: 0.22rem;
		line-height: 0.3rem;
		height: 0.6rem;
	}
	.explore_i i {
		width: 0.4rem;
		height: 0.4rem;
	}
	.explore_i i iconify-icon {
		font-size: 0.22rem;
	}
	.explore_i {
		gap: 0.15rem;
		padding-top: 0.15rem;
		margin-top: 0.15rem;
	}
	.explore_text h3 {
		font-size: 0.16rem;
		margin: 0.15rem 0;
	}
	.explore_ul {
		gap: 0.4rem 0.3rem;
	}
	.explore_ul li {
		width: calc((100% - 0.6rem) / 3);
	}
}
@media screen and (max-width:1200px){
	.explore_ul {
		gap: 0.3rem 0.2rem;
	}
	.explore_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
	.explore_bac {
		padding: 0.6rem 0 0.8rem 0;
	}
	.explore_text h4 {
        font-size: 0.2rem;
    }
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
    .explore_ul li {
        width: calc((100% - 0.2rem) / 2);
    }
}
@media screen and (max-width:560px){
    .explore_i i {
        width: 0.35rem;
        height: 0.35rem;
    }
	.explore_i i iconify-icon {
        font-size: 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 .curr_page a,
.in_page .curr_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) {

}


/* contact_us */
.contact_us_bac{
   box-sizing: border-box;
   padding: 1.6rem 0 0.8rem 0;
   position: relative;
   z-index: 2;
   background-color: #F6F6F6;
}
.contact_us_bacImg{
   position: absolute;
   top: 0.8rem;
   left: 50%;
   transform: translateX(-50%);
   max-width: 100%;
   z-index: -1;
}
.contact_us{

}
.contact_us_ul{
    display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
	margin-top: 0.6rem;
}
.contact_us_ul li{
	background: rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(10px);
	box-sizing: border-box;
	padding: 0.4rem 0.35rem;
	width: calc((100% - 0.6rem) / 3);
	border-radius: 0.08rem;
}
.contact_us_i{
   display: flex;
   gap: 0.1rem;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   margin-bottom: 0.2rem;
   border-bottom: 1px solid #fff;
}
.contact_us_i img{
   width: 0.36rem;
   height: 0.36rem;
   object-fit: contain;
}
.contact_us_i p{
   font-size: 0.2rem;
   color: #333;
   font-weight: 600;

}
.contact_us_ul li h3{
   font-size: 0.14rem;
   color: #666;
   line-height: 200%;
}

.contact_us_form{
   box-sizing: border-box;
   background-color: #fff;
   padding: 0.6rem 4%;
   margin-top: 0.8rem;
}
.contact_us_form h4{
   font-size: 0.3rem;
   color: #333;
   line-height: 160%;
   text-align: center;
   text-transform: capitalize;
   width: 75%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0.4rem;
}
.contact_us_all{

}
.contact_us  .title span{
	font-size: 0.14rem;
}


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


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

}





#wpforms-34 .wpforms-field{
	position: relative;
}
#wpforms-34 .wpforms-field-label{
	font-size: 0;
}
#wpforms-34 .wpforms-field-label span{
	position: absolute;
	top: 12px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

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


#wpforms-34 input{height:var(--input_height)}
#wpforms-34 input, #wpforms-34 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	background-color: #F7F7F7; color:#222;
	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;
	border: 1px solid #E1E1E1;
	border-radius: 0.05rem;
}
#wpforms-34 textarea{
	line-height: 160%;
	padding:10px;
	height:1.6rem;
}


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




#wpforms-34 .wpforms-submit-container button{
	overflow: hidden;width:100%; height:0.5rem;
	font-size:0.18rem; color:#FFF;
	display: block;
	cursor:pointer; text-transform:capitalize;
	position:relative; z-index:2;
	background-color: var(--i_color);
	width: 2rem;
	max-width: 100%;
	border-radius: 0.05rem;
	transition: all 0.3s ease;
	margin-top: 0.1rem;
}
#wpforms-34 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}
#wpforms-34 .wpforms-submit-container button:hover{
	background-color: #454545;
}

.contact_us_three{
   display: flex;
   gap: 0.6rem;
   margin-top: 0.6rem;
}
.contact_us_three li{
	flex: 1;
}
.contact_us_three li:last-child{
	flex: 1.8;
}
.contact_us_icon{
   display: flex;
   align-items: center;
   gap: 0.2rem;
   box-sizing: border-box;
   padding-bottom: 0.15rem;
   border-bottom: 1px solid rgba(51,51,51,0.4);
   margin-bottom: 0.15rem;
}
.contact_us_icon iconify-icon{
   font-size: 0.3rem;
}
.contact_us_icon p{
   font-size: 0.2rem;
   color: #333;
   font-weight: 600;
}
.contact_us_three li a{
   font-size: 0.16rem;
   color: #666;
   transition: all 0.3s ease;
}
.contact_us_three li a:hover{
	color: var(--i_color);
}





@media screen and (max-width:1440px){
	.contact_us_bac {
		padding: 1.4rem 0 0.8rem 0;
	}
	.contact_us_form h4 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1200px){
	.contact_us_bac {
		padding: 1.2rem 0 0.6rem 0;
	}
	.contact_us_form h4 {
		font-size: 0.26rem;
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.contact_us_form {
		padding: 0.4rem 3%;
		margin-top: 0.6rem;
	}
	.contact_us_three {
		gap: 0.4rem;
		margin-top: 0.4rem;
	}
	.contact_us_icon {
		gap: 0.15rem;
	}
}
@media screen and (max-width:1024px){
	.contact_us_ul li{
		width: 100%;
	}
	.contact_us_ul {
		gap: 0.2rem;
		margin-top: 0.4rem;
	}
	.contact_us_form h4 {
		font-size: 0.24rem;
	}
	.contact_us_bac {
		padding: 1rem 0 0.6rem 0;
	}
}
@media screen and (max-width:767px){
	.contact_us_form h4 {
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.contact_us_bac {
		padding: 0.8rem 0 0.6rem 0;
	}
	.contact_us_three li{
		width: 100%;
		flex: unset;
	}
	.contact_us_three{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:560px){
    .contact_us_form {
        padding: 0.4rem 0.2rem;
        margin-top: 0.4rem;
    }
}
@media screen and (max-width:425px){

}


/* products */
.products_bac{
  box-sizing: border-box;
  padding: 0.8rem 0 1rem 0;
}
.products{

}
.products_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.6rem 0.3rem;
   margin-top: 0.6rem;
}
.products_ul li{
   width: calc((100% - 0.6rem) / 3);
}
.products_ul li.hidden{
	display: none;
}
.products_ul li a{
   display: block;
   width: 100%;

}
.products_img{
   position: relative;
}
.products_img::after{
	content: '';
	display: block;
	padding-bottom: 100%;
}
.products_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products_text{
    display: flex;
	justify-content: center;
	margin-top: 0.6rem;
}
.products_text p{
	display: inline-block;
	background-color: var(--i_color);
	padding: 0.13rem 0.45rem;
	border-radius: 0.05rem;
	font-size: 0.2rem;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 1px solid var(--i_color);
}
.products_all{
    box-sizing: border-box;
	padding: 0.4rem 4%;
	background-color: #F4F4F4;
	display: flex;
	justify-content: center;
	margin-top: 0.6rem;
}
.products_all p{
	font-size: 0.2rem;
	color: var(--i_color);
	font-weight: 600;
	display: inline-block;
	padding: 0.12rem 0.35rem;
	border-radius: 0.05rem;
	border: 1px solid var(--i_color);
	cursor: pointer;
	transition: all 0.3s ease;
	max-width: 100%;
}
.products_all p:hover{
	color: #fff;
	background-color: var(--i_color);
}
.products_ul li a:hover .products_text p{
	background-color: transparent;
	color: var(--i_color);

}


@media screen and (max-width:1440px){
	.products_text {
		margin-top: 0.4rem;
	}
	.products_ul {
		gap: 0.4rem 0.3rem;
		margin-top: 0.4rem;
	}
	.products_text p {
		font-size: 0.18rem;
	}
	.products_ul {
        gap: 0.4rem 0.2rem;
    }
	.products_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
	.products_all {
		padding: 0.3rem 4%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.products_bac {
		padding: 0.6rem 0 0.8rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.products_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.products_text p {
		padding: 0.1rem 0.4rem;
	}
	.products_all p {
		font-size: 0.18rem;
		padding: 0.1rem 0.3rem;
	}
}
@media screen and (max-width:560px){
	.products_text p{
		width: 100%;
		text-align: center;
		padding: 0.1rem 0.2rem;
	}
	.products_text {
        margin-top: 0.2rem;
    }
	.products_all {
        padding: 0.2rem 4%;
    }
	.products_ul {
        gap: 0.4rem 0.1rem;
    }
	.products_ul li {
		width: calc((100% - 0.1rem) / 2);
	}
}
@media screen and (max-width:425px){

}


/* paivate */
.paivate_bac{

}
.paivate{

}
.paivate_ul{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.6rem;
}
.paivate_ul li{
   width: calc(100% / 3);
   box-sizing: border-box;
   padding: 0.6rem 2%;
}
.paivate_ul li:not(:last-child){
	border-right: 1px solid rgba(51,51,51,0.2);
	box-sizing: border-box;
}
.paivate_ul li h3{
   font-size: 0.3rem;
   color: #545454;
}
.paivate_ul li h4{
   font-size: 0.5rem;
   color: var(--i_color);
   font-family: 'din';
   margin: 0.35rem 0;
}
.paivate_ul li h5{
	font-size: 0.14rem;
	color: #666;
	line-height: 175%;
}
.paivate_dl{
   margin-top: 0.8rem;
   display: flex;
   flex-direction: column;
   gap: 0.6rem;
}
.paivate_dl dt{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.paivate_img{
   width: 50%;
   overflow: hidden;
   border-radius: 0.08rem;
   position: relative;
}
.paivate_img::after{
   content: '';
   display: block;
   padding-bottom: 52%;
}
.paivate_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.paivate_text{
   width: 50%;
   box-sizing: border-box;
   padding-left: 4%;
}
.paivate_text h3{
   font-size: 0.4rem;
   color: #333;
   font-weight: 600;
   line-height: 120%;
}
.paivate_text h4{
   font-size: 0.16rem;
   color: #666;
   line-height: 155%;
   margin-top: 0.3rem;
}
.paivate_dl dt:nth-child(even){
	flex-direction: row-reverse;
}
.paivate_dl dt:nth-child(even) .paivate_text{
	padding-left: 0%;
	padding-right: 4%;
}


@media screen and (max-width:1440px){
	.paivate_ul li h4 {
		font-size: 0.45rem;
		margin: 0.3rem 0;
	}
	.paivate_text h3 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1200px){
	.paivate_ul li h4 {
		font-size: 0.4rem;
		margin: 0.25rem 0;
	}
	.paivate_ul li {
		padding: 0.4rem 2%;
	}
	.paivate_ul li h3 {
		font-size: 0.25rem;
	}
	.paivate_text h3 {
		font-size: 0.3rem;
	}
	.paivate_text h4 {
		font-size: 0.16rem;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:1024px){
    .paivate_ul li h4 {
        font-size: 0.3rem;
        margin: 0.2rem 0;
    }
	.paivate_ul li h3 {
        font-size: 0.2rem;
    }
}
@media screen and (max-width:767px){
	.paivate_ul li{
		width: 100%;
	}
	.paivate_ul li {
        padding: 0rem 2%;
    }
	.paivate_ul {
		gap: 0.2rem;
		margin-top: 0.4rem;
	}
	.paivate_ul li{
		border-right: 1px solid rgba(51, 51, 51, 0.2);
	}
	.paivate_text h3 {
		font-size: 0.25rem;
	}
}
@media screen and (max-width:560px){
	.paivate_img {
		width: 100%;
	}
	.paivate_text {
		width: 100%;
		padding: 0 4% !important;
		margin-top: 0.4rem;
	}
	.paivate_dl {
		margin-top: 0.6rem;
		gap: 0.4rem;
	}
	.paivate_text h3 {
        font-size: 0.22rem;
    }
}
@media screen and (max-width:425px){

}


/* paivate_down */
.paivate_down{
   display: flex;
   flex-wrap: wrap;
   gap: 0.6rem;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.paivate_down dt{
   width: calc((100% - 0.6rem) / 2);
}
.paivate_down_img{
   position: relative;
   overflow: hidden;
   border-radius: 0.08rem;
}
.paivate_down_img::after{
   content: '';
   display: block;
   padding-bottom: 66.94%;
}
.paivate_down_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.paivate_down_text{

}
.paivate_down_text h5{
   font-size: 0.35rem;
   color: #333;
   font-weight: 600;
   margin: 0.3rem 0;
   line-height: 135%;
}
.paivate_down_text h6{
	font-size: 0.14rem;
	color: #666;
	line-height: 175%;
}



@media screen and (max-width:1440px){
	.paivate_down_text h5{
		font-size: 0.3rem;
		margin: 0.25rem 0;
	}
}
@media screen and (max-width:1200px){
	.paivate_down{
		gap: 0.4rem;
		padding: 0.6rem 0;
	}
	.paivate_down dt{
		width: calc((100% - 0.4rem) / 2);
	}
	.paivate_down_text h5{
		font-size: 0.26rem;
		margin: 0.2rem 0;
	}
}
@media screen and (max-width:1024px){
	.paivate_down_text h5{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){
    .paivate_down dt {
        width: 100%;
    }
	.paivate_down {
        padding: 0.4rem 0;
    }
}
@media screen and (max-width:425px){

}



/* products_four */
.products_four_bac{
	background: linear-gradient(144deg, #FAFBFD 35%, #ECEDEF 77%);
	box-sizing: border-box;
	padding: 1rem 0;
}
.products_four{

}
.products_four_ul{
   display: flex;
   gap: 1.2rem;
   justify-content: space-between;
}
.products_four_ul li{
   display: flex;
   flex-direction: column;
   align-items: center;
   width: calc((100% - 3.6rem) / 4);
}
.products_four_ul li i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 1.24rem;
   height: 1.24rem;
   border-radius: 50%;
   border: 1px solid rgba(0, 0, 0, 0.2);
}
.products_four_ul li i img{
   width: 0.84rem;
   object-fit: contain;
}
.products_four_ul li h3{
   font-size: 0.24rem;
   color: #333;
   font-weight: 600;
   margin:0.4rem 0;
   text-align: center;
}
.products_four_ul li h4{
   font-size: 0.14rem;
   line-height: 168.75%;
   color: #666;
   text-align: center;
}




@media screen and (max-width:1440px){
	.products_four_ul li i{
		width: 1.2rem;
		height: 1.2rem;
	}
	.products_four_ul li i img{
		width: 0.8rem;
	}
	.products_four_bac{
		padding: 0.8rem 0;
	}
	.products_four_ul{
		gap: 1rem;
	}
	.products_four_ul li{
		width: calc((100% - 3rem) / 4);
	}
	.products_four_ul li h3 {
		font-size: 0.22rem;
		margin: 0.3rem 0;
	}
}
@media screen and (max-width:1200px){
	.products_four_bac{
		padding: 0.6rem 0;
	}
	.products_four_ul li i{
		width: 1rem;
		height: 1rem;
	}
	.products_four_ul li i img{
		width: 0.6rem;
	}
	.products_four_ul{
		gap: 0.8rem;
	}
	.products_four_ul li{
		width: calc((100% - 2.4rem) / 4);
	}
	.products_four_ul li h3 {
		font-size: 0.2rem;
		margin: 0.2rem 0;
	}
}
@media screen and (max-width:1024px){
	.products_four_ul{
		gap: 0.4rem;
	}
	.products_four_ul li{
		width: calc((100% - 1.2rem) / 4);
	}
	.products_four_ul li i{
		width: 0.8rem;
		height: 0.8rem;
	}
	.products_four_ul li i img{
		width: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.products_four_ul{
		flex-wrap: wrap;
	}
    .products_four_ul li {
        width: calc((100% - 0.4rem) / 2);
    }
	.products_four_ul li h4 {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){

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

}



/* products_solutions */
.products_solutions_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.products_solutions{

}
.products_solutions img{
	width: 15rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0.6rem;

}


@media screen and (max-width:1440px){
	.products_solutions_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.products_solutions_bac{
		padding: 0.6rem 0;
	}
	.products_solutions img{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

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

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

}


/* products_list */
.products_list_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.products_list{

}
.products_list h3{
   font-size: 0.4rem;
   color: #333;
   font-weight: 600;
}
.products_list_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.6rem 0.3rem;
   margin-top: 0.6rem;
}
.products_list_ul li{
   width: calc((100% - 0.6rem) / 3);
}
.products_list_ul li.hidden{
	display: none;
}
.products_list_a{
   display: block;
   width: 100%;

}
.products_list_img{
   position: relative;
   transition: all 0.3s ease;
}
.products_list_img::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.products_list_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products_list_text{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding-top: 0.4rem;
}
.products_list_text p{
   font-size: 0.3rem;
   color: #333;
   font-weight: 600;
   text-align: center;
   transition: all 0.3s ease;
}
.products_list_btn{
	display: inline-block;
	box-sizing: border-box;
	padding: 0.09rem 0.26rem;
	border-radius: 0.05rem;
	border: 1px solid var(--i_color);
	margin-top: 0.4rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.products_list_btn::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--i_color);
	transition: all 0.5s ease;
	z-index: -1;
}
.products_list_flex{
   display: flex;
   align-items: center;
   gap: 0.1rem;
}
.products_list_btn h4{
   font-size: 0.18rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}
.products_list_btn iconify-icon{
   font-size: 0.22rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}
.products_list_a:hover p{
	color: var(--i_color);
}
.products_list_a:hover .products_list_btn::after{
	width: 100%;
	right: auto;
	left: 0;
}
.products_list_a:hover h4,
.products_list_a:hover iconify-icon{
	color: #fff;
}
.products_list_a:hover .products_list_img{
	box-shadow: 0 0 0.1rem 0px rgba(0, 0, 0, 0.12);
}



@media screen and (max-width:1440px){
	.products_list h3 {
		font-size: 0.35rem;
	}
	.products_list_ul {
		gap: 0.4rem 0.2rem;
		margin-top: 0.4rem;
	}
	.products_list_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
	.products_list_btn {
		margin-top: 0.3rem;
	}
	.products_list_text {
		padding-top: 0.3rem;
	}
}
@media screen and (max-width:1200px){
	.products_list h3 {
		font-size: 0.3rem;
	}
	.products_list_btn h4 {
		font-size: 0.16rem;
	}
	.products_list_btn iconify-icon {
		font-size: 0.2rem;
	}
	.products_list_text p {
		font-size: 0.25rem;
	}
	.products_list_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.products_list h3 {
		font-size: 0.25rem;
	}
}
@media screen and (max-width:767px){
    .products_list_ul li {
        width: calc((100% - 0.2rem) / 2);
    }
	.products_list_btn {
		padding: 0.08rem 0.22rem;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.products_list_ul {
		gap: 0.4rem 0.1rem;
	}
	.products_list_ul li {
		width: calc((100% - 0.1rem) / 2);
	}
}
@media screen and (max-width:425px){

}


/* category_three */
.category_three_bac{
   box-sizing: border-box;
   padding-bottom: 0.8rem;
}
.category_three{

}
.category_three_ul{
   display: flex;
   flex-wrap: wrap;
}
.category_three_ul li{
   width: calc(100% / 3);
   box-sizing: border-box;
   padding: 0 4%;
}
.category_three_ul li h3{
   font-size: 0.5rem;
   color: var(--i_color);
   font-family: 'din';
   text-align: center;
}
.category_three_ul li h4{
   font-size: 0.25rem;
   color: #333;
   text-align: center;
   line-height: 160%;
   margin: 0.1rem 0 0.05rem 0;
}
.category_three_ul li h5{
   font-size: 0.16rem;
   color: #666;
   text-align: center;
}

@media screen and (max-width:1440px){
	.category_three_ul li h3{
		font-size: 0.5rem;
	}
	.category_three_ul li h4{
		font-size: 0.28rem;
    }
}
@media screen and (max-width:1200px){
	.category_three_ul li h3{
		font-size: 0.4rem;
	}
	.category_three_ul li h4{
		font-size: 0.25rem;
		margin: 0.15rem 0;
    }
	.category_three_bac {
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.category_three_ul li h3{
		font-size: 0.3rem;
	}
	.category_three_ul li h4{
		font-size: 0.2rem;
    }
}
@media screen and (max-width:767px){
	.category_three_ul li{
		width: 50%;
	}
	.category_three_ul{
		gap: 0.2rem 0;
	}
}
@media screen and (max-width:560px){
	.category_three_ul li h3{
		font-size: 0.25rem;
	}
	.category_three_ul li h4{
		font-size: 0.18rem;
		margin: 0.1rem 0 0rem 0;
    }
}
@media screen and (max-width:425px){

}


/* category_tw */
.category_tw_bac{
   box-sizing: border-box;
   padding: 0 0 1rem 0;
}
.category_tw{

}
.category_tw_ul{
   display: flex;
   flex-direction: column;
   gap: 0.6rem;
}
.category_tw_ul li{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.category_tw_img{
   width: 50%;
   position: relative;
   border-radius: 0.08rem;
   overflow: hidden;
}
.category_tw_img::after{
   content: '';
   display: block;
   padding-bottom: 65.33%;
}
.category_tw_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.category_tw_text{
   width: 50%;
   box-sizing: border-box;
   padding-left: 4%;
}
.category_tw_text img{
   width: 0.8rem;
   height: 0.8rem;
   object-fit: contain;
}
.category_tw_text h3{
   font-size: 0.4rem;
   line-height: 120%;
   color: #333;
   font-weight: 600;
   margin: 0.4rem 0 0.25rem 0;
}
.category_tw_text h4{
   font-size: 0.16rem;
   color: #666;
   line-height: 175%;
}
.category_tw_ul li:nth-child(even){
	flex-direction: row-reverse;
}
.category_tw_ul li:nth-child(even) .category_tw_text {
    padding-left: 0%;
	padding-right: 4%;
}


@media screen and (max-width:1440px){
	.category_tw_text img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.category_tw_text h3 {
		font-size: 0.35rem;
		margin: 0.3rem 0 0.2rem 0;
	}
	.category_tw_bac {
		padding: 0 0 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.category_tw_text img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.category_tw_text h3 {
		font-size: 0.3rem;
	}
	.category_tw_ul {
		gap: 0.4rem;
	}
	.category_tw_bac {
		padding: 0 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.category_tw_text img {
		width: 0.4rem;
		height: 0.4rem;
	}
	.category_tw_text h3 {
		font-size: 0.25rem;
	}
}
@media screen and (max-width:767px){
	.category_tw_text h3 {
		font-size: 0.2rem;
	}
	.category_tw_img {
		width: 100%;
	}
	.category_tw_text {
		width: 100%;
		margin-top: 0.4rem;
		padding: 0% !important;
	}
}
@media screen and (max-width:560px){

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

}



/* sustainability */
.sustainability_bac{
	box-sizing: border-box;
	padding: 1rem 0;
	background: url('static/imgs/sustainability_bac.webp') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0.8rem;

}
.sustainability{

}
.sustainability_box{
   display: flex;
   flex-direction: column;
   align-items: center;
   box-sizing: border-box;
   padding: 0.7rem 5%;
   background: rgba(0, 0, 0, 0.3);
   border-left: 1px solid rgba(255, 255, 255, 0.8);
   border-right: 1px solid rgba(255, 255, 255, 0.8);
   position: relative;
}

.sustainability_box::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 100%);
}
.sustainability_box::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 100%);
}
.sustainability_box h3{
   font-size: 0.4rem;
   color: #fff;
   font-weight: 600;
   text-align: center;
}
.sustainability_box h4{
   font-size: 0.16rem;
   color: #fff;
   line-height: 175%;
   margin: 0.4rem 0;
   text-align: center;
}
.sustainability_box img{
    width: 5.5rem;
	max-width: 100%;
}



@media screen and (max-width:1440px){
	.sustainability_box h3 {
		font-size: 0.35rem;
	}
	.sustainability_box h4 {
		margin: 0.3rem 0;
	}
	.sustainability_box img {
		width: 5rem;
	}
	.sustainability_box {
		padding: 0.6rem 5%;
	}
	.sustainability_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.sustainability_box h3 {
		font-size: 0.3rem;
	}
	.sustainability_box h4 {
		margin: 0.25rem 0;
	}
	.sustainability_box img {
		width: 4.5rem;
	}
	.sustainability_bac{
		margin-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.sustainability_box h3 {
		font-size: 0.25rem;
	}
	.sustainability_box h4 {
		margin: 0.2rem 0;
	}
	.sustainability_box img {
		width: 4rem;
	}
}
@media screen and (max-width:767px){
	.sustainability_bac {
		background-attachment: unset;
	}
}
@media screen and (max-width:560px){
    .sustainability_box img {
        width: 3rem;
    }
	.sustainability_box h4 {
		font-size: 0.14rem;
	}
	.sustainability_box {
        padding: 0.4rem 5%;
    }
	.sustainability_bac {
        padding: 0.6rem 0;
    }
}
@media screen and (max-width:425px){
	.sustainability_box img {
        width: 2.5rem;
    }
}


/* single_grid */
.single_grid_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.single_grid{

}
.single_grid_top{
   background-color: #F4F4F4;
   box-sizing: border-box;
   padding: 0.2rem 3%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.single_grid_top h3{
   font-size: 0.3rem;
   color: #999;
   font-weight: 600;
}
.single_grid_ul{
   display: flex;
   gap: 0.2rem;
}
.single_grid_ul li{
   font-size: 0.3rem;
   color: #999;
   font-weight: 600;
   box-sizing: border-box;
   padding: 0.15rem;
   transition: all 0.3s ease;
   position: relative;
   z-index: 2;
   cursor: pointer;
}
.single_grid_ul li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	width: 100%;
	height: 100%;
	background-color: var(--i_color);
	transition: all 0.3s ease;
	opacity: 0;
	z-index: -1;
	border-radius: 0.3rem;
}
.single_grid_ul li.current{
	color: #fff;
}
.single_grid_ul li.current::after{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}



.single_grid_dl{
    margin-top: 0.6rem;
}
.single_grid_dl>dt{

}
.single_grid_box{
    display: flex;
	flex-wrap: wrap;
}
.single_grid_left{
    width: 38.67%;
	display: flex;
    flex-direction: column;
	align-items: center;
}
.single_grid_model{
    display: inline-block;
    margin-top: 0.3rem;
}
.single_grid_modelBox{
	display: flex;
	justify-content: center;
	border: 1px solid var(--i_color);
	border-radius: 0.05rem;
	align-items: center;
}
.single_grid_model h3{
	box-sizing: border-box;
	padding: 0.1rem 0.25rem;
	font-size: 0.3rem;
	color: #999;
	font-weight: 600;
}
.single_grid_person{
   display: flex;
   align-items: center;
   gap: 0.2rem;
   border-radius: 0.05rem;
   box-sizing: border-box;
   padding: 0.1rem 0.25rem;
   background-color: var(--i_color);
}
.single_grid_person i{
   display: block;
   width: 0.3rem;
   height: 0.3rem;
   background: url('static/imgs/Person.png') center no-repeat;
   background-size: contain;
}
.single_grid_person h4{
   font-size: 0.24rem;
   color: #fff;
   font-weight: 600;
}
.single_grid_img{
   width: 100%;
   margin-top: 0.6rem;
}
.single_grid_imgUl{

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

.single_grid_right{
	width: 61.33%;
	box-sizing: border-box;
	padding-left: 5%;
}
.single_grid_right>h3{
	font-size: 0.3rem;
	color: #333;
	font-weight: 600;
	margin-bottom: 0.25rem;
}
.single_grid_list{
	border-top: 1px solid rgba(153,153,153,0.3);
}
.single_grid_list li{
    box-sizing: border-box;
	padding: 0.15rem 0;
	display: flex;
	border-bottom: 1px solid rgba(153,153,153,0.3);
}
.single_grid_list li h4{
    width: 31%;
	font-size: 0.18rem;
	color: #333;
	line-height: 175%;
	box-sizing: border-box;
	padding-right: 0.1rem;
	flex-shrink: 0;
}
.single_grid_list li h5{
    width: 69%;
	font-size: 0.16rem;
	color: rgba(51,51,51,0.5);
	line-height: 175%;
}
.single_grid_color{

}
.single_grid_color li{
	box-sizing: border-box;
	padding: 0.15rem 0;
	display: flex;
	border-bottom: 1px solid rgba(153,153,153,0.3);
}
.single_grid_color li h4{
	width: 31%;
	font-size: 0.18rem;
	color: #333;
	line-height: 175%;
	box-sizing: border-box;
	padding-right: 0.1rem;
	flex-shrink: 0;
}
.single_grid_app{
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem;
}
.single_grid_app dt{
   display: flex;
   flex-direction: column;
   align-items: center;
   cursor: pointer;
}
.single_grid_app dt i{
	display: block;
	position: relative;
	z-index: 2;
}
.single_grid_app dt img{
   width: 0.36rem;
   height: 0.36rem;
   border-radius: 50%;
   object-fit: cover;
   position: relative;
   display: block;
}
.single_grid_app dt i::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	width: 120%;
	height: 120%;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	opacity: 0.5;
	transition: all 0.3s ease;
	border-radius: 50%;
    z-index: -1;
}
.single_grid_app dt p{
   font-size: 0.14rem;
   color: rgba(51,51,51,0.5);
   margin-top: 0.1rem;
   text-align: center;
   transition: all 0.3s ease;
}
.single_grid_app dt.current i::after{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.single_grid_color.current h4{
	color: var(--i_color);
}
.single_grid_right .single_grid_model{
	display: none;
}
.single_grid_app dt.current p{
	color: var(--i_color);
}

@media screen and (max-width:1440px){
	.single_grid_top h3 {
		font-size: 0.26rem;
	}
	.single_grid_ul li {
		font-size: 0.26rem;
		padding: 0.12rem;
	}
	.single_grid_ul li::after {
		border-radius: 0.24rem;
	}
	.single_grid_model h3 {
		padding: 0.1rem 0.25rem;
		font-size: 0.26rem;
	}
	.single_grid_person h4 {
		font-size: 0.22rem;
	}
	.single_grid_person i {
		width: 0.26rem;
		height: 0.26rem;
	}
	.single_grid_person {
		gap: 0.15rem;
		padding: 0.1rem 0.25rem;
	}
	.single_grid_right>h3 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1200px){
	.single_grid_top h3 {
		font-size: 0.22rem;
	}
	.single_grid_ul li {
		font-size: 0.22rem;
		padding: 0.1rem;
	}
	.single_grid_ul li::after {
		border-radius: 0.2rem;
	}
	.single_grid_bac {
		padding: 0.6rem 0;
	}
	.single_grid_model h3 {
		padding: 0.08rem 0.2rem;
		font-size: 0.24rem;
	}
	.single_grid_person h4 {
		font-size: 0.2rem;
	}
	.single_grid_person i {
		width: 0.25rem;
		height: 0.25rem;
	}
	.single_grid_person {
		gap: 0.1rem;
		padding: 0.08rem 0.2rem;
	}
}
@media screen and (max-width:1024px){
	.single_grid_ul li {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:767px){
	.single_grid_ul {
		gap: 0.1rem;
	}
	.single_grid_left {
		width: 100%;
	}
	.single_grid_right {
		width: 100%;
		padding-left: 0%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.single_grid_box {
		flex-direction: column-reverse;
	}
	.single_grid_right .single_grid_model{
		display: block;
		margin-bottom: 0.4rem;
		margin-top: 0;
	}
	.single_grid_left .single_grid_model{
		display: none;
	}
	.single_grid_list,
	.single_grid_colorAll{
		width: 100%;
	}
	.single_grid_colorAll{
		display: flex;
		flex-direction: column-reverse;
	}
	.single_grid_dl {
		margin-top: 0.4rem;
	}
	.single_grid_app dt img{
		width: 0.3rem;
		height: 0.3rem;
	}
	.single_grid_img {
		margin-top: 0.4rem;
	}
	.single_grid_top {
		padding: 0.1rem 3%;
	}
}
@media screen and (max-width:560px){
	.single_grid_list li h4 {
		width: 100%;
		padding-right: 0rem;
	}
	.single_grid_list li{
		flex-wrap: wrap;
		gap: 0.1rem;
	}
	.single_grid_list li h5{
		width: 100%;
	}
	.single_grid_color li h4 {
		width: 100%;
		padding-right: 0rem;
	}
	.single_grid_color li{
		flex-wrap: wrap;
		gap: 0.1rem;
	}
	.single_grid_app{
		width: 100%;
	}
	.single_grid_model h3 {
        font-size: 0.2rem;
    }
}
@media screen and (max-width:425px){

}


/* single_one */
.single_one_bac{
   background-color: #FAFAFA;
   box-sizing: border-box;
   padding: 1rem 0;
}
.single_one{

}
.single_one_box{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.6rem;
}
.single_one_left{
   position: relative;
   border-radius: 0.08rem;
   overflow: hidden;
   width: 44%;
}
.single_one_left::after{
   content: '';
   display: block;
   padding-bottom: 72.72%;
}
.single_one_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.single_one_right{
   width: 56%;
}
.single_one_ul{
   display: flex;
   flex-wrap: wrap;
   height: 100%;
}
.single_one_ul li{
   width: calc(100% / 3);
   height: 50%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.single_one_ul li:nth-child(odd){
	background-color: #fff;
}
.single_one_ul li img{
   width: 0.8rem;
   height: 0.8rem;
   object-fit: contain;
}
.single_one_ul li p{
   font-size: 0.18rem;
   color: #333;
   text-align: center;
   margin-top: 0.25rem;
}



@media screen and (max-width:1440px){
	.single_one_ul li img {
		width: 0.7rem;
		height: 0.7rem;
	}
	.single_one_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.single_one_ul li img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.single_one_ul li p {
		font-size: 0.16rem;
		margin-top: 0.2rem;
	}
	.single_one_bac {
		padding: 0.6rem 0;
	}
	.single_one_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.single_one_left {
		width: 100%;
	}
	.single_one_right {
		width: 100%;
	}
	.single_one_ul li{
		box-sizing: border-box;
		padding: 0.45rem 0.1rem;
	}
}
@media screen and (max-width:560px){
	.single_one_ul li{
		padding: 0.25rem 0.1rem;
	}
	.single_one_ul li p {
        font-size: 0.14rem;
		margin-top: 0.1rem;
    }
	.single_one_ul li img {
		width: 0.5rem;
		height: 0.5rem;
	}
}
@media screen and (max-width:425px){

}


/* single_two */
.single_two_bac{
   margin-top: 0.8rem;
}
.single_two{

}
.single_two_ul{
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   gap: 0.6rem;
}
.single_two_ul li{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.single_two_ul li:nth-child(even){
	flex-direction: row-reverse;
}
.single_two_left{
   width: 62%;
   box-sizing: border-box;
   padding-right: 7%;
}
.single_two_ul li:nth-child(even) .single_two_left{
	padding-right: 0%;
	padding-left: 7%;
}
.single_two_left h3{
   font-size: 0.48rem;
   color: #333;
   line-height: 125%;
   font-weight: 600;
}
.single_two_left h4{
   font-size: 0.16rem;
   color: #666;
   line-height: 175%;
   margin-top: 0.4rem;
}
.single_two_right{
   width: 38%;
   position: relative;
   border-radius: 0.05rem;
   overflow: hidden;
}
.single_two_right::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.single_two_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}



@media screen and (max-width:1440px){
	.single_two_left h3 {
		font-size: 0.4rem;
	}
	.single_two_left h4 {
		margin-top: 0.3rem;
	}
	.single_two_left {
		padding-right: 6%;
	}
}
@media screen and (max-width:1200px){
	.single_two_left h3 {
		font-size: 0.35rem;
	}
	.single_two_left h4 {
		margin-top: 0.2rem;
	}
	.single_two_left {
		padding-right: 5%;
	}
	.single_two_bac {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.single_two_left h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:767px){
	.single_two_left h3 {
		font-size: 0.25rem;
	}
}
@media screen and (max-width:560px){
	.single_two_left {
		width: 100%;
		padding: 0% !important;
	}
	.single_two_right {
		width: 100%;
	}
	.single_two_ul li {
		flex-direction: column-reverse !important;
		gap: 0.4rem;
	}
	.single_two_ul {
		gap: 0.4rem;
	}
	.single_two_left h3 {
        font-size: 0.22rem;
    }
}
@media screen and (max-width:425px){

}



/* single_three */
.single_three_bac{
   box-sizing: border-box;
   padding-top: 0.8rem;
}
.single_three{

}
.single_three_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.6rem;
}
.single_three_ul li{
   width: calc((100% - 0.6rem) / 2);
}
.single_three_img{
   position: relative;
   overflow: hidden;
   border-radius: 0.08rem;
}
.single_three_img::after{
   content: '';
   display: block;
   padding-bottom: 66.94%;
}
.single_three_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.single_three_text{

}
.single_three_text h3{
   font-size: 0.45rem;
   color: #333;
   font-weight: 600;
   line-height: 140%;
   margin: 0.3rem 0 0.2rem 0;
}
.single_three_text h4{
   font-size: 0.16rem;
   color: #666;
   line-height: 175%;
}



@media screen and (max-width:1440px){
	.single_three_text h3{
		font-size: 0.4rem;
	}
	.single_three_ul {
		gap: 0.4rem;
	}
	.single_three_ul li {
		width: calc((100% - 0.4rem) / 2);
	}
}
@media screen and (max-width:1200px){
	.single_three_text h3{
		font-size: 0.35rem;
		margin: 0.2rem 0 0.1rem 0;
	}
	.single_three_bac {
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.single_three_text h3{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:767px){
	.single_three_text h3{
		font-size: 0.25rem;
	}
}
@media screen and (max-width:560px){
	.single_three_text h3{
		font-size: 0.2rem;
	}
	.single_three_ul li{
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* single_four */
.single_four_bac{
   box-sizing: border-box;
   padding-top: 1rem;
}
.single_four{

}
.single_four_ul{

}
.single_four_ul li{
   display: flex;
   flex-wrap: wrap;
}
.single_four_left{
    width: 50%;
	position: relative;
}
.single_four_left::after{
   content: '';
   display: block;
   padding-bottom: 47.92%;
}
.single_four_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.single_four_right{
   width: 50%;
   box-sizing: border-box;
   padding: 0.2rem 10.9375% 0.2rem 0.85rem;
   background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
   align-items: flex-start;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.single_four_box{
    display: flex;
	gap: 0.4rem;
	position: relative;
	margin-bottom: 0.3rem;
}
.single_four_box::after{
	content: '';
	position: absolute;
	left: -0.85rem;
	top: 0;
	width: 0.7rem;
	height: 0.7rem;
	background: url('static/imgs/single_four2.png') center no-repeat;
	background-size: contain;
}
.single_four_box h3{
    font-size: 0.48rem;
	color: #333;
	font-weight: 600;
	display: inline-block;
	max-width: 63%;

}
.single_four_box img{
	width: 0.8rem;
	height: 0.8rem;
	object-fit: contain;
	flex-shrink: 0;
}
.single_four_right h4{
    font-size: 0.16rem;
	color: #666;
	line-height: 0.28rem;
	max-height: 1.68rem;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 0.1rem;
}

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


.single_four_ul li:nth-child(even) .single_four_right{
	padding: 0.2rem 0.85rem  0.2rem 10.9375%;
	align-items: flex-end;
}
.single_four_ul li:nth-child(even) .single_four_box::after{
	transform: rotate(180deg);
	left: unset;
	right: -0.85rem;
}
.single_four_ul li:nth-child(even){
	flex-direction: row-reverse;
}
.single_four_ul li:nth-child(even) .single_four_box{
	flex-direction: row-reverse;
}
.single_four_ul li:nth-child(even) h3,
.single_four_ul li:nth-child(even) h4{
	text-align: right;
}


.single_video{
	margin-top: 0.8rem;
	margin-bottom: 0;
}


@media screen and (max-width:1600px){
	.single_four_right{
		padding: 0.2rem 10% 0.2rem 0.75rem;
	}
	.single_four_ul li:nth-child(even) .single_four_right{
		padding: 0.2rem 0.75rem  0.2rem 10%;
	}
	.single_four_box::after {
		left: -0.75rem;
		width: 0.6rem;
		height: 0.6rem;
	}
	.single_four_ul li:nth-child(even) .single_four_box::after{
		right: -0.75rem;
	}
	.single_four_box h3 {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1440px){
	.single_four_right{
		padding: 0.2rem 6% 0.2rem 0.65rem;
	}
	.single_four_ul li:nth-child(even) .single_four_right{
		padding: 0.2rem 0.65rem  0.2rem 6%;
	}
	.single_four_box::after {
		left: -0.65rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	.single_four_ul li:nth-child(even) .single_four_box::after{
		right: -0.65rem;
	}
	.single_four_box img {
		width: 0.7rem;
		height: 0.7rem;
	}
	.single_four_bac{
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.single_four_right{
		padding: 0.2rem 3% 0.2rem 0.55rem;
	}
	.single_four_ul li:nth-child(even) .single_four_right{
		padding: 0.2rem 0.55rem  0.2rem 3%;
	}
	.single_four_box::after {
		left: -0.55rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	.single_four_ul li:nth-child(even) .single_four_box::after{
		right: -0.55rem;
	}
	.single_four_box h3 {
		font-size: 0.35rem;
	}
	.single_four_box img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.single_four_box {
		gap: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.single_video{
		margin-top: 0.6rem;
	}
	.single_four_bac{
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.single_four_box h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:767px){
	.single_four_left {
		width: 100%;
	}
	.single_four_right {
		width: 100%;
	}
	.single_four_right {
        padding: 0.4rem 3% !important;
		align-items: flex-start !important;
    }
	.single_four_box{
		box-sizing: border-box;
		padding-left: 0.6rem;
		align-items: center;
	}
	.single_four_box::after {
        left: 0rem !important;
		right: unset !important;
		width: 0.5rem;
        height: 0.5rem;
		top: 50%;
		transform: translateY(-50%) rotate(0deg) !important;
    }
	.single_four_box h3 {
		max-width: unset;
	}
	.single_four_ul li:nth-child(even) .single_four_box::after{
		transform: rotate(0deg);
	}
	.single_four_ul li:nth-child(even){
		flex-direction: row;
	}
	.single_four_ul li:nth-child(even) .single_four_box{
		flex-direction: row;
	}
	.single_four_ul li:nth-child(even) h3,
	.single_four_ul li:nth-child(even) h4{
		text-align: left;
	}
	.single_video{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
    .single_four_box h3 {
        font-size: 0.25rem;
    }
	.single_four_box img {
        width: 0.5rem;
        height: 0.5rem;
    }
}
@media screen and (max-width:425px){
	.single_four_box img {
        width: 0.4rem;
        height: 0.4rem;
    }
}



/* related_products */
.related_products_bac{
    box-sizing: border-box;
	padding: 1rem 0;
}
.related_products{

}






/*  */
.rela_partner_box{
	margin-top: 0.5rem;
}

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









/* 指示器 */
.rela_partner .pt-pagination{
	text-align:center;
	margin-top: 0.6rem;
}
.rela_partner .pt-pagination .swiper-pagination-bullet{
	width:0.45rem;
	height:2px;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background: rgba(0, 0, 0, 0.2);
	border-radius:2px;
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
}
.rela_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:var(--i_color);
}

/* 左右箭头 */
.rela_partner .pt-button-prev, .rela_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;
}
.rela_partner .pt-button-prev iconify-icon, .rela_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.rela_partner .pt-button-prev{left:-5%;}
.rela_partner .pt-button-next{right:-5%;}

.rela_partner .pt-button-prev:hover, .rela_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.rela_partner .pt-button-prev:hover iconify-icon, .rela_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}

@media screen and (max-width:1440px){
	.related_products_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.rela_partner .pt-button-prev, .rela_partner .pt-button-next{display:none}
	.rela_partner .pt-pagination{display:block}
	.related_products_bac{
		padding: 0.6rem 0;
	}
	.rela_partner .pt-pagination{
		margin-top: 0.4rem;
	}
	.rela_partner_box {
		margin-top: 0.3rem;
	}
	.rela_partner .pt-pagination{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

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

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

}







/* 感谢页面 */
.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;}
}





/* ---------------------- 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: 99999999999999999999;}
.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: 999;
}
.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-24{
	--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-24{margin:0;padding:0;}
#wpforms-form-24{width:100%;position:relative;}

#wpforms-24 .wpforms-field-container{}
#wpforms-24 .wpforms-field-container>.wpforms-field{
	width: 100%;
	padding: 0 1px 5px;
	margin: 0 0 6px;
	overflow-x:initial !important;
	position: relative;
}

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

#wpforms-24 .wpforms-field-container .wpforms-field>input,
#wpforms-24 .wpforms-field-container textarea{
	border: 1px solid #CCC;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-sizing: border-box;
	padding: 0.05rem 0;
}
#wpforms-24 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}

#wpforms-24 .wpforms-field-container .wpforms-field>input,
#wpforms-24 .wpforms-field-container textarea,
#wpforms-24 .wpforms-field-container select,
#wpforms-24 .wpforms-field-container .choices
{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}
#wpforms-24 .wpforms-field-container .wpforms-field>input,
#wpforms-24 .wpforms-field-container textarea,
#wpforms-24 .wpforms-field-container select
{padding-left: 14px;padding-right: 14px;}
#wpforms-24 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}
#wpforms-24 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
#wpforms-24 .wpforms-field-container select{cursor: pointer;}
#wpforms-24 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}
#wpforms-24 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}
#wpforms-24 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}

#wpforms-24 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-24 .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-24 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-24 .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 h3 {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}

#wpforms-27 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-27 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-27 {
	width: 100%;
	overflow: hidden
}
#wpforms-27 input,
#wpforms-27 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-27 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-27 .wpforms-error-container {
	line-height: 16px
}
#wpforms-27 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-27 .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-27 .wpforms-field-label {
	font-size: 0
}
#wpforms-27 .wpforms-required-label {
	position: absolute;
	top: 9px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-27 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-27 input {
	height: var(--input_height)
}
#wpforms-27 textarea {
	min-height: 100px
}
#wpforms-27 input,
#wpforms-27 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-27 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-27 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-27 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-27 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-27 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-27 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-27 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-27 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-27 #wpforms-27-field_1-error,
#wpforms-27 #wpforms-27-field_2-error,
#wpforms-27 #wpforms-27-field_3-error,
#wpforms-27 #wpforms-27-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-27 .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-27 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-27 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-27 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-27 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-27 .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-27 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-27 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h3 {
		font-size: 0.24rem;
	}

}

.form_hide{
	display: none !important;
}

.post_content article{

	font-size: 0.14rem;
	line-height: 166%;
}









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

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

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

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

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

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

} */