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

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

.wrap_top {
	width: 88%;
	margin: 0 auto
}
.wrap_left{
	padding-left: 13.5415%;
	box-sizing: border-box;
}
.wrap_right{
	padding-right: 13.5415%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 80%
	}
	.wrap_left{padding-left: 10%;}
	.wrap_right{padding-right: 10%;}
	.wrap_top {
		width: 88%;
	}
}
@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: #FD7014;
	/* 全局颜色 */
	--i_color2: #DCF763;
	/* 副颜色 */
	--i_color3: #393E46;
	--i_color4: #db4444;
	--header_height: 1rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
}

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

@font-face {
	font-family: "adv_b";
	src: url("static/webfonts/AdventPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "adv_t";
	src: url("static/webfonts/AdventPro-Thin.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
}


/* 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: #fff;
	z-index: 2014;
}

.top_cont {
	position: relative;
	z-index: 2013;
}
.top_cont::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000000 0%, #00000000 100%);
	z-index: -2;
	transition: all 0.3s ease;
}

.top_cont::before{
	content: '';
	position: absolute;
	top: -1rem;
	left: 0;
	width: 100%;
	height: 100%;
	background: #393E46;
	z-index: -1;
	transition: all 0.5s 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::before{
	top: 0;
}
@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	/* .top_cont {
		background: #333 !important;
	} */
}
@media screen and (min-width:1024px){

}


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

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

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

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

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

}




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

	.i_nav>li {
		position: relative;
		padding: 0 .35rem;
		box-sizing: border-box;
	}
	/* .i_nav>li:not(:last-child)::after{
		content: '/';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(50%,-50%);
		color: rgba(51,51,51,0.2);
		font-size: 0.18rem;
	} */

	.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;
		font-weight: 500;
	}
	.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: var(--i_color) !important;
	}

	.i_nav>.current-menu-item>a::after,
	.i_nav>.current-category-ancestor>a::after,
	.i_nav>.current-post-ancestor>a::after,
	.i_nav>.current-menu-ancestor>a::after,
	.i_nav>.current-menu-parent>a::after,
	.i_nav>li:hover>a::after,
	.i_nav .curr>a::after{
		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: "";
		--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m12 12l12 12l-12 12m12-24l12 12l-12 12'/%3E%3C/svg%3E");
		background-color: var(--i_color);
		background-color: currentColor;
		-webkit-mask-image: var(--svg);
		mask-image: var(--svg);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
		display: inline-block;
		width: 0.16rem;
		height: 0.16rem;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
	}
	.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;
	}
}
@media screen and (max-width:1366px) {

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

}
@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: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: inline-block;
		width: 0.3rem;
		height: 0.3rem;
		--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E");
		background-color: #222;
		-webkit-mask-image: var(--svg);
		mask-image: var(--svg);
		-webkit-mask-repeat: no-repeat;
		transition: all 0.3s ease;
	}

	.i_nav>.menu-item-has-children i.on::before {
		transform: translate(-50%, -50%) rotate(180deg);
	}

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

	.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: .16rem;
		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: .16rem;
		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 {
	--size: .22rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height)
}



.top_email{

}
.top_email a{
    display: block;
	margin-right: 0.2rem;
}
.top_email a iconify-icon{
	font-size: var(--size);
	color: 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;
}
/* .top_search_ico::after{
	content: '|';
	position: absolute;
	top: 50%;
	right: 0rem;
	font-size: 0.2rem;
	transform: translate(50%,-50%);
	color: rgba(255, 255, 255, 0.33);
} */
.top_search_ico iconify-icon {
	font-size: var(--size);
	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;
   gap: 0.06rem;
}
.top_language_all p{
   font-size: 0.18rem;
   color: #333;
   transition: all 0.3s ease;
   font-weight: 500;
}
.top_language_all iconify-icon{
	font-size: 0.24rem;
	cursor: pointer;
	color: #fff;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language_i{
	font-size: 0.16rem !important;
	cursor: pointer;
	color: #fff;
}
.top_language.on p{
	color: var(--i_color);
}
.top_language.on iconify-icon {
	color: var(--i_color);
}



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

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

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

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

@media screen and (max-width:1600px) {
	.top_language_all p{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {

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

}






.top_language,
.top_language>iconify-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language_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.2rem;
	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;
	}
	.products_drop_ul li{
        width: calc((100% - 2.4rem) / 4);
	}
	.products_drop_ul li a{
		display: block;
		width: 100%;
	}
	.products_drop_img{
        position: relative;
		overflow: hidden;
	}
	.products_drop_img::after{
        content: '';
		display: block;
		padding-bottom: 100%;
	}
	.products_drop_img img{
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.products_drop_ul li>a{
		display: block;
		padding-left: 0.08rem;
		font-size: 0.18rem;
		font-weight: bold;
		transition: all 0.3s ease;
	}
	.products_drop_ul li>a:hover{
		color: var(--i_color);
	}
	.products_drop_dl{
		margin-top: 0.15rem;
		padding-top: 0.15rem;
		border-top: 1px solid #DDD;
		display: flex;
		flex-direction: column;
		gap: 0.15rem;
	}
	.products_drop_dl dt{

	}
	.products_drop_dl dt a{
		display: block;
		padding-left: 0.14rem;
		font-size: 0.16rem;
		color: #666;
		position: relative;
		transition: all 0.3s ease;
	}
	.products_drop_dl dt a::after{
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 0.04rem;
		height: 0.04rem;
		border-radius: 50%;
		background: #CCC;
		transition: all 0.3s ease;
	}
	.products_drop_dl dt a:hover{
		color: var(--i_color);
	}
	.products_drop_dl dt a:hover::after{
		background-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){

	}
	@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: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;

}
.banner_img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;
	/* 💡 核心：允许鼠标事件穿透这张图 */
    pointer-events: none;
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: auto;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;

}
.banner .swiper-slide {
	height: 0;
	padding-bottom: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	transform-style: preserve-3d;
}
.banner .swiper-slide>img,.banner .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}


.banner-button-prev,
.banner-button-next {
	position: absolute;
	top: 48%;
	transform: translate(0, -50%);
	width: .5rem;
	height: .5rem;
	background: rgb(0 0 0 / 20%);
	z-index: 999;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.banner-button-prev {
	left: -.6rem;
}
.banner-button-next {
	right: -.6rem;
}
.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: #FFF;
}
.banner:hover .banner-button-prev {
	left: .3rem
}
.banner:hover .banner-button-next {
	right: .3rem
}
.banner-button-prev:hover,
.banner-button-next:hover {
	background-color: var(--i_color)
}


.banner-pagination {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 6%;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 9;
	justify-content: flex-end;
}

.banner-pagination .swiper-pagination-bullet {
	display: block;
	width: 0.14rem;
	height: 0.14rem;
	margin: 0 .1rem;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.6);
	background: transparent;
	position: relative;
	outline: none;
	transition: all 0.3s ease;
}
.banner-pagination .swiper-pagination-bullet::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	height: 65%;
	transform: translate(-50%,-50%) scale(0);
	background-color: var(--i_color);
	border-radius: 50%;
	transition: all 0.5s ease;

}
.banner-pagination .swiper-pagination-bullet-active{
	border: 1px solid var(--i_color);
}
.banner-pagination .swiper-pagination-bullet-active::after{
	transform: translate(-50%,-50%) scale(1);
}



.banner_i{
	position: absolute;
	bottom: 9%;
	left: 50%;
	transform: translateX(-50%);
	width: 0.25rem;
	z-index: 9;
}






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

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

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

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

}



.fullMask {
	width: 100%;
	height: 100vh;
}

