/*

Theme Name: YueMen

Version: 1.0

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

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 83.33%;

	margin: 0 auto;

	max-width: 16rem;

}



.wrap_top {

	width: 88%;

	margin: 0 auto

}



html {

	scroll-behavior: smooth

}



.wrap_left{

	box-sizing: border-box;

	padding-left: 8.335%;

}

.wrap_right{

	box-sizing: border-box;

	padding-right: 8.335%;

}





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



	.wrap{

		width: 86%;

	}

	.wrap_left{padding-left: 8%;}

	.wrap_right{padding-right: 8%;}

	.wrap_top {

		width: 90%;

	}

}

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

	.wrap{

		width: 90%;

	}

	.wrap_left{padding-left: 5%;}

	.wrap_right{padding-right: 5%;}

	.wrap_top {

		width: 94%;

	}

}

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



	.wrap{

		width: 96%;

	}

}

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



	.wrap{

		width: 94%;

	}

	.wrap_top {

		position: initial;

	}

	.wrap_left{padding-left: 3%;}

	.wrap_right{padding-right: 3%;}

}





:root {

	--i_color: #C00000;

	/* 全局颜色 */

	--i_color2: #670C0E;

	/* 副颜色 */

	--header_height: 1rem;

	/* 头部高度 */

	--border_color: rgba(0, 0, 0, .1);

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

	--linear-gradien:linear-gradient(135deg, rgba(31,99,157,1),rgba(37,55,155,1));

}



@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: 'Pop';

	src: url('static/webfonts/Poppins-Regular.otf');

}

@font-face {

	font-family: 'bold';

	src: url('static/webfonts/Poppins-Bold.otf');

}

@font-face {

	font-family: 'din';

	src: url('static/webfonts/DINCOND-FONT.OTF');

} */





/* body{

	font-family: 'Pop';

} */





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

	z-index: 2013;

	background-color: #fff;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

/* .TopHeader .top_cont {

	background: #222;

} */



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

	header {

		top: 0;

		top: 0;

		width: 100%;

		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);

	}

	/* .top_cont {

		background: #333 !important;

	} */

}







/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 100%;

	background-color: #fff;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	width: 2.6rem;

}

.logo a {

	display: block;

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 100%;

}

.logo img {

	height: 0.6rem;

	object-fit: contain;

}



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

	.logo img {

		height: 0.55rem;



	}

	.logo {

		width: 2rem;

	}

}

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

	.logo {

		width: 1.8rem;

	}



}

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

	.logo {

		width: 1.6rem;

	}



}

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

	.logo {

		width: 1.2rem;

	}

	.logo img {

		height: 0.4rem;

	}

}













/* 导航 */

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

	.i_nav {

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

		gap: 0 0.8rem;

	}



	.i_nav>li {

		position: relative;

	}



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

		position: relative;

	}

	.i_nav>li:not(:last-child)>a::before{

		content: '|';

		position: absolute;

		right: -0.4rem;

		top: 50%;

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

		color: rgba(34,34,34,0.2);

		font-size: 0.18rem;



	}

	.i_nav>li>a::after{

		content: '';

		position: absolute;

		bottom: 0rem;

		right: 0;

		width: 0;

		height: 0.03rem;

		background-color: var(--i_color);

		transition: all 0.3s ease;

	}



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

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

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

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

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

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		color: var(--i_color) !important;

	}



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

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

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

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

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

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

	.i_nav .curr>a::after{

		width: 100%;

        right: auto;

		left: 0;

	}



	.i_nav .sub-menu {

		display: none;

		position: absolute;

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

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

		width: 1.8rem;

	}

	.i_nav .sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu li::before,

	.i_nav .sub-menu li::after {

		content: '';

		position: absolute;

		bottom: 0;

		height: 1px;

	}

	.i_nav .sub-menu li::before {

		left: 0;

		width: 100%;

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

	}

	.i_nav .sub-menu li::after {

		right: 0;

		width: 0;

		background: var(--i_color);

	}



	.i_nav .sub-menu>li>a {

		display: block;

		padding: 0 .2rem 0 .2rem;

		font-size: 0.15rem;

		color: #333;

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

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

		content: "\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>li>a,

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

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}

	.i_nav .sub-menu .sub-menu{

		position: absolute;

		top: -2px;

		right: -102%;

	}

}



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

	.i_nav {

		gap: 0 0.4rem;

	}

	.i_nav>li:not(:last-child)>a::before{

		right: -0.2rem;

		font-size: 0.16rem;

	}

}

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

	.i_nav {

		gap: 0 0.32rem;

	}

	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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



}

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

	.i_nav {

		display: none;

		position: fixed;

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

		left: 0;

		width: 100%;

		width: 100vw;

		max-height: calc(100vh - var(--header_height));

		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 {

		gap: 0rem;

	}

	.i_nav>li {

		margin: 0 0 !important;

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

		position: relative

	}

	.i_nav>.menu-item-has-children i {

		display: block;

		position: absolute;

		top: 0;

		right: 0;

		width: .44rem;

		height: .44rem;

		background: #F1F1F1;

	}

	.i_nav>.menu-item-has-children i::before {

		content: '\f107';

		position: absolute;

		top: 50%;

		left: 50%;

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

		font-size: 0.26rem;

		color: #222;

	}



	.i_nav>.menu-item-has-children i.on::before {

		content: '\f106';

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .15rem;

		color: #222;

		line-height: .44rem;

		text-transform: uppercase;

	}



	.i_nav>li>.sub-menu {

		display: none

	}

	.i_nav>li>.sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu a {

		padding: 0 .4rem;

		font-size: .14rem;

		color: #555;

		line-height: .4rem;

		position: relative

	}

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

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

	}



	.i_nav>li>.sub-menu b {

		position: absolute;

		top: 0;

		right: 0;

		width: .4rem;

		height: .4rem;

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

		background-size: .16rem;

	}

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

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

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



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

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}

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

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













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 3px;

	position: absolute;

	top: 50%;

	margin-top: -2px;

	background: #333;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 3px;

	background: #333;

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before {

	top: 0;

}

.nav_menu::after {

	bottom: 0;

}





.nav_menu.on i {

	opacity: 0

}



.nav_menu.on::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important

	}



}





.top_r {

	--size: .2rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}













.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	padding-right: 0.2rem;

	position: relative;

}

.top_search_ico i{

	display: block;

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

}

.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	right: 0rem;

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

	width: 0.01rem;

	height: 0.2rem;

	background-color: rgba(58,69,85,0.3);



}

.top_search_ico iconify-icon {

	font-size: var(--size);

	cursor: pointer;

	color: #333;

}

.top_search_ico.on iconify-icon {

	color: var(--i_color);

}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height_top);

	position: relative;

}

.top_language_all{

   display: inline-block;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   padding: 0 0.4rem 0 0.2rem;

   cursor: pointer;

}



.top_language_all p{

   font-size: 0.16rem;

   color: #222;

   margin:0 0.05rem;

   transition: all 0.3s ease;

   font-family: 'Pop';

}

.top_language_all iconify-icon{

	font-size: var(--size);

	cursor: pointer;

	color: #222;

	line-height: 100%;

	transition: all 0.3s ease;

}

.top_language.on p{

	color: var(--i_color);

}

.top_language.on iconify-icon {

	color: var(--i_color);

}

.earth{

	color: var(--i_color) !important;

    font-size: 0.16rem !important;

	margin-top: 0.02rem;

}





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

}

.top_language.on .language_list{

	opacity: 1;

	visibility: visible;

	top: calc(var(--header_height) - 0.2rem);

}



.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:1024px) {

	.top_search_ico::after{

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

	}

}

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

	}

	.nav_menu{

		margin: 0 0.2rem 0 0.1rem;

	}

}

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

	.top_search_ico i{

		width: 0.35rem;

		height: 0.35rem;

	}

	.top_language_all{

		height: 0.35rem

	}

}

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







header,

.top_cont,

.logo,

.logo img,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

	top: -1rem;

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 6;

}

.top_search.on {

	top: var(--header_height);

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

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

	border-radius: 0;

}

.top_search_btn {

	font-size: 0;

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

	height: var(--search_height);

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

	background-size: .2rem;

	cursor: pointer;

	border-radius: 0;

}



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



}

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



	.top_search_ico {

		padding-right: 0.1rem;

	}

}

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

}





.top_sss{

   width: calc(100% - 2.6rem);



}





.top_sss_bot{

   display: flex;

   display: -webkit-flex;

   box-sizing: border-box;

   align-items: center;

}

.top_btn{



}

.top_btn a{

	display: inline-block;

	box-sizing: border-box;

	padding: 0.15rem 0.25rem;

	background-color: var(--i_color);

	color: #fff;

	height: var(--header_height);

	font-size: 0.18rem;

	z-index: 3;

	position: relative;

	z-index: 2;

	overflow: hidden;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.top_btn_flex{

	display: flex;

	align-items: center;

	justify-content: center;

	gap: 0.1rem;

}

.top_btn_flex iconify-icon{

   font-size: 0.26rem;

   color: #fff;

}

.top_btn_flex p{

	font-size: 0.24rem;

	color: #fff;

	font-weight: bold;

}



















.btn_svg {

  height: 100%;

  filter: url(#goo);

  overflow: hidden;

  position: absolute;

  top: 0;

  left: 0;

  bottom: -3px;

  right: -1px;

  z-index: -1;

}



.btn_svg div {

  background-color: var(--i_color2);

  width: 34%;

  height: 100%;

  border-radius: 100%;

  position: absolute;

  transform: scale(1.4) translateY(125%) translateZ(0);

  transition: all 700ms ease;

}



.btn_svg div:nth-child(1) {

  left: -5%;

}



.btn_svg div:nth-child(2) {

  left: 30%;

  transition-delay: 60ms;

}



.btn_svg div:nth-child(3) {

  left: 66%;

  transition-delay: 25ms;

}





.top_btn a:hover .btn_svg div {

  transform: scale(1.4) translateY(0) translateZ(0);

}

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

	.top_sss{

		width: calc(100% - 2rem);

	}



	.top_btn a{

		padding: 0.15rem 0.4rem;

	}

	.top_btn_flex iconify-icon{

		font-size: 0.24rem;

	}

	.top_btn_flex p{

		font-size: 0.22rem;

	}

}

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

	.top_sss{

		width: calc(100% - 1.8rem);

	}

	.top_btn a{

		padding: 0.15rem 0.35rem;

	}

}

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

	.top_sss{

		width: calc(100% - 1.6rem);

	}

	.top_btn a{

		padding: 0.12rem 0.3rem;

		font-size: 0.14rem;

	}

	.top_btn a{

		padding: 0.15rem 0.3rem;

	}

	.top_language_all {

		padding: 0 0.2rem 0 0.1rem;

	}

	.top_btn_flex iconify-icon{

		font-size: 0.22rem;

	}

	.top_btn_flex p{

		font-size: 0.2rem;

	}

}

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

	.top_sss_topLeft{display: none;}

	.top_sss_top {

		justify-content: flex-end;

	}

	.top_btn{

		margin: 0 0.1rem;

	}

	.top_sss{

		width: calc(100% - 1.2rem);

	}

	.top_btn_flex iconify-icon{

		font-size: 0.2rem;

	}

	.top_btn_flex p{

		font-size: 0.18rem;

	}

}

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



}

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

	.top_btn_flex iconify-icon{

		font-size: 0.18rem;

	}

	.top_btn_flex p{

		font-size: 0.16rem;

	}

	.top_btn a{

		padding: 0.1rem 0.2rem;

	}

}

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

	.top_language_all {

        padding: 0 0.1rem;

    }

	.top_btn a{

		padding: 0.1rem 0.1rem;

	}

	.top_btn_flex p {

        font-size: 0.14rem;

    }

}

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



}













/* pc导航下拉菜单 */



.nav_list_show {

	display: none;

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

	position: absolute;

	top: var(--header_height);

	left: 0;

	box-sizing: border-box;

	padding: .4rem 0;

	width: 100%;

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

	z-index: 2013

}

/* pc端 产品导航下拉 */

.nav_list_box {

	display: -webkit-flex;

	display: flex;

	justify-content: center;

	max-height: calc(100vh - var(--header_height));

}

.nav_list_show ul {

	margin: 0 auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: auto;

	gap: 0.3rem;

	box-sizing: border-box;

	padding: 0.1rem 0.3rem 0.1rem 0.1rem;

}

/*滚动条*/

.nav_list_show ul::-webkit-scrollbar {

	width: 3px;

	height: 3px

}

.nav_list_show ul::-webkit-scrollbar-thumb {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	background: var(--i_color)

}

.nav_list_show ul::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	border-radius: 0;

	background: rgba(255, 255, 255, .2)

}



.nav_list_show li {

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

	position: relative;

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

	background-color: #FAFAFA;

	transition: all 0.3s ease;

}





.nav_list_ul li a{

    display: block;

	width: 100%;

}

.nav_list_img{

    position: relative;

    overflow: hidden;

    background-color: #fff;

}

.nav_list_img::after{

    content: '';

    display: block;

    padding-bottom: 75%;



}

.nav_list_img img{

    position: absolute;

    top: 50%;

    left: 50%;

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

    width: 100%;

    height: 100%;

    object-fit: contain;

    transition: all 0.3s ease

}

.nav_list_text{

    box-sizing: border-box;

    padding: 0.3rem 0.25rem;

    position: relative;

    z-index: 2;

    overflow: hidden;

}

.nav_list_text::after{

	content: '';

    position: absolute;

    top: -0.7rem;

    right: -3rem;

    width: 4.45rem;

    height: 2.62rem;

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

    background-size: contain;

    z-index: -1;

}

.nav_list_text h3{

    font-size: 0.16rem;

    color: #333;

    font-weight: bold;

	margin-bottom: 0.1rem;

	transition: all 0.3s ease;

}

.nav_list_text h4{

	font-size: 0.14rem;

    color: #333;

    line-height: 0.2rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.4rem;

}

.nav_list_ul li a:hover h3{

    color: var(--i_color);

}

.nav_list_ul li:hover {

    box-shadow: 0 0rem 0.1rem rgba(208, 17, 27, 0.15);

}

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



}

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



}

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



}

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

	.nav_list_show{

		display: none !important;

	}

}



























