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

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

.wrap_top {
	width: 92%;
	margin: 0 auto
}
.wrap_left{
	padding-left: 8.335%;
	box-sizing: border-box;
}
.wrap_right{
	padding-right: 8.335%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 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: #FFC40F;
	/* 全局颜色 */
	--i_color2: #222;
	/* 副颜色 */
	--i_color3: #200C5D;
	--header_height: 0.88rem;
	--header_height_top: 0.58rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
}

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

/* @font-face {
	font-family: 'Poppins';
	src: url('static/webfonts/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'med';
	src: url('static/webfonts/Poppins-Medium.ttf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Poppins-Bold.ttf');
}
body{
	font-family: 'Poppins','Arial',sans-serif;
} */

@font-face {
	font-family: 'bin';
	src: url('static/webfonts/DINCond-Bold.otf');
}



/* 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: #fff;
	z-index: 2013;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
/* .TopHeader .top_cont {
	background: #222;
} */

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






.header_top{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   align-self: center;
   box-sizing: border-box;
   padding: 0 0.7rem;
   background-color: #222;
   height: var(--header_height_top);
}
.header_top_text{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	gap: 0.4rem;
}
.header_top_text li{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   gap: 0.15rem;
}
.header_top_text li i{
   display: block;
   width: 0.33rem;
   height: 0.33rem;
   background-color: var(--i_color);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
}
.header_top_text li i iconify-icon{
	font-size: .2rem;
	color: #222;
}
.header_top_text li a{
    font-size: 0.14rem;
	color: #fff;
	transition: all 0.3s ease;
}
.header_top_share{
   display: flex;
   display: -webkit-flex;
   gap: 0.2rem;
   align-items: center;
}
.header_top_share dt{

}
.header_top_share dt a{
   display: block;
   width: 100%;
}
.header_top_share dt a iconify-icon{
	font-size: 0.2rem;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}
.header_top_share dt a iconify-icon:hover{
	color: 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:1024px){
	
	.header_top{
		padding: 0 0.3rem;
	}
	
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.header_top_text{display: none;}
}
@media screen and (max-width:560px){
}
@media screen and (max-width:425px){
	
}











/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
	background-color: #fff;
	width: 14%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 0.7rem;
	border-right: 1px solid #DCDCDC;
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {
	max-height: 100%;
}

@media screen and (max-width:1440px) {
	.logo a {
		height: 60%;
	}
	.logo {width: 1.5rem;}
}
@media screen and (max-width:1024px) {
	.logo a {
		height: 70%;
	}
	.logo {width: 1.2rem;}
	.logo {
		padding-left: 0.3rem;
	}
}





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

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

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #222;
		font-weight: bold;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
		position: relative;
	}
	.i_nav>li>a::after{
		content: '';
		position: absolute;
		bottom: 0.2rem;
		right: 0;
		width: 0;
		height: 0.03rem;
		background-color: var(--i_color);
		transition: all 0.3s ease;
	}

	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		color: var(--i_color) !important;
	}

	/* .i_nav>.current-menu-item>a::after,
	.i_nav>.current-category-ancestor>a::after,
	.i_nav>.current-post-ancestor>a::after,
	.i_nav>.current-menu-ancestor>a::after,
	.i_nav>.current-menu-parent>a::after,
	.i_nav>li:hover>a::after,
	.i_nav .curr>a::after{
		width: 100%;
        right: auto;
		left: 0;
	} */

	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color2);
		background: rgb(255 255 255 / 100%);
		min-width: 1.6rem;
		overflow: hidden;
	}
	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li::before,
	.i_nav .sub-menu li::after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 1px;
	}
	.i_nav .sub-menu li::before {
		left: 0;
		width: 100%;
		background: rgb(0 0 0 / 8%);
	}
	.i_nav .sub-menu li::after {
		right: 0;
		width: 0;
		background: var(--i_color);
	}

	.i_nav .sub-menu a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.15rem;
		color: #444;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
		text-transform: capitalize;
	}
	.i_nav .sub-menu a::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		width: 0.12rem;
		height: 0.12rem;
		background: url('static/imgs/rrr.svg') no-repeat center;
		background-size: contain;
	}
	.i_nav .sub-menu li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu li:hover a {
		left: .16rem;
	}
	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover a::before {
		left: 0;
	}
	.i_nav .sub-menu li,
	.i_nav .sub-menu li::after,
	.i_nav .sub-menu a,
	.i_nav .sub-menu a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

}

@media screen and (max-width:1440px) {
	.i_nav>li {
		margin: 0 .2rem;
	}
}
@media screen and (max-width:1366px) {
	.i_nav>li {
		margin: 0 .16rem;
	}
	.i_nav>li>a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	.i_nav>li {
		margin: 0 .14rem;
	}
	.i_nav>li>a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: calc(var(--header_height) + var(--header_height_top));
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--header_height) - var(--header_height_top));
		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;
		text-transform: capitalize;
	}
	.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;
		text-transform: capitalize;
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #222;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #222;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

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

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

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

}


.top_r {
	--size: .2rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height)
}

.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	padding:0 0.2rem;
	box-sizing: border-box;
	position: relative;
	border-left: 1px solid #DCDCDC;
}
.top_search_ico i{
	display: block;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
/* .top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.15rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.2rem;
	background-color: rgba(58,69,85,0.3);
} */
.top_search_ico iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #222;
}
/* .top_search_ico.on iconify-icon {
	color: var(--i_color);
} */


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
	background-color: var(--i_color);
	box-sizing: border-box;
}
.top_language_all{
   display: inline-block;
   height: 0.46rem;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0 0.7rem;
   cursor: pointer;
}
.top_language_all p{
   font-size: 0.18rem;
   color: #222;
   margin-right: 0.05rem;
   font-family: 'Arial';
}
.top_language_all iconify-icon{
	font-size: var(--size);
	cursor: pointer;
	color: #222;
	line-height: 100%;
}

/* .top_language.on>iconify-icon {
	color: var(--i_color);
} */


.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(var(--header_height) - .2rem);
	right: 0.7rem;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: .04rem .06rem .1rem rgb(0 0 0 / 10%);
}

.top_language_list ul {
	overflow: hidden;
}

.top_language_list li {
	background: #FFF;
}
.top_language_list a>span {
	display: block;
	padding: 0 14px;
	min-width: 100px;
	overflow: hidden
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: .12rem;
	color: #666;
	line-height: .3rem
}

.top_language_list li:hover {
	background: var(--i_color)
}
.top_language_list li:hover .trp-ls-language-name {
	color: #FFF;
}
.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_r {
		--size: .18rem
	}
	.top_language_all p {
		font-size: 0.16rem;
	}
	.nav_menu{
		margin-right: 3%;
	}
	.top_language_all{
		padding: 0 0.5rem;
	}
	.top_language_list {
		right: 0rem;
	}
}
@media screen and (max-width:768px) {
	.top_search_ico i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.top_language_all{
		height: 0.35rem
	}
	.top_language_all{
		padding: 0 0.3rem;
	}
}
@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: calc(var(--header_height) + var(--header_height_top));
	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;
	border-radius: 0;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
	border-radius: 0;
}

@media screen and (max-width:1366px) {
	
	.top_search_ico {
		margin-right: 0.3rem;
	}
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin: 0 0.2rem;
		margin-left: auto;
	}
	.top_search_ico {
		margin-right: 0;
	}
}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
	.top_search_btn {}
}




/* 导航下拉 */
/* products */
@media screen and (min-width:1025px) {
    .xiala{
		position: fixed;
		top:calc(var(--header_height) + var(--header_top));
		left: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.95);
		box-sizing: border-box;
		padding:0.4rem 0;
		display: none;
	
	}
	.xiala_ul{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
	}
	.xiala_ul>li{
		width: 2.8rem;
		margin: 0 0.2rem; 
		position: relative;
	}
    .xiala_ul li h2{

	}
	.xiala_ul li h2 a{
		font-size: 0.24rem;
		color: #222;
		font-weight: bold;
		box-sizing: border-box;
		padding-bottom: 0.1rem;
		border-bottom: 1px solid #DBDBDB;
		transition: all 0.3s ease;
		position: relative;
	}
	.xiala_ul li h2 a::after{
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 0;
		height: 0.02rem;
		background-color: var(--i_color);
		transition: all 0.3s ease;
	}
	.xiala_ul li h2 a:hover{
		color: var(--i_color);
	}
	.xiala_ul li h2 a:hover::after{
		width: 100%;
	}
	.xiala_ul_dl{
        display: flex;
		display: -webkit-flex;
		flex-direction: column;
		gap: 0.15rem 0;
		margin-top: 0.3rem;
	}
	.xiala_ul_dl dt{
  
	}
	.xiala_ul_dl dt a{
		font-size: 0.18rem;
		color: #585858;
		position: relative;
		padding-left: 0rem;
		transition: all 0.3s ease;
	}
	.xiala_ul_dl dt:hover a{
		padding-left: 0.2rem;
	}
	.xiala_ul_dl dt a:hover{
		color: var(--i_color);
	}
	.xiala_ul_dl dt a::after{
		content: '';
        position: absolute;
		left: -0.1rem;
		top: 0px;
		width: 0.12rem;
		height: 0.17rem;
		background: url('static/imgs/logo.png') no-repeat center;
		background-size: contain;
		opacity: 0;
		transition: all 0.3s ease;
	}
	.xiala_ul_dl dt:hover a::after{
		opacity: 1;
		left: 0rem;
	}


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



.top_phone{
   display: inline-block;
   box-sizing: border-box;
   padding: 0 0.4rem;
   background-color: var(--i_color2);
  
}
.top_phone a{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: var(--header_height);
}
.top_phone a iconify-icon{
   font-size: 0.24rem;
   color: var(--i_color);
}
.top_phone a p{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
   margin-left: 0.1rem;
}



@media screen and (max-width:1440px){
	.top_phone a iconify-icon{
		font-size: 0.22rem;
	}
	.top_phone a p{
		font-size: 0.18rem;
	}
	.top_phone{
		padding: 0 0.35rem;
	}
}
@media screen and (max-width:1366px){
	 
}
@media screen and (max-width:1200px){
	.top_phone a iconify-icon{
		font-size: 0.2rem;
	}
	.top_phone a p{
		font-size: 0.16rem;
	}
	.top_phone{
		padding: 0 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.top_phone{margin-left: 0.2rem;}
}
@media screen and (max-width:960px){
	 
}
@media screen and (max-width:767px){
	 
}
@media screen and (max-width:560px){
		 
}
@media screen and (max-width:425px){
	 
}



/* banner */
.banner {
	position: fixed;
	top: calc(var(--header_height) + var(--header_height_top));
	left: 0;
	width: 100%;
	height: calc(100vh - var(--header_height) - var(--header_height_top));
	overflow: hidden;
}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.banner .swiper-wrapper {
	display: flex;
	position: relative;
	width: 100%;
	z-index: 1
}
.banner .swiper-slide {
	height: 0;
	padding-bottom: 75.35vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-shrink: 0;
	position: relative;
	overflow: hidden
}
.banner .swiper-slide>img,.banner .swiper-slide video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}


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


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

