/*
Theme Name: HunSha
Version: 1.0
Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：安徽领聚
*/
@charset "utf-8";

.wrap {
	width: 83.33%;
	margin: 0 auto
}

.wrap_top {
	width: 88%;
	margin: 0 auto
}
.wrap_left{
	padding-left: 8.335%;
	box-sizing: border-box;
}
.wrap_right{
	padding-right: 8.335%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 90%
	}
	.wrap_left{padding-left: 5%;}
	.wrap_right{padding-right: 5%;}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 92%
	}
	.wrap_left{padding-left: 4%;}
	.wrap_right{padding-right: 4%;}
}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@media screen and (max-width:1024px) {
	.wrap {
		width: 94%
	}
	.wrap_left{padding-left: 3%;}
	.wrap_right{padding-right: 3%;}
	.wrap_top {
		position: initial;
	}
}


:root {
	--i_color: #AC7A3E;
	/* 全局颜色 */
	--i_color2: #F04D2B;
	/* 副颜色 */
	--i_color3: #200C5D;
	--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: 'Open';
	src: url('static/webfonts/Open-Sans-2.ttf');
}

@font-face {
	font-family: 'bold';
	src: url('static/webfonts/OpenSans-Bold.ttf');
}

body{
	font-family: 'Open','Arial',sans-serif;
}

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
}
header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.2);
	z-index: 2014;
}

.top_cont {
	position: relative;
	z-index: 2013;
}
.top_cont::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.TopHeader .top_cont::after {
	opacity: 1;
	backdrop-filter: blur(6px);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.TopHeader .logo img{
	filter: unset;
}
.TopHeader .i_nav li a{
	color: #222;
}
.TopHeader .top_search_ico i iconify-icon{
	color: #222;
}
.TopHeader .top_search_ico::after {
    background-color: rgba(58,69,85,0.3);
}
.TopHeader::before {
	background: rgba(255,255,255,0);
}





@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	.top_cont {
		background: #fff !important;
	}
}
@media screen and (min-width:1024px){
	.TopHeader .top_cont{
		box-sizing: border-box;
		margin: 0.2rem 0.2rem 0 0.2rem;
	}
	.top_cont::after{
		border-radius: 0.2rem;
	}

	.top_cont::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 0;
		transition: opacity 0.3s ease;
		z-index: -1;
	}
	.top_cont:hover{
		margin: 0;
		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);
	}
	.top_cont:hover::after{
		border-radius: 0;
	}
	.top_cont:hover::before{
		opacity: 1;
	}
	.top_cont:hover .logo img{
		filter: unset;
	}
	.top_cont:hover .i_nav a{
		color: #222;
	}
	.top_cont:hover .top_search_ico iconify-icon{
		color: #222;
	}
	.top_cont:hover .top_search_ico::after {
		background-color: rgba(58,69,85,0.3);
	}
}


/* 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.62rem;
	filter: brightness(1000) grayscale(100%);
}

@media screen and (max-width:1440px) {
	.logo img {
		height: 0.5rem;
	}

}
@media screen and (max-width:1024px) {
	.logo img {
		max-height: 70%;
	}

	.logo img {
		filter: unset;
	}
}





/* 导航 */
@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;
		margin: 0 .26rem;
	}

	.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-family: 'med';
	}
	.i_nav>li>a::after{
		content: '';
		position: absolute;
		bottom: 0.2rem;
		right: 0;
		width: 0;
		height: 0.03rem;
		background-color: var(--i_color);
		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{
		width: 100%;
        right: auto;
		left: 0;
	} */

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: rgb(255 255 255 / 100%);
		min-width: 1.6rem;
		overflow: hidden;
	}
	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li::before,
	.i_nav .sub-menu li::after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 1px;
	}
	.i_nav .sub-menu li::before {
		left: 0;
		width: 100%;
		background: rgb(0 0 0 / 8%);
	}
	.i_nav .sub-menu li::after {
		right: 0;
		width: 0;
		background: var(--i_color);
	}

	.i_nav .sub-menu a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.15rem;
		color: #444;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu a::before {
		content: "\f324";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		font-size: 0.14rem;
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu li:hover a {
		left: .16rem;
	}
	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover a::before {
		left: 0;
	}
	.i_nav .sub-menu li,
	.i_nav .sub-menu li::after,
	.i_nav .sub-menu a,
	.i_nav .sub-menu a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

}

@media screen and (max-width:1440px) {
	.i_nav>li {
		margin: 0 .2rem;
	}
}
@media screen and (max-width:1366px) {
	.i_nav>li {
		margin: 0 .16rem;
	}
	.i_nav>li>a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	.i_nav>li {
		margin: 0 .14rem;
	}
	.i_nav>li>a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: var(--header_height);
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		z-index: 2
	}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		background: #F1F1F1;
	}
	.i_nav>.menu-item-has-children i::before {
		content: '\f107';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.26rem;
		color: #222;
	}

	.i_nav>.menu-item-has-children i.on::before {
		content: '\f106';
	}

	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .15rem;
		color: #222;
		line-height: .44rem;
		text-transform: uppercase;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .14rem;
		color: #555;
		line-height: .4rem;
		position: relative
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #333;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #333;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important
	}

}


.top_r {
	--size: .2rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height)
}



.top_email{

}
.top_email a{
    display: block;
	margin-right: 0.2rem;
}
.top_email a iconify-icon{
	font-size: var(--size);
	color: #333;
	transition: all 0.3s ease;
}

.top_email a iconify-icon:hover{
	color: var(--i_color);
}





.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	margin-right: 0.4rem;
	position: relative;
}
.top_search_ico i{
	display: block;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.2rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.2rem;
	background-color: rgba(255,255,255,0.3);
}
.top_search_ico iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #fff;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color);
}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language_all{
   display: inline-block;
   height: 0.46rem;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0 0.2rem;
   cursor: pointer;
   background-color: var(--i_color);
   border: 2px solid var(--i_color);
}
.top_language_all p{
   font-size: 0.18rem;
   color: #fff;
   margin-right: 0.05rem;
   transition: all 0.3s ease;
   font-family: 'Roboto';
}
.top_language_all iconify-icon{
	font-size: var(--size);
	cursor: pointer;
	color: #fff;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language.on .top_language_all{
	background-color: transparent;
}
.top_language.on p{
	color: var(--i_color);
}
.top_language.on iconify-icon {
	color: var(--i_color);
}



.language_list{
	opacity: 0;
	visibility: hidden;
	position: absolute;top: calc(var(--header_height) + .2rem);right: 0;
	background: #FFF;
	min-width: 1.2rem;
	z-index: 2016;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
	-webkit-transition:all .4s ease; transition:all .4s ease;
	padding: .16rem .2rem;
}
.language_list.on{
	opacity: 1;
	visibility: visible;
	top: var(--header_height);
}

.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: bold;white-space: nowrap;}
.curr_lang{margin-bottom: 0.12rem;padding-bottom: 0.12rem;border-bottom: 1px solid #EEE;}

.lang_list a{display: block; padding: .06rem 0;}
.lang_list span img{display: none;}
.lang_list .trp-ls-language-name{padding-left: 0.3rem; font-size: 14px;position: relative;}
.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}
.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after{display: block;}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name{color: var(--i_color);}


@media screen and (max-width:1200px) {
	.top_language_all p{
		font-size: 0.16rem;
	 }
}
@media screen and (max-width:768px) {

}






.top_language,
.top_language>iconify-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language {
		margin: 0 .2rem;
	}
	.top_search_ico i{
		width: 0.4rem;
		height: 0.4rem;
	}
	.top_language_all{
		height: 0.4rem
	}
	.top_r {
		--size: .18rem
	}
	.top_language_all p {
		font-size: 0.16rem;
	}
	.top_search_ico iconify-icon {
		color: #222;
	}

}
@media screen and (max-width:768px) {
	.top_search_ico i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.top_language_all{
		height: 0.35rem
	}
}
@media screen and (max-width:560px) {}



header,
.top_cont,
.logo,
.i_nav>li,
.i_nav>li>a,
.top_r {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease
}






/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	position: fixed;
	top: calc(var(--header_height) + 0.2rem);
	left: 0;
	width: 100%;
	padding: .16rem 0;
	opacity: 0;
	background: #FFF;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {
	top: var(--header_height);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
	visibility: visible;
	opacity: 1;
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	border-radius: 0;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
	border-radius: 0;
}

@media screen and (max-width:1366px) {

	.top_search_ico {
		margin-right: 0.3rem;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
	}
	.top_search_ico {
		margin-right: 0;
	}
}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
	.top_search_btn {}
}