.top_phone{

   display: inline-block;

   box-sizing: border-box;

   padding: 0 0.4rem;

   background-color: var(--i_color2);



}

.top_phone a{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 100%;

   height: var(--header_height);

}

.top_phone a iconify-icon{

   font-size: 0.24rem;

   color: var(--i_color);

}

.top_phone a p{

   font-size: 0.2rem;

   color: #fff;

   font-weight: bold;

   margin-left: 0.1rem;

}







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

	.top_phone a iconify-icon{

		font-size: 0.22rem;

	}

	.top_phone a p{

		font-size: 0.18rem;

	}

	.top_phone{

		padding: 0 0.35rem;

	}

}

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



}

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

	.top_phone a iconify-icon{

		font-size: 0.2rem;

	}

	.top_phone a p{

		font-size: 0.16rem;

	}

	.top_phone{

		padding: 0 0.3rem;

	}

}

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

	.top_phone{margin-left: 0.2rem;}

}

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



}

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



}

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



}

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



}







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

/* banner */

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

.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:82.3vh; 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%);

	width:50px;

	height:50px;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none; /*火狐*/

    -webkit-user-select:none; /*webkit浏览器*/

    -ms-user-select:none; /*IE10*/

    -khtml-user-select:none; /*早期浏览器*/

    user-select:none;

	-webkit-border-radius:200px; -moz-border-radius:200px; border-radius:200px;

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

}

.banner .swiper-button-prev{left:-50px; background:rgba(0,0,0,.4) url(static/imgs/arrow_left_kx_bai.svg) no-repeat center; background-size:0.2rem}

.banner .swiper-button-next{right:-50px; background:rgba(0,0,0,.4) url(static/imgs/arrow_right_kx_bai.svg) no-repeat center; background-size:0.2rem}

.banner:hover .swiper-button-prev{left:4%}

.banner:hover .swiper-button-next{right:4%}

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



.banner .pagination-all{

	position:absolute;

    bottom: 5%;

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

	height: 2px;

	box-sizing: border-box;

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

	opacity: 1;

	border-radius: 0;

	margin: 0 10px;

	position: relative;

	z-index: 4;

	transition: width,height,background-color 0.5s;

}

.banner .swiper-pagination-bullet-active {

	background-color: #fff;



}

.banner .swiper-container{

	position: relative;

}

.banner_i{

	position: absolute;

	bottom: 6%;

	left: 50%;

	transform: translate(-50%, 0);

	width: 0.88rem;

	height: 0.88rem;

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

    background-size: contain;

    z-index: 2;

}









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



	.banner .swiper-pagination-bullet {

		width: 0.6rem;

	}

}

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



}

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

	.banner .swiper-pagination-bullet {

		width: 0.5rem;

	}

}

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

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

	.banner {

		margin-top: var(--header_height);

		position: relative;

		top: initial;

		height: auto;

		-webkit-border-radius: 0 0;

		border-radius: 0 0;

	}

	.banner .swiper-slide {

		padding-bottom: 41%

	}

	.banner .swiper-pagination-bullet {

		width: 0.4rem;

	}

}

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

	.banner .pagination-all{bottom:30px;}

	.banner .swiper-pagination-bullet {

		width: 0.3rem;

	}

}

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

	.banner .swiper-pagination-bullet {

		width: 0.2rem;

	}

}

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



	.banner .pagination-all{bottom:0.26rem}

}

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

	.banner .swiper-pagination-bullet {

		width: 0.1rem;

	}

	.banner .pagination-all{bottom:0.1rem}

}





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

.banner_text1{

   position: absolute;

   top: 42%;

   left: 50%;

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

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: flex-start;

}

.banner_text1 h3{

   font-size: 0.5rem;

   color: #fff;

   line-height: 130%;

   font-weight: bold;

   margin-bottom: 0.5rem;

}

.banner_text1_dl{

   display: flex;

   gap: 0.15rem;

   margin-bottom: 0.7rem;

}

.banner_text1_dl dt{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.12rem 0.12rem 0.12rem 0.28rem;

   border-radius: 0.04rem;

   position: relative;

   font-size: 0.18rem;

   color: var(--i_color);

   text-transform: capitalize;

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

}

.banner_text1_dl dt::after{

   content: '';

   position: absolute;

   top: 50%;

   left: 0.14rem;

   width: 0.08rem;

   height: 0.08rem;

   border-radius: 50%;

   background-color: var(--i_color);

   transform: translate(0,-50%);

}













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

	.banner_text1 h3 {

		font-size: 0.45rem;

		margin-bottom: 0.45rem;

	}

	.banner_text1_dl{

		margin-bottom: 0.6rem;

	}

	.banner_text1_dl dt {

		padding: 0.1rem 0.1rem 0.1rem 0.28rem;

		font-size: 0.16rem;

	}

}

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

	.banner_text1 h3 {

		font-size: 0.4rem;

		margin-bottom: 0.4rem;

	}

	.banner_text1_dl{

		margin-bottom: 0.5rem;

	}

}

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

	.banner_text1 h3 {

		font-size: 0.35rem;

		margin-bottom: 0.35rem;

	}

	.banner_text1_dl{

		margin-bottom: 0.4rem;

	}

}

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

	.banner_text1 h3 {

		font-size: 0.3rem;

		margin-bottom: 0.3rem;

	}

	.banner_text1_dl{

		display: none;

	}

}

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

	.banner_text1 h3 {

		font-size: 0.25rem;

		margin-bottom: 0.25rem;

	}

}

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

	.banner_text1 h3 {

		font-size: 0.2rem;

		margin-bottom: 0.1rem;

	}

}

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



}























/* home_btn */



.home_btn{



}

.home_btn_center{

	display: flex;

	justify-content: center;

}

.home_btn a,

.home_btn span{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.135rem 0.35rem;



   background-color: var(--i_color);

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



   transition: all 0.5s ease;

   position: relative;

   z-index: 2;

   overflow: hidden;

   white-space:nowrap;

}

.home_btn a::after,

.home_btn span::after{

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	background-color: #333;

	top: 0;

	transition: all 0.5s ease;

	left: -50%;

    transform: translateX(-50%) rotate(-45deg);

	z-index: -1;

}

.home_btn a::before,

.home_btn span::before{

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	background-color: #333;

	top: 0;

	transition: all 0.5s ease;

	right: -50%;

    transform: translateX(50%) rotate(-45deg);

	z-index: -1;

}



.home_btn_flex{

	display: flex;

	align-items: center;

	justify-content: center;

	gap: 0.1rem;

}

.home_btn_flex p{

	font-size: 0.18rem;

	font-weight: bold;

	color: #fff;

	text-transform: capitalize;

}

.home_btn_flex iconify-icon{

    font-size: 0.2rem;

	color: #fff;

}























.home_btn a:hover,

.home_btn span:hover{

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

}

.home_btn a:hover::after,

.home_btn span:hover::after{

	transform: translateX(-50%) rotate(0deg);

	left: 50%;

}

.home_btn a:hover::before,

.home_btn span:hover::before{

	transform: translateX(50%) rotate(0deg);

	right: 50%;

}











.home_btn_white{



}

.home_btn_white a{

	background: transparent;

	border: 1px solid #fff !important;



}

.home_btn_white a::after,

.home_btn_white a::before{

	background: #fff;

}

.home_btn_white a:hover p,

.home_btn_white a:hover iconify-icon{

	color: #333;

}







.home_btn_none a{

	background: transparent !important;

}

.home_btn_none a p,

.home_btn_none a iconify-icon{

	color: var(--i_color) !important;

}

.home_btn_none a::after,

.home_btn_none a::before{

	background: var(--i_color);

}

.home_btn_none a:hover p,

.home_btn_none a:hover iconify-icon{

	color: #fff !important;

}













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



}

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

	.home_btn a,

	.home_btn span{

		padding: 0.12rem 0.25rem;

	}

	.home_btn_flex p {

		font-size: 0.16rem;

	}

}

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



}

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



}

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

	.home_btn a,

	.home_btn span{

		padding: 0.08rem 0.2rem;

	}

	.home_btn_flex p {

		font-size: 0.14rem;

	}

}

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



}

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



}







/* products_category */

.products_category_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.products_category{



}

.products_category_ul{

   margin-top: 0.4rem;

   display: grid;

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

   grid-gap: 0.3rem 0.2rem;

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

   grid-template-areas:

   "a a b c"

   "d e f g";

}

.products_category_ul li{

	background: linear-gradient(51deg, #FAEFEF 1%, #FDFDFD 61%);

	border: 1px solid #E5E5E5;



}

.products_category_ul li a{

	display: flex;

	flex-direction: column;

	justify-content: center;

	width: 100%;

	height: 100%;

}

.products_category_ul li:nth-child(1){

    grid-area: a;

}

.products_category_ul li:nth-child(2){

	grid-area: b;

}

.products_category_ul li:nth-child(3){

	grid-area: c;

}

.products_category_ul li:nth-child(4){

	grid-area: d;

}

.products_category_ul li:nth-child(5){

	grid-area: e;

}

.products_category_ul li:nth-child(6){

	grid-area: f;

}

.products_category_ul li:nth-child(7){

	grid-area: g;

}







.products_category_text{



}

.products_category_text h3{

    font-size: 0.3rem;

	color: #333;

	font-weight: bold;

	text-align: center;

	text-transform: capitalize;

	transition: all 0.3s ease;



}

.products_category_ul li:hover .products_category_text h3{

	color: var(--i_color);

}

.products_category_text h4{

    display: none;

}

.products_category_text i{

    display: none;

}

.products_category_text i iconify-icon{



}

.products_category_img{

    position: relative;

	width: 100%;

}

.products_category_img::after{

    content: '';

	display: block;

	padding-bottom: 66.67%;

}

.products_category_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;

}









.products_category_ul li:nth-child(1) a{

    display: flex;

	align-items: center;

	flex-direction: row;

}

.products_category_ul li:nth-child(1) .products_category_text{

    box-sizing: border-box;

	padding: 0.2rem 0.2rem 0.2rem 0.5rem;

	display: flex;

	flex-direction: column;

	justify-content: center;

	width: 55%;



}

.products_category_ul li:nth-child(1) h3{

    color: var(--i_color);

	position: relative;

	text-align: left;

	padding-top: 0.18rem;

	box-sizing: border-box;

}

.products_category_ul li:nth-child(1) h3::after{

   content: '';

   position: absolute;

   top: 0;

   left: 0;

   width: 0.74rem;

   height: 0.04rem;

   background-color: var(--i_color);



}

.products_category_ul li:nth-child(1) i{

	display: flex;

	width: 0.6rem;

	height: 0.6rem;

	border-radius: 50%;

	background-color: var(--i_color);

	justify-content: center;

	align-items: center;

}

.products_category_ul li:nth-child(1) i iconify-icon{

	font-size: 0.25rem;

	color: #fff;

}

.products_category_ul li:nth-child(1) h4{

	font-size: 0.16rem;

	color: #474747;

	line-height: 150%;

	display: block;

	margin: 0.2rem 0 0.3rem 0;

}

.products_category_ul li:nth-child(1) .products_category_img{

    width: 45%;

	max-height: 100%;

}

.products_category_ul li:nth-child(1) .products_category_img::after{

    padding-bottom: 100%;

}









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

	.products_category_text h3 {

		font-size: 0.28rem;

	}

	.products_category_ul {

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

	}

	.products_category_ul li:nth-child(1) i {

		width: 0.5rem;

		height: 0.5rem;

	}



}

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

	.products_category_text h3 {

		font-size: 0.26rem;

	}

	.products_category_ul {

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

	}

	.products_category_ul li:nth-child(1) .products_category_text {

		padding: 0.1rem 0.1rem 0.1rem 0.4rem;

	}

	.products_category_ul li:nth-child(1) h4 {

		font-size: 0.14rem;

		margin: 0.1rem 0 0.2rem 0;

	}

	.products_category_bac{

		padding: 0.6rem 0;

	}

}

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

	.products_category_text h3 {

		font-size: 0.24rem;

	}

	.products_category_ul {

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

	}

}

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

	.products_category_text h3 {

		font-size: 0.22rem;

	}

	.products_category_ul {

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

	}

}

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

	.products_category_text h3 {

		font-size: 0.2rem;

	}

	.products_category_ul {

		margin-top: 0.4rem;

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

		grid-gap: 0.3rem 0.2rem;

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

		grid-template-areas:

			"a a "

			"b c"

			"d e"

			"f g";

	}

	.products_category_img {

		width: 55%;

		margin: 0 auto;

	}

}

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

	.products_category_text h3 {

		font-size: 0.18rem;

	}

	.products_category_img {

		width: 70%;

	}

}

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

	.products_category_text h3 {

		font-size: 0.16rem;

	}

	.products_category_img {

		width: 90%;

	}

	.products_category_ul {

		grid-gap:0.1rem;

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

	}

}















.title_box{

   display: flex;

   justify-content: space-between;

   gap: 0.4rem;

   align-items: center;

}

.title{



}

.title p{

   font-size: 0.48rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   position: relative;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

}

.title_white p{

	color: #fff;

}

.title p::after{

	content: '';

	position: absolute;

    bottom: 0;

	left: 0;

	width: 1.14rem;

	height: 0.04rem;

	background-color: var(--i_color);

}

.title p b{

	font-size: 0.48rem;

	color: var(--i_color);

	font-weight: bold;

	text-transform: capitalize;

}

.title span{

    font-size: 0.18rem;

	color: #666;

	margin-top: 0.2rem;

	display: block;

}

.title_center{



}

.title_center p,

.title_center span{

	text-align: center;

}

.title_center p::after{

	transform: translate(-50%,0);

	left: 50%;

}

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

	.title p,.title p b{

		font-size: 0.45rem;

	}

	.title span {

		font-size: 0.16rem;

	}

}

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

	.title p,.title p b{

		font-size: 0.4rem;

	}



}

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

	.title p,.title p b{

		font-size: 0.35rem;

	}

}

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

	.title p,.title p b{

		font-size: 0.3rem;

	}

}

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

	.title p,.title p b{

		font-size: 0.28rem;

	}

	.title span {

		font-size: 0.14rem;

		margin-top: 0.1rem;

	}

	.title_box {

		gap: 0.2rem;

		align-items: flex-start;

		flex-direction: column;

	}

}

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

	.title p,.title p b{

		font-size: 0.26rem;

	}

}

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

	.title p,.title p b{

		font-size: 0.24rem;

	}

}





