/*

Theme Name: QiHong4

Version: 1.0

Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 83.33%;

	margin-left: auto;

	margin-right: auto;

}



.wrap_top {

	width: 83.33%;

	margin-left: auto;

	margin-right: auto;

}



html {

	scroll-behavior: smooth

}



.wrap_left{

	box-sizing: border-box;

	padding-left: 8.335%;

}



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

	.wrap {

		width: 88%

	}

	.wrap_left{

		padding-left: 6%;

	}

}

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

	.wrap {

		width: 90%

	}

	.wrap_left{

		padding-left: 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_top {

		position: initial;

	}

}





:root {

	--i_color: #FCB80D;

	/* 全局颜色 */

	--i_color2: #333;

	/* 副颜色 */

	--header_top: 0.36rem;

	--header_height: 0.8rem;

	/* 头部高度 */

	--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: 'regular';

	src: url('static/webfonts/Roboto-Regular-14.ttf');

}

@font-face {

	font-family: 'light';

	src: url('static/webfonts/Roboto-Light-10.ttf');

}

@font-face {

	font-family: 'med';

	src: url('static/webfonts/Roboto-Medium-12.ttf');

}

@font-face {

	font-family: 'bold';

	src: url('static/webfonts/Roboto-Bold-3.ttf');

}

body{

	font-family: 'light';

}





/* 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: white;

}

.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);

	}

	header {border-radius:0}

	/* .top_cont {

		background: #333 !important;

	} */



}







/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 82%;

}

.logo img {

	max-height: 100%;

}



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

	.logo a {

		height: 60%;

	}

	.logo img {

		max-height: 90%;

	}

}

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

	.logo a {

		height: 70%;

	}



}











/* 导航 */



.top_up_area{

	background-color:#333;

    position: relative;

}

.top_up_area::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 50%;

	height: 100%;

	background-color: var(--i_color);

	border-radius: 0 2rem 2rem 0;



}

.top_up{

	height: var(--header_top);

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	position: relative;

	z-index: 2;

}

.top_up_left{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   height: 100%;

}

.top_up_left1{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   padding-right: 0.8rem;

}

.top_up_left1 iconify-icon{

	font-size: 0.2rem;

	object-fit: contain;

	margin-right: 0.08rem;

	color: #333;

}

.top_up_left1 a{

    font-size: 0.14rem;

	color: #333;

	white-space:nowrap;

	transition: all 0.3s ease;

	position: relative;

	display: inline-block;

}

.top_up_left1 a::after{

    content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: #333;

	transition: all 0.3s ease;

}

.top_up_left1 a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.top_up_right{

	height: 100%;

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.top_up_right1{

    display: flex;

	display: -webkit-flex;

	align-items: center;

}

.top_up_right1 p{

	font-size: 0.14rem;

	color: #fff;

	line-height: 100%;

}

.top_up_right1 span{

	display: block;

	width: 1px;

	height: 0.16rem;

	background: rgba(255, 255, 255, 0.3);

	margin: 0 0.15rem;

}

.top_language{

   box-sizing: border-box;

   position: relative;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   cursor: pointer;

}

/* .top_language::after{

	content: '';

	position: absolute;

	top: 50%;

	right: 0;

	transform: translate(0, -50%);

	width: 1px;

	height: 0.18rem;

	background-color: #fff;

} */



.top_language iconify-icon{

	font-size: var(--size);

	color: #333;

}

.top_language p{

	font-size: 0.16rem;

	color: white;

	box-sizing: border-box;

	position: relative;

	cursor: pointer;

}



.top_upRight_she{

    display: flex;

	display: -webkit-flex;

	align-items: center;

	gap: 0.2rem;

}

.top_upRight_she dt{



}

.top_upRight_she dt a{

   display: block;

}

.top_upRight_she dt a iconify-icon{

	font-size: 0.2rem;

    color: rgba(255, 255, 255, 0.8);

	transition: all 0.3s ease;

}

.top_upRight_she dt a iconify-icon:hover{

    color: #fff;

}

















@media screen and (min-width:1025px) {

	.i_nav {

		margin-left: auto;

		margin-right: auto;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .35rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .18rem;

		color: #333;

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: capitalize;

	}

	.i_nav>li>a::after{

		content: '';

		position: absolute;

		top: calc(50% + 0.2rem);

		left: 50%;

		transform: translate(-50%, -50%) scale(0);

		width: 0.1rem;

		height: 0.08rem;

		background-color: var(--i_color);

		border-radius: 0.5rem;

	    opacity: 0;

		transition: all 0.3s ease;

	}

	.i_nav>.current-menu-item>a,

	/* .i_nav>.current-category-ancestor>a,

	.i_nav>.current-post-ancestor>a,

	.i_nav>.current-menu-ancestor>a,

	.i_nav>.current-menu-parent>a, */

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		transition: all 0.3s ease;

		position: relative;

		color: var(--i_color);

		z-index: 2;

	}

    .i_nav>.current-menu-item>a::after,

	/* .i_nav>.current-category-ancestor>a::after,

	.i_nav>.current-post-ancestor>a::after,

	.i_nav>.current-menu-ancestor>a::after,

	.i_nav>.current-menu-parent>a::after, */

	.i_nav>li:hover>a::after,

	.i_nav .curr>a::after{

		opacity: 1;

		transform: translate(-50%, -50%) scale(1);

	}















	.i_nav .sub-menu {

		display: none;

		position: absolute;

		border-top: 2px solid var(--i_color);

		background: #fff;

		min-width: 1.6rem;

		overflow: hidden;

	}

	.i_nav .sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu li::before,

	.i_nav .sub-menu li::after {

		content: '';

		position: absolute;

		bottom: 0;

		height: 1px;

	}

	.i_nav .sub-menu li::before {

		left: 0;

		width: 100%;

		background: rgb(0 0 0 / 8%);

	}

	.i_nav .sub-menu li::after {

		right: 0;

		width: 0;

		background: var(--i_color);

	}



	.i_nav .sub-menu a {

		display: block;

		padding: 0 .8rem 0 .2rem;

		font-size: 0.15rem;

		color: #333;

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

	.i_nav .sub-menu a::before {

		content: "\f324";

		font-family: "Font Awesome 5 Pro";

		font-weight: 300;

		position: absolute;

		top: 50%;

		transform: translate(0, -50%);

		left: -.16rem;

		font-size: 0.14rem;

		color: var(--i_color);

	}

	.i_nav .sub-menu li:hover::after {

		right: initial;

		left: 0;

		width: 100%;

	}

	.i_nav .sub-menu li:hover a {

		left: .16rem;

	}

	.i_nav .sub-menu li:hover a {

		color: var(--i_color);

	}

	.i_nav .sub-menu li:hover a::before {

		left: 0;

	}

	.i_nav .sub-menu li,

	.i_nav .sub-menu li::after,

	.i_nav .sub-menu a,

	.i_nav .sub-menu a::before {

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}



}



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

	.i_nav>li {

		margin: 0 .3rem;

	}

}

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



	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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





	.top_up_left1{

		padding-right: 0.4rem;

	}

}

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

	.i_nav {

		display: none;

		position: fixed;

		top:calc(var(--header_height) + var(--header_top));

		left: 0;

		width: 100%;

		width: 100vw;

		max-height: calc(100vh - var(--header_height) - var(--header_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

	}

	.i_nav .sub-menu li:not(:last-child) {

		border-bottom: 1px solid var(--border_color)

	}



	.i_nav>li>.sub-menu b {

		position: absolute;

		top: 0;

		right: 0;

		width: .4rem;

		height: .4rem;

		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}

	.i_nav>li>.sub-menu b.on {

		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



	.i_nav .sub-menu .sub-menu a {

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

	.top_language p{font-size: 14px;}

}

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

    .top_up_right{display: none;}

	.top_up_left {

		width: 100%;

		justify-content: flex-end;

	}

}

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



	.top_up_area::after{width: 0%;}

}













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 2px;

	position: absolute;

	top: 50%;

	margin-top: -1px;

	background: #222;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 2px;

	background: #225;

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before {

	top: 0;

}

.nav_menu::after {

	bottom: 0;

}





.nav_menu.on i {

	opacity: 0

}



.nav_menu.on::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important

	}



}





.top_r {

	--size: .22rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	gap: 0.4rem;

	position: relative;

}

.top_r::after{

	content: '';

    position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	width: 1px;

	height: 0.18rem;

	background-color: #333;



}

.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

	position: relative;

}



.top_search_ico iconify-icon {

	font-size: var(--size);

	color: #333;

	cursor: pointer;

}

.top_search_ico.on iconify-icon {



}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	position: relative;

}

.top_language_all{

   display: inline-block;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   cursor: pointer;

}

.top_language_all p{

   font-size: 0.18rem;

   color: #fff;

   margin-right: 0.05rem;

   transition: all 0.3s ease;

   font-family: 'Roboto';

}

.top_language_all iconify-icon{

	font-size: var(--size);

	cursor: pointer;

	color: #333;

	line-height: 100%;

	transition: all 0.3s ease;

}

.top_language_i{

	font-size: 0.18rem !important;

}

.top_language.on p{

	color: var(--i_color);

}

.top_language.on iconify-icon {

	color: var(--i_color);

}







.language_list{

	opacity: 0;

	visibility: hidden;

	position: absolute;top: calc(var(--header_height) + .2rem);right: 0;

	background: #FFF;

	min-width: 1.2rem;

	z-index: 2016;

	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);

	-webkit-transition:all .4s ease; transition:all .4s ease;

	padding: .16rem .2rem;

}

.language_list.on{

	opacity: 1;

	visibility: visible;

	top: var(--header_height);

}



.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: bold;white-space: nowrap;}

.curr_lang{margin-bottom: 0.12rem;padding-bottom: 0.12rem;border-bottom: 1px solid #EEE;}



.lang_list a{display: block; padding: .06rem 0;}

.lang_list span img{display: none;}

.lang_list .trp-ls-language-name{padding-left: 0.3rem; font-size: 14px;position: relative;}

.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}

.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}



.lang_list li:hover .trp-ls-language-name::after,

.curr_lang .trp-ls-language-name::after{display: block;}

.lang_list li:hover .trp-ls-language-name,

.curr_lang .trp-ls-language-name{color: var(--i_color);}



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

	.top_language_all p{

		font-size: 0.16rem;

	}



}

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



}

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



}













.top_language,

.top_language>iconify-icon {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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



	.top_search_ico i{

		width: 0.4rem;

		height: 0.4rem;

	}

	.top_language_all{

		height: 0.4rem

	}

	.top_language_all p {

		font-size: 0.16rem;

	}

}

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

	.top_search_ico i{

		width: 0.35rem;

		height: 0.35rem;

	}

	.top_language_all{

		height: 0.35rem

	}

}

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

















header,

.top_cont,

.logo,

.logo img,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

	top: -1rem;

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 6;

}

.top_search.on {

	top:calc( var(--header_top) +  var(--header_height));

	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	border: 1px solid var(--i_color);

	overflow: hidden;

}

.top_search_ipt {

	width: calc(100% - var(--search_height));

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

}

.top_search_btn {

	font-size: 0;

	width: calc(var(--search_height));

	height: var(--search_height);

	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;

	background-size: .2rem;

	cursor: pointer;

}



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



}

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

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

	.top_r {

		margin-left: auto;

		margin-right: 0.2rem;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

}



/* 导航下拉 */

/* products */



@media screen and (min-width:1025px) {

    .xiala{

		position: fixed;

		top:calc(var(--header_height) + var(--header_top));

		left: 0;

		width: 100%;

		background-color: #4F4F4F;

		box-sizing: border-box;

		padding:0.4rem 0;

		display: none;



	 }

	 .xiala_ul{

		 display: flex;

		 display: -webkit-flex;

		 justify-content: center;

	 }

	 .xiala_ul>li{

		 width: 19%;

		 position: relative;

	 }



	 .xiala_ul>li::after{

		 content: '';

		 position: absolute;

		 width: 1px;

		 height: 50%;

		 bottom: 0;

		 left: 0;

		 background-color:#958460 ;

	 }

	 .xiala_ul>li>a{



	 }

	 .xiala_img{

		 position: relative;

		 overflow: hidden;

		 width: 80%;

	 }

	 .xiala_img::after{

		 content: '';

		 display: block;

		 padding-bottom: 82%;

	 }

	 .xiala_img img{

		 position: absolute;

		 top: 50%;

		 left: 50%;

		 transform: translate(-50%,-50%);

		 width: 100%;

		 height: 100%;

		 object-fit: cover;

		 border-radius: 0.1rem;

		 transition: all 0.3s ease;

	 }

	 .xiala_img::before{

		 content: '';

		 position: absolute;

		 top: 50%;

		 left: 50%;

		 width: 100%;

		 height: 100%;

		 transform: translate(-50%,-50%);

		 border: 1px solid rgba(255, 182, 13, 0.7);

		 border-radius: 0.1rem;

		 opacity: 0;

		 transition: all 0.3s ease;

	 }

	 .xiala_ul>li>a:hover .xiala_img::before{

		 width: calc(100% - 0.25rem);

		 height: calc(100% - 0.25rem);

		 opacity: 1;

		 z-index: 2;

	 }

	 /* .xiala_ul>li>a:hover .xiala_img img{

		 width: 110%;

		 height: 110%;

	 } */

	 .xiala_ul h2{

		 font-size: 0.18rem;

		 font-weight: bold;

		 color: white;

		 box-sizing: border-box;

		 padding: 0.1rem 0 0.3rem 0.2rem;

		 margin-top: 0.2rem;

		 border-left: 1px solid #957a60;

		 transition: all 0.3s ease;

		 overflow:hidden;

		 white-space: nowrap;

		 text-overflow: ellipsis;

		 box-sizing: border-box;

	 }

	 .xiala_ul>li>a:hover h2{

		 color: var(--i_color);

	 }

	 .xiala_ul_ul{

		 box-sizing: border-box;

		 padding: 0 1% 0.18rem 0.2rem;

		 display: flex;

		 display: -webkit-flex;

		 flex-direction: column;

		 border-left: 1px solid #957a60;

	 }

	 .xiala_ul_ul>li{

		 margin-bottom: 0.1rem;

		 position: relative;

		 overflow: hidden;

	 }



	 .xiala_ul_ul>li>a{

		 font-size: 0.14rem;

		 color: #dbdfe2;

		 position: relative;

		 transition: all 0.3s ease;

		 overflow:hidden;

		 white-space: nowrap;

		 text-overflow: ellipsis;

		 box-sizing: border-box;

	 }

	 .xiala_ul_ul>li>a::after{

		 content: '>';

		 position: absolute;

		 top: 50%;

		 left: -0.2rem;

		 transform: translate(0,-50%);

		 color: var(--i_color);

		 font-size: 0.16rem;

		 transition: all 0.3s ease;

	 }

	 .xiala_ul_ul>li>a:hover{

		 margin-left: 0.2rem;

		 color: var(--i_color);

	 }



	 .xiala_active{

		 display: block;

	 }

	 .xiala_ul1_active>a>h2{

		 color: var(--i_color);

	 }

	 /* .xiala_ul1_active>a img{

		 width: 110%;

		 height: 110%;

	 } */

	 .xiala_ul1_active>a .xiala_img::before{

		 width: calc(100% - 0.25rem);

		 height: calc(100% - 0.25rem);

		 opacity: 1;

		 z-index: 2;

	 }



	 .xiala_ul2_active>a{

		 color: var(--i_color) !important;

		 margin-left: 0.2rem;

	 }

	 .xiala_ul2_active>a::after{

		 left: 0;

	 }

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



	 }

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



	 }

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



	 }

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



	 }

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



	 }



}



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

	.xiala{display: none;}

}