/* 导航下拉 */
/* products */
@media screen and (min-width:1025px) {
    .xiala{
		position: fixed;
		top: var(--header_height);
		left: 50%;
		transform: translate(-50%,0);
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		box-sizing: border-box;
		padding:0.4rem 0;
		transition: top 0.3s ease;
		display: none;
		border-top: 1px solid var(--i_color);
		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;
		justify-content: center;
	}
	.products_drop_ul li{
        width: calc((100% - 2.4rem) / 7);
	}
	.products_drop_ul li a{
		display: block;
		width: 100%;
	}
	.products_drop_img{
        position: relative;
		overflow: hidden;
	}
	.products_drop_img::after{
        content: '';
		display: block;
		padding-bottom: 100%;
	}
	.products_drop_img img{
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.products_drop_ul li p{
		font-size: 0.16rem;
		color: #222;
		font-family: 'med';
		text-transform: capitalize;
		text-align: center;
		margin-top: 0.2rem;
		transition: all 0.3s ease;
	}
	.products_drop_ul li a:hover p{
		color: var(--i_color);
	}
    .products_nav ul,
	.solutions_nav ul{
		display: none !important;
	}
    .solution_drop{

	}
    .solution_drop_ul{
       display: flex;
	   display: -webkit-flex;
	   gap: 0.4rem 0.7rem;
	   justify-content: center;
	   flex-wrap: wrap;
	}
	.solution_drop_ul li{
       width: 2.2rem;

	}
	.solution_drop_ul li a{
       display: block;
	   width: 100%;
	}
	.solution_drop_img{
       position: relative;
	   overflow: hidden;
	   border-radius: 0.15rem;
	}
	.solution_drop_img::after{
       content: '';
	   display: block;
	   padding-bottom: 100%;
	}
	.solution_drop_img img{
       position: absolute;
	   top: 50%;
	   left: 50%;
       transform: translate(-50%,-50%);
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
	}
	.solution_drop_ul li a p{
       font-size: 0.16rem;
	   line-height: 0.24rem;
	   color: #333;
	   font-family: 'med';
	   text-align: center;
	   text-transform: capitalize;
	   margin-top: 0.2rem;
	   transition: all 0.3s ease;
	}
	.solution_drop_ul li a:hover p{
		color: var(--i_color);
	}


	@media screen and (max-width:1880px){

	}
	@media screen and (max-width:1600px){
		.products_drop_ul{
			gap: 0.2rem;
		}
		.products_drop_ul li{
			width: calc((100% - 1.2rem) / 7);
		}
		.products_drop_ul li p {
			font-size: 0.14rem;
			margin-top: 0.15rem;
		}
	}
	@media screen and (max-width:1440px){

	}
	@media screen and (max-width:1366px){

	}
	@media screen and (max-width:1200px){

	}

}

@media screen and (max-width:1024px) {
	.xiala{display: none;}
}



.top_phone{
   display: inline-block;
   box-sizing: border-box;
   padding: 0 0.4rem;
   background-color: var(--i_color2);

}
.top_phone a{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: var(--header_height);
}
.top_phone a iconify-icon{
   font-size: 0.24rem;
   color: var(--i_color);
}
.top_phone a p{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
   margin-left: 0.1rem;
}



@media screen and (max-width:1440px){
	.top_phone a iconify-icon{
		font-size: 0.22rem;
	}
	.top_phone a p{
		font-size: 0.18rem;
	}
	.top_phone{
		padding: 0 0.35rem;
	}
}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.top_phone a iconify-icon{
		font-size: 0.2rem;
	}
	.top_phone a p{
		font-size: 0.16rem;
	}
	.top_phone{
		padding: 0 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.top_phone{margin-left: 0.2rem;}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}



/* banner */
.banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.banner .swiper-slide {
	height: 0;
	padding-bottom: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img,.banner .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}




.banner_min{
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3rem;
	z-index: 5;
}





.banner-button-prev,
.banner-button-next {
	position: relative;
	top: unset;
	left: unset;
	transform: unset;
	width: 1.15rem;
	height: 0.08rem;
	z-index: 999;
	cursor: pointer;
	filter: brightness(1000) grayscale(100%);
}
.banner-button-prev {
   background: url('static/imgs/banner_left.png') center no-repeat;
   background-size: contain;
}
.banner-button-next {
	background: url('static/imgs/banner_right.png') center no-repeat;
	background-size: contain;
}


.banner-button-prev:hover,
.banner-button-next:hover {
	filter: unset;
}





.banner-pagination {

	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
	font-size: 0.18rem;
	color: #fff;
	gap: 0.1rem;
}
.banner-pagination span{
	font-size: 0.18rem;
	color: #fff;
}
.banner-pagination .swiper-pagination-current{
	color: var(--i_color);
}





@media screen and (max-width:1024px) {
	.banner {
		margin-top: var(--header_height);
		position: relative;
		top: initial;
		height: auto;
		-webkit-border-radius: 0 0;
		border-radius: 0 0;
	}
	.banner .swiper-slide {
		padding-bottom: 49%
	}

	.banner-button-prev,
	.banner-button-next {
		display: none
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.6rem;
	}
}
@media screen and (max-width:768px) {

	.banner-pagination {
		bottom: 0.3rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.5rem;
	}
}
@media screen and (max-width:560px) {
	.banner-pagination {
		bottom: 0.2rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.4rem;
	}
}






.fullMask {
	width: 100%;
	height: 100vh;
}
.fullMask_about{
	width: 100%;
	height: 86.6vh;
}
@media screen and (max-width:1024px) {
	.fullMask,.fullMask_about{
		display: none;
	}
}

main {
    position: relative;
    background: #FFF;
    max-width: 100%;
	overflow: hidden;
}

footer {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-color: white;
}

/* banner 文字 */
.banner_text1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_text1_box{
	width: 63%;
}
.banner_text1_box h2{
   font-size: 0.52rem;
   color: #fff;
   font-family: 'bold';
   text-transform: capitalize;
   line-height: 120%;
   text-align: center;
}
.banner_text1_box h3{
   font-size: 0.24rem;
   line-height: 150%;
   color: #fff;
   text-align: center;
   margin: 0.3rem 0 0.5rem 0;
}




@media screen and (max-width:1440px){
	.banner_text1_box h2{
		font-size: 0.5rem;
	}
	.banner_text1_box h3 {
		font-size: 0.22rem;
		margin: 0.2rem 0 0.4rem 0;
	}
	.banner_text1_box {
		width:70%;
	}
}
@media screen and (max-width:1200px){
	.banner_text1_box h2{
		font-size: 0.4rem;
	}
	.banner_text1_box h3 {
		font-size: 0.2rem;
		margin: 0.2rem 0 0.3rem 0;
	}
	.banner_text1_box {
		width:80%;
	}
}
@media screen and (max-width:1024px){
	.banner_text1_box h2{
		font-size: 0.3rem;
	}
	.banner_text1_box h3 {
		font-size: 0.16rem;
		margin: 0.15rem 0 0.2rem 0;
	}
}
@media screen and (max-width:960px){
	.banner_text1_box h3 {
		font-size: 0.14rem;
		margin: 0.1rem 0 0.2rem 0;
	}
}
@media screen and (max-width:767px){
	.banner_text1_box h2{
		font-size: 0.25rem;
	}
}
@media screen and (max-width:560px){
	.banner_text1_box h2{
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.banner_text1_box h3{
		display: none;
	}
	.banner_text1_box {
		width:90%;
	}
}
@media screen and (max-width:425px){
	.banner_text1_box h2{
		font-size: 0.2rem;
	}
}


/* home_btn */
.home_btn{

}
.home_btn_center{
	display: flex;
	justify-content: center;
}
.home_btn a,.home_btn span{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.12rem 0.24rem;
   border: 1px solid rgba(255, 255, 255, 0.5);
   position: relative;
   z-index: 2;
   transition: all 0.3s ease;
}
.home_btn a::after,
.home_btn span::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: var(--i_color);
	transition: all 0.5s ease;
	z-index: -1;
}
.home_btn_box{
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 0.1rem;
}
.home_btn_box p{
   font-size: 0.18rem;
   color: #fff;
   transition: all 0.3s ease;
   text-transform: capitalize;
}
.home_btn_box iconify-icon{
   font-size: 0.26rem;
   color: #fff;
   transition: all 0.3s ease;
}

.home_btn a:hover,
.home_btn span:hover{
   border: 1px solid var(--i_color);
}
.home_btn a:hover::after,
.home_btn span:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}


.home_btn_black a,
.home_btn_black span{
	border: 1px solid #333;
}
.home_btn_black a p,
.home_btn_black span p{
	color: #333;
}
.home_btn_black a iconify-icon,
.home_btn_black span iconify-icon{
	color: #333;
}


.home_btn_black a:hover p,
.home_btn_black span:hover p{
	color: #fff;
}
.home_btn_black a:hover iconify-icon,
.home_btn_black span:hover iconify-icon{
	color: #fff;
}