.hot_products_bac{

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

   background-size: cover;

   background-attachment: fixed;

}

.hot_products{



}

.hot_products_title{

    display: flex;

	gap: 1rem;

    align-items: center;

	box-sizing: border-box;

	padding: 0.6rem 0;

}

.hot_products_titleBox{

   flex-shrink: 0;

}

.hot_products_titleBox .home_btn{

	margin-top: 0.4rem;

}

.hot_products_title h3{

   font-size: 0.18rem;

   color: #fff;

   line-height: 166%;



}

.hot_products_list{

   display: flex;

   justify-content: center;

   gap: 1.4rem;



}

.hot_products_list li{

   font-size: 0.22rem;

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

   position: relative;

   transition: all 0.3s ease;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

}

.hot_products_list li::after{

	content: '';

	position: absolute;

	right: 0;

	bottom: 0;

	width: 0;

	height: 0.02rem;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.hot_products_list li.current{

	color: #fff !important;

}

.hot_products_list li.current::after{

	right: auto !important;

	left: 0 !important;

	width: 100% !important;

}





.hot_products_box{

   margin-top: 0.4rem;

}

.hot_products_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.3rem;

}

.hot_products_ul li{

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

}

.hot_products_a{

    display: block;

	width: 100%;

}

.hot_products_img{

   position: relative;

   overflow: hidden;

}

.hot_products_img::after{

   content: '';

   display: block;

   padding-bottom: 75%;

}

.hot_products_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   transition: all 0.3s ease;

}

.hot_products_text{

   box-sizing: border-box;

   padding: 0.2rem 0.15rem;

}

.hot_products_text h3{

   font-size: 0.16rem;

   color: #666;

   margin-bottom: 0.08rem;

}

.hot_products_text h4{

   font-size: 0.2rem;

   color: #333;

   font-weight: bold;

   line-height: 0.23rem;

   height: 0.46rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   transition: all 0.3s ease;

}

.hot_products_text h5{

   font-size: 0.16rem;

   color: #666;

   border-top: 1px solid #D8D8D8;

   box-sizing: border-box;

   padding-top: 0.15rem;

   margin-top: 0.1rem;

   position: relative;

   display: flex;

   align-items: center;

   gap: 0.1rem;

   transition: all 0.3s ease;

}

.hot_products_text h5::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.7s ease;

}

.hot_products_text h5 span{

    font-size: 0.16rem;

    color: var(--i_color);

}

.hot_products_text h5 i{

	display: block;

	width: 0.06rem;

	height: 0.06rem;

	background-color: var(--i_color);

}

.hot_products_a:hover img{

	width: 110%;

	height: 110%;

}

.hot_products_a:hover h4{

	color: var(--i_color);

}

.hot_products_a:hover h5{

	border-top: 1px solid transparent;

}

.hot_products_a:hover h5::after{

	right: auto;

	left: 0;

	width: 100%;

}

.hot_products_dl{

	overflow: hidden;

}

.hot_products_dl dt{

	animation: slideInRight 1s ease;



}





@keyframes slideInRight {

	0% {

		-webkit-transform: translateX(100%);

		transform: translateX(100%);

		visibility: visible;

	}

	100% {

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}

}











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

	.hot_products_title h3 {

		font-size: 0.16rem;

	}

	.hot_products_title {

		gap: 0.8rem;

	}

	.hot_products_list {

		gap: 1rem;

	}

	.hot_products_ul {

		gap: 0.2rem;

	}

	.hot_products_ul li {

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

	}

	.hot_products_text h4 {

		font-size: 0.18rem;

		line-height: 0.23rem;

		height: 0.46rem;

	}

}

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

	.hot_products_title {

		gap: 0.6rem;

	}

	.hot_products_titleBox .home_btn{

		margin-top: 0.2rem;

	}

	.hot_products_list {

		gap: 0.8rem;

	}

	.hot_products_text h5 {

		font-size: 0.14rem;

	}

}

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

	.hot_products_list {

		gap: 0.6rem;

	}

}

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



}

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

	.hot_products_title {

		gap: 0.4rem;

		padding: 0.4rem 0;

	}

	.hot_products_title h3{

		width: 100%;

	}

	.hot_products_title {

		gap: 0.2rem;

		align-items: flex-start;

		flex-direction: column;

	}

	.hot_products_list {

		gap: 0.2rem 0.4rem;

	}

	.hot_products_list {

		flex-wrap: wrap;

	}

	.hot_products_list li {

		font-size: 0.2rem;

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

		text-align: center;

	}

	.hot_products_ul li {

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

    }

}

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

    .hot_products_list li {

        font-size: 0.18rem;

    }

	.hot_products_text {

		padding: 0.15rem 0.1rem;

	}

	.hot_products_ul {

        gap: 0.1rem;

    }

	.hot_products_ul li {

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

    }

	.hot_products_text h4 {

        font-size: 0.16rem;

        line-height: 0.22rem;

        height: 0.44rem;

    }

	.hot_products_text h3 {

		font-size: 0.14rem;

	}

	.hot_products_text h5 {

		gap: 0.05rem;

	}

}

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



}







/* partner */

.partner_bac{

   box-sizing: border-box;

   padding: 0.4rem 0;

}

.partner{



}



/*  */

.par_partner_box{}



.par_partner{position:relative}

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

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

.par_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

.par_partner_list .img:before{content:""; display:block; padding-bottom:39.33%}

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





/* 指示器 */

.par_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

.par_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

.par_partner .pt-pagination .swiper-pagination-bullet-active{

	position:relative;

	background:transparent;

}



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.par_partner .pt-button-prev{left:-5%;}

.par_partner .pt-button-next{right:-5%;}



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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



}

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

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

	.par_partner .pt-pagination{display:block}

}

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



}

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



}

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



}

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



}





/* home_about */

.home_about_bac{

   position: relative;

   z-index: 2;

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem 0;

}

.home_about_bacImg{

   position: absolute;

   top: 50%;

   left: 50%;

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

   max-width: 100%;

   height: auto;

   z-index: -1;

}

.home_about{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

}

.home_about_left{

    width: 49.375%;

}

.home_about_left>img{

	width: 100%;

	height: auto;

}

.home_about_right{

   width: 50.625%;

   box-sizing: border-box;

   padding-left: 4%;

}

.home_about_right h3{

   font-size: 0.18rem;

   color: var(--i_color);

   position: relative;

   box-sizing: border-box;

   padding-top: 0.15rem;

   margin-bottom: 0.1rem;

}

.home_about_right h3::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 0.55rem;

	height: 0.05rem;

	background-color: var(--i_color);

}

.home_about_right h4{

    font-size: 0.4rem;

	color: #333;

	font-weight: bold;



}

.home_about_right h5{

   font-size: 0.24rem;

   color: var(--i_color);

   font-weight: bold;

   margin: 0.3rem 0;

}

.home_about_right h6{

   font-size: 0.22rem;

   line-height: 150%;

   color: #666;

   margin-bottom: 0.4rem;

}

.home_about_dl{

   display: flex;

   justify-content: space-between;

   gap: 0.5rem;

   flex-wrap: wrap;

}

.home_about_dl dt{

   background: #FFF6F6;

   box-sizing: border-box;

   padding: 0.2rem;

   position: relative;

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

}

.home_about_dl dt::after{

   content: '';

   position: absolute;

   top: 0.12rem;

   left: 0.12rem;

   width: 0.12rem;

   height: 0.12rem;

   border-radius: 50%;

   background-color: var(--i_color);



}

.home_about_dl dt img{

   width: 1.2rem;

   margin: 0 auto;

   display: block;

}

.home_about_dl dt p{

   font-size: 0.16rem;

   color: var(--i_color);

   line-height: 150%;

   text-align: center;

   text-transform: uppercase;

}







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

	.home_about_right h4 {

		font-size: 0.36rem;

	}

	.home_about_right h5 {

		font-size: 0.22rem;

		margin: 0.25rem 0;

	}

	.home_about_right h6 {

		font-size: 0.16rem;

		margin-bottom: 0.3rem;

	}

	.home_about_dl dt img {

		width: 1rem;

	}

	.home_about_dl {

		gap: 0.3rem;

	}

	.home_about_dl dt {

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

	}

	.home_about_dl dt p {

		font-size: 0.14rem;

	}

}

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

	.home_about_right h4 {

		font-size: 0.32rem;

	}

	.home_about_right h5 {

		font-size: 0.2rem;

		margin: 0.2rem 0;

	}

	.home_about_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.home_about_right h4 {

		font-size: 0.28rem;

	}

	.home_about_right h5 {

		font-size: 0.18rem;

		margin: 0.15rem 0;

	}

	.home_about_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

}

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

	.home_about_right h4 {

		font-size: 0.24rem;

	}

}

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

	.home_about_right h4 {

		font-size: 0.22rem;

	}

	.home_about_right h5 {

		font-size: 0.16rem;

		margin: 0.1rem 0;

	}

	.home_about_dl dt img{

		width: 0.8rem;

	}

	.home_about_dl {

		gap: 0.2rem;

	}

	.home_about_dl dt {

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

	}

}

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

	.home_about_left {

		width: 100%;

	}

	.home_about_dl dt img{

		width: 0.6rem;

	}

	.home_about_dl dt {

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

	}

}

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



}











/* home_form */

.home_form_bac{

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

   background-size: cover;

   box-sizing: border-box;

   padding: 0.4rem 0 0.6rem 0;

}

.home_form{

   display: flex;

   flex-wrap: wrap;

}

.home_form_left{

	width: 52.5%;

}

.home_form_right{

   width: 47.5%;

   box-sizing: border-box;

   padding-left: 4%;

   display: flex;

   flex-direction: column;

   justify-content: center;

}

.home_form_right h3{

   line-height: 138%;

   color: #fff;

   text-align: right;

   font-size: 0.29rem;

   font-weight: bold;

}

.home_form_right h4{

   font-size: 0.18rem;

   color: #fff;

   text-align: right;

   margin-top: 0.3rem;

}



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

	.home_form_right h3 {

		font-size: 0.27rem;

	}

	.home_form_right h4 {

		font-size: 0.16rem;

		margin-top: 0.2rem;

	}

}

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

	.home_form_right h3 {

		font-size: 0.25rem;

	}

}

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

	.home_form_right h3 {

		font-size: 0.23rem;

	}

}

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

	.home_form_right h3 {

		font-size: 0.21rem;

	}

}

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

	.home_form_left{

		width: 100%;

	}

	.home_form_right{

	   width: 100%;

	   padding-left: 0%;

	}

	.home_form {

		flex-direction: column-reverse;

		gap: 0.2rem;

	}

	.home_form_bac {

		padding: 0.4rem 0;

	}

}

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



}

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



}







#wpforms-9{--input_font_size:0.16rem; --input_height:0.44rem}

#wpforms-9{

	width:100%;

	margin-top: 0.4rem;

	padding:0;

}

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





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

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

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

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

#wpforms-9 .wpforms-submit-container{

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

	transition: all 0.3s ease;

	position: relative;

	z-index:2;

}





#wpforms-9 .wpforms-hidden{

	display: none;

}







#wpforms-9 .wpforms-field{

	position: relative;

}

#wpforms-9 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 0.25rem;

	left: 3px;

	font-size: 0.14rem;

    color: #fff;

}



#wpforms-9 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}







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

#wpforms-9-field_1-container{margin-right:0.2rem !important;}

#wpforms-9-field_1-container, #wpforms-9-field_2-container{width:calc((100% - 0.2rem) / 2) !important;}





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



#wpforms-9 input, #wpforms-9 textarea{

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

	color:#fff;

	background-color: transparent;

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

	box-shadow: 0 0 0 0 !important;

	border-radius: 0rem;

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

}

#wpforms-9 textarea{

	height:0.76rem;

	line-height: 166%;

	padding:10px;

}



#wpforms-9 input::-webkit-input-placeholder{color:rgba(255, 255, 255, 0.8); font-size:var(--input_font_size)}

#wpforms-9 input::-moz-placeholder{color:rgba(255, 255, 255, 0.8); font-size:var(--input_font_size)}

#wpforms-9 input::-moz-placeholder{color:rgba(255, 255, 255, 0.8); font-size:var(--input_font_size)}

#wpforms-9 input::-ms-input-placeholder{color:rgba(255, 255, 255, 0.8); font-size:var(--input_font_size)}

#wpforms-9 textarea::-webkit-input-placeholder{color:rgba(255, 255, 255, 0.8); font-size:var(--input_font_size)}

#wpforms-9 textarea::-moz-placeholder{color:rgba(255, 255, 255, 0.8); font-size:var(--input_font_size)}

#wpforms-9 textarea::-moz-placeholder{color:rgba(255, 255, 255, 0.8); font-size:var(--input_font_size)}

#wpforms-9 textarea::-ms-input-placeholder{color:rgba(255, 255, 255, 0.8); font-size:var(--input_font_size)}











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

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

	display: block;

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

	position:relative;

	background-color: #fff;

	font-weight: bold;

	height: 0.5rem;

	border-radius: 0rem;

	z-index:2;

	box-shadow: 0 0 transparent !important;

	transition: all 0.3s ease;

}

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





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

	background-color: #333;

	color: #fff;

}

























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



}

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



}

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



}

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



}

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



}

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





}

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

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

	#wpforms-9-field_1-container{margin-right:0rem !important;}

	#wpforms-9-field_1-container, #wpforms-9-field_2-container{width:100% !important;}

	#wpforms-9-field_3-container{margin-right:0rem !important;}

	#wpforms-9-field_3-container, #wpforms-9-field_4-container{width:100% !important;}

	#wpforms-9 textarea{height:1.2rem}

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

	.contact_us_form {

		margin-top: 0.4rem;

	}

	#wpforms-9 .wpforms-field {

		padding-bottom: 0.1rem;

	}



}

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



}