.banner-pagination .swiper-pagination-bullet {
	display: block;
	width: .08rem;
	height: 0.08rem;
	margin: 0 .05rem;
	background: rgb(255 255 255 / 30%);
	position: relative;
	outline: none
}
.banner-pagination .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--i_color);
}


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

	.banner-button-prev,
	.banner-button-next {
		display: none
	}
	
}
@media screen and (max-width:768px) {
	/* .banner .swiper-slide {
		padding-bottom: 64%
	} */
	.banner-pagination {
		bottom: 0.3rem;
	}
}
@media screen and (max-width:560px) {
	.banner-pagination {
		bottom: 0.2rem;
	}
	
}






.fullMask {
	width: 100%;
	height: calc(75.35vh + var(--header_height) + var(--header_height_top));
}

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

main {
    position: relative;
    background: #FFF;
    max-width: 100%;
}

footer {
    max-width: 100%;
    position: relative;
    background-color: white;
}

/* banner 文字 */
.banner_text1{
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
}
.banner_text1>i{
   display: block;
   width: 1rem;
   height: 1.01rem;
   background: url('static/imgs/banner1_s.png') no-repeat center;
   background-size: contain;
}
.banner_text1 h2{
   font-size: 0.46rem;
   color: #fff;
   font-weight: 900;
   text-transform: capitalize;
   margin: 0.5rem 0 0.2rem 0;
   text-align: center;
}
.banner_text1 h2 span{
	font-size: 0.46rem;
	color: var(--i_color);
	font-weight: 900;
	text-transform: capitalize;
}
.banner_text1 h3{
    font-size: 0.24rem;
	color: #fff;
	text-align: center;
}
.banner_text1 .home_btn{
	margin-top: 0.3rem;
}