/* -=---------------------banner--------------------------- */

/* banner */

.banner{width:100%; position:relative;margin-top:calc(var(--header_top) + var(--header_height));}

.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:88.7vh; position:relative}

.banner .swiper-slide>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover}

.banner .swiper-slide video{position:absolute; left:0; top:0; width:100%; height:100%!important; object-fit:cover; z-index:2}

.banner .swiper-slide{

	width: 100%;

	display: block;

	transition:all 0.3s ease;

}

.banner .swiper-button-prev, .banner .swiper-button-next{

	position:absolute;

	top: 50%;

	transform: translate(0,-50%);

	cursor:pointer;

	width:0.5rem;

	height:0.5rem;

	z-index:999;

    background: #fff;



	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

}



.banner .swiper-button-prev iconify-icon, .banner .swiper-button-next iconify-icon{

	font-size: 0.25rem;

	color: #222;

	transition: all 0.3s ease;

}

.banner .swiper-button-prev{left: -5%;}

.banner .swiper-button-next{right:-5%;}



.banner .swiper-button-prev:hover iconify-icon, .banner .swiper-button-next:hover iconify-icon{

	color: #fff;

}

.banner:hover .swiper-button-prev{

    left: 2%;

}

.banner:hover .swiper-button-next{

    right: 2%;

}

.banner:hover .swiper-button-prev{



}

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









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



.banner .pagination-all{

	position:absolute;

    bottom: 3%;

    left: 50%;

	transform:translate(-50%,0);

	cursor:pointer;

	z-index:10;

}

.banner .swiper-pagination {

	position: relative;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	text-align: left;

}

.banner .swiper-pagination-bullet {

	width: 0.1rem;

	height: 0.1rem;

	border-radius: 0%;

	display: block;

	box-sizing: border-box;

	background: rgba(255, 255, 255, 0.5);

	opacity: 1;

	margin: 0 0.05rem;

	position: relative;

	z-index: 4;

	transition: all  0.5s ease;

}

.banner .swiper-pagination-bullet-active {

	background: #fff;



}





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



}

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



}

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

	.banner .pagination-all{bottom: 0.2rem;}

}

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



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

	.banner .swiper-slide {

        padding-bottom: 42.92%;

    }

}

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



}

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





}

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



}





/* --------------------banner文字------------------- */

.banner_text1{

   position: absolute;

   top: 20%;

   left: 50%;

   transform: translate(-50%,-50%);

}

.banner_text1_box{



}

.banner_text1_box h3{

   font-size: 0.5rem;

   text-align: center;

   color: #fff;

   text-transform: uppercase;

}

.banner_text1_box h4{

   font-size: 0.2rem;

   color: #fff;

   line-height: 140%;

   text-align: center;

   margin: 0.2rem 0;

}



.banner_text2{

	position: absolute;

	top: 38%;

	left: 50%;

	transform: translate(-50%,-50%);

}

.banner_text2_box{

   width: 36%;

}

.banner_text2_box h3{

   font-size: 0.36rem;

   color: var(--i_color);

   line-height: 120%;

   text-transform: uppercase;

   font-family: 'light';

   border-bottom: 0.08rem solid var(--i_color);

   box-sizing: border-box;

   padding-bottom: 0.1rem;

}

.banner_text2_dl{

   display: flex;

   flex-wrap: wrap;

   margin: 0.2rem 0 0.6rem 0;

   gap: 0.2rem 0;

}

.banner_text2_dl dt{

   font-size: 0.18rem;

   color: #fff;

   box-sizing: border-box;

   padding-left: 0.24rem;

   position: relative;

   font-family: 'light';

   width: 40%;

   text-transform: capitalize;

}

.banner_text2_dl dt::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 0.1rem;

	height: 0.1rem;

	background-color: var(--i_color);

}



.banner_text3{

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}

.banner_text3_box{

   width: 55.5%;

   box-sizing: border-box;

   padding: 0.3rem 0.4rem;

   border: 2px solid #fff;

   display: flex;

   flex-direction: column;

   align-items: center;

   background-color: rgba(255,237,182,0.5);

}

.banner_text3_box h3{

   font-size: 0.5rem;

   color: #fff;

   text-transform: uppercase;

   text-align: center;

   line-height: 120%;

   color: var(--i_color);

}

.banner_text3_box h4{

   line-height: 140%;

   font-size: 0.2rem;

   color: #fff;

   text-align: center;

   margin: 0.3rem 0;

}

.banner_text3_box img{

   width: 100%;

   margin-top: 0.4rem;

}

















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

	.banner_text1_box h3{

		font-size: 0.45rem;

	}

	.banner_text1_box h4 {

		font-size: 0.18rem;

	}

	.banner_text2_box h3{

		font-size: 0.32rem;

	}

	.banner_text2_dl dt {

		font-size: 0.16rem;

		padding-left: 0.2rem;

		width: 45%;

	}

	.banner_text3_box h3{

		font-size: 0.45rem;

	}

	.banner_text3_box h4 {

		font-size: 0.18rem;

	}

}

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

	.banner_text1_box h3{

		font-size: 0.4rem;

	}

	.banner_text1_box h4 {

		font-size: 0.16rem;

		margin: 0.15rem 0;

	}

	.banner_text2_box h3{

		font-size: 0.28rem;

	}

	.banner_text2_dl dt {

		font-size: 0.14rem;

		width: 50%;

	}

	.banner_text2_dl {

		margin: 0.2rem 0 0.4rem 0;

		gap: 0.15rem 0;

	}

	.banner_text2_box h3 {

		border-bottom: 0.06rem solid var(--i_color);

	}

	.banner_text3_box h3{

		font-size: 0.4rem;

	}

	.banner_text3_box h4 {

		font-size: 0.16rem;

		margin: 0.2rem 0;

	}

	.banner_text3_box img {

		margin-top: 0.2rem;

	}

}

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

	.banner_text1_box h3{

		font-size: 0.35rem;

	}

	.banner_text1_box h4 {

		font-size: 0.14rem;

		margin: 0.1rem 0;

	}

	.banner_text1_box h4 br{

		display: none;

	}

	.banner_text2_box h3{

		font-size: 0.24rem;

	}

	.banner_text2_box h3 {

		border-bottom: 0.04rem solid var(--i_color);

	}

	.banner_text3_box h3{

		font-size: 0.35rem;

		margin-bottom: 0.2rem;

	}

	.banner_text3_box h4{

		display: none;

	}

	.banner_text3_box {

		padding: 0.3rem;

	}

}

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

	.banner_text1_box h3{

		font-size: 0.3rem;

	}

	.banner_text2_box h3{

		font-size: 0.2rem;

	}

	.banner_text3_box h3{

		font-size: 0.3rem;

	}

	.banner_text3_box img{display: none;}

}

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

	.banner_text1_box h3{

		font-size: 0.25rem;

	}

	.banner_text2_dl{

		display: none;

	}

	.banner_text2_box h3{

		margin-bottom: 0.2rem;

	}

	.banner_text2_box {

		width: 40%;

	}

	.banner_text2_box h3 {

		border-bottom: 0.02rem solid var(--i_color);

	}

	.banner_text3_box h3{

		font-size: 0.25rem;

	}

	.banner_text3_box {

        padding: 0.2rem;

    }

}

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

	.banner_text1_box h3{

		font-size: 0.22rem;

	}

	.banner_text1 {

		top: 35%;

	}

	.banner_text2_box {

		width: 50%;

	}

	.banner_text3_box h3{

		font-size: 0.22rem;

	}

	.banner_text3_box {

        padding: 0.1rem;

    }

	.banner_text3_box h3 {

        margin-bottom: 0.1rem;

    }

}

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

	.banner_text1_box h3{

		font-size: 0.2rem;

	}

	.banner_text1 {

		top: 40%;

	}

	.banner_text2_box {

		width: 60%;

	}

	.banner_text3_box h3{

		font-size: 0.2rem;

	}

}













/* home_btn */

.home_btn{



}

.home_btn a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.12rem 0.25rem;

   background-color: var(--i_color);

   border-radius: 1.38rem;

   font-size: 0.18rem;

   color: #fff;

   text-transform: capitalize;

   transition: all 0.3s ease;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.home_btn a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 100%;

	border-radius: 1.38rem;

	background-color: var(--i_color2);

	transition: all 0.5s ease;

	z-index: -1;

}

.home_btn a:hover::after{

    width: 100%;

	right: auto;

	left: 0;

}

.home_btn_center{

	display: flex;

	justify-content: center;

}

.home_btn_black a{

	border: 1px solid #202020;

	color: #202020;

	background-color: transparent;

}

.home_btn_black a:hover{

	color: #fff;

}

















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



}

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

	.home_btn a{

		padding: 0.1rem 0.2rem;

		font-size: 0.16rem;

	}



}

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



}

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



}

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

	.home_btn a{

		font-size: 0.14rem;

	}

}

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



}

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



}



/* category */

.category_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background-color: #F7F7F7;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.category_bac::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 6.58rem;

	height: 5.94rem;

	background: url('static/imgs/category_bac.png') center no-repeat;

	background-size: cover;

	z-index: -1;

}

.category{



}

.category_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.25rem;

   margin-top: 0.6rem;

}



.category_ul li{

   width: calc((100% - 0.5rem) / 3);

}

.category_ul li a{

   display: block;

   width: 100%;

   position: relative;

   overflow: hidden;

   border-radius: 0.1rem;

}

.category_ul li a::after{

	content: '';

	display: block;

	padding-bottom: 46.42%;

}

.category_ul li a img{

   position: absolute;

   top: 50%;

   left: 50%;

   transform: translate(-50%,-50%);

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.category_text{

   position: absolute;

   width: 50%;

   top: 0;

   left: 0;

   height: 100%;

   box-sizing: border-box;

   padding: 0.28rem 0 0.28rem 6%;

   display: flex;

   flex-direction: column;

   align-items: flex-start;

   justify-content: space-between;

}

.category_text p{

   font-size: 0.3rem;

   font-family: 'regular';

   color: #333;

   transition: all 0.3s ease;

}

.category_i{

	display: inline-block;

	box-sizing: border-box;

	padding: 0.12rem 0.2rem;

	border-radius: 0.8rem;

	background-color: rgba(255, 182, 13, 0.3);

	transition: all 0.3s ease;

}

.category_i_s{

   display: flex;

   align-items: center;

   gap: 0.2rem;

}

.category_i h3{

   font-size: 0.18rem;

   color: #202020;



}

.category_i i{

   width: 0.44rem;

   height: 0.06rem;

   display: block;

   background: url('static/imgs/right.png') center no-repeat;

   background-size: contain;

}

.category_ul li a:hover p{

	color: var(--i_color);

}

.category_ul li a:hover  .category_i{

	background-color: var(--i_color);

}

.category_ul li a:hover h3{

	color: #fff;

}

.category_ul li a:hover i{

	filter: brightness(10000);

}







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

	.category_text p {

		font-size: 0.26rem;

	}

	.category_i_s {

		gap: 0.1rem;

	}

	.category_bac {

		padding: 0.8rem 0;

	}

}

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

	.category_text p {

		font-size: 0.22rem;

	}

	.category_i h3 {

		font-size: 0.16rem;

	}

	.category_i i {

		width: 0.35rem;

		height: 0.04rem;

	}

	.category_i_s {

		gap: 0.05rem;

	}

	.category_bac {

		padding: 0.6rem 0;

	}

}

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

	.category_text p {

		font-size: 0.2rem;

	}

}

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

	.category_ul li {

		width: calc((100% - 0.25rem) / 2);

	}

}

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

	.category_i{display: none;}

	.category_text p {

        font-size: 0.18rem;

    }

	.category_ul {

		gap: 0.1rem;

		margin-top: 0.4rem;

	}

	.category_ul li {

		width: calc((100% - 0.1rem) / 2);

	}

}

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

	.category_text p {

        font-size: 0.16rem;

    }

}

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



}







/* title */

.title_box{

   display: flex;

   justify-content: space-between;

   align-items: center;

   gap: 0.2rem;

   flex-wrap: wrap;

}

.title{

   position: relative;

   z-index: 2;

}

.title p{

   font-size: 0.4rem;

   color: #202020;

   text-transform: capitalize;

   box-sizing: border-box;

   padding-bottom: 0.3rem;

   position: relative;

   z-index: 2;

}

.title p span{

   color: var(--i_color);

}

.title h3{

   font-size: 0.18rem;

   color: #999;

}

.title h3 a{

	font-size: 0.18rem;

    color: var(--i_color);

}

.title_i1{

   position: absolute;

   top: -1px;

   left: -0.12rem;

   width: 0.4rem;

   height: 0.4rem;

   background: linear-gradient(135deg,rgba(252,184,13,1),rgba(252,184,13,0.1));

   border-radius: 50%;

   z-index: -1;

}

.title_i2{

   position: absolute;

   width: 0.18rem;

   height: 0.18rem;

   background-color: var(--i_color);

   top: 0.45rem;

   left: 0;

   z-index: -1;

}

.title_center{

	display: flex;

	flex-direction: column;

	align-items: center;

}

.title_center h3{

	text-align: center;

}

.title_white p{

	color: #fff;

}

.title_white h3{

	color: #fff;

}

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

	.title p {

		font-size: 0.35rem;

	}

}

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

	.title p {

		font-size: 0.3rem;

		padding-bottom: 0.2rem;

	}

	.title_i1 {

		top: -0.05rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.title_i2 {

		width: 0.12rem;

		height: 0.12rem;

		top: 0.3rem;

	}

	.title h3,.title h3 a{

		font-size: 0.16rem;

	}



}

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

	.title p {

		font-size: 0.25rem;

	}

}

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



}

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

	.title p {

		font-size: 0.22rem;

	}

	.title h3,.title h3 a {

		font-size: 0.14rem;

	}

	.title h3 br{

		display: none;

	}

}

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

	.title{

		box-sizing: border-box;

		margin-left: 0.1rem;

	}

}

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



}







/* home_about */

.home_about_bac{

   position: relative;

   z-index: 2;

}

.home_about_bac>img{

   width: 52.19%;

   position: absolute;

   bottom: 0;

   right: 0;

}

.home_about_bac::after{

	content: '';

	position: absolute;

	right: 12%;

    bottom: 0.8rem;

    width: 7.01rem;

	height: 5.26rem;

	background: url('static/imgs/home_about_bac.png') center no-repeat;

	background-size: contain;

	z-index: -1;

}

.home_about{



}

.home_about_left{

   width: 45.3%;

   box-sizing: border-box;

   padding-top: 0.7rem;

}

.home_about_left h3{

   font-size: 0.4rem;

   color: var(--i_color);

   margin-bottom: 0.3rem;

}

.home_about_left h4{

   line-height: 144%;

   color: #666;

   font-size: 0.18rem;

}

.home_about_left h4 a{

	color: var(--i_color);

	font-size: 0.18rem;

	border-bottom: 1px solid var(--i_color);

	text-transform: capitalize;

}

.home_about_ul{

   display: flex;

   align-items: flex-start;

   margin: 0.7rem 0 0.4rem 0;

   gap: 0.2rem;

}

.home_about_ul li{

   width: calc((100% - 0.4rem) / 3);

   box-sizing: border-box;

}

.home_about_ul li:nth-child(2){

	margin-top: 0.25rem;

}