/* home_two */

.home_two_bac{

    box-sizing: border-box;

	padding: 0.8rem 0;

}

.home_two{



}

.home_two_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.4rem;

}

.home_two_ul li{

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

   box-sizing: border-box;

   padding: 0.4rem;

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

}

.home_two_ul li:nth-child(1){

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

	background-size: cover;

}

.home_two_ul li:nth-child(2){

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

	background-size: cover;

}

.home_two_text{



}

.home_two_text h3{

   font-size: 0.24rem;

   color: #fff;

   font-weight: bold;

   text-transform: capitalize;

}

.home_two_text h4{

   font-size: 0.16rem;

   line-height: 150%;

   color: #fff;

   margin: 0.2rem 0;

}

.home_two_btn{

   display: flex;

   justify-content: space-between;

}

.home_two_btn img{

   width: 0.84rem;

   height: auto;

}





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

	.home_two_btn img {

		width: 0.8rem;

	}

}

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

	.home_two_btn img {

		width: 0.7rem;

	}

	.home_two_bac{

		padding: 0.6rem 0;

	}

}

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

	.home_two_btn img {

		width: 0.6rem;

	}

}

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



}

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

	.home_two_ul li {

		width: 100%;

	}

	.home_two_ul {

		gap: 0.2rem;

	}

}

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

	.home_two_ul li {

		padding: 0.4rem 0.2rem;

	}

	.home_two_btn img {

        width: 0.5rem;

    }

}

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



}



/* home_news */

.home_news_bac{

   box-sizing: border-box;

   padding-bottom: 0.8rem;

}

.home_news{



}







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



.homeNews_top{flex-shrink: 0; width: 48%;}

.homeNews_top .coverPic{width:100%; position:relative;  overflow:hidden}

.homeNews_top .coverPic::before{content:""; display:block; padding-bottom:65%}

.homeNews_top .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.homeNews_top .date{position: absolute;bottom: .2rem;left: .2rem; background: var(--i_color);   text-align: center; padding: .1rem;}

.homeNews_top .date b{display: block; margin-bottom: 2px; font-size: 0.24rem;color: #FFF;}

.homeNews_top .date i{font-size: 14px;color: #FFF;}

.homeNews_top span{display: block;margin-top: 0.24rem;}

.homeNews_top h6{font-size: 0.2rem;font-weight: bold; line-height: 1.4;}

.homeNews_top p{margin-top: 0.1rem; font-size: 0.16rem;color: #666;line-height: 1.5;}

.homeNews_top h6,.homeNews_top p{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}



.homeNews_top:hover img{transform: scale(1.05, 1.05);}

.homeNews_top:hover h6{color: var(--i_color);}





.homeNews_list{margin-left: auto; width: 48%; box-sizing: border-box; padding-left: 0.6rem; border-left: 1px solid #DDD;}

.homeNews_list li{margin-top: 0.3rem;padding-top: 0.3rem; border-top: 1px solid #DDD;}

.homeNews_list li:first-child{margin-top: 0;padding-top: 0;border-top: none;}

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



.homeNews_list span{width: 100%;}

.homeNews_list span h6{font-size: 0.2rem;font-weight: bold;}

.homeNews_list span p{margin: .1rem 0 .16rem; font-size: 0.16rem;color: #666; line-height: 1.5;}

.homeNews_list span h6,.homeNews_list span p{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeNews_list span i{font-size: 14px;color: #666;}



.homeNews_list .coverPic{flex-shrink: 0; width:30%; position:relative; overflow:hidden}

.homeNews_list .coverPic::before{content:""; display:block; padding-bottom:65%}

.homeNews_list .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}



.homeNews_list li:hover h6{color: var(--i_color);}

.homeNews_list li:hover img{transform: scale(1.05, 1.05);}

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

	.homeNews_cont{margin: 0.4rem 0;}

	.home_news_bac{

		padding-bottom: 0.6rem;

	}

}

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

	.homeNews_top{width: 100%;}

	.homeNews_list{width: 100%; margin: 36px 0 0; padding: 0 0;border: none;}

	.homeNews_list li:first-child{padding-top: 0.3rem; border-top: 1px solid #DDD;}



	.homeNews_top h6,.homeNews_list span h6{font-size: 18px;}

}

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

	.homeNews_top h6,.homeNews_list span h6{font-size: 17px;}

	.homeNews_top p,.homeNews_list span p{font-size: 14px;}

}

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

	.homeNews_top .date b{font-size: 20px;}

	.homeNews_list{margin-top: 20px;}

	.homeNews_top h6,.homeNews_list span h6{font-size: 16px;}

	.homeNews_list a{gap: 0 26px;}

	.homeNews_list .coverPic{width: 34%;}

}







/* footer */

.footer_bac{

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

	background-size: cover;

}

.footer_top{

   box-sizing: border-box;

   padding: 0.6rem 0 0.5rem 0;

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

}

.footer_top h3{

   font-size: 0.42rem;

   color: #fff;

   font-weight: bold;

   text-align: center;

}

.footer_top h4{

	font-size: 0.18rem;

	color: #fff;

	text-align: center;

	margin: 0.3rem 0 ;

}

.footer_search {

	--search_height: .6rem;

	--input_font_size:0.18rem;

}



.footer_search form {

	width: 6.5rem;

	max-width: 100%;

	margin: 0 auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	overflow: hidden;

	background-color: rgba(255, 255, 255, .3);

	border-radius: 0.4rem;

	padding: 0.06rem;

}

.footer_search .top_search_ipt{

    background-color: transparent;

	height: unset;

	color: #fff;

	font-size: 0.18rem;

}

.footer_search .top_search_btn{

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

    background-size: .3rem;

	border-radius: 50%;

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

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

}



.footer_search .top_search_ipt input::-webkit-input-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}

.footer_search .top_search_ipt input::-moz-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}

.footer_search .top_search_ipt input::-moz-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}

.footer_search .top_search_ipt input::-ms-input-placeholder{color:rgba(255, 255, 255, 0.6); font-size:var(--input_font_size)}





.footer_center{

   display: flex;

   box-sizing: border-box;

   padding-bottom: 0.5rem;

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

}

.footer_1{

   width: 36.875%;

   box-sizing: border-box;

   padding-right: 5%;

}

.footer_h3{

   font-size: 0.3rem;

   color: #fff;

   font-weight: bold;

   box-sizing: border-box;

   padding: 0.25rem 0 0.3rem 0;

   text-transform: capitalize;

}

.footer_contact{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;



}

.footer_contact li{

   display: flex;

   gap: 0.1rem;

}

.footer_contact li iconify-icon{

   font-size: 0.22rem;

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

}

.footer_contact li a{

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

   font-size: 0.18rem;

   transition: all 0.3s ease;

}

.footer_contact li a:hover{

	color: #fff;

}



.footer_share{

   display: flex;

   gap: 0.3rem;

   margin-top: 0.3rem;

}

.footer_share dt{



}

.footer_share dt a{

    display: block;

}

.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: #fff;

	transform: translateY(-5px);

}

.footer_2{

	width: 21.875%;

	box-sizing: border-box;

	padding-right: 0.1rem;

}

.footer_ul{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_ul ul{

	display: none;

}

.footer_ul li{



}

.footer_ul li a{

	font-size: 0.18rem;

	color: #fff;

    position: relative;

	transition: all 0.3s ease;

	box-sizing: border-box;

	padding-bottom: 1px;

}

.footer_ul li a::after{

	content: '';

	position: absolute;

	right: 0;

	bottom: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}



.footer_ul li a:hover{

	color: var(--i_color);

}

.footer_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.footer_3{

	width: 28.125%;

	box-sizing: border-box;

	padding-right: 0.1rem;

}

.footer_4{

	width: 13.125%;

}

.footer_down{

   box-sizing: border-box;

   padding: 0.25rem 0;

}

.footer_down p{

   font-size: 0.14rem;

   color: #fff;

}

.footer_down p a{

	font-size: 0.14rem;

	color: #fff;

    transition: all 0.3s ease;

	border-bottom: 1px solid #fff;

}

.footer_down p a:hover{

	color: var(--i_color);

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

}







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

	.footer_top h3 {

		font-size: 0.38rem;

	}

	.footer_search {

		--search_height: .5rem;

		--input_font_size: 0.16rem;

	}

	.footer_h3 {

		font-size: 0.26rem;

	}

}

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

	.footer_top h3 {

		font-size: 0.35rem;

	}

	.footer_h3 {

		font-size: 0.24rem;

	}

	.footer_center {

		padding-bottom: 0.4rem;

	}

}

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

	.footer_top h3 {

		font-size: 0.3rem;

	}

	.footer_top h4 {

		font-size: 0.16rem;

		margin: 0.2rem 0;

	}

	.footer_h3 {

		font-size: 0.22rem;

	}

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

	.footer_1{

		width: 100%;

		padding-right: 0;

	}

}

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

	.footer_top h3 {

		font-size: 0.26rem;

	}

}

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

	.footer_top h3 {

		font-size: 0.22rem;

	}

	.footer_down {

		padding: 0.25rem 0 0.75rem 0;

	}

}

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

	.footer_search {

		--search_height: .4rem;

	}

	.footer_contact li a {

		font-size: 0.16rem;

	}

	.footer_top {

		padding: 0.4rem 0;

	}

	.footer_search .top_search_ipt{

		font-size: 0.16rem;

	}

}

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



}





/* banner_about */

.banner_top{

	margin-top: var(--header_height);

}

.banner_about{

   position: relative;



}

.banner_about::after{

   content: '';

   display: block;

   padding-bottom: 26.04%;

}

.banner_about img{

	position: absolute;

	top: 50%;

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

	width: 100%;

	left: 50%;

	height: 100%;

	object-fit: cover;

}

.banner_about p{

	position: absolute;

	left: 50%;

	top: 50%;

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

	text-align: center;

	font-size: 0.5rem;

	color: #fff;

	text-transform: uppercase;

	font-weight: bold;

}





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

	.banner_about p{

		font-size: 0.45rem;

	}

}

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

	.banner_about p{

		font-size: 0.4rem;

	}

}

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

	.banner_about p{

		font-size: 0.35rem;

	}

}

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

	.banner_about p{

		font-size: 0.3rem;

	}

}

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

	.banner_about p{

		font-size: 0.25rem;

	}

}

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

	.banner_about p{

		font-size: 0.2rem;

	}

}

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



}







/* 当前位置 */

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



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

.in_position a:first-child{padding-left:0.24rem; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:0.16rem}

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

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

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

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

    .in_position{

	  display: none;

    }

}

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



}

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



}





/* 服务优势 */

.Service_Advantages {

  width: 100%;

  display: flex;

}



/* 文字描述盒子 */



.Service_Advantages .sa_left {

  width: 41%;

  background-color: #f6f6f6;

  box-shadow: 0 0 0.1rem 0.01rem rgba(0, 0, 0, 0.1);

  box-sizing: border-box;

  padding: 0.8rem 0.4rem 0.5rem 0.4rem;

}



.Service_Advantages .sal_top {

  width: 100%;

}



.Service_Advantages .sal_top li {

  position: relative;

  min-height: 2.5rem;

  display: none;

}



.Service_Advantages .sal_top .asT_active {

  display: block;

}



.Service_Advantages .sal_top li h3 {

  color: var(--txt_color1);

  font-size: 0.32rem;

}



.Service_Advantages .sal_top li p {

  color: var(--txt_color2);

  font-size: 0.18rem;

  line-height: 1.5;

}



.Service_Advantages .sal_top li p::before {

  width: 100%;

  height: 2px;

  content: "";

  display: block;

  background-color: var(--i_color);

  margin: 0.25rem 0;

}



.Service_Advantages .sal_top li i {

  font-size: 0.2rem;

  color: #999;

  position: absolute;

  top: -25%;

  right: 0;

}



.Service_Advantages .sa_bottom {

  display: flex;

  gap: 0 6%;

  margin-top: 1.55rem;

}



.sab_left,

.sab_right {

  width: 0.6rem;

  height: 0.6rem;

  background-color: #fff;

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

  cursor: pointer;

  transition: all 0.4s;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

}



.sab_left iconify-icon,

.sab_right iconify-icon {

  font-size: 0.25rem;

  color: var(--i_color);

}



.sab_left:hover,

.sab_right:hover {

  background-color: var(--i_color);

}



.sab_left:hover iconify-icon,

.sab_right:hover iconify-icon {

  color: #fff;

}



/* 图片展示盒子 */



.Service_Advantages .sa_right {

  width: 56%;

  margin-left: auto;

  position: relative;

}



.Service_Advantages .sa_right img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: -5%;

  left: 0;

  opacity: 0;

  transition: all 0.5s;

}



.Service_Advantages .sa_right .asI_active {

  top: 0;

  left: 0;

  opacity: 1;

}



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

  .Service_Advantages {

    flex-wrap: wrap;

    gap: 0.3rem 0;

  }

  .Service_Advantages .sa_left {

    width: 100%;

    padding: 0.4rem;

  }

  .Service_Advantages .sa_bottom {

    margin-top: 0;

  }

  .Service_Advantages .sal_top li h3 {

    font-size: 0.26rem;

  }

  .Service_Advantages .sal_top li i {

    top: 0;

  }

  .sab_left,

  .sab_right {

    width: 0.45rem;

    height: 0.45rem;

  }

  .Service_Advantages .sa_right {

    width: 100%;

    padding-bottom: 50%;

  }

  .about_us .home_about_right h6 {

	margin-bottom: 0rem;

  }

}



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

  .Service_Advantages .sal_top li h3 {

    font-size: 0.2rem;

  }

  .Service_Advantages .sal_top li p {

    font-size: 0.16rem;

    line-height: 1.3;

  }

  .sab_left,

  .sab_right {

    width: 0.35rem;

    height: 0.35rem;

  }

}



/* 服务优势 */