@media screen and (max-width:1440px){
	.banner_text1 h2{
		margin: 0.4rem 0 0.2rem 0;
	}
	.banner_text1 h2,.banner_text1 h2 span{
		font-size: 0.4rem;
	}
	.banner_text1>i{
		width: 0.8rem;
		height: 0.8rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.banner_text1 h2,.banner_text1 h2 span{
		font-size: 0.35rem;
	}
	.banner_text1>i{
		width: 0.6rem;
		height: 0.6rem;
	}
	.banner_text1 h3 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px){
	.banner_text1 h2,.banner_text1 h2 span{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.banner_text1 h2,.banner_text1 h2 span{
		font-size: 0.26rem;
	}
	.banner_text1 h2{
		margin: 0.2rem 0 0.1rem 0;
	}
	.banner_text1 h3 {
		font-size: 0.18rem;
	}
	.banner_text1>i{
		width: 0.6rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:560px){
	.banner_text1 h2 {
        margin: 0.1rem 0 0.05rem 0;
    }
	.banner_text1 h2,.banner_text1 h2 span{
		font-size: 0.2rem;
	}
	.banner_text1 h3 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:425px){
	
}








/* home_class */
.home_class_bac{
    position: relative;
	z-index: 2;
}
.home_class_bac::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.7rem;
	background: url('static/imgs/home_get.png') no-repeat center;
	background-size: cover;
	z-index: -1;
}
.home_class{
	box-sizing: border-box;
	padding: 2.2rem 0 0.8rem 0;
	position: relative;
}

.home_get{
	position: absolute;
	top: -1.1rem;
	left: 50%;
	transform: translate(-50%,0%);
	background-color: var(--i_color);
	box-sizing: border-box;
	padding: 0.45rem 5%;
	width: 100%;
}
.home_get_text{
    box-sizing: border-box;
	padding-right: 3.87rem;
}
.home_get_text h2{
   font-size: 0.34rem;
   color: #222;
   font-weight: bold;
}
.home_get_text h3{
    font-size: 0.16rem;
	color: #222;
	margin: 0.2rem 0;
}




.home_btn{

}
.home_btn a,.home_btn span{
   display: inline-block;
   background-color: #222;
   box-sizing: border-box;
   padding: 0.16rem 0.4rem;
   position: relative;
   transition: all 0.3s ease;
}
.home_btn a p,.home_btn span p{
   font-size: 0.16rem;
   color: var(--i_color);
   text-transform: capitalize;
}
.home_btn a i,.home_btn span i{
   position: absolute;
   width: 0.3rem;
   height: 0.18rem;
   background-color: var(--i_color);
   bottom: 0;
   right: 0;
   overflow: hidden;
   transition: all 0.5s ease;
}
.home_btn a i iconify-icon,.home_btn span i iconify-icon{
   font-size: 0.18rem;
   color: #fff;
   position: absolute;
   top: 50%;
   transform: translate(-50%,-50%);
   transition: all 0.5s ease;
}
.home_btn_i1{
   left: 50%;
}
.home_btn_i2{
	left: -50%;
}

.home_btn a:hover .home_btn_i1,.home_btn span:hover .home_btn_i1{
	left: 150%;
}
.home_btn a:hover .home_btn_i2,.home_btn span:hover .home_btn_i2{
	left: 50%;
}
.home_btn a:hover,.home_btn span:hover{
	transform: translateY(-0.05rem);
	box-shadow: 0 0.2rem 0.38rem rgba(0, 0, 0, 0.16)
}



.home_btn_yellow a{
	background-color: var(--i_color);
}
.home_btn_yellow a p{
	color: #222;
}
.home_btn_yellow a i{
	background-color: #222;
}

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












.home_get_img{
	position: absolute;
	right: 5%;
	bottom: 0.25rem;
	width: 3.87rem;
	height: 3.61rem;
}
.home_get_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}



@media screen and (max-width:1440px){
	.home_get_text{
		padding-right: 3.6rem;
	}
	.home_get_img{
		width: 3.6rem;
		height: 3.4rem;
	}
	.home_get_text h2 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.home_get_text{
		padding-right: 3rem;
	}
	.home_get_img{
		width: 3rem;
		height: 2.5rem;
	}
	.home_get_text h2 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1024px){
	.home_get {
		top: 0rem;
		padding: 0.45rem 5%;
	}
	.home_get_img {
        height: 80%;
    }
	.home_get_text{
		padding-right: 2rem;
	}
	.home_get_img{
		width: 2rem;
	}
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.home_get_text h3 {
		margin: 0.15rem 0;
	}
	.home_get_text h2 {
		font-size: 0.24rem;
	}
	.home_btn a p {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){
	.home_get_img{display: none;}
	.home_get_text {
        padding-right: 0rem;
    }    
	.home_get {
        padding: 0.3rem 5%;
    }
	.home_btn a ,.home_btn span{
		padding: 0.1rem 0.2rem;
	}
	.home_btn a i,.home_btn span i{
		width: 0.2rem;
		height: 0.12rem;
	}
	.home_btn a i iconify-icon,.home_btn span i iconify-icon{
		font-size: 0.14rem;
	}
	.banner_text1 .home_btn {
		margin-top: 0.2rem;
	}
	.home_btn a p, .home_btn span p {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:425px){
	
}







.title{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   align-items: center;
}
.title p{
   font-size: 0.4rem;
   color: #222;
   font-weight: bold;
   text-align: center;
   text-transform: capitalize;
}
.title span{
   font-size: 0.2rem;
   line-height: 140%;
   color: #999;
   text-transform: capitalize;
   text-align: center;
   margin: 0.15rem 0;
}
.title_i1{
   display: block;
   width: 0.35rem;
   height: 0.02rem;
   background-color: var(--i_color);
   position: relative;
}
.title_i2{
	display: block;
	width: 0.7rem;
	height: 0.02rem;
	background-color: var(--i_color);
	margin-top: 0.04rem;
	position: relative;
}
.title i::after{
	content: '';
    position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 0.04rem;
	height: 0.02rem;
	background-color: #fff;

}
.title_white p{
	color: #fff;
}
.title_white span{
	color: #fff;
}
.title_white i::after{
	background-color: #222;
}
.title_left{
	align-items: flex-start;
}





@keyframes xxx1{
	0%{
		width: 0;
	}
	100%{
		width: 0.35rem;
	}
}
@keyframes xxx2{
	0%{
		width: 0;
	}
	100%{
		width: 0.7rem;
	}
}




@media screen and (max-width:1440px){
	.title p{
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.title p{
		font-size: 0.3rem;
	}
	.title span {
		font-size: 0.18rem;
		margin: 0.1rem 0;
	}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	.title p{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:767px){
	.title p{
		font-size: 0.26rem;
	}
	.title span {
		font-size: 0.16rem;
	}
	
}
@media screen and (max-width:560px){
	.title p{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:425px){
	
}








.home_class_ul{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.4rem;
   margin: 0.6rem 0;
}
.home_class_ul li{
   width: calc((100% - 0.8rem) / 3);
}
.home_class_ul li a{
	display: block;
	width: 100%;
}
.home_class_img{
   position: relative;
   overflow: hidden;
}
.home_class_img::after{
   content: '';
   display: block;
   padding-bottom: 79%;
}
.home_class_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.home_class_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.home_class_img p{
   font-size: 0.26rem;
   color: #fff;
   text-align: center;
   position: absolute;
   bottom: 0.5rem;
   left: 50%;
   transform: translate(-50%,0);
   font-weight: bold;
   z-index: 3;
   transition: all 0.3s ease;
}
.home_class_img p::after{
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 3.22rem;
   height: 1.31rem;
   background: url('static/imgs/shui1.png') no-repeat center;
   background-size: contain;
   z-index: -1;
   opacity: 1;
   transition: all 0.3s ease;
}
.home_class_img p::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 3.22rem;
	height: 1.31rem;
	background: url('static/imgs/shui2.png') no-repeat center;
	background-size: contain;
	z-index: -2;
}

.home_class_ul li a:hover p::after{
	opacity: 0;
}

.home_class_ul li a:hover .home_class_img p{
	color: var(--i_color2);
}


.home_class_bac::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8.16rem;
	background: url('static/imgs/home_calss.webp') no-repeat center;
	background-size: cover;
}



@media screen and (max-width:1440px){
	.home_class_img p {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.home_class_ul {
		gap: 0.2rem;
	}
	.home_class_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
	.home_class_img p {
		font-size: 0.22rem;
	}

}
@media screen and (max-width:1024px){
	.home_class_img p {
		font-size: 0.2rem;
	}
	.home_class {
		padding: 3rem 0 0.6rem 0;
	}
}
@media screen and (max-width:960px){
	.home_class_img p {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:767px){
	.home_class_img p {
		font-size: 0.16rem;
	}
	.home_class {
        padding: 2.8rem 0 0.6rem 0;
    }
	.home_class_ul {
		margin: 0.4rem 0;
	}
	.home_class_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){
	.home_class {
        padding: 2.4rem 0 0.6rem 0;
    }
	.home_class_ul {
		gap: 0.1rem;
	}
	.home_class_ul li {
		width: calc((100% - 0.1rem) / 2);
	}
	.home_class_img p::after{
		width: 2.8rem;
		height: 1.3rem;
	}
	.home_class_img p::before{
		width: 2.8rem;
		height: 1.3rem;
	}
	.home_class_img p {
        font-size: 0.14rem;
    }
	 
}
@media screen and (max-width:425px){
	.home_class_img p::after{
		width: 2.5rem;
		height: 1rem;
	}
	.home_class_img p::before{
		width: 2.5rem;
		height: 1rem;
	}
}








/* home_products */
.home_products_bac{
   background:url('static/imgs/home_products.webp') no-repeat center;
   background-size: cover;
   position: relative;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.home_products_bac::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 83.6%;
	height: 0.2rem;
	background: url('static/imgs/xian.png') center;
}
.home_products_bac::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 83.6%;
	height: 0.2rem;
	background: url('static/imgs/xian.png') center;
}
.home_products{

}


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

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


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

.HP_text{
   background-color: #fff;
   display: flex;
   display: -webkit-flex;
   margin-top: -1px;
   position: relative;
   z-index: 2;
}
.HP_text h3{
   font-size: 0.18rem;
   color: #222;
   box-sizing: border-box;
   padding: 0.18rem 0.12rem;
   width: calc(100% - 0.7rem);
   position: relative;
   z-index: 2;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.HP_text h3::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background-color: var(--i_color);
	z-index: -1;
	transition: all 0.5s ease;
}
.HP_text i{
   display: block;
   width: 0.7rem;
   background-color: var(--i_color2);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   background-color: #222;
}
.HP_text i iconify-icon{
   font-size: 0.24rem;
   color: #fff;
}
.HP_partner_list li a:hover h3::after{
	width: 100%;
	right: auto;
	left: 0;
}
.HP_partner_list li a:hover img{
	width: 110%;
	height: 110%;
}


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

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

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

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.HP_partner .pt-button-prev, .HP_partner .pt-button-next{display:none}
	.HP_partner .pt-pagination{display:block}
	.HP_text h3{
		font-size: 0.16rem;
		padding: 0.14rem 0.12rem;
	}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.HP_text h3{
		font-size: 0.14rem;
		padding: 0.12rem 0.12rem;
	}
	.HP_partner_box{margin: 0.4rem 0;}
}
@media screen and (max-width:560px){
	
	.HP_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}




/* home_about */
.home_about_bac{
    box-sizing: border-box;
	padding: 1rem 0;
	overflow: hidden;
}
.home_about{
    display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.home_about_left{
	width: 47.7%;
	position: relative;
}
.home_about_left::after{
    content: '';
	display: block;
	padding-bottom: 96%;
}
.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: 52.3%;
	box-sizing: border-box;
	padding-left: 3%;
}
.home_about_right h3{
   font-size: 0.16rem;
   color: #666;
   line-height: 0.24rem;
   margin: 0.2rem 0 0.5rem 0;
}
.home_about_right h3 a{
	color: var(--i_color);
}
.home_about_ul{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.2rem;
}
.home_about_ul li{
   display: flex;
   display: -webkit-flex;

}
.home_about_ul li iconify-icon{
   font-size: 0.24rem;
   color: var(--i_color);
}
.home_about_ul li h4{
   width: calc(100% - 0.24rem);
   font-size: 0.16rem;
   line-height: 150%;
   color: #333;
   box-sizing: border-box;
   padding-left: 0.05rem;
}
.home_about_btn{
	display: flex;
	display: -webkit-flex;
	gap: 0.4rem;
	margin-top: 0.8rem;
}





.i_v_btn{
    position: absolute;
	top: 26%;
    left: 78%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 2;
}
.i_v_btn span{
	display: block;
    width: 0.75rem;
    height: 0.75rem;
    background: url(static/imgs/video.png) center no-repeat;
    background-size: contain;
	z-index: 3;
}
.i_v_btn::before {
    content: '';
    position: absolute;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 130%;
    background-color: rgba(0, 0, 0, 0.15);
    animation: yuans 1.5s ease-in-out infinite;
    z-index: -1;
}
.i_v_btn::after {
    content: '';
    position: absolute;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    background-color: rgba(0, 0, 0, 0.3);
    animation: yuan 1.9s ease-in-out infinite;
    z-index: -1;
}
@keyframes yuan{
	0% {
		width: 110%;
		height: 110%;
	}
	
	50% {
		width: 120%;
		height: 120%;
	}
	100% {
		width: 110%;
		height: 110%;
	}
}

@keyframes yuans{
	0% {
		width: 130%;
		height: 130%;
	}
	
	50% {
		width: 150%;
		height: 150%;
	}
	100% {
		width: 130%;
		height: 130%;
	}
}



@media screen and (max-width:1440px){
	.home_about_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1366px){
	.home_about_right h3 {
		margin: 0.2rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_about_btn {
		margin-top: 0.6rem;
	}
	.home_about_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.home_about_btn {
		margin-top: 0.4rem;
	}
	.home_about_right h3 {
        margin: 0.2rem 0;
    }
}
@media screen and (max-width:960px){
	.home_about_left {
		width: 100%;
	}
	.home_about_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:767px){
	.i_v_btn span {
		width: 0.6rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:560px){
	.i_v_btn span {
		width: 0.5rem;
		height: 0.5rem;
	}
}
@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_four */
.home_four_bac{
   background-color: var(--i_color);
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
}
.home_four_bac::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 83.6%;
    height: 0.2rem;
    background: url(static/imgs/xian_black.png) center;
}
.home_four{

}
.home_four_ul{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.home_four_ul li{
    width: 25%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
}
.home_four_img{
	width: 0.98rem;
	height: 0.98rem;
	background-color: rgba(34,34,34,0.15);
	position: relative;
	overflow: hidden;
}
.home_four_img::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0rem;
	width: 0.3rem;
	height: 0.18rem;
	background-color: var(--i_color);
	z-index: 3;
	transition: all 0.3s ease;
	transform: scale(0);
}
.home_four_img::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	width: 100%;
	height: 100%;
    opacity: 0;
	background-color: #222;
	transition: all 0.5s ease;
	z-index: 1;
}
.home_four_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.6rem;
	height: 0.6rem;
	object-fit: contain;
	transition: all 0.3s ease;
	z-index: 4;
}
.home_four_img1{

}
.home_four_img2{
	opacity: 0;
}
.home_four_text{
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	margin: 0.2rem 0 0.1rem 0;
}
.home_four_text h3{
   font-size: 0.64rem;
   font-family: 'bin';
   color: #222;
   line-height: 100%;
}
.home_four_text h4{
	font-size: 0.4rem;
	font-family: 'bin';
	color: #222;
	line-height: 100%;
}
.home_four_ul li h5{
    font-size: 0.22rem;
	color: #111;
	text-transform: capitalize;
	text-align: center;
}

.home_four_ul li:hover .home_four_img::after{
	transform: scale(1);
}
.home_four_ul li:hover .home_four_img::before{
	opacity: 1;
	transform: translate(-50%,-50%) scale(1) rotate(180deg);
}
.home_four_ul li:hover .home_four_img2{
	opacity: 1;
}

@media screen and (max-width:1440px){
	.home_four_text h3 {
		font-size: 0.6rem;
	}
	.home_four_ul li h5 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.home_four_text h3 {
		font-size: 0.5rem;
	}
	.home_four_ul li h5 {
		font-size: 0.18rem;
	}
	.home_four_img img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.home_four_img {
		width: 0.9rem;
		height: 0.9rem;
	}
}
@media screen and (max-width:1024px){
	.home_four_ul li h5 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.home_four_ul{
		gap: 0.2rem 0;
	}
	.home_four_ul li {
		width: 50%;
	}
	.home_four_img img {
		width: 0.4rem;
		height: 0.4rem;
	}
	.home_four_img {
		width: 0.8rem;
		height: 0.8rem;
	}
	.home_four_img::after {
		width: 0.25rem;
		height: 0.12rem;
	}
	.home_four_text h3 {
        font-size: 0.4rem;
    }
	.home_four_text h4{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
}





/* home_buy */
.home_buy_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   z-index: 2;
}
.home_buy_h6{
	position: absolute;
    top: 1.3rem;
	left: 50%;
	transform: translate(-50%,0%);
	width: 17.91rem;
	height: 2.8rem;
	max-width: 100%;
	z-index: -1;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.home_buy_h6 img{
	position: relative;
	object-fit: contain;
	max-width: 96%;
	z-index: -2;
}
.home_buy_h6 i{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
	animation: xxx3 3s linear forwards;
}
.home_buy{

}
.home_buy_ul{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.2rem;
   margin-top: 0.6rem;
}
.home_buy_ul li{
   width: calc((100% - 1rem) / 6);
}
.home_buy_img{
   width: 1.27rem;
   height: 1.3rem;
   position: relative;
   background-color: #222;
   z-index: 2;
}
.home_buy_img::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	background-color: var(--i_color);
	z-index: -1;
	transition: all 0.5s ease;
}
.home_buy_img::before{
	content: '';
	position: absolute;
	width: 0.3rem;
	height: 0.28rem;
	bottom: 0;
	right: 0;
	background-color: #222;
	z-index: 0;
	transition: all 0.3s ease 0.4s;
}
.home_buy_img img{
    position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	object-fit: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.home_buy_img1{
    z-index: 1;
}
.home_buy_img2{

}
.home_buy_img i{
    position: absolute;
	width: 0.3rem;
	height: 0.28rem;
	bottom: 0;
	right: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.18rem;
	color: #fff;
	z-index: 4;
}
.home_buy_text{

}
.home_buy_text h3{
    font-size: 0.2rem;
	color: #222;
	font-weight: bold;
	margin: 0.3rem 0 0.1rem 0;
}
.home_buy_text h4{
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #666;
}




.home_buy_ul li:hover .home_buy_img::before{
	background-color: var(--i_color);
}
.home_buy_ul li:hover .home_buy_img::after{
	width: 0.3rem;
	height: 0.28rem;
}
.home_buy_ul li:hover .home_buy_img1{
    opacity: 0;
}

@keyframes xxx3{
	0%{
		width: 100%;
	}
	100%{
		width: 0;
	}
}


@media screen and (max-width:1440px){
	.home_buy_text h3 {
		font-size: 0.18rem;
		margin: 0.2rem 0 0.1rem 0;
	}
	.home_buy_text h4 {
		font-size: 0.16rem;
		line-height: 0.25rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.home_buy_img {
		width: 1.2rem;
		height: 1.2rem;
	}
	.home_buy_img img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.home_buy_img i {
		font-size: 0.16rem;
	}
	.home_buy_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	.home_buy_ul li {
		width: calc((100% - 0.4rem) / 3);
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		align-items: center;
	}
	.home_buy_text h3,.home_buy_text h4{
		text-align: center;
	}
}
@media screen and (max-width:767px){
	.home_buy_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.home_buy_img {
		width: 1rem;
		height: 1rem;
	}
	.home_buy_img img {
		width: 0.4rem;
		height: 0.4rem;
	}
	.home_buy_text h4 {
        font-size: 0.14rem;
        line-height: 0.2rem;
    }
}
@media screen and (max-width:560px){
	.home_buy_ul {
		margin-top: 0.4rem;
	}

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










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

}


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

.HN_partner{position:relative}
.HN_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HN_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HN_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HN_partner_list li a{
	display: block;
	width: 100%;
}
.HN_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.HN_partner_list .img:before{content:""; display:block; padding-bottom:65.5%}
.HN_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}
.HN_partner_list .img i{
   position: absolute;
   top: 0.3rem;
   right: 0.3rem;
   display: inline-block;
   box-sizing: border-box;
   padding: 0.07rem 0.1rem;
   background-color: var(--i_color2);
   font-size: 0.14rem;
   color: #fff;
}

.HN_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}
.HN_text{
   background-color: #F7F7F7;
   box-sizing: border-box;
   padding: 0.4rem 0.3rem;
}
.HN_text h3{
   font-size: 0.2rem;
   color: #222;
   font-weight: bold;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   transition: all 0.3s ease;
}
.HN_text h4{
   font-size: 0.18rem;
   color: #999;
   margin: 0.2rem 0 0.3rem 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.HN_partner_list li a:hover h3{
	color: var(--i_color);
}



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

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

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

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.HN_partner .pt-button-prev, .HN_partner .pt-button-next{display:none}
	.HN_partner .pt-pagination{display:block}
	.HN_text h3 {
		font-size: 0.18rem;
		-webkit-line-clamp: 2;
	}
	.HN_text {
		padding: 0.3rem 0.2rem;
	}
	.HN_text h4 {
		font-size: 0.16rem;
		margin: 0.15rem 0 0.2rem 0;
	}
	.home_news_bac{
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:560px){
	.HN_partner_box {
		margin-top: 0.4rem;
	}
	.HN_text h3 {
		font-size: 0.16rem;
	}
	.HN_text h4 {
		font-size: 0.14rem;
		margin: 0.1rem 0 0.2rem 0;
	}
	.HN_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}


/* partner */
.partner_bac{
   background-color: #F8F8F8;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.partner{

}


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

.par_partner{position:relative}
.par_partner_list{width:100%; padding:0.1rem;box-sizing: border-box; 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;
	border: 1px solid #DCDCDC;
	background-color: #fff;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.par_partner_list li:hover{
	box-shadow: 0 0 0.1rem rgba(59,59,59,0.2);
}
.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%}
.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;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:0%; outline:none}
.par_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.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:-6%;}
.par_partner .pt-button-next{right:-6%;}

.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){
	.partner_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1366px){
	
}
@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.6rem 0;
	}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.par_partner_box{margin-top: 0.3rem;}
}
@media screen and (max-width:560px){
	
	.par_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}



