

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

.wrap {
	width: 83.33%;
	margin-left: auto;
	margin-right: auto;
	max-width: 16rem;
}

.wrap_top {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}

html {
	scroll-behavior: smooth
}

.wrap_left{
	box-sizing: border-box;
	padding-left: 8.335%;
}
.wrap_right{
	box-sizing: border-box;
	padding-right: 8.335%;
}

@media screen and (max-width:1600px) {
	.wrap {
		width: 88%
	}
	.wrap_left{
		padding-left: 6%;
	}
	.wrap_right{
		padding-right: 6%;
	}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 90%
	}
	.wrap_left{
		padding-left: 5%;
	}
	.wrap_right{
		padding-right: 5%;
	}
}
@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: #FC7917;
	/* 全局颜色 */
	--i_color2: #333;
	/* 副颜色 */
	--header_height: 1rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
}

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


@font-face {
	font-family: 'Roboto';
	src: url('static/webfonts/Roboto-Regular-14.ttf');
}

@font-face {
	font-family: 'med';
	src: url('static/webfonts/Roboto-Medium-12.ttf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Roboto-Bold-3.ttf');
}
body{
	font-family: 'Roboto';
}



/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
/* header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
	z-index: 2014;
} */

.top_cont {
	position: relative;
	background: rgba(255, 255, 255, 0.4);
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;

}
.TopHeader .top_cont {
	background: #fff;
}

@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	header {border-radius:0}
	/* .top_cont {
		background: #333 !important;
	} */
	.top_cont {
		background: rgba(255, 255, 255, 1);
	}

}



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

@media screen and (max-width:1440px) {
	.logo a {
		height: 60%;
	}
	.logo img {
		max-height: 90%;
	}
}
@media screen and (max-width:1024px) {
	.logo a {
		height: 70%;
	}

}





/* 导航 */


.top_language{
   box-sizing: border-box;
   position: relative;
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}
/* .top_language::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 1px;
	height: 0.18rem;
	background-color: #fff;
} */

.top_language iconify-icon{
	font-size: var(--size);
	color: #333;
}
.top_language p{
	font-size: 0.16rem;
	color: white;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.top_upRight_she{
    display: flex;
	display: -webkit-flex;
	align-items: center;
	gap: 0.2rem;
}
.top_upRight_she dt{

}
.top_upRight_she dt a{
   display: block;
}
.top_upRight_she dt a iconify-icon{
	font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
}
.top_upRight_she dt a iconify-icon:hover{
    color: #fff;
}








@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: auto;
		margin-right: auto;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
	}

	.i_nav>li {
		position: relative;
		margin: 0 .35rem;
	}

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #333;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
	}
	.i_nav>li>a::after{
		content: '';
		position: absolute;
		top: calc(50% + 0.2rem);
		left: 50%;
		transform: translate(-50%, -50%) scale(0);
		width: 0.1rem;
		height: 0.08rem;
		background-color: var(--i_color);
		border-radius: 0.5rem;
	    opacity: 0;
		transition: all 0.3s ease;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		transition: all 0.3s ease;
		position: relative;
		color: var(--i_color);
		z-index: 2;
	}
    .i_nav>.current-menu-item>a::after,
	.i_nav>.current-category-ancestor>a::after,
	.i_nav>.current-post-ancestor>a::after,
	.i_nav>.current-menu-ancestor>a::after,
	.i_nav>.current-menu-parent>a::after,
	.i_nav>li:hover>a::after,
	.i_nav .curr>a::after{
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}







	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: #fff;
		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: #333;
		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 .3rem;
	}
}
@media screen and (max-width:1366px) {

	.i_nav>li>a {
		font-size: 0.15rem;
	}
	.i_nav>li {
		margin: 0 .2rem;
	}
}
@media screen and (max-width:1200px) {


	.top_up_left1{
		padding-right: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top:calc(var(--header_height));
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--header_height) - 0.5rem);
		background: #FFF;
		overflow-y: auto;
		z-index: 2
	}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		background: #F1F1F1;
	}
	.i_nav>.menu-item-has-children i::before {
		content: '\f107';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.26rem;
		color: #222;
	}

	.i_nav>.menu-item-has-children i.on::before {
		content: '\f106';
	}

	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .15rem;
		color: #222;
		line-height: .44rem;
		text-transform: uppercase;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .14rem;
		color: #555;
		line-height: .4rem;
		position: relative
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.top_language p{font-size: 14px;}
}
@media screen and (max-width:768px) {
    .top_up_right{display: none;}
	.top_up_left {
		width: 100%;
		justify-content: flex-end;
	}
}
@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: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #222;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #225;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important
	}

}


.top_r {
	--size: .22rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	gap: 0.4rem;
	position: relative;
}
.top_r::after{
	content: '';
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 0.18rem;
	background-color: #333;

}
.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.top_search_ico iconify-icon {
	font-size: var(--size);
	color: #333;
	cursor: pointer;
}
.top_search_ico.on iconify-icon {

}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language_all{
   display: inline-block;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   cursor: pointer;
}
.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: #333;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language_i{
	font-size: 0.18rem !important;
}
.top_language.on p{
	color: var(--i_color);
}
.top_language.on iconify-icon {
	color: var(--i_color);
}



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

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

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

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

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

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

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

}






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

	.top_search_ico i{
		width: 0.4rem;
		height: 0.4rem;
	}
	.top_language_all{
		height: 0.4rem
	}
	.top_language_all p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:768px) {
	.top_search_ico i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.top_language_all{
		height: 0.35rem
	}
}
@media screen and (max-width:560px) {}








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






/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	position: fixed;
	top: -1rem;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {
	top:var(--header_height);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
}
.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;
}

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

}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
		margin-right: 0.2rem;
	}
}
@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: 0;
		width: 100%;
		background-color: #4F4F4F;
		box-sizing: border-box;
		padding:0.4rem 0;
		display: none;

	 }
	 .xiala_ul{
		 display: flex;
		 display: -webkit-flex;
		 justify-content: center;
	 }
	 .xiala_ul>li{
		 width: 19%;
		 position: relative;
	 }

	 .xiala_ul>li::after{
		 content: '';
		 position: absolute;
		 width: 1px;
		 height: 50%;
		 bottom: 0;
		 left: 0;
		 background-color:#958460 ;
	 }
	 .xiala_ul>li>a{

	 }
	 .xiala_img{
		 position: relative;
		 overflow: hidden;
		 width: 80%;
	 }
	 .xiala_img::after{
		 content: '';
		 display: block;
		 padding-bottom: 82%;
	 }
	 .xiala_img img{
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 transform: translate(-50%,-50%);
		 width: 100%;
		 height: 100%;
		 object-fit: cover;
		 border-radius: 0.1rem;
		 transition: all 0.3s ease;
	 }
	 .xiala_img::before{
		 content: '';
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 width: 100%;
		 height: 100%;
		 transform: translate(-50%,-50%);
		 border: 1px solid rgba(255, 182, 13, 0.7);
		 border-radius: 0.1rem;
		 opacity: 0;
		 transition: all 0.3s ease;
	 }
	 .xiala_ul>li>a:hover .xiala_img::before{
		 width: calc(100% - 0.25rem);
		 height: calc(100% - 0.25rem);
		 opacity: 1;
		 z-index: 2;
	 }
	 /* .xiala_ul>li>a:hover .xiala_img img{
		 width: 110%;
		 height: 110%;
	 } */
	 .xiala_ul h2{
		 font-size: 0.18rem;
		 font-weight: bold;
		 color: white;
		 box-sizing: border-box;
		 padding: 0.1rem 0 0.3rem 0.2rem;
		 margin-top: 0.2rem;
		 border-left: 1px solid #957a60;
		 transition: all 0.3s ease;
		 overflow:hidden;
		 white-space: nowrap;
		 text-overflow: ellipsis;
		 box-sizing: border-box;
	 }
	 .xiala_ul>li>a:hover h2{
		 color: var(--i_color);
	 }
	 .xiala_ul_ul{
		 box-sizing: border-box;
		 padding: 0 1% 0.18rem 0.2rem;
		 display: flex;
		 display: -webkit-flex;
		 flex-direction: column;
		 border-left: 1px solid #957a60;
	 }
	 .xiala_ul_ul>li{
		 margin-bottom: 0.1rem;
		 position: relative;
		 overflow: hidden;
	 }

	 .xiala_ul_ul>li>a{
		 font-size: 0.14rem;
		 color: #dbdfe2;
		 position: relative;
		 transition: all 0.3s ease;
		 overflow:hidden;
		 white-space: nowrap;
		 text-overflow: ellipsis;
		 box-sizing: border-box;
	 }
	 .xiala_ul_ul>li>a::after{
		 content: '>';
		 position: absolute;
		 top: 50%;
		 left: -0.2rem;
		 transform: translate(0,-50%);
		 color: var(--i_color);
		 font-size: 0.16rem;
		 transition: all 0.3s ease;
	 }
	 .xiala_ul_ul>li>a:hover{
		 margin-left: 0.2rem;
		 color: var(--i_color);
	 }

	 .xiala_active{
		 display: block;
	 }
	 .xiala_ul1_active>a>h2{
		 color: var(--i_color);
	 }
	 /* .xiala_ul1_active>a img{
		 width: 110%;
		 height: 110%;
	 } */
	 .xiala_ul1_active>a .xiala_img::before{
		 width: calc(100% - 0.25rem);
		 height: calc(100% - 0.25rem);
		 opacity: 1;
		 z-index: 2;
	 }

	 .xiala_ul2_active>a{
		 color: var(--i_color) !important;
		 margin-left: 0.2rem;
	 }
	 .xiala_ul2_active>a::after{
		 left: 0;
	 }
	 @media screen and (max-width:1880px){

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

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

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

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

	 }

}

@media screen and (max-width:1024px) {
	.xiala{display: none;}
}