.home_about_ul li h5{

   font-size: 0.24rem;

   color: #333;

   position: relative;

   text-align: center;

}

.home_about_ul li h5::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	width: 1.04rem;

	height: 1.04rem;

	border-radius: 50%;

	background: linear-gradient(45deg,rgba(252,184,13,8.5%),rgba(252,184,13,1.48%));

}

.home_about_ul li h5 span{

   font-size: 0.6rem;

   color: #333;

}

.home_about_ul li h6{

   font-size: 0.16rem;

   color: #666;

   text-align: center;

   margin-top: 0.3rem;

}

.home_about_down{

   box-sizing: border-box;

   padding: 0.45rem 0;

   background-color: var(--i_color);

}

.home_about_box{



}

.home_about_box .home_btn{

	margin-top: 0.3rem;

}

.home_about_box .top_up_left1 a,

.home_about_box .top_up_left1 iconify-icon{

	font-size: 0.2rem;

	font-family: 'regular';

}





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

	.home_about_left h3{

		font-size: 0.35rem;

	}

	.home_about_ul {

		margin: 0.6rem 0 0.3rem 0;

	}

	.home_about_left h4 a,

	.home_about_left h4{

		font-size: 0.16rem;

	}

}

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

	.home_about_left{

		padding-top: 0.6rem;

	}

	.home_about_left h3{

		font-size: 0.3rem;

		margin-bottom: 0.2rem;

	}

	.home_about_ul {

		margin: 0.4rem 0 0.2rem 0;

	}

	.home_about_ul li h5 span {

		font-size: 0.5rem;

	}

}

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

	.home_about_left h3{

		font-size: 0.28rem;

	}

	.home_about_ul li h5 span {

		font-size: 0.4rem;

	}

}

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

	.home_about_left h3{

		font-size: 0.26rem;

	}

}

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

	.home_about_left h3{

		font-size: 0.24rem;

	}

	.home_about_left {

		width:100%;

	}

	.home_about_bac>img{

		opacity: 0.5;

	}

	.home_about_bac .top_up_right{

		display: block;

	}

	.home_about_ul li h6 {

		font-size: 0.14rem;

	}

}

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

	.home_about_left h3{

		font-size: 0.22rem;

	}

}

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



}





/* home_video */

.home_video_bac{

   background-color: #1B1B1B;

}

.home_video{

    position: relative;

}

.home_video img{

	width: 100%;

	display: block;

}



.home_video_bac i{

	display: block;

	width: 0.7rem;

	height: 0.7rem;

	border-radius: 50%;

	border: 1px solid #fff;

	cursor: pointer;

	background: url('static/imgs/video.png') center no-repeat;

	background-size: contain;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);



}





.i_v_btn::before {

    animation: serv_one_border 2s 0s ease infinite;

}



.i_v_btn::before {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

	transform: translate(-50%,-50%);

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.i_v_btn span::before{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

	transform: translate(-50%,-50%);

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.i_v_btn span::after{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

	transform: translate(-50%,-50%);

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.i_v_btn span::before {

    animation: serv_one_border 1.5s 0s ease infinite;

}

.i_v_btn span::after {

    animation: serv_one_border 2.5s 0s ease infinite;

}



@keyframes serv_one_border {

	0% {

		opacity: 0

	}

	5% {

		opacity: 1

	}

	80% {

		opacity: 0

	}

	100% {

		opacity: 0;

		transform:translate(-50%,-50%) scale(1.5);

		-ms-transform:translate(-50%,-50%) scale(1.5);

		-o-transform:translate(-50%,-50%) scale(1.5);

		-webkit-transform:translate(-50%,-50%) scale(1.5);

		-moz-transform:translate(-50%,-50%) scale(1.5);

	}

}



@keyframes yuan{

	0%{

		transform:translate(-50%,-50%) rotate(0deg);

	}

	100%{

		transform:translate(-50%,-50%) rotate(360deg);

	}

}







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



}

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

	.home_video_bac i{

		width: 0.6rem;

		height: 0.6rem;

	}

}

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



}

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



}

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

	.home_video_bac i{

		width: 0.5rem;

		height: 0.5rem;

	}

}

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



}

@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_products */

.home_products_bac{

   box-sizing: border-box;

   padding: 0.8rem 0 0 0;

}

.home_products{



}

.home_products_title{

	display: flex;

	flex-wrap: wrap;

	gap: 0.2rem;

	justify-content: space-between;

	align-items: center;

}

.home_products_list{

    width: 43%;

	display: flex;

	flex-wrap: wrap;

	gap: 0.2rem 0.3rem;

	align-items: center;

	justify-content: space-between;

}

.home_products_list li{

	font-size: 0.22rem;

	color: #202020;

	display: inline-block;

	box-sizing: border-box;

	padding: 0.08rem 0.12rem;

	border-radius: 0.6rem;

	font-family: 'regular';

	line-height: 100%;

	transition: all 0.3s ease;

	cursor: pointer;

}

.home_products_list li.current{

	color: #fff;

	background-color: var(--i_color);

}

.home_products_box{

   padding: 0.6rem 0;

   background: url('static/imgs/home_products_bac.webp') center no-repeat;

   background-size: cover;

}

.home_products_dl{



}

.home_products_dl dt{



}

.home_products_ul{

   display: flex;

   gap: 0.4rem 0.2rem;

   flex-wrap: wrap;

}

.home_products_ul li{

   width: calc((100% - 0.8rem) / 5);

}

.home_products_ul li a{

   display: block;

   width: 100%;

}

.home_products_img{

    position: relative;

    border: 1px solid #999;

	border-radius: 0.1rem;

	overflow: hidden;

	transition: all 0.3s ease;

}

.home_products_img::after{

    content: '';

	display: block;

	padding-bottom: 100%;

}

.home_products_img img{

    position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.home_products_text{

	margin-top: 0.1rem;

}

.home_products_text h3{

   font-size: 0.2rem;

   color: #999;

   font-family: 'regular';

   font-weight: bold;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.home_products_i{

   display: flex;

   align-items: center;

   box-sizing: border-box;

   padding-bottom: 0.05rem;

   border-bottom: 1px solid rgba(0, 0, 0, .1);

   position: relative;

   margin: 0.1rem 0;

   transition: all 0.3s ease;

}

.home_products_i::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 30%;

	height: 1px;

	background: var(--i_color);

	transition: all 0.5s ease;

}

.home_products_i h4{

   font-size: 0.3rem;

   color: #999;

   font-family: 'regular';

   width: calc(100% - 0.3rem);

   box-sizing: border-box;

   padding-right: 0.1rem;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.home_products_i i{

   display: block;

   width: 0.3rem;

   height: 0.3rem;

   border-radius: 50%;

   border: 1px solid #999;

   display: flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

   opacity: 0.5;

}

.home_products_i i iconify-icon{

    font-size: 0.2rem;

	color: var(--i_color);

	opacity: 0.5;

	transition: all 0.3s ease;

}

.home_products_text h5{

   font-size: 0.18rem;

   color: #202020;

}

.home_products_text h5 span{

	font-size: 0.18rem;

	color: #ED4141;

}

.home_products_ul li a:hover .home_products_img{

    border: 1px solid var(--i_color);

}

.home_products_ul li a:hover .home_products_text h3{

	color: #333;

	opacity: 1;

}

.home_products_ul li a:hover .home_products_i{

	opacity: 1;

}

.home_products_ul li a:hover .home_products_i::after{

	width: 100%;

}

.home_products_ul li a:hover .home_products_text h4{

	color: var(--i_color);

}

.home_products_ul li a:hover .home_products_text i{

    background-color: var(--i_color);

	border: 1px solid var(--i_color);

	opacity: 1;

}

.home_products_ul li a:hover .home_products_text i iconify-icon{

    color: #fff;

	opacity: 1;

}







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

	.home_products_list li {

		font-size: 0.2rem;

	}

	.home_products_list{

        width: 48%;

	}

	.home_products_i h4 {

		font-size: 0.28rem;

	}

}

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

	.home_products_list li {

		font-size: 0.18rem;

	}

	.home_products_bac {

		padding: 0.6rem 0 0 0;

	}

	.home_products_i h4 {

		font-size: 0.26rem;

	}

	.home_products_text h3 {

		font-size: 0.18rem;

	}

	.home_products_text h5,

	.home_products_text h5 span{

		font-size: 0.16rem;

	}

	.home_products_box {

		padding: 0.4rem 0 0.6rem 0;

	}

	.home_products_i i {

		width: 0.25rem;

		height: 0.25rem;

	}

	.home_products_i h4 {

		width: calc(100% - 0.25rem);

	}

}

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

	.home_products_list{

        width: 100%;

	}

	.home_products_i h4 {

		font-size: 0.22rem;

	}

}

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

	.home_products_i h4 {

		font-size: 0.2rem;

	}

}

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

	.home_products_list {

		gap: 0.1rem ;

	}

	.home_products_i h4 {

		font-size: 0.18rem;

	}

	.home_products_ul li {

		width: calc((100% - 0.2rem) / 2);

	}

}

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

	.home_products_i h4 {

		font-size: 0.16rem;

	}

}

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



}





/* display */

.display_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('static/imgs/display_bac.webp') center no-repeat;

   background-size: cover;

}

.display{



}







.Applications_ul{

	margin-top: 0.6rem;

	display: grid;

    grid-template-columns: repeat(5, 1fr);

    grid-gap: 0.2rem;

    grid-template-rows: repeat(2, 2.9rem);

    width: 100%;

    grid-template-areas:

        "a a b c d"

        "e e b f f";

}

.Applications_ul li{

	border-radius: 0.14rem;

	overflow: hidden;

	position: relative;

}

.Applications_ul li img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: all 0.3s ease;

	transform-origin: center;



}

.Applications_ul li img:hover{

	transform: scale(1.1);

}

.Applications_ul li:nth-child(1){

	grid-area: a;

}

.Applications_ul li:nth-child(2){

	grid-area: b;

}

.Applications_ul li:nth-child(3){

	grid-area: c;

}

.Applications_ul li:nth-child(4){

	grid-area: d;

}

.Applications_ul li:nth-child(5){

	grid-area: e;

}

.Applications_ul li:nth-child(6){

	grid-area: f;

}







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

	.Applications_ul {grid-template-rows: repeat(2, 2.8rem);}

}

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



}

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

	.Applications_ul {grid-template-rows: repeat(2, 2.6rem);}

	.display_bac {

		padding: 0.6rem 0;

	}

}

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

	.Applications_ul {grid-template-rows: repeat(2, 2.4rem);}

}

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

	.Applications_ul {grid-template-rows: repeat(2, 2rem);}

}

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

	.Applications_ul { grid-gap: 0.1rem;}

	.Applications_ul{

		margin-top: 0.4rem;

		grid-template-columns: repeat(3, 1fr);

		grid-template-rows: repeat(4, 1.5rem);

		grid-template-areas:

		"a a a"

		"e e e"

		"b c d"

		"b f f";



	}

}

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

	.Applications_ul {grid-gap: 0.05rem;}

}

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



}







/* how_to */

.how_to_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background: url('static/imgs/how_bac.webp') center no-repeat;

   background-size: cover;

   background-attachment: fixed;

}

.how_to{



}

.how_to_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.75rem;

   margin-top: 0.6rem;

   overflow: hidden;

}



.how_to_ul li{

   width: calc((100% - 3rem) / 5);

   background: linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0));

   display: flex;

   flex-direction: column;

   align-items: center;

   box-sizing: border-box;

   padding: 0.6rem 0.3rem;

   border: 1px solid #999;

   border-radius: 0.1rem;

   position: relative;

   overflow: hidden;

   z-index: 2;

   transition: all 0.3s ease;

}

.how_to_ul li::after{

	content: '';

	position: absolute;

	bottom: -100%;

	left: 0;

	width: 100%;

	height: 100%;

	background: linear-gradient(to top,rgba(252,184,13,1),rgba(252,184,13,0));

	z-index: -1;

	transition: all 0.7s ease;

}

.how_to_ul li img{

   width: 0.84rem;

   height: 0.84rem;

   object-fit: contain;

   filter: brightness(10000) grayscale(100%);

   -webkit-filter: brightness(10000) grayscale(100%);

}

.how_to_ul li h3{

   font-size: 0.2rem;

   color: #333;

   text-align: center;

   font-family: 'regular';

   margin: 0.5rem 0 0.2rem 0;

   transition: all 0.3s ease;

}

.how_to_ul li h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   text-align: center;

   transition: all 0.3s ease;

}

.how_to_ul li:hover{

	border: 1px solid var(--i_color);



}

.how_to_ul li:hover::after{

	bottom: 0;

}

.how_to_ul li:hover img{

	filter: unset;

   -webkit-filter: unset;

}

.how_to_ul li:hover h3{

	color: #fff;

}

.how_to_ul li:hover h4{

	color: #fff;

}



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

	.how_to_ul li img {

		width: 0.8rem;

		height: 0.8rem;

	}

	.how_to_ul li h3 {

		font-size: 0.18rem;

		margin: 0.4rem 0 0.2rem 0;

	}

	.how_to_ul li h4 {

		font-size: 0.16rem;

	}

	.how_to_ul li {

		width: calc((100% - 2.4rem) / 5);

		padding: 0.5rem 0.2rem;

	}

	.how_to_ul {

		gap: 0.6rem;

	}

	.how_to_bac {

		padding: 0.8rem 0;

	}

}

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

	.how_to_ul li img {

		width: 0.7rem;

		height: 0.7rem;

	}

	.how_to_ul li h3 {

		font-size: 0.16rem;

		margin: 0.3rem 0 0.15rem 0;

	}

	.how_to_ul li h4 {

		font-size: 0.14rem;

	}

	.how_to_ul li {

		width: calc((100% - 2rem) / 5);

		padding: 0.4rem 0.2rem;

	}

	.how_to_ul {

		gap: 0.5rem;

		margin-top: 0.4rem;

	}

	.how_to_bac {

		padding: 0.6rem 0;

	}

}

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

	.how_to_ul li img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.how_to_ul li {

		width: calc((100% - 0.8rem) / 5);

	}

	.how_to_ul {

		gap: 0.2rem;

	}

}

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

	.how_to_ul li img {

		width: 0.5rem;

		height: 0.5rem;

	}

}

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

    .how_to_ul li {

        width: calc((100% - 0.2rem) / 2);

    }

	.how_to_bac {

		background-attachment: unset;

	}

}

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



}

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



}





/* home_news */

.home_news_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.home_news{



}













/*  */

.HN_partner_box{

	margin-top: 0.5rem;

}



.HN_partner{position:relative}

.HN_partner_list{width:100%; padding:0.1rem !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.HN_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.HN_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.HN_partner_list li a{

	display: block;

	width: 100%;

	box-sizing: border-box;

	padding: 0.3rem;

	border-radius: 0.1rem;

	border: 1px solid #999;

	transition: all 0.3s ease;

}

.HN_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden;border-radius: 0.1rem;}

.HN_partner_list .img:before{content:""; display:block; padding-bottom:68.18%}

.HN_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}





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



.HN_text{



}

.HN_text h3{

   font-size: 0.2rem;

   color: #202020;

   line-height: 0.24rem;

   height: 0.48rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   margin: 0.2rem 0;

   transition: all 0.3s ease;

}

.HN_text_i{

   display: flex;

   align-items: center;

}

.HN_text_i h4{

   width: calc(100% - 0.4rem);

   box-sizing: border-box;

   font-size: 0.18rem;

   color: #666;

}