/* --------------------------------------footer------------------------------------------- */
.footer_bac{
   background-color: #222;
   box-sizing: border-box;
   padding: 0.5rem 0 1rem 0;
   position: relative;
}
.footer_bac::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 83.6%;
    height: 0.2rem;
    background: url(static/imgs/xian.png) center;
}
.footer{

}
.footer_top{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_top_all{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.footer_top_all img{
   height: 1.02rem;
   margin-right: 0.2rem;
}
.footer_top_text{

}
.footer_top_text h3{
   font-size: 0.34rem;
   color: #fff;
   font-weight: bold;
}
.footer_top_text h4{
   font-size: 0.16rem;
   color: #fff;
   margin-top: 0.1rem;
}
.footer_center{
   display: flex;
   display: -webkit-flex;
   box-sizing: border-box;
   padding-top: 0.4rem;
}
.footer_1{
    width: 34%;
	box-sizing: border-box;
	padding-right: 3%;
}
.footer_h2{
   font-size: 0.24rem;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   position: relative;
}
.footer_h2::after{
    content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.3rem;
	height: 0.02rem;
	background-color: var(--i_color);
}
.footer_h2::before{
	content: '';
	position: absolute;
	bottom: 0.08rem;
	left: 0;
	width: 0.15rem;
	height: 0.02rem;
	background-color: var(--i_color);
}
.footer_1 h3{
    font-size: 0.18rem;
	color: #fff;
	line-height: 0.3rem;
	margin: 0.2rem 0 0.4rem 0;
}
.footer_share{
    display: flex;
	display: -webkit-flex;
	gap: 0.4rem;
}   
.footer_share li{

}
.footer_share li a{
   display: block;
   width: 0.6rem;
   height: 0.6rem;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.15);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.footer_share li a::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	width: 100%;
	height: 100%;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	background-color: var(--i_color);
	opacity: 0;
	transition: all 0.5s ease;
	z-index: -1;
}
.footer_share li a iconify-icon{
	font-size: 0.22rem;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}
.footer_share li a:hover::after{
	transform: translate(-50%,-50%) scale(2.8) rotate(90deg);
	opacity: 1;
}
.footer_share li a:hover iconify-icon{
	color: #fff;
}


.footer_2{
   width: 20%;
}
.footer_nav{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.2rem;
   margin-top: 0.3rem;
}
.footer_nav li{

}
.footer_nav li ul{
	display: none;
}
.footer_nav li a{
	font-size: 0.18rem;
	color: #fff;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 0.02rem;
	text-transform: capitalize;
}
.footer_nav li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.footer_nav li a:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}
.footer_3{
	width: 20%;
}
.footer_4{
	width: 26%;
}
.footer_bottom_bac{
	background-color: var(--i_color);
	box-sizing: border-box;
	padding: 0.25rem 0;
}
.footer_bottom{
   
}
.footer_bottom p{
   font-size: 0.18rem;
   color: #222;
}
.footer_bottom p a{
	font-size: 0.18rem;
	color: #222;
}

@media screen and (max-width:1440px){
	.footer_top_text h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.footer_top_text h3 {
		font-size: 0.28rem;
	}
	.footer_h2 {
		font-size: 0.2rem;
	}
	.footer_bottom p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
	.footer_top_text h3 {
		font-size: 0.26rem;
	}
	.footer_center{display: none;}
	.footer_bac {
		padding: 0.5rem 0;
	}
}
@media screen and (max-width:960px){
	.footer_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:767px){
	.footer_top {
		flex-wrap: wrap;
		gap: 0.2rem;
	}
	.footer_bottom_bac{
		padding: 0.25rem 0 0.75rem 0;
	}
}
@media screen and (max-width:560px){
	.footer_top_text h3 {
        font-size: 0.22rem;
    }
	.footer_bottom p {
		font-size: 0.14rem;
	}
	.footer_bottom p a{
		font-size: 0.14rem;
		color: #222;
	}
}
@media screen and (max-width:425px){
	
}