.s_service_advantages {

  width: 100%;

  background: linear-gradient(to right, transparent, #ffeee4);

  box-sizing: border-box;

}



.s_service_advantages::before {

  content: "";

  display: block;

  width: 100%;

  height: 0.08rem;

  background-color: var(--i_color);

}



.s_service_advantages .ssa_top {

  width: 100%;

  display: flex;

}



.s_service_advantages .ssa_t_img {

  width: 44%;

  position: relative;

  padding-bottom: 25%;

  margin-top: -9%;

}



.s_service_advantages .ssa_t_img img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 0;

  left: 0;

}



.s_service_advantages .title_box {

  margin-left: auto;

  width: 52%;

}



.s_service_advantages .title_box .tb_top .tbt_img {

  width: 9%;

  padding-bottom: 9%;

}



.s_service_advantages .ssa_bottom {

  width: 100%;

  display: flex;

  flex-wrap: wrap;

  gap: 0 9.5%;

}



.s_service_advantages .ssa_bottom li {

  width: 27%;

}



.s_service_advantages .ssa_bottom li .icon {

  width: 0.54rem;

  height: 0.54rem;

  position: relative;

}



.s_service_advantages .ssa_bottom li .icon img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  position: absolute;

  top: 50%;

  left: 50%;

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

  transition: all 0.4s;

}



.s_service_advantages .ssa_bottom li h4 {

  font-size: 0.24rem;

  color: var(--txt_color1);

  margin: 0.12rem 0 0.3rem 0;

  transition: all 0.4s;

}



.s_service_advantages .ssa_bottom li p {

  font-size: 0.18rem;

  color: var(--txt_color2);

  line-height: 1.3;

}



.s_service_advantages .ssa_bottom li:hover h4 {

  color: var(--i_color);

}



.s_service_advantages .ssa_bottom li:hover .icon img {

  transform: translate(-50%, -50%) rotateY(180deg);

}



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

}

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

}

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

}

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

  .s_service_advantages .ssa_top {

    flex-wrap: wrap;

    gap: 0.3rem 0;

  }

  .s_service_advantages .ssa_t_img {

    width: 100%;

    margin-top: 0;

    order: 2;

    padding-bottom: 40%;

  }

  .s_service_advantages .title_box {

    width: 100%;

  }

  .s_service_advantages .title_box .tb_top .tbt_img {

    width: 5%;

    padding-bottom: 5%;

  }

  .s_service_advantages .ssa_bottom li .icon {

    width: 0.45rem;

    height: 0.45rem;

  }

  .s_service_advantages .ssa_bottom li h4 {

    font-size: 0.2rem;

    margin: 0.1rem 0;

  }

}

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

  .s_service_advantages .ssa_bottom {

    gap: 0.3rem 9.5%;

  }

  .s_service_advantages .ssa_bottom li {

    width: 45.25%;

  }

}

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

  .s_service_advantages .title_box .tb_top .tbt_img {

    width: 8%;

  }

  .s_service_advantages .ssa_bottom li {

    width: 100%;

  }

  .s_service_advantages .ssa_bottom li .icon {

    width: 0.3rem;

    height: 0.3rem;

  }

  .s_service_advantages .ssa_bottom li h4 {

    font-size: 0.18rem;

  }

  .s_service_advantages .ssa_bottom li p {

    font-size: 0.16rem;

  }

}







/* global */

.global_bac{

   box-sizing: border-box;

   padding-top: 0.8rem;

   background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(192, 0, 0, 0.04) 100%);

}

.global{



}

.global_map{

   margin-top: 0.4rem;

}

.global_map img{

   display: block;

   margin: 0 auto;

   max-width: 100%;

}





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

	.global_bac{

		padding-top: 0.6rem;

	}

}







/* company */

.company_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.company{



}







/* 环境展示 */

.environment_box {

}

.environment_cont {

  display: -webkit-flex;

  display: flex;

  flex-wrap: nowrap;

  gap: 0 0.32rem;

}



/* =================================================================== */

.environment_list_big {

  flex-shrink: 0;

  width: 44%;

  overflow: hidden;

}

.environment_list_big .swiper-wrapper {

  display: -webkit-flex;

  display: flex;

  position: relative;

}



.environment_list_big .swiper-slide {

  height: 100%;

  flex-shrink: 0;

  position: relative;

  overflow: hidden;

  cursor: pointer;

  -webkit-transition: all 2s ease;

  transition: all 2s ease;

}

.environment_list_big .swiper-slide-active {

  z-index: 3;

}



.e_pic {

  width: 100%;

  position: relative;

  overflow: hidden;

}

.e_pic::before {

  content: "";

  display: block;

  padding-bottom: 66%;

}

/* .e_pic::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 30%;

  background: linear-gradient(to bottom, transparent, #000);

} */

.e_pic img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

}



.environment_list_big figcaption {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  z-index: 3;

}

.environment_list_big p {

  padding: 0.3rem 0.4rem;

  font-size: 0.24rem;

  color: #fff;

  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;

}



.environment_list_big .swiper-slide:hover img {

  -webkit-transform: scale(1.05, 1.05);

  transform: scale(1.05, 1.05);

}



/* =================================================================== */

.environment_list_thumbnail {

  width: 100%;

  position: relative;

  overflow: hidden;

}

.environment_list_thumbnail .swiper-wrapper {

  display: -webkit-flex;

  display: flex;

  position: relative;

}

.environment_list_thumbnail .swiper-slide {

  flex-shrink: 0;

  position: relative;

  overflow: hidden;

  cursor: pointer;

}

.environment_list_thumbnail .e_pic::before {

  padding-bottom: 60%;

}

.environment_list_thumbnail .e_pic::after {

  display: none;

}

.environment_list_thumbnail .swiper-slide img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.environment_list_thumbnail figcaption {

  display: none;

}



.environment_list_thumbnail .swiper-slide:hover img {

  -webkit-transform: scale(1.05, 1.05);

  transform: scale(1.05, 1.05);

}



.environment_control {

  position: absolute;

  left: 0;

  bottom: 0;

  display: -webkit-flex;

  display: flex;

  flex-wrap: nowrap;

  align-items: center;

  gap: 0 0.3rem;

}

.environment_control > i {

  width: 5rem;

  height: 1px;

  background: #ccc;

}



.environment-pagination {

  font-size: 0.2rem;

  color: #999;

}

.environment-pagination .swiper-pagination-current {

  font-size: 0.28rem;

  color: var(--i_color);

}



.environment-navigation {

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  gap: 0 0.22rem;

}

.environment-navigation > div {

  width: 0.44rem;

  height: 0.44rem;

  border: 1px solid #cbcbcb;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  z-index: 3;

  cursor: pointer;

  outline: none;

  -webkit-user-select: none;

  user-select: none;

  position: relative;

}

.environment-navigation > div iconify-icon {

  position: absolute;

  top: 50%;

  left: 50%;

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

  font-size: 0.26rem;

  color: var(--txt_color2);

}



.environment-navigation > div:hover {

  background: var(--i_color);

  border-color: var(--i_color);

}



.environment-navigation > div:hover iconify-icon {

  color: #fff;

}



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

  .environment_control > i {

    width: 3rem;

  }

  .company_bac{

	box-sizing: border-box;

	padding: 0.6rem 0;

 }

}

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

  .environment_list_big p {

    padding: 20px;

    font-size: 16px;

  }



  .environment-pagination {

    font-size: 15px;

  }

  .environment-pagination .swiper-pagination-current {

    font-size: 20px;

  }

  .environment-navigation > div {

    width: 36px;

    height: 36px;

  }

}

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

  .environment_cont {

    flex-wrap: wrap;

    gap: 0 0;

  }

  .environment_list_big {

    display: none !important;

  }



  .environment_list_thumbnail {

    width: 97%;

  }

  .environment_list_thumbnail .e_pic::before {

    padding-bottom: 66%;

  }

  .environment_list_thumbnail .e_pic::after {

    display: block;

  }

  .environment_list_thumbnail figcaption {

    display: block;

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    z-index: 3;

  }

  .environment_list_thumbnail p {

    padding: 20px;

    font-size: 16px;

    font-weight: bold;

    color: #fff;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

  }



  .environment_control {

    position: relative;

    margin-top: 20px;

  }

  .environment_control > i {

    width: 20%;

  }

}

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

  .environment_control {

    gap: 0 20px;

  }

  .environment-navigation {

    gap: 0 10px;

  }

  .environment-navigation > div {

    width: 32px;

    height: 32px;

  }

}





/* about_form */

.about_form_bac{

	box-sizing: border-box;

	padding: 0.8rem 0;

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

	background-size: cover;

}

.about_form{



}











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

#wpforms-30{

	width:100%;

	margin-top: 0.4rem;

	padding:0;

}

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





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

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

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

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

#wpforms-30 .wpforms-submit-container{

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

	transition: all 0.3s ease;

	position: relative;

	z-index:2;

}





#wpforms-30 .wpforms-hidden{

	display: none;

}







#wpforms-30 .wpforms-field{

	position: relative;

}

#wpforms-30 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 0.25rem;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-30 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}







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

#wpforms-30-field_1-container{margin-right:0.2rem !important;}

#wpforms-30-field_1-container, #wpforms-30-field_2-container{width:calc((100% - 0.2rem) / 2) !important;}



#wpforms-30-field_3-container{margin-right:0.2rem !important;}

#wpforms-30-field_3-container, #wpforms-30-field_4-container{width:calc((100% - 0.2rem) / 2) !important;}







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



#wpforms-30 input, #wpforms-30 textarea{

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

	color:#333;

	background-color: #fff;

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

	box-shadow: 0 0 0 0 !important;

	border-radius: 0rem;

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

}

#wpforms-30 textarea{

	height:1.6rem;

	line-height: 166%;

	padding:10px;

}



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

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

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

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

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

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

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

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











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

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

	display: block;

	margin-left: auto;

	margin-right: auto;

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

	position:relative;

	background-color: var(--i_color);

	font-weight: bold;

	height: 0.5rem;

	border-radius: 0rem;

	z-index:2;

	box-shadow: 0 0 transparent !important;

	transition: all 0.3s ease;

}

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





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

	background-color: var(--i_color2);

}

























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



}

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



}

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

	.about_form_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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





}

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

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

	#wpforms-30-field_1-container{margin-right:0rem !important;}

	#wpforms-30-field_1-container, #wpforms-30-field_2-container{width:100% !important;}

	#wpforms-30-field_3-container{margin-right:0rem !important;}

	#wpforms-30-field_3-container, #wpforms-30-field_4-container{width:100% !important;}

	#wpforms-30 textarea{height:1.2rem}

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

	.contact_us_form {

		margin-top: 0.4rem;

	}

	#wpforms-30 .wpforms-field {

		padding-bottom: 0.1rem;

	}



}

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



}







/* our_service */

.our_service_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0rem 0;

}

.our_service{



}







.svlist {}



.svlist ul {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	gap: 0.35rem 0;

	margin-top: 0.4rem;

}



.svlist ul li {

	width: 49%;

	box-sizing: border-box;

	border: 1px solid #d8d8d8;

	position: relative;

	-webkit-transition: all .5s ease;

	transition: all .5s ease;

	padding-bottom: 24%;

	-webkit-transition: all .5s ease;

	transition: all .5s ease;

}





.svlist ul li>img {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.svlist ul li .img img {

	height: 0.5rem;

}



.svlist ul li .txt {

	padding: 0.3rem 0.3rem;

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	-webkit-transition: all .5s ease;

	transition: all .5s ease;

	box-sizing: border-box;

}



.svlist ul li p {

	margin: 0.1rem 0;

	margin-bottom: 0px;

	color: #fff;

}

.svlist ul li h6 {

	display: none;

	color: #fff;

}

.svlist ul li::before {

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 0%;

	height: 0%;

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

	z-index: 1;

	-webkit-transition: all .5s ease;

	transition: all .5s ease;

}

.svlist ul li:hover::before {

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	background: var(--i_color);

	z-index: 9;

	-webkit-transition: all .5s ease;

	transition: all .5s ease;

	opacity: 0.7;

}



.svlist ul li:hover .txt {

	z-index: 9;

	text-align: center;

	margin-bottom: 0.6rem;

}



.svlist ul li:hover h6 {

	display: block;

}



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

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

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

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



	.svlist ul li p {

		margin: 0.1rem 0;

	}

	.svlist ul {

		gap: 10px 0;

	}



	.svlist br {

		display: none;

	}



	.svlist ul li {

		width: 48%;

		box-sizing: border-box;

	}





	.svlist ul li h6 {

		display: none !important;

	}



	.svlist ul li .img img {

		height: 0.3rem;

	}



	.svlist ul li .txt {

		padding: 0.1rem;

	}

}

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

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

	.svlist ul li {

		width: 100%;

		padding-bottom: 48%;

	}

}







/* service_adv */

.service_adv_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   overflow: hidden;

}

.service_adv{



}

.service_advTitle{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

   position: relative;

   z-index: 2;

}

.service_advTitle::after{

	content: '';

	position: absolute;

    top: 0.8rem;

	left: 50%;

	transform: translate(-50%,0);

	width: 200%;

	height: 0.08rem;

	background-color: var(--i_color);

    z-index: -1;

}

.service_advTitle_left{

   width: 46.67%;

   position: relative;

}

.service_advTitle_left::after{

   content: '';

   display: block;

   padding-bottom: 57.14%;

}

.service_advTitle_left img{

   position: absolute;

   top: 50%;

   left: 50%;

   width: 100%;

   height: 100%;

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

   object-fit: cover;

}

.service_advTitle_right{

   width: 53.33%;

   box-sizing: border-box;

   padding-left: 0.6rem;

   margin-top: 0.4rem;

}

.service_adv_ul{

   display: flex;

   gap: 0.4rem;

   margin-top: 0.4rem;

   flex-wrap: wrap;

}

.service_adv_ul li{

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

   position: relative;

   overflow: hidden;

   box-sizing: border-box;

   padding: 0.3rem;

   z-index: 2;

}

.service_adv_ul li img{

   width: 0.54rem;

   height: 0.54rem;

   object-fit: contain;

}

.service_adv_ul li h3{

   font-size: 0.24rem;

   color: #333;

   margin: 0.15rem 0;

}

.service_adv_ul li h4{

   font-size: 0.18rem;

   color: #666;

}

.service_adv_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(192,0,0,0.08);

	z-index: -1;

	opacity: 0;

	transition: all 0.3s ease;

}