@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.home_btn a,.home_btn span{
		padding: 0.1rem 0.2rem;
	}
	.home_btn_box p{
		font-size: 0.16rem;
	}
	.home_btn_box iconify-icon{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.home_btn a,.home_btn span{
		padding: 0.08rem 0.15rem;
	}
	.home_btn_box p{
		font-size: 0.14rem;
	}
	.home_btn_box iconify-icon{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}


/* home_category */
.home_category_bac{
	box-sizing: border-box;
	padding: 0.6rem 0;
	background: #F6F4F2;
}
.home_category_title{
    display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.home_category_title .title{
    width: 53.75%;
	box-sizing: border-box;
	padding-right: 3%;
}
.home_category_title h3{
	font-size: 0.18rem;
	line-height: 166%;
	color: #333;
	width: 46.25%;
	box-sizing: border-box;
	padding-left: 3%;
	border-left: 1px solid #333;
}

.category_ul{
	margin-top: 0.6rem;
    display: grid;
    gap: 0.24rem;
	grid-template-columns: 3fr 3fr 4fr;
    grid-template-rows: auto auto auto auto auto auto;
    width: 100%;
    grid-template-areas:
        "a a b"
		"a a b"
		"a a b"
		"a a e"
		"c d e"
        "c d e";
}
.category_ul li{

}
.category_ul li:nth-child(1){
   height: 4.5rem;
   grid-area: a;
}
.category_ul li:nth-child(2){
   height: 3.65rem;
   grid-area: b;
}
.category_ul li:nth-child(3){
   height: 2.8rem;
   grid-area: c;
}
.category_ul li:nth-child(4){
	height: 2.8rem;
	grid-area:d;
}
.category_ul li:nth-child(5){
	height: 3.65rem;
	grid-area: e;
}














.category_ul li a{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   overflow: hidden;
}
.category_ul li a img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.category_ul li a p{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   box-sizing: border-box;
   padding: 0.6rem 0.3rem 0.25rem 0.3rem;

   font-size: 0.28rem;
   color: #fff;
   text-transform: capitalize;
   z-index: 2;

}
.category_ul li a p::after{
	content: '';
	position: absolute;
	bottom: -100%;
	left: 0;
	background: linear-gradient(to top,rgba(172,122,62,1),rgba(172,122,62,0));
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.5s ease;
}
.category_ul li a:hover p::after{
	bottom: 0;
}




@media screen and (max-width:1440px){
	.category_ul li a p {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1200px){
	.home_category_title h3 {
		font-size: 0.16rem;
	}
	.category_ul li a p {
		font-size: 0.24rem;
	}
	.category_ul li:nth-child(1){
		height: 4.2rem;
	}
	.category_ul li:nth-child(2){
		height: 3.35rem;
	}
	.category_ul li:nth-child(3){
		height: 2.5rem;
	}
	.category_ul li:nth-child(4){
		height: 2.5rem;
	}
	.category_ul li:nth-child(5){
		height: 3.35rem;
	}
}
@media screen and (max-width:1024px){
	.category_ul li a p {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.home_category_title h3 {
		font-size: 0.14rem;
	}
	.home_category_title .title {
		width: 100%;
		padding-right: 0%;
	}
	.home_category_title h3 {
		width: 100%;
		padding-left: 3%;
		margin-top: 0.1rem;
	}
	.category_ul li a p::after{
		bottom: 0%;
	}
	.category_ul li a p {
		font-size: 0.16rem;
		padding: 0.4rem 0.2rem 0.2rem 0.2rem;
	}
	.category_ul li:nth-child(1){
		height: 3.8rem;
	}
	.category_ul li:nth-child(2){
		height: 2.95rem;
	}
	.category_ul li:nth-child(3){
		height: 2.1rem;
	}
	.category_ul li:nth-child(4){
		height: 2.1rem;
	}
	.category_ul li:nth-child(5){
		height: 2.95rem;
	}
	.category_ul {
		margin-top: 0.4rem;
		gap: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.category_ul{
		grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 2.5rem);
		grid-template-areas:
			"a a"
			"a a"
			"b c"
			"d e";
	}
	.category_ul li{
        height: unset !important;
	}
}
@media screen and (max-width:425px){
	.category_ul{
        grid-template-rows: repeat(4, 2rem);
		gap: 0.1rem;
	}
}






/* title */
.title{

}
.title_center{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title_white p{
	color: #fff !important;
}
.title p{
	font-size: 0.42rem;
	color: #333;
	text-transform: capitalize;
}
.title span{
	font-size: 0.18rem;
	color: #333;
	line-height: 166%;
	margin-top: 0.15rem;
	display: block;
}
.title_center span{
	text-align: center;
}



@media screen and (max-width:1440px){
	.title p{
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.title p{
		font-size: 0.35rem;
	}
	.title span{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
	.title p{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:960px){
	.title p{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:767px){
	.title p{
		font-size: 0.26rem;
	}
	.title span{
		font-size: 0.14rem;
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:560px){
	.title p{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:425px){
	.title p{
		font-size: 0.22rem;
	}
}


/* customers_love */
.home_products_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.home_products{

}
.home_products_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem 0.25rem;
   margin-top: 0.6rem;
   margin-bottom: 0.4rem;
}
.home_products_ul li{
   width: calc((100% - 0.75rem) / 4);
}
.home_products_ul li a{
   display: block;
   width: 100%;
}
.home_products_img{
   position: relative;
   overflow: hidden;
}
.home_products_img::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.home_products_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home_products_box{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.7s ease;
}


.home_products_ul li a>p{
   font-size: 0.2rem;
   line-height: 150%;
   color: #333;
   text-align: center;
   box-sizing: border-box;
   padding: 0.12rem 0.2rem 0 0.2rem;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}

.home_products_ul li a:hover>p{
	color: var(--i_color);
}
.home_products_ul li a:hover .home_products_box{
	top: 0;
}

.long_btn{

}
.long_btn a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem 2%;
	background-color: #F6F6F6;
	font-size: 0.18rem;
	color: #333;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.5s ease;
}
.long_btn a:hover{
	background-color: var(--i_color);
	color: #fff;
}





@media screen and (max-width:1440px){
	.home_products_ul li a p {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1200px){
	.home_products_ul {
		gap: 0.3rem 0.2rem;
	}
	.home_products_ul li {
		width: calc((100% - 0.6rem) / 4);
	}
	.home_products_ul li a p {
		font-size: 0.16rem;
		padding: 0.1rem 0.15rem 0 0.15rem;
	}
	.home_products_bac {
		padding: 0.6rem 0;
	}
	.long_btn a {
		padding: 0.25rem 2%;
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.home_products_ul {
		gap: 0.2rem 0.1rem;
		margin-top: 0.4rem;
	}
	.home_products_ul li {
		width: calc((100% - 0.1rem) / 2);
	}
	.long_btn a {
		padding: 0.2rem 2%;
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}



/* home_about */
.home_about_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: url('static/imgs/home_about_bac.webp') center no-repeat;
   background-size: cover;
}
.home_about{

}
.home_about_box{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
}
.home_about_left{
   width: 43.125%;
   border-top: 1px solid #fff;
   box-sizing: border-box;
   padding-top: 0.6rem;
}
.home_about_left h3{
   font-size: 0.18rem;
   color: #fff;
   line-height: 166%;
   margin: 0.4rem 0;
}
.home_about_right{
   width: 56.875%;
   box-sizing: border-box;
   padding-left: 4%;
}
.home_about_img{
   width: 100%;
   position: relative;
}
.home_about_img::after{
   content: '';
   display: block;
   padding-bottom: 71.76%;
}
.home_about_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.home_about_ul{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.8rem;
}
.home_about_ul li{
   width: 25%;
   box-sizing: border-box;
   padding: 0 3%;

}
.home_about_ul li img{
   width: 0.9rem;
   height: 0.9rem;
   display: block;
   object-fit: contain;
   margin: 0 auto;
}
.home_about_text{
   display: flex;
   align-items: flex-end;
   justify-content: center;
   margin: 0.1rem 0 0.2rem 0;
}
.home_about_text h3{
   font-size: 0.4rem;
   color: #fff;
   line-height: 100%;
}
.home_about_text h4{
	font-size: 0.18rem;
	color: #fff;
	line-height: 100%;
}
.home_about_text h5{
	font-size: 0.2rem;
	color: #fff;
	line-height: 100%;
	text-transform: capitalize;
	margin-left: 0.1rem;
}
.home_about_ul li h6{
   font-size: 0.18rem;
   line-height: 144%;
   color: rgba(255, 255, 255, 0.7);
   text-align: center;
}








@media screen and (max-width:1440px){
	.home_about_left h3 {
		font-size: 0.16rem;
	}
	.home_about_ul li img{
		width: 0.8rem;
		height: 0.8rem;
	}
	.home_about_text h3 {
		font-size: 0.35rem;
	}
	.home_about_ul li h6 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.home_about_left h3 {
		font-size: 0.14rem;
		margin: 0.2rem 0;
	}
	.home_about_left {
		padding-top: 0.4rem;
	}
	.home_about_bac {
		padding: 0.6rem 0;
	}
	.home_about_ul li img{
		width: 0.6rem;
		height: 0.6rem;
	}
	.home_about_text h3 {
		font-size: 0.3rem;
	}
	.home_about_ul li h6 {
		font-size: 0.14rem;
	}
	.home_about_text h5 {
		font-size: 0.16rem;
	}
	.home_about_ul{
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.home_about_left {
		width: 100%;
		padding-top: 0.2rem;
	}
	.home_about_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.home_about_ul{
		gap: 0.4rem 0;
	}
	.home_about_ul li {
		width: 50%;
	}
	.home_about_ul{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}



/* home_contact */
.home_contact_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.home_contact{

}
.title_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.service{}

.serviceItem{
	margin-top: 0.4rem;
}
.serviceItem dl{display:-webkit-flex; display:flex; flex-wrap:nowrap;}
.serviceItem dt{width: 100%;background: #F1F1F1; position: relative; overflow: hidden;}
.serviceItem dt::before{content: '';display: block;padding-bottom: 168%;}
.serviceItem a{display: block;}

.serviceItem_t{position: absolute;bottom: 0;left: 0; width: 100%; height: 50%; box-sizing: border-box; padding: .1rem .5rem; display:-webkit-flex; display:flex; flex-wrap:wrap;flex-direction: column;justify-content: center;}
.serviceItem_t h5{font-size: 0.22rem;font-weight: bold;margin-bottom: 0.4rem;}
.serviceItem_t>span>p{font-size: 0.16rem; line-height: 1.6; margin: .2rem 0 .5rem; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:5;}
.serviceItem_t>span>iconify-icon{font-size: 0.34rem; color: #444;-webkit-transition:all .5s ease; transition:all .5s ease;}

.serviceItem_p{position: absolute;top: 0;left: 0;width: 100%;height: 50%; overflow: hidden;}
.serviceItem_p i{position: absolute;top: 0.4rem;left: 0.3rem;font-size: 0.2rem;color: #FFF; z-index: 2;}
.serviceItem_p img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;-webkit-transition:all .5s ease; transition:all .5s ease;}

.serviceItem dt:hover .serviceItem_p img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}
.serviceItem dt:hover .serviceItem_t h5{color: var(--i_color);text-transform: capitalize;}
.serviceItem dt:hover .serviceItem_t>span>iconify-icon{margin-left: 0.2rem; color: var(--i_color);}

.home_contact_t{
	z-index: 2;
}
.home_contact_t::after{
   content: '';
   position: absolute;
   bottom: 0.1rem;
   right: 0.15rem;
   width: 1.46rem;
   height: 2.15rem;
   background: url('static/imgs/home_contact_logo.png') center no-repeat;
   background-size: contain;
   z-index: -1;
}





@media screen and (min-width:1025px) {
	.serviceItem dt:nth-child(even) .serviceItem_t{bottom: initial; top: 0;}
	.serviceItem dt:nth-child(even) .serviceItem_p{top: initial; bottom: 0;}

	.serviceItem dt:nth-child(1) .serviceItem_p{height: 100%;}
	.serviceItem dt:nth-child(1) .serviceItem_t{position: absolute;bottom: .5rem;left: 0; height: auto; z-index: 2;}
	.serviceItem dt:nth-child(1) .serviceItem_t::before{content: '';position: absolute;bottom: 120%; left: .5rem; width: 0.7rem;height: 0.7rem;box-sizing: border-box; border: 1px solid rgb(255 255 255 / 30%); -webkit-border-radius:50%; border-radius:50%; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' d='M7 8H4c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1m6 0h-3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1'/%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-width='2' d='M5.5 12C6.5 11 7 9.5 7 8V6m4.5 6c1-1 1.5-2.5 1.5-4V6'/%3E%3C/svg%3E") no-repeat center;background-size: .3rem;}
	.serviceItem dt:nth-child(1) .serviceItem_t h5{color: #FFF;}
	.serviceItem dt:nth-child(1) .serviceItem_t>span>p,.serviceItem dt:nth-child(1) .serviceItem_t>span>iconify-icon{display: none;}

	.serviceItem dt:nth-child(3) .serviceItem_t::before{content: '';position: absolute;right: 0;bottom: 0;width: 50%;height: 52%;background:url(static/images/service_logo.webp) no-repeat right bottom; background-size: contain;}

	.serviceItem dt:nth-child(1):hover .serviceItem_t::before{background-color: var(--i_color);}
}

@media screen and (max-width:1200px) {
	.serviceItem_t{padding: .1rem .4rem;}
	.serviceItem dt:nth-child(1) .serviceItem_t::before{left: 0.4rem;}
	.home_contact_bac {
		padding: 0.6rem 0;
	}
	.home_contact_t::after{
		width: 1.3rem;
		height: 2rem;
	}

}
@media screen and (max-width:1024px) {
	.serviceItem_t{padding: 10px 30px;}
	.serviceItem dt:nth-child(1) .serviceItem_t::before{left: 30px;}
	.serviceItem_p i{top: 30px;font-size: 16px;}
	.serviceItem_t h5{font-size: 17px;}
	.serviceItem_t>span>p{margin: 10px 0 20px; font-size: 14px; -webkit-line-clamp:3}
	.serviceItem_t>span>iconify-icon{font-size: 28px;}
	.home_contact_t::after{
		width: 1.2rem;
		height: 1.8rem;
	}
}
@media screen and (max-width:768px) {
	.serviceItem dl{flex-wrap: wrap;gap: 30px 0;}
	.serviceItem dt::before{display: none;}
	.serviceItem a{display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: center;}
	.serviceItem_t{position: relative;width: 60%;}
	.serviceItem_p{order: -1; position: relative;width: 40%; overflow: hidden;}
	.serviceItem_p::before{content: '';display: block;padding-bottom: 83%;}
	.serviceItem_p i{top: 20px;left: 20px;}
	.home_contact_t::after{
		width: 1rem;
		height: 1.5rem;
	}
}
@media screen and (max-width:560px) {
	.serviceItem_p{width: 100%;}
	.serviceItem_t{width: 100%; padding: 20px 20px;}
	.serviceItem_t h5{font-size: 15px;}
	.serviceItem dt:nth-child(1) .home_btn{
		display: none;
	}
}


/* home_service */
.home_service_bac{

}
.home_service{
	box-sizing: border-box;
	padding: 0.8rem 0;
	border-top: 1px solid #333;
}


.home_service_ul{
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
}
.home_service_ul li{
   display: flex;
   width: 100%;
   align-items: center;
   flex-wrap: wrap;
}
.home_service_left{
   width: 50%;
   position: relative;
}
.home_service_left::after{
   content: '';
   display: block;
   padding-bottom: 60%;
}
.home_service_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home_service_right{
   width: 50%;
   box-sizing: border-box;
   padding-left: 4%;
}
.home_service_right h3{
   font-size: 0.3rem;
   color: #333;
}
.home_service_right h4{
   font-size: 0.18rem;
   color: #333;
   line-height: 166%;
   margin: 0.2rem 0 0.4rem 0;
}

.home_service_ul li:nth-child(even){
	flex-direction: row-reverse;
}
.home_service_ul li:nth-child(even) .home_service_right{
	padding-left: 0;
	padding-right: 4%;
}

@media screen and (max-width:1440px){
	.home_service_right h3 {
		font-size: 0.26rem;
	}
	.home_service_right h4 {
		font-size: 0.16rem;
		margin: 0.15rem 0 0.3rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_service_right h3 {
		font-size: 0.24rem;
	}
	.home_service_right h4 {
		font-size: 0.14rem;
		margin: 0.1rem 0 0.2rem 0;
	}
	.home_service {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){
	.home_service_left {
		width: 100%;
	}
	.home_service_right {
		width: 100%;
		padding: 0% !important;
		margin-top: 0.2rem;
	}
	.home_service_ul{
		gap: 0.4rem;
	}
}
@media screen and (max-width:767px){
    .home_service_right h3 {
        font-size: 0.2rem;
		font-family: 'bold';
    }
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}


/* source */
.source_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: #F6F4F2;
}
.source{

}





/*  */
.source_partner_box{
	margin-top: 0.6rem;
}

.source_partner{position:relative}
.source_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.source_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.source_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}

.source_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.source_partner_list .img:before{content:""; display:block; padding-bottom:144.23%}
.source_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


.source_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}

/* 指示器 */
.source_partner .pt-pagination{text-align:center; margin:0.4rem auto 0}
.source_partner .pt-pagination .swiper-pagination-bullet{width:0.7rem; height:2px;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:0%; outline:none}
.source_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}


@media screen and (max-width:1440px){
	.source_partner .pt-pagination .swiper-pagination-bullet{width:0.6rem;}
}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.source_partner .pt-pagination .swiper-pagination-bullet{width:0.5rem;}
	.source_bac{
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.source_partner .pt-pagination .swiper-pagination-bullet{width:0.4rem;}
	.source_partner_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.source_partner .pt-pagination .swiper-pagination-bullet{width:0.3rem;height: 1px;}
}



/* footer */
.footer_bac{
   background: url('static/imgs/footer_bac.webp') center no-repeat;
   background-size: cover;
}
.footer{

}
.footer_logo{

	box-sizing: border-box;
	padding: 0.35rem 0 0.24rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer_logo img{
	height: 1rem;
	display: block;
	margin: 0 auto;
}
.footer_box{
    display: flex;
	box-sizing: border-box;
	padding: 0.5rem 0 0.4rem 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer_1{
   width: 39.4%;
   box-sizing: border-box;
   padding-right: 10%;
}
.footer_h3{
	font-size: 0.26rem;
	color: var(--i_color);
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.1rem;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}
.footer_h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 0.4rem;
	height: 2px;
	background-color: var(--i_color);
}
.footer_contact{
    display: flex;
	flex-direction: column;
	gap: 0.2rem;
}
.footer_contact li{
   display: flex;

}
.footer_contact li iconify-icon{
    font-size: 0.26rem;
	color: var(--i_color);
}
.footer_contact li a{
	width: calc(100% - 0.26rem);
	box-sizing: border-box;
	padding-left: 0.1rem;
	font-size: 0.18rem;
	color: #fff;
	line-height: 155%;
	transition: all 0.3s ease;
}
.footer_contact li a:hover{
	color: var(--i_color);
}
.footer_ul{
    display: flex;
	flex-direction: column;
	gap: 0.2rem;
}
.footer_ul ul{
	display: none;
}
.footer_ul li{

}
.footer_ul li a{
	font-size: 0.18rem;
	color: #fff;
	position: relative;
	text-transform: capitalize;
	box-sizing: border-box;
	padding-bottom: 0.02rem;
}
.footer_ul li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.footer_ul li a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}
.footer_2{
	width: 23.5%;
}
.footer_3{
	width: 22.2%;
}
.footer_4{
	width: 14.9%;
}
.footer_share{
   display: flex;
   gap: 0.15rem;
}
.footer_share dt{

}
.footer_share dt a{
   display: block;
   width: 0.32rem;
   height: 0.32rem;
   border-radius: 50%;
   border: 1px solid rgba(255,255,255,0.2);
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
}
.footer_share dt a iconify-icon{
   font-size: 0.15rem;
   color: #fff;
}
.footer_4 h4{
   font-size: 0.16rem;
   color: #fff;
   margin: 0.3rem 0 0.1rem 0;
}
.footer_whatsapp{
   width: 1.06rem;

}
.footer_share dt a:hover{
	border: 1px solid var(--i_color);
	background-color: var(--i_color);
}
.footer_down{
   box-sizing: border-box;
   padding: 0.25rem 0;
}
.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: #fff;
}


@media screen and (max-width:1440px){
	.footer_logo img {
		height: 0.9rem;
	}
}
@media screen and (max-width:1200px){
	.footer_logo img {
		height: 0.8rem;
	}
}
@media screen and (max-width:1024px){
	.footer_logo img {
		height: 0.5rem;
	}
	.footer_2,.footer_3,.footer_4{display: none;}
	.footer_1 {
		width: 100%;
		padding-right: 0%;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.footer_h3{
		font-size: 0.24rem;
		margin-bottom: 0.2rem;
	}
	.footer_box {
		padding: 0.4rem 0;
	}
	.footer_contact li a {
		font-size: 0.16rem;
	}
	.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;
}
.banner_about::after{
    content: '';
	display: block;
	padding-bottom: 27.08%;
}
.banner_about img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:1024px){
    .banner_about{
		margin-top: var(--header_height);
	}
}


/* 当前位置 */
.in_position{padding:0.14rem 0;background-color: #F3F3F3;}
.in_position_white{
	background-color: #fff;
}
.in_position a{display:block; float:left; font-size:0.14rem; color:#4C4C4C; position:relative; line-height:0.2rem; text-transform:capitalize}
.in_position a:first-child{padding-left:0.24rem; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:0.16rem}
.in_position a:not(:last-child):after{content:"-"; margin:0 0.1rem; color:#4C4C4C}
.in_position a:last-child{color:var(--i_color)!important}
.in_position a:hover{color:var(--i_color)}
@media screen and (max-width:959px){
    .in_position{
	  display: none;
    }
}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){

}


/* about_us */
.about_us_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.about_us{


}
.about_us_box{
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-top: 0.5rem;
	border-top: 1px solid #333;
	margin-top: 0.6rem;
	align-items: center;
}
.about_us_left{
   width: 46.875%;
   box-sizing: border-box;
   padding-right: 3%;
}
.about_us_left p{
   font-size: 0.18rem;
   color: #333;
   line-height: 166%;
}
.about_us_right{
   width: 53.125%;
   position: relative;
}
.about_us_right::after{
   content: '';
   display: block;
   padding-bottom: 71.76%;
}
.about_us_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}


@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.about_us_left p{
		font-size: 0.16rem;
	}
	.about_us_box {
		padding-top: 0.4rem;
		margin-top: 0.5rem;
	}
	.about_us_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){
	.about_us_left {
		width: 100%;
		padding-right: 0%;
	}
	.about_us_right{
		width: 100%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.about_us_left p{
		font-size: 0.14rem;
	}
	.about_us_box {
        margin-top: 0.4rem;
    }
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}


/* choose */
.choose_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: #F7F7F7;
}
.choose{

}
.choose_us{
   display: flex;
   gap: 0.08rem;
   margin-top: 0.6rem;
   overflow: hidden;
}
.choose_us li{
    position: relative;
    height: 6.4rem;
    overflow: hidden;
    width: 18.55%;
    flex-grow: 1;
    transition: all 0.7s ease;

}
.choose_us_active {
    flex-grow: 1000 !important;
}
.choose_us li>img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.choose_box{
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 5% 0.4rem 5%;
    z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.choose_box::after{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(172,122,62,1),rgba(0,0,0,0));
	z-index: -1;
	transition: all 0.5s ease;
}
.choose_box img{
    width: 0.9rem;
    height: 0.9rem;
    display: block;
    object-fit: contain;
}
.choose_text{
    display: flex;
    align-items: flex-end;
    margin-top: 0.2rem;
}
.choose_text h3{
	font-size: 0.4rem;
    color: #fff;
    line-height: 100%;
}
.choose_text h4{
    font-size: 0.18rem;
    color: #fff;
    line-height: 100%;
}
.choose_text h5{
    font-size: 0.2rem;
    color: #fff;
    line-height: 100%;
    text-transform: capitalize;
    margin-left: 0.1rem;
}
.choose_box h6{
    line-height: 144%;
	font-size: 0.18rem;
	color: #fff;
	display: none;
	margin-top: 0.2rem;
	width: 40vw;
}

@keyframes op{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.choose_us_active h6{
	display: block;
	animation: op 0.3s linear;
}

.choose_us_active .choose_box::after{
	top: 0;
}
.choose_us_active .choose_box{
	align-items: flex-start;
}


@media screen and (max-width:1440px){
	.choose_box img {
		width: 0.8rem;
		height: 0.8rem;
	}
	.choose_text h3 {
		font-size: 0.35rem;
	}
	.choose_text h5 {
		font-size: 0.18rem;
	}
	.choose_box h6 {
		width: 38vw;
	}
	.choose_us li {
		height: 6rem;
	}
}
@media screen and (max-width:1200px){
	.choose_box img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.choose_text h3 {
		font-size: 0.3rem;
	}
	.choose_text h5 {
		font-size: 0.16rem;
	}
	.choose_box h6 {
		font-size: 0.16rem;
	}
	.choose_us li {
		height: 5.5rem;
	}
	.choose_bac {
		padding: 0.6rem 0;
	}
	.choose_us {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.choose_us li {
		height: 5rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.choose_us li {
		width: 100%;
	}
	.choose_us{
		flex-wrap: wrap;
	}
	.choose_box h6 {
        width: 90vw;
    }
	.choose_us li {
		height: 4rem;
	}
}
@media screen and (max-width:560px){
	.choose_us li {
		height: 3.5rem;
	}
}
@media screen and (max-width:425px){

}




.faq{}
.faq .wrap{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 6%;}
.faq_t{flex-shrink: 0; width: 30%;}

.fold_list{width: 100%;}
.fold_list li{}
.fold_list .tit{padding: .22rem; display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .4rem; border-top: 1px solid #DDD; cursor: pointer;}
.fold_list li:first-child .tit{border-top: none;}
.fold_list .tit h5{font-size: 0.24rem;font-weight: bold;}
.fold_list .tit i{flex-shrink: 0; display: block;margin-left: auto; width: 0.34rem;height: 0.34rem;background: #999 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E") no-repeat center; background-size: .22rem; -webkit-border-radius:50%; border-radius:50%;}

.fold_list .tit.active{background: #F1F1F1; border-top-color:transparent}
.fold_list .tit.active i{background: var(--i_color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E") no-repeat center;background-size: .22rem;}

.fold_list .txt{display: none; padding: .22rem;}
.fold_list .txt span{font-size: 0.16rem;line-height: 1.8;}

@media screen and (max-width:1200px) {
	.fold_list .tit h5{font-size: 20px;}
}
@media screen and (max-width:1024px) {
	.faq .wrap{flex-wrap: wrap;gap: 0.4rem 0;}
	.faq_t{width: 100%;}
	.faq_t .i_more{margin-top: 20px;}

	.fold_list .tit h5{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.fold_list .tit{padding: 16px 20px;}
	.fold_list .tit h5{font-size: 17px;}
	.fold_list .txt{padding: 20px;}
	.fold_list .txt span{font-size: 15px;line-height: 1.6;}
}
@media screen and (max-width:560px) {
	.fold_list .tit{gap: 0 20px;}
	.fold_list .tit h5{font-size: 16px;}
	.fold_list .tit i{width: 26px;height: 26px; background-size: 18px !important;}
}



/* service */
.service_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.service{

}
.service_ul{
   display: flex;
   flex-direction: column;
   gap: 0.6rem;
   margin-top: 0.6rem;
}
.service_ul li{
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
.service_ul li:nth-child(even){
	flex-direction: row-reverse;
}
.service_left{
   width: 47.5%;
   position: relative;
}
.service_left::after{
   content: '';
   display: block;
   padding-bottom: 74.47%;
}
.service_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   height: 100%;
   transform: translate(-50%,-50%);
   object-fit: cover;
}
.service_right{
   width: 52.5%;
   box-sizing: border-box;
   padding-left: 5%;
}
.service_ul li:nth-child(even) .service_right{
	padding-right: 5%;
	padding-left: 0;
}
.service_right h3{
   font-size: 0.3rem;
   line-height: 120%;
   color: #333;
   font-family: 'bold';
   margin-bottom: 0.3rem;
}
.service_dl{
   display: flex;
   flex-direction: column;
   gap: 0.3rem;
}
.service_dl dt{
   font-size: 0.18rem;
   line-height: 166%;
   color: #666;
}
.service_dl dt span{
   font-size: 0.18rem;
   color: #333;
   font-family: 'bold';
   line-height: 166%;
}


@media screen and (max-width:1440px){
	.service_right h3 {
		font-size: 0.25rem;
		margin-bottom: 0.25rem;
	}
}
@media screen and (max-width:1200px){
	.service_dl {
		gap: 0.2rem;
	}
	.service_dl dt {
		font-size: 0.16rem;
	}
	.service_ul {
		gap: 0.4rem;
		margin-top: 0.4rem;
	}
	.service_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
    .service_dl dt {
        font-size: 0.14rem;
    }
	.service_left {
		width: 100%;
	}
	.service_right {
		width: 100%;
		padding: 0% !important;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}

/* dress */
.dress_bac{
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.dress{

}
.dress_box{
   margin-top: 0.6rem;
}
.dress_ul{
   display: flex;
   flex-direction: column;
   gap: 0.6rem;
}
.dress_ul li{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.dress_img{
   width: 47.5%;
   position: relative;
}
.dress_img::after{
   content: '';
   display: block;
   padding-bottom: 63.16%;
}
.dress_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.dress_text{
   width: 52.5%;
   box-sizing: border-box;
   padding-left: 5%;
}
.dress_text h3{
   font-size: 0.24rem;
   color: #333;
   font-family: 'bold';
   margin-bottom: 0.2rem;
}
.dress_text h4{
   font-size: 0.18rem;
   line-height: 166%;
   color: #333;
}
.dress_ul li:nth-child(even){
	flex-direction: row-reverse;
}
.dress_ul li:nth-child(even) .dress_text{
	padding-left: 0;
	padding-right: 5%;
}

.dress_box h5{
	font-size: 0.18rem;
	color: #333;
	line-height: 166%;
	margin-top: 0.6rem;
	text-align: center;
}

@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.dress_box h5{
		font-size: 0.16rem;
	}
	.dress_text h3 {
		font-size: 0.2rem;
		margin-bottom: 0.15rem;
	}
	.dress_text h4 {
		font-size: 0.16rem;
	}
	.dress_bac {
		padding: 0.6rem 0;
	}
	.dress_box {
		margin-top: 0.4rem;
	}
	.dress_ul {
		gap: 0.4rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.dress_img {
		width: 100%;
	}
	.dress_text {
		width: 100%;
		padding: 0% !important;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}


/* news */
.news_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.news{

}
.news_ul{
   display: flex;
   flex-direction: column;
   gap: 0.4rem;
}
.news_ul li{

}
.news_ul li a{
   display: block;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}
.news_data{
   width: 27.5%;
   box-sizing: border-box;
   padding-right: 10%;
   margin-top: 0.5rem;
}
.news_data p{
   font-size: 0.64rem;
   color: #333;
   font-family: 'bold';
   text-align: center;
   box-sizing: border-box;
   padding-bottom: 0.25rem;
   border-bottom: 1px solid #333;
   margin-bottom: 0.25rem;
}
.news_data span{
   font-size: 0.4rem;
   color: #333;
   text-align: center;
   display: block;
   line-height: 100%;
}
.news_text{
   width: 72.5%;
   box-sizing: border-box;
   padding-bottom: 0.5rem;
   border-bottom: 1px solid #333;

}
.news_text h3{
   font-size: 0.42rem;
   color: #333;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   transition: all 0.3s ease;
}
.news_text h4{
   font-size: 0.18rem;
   color: #333;
   line-height: 166%;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   margin: 0.3rem 0;
}
.news_img{
   width: 63.7%;
   position: relative;
   margin-top: 0.4rem;
}
.news_img::after{
   content: '';
   display: block;
   padding-bottom: 57.07%;
}
.news_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news_ul li a:hover h3{
	color: var(--i_color);
}


@media screen and (max-width:1440px){
	.news_text h3 {
		font-size: 0.4rem;
	}
	.news_data p {
		font-size: 0.6rem;
	}
	.news_data span{
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1200px){
	.news_text h3 {
		font-size: 0.35rem;
	}
	.news_data p {
		font-size: 0.5rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.news_data span{
		font-size: 0.3rem;
	}
	.news_text h4 {
		font-size: 0.16rem;
		margin: 0.25rem 0;
	}
	.news_text {
		padding-bottom: 0.4rem;
	}
	.news_img {
		margin-top: 0.3rem;
	}
	.news_data {
		padding-right: 5%;
	}
	.news_bac {
		padding: 0.6rem 0;
	}
	.news_data {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.news_text h3 {
		font-size: 0.3rem;
	}
	.news_data p {
		font-size: 0.45rem;
	}
	.news_data span{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:960px){
	.news_text h3 {
		font-size: 0.28rem;
	}
	.news_data p {
		font-size: 0.4rem;
	}
	.news_data span{
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px){
	.news_text h3 {
		font-size: 0.25rem;
	}
	.news_data p {
		font-size: 0.3rem;
		padding-bottom: 0.15rem;
		margin-bottom: 0.15rem;
	}
	.news_data span{
		font-size: 0.24rem;
	}
	.news_text h4 {
		font-size: 0.14rem;
		margin: 0.2rem 0;
	}
	.news_img {
        margin-top: 0.2rem;
    }
	.news_data {
        margin-top: 0.2rem;
    }
}
@media screen and (max-width:560px){
	.news_text h3 {
		font-size: 0.22rem;
	}
	.news_data p {
		font-size: 0.25rem;
	}
	.news_data span{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px){
	.news_text h3 {
		font-size: 0.2rem;
	}
	.news_data {
        margin-top: 0rem;
    }
	.news_data p {
		padding-bottom: 0.1rem;
        margin-bottom: 0.1rem;
    }
}



/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 0.6rem;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in_page_right{
	justify-content: flex-end;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
	transition: all 0.3s ease;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
	display: none;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}

@media screen and (max-width:1024px) {
	.in_page_box {margin-top: 0.6rem;}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
	.in_page_box {margin-top: 0.4rem;}
}
@media screen and (max-width:560px) {

}




.contact__form{
	background:-webkit-linear-gradient(top, transparent, #F1F1F1);
	background:linear-gradient(to bottom, transparent, #F1F1F1);
	position: relative;
	z-index: 2;
}
.contact__form::before{
	content: '';
	position: absolute;
	left:50%;
	transform: translate(-50%,0);
	bottom: 0;
	width: 10.87rem;
	height: 3.33rem;
	background:url(static/imgs/contact_logo.png) no-repeat bottom center;
	background-size: contain;
	z-index: -1;
}
.contact__form .wrap{display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 10%;}

.contact__formT{width: 100%;}
.contact__formT h6{color: var(--i_color);}
.contact__formT h3{margin-top: 0.1rem; font-weight: bold;}
.contact__formT p{margin: .2rem 0;}
.contact__formT h5{}

#wpforms-60{
	--wpforms-field-size-input-height:50px;
	--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-60{flex-shrink: 0; width: 50%; margin:0;padding:0;}
#wpforms-form-60{width:100%;position:relative;}

#wpforms-60 .wpforms-field-container{}
#wpforms-60 .wpforms-field-container>.wpforms-field{width: 100%;padding: 0 1px 20px;position: relative; margin: 0 0 10px;overflow-x:initial !important}
#wpforms-60 .wpforms-field-container>.wpforms-field>label{font-weight: normal;}

/* #wpforms-60 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-60 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;} */

#wpforms-60 .wpforms-field-container .wpforms-field>input,
#wpforms-60 .wpforms-field-container textarea
{border: none; border-bottom: 1px solid #CCC;background: none;}
#wpforms-60 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}

#wpforms-60 .wpforms-field-container .wpforms-field>input,
#wpforms-60 .wpforms-field-container textarea,
#wpforms-60 .wpforms-field-container select,
#wpforms-60 .wpforms-field-container .choices{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0;
	padding: 0.1rem 0.14rem;
}
#wpforms-60 .wpforms-field-container .wpforms-field>input,
#wpforms-60 .wpforms-field-container textarea,
#wpforms-60 .wpforms-field-container select
{padding-left: 14px;padding-right: 14px;}
#wpforms-60 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}
#wpforms-60 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
#wpforms-60 .wpforms-field-container select{cursor: pointer;}
#wpforms-60 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}
#wpforms-60 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}
#wpforms-60 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}
#wpforms-60 .wpforms-field-container em.wpforms-error,#wpforms-60 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; bottom: -2px;}
#wpforms-60 .wpforms-field-container textarea{
	height: 1.2rem;
	font-family: 'Open','Arial',sans-serif;
}

/* #wpforms-60 input::placeholder, #wpforms-60 textarea::placeholder{color:#333;font-size:16px} */

/* #wpforms-60 .wpforms-field-container{display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-60-field_1-container,
#wpforms-60-field_2-container
{width: 48% !important;} */

#wpforms-60 .wpforms-submit-container{width: 2rem;padding:0 0;cursor: pointer; }
#wpforms-60 .wpforms-submit-container button{width: 100%;height:.5rem; font-size: 15px;cursor: pointer; color: #FFF;transition: all 0.3s ease; background: var(--i_color);}
#wpforms-60 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-60 .wpforms-submit-container button:hover{background: #000;}


#wpforms-60 .wpforms-required-label{
	color: red;
}



@media screen and (max-width:1024px) {
	.contact__form::before{display: none;}
	.contact__form .wrap{flex-wrap: wrap;gap: 40px 0}
	#wpforms-60{width: 100%;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






.contact__{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 4%;}

.map{flex-shrink: 0; width: 53%;position: relative;overflow: hidden;}
.map::before{content: '';display: block;padding-bottom: 56%;}
.map iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.contact__info{width: 100%;}
.contact__info h3{font-weight: bold;}

.contact__list{}
.contact__list li{margin: .3rem 0;}
.contact__list iconify-icon{display: block; margin-bottom: 6px; width: 0.24rem; height: 0.24rem; font-size: 0.26rem; color: #666;}
.contact__list p,.contact__list a{font-size: 0.18rem;}
.contact__list a:hover{color: var(--i_color);}

.contact__media{border-top: 1px solid #DDD;display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 .2rem;}
.contact__media dt{}
.contact__media a{display: block; width: 0.4rem;height: 0.4rem;box-sizing: border-box;border: 1px solid #CCC;-webkit-border-radius:50%; border-radius:50%;position: relative;}
.contact__media iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.22rem; color: #777;}

.contact__media a:hover{background: var(--i_color); border-color: var(--i_color);}
.contact__media a:hover iconify-icon{color: #FFF;}

@media screen and (max-width:1024px) {
	.contact__{margin-bottom: 0; flex-wrap: wrap;gap: 40px 0;}
	.contact__info{order: -1; padding-left: 3vw;}
	.contact__list p,.contact__list a{font-size: 16px;}
	.map{width: 100%;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.contact__media a{width: 36px;height: 36px;}
	.contact__list p,.contact__list a{font-size: 15px;}
	.map::before{padding-bottom: 70%;}
}

/* photos */
.photos_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.photos{

}
.photos_ul{
   display: flex;
   gap: 0.5rem;
   justify-content: center;

}
.photos_ul li{

}
.photos_ul li a{
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid rgba(51,51,51,0.5);
	font-size: 0.2rem;
	color: #333;
	padding: 0.12rem 0.5rem;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.photos_active a,
.photos_ul li a:hover{
	color: #fff !important;
	background-color: var(--i_color) !important;
	border: 1px solid var(--i_color) !important;
}

.photos_list{
   display:flex;
   flex-wrap: wrap;
   gap: 0.12rem;
   margin: 0.6rem 0 0.4rem 0;
}
.photos_list li{
   width: calc((100% - 0.36rem) / 4);
   position: relative;
}
.photos_list li::after{
    content: '';
	display: block;
	padding-bottom: 123.08%;
}
.photos_list li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photos_list li.hidden{
	display: none;
}

@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.photos_ul li a {
		font-size: 0.18rem;
		padding: 0.1rem 0.4rem;
	}
	.photos_list {
		gap: 0.1rem;
	}
	.photos_list li {
		width: calc((100% - 0.3rem) / 4);
	}
	.photos_ul {
		gap: 0.4rem;
	}
	.photos_bac{
		padding: 0.6rem 0;
	}
	.photos_list{
		margin: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.photos_ul li a {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.photos_list li {
		width: calc((100% - 0.1rem) / 2);
	}
	.photos_ul {
		gap: 0.2rem;
	}
	.photos_ul li a {
		font-size: 0.14rem;
		padding: 0.08rem 0.3rem;
	}
}
@media screen and (max-width:560px){
	.photos_ul {
		gap: 0.1rem;
	}
	.photos_ul li a {
		padding: 0.06rem 0.2rem;
	}
}
@media screen and (max-width:425px){

}


/* evaluates */
.evaluates_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.evaluates{

}
.evaluates_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem 0.2rem;
   margin-top: 0.6rem;
   margin-bottom: 0.4rem;
}
.evaluates_ul li{
   width: calc((100% - 0.4rem) / 3);
   border: 1px solid rgba(51,51,51,0.5);
   box-sizing: border-box;
   padding: 0.3rem;
}
.evaluates_ul li p{
   font-size: 0.18rem;
   line-height: 0.3rem;
   color: #333;
   height: 2.1rem;
   overflow: auto;
   box-sizing: border-box;
   padding-right: 2%;
}
/*滚动条*/
.evaluates_ul li p::-webkit-scrollbar{width:1px; height:1px}
.evaluates_ul li p::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}
.evaluates_ul li p::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.evaluates_img{
   width: 100%;
   position: relative;
   margin: 0.2rem 0;
}
.evaluates_img::after{
   content: '';
   display: block;
   padding-bottom: 60.87%;
}
.evaluates_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.evaluates_text{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.evaluates_text img{
   width: 0.8rem;
   height: 0.8rem;
   border-radius: 50%;
}
.evaluates_i{
   width: calc(100% - 0.8rem);
   box-sizing: border-box;
   padding-left: 0.15rem;
}
.evaluates_i h3{
   font-size: 0.18rem;
   color: #333;
   font-family: 'bold';
   text-transform: capitalize;
   margin-bottom: 0.1rem;
}
.evaluates_i i{
   display: block;
   width: 1.06rem;
   height: 0.16rem;
   background: url('static/imgs/evaluates3.png') center no-repeat;
   background-size: contain;

}


@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.evaluates_ul li p {
		font-size: 0.16rem;
		line-height: 0.25rem;
		height: 2rem;
	}
	.evaluates_text img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.evaluates_i {
		width: calc(100% - 0.6rem);
		padding-left: 0.1rem;
	}
	.evaluates_i h3 {
		font-size: 0.16rem;
	}
	.evaluates_i i {
		width: 0.9rem;
		height: 0.12rem;
	}
	.evaluates_bac{
        padding: 0.6rem 0;
    }
	.evaluates_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
    .evaluates_ul li p {
        font-size: 0.14rem;
        line-height: 0.22rem;
        height: 1.54rem;
    }
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.evaluates_ul li {
		width: calc((100% - 0.2rem) / 2);
		padding: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.evaluates_ul li {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* storys */
.storys_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.storys{

}
.storys_ul{
   display: flex;
   gap: 0.2rem;
   margin-top: 0.6rem;
   flex-wrap: wrap;
}
.storys_ul li{
   width: calc((100% - 0.4rem) / 3);
}
.storys_ul li a{
   display: block;
   width: 100%;
}
.storys_img{
   display: block;
   position: relative;
}
.storys_img::after{
   content: '';
   display: block;
   padding-bottom: 64.23%;
}
.storys_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.storys_text{
   box-sizing: border-box;
   padding: 0.2rem;
}
.storys_text h3{
   font-size: 0.18rem;
   color: #666;
}
.storys_text h4{
   font-size: 0.18rem;
   line-height: 0.3rem;
   color: #333;
   font-family: 'bold';
   margin: 0.1rem 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   height: 0.6rem;
}
.storys_text h5{
   font-size: 0.18rem;
   line-height: 0.3rem;
   color: #666;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   height: 0.9rem;
}

@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.storys_text h4{
		font-size: 0.16rem;
		line-height: 0.26rem;
		height: 0.52rem;
	}
	.storys_text h5{
		font-size: 0.16rem;
		line-height: 0.26rem;
		height: 0.78rem;
	}
	.storys_bac {
		padding: 0.6rem 0;
	}
	.storys_ul {
		margin-top: 0.4rem;
	}
	.storys_text h3 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.storys_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.storys_text {
		padding: 0.1rem;
	}
	.storys_text h4 {
        font-size: 0.14rem;
        line-height: 0.22rem;
        height: 0.44rem;
    }
	.storys_text h5 {
        font-size: 0.14rem;
        line-height: 0.22rem;
        height: 0.66rem;
    }
}
@media screen and (max-width:560px){
	.storys_ul {
		gap: 0.1rem;
	}
	.storys_ul li {
        width: calc((100% - 0.1rem) / 2);
    }
}
@media screen and (max-width:425px){

}

/* products */
.products_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.products{
   display: flex;
   flex-wrap: wrap;
}
.products_left{
	width: 3.5rem;
}



.products_left_all{
   box-sizing: border-box;
   border: 1px solid var(--i_color);
   box-sizing: border-box;
   padding: 0.25rem 0.15rem 0.35rem 0.15rem;
}
.products_left_h2{
	font-size: 0.36rem;
	text-transform: capitalize;
	box-sizing: border-box;
	color: #333;
	box-sizing: border-box;
	padding:0 0 0.2rem 0rem;
	font-weight: bold;
	border-bottom: 1px solid var(--i_color);
}
.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;
   background-color: #FFF;
   box-sizing: border-box;
}
.list li{
   position: relative;
}
.list li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, 0.2);
}

.list_a{
	box-sizing: border-box;
    padding: 0.2rem 0.2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.list_a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--i_color);
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
.list .list_a a{
   font-size: 0.18rem;
   color: #222;
   box-sizing: border-box;
   line-height: 110%;
   transition: all 0.3s ease;
}
.list  .list_a i{
   width: 0.5rem;
   height: 0.55rem;
   position: absolute;
   top: 50%;
   transform: translate(0,-50%);
   right: 0;
   cursor: pointer;

}
.list .list_a i iconify-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    font-size: 0.24rem;
	color: #222;
	transition: all 0.3s ease;
}
.list_dl{
    padding:0.2rem 0.08rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	box-sizing: border-box;
}

.list_dl dt{
   box-sizing: border-box;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: #222;
   display: block;
   transition: all 0.3s ease;
   position: relative;
   box-sizing: border-box;
   padding:0.12rem 0.2rem;
}
.list_dl dt a::after{
	content: '';
	position: absolute;
	left: -0.1rem;
	top: 50%;
	transform: translate(0,-50%);
	width: 0.07rem;
	height: 0.07rem;
	background-color: var(--i_color);
	opacity: 0;
	transition: all 0.3s ease;
}





.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 iconify-icon{
	color: #fff;
	transform:translate(-50%,-50%) rotate(180deg);
}
.list_active .list_a a{
	color: #fff;
}
.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);
}

.list_dl_active a{
	color: var(--i_color) !important;
}
.list_active .list_dl{

}





@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-right: 3%;
	}
}
@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_contact{
   box-sizing: border-box;
   padding: 0.4rem 0.2rem;
   background: url('static/imgs/products_contact.png') center no-repeat;
   background-size: cover;
   margin-top: 0.8rem;
}
.products_contact h3{
   font-size: 0.36rem;
   color: var(--i_color);
   position: relative;
   text-transform: capitalize;
   box-sizing: border-box;
   padding-bottom: 0.1rem;
   margin-bottom: 0.2rem;
}
.products_contact h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.73rem;
	height: 0.03rem;
    background-color: var(--i_color);
}
.products_contact_ul{
   display: flex;
   flex-direction: column;
   gap: 0.1rem;
}
.products_contact_ul li{

}
.products_contact_ul li a{
   font-size: 0.18rem;
   color: #333;
   line-height: 166%;
   transition: all 0.3s ease;
}
.products_contact_ul li a:hover{
   color: var(--i_color);
}
.products_right{
   width: calc(100% - 3.5rem);
   box-sizing: border-box;
   padding-left: 4%;
}
.products_right h3{
   font-size: 0.32rem;
   color: #333;
   font-family: 'bold';
   text-transform: capitalize;
}
.products_right>p{
   font-size: 0.18rem;
   color: #666;
   line-height: 166%;
   margin-top: 0.1rem;
}

.products_right_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.35rem 0.25rem;
   margin-top: 0.4rem;
}
.products_right_ul li{
   width: calc((100% - 0.5rem) / 3);
}
.products_right_ul li a{
	display: block;
    width: 100%;
}
.products_right_img{
    position: relative;
    overflow: hidden;
}
.products_right_img::after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.products_right_img img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products_right_ul li a h4{
    font-size: 0.2rem;
    line-height: 150%;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    padding: 0.12rem 0.2rem 0 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.products_right_ul li a:hover .home_products_box {
    top: 0;
}
.products_right_ul li a:hover h4{
	color: var(--i_color);
}


@media screen and (max-width:1440px){
	.products_right_ul li a h4 {
		font-size: 0.18rem;
		padding: 0.12rem 0.15rem 0 0.15rem;
	}
}
@media screen and (max-width:1200px){
	.products_right_ul li a h4 {
		font-size: 0.16rem;
	}
	.products_right h3 {
		font-size: 0.28rem;
	}
	.products_right>p {
		font-size: 0.16rem;
	}
	.products_bac {
		padding: 0.6rem 0;
	}
	.products_contact {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.products_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.products_contact{
		display: none;
	}
	.products_left_all{
		padding: 0.2rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.products_right h3 {
		font-size: 0.24rem;
	}
	.products_right>p {
		font-size: 0.14rem;
	}
	.products_right_ul {
		gap: 0.3rem 0.2rem;
	}
	.products_right_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){
    .products_left_all {
        padding: 0.1rem;
    }
	.products_right_ul {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:425px){

}


/* single_grid */
.single_grid_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.single_grid{
   display: flex;
   flex-wrap: wrap;
}
.single_grid_left{
	width: 38.5%;
}

/* 鍥剧墖鏌ョ湅鍖� */
.in_grid_cont{--sm_pic_width:17%}
.in_grid_cont{ position:relative; overflow:hidden}
.in_grid_cont:before{content:""; display:block; padding-bottom:80.4%}

/* 缂╃暐鍥� */
.in_grid_list_box{position:absolute; top:0; left:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:40px 0}
.in_grid_list{height:100%; overflow:hidden}
.in_grid_list .swiper-slide{cursor:pointer}

.in_grid_list .img{width:100%; height:100%; box-sizing:border-box; border:1px solid #D8D8D8; position:relative; overflow:hidden;}
.in_grid_list .img img{width:100%; height:100%; object-fit:cover;}
.in_grid_list .swiper-slide-thumb-active .img{border:2px solid var(--i_color);}
.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}
.ingrid-button-prev, .ingrid-button-next{
	position:absolute;
	left:50%;
	transform:translate(-50%,0);
	width:60px;
	height:30px;
	z-index:999;
	outline:none;
	cursor:pointer;
	-moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.ingrid-button-prev{top:4px; background:url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center; background-size:contain}
.ingrid-button-next{bottom:4px; background:url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center; background-size:contain}
.ingrid-button-prev.swiper-button-disabled, .ingrid-button-next.swiper-button-disabled{cursor:not-allowed; opacity:.1}

/* 澶у浘 */
.in_grid_show_box{position:absolute; top:0; right:0; width:calc(100% - var(--sm_pic_width) - 20px); height:100%; box-sizing:border-box; padding:0 0; margin:0 auto}
.in_grid_show{width:100%; height:100%; box-sizing:border-box;  position:relative; overflow:hidden}
.in_grid_show .swiper-wrapper{display:flex; position:relative; width:100%; height:100%; z-index:1}
.in_grid_show .swiper-slide{
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
}

.in_grid_show .img{width:100%; height:100%; position:relative; overflow:hidden}
.in_grid_show .img img{width:100%; height:100%; object-fit:cover;box-sizing: border-box;background-color: #fff;}

.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}
.in_grid_show .img:before{content:""; display:block; padding-bottom:100%}
.in_grid_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.in_grid_list_box{margin-top:0.3rem; padding:0 0; position:relative; width:100%; height:initial}
.in_grid_list{width:calc(100% - 0.5rem); margin:0 auto}
.in_grid_list_box .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.in_grid_list_box .swiper-slide{height:100%; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; flex-shrink:0; position:relative; cursor:pointer}
.in_grid_list .img{height:auto;}
.in_grid_list .img:before{content:""; display:block; padding-bottom:100%}
.in_grid_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:cover;box-sizing: border-box;background-color: #fff;}
.ingrid-button-prev, .ingrid-button-next{
	top:50%;
	transform:translate(0,-50%);
	width:0.4rem;
	height:0.4rem;
	border-radius: 0%;
	border: 1px solid var(--i_color);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.ingrid-button-prev{left:0;}
.ingrid-button-next{left:initial; right:0; }


.ingrid-button-prev iconify-icon, .ingrid-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}



.ingrid-button-prev:hover,.ingrid-button-next:hover{
	background-color: var(--i_color);
}

.ingrid-button-prev:hover iconify-icon, .ingrid-button-next:hover iconify-icon{
	color: #fff;
}


.single_grid_right{
   width: 61.5%;
   box-sizing: border-box;
   padding-left: 5%;
}
.single_grid_right h2{
   font-size: 0.18rem;
   color: var(--i_color);
   margin-bottom: 0.3rem;
}
.single_grid_right h1{
   line-height: 131.25%;
   font-size: 0.32rem;
   color: #333;
   border-bottom: 1px solid #333;
   box-sizing: border-box;
   padding-bottom: 0.3rem;
   margin-bottom: 0.3rem;
}
.single_grid_right h3{
   font-size: 0.24rem;
   color: #666;
}
.single_grid_right article{
   font-size: 0.18rem;
   color: #666;
   margin: 0.2rem 0 0.4rem 0;
}
.single_grid_btn{
   display: flex;
   gap: 0.48rem;
   padding-bottom: 0.3rem;
   box-sizing: border-box;
   margin-bottom: 0.3rem;
   border-bottom: 1px solid #333;
}
.single_grid_tag{
	display: flex;
	flex-wrap: wrap;
	gap: 0.1rem 0.15rem;
}
.single_grid_tag p{
   font-size: 0.2rem;
   color: #333;
   font-family: 'bold';
   line-height: 0.3rem;
}
.single_grid_tag a{
   font-size: 0.18rem;
   color: #666;
   line-height: 0.3rem;
   transition: all 0.3s ease;
}
.single_grid_tag a:hover{
	color: var(--i_color);
}
.single_grid_share{
    display: flex;
	align-items: center;
	gap: 0.2rem;
	margin-top: 0.2rem;
}
.single_grid_share p{
	font-size: 0.2rem;
	color: #333;
	font-family: 'bold';
}
.single_grid_share dl{
   display: flex;
   gap: 0.2rem;
}
.single_grid_share dl dt{

}
.single_grid_share dl dt a{
   display: block;
   width: 100%;
}
.single_grid_share dl dt a iconify-icon{
   color: #D8D8D8;
   font-size: 0.26rem;
   transition: all 0.3s ease;
}
.single_grid_share dl dt a:hover iconify-icon{
	color: var(--i_color);
	transform: translateY(-5px);
}


@media screen and (max-width:1440px){
	.single_grid_right h1 {
		font-size: 0.3rem;
	}
	.single_grid_right h2 {
		font-size: 0.16rem;
		margin-bottom: 0.2rem;
	}
	.single_grid_right h3 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px){
	.single_grid_right h1 {
		font-size: 0.26rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.single_grid_right h3 {
		font-size: 0.2rem;
	}
	.single_grid_tag a {
		font-size: 0.16rem;
		line-height: 0.25rem;
	}
	.single_grid_tag p {
		font-size: 0.18rem;
		line-height: 0.25rem;
	}
	.single_grid_share p {
		font-size: 0.18rem;
	}
	.single_grid_share dl dt a iconify-icon {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.single_grid_right h1 {
		font-size: 0.24rem;
	}
	.single_grid_right h3 {
		font-size: 0.18rem;
	}
	.single_grid_right {
		width: 100%;
		padding-left: 0%;
	}
	.single_grid_left {
		width: 100%;
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}


/* editor */
.editor_bac{
	box-sizing: border-box;
	padding-bottom: 0.6rem;
}
.editor{

}
.editor_list{
    background-color: #F3F3F3;
}
.editor_list li{
	font-size: 0.18rem;
	color: #333;
	font-family: 'bold';
	display: inline-block;
	box-sizing: border-box;
	padding: 0.1rem 0.2rem;
	background-color: #fff;
	border-top: 1px solid #333;
}
.editor article{
	box-sizing: border-box;
	padding: 0.4rem 0;
	border-bottom: 1px solid #333;
	margin-bottom: 0.4rem;
}

.editor_LR{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   box-sizing: border-box;
}
.editor_LR>div{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   width: 49%;
}
.editor_LR i{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 0.35rem;
   min-width: 0.35rem;
   height: 0.35rem;
   border: 1px solid #333;
   transition: all 0.3s ease;
}
.editor_LR i iconify-icon{
   color: #333;
   font-size: 0.15rem;
   transition: all 0.3s ease;
}
.editor_LR p{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
   transition: all 0.3s ease;
}
.editor_LR a{
	font-size: 0.18rem;
	color: #333;
	transition: all 0.3s ease;
}
.editor_L i{
	margin-right: 0.1rem;
}
.editor_R i{
	margin-left: 0.1rem;
}
.editor_R{
	justify-content: flex-end;
	margin-left: auto;
}
.editor_LR a:hover{
	color: var(--i_color);
}
.editor_LR>div:hover i{
	background-color: var(--i_color);
	border: 1px solid var(--i_color);
}
.editor_LR>div:hover i iconify-icon{
	color: #fff;
}
@media screen and (max-width:1440px){

}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.editor_L i{
		margin-right: 0.1rem;
	}
	.editor_R i{
		margin-left: 0.1rem;
	}
	.editor_LR a {
		font-size: 0.16rem;
	}
	.editor_LR i {
		width: 0.35rem;
		min-width: 0.35rem;
		height: 0.35rem;
	}

}
@media screen and (max-width:1024px){
	.deitor_left{display: none;}
	.deitor_right{
		width: 100%;
		padding-left: 0%;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.editor_LR {
		flex-direction: column;
	}
	.editor_LR>div{
		width: 100%;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}


/* related_products */
.related_products_bac{
   background-color: #F6F4F2;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.related_products{

}




/*  */
.rela_partner_box{
	margin-top: 0.6rem;
}

.rela_partner{position:relative}
.rela_partner_list{width:100%; padding:0; 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_list li a{
	display: block;
	width: 100%;
}
.rela_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.rela_partner_list .img:before{content:""; display:block; padding-bottom:100%}
.rela_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


.rela_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}



.rela_partner_list li a>p{
	font-size: 0.2rem;
    line-height: 150%;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    padding: 0.12rem 0.2rem 0 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}
.rela_partner_list li a:hover .home_products_box {
    top: 0;
}
.rela_partner_list li a:hover>p{
	color: var(--i_color);
}






/* 指示器 */
.rela_partner .pt-pagination{text-align:center; margin:0.4rem auto 0}
.rela_partner .pt-pagination .swiper-pagination-bullet{width:0.7rem; height:2px;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:0%; outline:none}
.rela_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}











@media screen and (max-width:1440px){
	.rela_partner .pt-pagination .swiper-pagination-bullet{width:0.6rem;}
	.rela_partner_list li a>p {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.rela_partner .pt-pagination .swiper-pagination-bullet{width:0.5rem;}
	.rela_partner_list li a>p {
		font-size: 0.16rem;
	}
	.related_products_bac {
		padding: 0.6rem 0;
	}
	.rela_partner_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.rela_partner .pt-pagination .swiper-pagination-bullet{width:0.4rem;}
}
@media screen and (max-width:560px){
	.rela_partner .pt-pagination .swiper-pagination-bullet{width:0.3rem;height: 1px;}
}








/* 感谢页面 */
.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }
.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}
.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}



.btns {
	height: 4em;
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0px solid black;
	cursor: pointer;
  }
  .btns:hover p{
	  color: var(--i_color);
  }
  .wrapperss {
	height: 2em;
	width: 8em;
	position: relative;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.thanks  .text {
	font-size: 17px;
	z-index: 1;
	color: #000;
	padding: 4px 12px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
  }

  .flower {
	display: grid;
	grid-template-columns: 1em 1em;
	position: absolute;
	transition: grid-template-columns 0.8s ease;
  }

  .flower1 {
	top: -12px;
	left: -13px;
	transform: rotate(5deg);
  }

  .flower2 {
	bottom: -5px;
	left: 8px;
	transform: rotate(35deg);
  }

  .flower3 {
	bottom: -15px;
	transform: rotate(0deg);
  }

  .flower4 {
	top: -14px;
	transform: rotate(15deg);
  }

  .flower5 {
	right: 11px;
	top: -3px;
	transform: rotate(25deg);
  }

  .flower6 {
	right: -15px;
	bottom: -15px;
	transform: rotate(30deg);
  }

  .petal {
	height: 1em;
	width: 1em;
	border-radius: 40% 70% / 7% 90%;
	background: linear-gradient(var(--i_color), #e8ffb3);
	border: 0.5px solid #ffffff;

	z-index: 0;
	transition: width 0.8s ease, height 0.8s ease;
  }

  .two {
	transform: rotate(90deg);
  }

  .three {
	transform: rotate(270deg);
  }

  .four {
	transform: rotate(180deg);
  }

  .btns:hover .petal {
	background: linear-gradient(#E870A5, #FFEFF6);
	border: 0.5px solid #FFEFF6;

  }

  .btns:hover .flower {
	grid-template-columns: 1.5em 1.5em;
  }

  .btns:hover .flower .petal {
	width: 1.5em;
	height: 1.5em;
  }

  .btns:hover .text {
	background: rgba(255, 255, 255, 0.4);
  }

  .btns:hover div.flower1 {
	animation: 15s linear 0s normal none infinite running flower1;
  }

  @keyframes flower1 {
	0% {
	  transform: rotate(5deg);
	}

	100% {
	  transform: rotate(365deg);
	}
  }

  .btns:hover div.flower2 {
	animation: 13s linear 1s normal none infinite running flower2;
  }

  @keyframes flower2 {
	0% {
	  transform: rotate(35deg);
	}

	100% {
	  transform: rotate(-325deg);
	}
  }

  .btns:hover div.flower3 {
	animation: 16s linear 1s normal none infinite running flower3;
  }

  @keyframes flower3 {
	0% {
	  transform: rotate(0deg);
	}

	100% {
	  transform: rotate(360deg);
	}
  }

  .btns:hover div.flower4 {
	animation: 17s linear 1s normal none infinite running flower4;
  }

  @keyframes flower4 {
	0% {
	  transform: rotate(15deg);
	}

	100% {
	  transform: rotate(375deg);
	}
  }

  .btns:hover div.flower5 {
	animation: 20s linear 1s normal none infinite running flower5;
  }

  @keyframes flower5 {
	0% {
	  transform: rotate(25deg);
	}

	100% {
	  transform: rotate(-335deg);
	}
  }

  .btns:hover div.flower6 {
	animation: 15s linear 1s normal none infinite running flower6;
  }

  @keyframes flower6 {
	0% {
	  transform: rotate(30deg);
	}

	100% {
	  transform: rotate(390deg);
	}
  }



















@media screen and (max-width:1200px){
	.thanks{padding-top: 60px;}

}
@media screen and (max-width:767px){
	.thanks{padding-top: 40px;margin:0px auto 70px}

}
@media screen and (max-width:560px){

}






/* 404 */
.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}
.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}
.in404_text h1{font-size:220px; color:#BBB}
.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}
.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}

@media screen and (max-width:959px){
.in404_text h1{font-size:180px}
}
@media screen and (max-width:767px){
	.in404_text h1{font-size:140px}
	.in404_text h6{font-size:16px}
	.in404_text a{font-size:14px}
}
@media screen and (max-width:560px){
	.in404_text h1{font-size:70px}
	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}
	.in404_text a{font-size:13px}
}

/* 隐私政策 */
.privacy{margin-bottom: 100px;padding-top: 70px;}
#header{background-color: rgb(0 0 0 / 57%) !important;}
.privacy_cont{}
.privacy_cont .tit{margin-bottom:30px}
.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}
.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){
	.privacy{margin-bottom: 50px;}
}
@media screen and (max-width:959px){
	.privacy{margin-bottom: 30px;}
}



/* tag */

.tag{
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.tag>h2{
	font-size: 0.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.tag .products_all_right{
	width: 100%;
}
.tag>p{
	font-size: 0.2rem;
	color: #333;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}
.tag_list{

}
.tag_list .products_right_ul{
   display: flex;
   gap: 0.4rem;
   flex-wrap: wrap;
}
.tag_list .products_right_ul li{
   width: calc((100% - 1.2rem) / 4);
}


@media screen and (max-width:1600px) {

}
@media screen and (max-width:1440px) {


}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.tag{
		padding: 0.6rem 0;
	}
	.tag>h2 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {

	.tag>h2 {
		font-size: 0.25rem;
	}
	.tag_list .products_right_ul{
		gap: 0.2rem;
	}
	.tag_list .products_right_ul li{
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}




/* ---------------------- Aside Form ---------------------- */
.contactMenu{--menuColor:#333}
.contactMenu{position: fixed;right: 0;bottom: 0;width: 340px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);z-index: 99999999999;}
.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-54{
	--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-54{margin:0;padding:0;}
#wpforms-form-54{width:100%;position:relative;}

#wpforms-54 .wpforms-field-container{}
#wpforms-54 .wpforms-field-container>.wpforms-field{
	width: 100%;
	padding: 0 1px 5px;
	margin: 0 0 6px;
	overflow-x:initial !important;
	position: relative;
}

#wpforms-54 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-54 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;}

#wpforms-54 .wpforms-field-container .wpforms-field>input,
#wpforms-54 .wpforms-field-container textarea{
	border: 1px solid #CCC;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-sizing: border-box;
	padding: 0.05rem 0;
}
#wpforms-54 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}

#wpforms-54 .wpforms-field-container .wpforms-field>input,
#wpforms-54 .wpforms-field-container textarea,
#wpforms-54 .wpforms-field-container select,
#wpforms-54 .wpforms-field-container .choices
{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}
#wpforms-54 .wpforms-field-container .wpforms-field>input,
#wpforms-54 .wpforms-field-container textarea,
#wpforms-54 .wpforms-field-container select
{padding-left: 14px;padding-right: 14px;}
#wpforms-54 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}
#wpforms-54 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
#wpforms-54 .wpforms-field-container select{cursor: pointer;}
#wpforms-54 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}
#wpforms-54 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}
#wpforms-54 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}
#wpforms-54 .wpforms-field-container em.wpforms-error,#wpforms-54 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}

#wpforms-54 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-54 .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-54 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-54 .wpforms-submit-container button:hover{background: var(--i_color); color: #FFF;}

#wpforms-54 input::-webkit-input-placeholder,
#wpforms-54 input::-moz-placeholder,
#wpforms-54 input::-moz-placeholder,
#wpforms-54 input::-ms-input-placeholder,
#wpforms-54 textarea::-webkit-input-placeholder,
#wpforms-54 textarea::-moz-placeholder,
#wpforms-54 textarea::-moz-placeholder,
#wpforms-54 textarea::-ms-input-placeholder{
	color:rgba(0, 0, 0, 0.5) !important;
	font-size: 0.14rem;
}







@media screen and (max-width:1024px) {
	.contactMenu{width: 100%;}
	.contactMenuBtnWA{display: block;}
	.contactMenuBtnWA a{display: block;}
}





/* aside */
.aside_right {
	position: fixed;
	right: 30px;
	bottom: 16%;
	z-index: 999999
}
.aside_right ul {}
.aside_right li {
	margin: .1rem 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}
.aside_right li>a {
	display: block;
	width: .5rem;
	height: .5rem;
	background: rgba(128, 128, 128, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	transition: all .3s ease;
}

.aside_right li:nth-child(1)>a {
	background: #389b0f
}
.aside_right li:nth-child(2)>a {
	background: var(--i_color2);
}

.aside_right li img {
	display: block;
	margin: 0 auto;
	width: .22rem;
	height: .22rem;
	object-fit: contain
}

.aside_right li:hover>a {
	background-color: var(--i_color)
}

.side_tel_box,
.side_qr_box {
	position: absolute;
	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1
}
.side_tel_box {
	top: 0;
	right: -300px;
	width: 180px;
	min-height: 100%;
	background: #FFF
}
.side_qr_box {
	top: 50%;
	transform: translate(0, -50%);
	right: -180px;
	width: 120px;
	height: 120px;
	background: #FFF
}

.side_tel_box h6 {
	padding: 8px 0;
	font-size: 14px;
	color: #666
}
.side_tel_box h6 a {
	line-height: 20px
}
.side_tel_box a:hover {
	color: var(--i_color)
}
.side_qr_box img {
	width: 90%;
	height: 90%
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
	right: 48px
}

.side_tel_box,
.side_qr_box {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.aside_close {
	position: absolute;
	top: .3rem;
	right: .3rem;
	display: block;
	width: .3rem;
	height: .3rem;
	background: url(static/imgs/close_1_hei.svg) no-repeat center;
	background-size: 30px;
	cursor: pointer
}
.aside_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.aside_close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

#aside_mask_bg {
	display: none;
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	z-index: 9999999999998;
}
#aside_sc_from {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	box-sizing: border-box;
	padding: 30px 30px 40px;
	background: rgb(255 255 255 / 100%);
	z-index: 9999999999999;
	overflow: auto
}
#aside_sc_from .tit {
	margin-bottom: .4rem
}
#aside_sc_from .tit h1 {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}

#wpforms-57 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-57 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-57 {
	width: 100%;
	overflow: hidden
}
#wpforms-57 input,
#wpforms-57 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-57 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-57 .wpforms-error-container {
	line-height: 16px
}
#wpforms-57 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-57 .wpforms-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-57 .wpforms-field-label {
	font-size: 0
}
#wpforms-57 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-57 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-57 input {
	height: var(--input_height)
}
#wpforms-57 textarea {
	min-height: 100px
}
#wpforms-57 input,
#wpforms-57 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-57 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-57 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-57 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-57 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-57 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-57 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-57 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-57 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-57 #wpforms-57-field_1-error,
#wpforms-57 #wpforms-57-field_2-error,
#wpforms-57 #wpforms-57-field_3-error,
#wpforms-57 #wpforms-57-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-57 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
#wpforms-57 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-57 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-57 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-57 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-57 .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-57 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-57 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h1 {
		font-size: 0.24rem;
	}

}


.form_hide{
	display: none;
}


/* @media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

} */