.HN_text_i i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.4rem;

   height: 0.4rem;

   border-radius: 50%;

   border: 1px solid #999;

   transition: all 0.3s ease;

}

.HN_text_i i iconify-icon{

   font-size: 0.25rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}

.HN_partner_list li a:hover{

	border: 1px solid var(--i_color);

}

.HN_partner_list li a:hover h3{

	color: var(--i_color);

}

.HN_partner_list li a:hover  i{

	background: var(--i_color);

	border: 1px solid var(--i_color);

}

.HN_partner_list li a:hover   i iconify-icon{

	color: #fff;

}









/* 指示器 */

.HN_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}

.HN_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:50%; outline:none}

.HN_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}













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

	.home_news_bac {

		padding: 0.8rem 0;

	}

	.HN_text h3 {

		font-size: 0.18rem;

		line-height: 0.22rem;

		height: 0.44rem;

	}

}

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

	.home_news_bac {

		padding: 0.6rem 0;

	}

	.HN_text h3 {

		font-size: 0.16rem;

		line-height: 0.2rem;

		height: 0.4rem;

	}

	.HN_partner_list li a {

		padding: 0.25rem;

	}

	.HN_partner_box{

		margin-top: 0.3rem;

	}

	.HN_text_i h4 {

		font-size: 0.16rem;

	}

}

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



}

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

	.HN_partner_list li a {

		padding: 0.2rem;

	}

}

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

	.HN_partner_list li a {

		padding: 0.1rem;

	}

}







/* brand */

.brand_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background-color: #F7F7F7;

   overflow: hidden;

}

.brand{



}







/*  */

.brand_partner_box{

	margin-top: 0.4rem;

}



.brand_partner{position:relative}

.brand_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.brand_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.brand_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



.brand_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden;border-radius: 0.08rem;border: 1px solid rgba(51,51,51,0.2);transition: all 0.3s ease;}

.brand_partner_list .img:before{content:""; display:block; padding-bottom:39.53%}

.brand_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}





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

.brand_partner_list li:hover .img{

	border: 1px solid var(--i_color);

}

/* 指示器 */

.brand_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}

.brand_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:50%; outline:none}

.brand_partner .pt-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){

	.brand_partner .pt-button-prev, .brand_partner .pt-button-next{display:none}

	.brand_partner .pt-pagination{display:block}

	.brand_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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



}





/* footer */

.footer_bac{

   background: url('static/imgs/footer_bac.webp') center no-repeat;

   background-size: cover;

}

.footer{

   box-sizing: border-box;

   padding-bottom: 0.6rem;

}

.footer_top{

   display: flex;

   align-items: center;

   justify-content: space-between;

   gap: 0.2rem;

   flex-wrap: wrap;

   box-sizing: border-box;

   padding: 0.4rem 0;

   border-bottom: 1px solid rgba(255, 255, 255, 0.2);

   margin-bottom: 0.4rem;

}

.footer_logo{

   display: flex;

   gap: 0.3rem;

   align-items: center;

}

.footer_logo img{

   height: 0.75rem;

}

.footer_logo p{

   font-size: 0.3rem;

   color: #fff;

   line-height: 143.75%;

}

.footer_list{

   display: flex;

   gap: 0.5rem;

}

.footer_list ul{

	display: none !important;

}

.footer_list li{



}

.footer_list li a{

	font-size: 0.2rem;

	color: #fff;

	transition: all 0.3s ease;

	position: relative;

}

.footer_list li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.footer_list li a:hover{

	color: var(--i_color);

}

.footer_list li a:hover::after{

   right: auto;

   left: 0;

   width: 100%;

}

.footer_center{

	display: flex;

}

.footer_1{

   width: 40.624%;

   box-sizing: border-box;

   padding-right: 6%;

}

.footer_h3{

   font-size: 0.3rem;

   color: #fff;

   font-family: 'regular';

   font-weight: bold;

   margin-bottom: 0.3rem;

   text-transform: uppercase;

}

.footer_contact{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_contact li{

   display: flex;

}

.footer_contact li iconify-icon{

   font-size: 0.25rem;

   color: var(--i_color);

}

.footer_contact li a{

   font-size: 0.18rem;

   line-height: 155%;

   color: #fff;

   width: calc(100% - 0.25rem);

   box-sizing: border-box;

   padding-left: 0.1rem;

   transition: all 0.3s ease;

}

.footer_contact li a:hover{

	color: var(--i_color);

}

.footer_share{

   display: flex;

   gap: 0.4rem;

   margin-top: 0.6rem;

}

.footer_share dt{



}

.footer_share dt a{



}

.footer_share dt a iconify-icon{

   font-size: 0.3rem;

   color: rgba(255, 255, 255, 0.5);

   transition: all 0.3s ease;

}

.footer_share dt a iconify-icon:hover{

	color: var(--i_color);

	transform: translateY(-0.05rem);

}

.footer_ul{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_ul ul{

	display: none !important;

}

.footer_ul li{



}

.footer_ul li a{

	font-size: 0.18rem;

	color: #fff;

	position: relative;

	text-transform: capitalize;

}

.footer_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;

}

.footer_ul li a:hover{

	color: var(--i_color);

}

.footer_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}



.footer_2{

	width: 25.625%;

}

.footer_3{

	width: 22.5%;

}

.footer_4{

	width: 11.251%;

}



.footer_down{

	box-sizing: border-box;

	padding: 0.25rem 0;

	background-color: var(--i_color);

}

.footer_down_box{



}

.footer_down_box p{

   font-size: 0.18rem;

   color: #202020;

}

.footer_down_box p a{

	font-size: 0.18rem;

	color: #202020;

	border-bottom: 1px solid #202020;

}



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

	.footer_logo p {

		font-size: 0.26rem;

	}

	.footer_logo img {

		height: 0.7rem;

	}

	.footer_h3 {

		font-size: 0.28rem;

		margin-bottom: 0.25rem;

	}

	.footer_list {

		gap: 0.4rem;

	}

	.footer_list li a {

		font-size: 0.18rem;

	}

}

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

	.footer_logo p {

		font-size: 0.22rem;

	}

	.footer_logo {

		gap: 0.2rem;

	}

	.footer_logo img {

		height: 0.65rem;

	}

	.footer_h3 {

		font-size: 0.24rem;

		margin-bottom: 0.2rem;

	}

	.footer_contact li a {

		font-size: 0.16rem;

	}

	.footer_list li a {

		font-size: 0.16rem;

	}

}

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

	.footer_logo p {

		font-size: 0.2rem;

	}

	.footer_list{

		display: none;

	}

	.footer_logo p br{display: none;}

	.footer_2,.footer_3,.footer_4{display: none;}

	.footer_1{

		width: 100%;

	}

}

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



}

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

	.footer_share {

		margin-top: 0.4rem;

	}

	.footer_down{

		padding: 0.25rem 0 0.75rem 0;

	}

}

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

	.footer_down_box p,

	.footer_down_box p a{

		font-size: 0.16rem;

	}

	.footer {

		padding-bottom: 0.4rem;

	}

}

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



}





/* banner_about */

.banner_top{

   height: calc(var(--header_height) + var(--header_top));

}

.banner_about{

   position: relative;

   overflow: hidden;

}

.banner_about::after{

   content: '';

   display: block;

   padding-bottom: 31.35%;

}

.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.36rem;

   color: #fff;

   text-transform: uppercase;

}







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

	.banner_about_text h3{

		font-size: 0.32rem;

	}

}

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

	.banner_about_text h3{

		font-size: 0.28rem;

	}

}

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

	.banner_about_text h3{

		font-size: 0.24rem;

	}

}

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

	.banner_about_text h3{

		font-size: 0.2rem;

	}

}

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



}

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



}

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



}











/* 当前位置 */

.in_position{padding:0.14rem 0;background-color: transparent;}



.in_position a{display:block; float:left; font-size:0.14rem; color:#fff; position:relative; line-height:0.2rem; text-transform:capitalize}

.in_position a:not(:last-child):after{content:">"; margin:0 0.1rem; color:#fff}

.in_position a:last-child{color:var(--i_color)!important}

.in_position a:hover{color:var(--i_color)}

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

    .in_position{

	  display: none;

    }

}

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



}

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



}







/* about_us */

.about_us_bac{

   box-sizing: border-box;

   padding: 0.6rem 0 0 0;

}

.about_us{



}

.about_us1{

   display: flex;

   flex-wrap: wrap;

   overflow: hidden;

}

.about_us1_left{

   width: 50%;

   box-sizing: border-box;

   border-right: 1px solid #333;

   padding-right: 3%;

}

.about_us1_left h3{

   font-size: 0.4rem;

   color: var(--i_color);

   text-transform: uppercase;

}

.about_us1_left h4{

   line-height: 128%;

   font-size: 0.36rem;

   color: #333;

   margin-top: 0.2rem;

}

.about_us1_right{

	width: 50%;

	box-sizing: border-box;

	padding-left: 5%;

}

.about_us1_right h5{

   line-height: 144%;

   font-size: 0.18rem;

   color: #666;

}



.about_us2{

   background: url('static/imgs/about_us_bac.webp') center no-repeat;

   background-size: cover;

   box-sizing: border-box;

   padding-bottom: 1.4rem;

}

.about_us2_box{



}

.about_us2_ul{

	display: flex;

	box-sizing: border-box;

	padding: 0.8rem 0;

	margin-top: 0.6rem;



}

.about_us2_ul li{

	display: flex;

	gap: 0.4rem;

	width: calc(100% / 3);

	justify-content: center;

	box-sizing: border-box;

	align-items: center;

	padding: 0 5%;

}

.about_us2_ul li h3{

	font-size: 0.24rem;

	color: var(--i_color);

    display: flex;

	align-items: flex-end;

}

.about_us2_ul li h3 span{

   font-size: 0.6rem;

   color: var(--i_color);

   line-height: 100%;

}

.about_us2_ul li h4{

   font-size: 0.16rem;

   color: var(--i_color);

}

.about_us2_img{

   position: relative;

}

.about_us2_img img{

	width: 100%;

	height: auto;

}

.about_us2_img i{

	display: block;

	width: 1rem;

	height: 1rem;

	border-radius: 50%;

	border: 1px solid #fff;

	cursor: pointer;

	background: url('static/imgs/video.png') center no-repeat;

	background-size: contain;

	position: absolute;

	top: 100%;

	left: 50%;

	transform: translate(-50%,-50%);

}

















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

	.about_us1_left h3 {

		font-size: 0.35rem;

	}

	.about_us1_left h4 {

		font-size: 0.32rem;

	}

	.about_us1_right h5 {

		font-size: 0.16rem;

	}

	.about_us2_ul li h3 span {

		font-size: 0.5rem;

	}

	.about_us2_ul li {

		gap: 0.2rem;

	}

	.about_us2_img i {

		width: 0.8rem;

		height: 0.8rem

	}

	.about_us2 {

		padding-bottom: 1.2rem;

	}

}

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

	.about_us1_left h3 {

		font-size: 0.3rem;

	}

	.about_us1_left h4 {

		font-size: 0.28rem;

		margin-top: 0.1rem;

	}

	.about_us_bac {

		padding: 0.4rem 0 0 0;

	}

	.about_us2_ul li h3 span {

		font-size: 0.4rem;

	}

	.about_us2_ul li {

		padding: 0 3%;

	}

	.about_us2_ul {

		padding: 0.6rem 0;

		margin-top: 0.4rem;

	}

	.about_us2_img i {

		width: 0.6rem;

		height: 0.6rem

	}

	.about_us2 {

		padding-bottom: 1rem;

	}

}

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

	.about_us1_left h3 {

		font-size: 0.28rem;

	}

	.about_us1_left h4 {

		font-size: 0.24rem;

	}

	.about_us2_ul li h4 {

		font-size: 0.14rem;

	}

}

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

	.about_us1_left h3 {

		font-size: 0.26rem;

	}

	.about_us1_left h4 {

		font-size: 0.2rem;

	}

}

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

	.about_us1_left h3 {

		font-size: 0.24rem;

	}

	.about_us1_left {

		width: 100%;

		padding-right: 0%;

	}

	.about_us1_right {

		width: 100%;

		margin-top: 0.2rem;

		padding-left: 0%;

	}

	.about_us2_ul{

		flex-wrap: wrap;

		gap: 0.2rem;

	}

	.about_us2_ul li {

		width: 100%;

	}

	.about_us2_ul {

        padding: 0.4rem 0;

    }

}

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



}

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



}





/* about_advantage */

.about_advantage_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.about_advantage{



}



.home_advantage_ul{

   margin-top: 0.4rem;

   display: flex;

   gap: 0.24rem;

   overflow: hidden;

}

.home_advantage_ul li{

   width: 21.4%;

   flex-grow: 1;

   position: relative;

   border-radius: 0.2rem 0 0.2rem 0;

   overflow: hidden;

   transition: all 0.5s ease;

}

.home_advantage_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

    width: 0;

	transform: translate(-50%,0);

	height: 0.06rem;

	background-color: var(--i_color);

	transition: all 0.8s ease;

	opacity: 0;

}



.home_advantage_active::after,

.home_advantage_active::before{

	width: 100% !important;

	opacity: 1 !important;

}





.home_advantage_active{

	flex-grow: 1000 !important;

	border-radius: 0 !important;

}

.home_advantage_img{

   position: relative;

}

.home_advantage_img img{

   width: 100%;

   height: 6.1rem;

   object-fit: cover;

}

.home_advantage_img::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0));

}

.home_advantage_area{

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   box-sizing: border-box;

   padding: 0.45rem 4% 0.7rem 4%;

   display: flex;

   flex-direction: column;

   align-items: center;

   z-index: 3;

   justify-content: space-between;

}

.home_advantage_area::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 50%;

	height: 100%;

	background: linear-gradient(to top,rgba(253,236,191,1),rgba(255, 255, 255, 1),rgba(253,236,191,1));

	z-index: -1;

	opacity: 1;

	transition: all 0.8s ease;

}

.home_advantage_area::before{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 50%;

	height: 100%;

	opacity: 1;

	background: linear-gradient(to top,rgba(253,236,191,1),rgba(255, 255, 255, 1),rgba(253,236,191,1));

	z-index: -1;

	transition: all 0.8s ease;

}

.home_advantage_area h3{

   font-family: 'bold';

   font-size: 0.24rem;

   color: #666;

   box-sizing: border-box;

   padding: 0.6rem 0;

   position: relative;

   text-align: center;

   transition: all 0.3s ease;

}

.home_advantage_area h3::after{

   content: '';

   position: absolute;

   bottom: 0;

   left: 50%;

   transform: translate(-50%,0);

   width: 0.02rem;

   height: 0.5rem;

   background: rgba(51,51,51,0.3);

   transition: all 0.3s ease;

}

.home_advantage_area h3::before{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.02rem;

	height: 0.5rem;

	background: rgba(51,51,51,0.3);

	transition: all 0.3s ease;

}

.home_advantage_area h4{

   font-family: 'bold';

   color: #333;

   font-size: 0.28rem;

   line-height: 150%;

   text-align: center;

   transition: all 0.3s ease;

   width: 15vw;

}