.service_adv_ul li.on::after{

	opacity: 1 !important;

}



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

	.service_advTitle::after {

		top: 0.7rem;

	}

	.service_adv_ul li img {

		width: 0.5rem;

		height: 0.5rem;

	}

}

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

	.service_advTitle::after {

		top: 0.6rem;

	}

	.service_adv_ul li img {

		width: 0.45rem;

		height: 0.45rem;

	}

	.service_adv_ul {

		gap: 0.2rem;

	}

	.service_adv_ul li {

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

		padding: 0.25rem;

	}

	.service_adv_ul li h3 {

		font-size: 0.22rem;

	}

	.service_adv_ul li h4 {

		font-size: 0.16rem;

	}

	.service_adv_bac {

		padding: 0.6rem 0;

	}

}

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

	.service_advTitle::after {

		top: 0.4rem;

	}

	.service_adv_ul li img {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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

	.service_advTitle::after {

		top: 0.2rem;

	}

}

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

    .service_adv_ul li {

        width: 100%;

    }

	.service_advTitle_left{

		display: none;

	}

	.service_advTitle_right {

		width: 100%;

		padding-left: 0rem;

		margin-top: 0.4rem;

	}

	.service_advTitle::after {

		top: 0rem;

	}

}

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



}

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



}





/* customer */

.customer_bac{

   overflow: hidden;

}

.customer{



}







.explore_list .swiper-wrapper {

  display: -webkit-flex;

  display: flex;

  position: relative;

  width: 100%;

  box-sizing: border-box;

}

.explore_list .swiper-slide {

  box-sizing: border-box;

  flex-shrink: 0;

  position: relative;

}



.explore_list .swiper-slide .img {

  position: relative;

  padding-bottom: 92%;

  /* overflow: hidden; */

}

.explore_list .swiper-slide .img > img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

}



.explore_list .swiper-slide .txt {

  padding: 0.2rem;

  box-sizing: border-box;

  position: absolute;

  right: -40px;

  bottom: 0;

  width: 90%;

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

  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;

  -webkit-transition: all 0.5s ease;

  transition: all 0.5s ease;

}



.explore_list .swiper-slide .txt p {

  display: flex;

  align-items: center;

  gap: 0 4%;

}



.explore_list .swiper-slide .txt h6 {

}



.explore_list .swiper-slide:hover img {

}

.explore_list .swiper-slide:hover .txt {

  background: #fff;

}



.explore-prev,

.explore-next {

  position: absolute;

  top: 50%;

  transform: translate(0, -50%);

  width: 0.4rem;

  height: 0.4rem;

  background: var(--i_color);

  z-index: 3;

  cursor: pointer;

  outline: none;

  -webkit-user-select: none;

  user-select: none;

}

.explore-prev {

  left: 5%;

}

.explore-next {

  right: 5%;

}

.explore-prev iconify-icon,

.explore-next iconify-icon {

  position: absolute;

  top: 50%;

  left: 50%;

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

  font-size: 0.3rem;

  color: #fff;

}

.explore_list .swiper-button-disabled {

  cursor: not-allowed;

}

.explore-prev:hover,

.explore-next:hover {

  background: var(--i_color);

}



/* -------------------------- */

.explore-pagination {

  display: block;

  text-align: center;

}

.explore-pagination .swiper-pagination-bullet {

  width: 0.7rem;

  height: 0.01rem;

  display: inline-block;

  background: #ccc;

  outline: none;

  cursor: pointer;

}

.explore-pagination .swiper-pagination-bullet-active {

  background: var(--i_color);

}



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

}

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

}

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

  .explore-prev,

  .explore-next {

    display: none;

  }

}

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

  .explore_list .swiper-slide .txt {

    right: 0;

    width: 100%;

  }

}

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

  .explore-pagination .swiper-pagination-bullet {

    width: 0.5rem;

  }

}

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

  .explore-pagination .swiper-pagination-bullet {

    width: 0.25rem;

  }

}







/* how_buy */

.how_buy_bac{

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

   background-size: cover;

   box-sizing: border-box;

   padding: 1rem 0;

}

.how_buy{



}

.how_buy_ul{

   display: flex;

   justify-content: space-between;

   gap: 0.8rem;

   margin-top: 0.4rem;

}

.how_buy_ul li{

   display: flex;

   flex-direction: column;

   justify-content: center;

   align-items: center;

}

.how_buy_ul li img{

   width: 0.8rem;

   height: 0.8rem;

   object-fit: contain;

   transition: all 0.3s ease;

}

.how_buy_ul li h3{

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   text-align: center;

   text-transform: capitalize;

   margin: 0.3rem 0;

   transition: all 0.3s ease;

}

.how_buy_ul li h4{

   font-size: 0.2rem;

   color: #666;

   text-align: center;

}

.how_buy_ul li:hover img{

	transform: rotate(180deg);

}

.how_buy_ul li:hover  h3{

	color: var(--i_color);

}

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

	.how_buy_ul{

		gap: 0.6rem;

	}

	.how_buy_ul li img{

		width: 0.7rem;

		height: 0.7rem;

	}

	.how_buy_ul li h3{

		font-size: 0.22rem;

		margin: 0.25rem 0;

	}

	.how_buy_ul li h4{

		font-size: 0.18rem;

	}

	.how_buy_bac{

		padding: 0.8rem 0;

	}

}

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

	.how_buy_bac{

		padding: 0.6rem 0;

	}

	.how_buy_ul{

		gap: 0.4rem;

	}

	.how_buy_ul li img{

		width: 0.6rem;

		height: 0.6rem;

	}

	.how_buy_ul li h3{

		font-size: 0.2rem;

		margin: 0.2rem 0;

	}

	.how_buy_ul li h4{

		font-size: 0.16rem;

	}



}

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



}

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

	.how_buy_ul{

		flex-wrap: wrap;

		gap: 0.2rem;

	}

	.how_buy_ul li{

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

		box-sizing: border-box;

		padding: 0 3%;

	}

}

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

    .how_buy_ul li h4 {

        font-size: 0.14rem;

    }

}

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

	.how_buy_ul li{

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

	}

	.how_buy_ul li img{

		width: 0.5rem;

		height: 0.5rem;

	}

	.how_buy_ul li h3{

		font-size: 0.18rem;

		margin: 0.1rem 0;

	}

}

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



}





/* faq */

.faq_bac{

   box-sizing: border-box;

   padding-bottom: 0.8rem;

}

.faq{



}









.faq_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.3rem;

   margin-top: 0.4rem;

}

.faq_ul li{



}

.faq_q{

   background-color: #F7F7F7;

   box-sizing: border-box;

   padding: 0.2rem 0.3rem;

   border-radius: 0rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   cursor: pointer;

}

.faq_ul i{

   width: 0.32rem;

   height: 0.32rem;

   border-radius: 0rem;

   display: block;

   color: #fff;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   font-size: 0.2rem;

   font-weight: bold;

}

.faq_q i{

   background-color: var(--i_color);

}

.faq_a i{

   background-color: #fff;

}

.faq_q h2{

   font-size: 0.2rem;

   color: #222;

   font-weight: bold;

   width: calc(100% - 0.72rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.faq_a{

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding: 0.2rem 0.3rem 0 0.3rem;

}

.faq_a p{

	width: calc(100% - 0.4rem);

	padding-left: 0.2rem;

	font-size: 0.16rem;

	color: #666;

	line-height: 0.28rem;

}

.faq_q h3 {

    width: 0.4rem;

    height: 0.4rem;

    display: flex;

    display: -webkit-flex;

    justify-content: center;

    align-items: center;

    transition: all 0.3s ease;

	position: relative;

}

.faq_q h3::after{

   content: '';

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 2px;

   height: 0.2rem;

   background-color: #333;

   transition: all 0.3s ease;

}

.faq_q h3::before{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	height: 2px;

	width: 0.2rem;

	background-color: #333;

 }

.faq_ul li.on .faq_q h3::after{

	height: 0 !important;

}











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

	.faq_q h2{font-size: 0.2rem;padding-left: 0.15rem;}

	.faq_a p {

		padding-left: 0.15rem;

		font-size: 0.14rem;

		line-height: 0.24rem;

	}

}

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



}

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

	.faq_bac {

		padding-bottom: 0.6rem;

	}

	.faq_q {

		padding: 0.15rem 0.3rem;

	}

}

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

	.faq_q h2 {

        font-size: 0.18rem;

    }



}

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



}

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

	.faq_q h2{font-size: 0.18rem;padding-left: 0.1rem;}

	.faq_a p {

		padding-left: 0.1rem;

	}

	.faq_q {

		padding: 0.2rem 0.4rem;

	}

}

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

	.faq_q {

		padding: 0.2rem;

	}

	.faq_a {

		padding: 0.2rem 0.3rem 0 0.3rem;

	}

	.faq_ul i{

		width: 0.3rem;

		height: 0.3rem;

	}

	.faq_q h2{

		width: calc(100% - 0.3rem);

	}

	.faq_a p{

		width: calc(100% - 0.3rem);

	}

	.faq_ul i{

		font-size: 0.16rem;

	}

	.faq_ul {

		gap: 0.2rem;

	}

}

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

    .faq_q {

        padding: 0.1rem 0.2rem;

    }

}





/* news */

.news_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0 0;

}

.news{



}

.news_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.4rem;

}

.news_ul li{

   width: 100%;

}

.news_ul li a{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

   width: 100%;

   background-color: #F9F9F9;

}

.news_img{

   width: 22.5%;

   position: relative;

   overflow: hidden;

}

.news_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.news_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   transition: all 0.3s ease;

}

.news_text{

   width: 63.125%;

   box-sizing: border-box;

   padding: 0 3% ;

}

.news_text h3{

   font-size: 0.2rem;

   color: #666;

}

.news_text h3 span{

	font-size: 0.44rem;

	color: #333;

}

.news_text h4{

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   line-height: 166%;

   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;

}

.news_text h5{

   font-size: 0.18rem;

   line-height: 166%;

   color: #666;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.news_i{

   width: 14.375%;

   display: flex;

   justify-content: center;

   align-items: center;

   position: relative;

}

.news_i::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 1px;

	height: 2.1rem;

	background-color: var(--i_color);

}

.news_i i{

    display: flex;

	justify-content: center;

	align-items: center;

	width: 0.6rem;

	height: 0.6rem;

	border-radius: 50%;

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

	transition: all 0.3s ease;

}

.news_i i iconify-icon{

    font-size: 0.22rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.news_ul li a:hover img{

	width: 110%;

	height: 110%;

}

.news_ul li a:hover h4{

	color: var(--i_color);

}

.news_ul li a:hover i{

	background-color: var(--i_color);

}

.news_ul li a:hover i iconify-icon{

	color: #FFF;

}







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

	.news_text h3 span {

		font-size: 0.4rem;

	}

	.news_text h3 {

		font-size: 0.18rem;

	}

	.news_text h4 {

		font-size: 0.22rem;

		margin: 0.15rem 0;

	}

	.news_text h5 {

		font-size: 0.16rem;

	}

	.news_i::after{

		height: 1.8rem;

	}

	.news_i i{

		width: 0.55rem;

		height: 0.55rem;

	}

	.news_i i iconify-icon{

		font-size: 0.2rem;

	}

}

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

	.news_text h3 span {

		font-size: 0.35rem;

	}

	.news_text h4 {

		font-size: 0.2rem;

		margin: 0.1rem 0;

	}

	.news_i::after{

		height: 1.5rem;

	}

	.news_i i{

		width: 0.5rem;

		height: 0.5rem;

	}

}

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

	.news_text h3 span {

		font-size: 0.3rem;

	}

	.news_text h3 {

		font-size: 0.16rem;

	}

	.news_text h4 {

		font-size: 0.18rem;

	}

	.news_text h5 {

		font-size: 0.14rem;

	}



}

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



}

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

	.news_text h3 span {

		font-size: 0.25rem;

	}

	.news_i::after{

		height: 1.2rem;

	}

	.news_i i{

		width: 0.4rem;

		height: 0.4rem;

	}

	.news_i i iconify-icon{

		font-size: 0.18rem;

	}

	.news_text h5{

		display: none;

	}

	.news_i::after {

        height: 1rem;

    }

}

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

	.news_img {

		width: 100%;

	}

	.news_text {

		width: 85.625%;

		padding: 0.3rem 0.1rem 0.3rem 0.2rem;

	}

	.news_img::after {

		padding-bottom: 55%;

	}

	.news_i::after {

        height: 0.8rem;

    }

	.news_i i {

        width: 0.35rem;

        height: 0.35rem;

    }

	.news_text h4 {

        margin: 0.1rem 0 0 0;

    }

}

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



}









/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.7rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.in_page_right .in_page{

	justify-content: flex-end;

}

.in_page_left .in_page {

    justify-content: flex-start;

}

.in_page li {

	min-width: .32rem;

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

	padding: 0 .12rem;

	line-height: .32rem;

	font-size: .14rem;

	color: #666;

	background: #FFF;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

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

	overflow: hidden;

	transition: all 0.3s ease;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	color: #888;

	display: none;

}



.in_page a:hover,

.in_page .active_page a,

.in_page .active_page span {

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

	background: var(--i_color);

	color: #FFF !important

}



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

	.in_page_box {margin-top: 0.6rem;}

}

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

	.in_page li {

		min-width: .28rem;

	}

	.in_page a,

	.in_page span {

		line-height: 0.28rem;

		padding: 0 .1rem;

	}

	.in_page_box {margin-top: 0.4rem;}

}

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



}





/* contact_us */

.contact_us_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem;

}



.contact_us{

   display: flex;

   flex-wrap: wrap;

   align-items: flex-end;

   margin-top: 0.4rem;

}

.contact_us_left{

	width: 42.85%;

}

.contact_us_left h3{

    font-size: 0.36rem;

	color: #333;

	font-weight: bold;

	margin-bottom: 0.1rem;

	text-transform: uppercase;

}

.contact_us_left h4{

    font-size: 0.2rem;

	color: #666;

}

.contact_us_left img{

	width: 100%;

	height: auto;

	display: block;

	margin-top: 0.3rem;

}