/* --------------------------------about------------------------------------- */
.banner_top{
	margin-top: calc(var(--header_height) + var(--header_height_top));
}
.banner_about{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner_about::after{
	content: '';
	display: block;
	padding-bottom: 22.6%;
}
.banner_about img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_about_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_about_text h3{
	font-size: 0.4rem;
	color: #fff;
	font-weight: 900;
	text-transform: capitalize;
}


@media screen and (max-width:1440px){
	.banner_about_text h3{
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.banner_about_text h3{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.banner_about_text h3{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:960px){
	.banner_about_text h3{
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px){
	.banner_about_text h3{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:560px){
	.banner_about_text h3{
		font-size: 0.22rem;
	}
	
}
@media screen and (max-width:425px){
	
}





/* 当前位置 */
.in_position{ background:transparent;}
.in_position a{display:block; font-size:0.14rem; color:#fff; position:relative; line-height:0.2rem; text-transform:capitalize}
.in_position_s{
	padding:0.14rem 0;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	position: relative;
	z-index: 1;
}

.in_position a:not(:last-child):after{content:">"; margin:0 0.04rem; color:#fff}
.in_position a:last-child{color:var(--i_color)!important}
.in_position a:hover{color:var(--i_color)}
.in_position_con{
	border-bottom: 1px solid rgba(105,125,141,0.2);
}
.in_positions{
	background-color: #F6F6F6;
}
.in_positions a{
	color: #222;
}
.in_positions a:not(:last-child):after{
	color: #222;
}





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




/* about_us */
.about_us_bac{
    position: relative;
	box-sizing: border-box;
	padding: 1rem 0;
	z-index: 2;
	background-color: #F7F8FA;
}
.about_us_bac::after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.8rem;
    background: url(static/imgs/home_get.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.about_us_bac::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8.16rem;
    background: url(static/imgs/about_us.webp) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.about_us{
    
}
.about_us_area{
    display: flex;
	display: -webkit-flex;
	flex-direction: column;
	gap: 0.2rem;
	margin-top: 0.4rem;
}
.about_us_area li{
	font-size: 0.16rem;
	line-height: 0.24rem;
	text-align: center;
	color: #666;
}
.about_us_dl{
    display: flex;
	display: -webkit-flex;
	flex-direction: column;
	gap: 0.2rem;
	margin-top: 0.3rem;
}
.about_us_dl dt{
	font-size: 0.16rem;
	color: #333;
	box-sizing: border-box;
	padding-left: 0.35rem;
	position: relative;
}
.about_us_dl dt::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 0.22rem;
	height: 0.22rem;
	background: url('static/imgs/yes.png') no-repeat center;
	background-size: contain;
}

.about_us_video{
	width: 100%;
	height: 4.5rem;
	background: url('static/imgs/about_us_video.webp') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 0.6rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.about_us_i{
	display: block;
	width: 2rem;
	height: 0.46rem;
	background: url('static/imgs/youtube.png') no-repeat center;
	background-size: contain;
	cursor: pointer;
}


@media screen and (max-width:1440px){
	.about_us_bac {
		padding: 0.8rem 0;
	}
	.about_us_video {
		height: 4rem;
	}
	.about_us_i {
		width: 1.8rem;
		height: 0.4rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.about_us_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.about_us_video {
		height: 3.5rem;
	}
	.about_us_i {
		width: 1.6rem;
		height: 0.35rem;
	}
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
}







/* about_four */
.about_four_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.about_four{

}
.about_four .home_four_img{
	background-color: var(--i_color);
}



@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.about_four_bac{
		padding: 0.6rem 0;
	}
}
@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){
	
}



/* factory */
.factory_bac{
    background: url(static/imgs/home_products.webp) no-repeat center;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    padding: 1rem 0;
}
.factory_bac::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 83.6%;
    height: 0.2rem;
    background: url(static/imgs/xian.png) center;
}
.factory_bac::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 83.6%;
    height: 0.2rem;
    background: url(static/imgs/xian.png) center;
}
.factory{

}


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

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

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


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

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

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

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

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.fac_partner .pt-button-prev, .fac_partner .pt-button-next{display:none}
	.fac_partner .pt-pagination{display:block}
	.factory_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.fac_partner_list .img img{
		padding: 0.1rem;
	}
	.fac_partner_box{margin-top: 0.4rem;}
}
@media screen and (max-width:560px){
	
	.fac_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}


/* download */
.download_bac{
	box-sizing: border-box;
	padding: 0.8rem 0 0 0;
}

.download{
	box-sizing: border-box;
	padding: 0.5rem 4%;
	background: url('static/imgs/download.png') no-repeat center;
	background-size: cover;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.2rem;

}
.download_left{

}
.download_left h2{
    font-size: 0.34rem;
	color: #222;
	font-weight: bold;
}
.download_left h3{
    font-size: 0.16rem;
	color: #222;
	margin-top: 0.1rem;
}



@media screen and (max-width:1440px){
	.download_left h2{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.download_left h2{
		font-size: 0.28rem;
	}
	.download_bac {
		padding: 0.6rem 0 0 0;
	}
}
@media screen and (max-width:1024px){
	.download_left h2{
		font-size: 0.26rem;
	}
}
@media screen and (max-width:960px){
	.download_left h2{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:767px){
	.download_left h2{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:560px){
	.download_left h2{
		font-size: 0.2rem;
	}
	.download {
		padding: 0.4rem 4%;
	}
}
@media screen and (max-width:425px){
	
}



/* sevice_contact */
.sevice_contact_bac{
   position: relative;
   box-sizing: border-box;
   padding: 1rem 0;
   z-index: 2;
   overflow: hidden;
}
.sevice_contact_bac::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.8rem;
    background: url(static/imgs/home_get.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.sevice_contact_bac::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8.3rem;
    background: url(static/imgs/service_bac.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.sevice_contact{

}
.sevice_contact_ul{
   margin-top: 0.6rem;
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.8rem;
}
.sevice_contact_ul li{
   width: calc((100% - 0.8rem) / 2);
}
.sevice_contact_img{
   position: relative;
   overflow: hidden;
}
.sevice_contact_img::after{
   content: '';
   display: block;
   padding-bottom: 54%;
}
.sevice_contact_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.sevice_contact_text{
   box-sizing: border-box;
   padding: 0.5rem 0.35rem;
   background: linear-gradient(225deg,rgba(255,255,255,0.8),rgba(255, 255, 255, 1));
   width: 80%;
   margin-top: -2rem;
   position: relative;
   z-index: 2;
   transition: all 0.5s ease;
   box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, .15);
}
.sevice_contact_text::after{
	content: '';
    position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #333;
	transition: all 0.7s ease;
	z-index: -1;
}
.sevice_contact_text i{
   display: block;
   width: 0.98rem;
   height: 0.98rem;
   background-color: var(--i_color);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden;
}
.sevice_contact_text i::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: -03rem;
	width: 0.3rem;
	height: 0.18rem;
	background: #222;
    transition: all 0.5s ease;
}
.sevice_contact_text i img{
   display: block;
   width: 0.6rem;
   height: 0.6rem;
   object-fit: contain;
}
.sevice_contact_text h3{
   font-size: 0.2rem;
   color: #222;
   font-weight: bold;
   text-transform: capitalize;
   margin: 0.2rem 0 0.15rem 0;
   transition: all 0.3s ease;
}
.sevice_contact_text h4{
    font-size: 0.18rem;
	color: #999;
	transition: all 0.3s ease;
}

.sevice_contact_ul li:hover i::after{
    right: 0;
}
.sevice_contact_ul li:hover h3{
	color: #fff;
}
.sevice_contact_ul li:hover h4{
	color: #fff;
}
.sevice_contact_ul li:hover .sevice_contact_text::after{
	right: auto;
	width: 100%;
	left: 0;
}


@media screen and (max-width:1440px){
	.sevice_contact_text i {
		width: 0.9rem;
		height: 0.9rem;
	}
	.sevice_contact_text i img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.sevice_contact_ul {
		gap: 0.6rem;
	}
	.sevice_contact_ul li{
		width: calc((100% - 0.6rem) / 2);
	}
	.sevice_contact_text {
		margin-top: -1.8rem;
	}
	.sevice_contact_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.sevice_contact_ul {
		gap: 0.4rem;
	}
	.sevice_contact_ul li{
		width: calc((100% - 0.4rem) / 2);
	}
	.sevice_contact_text {
		padding: 0.4rem 0.3rem;
		width: 90%;
	}
	.sevice_contact_text {
		margin-top: -1.5rem;
	}
	.sevice_contact_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.sevice_contact_ul li {
        width: 100%;
    }
}
@media screen and (max-width:560px){
	.sevice_contact_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:425px){
	
}


/* service_advantage */
.service_adv_bac{
	box-sizing: border-box;
	padding: 1rem 0 0.3rem 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.service_adv_bac::after{
	content: '';
	position: absolute;
    width: 14.69rem;
	height: 10.49rem;
	background: url('static/imgs/ser_adv.webp') no-repeat center;
	background-size: cover;
	z-index: -1;
	bottom: -3rem;
	left: -2rem;
}
.service_adv{
	
}


.service_adv_all{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   align-items: center;
   margin-top: 0.4rem;
} 
.service_adv_left{
   width: 49%;
   box-sizing: border-box;
   padding-right: 2%;
}


.service_adv_ul{
   margin-top: 0.6rem;
   display: flex;
   display: -webkit-flex;
   gap: 0.7rem 0;
   flex-wrap: wrap;
}
.service_adv_ul li{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   width: 50%;
   align-items: center;
   box-sizing: border-box;
   padding: 0 5%;
}
.service_adv_ul li i{
   display: block;
   width: 0.65rem;
   height: 0.65rem;
   background-color: var(--i_color);
   position: relative;
   transition: all 0.3s ease;
}
.service_adv_ul li i::after{
   content: '';
   position: absolute;
   bottom: 0;
   right: 0;
   width: 0.24rem;
   height: 0.11rem;
   background-color: var(--i_color);
}
.service_adv_ul li i img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 0.34rem;
   height: 0.34rem;
   object-fit: contain;
   transition: all 0.3s ease;
}
.service_adv_img1{
   
}
.service_adv_img2{
   opacity: 0;
}
.service_adv_ul li h3{
   font-size: 0.18rem;
   color: #111;
   font-weight: 900;
   text-transform: capitalize;
   margin: 0.4rem 0 0.1rem 0;
   text-align: center;
}
.service_adv_ul li h4{
   font-size: 0.14rem;
   color: rgba(102,102,102,0.7);
   line-height: 0.2rem;
   text-align: center;
}
.service_adv_right{
   width: 51%;
   position: relative;
   z-index: 3;
}
.service_adv_right::after{
   content: '';
   display: block;
   padding-bottom: 81%;
}
.service_adv_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.service_adv_ul li:hover i{
	background-color: #222;
}
.service_adv_ul li:hover .service_adv_img2{
	opacity: 1;
}


@media screen and (max-width:1440px){
	.service_adv_ul {
		gap: 0.6rem 0;
	}
	.service_adv_bac {
		padding: 0.8rem 0 0.3rem 0;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.service_adv_bac {
		padding: 0.6rem 0 0.3rem 0;
	}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	.service_adv_left {
		width: 100%;
		padding-right: 0%;
	}
	.service_adv_all {
		gap: 0.4rem;
		justify-content: center;
	}
}
@media screen and (max-width:767px){
	.service_adv_right {
		width: 80%;
	}
	.service_adv_ul {
        gap: 0.4rem 0;
    }
	.service_adv_ul {
		margin-top: 0rem;
	}
	.service_adv_ul li h3{
		margin: 0.2rem 0 0.1rem 0;
	 }
}
@media screen and (max-width:560px){
	.service_adv_right {
		width: 100%;
	}
}
@media screen and (max-width:425px){
	.service_adv_ul li h3{
		font-size: 0.16rem;
	}
}








/* -----------------------faq--------------------------------- */
.faq_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   position: relative;
   z-index: 2;
   overflow: hidden;
   background-color: #222;
}
.faq_bac::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 83.6%;
    height: 0.2rem;
    background: url(static/imgs/xian.png) center;
}
.faq_bac::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 83.6%;
    height: 0.2rem;
    background: url(static/imgs/xian.png) center;
}
.faq{

}
.faq::after{
	content: '';
	position: absolute;
	bottom: 1rem;
	left: -0.9rem;
	width: 11.39rem;
	height: 7.35rem;
	object-fit: cover;
	background: url('static/imgs/faq_s.png') center no-repeat;
	background-size: cover;
	z-index: -1;
}
.faq_all{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.faq_left{
	width: 67.8%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	gap: 0.2rem;
}
.faq_left li{
 
   
}
.faq_q{
	box-sizing: border-box;
	padding:0.18rem 0.25rem;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.faq_q::after{
	content: '';
	position: absolute;
    top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--i_color);
	transition: all 0.7s ease;
	z-index: -1;
}
.faq_q iconify-icon{
	color: #9E9E9E;
	transition: all 0.3s ease;
}
.faq_q_icon1{
   font-size: 0.35rem;
   
}
.faq_q p{
   font-size: 0.24rem;
   color: #9E9E9E;
   width: calc(100% - 0.6rem);
   box-sizing: border-box;
   padding: 0 0.2rem;
   transition: all 0.3s ease;
}
.faq_q_icon2{
   font-size: 0.25rem;
}
.faq_a{
   box-sizing: border-box;
   padding: 0.3rem 0.25rem 0.2rem 0.25rem;
   display: none;
}
.faq_a h3{
   font-size: 0.22rem;
   color: #fff;
   line-height: 0.3rem;
   
}

.faq_active .faq_q::after{
   left: 0;
   right: auto;
   width: 100%;
}
.faq_active .faq_q iconify-icon{
	color: #222;
}
.faq_active .faq_q p{
	color: #222;
}
.faq_active .faq_q .faq_q_icon2{
	transform: rotate(180deg);
}

.faq_right{
	width: 32.2%;
	
	position: relative;
}
.faq_right::after{
	content: '';
	display: block;
	padding-bottom: 124%;
}
.faq_right img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
	padding-left: 0.4rem;
}
.faq_btn{
	position: absolute;
	bottom: 0px;
	right: 0px;
}


@media screen and (max-width:1440px){
	.faq_q p {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.faq_q p {
		font-size: 0.2rem;
	}
	.faq_a h3 {
		font-size: 0.18rem;
		color: #fff;
		line-height: 0.26rem;
	}
	.faq_right img {
		padding-left: 0.2rem;
	}
	.faq_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1024px){
	.faq_left {
		width: 100%;
	}
	.faq_right{display: none;}
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.faq_q {
		padding: 0.15rem 0.2rem;
	}
}
@media screen and (max-width:560px){
	.faq_all {
		margin-top: 0.4rem;
	}
	.faq_q p {
		font-size: 0.18rem;
		padding: 0 0.1rem;
	}
	.faq_a h3 {
		font-size: 0.16rem;
		line-height: 0.24rem;
	}
	.faq_a {
		padding: 0.2rem 0.2rem 0.1rem 0.2rem;
	}
}
@media screen and (max-width:425px){
	
}




/* golbal */
.golbal_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.golbal{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   align-items: center;
}
.golbal_left{
    width: 48.5%;
	box-sizing: border-box;
	padding-right: 4%;
}
.golbal_left_ul{
    display: flex;
	display: -webkit-flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-top: 0.4rem;
}
.golbal_left_ul li{
    font-size: 0.18rem;
	line-height: 0.3rem;
	color: #666;
}
.golbal_left_ul li span{
    color: #333;
	font-weight: bold;
	font-size: 0.18rem;
	line-height: 0.3rem;
}
.golbal_right{
    width: 51.5%;
	position: relative;
}
.golbal_right::after{
	content: '';
	display: block;
	padding-bottom: 49%;
}
.golbal_right img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}



@media screen and (max-width:1440px){
	.golbal_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.golbal_left_ul {
		gap: 0.2rem;
		margin-top: 0.3rem;
	}
	.golbal_left_ul li{
		font-size: 0.16rem;
		line-height: 0.26rem;
	}
	.golbal_left_ul li span{
		font-size: 0.16rem;
		line-height: 0.26rem;
	}
	.golbal_bac{
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.golbal_left {
		width: 100%;
		padding-right: 0%;
	}
	.golbal_right {
		width: 100%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
}



/* contact_us */
.contact_us_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   position: relative;
   z-index: 2;
}
.contact_us_bac::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.44rem;
	background: url('static/imgs/contact_bac.webp') no-repeat center;
	background-size: cover;
	z-index: -1;
}
.contact_us{

}
.contact_us_all{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   margin-top: 0.6rem;
}
.contact_us_left{
   width: 48.3%;
   position: relative;
}
.contact_us_right{
   width: 51.7%;
   box-sizing: border-box;
   padding-left: 5%;
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   gap: 0.6rem;
}
.contact_us_right li{
   display: flex;
   display: -webkit-flex;
   align-items: center;
}
.contact_us_right li i{
   display: block;
   width: 0.57rem;
   height: 0.57rem;
   background-color: var(--i_color);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   transition: all 0.5s ease;
}
.contact_us_right li:hover i{
	transform: rotateY(180deg);
}
.contact_us_right li i iconify-icon{
   font-size: 0.24rem;
   color: #222;
}
.contact_us_text{
    width: calc(100% - 0.57rem);
	box-sizing: border-box;
	padding-left: 0.3rem;
}
.contact_us_text h3{
   font-size: 0.18rem;
   text-transform: capitalize;
   color: #666;
   margin-bottom: 0.05rem;
}
.contact_us_text dl{
   display: flex;
   display: -webkit-flex;
   gap: 0.12rem;
}
.contact_us_text dl dt{

}
.contact_us_text dl dt a{
   font-size: 0.24rem;
   color: #222;
   font-weight: bold;
   transition: all 0.3s ease;
}
.contact_us_text dl dt a:hover{
	color: var(--i_color);
}

.contact_form{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.7rem 0.6rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
	z-index: 2;
	background-color: #fff;
}
.contact_form h4{
	font-size: 0.34rem;
	color: #222;
	font-weight: bold;
	box-sizing: border-box;
	padding-bottom: 0.3rem;
	border-bottom: 1px dashed var(--i_color);
	margin-bottom: 0.3rem;
}
.contact_map{
	width: 100%;
	height: 6.9rem;
}
.contact_map #simpleMap,
.contact_map .fluid-width-video-wrapper,
.contact_map iframe {
        width: 100%;
        height: 100% !important;
}


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


#wpforms-35 input, #wpforms-35 button{margin:0; padding:0; border:none; background:none}
#wpforms-35 .wpforms-field{padding:0; margin:0}
#wpforms-35 .wpforms-error-container{line-height:16px}
#wpforms-35 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-35 .wpforms-submit-container{
	padding:0!important; width:100%;max-width: 100%; height:0.5rem; background:var(--i_color); position:relative;
	margin:0 auto;
	margin-top: 0rem;
	transition: all 0.3s ease;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 0rem;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
}
#wpforms-35 .wpforms-submit-container:hover{
	background-color:#222;
	border: 1px solid #222;
}

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


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

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



#wpforms-35 .wpforms-field{width:100%; margin-bottom:20px; background:transparent; overflow:hidden}





#wpforms-35 input, #wpforms-35 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	background-color: #F3F3F3; color:#222; 
	box-sizing:border-box;  padding:0 10px;
	border-radius: 0rem;
	border: 1px solid #F3F3F3;
	box-shadow: 0 0 0.1rem rgba(184,184,184,0.2);
}
#wpforms-35 input{height:var(--input_height);line-height:var(--input_height);}
#wpforms-35 textarea{height:1.4rem; padding:10px;}




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





#wpforms-35 .wpforms-submit-container button{overflow: hidden;width:100%;cursor: pointer; font-size:0.18rem;font-weight: bold;box-shadow: 0 0 transparent; color:#222; cursor:pointer; text-transform:capitalize; position:relative; z-index:2}
#wpforms-35 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}


#wpforms-35 .wpforms-submit-container:hover button{
	color: #fff;
}
 




@media screen and (max-width:1440px){
	.contact_form {
		padding: 0.6rem 0.5rem;
	}
	.contact_us_text dl dt a {
		font-size: 0.22rem;
	}
	.contact_form h4 {
		font-size: 0.3rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.contact_us_bac {
		padding: 0.8rem 0;
	}
	.contact_map {
		height: 6.5rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.contact_form {
		padding: 0.5rem 0.4rem;
	}
	.contact_us_text dl dt a {
		font-size: 0.2rem;
	}
	.contact_us_right {
		gap: 0.5rem;
	}
	.contact_us_bac {
		padding: 0.6rem 0;
	}
	.contact_map {
		height: 6rem;
	}
}
@media screen and (max-width:1024px){
	.contact_us_text dl dt a {
		font-size: 0.18rem;
	}
	.contact_map {
		height: 5rem;
	}
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.contact_map {
		height: 4rem;
	}
	.contact_us_left {
		width: 100%;
	}
	.contact_form {
		position: relative;
	}
	.contact_us_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
		gap: 0.4rem;
	}
	.contact_form {
        padding:0.4rem;
    }
}
@media screen and (max-width:560px){
	.contact_map {
		height: 3.5rem;
	}
	.contact_form {
        padding: 0.4rem 0.3rem;
    }
	.contact_us_all {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:425px){
	
}








/* --------------------------news -----------------------*/
.news_bac{
	box-sizing: border-box;
	padding: 1rem 0 0 0;
	position: relative;
	z-index: 2;
}
.news_bac::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.44rem;
    background: url(static/imgs/news_bac.webp) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.news{

}
.news_list{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   gap: 0.15rem;
   margin: 0.6rem auto;
}

.news_list li{

}
.news_list li a{
	display: inline-block;
	box-sizing: border-box;
	padding: 0.12rem;
	width: 2.4rem;
    border: 1px solid #222;
	font-size: 0.18rem;
	color: #222;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.3s ease;
}
.news_active a,.news_list li a:hover{
	background-color: var(--i_color) !important; 
	border: 1px solid var(--i_color) !important;
}

.news_all_all{
	position: relative;
	overflow: hidden;
	z-index: 2;
	box-sizing: border-box;
	padding-bottom: 1rem;
}
.news_all_all::after{
	content: '';
	position: absolute;
	top: 1.8rem;
	left: 0;
	height: 100%;
	background-color: #F7F8FA;
	width: 100%;
	z-index: -1;
}
.news_all{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.6rem;
}
.news_all li{
   width: calc((100% - 1.2rem) / 3);
   transition: all 0.3s ease;
}
.news_all li a{
	display: block;
    width: 100%;
}
.news_img{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.news_img::after{
	content: "";
    display: block;
    padding-bottom: 65.5%;
}
.news_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.3s ease;
}
.news_img i{
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.07rem 0.1rem;
    background-color: var(--i_color2);
    font-size: 0.14rem;
    color: #fff;
}
.news_text{
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.4rem 0.3rem;
	transition: all 0.3s ease;
}
.news_text h3{
	font-size: 0.2rem;
    color: #222;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all 0.3s ease;
}
.news_text h4{
    font-size: 0.18rem;
    color: #999;
    margin: 0.2rem 0 0.3rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	transition: all 0.3s ease;
}
.news_all li:hover{
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
}
.news_all li:hover img{
	width: 110%;
	height: 110%;
}
.news_all li:hover .news_text{
	background-color: var(--i_color);
}
.news_all li:hover h4{
	color: #222;
}


@media screen and (max-width:1440px){
	.news_all {
		gap: 0.4rem;
	}
	.news_all li {
		width: calc((100% - 0.8rem) / 3);
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.news_list li a {
		padding: 0.1rem;
		width: 2rem;
		font-size: 0.16rem;
	}
	.news_all {
		gap: 0.4rem 0.2rem;
	}
	.news_all li {
		width: calc((100% - 0.4rem) / 3);
	}
}
@media screen and (max-width:1024px){
	.news_text {
		padding: 0.3rem 0.2rem;
	}
	.news_text h3 {
		font-size: 0.18rem;
		-webkit-line-clamp: 2;
	}
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.news_list {
		margin: 0.4rem auto;
	}
	.news_all li {
		width: calc((100% - 0.2rem) / 2);
	}
	.news_text h4 {
		font-size: 0.14rem;
		margin: 0.1rem 0 0.2rem 0;
	}
}
@media screen and (max-width:560px){
	.news_list li a {
		width: 1.6rem;
		font-size: 0.14rem;
	}
	.news_list {
		gap: 0.1rem;
	}
}
@media screen and (max-width:425px){
	.news_list li a {
		width: 1.4rem;
		font-size: 0.12rem;
	}
}







/* 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;
	justify-content: center;
	align-items: center;
}
.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;}
	.news_all_all{
		padding-bottom: 0.8rem;
	}
	.news_bac {
		padding: 0.8rem 0 0 0;
	}
}
@media screen and (max-width:560px) {

}













/* products */
.products_bac{
    box-sizing: border-box;
	padding: 0.8rem 0;
	position: relative;
	background-color: #F7F8FA;
	z-index: 1;
	overflow: hidden;
}
.products_bac::after{
	content: '';
    position: absolute;
    width: 100%;
    height: 8rem;
    background: url(static/imgs/products_bac.webp) no-repeat center;
    background-size: contain;
    bottom: 1rem;
    left: -1rem;
    z-index: -1;
}

.products{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.products_left{
	width: 3rem;
}


.products_left_all{
   box-sizing: border-box;
   box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, .2);
}
.products_left_h2{
	font-size: 0.24rem;
	color: #222;
	font-weight: bold;
	text-transform: capitalize;
	box-sizing: border-box;
	background-color: var(--i_color);
	padding: 0.3rem 0.15rem;
}
.products_left_h2 iconify-icon{
	color: #fff;
	font-size: 0.34rem;
	margin-left: 0.1rem;
	font-weight: bold;
	margin-bottom: 2px;
	display: none;
}

.list{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
}
.list li{
   position: relative;
}
.list>li:nth-child(odd) .list_a{
    background-color: #F7F7F7;
}  
.list>li:nth-child(even) .list_a{
	background-color: #fff;
}

.list_a{
	box-sizing: border-box;
    padding: 0.2rem 0.4rem 0.2rem 0.2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 0rem;
	text-transform: capitalize;
}
.list_a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--i_color2);
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
.list .list_a a{
   font-size: 0.18rem;
   color: #222;
   font-weight: bold;
   box-sizing: border-box;
   line-height: 110%;
   transition: all 0.3s ease;
}
.list  .list_a i{
   width: 0.5rem;
   height: 0.55rem;
   position: absolute;
   top: 50%;
   transform: translate(0,-50%);
   right: 0;
   cursor: pointer;

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

.list_dl dt{
   box-sizing: border-box;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: #222;
   display: block;
   transition: all 0.3s ease;
   position: relative;
   box-sizing: border-box;
   padding:0.12rem 0.3rem 0.12rem 0.3rem;
   text-transform: capitalize;
}




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



.list_dl_active a{	
    background-color: #fff !important;
	color: var(--i_color) !important;
}


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

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


.products_right{
	width: calc(100% - 3rem);
	box-sizing: border-box;
	padding-left: 2%;
}

.products_right h3{
	font-size: 0.2rem;
	line-height: 0.36rem;
	color: #333;
	margin: 0.4rem 0;
}
.products_ul{
    display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 0.2rem;
}
.products_ul li{
    width: calc((100% - 0.6rem) / 4);
}
.products_ul li a{
    display: block;
    width: 100%;
}
.products_img{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.products_img::after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.products_img img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all 0.3s ease;
}
.products_text{
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
}
.products_text p{
    font-size: 0.14rem;
    color: #222;
    box-sizing: border-box;
    padding: 0.18rem 0.12rem;
    width: calc(100% - 0.5rem);
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.products_text p::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: var(--i_color);
    z-index: -1;
    transition: all 0.5s ease;
}
.products_text i{
	display: block;
    width: 0.5rem;
    background-color: var(--i_color2);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
}
.products_text i iconify-icon{
	font-size: 0.2rem;
    color: #fff;
}

.products_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.products_ul li a:hover p::after{
	width: 100%;
	right: auto;
	left: 0;
}


@media screen and (max-width:1440px){
	.products_right h3 {
		font-size: 0.18rem;
		line-height: 0.3rem;
		margin: 0.3rem 0;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.products_right h3 {
		font-size: 0.16rem;
		line-height: 0.26rem;
		margin: 0.25rem 0;
	}
	.products_text p {
		font-size: 0.16rem;
		padding: 0.16rem 0.12rem;
		width: calc(100% - 0.5rem);
	}
	.products_text i {
		width: 0.5rem;
	}
	.products_text i iconify-icon {
		font-size: 0.2rem;
	}
	.products_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.products_right {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.products_ul li {
        width: calc((100% - 0.2rem) / 2);
    }
	.products_ul {
		gap: 0.3rem 0.2rem;
	}
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
}







/* accessories */
.accessories_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.accessories{

}




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

.acc_partner{position:relative}
.acc_partner_list{width:100%; padding:0.1rem ;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.acc_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.acc_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .15);
}

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


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

.acc_partner_list p{
   font-size: 0.18rem;
   color: #222;
   box-sizing: border-box;
   padding: 0.15rem 0.12rem;
   background-color: #F8F8F8;
   transition: all 0.3s ease;
}

.acc_partner_list li:hover p{
	background-color: var(--i_color);
}
/* 指示器 */
.acc_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.acc_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem; height:0.12rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:50%; outline:none}
.acc_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

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

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

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.acc_partner .pt-button-prev, .acc_partner .pt-button-next{display:none}
	.acc_partner .pt-pagination{display:block}
	.accessories_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.acc_partner_box {
		margin-top: 0.3rem;
	}
	.acc_partner_list p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px){
	.acc_partner_list p {
		font-size: 0.14rem;
	}
	.acc_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}





/* single_grid */
.single_grid_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background-color: #F7F8FA;
}
.single_grid{
   background-color: #fff;
   box-sizing: border-box;
   padding: 0.4rem;
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.single_grid_left{
   width: 45%;
}
.single_grid_share{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	gap: 0.15rem;
	margin-top: 0.3rem;
}
.single_grid_share h3{
   font-size: 0.16rem;
   color: #222;
}
.single_grid_share dl{
   display: flex;
   display: -webkit-flex;
   gap: 0.2rem;
}
.single_grid_share dl dt{

}
.single_grid_share dl dt a{
	
}
.single_grid_share dl dt a iconify-icon{
	font-size: 0.22rem;
	color: #E7E7E7;
	transition: all 0.3s ease;
}
.single_grid_share dl dt a iconify-icon:hover{
	color: var(--i_color);
	transform: translateY(-0.05rem);
}
/* 鍥剧墖鏌ョ湅鍖� */
.in_factory_cont{--sm_pic_width:20%}
.in_factory_cont{ position:relative; overflow:hidden}
.in_factory_cont:before{content:""; display:block; padding-bottom:77.4%}

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

.in_factory_list .img{width:100%; height:100%; box-sizing:border-box; position:relative; overflow:hidden;}
.in_factory_list .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: all 0.3s ease;
}
.in_factory_list .img img{width:100%; height:100%; object-fit:cover;}
.in_factory_list .swiper-slide-thumb-active .img::after{
    opacity: 1;
}
.in_factory_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}
.infactory-button-prev, .infactory-button-next{
	opacity:.7;
	position:absolute;
	left:50%;
	transform:translate(-50%,0);
	width:60px;
	height:30px;
	background:#000;
	z-index:999;
	outline:none;
	cursor:pointer;
	-moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	}
.infactory-button-prev{top:4px; background:url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center; background-size:contain}
.infactory-button-next{bottom:4px; background:url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center; background-size:contain}
.infactory-button-prev.swiper-button-disabled, .infactory-button-next.swiper-button-disabled{cursor:not-allowed; opacity:.1}

/* 澶у浘 */
.in_factory_show_box{position:absolute; top:0; left: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; 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%); width:30px; height:100%}
	.infactory-button-prev{left:0; background:url(static/imgs/arrow_left_hollow_hei.svg) no-repeat center; background-size:18px}
	.infactory-button-next{left:initial; right:0; background:url(static/imgs/arrow_right_hollow_hei.svg) no-repeat center; background-size:18px}
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:560px){
	
}