/* -=---------------------banner--------------------------- */
/* banner */
.banner{width:100%; position:relative;}
.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:94.8vh; position:relative}
.banner .swiper-slide>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover}
.banner .swiper-slide video{position:absolute; left:0; top:0; width:100%; height:100%!important; object-fit:cover; z-index:2}
.banner .swiper-slide{
	width: 100%;
	display: block;
	transition:all 0.3s ease;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
	position:absolute;
	top: 50%;
	transform: translate(0,-50%);
	cursor:pointer;
	width:0.5rem;
	height:0.5rem;
	z-index:999;
    background: #fff;

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.banner .swiper-button-prev iconify-icon, .banner .swiper-button-next iconify-icon{
	font-size: 0.25rem;
	color: #222;
	transition: all 0.3s ease;
}
.banner .swiper-button-prev{left: -5%;}
.banner .swiper-button-next{right:-5%;}

.banner .swiper-button-prev:hover iconify-icon, .banner .swiper-button-next:hover iconify-icon{
	color: #fff;
}
.banner:hover .swiper-button-prev{
    left: 2%;
}
.banner:hover .swiper-button-next{
    right: 2%;
}
.banner:hover .swiper-button-prev{

}
.banner:hover .swiper-button-next{}




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

.banner .pagination-all{
	position:absolute;
    bottom: 3%;
    left: 50%;
	transform:translate(-50%,0);
	cursor:pointer;
	z-index:10;
}
.banner .swiper-pagination {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: left;
}
.banner .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 0%;
	display: block;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 0.05rem;
	position: relative;
	z-index: 4;
	transition: all  0.5s ease;
}
.banner .swiper-pagination-bullet-active{

	background-color: var(--i_color);
}


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

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

}
@media screen and (max-width:1200px){
	.banner .pagination-all{bottom: 0.2rem;}
	.banner .swiper-button-prev, .banner .swiper-button-next{display:none!important}
	.banner .swiper-slide {
        padding-bottom: 45.83%;
    }
}
@media screen and (max-width:1024px){
	.banner{
		margin-top: var(--header_height);
	}

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

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


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

}