.contact_us_right{

   width: 57.15%;

   box-sizing: border-box;

   padding-left: 5%;

}

.contact_us_right h5{

	font-size: 0.18rem;

	color: #666;

	margin-bottom: 0.4rem;

}

.contact_us_ul{

   display: flex;

   flex-direction: column;

   gap: 0.3rem;

}

.contact_us_ul li{



}

.contact_us_h3{

   display: flex;

   gap: 0.1rem;

   align-items: center;

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   margin-bottom: 0.15rem;

   position: relative;

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

}

.contact_us_h3::after{

	content: '';

	position: absolute;

	bottom: -1px;

	left: 0;

	width: 30%;

	height: 2px;

	background: var(--i_color);

	transition: all 0.7s ease;

}

.contact_us_h3 img{

   width: 0.37rem;

   height: auto;

   object-fit: contain;

}

.contact_us_h3 h3{

   font-size: 0.24rem;

   color: #333;

}

.contact_us_ul li h4{

	font-size: 0.18rem;

	color: #333;

}

.contact_us_ul li h4 a{

   font-size: 0.18rem;

   color: #666;

   transition: all 0.3s ease;

}

.contact_us_ul li h4 a:hover{

	color: var(--i_color);

}

.contact_us_ul li:hover .contact_us_h3::after{

	width: 100%;

}



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

	.contact_us_h3 h3 {

		font-size: 0.22rem;

	}

	.contact_us_left h3{

		font-size: 0.34rem;

	}

	.contact_us_left h4{

		font-size: 0.18rem;

	}

}

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

	.contact_us_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

	.contact_us_h3 h3 {

		font-size: 0.2rem;

	}

	.contact_us_ul li h4{

		font-size: 0.16rem;

	}

	.contact_us_ul li h4 a{

	   font-size: 0.16rem;

	}

	.contact_us_left h3{

		font-size: 0.3rem;

	}

	.contact_us_left h4{

		font-size: 0.16rem;

	}

}

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

	.contact_us_left h3{

		font-size: 0.25rem;

	}

}

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



}

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

	.contact_us_left {

		width: 100%;

	}

	.contact_us_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

	.contact_us_left h3{

		font-size: 0.2rem;

	}

	.contact_us_left h4{

		font-size: 0.14rem;

	}

}

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



}

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



}









/* contact_form */

.contact_form_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

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

   background-size: cover;

}

.contact_form{



}

.contact_form h3{

	text-align: center;

	font-size: 0.2rem;

	color: #fff;

	margin-top: 0.1rem;

}

.contact_form_box{

	margin-top: 0.6rem;

}





#wpforms-33{--input_font_size:0.16rem; --input_height:0.55rem}

#wpforms-33{width:100%; margin:0 auto; padding:0}

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





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

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

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

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

#wpforms-33 .wpforms-submit-container{



}











#wpforms-33 .wpforms-field{

	position: relative;

}

#wpforms-33 .wpforms-field-label{

	font-size: 0;

}

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

	position: absolute;

	top: 12px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}

#wpforms-33 .wpforms-error{

	font-size: 0;

}

#wpforms-33 .wpforms-field{width:100%; margin-bottom:0.2rem; background:transparent; overflow:hidden}

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

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



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

#wpforms-33 textarea{height:1.6rem}

#wpforms-33 input, #wpforms-33 textarea{

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

	background-color: white; color:#222;

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

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

}

#wpforms-33 textarea{

	line-height: 160%;

	padding:10px;

}





#wpforms-33 input::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-33 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-33 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-33 input::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-33 textarea::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-33 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-33 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-33 textarea::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}



#wpforms-33 #wpforms-33-field_1-error, #wpforms-33 #wpforms-33-field_2-error, #wpforms-33 #wpforms-33-field_3-error, #wpforms-33 #wpforms-33-field_4-error{position:absolute; font-size:14px}







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

	overflow: hidden;width:100%; height:0.5rem;

	font-size:0.16rem; color:#FFF;

	display: block;

	cursor:pointer; text-transform:capitalize;

	position:relative; z-index:2;

	background-color: var(--i_color);

	width: 1.8rem;

	border-radius: 0rem;

	transition: all 0.3s ease;

}

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

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

	background-color: #333;

}



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

	.contact_form h3 {

		font-size: 0.18rem;

	}

}

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



}

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

	.contact_form h3 {

		font-size: 0.16rem;

	}

	.contact_form_bac {

		padding: 0.6rem 0;

	}

	.contact_form_box {

		margin-top: 0.4rem;

	}

}

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

	#wpforms-33 .wpforms-submit-container{margin: 0.2rem auto 0;}

}

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



}

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

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

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

	#wpforms-33{--input_height:0.5rem}

	.become_form {margin-top: 0.4rem;}

}

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



}

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



}





/* contact_map */

.contact_map_bac{

	box-sizing: border-box;

}

.contact_map{

	height: 5.8rem;

}



.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

        width: 100%;

        height: 100% !important;

}







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



}

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

	.contact_map{

		height: 5rem;

	}

}

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

	.contact_map{

		height: 4.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){



}





/* contact_two */

.contact_two_bac{

   box-sizing: border-box;

   padding: 0.4rem 0;

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

   background-size: cover;

}

.contact_two{



}

.contact_two h3{

   font-size: 0.2rem;

   line-height: 150%;

   color: #666;

   text-align: center;

   margin-bottom: 0.3rem;

}

.contact_two_ul{

   display: flex;

   gap: 0.4rem;

   justify-content: center;

}

.contact_two_ul li{



}

.contact_two_ul li img{

   width: 2.5rem;

   height: auto;

}

.contact_two_ul li h4{

   font-size: 0.2rem;

   color: #666;

   text-align: center;

   text-transform: capitalize;

   margin-top: 0.15rem;

}

.contact_two_share{

	display: flex;

	align-items: center;

	justify-content: center;

	margin-top: 0.35rem;

}

.contact_two_share h5{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

   margin-right: 0.1rem;

}

.contact_two_dl{

   display: flex;

   gap: 0.2rem;

   align-items: center;

}

.contact_two_dl dt{



}

.contact_two_dl dt a{

   display: block;

   width: 0.4rem;

   height: 0.4rem;

   border-radius: 50%;

   background-color: #EAEAEA;

   display: flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.contact_two_dl dt a iconify-icon{

   font-size: 0.18rem;

   color: #222;

   transition: all 0.3s ease;

}

.contact_two_dl dt a:hover{

	background-color: var(--i_color);

}

.contact_two_dl dt a:hover iconify-icon{

	color: #fff;

}







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

	.contact_two_ul li img{

		width: 2.3rem;

	}

	.contact_two h3 {

		font-size: 0.18rem;

		margin-bottom: 0.2rem;

	}

	.contact_two_ul li h4 {

		font-size: 0.18rem;

		margin-top: 0.1rem;

	}

}

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

	.contact_two_ul li img{

		width: 2rem;

	}

	.contact_two h3 {

        font-size: 0.16rem;

        margin-bottom: 0.1rem;

    }



}

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

    .contact_two_ul li img {

        width: 1.8rem;

    }

}

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



}

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



}

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



}

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



}







/* products */

.products_bac{

    box-sizing: border-box;

	padding: 0.4rem 0 0.8rem 0;

}

.products{

   display: flex;

   flex-wrap: wrap;

}

.products_left{

   width: 3.22rem;

}







.products_left_all{

   background-color: rgba(192,0,0,0.05);

   box-sizing: border-box;

   padding: 0.25rem 0.15rem 0.35rem 0.15rem;

}

.products_left_h2{

	font-size: 0.2rem;

	text-transform: capitalize;

	box-sizing: border-box;

	text-align: center;

	color: #fff;

	background-color: var(--i_color);

	box-sizing: border-box;

	padding:0.2rem;

	font-weight: bold;

	margin-bottom: 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.1rem;

}

.list li{

   position: relative;

}

/* .list li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 100%;

	height: 1px;

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

} */



.list_a{

	box-sizing: border-box;

    padding: 0.2rem 0.2rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

	background-color: #fff;

}

.list_a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	background-color: #fff;

	width: 0;

	height: 100%;

	transition: all 0.5s ease-in-out;

	z-index: -1;

}

.list .list_a a{

   font-size: 0.18rem;

   color: #222;

   font-weight: bold;

   box-sizing: border-box;

   line-height: 110%;

   transition: all 0.3s ease;

}

.list  .list_a i{

   width: 0.5rem;

   height: 0.55rem;

   position: absolute;

   top: 50%;

   transform: translate(0,-50%);

   right: 0;

   cursor: pointer;



}

.list .list_a i iconify-icon{

	position: absolute;

	top: 50%;

	left: 50%;

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

    font-size: 0.24rem;

	color: #222;

	transition: all 0.3s ease;

}

.list_dl{

    padding:0.2rem 0.08rem 0 0.08rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

	gap: 0.2rem;

}



.list_dl dt{

   box-sizing: border-box;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #222;

   display: block;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

   padding: 0rem 0.2rem;

}

.list_dl dt a::after{

	content: '';

	position: absolute;

	left: -0.1rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.07rem;

	height: 0.07rem;

	background-color: var(--i_color);

	opacity: 0;

	transition: all 0.3s ease;

}











.list_dl dt a:hover::after,.list_dl dt a:hover::before{

    opacity: 1;

}

.list_active{

}

.list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

}

.list_active .list_a i iconify-icon{

	color: var(--i_color);

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

}

.list_active .list_a a{

	color: var(--i_color);

}

.list_dl_active a::after,.list_dl_active a::before{

	opacity: 1 !important;

	left: 0 !important;

}

.list_dl dt a:hover::after{

	opacity: 1 !important;

	left: 0 !important;

}

.list_dl dt a:hover{

	color: var(--i_color);

}



.list_dl_active a{

	color: var(--i_color) !important;

}

.list_active .list_dl{



}











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



}

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



}

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

	.products_left_h2 {

		font-size: 0.28rem;

	}



}

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

	.products_left{

		width: 100%;

	}

	.products_left_h2 iconify-icon{display: block;}

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

	.products_left_h2{margin-bottom: 0;}

	.list{margin-top: 0.2rem;}

	.products_left_h2{

		color: #fff;

		background-color: var(--i_color);

		box-sizing: border-box;

		padding: 0.15rem 0;

	}

	.list {

		padding-bottom: 0.2rem;

	}

	.products_left_all {

		padding: 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){

	.products_left_h2 {font-size: 0.18rem;}

	.products_left_h2 iconify-icon {font-size: 0.25rem;}

}

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



}





.products_right{

	width: calc(100% - 3.22rem);

	box-sizing: border-box;

	padding-left: 2.5%;

}

.products_right>h3{

    font-size: 0.32rem;

	color: #333;

	font-weight: bold;

}

.products_right>h4{

	font-size: 0.18rem;

	color: #666;

	line-height: 166%;

	margin-top: 0.1rem;

}

.products_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.2rem;

   margin-top: 0.3rem;

}

.products_ul li{

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

}





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

	.products_right>h3 {

		font-size: 0.28rem;

	}

	.products_right>h4{

		font-size: 0.16rem;

	}

}

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

	.products_right>h3 {

		font-size: 0.24rem;

	}

	.products_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.products_right>h3 {

		font-size: 0.22rem;

	}

	.products_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

}

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



}

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

    .products_right>h4 {

        font-size: 0.14rem;

    }

	.products_ul li {

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

	}



}

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

	.products_ul {

		gap: 0.1rem;

	}

	.products_ul li {

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

	}

}

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



}





/* single_grid */

.single_grid_bac{

    box-sizing: border-box;

	padding: 0.4rem 0 0.8rem 0;

}

.single_grid{

    display: flex;

	flex-wrap: wrap;

}

.single_grid_left{

	width: 40%;

}







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

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{ position:relative; overflow:hidden}

.in_grid_cont:before{content:""; display:block; padding-bottom:80.4%}



/* 缂╃暐鍥� */

.in_grid_list_box{position:absolute; top:0; left:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:40px 0}

.in_grid_list{height:100%; overflow:hidden}

.in_grid_list .swiper-slide{cursor:pointer}



.in_grid_list .img{width:100%; height:100%; box-sizing:border-box; border:1px solid #D8D8D8; position:relative; overflow:hidden;}

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

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

.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}



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





/* 澶у浘 */

.in_grid_show_box{position:absolute; top:0; right:0; width:calc(100% - var(--sm_pic_width) - 20px); height:100%; box-sizing:border-box; padding:0 0; margin:0 auto}

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

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

.in_grid_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



.in_grid_show .img{width:100%; height:100%; position:relative; overflow:hidden}

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



.ingrid-pagination{

	display:block;

	position: absolute;

	top: 0.2rem;

	right: 0.2rem;

	width: 0.5rem;

	height: 0.5rem;

	background-color: rgba(1, 167, 255, .15);

	border-radius: 50%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	font-size: 0.18rem;

	color: var(--i_color);

}

.ingrid-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

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



.in_grid_cont:before{display:none}

.in_grid_show_box{position:initial; width:100%;border-radius: 0.04rem;overflow: hidden;border: 1px solid #D8D8D8;}

.in_grid_show .img{width:100%; position:relative; overflow:hidden}

.in_grid_show .img:before{content:""; display:block; padding-bottom:75%}

.in_grid_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}

.in_grid_list_box{margin-top:0.3rem; padding:0 0; position:relative; width:100%; height:initial}

.in_grid_list{width:calc(100% - 1rem); margin:0 auto}

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

.in_grid_list_box .swiper-slide{height:100%; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; flex-shrink:0; position:relative; cursor:pointer}

.in_grid_list .img{height:auto;border-radius: 0.04rem;}

.in_grid_list .img:before{content:""; display:block; padding-bottom:75%}

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



.in_grid_list .img::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	transition: all 0.3s ease;

}

.swiper-slide-thumb-active .img::after{

	background: rgba(58, 58, 58, 0);

}









/* 左右箭头 */