.home_advantage_i{

   display: block;

   width: 1rem;

   height: 1rem;

   background: var(--i_color);

   border-radius: 50%;

   display: flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.home_advantage_i img{

   width: 0.55rem;

   height: 0.55rem;

   object-fit: contain;

   filter: brightness(10000) grayscale(100%);

   -webkit-filter: brightness(10000) grayscale(100%);

}

.home_advantage_text{

   position: absolute;

   bottom: -2.1rem;

   left: 50%;

   transform: translate(-50%,0);

   width: 100%;

   box-sizing: border-box;

   padding: 0.3rem 4%;

   background: linear-gradient(to top,rgba(0,0,0,0.5) ,rgba(0,0,0,0));

   transition: all 0.7s ease;

   opacity: 0;

   display: flex;

   flex-direction: column;

   align-items: center;

}

.home_advantage_text img{

	width: 0.95rem;

	height: 0.95rem;

	object-fit: contain;

	margin-bottom: 0.1rem;

}

.home_advantage_text h5{

   font-family: 'bold';

   font-size: 0.3rem;

   color: #fff;

   text-align: center;

   width: 38vw;

   text-transform: capitalize;

}

.home_advantage_text h6{

   font-size: 0.18rem;

   color: #fff;

   line-height: 166%;

   margin-top: 0.1rem;

   text-align: center;

   width: 38vw;

}



.home_advantage_active .home_advantage_area h3{

	color: #fff !important;

}

.home_advantage_active .home_advantage_area h3::after,

.home_advantage_active .home_advantage_area h3::before{

    background: #fff !important;



}







.home_advantage_active .home_advantage_area::after,

.home_advantage_active .home_advantage_area::before{

   width: 0;

   opacity: 0;

}

.home_advantage_active .home_advantage_area h4,

.home_advantage_active .home_advantage_area i{

	opacity: 0;

}

.home_advantage_active .home_advantage_text{

	bottom: 0 !important;

	opacity: 1;

}







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

	.home_advantage_area h4 {

		font-size: 0.26rem;

	}

	.home_advantage_i img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.home_advantage_i {

		width: 0.8rem;

		height: 0.8rem;

	}

	.home_advantage_img img {

		height: 5.8rem;

	}

	.home_advantage_text h6 {

		font-size: 0.16rem;

		width: 47vw;

	}

	.home_advantage_text h5 {

		font-size: 0.28rem;

		width: 47vw;

	}

	.home_advantage_text img{

		width: 0.8rem;

		height: 0.8rem;

	}

	.about_advantage_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

	.home_advantage_area h4 {

		font-size: 0.24rem;

		width: 17vw;

	}

	.home_advantage_i img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.home_advantage_i {

		width: 0.7rem;

		height: 0.7rem;

	}

	.home_advantage_img img {

		height: 5.2rem;

	}

	.home_advantage_text h5 {

		font-size: 0.24rem;

		width: 47vw;

	}

	.home_advantage_bac {

		padding: 0.6rem 0;

	}

	.home_advantage_text img{

		width: 0.7rem;

		height: 0.7rem;

	}

	.about_advantage_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_advantage_area h4 {

		font-size: 0.22rem;

	}

	.home_advantage_i img {

		width: 0.35rem;

		height: 0.35rem;

	}

	.home_advantage_i {

		width: 0.6rem;

		height: 0.6rem;

	}

	.home_advantage_img img {

		height: 4.8rem;

	}

	.home_advantage_text h5 {

		font-size: 0.22rem;

	}

	.home_advantage_text img{

		width: 0.6rem;

		height: 0.6rem;

	}

}

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

	.home_advantage_area h4 {

		font-size: 0.2rem;

	}

	.home_advantage_img img {

		height: 4.4rem;

	}

}

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

	.home_advantage_img img {

		height: 4rem;

	}

	.home_advantage_ul {

		flex-wrap: wrap;

	}

	.home_advantage_ul li{

		width: 100% !important;

	}

	.home_advantage_area h3 {

		font-size: 0.2rem;

		padding: 0.4rem 0;

	}

	.home_advantage_area h3::after,

	.home_advantage_area h3::before{

		width: 1px;

		height: 0.3rem;

	}

	.home_advantage_text h6 {

		width: 87vw;

	}

	.home_advantage_text h5 {

		width: 87vw;

	}

	.home_advantage_text h5 {

        font-size: 0.2rem;

    }

	.home_advantage_area h4 {

        width: 87vw;

    }



	.home_advantage_area {

		padding: 0.4rem 4%;

	}

	.home_advantage_text img{

		width: 0.5rem;

		height: 0.5rem;

	}

}

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

	.home_advantage_img img {

		height: 3.5rem;

	}

	.home_advantage_text h6 {

        font-size: 0.14rem;

    }

}

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



}





/* cooperating */

.cooperating_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('static/imgs/cooperating_bac.webp') center no-repeat;

   background-size: cover;

}

.cooperating{



}







/*  */

.coo_partner_box{

	margin-top: 0.6rem;

}



.coo_partner{position:relative}

.coo_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.coo_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.coo_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	margin-top: 1rem;

}



.coo_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}

.coo_partner_list .img:before{content:""; display:block; padding-bottom:64.46%;}

.coo_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}





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



.coo_partner_list p{

   font-size: 0.24rem;

   color: #222;

   box-sizing: border-box;

   padding: 0.2rem 2% 0 2%;

   text-align: center;

   text-transform: capitalize;

   opacity: 0;

   transition: all 0.3s ease;

}



.coo_partner_list .swiper-slide-active{

	margin-top: 0;

}

.coo_partner_list .swiper-slide-active p{

	opacity: 1;

}

.coo_partner_list .swiper-slide-active .img:before{

	padding-bottom:72.46%;

}

















/* 指示器 */

.coo_partner .pt-pagination{

    background: rgba(51, 51, 51, .2);

    position: relative;

    width: 10%;

    height: 2px;

	margin-top: 0.6rem;

	margin-left: auto;

	margin-right: auto;

}

.coo_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}



















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

	.coo_partner_list p {

		font-size: 0.22rem;

	}

	.coo_partner_list li {

		margin-top: 0.8rem;

	}

	.coo_partner .pt-pagination{

		margin-top: 0.4rem;

	}

}

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



}

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

	.coo_partner_list p {

		font-size: 0.2rem;

		padding: 0.15rem 2% 0 2%;

	}

	.coo_partner_list li {

		margin-top: 0.6rem;

	}

	.coo_partner_box{

		margin-top: 0.4rem;

	}

	.cooperating_bac {

		padding: 0.6rem 0;

	}



}

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

	.coo_partner_list p {

		font-size: 0.18rem;

	}

	.coo_partner_list li {

		margin-top: 0.4rem;

	}

}

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

	.coo_partner_list p {

		font-size: 0.16rem;

		padding: 0.1rem 2% 0 2%;

	}

	.coo_partner .pt-pagination{

		margin-top: 0.2rem;

	}

}

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

	.coo_partner_list p {

		font-size: 0.14rem;

	}

}



/* factory */

.factory_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   position: relative;

   z-index: 2;

}

.factory_bac::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 40%;

	background-color: var(--i_color);

	z-index: -1;

}

.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;

}



.fac_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}

.fac_partner_list .img:before{content:""; display:block; padding-bottom:72.24%}

.fac_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}





.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.1rem; height:0.1rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:50%; outline:none}

.fac_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}



/* 左右箭头 */

.fac_LR{

	display: flex;

	justify-content: center;

	gap: 0.4rem;

	margin-top: 0.4rem;

}

.fac_partner .pt-button-prev, .fac_partner .pt-button-next{

	width:0.5rem;

	height:0.5rem;

	background-color: #fff;

	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:hover, .fac_partner .pt-button-next:hover{

	background-color: var(--i_color);

	border: 1px solid #fff;

}

.fac_partner .pt-button-prev:hover iconify-icon, .fac_partner .pt-button-next:hover iconify-icon{

	color: #fff;

}



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

	.factory_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

	.factory_bac {

		padding: 0.6rem 0;

	}

	.fac_partner_box {

		margin-top: 0.4rem;

	}

}

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



}

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

	.fac_LR {

		gap: 0.2rem;

	}

	.fac_partner .pt-button-prev, .fac_partner .pt-button-next {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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



}





/* service_us */

.service_us_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.service_us{



}

.service_us_box{

   display: flex;

   flex-wrap: wrap;

   margin-top: 0.6rem;

}

.service_us_left{

    width: 46.75%;

	position: relative;

	overflow: hidden;

}

.service_us_left::after{

	content: '';

	display: block;

	padding-bottom: 79.41%;

}

.service_us_left img{

    position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	width: 100%;

	height: 100%;

	object-fit: contain;

}

.service_us_data{

   position: absolute;

   top: 50%;

   left: 50%;

   transform: translate(-50%,-50%);

   display: flex;

   flex-direction: column;

   align-items: center;

   background-color: #FFCC00;

   box-sizing: border-box;

   padding: 0.3rem 0.25rem;

   border-radius: 0.1rem;

}

.service_us_data h3{

   font-size: 0.4rem;

   color: #333;

}

.service_us_data h4{

	font-size: 0.18rem;

	color: #333;

	margin-top: 0.05rem;

}

.service_us_right{

   width: 53.25%;

   box-sizing: border-box;

   padding-left: 4%;

   display: flex;

   align-items: center;

   overflow: hidden;

}

.service_us_ul{

   display: flex;

   flex-direction: column;

   gap: 0.3rem;

}

.service_us_ul li{

   display: flex;

}

.service_us_ul li img{

   width: 0.4rem;

   height: 0.4rem;

   object-fit: contain;

   filter: brightness(0) grayscale(100%);

   -webkit-filter: brightness(0) grayscale(100%);

}

.service_us_text{

   width: calc(100% - 0.4rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.service_us_text h5{

   font-size: 0.24rem;

   color: #333;

   margin-bottom: 0.1rem;

   transition: all 0.3s ease;

}

.service_us_text h6{

	font-size: 0.18rem;

	color: #666;

	line-height: 166%;

}

.service_us_ul li:hover img{

	filter: unset;

   -webkit-filter: unset;

}

.service_us_ul li:hover h5{

	color: var(--i_color);

}













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

	.service_us_bac {

		padding: 0.8rem 0;

	}

	.service_us_text h5 {

		font-size: 0.2rem;

	}

	.service_us_text h6 {

		font-size: 0.16rem;

	}

	.service_us_ul li img {

		width: 0.35rem;

		height: 0.35rem;

	}

	.service_us_text {

		width: calc(100% - 0.35rem);

	}

	.service_us_data h3 {

		font-size: 0.35rem;

	}

}

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

	.service_us_bac {

		padding: 0.6rem 0;

	}

	.service_us_box {

		margin-top: 0.4rem;

	}

	.service_us_data h4 {

		font-size: 0.16rem;

	}



}

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



}

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



}

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

	.service_us_left {

		width: 100%;

	}

	.service_us_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

	.service_us_data h3 {

        font-size: 0.3rem;

    }

}

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

    .service_us_data h3 {

        font-size: 0.25rem;

    }

	.service_us_data {

		padding: 0.2rem;

	}

}

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



}





/* service_adv */

.service_adv_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('static/imgs/service_adv_bac.webp') center no-repeat;

   background-size: cover;

   position: relative;

}

.service_adv_bac>img{

	position: absolute;

	bottom: 0;

	right: 0.2rem;

	width: 31.6667%;

	height: auto;



}

.service_adv{



}

.service_adv_ul{

   width: 65.5%;

   display: flex;

   flex-wrap: wrap;

   gap: 0.65rem 0.25rem;

   margin-top: 0.8rem;

}

.service_adv_ul li{

   width: calc((100% - 0.25rem) / 2);

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.6rem 0.3rem 0.3rem 0.3rem;

   position: relative;

   border-radius: 0.2rem;

}

.service_adv_ul li i{

   display: inline-block;

   border-radius: 0.06rem;

   background-color: var(--i_color);

   box-sizing: border-box;

   padding: 0.12rem;

   position: absolute;

   top: -0.4rem;

   left: 0.3rem;

}

.service_adv_ul li i img{

   width: 0.6rem;

   height: 0.6rem;

   object-fit: contain;

}

.service_adv_ul li h3{

   font-size: 0.24rem;

   color: #333;

   margin-bottom: 0.1rem;

}

.service_adv_ul li h4{

	line-height: 133%;

	font-size: 0.18rem;

	color: #666;

}





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

	.service_adv_ul li h3 {

		font-size: 0.22rem;

	}

	.service_adv_ul li h4 {

		font-size: 0.16rem;

	}

	.service_adv_ul li i img {

		width: 0.55rem;

		height: 0.55rem;

	}

}

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

	.service_adv_ul li h3 {

		font-size: 0.2rem;

	}

	.service_adv_ul li i img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.service_adv_bac {

		padding: 0.6rem 0;

	}

}

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

	.service_adv_ul li i img {

		width: 0.45rem;

		height: 0.45rem;

	}

}

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



}

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

	.service_adv_bac>img{display: none;}

	.service_adv_ul {

		width: 100%;

	}

	.service_adv_ul li i img {

        width: 0.4rem;

        height: 0.4rem;

    }

}

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

	.service_adv_ul li {

		width: calc((100% - 0.2rem) / 2);

		padding: 0.4rem 0.2rem 0.2rem 0.2rem;

	}

	.service_adv_ul {

		width: 100%;

		gap: 0.6rem 0.2rem;

		margin-top: 0.6rem;

	}

	.service_adv_ul li i img {

        width: 0.35rem;

        height: 0.35rem;

    }

	.service_adv_ul li i {

		padding: 0.1rem;

		top: -0.3rem;

		left: 0.2rem;

	}



}

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



}





/* warehouse */

.warehouse_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background-color: #F4F4F4;

}

.warehouse{



}

.warehouse_box{

   display: flex;

   flex-wrap: wrap;

   margin-top: 0.6rem;

}

.warehouse_left{

   width: 24.5625%;

   box-sizing: border-box;

   padding-right: 0.27rem;

   display: flex;

   flex-direction: column;

   justify-content: space-between;

}

.warehouse_ul{

   display: flex;

   flex-direction: column;



}

.warehouse_ul li{

   background-color: var(--i_color);

   box-sizing: border-box;

   padding: 0.2rem 0.4rem;

   display: flex;

   align-items: center;

}

.warehouse_ul li h3{

   font-family: 'regular';

   font-size: 1rem;

   line-height: 100%;

   font-weight: bold;

   color: #fff;

}

.warehouse_data{

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.warehouse_data h4{

   font-size: 0.18rem;

   color: #fff;

}

.warehouse_data h4 span{

   font-size: 0.5rem;

   line-height: 100%;

   color: #fff;

}

.warehouse_data h5{

	color: #fff;

	font-size: 0.18rem;

}

.warehouse_left img{

   width: 100%;

}



.warehouse_right{

   width: 73.4375%;

}

.warehouse_right img{

   width: 100%;

   height: auto;

}

.warehouse_white{

   background: #fff !important;

}

.warehouse_white h3{

   color: var(--i_color) !important;

}

.warehouse_white .warehouse_data h4{

   color: #333;

}

.warehouse_white .warehouse_data h4 span{

	color: #333;

}

.warehouse_white .warehouse_data h5{

	color: #333;

}







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

	.warehouse_ul li h3 {

		font-size: 0.8rem;

	}

	.warehouse_data h4 span {

		font-size: 0.45rem;

	}

	.warehouse_ul li {

		padding: 0.2rem 0.3rem;

	}

	.warehouse_bac {

		padding: 0.8rem 0;

	}

}

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

	.warehouse_ul li h3 {

		font-size: 0.6rem;

	}

	.warehouse_data h4 span {

		font-size: 0.35rem;

	}

	.warehouse_data h5 {

		font-size: 0.16rem;

	}

	.warehouse_box {

		margin-top: 0.4rem;

	}

	.warehouse_bac {

		padding: 0.6rem 0;

	}

}

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

	.warehouse_ul li h3 {

		font-size: 0.5rem;

	}

	.warehouse_data h4 span {

		font-size: 0.3rem;

	}

}

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

    .warehouse_left{

		width: 100%;

		padding-right: 0;

	}

	.warehouse_left img{

		display: none;

	}

	.warehouse_right{

		width: 100%;

		margin-top: 0.4rem;

	}

}

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



}

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



}

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



}