/* --------------------banner文字------------------- */
.banner_text1{
   position: absolute;
   top: 43%;
   left: 50%;
   transform: translate(-50%,-50%);
   display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.banner_text1_box{
   width: 44%;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}
.banner_text{

}
.banner_text h3{
    font-size: 0.54rem;
	line-height: 122%;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
}
.banner_text h4{
	font-size: 0.24rem;
    line-height: 142%;
	color: #fff;
	margin: 0.2rem 0 0.3rem 0;
}
.banner_text1 h3,
.banner_text1 h4{
	text-align: right;
}


.banner_text2{
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text2_box{
	width: 44%;
}

.banner_text3{
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text3_box{
	width: 44%;
}



@media screen and (max-width:1440px){
	.banner_text h3 {
		font-size: 0.5rem;
	}
	.banner_text h4{
		font-size: 0.2rem;
		margin: 0.15rem 0 0.2rem 0;
	}
}
@media screen and (max-width:1200px){
	.banner_text h3 {
		font-size: 0.4rem;
	}
	.banner_text h4{
		font-size: 0.18rem;
	}
	.banner_text1 {
		top: 54%;
	}
}
@media screen and (max-width:1024px){
	.banner_text h3 {
		font-size: 0.3rem;
	}
	.banner_text h4{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.banner_text h4{
		display: none;
	}
	.banner_text h3 {
		font-size: 0.25rem;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.banner_text h3 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px){

}

.home_btn{
    --wh:0.5rem;
}
.home_btn_a{
    display: inline-block;
}
.home_btn_flex{
	display: flex;
	align-items: center;
	background-color: #fff;
	transition: all 0.3s ease;
}
.home_btn_text{
    height: var(--wh);
	box-sizing: border-box;
	padding: 0 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid var(--i_color);
	border-left: 1px solid var(--i_color);
	border-bottom: 1px solid var(--i_color);
	box-sizing: border-box;
}
.home_btn_text p{
	font-size: 0.18rem;
	color: var(--i_color);
    text-transform: capitalize;
	transition: all 0.3s ease;
}
.home_btn_a i{
    display: flex;
	justify-content: center;
	align-items: center;
	width: var(--wh);
	height: var(--wh);
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	background-color: #fff;
}
.home_btn_a i iconify-icon{
    font-size: 0.25rem;
	color: var(--i_color);
}

.home_btn_a:hover .home_btn_flex{
	background-color: var(--i_color);
}
.home_btn_a:hover p{
	color: #fff;
}




.home_btn_orign .home_btn_flex{
	background-color: var(--i_color);
}
.home_btn_orign p{
	color: #fff;
}
.home_btn_orign .home_btn_a:hover .home_btn_flex{

	background-color: #fff;
}
.home_btn_orign .home_btn_a:hover p{
	color: var(--i_color);
}


@media screen and (max-width:1440px){
	.home_btn{
		--wh:0.4rem;
	}
	.home_btn_text{
		padding: 0 0.2rem;
	}
	.home_btn_text p{
		font-size: 0.16rem;
	}
	.home_btn_a i iconify-icon{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.home_btn{
		--wh:0.35rem;
	}
	.home_btn_text{
		padding: 0 0.15rem;
	}
	.home_btn_text p{
		font-size: 0.14rem;
	}
	.home_btn_a i iconify-icon{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:560px){

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

}



/* category */
.category_bac{
   box-sizing: border-box;
   padding: 1rem 0 0.6rem 0;
   background: url('static/imgs/category_bac.webp') center no-repeat;
   background-size: cover;
}
.category{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.category_left{
   width: 26.7%;
   box-sizing: border-box;
   padding-right: 2%;
}
.category_right{
   width: 73.3%;
   box-sizing: border-box;
}





/*  */
.cate_partner_box{}

.cate_partner{position:relative}
.cate_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.cate_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.cate_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.cate_partner_list li a{
	box-sizing: border-box;
	padding: 0.15rem;
	display: block;
}
.cate_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	--cc_hw:0.05rem;
}
.cate_partner_list .img:before{content:""; display:block; padding-bottom:100%}
.cate_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}


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

.cate_text{
   display: flex;
   align-items: center;
   gap: 0.1rem;
   justify-content: space-between;
   margin-top: 0.4rem;
   opacity: 0;
   transition: all 0.3s ease;
}
.cate_text p{
   font-size: 0.28rem;
   color: var(--i_color);
   font-weight: bold;
}
.cate_text iconify-icon{
   font-size: 0.3rem;
   color: var(--i_color);
   flex-shrink: 0;
}

.cate_partner_list li a:hover .cate_text{
	opacity: 1;
}


.cate_span1::after{
	content: '';
	position: absolute;
	top: -0.15rem;
	left: -0.15rem;
	width: 0%;
	height: var(--cc_hw);
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.cate_span1::before{
	content: '';
	position: absolute;
	top: -0.15rem;
	left: -0.15rem;
	width: var(--cc_hw);
	height: 0%;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}

.cate_partner_list li a:hover .cate_span1::after{
	width: 80%;
}
.cate_partner_list li a:hover .cate_span1::before{
	height: 80%;
}

.cate_span2::after{
	content: '';
	position: absolute;
	bottom: -0.15rem;
	right: -0.15rem;
	width: 0%;
	height: var(--cc_hw);
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.cate_span2::before{
	content: '';
	position: absolute;
	bottom: -0.15rem;
	right: -0.15rem;
	width: var(--cc_hw);
	height: 0%;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}

.cate_partner_list li a:hover .cate_span2::after{
	width: 80%;
}
.cate_partner_list li a:hover .cate_span2::before{
	height: 80%;
}



/* 指示器 */
.cate_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.cate_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius:2px;
	opacity: 1;
	outline:none
}
.cate_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.cate_LR{
	display: flex;
	align-items: center;
	gap: 0.2rem;
	margin-top: 0.8rem;
}
.cate_LR .pt-button-prev, .cate_LR .pt-button-next{
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 0%;
	transition: all 0.3s ease;
}
.cate_LR .pt-button-prev iconify-icon, .cate_LR .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}


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

@media screen and (max-width:1440px){
	.cate_text p {
		font-size: 0.26rem;
	}
	.cate_text iconify-icon{
		font-size: 0.26rem;
	}
	.cate_LR {
		margin-top: 0.6rem;
	}
	.cate_partner_list .img{
		--cc_hw:0.04rem;
	}
	.category_bac{
		padding: 0.8rem 0 0.6rem 0;
	}
	.cate_LR .pt-button-prev, .cate_LR .pt-button-next{
		width:0.4rem;
		height:0.4rem;
	}
}
@media screen and (max-width:1200px){

	.cate_text p {
		font-size: 0.24rem;
	}
	.cate_text iconify-icon{
		font-size: 0.24rem;
	}
	.cate_LR {
		margin-top: 0.4rem;
	}
	.cate_partner_list .img{
		--cc_hw:0.03rem;
	}
	.category_bac{
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.cate_partner_list li a .cate_span1::after{
		width: 80%;
	}
	.cate_partner_list li a .cate_span1::before{
		height: 80%;
	}
	.cate_partner_list li a .cate_span2::after{
		width: 80%;
	}
	.cate_partner_list li a .cate_span2::before{
		height: 80%;
	}
	.cate_partner_list li a .cate_text{
		opacity: 1;
	}
	.cate_text p {
		font-size: 0.2rem;
	}
	.cate_partner_list .img{
		--cc_hw:2px;
	}
	.cate_partner .pt-pagination{
		display:block;
	}
}
@media screen and (max-width:959px){
	.cate_text p {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:767px){
	.cate_text p {
		font-size: 0.16rem;
	}
	.category_left {
		width: 100%;
		padding-right: 3%;
	}
	.category_right {
		width: 100%;
		padding:0 3%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

}

















/* title */
.title{

}
.title>p{
   font-size: 0.44rem;
   color: #333;
   font-family: 'bold';
   position: relative;
   box-sizing: border-box;
   text-transform: capitalize;
   padding-bottom: 0.1rem;
}
.title>p::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1.8rem;
	height: 0.02rem;
	background-color: var(--i_color);
}
.title>p b{
	font-size: 0.44rem;
	color: var(--i_color);
	font-family: 'bold';
}
.title span{
	font-size: 0.18rem;
	line-height: 166%;
	color: #666;
	display: block;
	margin-top: 0.1rem;
}

.title_center{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title_center>p::after{
	left: 50%;
	transform: translateX(-50%);
}
.title_center span{
	text-align: center;
}


.title_white>p,
.title_white span{
	color: #fff;
	text-align: center;
}
.title_box{
	display: flex;
	align-items: center;
	gap: 0.2rem;
	justify-content: space-between;
}







@media screen and (max-width:1440px){
	.title>p,
	.title>p b{
		font-size: 0.4rem;
	}
	.title span{
		font-size: 0.16rem;
	}
	.title>p::after{
		width: 1.6rem;
	}
}
@media screen and (max-width:1200px){
	.title>.p,
	.title>p b{
		font-size: 0.35rem;
	}
	.title>p::after{
		width: 1.4rem;
	}
}
@media screen and (max-width:1024px){
	.title>p,
	.title>p b{
		font-size: 0.3rem;
	}
	.title>p::after{
		width: 1.2rem;
	}
}
@media screen and (max-width:960px){
	.title>p,
	.title>p b{
		font-size: 0.25rem;
	}
	.title>p::after{
		width: 1rem;
	}
}
@media screen and (max-width:767px){

	.title span{
		font-size: 0.14rem;
	}
	.title>p::after{
		width: 0.8rem;
	}
	.title_box {
		align-items: flex-start;
		gap: 0.1rem;
		justify-content: space-between;
		flex-direction: column;
	}
}
@media screen and (max-width:560px){

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

}



/* hot_produsct */
.hot_produsct_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: url('static/imgs/hot_produsct_bac.webp') center no-repeat;
   background-size: cover;
}
.hot_produsct{

}
.hot_produsct_ul{
    display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 3%;
	margin: 0.4rem 0;
}
.hot_produsct_ul li{
	width: calc(100% / 7);
	background-color: rgba(0, 0, 0, 0.8);
	box-sizing: border-box;
	padding: 0.2rem 2%;
	font-size: 0.18rem;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
}
.hot_produsct_ul li.current{
	background-color: var(--i_color);
}


.hot_produsct_dl{
   box-sizing: border-box;
   padding: 0.45rem 3%;
   border-top: 0.05rem solid var(--i_color);
   background-color: rgba(0, 0, 0, 0.5);
}
.hot_produsct_dl dt{

}
.hot_produsct_list{
   display: flex;
   flex-wrap: wrap;
   gap: 0.25rem;
}
.hot_produsct_list li{
   width: calc((100% - 0.75rem) / 4);

}
.products_A{
   display: block;
   width: 100%;
}
.hot_produsct_img{
   position: relative;
   overflow: hidden;
}
.hot_produsct_img::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.hot_produsct_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.hot_produsct_text{
   display: flex;
   align-items: center;
   gap: 0.1rem;
   background-color: #fff;
   box-sizing: border-box;
   padding: 0.2rem 0.15rem;
   transition: all 0.3s ease;
}
.hot_produsct_text h3{
   font-size: 0.18rem;
   line-height: 0.24rem;
   color: #333;
   height: 0.48rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   transition: all 0.3s ease;
}
.hot_produsct_text iconify-icon{
   font-size: 0.25rem;
   color: #333;
   flex-shrink: 0;
   transition: all 0.3s ease;
}

.products_A:hover img{
	width: 110%;
	height: 110%;
}
.products_A:hover .hot_produsct_text{
	background-color: var(--i_color);
}
.products_A:hover h3,
.products_A:hover iconify-icon{
	color: #fff;
}



@media screen and (max-width:1440px){
	.hot_produsct_ul li {
		padding: 0.15rem 2%;
		font-size: 0.16rem;
	}
	.hot_produsct_text h3 {
		font-size: 0.16rem;
		line-height: 0.22rem;
		height: 0.44rem;
	}
	.hot_produsct_text iconify-icon {
		font-size: 0.22rem;
	}
	.hot_produsct_list {
		gap: 0.2rem;
	}
	.hot_produsct_list li {
		width: calc((100% - 0.6rem) / 4);
	}
	.hot_produsct_text {
		padding: 0.15rem 0.1rem;
	}
}
@media screen and (max-width:1200px){
	.hot_produsct_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.hot_produsct_ul li {
		width: calc(100% / 4);
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.hot_produsct_ul li {
		width: calc(100% / 3);
	}
	.hot_produsct_ul li {
        padding: 0.12rem 2%;
        font-size: 0.14rem;
    }
	.hot_produsct_text h3 {
		font-size: 0.16rem;
		line-height: 0.22rem;
		height: 0.44rem;
	}
	.hot_produsct_text iconify-icon {
		font-size: 0.2rem;
	}
	.hot_produsct_list li {
		width: calc((100% - 0.2rem) / 2);
	}

}
@media screen and (max-width:560px){
	.hot_produsct_text h3 {
		font-size: 0.14rem;
		line-height: 0.2rem;
		height: 0.4rem;
	}
	.hot_produsct_text iconify-icon {
		font-size: 0.16rem;
	}
	.hot_produsct_list {
        gap: 0.1rem;
    }
	.hot_produsct_list li {
		width: calc((100% - 0.1rem) / 2);
	}
}
@media screen and (max-width:425px){

}


/* partner */
.partner_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.partner{

}


/*  */
.par_partner_box{}

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

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


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

/* 指示器 */
.par_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.par_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius:2px;
	opacity: 1;
	outline:none
}
.par_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.par_partner .pt-button-prev, .par_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.par_partner .pt-button-prev iconify-icon, .par_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.par_partner .pt-button-prev{left:-5%;}
.par_partner .pt-button-next{right:-5%;}

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

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

}
@media screen and (max-width:1200px){
	.par_partner .pt-button-prev, .par_partner .pt-button-next{display:none}
	.par_partner .pt-pagination{display:block}
	.partner_bac{
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:1024px){

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

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

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

}


/* home_about */
.home_about_bac{
   position: relative;
   box-sizing: border-box;
   padding-bottom: 0.6rem;
   z-index: 2;
}
.home_about_bacImg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: -1;
}
.home_about{

}
.home_about_box{
	display: flex;
	margin-top: 0.6rem;
	flex-wrap: wrap;
}
.home_about_left{
	width: 48.25%;
	position: relative;
}
.home_about_left::after{
    content: '';
	display: block;
	padding-bottom: 66.32%;
}
.home_about_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home_about_right{
   width: 51.75%;
   box-sizing: border-box;
   padding-left: 2%;
}
.home_about_right h3{
   font-size: 0.18rem;
   color: #333;
   line-height: 177%;
}
.home_about_two{
   display: flex;
   gap: 0.45rem;
   margin: 0.3rem 0;
}
.home_about_two li{
   width: calc((100% - 0.45rem) / 2);
   position: relative;
}
.home_about_two li img{
   width: 100%;
   height: auto;
}
.home_about_ul{
    box-sizing: border-box;
	padding: 0.4rem 0;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 4px 12px 0px rgba(227, 0, 2, 0.06);
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.home_about_ul li{
   width: calc(100% / 3);
   box-sizing: border-box;
   padding: 0 4%;
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.home_about_ul li:not(:last-child)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	transform: translateY(-50%);
	height: 100%;
	background-color: var(--i_color);
}
.home_about_ul li img{
   width: 0.84rem;
   height: 0.84rem;
   object-fit: contain;
   transition: all 0.3s ease;
}
.home_about_ul li h3{
    font-size: 0.28rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	margin: 0.3rem 0 0.1rem 0;
}
.home_about_ul li h4{
    font-size: 0.16rem;
	color: #666;
	line-height: 162.5%;
	text-align: center;
}

.home_about_ul li:hover img{
	transform: rotateY(180deg);
}


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

}


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

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

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

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








@media screen and (max-width:1440px){
	.home_about_right h3 {
		font-size: 0.16rem;
	}
	.home_about_ul li h3 {
		font-size: 0.26rem;
		margin: 0.2rem 0 0.1rem 0;
	}
	.home_about_ul li img {
		width: 0.8rem;
		height: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.home_about_box {
		margin-top: 0.4rem;
	}
	.home_about_ul li h3 {
		font-size: 0.24rem;
	}
	.home_about_ul li img {
		width: 0.7rem;
		height: 0.7rem;
	}
}
@media screen and (max-width:1024px){
	.home_about_ul li h3 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.home_about_left {
		width: 100%;
	}
	.home_about_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.home_about_two {
		gap: 0.2rem;
		margin: 0.2rem 0;
	}
	.home_about_two li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){
	.home_about_ul li {
		width: 100%;
		padding: 0.2rem 4%;
	}
	.home_about_ul{
		gap: 0rem;
		padding: 0;
	}
	.home_about_ul li:not(:last-child)::after {
		right: unset;
		top: unset;
		left: 50%;
		bottom: 0;
		width: 100%;
		transform: translateX(-50%);
		height: 1px;
	}
}
@media screen and (max-width:425px){

}






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

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



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

}

.homeNews_cont{display:-webkit-flex; display:flex; flex-wrap:wrap;margin: 0.6rem 0;}

.homeNews_top{flex-shrink: 0; width: 46.4375%;}
.homeNews_top .coverPic{width:100%; position:relative;  overflow:hidden}
.homeNews_top .coverPic::before{content:""; display:block; padding-bottom:65%}
.homeNews_top .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}
.homeNews_top .date{position: absolute;bottom: .2rem;left: .2rem; background: var(--i_color);   text-align: center; padding: .1rem;}
.homeNews_top .date b{display: block; margin-bottom: 2px; font-size: 0.24rem;color: #FFF;}
.homeNews_top .date i{font-size: 14px;color: #FFF;}
.homeNews_top span{display: block;margin-top: 0.24rem;}
.homeNews_top h6{font-size: 0.2rem;font-weight: bold; line-height: 1.4;}
.homeNews_top p{margin-top: 0.1rem; font-size: 0.16rem;color: #666;line-height: 1.5;}
.homeNews_top h6,.homeNews_top p{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeNews_top:hover img{transform: scale(1.05, 1.05);}
.homeNews_top:hover h6{color: var(--i_color);}


.homeNews_list{margin-left: auto; width: 49.5%; box-sizing: border-box; padding-left: 0.6rem; border-left: 1px solid #DDD;}
.homeNews_list li{margin-bottom: 0.3rem;padding-bottom: 0.3rem; border-bottom: 1px solid #DDD;transition: all 0.3s ease;}

.homeNews_list a{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 .5rem; align-items: center;}

.homeNews_list span{width: 100%;}
.homeNews_list span h6{font-size: 0.2rem;font-weight: bold;transition: all 0.3s ease;}
.homeNews_list span p{margin: .1rem 0 .16rem; font-size: 0.16rem;color: #666; line-height: 1.5;}
.homeNews_list span h6,.homeNews_list span p{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.homeNews_list span i{font-size: 0.14rem;color: #666;}

.homeNews_list .coverPic{flex-shrink: 0; width:30%; position:relative; overflow:hidden}
.homeNews_list .coverPic::before{content:""; display:block; padding-bottom:65%}
.homeNews_list .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.homeNews_list li:hover h6{color: var(--i_color);}
.homeNews_list li:hover img{transform: scale(1.05, 1.05);}
.homeNews_list li:hover{
	border-bottom: 1px solid var(--i_color);
}
@media screen and (max-width:1200px){
	.homeNews_cont{margin: 0.4rem 0;}
	.home_news_bac{
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.homeNews_top{width: 100%;}
	.homeNews_list{width: 100%; margin: 36px 0 0; padding: 0 0;border: none;}
	.homeNews_list li:first-child{padding-top: 0.3rem; border-top: 1px solid #DDD;}

	.homeNews_top h6,.homeNews_list span h6{font-size: 18px;}
}
@media screen and (max-width:768px) {
	.homeNews_top h6,.homeNews_list span h6{font-size: 17px;}
	.homeNews_top p,.homeNews_list span p{font-size: 14px;}
	.home_news_bac{
		padding: 0.6rem 0 0 0;
	}
}
@media screen and (max-width:560px) {
	.homeNews_top .date b{font-size: 20px;}
	.homeNews_list{margin-top: 20px;}
	.homeNews_top h6,.homeNews_list span h6{font-size: 16px;}
	.homeNews_list a{gap: 0 26px;}
	.homeNews_list .coverPic{width: 34%;}
	.homeNews_list span h6, .homeNews_list span p {
		-webkit-line-clamp: 1;
	}
}



/* footer_top */
.footer_top_bac{
   box-sizing: border-box;
   padding: 0.35rem 0;
   background: url('static/imgs/footer_bac.webp') center no-repeat;
   background-size: cover;
   background-attachment: fixed;
}
.footer_top{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.footer_top img{
    height: 1.38rem;
}
.footer_top_text{
    display: flex;
	align-items: center;
	gap: 0.4rem;
}
.footer_top_text h3{
	font-size: 0.4rem;
	color: #333;
	font-weight: bold;
	text-align: right;
}

@media screen and (max-width:1440px){
	.footer_top img{
		height: 1.3rem;
	}
	.footer_top_text h3 {
		font-size: 0.36rem;
	}
}
@media screen and (max-width:1200px){
	.footer_top img{
		height: 1.2rem;
	}
	.footer_top_text h3 {
		font-size: 0.32rem;
	}
}
@media screen and (max-width:1024px){
	.footer_top img{
		height: 1rem;
	}
	.footer_top_text h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:960px){
	.footer_top_text h3 {
		font-size: 0.24rem;
	}
	.footer_top img{
		height: 0.8rem;
	}
}
@media screen and (max-width:767px){
	.footer_top_text h3 {
		font-size: 0.2rem;
	}
	.footer_top img{
		height: 0.6rem;
	}
	.footer_top_text h3{
		display: none;
	}
	.footer_top_bac {
		padding: 0.3rem 0;
	}
}
@media screen and (max-width:560px){

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

}



/* footer */
.footer_bac{
	background: url('https://lingjuimg.com/wp-content/uploads/yingding/2025/11/45454.webp') center no-repeat;
	background-size: cover;
}
.footer_s{

}
.footer_tit{
   position: relative;
   box-sizing: border-box;
   padding: 0.5rem 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_tit h3{
   font-size: 0.4rem;
   color: #fff;
   font-weight: bold;
}
.footer_img{
   position: absolute;
   width: 31.125%;
   top: 50%;
   right: 0;
   transform: translateY(-50%);


}
.footer_box{
   display: flex;
   box-sizing: border-box;
   padding: 0.4rem 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_1{
   width: 51.25%;
   box-sizing: border-box;
   padding-right: 10%;
}
.footer_h3{
   font-size: 0.26rem;
   color: #fff;
   font-weight: bold;
   margin-bottom: 0.3rem;
   text-transform: capitalize;
}
.footer_contact{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
}
.footer_contact li{
   display: flex;
   gap: 0.1rem;
}
.footer_contact li iconify-icon{
   font-size: 0.26rem;
   color: var(--i_color);
}
.footer_contact li a{
   font-size: 0.18rem;
   color: #fff;
   line-height: 155%;
   transition: all 0.3s ease;
}
.footer_contact li a:hover{
	color: var(--i_color);
}
.footer_2{
	width: 33.75%;
}
.footer_2_ul{
   box-sizing: border-box;
   padding-right: 10%;
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem;

}
.footer_2_ul ul{
	display: none;
}
.footer_2_ul li{
   width: calc((100% - 0.2rem) / 2);
}
.footer_2_ul li a{
   font-size: 0.18rem;
   color: #fff;
   position: relative;
   transition: all 0.3s ease;
}
.footer_2_ul li a::after{
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	bottom: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.3s ease;
}

.footer_2_ul li a:hover{
	color: var(--i_color);
}
.footer_2_ul li a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}
.footer_3_ul{
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}
.footer_3_ul li{

}
.footer_3_ul li a{
	font-size: 0.18rem;
	color: #fff;
	position: relative;
	transition: all 0.3s ease;
}
.footer_3_ul li a::after{
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	bottom: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.3s ease;
}
.footer_3_ul li a:hover{
	color: var(--i_color);
}
.footer_3_ul li a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}




.footer_share{
   display: flex;
   align-items: center;
   gap: 0.2rem;
   margin-top: 0.4rem;
}
.footer_share dt{

}
.footer_share dt a{
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
}
.footer_share dt a iconify-icon{
   font-size: 0.3rem;
   color: #999;
   transition: all 0.3s ease;
}
.footer_share dt a:hover{
   transform: translateY(-5px);
}
.footer_share dt a:hover iconify-icon{
	color: #fff;
}

.footer_down{
   box-sizing: border-box;
   padding: 0.25rem 0;
}
.footer_down p{
	font-size: 0.16rem;
	color: #fff;
}
.footer_down p a{
	font-size: 0.16rem;
	color: #fff;
	transition: all 0.3s ease;
}
.footer_down p a:hover{
	color: var(--i_color);
}

@media screen and (max-width:1440px){
	.footer_tit h3 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1200px){
	.footer_tit h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.footer_tit h3 {
		font-size: 0.25rem;
	}
	.footer_1{
		width: 100%;
	}
	.footer_2,.footer_3{
		display: none;
	}
}
@media screen and (max-width:960px){
	.footer_tit h3 {
		font-size: 0.24rem;
	}
	.footer_tit {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:767px){
	.footer_down{
		padding: 0.25rem 0 0.75rem 0;
	}
	.footer_img{
		display: none;
	}
	.footer_h3 {
		font-size: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.footer_tit {
		padding: 0.35rem 0;
	}
}
@media screen and (max-width:560px){

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

}



/* banner_about */
.banner_about{
   position: relative;
   overflow: hidden;
}
.banner_about::after{
   content: '';
   display: block;
   padding-bottom: 36.46%;
}
.banner_about img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
@media screen and (max-width:1024px){
    .banner_about{
	   margin-top: var(--header_height);
    }
}





/* 当前位置 */
.in_position{padding:0.14rem 0;background-color: rgba(252,121,23,0.1);}

.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__{
	background:url(static/imgs/homeAbout_bg.webp) no-repeat bottom center;
	background-size: cover;
}

.about__cont{display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: flex-start;}

.about__pic{font-size: 0; width: 36%; -webkit-border-radius:.1rem; border-radius:.1rem;position: relative; overflow: hidden;}
.about__pic img{width: 100%;}

.about__text{margin-left: auto; width: 60%;}
.about__text h2{padding-top: .2rem; margin: .3rem 0 .3rem; font-size: 0.32rem;font-weight: bold; color: #161921; position: relative;}
.about__text h2::before{content: '';position: absolute;top: 0;left: 0;width: 30%;height: 5px;background: var(--i_color);}

.about__text article{font-size: 0.18rem; line-height: 1.6;}

.about__num{border-top: 1px solid #D1D1D1;}
.about__num dl{display:-webkit-flex; display:flex; flex-wrap:nowrap;}
.about__num dt{width: 100%; box-sizing: border-box; padding: 0 .5rem; position: relative;}
.about__num dt::before{content: '';position:absolute; top: 0;right: 0;width: 1px;height: 100%;background: #DFDFDF;}
.about__num dt:last-child::before{display: none;}

.about__num span{padding-bottom: 0.2rem; margin-bottom: 0.2rem; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 .1rem; border-bottom: 1px solid #DFDFDF;}
.about__num img{flex-shrink: 0; height: 0.5rem;}
.about__num p{font-size: 0.18rem;color: #333;text-transform: capitalize;}

.about__num h6{font-size: 0.4rem;font-weight: bold;color: #333;transition: all 0.3s ease;}
.about__num h6 b{
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
	transition: all 0.3s ease;
}
.about__num dt:hover h6,.about__num dt:hover h6 b{color: var(--i_color);}

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

}



@media screen and (max-width:1440px) {
	.about__text h2{font-size: 0.3rem;}

	.about__num dt{padding: 0 .4rem;}
	.about__num img{height: 0.48rem;}
	.about__num h6{font-size: 0.36rem;}
}
@media screen and (max-width:1200px) {
	.about__num h6{font-size: 0.32rem;}
}
@media screen and (max-width:1024px) {
	.about__pic{width: 100%; max-width: 500px;}
	.about__text{order: -1; margin: 0 0 30px; width: 100%;}
	.about__text h2{margin-top: 0; font-size: 26px;}
	.about__text article{font-size: 16px;}

	.about__num dt{padding: 0 20px;}
	.about__num span{margin-bottom: 14px;padding-bottom: 14px;}
	.about__num img{height: 34px;}
	.about__num p{font-size: 15px;}
	.about__num h6{font-size: 24px;}
}
@media screen and (max-width:768px) {
	.about__text h2{font-size: 22px;}

	.about__num dl{flex-wrap: wrap; gap: 30px 4%;}
	.about__num dt{width: 48%; padding: 0 0;}
	.about__num dt::before{display: none;}
	.about__num span{border: none; padding: 0 0;margin-bottom: 14px;}
	.about__num h6{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.about__text h2{padding-top: 14px; margin-bottom: 16px; font-size: 17px;}
	.about__text h2::before{height: 2px;}
	.about__text article{font-size: 14px;}

	.about__num img{height: 28px;}
	.about__num p{font-size: 13px;}
}


/* company */
.company_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: url('static/imgs/company_bac.webp') center no-repeat;
   background-size: cover;
}
.company{

}


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

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

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


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


/* 指示器 */
.company_partner .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0
}
.company_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius:50%;
	opacity: 1;
	outline:none
}
.company_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:#fff;
}

/* 左右箭头 */
.company_partner .pt-button-prev, .company_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.company_partner .pt-button-prev iconify-icon, .company_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.company_partner .pt-button-prev{left:-5%;}
.company_partner .pt-button-next{right:-5%;}

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

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

}
@media screen and (max-width:1200px){
	.company_partner .pt-button-prev, .company_partner .pt-button-next{display:none}
	.company_partner .pt-pagination{display:block}
	.company_partner_box{
		margin-top: 0.4rem;
	}
	.company_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

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

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

}


/* faq */
.faq_bac{

}
.faq{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.faq_left{
   width: 63.875%;
   box-sizing: border-box;
   padding: 0.6rem 4% 0.6rem 0;
}
.faq_right{
	width: 36.125%;
}
.faq_right img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.faq_box{

}
.faq_ul{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.3rem;
   height: 5rem;
   overflow: auto;
   box-sizing: border-box;
   padding-right: 0.2rem;
   margin-top: 0.4rem;
}
/*滚动条*/
.faq_ul::-webkit-scrollbar{width:1px; height:1px}
.faq_ul::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.faq_ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.faq_ul li{
   box-sizing: border-box;
   padding-bottom: 0.3rem;
   border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}
.faq_q{
   box-sizing: border-box;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   cursor: pointer;
}
.faq_ul i{
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 0%;
   display: block;
   color: #fff;
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   font-size: 0.22rem;
}
.faq_q i{
   background-color: var(--i_color);
}
.faq_a i{
   background-color: var(--i_color2);
}
.faq_q h2{
   font-size: 0.22rem;
   color: #222;
   font-weight: bold;
   width: calc(100% - 0.4rem);
   box-sizing: border-box;
   padding-left: 0.2rem;
}
.faq_a{
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
	margin-top: 0.2rem;
}
.faq_a p{
	width: calc(100% - 0.4rem);
	padding-left: 0.2rem;
	font-size: 0.18rem;
	color: #666;
	line-height: 166%;
	margin-top: 0.08rem;
}


@media screen and (max-width:1440px){
	.faq_q h2{font-size: 0.2rem;padding-left: 0.15rem;}
	.faq_a p {
		padding-left: 0.15rem;
		font-size: 0.14rem;
		line-height: 0.24rem;
	}
	.faq_ul{
		height: 5rem;
	}
}
@media screen and (max-width:1366px){

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

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

}
@media screen and (max-width:767px){
	.faq_q h2{font-size: 0.18rem;padding-left: 0.1rem;}
	.faq_a p {
		padding-left: 0.1rem;
	}
	.faq_right{
		display: none;
	}
	.faq_left {
		width: 100%;
		padding: 0.4rem 0% 0.4rem 0;
	}
}
@media screen and (max-width:560px){

	.faq_ul i{
		width: 0.3rem;
		height: 0.3rem;
	}
	.faq_q h2{
		width: calc(100% - 0.3rem);
	}
	.faq_a p{
		width: calc(100% - 0.3rem);
	}
	.faq_ul i{
		font-size: 0.16rem;
	}
	.faq_ul {
		gap: 0.2rem;
	}
	.faq_ul li {
		padding-bottom: 0.2rem;
	}
}
@media screen and (max-width:425px){

}

/* howtobuy */
.howtobuy_bac{
	background: url(static/imgs/howtobuy_bac.webp) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.howtobuy{

}


.buybox .howtobuy_box {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	margin-top: 0.4rem;
}
.buybox {

}
.buybox .iconlist {
	width: 100%;
	margin-left: auto;
	justify-content: space-between;
	position: relative;
}
.buybox .iconlist li {
	cursor: pointer;
}
.buybox .iconlist::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 38%;
	width: 93%;
	height: 1px;
	background: var(--border_color);
}
.buybox .wrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.dn {
	display: none;
}
.buybox .imgboxx {
	width: 26.5%;
	overflow: hidden;
	border-radius: 0.04rem;
	padding-bottom: 26.5%;
	position: relative;
}
.buybox .imgboxx img {
	width: 100%;
	object-fit: cover;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.buybox .imgboxx img.active {
	display: block;
}
.buybox .txtbox {
	width: 69%;
	margin-left: auto;
}
.buybox dl dt {
	display: none;
}
.buybox dl dt.active {
	display: block;
}
.buybox dl dt p{
	font-weight: bold;
}
.buybox dl dt h6{
	color: #666;
}
.buybox .iconlist li {
	/* width: 20%; */
	box-sizing: border-box;
	/* background: #f9f9f9; */
	text-align: center;
}
.buybox .iconlist li img {
	height: 82px;
}
.buybox .iconlist li .yxbox {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	background: #333;
	margin: 0.25rem auto;
	position: relative;
	z-index: 9999;
}
.buybox .iconlist li p {
	opacity: 0.4;
}
.buybox .iconlist li.active p {
	opacity: 1;
}
.buybox .iconlist li .imgboxx img {
	display: none;
}
.buybox .iconlist li .imgboxx img.active {
	display: none;
}
.buybox .iconlist li .imgbox .img2 {
	display: none;
}
.buybox .iconlist li.active img {
	margin: 0 auto;
}
.buybox .iconlist li.active .imgbox .img1 {
	display: none;
}
.buybox .iconlist li.active .imgbox .img2 {
	display: block;
}
.buybox .iconlist li.active .yxbox {
	position: relative;
	background: var(--i_color);
}
.buybox .iconlist li.active .yxbox::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150%;
	height: 150%;
	background: var(--i_color);
	opacity: 0.3;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 100px;
}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.buybox .imgboxx {

		width: 60%;
		padding-bottom: 60%;
		margin: 0 auto;
		margin-bottom: 0.2rem;




	}
	.buybox .txtbox {
		width: 100%;
	}
	.buybox .iconlist::before {
		display: none;
	}
	.buybox .iconlist {
		width: 100%;
	}
	.buybox .iconlist li img {
		height: 45px;
	}
	.buybox dl {
		width: 100%;
	}
	.buybox .iconlist li .yxbox {
		width: 0.18rem;
		height: 0.18rem;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}







/* golbal */
.golbal_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   z-index: 2;
}
.golbal{

}





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

.gol_partner{
	position:relative;

}
.gol_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.gol_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.gol_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	flex-direction: column;
	transition: width 0.3s ease;
	border-radius: 0rem;
	overflow: hidden;
	width: 20% !important;
}
.gol_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	height: 5.3rem;
}
.gol_partner_list .img img{
	width:100%;
	height:100%;
	object-fit: cover;
	vertical-align: top;
}
.gol_text{
   position: absolute;
   bottom: -100%;
   left: 0;
   width: 100%;
   box-sizing: border-box;
   padding:1rem 4% 0.35rem 4%;
   background: linear-gradient(to top,rgba(252,121,23,1),rgba(252,121,23,0));
   transition: all 0.5s ease;
}
.gol_text p{
   font-size: 0.18rem;
   color: #fff;

}
.gol_partner_list .swiper-slide-active{
   width: 48% !important;
}
.gol_partner_list .swiper-slide-active .gol_text{
	bottom: 0%;
}
/* 指示器 */
.gol_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem; height:0.12rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:0%; outline:none}
.gol_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.gol_partner .pt-button-prev, .gol_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.gol_partner .pt-button-prev iconify-icon, .gol_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.gol_partner .pt-button-prev{left:-5%;}
.gol_partner .pt-button-next{right:-5%;}

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

@media screen and (max-width:1440px){
	.gol_partner_list .img {
		height: 5rem;
	}
}
@media screen and (max-width:1366px){
	.gol_partner_list .img {
		height: 4.8rem;
	}
}
@media screen and (max-width:1200px){
	.gol_partner .pt-button-prev, .gol_partner .pt-button-next{display:none}
	.gol_partner .pt-pagination{display:block}
	.gol_partner_list .img {
		height: 4.5rem;
	}
	.golbal_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:959px){
	.gol_partner_list .img {
		height: 4rem;
	}
}
@media screen and (max-width:767px){
	.gol_partner_box {
		margin-top: 0.4rem;
	}
	.gol_partner_list .img {
		height: 3.5rem;
	}
	.gol_text p {
		font-size: 0.16rem;
	}
	.gol_text {
		padding: 1rem 4% 0.3rem 4%;
	}
	.gol_partner_list li{
		width: 100% !important;
	}
	.gol_partner_list .swiper-slide-active {
		width: 100% !important;
	}
	.gol_partner_box{
		box-sizing: border-box;
		padding: 0 3%;
	}
}
@media screen and (max-width:560px){
	.gol_partner_list .img {
		height: 3rem;
	}
	.gol_text p {
		font-size: 0.14rem;
	}
	.gol_text {
		padding: 1rem 4% 0.2rem 4%;
	}
	.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem}
}


/* news */
.news_all{
	background-color: #F7F7F7;
}



.newsTit{}
.newsTit .in_tit{}

.news_nav{display: table;margin-left: auto;margin-right: auto;}
.news_nav ul{display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content: center; position: relative;box-sizing: border-box; border: 1px solid #DDD; overflow: hidden;}
.news_nav li{ overflow: hidden; position: relative;}
.news_nav a{display: block; min-width: 2.3rem; text-align: center; box-sizing: border-box; padding: .24rem .2rem; font-size: 0.22rem;font-weight: bold;}

.news_nav li:hover a{color: var(--i_color);}
.news_nav li.active{background: var(--i_color); border-color: var(--i_color);}
.news_nav li.active a{color: #FFF !important;}

@media screen and (max-width:1440px) {
	.news_nav a{min-width: 2rem; font-size: 0.2rem; padding: .2rem .2rem;}
}
@media screen and (max-width:1024px) {
	.news_nav{width: 100%;}
	.news_nav ul{border: none; width: 100%; flex-wrap: wrap; justify-content: flex-start; -webkit-border-radius:0; border-radius:0; gap: 14px 14px;}
	.news_nav li{box-sizing: border-box; border: 1px solid #DDD;}
	.news_nav a{min-width: 140px; width: auto; font-size: 18px; padding: 10px 30px;}
}
@media screen and (max-width:560px) {
	.news_nav a{min-width: 100px; padding: 10px 20px; font-size: 15px;}
}






.newsList{display:-webkit-flex; display:flex; flex-wrap:wrap; gap: .4rem 2%;}
.newsList li{width: 32%; background-color: #fff; overflow: hidden;}

.newsList a{display: block;}

.newsList .pic{width:100%; position:relative; overflow:hidden}
.newsList .pic::before{content:""; display:block; padding-bottom:73%}
.newsList .pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;-webkit-transition:all .5s ease; transition:all .5s ease;}

.newsList .txt{padding: .2rem;}
.newsList .txt h6{font-size: 0.2rem;font-weight: bold; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.newsList .txt>p{margin-top: 0.1rem; font-size: 15px; line-height: 1.4; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.newsList .time{margin-top: 0.2rem; padding-top: 0.2rem; border-top: 1px solid #DDD; display:-webkit-flex;justify-content: space-between; display:flex; flex-wrap:nowrap; align-items: center;}
.newsList .time>i{flex-shrink: 0; font-size: 14px;color: #666;}
.newsList .i_more{margin-left: auto;}

.newsList li:hover img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}
.newsList li:hover h6{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.newsList .txt h6{font-size: 17px;}
	.newsList .txt>p{font-size: 14px;}
	.newsList .time{margin-top: 10px;padding-top: 10px;}
	.newsList .i_more{display: none;}
}
@media screen and (max-width:768px) {
	.newsList{gap: 30px 4%;}
	.newsList li{width: 48%;}
}
@media screen and (max-width:560px) {
	.newsList{gap: 30px 0;}
	.newsList li{width: 100%;}
	.newsList .txt h6{font-size: 16px;}
}






/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 0.7rem;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.in_page_right .in_page{
	justify-content: flex-end;
}
.in_page_left .in_page {
    justify-content: flex-start;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
	transition: all 0.3s ease;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
	display: none;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}

@media screen and (max-width:1024px) {
	.in_page_box {margin-top: 0.6rem;}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
	.in_page_box {margin-top: 0.4rem;}
}
@media screen and (max-width:560px) {

}


/* contact_us */
.contact_us{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   background-color: #FAFAFA;
}
.contact_us_left{
   width: 50%;
   height: 8.7rem;
}
.contact_us_left #simpleMap,
.contact_us_left .fluid-width-video-wrapper,
.contact_us_left iframe {
        width: 100%;
        height: 100% !important;
}

.contact_us_right{
   width: 50%;
   box-sizing: border-box;
   padding-left: 4%;
   padding-bottom: 0.4rem;
   height: 100%;

}
.contact_us_ul{
   display: flex;
   flex-direction: column;
   gap: 0.4rem;
   margin-top: 0.6rem;
}
.contact_us_ul li{

}
.contact_us_h3{
   display: flex;
   gap: 0.1rem;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.15rem;
   margin-bottom: 0.15rem;
   position: relative;
   border-bottom: 1px solid rgba(51,51,51,0.2);
}
.contact_us_h3::after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30%;
	height: 2px;
	background: var(--i_color);
	transition: all 0.7s ease;
}
.contact_us_h3 img{
   width: 0.37rem;
   height: auto;
   object-fit: contain;
}
.contact_us_h3 h3{
   font-size: 0.24rem;
   color: #333;
}
.contact_us_ul li h4{
	font-size: 0.18rem;
	color: #333;
}
.contact_us_ul li h4 a{
   font-size: 0.18rem;
   color: #666;
   transition: all 0.3s ease;
}
.contact_us_ul li h4 a:hover{
	color: var(--i_color);
}
.contact_us_ul li:hover .contact_us_h3::after{
	width: 100%;
}

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

	.contact_us_ul li h4{
		font-size: 0.16rem;
	}
	.contact_us_ul li h4 a{
	   font-size: 0.16rem;
	}
	.contact_us_left{
		height: 7rem;
	}
	.contact_us_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.contact_us_left {
		width: 100%;
	}
	.contact_us_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 3%;
	}
	.contact_us_left{
		height: 4rem;
	}
}
@media screen and (max-width:560px){

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

}


/* contact_form */
.contact_form_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.contact_form{
   display: flex;
   flex-wrap: wrap;
}
.contact_form_left{
   width: 45.75%;

}
.contact_form_left img{
   width: 100%;
   height: auto;
   margin-top: 0.4rem;
}
.contact_form_right{
   width: 54.25%;
   box-sizing: border-box;
   padding-left: 4%;
}



#wpforms-29{--input_font_size:0.16rem; --input_height:0.58rem}
#wpforms-29{
	width:100%;
	padding:0;
}
#wpforms-form-29{width:100%; overflow:hidden}


#wpforms-29 input, #wpforms-29 button{margin:0; padding:0; border:none; background:none}
#wpforms-29 .wpforms-field{padding:0; margin:0}
#wpforms-29 .wpforms-error-container{line-height:16px}
#wpforms-29 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-29 .wpforms-submit-container{
	padding:0!important;max-width: 100%; position:relative;
	transition: all 0.3s ease;
	position: relative;
	z-index:2;
}


#wpforms-29 .wpforms-hidden{
	display: none;
}



#wpforms-29 .wpforms-field{
	position: relative;
}
#wpforms-29 .wpforms-field-label{
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 !important;
}
#wpforms-29 .wpforms-field-label span{
	position: absolute;
	top: 0.25rem;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}

#wpforms-29 .wpforms-error{
	margin-top: 0.01rem;
	font-size: 0.12rem !important;
}



#wpforms-29 .wpforms-field{width:100%; padding-bottom:0.15rem; background:transparent; overflow:hidden}
#wpforms-29 .wpforms-field:nth-child(1){margin-right:0.2rem}
#wpforms-29 .wpforms-field:nth-child(1), #wpforms-29 .wpforms-field:nth-child(2){width:calc((100% - 0.2rem) / 2)}

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



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

#wpforms-29 input, #wpforms-29 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	color:#333;
	background-color: #F7F7F7;
	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;
	box-shadow: 0 0 0 0 !important;
}
#wpforms-29 textarea{
	height:2.16rem;
	line-height: 166%;
	padding:10px;
}

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





#wpforms-29 .wpforms-submit-container button{
	overflow: hidden;width:100%; font-size:0.18rem;
	display: block;
	color:#fff; cursor:pointer; text-transform:capitalize;
	position:relative;
	background: var(--i_color);
	margin: 0 auto;
	font-weight: bold;
	height: 0.55rem;
	border-radius: 0.05rem;
	z-index:2;
	box-shadow: 0 0 transparent !important;
	transition: all 0.3s ease;
}
#wpforms-29 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}


#wpforms-29 .wpforms-submit-container button:hover{
	background-color: var(--i_color2);
}












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

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

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

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

}
@media screen and (max-width:767px){
	.contact_form_left {
		width: 100%;
	}
	.contact_form_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.contact_form_left img {
		margin-top: 0.3rem;
	}
}
@media screen and (max-width:560px){
	#wpforms-29{--input_font_size:0.16rem; --input_height:0.5rem}
	#wpforms-29 .wpforms-field:nth-child(1){margin-right:0rem}
	#wpforms-29 .wpforms-field:nth-child(1), #wpforms-29 .wpforms-field:nth-child(2){width:100%}
	#wpforms-29 .wpforms-field:nth-child(3){margin-right:0rem}
	#wpforms-29 .wpforms-field:nth-child(3), #wpforms-29 .wpforms-field:nth-child(4){width:100%}
	#wpforms-29 textarea{height:1.2rem}
	#wpforms-29 .wpforms-field {margin-bottom: 0.1rem;}
	.contact_us_form {
		margin-top: 0.4rem;
	}
	#wpforms-29 .wpforms-field {
		padding-bottom: 0.1rem;
	}
	.contact_us_form {
		padding: 0.4rem 4%;
	}
	.c_form {
		background: url(static/imgs/contact_us.webp) no-repeat center;
		background-size: cover;
		width: 54%;
		padding: 0.4rem 0.2rem;
	}

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

}


/* products_category */
.products_category{
   box-sizing: border-box;
   padding-top: 0.6rem;
}
.products_category_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem;
   box-sizing: border-box;
   padding: 0 4%;
}
.products_category_ul li{
   width: calc((100% - 2.4rem) / 9);
}
.products_category_ul li a{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.products_category_ul li a img{
    height: 0.8rem;
	max-width: 100%;
	object-fit: contain;
	filter: brightness(0.8) grayscale(100%);
	-webkit-filter: brightness(0.8) grayscale(100%);
	transition: all 0.3s ease;
}
.products_category_ul li a p{
	width: 100%;
	box-sizing: border-box;
	padding: 0.1rem 0.1rem;
	border: 1px solid #333;
	font-size: 0.2rem;
	color: #333;
	text-align: center;
	text-transform: capitalize;
	margin-top: 0.15rem;
	transition: all 0.3s ease;
}
.products_category_ulActive img,
.products_category_ul li a:hover img{
	filter: brightness(1) grayscale(0%) !important;
}
.products_category_ulActive p,
.products_category_ul li a:hover p{
	background-color: var(--i_color) !important;
	border: 1px solid var(--i_color) !important;
	color: #fff !important;
}


@media screen and (max-width:1440px){
	.products_category_ul {
		gap: 0.1rem;
		padding: 0 3%;
	}
	.products_category_ul li{
		width: calc((100% - 0.8rem) / 9);
	}
	.products_category_ul li a p {
		padding: 0.08rem 0.05rem;
		font-size: 0.18rem;
		margin-top: 0.1rem;
	}
	.products_category_ul li a img {
		height: 0.7rem;
	}
}
@media screen and (max-width:1200px){
	.products_category_ul li a p {
		font-size: 0.16rem;
	}
	.products_category_ul li a img {
		height: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.products_category_ul li{
		width: calc((100% - 0.4rem) / 5);
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.products_category_ul li{
		width: calc((100% - 0.2rem) / 3);
	}
	.products_category {
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){
    .products_category_ul li a p {
        font-size: 0.14rem;
    }
}


/* products_three */
.products_three_bac{
   box-sizing: border-box;
   padding: 0.4rem 0;
   background-color: var(--i_color);
   margin-top: 0.6rem;
}
.products_three{

}
.products_three_dl{
   display: flex;
   flex-wrap: wrap;
   gap: 0.1rem;
}
.products_three_dl dt{
   width: calc((100% - 0.9rem) / 10);
}
.products_three_dl dt a{
   position: relative;
}
.products_three_dl dt a::after{
   content: '';
   display: block;
   padding-bottom: 33.78%;
}
.products_three_dl dt a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background: rgba(252,121,23,0.2);
	z-index: 2;
	transition: all 0.3s ease;
}
.products_three_dl dt a img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.products_three_dl dt a:hover::before,
.products_three_dlActive a::before{
	opacity: 0 !important;
}

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

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

}
@media screen and (max-width:1024px){
	.products_three_dl dt{
		width: calc((100% - 0.4rem) / 5);
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.products_three_dl dt{
		width: calc((100% - 0.2rem) / 3);
	}
	.products_three_bac {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

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

}


/* products */
.products_bac{
	background-color: #F7F7F7;
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.products{

}
.products_ul{
	margin-top: 0.6rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}
.products_ul li{
    width: calc((100% - 0.75rem) / 4);
}
.products_jg{
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
   box-sizing: border-box;
   padding: 0.2rem 0.15rem;
   background-color: #fff;

}
.products_jg::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 0.3rem);
	height: 1px;
	background: rgba(51,51,51,0.2);
	transition: all 0.3s ease;
}
.products_jg h4{
    font-size: 0.16rem;
	color: #666;
	display: flex;
    align-items: center;
	gap: 0.1rem;
}
.products_jg h4 i{
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	background-color: #666;
 }
.products_jg h5{
	font-size: 0.16rem;
	color: #FF0000;
}

.products_ul .products_A:hover .hot_produsct_text{
	background-color: #fff;
}
.products_ul .products_A:hover h3,
.products_ul .products_A:hover iconify-icon{
	color: var(--i_color);
}
.products_ul .products_A:hover .products_jg::after{
	background: rgba(252,121,23,1);
}


@media screen and (max-width:1440px){
	.products_jg::after{
		width: calc(100% - 0.2rem);
	}
	.products_jg{
		padding: 0.2rem 0.1rem;
	}
	.products_ul {
		margin-top: 0.4rem;
		gap: 0.2rem;
	}
	.products_ul li{
		width: calc((100% - 0.6rem) / 4);
	}
}
@media screen and (max-width:1200px){
	.products_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

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

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

}


/* single_grid */
.single_grid_bac{
   box-sizing: border-box;
   padding-top: 0.6rem;
}
.single_grid{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.single_grid_left{
	width: 42.5%;
}




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

/* 缂╃暐鍥� */
.in_factory_list_box{position:absolute; top:0; left:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:0.5rem 0}
.in_factory_list{height:100%; overflow:hidden}
.in_factory_list .swiper-slide{cursor:pointer}

.in_factory_list .img{width:100%;background-color: #fff; height:100%; box-sizing:border-box;position:relative; overflow:hidden;transition: all 0.3s ease;border: 1px solid transparent;}
.in_factory_list .img img{width:100%; height:100%; object-fit: cover;}
.in_factory_list .swiper-slide-thumb-active .img{border:1px solid var(--i_color);box-sizing: border-box;}
.in_factory_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}
.infactory-button-prev, .infactory-button-next{
	position:absolute;
	left:50%;
	transform:translate(-50%,0);
	width:100%;
	height:0.32rem;
	border-radius: 0%;
	background-color: rgba(0, 0, 0, 0.12);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	z-index:999;
	outline:none;
	cursor:pointer;
	-moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
	transition:all 0.3s ease;
}
.infactory-button-prev iconify-icon, .infactory-button-next iconify-icon{
	color: var(--i_color);
	font-size: 0.25rem;
	color: #999;
}
.infactory-button-prev{
	top:0px;
}
.infactory-button-next{
	bottom:0px;
}
.infactory-button-prev.swiper-button-disabled, .infactory-button-next.swiper-button-disabled{cursor:not-allowed; opacity:.1}


.infactory-button-prev:hover, .infactory-button-next:hover{
	background-color: var(--i_color);
}
.infactory-button-prev:hover iconify-icon, .infactory-button-next:hover iconify-icon{
	color: #fff;
}
.in_factory_list_box .show{
	display: block;
}
.in_factory_list_box .hide{
	display: none;
}

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

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

.infactory-pagination{display:none; margin:16px auto 0}
.infactory-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.infactory-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}









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

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

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

}
@media screen and (max-width:959px){
	.in_factory_cont:before{display:none}
	.in_factory_show_box{position:initial; width:100%}
	.in_factory_show .img{width:100%; position:relative; overflow:hidden}
	.in_factory_show .img:before{content:""; display:block; padding-bottom:100%}
	.in_factory_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
	.in_factory_list_box{margin-top:10px; padding:0 0; position:relative; width:100%; height:initial}
	.in_factory_list{width:calc(100% - 60px); margin:0 auto}
	.in_factory_list_box .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
	.in_factory_list_box .swiper-slide{height:100%; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; flex-shrink:0; position:relative; cursor:pointer}
	.in_factory_list .img{height:auto}
	.in_factory_list .img:before{content:""; display:block; padding-bottom:100%}
	.in_factory_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:cover}
	.infactory-button-prev, .infactory-button-next{top:50%; transform:translate(0,-50%);}
	.infactory-button-prev{left:0; }
	.infactory-button-next{left:initial; right:0;}
	.in_factory_list_box .show{
		display: none;
	}
	.in_factory_list_box .hide{
		display: block;
	}
	.infactory-button-prev, .infactory-button-next{
		width: 0.32rem;
		height: 100%;
	}
}
@media screen and (max-width:767px){

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

}


.single_grid_right{
    width: 57.5%;
	box-sizing: border-box;
	padding-left: 4%;
}
.single_grid_right h1{
	font-size: 0.3rem;
	color: #333;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	border-bottom: 0.03rem solid #333;
	margin-bottom: 0.4rem;

}
.single_grid_article{

}
.single_grid_box{
   display: flex;
   gap: 0.4rem;
   align-items: center;
   margin-top: 0.4rem;
}
.single_grid_btn{
	display: flex;
	align-items: center;
	gap: 0.25rem;
}
.single_grid_share{
    display: flex;
	align-items: center;
	gap: 0.15rem;
}
.single_grid_share h3{
    font-size: 0.2rem;
	color: #333;
}
.single_grid_shareDL{
    display: flex;
    gap: 0.2rem;
}
.single_grid_shareDL dt{

}
.single_grid_shareDL dt a{
    display: flex;
	width: 0.4rem;
	justify-content: center;
	align-items: center;
	height: 0.4rem;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.2);
	transition: all 0.3s ease;
}
.single_grid_shareDL dt a iconify-icon{
	font-size: 0.18rem;
    color: #333;
    transition: all 0.3s ease;
}
.single_grid_shareDL dt a:hover{
	background-color: var(--i_color);
	transform: translateY(-5px);
}
.single_grid_shareDL dt a:hover iconify-icon{
	color: #fff;
}

.single_grid_four{
   display: flex;
   margin-top: 0.6rem;
   flex-wrap: wrap;
   gap: 0.2rem 0;
}
.single_grid_four li{
   width: 20%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   box-sizing: border-box;
   padding: 0.25rem 3%;
}
.single_grid_four li:not(:last-child){
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.single_grid_four li img{
    width: 0.76rem;
	height: 0.76rem;
	object-fit: contain;
}
.single_grid_four li p{
    font-size: 0.2rem;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0.25rem;
	text-align: center;
}


@media screen and (max-width:1440px){
	.single_grid_right h1 {
		font-size: 0.26rem;
		padding-bottom: 0.2rem;
		border-bottom: 0.02rem solid #333;
	}
	.single_grid_four li img {
		width: 0.7rem;
		height: 0.7rem;
	}
}
@media screen and (max-width:1200px){
	.single_grid_right h1 {
		font-size: 0.22rem;
	}
	.single_grid_four li img {
		width: 0.6rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.single_grid_four li p {
		font-size: 0.18rem;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:960px){
	.single_grid_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.single_grid_four li p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:767px){
	.single_grid_left {
		width: 50%;
	}
	.single_grid_box {
		align-items: flex-start;
		flex-direction: column;
	}
	.single_grid_four li {
		width: calc(100% / 3);
		padding: 0.2rem 2%;
	}
	.single_grid_four {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.single_grid_left {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* editor */
.editor_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
   background-color: #F7F7F7;
   margin-top: 0.4rem;
}
.editor{

}
.editor_h3{
   font-size: 0.3rem;
   color: #333;
   font-weight: bold;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   border-bottom: 1px solid rgba(255, 182, 13, 0.5);
   position: relative;
   margin-bottom: 0.2rem;
}
.editor_h3::after{
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 1.8rem;
   height: 0.02rem;
   background-color: var(--i_color);
}
.editor_article{

}




@media screen and (max-width:1440px){
	.editor_h3{
		font-size: 0.26rem;
	}
	.editor_h3::after{
		width: 1.6rem;
	}
}
@media screen and (max-width:1200px){
	.editor_h3{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1024px){

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

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

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

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

}



/* single_two */
.single_two_bac{
	box-sizing: border-box;
	padding: 0.4rem 0;
	background-color: rgba(252,121,23,0.8);
}

.single_two{

}
.single_tags{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.15rem;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.3rem;
   margin-bottom: 0.3rem;
   border-bottom: 1px solid rgba( 255,  255, 255, 0.8);
}
.single_tags p{
   font-size: 0.18rem;
   color: #fff;
   font-family: 'bold';
   line-height: 0.42rem;
}
.single_tags a{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.08rem 0.1rem;
   background-color: #fff;
   font-size: 0.16rem;
   color: #333;
   transition: all 0.3s ease;
}





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

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


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

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

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

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

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

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

}


/* related_product */
.related_product_bac{
   background-color: #F7F7F7;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.related_product{

}




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

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

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


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

/* 指示器 */
.rp_partner .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0
}
.rp_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius: 50%;
	opacity: 1;
	outline:none
}
.rp_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:#fff;
}

/* 左右箭头 */
.rp_partner .pt-button-prev, .rp_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.rp_partner .pt-button-prev iconify-icon, .rp_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.rp_partner .pt-button-prev{left:-5%;}
.rp_partner .pt-button-next{right:-5%;}

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

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

}
@media screen and (max-width:1200px){
	.rp_partner .pt-button-prev, .rp_partner .pt-button-next{display:none}
	.rp_partner .pt-pagination{display:block}
	.related_product_bac{
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

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

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

}





/* 感谢页面 */
.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }
.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}
.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}



.btns {
	height: 4em;
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0px solid black;
	cursor: pointer;
  }
  .btns:hover p{
	  color: var(--i_color);
  }
  .wrapperss {
	height: 2em;
	width: 8em;
	position: relative;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.thanks  .text {
	font-size: 17px;
	z-index: 1;
	color: #000;
	padding: 4px 12px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
  }

  .flower {
	display: grid;
	grid-template-columns: 1em 1em;
	position: absolute;
	transition: grid-template-columns 0.8s ease;
  }

  .flower1 {
	top: -12px;
	left: -13px;
	transform: rotate(5deg);
  }

  .flower2 {
	bottom: -5px;
	left: 8px;
	transform: rotate(35deg);
  }

  .flower3 {
	bottom: -15px;
	transform: rotate(0deg);
  }

  .flower4 {
	top: -14px;
	transform: rotate(15deg);
  }

  .flower5 {
	right: 11px;
	top: -3px;
	transform: rotate(25deg);
  }

  .flower6 {
	right: -15px;
	bottom: -15px;
	transform: rotate(30deg);
  }

  .petal {
	height: 1em;
	width: 1em;
	border-radius: 40% 70% / 7% 90%;
	background: linear-gradient(var(--i_color), #e8ffb3);
	border: 0.5px solid #ffffff;

	z-index: 0;
	transition: width 0.8s ease, height 0.8s ease;
  }

  .two {
	transform: rotate(90deg);
  }

  .three {
	transform: rotate(270deg);
  }

  .four {
	transform: rotate(180deg);
  }

  .btns:hover .petal {
	background: linear-gradient(#E870A5, #FFEFF6);
	border: 0.5px solid #FFEFF6;

  }

  .btns:hover .flower {
	grid-template-columns: 1.5em 1.5em;
  }

  .btns:hover .flower .petal {
	width: 1.5em;
	height: 1.5em;
  }

  .btns:hover .text {
	background: rgba(255, 255, 255, 0.4);
  }

  .btns:hover div.flower1 {
	animation: 15s linear 0s normal none infinite running flower1;
  }

  @keyframes flower1 {
	0% {
	  transform: rotate(5deg);
	}

	100% {
	  transform: rotate(365deg);
	}
  }

  .btns:hover div.flower2 {
	animation: 13s linear 1s normal none infinite running flower2;
  }

  @keyframes flower2 {
	0% {
	  transform: rotate(35deg);
	}

	100% {
	  transform: rotate(-325deg);
	}
  }

  .btns:hover div.flower3 {
	animation: 16s linear 1s normal none infinite running flower3;
  }

  @keyframes flower3 {
	0% {
	  transform: rotate(0deg);
	}

	100% {
	  transform: rotate(360deg);
	}
  }

  .btns:hover div.flower4 {
	animation: 17s linear 1s normal none infinite running flower4;
  }

  @keyframes flower4 {
	0% {
	  transform: rotate(15deg);
	}

	100% {
	  transform: rotate(375deg);
	}
  }

  .btns:hover div.flower5 {
	animation: 20s linear 1s normal none infinite running flower5;
  }

  @keyframes flower5 {
	0% {
	  transform: rotate(25deg);
	}

	100% {
	  transform: rotate(-335deg);
	}
  }

  .btns:hover div.flower6 {
	animation: 15s linear 1s normal none infinite running flower6;
  }

  @keyframes flower6 {
	0% {
	  transform: rotate(30deg);
	}

	100% {
	  transform: rotate(390deg);
	}
  }



















@media screen and (max-width:1200px){
	.thanks{padding-top: 60px;}

}
@media screen and (max-width:767px){
	.thanks{padding-top: 40px;margin:0px auto 70px}

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

}






/* 404 */
.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}
.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}
.in404_text h1{font-size:220px; color:#BBB}
.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}
.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}

@media screen and (max-width:959px){
.in404_text h1{font-size:180px}
}
@media screen and (max-width:767px){
	.in404_text h1{font-size:140px}
	.in404_text h6{font-size:16px}
	.in404_text a{font-size:14px}
}
@media screen and (max-width:560px){
	.in404_text h1{font-size:70px}
	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}
	.in404_text a{font-size:13px}
}

/* 隐私政策 */
.privacy{margin-bottom: 100px;padding-top: 70px;}
#header{background-color: rgb(0 0 0 / 57%) !important;}
.privacy_cont{}
.privacy_cont .tit{margin-bottom:30px}
.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}
.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){
	.privacy{margin-bottom: 50px;}
}
@media screen and (max-width:959px){
	.privacy{margin-bottom: 30px;}
}




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

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

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

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

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

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

@media screen and (max-width:1024px) {
	.contactMenu{width: 100%;}
	.contactMenuBtnWA{display: block;}
	.contactMenuBtnWA a{display: block;}
}





/* aside */
.aside_right {
	position: fixed;
	right: 30px;
	bottom: 16%;
	z-index: 999999
}
.aside_right ul {}
.aside_right li {
	margin: .1rem 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}
.aside_right li>a {
	display: block;
	width: .5rem;
	height: .5rem;
	background: rgba(128, 128, 128, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	transition: all .3s ease;
}

.aside_right li:nth-child(1)>a {
	background: #389b0f
}
.aside_right li:nth-child(2)>a {
	background: var(--i_color);
}

.aside_right li img {
	display: block;
	margin: 0 auto;
	width: .22rem;
	height: .22rem;
	object-fit: contain
}

.aside_right li:hover>a {
	background-color: var(--i_color)
}

.side_tel_box,
.side_qr_box {
	position: absolute;
	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1
}
.side_tel_box {
	top: 0;
	right: -300px;
	width: 180px;
	min-height: 100%;
	background: #FFF
}
.side_qr_box {
	top: 50%;
	transform: translate(0, -50%);
	right: -180px;
	width: 120px;
	height: 120px;
	background: #FFF
}

.side_tel_box h6 {
	padding: 8px 0;
	font-size: 14px;
	color: #666
}
.side_tel_box h6 a {
	line-height: 20px
}
.side_tel_box a:hover {
	color: var(--i_color)
}
.side_qr_box img {
	width: 90%;
	height: 90%
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
	right: 48px
}

.side_tel_box,
.side_qr_box {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.aside_close {
	position: absolute;
	top: .3rem;
	right: .3rem;
	display: block;
	width: .3rem;
	height: .3rem;
	background: url(static/imgs/close_1_hei.svg) no-repeat center;
	background-size: 30px;
	cursor: pointer
}
.aside_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.aside_close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

#aside_mask_bg {
	display: none;
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	z-index: 9999999999998;
}
#aside_sc_from {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	box-sizing: border-box;
	padding: 30px 30px 40px;
	background: rgb(255 255 255 / 100%);
	z-index: 9999999999999;
	overflow: auto
}
#aside_sc_from .tit {
	margin-bottom: .4rem
}
#aside_sc_from .tit h1 {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}

#wpforms-26 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-26 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-26 {
	width: 100%;
	overflow: hidden
}
#wpforms-26 input,
#wpforms-26 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-26 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-26 .wpforms-error-container {
	line-height: 16px
}
#wpforms-26 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-26 .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 auto;
	width: 170px;
	height: 38px;
	background: var(--i_color);
	box-sizing: border-box;
	border: 2px solid var(--i_color);
	position: relative
}
#wpforms-26 .wpforms-field-label {
	font-size: 0
}
#wpforms-26 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-26 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-26 input {
	height: var(--input_height)
}
#wpforms-26 textarea {
	min-height: 100px
}
#wpforms-26 input,
#wpforms-26 textarea {
	width: 100%;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	color: #333;
	box-sizing: border-box;
	border: 1px solid rgb(0 0 0 / 30%);
	line-height: var(--input_height);
	padding: 0 16px
}
#wpforms-26 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-26 #wpforms-26-field_1-error,
#wpforms-26 #wpforms-26-field_2-error,
#wpforms-26 #wpforms-26-field_3-error,
#wpforms-26 #wpforms-26-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-26 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
#wpforms-26 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-26 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-26 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-26 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-26 .wpforms-submit-container:hover button {
	color: var(--i_color)
}

@media screen and (max-width:1366px) {
	.aside_right li>a {
		width: 0.4rem;
		height: 0.4rem;
	}
}

@media screen and (max-width:1024px) {
	#aside_sc_from {
		width: 94%;
	}
}
@media screen and (max-width:959px) {
	.aside_right {
		right: 22px;
		bottom: 160px;
	}
	.aside_right{
		display: none !important
	}
}
@media screen and (max-width:767px) {
	#aside_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.3rem;
	}
	#wpforms-26 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-26 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit 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){

} */