.single_grid_right{
	width: 55%;
	box-sizing: border-box;
	padding-left: 4%;
}
.single_grid_right h1{
    font-size: 0.36rem;
	color: #222;
	font-weight: bold;
} 
.single_grid_right h2{
    font-size: 0.18rem;
	color: var(--i_color);
	margin: 0.2rem 0;
}
.single_dl{
    display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	
}
.single_dl dt{
    width: 50%;
	box-sizing: border-box;
	padding: 0.2rem;
	border-bottom: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	background-color: #F7F7F7;
}
.single_dl dt h3{
    font-size: 0.16rem;
	color: #999;
    margin-bottom: 0.05rem;
}
.single_dl dt h4{
   font-size: 0.18rem;
   color: #222;

}
.single_dl dt h4 span{
   color: #FF0000;
   font-size: 0.18rem;
}  

.single_btn{
	display: flex;
	display: -webkit-flex;
	gap: 0.2rem;
	margin-top: 0.4rem;
}
.single_btn .home_btn a{
	width: 2.36rem;

}
.home_btn_text{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
    gap: 0.08rem;
}
.home_btn_text iconify-icon{
	font-size: 0.22rem;
	color: #fff;
}
.single_btn1 p{
	color: #fff !important;
}
.single_btn2 iconify-icon{
	color: #222;
}
.single_grid_right h6{
	font-size: 0.16rem;
	color: #333;
	line-height: 150%;
	margin-top: 0.2rem;
}