@media screen and (max-width:1024px) {
	.fullMask{
		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: 44%;
   left: 50%;
   transform: translate(-50%, -50%) translateZ(1px);
   display: flex;
   z-index: 9;
   /* 💡 核心：确保文字和按钮内部能正常响应点击 */
   pointer-events: auto;
}
.banner_text1_box{
	width: 49%;
	position: relative;
	z-index: 10;
}
.banner_text1_box h3,
.banner_text1_box h3 span{
    font-size: 0.5rem;
	color: #fff;

	text-transform: uppercase;
	line-height: 140%;
}
.banner_text1_box h3 span{
	font-weight: bold;
}
.banner_text1_box h4{
    font-size: 0.2rem;
	color: #fff;
	line-height: 180%;
	font-weight: bold;
	margin: 0.1rem 0 0.4rem 0;
}
.banner_text2 h4{
	opacity: 0.6;
}
.banner_text3_box{
	width: 53%;
}

@media screen and (max-width:1440px){
	.banner_text1_box h3,
    .banner_text1_box h3 span{
		font-size: 0.45rem;
	}
	.banner_text1_box h4 {
		font-size: 0.18rem;
		margin: 0.1rem 0 0.3rem 0;
	}
}
@media screen and (max-width:1200px){
	.banner_text1_box h3,
    .banner_text1_box h3 span{
		font-size: 0.4rem;
	}
	.banner_text1_box h4 {
		font-size: 0.16rem;
		margin: 0.1rem 0 0.2rem 0;
	}
}
@media screen and (max-width:1024px){
	.banner_text1_box h3,
    .banner_text1_box h3 span{
		font-size: 0.3rem;
		margin-bottom: 0.2rem;
	}
	.banner_img,
	.banner_text1_box h4{
		display: none;
	}
}
@media screen and (max-width:767px){
	.banner_text1_box h3,
    .banner_text1_box h3 span{
		font-size: 0.25rem;
	}
	.banner_text1 {
		top: 54%;
	}
	.banner_text1_box h3 br, .banner_text1_box h3 span br{
		display: none;
	}
}
@media screen and (max-width:560px){
	.banner_text1_box h3,
    .banner_text1_box h3 span{
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.banner_text1_box{
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* home_btn */
.home_btn{
   flex-shrink: 0;
   position: relative;
   z-index: 10;
}
.home_btn a,
.home_btn span{
   display: inline-block;
   box-sizing: border-box;
   border-radius: 8rem;
   padding: 0.06rem 0.08rem 0.06rem 0.3rem;
   background: var(--i_color);
   backdrop-filter: blur(10px);
   position: relative;
   overflow: hidden;
   z-index: 2;
}
.home_btn a::after,
.home_btn span::after{
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	width: 0;
	height: 100%;
	transform: translateY(-50%);
	background-color: var(--i_color4);
	z-index: -1;
	border-radius: 8rem;
	transition: all 0.7s ease;
}
.home_btn_flex{
   display: flex;
   align-items: center;
   gap: 0.5rem;
}
.home_btn_flex p{
   font-size: 0.18rem;
   margin-top: 0.03rem;
   color: #fff;
   text-align: center;
   text-transform: capitalize;
   transition: all 0.3s ease;
}
.home_btn_flex i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.38rem;
   height: 0.38rem;
   background-color: #fff;
   border-radius: 50%;
   transition: all 0.3s ease;
}
.home_btn_flex i iconify-icon{
   font-size: 0.18rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}

.home_btn a:hover::after,
.home_btn span:hover::after{
	left: 0;
	right: auto;
	width: 100%;

}
.home_btn a:hover p,
.home_btn span:hover p{
	color: #fff;
}
.home_btn a:hover i,
.home_btn span:hover i{
	background-color: rgba(255, 255, 255, 1);
}
.home_btn a:hover i iconify-icon,
.home_btn span:hover iconify-icon{
	color: #333;
}

.home_btn_center{
	display: flex;
	justify-content: center
}


.home_btn_white a{
	background-color: #fff;
}
.home_btn_white p{
	color: var(--i_color);
}
.home_btn_white i{
	background-color: var(--i_color);
}
.home_btn_white i iconify-icon{
	color: #fff;
}






@media screen and (max-width:1440px){
	.home_btn_flex p{
		font-size: 0.18rem;
	}
	.home_btn_flex i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.home_btn_flex i iconify-icon{
		font-size: 0.16rem;
	}
	.home_btn_flex{
		gap: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.home_btn_flex{
		gap: 0.2rem;
	}
	.home_btn a,
	.home_btn span{
		padding: 0.05rem 0.07rem 0.05rem 0.15rem;
	}
	.home_btn_flex i{
		width: 0.3rem;
		height: 0.3rem;
	}
	.home_btn_flex p{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px){

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

}


/* home_value */
.home_value_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.home_value{
    display: flex;
	flex-wrap: wrap;
}
.home_value_left{
	width: 57%;
	box-sizing: border-box;
	padding-right: 5%;
}
.home_value_left h3{
	font-size: 0.18rem;
	line-height: 150%;
	color: #333;
	margin: 1.2rem 0 0.3rem 0;
}
.home_value_ul{
   display: flex;
   gap: 0.25rem;
   flex-wrap: wrap;
}

.home_value_ul li{
   width: calc((100% - 0.75rem) / 4);
   border: 1px solid #D6D6D6;
   box-sizing: border-box;
   padding: 0.25rem 0.2rem;
   border-radius: 0.2rem;
   box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
   transition: all 0.3s ease;
}
.home_value_ul li img{
   width: 0.5rem;
   height: 0.5rem;
   object-fit: contain;
   filter: brightness(0.8) grayscale(100%);
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.home_value_ul li h4{
   line-height: 137.5%;
   color: #393E46;
   font-size: 0.24rem;
   font-weight: bold;
   margin-top: 0.5rem;
}
.home_value_ul li.current {
	border: 1px solid var(--i_color);
	border-radius: 0.8rem 0.8rem 0.2rem 0.2rem;
}
.home_value_ul li.current img{
	filter: unset;
}
.home_value_right{
   width: 43%;
}
.home_value_img{
   position: relative;
   z-index: 2;
   display: flex;
}
.home_value_img>img{
   height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: -1;
}
.home_value_dl{
    position: relative;
	width: 90%;
}
.home_value_dl::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	height: 90%;
	border-radius: 50%;
	border: 1px dashed #fff;
	z-index: 3;
	animation: ccc 25s linear forwards infinite;
}
.home_value_dl::before{
    content: '';
	position: absolute;
	top: 13%;
    left: 10%;
	width: 0.3rem;
	height: 0.3rem;
	background-color: var(--i_color);
	border-radius: 50%;
	z-index: 7;
}
.home_value_dl dt{
	position: relative;
    width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
}
.home_value_dl dt img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
@keyframes ccc {
	0%{
		transform:translate(-50%,-50%) rotate(0);
	}
	100%{
		transform:translate(-50%,-50%) rotate(360deg);
	}
}



@media screen and (max-width:1440px){
	.home_value_left h3 {
		margin: 1rem 0 0.2rem 0;
	}
	.home_value_ul li h4 {
		font-size: 0.22rem;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.home_value_left h3 {
		margin: 0.8rem 0 0.2rem 0;
	}
	.home_value_ul li h4 {
		font-size: 0.2rem;
		margin-top: 0.3rem;
	}
	.home_value_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.home_value_left h3 {
		margin: 0.6rem 0 0.2rem 0;
	}
	.home_value_left {
		width: 100%;
		padding-right: 0%;
	}
	.home_value_right {
		width: 50%;
		margin-top: 0.4rem;
	}
	.home_value_ul {
		gap: 0.2rem;
	}
	.home_value_ul li {
		width: calc((100% - 0.6rem) / 4);
	}
}
@media screen and (max-width:767px){
	.home_value_left h3 {
		margin: 0.4rem 0 0.2rem 0;
	}
	.home_value_right {
		width: 100%;
	}
	.home_value_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){
    .home_value_ul li h4 {
        font-size: 0.18rem;
        margin-top: 0.2rem;
    }
}
@media screen and (max-width:425px){

}









/* title */
.title_box{
	display: flex;
	gap: 0.2rem;
	align-items: center;
	justify-content: space-between;
}
.title{

}
.title p{
   font-size: 0.4rem;
   color: #393E46;
   font-weight: bold;
   text-transform: capitalize;
}
.title span{
   line-height: 150%;
   font-size: 0.18rem;
   color: #666;
   display: block;
   margin-top: 0.2rem;
}

.title_right p,
.title_right span{
	text-align: right;
}
.title_white p,
.title_white span{
	color: #fff;
}

.title_center p,
.title_center span{
	text-align: center;
}






@media screen and (max-width:1440px){
	.title p{
		font-size: 0.36rem;
	}
}
@media screen and (max-width:1200px){
	.title p{
		font-size: 0.32rem;
	}
	.title span{
		font-size: 0.16rem;
	}
	.title span{
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:1024px){
	.title p{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:767px){
	.title p{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:560px){

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

}


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

}
.home_products_ul{
   display: flex;
   gap: 0.4rem;
   margin: 0.5rem 0;
}
.home_products_ul li{
   box-sizing: border-box;
   padding: 0.35rem 4%;
   border-radius: 0.2rem;
   display: flex;
   gap: 0.2rem;
   align-items: center;
   width: calc((100% - 0.4rem) / 2);
}
.home_products_ul li:nth-child(1){
   background: url('static/imgs/home_products_bac1.webp') center no-repeat;
   background-size: cover;
}
.home_products_ul li:nth-child(2){
	background: url('static/imgs/home_products_bac2.webp') center no-repeat;
	background-size: cover;
}
.home_products_ul li img{
    width: 0.46rem;
	height: 0.46rem;
	object-fit: contain;
	filter: brightness(0.5) grayscale(100%);
}
.home_products_ul li p{
    font-size: 0.3rem;
	color: #7E838C;
	font-weight: bold;
	transition: all 0.3s ease;
}
.home_products_ul li.current img{
	filter: none;
}
.home_products_ul li.current p{
	color: var(--i_color);
}


.home_products_dl{

}
.home_products_dl dt{

}





@media screen and (max-width:1440px){
	.home_products_bac{
		padding-bottom: 0.8rem;
	}
	.home_products_ul li p {
		font-size: 0.28rem;
	}
	.home_products_ul li {
		padding: 0.3rem 4%;
	}
	.home_products_ul {
		margin: 0.4rem 0;
	}
	.home_products_ul li img {
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.home_products_bac{
		padding-bottom: 0.6rem;
	}
	.home_products_ul li p {
		font-size: 0.25rem;
	}
	.home_products_ul {
		gap: 0.2rem;
	}
	.home_products_ul li {
		padding: 0.2rem 4%;
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:1024px){
	.home_products_ul li p {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:767px){
	.home_products_ul li img {
		width: 0.35rem;
		height: 0.35rem;
	}
}
@media screen and (max-width:560px){

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

}






/*  */
.HPro_partner_box{}

.HPro_partner{position:relative}
.HPro_partner_list{
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.HPro_partner_list .swiper-wrapper{
	display:flex;
	position:relative;
	width:100%;
	z-index:1;
}
.HPro_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HPro_partner_list li a{
	box-sizing: border-box;
	padding: 0.2rem;
	border-radius: 0.2rem;
	border: 1px solid #D6D6D6;

}
.HPro_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	border-radius: 0.1rem;
}
.HPro_partner_list .img:before{
	content:"";
	display:block;
	padding-bottom:100%;
}
.HPro_partner_list .img img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
	object-fit:contain;
	transition: all 0.3s ease;
}
.HPro_partner_list li a h3{
	font-size: 0.24rem;
	line-height: 0.36rem;
	color: #393E46;
	font-weight: bold;
	height: 0.72rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
	margin-top: 0.2rem;
	transition: all 0.3s ease;
}
.HPro_partner_list li a:hover img{
	width: 110%;
	height: 110%;
}
.HPro_partner_list li a:hover h3{
	color: var(--i_color);
}




/* 指示器 */
.HPro_partner .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0;
}
.HPro_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:#D6D6D6;
	border-radius:0.1rem;
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
}
.HPro_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:var(--i_color2);
	width: 0.32rem;
}

/* 左右箭头 */
.HPro_partner .pt-button-prev,
.HPro_partner .pt-button-next{
	position:absolute;
	top:42%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	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;
}
.HPro_partner .pt-button-prev iconify-icon,
.HPro_partner .pt-button-next iconify-icon{
	font-size: 0.3rem;
	color: #393E46;
	transition: all 0.3s ease;
}
.HPro_partner .pt-button-prev{left:-5%;}
.HPro_partner .pt-button-next{right:-5%;}


.HPro_partner .pt-button-prev:hover iconify-icon,
.HPro_partner .pt-button-next:hover iconify-icon{
	color: var(--i_color);
}

@media screen and (max-width:1440px){
	.HPro_partner_list li a h3 {
		font-size: 0.22rem;
		line-height: 0.34rem;
		height: 0.68rem;
	}
}
@media screen and (max-width:1200px){
	.HPro_partner .pt-button-prev, .HPro_partner .pt-button-next{display:none}
	.HPro_partner .pt-pagination{display:block}
	.HPro_partner_list li a h3 {
		font-size: 0.2rem;
		line-height: 0.3rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:1024px) {

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

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

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

}



/* home_about */
.home_about_bac{
	overflow: hidden;

}
.home_about{

}
.home_about_top{
    position: relative;
}
.home_about_top img{
    width: 100%;
}
.home_about_topText{
	position: absolute;
	right: 0;
	top: 0.5rem;
}
.home_about_center{
   position: relative;
   z-index: 3;
}
.home_about_center h3{
   font-size: 0.18rem;
   line-height: 150%;
   color: #666;
}
.home_about_center h4{
   font-size: 1.3rem;
   line-height: 100%;
   color: #ccc;
   font-family: 'adv_t';
   margin: 0.3rem 0;
}
.home_about_zhong{
   position: absolute;
   bottom: 0%;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.home_about_zhong h5{
   font-size: 0.8rem;
   color: var(--i_color);
   font-family: 'adv_b';
   text-align: center;
}
.home_about_zhong h6{
   font-size: 0.18rem;
   color: #666;
   text-align: center;
   margin: 0.1rem 0 0.4rem 0;
}
.home_about_zhong i{
   display: block;
   width: 0.12rem;
   height: 0.12rem;
   border-radius: 50%;
   background-color: var(--i_color);
}
.home_about_zhong span{
   display: block;
   width: 1px;
   height: 0.8rem;
   background-color: var(--i_color);
   opacity: 0.5;
}
.home_about_img{
	width: 100%;
	height: 5.7rem;
	background: url('static/imgs/home_about.webp') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}
.home_about_down{
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   padding-top: 0.6rem;
}
.home_about_downText{
   width: 46.43%;
   box-sizing: border-box;
   padding-right: 5%;
   border-right: 1px solid rgba(57,62,70,0.15);
}
.home_about_downText h3{
   font-size: 0.18rem;
   line-height: 150%;
   color: #9E9E9E;
   text-align: right;
}
.home_about_ul{
   width: 53.57%;
   box-sizing: border-box;
   padding-left: 5%;
   display: flex;
   justify-content: space-between;
   gap: 0.7rem;
}
.home_about_ul li{

}
.home_about_ul li h4{
   font-size: 0.16rem;
   color: #666;
   display: flex;
   gap: 0.1rem;
}
.home_about_ul li h4 span{
   font-size: 0.5rem;
   color: #393E46;
   font-family: 'adv_b';
   line-height: 100%;
}
.home_about_ul li h5{
   font-size: 0.18rem;
   color: #9E9E9E;
   line-height: 150%;
   margin-top: 0.5rem;
}



@media screen and (max-width:1440px){
	.home_about_center h4 {
		font-size: 1.1rem;
		margin: 0.25rem 0;
	}
	.home_about_zhong h5 {
		font-size: 0.7rem;
	}
	.home_about_ul li h4 span {
		font-size: 0.4rem;
	}
	.home_about_ul li h5 {
		margin-top: 0.4rem;
	}
	.home_about_ul {
		gap: 0.5rem;
	}
	.home_about_img{
		height: 5rem;
	}
}
@media screen and (max-width:1200px){
	.home_about_center h4 {
		font-size: 1rem;
		margin: 0.2rem 0;
	}
	.home_about_zhong h5 {
		font-size: 0.6rem;
	}
	.home_about_topText {
		top: 0.4rem;
	}
	.home_about_ul {
		gap: 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.home_about_topText {
		top: 0.3rem;
	}
	.home_about_center h4 {
        font-size: 0.8rem;
    }
}
@media screen and (max-width:767px){
	.home_about_zhong{
		display: none;
	}
	.home_about_center h3 br{
		display: none;
	}
	.home_about_topText {
		display: none;
	}
	.home_about_img {
		margin-top: 0rem;
	}
	.home_about_center h4 {
        font-size: 0.6rem;
        margin: 0.15rem 0;
    }
	.home_about_downText {
		width: 100%;
		padding-right: 0%;
		border-right: 0px solid rgba(57, 62, 70, 0.15);
	}
	.home_about_downText h3{
		text-align: center;
	}
	.home_about_ul {
		width: 100%;
		padding-left: 0%;
		gap: 0.2rem;
		margin-top: 0.4rem;
	}
	.home_about_down {
		padding-top: 0.4rem;
	}
	.home_about_img{
		height: 4rem;
		background-attachment: unset;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.home_about_ul li h5 {
		font-size: 0.16rem;
		margin-top: 0.3rem;
	}
	.home_about_ul li h4 span {
        font-size: 0.3rem;
    }
	.home_about_img{
		height: 3rem;

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

}


/* home_four */
.home_four_bac{
   box-sizing: border-box;
   margin-top: 1rem;
   position: relative;

}
.home_four_bac::before{
    content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
}
.home_four_bac::after{
	content: '';
	display: block;
	padding-bottom: 41.67%;
}
.home_four_bac video{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.home_four{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.home_four img{
	width: 0.24rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.home_four h3{
	font-size: 0.4rem;
	line-height: 150%;
	color: #fff;
	text-align: center;
	margin: 0.2rem 0 1.2rem 0;
}
.home_four_ul{
    display: flex;
	justify-content: center;
}
.home_four_ul li{
    box-sizing: border-box;
	padding: 0 4%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home_four_ul li:not(:last-child){
	border-right: 1px solid #D8D8D8;
}
.home_four_ul li h4{
    font-size: 0.16rem;
	color: #fff;
	display: flex;
	gap: 0.1rem;
	align-items: flex-end;
	text-align: center;
}
.home_four_ul li h4 span{
    font-size: 0.5rem;
	color: #fff;
	font-family: 'adv_b';
	line-height: 100%;
}
.home_four_ul li h5{
	font-size: 0.18rem;
	line-height: 150%;
	color: #fff;
	text-align: center;
	margin-top: 0.2rem;
}





@media screen and (max-width:1440px){
	.home_four_bac{
		padding: 0.8rem 0 2rem 0;
		margin-top: 0.8rem;
	}
	.home_four h3 {
		font-size: 0.35rem;
		margin: 0.2rem 0 1rem 0;
	}
	.home_four_ul li h4 span {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.home_four_bac{
		padding: 0.6rem 0 1.6rem 0;
		margin-top: 0.6rem;
	}
	.home_four h3 {
		font-size: 0.3rem;
		margin: 0.2rem 0 0.8rem 0;
	}
	.home_four_ul li h4 span {
		font-size: 0.35rem;
	}
	.home_four_ul li h5 {
		font-size: 0.16rem;
	}
	.home_four_ul li {
		padding: 0 3%;
	}
}
@media screen and (max-width:1024px){
	.home_four_bac{
		padding: 0.6rem 0 1.4rem 0;
	}
	.home_four h3 {
		font-size: 0.25rem;
		margin: 0.2rem 0 0.6rem 0;
	}
	.home_four_ul li h4 span {
		font-size: 0.3rem;
	}
	.home_four_bac {
        padding: 0.6rem 0 1rem 0;
    }
	.home_four_bac{
		background-attachment: unset;
	}
}
@media screen and (max-width:767px){
	.home_four_ul{
		flex-wrap: wrap;
		gap: 0.2rem 0;
	}
	.home_four_ul li{
		width: 50%;
	}
	.home_four_ul li{
		border-right: 1px solid #D8D8D8;
	}
	.home_four h3 {
        font-size: 0.22rem;
        margin: 0.3rem 0;
    }
	.home_four_bac {
        padding: 0.6rem 0 0.8rem 0;
    }
	.home_four img {
		width: 0.2rem;
	}
	.home_four{
		display: none;
	}
	.home_four_bac::before{
		display: none;
	}
}
@media screen and (max-width:560px){

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

}



/* home_options */
.home_options_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   --border_dd:2.5rem;
}
.home_options{

}
.home_options_box{
   position: relative;
}
.home_options_box>img{
   width: 21.29%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);

}
.home_options_ul{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 0.6rem 0;
   margin: 0.6rem 0;
}
.home_options_ul li{
   width: 42.86%;
   height: 3.44rem;
   border: 1px solid #D6D6D6;
   box-sizing: border-box;
   padding: 0.45rem;
   box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
   position: relative;
   z-index: 2;
   transition: all 0.3s ease;
   overflow: hidden;
}
.home_options_ul li::after{
	content: '';
	position: absolute;
	top: -0.18rem;
	left: -0.25rem;
	width: 2.9rem;
	height: 3.86rem;
	background: url('static/imgs/home_options_logo.png') center no-repeat;
	background-size: cover;
	z-index: -2;
	opacity: 0;
	transition: all 0.3s ease;
}

.home_options_ul li:nth-child(2)::after,
.home_options_ul li:nth-child(4)::after{
    right: -25px;
	left: auto;
	transform: rotateY(180deg);
}




.home_options_ul li h3{
   font-size: 0.3rem;
   color: #393E46;
   font-weight: bold;
}
.home_options_ul li h4{
   font-size: 0.18rem;
   color: #999;
   line-height: 150%;
   margin-top: 0.3rem;
   width: 50%;
}
.home_options_ul li img{
   position: absolute;
   bottom: 0.3rem;
   right: 0.7rem;
   width: 50%;
   aspect-ratio: 307 / 214;
   z-index: -1;
}
.home_options_ul li:nth-child(1) img{
	right: 1.1rem;
}
.home_options_ul li:nth-child(2) img{
    left: 0.5rem;
	right: auto;
}
.home_options_ul li:nth-child(4) img{
    left: 0.7rem;
	right: auto;
}

.home_options_ul li:nth-child(1){
   border-radius: 0.2rem 0.2rem var(--border_dd) 0.2rem;
}
.home_options_ul li:nth-child(2){
	border-radius: 0.2rem 0.2rem  0.2rem var(--border_dd);
}
.home_options_ul li:nth-child(3){
	border-radius: 0.2rem var(--border_dd) 0.2rem  0.2rem;
}
.home_options_ul li:nth-child(4){
	border-radius: var(--border_dd) 0.2rem 0.2rem 0.2rem;
}
.home_options_ul li:nth-child(2) h3,
.home_options_ul li:nth-child(4) h3{
    text-align: right;
}
.home_options_ul li:nth-child(2) h4,
.home_options_ul li:nth-child(4) h4{
    text-align: right;
	margin-left: auto;
}




.home_options_ul li.active{
	background-color: var(--i_color2) !important;
	border: 1px solid transparent;
}
.home_options_ul li.active h4{
	color: #393E46;
}
.home_options_ul li.active::after{
	opacity: 1 !important;
}




@media screen and (max-width:1440px){
	.home_options_bac{
		--border_dd:2.2rem;
	}
	.home_options_ul li {
		height: 3.2rem;
	}
	.home_options_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_options_ul li {
		width: 46.86%;
		padding: 0.4rem;
	}
	.home_options_bac{
		--border_dd:2rem;
	}
	.home_options_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.home_options_ul li{
		width: 100%;
	}
	.home_options_box>img{
		display: none;
	}
	.home_options_ul {
		gap: 0.4rem 0;
		margin: 0.4rem 0;
	}
	.home_options_ul li img {
		width: 37%;
	}
	.home_options_ul li {
		height: 3rem;
	}
	.home_options_bac{
		--border_dd:1.8rem;
	}
}
@media screen and (max-width:560px){
	.home_options_bac{
		--border_dd:1.5rem;
	}
}
@media screen and (max-width:425px){
	.home_options_bac{
		--border_dd:1rem;
	}
}


/* home_zs */
.home_zs_bac{
   position: relative;
}
.home_zs_bac img{
	width: 100%;
}
.home_zs{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%,-50%);
}



/* home_news */
.home_news_bac{
   box-sizing: border-box;
   padding: 1rem 0 0.6rem 0;
}
.home_news{

}
.home_news_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.5rem;
	overflow: hidden;
}
.home_news_left{
   width: 35%;
}
.home_news_left a{
   display: block;
   border-radius: 0.2rem;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
}
.home_news_img{
   position: relative;
   overflow: hidden;
}
.home_news_img::after{
   content: '';
   display: block;
   padding-bottom: 62.4%;
}
.home_news_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.home_news_text{
    box-sizing: border-box;
	padding: 0.4rem;
}
.home_news_text h3{
	font-size: 0.16rem;
	color: #666;
	margin-bottom: 0.25rem;
}
.home_news_text h4{
	font-size: 0.2rem;
	line-height: 0.28rem;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    height: 0.56rem;
	transition: all 0.3s ease;
}
.home_news_text i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	border: 1px solid var(--i_color);
	margin-left: auto;
	margin-top: 0.35rem;
	transition: all 0.3s ease;
}
.home_news_text i iconify-icon{
	font-size: 0.18rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.home_news_ul{
    width: calc(65% - 0.35rem);
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;

}
.home_news_ul li{
    width: calc((100% - 0.35rem) / 2);
}
.home_news_ul li a{
    display: block;
	box-sizing: border-box;
	padding: 0.4rem;
	border-radius: 0.2rem;
	border: 1px solid #D6D6D6;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
.home_news_ul li a h3{
    font-size: 0.16rem;
	color: #666;
	margin-bottom: 0.25rem;
}
.home_news_ul li a h4{
    font-size: 0.2rem;
	line-height: 0.28rem;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 100%;
    height: 0.84rem;
	transition: all 0.3s ease;
}
.home_news_ul li a i{
    display: flex;
	justify-content: center;
	align-items: center;
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	border: 1px solid var(--i_color);
	margin-left: auto;
	margin-top: 0.15rem;
	transition: all 0.3s ease;
}
.home_news_ul li a i iconify-icon{
    font-size: 0.18rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}

.home_news_left a:hover img{
	width: 110%;
	height: 110%;
}
.home_news_left a:hover h4,
.home_news_ul li a:hover h4{
	color: var(--i_color);
}
.home_news_left a:hover i,
.home_news_ul li a:hover i{
	background-color: var(--i_color);
}
.home_news_left a:hover i iconify-icon,
.home_news_ul li a:hover i iconify-icon{
	color: #fff;
}


@media screen and (max-width:1440px){
	.home_news_ul li a {
		padding: 0.35rem;
	}
	.home_news_bac {
		padding: 0.8rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_news_box {
		margin-top: 0.4rem;
	}
	.home_news_ul {
		width: calc(65% - 0.25rem);
		gap: 0.25rem;
	}
	.home_news_ul li {
		width: calc((100% - 0.25rem) / 2);
	}
	.home_news_ul li a {
        padding: 0.3rem;
    }
	.home_news_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.home_news_left {
		width: 100%;
	}
	.home_news_ul {
        width: 100%;
		margin-top: 0.25rem;
    }
}
@media screen and (max-width:560px){
	.home_news_ul li a h4 {
		font-size: 0.18rem;
		line-height: 0.24rem;
		height: 0.72rem;
	}
	.home_news_text i {
		margin-top: 0.25rem;
	}
	.home_news_text {
		padding: 0.3rem;
	}
	.home_news_ul {
        gap: 0.2rem;
    }
	.home_news_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:425px){
    .home_news_ul li {
        width: 100%;
    }
}



/* footer */
.footer_up{

}
.footer_up img{
	width: 100%;
}
.footer_bac{
    background: url('static/imgs/footer.webp') center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 0.9rem;
	margin-top: -6px;
}
.footer{

}
.footer_top{
   display: flex;
   justify-content: space-between;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   margin-bottom: 0.5rem;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_top img{
    height: 0.75rem;
}
.footer_top p{
	font-size: 0.24rem;
	color: #fff;
	line-height: 133%;
	text-align: right;
	font-weight: bold;
}

.footer_center{
    display: flex;

}
.footer_1{
    width: 43.8%;
	box-sizing: border-box;
	padding-right: 7%;
}
.footer_h3{
	font-size: 0.26rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}
.footer_contact{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
   margin-bottom: 0.6rem;
}
.footer_contact li{
   display: flex;
   gap: 0.1rem;
}
.footer_contact li iconify-icon{
   font-size: 0.24rem;
   color: rgba(255, 255, 255, 0.8);
   margin-top: 0.04rem;
}
.footer_contact li a{
   font-size: 0.18rem;
   color: rgba(255, 255, 255, 0.8);
   line-height: 166%;
   transition: all 0.3s ease;
}
.footer_contact li a:hover{
	color: var(--i_color);
}
.footer_share{
	display: flex;
	gap: 0.3rem;
	padding-bottom: 0.4rem;
}
.footer_share dt{

}
.footer_share dt a{
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
}
.footer_share dt a iconify-icon{
   font-size: 0.32rem;
   color: rgba(255, 255, 255, 0.5);
   transition: all 0.3s ease;
}

.footer_share dt a:hover{
	transform: translateY(-5px);
}
.footer_share dt a:hover iconify-icon{
	color: var(--i_color);
}

.footer_2{
	width: 20%;
	box-sizing: border-box;
	padding-right: 2%;
}
.footer_ul{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
}
.footer_ul ul{
	display: none !important;
}
.footer_ul li{

}
.footer_ul li a{
	font-size: 0.18rem;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
	line-height: 122%;
}
.footer_ul li a:hover{
	color: var(--i_color);
}
.footer_3{
	width: 20%;
}
.footer_4{
	width: 16.2%;
}
.footer_down{
    box-sizing: border-box;
	padding: 0.25rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_down p{
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
}
.footer_down p a{
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
}
.footer_down p a:hover{
	color: var(--i_color);
}



@media screen and (max-width:1440px){
	.footer_bac {
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.footer_bac {
		padding-top: 0.6rem;
	}
	.footer_top {
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.footer_bac {
		padding-top: 0.4rem;
	}
	.footer_2,.footer_3,.footer_4{
		display: none;
	}
	.footer_1 {
		width: 100%;
		padding-right: 0%;
	}
	.footer_up{
		display: none;
	}
	.footer_top p{
		display: none;
	}
	.footer_top img {
		height: 0.7rem;
	}
	.footer_contact {
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.footer_top img {
		height: 0.6rem;
	}
	.footer_down {
		padding: 0.25rem 0 0.75rem 0;
	}
}
@media screen and (max-width:560px){

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

}

/* banner_about */
.banner_about{
   position: relative;
   z-index: 2;
}
.banner_about::after{
    content: '';
	display: block;
	padding-bottom: 37.34%;
}
.banner_about_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner_about::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 70.83%;
	height: 100%;
	background: linear-gradient(90deg, #000000 0%, #000000 23%, #00000000 100%);
	z-index: 1;
}
.banner_about_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.banner_about_text>p{
	font-size: 0.7rem;
	color: #fff;
	font-weight: bold;
	font-family: 'adv_b';
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 0.2rem;
}
.banner_about_down{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.banner_top{
	height: var(--header_height);
	background-color: var(--i_color3);
}


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

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

}



/* 当前位置 */
.in_position{position: relative;z-index: 3;}
.in_position a{display:block; float:left; font-size:0.18rem; color:#fff; position:relative; line-height:166%;transition: all 0.3s ease; text-transform:capitalize}
.in_position a:first-child{padding-left:0.24rem; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:0.16rem}
.in_position a:not(:last-child):after{content:">"; margin:0 0.1rem; color:#fff}
.in_position a:last-child{color:var(--i_color)!important}
.in_position a:hover{color:var(--i_color)}

.in_position_two {
	background-color: #F6F6F6;
	box-sizing: border-box;
	padding: 0.1rem 0;
}
.in_position_two a{
	color: #333;
	font-size:0.16rem;
}
.in_position_two a:not(:last-child):after{color:#333}
.in_position_two a:first-child{
	filter: brightness(0);
}

@media screen and (max-width:959px){
    .in_position{
	  display: none;
    }
}
@media screen and (max-width:767px){

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

}



/* about_us */
.about_us_bac{
   box-sizing: border-box;
   padding: 0.8rem 0 1rem 0;
   position: relative;
   overflow: hidden;
   z-index: 2;
}
.about_us_bac::after{
	content: '';
	position: absolute;
	width: 32.3%;
	aspect-ratio: 1 / 1;
	border: 1rem solid var(--i_color2);
	z-index: -1;
	right: -8%;
    top: 23%;
	box-sizing: border-box;
	border-radius: 50%;
	opacity: 0.6;
}
.about_us{

}
.about_us_box{
	display: flex;
	flex-wrap: wrap;
}
.about_us_left{
    width: 42.9%;
}
.about_us_left h3{
    font-size: 0.4rem;
	color: var(--i_color);
	line-height: 150%;
    font-weight: bold;
}
.about_us_left h4{
	font-size: 0.18rem;
	color: #999;
	margin: 0.2rem 0 0.35rem 0;
}
.about_us_right{
	width: 57.1%;
	box-sizing: border-box;
	padding-left: 4%;
}
.about_us_right h5{
	font-size: 0.18rem;
	color: #999;
	line-height: 166%;
}
.about_us_img{
	position: relative;
	margin: 0.6rem 0;
}
.about_us_img img{
	width: 100%;
	display: block;
}


.i_v_btn{
	display: block;
	width: 0.61rem;
	height: 0.66rem;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
	background: url('static/imgs/video.png') center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}


.i_v_btn::before {
    animation: serv_one_border 2s 0s ease infinite;
}

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

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

@keyframes yuan{
	0%{
		transform:translate(-50%,-50%) rotate(0deg);
	}
	100%{
		transform:translate(-50%,-50%) rotate(360deg);
	}
}
.about_us_ul{
    display: flex;
	border-top: 1px solid #D6D6D6;

}
.about_us_ul li{
    width: calc(100% / 3);
	box-sizing: border-box;
	padding: 0.3rem 0.4rem;
	display: flex;
	gap: 0.25rem;
	position: relative;
}
.about_us_ul li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0.2rem;
	height: 0.2rem;
	background-color: var(--i_color2);
}
.about_us_ul li:not(:last-child)::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 1.8rem;
	background-color: #D6D6D6;
}
.about_us_ul li h3{
    font-size: 0.16rem;
	color: #666;
	display: flex;
	gap: 0.1rem;
	flex-shrink: 0;
}
.about_us_ul li h3 span{
    font-size: 0.5rem;
	color: #393E46;
	font-family: 'adv_b';
	line-height: 100%;
}
.about_us_ul li h4{
	font-size: 0.18rem;
	line-height: 150%;
	color: #9E9E9E;
}




@media screen and (max-width:1440px){
	.about_us_bac::after {
		border: 0.8rem solid var(--i_color2);
	}
	.about_us_left h3 {
		font-size: 0.35rem;
	}
	.about_us_bac {
		box-sizing: border-box;
		padding: 0.6rem 0 0.8rem 0;
		position: relative;
		overflow: hidden;
		z-index: 2;
	}
	.about_us_ul li h3 span {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.about_us_bac::after {
		border: 0.6rem solid var(--i_color2);
	}
	.about_us_left h3 {
		font-size: 0.3rem;
	}
	.about_us_left h4 {
		margin: 0.2rem 0;
	}
	.about_us_img {
		margin: 0.4rem 0;
	}
	.about_us_bac {
		padding: 0.6rem 0;
	}
	.about_us_ul li h3 span {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.about_us_left {
		width: 100%;
	}
	.about_us_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.about_us_bac::after {
		border: 0.4rem solid var(--i_color2);
	}
}
@media screen and (max-width:767px){
	.about_us_bac::after {
		border: 0.2rem solid var(--i_color2);
	}
	.about_us_ul{
		flex-wrap: wrap;
	}
	.about_us_ul li {
		width: 100%;
	}
}
@media screen and (max-width:560px){
	.about_us_bac::after {
		border: 0.1rem solid var(--i_color2);
	}
}
@media screen and (max-width:425px){

}














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

}
.vd_box_area::before {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}
.close_v {
	position: absolute;
	top: -.2rem;
	right: -.2rem;
	width: 0.4rem;
	height: 0.4rem;
	background: var(--i_color);
	z-index: 2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}
.close_v::before {
	content: '+';
	position: absolute;
	top: 46%;
    left: 53%;
	font-size: 0.44rem;
	color: #FFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.vd_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: contain;
}
@media screen and (max-width:1024px) {
	.vd_box_area {
		width: 80%;
	}
	.close_v::before {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.vd_box_area {
		width: 88%;
	}
	.close_v {
		top: -.15rem;
		right: -.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}


/* about_three */
.about_three_bac{
	box-sizing: border-box;
	padding: 0.4rem 0;
	background: url('static/imgs/about_three.webp') center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	border-radius: 0 0 0 2rem;
	overflow: hidden;
}
.about_three{

}
.about_three_box{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.about_three_left{
   width: 33.14%;
}
.about_three_right{
   width: 66.86%;
   box-sizing: border-box;
   padding-left: 9.5%;
}
.about_three_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem;
   position: relative;
}
.about_three_ul li{
    width: calc((100% - 0.3rem) / 2);
	background: rgba(255, 255, 255, 0.11);
	backdrop-filter: blur(22px);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	box-sizing: border-box;
	padding: 1.6rem 5% 0.6rem 5%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	min-height: 4.45rem;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.about_three_ul li>img{
	position: absolute;
	top: 3%;
    left: -38%;
    z-index: -1;
}
.about_three_ul li h3{
    font-size: 0.36rem;
	color: #fff;
	line-height: 100%;
	font-family: 'adv_b';
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	z-index: 8;
}
.about_three_text{

}
.about_three_text i{
   display: block;
   width: 1px;
   height: 0.59rem;
   background-color: #fff;
}
.about_three_text h4{
   font-size: 0.24rem;
   color: #fff;
   font-weight: bold;
   margin: 0.15rem 0 0.2rem 0;
}
.about_three_text h5{
   font-size: 0.18rem;
   color: #fff;
   line-height: 166%;
}
.about_three_hide{
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: #49A078;
   top: 100%;
   left: 0;
   z-index: 3;
   box-sizing: border-box;
   padding: 0.5rem 5%;
   display: flex;
   align-items: flex-end;
   transition: all 0.7s ease;
}
.about_three_hide img{
	position: absolute;
	top: 3%;
    left: -38%;
    z-index: -1;
}
.about_three_hide h6{
    font-size: 0.18rem;
	line-height: 0.3rem;
	color: #fff;
	height: 1.8rem;
	box-sizing: border-box;
	padding-right: 0.1rem;
	overflow: auto;

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

.about_three_ul li:nth-child(2){
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.about_three_ul li:nth-child(4),
.about_three_ul li:nth-child(1){
	height: 0 !important;
	opacity: 0;
	visibility: hidden;
}

.about_three_ul li.active .about_three_hide{
	top: 0;
}




@media screen and (max-width:1440px){
	.about_three_ul li {
		padding: 1.4rem 5% 0.6rem 5%;
		min-height: 4.2rem;
	}
	.about_three_right {
		padding-left: 5%;
	}
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
	.about_three_left {
		width: 100%;
	}
	.about_three_bac {
		padding: 0.6rem 0;
		background-attachment: unset;
	}
	.about_three_right {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.about_three_ul li{
		width: 100% !important;
		position: relative !important;
		top: unset !important;
		left: unset !important;
		transform:unset !important;
	}
	.about_three_ul li:nth-child(4),
	.about_three_ul li:nth-child(1){
		display: none;
	}
	.about_three_ul li {
        padding: 0.6rem 5% 0.4rem 5%;
        min-height: 3rem;
    }
	.about_three_hide {
		padding: 0.4rem 5%;
	}
	.about_three_ul {
		gap: 0.2rem;
	}
	.about_three_bac{
		border-radius: 0 0 0 1rem;
	}
}
@media screen and (max-width:560px){
	.about_three_bac{
		border-radius: 0 0 0 0.5rem;
	}
}
@media screen and (max-width:425px){

}


/* team */
.team_bac{
   overflow: hidden;
   box-sizing: border-box;
   padding: 1rem 0;
}
.team{

}

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

.team_partner{
	position:relative;
	z-index: 2;
}
.team_partner::after{
	content: '';
	position: absolute;
	right: -4.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 7.09rem;
	height: 5.86rem;
	background: url('static/imgs/team2.png') center no-repeat;
	background-size: contain;
	z-index: -1;
}
.team_partner_list{
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.team_partner_list .swiper-wrapper{
	display:flex;
	position:relative;
	width:100%;
	z-index:1;
}
.team_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.team_box{
    display: flex;
	flex-wrap: wrap;
}
.team_left{
   width: 65.43%;
   box-sizing: border-box;
   padding-right: 4%;
   background-color: #fff;
   opacity: 0;
}
.team_left img{
   width: 0.55rem;
   display: block;
   margin-bottom: 0.3rem;
}
.team_left h3{
   font-size: 0.24rem;
   color: var(--i_color);
   font-weight: bold;
}
.team_left h4{
   font-size: 0.18rem;
   color: #393E46;
   line-height: 150%;
   margin: 0.1rem 0 0.3rem 0;
}
.team_left h5{
   color: #9E9E9E;
   font-size: 0.18rem;
   line-height: 150%;
}
.team_right{
   width: 34.57%;
}
.team_right i{
   width: 100%;
   position: relative;
   aspect-ratio: 1 / 1;
   border-radius: 50%;
   border: 1px dashed #393E46;
   display: block;
   box-sizing: border-box;
}
.team_right i img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 80%;
   height: 80%;
   border-radius: 50%;
}


.team_partner_list .swiper-slide-active .team_left{
	opacity: 1;
}


/* 指示器 */
.team_partner .pt-pagination{
	position: absolute;
	bottom: 0;
	right: 0;
    width: 34.57%;
	display: flex;
	justify-content: center;
}
.team_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background: #D6D6D6;
	border-radius: 0.2rem;
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
}
.team_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:var(--i_color2);
	width: 0.32rem;
}

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

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

@media screen and (max-width:1440px){
	.team_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.team_bac {
		padding: 0.6rem 0;
	}
	.team_partner_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.team_left {
		width: 100%;
		padding-right: 0%;
	}
	.team_partner::after{
		display: none;
	}
	.team_right {
		width: 50%;
	}
	.team_box {
		flex-direction: column-reverse;
	}
	.team_partner .pt-pagination{
		position: relative;
		bottom: unset;
		right: unset;
		width: 100%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:767px) {
	.team_right {
		width: 80%;
	}
}
@media screen and (max-width:560px) {
	.team_right {
		width: 100%;
	}
	.team_left h5 {
		line-height: 0.3rem;
		height: 1.8rem;
		overflow: auto;
		box-sizing: border-box;
		padding-right: 0.1rem;
	}
	/*滚动条*/
	.team_left h5::-webkit-scrollbar{width:1px; height:1px}
	.team_left h5::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
	.team_left h5::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

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

}


/* factory */
.factory_bac{

}
.factory{

}

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

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

.factory_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	border-radius: 0.2rem;
}
.factory_partner_list .img:before{
	content:"";
	display:block;
	padding-bottom: 69.5%;
}
.factory_partner_list .img img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
	object-fit:cover;
	transition: all 0.3s ease;
}



/* 指示器 */
.factory_partner .pt-pagination{
	display: flex;
	justify-content: center;
	margin-top: 0.4rem;
}
.factory_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background: #D6D6D6;
	border-radius:0.1rem;
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
}
.factory_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	width: 0.32rem;
	background:var(--i_color2);
}

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

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

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

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

}


/* about_contact */
.about_contact_bac{
    box-sizing: border-box;
	padding-bottom: 1rem;
}
.about_contact{
	position: relative;
}
.about_contact img{
	width: 14rem;
	max-width: 100%;
    display: block;
}
.about_contact_text{
    position: absolute;
	top: 69%;
	transform: translateY(-50%);
	left: 0;
	box-sizing: border-box;
	padding: 0 6%;
	width: 100%;
}
.about_contact_text h3{
	font-size: 0.3rem;
	color: #fff;
	margin-bottom: 0.2rem;
}

@media screen and (max-width:1440px){
	.about_contact_text h3{
		font-size: 0.26rem;
	}
	.about_contact_bac{
		padding-bottom: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.about_contact_text h3{
		font-size: 0.22rem;
	}
	.about_contact_bac{
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.about_contact_text h3{
		font-size: 0.18rem;
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){
	.about_contact_text h3{
		display: none;
	}
}
@media screen and (max-width:425px){

}


/* honor */
.honor_bac{
   position: relative;
   z-index: 2;
   box-sizing: border-box;
   padding: 1rem 0;
}
.honor_bac::after{
   content: '';
   position: absolute;
   width: 100%;
   height: 70%;
   top: 0;
   left: 0;
   background-color: #F1F2EE;
   z-index: -1;
}
.honor_bac::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 30%;
	top: 70%;
	left: 0;
	background: linear-gradient(180deg, rgba(211, 214, 203,0.7) 0%, #ffffff 100%);
	z-index: -1;
 }
.honor{

}


/*  */
.honor_partner_box{
	margin-top: 0.6rem;
	position: relative;
	z-index: 3;
}
.honor_partner_box>img{
    max-width: 100%;
	width: 14rem;
	position: absolute;
	top: -24%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.honor_partner{position:relative}
.honor_partner_list{
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.honor_partner_list .swiper-wrapper{
	display:flex;
	position:relative;
	width:100%;
	z-index:1;
}
.honor_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	transform: scale(0.85);
	transition: all 0.3s ease;
}

.honor_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	border: 0.04rem solid #ccc;

}
.honor_partner_list .img:before{
	content:"";
	display:block;
	padding-bottom:138%;
}
.honor_partner_list .img img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
	object-fit:contain;
	transition: all 0.3s ease;
}




/* 指示器 */
.honor_partner .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0;
}
.honor_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:#D6D6D6;
	border-radius:0.1rem;
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
}
.honor_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:var(--i_color2);
	width: 0.32rem;
}


.honor_partner .swiper-slide-active{
	transform: scale(1);
}

.honor_partner .swiper-slide-prev,
.honor_partner .swiper-slide-next{
	transform: scale(0.95);
}



/* 左右箭头 */
.honor_partner .pt-button-prev,
.honor_partner .pt-button-next{
	position:absolute;
	top:46%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	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;
}
.honor_partner .pt-button-prev iconify-icon,
.honor_partner .pt-button-next iconify-icon{
	font-size: 0.3rem;
	color: #393E46;
	transition: all 0.3s ease;
}
.honor_partner .pt-button-prev{left:-5%;}
.honor_partner .pt-button-next{right:-5%;}


.honor_partner .pt-button-prev:hover iconify-icon,
.honor_partner .pt-button-next:hover iconify-icon{
	color: var(--i_color);
}
@media screen and (max-width:1440px){
	.honor_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.honor_partner .pt-button-prev, .honor_partner .pt-button-next{display:none}
	.honor_partner .pt-pagination{display:block}
	.honor_bac{
		padding: 0.6rem 0;
	}
	.honor_partner_box{
		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) {

}


/* title_list */
.title_list_bac{
    box-sizing: border-box;
	padding: 0.5rem 0 0.8rem 0;
}
.title_list{
    display: flex;
	align-items: center;
	gap: 0.06rem;
	justify-content: center;
}
.title_list img{
	width: 0.48rem;
	object-fit: contain;
	opacity: 0.5;
}
.title_list_ul{
	width: 7rem;
	box-sizing: border-box;
	padding: 0.08rem;
	border: 1px dashed var(--i_color);
	border-radius: 8rem;
	display: flex;
	gap: 0.15rem;
	max-width: 100%;
}
.title_list_ul li{
    background: #F1F2EE;
	width: calc((100% - 0.15rem) / 2);
	border-radius: 8rem;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
	max-width: 100%;
}
.title_list_ul li a{
    text-align: center;
	font-size: 0.24rem;
	padding: 0.1rem;
	font-weight: bold;
	color: #393E46;
	text-transform: uppercase;
	display: block;
	position: relative;
	z-index: 5;
	max-width: 100%;
	transition: all 0.3s ease;
}

.title_list_ul li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url('static/imgs/title_list3.webp') center no-repeat;
	background-size: cover;
	width: 3.67rem;
	height: 1.52rem;
	opacity: 0;
	transition: all 0.3s ease;
}
.title_list_ul li.active,
.title_list_ul li:hover{
	background-color: var(--i_color);
}
.title_list_ul li.active::after,
.title_list_ul li:hover::after{
	opacity: 1;
}
.title_list_ul li.active a,
.title_list_ul li:hover a{
	color: #fff;
}






@media screen and (max-width:1440px){
	.title_list_ul li a {
		font-size: 0.22rem;
	}
	.title_list img {
		width: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.title_list_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.title_list_ul li a {
		font-size: 0.2rem;
	}
	.title_list img {
		width: 0.35rem;
	}
	.title_list_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:560px){
	.title_list img{
		display: none;
	}
	.title_list_ul li a {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:425px){
    .title_list_ul li a {
        font-size: 0.16rem;
    }
}



/* service_us */
.service_us_bac{

}
.service_us{

}
.service_us_box{
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0.4rem;
}
.service_us_img{
	position: relative;
	overflow: hidden;
	border-radius: 0.2rem;
	width: 71.4%;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
}
.service_us_img img{
   width: 100%;
   aspect-ratio: 1000 / 490;
   pointer-events: none;
   height: 100%;
   display: block;
}
.service_us_img1{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 3;
   clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.service_us_img2{
   position: relative;

}

.service_us_i{
   width: 0.76rem;
   height: 0.76rem;
   border-radius: 50%;
   background: url('static/imgs/service_us_i.png') center no-repeat;
   background-size: contain;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 4;
   box-shadow: 0px 4px 10px 0px rgba(120, 47, 0, 0.2);
   cursor: ew-resize;
   user-select: none; /* 防止拖拽时意外选中页面上的文本或图片 */
}
.service_us_i::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.64rem;
	height: 0.64rem;
	background: url('static/imgs/service_us_is.png') center no-repeat;
	background-size: contain;
	animation: cricle 5s linear forwards infinite;
}
.service_us_box p{
	width: 28.6%;
	box-sizing: border-box;
	padding-left: 4%;
	font-size: 0.18rem;
	line-height: 166%;
	color: #999;
	cursor: pointer;
}

@keyframes cricle{
	0%{
		transform: translate(-50%,-50%) rotate(0);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
	}
}





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

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

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

}
@media screen and (max-width:960px){
	.service_us_img {
		width: 100%;
	}
	.service_us_box p {
		width: 100%;
		padding-left: 0%;
		text-align: center;
		margin-bottom: 0.4rem;
	}
	.service_us_box {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width:767px){
	.service_us_box p {
		margin-bottom: 0.2rem;
		font-size: 0.16rem;
	}
	.service_us_i{
		width: 0.6rem;
		height: 0.6rem;
	 }
	 .service_us_i::after{
		width: 0.5rem;
		height: 0.5rem;
	 }
}
@media screen and (max-width:560px){

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

}


/* service_us_ul */
.service_us_ul{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.6rem;
}
.service_us_ul li{
    width: 20%;
}
.service_us_ul li h3{
    font-size: 0.32rem;
	color: #393E46;
	line-height: 100%;
	font-family: 'adv_b';
	box-sizing: border-box;
	padding-left: 0.2rem;
}
.service_us_text{
	clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
	background-color: #F1F2EE;
	height: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.service_us_text::after{
	content: '';
    position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: var(--i_color);
	clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    z-index: -1;
	transition: all 0.7s ease;
}
.service_us_text h4{
    font-size: 0.18rem;
	color: #393E46;
	line-height: 166%;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 11%;
}

.service_us_ul li:nth-child(1) .service_us_text{
	clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
	border-radius: 0.2rem 0 0 0.2rem;
	padding-right: 5%;
}
.service_us_ul li:nth-child(5) .service_us_text{
	clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
	border-radius: 0 0.2rem 0.2rem 0;
	padding-left: 5%;
}

.service_us_ul li:nth-child(1) .service_us_text::after{
	clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.service_us_ul li:nth-child(5) .service_us_text::after{
	clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.service_us_ul li.active h3{
	color: var(--i_color);
}
.service_us_ul li.active .service_us_text::after{
    width: 100%;
	right: auto;
	left: 0;
}




.service_us_ul li.active h4{
	color: #fff;
}


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

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

}
@media screen and (max-width:1024px){
	.service_us_ul li{
		width: 33.333%;
	}
	.service_us_ul{
		gap: 0.1rem 0;
	}
}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){
	.service_us_ul li{
		width: 50%;
	}
}
@media screen and (max-width:425px){

}


/* service_our */
.service_our_bac{
   box-sizing: border-box;
   padding: 1.2rem 0 1rem 0;
}
.service_our{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-end;
}
.service_our_left{
	width: 54.86%;
	box-sizing: border-box;
	padding-right: 4%;
}
.service_our_ul{
    display: flex;
	gap: 0.4rem;
	margin-top: 1rem;
}
.service_our_ul li{
    width: calc((100% - 0.4rem) / 2);
}
.service_our_ulImg{
	position: relative;
	border-radius: 0.2rem;
	overflow: hidden;
}
.service_our_ulImg img{
	aspect-ratio: 1 / 1;
	width: 100%;
	display: block;
}
.service_our_ulImg::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(55,21,0,0.3);
	z-index: 2;
}
.service_our_ul li p{
    font-size: 0.2rem;
	color: #393E46;
	box-sizing: border-box;
	padding-top: 0.2rem;
}
.service_our_ul li h3{
   display: none;
}
.service_our_right{
   width: 45.14%;
   box-sizing: border-box;
}
.service_our_img{
    position: relative;
    border-radius: 0.2rem;
	overflow: hidden;
}
.service_our_img img{
	aspect-ratio: 1 / 1;
	width: 100%;
	display: block;
}
.service_our_img h3{
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 1.8rem 0.4rem 0.4rem 0.4rem;
	background: linear-gradient(180deg, #00000000 0%, #000000 100%);
	font-size: 0.18rem;
	color: #fff;
	line-height: 166%;
}
.service_our_right p{
	font-size: 0.2rem;
	font-weight: bold;
	color: var(--i_color);
	box-sizing: border-box;
	padding-top: 0.2rem;
}

.service_our_right .service_our_img img,
.service_our_right .service_our_img h3,
.service_our_right > p {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}
.service_our_right.fade-out .service_our_img img,
.service_our_right.fade-out .service_our_img h3,
.service_our_right.fade-out > p {
    opacity: 0;
}


@media screen and (max-width:1440px){
	.service_our_bac{
		padding: 0.8rem 0;
	}
	.service_our_ul {
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.service_our_bac{
		padding: 0.6rem 0;
	}
	.service_our_ul {
		margin-top: 0.6rem;
	}
	.service_our_ul {
		gap: 0.2rem;
	}
	.service_our_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.service_our_ul li p {
		font-size: 0.18rem;
	}
	.service_our_img h3 {
		padding: 1.4rem 0.2rem 0.2rem 0.2rem;
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
	.service_our_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.service_our_left {
		width: 100%;
		padding-right: 0%;
	}
	.service_our_right {
		width: 100%;
		margin-top: 0.3rem;
	}
	.service_our_ul li p {
        font-size: 0.16rem;
    }
}
@media screen and (max-width:560px){

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

}



/* service_we */
.service_we_bac{

}
.service_we{
    position: relative;
}
.title_flex{
	position: absolute;
	top: 12%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
.service_we_dl{
	overflow: hidden;
}
.service_we_dl dt{
    position: relative;
	animation: big 3s linear;
}
.service_we_dl dt::after{
    content: '';
	display: block;
	padding-bottom: 41.67%;
}
.service_we_dl dt img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.service_we_ul{
    display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #999;
	box-sizing: border-box;
}
.service_we_ul li{
    width: 25%;
	box-sizing: border-box;
	padding: 0.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.3s ease;
}
.service_we_ul li:not(:last-child){
	border-right: 1px solid #999;
}
.service_we_ul li img{
	width: 0.48rem;
	height: 0.48rem;
	object-fit: contain;
}
.service_we_ul li p{
    font-size: 0.24rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 0.3rem;
}
.service_we_ul li.current{
	background: rgba(253,112,30,0.5);
}

@keyframes big{
	0%{
		transform:scale(1.1);
	}
	100%{
		transform:scale(1);
	}
}


@media screen and (max-width:1600px){
	.service_we_ul li p {
		font-size: 0.22rem;
		margin-top: 0.2rem;
	}
	.service_we_ul li {
		padding: 0.35rem;
	}
}
@media screen and (max-width:1440px){
	.service_we_ul li p {
		font-size: 0.2rem;
	}
	.service_we_ul li {
		padding: 0.3rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.service_we_ul {
		position: relative;
		bottom: unset;
		left: unset;
		background-color: var(--i_color3);
	}
	.service_we_ul li{
		width: 50%;
	}
	.service_we_ul li p {
        font-size: 0.18rem;
    }
	.service_we_ul li img {
		width: 0.4rem;
		height: 0.4rem;
	}
	.service_we_ul li:nth-child(1),
	.service_we_ul li:nth-child(2){
		border-bottom: 1px solid #999;
	}
	.service_we_ul li {
		justify-content: center;
	}
}
@media screen and (max-width:560px){
    .service_we_ul li p {
        font-size: 0.16rem;
    }
	.service_we_ul li img {
		width: 0.35rem;
		height: 0.35rem;
	}
	.service_we_ul li {
		padding: 0.2rem;
	}
	.service_we_dl dt::after{
		padding-bottom: 60%;
	}
}
@media screen and (max-width:425px){
    .service_we_ul li p {
        font-size: 0.14rem;
		margin-top: 0.1rem;
    }
	.service_we_ul li {
		padding: 0.2rem 0.1rem;
	}
}


/* service_supply */
.service_supply_bac{
    box-sizing: border-box;
	padding: 1rem 0;
}
.service_supply{

}
.service_supply_box{
	margin-top: 0.6rem;
}
.service_supply_box img{
	width: 100%;
}
.service_supply_ul{
    margin-top: 0.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}
.service_supply_ul li{
    width: calc((100% - 1.6rem) / 5);
}
.service_supply_ul li h3{
    font-size: 0.2rem;
	color: #393E46;
	font-weight: bold;
	line-height: 0.3rem;
	min-height: 0.6rem;
}
.service_supply_ul li h4{
    font-size: 0.16rem;
	line-height: 125%;
	color: #666;
	box-sizing: border-box;
	padding-top: 0.2rem;
	margin-top: 0.2rem;
	border-top: 1px solid #D6D6D6;
}

@media screen and (max-width:1440px){
	.service_supply_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.service_supply_bac{
		padding: 0.6rem 0;
	}
	.service_supply_box {
		margin-top: 0.4rem;
	}
	.service_supply_ul {
		margin-top: 0.4rem;
		gap: 0.2rem;
	}
	.service_supply_ul li {
		width: calc((100% - 0.8rem) / 5);
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.service_supply_ul li {
		width: calc((100% - 0.6rem) / 3);
	}
}
@media screen and (max-width:560px){
	.service_supply_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:425px){

}

/* service_what */
.service_what_bac{
    background: url('static/imgs/service_what_bac.webp') center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	border-radius: 0 2rem 0 0;
	padding: 1rem 0;
}
.service_what{

}






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

.what_partner{position:relative}
.what_partner_list{
	width:100%;
	padding:0.1rem !important;
	padding-top: 0.3rem !important;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.what_partner_list .swiper-wrapper{
	display:flex;
	position:relative;
	width:100%;
	z-index:1;
}
.what_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;

}
.what_box{
   background-color: #fff;
   box-sizing: border-box;
   border-radius: 0.2rem;
   padding: 0.35rem 0.4rem 0.6rem 0.4rem;
   border: 1px solid transparent;
	transition: all 0.3s ease;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.06);
}
.what_tx{
   display: flex;
   gap: 0.15rem;
   align-items: flex-end;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   border-bottom: 1px solid #D6D6D6;
   margin-bottom: 0.2rem;
   margin-top: -0.6rem;
}
.what_tx>img{
	width: 1.2rem;
	border-radius: 0.2rem;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.06);
	display: block;
}
.what_name{

}
.what_name h3{
    font-size: 0.2rem;
	color: #393E46;
	font-weight: bold;
	margin-bottom: 0.15rem;
	transition: all 0.3s ease;
}
.what_name h4{
	font-size: 0.16rem;
	color: #666;
	line-height: 125%;
}
.what_text{

}
.what_text h5{
   font-size: 0.16rem;
   line-height: 0.2rem;
   height: 1.6rem;
   color: #999;
   overflow: auto;
   box-sizing: border-box;
   padding-right: 0.1rem;
   transition: all 0.3s ease;
}
/*滚动条*/
.what_text h5::-webkit-scrollbar{width:1px; height:1px}
.what_text h5::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.what_text h5::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.what_point{
   position: absolute;
   bottom: 0.1rem;
   right: 0.4rem;
}
.what_point img{
   width: 0.55rem;
   transition: all 0.3s ease;
}
.what_point_2{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.what_partner_list li:hover .what_box{
	border: 1px solid var(--i_color);
}
.what_partner_list li:hover h3{
	color: var(--i_color);
}
.what_partner_list li:hover .what_point_1{
	opacity: 0;
}
.what_partner_list li:hover .what_point_2{
	opacity: 1;
}


















/* 指示器 */
.what_partner .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0;
}
.what_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:#D6D6D6;
	border-radius:0.1rem;
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
}
.what_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:var(--i_color2);
	width: 0.32rem;
}





/* 左右箭头 */
.what_partner .pt-button-prev,
.what_partner .pt-button-next{
	position:absolute;
	top:46%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	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;
}
.what_partner .pt-button-prev iconify-icon,
.what_partner .pt-button-next iconify-icon{
	font-size: 0.3rem;
	color: #393E46;
	transition: all 0.3s ease;
}
.what_partner .pt-button-prev{left:-5%;}
.what_partner .pt-button-next{right:-5%;}


.what_partner .pt-button-prev:hover iconify-icon,
.what_partner .pt-button-next:hover iconify-icon{
	color: var(--i_color);
}

@media screen and (max-width:1440px){
	.what_tx>img {
		width: 1rem;
	}
	.what_tx{
		margin-top: -0.5rem;
	}
	.what_name h3 {
		font-size: 0.18rem;
		margin-bottom: 0.1rem;
	}
	.what_box {
		padding: 0.35rem 0.3rem 0.6rem 0.3rem;
	}
	.service_what_bac {
		padding: 0.8rem 0;
		border-radius: 0 1.5rem 0 0;
	}


}
@media screen and (max-width:1200px){
	.what_partner .pt-button-prev, .what_partner .pt-button-next{display:none}
	.what_tx>img {
		width: 0.8rem;
	}
	.what_partner_box {
		margin-top: 0.2rem;
	}
	.service_what_bac {
		padding: 0.6rem 0;
		border-radius: 0 1rem 0 0;
	}
}
@media screen and (max-width:1024px) {

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

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

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

}



/* faq */
.faq_bac{
	box-sizing: border-box;
	padding: 0.6rem 0;
}
.faq{

}
.faq .title{
	margin-top: 1rem;
}



.faq_ul{
   margin-top: 0.4rem;
   display: flex;
   flex-direction: column;
   gap: 0.3rem;
}
.faq_ul li{
   border: 1px solid #F1F2EE;
   background-color: #fff;
   box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
   box-sizing: border-box;
   padding: 0.2rem 0.3rem;
   border-radius: 0.1rem;
   cursor: pointer;
   position: relative;
   z-index: 2;
   overflow: hidden;
   transition: all 0.3s ease;
}
.faq_ul li::after{
	content: '';
	position: absolute;
	width: 3.7rem;
	height: 5.47rem;
	background: url('static/imgs/faq.png') center no-repeat;
	background-size: contain;
	top: 0%;
	right: 0%;
	z-index: -1;
	transition: all 1s ease;
}
.faq_q{
   display: flex;
   gap: 0.2rem;
   align-items: center;

}
.faq_q p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 50%;
	background-color: var(--i_color);
	color: #fff;
	font-size: 0.24rem;
	flex-shrink: 0;
	transition: all 0.3s ease;
}
.faq_q h3{
   font-size: 0.2rem;
   color: #333;
   font-weight: bold;
   justify-content: space-between;
   transition: all 0.3s ease;
}
.faq_q i{
   display: block;
   position: relative;
   flex-shrink: 0;
   margin-left: auto;
}
.faq_q i::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.12rem;
   height: 2px;
	background-color: #333;
    transition: all 0.3s ease;
}
.faq_q i::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 0.12rem;
	width: 2px;
	background-color: #333;
    transition: all 0.3s ease;
}
.faq_ul li h4{
	font-size: 0.18rem;
	color: #666;
	line-height: 155%;
	margin-top: 0.2rem;
	display: none;
	box-sizing: border-box;
	padding-left: 0.64rem;
	transition: color 0.3s ease;
}
.faq_ul li.active i::after{
    height: 0 !important;
}
.faq_ul li.active i::after{
	background-color: var(--i_color);
}
.faq_ul li.active i::before{
	background-color: #fff;
}
.faq_ul li.active{
	padding: 0.2rem 0.3rem 0.4rem 0.3rem;
	background-color: var(--i_color);
}


.faq_ul li.active::after{
	top: -55%;
    right: 1%;
}
.faq_ul li.active h3,
.faq_ul li.active h4{
	color: #fff;
}
.faq_ul li.active p{
	background-color: #fff;
	color: var(--i_color);
}


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

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

}
@media screen and (max-width:560px){
	.faq_ul li.active::after {
		top: -18%;
		right: 1%;
	}
	.faq_q p{
		display: none;
	}
	.faq_ul li h4 {
		font-size: 0.18rem;
		padding-left: 0rem;
	}
	.faq_ul li::after{
		opacity: 0.5;
	}
}
@media screen and (max-width:425px){

}


/* service_four */
.service_four_bac{
   box-sizing: border-box;
   position: relative;
   z-index: 2;
   overflow: hidden;
   padding-bottom: 1.4rem;
   --four_radius: 1.2rem;
   --four_dw:5%;
}
.service_four_bacImg{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: -1;
}
.service_four{

}
.service_four_box{
	position: relative;
	margin-top: 0.6rem;
}
.service_four_ul{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 0.4rem 10%;
}
.service_four_ul li{
    width: 27.14%;
	position: relative;
	transition: all 0.3s ease;
	z-index: 2;
}
.service_four_text{
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0.5rem;
	min-height: 4.3rem;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	border: 1px solid transparent;
	z-index: 2;
	transition: all 0.3s ease;
}
.service_four_ul li .service_four_text::after{
	content: '';
	position: absolute;
	top: -22%;
	left: -31%;
	width: 4.62rem;
	height: 6.84rem;
	background: url('static/imgs/service_four_logo.png') center no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease;
}
.service_four_ul li i{
    position: absolute;
	opacity: 0;
	transition: all 0.3s ease;
    background-color: #fff;
	border-radius: 50%;
	z-index: 9;
	transition: all 0.3s ease;
	width: 0.35rem;
	height: 0.35rem;
}
.service_four_ul li i iconify-icon{
	font-size: 0.35rem;
	color: var(--i_color);
}
.service_four_top{
   display: flex;
   justify-content: space-between;
}
.service_four_top img{
   width: 0.99rem;
}
.service_four_top h3{
   font-size: 0.36rem;
   color: #999;
   font-family: 'adv_b';

}
.service_four_ul li h4{
   font-size: 0.24rem;
   color: #393E46;
   font-weight: bold;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   position: relative;
}
.service_four_ul li h4::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.4rem;
	height: 0.03rem;
	background-color: var(--i_color);
}
.service_four_ul li h5{
    font-size: 0.18rem;
	color: #9E9E9E;
	line-height: 150%;
	margin-top: 0.2rem;
}
.service_four_ul li:nth-child(1) .service_four_text{
    border-radius: 0.2rem 0.2rem var(--four_radius) 0.2rem;
}
.service_four_ul li:nth-child(2) .service_four_text{
	border-radius: 0.2rem 0.2rem  0.2rem var(--four_radius);
}
.service_four_ul li:nth-child(3) .service_four_text{
	border-radius: 0.2rem var(--four_radius) 0.2rem 0.2rem;
}
.service_four_ul li:nth-child(4) .service_four_text{
	border-radius: var(--four_radius) 0.2rem 0.2rem 0.2rem;
}

.service_four_ul li:nth-child(1) i{
	bottom: var(--four_dw);
	right: var(--four_dw);
}
.service_four_ul li:nth-child(2) i{
	bottom: var(--four_dw);
	left: var(--four_dw);
}
.service_four_ul li:nth-child(3) i{
	top: var(--four_dw);
	right: var(--four_dw);
}
.service_four_ul li:nth-child(4) i{
	top: var(--four_dw);
	left: var(--four_dw);
}

.service_four_ul li:nth-child(2) .service_four_text::after,
.service_four_ul li:nth-child(4) .service_four_text::after{
    transform: rotateY(180deg);
	left: auto;
	right: -31%;
}

.service_four_ul li:nth-child(2) h4,
.service_four_ul li:nth-child(4) h4,
.service_four_ul li:nth-child(2) h5,
.service_four_ul li:nth-child(4) h5{
	text-align: right;
}
.service_four_ul li:nth-child(2) h4::after,
.service_four_ul li:nth-child(4) h4::after{
	right: 0;
	left: auto;
}

.service_four_ul li.current i{
	opacity: 1;
}
.service_four_ul li.current .service_four_text{
	border: 1px solid var(--i_color);
}
.service_four_ul li.current .service_four_text::after{
    opacity: 0.1;

}












.service_four_center{
   width: 31.43%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.service_four_dl{

}
.service_four_dl dt{
   position: relative;
   width: 100%;
}
.service_four_dl dt::after{
   content: '';
   display: block;
   padding-bottom: 168.18%;
}
.service_four_dl dt img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.service_four_center h6{
   font-size: 0.18rem;
   line-height: 150%;
   color: #9E9E9E;
   text-align: center;
   margin-top: 0.1rem;
}


@media screen and (max-width:1440px){
	.service_four_bac{
		padding-bottom: 1.2rem;
		--four_radius: 1rem;
		--four_dw:4%;
	}
	.service_four_ul li h4 {
		font-size: 0.2rem;
	}
	.service_four_text {
		padding: 0.4rem;
		min-height: 4rem;
	}
	.service_four_top img {
		width: 0.9rem;
	}
}
@media screen and (max-width:1200px){
	.service_four_bac{
		padding-bottom: 1rem;
		--four_radius: 0.8rem;
		--four_dw:3%;
	}
	.service_four_top img {
		width: 0.8rem;
	}
	.service_four_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.service_four_bac{
		padding-bottom: 0.8rem;
		--four_radius: 0.6rem;
		--four_dw:2%;
	}
	.service_four_ul li h5 {
		font-size: 0.16rem;
		margin-top: 0.15rem;
	}
	.service_four_text {
		min-height: 3.8rem;
	}

}
@media screen and (max-width:767px){
	.service_four_ul li{
		width: calc((100% - 0.4rem) / 2);
	}
	.service_four_ul {
		gap: 0.4rem;
	}
	.service_four_center {
		width: 50%;
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		margin-top: 0.4rem;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:560px){
	.service_four_center {
		width: 100%;
	}
	.service_four_ul li{
		width: calc((100% - 0.2rem) / 2);
	}
	.service_four_ul {
		gap: 0.2rem;
	}
	.service_four_dl dt::after {
		padding-bottom: 120%;
	}
	.service_four_text {
        padding: 0.4rem 0.2rem;
    }
	.service_four_ul li .service_four_text::after {
		top: -22%;
		left: -31%;
		width: 3rem;
		height: 5rem;
	}
}
@media screen and (max-width:425px){

}


/* gallery */
.gallery_bac{
   box-sizing: border-box;
   padding: 1rem 0 0 0;
}
.gallery{

}

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

.gallery_partner{position:relative}
.gallery_partner_list{
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.gallery_partner_list .swiper-wrapper{
	display:flex;
	position:relative;
	width:100%;
	z-index:1;
}
.gallery_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.gallery_area{
    background-color: #F1F2EE;
	display: flex;
	flex-wrap: wrap;
	border-radius: 0.2rem;
	overflow: hidden;
}
.gallery_left{
   width: 47.14%;
   box-sizing: border-box;
   padding: 0.6rem 5%;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
}
.gallery_left img{
   width: 0.6rem;
   height: 0.6rem;
   object-fit: contain;
}
.gallery_left h3{
   font-size: 0.24rem;
   color: #393E46;
   font-weight: bold;
   margin: 0.25rem 0 0.3rem 0;
}
.gallery_left h4{
   font-size: 0.18rem;
   line-height: 0.27rem;
   color: #9E9E9E;
   height: 1.08rem;
   overflow: auto;
   box-sizing: border-box;
   padding-right: 0.1rem;
   margin-bottom: 0.2rem;
}
/*滚动条*/
.gallery_left h4::-webkit-scrollbar{width:1px; height:1px}
.gallery_left h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.gallery_left h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}



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















/* 指示器 */
.gallery .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0
}
.gallery .pt-pagination .swiper-pagination-bullet{
	width: 0.12rem;
    height: 0.12rem;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.05rem;
    background: #D6D6D6;
    border-radius: 0.1rem;
    opacity: 1;
    outline: none;
    transition: all 0.3s ease;
}
.gallery .pt-pagination .swiper-pagination-bullet-active{
	position: relative;
    width: 0.32rem;
    background: var(--i_color2);
}

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

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

@media screen and (max-width:1440px){
	.gallery_left {
		padding: 0.5rem 5%;
	}
	.gallery_left img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.gallery_left h3 {
		font-size: 0.22rem;
		margin: 0.2rem 0;
	}
	.gallery_bac {
		padding: 0.8rem 0 0 0;
	}
}
@media screen and (max-width:1200px){
	.gallery_left {
		padding: 0.4rem 4%;
	}
	.gallery_left img {
		width: 0.4rem;
		height: 0.4rem;
	}
	.gallery_left h3 {
		font-size: 0.2rem;
	}
	.gallery_bac {
		padding: 0.6rem 0 0 0;
	}
	.gallery_partner_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px) {

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

}
@media screen and (max-width:560px) {
	.gallery_left {
		width: 100%;
	}
	.gallery_right{
		width: 100%;
	}
	.gallery_area {
		flex-direction: column-reverse;
	}
	.gallery_left h4{
		margin-bottom: 0;
	}
}
@media screen and (max-width:425px) {

}


/* service_off */
.service_off_bac{
	background: linear-gradient(to top,rgba(214,214,214,0.24),rgba(247,247,247,0));
	box-sizing: border-box;
	padding: 1rem 0;
	overflow: hidden;
}
.service_off{

}
.service_off_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.8rem;
   margin-top: 0.8rem;
   position: relative;
   z-index: 2;
}
.service_off_box{
	position: relative;
	z-index: 2;
	margin-bottom: 0.6rem;
}
.service_off_i{
	position: absolute;
	bottom: 0.56rem;
	right: 0;
	width: 50rem;
	height: 1px;
	background-color: #D6D6D6;
	z-index: -1;
}
.service_off_i::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.12rem;
	height: 0.12rem;
	box-sizing: border-box;
	border-top: 1px solid var(--i_color2);
	border-right: 1px solid var(--i_color2);
}

.service_off_ul li{
    width: calc((100% - 2.4rem) / 4);
    display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.service_off_text{
	box-sizing: border-box;
	padding: 0.6rem 0.3rem 0.4rem 0.3rem;
	border-radius: 0.2rem;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
	background: linear-gradient(220deg, #dcf763 -96%, #ffffff 50%), #FFFFFF;
	position: relative;
	margin-bottom: 0.4rem;
	min-height: 3.5rem;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}
.service_off_text i{
    display: flex;
	justify-content: center;
	align-items: center;
	width: 0.84rem;
	height: 0.84rem;
	border-radius: 50%;
	border: 0.03rem solid var(--i_color2);
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: var(--i_color2);
	transition: all 0.3s ease;
}
.service_off_text i img{
    width: 0.6rem;
}
.service_off_text h3{
    font-size: 0.2rem;
	line-height: 150%;
	color: #393E46;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s ease;
}
.service_off_text h4{
    font-size: 0.16rem;
	color: #999;
	text-align: center;
	margin: 0.15rem 0;
}
.service_off_text h5{
    font-size: 0.16rem;
	color: #999;
	text-align: center;
	line-height: 125%;
}
.service_off_down{

}
.service_off_down span{
    display: block;
	width: 0.2rem;
	height: 0.2rem;
    border-radius: 50%;
	background-color: #fff;
	border: 0.04rem solid var(--i_color2);
	box-sizing: border-box;
	box-shadow: 0px 3.6px 9px 0px rgba(104, 120, 34, 0.4);
}
.service_off_down h6{
    font-size: 0.28rem;
	color: #393E46;
	font-family: 'adv_b';
	margin-top: 0.14rem;
}


.service_off_ul li:hover i{
	background-color: #fff;
}
.service_off_ul li:hover  h3{
	color: #49A078;
}
.service_off_ul li:hover .service_off_text{
	border: 1px solid var(--i_color2);
}


@media screen and (max-width:1440px){
	.service_off_ul {
		gap: 0.6rem;
		margin-top: 0.6rem;
	}
	.service_off_ul li {
		width: calc((100% - 1.8rem) / 4);
	}
	.service_off_text i {
		width: 0.8rem;
		height: 0.8rem;
	}
	.service_off_text i img {
		width: 0.5rem;
	}
	.service_off_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.service_off_ul {
		gap: 0.4rem;
	}
	.service_off_ul li {
		width: calc((100% - 1.2rem) / 4);
	}
	.service_off_text i {
		width: 0.7rem;
		height: 0.7rem;
	}
	.service_off_text i img {
		width: 0.4rem;
	}
	.service_off_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.service_off_ul {
		gap: 0.6rem 0.2rem;
	}
	.service_off_ul li {
		width: calc((100% - 0.6rem) / 4);
	}
}
@media screen and (max-width:767px){
	.service_off_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.service_off_i{
		display: none;
	}
	.service_off_text {
		margin-bottom: 0.2rem;
		min-height: 3rem;
	}
	.service_off_box {
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.service_off_ul li{
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* custom */
.custom_bac{
   box-sizing: border-box;
   padding: 1rem 0 0.6rem 0;
}
.custom{

}
.custom_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 1rem;
   margin: 0.6rem 0;
   position: relative;
   z-index: 2;
}
.custom_ul::after{
	content: '';
	position: absolute;
	top: 0.9rem;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	height: 1px;
	background-color: #D6D6D6;
	z-index: -1;
}
.custom_ul li{
   width: calc((100% - 4rem) / 5);
   position: relative;
}
.custom_ul li:not(:last-child)::after{
   content: '';
   position: absolute;
   right: -0.5rem;
   width: 0.13rem;
   height: 0.13rem;
   background: url('static/imgs/right.png') center no-repeat;
   background-size: contain;
   top: 0.84rem;
}
.custom_i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 1.8rem;
   height: 1.8rem;
   border-radius: 50%;
   background-color: #fff;
   box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
   position: relative;
   margin-left: auto;
   margin-right: auto;
}
.custom_i img{
   width: 80%;
}
.custom_i p{
   position: absolute;
   left: 0%;
   top: 50%;
   transform: translate(-50%,-50%);
   width: 0.32rem;
   height: 0.32rem;
   border-radius: 50%;
   background-color: #393E46;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 0.2rem;
   color: #fff;
   font-family: 'adv_b';
}
.custom_ul li h3{
   font-size: 0.2rem;
   line-height: 150%;
   color: #393E46;
   font-weight: bold;
   margin-top: 0.3rem;
}
.custom_ul li h4{
   font-size: 0.16rem;
   color: #999;
   line-height: 125%;
   margin-top: 0.2rem;
}



@media screen and (max-width:1440px){
	.custom_i {
		width: 1.4rem;
		height: 1.4rem;
	}
	.custom_ul::after {
		top: 0.7rem;
	}
	.custom_ul li:not(:last-child)::after {
		right: -0.25rem;
		top: 0.64rem;
	}
	.custom_ul {
		gap: 0.5rem;
	}
	.custom_ul li {
		width: calc((100% - 2rem) / 5);
	}
	.custom_i p {
		width: 0.28rem;
		height: 0.28rem;
		font-size: 0.18rem;
	}
	.custom_bac {
		padding: 0.8rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1200px){
	.custom_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
    .custom_ul {
        gap: 0.4rem;
    }
	.custom_ul li {
        width: calc((100% - 0.8rem) / 3);
    }
	.custom_ul li:not(:last-child)::after{
		display: none;
	}
	.custom_ul::after{
		display: none;
	}
	.custom_ul li h3,
	.custom_ul li h4{
		text-align: center;
	}
	.custom_i {
        width: 1.2rem;
        height: 1.2rem;
    }
}
@media screen and (max-width:560px){
	.custom_ul li {
        width: calc((100% - 0.2rem) / 2);
    }
	.custom_ul {
        gap: 0.4rem 0.2rem;
    }
	.custom_i {
        width: 1rem;
        height: 1rem;
    }
}
@media screen and (max-width:425px){

}


/* news_top */
.news_top_bac{

}
.news_top{

}





/*  */
.top_partner_box{}

.top_partner{position:relative}
.top_partner_list{
	width:100%;
	padding:0.1rem !important;
	box-sizing: border-box;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.top_partner_list .swiper-wrapper{
	display:flex;
	position:relative;
	width:100%;
	z-index:1;
}
.top_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.top_partner_list li a{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0.15rem 3% 0.15rem 0.15rem;
	border-radius: 0.2rem;
	border: 1px solid #D6D6D6;
	box-sizing: border-box;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
}
.news_top_img{
    width: 61.5%;
	position: relative;
	overflow: hidden;
	border-radius: 0.2rem;
}
.news_top_img::after{
    content: '';
	display: block;
	padding-bottom: 62.59%;
}
.news_top_img img{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_top_text{
    width: 38.5%;
	box-sizing: border-box;
	padding-left: 4%;
	padding-top: 0.4rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.news_top_text h3{
   font-size: 0.16rem;
   color: #393E46;
   box-sizing: border-box;
   padding: 0.05rem 0.07rem;
   border-radius: 0.1rem 0 0.1rem 0;
   background-color: rgba(153,153,153,0.2);
}
.news_top_text h4{
   font-size: 0.24rem;
   line-height: 150%;
   color: #393E46;
   font-weight: bold;
   margin: 0.3rem 0 0.2rem 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
}
.news_top_text h5{
   font-size: 0.18rem;
   line-height: 144%;
   color: #999;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 6;
   width: 100%;
   margin-bottom: 0.5rem;
}


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

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

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

@media screen and (max-width:1440px){
	.news_top_text h4 {
		font-size: 0.2rem;
		margin:0.2rem 0;
	}

}
@media screen and (max-width:1200px){
	.news_top_text h5 {
		font-size: 0.16rem;
		-webkit-line-clamp: 4;
		margin-bottom: 0.3rem;
	}
}
@media screen and (max-width:1024px) {
	.news_top_text {
		padding-top: 0.2rem;
	}
}
@media screen and (max-width:767px) {
	.news_top_img {
		width: 100%;
	}
	.news_top_text{
		width: 100%;
		padding-left: 0;
		margin-bottom: 0.2rem;
	}
	.top_partner_list li a {
		padding: 0.2rem;
	}
}
@media screen and (max-width:560px) {
	.news_top_text h4 {
		-webkit-line-clamp: 1;
	}
	.news_top_text h5 {
        -webkit-line-clamp: 3;
        margin-bottom: 0.2rem;
    }
}
@media screen and (max-width:425px) {

}


/* news */
.news_bac{
   margin-top: 0.6rem;
   box-sizing: border-box;
   padding-bottom: 0.6rem;
}
.news{

}
.news_ul{
   border-top: 1px solid #D6D6D6;
}
.news_ul li{

}
.news_ul li a{
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   padding: 0.45rem 0;
   border-bottom: 1px solid #D6D6D6;
   align-items: center;
}
.news_img{
   width: 29.6%;
   position: relative;
   overflow: hidden;
   border-radius: 0.2rem;
}
.news_img::after{
   content: '';
   display: block;
   padding-bottom: 62.65%;
}
.news_img img{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.news_text{
    width: 70.4%;
	box-sizing: border-box;
	padding-left: 4%;
}
.news_text h3{
    font-size: 0.24rem;
	color: #393E46;
	font-weight: bold;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
   width: 100%;
   margin-bottom: 0.25rem;
   transition: all 0.3s ease;
}
.news_text h4{
   font-size: 0.18rem;
   line-height: 150%;
   color: #999;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   width: 100%;
}
.news_text h5{
   font-size: 0.18rem;
   color: #999;
   margin-top: 0.35rem;
}

.news_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.news_ul li a:hover h3{
	color: var(--i_color);
}



@media screen and (max-width:1440px){
	.news_text h3 {
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.news_ul li a {
		padding: 0.4rem 0;
	}
	.news_text h5 {
		font-size: 0.16rem;
		margin-top: 0.25rem;
	}
}
@media screen and (max-width:1200px){
	.news_text h4 {
		-webkit-line-clamp: 2;
	}
}
@media screen and (max-width:1024px){
	.news_text h3 {
		font-size: 0.2rem;
		margin-bottom: 0.15rem;
	}

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

}
@media screen and (max-width:560px){
	.news_img {
		width: 100%;
	}
	.news_text {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
}
@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;
	}
	.in_page_box {
        margin-top: 0.4rem;
    }
}
@media screen and (max-width:560px) {

}

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

}
.contact_us_ul{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.4rem;
   margin-top: 0.4rem;
}
.contact_us_ul li {
   box-sizing: border-box;
   width: calc((100% - 0.8rem) / 3);
   background-color: white;
   box-sizing: border-box;
   padding: 0.36rem 0.3rem;
   box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
   border-radius: 0.1rem;
   border: 1px solid #F1F2EE;
}
.contact_us_img{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   border-bottom: 1px solid #BFBEBE;
   position: relative;
}
.contact_us_img::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 30%;
	height: 2px;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}

.contact_us_img img{
   width: 0.36rem;
   height: 0.36rem;
   object-fit: contain;
}
.contact_us_img h2{
   font-size: 0.24rem;
   color: #000;
   font-weight: bold;
   margin-left: 0.2rem;
   transition: all 0.3s ease;
}
.contact_us_text{
   margin-top: 0.2rem;
}
.contact_us_text h3{
   font-size: 0.18rem;
   color: #000;
   margin-bottom: 0.1rem;
}
.contact_us_text a{
   font-size: 0.18rem;
   color: #666;
   line-height: 0.32rem;
   transition: all 0.3s ease;
}

.contact_us_ul li:hover h2{
	color: var(--i_color);
}
.contact_us_ul li:hover .contact_us_img::after{
	width: 100%;
}
.contact_us_text a:hover{
	color: var(--i_color);
}

.contact_title{

}
.contact_title p{
	font-size: 0.4rem;
	color: #333;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 0.2rem;
	position: relative;
	z-index: 2;
}
.contact_title p::after{
	content: '';
	position: absolute;
	top: -0.07rem;
	left: 0;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: linear-gradient(152deg, #fd7014 12%, #fd701400 85%);
	opacity: 0.7;
	z-index: -1;
}
.contact_title span{
	font-size: 0.18rem;
	color: #999;
	line-height: 150%;
	margin-top: 0.2rem;
	display: block;
}





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

}
@media screen and (max-width:1440px) {
	.contact_us_text a{font-size: 0.16rem;line-height: 0.24rem;}
	.contact_us_bac{
		padding: 0.4rem 0 0.8rem 0;
	}
	.contact_title p {
		font-size: 0.35rem;
	}
	.contact_title p::after {
		top: -0.07rem;
		width: 0.35rem;
		height: 0.35rem;
	}
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.contact_us_img h2 {font-size: 0.22rem;}
	.contact_us_bac{
		padding: 0.4rem 0 0.6rem 0;
	}
	.contact_title p {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px) {
	.contact_title p {
		font-size: 0.25rem;
	}
}
@media screen and (max-width:960px) {
	.contact_us_img h2 {font-size: 0.2rem;}
}
@media screen and (max-width:767px) {
	.contact_us_ul li {width: 100%;}
	.contact_us_ul {
		gap: 0.2rem;
	}
	.contact_title span{
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}

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

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

}


/* contact_form */
.contact_form_bac{
	position: relative;
	z-index: 4;

}
.contact_form{

}
.contact_form_box{
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   padding: 0.7rem 4%;
   border: 1px solid #F1F2EE;
   box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
   border-radius: 0.2rem;
   background-color: #fff;
}
.contact_form_left{
    width: 46%;
}
.contact_form_ul{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
   align-items: flex-start;
   margin-top: 1.4rem;
}
.contact_form_ul li{
   background-color: #F6F6F6;
   box-sizing: border-box;
   padding: 0.12rem;
   display: flex;
   gap: 0.1rem;
   align-items: center;
}
.contact_form_ul li img{
   width: 0.14rem;
}
.contact_form_ul li p{
   font-size: 0.18rem;
   color: #999;
}
.contact_form_right{
	width: 54%;
	box-sizing: border-box;
	padding-left: 4%;
}


@media screen and (max-width:1440px){
	.contact_form_ul {
		margin-top: 1.2rem;
	}
	.contact_form_box {
		padding: 0.6rem 4%;
	}
}
@media screen and (max-width:1200px){
	.contact_form_ul li p {
		font-size: 0.16rem;
	}
	.contact_form_box {
        padding: 0.4rem 4%;
    }
}
@media screen and (max-width:1024px){

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

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

}




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


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





#wpforms-32 .wpforms-field{
	position: relative;
}
#wpforms-32 .wpforms-field-label{
	font-size: 0rem;
	color: #34414F;
	box-sizing: border-box;
	padding-left: 0rem;
	margin-bottom: 0rem;
	display: block;
}
#wpforms-32 .wpforms-field-label span{
	position: absolute;
	top: 0.17rem;
	left: 0px;
	font-size: 0.14rem;
    color: red;
}
#wpforms-32 .wpforms-error{
	font-size: 0.16rem;
}
#wpforms-32 .wpforms-field{width:100%; margin-bottom:0.2rem; background:transparent; overflow:hidden}

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

#wpforms-32 input, #wpforms-32 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	background-color: #fff; color:#333;
	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;
	border-radius: 0;
	border-bottom: 1px solid #E5E5E5;
}
#wpforms-32 textarea{
	height:1.4rem;
	line-height: 150%;
	padding:10px;
}


#wpforms-32 .wpforms-field-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wpforms-32-field_1-container, #wpforms-32-field_2-container,
#wpforms-32-field_3-container, #wpforms-32-field_4-container{
	width: calc((100% - 0.2rem) / 2) !important;
}









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


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


@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){
	#wpforms-32-field_1-container, #wpforms-32-field_2-container,
	#wpforms-32-field_3-container, #wpforms-32-field_4-container{
		width:100% !important;
	}
}
@media screen and (max-width:425px){

}


/* contact_map */
.contact_map{
	margin-top: -0.2rem;
	position: relative;
	z-index: 1;
	height: 7rem;
}

.contact_map #simpleMap,
.contact_map .fluid-width-video-wrapper,
.contact_map iframe {
        width: 100%;
        height: 100% !important;
}
.contact_footer{
	margin-top: -1.5rem;
	position: relative;
	z-index: 4;
}
.contact_footer footer{
	background-color: transparent !important;
}

@media screen and (max-width:1440px){
	.contact_map{
		height: 6rem;
	}
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
	.contact_map{
		height: 5rem;
	}
	.contact_footer{
		margin-top: 0;
	}
}
@media screen and (max-width:767px){

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

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

}


/* products */
.products_bac{
    box-sizing: border-box;
	padding: 0.6rem 0;
}
.products{
	display: flex;
	flex-wrap: wrap;
}
.products_left{
	width: 23.86%;
}




.products_left_all{
   box-sizing: border-box;
   padding: 0 0rem 0.25rem 0rem;

}
.products_left_h2{
	font-size: 0.3rem;
	text-transform: capitalize;
	box-sizing: border-box;
	color: #393E46;
	font-weight: bold;
	padding-bottom: 0.2rem;
}
.products_left_h2 iconify-icon{
	color: #fff;
	font-size: 0.34rem;
	margin-left: 0.1rem;
	font-weight: bold;
	margin-bottom: 2px;
	display: none;
}

.list{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   box-sizing: border-box;
   gap: 0.2rem;
}
.list li{
   position: relative;
   border-radius: 0.1rem;
   border: 1px solid #F1F2EE;
   overflow: hidden;
   box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
}

.list_a{
	box-sizing: border-box;
    padding: 0.2rem 0.5rem 0.2rem 0.2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 0.1rem 0.1rem 0.05rem 0.05rem;
}
.list_a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(253, 112, 20, 0.2);
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
.list .list_a a{
   font-size: 0.18rem;
   color: #222;
   box-sizing: border-box;
   line-height: 110%;
   transition: all 0.3s ease;
}
.list  .list_a i{
   width: 0.3rem;
   height: 0.3rem;
   border-radius: 50%;
   border: 1px solid var(--i_color);
   box-sizing: border-box;
   position: absolute;
   top: 50%;
   transform: translate(0,-50%);
   right: 0.1rem;
   cursor: pointer;

}
.list .list_a i iconify-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.list_dl{
    padding: 0.25rem 0.08rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	box-sizing: border-box;
	gap: 0.17rem;
}

.list_dl dt{
   box-sizing: border-box;
   padding:0rem 0.2rem;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: #222;
   display: inline-block;
   transition: all 0.3s ease;
   position: relative;
   border-bottom: 1px solid transparent;
}






.list_dl dt a:hover::after,.list_dl dt a:hover::before{
    opacity: 1;
}
.list_active{
}
.list_active .list_a::after{
	width: 100%;
	left: 0;
	right: auto;
}
.list_active .list_a i{
	background-color: var(--i_color);
}
.list_active .list_a i iconify-icon{
	color: #fff;
	transform:translate(-50%,-50%) rotate(-90deg);
}
.list_active .list_a a{
	color: var(--i_color);
}
.list_dl_active a::after,.list_dl_active a::before{
	opacity: 1 !important;
	left: 0 !important;
}
.list_dl dt a:hover::after{
	opacity: 1 !important;
	left: 0 !important;
}
.list_dl dt a:hover{
	color: var(--i_color);
	border-bottom: 1px solid var(--i_color);
}

.list_dl_active a{
	color: var(--i_color) !important;
	border-bottom: 1px solid var(--i_color) !important;
}
.list_active .list_dl{

}
.list_active::after {
    background-color: var(--i_color) !important;
}




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

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

}
@media screen and (max-width:1200px){
	.products_left_h2 {
		font-size: 0.28rem;
	}

}
@media screen and (max-width:1024px){
	.products_left{
		width: 100%;
	}
	.products_left_h2 iconify-icon{display: block;}
	.products_left_h2{display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
	.products_left_h2{margin-bottom: 0;}
	.list{margin-top: 0.2rem;}
	.products_left_h2{
		color: #fff;
		background-color: var(--i_color);
		box-sizing: border-box;
		padding: 0.15rem 0;
	}
	.list {
		padding-bottom: 0.2rem;
	}
	.products_left_all{
		padding:0.2rem 0rem;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.products_left_h2 {font-size: 0.2rem;}
	.products_left_h2 iconify-icon {font-size: 0.3rem;}
}
@media screen and (max-width:560px){
	.products_left_h2 {font-size: 0.18rem;}
	.products_left_h2 iconify-icon {font-size: 0.25rem;}
}
@media screen and (max-width:425px){

}


.products_right{
   width: 76.14%;
   box-sizing: border-box;
   padding-left: 4%;
}
.products_right>h3{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: bold;
}
.products_right>article{
   font-size: 0.18rem;
   line-height: 150%;
   color: #999;
   margin-top: 0.2rem;
   box-sizing: border-box;
   padding-bottom: 0.3rem;
   border-bottom: 1px solid #D6D6D6;
}
.products_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem 0.2rem;
   margin-top: 0.4rem;
}
.products_ul li{
   width: calc((100% - 0.4rem) / 3);
}
.products_a{
   display: block;
   box-sizing: border-box;
   padding: 0.15rem;
   border-radius: 0.1rem;
   box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.06);
   border: 1px solid transparent;
}
.products_img{
   position: relative;
   border-radius: 0.1rem;
   overflow: hidden;
}
.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{
   margin-top: 0.2rem;
}
.products_text p{
   font-size: 0.2rem;
   color: #393E46;
   height: 0.64rem;
   font-weight: bold;
   line-height: 0.32rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
   transition: all 0.3s ease;
}
.products_text i{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #D6D6D6;
	margin: 0.15rem 0 0.1rem 0;
}
.products_i{
   display: flex;
   justify-content: space-between;
   align-items: center;
   box-sizing: border-box;
   padding: 0.1rem;
   transition: all 0.3s ease;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.products_i::after{
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--i_color);
	transition: all 0.7s ease;
	z-index: -1;
	box-sizing: border-box;
	border-radius: 0.06rem;
}
.products_i span{
   font-size: 0.18rem;
   color: #393E46;
   transition: all 0.3s ease;
}
.products_i iconify-icon{
   font-size: 0.22rem;
   color: #393E46;
   transition: all 0.3s ease;
}
.products_a:hover .products_i::after{
	right: auto;
	left: 0;
	width: 100%;
}
.products_a:hover span,
.products_a:hover iconify-icon{
	color: #fff;
}
.products_a:hover p{
	color: var(--i_color);
}


@media screen and (max-width:1440px){
	.products_text p {
		font-size: 0.18rem;
		height: 0.6rem;
		line-height: 0.3rem;
	}
	.products_right>h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1200px){
	.products_i span {
		font-size: 0.16rem;
	}
	.products_right>h3 {
		font-size: 0.26rem;
	}
	.products_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.products_right>h3 {
		font-size: 0.24rem;
	}
	.products_right {
		width: 100%;
		padding-left: 0%;
	}
}
@media screen and (max-width:767px){
	.products_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.products_ul {
		gap: 0.2rem;
	}
}
@media screen and (max-width:560px){

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

}


/* single_grid */
.single_grid_bac{
   position: relative;
   z-index: 2;
   overflow: hidden;
   box-sizing: border-box;
   padding: 0.4rem 0 0.8rem 0;
}
.single_grid_bacImg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.single_grid{

}


.single_grid{
   display: flex;
   flex-wrap: wrap;

}
.single_grid_left{
	width: 40%;
}




/* 鍥剧墖鏌ョ湅鍖� */
.in_grid_cont{--sm_pic_width:17%}
.in_grid_cont{ position:relative; overflow:hidden}
.in_grid_cont:before{content:""; display:block; padding-bottom:100%}

/* 缂╃暐鍥� */
.in_grid_list_box{position:absolute; top:0; left:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:40px 0}
.in_grid_list{height:100%;}
.in_grid_list .swiper-slide{cursor:pointer}

.in_grid_list .img{width:100%; height:100%; box-sizing:border-box;border-radius: 0.08rem; position:relative; overflow:hidden;}
.in_grid_list .img img{width:100%; height:100%; object-fit:cover;}
.in_grid_list .swiper-slide-thumb-active .img{border:2px solid var(--i_color);}
.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}
.ingrid-button-prev, .ingrid-button-next{
	position:absolute;
	z-index:999;
	outline:none;
	cursor:pointer;
	-moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

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

/* 澶у浘 */
.in_grid_show_box{
	position:absolute; top:0; right:0;
	width:calc(100% - var(--sm_pic_width) - 20px);
	height:100%; box-sizing:border-box;
	background-color: #F9F9F9;
	border-radius: 0.08rem;
	padding:0 0; margin:0 auto}
.in_grid_show{width:100%; height:100%; box-sizing:border-box;  position:relative; overflow:hidden}
.in_grid_show .swiper-wrapper{display:flex; position:relative; width:100%; height:100%; z-index:1}
.in_grid_show .swiper-slide{
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	box-sizing: border-box;
	padding: 1px;
}

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

.ingrid-pagination{
	display:block;
	position: absolute;
	bottom: 0;
	right: 0rem;
	width: 0.7rem;
	height: 0.7rem;
	background-color: #F0F0F0;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
    align-items: flex-end;
	font-size: 0.18rem;
	color: var(--i_color);
	z-index: 2;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	box-sizing: border-box;
	padding: 0.1rem;
}
.ingrid-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.ingrid-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

.in_grid_cont:before{display:none}
.in_grid_show_box{position:relative; width:100%;overflow: hidden;}
.in_grid_show .img{width:100%; position:relative;overflow:hidden;box-sizing: border-box;}
.in_grid_show .img:before{content:""; display:block; padding-bottom:100%}
.in_grid_show .img img{position:absolute; top:50%;border-radius: 0.08rem; left:50%; transform:translate(-50%,-50%);box-sizing: border-box;}
.in_grid_list_box{margin-top:0.1rem; padding:0.05rem; position:relative; width:100%; height:initial}
.in_grid_list{width:100%; margin:0 auto}
.in_grid_list_box .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.in_grid_list_box .swiper-slide{
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
	border-radius: 0.08rem;
}
.in_grid_list .img{height:auto;}
.in_grid_list .img:before{content:""; display:block; padding-bottom:100%}
.in_grid_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:contain}




.ingrid-button-prev, .ingrid-button-next{
	top:50%;
	transform:translate(0,-50%);
	width:0.4rem;
	height:0.4rem;
	border-radius: 50%;
	background-color: var(--i_color);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.ingrid-button-prev{
	left: 0.1rem;
}
.ingrid-button-next{
	right: 0.1rem;
}
.ingrid-button-prev iconify-icon, .ingrid-button-next iconify-icon{
	font-size: 0.2rem;
	color: #fff;
}
.ingrid-button-prev:hover, .ingrid-button-next:hover{
	background-color: var(--i_color);
}



.single_grid_right{
   width: 60%;
   box-sizing: border-box;
   padding-left: 4%;
}
.single_grid_right>h1{
   font-size: 0.28rem;
   color: #393E46;
   font-weight: bold;
   box-sizing: border-box;
   padding-bottom: 0.25rem;
   border-bottom: 1px solid #D6D6D6;
   position: relative;
}
.single_grid_right>h1::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 2rem;
	height: 0.03rem;
	background-color: var(--i_color);
}
.single_grid_right article{
    font-size: 0.18rem;
	color: #999;
	line-height: 150%;
	box-sizing: border-box;
	padding: 0.2rem 0;
}
.single_grid_ul{
   border: 1px solid #E1E2E2;
   border-radius: 0.2rem;
}
.single_grid_ul li{
   display: flex;
   gap: 0.1rem;
   box-sizing: border-box;
   padding: 0.17rem 0.2rem;
}
.single_grid_ul li:not(:last-child){
	border-bottom: 1px solid #E1E2E2;
}
.single_grid_ul li i{
   display: block;
   width: 0.08rem;
   height: 0.08rem;
   border-radius: 50%;
   background: linear-gradient(152deg, #fd7014 12%, #fd701400 85%);
   opacity: 0.7;
   flex-shrink: 0;
   margin-top: 0.03rem;
}
.single_grid_ulText{

}
.single_grid_ulText h3{
   font-size: 0.16rem;
   color: #999;
}
.single_grid_ulText h4{
   font-size: 0.16rem;
   color: #393E46;
   margin-top: 0.1rem;
}
.single_grid_btn{
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem;
   margin: 0.4rem 0;
}
.single_grid_share{
   display: flex;
   align-items: center;
}
.single_grid_share p{
   font-size: 0.2rem;
   color: #393E46;
   font-weight: bold;
   margin-right: 0.1rem;
}
.single_share_dl{
   display: flex;
   gap: 0.2rem;
}
.single_share_dl dt{

}
.single_share_dl dt a{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.33rem;
   height: 0.33rem;
   border-radius: 0.06rem;
   background-color: rgba(253, 112, 20, 0.2);
   transition: all 0.3s ease;
}
.single_share_dl dt a iconify-icon{
   color: #fff;
   font-size: 0.15rem;
   transition: all 0.3s ease;
}
.single_share_dl dt a:hover{
	background: var(--i_color);
	transform: translateY(-0.05rem);
}


@media screen and (max-width:1440px){
	.single_grid_right>h1 {
		font-size: 0.26rem;
		padding-bottom: 0.2rem;
	}
}
@media screen and (max-width:1200px){
	.single_grid_right>h1 {
		font-size: 0.24rem;
	}
	.single_grid_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.single_grid_right>h1 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:767px){
	.single_grid_right {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
	.single_grid_left {
		width: 50%;
	}
}
@media screen and (max-width:560px){
	.single_grid_left {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}




/* editor */
.editor_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   overflow: hidden;
   z-index: 2;
}
.editor{

}
.editor_h3{
	font-size: 0.24rem;
	color: #393E46;
	font-weight: bold;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	text-transform: capitalize;
}
.editor_h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.6rem;
	height: 2px;
	background-color: var(--i_color);
}
.editor_article{
	box-sizing: border-box;
	padding-top: 0.4rem;
	line-height: 166%;
}

.editor_article h2{
	font-size: 0.2rem;
	color: #393E46;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 0.15rem;
	position: relative;
}
.editor_article h2::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0.03rem;
	height: 0.2rem;
	background-color: var(--i_color);
}

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

}
@media screen and (max-width:1200px){
	.editor_bac{
		padding: 0.6rem 0;
	}
	.editor_h3{
		font-size: 0.22rem;
	}

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

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

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

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

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

}


/* single_faq */
.single_faq_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background-color: #F1F2EE;
}
.single_faq{

}


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


/* products_video */
.products_video_bac{
    box-sizing: border-box;
	padding: 0.8rem 0 0.6rem 0;
}
.products_video{

}
.products_video_ul{
    display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.3rem;
	margin-top: 0.4rem;
}
.products_video_ul li{
    width: calc((100% - 0.3rem) / 2);
}
.products_video_youtube{
    position: relative;
	border-radius: 0.1rem;
	overflow: hidden;
}
.products_video_youtube::after{
    content: '';
	display: block;
	padding-bottom: 58.39%;
}
.products_video_youtube iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products_video_ul li h3{
    font-size: 0.18rem;
	color: #333;
	text-align: center;
	margin-top: 0.2rem;
}



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

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

}
@media screen and (max-width:767px){
	.products_video_ul{
		gap: 0.2rem;
	}
	.products_video_ul li{
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){
	.products_video_ul li{
		width: 100%;
	}
	.products_video_youtube{
		border-radius: 0.05rem;
	}
}
@media screen and (max-width:425px){

}



/* single_download */
.single_download_bac{
   box-sizing: border-box;
   padding: 0.4rem 0 0.8rem 0;
   background-color: rgba(214,214,214,0.24);
   position: relative;
   overflow: hidden;
   z-index: 2;
}
.single_download_bac::after{
	content: '';
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 110%;
	height: 3rem;
	border-radius: 50%;
	background-color: #fff;
	z-index: -1;
}
.single_download{

}
.single_download_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem 0.5rem;
   margin-top: 0.8rem;
}
.single_download_ul li{
   width: calc((100% - 0.5rem) / 2);

}
.single_download_ul li a{
   display: flex;
   align-items: center;
   gap: 0.2rem;
   box-sizing: border-box;
   padding: 0.3rem 4%;
   border-radius: 0.1rem;
   border: 1px solid #F1F2EE;
   background-color: #fff;
   position: relative;
   z-index: 2;
   justify-content: space-between;
   overflow: hidden;
   transition: all 0.3s ease;
   box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
}
.single_download_ul li a img{
   position: absolute;
   width: 1.97rem;
   right: 4%;
   top: -62%;
   z-index: -1;
}
.single_download_ul li a h3{
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    width: 100%;
	font-size: 0.18rem;
	color: #333;
}
.single_download_ul li a iconify-icon{
	font-size: 0.27rem;
	color: var(--i_color);
	flex-shrink: 0;
}




.single_download_ul li a:hover{
	background-color: var(--i_color2);
	border: 1px solid var(--i_color2);
}


@media screen and (max-width:1440px){
	.single_download_ul {
		gap: 0.3rem;
		margin-top: 0.6rem;
	}
	.single_download_ul li {
		width: calc((100% - 0.3rem) / 2);
	}
}
@media screen and (max-width:1200px){
	.single_download_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.single_download_ul li {
		width: 100%;
	}
	.single_download_ul li a {
		padding: 0.25rem 4%;
	}
}
@media screen and (max-width:560px){
	.single_download_bac::after {
		height: 2.5rem;
	}
}
@media screen and (max-width:425px){

}




/* single_two */
.single_two_bac{
	box-sizing: border-box;
	padding: 0.4rem 0;
	background-color: rgba(220,247,99,0.2);
}

.single_two{

}
.single_tags{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.15rem 0.2rem;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.3rem;
   margin-bottom: 0.3rem;
   border-bottom: 1px solid #D8D8D8;
}
.single_tags p{
   font-size: 0.18rem;
   color: #333;
   font-weight: 600;
}
.single_tags a{
   display: inline-block;
   box-sizing: border-box;
   font-size: 0.18rem;
   color:#333;
   border-bottom: 1px solid transparent;
   transition: all 0.3s ease;
}
.single_tags a:hover{
	color: var(--i_color);
	border-bottom: 1px solid var(--i_color);
}




.sx{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.sx>div{
	width: 48%;
}
.sx_left{
}
.sx a{
   display: block;
   width: 100%;
   display: flex;
   display: -webkit-flex;
   align-items: center;
}
.sx i{
   width: 0.4rem;
   height: 0.4rem;
   border: 1px solid var(--i_color);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   box-sizing: border-box;
   transition: all 0.3s ease;
}
.sx i iconify-icon{
   font-size: 0.2rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}
.sx p{
   font-size: 0.2rem;
   color: #333;
   font-weight: 600;
   text-transform: capitalize;
   margin-right: 0.1rem;
}
.sx span{
	font-size: 0.18rem;
	color: #333;
	font-weight: 600;
	transition: all 0.3s ease;
}
.sx_right a {
    justify-content: flex-end;
}
.sx_left i{
	margin-right: 0.1rem;
}
.sx_right i{
	margin-left: 0.1rem;
}
.sx a:hover i{
    background-color: var(--i_color);
}
.sx a:hover i iconify-icon{
	color: #fff;
}

.sx_right{
	margin-left: auto;
}
.sx a:hover span{
	color: var(--i_color);
}


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

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

}
@media screen and (max-width:1200px) {
	.single_tags a {
		padding: 0.08rem 0.1rem;
		font-size: 0.16rem;
	}
	.single_tags {
		align-items: center;
	}
}
@media screen and (max-width:1024px) {

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

}
@media screen and (max-width:767px) {
	.sx>div{width: 100%;}
}
@media screen and (max-width:560px) {

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

}

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

}

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

.rela_partner{position:relative}
.rela_partner_list{
	width:100%;
	padding:0.1rem !important;
	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{
	display: flex;
	justify-content: center;
	margin-top: 0.4rem;
}
.rela_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background: #D6D6D6;
	border-radius:0.1rem;
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
}
.rela_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	width: 0.32rem;
	background:var(--i_color2);
}

/* 左右箭头 */
.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 0.6rem 0;
	}
	.rela_partner_box{
		margin-top: 0.4rem;
	}

}
@media screen and (max-width:1200px){
	.related_products_bac{
		padding: 0.6rem 0;
	}
	.rela_partner_box{
		margin-top: 0.3rem;
	}
}
@media screen and (max-width:1024px) {

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

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

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

}







/* 感谢页面 */
.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{box-sizing: border-box;padding: 0.8rem 0;}
#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;box-sizing: border-box;margin: 0 0.05rem;}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){
	.privacy{box-sizing: border-box;padding: 0.6rem 0;}
}
@media screen and (max-width:959px){

}





/* ---------------------- Aside Form ---------------------- */
.contactMenu{--menuColor:#333}
.contactMenu{position: fixed;right: 0;bottom: -50px;width: 340px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);z-index: 99999999999999999999;transition: all 0.5s ease;}
.contactMenu.active{
	bottom: 0;
}
.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-29{
	--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-29{margin:0;padding:0;}
#wpforms-form-29{width:100%;position:relative;}

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

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

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

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

#wpforms-29 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-29 .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-29 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-29 .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;}

}
@media screen and (max-width:767px){
	.contactMenu {
		bottom: 0px;
	}
}




/* aside */
.aside_right {
	position: fixed;
	right: -60px;
	bottom: 16%;
	z-index: 999999;
	transition: all 0.5s ease;
}
.aside_right.active{
	right: 30px;
}
.aside_right ul {}
.aside_right li {
	margin: .1rem 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	z-index: 2;
}
.aside_right li>a {
	display: block;
	width: .5rem;
	height: .5rem;
	background: rgba(128, 128, 128, .5);
	display: flex;
	border-radius: 50%;
	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)
}

.aside_hide{
   width: 2rem;
   height: 0.4rem;
   background-color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 50%;
   right: -1.5rem;
   transform: translateY(-50%);
   z-index: -1;
   opacity: 0;
   transition: all 0.5s ease;
   visibility: hidden;
   box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
}
.aside_hide p{
    font-size: 0.16rem;
	text-align: center;
	color: #333;
}
.aside_right li:hover .aside_hide{
	opacity: 1;
	visibility: visible;
	right: 0.5rem;
}




.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-26 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-26 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-26 {
	width: 100%;
	overflow: hidden
}
#wpforms-26 input,
#wpforms-26 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-26 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-26 .wpforms-error-container {
	line-height: 16px
}
#wpforms-26 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-26 .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-26 .wpforms-field-label {
	font-size: 0
}
#wpforms-26 .wpforms-required-label {
	position: absolute;
	top: 11px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-26 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-26 input {
	height: var(--input_height)
}
#wpforms-26 textarea {
	min-height: 100px
}
#wpforms-26 input,
#wpforms-26 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-26 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}


#wpforms-26 .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;
	transition: all 0.3s ease;
}
#wpforms-26 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-26 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-26 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-26 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-26 .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-26 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-26 .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;
}


















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

} */