/* ask */

.ask_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.ask{



}





.faq_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.3rem;

   margin-top: 0.6rem;

}

.faq_ul li{

   background-color: rgba(42,103,166,0.06);

   box-sizing: border-box;

   border-radius: 0.1rem;

   padding: 0.2rem 2%;

   position: relative;

   z-index: 2;

   cursor: pointer;

   transition: all 0.3s ease;

}

.faq_ul li::after{

	content: '';

	position: absolute;

	bottom: -0.7rem;

	right: 0;

	width: 10.82rem;

	height: 1.67rem;

	max-width: 100%;

	background: url('static/imgs/faq.png') center no-repeat;

	background-size: contain;

	z-index: -1;

	transition: all 0.5s ease;

	opacity: 0;

}

.faq_q{

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.faq_q i{

   display: block;

   width: 0.44rem;

   height: 0.44rem;

   border-radius: 50%;

   position: relative;

   background-color: var(--i_color);

   transition: all 0.3s ease;

}

.faq_q i::after{

	content: 'Q';

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	font-size: 0.24rem;

	color: #fff;

	line-height: 100%;

	transition: all 0.3s ease;

}

.faq_q p{

   width: calc(100% - 0.56rem);

   box-sizing: border-box;

   padding: 0 0.2rem;

   font-size: 0.24rem;

   color: #333;

   transition: all 0.3s ease;

}

.faq_q h3{

   width: 0.12rem;

   height: 0.02rem;

   background-color: #333;

   position: relative;

   transition: all 0.3s ease;

}

.faq_q h3::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	width: 0.02rem;

	height: 0.12rem;

	background-color: #333;

	transition: all 0.3s ease;

}

.faq_a{

   font-size: 0.16rem;

   color: #fff;

   line-height: 0.24rem;

   box-sizing: border-box;

   padding: 0.1rem 0 0.2rem 0.64rem;

   display: none;

}

.faq_active{

   background-color: #202020 !important;

}

.faq_active i{

	background-color: #fff !important;

}

.faq_active i::after{

	content: 'A' !important;

	color: var(--i_color) !important;

}

.faq_active p{

	color: var(--i_color);

}

.faq_active h3{

	background-color: #fff;

}

.faq_active h3::after{

	background-color: #fff;

	height: 0;

}

.faq_active::after{

	opacity: 1 !important;

}

.faq_active .faq_a{

	color: var(--i_color) !important;

}

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

	.ask_bac{

		padding: 0.8rem 0;

	}

}

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



}

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

	.faq_q p {

		width: calc(100% - 0.52rem);

		font-size: 0.2rem;

	}

	.faq_q i {

		width: 0.4rem;

		height: 0.4rem;

	}

	.faq_a {

		font-size: 0.14rem;

		line-height: 0.22rem;

		padding: 0.1rem  0.2rem 0 0.6rem;

	}

	.faq_q i::after {

		font-size: 0.2rem;

	}

	.ask_bac{

		padding: 0.6rem 0;

	}

}

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



}

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



}

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

    .faq_q p {

        font-size: 0.18rem;

    }

}

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

	.faq_ul {

		margin-top: 0.4rem;

	}

}

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



}





/* contact_us */

.contact_us_bac{

   position: relative;

   box-sizing: border-box;

   padding: 0.8rem 0;

   z-index: 2;

}

.contact_us_bac>img {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: auto;

    z-index: -1;

}

.contact_us{

   display: flex;

   flex-wrap: wrap;



}

.contact_us_left{

   width: 50%;

   display: flex;

   background-color: #202020;

   border-radius: 0.25rem;

   overflow: hidden;

}

.contact_us_img{

   width: 50%;

}

.contact_us_img img{

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.contact_us_text{

   width: 50%;

   box-sizing: border-box;

   padding: 0.4rem 0;

}

.contact_us_ul{

   margin-left: -0.44rem;

   display: flex;

   flex-direction: column;

   gap: 0.4rem;

   justify-content: center;

   height: 100%;

}

.contact_us_ul li{

   display: flex;

   box-sizing: border-box;

   padding-right: 0.4rem;

}

.contact_us_ul li:nth-child(1),

.contact_us_ul li:nth-child(2){

   align-items: center;

}

.contact_us_ul li img{

   width: 0.88rem;

   height: 0.88rem;

   object-fit: contain;

   transition: all 0.3s ease;

}

.contact_us_ul li:hover img{

	transform: rotate(180deg);

}

.contact_us_a{

   width: calc(100% - 0.88rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.contact_us_a h3{

   font-size: 0.24rem;

   color: #fff;

   font-family: 'med';

   margin-bottom: 0.1rem;

}

.contact_us_a a{

   line-height: 122%;

   font-size: 0.18rem;

   color: #fff;

   transition: all 0.3s ease;

}

.contact_us_a a:hover{

	color: var(--i_color);

}

.contact_us_right{

	width: 50%;

	box-sizing: border-box;

	padding-left: 4%;

}









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

	.contact_us_ul li img {

		width: 0.8rem;

		height: 0.8rem;

	}

	.contact_us_a {

		width: calc(100% - 0.8rem);

	}

	.contact_us_ul li a {

        font-size: 0.16rem;

    }

	.contact_us_ul {

		margin-left: -0.4rem;

	}

}

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

	.contact_us_a h3 {

		font-size: 0.2rem;

	}

	.contact_us_ul li a {

        font-size: 0.14rem;

    }

	.contact_us_ul li img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.contact_us_a {

		width: calc(100% - 0.6rem);

	}

	.contact_us_ul {

		margin-left: -0.3rem;

	}

	.contact_us_img {

		width: 40%;

	}

	.contact_us_text {

		width: 60%;

	}

	.contact_us_bac {

		padding: 0.6rem 0;

	}

}

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

	.contact_us_img {

		width: 30%;

	}

	.contact_us_text {

		width: 70%;

	}

}

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



}

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

	.contact_us_left {

		width: 100%;

		margin-bottom: 0.4rem;

	}

}

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



}

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



}























#wpforms-31{--input_font_size:0.16rem; --input_height:0.58rem}

#wpforms-31{

	width:100%;

	margin-top: 0.4rem;

	padding:0;

}

#wpforms-form-31{width:100%; overflow:hidden}





#wpforms-31 input, #wpforms-31 button{margin:0; padding:0; border:none; background:none}

#wpforms-31 .wpforms-field{padding:0; margin:0}

#wpforms-31 .wpforms-error-container{line-height:16px}

#wpforms-31 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}

#wpforms-31 .wpforms-submit-container{

	padding:0!important;max-width: 100%; position:relative;

	transition: all 0.3s ease;

	position: relative;

	z-index:2;

}





#wpforms-31 .wpforms-hidden{

	display: none;

}







#wpforms-31 .wpforms-field{

	position: relative;

}

#wpforms-31 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

#wpforms-31 .wpforms-field-label span{

	position: absolute;

	top: 0.25rem;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-31 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}







#wpforms-31 .wpforms-field{width:100%; padding-bottom:0.3rem; background:transparent; overflow:hidden}

#wpforms-31 .wpforms-field:nth-child(1){margin-right:0.2rem}

#wpforms-31 .wpforms-field:nth-child(1), #wpforms-31 .wpforms-field:nth-child(2){width:calc((100% - 0.2rem) / 2)}



#wpforms-31 .wpforms-field:nth-child(3){margin-right:0.2rem}

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







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



#wpforms-31 input, #wpforms-31 textarea{

	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);

	background-color: transparent; color:#333;

	background-color: #F3F3F3;

	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;

	box-shadow: 0 0 0 0 !important;

}

#wpforms-31 textarea{

	height:2.16rem;

	line-height: 166%;

	padding:10px;

}



#wpforms-31 input::-webkit-input-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}

#wpforms-31 input::-moz-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}

#wpforms-31 input::-moz-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}

#wpforms-31 input::-ms-input-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}

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

#wpforms-31 textarea::-moz-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}

#wpforms-31 textarea::-moz-placeholder{color:#8F8F8F; font-size:var(--input_font_size)}

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











#wpforms-31 .wpforms-submit-container button{

	overflow: hidden;width:1.8rem; font-size:0.18rem;

	display: block;

	color:#fff; cursor:pointer; text-transform:capitalize;

	position:relative;

	background-color: var(--i_color);

	font-weight: bold;

	height: 0.5rem;

	border-radius: 2.3rem;

	z-index:2;

	box-shadow: 0 0 transparent !important;

	transition: all 0.3s ease;

}

#wpforms-31 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}





#wpforms-31 .wpforms-submit-container button:hover{

	background-color: var(--i_color2);

}

























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

	.contact_us_ul li a {

		font-size: 0.22rem;

	}

}

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

	.contact_us_ul li a {

		font-size: 0.2rem;

	}

}

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

	.contact_us_ul li a {

		font-size: 0.18rem;

	}

}

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



}

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



}

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



	.contact_us_right {

		padding-left: 0%;

		width: 100%;

	}

}

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

	#wpforms-31{--input_font_size:0.16rem; --input_height:0.5rem}

	#wpforms-31 .wpforms-field:nth-child(1){margin-right:0rem}

	#wpforms-31 .wpforms-field:nth-child(1), #wpforms-31 .wpforms-field:nth-child(2){width:100%}

	#wpforms-31 .wpforms-field:nth-child(3){margin-right:0rem}

	#wpforms-31 .wpforms-field:nth-child(3), #wpforms-31 .wpforms-field:nth-child(4){width:100%}

	#wpforms-31 textarea{height:1.2rem}

	#wpforms-31 .wpforms-field {margin-bottom: 0.1rem;}

	.contact_us_form {

		margin-top: 0.4rem;

	}

	#wpforms-31 .wpforms-field {

		padding-bottom: 0.1rem;

	}

	.contact_us_form {

		padding: 0.4rem 4%;

	}

	#wpforms-31 {

		margin-top: 0.2rem;

	}

	.contact_us_ul li a {

        font-size: 0.16rem;

    }

}

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



}





/* contact_map */

.contact_map{

	width: 100%;

	height: 8rem;

}



.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

        width: 100%;

        height: 100% !important;

}



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

	.contact_map{

		height: 7rem;

	}

}

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

	.contact_map{

		height: 6rem;

	}

}

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

	.contact_map{

		height: 5rem;

	}

}

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



}

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

	.contact_map{

		height: 4rem;

	}

}

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



}

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



}





/* news_list */

.news_list_bac{

   box-sizing: border-box;

   padding-top: 0.6rem;

}

.news_list{



}

.news_list_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.35rem;

   justify-content: center;

}

.news_list_ul li{



}

.news_list_ul li a{

	display: inline-block;

	border: 1px solid #333;

	font-size: 0.2rem;

	color: #333;

	text-transform: capitalize;

	padding: 0.15rem 1rem;

	border-radius: 1rem;

	transition: all 0.3s ease;

}

.news_list_ul li a:hover,

.news_list_active a{

	color: #fff !important;

	background-color: var(--i_color) !important;

	border: 1px solid var(--i_color) !important;

}









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

	.news_list_ul li a{

		font-size: 0.18rem;

		padding: 0.12rem 0.8rem;

	}

	.news_list_ul {

		gap: 0.3rem;

	}

}

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

	.news_list_ul {

		gap: 0.2rem;

	}

	.news_list_ul li a{

		font-size: 0.16rem;

		padding: 0.1rem 0.6rem;

	}

}

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



}

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



}

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



}

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



}

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



}





/* news */

.news_bac{

   box-sizing: border-box;

   padding: 0.6rem 0 1rem 0;

}

.news{



}

.news_ul{

   display: flex;

   flex-direction: column;

   gap: 0.3rem;

}

.news_ul li{



}

.news_ul li a{

   box-sizing: border-box;

   padding: 0.25rem;

   border-radius: 0.2rem;

   background-color: #fff;

   box-shadow: 0 0.04rem 0.15rem rgba(0, 0, 0, 0.15);

   width: 100%;

   display: flex;

   flex-wrap: wrap;

   align-items: center;

}

.news_img{

   width: 20.5%;

   position: relative;

   border-radius: 0.05rem;

   overflow: hidden;

}

.news_img::after{

   content: '';

   display: block;

   padding-bottom: 70.15%;

}

.news_img img{

   position: absolute;

   top: 50%;

   left: 50%;

   transform: translate(-50%,-50%);

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.news_text{

   width: 79.5%;

   box-sizing: border-box;

   padding-left: 2%;

   display: flex;

   flex-direction: column;

   justify-content: center;

}

.news_text h3{

   font-size: 0.22rem;

   color: #333;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.news_text h4{

   font-size: 0.18rem;

   color: #666;

   margin: 0.2rem 0;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.news_text h5{

	font-size: 0.18rem;

	color: #666;

}

.news_text i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.5rem;

   height: 0.5rem;

   border-radius: 50%;

   border: 1px solid var(--i_color);

   margin-left: auto;

   transition: all 0.3s ease;

}

.news_text i iconify-icon{

   font-size: 0.2rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}

.news_ul li a:hover h3{

	color: var(--i_color);

}

.news_ul li a:hover .news_text i{

    background-color: var(--i_color);

}

.news_ul li a:hover .news_text i iconify-icon{

	color: #fff;

}





























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

	.news_bac {

		padding: 0.6rem 0 0.8rem 0;

	}

}

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

	.news_text h3 {

		font-size: 0.2rem;

	}

	.news_text h4 {

		font-size: 0.16rem;

	}

	.news_text h5 {

		font-size: 0.16rem;

	}

	.news_text i {

		width: 0.45rem;

		height: 0.45rem;

	}

	.news_bac {

		padding: 0.6rem 0;

	}

}

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

	.news_img {

		width: 30%;

	}

	.news_text {

		width: 70%;

	}

	.news_text i {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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



}

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

	.news_img {

		width: 40%;

	}

	.news_text {

		width: 60%;

	}

}

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

	.news_text h4 {

		margin: 0.15rem 0;

	}

	.news_text h5 {

        font-size: 0.14rem;

    }

	.news_text i {

        width: 0.35rem;

        height: 0.35rem;

    }

	.news_text h3 {

        font-size: 0.18rem;

    }

	.news_text h4{

		font-size: 0.14rem;

	}

	.news_text i iconify-icon {

		font-size: 0.15rem;

	}

	.news_ul li a {

		padding: 0.2rem;

	}

	.news_text {

		padding-left: 0.15rem;

	}

	.news_text h3 {

        font-size: 0.16rem;

    }

}

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

	.news_text i {

        width: 0.3rem;

        height: 0.3rem;

    }

	.news_text h4 {

        margin: 0.1rem 0;

    }

}







/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.7rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.in_page_right .in_page{

	justify-content: flex-end;

}

.in_page_left .in_page {

    justify-content: flex-start;

}

.in_page li {

	min-width: .32rem;

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

	padding: 0 .12rem;

	line-height: .32rem;

	font-size: .14rem;

	color: #666;

	background: #FFF;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	border: 1px solid var(--border_color);

	overflow: hidden;

	transition: all 0.3s ease;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	color: #888;

	display: none;

}



.in_page a:hover,

.in_page .active_page a,