@media screen and (max-width:1440px){
	.single_dl dt {
		padding: 0.2rem;
	}
	.single_grid_right h1 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.single_grid_right h1 {
		font-size: 0.28rem;
	}
	.single_dl dt h4{
		font-size: 0.16rem;
	}
	.single_dl dt h4 span{
		font-size: 0.16rem;
	} 
	.single_btn {
		margin-top: 0.2rem;
	}
	.single_grid_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.single_grid_left {
		width: 100%;
	}
	.single_grid_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0;
	}
	.single_grid_right h1 {
        font-size: 0.26rem;
    }
	.single_btn .home_btn a {
		width: 2rem;
	}
}
@media screen and (max-width:560px){
	.single_grid_right h1 {
        font-size: 0.24rem;
    }
	.single_btn .home_btn a {
		width: 1.8rem;
	}
	.single_grid {
		padding: 0.4rem 0.2rem;
	}
}
@media screen and (max-width:425px){
	.single_grid_right h1 {
        font-size: 0.22rem;
    }
}



/* editor */
.editor_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.editor{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
}
.editor_all{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	width: 100%;
}
.editor_left{
   width: calc(100% - 3.7rem);
   box-sizing: border-box;
   padding-right: 3%;
}
.editor_left span{
	margin: 0.05rem 0;
}
.editor_right{
	width: 3.7rem;
}
.editor_text{
   margin-bottom: 0.3rem;
}
.editor_text h2{
   font-size: 0.36rem;
   color: #222;
   font-weight: bold;
   box-sizing: border-box;
   padding: 0.3rem 0 0.1rem 0;
   border-top: 0.05rem solid var(--i_color);
   margin-top: 0.2rem;
}
.editor_text h3{
	font-size: 0.18rem;
	color: var(--i_color);
}
.youtube_h2{
	font-size: 0.22rem;
	font-weight: bold;
	margin: 0.2rem 0;
	color: #222;
	text-transform: capitalize;
}
@media screen and (max-width:1440px){
	.editor_text h2{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.editor_text h2{
		font-size: 0.28rem;
	}
	.editor_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.editor_text h2{
		font-size: 0.26rem;
	}
	.editor_right{
		display: none;
	}
	.editor_left{
		width: 100%;
	}
}
@media screen and (max-width:960px){
	.editor_text h2{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:767px){
	.editor_text h2{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:560px){
	.editor_text h2{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px){
	
}










/* editor_tag */
.editor_tag{
   margin-top: 0.6rem;
}
.editor_tag h2{
   font-size: 0.24rem;
   color: #222;
   font-weight: bold;
}
.editor_tag_ul{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.2rem 0.4rem;
   margin: 0.15rem 0 0.2rem 0;
}
.editor_tag_ul li{

}
.editor_tag_ul li a{
   font-size: 0.18rem;
   color: #333;
   box-sizing: border-box;
   padding-bottom: 0.02rem;
   position: relative;
   transition: all 0.3s ease;
}
.editor_tag_ul li a::after{
   content: '';
   position: absolute;
   bottom: 0;
   right: 0;
   width: 0;
   height: 1px;
   background-color: var(--i_color);
   transition: all 0.3s ease;
}
.editor_tag_ul li a:hover{
	color: var(--i_color);
}
.editor_tag_ul li a:hover::after{
   width: 100%;
   left: 0;
   right: auto;
}
.single_lr{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
}
.single_lr dt{

}
.single_lr dt a{
	display: block;
	width: 100%;
	display: flex;
    display: -webkit-flex;
    align-items: center;
	gap: 0.15rem;
}
.single_lr dt i{
   display: block;
   width: 0.29rem;
   height: 0.29rem;
   background-color: var(--i_color2);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
   
}
.single_lr dt i iconify-icon{
   font-size: 0.15rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}
.single_lr dt p{
   font-size: 0.18rem;
   color: #333;
   text-transform: capitalize;
} 
.single_l{

}
.single_r{

}

.single_lr dt a:hover i{
	background-color: var(--i_color);
}
.single_lr dt a:hover i iconify-icon{
   color: #fff;
}

@media screen and (max-width:1440px){
	.editor_tag_ul li a{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	.single_lr dt p {
		font-size: 0.16rem;
	}
	.editor_tag_ul {
		gap: 0.1rem 0.2rem;
	}
	.editor_tag h2 {
		font-size: 0.22rem;
	}

}
@media screen and (max-width:560px){
	.editor_tag h2 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px){
	.editor_tag_ul li a{
		font-size: 0.14rem;
	}
}




/* @media screen and (max-width:1440px){
	
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	
}
@media screen and (max-width:1024px){
	
}
@media screen and (max-width:960px){
	
}
@media screen and (max-width:767px){
	
}
@media screen and (max-width:560px){
	
}
@media screen and (max-width:425px){
	
} */



/* hot_products */
.hot_products_bac{
   background-color: #F7F8FA;
   box-sizing: border-box;
   padding: 1rem 0;
}
.hot_products{

}



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

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


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

.hot_text{
	background-color: #fff;
    display: flex;
    display: -webkit-flex;
}
.hot_text h3{
	font-size: 0.18rem;
    color: #222;
    box-sizing: border-box;
    padding: 0.18rem 0.12rem;
    width: calc(100% - 0.7rem);
    position: relative;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.hot_text i{
    display: block;
    width: 0.7rem;
    background-color: var(--i_color2);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
}
.hot_text i iconify-icon{
    font-size: 0.24rem;
    color: #fff;
}


.hot_text h3::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: var(--i_color);
    z-index: -1;
    transition: all 0.5s ease;
}

.hot_partner_list li a:hover img{
   width: 110%;
   height: 110%;
}
.hot_partner_list li a:hover .hot_text h3::after{
   width: 100%;
   right: auto;
   left: 0;
}


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

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

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

@media screen and (max-width:1440px){
	.hot_products_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1366px){
	
}
@media screen and (max-width:1200px){
	.hot_partner .pt-button-prev, .hot_partner .pt-button-next{display:none}
	.hot_partner .pt-pagination{display:block}
	.hot_products_bac{
		padding: 0.6rem 0;
	}
	.hot_text h3 {
		font-size: 0.16rem;
		padding: 0.15rem 0.12rem;
		width: calc(100% - 0.5rem);
	}
	.hot_text i {
		width: 0.5rem;
	}
	.hot_text i iconify-icon {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:959px){
	
}
@media screen and (max-width:767px){
	.hot_partner_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	
	.hot_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}
}





/* Article  */
.in_news_art {
	box-sizing: border-box;
	padding: 0.6rem 0;
}

.in_news_art_tit {
	border-bottom: 1px solid #DDD;
	margin-bottom: .3rem;
	text-align: center;
	position: relative;
}
.in_news_art_tit h1 {
	margin-left: auto;
	margin-right: auto;
	font-size: .34rem;
	font-weight: bold;
}
.n_tit_time {
	margin: .4rem 0 .26rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.n_tit_time>p {
	font-size: 0.16rem;
	color: #363636;
	margin-right: 0.28rem;
	padding-right: 0.28rem;
	position: relative;
}
.n_tit_time>p::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	width: 1px;
	height: 0.1rem;
	background: #AAA;
}
.n_share {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.n_share p {
	font-size: 0.16rem;
	color: #363636;
}
.n_share a {
	margin-left: 0.2rem;
}
.n_share a iconify-icon {
	font-size: 0.2rem;
	transition: all 0.3s ease;
}
.n_share a:hover iconify-icon {
	color: var(--i_color);
	transform: translateY(-5px);
}

.n_article{
	width: 10rem;
	max-width: 100%;
	margin: 0 auto;
}
.n_article,
.n_article * {
	text-align: left;
	font-size: .16rem;
	color: #555;
	line-height: 150%;
	
}
.n_article img {
	display: block;
	margin: .2rem auto;
	max-width: 100% !important;
	height: initial !important
}

@media screen and (max-width:1440px) {
	.in_news_art_tit h1 {
		font-size: 0.28rem;
	}
	.n_tit_time {
		margin: 0.3rem 0 .26rem;
	}
}
@media screen and (max-width:1200px) {
	.in_news_art_tit h1 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1024px) {
	.in_news_art_tit h1 {
		font-size: 0.22rem;
	}
	.n_tit_time {
		margin: 0.2rem 0 .22rem;
	}
}
@media screen and (max-width:768px) {
	.in_news_art_tit h1 {
		font-size: 0.18rem;
	}
	.n_tit_time>p,
	.n_share p {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:560px) {
	.in_news_art_tit h1 {
		font-size: 0.17rem;
	}
	.n_tit_time>p {
		margin-right: 0.14rem;
		padding-right: 0.14rem;
	}
	.n_tit_time>p,
	.n_share p {
		font-size: 0.14rem;
	}
	.n_share a iconify-icon {
		font-size: 0.18rem;
	}
}





.n_navigation {
	margin-top: 0.8rem;
	padding-top: 0.2rem;
	border-top: 1px solid var(--border_color);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.n_navigation ul {
	width: 80%;
}
.n_navigation li {
	margin: .12rem 0;
}
.n_navigation li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
}
.n_navigation li p {
	margin-right: 0.06rem;
	font-size: 0.16rem;
	color: #363636;
	font-weight: bold;
	transition: all 0.3s ease;
}
.n_navigation li a:hover p {
	color: var(--i_color);
}

.n_back {
	margin-left: auto;
	padding: .12rem .3rem;
	background: var(--i_color);
	-webkit-border-radius: .3rem;
	border-radius: .3rem;
}
.n_back i {
	font-size: 0.16rem;
	color: #FFF;
}
.n_back b {
	margin-left: 0.06rem;
	font-size: 0.15rem;
	color: #FFF;
	font-weight: bold;
}

@media screen and (max-width:1024px) {
	.n_navigation ul {
		width: 76%;
	}
	.n_back b {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:768px) {
	.n_navigation {
		margin-top: 0.6rem;
	}
	.n_navigation ul {
		width: 100%;
	}
	.n_navigation li p {
		font-size: 0.15rem;
	}
	.n_back {
		margin: .14rem 0 0 0;
	}
}
@media screen and (max-width:560px) {
	.n_navigation {
		margin-top: 0.4rem;
	}
	.n_navigation li p {
		font-size: 0.14rem;
	}
	.n_back {
		padding: .08rem .22rem;
		margin: .1rem 0 0 0;
	}
	.n_back i {
		font-size: 0.15rem;
	}
}




/* ---------------------- Aside Form ---------------------- */
.aside_form{position: fixed;right: 0;bottom: 0;width: 360px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);overflow: hidden;z-index: 999999999;}
.aside_form_tit{padding: 12px 50px; text-align: center; background: var(--i_color); cursor: pointer;position: relative;}
.aside_form_tit p{color: #222;}
.aside_form_tit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}
.aside_form_tit.on iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}

.aside_form_cont{display: none; padding: 24px; background: #FFF;}
.aside_form_cont.on{}

#wpforms-29{--input_font_size:0.16rem; --input_height:0.35rem}
#wpforms-29{width:100%; margin:0 auto; 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:0.16rem}

#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; width:1.5rem; height:var(--input_height); background:var(--i_color);border-radius: 0.05rem; position:relative;margin:0 auto;transition: all 0.3s ease;}

#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: 15px;
	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 input{height:var(--input_height)}
#wpforms-29 textarea{min-height:0.8rem}
#wpforms-29 input, #wpforms-29 textarea{
	width:100%;border: 0; max-width:100%!important;
	font-size:var(--input_font_size);
	background-color: white; 
	color:#222;
	box-sizing:border-box; ;
	padding:0 10px;
	box-shadow: 0 0 0 0 !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	
}



#wpforms-29 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-29 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-29 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-29 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-29 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-29 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-29 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}
#wpforms-29 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}





#wpforms-29 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height);box-shadow: 0 0 transparent; font-size:0.14rem; color:#FFF; line-height:var(--input_height); cursor: default; text-transform:uppercase; position:relative; z-index:2}
#wpforms-29 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}



#wpforms-29 .wpforms-submit-container:hover{
	background-color: var(--i_color);
	animation: a 0.5s 1 linear;
	animation-delay: 0.01s;
}

@media screen and (max-width:560px) {
	.aside_form{width: 100%;}
}



/* 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(0, 0, 0, .7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	transition: all 0.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-32 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-32 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-32 {
	width: 100%;
	overflow: hidden
}
#wpforms-32 input,
#wpforms-32 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-32 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-32 .wpforms-error-container {
	line-height: 16px
}
#wpforms-32 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-32 .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 auto;
	width: 170px;
	height: 38px;
	background: var(--i_color);
	box-sizing: border-box;
	border: 2px solid var(--i_color);
	position: relative
}
#wpforms-32 .wpforms-field-label {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#wpforms-32 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-32 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-32 input {
	height: var(--input_height)
}
#wpforms-32 textarea {
	min-height: 100px
}
#wpforms-32 input,
#wpforms-32 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;
	box-shadow: 0 0 transparent;
}
#wpforms-32 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-32 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-32 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-32 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-32 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-32 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-32 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-32 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}

#wpforms-32 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	box-shadow: 0 0 transparent;
	z-index: 2
}
#wpforms-32 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-32 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-32 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-32 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-32 .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;
	}
	
}
@media screen and (max-width:767px) {
	#aside_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.3rem;
	}
	#wpforms-32 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-32 .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;
	}
}



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







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



/* tag */

.tag{
	box-sizing: border-box;
	padding: 1rem 0;
}
.tag>h2{
	font-size: 0.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.tag .products_all_right{
	width: 100%;
}
.tag>p{
	font-size: 0.2rem;
	color: #333;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}
.tag_list{
    margin-top: 0.4rem;
} 
.tag_list .products_ul{
	gap: 0.4rem 0.2rem;
}
.tag_list .products_ul li{
	width: calc((100% - 0.6rem) / 4);
}




@media screen and (max-width:1600px) {
	
}
@media screen and (max-width:1440px) {
	
	.tag{padding: 0.8rem 0;}
	.tag>h2{font-size: 0.35rem;}
}
@media screen and (max-width:1366px) {
	
}
@media screen and (max-width:1200px) {
	.tag{padding: 0.6rem 0;}
	.tag>h2{font-size: 0.3rem;}
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:960px) {
	
}
@media screen and (max-width:767px) {
	.tag_list .products_ul{
		gap: 0.2rem 0.2rem;
	}
	.tag_list .products_ul li{
		width: calc((100% - 0.2rem) / 2);
	}
	
}
@media screen and (max-width:560px) {
	
}
@media screen and (max-width:425px) {
	
}


.form_hide{display: none;}