.ingrid-button-prev, .ingrid-button-next{

	position:absolute; top:50%; transform:translate(0,-50%); width:0.34rem;

	height:0.34rem;z-index:999; cursor:pointer;

	outline:none;

	transition: all 0.3s ease;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.ingrid-button-prev iconify-icon, .ingrid-button-next iconify-icon{

	font-size: 0.3rem;

	color: #333;

	transition: all 0.3s ease;

}

.ingrid-button-prev{left:0%;}



.ingrid-button-next{right:0%;}





.ingrid-button-prev:hover, .ingrid-button-next:hover{

	background-color: var(--i_color);

}

.ingrid-button-prev:hover iconify-icon, .ingrid-button-next:hover iconify-icon{

	color: #fff;

}





.single_grid_share{

   display: flex;

   align-items: center;

   margin-top: 0.25rem;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

   border-bottom: 1px solid #E5E5E5;

}

.single_grid_share p{

   font-size: 0.18rem;

   color: #666;

   font-weight: bold;

   margin-right: 0.1rem;

}

.single_grid_dl{

   display: flex;

   gap: 0.1rem;

}

.single_grid_dl dt{



}

.single_grid_dl dt a{



}

.single_grid_dl dt a iconify-icon{

   font-size: 0.22rem;

   color: #999;

   transition: all 0.3s ease;

}

.single_grid_dl dt a iconify-icon:hover{

	color: var(--i_color);

	transform: translateY(-5px);

}





/* single_tags */

.single_tags_bac{

   margin-top: 0.2rem;

}

.single_tags{

   display: flex;

}

.single_tags p{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   flex-shrink: 0;

   margin-right: 0.1rem;

   margin-top: 0.1rem;

}

.single_tags_a{

   display: flex;

   gap: 0.1rem;

   flex-wrap: wrap;

}

.single_tags a{

   display: inline-block;

   font-size: 0.16rem;

   color: #666;

   box-sizing: border-box;

   padding: 0.12rem 0.2rem;

   background-color: #F3F3F3;

   transition: all 0.3s ease;

}

.single_tags a:hover{

	color: #fff;

	background-color: var(--i_color);

}

.single_grid_right{

	width: 60%;

	box-sizing: border-box;

	padding-left: 3%;

}

.single_grid_right h2{

   font-size: 0.18rem;

   color: #666;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

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

}

.single_grid_right h2 span{

	font-size: 0.18rem;

	color: var(--i_color);

}

.single_grid_right h1{

   font-size: 0.28rem;

   color: #333;

   font-weight: bold;

   margin: 0.2rem 0;

}

.single_grid_right article{



}

.single_grid_btn{

	display: flex;

	flex-wrap: wrap;

	gap: 0.2rem;

	box-sizing: border-box;

	padding-bottom: 0.25rem;

	margin-bottom: 0.25rem;

	margin-top: 0.4rem;

	border-bottom: 1px solid #E5E5E5;

}





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

	.single_grid_right h1 {

		font-size: 0.26rem;

		margin: 0.15rem 0;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.24rem;

	}

	.single_grid_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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



}

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



}

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

	.single_grid_left {

		width: 100%;

	}

	.single_grid_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

}

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



}

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



}







/* editor */

.editor_bac{

   box-sizing: border-box;

   border-top: 0.56rem solid #F1F1F1;

   padding: 0.4rem 0;

}

.editor{

   display: flex;

   flex-wrap: wrap;

}

.editor_left{

   width: 76.25%;

   box-sizing: border-box;

   padding-right: 3%;

}

.editor_right{

   width: 23.75%;

}

.editor_ul{

   display: flex;

   border-bottom: 1px solid #E5E5E5;



}

.editor_ul li{

   font-size: 0.24rem;

   color: #666;

   font-weight: bold;

   text-transform: capitalize;

   box-sizing: border-box;

   display: inline-block;

   padding: 0.12rem 0.3rem;

   transition: all 0.3s ease;

}

.editor_ul li.current{

	background-color: var(--i_color);

	color: #fff;

}









.editor_dl{

   box-sizing: border-box;

   padding: 0.4rem 0;

}

.editor_dl dt{



}

.editor_dl dt article{



}

.editor_right{

   width: 23.75%;

}

.editor_right_contact{

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

   background-size: cover;

   box-sizing: border-box;

   padding: 0.4rem;

}

.editor_right_contact h3{

   font-size: 0.36rem;

   color: #AC1E23;

   font-weight: bold;

   position: relative;

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   text-transform: capitalize;

   margin-bottom: 0.2rem;

}

.editor_right_contact h3::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 0.7rem;

	height: 0.03rem;

	background-color: var(--i_color);

}

.editor_right_ul{

   display: flex;

   flex-direction: column;

   gap: 0.1rem;

}

.editor_right_ul li{



}

.editor_right_ul li a{

   font-size: 0.16rem;

   line-height: 162.5%;

   color: #333;

   transition: all 0.3s ease;

}

.editor_right_ul li a:hover{

	color: var(--i_color);

}







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

	.editor_ul li {

		font-size: 0.22rem;

		padding: 0.1rem 0.3rem;

	}

	.editor_right_contact h3 {

		font-size: 0.32rem;

	}

	.editor_bac{

		border-top: 0.5rem solid #F1F1F1;

	}

}

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

	.editor_ul li {

		font-size: 0.2rem;

	}

	.editor_right_contact h3 {

		font-size: 0.28rem;

	}

	.editor_bac{

		border-top: 0.4rem solid #F1F1F1;

	}

}

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

	.editor_ul li {

		font-size: 0.18rem;

	}

	.editor_right{

		display: none;

	}

	.editor_left {

		width: 100%;

		padding-right: 0%;

	}

	.editor_bac{

		border-top: 0.3rem solid #F1F1F1;

	}

}

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



}

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



}

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



}

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



}





/* single_two */

.single_two_bac{

	box-sizing: border-box;

	padding: 0.4rem 0;

	background-color: #F7F7F7;

}



.single_two{



}



.sx{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   flex-wrap: wrap;

}

.sx>div{

	width: 48%;

}

.sx_left{

}

.sx a{

   display: block;

   width: 100%;

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.sx i{

   width: 0.45rem;

   height: 0.45rem;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 50%;

   box-sizing: border-box;

   border: 1px solid #333;

   transition: all 0.3s ease;

   background-color: #fff;

}

.sx i iconify-icon{

   font-size: 0.2rem;

   color: #333;

   transition: all 0.3s ease;

}

.sx p{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   margin-right: 0.1rem;

}

.sx span{

	font-size: 0.16rem;

	color: #666;

	transition: all 0.3s ease;

}

.sx_right a {

    justify-content: flex-end;

}

.sx_left i{

	margin-right: 0.1rem;

}

.sx_right i{

	margin-left: 0.1rem;

}

.sx a:hover i{

	background-color: var(--i_color);

}

.sx a:hover i iconify-icon{

	color: #fff;

}



.sx_right{

	margin-left: auto;

}

.sx a:hover span{

	color: var(--i_color);

}





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



}

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



}

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



}

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



}

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



}

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

	.sx>div{width: 100%;}

}

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



}

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



}





/* related_products */

.related_products_bac{

    box-sizing: border-box;

	padding: 0.8rem 0;

}

.related_products{



}















/*  */

.rp_partner_box{

	margin-top: 0.6rem;

}



.rp_partner{position:relative}

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

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

.rp_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}











/* 指示器 */

.rp_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

.rp_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

.rp_partner .pt-pagination .swiper-pagination-bullet-active{

	position:relative;

	background:transparent;

}



/* 左右箭头 */

.rp_LR{

	display: flex;

	justify-content: center;

	gap: 0.2rem;

	margin-top: 0.4rem;



}

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

	position:relative;



	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}



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

	background-color: var(--i_color);

}

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

	color: #fff;

}











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



}

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

	.rp_LR{display:none}

	.rp_partner .pt-pagination{display:block}

	.related_products_bac{

		padding: 0.6rem 0;

	}

	.rp_partner_box{

		margin-top: 0.4rem;

	}

}

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



}

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



}

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



}

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



}

















/* 感谢页面 */

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

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

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







.btns {

	height: 4em;

	width: 12em;

	display: flex;

	align-items: center;

	justify-content: center;

	background: transparent;

	border: 0px solid black;

	cursor: pointer;

  }

  .btns:hover p{

	  color: var(--i_color);

  }

  .wrapperss {

	height: 2em;

	width: 8em;

	position: relative;

	background: transparent;

	display: flex;

	justify-content: center;

	align-items: center;

  }



.thanks  .text {

	font-size: 17px;

	z-index: 1;

	color: #000;

	padding: 4px 12px;

	border-radius: 4px;

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

	transition: all 0.5s ease;

  }



  .flower {

	display: grid;

	grid-template-columns: 1em 1em;

	position: absolute;

	transition: grid-template-columns 0.8s ease;

  }



  .flower1 {

	top: -12px;

	left: -13px;

	transform: rotate(5deg);

  }



  .flower2 {

	bottom: -5px;

	left: 8px;

	transform: rotate(35deg);

  }



  .flower3 {

	bottom: -15px;

	transform: rotate(0deg);

  }



  .flower4 {

	top: -14px;

	transform: rotate(15deg);

  }



  .flower5 {

	right: 11px;

	top: -3px;

	transform: rotate(25deg);

  }



  .flower6 {

	right: -15px;

	bottom: -15px;

	transform: rotate(30deg);

  }



  .petal {

	height: 1em;

	width: 1em;

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

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

	border: 0.5px solid #ffffff;



	z-index: 0;

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

  }



  .two {

	transform: rotate(90deg);

  }



  .three {

	transform: rotate(270deg);

  }



  .four {

	transform: rotate(180deg);

  }



  .btns:hover .petal {

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

	border: 0.5px solid #FFEFF6;



  }



  .btns:hover .flower {

	grid-template-columns: 1.5em 1.5em;

  }



  .btns:hover .flower .petal {

	width: 1.5em;

	height: 1.5em;

  }



  .btns:hover .text {

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

  }



  .btns:hover div.flower1 {

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

  }



  @keyframes flower1 {

	0% {

	  transform: rotate(5deg);

	}



	100% {

	  transform: rotate(365deg);

	}

  }



  .btns:hover div.flower2 {

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

  }



  @keyframes flower2 {

	0% {

	  transform: rotate(35deg);

	}



	100% {

	  transform: rotate(-325deg);

	}

  }



  .btns:hover div.flower3 {

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

  }



  @keyframes flower3 {

	0% {

	  transform: rotate(0deg);

	}



	100% {

	  transform: rotate(360deg);

	}

  }



  .btns:hover div.flower4 {

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

  }



  @keyframes flower4 {

	0% {

	  transform: rotate(15deg);

	}



	100% {

	  transform: rotate(375deg);

	}

  }



  .btns:hover div.flower5 {

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

  }



  @keyframes flower5 {

	0% {

	  transform: rotate(25deg);

	}



	100% {

	  transform: rotate(-335deg);

	}

  }



  .btns:hover div.flower6 {

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

  }



  @keyframes flower6 {

	0% {

	  transform: rotate(30deg);

	}



	100% {

	  transform: rotate(390deg);

	}

  }







































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

	.thanks{padding-top: 60px;}



}

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

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



}

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



}













/* 404 */

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

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

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

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

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



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

.in404_text h1{font-size:180px}

}

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

	.in404_text h1{font-size:140px}

	.in404_text h6{font-size:16px}

	.in404_text a{font-size:14px}

}

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

	.in404_text h1{font-size:70px}

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

	.in404_text a{font-size:13px}

}



/* 隐私政策 */

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

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

.privacy_cont{}

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

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

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

.foot {top: 130px;}

.privacy ol {padding: 0px;}

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

	.privacy{margin-bottom: 50px;}

}

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

	.privacy{margin-bottom: 30px;}

}







/* tag */



.tag{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #F3F7FE;

}

.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_ul{

   display: flex;

   gap: 0.4rem;

   flex-wrap: wrap;

}

.tag_list  .products_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_ul{

		gap: 0.2rem;

	}

	.tag_list  .products_ul li{

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

	}

}

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



}

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



}









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

.contactMenu{--menuColor:#333}

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

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

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

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

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

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



.contactMenu_Forms{

	display: none;

	position: absolute;

	right: 0;

	bottom: calc(100% - 1px);

	width: 100%;

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

	z-index: 999;

}

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

.contactMenu_FormsTit p{color: #FFF;}

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

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

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



#wpforms-40{

	--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-40{margin:0;padding:0;}

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



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

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

	width: 100%;

	padding: 0 1px 5px;

	margin: 0 0 6px;

	overflow-x:initial !important;

	position: relative;

}



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

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



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

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

	border: 1px solid #CCC;

	-webkit-border-radius:4px;

	border-radius:4px;

	box-sizing: border-box;

	padding: 0.05rem 0;

}

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



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

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

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

#wpforms-40 .wpforms-field-container .choices

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

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

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

#wpforms-40 .wpforms-field-container select

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

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

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

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

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

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

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

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



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

#wpforms-40 .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-40 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}

#wpforms-40 .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-37 {

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

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-37 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-37 {

	width: 100%;

	overflow: hidden

}

#wpforms-37 input,

#wpforms-37 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-37 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-37 .wpforms-error-container {

	line-height: 16px

}

#wpforms-37 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

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

	font-size: 0

}

#wpforms-37 .wpforms-required-label {

	position: absolute;

	top: 16px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-37 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-37 input {

	height: var(--input_height)

}

#wpforms-37 textarea {

	min-height: 100px

}

#wpforms-37 input,

#wpforms-37 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-37 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-37 #wpforms-37-field_1-error,

#wpforms-37 #wpforms-37-field_2-error,

#wpforms-37 #wpforms-37-field_3-error,

#wpforms-37 #wpforms-37-field_5-error {

	position: absolute;

	font-size: 13px

}

#wpforms-37 .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-37 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

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

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

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

	display: block

}

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

	background: #FFF

}

#wpforms-37 .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-37 .wpforms-submit-container {

		height: 34px;

	}

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

		height: 30px;

		line-height: 30px;

		font-size: 14px;

	}

}

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

	#aside_sc_from .tit h1 {

		font-size: 0.24rem;

	}



}



.form_hide{

	display: none;

}









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



}

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



}

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



}

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



}

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



}

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



}

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



} */