.in_page .active_page span {

	border-color: var(--i_color) !important;

	background: var(--i_color);

	color: #FFF !important

}



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

	.in_page_box {margin-top: 0.6rem;}

}

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

	.in_page li {

		min-width: .28rem;

	}

	.in_page a,

	.in_page span {

		line-height: 0.28rem;

		padding: 0 .1rem;

	}

}

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



}



/* products */

.products_bac{

   box-sizing: border-box;

   padding: 0.6rem 0 1rem 0;

}

.products{

   display: flex;

   flex-wrap: wrap;

}

.products_left{

   width: 22.375%;

}



.products_left_h2{

	font-size: 0.32rem;

	text-transform: capitalize;

	box-sizing: border-box;

	color: #333;

	padding:0 0 0.2rem 0rem;

	border-radius: 0.1rem;

}

.products_left_h2 iconify-icon{

	color: #fff;

	font-size: 0.34rem;

	margin-left: 0.1rem;

	font-weight: bold;

	margin-bottom: 2px;

	display: none;

}



.list{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   box-sizing: border-box;

   gap: 0.2rem;

}

.list li{

   position: relative;

   box-sizing: border-box;

}





.list_a{

	box-sizing: border-box;

    padding: 0.21rem 0.5rem 0.21rem 0.25rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

	transition: all 0.3s ease;

	background-color: #F7F7F7;

	border-radius: 0.04rem;

}

.list_a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	background-color: rgba(252,184,13,0.33);

	width: 0;

	height: 100%;

	transition: all 0.5s ease-in-out;

	z-index: -1;

}

.list .list_a a{

   font-size: 0.18rem;

   color: #333;

   box-sizing: border-box;

   line-height: 130%;

   transition: all 0.3s ease;

   font-weight: bold;

}

.list  .list_a i{

   width: 0.36rem;

   height: 0.36rem;

   background-color:transparent;

   border-radius: 50%;

   border: 1px solid rgba(153,153,153,0.5);

   position: absolute;

   top: 50%;

   transform: translate(0,-50%);

   right: 0.14rem;

   cursor: pointer;



}

.list .list_a i iconify-icon{

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

    font-size: 0.25rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.list_dl{

    padding:0.2rem 0.2rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

	position: relative;

	z-index: 2;

	background-color: #F7F7F7;

	gap: 0.2rem;

}



.list_dl dt{

   box-sizing: border-box;

   position: relative;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #666;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

}



.list_dl_active::after,.list_dl dt:hover::after{

	left: -0.2rem !important;

	opacity: 1 !important;

}

.list_active{

	border-radius: 0.1rem;

	box-sizing: border-box;

}

.list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

}

.list_active .list_a i{

	background: var(--i_color);

	border: 1px solid var(--i_color);

}

.list_active .list_a i iconify-icon{

	transform:translate(-50%,-50%) rotate(-90deg);

	color: #fff;

}





.list_dl_active a,.list_dl dt a:hover{

	color: var(--i_color) !important;

	border-bottom: 1px solid var(--i_color) !important;



}

.list_active .list_a{



	overflow: hidden;

}



.list_dl_active::after,.list_dl dt:hover::after{

	background-color: var(--i_color) !important;



}



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



	.products_left_h2{

		font-size: 0.28rem;

	}

}

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



}

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

	.products_left_h2 {

		font-size: 0.28rem;

	}

	.list_dl{

		padding:0.2rem 0.1rem;

	}

	.products_left_h2{

		font-size: 0.24rem;

	}

}

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

	.products_left{

		width: 100%;

		padding-right: 3%;

		margin-bottom: 0.4rem;

	}

	.products_left_h2 iconify-icon{display: block;}

	.products_left_h2{display: flex;display: -webkit-flex;align-items: center;justify-content: center;}

	.products_left_h2{margin-bottom: 0;}

	.list{margin-top: 0.2rem;}

	.products_left_h2{

		color: #fff;

		background-color: var(--i_color);

		box-sizing: border-box;

		padding: 0.15rem 0;

	}

	.list {

		padding-bottom: 0.2rem;

	}



}

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



}

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



}



.products_contact{

   box-sizing: border-box;

   padding: 0.3rem 0.15rem;

   border-radius: 0.06rem;

   overflow: hidden;

   background: url('static/imgs/products_contact.webp') center no-repeat;

   background-size: cover;

   margin-top: 0.4rem;

}

.products_contact h3{

   font-size: 0.24rem;

   color: #333;

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   border-bottom: 1px solid rgba(51,51,51,0.2);

   margin-bottom: 0.15rem;

}

.products_contact h4{

   font-size: 0.16rem;

   color: rgba(51,51,51,0.8);

   margin-bottom: 0.2rem;

}

.products_contact_ul{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

}

.products_contact_ul li{

   display: flex;

   align-items: center;

   gap: 0.1rem;

}

.products_contact_ul li img{

   width: 0.3rem;

   height: 0.3rem;

   object-fit: contain;

}

.products_contact_ul li a{

   font-size: 0.18rem;

   color: #333;

   transition: all 0.3s ease;

}

.products_contact_ul li a:hover{

	color: var(--i_color);

}





.products_right{

   width: 77.625%;

   box-sizing: border-box;

   padding-left: 3%;

}

.products_right>h3{

	font-size: 0.32rem;

    color: #333;

    font-family: 'bold';

    text-transform: capitalize;

}

.products_right>h4{

    line-height: 166%;

    font-size: 0.18rem;

    color: #666;

    margin-top: 0.1rem;

}

.products_right_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.45rem 0.3rem;

   margin-top: 0.4rem;

}

.products_right_ul li{

   width: calc((100% - 0.6rem) / 3);

}

.products_right_ul li a{

   display: block;

   width: 100%;

}

.products_right_img{

   position: relative;

   overflow: hidden;

   border-radius: 0.1rem;

}

.products_right_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.products_right_img img{

   position: absolute;

   top: 50%;

   left: 50%;

   transform: translate(-50%,-50%);

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.products_h4{

	font-size: 0.18rem !important;

	line-height: 0.22rem !important;

	overflow: hidden;

    text-overflow: ellipsis !important;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.44rem;

    white-space: unset !important;

}













.products_right_ul .home_products_text h3{

	color: #333;

}



.products_right_ul .home_products_i h4{

	color: #333;

}

.products_right_ul .home_products_i i{

	opacity: 1;

}

.products_right_ul li a:hover .home_products_i h4{

	color: var(--i_color);

}

.products_right_ul li a:hover .home_products_i::after{

	width: 100%;



}

.products_right_ul li a:hover i{

    background-color: var(--i_color);

	border: 1px solid var(--i_color);

}

.products_right_ul li a:hover i iconify-icon{

	color: #fff;

}





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

	.products_contact h3 {

		font-size: 0.22rem;

	}

	.products_contact_ul li a {

		font-size: 0.16rem;

	}

	.products_right>h3 {

		font-size: 0.28rem;

	}

	.products_bac {

		padding: 0.6rem 0 0.8rem 0;

	}

}

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

	.products_contact h3 {

		font-size: 0.2rem;

	}

	.products_right>h3 {

		font-size: 0.24rem;

	}

	.products_right>h4 {

		font-size: 0.16rem;

	}

	.products_bac {

		padding: 0.6rem 0;

	}

	.products_h4{

		font-size: 0.16rem !important;

		line-height: 0.2rem !important;

		height: 0.4rem;

	}

}

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

	.products_contact{display: none;}

	.products_right {

		width: 100%;

		padding-left: 0%;

	}

}

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



}

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

	.products_right_ul {

		gap: 0.4rem 0.2rem;

	}

	.products_right_ul li {

		width: calc((100% - 0.2rem) / 2);

	}

	.products_right>h4 {

		font-size: 0.14rem;

	}

}

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



}

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



}





/* single_grid */

.single_grid_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.single_grid{

   display: flex;

   flex-wrap: wrap;

   align-items: flex-start;

}

.single_grid_left{

   width: 47%;

}







/* 鍥剧墖鏌ョ湅鍖� */

.in_factory_cont{--sm_pic_width:15.7%}

.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; left: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;border-radius: 0.1rem; border:2px solid transparent; position:relative; overflow:hidden;}

.in_factory_list .img img{width:100%; height:100%; object-fit:cover;}

.in_factory_list .swiper-slide-thumb-active .img{border:3px solid var(--i_color);}

.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; right:0; width:calc(100% - var(--sm_pic_width) - 20px); height:100%; box-sizing:border-box; padding:0 0; margin:0 auto}

.in_factory_show{width:100%; height:100%; box-sizing:border-box; position:relative; overflow:hidden}

.in_factory_show .swiper-wrapper{display:flex; position:relative; width:100%; height:100%; z-index:1}

.in_factory_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



.in_factory_show .img{width:100%; height:100%; position:relative; overflow:hidden;border-radius: 0.15rem;}

.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: 53%;

   box-sizing: border-box;

   padding-left: 4%;

}

.single_grid_right h2{

   font-size: 0.28rem;

   color: #333;

   font-family: 'regular';

   font-weight: bold;

   margin-bottom: 0.1rem;

}

.single_grid_right h1{

	font-size: 0.24rem;

	color: var(--i_color);

	font-family: 'regular';

	font-weight: bold;

	padding-bottom: 0.1rem;

	border-bottom: 0.04rem solid var(--i_color);

}

.single_article{

   margin: 0.4rem 0;

}



.single_btn{

	display: flex;

	gap: 0.2rem;

	box-sizing: border-box;

	padding-bottom: 0.3rem;

	margin-bottom: 0.3rem;

	border-bottom: 1px solid rgba(51, 51, 51, 0.2);

}

.single_grid_share{

   display: flex;

   margin-top: 0.3rem;

   align-items: center;

}

.single_grid_share p{

   font-size: 0.18rem;

   font-weight: bold;

   color: #333;

   margin-right: 0.2rem;

}



.single_grid_shareDl{

   display: flex;

   gap: 0.3rem;

}

.single_grid_shareDl dt{



}

.single_grid_shareDl dt a{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.44rem;

   height: 0.44rem;

   border-radius: 50%;

   background: rgba(51,51,51,0.2);

   transition: all 0.3s ease;

}

.single_grid_shareDl dt a iconify-icon{

   font-size: 0.18rem;

   color: #fff;

   transition: all 0.3s ease;

}

.single_grid_shareDl dt a:hover{

	background: var(--i_color);

	transform: translateY(-0.05rem);

}





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

	.single_grid_right h2{

		font-size: 0.26rem;

	}

	.single_grid_right h1{

		font-size: 0.22rem;

	}

}

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

	.single_grid_right h2{

		font-size: 0.24rem;

	}

	.single_grid_right h1{

		font-size: 0.2rem;

	}

	.single_grid_shareDl dt a {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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



}

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



}

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

	.single_grid_right {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.4rem;

	}

	.single_grid {

		justify-content: center;

	}

	.single_grid_left{

		width: 50%;

    }

}

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

	.single_grid_left{

		width: 80%;

    }

}

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

	.single_grid_left{

		width: 100%;

    }

}





/* editor */

.editor_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

   background: #F4F4F4;

}

.editor{

   display: flex;

   flex-wrap: wrap;

}

.editor_left{

   width: 22.5%;

}

.editor_right{

	width: 77.5%;

	box-sizing: border-box;

	padding-left: 3%;

}

.editor_h3{

    display: inline-block;

	box-sizing: border-box;

	padding: 0.15rem 0.35rem;

	border-radius: 0.1rem 0.1rem 0 0;

	font-size: 0.2rem;

	color: #fff;

	font-family: 'bold';

	background-color: var(--i_color);

}

.editor_box{

	background-color: #fff;

	box-sizing: border-box;

	padding: 0.4rem;

}

.editor_p{

	font-size: 0.24rem;

	color: var(--i_color);

	margin: 0.4rem 0 0.2rem 0;

}



/* single_two */



.single_two{

   margin-top: 0.4rem;

}

.single_tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.15rem;

   box-sizing: border-box;

   padding-bottom: 0.3rem;

   margin-bottom: 0.3rem;

   border-bottom: 1px solid rgba( 0,  0, 0, 0.2);

   align-items: center;

}

.single_tags p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   line-height: 0.42rem;

}

.single_tags a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.08rem 0.1rem;

   background-color: #fff;

   font-size: 0.16rem;

   color: #333;

   border-radius: 0.08rem;

   transition: all 0.3s ease;

}

.single_tags a:hover{

	background-color: var(--i_color);

	color: #fff;

}









.sx{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   flex-wrap: wrap;

}

.sx>div{

	width: 48%;

}

.sx_left{

}

.sx a{

   display: block;

   width: 100%;

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.sx i{

   width: 0.45rem;

   min-width: 0.45rem;

   height: 0.45rem;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 50%;

   box-sizing: border-box;

   border: 1px solid #333;

   transition: all 0.3s ease;

   background-color: #fff;

   box-shadow: 0 0.04rem 0.12rem rgba(0,0,0,0.08);

}

.sx i iconify-icon{

   font-size: 0.2rem;

   color: #333;

   transition: all 0.3s ease;

}

.sx p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

   margin-right: 0.1rem;

}

.sx span{

	font-size: 0.16rem;

	color: #333;

	transition: all 0.3s ease;

}

.sx_right a {

    justify-content: flex-end;

}

.sx_left i{

	margin-right: 0.1rem;

}

.sx_right i{

	margin-left: 0.1rem;

}

.sx a:hover i{

	background-color: var(--i_color);

	border: 1px solid var(--i_color);

}

.sx a:hover i iconify-icon{

	color: #fff;

}

.sx a:hover span{

	color: var(--i_color);

}

.sx_right{

	margin-left: auto;

}







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



}

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



}

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

	.single_tags a {

		padding: 0.08rem 0.1rem;

		font-size: 0.14rem;

	}

	.single_tags {

		align-items: center;

	}

	.sx i{

		width: 0.4rem;

		min-width: 0.4rem;

		height: 0.4rem;

	}

}

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

    .editor_left{display: none;}

	.editor_right{

		width: 100%;

		padding-left: 0%;

	}

	.single_tags {

		padding-bottom: 0.2rem;

		margin-bottom: 0.2rem;

	}

}

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



}

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

	.sx>div{width: 100%;}

	.single_tags {

		gap: 0.1rem;

	}

	.editor_box {

		padding: 0.4rem 0.2rem;

	}

	.sx i{

		width: 0.35rem;

		min-width: 0.35rem;

		height: 0.35rem;

	}

}

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



}

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



}





/* related */

.related_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.related{



}







/*  */

.rela_partner_box{

	margin-top: 0.4rem;

	position: relative;

	z-index: 3;

}



.rela_partner{position:relative}

.rela_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}

.rela_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}

.rela_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.rela_partner_list li a{

	display: block;

	width: 100%

}

.rela_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden;border-radius: 0.2rem;}

.rela_partner_list .img:before{content:""; display:block; padding-bottom:100%}

.rela_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}





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









.rela_partner_list li a:hover .home_products_img{

    border: 1px solid var(--i_color);

}

.rela_partner_list li a:hover .home_products_text h3{

	color: #333;

	opacity: 1;

}

.rela_partner_list li a:hover .home_products_i{

	opacity: 1;

}

.rela_partner_list li a:hover .home_products_i::after{

	width: 100%;

}

.rela_partner_list li a:hover .home_products_text h4{

	color: var(--i_color);

}

.rela_partner_list li a:hover .home_products_text i{

    background-color: var(--i_color);

	border: 1px solid var(--i_color);

	opacity: 1;

}

.rela_partner_list li a:hover .home_products_text i iconify-icon{

    color: #fff;

}



























/* 指示器 */

.rela_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}

.rela_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:50%; outline:none}

.rela_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}



/* 左右箭头 */

.rela_partner .pt-button-prev, .rela_partner .pt-button-next{

	position:absolute;

	top:-1rem;

	width:0.5rem;

	height:0.5rem;

	border: 1px solid #333;

	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;

	z-index: 4;

}

.rela_partner .pt-button-prev iconify-icon, .rela_partner .pt-button-next iconify-icon{

	font-size: 0.2rem;

	color: #333;

	transition: all 0.3s ease;

}

.rela_partner .pt-button-prev{right:0.7rem;}

.rela_partner .pt-button-next{right:0%;}



.rela_partner .pt-button-prev:hover, .rela_partner .pt-button-next:hover{

	background-color: var(--i_color);

}

.rela_partner .pt-button-prev:hover iconify-icon, .rela_partner .pt-button-next:hover iconify-icon{

	color: #fff;

}



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



}

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



}

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

	.rela_partner .pt-button-prev, .rela_partner .pt-button-next{display:none}

	.rela_partner .pt-pagination{display:block}

	.related_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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



}









/* 感谢页面 */

.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }

.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}

.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}







.btns {

	height: 4em;

	width: 12em;

	display: flex;

	align-items: center;

	justify-content: center;

	background: transparent;

	border: 0px solid black;

	cursor: pointer;

  }

  .btns:hover p{

	  color: var(--i_color);

  }

  .wrapperss {

	height: 2em;

	width: 8em;

	position: relative;

	background: transparent;

	display: flex;

	justify-content: center;

	align-items: center;

  }



.thanks  .text {

	font-size: 17px;

	z-index: 1;

	color: #000;

	padding: 4px 12px;

	border-radius: 4px;

	background: rgba(255, 255, 255, 0.7);

	transition: all 0.5s ease;

  }



  .flower {

	display: grid;

	grid-template-columns: 1em 1em;

	position: absolute;

	transition: grid-template-columns 0.8s ease;

  }



  .flower1 {

	top: -12px;

	left: -13px;

	transform: rotate(5deg);

  }



  .flower2 {

	bottom: -5px;

	left: 8px;

	transform: rotate(35deg);

  }



  .flower3 {

	bottom: -15px;

	transform: rotate(0deg);

  }



  .flower4 {

	top: -14px;

	transform: rotate(15deg);

  }



  .flower5 {

	right: 11px;

	top: -3px;

	transform: rotate(25deg);

  }



  .flower6 {

	right: -15px;

	bottom: -15px;

	transform: rotate(30deg);

  }



  .petal {

	height: 1em;

	width: 1em;

	border-radius: 40% 70% / 7% 90%;

	background: linear-gradient(var(--i_color), #e8ffb3);

	border: 0.5px solid #ffffff;



	z-index: 0;

	transition: width 0.8s ease, height 0.8s ease;

  }



  .two {

	transform: rotate(90deg);

  }



  .three {

	transform: rotate(270deg);

  }



  .four {

	transform: rotate(180deg);

  }



  .btns:hover .petal {

	background: linear-gradient(#E870A5, #FFEFF6);

	border: 0.5px solid #FFEFF6;



  }



  .btns:hover .flower {

	grid-template-columns: 1.5em 1.5em;

  }



  .btns:hover .flower .petal {

	width: 1.5em;

	height: 1.5em;

  }



  .btns:hover .text {

	background: rgba(255, 255, 255, 0.4);

  }



  .btns:hover div.flower1 {

	animation: 15s linear 0s normal none infinite running flower1;

  }



  @keyframes flower1 {

	0% {

	  transform: rotate(5deg);

	}



	100% {

	  transform: rotate(365deg);

	}

  }



  .btns:hover div.flower2 {

	animation: 13s linear 1s normal none infinite running flower2;

  }



  @keyframes flower2 {

	0% {

	  transform: rotate(35deg);

	}



	100% {

	  transform: rotate(-325deg);

	}

  }



  .btns:hover div.flower3 {

	animation: 16s linear 1s normal none infinite running flower3;

  }



  @keyframes flower3 {

	0% {

	  transform: rotate(0deg);

	}



	100% {

	  transform: rotate(360deg);

	}

  }



  .btns:hover div.flower4 {

	animation: 17s linear 1s normal none infinite running flower4;

  }



  @keyframes flower4 {

	0% {

	  transform: rotate(15deg);

	}



	100% {

	  transform: rotate(375deg);

	}

  }



  .btns:hover div.flower5 {

	animation: 20s linear 1s normal none infinite running flower5;

  }



  @keyframes flower5 {

	0% {

	  transform: rotate(25deg);

	}



	100% {

	  transform: rotate(-335deg);

	}

  }



  .btns:hover div.flower6 {

	animation: 15s linear 1s normal none infinite running flower6;

  }



  @keyframes flower6 {

	0% {

	  transform: rotate(30deg);

	}



	100% {

	  transform: rotate(390deg);

	}

  }







































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

	.thanks{padding-top: 60px;}



}

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

	.thanks{padding-top: 40px;margin:0px auto 70px}



}

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



}













/* 404 */

.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}

.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}

.in404_text h1{font-size:220px; color:#BBB}

.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}

.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}



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

.in404_text h1{font-size:180px}

}

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

	.in404_text h1{font-size:140px}

	.in404_text h6{font-size:16px}

	.in404_text a{font-size:14px}

}

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

	.in404_text h1{font-size:70px}

	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}

	.in404_text a{font-size:13px}

}



/* 隐私政策 */

.privacy{margin-bottom: 100px;padding-top: 70px;}

#header{background-color: rgb(0 0 0 / 57%) !important;}

.privacy_cont{}

.privacy_cont .tit{margin-bottom:30px}

.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}

.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}

.foot {top: 130px;}

.privacy ol {padding: 0px;}

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

	.privacy{margin-bottom: 50px;}

}

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

	.privacy{margin-bottom: 30px;}

}







/* tag */



.tag{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #F9F9F9;

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{



}

.tag_list .products_right_ul{

   display: flex;

   gap: 0.4rem;

   flex-wrap: wrap;

}

.tag_list  .products_right_ul li{

   width: calc((100% - 1.2rem) / 4);

}





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



}

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





}

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



}

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

	.tag{

		padding: 0.6rem 0;

	}

	.tag>h2 {

		font-size: 0.35rem;

	}

}

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



}

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



}

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



	.tag>h2 {

		font-size: 0.25rem;

	}

	.tag_list  .products_right_ul{

		gap: 0.2rem;

	}

	.tag_list  .products_right_ul li{

		width: calc((100% - 0.2rem) / 2);

	}

}

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



}

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



}









/* ---------------------- Aside Form ---------------------- */

.contactMenu{--menuColor:#333}

.contactMenu{position: fixed;right: 0;bottom: 0;width: 340px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);z-index: 999999999999;}

.contactMenuBtn{width: 100%;display:-webkit-flex; display:flex; flex-wrap:nowrap;position: relative;z-index: 3;}

.contactMenuBtn dt{width: 100%;text-align: center;cursor: pointer;}

.contactMenuBtn dt a,.contactMenuBtn dt p{display: block; padding: 8px 10px;color: #FFF;}

.contactMenuBtnWA{display: none;background: #0ABA28;}

.contactMenuBtnForms{background: var(--i_color);}



.contactMenu_Forms{

	display: none;

	position: absolute;

	right: 0;

	bottom: calc(100% - 1px);

	width: 100%;

	box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);

	z-index: 999;

}

.contactMenu_FormsTit{padding: 8px 50px; text-align: center; background: var(--i_color); cursor: pointer;position: relative;}

.contactMenu_FormsTit p{color: #FFF;}

.contactMenu_FormsTit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}

.contactMenu_FormsTit.active iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}

.contactMenu_Forms>span{display: block; padding: 24px; background: #FFF;}



#wpforms-6{

	--wpforms-field-size-input-height:38px;

	--wpforms-field-border-size:0;

	--wpforms-button-background-color:var(--i_color);

	--wpforms-button-border-color:var(--i_color);

	--wpforms-page-break-color:var(--i_color);

	--wpforms-label-error-color:#d63637;

}

#wpforms-6{margin:0;padding:0;}

#wpforms-form-123456{width:100%;position:relative;}



#wpforms-6 .wpforms-field-container{}

#wpforms-6 .wpforms-field-container>.wpforms-field{

	width: 100%;

	padding: 0 1px 5px;

	margin: 0 0 6px;

	overflow-x:initial !important;

	position: relative;

}



#wpforms-6 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}

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



#wpforms-6 .wpforms-field-container .wpforms-field>input,

#wpforms-6 .wpforms-field-container textarea{

	border: 1px solid #CCC;

	-webkit-border-radius:4px;

	border-radius:4px;

	box-sizing: border-box;

	padding: 0.05rem 0;

}

#wpforms-6 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}



#wpforms-6 .wpforms-field-container .wpforms-field>input,

#wpforms-6 .wpforms-field-container textarea,

#wpforms-6 .wpforms-field-container select,

#wpforms-6 .wpforms-field-container .choices

{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}

#wpforms-6 .wpforms-field-container .wpforms-field>input,

#wpforms-6 .wpforms-field-container textarea,

#wpforms-6 .wpforms-field-container select

{padding-left: 14px;padding-right: 14px;}

#wpforms-6 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}

#wpforms-6 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}

#wpforms-6 .wpforms-field-container select{cursor: pointer;}

#wpforms-6 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}

#wpforms-6 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}

#wpforms-6 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}

#wpforms-6 .wpforms-field-container em.wpforms-error,#wpforms-6 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}



#wpforms-6 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}

#wpforms-6 .wpforms-submit-container button{

	width: 100%;

	background: #DDD;

	font-size: 15px;

	color: #333;

	font-weight: bold;

	padding: 0.1rem 0.2rem;

	transition: all 0.3s ease;

	cursor: pointer;

}

#wpforms-6 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}

#wpforms-6 .wpforms-submit-container button:hover{background: var(--i_color); color: #FFF;}



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

	.contactMenu{width: 100%;}

	.contactMenuBtnWA{display: block;}

	.contactMenuBtnWA a{display: block;}

}











/* aside */

.aside_right {

	position: fixed;

	right: 30px;

	bottom: 16%;

	z-index: 999999

}

.aside_right ul {}

.aside_right li {

	margin: .1rem 0;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	position: relative;

	overflow: hidden;

	cursor: pointer

}

.aside_right li>a {

	display: block;

	width: .5rem;

	height: .5rem;

	background: rgba(128, 128, 128, .5);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 3;

	transition: all .3s ease;

}



.aside_right li:nth-child(1)>a {

	background: #389b0f

}

.aside_right li:nth-child(2)>a {

	background: var(--i_color);

}



.aside_right li img {

	display: block;

	margin: 0 auto;

	width: .22rem;

	height: .22rem;

	object-fit: contain

}



.aside_right li:hover>a {

	background-color: var(--i_color)

}



.side_tel_box,

.side_qr_box {

	position: absolute;

	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: -1

}

.side_tel_box {

	top: 0;

	right: -300px;

	width: 180px;

	min-height: 100%;

	background: #FFF

}

.side_qr_box {

	top: 50%;

	transform: translate(0, -50%);

	right: -180px;

	width: 120px;

	height: 120px;

	background: #FFF

}



.side_tel_box h6 {

	padding: 8px 0;

	font-size: 14px;

	color: #666

}

.side_tel_box h6 a {

	line-height: 20px

}

.side_tel_box a:hover {

	color: var(--i_color)

}

.side_qr_box img {

	width: 90%;

	height: 90%

}



.aside_right li:hover .side_tel_box,

.aside_right li:hover .side_qr_box {

	right: 48px

}



.side_tel_box,

.side_qr_box {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}



.aside_close {

	position: absolute;

	top: .3rem;

	right: .3rem;

	display: block;

	width: .3rem;

	height: .3rem;

	background: url(static/imgs/close_1_hei.svg) no-repeat center;

	background-size: 30px;

	cursor: pointer

}

.aside_close:hover {

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg)

}

.aside_close {

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease

}



#aside_mask_bg {

	display: none;

	position: fixed;

	top: 50%;

	transform: translate(0, -50%);

	left: 0%;

	width: 100%;

	height: 100%;

	background: rgb(0 0 0 / 70%);

	z-index: 9999999999998;

}

#aside_sc_from {

	display: none;

	position: fixed;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	width: 800px;

	box-sizing: border-box;

	padding: 30px 30px 40px;

	background: rgb(255 255 255 / 100%);

	z-index: 9999999999999;

	overflow: auto

}

#aside_sc_from .tit {

	margin-bottom: .4rem

}

#aside_sc_from .tit h1 {

	text-align: center;

	font-size: .26rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: .3rem

}



#wpforms-28 {

	--input_font_color: rgb(0 0 0 / 50%);

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-28 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-28 {

	width: 100%;

	overflow: hidden

}

#wpforms-28 input,

#wpforms-28 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-28 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-28 .wpforms-error-container {

	line-height: 16px

}

#wpforms-28 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

#wpforms-28 .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-28 .wpforms-field-label {

	font-size: 0

}

#wpforms-28 .wpforms-required-label {

	position: absolute;

	top: 16px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-28 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-28 input {

	height: var(--input_height)

}

#wpforms-28 textarea {

	min-height: 100px

}

#wpforms-28 input,

#wpforms-28 textarea {

	width: 100%;

	max-width: 100% !important;

	font-size: var(--input_font_size);

	color: #333;

	box-sizing: border-box;

	border: 1px solid rgb(0 0 0 / 30%);

	line-height: var(--input_height);

	padding: 0 16px

}

#wpforms-28 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-28 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-28 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-28 input::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-28 textarea::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-28 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-28 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-28 textarea::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-28 #wpforms-28-field_1-error,

#wpforms-28 #wpforms-28-field_2-error,

#wpforms-28 #wpforms-28-field_3-error,

#wpforms-28 #wpforms-28-field_5-error {

	position: absolute;

	font-size: 13px

}

#wpforms-28 .wpforms-submit-container button {

	width: 100%;

	height: 34px;

	font-size: 14px;

	color: #FFF;

	line-height: 34px;

	cursor: pointer;

	text-transform: uppercase;

	position: relative;

	z-index: 2

}

#wpforms-28 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

#wpforms-28 .wpforms-submit-container:after {

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

#wpforms-28 .wpforms-submit-container:hover:after {

	display: block

}

#wpforms-28 .wpforms-submit-container:hover {

	background: #FFF

}

#wpforms-28 .wpforms-submit-container:hover button {

	color: var(--i_color)

}



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

	.aside_right li>a {

		width: 0.4rem;

		height: 0.4rem;

	}

}



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

	#aside_sc_from {

		width: 94%;

	}

}

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

	.aside_right {

		right: 22px;

		bottom: 160px;

	}

	.aside_right{

		display: none !important

	}

}

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

	#aside_sc_from {

		padding: 20px 20px 30px

	}

	#aside_sc_from .tit {

		margin-bottom: 0.3rem;

	}

	#wpforms-28 .wpforms-submit-container {

		height: 34px;

	}

	#wpforms-28 .wpforms-submit-container button {

		height: 30px;

		line-height: 30px;

		font-size: 14px;

	}

}

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

	#aside_sc_from .tit h1 {

		font-size: 0.24rem;

	}



}





.form_hide{

	display: none !important;

}























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



}

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



}

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



}

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



}

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



}

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



}

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



} */







