/*
Theme Name: LiSheng
Version: 1.0
Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：安徽领聚
*/
@charset "utf-8";

.wrap {
	width: 83.33%;
	margin: 0 auto
}

.wrap_top {
	width: 88%;
	margin: 0 auto
}

html {
	scroll-behavior: smooth
}

.wrap_left{
	box-sizing: border-box;
	padding-left: 8.335%;
}
.wrap_right{
	box-sizing: border-box;
	padding-right: 8.335%;
}


@media screen and (max-width:1600px) {
	.wrap {
		width: 88%
	}
	.wrap_left{padding-left: 6%;}
	.wrap_right{padding-right: 6%;}
	.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_top {
		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: #1F3276;
	/* 全局颜色 */
	--i_color2: #FFCD27;
	/* 副颜色 */
	--header_height1: 0.06rem;
	--header_height2: 0.4rem;
	--header_height3: 0.94rem;
	--header_height4: calc(var(--header_height1) + var(--header_height2) + var(--header_height3));
	/* 头部高度 */
	--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: 'Roboto';
	src: url('static/webfonts/Roboto-Regular-14.ttf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Roboto-Bold-3.ttf');
}
body{
	font-family: 'Roboto','Arial',sans-serif;
}


/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
	background-color: #fff;
	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;
	transition: all 0.3s ease;
}
.top {

}
.top_top{
	height: 0.06rem;
	background: linear-gradient(to right,#0086D1,#00499F,#42227E,#8B1F5B,#B21943,#CE102D,#E94708,#EF7C00,#FDCD00,#ECE700,#B2D000,#37AF34,#009C42);
}
.top_center{
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.TopHeader .top_cont {
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.top_cont_box{
    flex: 1;
}
.top_cont_t{
   height: var(--header_height2);
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
   transition: all 0.3s ease;
}
.top_cont_t h3{
	font-size: 0.16rem;
	color: #666;
}

.top_cont_tBox{
   display: flex;

}
.top_cont_contact{
   display: flex;
   align-items: flex-end;
}
.top_cont_contact li{
   box-sizing: border-box;
   padding-right: 0.4rem;
   position: relative;
}
.top_cont_contact li::after{
	content: '';
	position: absolute;
	right: 0.2rem;
	top: 50%;
	transform: translate(0,-50%);
	width: 1px;
	height: 0.12rem;
	background-color: rgba(51,51,51,0.2);
}
.top_cont_contact li a{
   font-size: 0.16rem;
   color: #666;
   line-height: 100%;
   transition: all 0.3s ease;
}
.top_cont_contact li a:hover{
	color: var(--i_color);
}











.top_cont_share{
   display: flex;
   gap: 0.15rem;
}
.top_cont_share dt{

}
.top_cont_share dt a{

}
.top_cont_share dt a iconify-icon{
   font-size: 0.2rem;
   color: rgba(51,51,51,0.5);
   transition: all 0.3s ease;
}
.top_cont_share dt a iconify-icon:hover{
	transform: translateY(-0.05rem);
	color: var(--i_color);
}
.top_cont_b{
	display: flex;
	justify-content: space-between;
}

.TopHeader .top_cont_t{
	--header_height2: 0rem;
	opacity: 0;
	--header_height4: calc(var(--header_height1) + var(--header_height3));
}



@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
		background-color: #fff;
	}
	header {border-radius:0}
	.top_cont_b{
		align-items: center;
	}
	/* .top_cont {
		background: #333 !important;
	} */

	.top_cont_t h3,
	.top_cont_contact{
		display: none;
	}
	.top_cont_t{
		justify-content: flex-end;
	}

}
@media screen and (max-width: 560px){
	:root {
		--header_height1: 0.04rem;
		--header_height2: 0.3rem;
		--header_height3: 0.7rem;
	}
}


/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {
	height: 0.48rem;
}
@media screen and (max-width:1600px) {
	.logo img {
		height: 0.45rem;
	}
}
@media screen and (max-width:1440px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:767px) {
	.logo img {
		height: 0.4rem;
	}
}





/* 导航 */
@media screen and (min-width:1025px) {
	.i_nav {
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		z-index: 2014;
		margin-left: 0.25rem;

	}

	.i_nav>li {
		position: relative;
		margin: 0 .25rem;
	}

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #333;
		line-height: var(--header_height3);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
		position: relative;
	}
	.i_nav>li>a::after{
		content: '';
		position: absolute;
		bottom: 0.2rem;
		left: 50%;
		transform: translate(-50%, 0);
		width: 0rem;
		height: 0.03rem;
		border-radius: 0.02rem;
		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 {
		transition: all 0.3s ease;
		position: relative;
		color: var(--i_color);
	}


	.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: 0.25rem;

	}



	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: #fff;
		min-width: 1.6rem;
		overflow: hidden;
	}
	.i_nav .sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu li::before,
	.i_nav .sub-menu li::after {
		content: '';
		position: absolute;
		bottom: 0;
		height: 1px;
	}
	.i_nav .sub-menu li::before {
		left: 0;
		width: 100%;
		background: rgb(0 0 0 / 8%);
	}
	.i_nav .sub-menu li::after {
		right: 0;
		width: 0;
		background: var(--i_color);
	}

	.i_nav .sub-menu a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.15rem;
		color: #555;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu a::before {
		content: "\f324";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		font-size: 0.14rem;
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu li:hover a {
		left: .16rem;
	}
	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover a::before {
		left: 0;
	}
	.i_nav .sub-menu li,
	.i_nav .sub-menu li::after,
	.i_nav .sub-menu a,
	.i_nav .sub-menu a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

	.top_li{
       transform: translateY(var(--header_height3));
	   opacity: 0;
	}

	.TopHeader .top_li{
		animation: top_li_height 0.7s ease forwards;
	}
	@keyframes top_li_height{
		0%{
			transform: translateY(var(--header_height3));
		}
		100%{
			transform: translateY(0);
			opacity: 1;

		}
	}

}
@media screen and (max-width:1600px){
	.i_nav {
		margin-left: 0.2rem;
	}
}
@media screen and (max-width:1440px) {
	.i_nav>li {
		margin: 0 .2rem;
	}
	.i_nav>li>a {font-size: .16rem;}

}
@media screen and (max-width:1366px) {
	.i_nav>li {
		margin: 0 .16rem;
	}
	.i_nav>li>a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	.i_nav>li {
		margin: 0 .14rem;
	}
	.i_nav>li>a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: var(--header_height4);
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--header_height4) - 0.5rem);
		background: #FFF;
		overflow-y: auto;
		z-index: 2;
		border-top: 1px solid var(--i_color);
	}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		background: #F1F1F1;
	}
	.i_nav>.menu-item-has-children i::before {
		content: '\f107';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.26rem;
		color: #222;
	}

	.i_nav>.menu-item-has-children i.on::before {
		content: '\f106';
	}

	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .15rem;
		color: #222;
		line-height: .44rem;
		text-transform: uppercase;
	}

	/* .i_nav>li>.sub-menu {
		display: none
	} */
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .14rem;
		color: #555;
		line-height: .4rem;
		position: relative
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.i_nav {
		margin-left: 0rem;
	}
}
@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: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: var(--i_color);
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--i_color);
	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: .26rem
}
.top_r {
	margin-left: 0.2rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 0.2rem;
	height: var(--header_height3);
	margin-left: auto;
}

.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
/* .top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.15rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.22rem;
	background-color: #D8D8D8;
} */
.top_search_ico iconify-icon {
	font-size: var(--size);
	color: white;
	cursor: pointer;
}
.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_height3);
	position: relative;
}
.top_language_lang{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	gap: 0.05rem;
	border-radius: 5rem;
	cursor: pointer;
}
.top_language_lang p{
	font-size: 0.18rem;
	color: #333;
}
.top_language_lang>iconify-icon {
	font-size: 0.25rem;
	cursor: pointer;
	color: var(--i_color);
}
.top_language_i{
	font-size: 0.15rem;
}


.top_language.on>iconify-icon {
	color: var(--i_color);
}






.top_language_list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: calc(var(--header_height) - .2rem);
	right: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.top_language_list.on {
	visibility: visible;
	opacity: 1;
	top: var(--header_height);
	box-shadow: .04rem .06rem .1rem rgb(0 0 0 / 10%);
}

.top_language_list ul {
	overflow: hidden;
}

.top_language_list li {
	background: #FFF;
}
.top_language_list a>span {
	display: block;
	padding: 0 14px;
	min-width: 100px;
	overflow: hidden
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-size: .12rem;
	color: #666;
	line-height: .3rem
}

.top_language_list li:hover {
	background: var(--i_color)
}
.top_language_list li:hover .trp-ls-language-name {
	color: #FFF;
}
.top_language,
.top_language>i {
	-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_r{margin-right: 0.15rem;}
	:root {
		--header_height3: 0.8rem;
	}
}
@media screen and (max-width:768px) {
	.top_search_ico{width: 2.5rem;}
	.top_language_lang>iconify-icon {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:560px) {
	.top_search_ico{width: 2rem;}

}
@media screen and (max-width:425px) {
	.top_search_ico{width: 1.5rem;}
}


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
}



.language_list{
	opacity: 0;
	visibility: hidden;
	position: absolute;top: calc(var(--header_height3) + .2rem);right: 0;
	background: #FFF;
	min-width: 1.2rem;
	z-index: 2016;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
	-webkit-transition:all .4s ease; transition:all .4s ease;
	padding: .16rem .2rem;
}
.language_list.on{
	opacity: 1;
	visibility: visible;
	top: var(--header_height3);
}

.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: bold;white-space: nowrap;}
.curr_lang{margin-bottom: 0.12rem;padding-bottom: 0.12rem;border-bottom: 1px solid #EEE;}

.lang_list a{display: block; padding: .06rem 0;}
.lang_list span img{display: none;}
.lang_list .trp-ls-language-name{padding-left: 0.3rem; font-size: 14px;position: relative;}
.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}
.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after{display: block;}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name{color: var(--i_color);}


@media screen and (max-width:1200px) {
	.top_language_all p{
		font-size: 0.16rem;
	 }
}
@media screen and (max-width:768px) {

}





/* search main */
.top_search {
	--search_height: .44rem
}
.top_search {
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {

}
.top_search form {
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid var(--i_color);
}
.top_form{
	width: 2.9rem;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	background-color: transparent;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background: url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
}

.top_search_ipt::-webkit-input-placeholder{color:#333; }
.top_search_ipt::-moz-placeholder{color:#333; }
.top_search_ipt::-moz-placeholder{color:#333; }
.top_search_ipt::-ms-input-placeholder{color:#333; }







@media screen and (max-width:1440px) {
	.top_form{
		width: 2.7rem;
	}
}
@media screen and (max-width:1200px) {
	.top_form{
		width: 2.5rem;
	}
}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
	}
	.top_form{
		width: 2.3rem;
	}
}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
	.top_form{width: unset;}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
	.top_search_btn {}
	.top_r {
		gap: 0 0.15rem;
	}
}




/* 导航下拉 */
/* products */
@media screen and (min-width:1025px) {
    .xiala{
		position: fixed;
		top: calc(var(--header_height) + var(--header_height_top));
		left: 50%;
		transform: translate(-50%,0);
		width: 100%;
		background-color: rgba(255, 255, 255, 1);
		box-sizing: border-box;
		padding:0.4rem 0;
		transition: top 0.3s ease;
		display: none;
		border-top: 1px solid rgba(51,51,51,0.2);
		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);
	}
	.TopHeader .xiala{

	}
    .products_drop_box{
		display: flex;
		display: -webkit-flex;
		align-items: flex-start;
	}
    .products_drop_img{
        width: 18.7%;
	}
	.products_drop_img dt{
        position: relative;
		width: 100%;

	}
	.products_drop_img dt::after{
        content: '';
		display: block;
		padding-bottom: 84%;
	}
	.products_drop_img dt img{
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.products_drop_ul{
        display: flex;
		flex-direction: column;
		gap: 0.2rem;
		border-right: 1px solid rgba(51,51,51,0.2);
		width: 33%;
        box-sizing: border-box;
        padding: 0 4.5%;
	}
	.products_drop_ul li{
        border-bottom: 1px solid rgba(51,51,51,0.2);
		box-sizing: border-box;
		padding-bottom: 0.15rem;
        display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0.1rem;
		position: relative;
		transition: all 0.3s ease;
	}
	.products_drop_ul li::after{
        content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 1px;
		background-color: var(--i_color);
		transition: all 0.5s ease;
	}
	.products_drop_ul li a{
        font-size: 0.18rem;
		color: #333;
		font-weight: bold;
		text-transform: capitalize;
		transition: all 0.3s ease;
	}
	.products_drop_ul li iconify-icon{
        font-size: 0.25rem;
		min-width: 0.25rem;
		opacity: 0;
		transition: all 0.3s ease;
	}
	.products_drop_ul li.current{
		border-bottom: 1px solid transparent !important;
	}
	.products_drop_ul li.current a{
		color: var(--i_color) !important;
	}
	.products_drop_ul li.current iconify-icon{
		opacity: 1 !important;
		color: var(--i_color) !important;
	}
	.products_drop_ul li.current::after{
		width: 100% !important;
		right: auto !important;
		left: 0 !important;
	}




	.products_drop_dl{
        width: 48.3%;
		box-sizing: border-box;
		padding-left: 4.5%;
	}
	.products_drop_dl dt{


	}
	.products_drop_dl dt ul{
		display: flex;
		gap: 0.2rem 0.4rem;
		flex-wrap: wrap;
	}
	.products_drop_dl dt ul li{
		width: calc((100% - 0.4rem) / 2);
	}
	.products_drop_dl dt ul li a{
       font-size: 0.18rem;
	   display: block;
	   color: #333;
	   box-sizing: border-box;
	   padding-bottom: 0.15rem;
	   border-bottom: 1px solid rgba(51,51,51,0.2);
	   transition: all 0.3s ease;
	   position: relative;
	}
	.products_drop_dl dt ul li a::after{
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 1px;
		background-color: var(--i_color);
		transition: all 0.5s ease;
	}
	.products_drop_dl dt ul li a:hover{
        color: var(--i_color);
		border-bottom: 1px solid transparent;
	}
	.products_drop_dl dt ul li a:hover::after{
		width: 100%;
		right: auto;
		left: 0;
	}








    .products_nav ul,
	.solutions_nav ul,
	.projects_nav ul,
	.news_nav ul{
		display: none !important;
	}


	.solutions_drop_ul{
       display: flex;
       justify-content: center;
	   gap: 0.4rem;
	   flex-wrap: wrap;
	}
	.solutions_drop_ul li{
       width: calc((100% - 1.6rem) / 5);
	}
	.solutions_drop_ul li a{
       display: block;
	   width: 100%;
	   background-color: #F0F0F0;
	   border-radius: 0.08rem;
	   overflow: hidden;
	   transition: all 0.3s ease;
	}
	.solutions_drop_img{
       position: relative;
	   overflow: hidden;
	   border-radius: 0.08rem;
	}
	.solutions_drop_img::after{
       content: '';
	   display: block;
	   padding-bottom: 75%
	}
	.solutions_drop_img img{
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.solutions_drop_ul li a p{
		font-size: 0.16rem;
		color: #333;
		text-transform: capitalize;
		font-weight: bold;
		text-align: center;
		position: relative;
		box-sizing: border-box;
		padding: 0.2rem;
	}
	.solutions_drop_ul li a p::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		height: 2px;
		width: 0%;
		background-color: var(--i_color);
        transition: all 0.5s ease;
	}
	.solutions_drop_ul li a:hover p::after{
		width: 100%;
	}
	.solutions_drop_ul li a:hover{
		background-color: #fff;
		box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
	}








    .applications_drop,.news_drop{
       box-sizing: border-box;
	   padding: 0.25rem 0 0 0;
	}
    .applications_drop_ul{
       display: flex;
	   display: -webkit-flex;
	   justify-content: center;
	   flex-wrap: wrap;
	   gap: 0rem 4%;
	}
	.applications_ul li{


	}
	.applications_drop_ul li a{
       display: block;
	   width: 100%;
	   font-size: 0.16rem;
	   color: #333;
	   text-transform: capitalize;
	   transition: all 0.3s ease;
	   position: relative;
	   box-sizing: border-box;
	   padding-bottom: 0.25rem;
	}
	.applications_drop_ul li a::after{
       content: '';
	   position: absolute;
	   bottom: 0;
	   right: 0;
	   width: 0;
	   height: 0.03rem;
	   background-color: var(--i_color);
	   transition: all 0.3s ease;
	}
	.applications_drop_ul li a:hover{
		color: var(--i_color);
	}
	.applications_drop_ul li a:hover::after{
		width: 100%;
		right: auto;
		left: 0;
	}











	@media screen and (max-width:1880px){

	}
	@media screen and (max-width:1600px){


	}
	@media screen and (max-width:1440px){
		.products_drop_dl dt ul li a{
			font-size: 0.16rem;
			padding-bottom: 0.1rem;
		}
		.products_drop_ul li a {
			font-size: 0.16rem;
		}
		.products_drop_ul li {
			padding-bottom: 0.1rem;
		}
	}
	@media screen and (max-width:1366px){

	}
	@media screen and (max-width:1200px){
		.applications_drop_ul li a{
			font-size: 0.14rem;
		}
	}

}

@media screen and (max-width:1024px) {
	.xiala{display: none;}
}









/* -=---------------------banner--------------------------- */
/* banner */
.banner{width:100%; position:relative;}
.banner {
	margin-top: var(--header_height4);
	position: relative;
	top: initial;
	height: auto;
	-webkit-border-radius: 0 0;
	border-radius: 0 0;
}
.banner .swiper-slide{overflow:hidden; 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;
	padding-bottom: 36.6%
}


.banner_button{
   position: absolute;
   left: 50%;
   transform: translate(-50%,0);
   bottom: 5%;
   z-index: 4;
   display: flex;
   justify-content: flex-end;
   gap: 0.2rem;
}

.banner .swiper-button-prev, .banner .swiper-button-next{
    width: 0.4rem;
	height: 0.4rem;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	left: unset;
	right: unset;
	position: relative;
	border-radius: 0.05rem;
	transition: all 0.3s ease;
}
.banner .swiper-button-prev iconify-icon, .banner .swiper-button-next iconify-icon{
	font-size: 0.25rem;
	color: #fff;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{
	background-color:var(--i_color);
	border: 1px solid 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;
    width: 100%;
	display: flex;
	gap: 0.1rem;
}
.banner .swiper-pagination span{
	background-color: rgba(255, 255, 255, .5);
	display: block;
    width: 0.6rem;
    height: 0.02rem;
	opacity: 1;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: var(--i_color) !important;
}




@media screen and (max-width:1440px){
	.banner_i{
		width: 0.8rem;
		height: 0.8rem;
	}
}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.banner_i{
		width: 0.7rem;
		height: 0.7rem;
	}
}
@media screen and (max-width:1024px){
	.banner .swiper-button-prev,.banner .swiper-button-next{display: none;}


}
@media screen and (max-width:959px){
	.banner .pagination-all{bottom:30px;}

}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){

	.banner .pagination-all{bottom:26px}

	.banner .pagination-all{
		display: none;
	}
}
@media screen and (max-width:425px){

}


/* --------------------banner文字------------------- */
.banner_text1{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.banner_text1 h3{
   font-size: 0.54rem;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
}
.banner_text1_dl{
    display: flex;
	gap: 0.3rem;
	margin: 0.5rem 0 0.25rem 0;
}
.banner_text1_dl dt{
   font-size: 0.24rem;
   color: #fff;
   box-sizing: border-box;
   padding-left: 0.2rem;
   position: relative;
}
.banner_text1_dl dt::after{
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   transform: translate(0,-50%);
   width: 0.06rem;
   height: 0.06rem;
   border-radius: 50%;
   background-color: #fff;
}
.banner_text1 h4{
   display: inline-block;
   font-size: 0.24rem;
   line-height: 150%;
   color: #fff;
   box-sizing: border-box;
   padding: 0.15rem 0;
   border-top: 1px solid rgba(255, 255, 255, .5);
   border-bottom: 1px solid #fff;
   margin-bottom: 0.7rem;
}




















@media screen and (max-width:1440px) {
	.banner_text1 h3 {
		font-size: 0.5rem;
	}
	.banner_text1_dl {
		gap: 0.25rem;
		margin: 0.4rem 0 0.2rem 0;
	}
	.banner_text1_dl dt {
		font-size: 0.22rem;
	}
	.banner_text1 h4 {
		font-size: 0.22rem;
		padding: 0.1rem 0;
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width:1200px) {
	.banner_text1 h3 {
		font-size: 0.45rem;
	}
	.banner_text1_dl {
		margin: 0.3rem 0 0.15rem 0;
	}
	.banner_text1_dl dt {
		font-size: 0.2rem;
	}
	.banner_text1 h4 {
		font-size: 0.2rem;
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.banner_text1 h3 {
		font-size: 0.4rem;
	}
	.banner_text1_dl dt {
		font-size: 0.18rem;
	}
	.banner_text1 h4 {
        font-size: 0.16rem;
        margin-bottom: 0.2rem;
    }
}
@media screen and (max-width:960px) {
	.banner_text1 h3 {
		font-size: 0.35rem;
	}
	.banner_text1_dl dt {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:767px) {
	.banner_text1 h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:560px) {
	.banner_text1 h3 {
		font-size: 0.25rem;
		margin-bottom: 0.2rem;
	}
	.banner_text1_dl,
	.banner_text1 h4{
		display: none;
	}
}
@media screen and (max-width:425px) {
	.banner_text1 h3 {
		font-size: 0.18rem;
	}
}


/* home_btn */
.home_btn{
   flex-shrink: 0;
}
.home_btn a,
.home_btn span{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.14rem 0.4rem;
   position: relative;
   transition: all 0.3s ease;
   z-index: 2;
}
.home_btn a::after,
.home_btn span::after{
	content: '';
	position:absolute;
	inset:0;
	border-radius:0.75rem;
	filter:blur(16px);
	opacity:0.6;
	background:linear-gradient(90deg, #6366f1, #ec4899, #facc15);
	transition:opacity 1s;
	z-index: -2;
}
.home_btn a::before,
.home_btn span::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.06rem;
	background-color: #FFF;
	z-index: -1;
	transition: all 0.3s ease;
}






.home_btn_flex{
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 0.05rem;
}
.home_btn_flex p{
   font-size: 0.18rem;
   color: var(--i_color);
   font-weight: bold;
   transition: all 0.3s ease;
}
.home_btn_icon{
    width: 0.18rem;
	height: 0.18rem;
	position: relative;
	overflow: hidden;
}
.home_btn_icon iconify-icon{
	font-size: 0.18rem;
	color: var(--i_color);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    transition: all 0.3s ease;
}
.home_btn_icon1{

}
.home_btn_icon2{
    top: 140% !important;
}

.home_btn a:hover .home_btn_icon1,
.home_btn span:hover .home_btn_icon1{
	top: -140% !important;
}
.home_btn a:hover .home_btn_icon2,
.home_btn span:hover .home_btn_icon2{
	top: 50% !important;
}

.home_btn a:hover::before,
.home_btn span:hover::before{
	background-color: var(--i_color);
}
.home_btn a:hover p,
.home_btn span:hover p{
	color: #fff;
}
.home_btn a:hover .home_btn_icon iconify-icon,
.home_btn span:hover .home_btn_icon iconify-icon{
	color: #fff;
}
.home_btn a:hover::after,
.home_btn span:hover::after{
	opacity:1;
    transition:opacity .2s;
}








@media screen and (max-width:1440px) {
	.home_btn a,
	.home_btn span{
	   padding: 0.12rem 0.3rem;
	}
	.home_btn_flex p{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.home_btn a,
	.home_btn span{
	   padding: 0.1rem 0.2rem;
	}
	.home_btn_flex p {
        font-size: 0.14rem;
    }
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}




/* home_penter */
.home_penter_bac{
   border-bottom: 0.02rem solid var(--i_color);
}
.home_penter{

}

/*  */
.HP_partner_box{
	box-sizing: border-box;
	padding: 0 0.5rem;
}

.HP_partner{position:relative}
.HP_partner_list{width:100%; padding:0;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HP_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HP_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}

.HP_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.HP_partner_list .img:before{content:""; display:block; padding-bottom:53.89%}
.HP_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}


.HP_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}

/* 指示器 */
.HP_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.HP_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	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
}
.HP_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.HP_partner .pt-button-prev, .HP_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 0;
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.HP_partner .pt-button-prev iconify-icon, .HP_partner .pt-button-next iconify-icon{
	font-size: 0.3rem;
	color: #333;
	transition: all 0.3s ease;
}
.HP_partner .pt-button-prev{left:-0.5rem;}
.HP_partner .pt-button-next{right:-0.5rem;}

.HP_partner .pt-button-prev:hover iconify-icon, .HP_partner .pt-button-next:hover iconify-icon{
	color: var(--i_color);
}

@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){

}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.HP_partner_box{
		padding: 0 0.4rem;
	}
	.HP_partner .pt-button-prev iconify-icon, .HP_partner .pt-button-next iconify-icon{
		font-size: 0.25rem;
	}
	.HP_partner .pt-button-prev{left:-0.4rem;}
	.HP_partner .pt-button-next{right:-0.4rem;}

}
@media screen and (max-width:560px){

}



/* home_category */
.home_category_bac{
   box-sizing: border-box;
   padding: 1rem 0 0 0;
   background: url('static/imgs/home_category_bac.webp') center no-repeat;
   background-size: cover;
   overflow: hidden;
}
.home_category{

}
.home_advantages{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   align-items: center;
}
.home_advantages_left{
   width: 34.5%;
   box-sizing: border-box;
}
.home_advantages_dl{

}
.home_advantages_dl dt{
	animation: abc 0.5s linear;
}
.home_advantages_dl dt h3{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: bold;
   text-transform: capitalize;
   margin-bottom: 0.2rem;
   display: inline-block;
   box-sizing: border-box;
   padding-right: 0.45rem;
   position: relative;
}
.home_advantages_dl dt h3::after{
	content: '';
    position: absolute;
	width: 0.36rem;
	height: 0.36rem;
	background: url('static/imgs/home_advantag_logo.png') center no-repeat;
	background-size: contain;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.home_advantages_dl dt h4{
   font-size: 0.18rem;
   line-height: 0.3rem;
   color: #666;
   height: 1.5rem;
   box-sizing: border-box;
   padding-right: 0.1rem;
   overflow: auto;
   margin-bottom: 0.6rem;
}

/*滚动条*/
.home_advantages_dl dt h4::-webkit-scrollbar{width:1px; height:8px}
.home_advantages_dl dt h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.home_advantages_dl dt h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}




.home_advantages_right{
   width: 65.5%;
}
.home_advantages_box{
   width: 7.9rem;
   height: 7.9rem;
   border-radius: 50%;
   background: linear-gradient(20deg,rgba(255,255,255,0),rgba(255,255,255,1));
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   position: relative;
}
.home_advantages_img{
   width: 73.5%;
}
.home_advantages_img dt{
    position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
	animation: abcd 0.5s linear;
}
.home_advantages_img dt::after{
    content: '';
	display: block;
	padding-bottom: 100%;
}
.home_advantages_img dt img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.home_advantages_ul{

}
.home_advantages_ul li{
   position: absolute;
   display: flex;
   display: -webkit-flex;
   gap: 0.2rem;
   align-items: center;
   transform: translate(0,-50%);
   transition: all 0.3s ease;
   cursor: pointer;
}
.home_advantages_ul li.current img{
	border: 0.04rem solid var(--i_color);
}
.home_advantages_ul li img{
   width: 1.14rem;
   height: 1.14rem;
   border-radius: 50%;
   box-sizing: border-box;
   border: 0.04rem solid #fff;
   transition: all 0.3s ease;
}
.home_advantages_ul li p{
   font-size: 0.18rem;
   line-height: 150%;
   color: #333;
   font-weight: bold;
   width: 2.4rem;
   transition: all 0.3s ease;
}
.home_advantages_ul li.current p{
	color: var(--i_color);
}
.home_advantages_ul li:nth-child(1){
	top: 20%;
	left: 82%;
}
.home_advantages_ul li:nth-child(2){
	top: 50%;
	left: 93%;
}
.home_advantages_ul li:nth-child(3){
	top: 80%;
	left: 82%;
}
@keyframes abc {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0%);
	}
}

@keyframes abcd {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



@media screen and (max-width:1600px){
	.home_advantages_box {
		width: 7rem;
		height: 7rem;
	}
	.home_advantages_ul li img {
		width: 1rem;
		height: 1rem;
	}
	.home_advantages_ul li p {
		font-size: 0.18rem;
		width: 2rem;
	}
	.home_advantages_dl dt h4{
		margin-bottom: 0.4rem;
	}

}
@media screen and (max-width:1440px){
	.home_advantages_dl dt h3 {
		font-size: 0.3rem;
	}
	.home_advantages_box {
		width: 6.5rem;
		height: 6.5rem;
	}
	.home_advantages_dl dt h4 {
		font-size: 0.16rem;
		line-height: 0.25rem;
		height: 1rem;
	}
	.home_category_bac{
		padding: 0.8rem 0 0 0;
	}
	.home_advantages_dl dt h3{
		padding-right: 0.4rem;
	}
	.home_advantages_dl dt h3::after{
		width: 0.3rem;
		height: 0.3rem;
	}
}
@media screen and (max-width:1366px){
	.home_advantages_box {
        width: 6rem;
        height: 6rem;
    }
}
@media screen and (max-width:1200px){
	.home_advantages_dl dt h3 {
		font-size: 0.24rem;
		margin-bottom: 0.2rem;
	}
	.home_advantages_box {
        width: 5.5rem;
        height: 5.5rem;
    }
	.home_advantages_ul li img {
		width: 0.8rem;
		height: 0.8rem;
	}
	.home_advantages_ul li p {
		font-size: 0.16rem;
	}
	.home_advantages_dl dt h4 {
		font-size: 0.14rem;
		line-height: 0.2rem;
		height: 0.82rem;
	}
	.home_advantages_bac {
		padding: 0.6rem 0;
	}
	.home_advantages_dl dt h4{
		margin-bottom: 0.2rem;
	}
	.home_category_bac{
		padding: 0.6rem 0 0.2rem 0;
	}
	.home_advantages_dl dt h3{
		padding-right: 0.35rem;
	}
	.home_advantages_dl dt h3::after{
		width: 0.25rem;
		height: 0.25rem;
	}
}
@media screen and (max-width:1024px){
	.home_advantages_dl dt h3 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:960px){
	.home_advantages_dl dt h3 {
		font-size: 0.18rem;
	}
	.home_advantages_left {
		width: 100%;
		padding-top: 0.4rem;
	}
	.home_advantages_right{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.home_advantages_box {
        width: 5rem;
        height: 5rem;
    }
	.home_advantages_ul li img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.home_advantages_ul li p {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){
	.home_advantages_box {
        width: 3.5rem;
        height: 3.5rem;
    }
	.home_advantages_ul li img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.home_advantages_ul li {
		gap: 0.1rem;
	}
	.home_advantages_dl dt h3{
		padding-right: 0.3rem;
	}
	.home_advantages_dl dt h3::after{
		width: 0.2rem;
		height: 0.2rem;
	}
	.home_advantages_right {
        margin-top: 0.2rem;
    }
}
@media screen and (max-width:425px){
	.home_advantages_box {
        width: 2.5rem;
        height: 2.5rem;
    }
}


/* customers */
.customers_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.customers{

}




















/* title */
.title{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.title p{
   font-size: 0.36rem;
   color: #222;
   font-family: 'bold';
   text-align: center;
   margin-bottom: 0.2rem;
   position: relative;
   display: inline-block;
   line-height: 100%;
   box-sizing: border-box;
   padding-left: 0.4rem;
   text-transform: capitalize;
}
.title p::after{
	content: '';
	position: absolute;
	top: -30px;
    left: 0px;
	width: 0.63rem;
	height: 0.67rem;
	background: url('static/imgs/title.png') center no-repeat;
	background-size: contain;
}
.title p b{
   color: var(--i_color);
   font-family: 'bold';
   font-size: 0.36rem;
   text-transform: capitalize;
}
.title span{
   display: block;
   font-size: 0.18rem;
   line-height: 133%;
   color: #666;
   text-align: center;
}
.title_left{
	align-items: flex-start;
}
.title_left p,
.title_left span{
   text-align: left;
}
.title_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title_box .title_left{
	box-sizing: border-box;
	padding-right: 7%;
}
.title_wtite p,
.title_wtite b{
	color: #fff !important;
}
.title_wtite p::after{
	filter: brightness(10000) grayscale(100%);
}

.title_none p{
	padding-left: 0 !important;
}
.title_none p::after{
	display: none !important;
}




@media screen and (max-width:1440px) {
	.title p{
		font-size: 0.32rem;
	}
	.title p b{
		font-size: 0.32rem;
	}
	.title p::after {
		top: -25px;
		width: 0.53rem;
		height: 0.57rem;
	}
	.title p{
		padding-left: 0.3rem;
	}
}
@media screen and (max-width:1200px) {
	.title p{
		font-size: 0.28rem;
	}
	.title p b{
		font-size: 0.28rem;
	}
	.title p::after {
		top: -18px;
		width: 0.43rem;
		height: 0.47rem;
	}
	.title span {
		font-size: 0.16rem;
	}
	.title p{
		padding-left: 0.25rem;
	}
}
@media screen and (max-width:1024px) {
	.title p{
		font-size: 0.24rem;

	}
	.title p b{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.title p{
		font-size: 0.22rem;
		margin-bottom: 0.1rem;
	}
	.title p b{
		font-size: 0.22rem;
	}
	.title p::after {
		top: -12px;
		width: 0.33rem;
		height: 0.37rem;
	}
	.title p{
		padding-left: 0.22rem;
	}
	.title_box .title_left {
		padding-right: 0%;
	}
	.title_box{
		flex-wrap: wrap;
		gap: 0.25rem;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}


/* customers */
.customers_bac{

}
.customers{

}

/*  */
.pro_partner_box{
	margin-top: 0.4rem;
}

.pro_partner{position:relative}
.pro_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.pro_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.pro_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.pro_partner_list li a{
	display: block;
	width: 100%;
	background-color: #F6F6F6;
	box-sizing: border-box;
	padding: 0.15rem 0.15rem 0.3rem 0.15rem;
}
.pro_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.pro_partner_list .img:before{content:""; display:block; padding-bottom:75%}
.pro_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}


.pro_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}

.pro_text{
    display: flex;
	flex-direction: column;
	align-items: center;
}
.pro_text h3{
	font-size: 0.24rem;
	line-height: 0.28rem;
	color: #222;
	font-family: 'bold';
	text-align: center;
	margin: 0.3rem 0 0.25rem 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 0.56rem;
	transition: all 0.3s ease;
}
.pro_partner_list li a:hover h3{
	color: var(--i_color);
	text-decoration: underline;
}


/* 指示器 */
.pro_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.pro_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
}
.pro_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.NP_box{
	display: flex;
	gap: 0.2rem;
	justify-content: center;
	margin-top: 0.4rem;
}
.pro_partner .pt-button-prev, .pro_partner .pt-button-next{
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.pro_partner .pt-button-prev iconify-icon, .pro_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.pro_partner .pt-button-prev{left:-5%;}
.pro_partner .pt-button-next{right:-5%;}

.pro_partner .pt-button-prev:hover, .pro_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.pro_partner .pt-button-prev:hover iconify-icon, .pro_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}

@media screen and (max-width:1440px){
	.pro_text h3 {
		font-size: 0.22rem;
		line-height: 0.26rem;
		margin: 0.25rem 0 0.2rem 0;
		height: 0.52rem;
	}
	.customers_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.NP_box{display:none}
	.pro_partner .pt-pagination{display:block}
	.pro_text h3 {
		font-size: 0.2rem;
		line-height: 0.24rem;
		margin: 0.2rem 0;
		height: 0.48rem;
	}
	.customers_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.pro_text h3 {
		font-size: 0.18rem;
		line-height: 0.22rem;
		height: 0.44rem;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.pro_text h3 {
		font-size: 0.16rem;
		line-height: 0.2rem;
		height: 0.4rem;
	}

}
@media screen and (max-width:560px){
	.pro_partner_list li a {
		padding: 0.1rem 0.1rem 0.25rem 0.1rem;
	}
}


/* home_about */
.home_about_bac{
   box-sizing: border-box;
   padding: 1rem 0 0.4rem 0;
   background: url('static/imgs/home_about_bac.webp') center no-repeat;
   background-size: cover;
}
.home_about{

}
.home_about_text{
   width: 46.875%;
}
.home_about_text h3{
   font-size: 0.18rem;
   color: #fff;
   line-height: 166%;
   margin: 0.2rem 0 0.5rem 0;
}
.home_about_ul{
   display: flex;
   margin-top: 1rem;
}
.home_about_ul li{
   width: calc(100% / 3);
   box-sizing: border-box;
   padding: 0 5%;
   display: flex;
   gap: 0.2rem;
   position: relative;
   justify-content: center;
}
.home_about_ul li:not(:last-child):after{
	content: '';
	position: absolute;
    right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 1px;
	height: 80%;
	background-color: rgba(255, 255, 255, .3);
}

.home_about_ul li img{
   width: 0.84rem;
   height: 0.84rem;
   object-fit: contain;
}
.home_about_txt{

}
.home_about_txt h4{
   font-size: 0.24rem;
   color: #fff;
   display: flex;
   align-items: flex-end;
   position: relative;
   gap: 0.05rem;
   box-sizing: border-box;
   padding-bottom: 0.15rem;
}
.home_about_txt h4::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.48rem;
	height: 0.02rem;
	background-color: #fff;

}
.home_about_txt h4 span{
	font-size: 0.48rem;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
}
.home_about_txt h5{
   font-size: 0.16rem;
   color: #fff;
   margin-top: 0.15rem;
}



@media screen and (max-width:1440px) {
	.home_about_ul li img {
		width: 0.8rem;
		height: 0.8rem;
	}
	.home_about_txt h4 span {
		font-size: 0.45rem;
	}
	.home_about_ul {
		margin-top: 0.8rem;
	}
	.home_about_bac {
		padding: 0.8rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1200px) {
	.home_about_ul li img {
		width: 0.7rem;
		height: 0.7rem;
	}
	.home_about_txt h4 span {
		font-size: 0.4rem;
	}
	.home_about_txt h5 {
		font-size: 0.14rem;
		margin-top: 0.1rem;
	}
	.home_about_ul li {
		padding: 0 4%;
	}
	.home_about_ul {
		margin-top: 0.6rem;
	}
	.home_about_bac {
		padding: 0.6rem 0 0.4rem 0;
	}
	.home_about_text h3 {
		margin: 0.2rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1024px) {
	.home_about_ul li img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.home_about_txt h4 span {
		font-size: 0.35rem;
	}
	.home_about_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.home_about_text {
		width: 100%;
	}
	.home_about_txt h4 span {
		font-size: 0.3rem;
	}
	.home_about_ul li {
		width: 47%;
	}
	.home_about_ul{
		flex-wrap: wrap;
		gap: 0.2rem;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}



/* home_adv */
.home_adv_bac{
   background: url('static/imgs/home_adv_bac.webp') center no-repeat;
   background-size: cover;
   box-sizing: border-box;
   padding: 1rem 0 0.6rem 0;
}
.home_adv{

}


.homeAdv_nav{--size:1.38rem}
.homeAdv_nav{width: 80%;margin: 0 auto; display:-webkit-flex; display:flex; flex-wrap:nowrap;justify-content: space-between; align-items: center;}
.homeAdv_nav li{width: var(--size); height: var(--size); position: relative; cursor: pointer;}
.homeAdv_nav li::before{content: '';position:absolute; top:50%; left: 110%; width: 6.4vw;height: 0; border: 1px dashed #666;}
.homeAdv_nav li:last-child::before{display: none;}
.homeAdv_nav i{opacity: 0; display: block; width: 100%;height: 100%;background:url(static/imgs/homeAdv_round.png) no-repeat center; background-size: contain;}
.homeAdv_nav li>img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);height: 0.6rem; -webkit-filter:brightness(0); filter:brightness(0);}

.homeAdv_nav li.active i{opacity: 1; -webkit-transform:rotate(-360deg); transform:rotate(-360deg);-webkit-transition:all .5s ease; transition:all .5s ease;}
.homeAdv_nav li.active>img{-webkit-filter:none; filter:none;}


.homeAdv_cont{}
.homeAdv_cont dt{display: none;}
.homeAdv_cont dt.active{display: block;}

.homeAdv_cont .item{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 5%;}
.homeAdv_cont .txt{width: 100%;}
.homeAdv_cont .txt h3{font-size: 0.3rem;line-height: 120%; color: #222;font-weight: bold; position: relative;}

.homeAdv_ul{
   display: flex;
   flex-direction: column;
   gap: 0.25rem;
   margin-top: 0.4rem;
}
.homeAdv_ul li{
   font-size: 0.18rem;
   line-height: 144%;
   color: #666;
   box-sizing: border-box;
   padding-left: 0.18rem;
   position: relative;
}
.homeAdv_ul li::after{
	content: '';
    top: 0.08rem;
	left: 0;
	width: 0.04rem;
	height: 0.04rem;
	background-color: #666;
	border-radius: 50%;
	position: absolute;
}




.homeAdv_cont .pic{flex-shrink: 0; width: 46%;}
.homeAdv_cont .pic img{width: 100%;}

@media screen and (max-width:1440px) {
	.homeAdv_ul {
		gap: 0.2rem;
		margin-top: 0.3rem;
	}
	.home_adv_bac {
		padding: 0.8rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1366px) {
	.homeAdv_nav li::before{width: 5.4vw;}
	.homeAdv_nav li>img{height: 0.54rem;}

	.homeAdv_cont .txt h3{font-size: 0.26rem;}
}
@media screen and (max-width:1200px) {
	.homeAdv_nav li::before{width: 10vw;}
	.home_adv_bac {
		padding:0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.homeAdv_nav{width: 100%;}

	.homeAdv_nav{--size:100px}
	.homeAdv_nav{position: relative;}
	.homeAdv_nav::before{content: '';position:absolute; top:50%; left: 0; width: 99%;height: 0; border: 1px dashed rgb(255 255 255 / 50%);}
	.homeAdv_nav li{ background: rgba(255, 255, 255, .3);-webkit-border-radius:50%; border-radius:50%;}
	.homeAdv_nav li::before{display: none;}
	.homeAdv_nav li>img{height: 40px;}

	.homeAdv_cont .txt h3{font-size: 20px;}
	.homeAdv_cont .txt h3::before, .homeAdv_cont .txt h3::after{width: 14px;height: 14px;}
	.homeAdv_cont .txt>span{margin: 30px 0 40px; font-size: 16px;}

}
@media screen and (max-width:768px) {
	.homeAdv_nav{--size:70px}
	.homeAdv_nav li>img{height: 30px;}

	.homeAdv_cont .item{flex-wrap: wrap; gap: 26px 0;}
	.homeAdv_cont .txt h3{font-size: 18px;}
	.homeAdv_cont .txt>span{font-size: 15px;}

	.homeAdv_cont .pic{width: 100%;}
	.homeAdv_ul {
		gap: 0.15rem;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px) {
	.homeAdv_nav{--size:54px}
	.homeAdv_nav li>img{height: 26px;}

	.homeAdv_cont .txt h3::before{top: 0;}
	.homeAdv_cont .txt h3::after{top: 8px;}
	.homeAdv_cont .txt>span{margin: 20px 0 30px; font-size: 14px;}
}


/* home_app */
.home_app_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background: linear-gradient(to top,rgba(244,244,244,1),rgba(244,244,244,0));
}
.home_app{

}
.home_app_title{
   display: flex;
   justify-content: space-between;

}
.home_app_title h3{
	width: 70%;
	font-size: 0.18rem;
	line-height: 133%;
	color: #666;
}
.home_app_ul{
	margin-top: 0.4rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.3rem;
    grid-template-rows: repeat(2, 2.97rem);
    width: 100%;
    grid-template-areas:
	   "a a b c"
	   "d d b c";
}
.home_app_ul li{
    position: relative;
	overflow: hidden;
}
.home_app_ul li:nth-child(1){
	grid-area: a;
}
.home_app_ul li:nth-child(2){
	grid-area: b;
}
.home_app_ul li:nth-child(3){
	grid-area: c;
}
.home_app_ul li:nth-child(4){
	grid-area: d;
}
.home_app_img{
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   height: 100%;
   transform: translate(-50%,-50%);
   object-fit: cover;
}
.home_app_text{
   position: absolute;
   bottom: 0;
   left: 0;
   box-sizing: border-box;
   padding: 0.3rem 4% ;
   z-index: 2;
   width: 100%;
   background: linear-gradient(to top,rgba(0,0,0,0.65),rgba(0,0,0,0));
   transition: all 0.3s ease;
}
.home_app_text::after{
	content: '';
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(31,50,118,1),rgba(31,50,118,0));
	transition: all 0.5s ease;
	z-index: -1;
}
.home_app_text img{
   width: 0.5rem;
   height: 0.5rem;
   object-fit: contain;
   margin-bottom: 0.2rem;
}
.home_app_text h4{
   font-size: 0.24rem;
   color: #fff;
   text-transform: capitalize;
}
.home_app_ul li:hover .home_app_text::after{
	bottom: 0;
}


.home_app_dl{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.3rem;
}
.home_app_dl dt{
   width: 25%;
   height: 1.84rem;
   position: relative;
}
.home_app_DLimg{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.home_app_Dltext{
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 0.1rem 4%;
    width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home_app_Dltext img{
    width: 0.5rem;
    height: 0.5rem;
    object-fit: contain;
    margin-bottom: 0.1rem;
}
.home_app_Dltext h4{
   font-size: 0.24rem;
   color: #fff;
   text-align: center;

}


@media screen and (max-width:1440px) {
	.home_app_text h4,
	.home_app_Dltext h4{
		font-size: 0.22rem;
	}
	.home_app_ul {
		grid-gap: 0.2rem;
		grid-template-rows: repeat(2, 2.8rem);
	}
	.home_app_dl {
		margin-top: 0.2rem;
	}
	.home_app_text img {
		width: 0.45rem;
		height: 0.45rem;
		margin-bottom: 0.15rem;
	}
	.home_app_Dltext img {
		width: 0.45rem;
		height: 0.45rem;
	}
	.home_app_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px) {
	.home_app_text h4,
	.home_app_Dltext h4{
		font-size: 0.2rem;
	}
	.home_app_bac {
		padding: 0.6rem 0;
	}
	.home_app_ul {
		grid-template-rows: repeat(2, 2.6rem);
	}
}
@media screen and (max-width:1024px) {
	.home_app_text h4,
	.home_app_Dltext h4{
		font-size: 0.18rem;
	}
	.home_app_ul {
		grid-template-rows: repeat(2, 2.4rem);
	}
}
@media screen and (max-width:960px) {
	.home_app_ul {
		grid-template-rows: repeat(2, 2rem);
	}
}
@media screen and (max-width:767px) {
	.home_app_text h4,
	.home_app_Dltext h4{
		font-size: 0.16rem;
	}
	.home_app_text img {
		width: 0.4rem;
		height: 0.4rem;
		margin-bottom: 0.1rem;
	}
	.home_app_Dltext img {
		width: 0.4rem;
		height: 0.4rem;
	}
	.home_app_title h3 {
		width: 100%;
		font-size: 0.16rem;
	}
	.home_app_title {
		flex-wrap: wrap;
		gap: 0.2rem;
	}
	.home_app_ul {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0.1rem;
		grid-template-rows: repeat(4, 2rem);
		width: 100%;
		grid-template-areas:
			"a a"
			"b c"
			"b c"
			"d d";
	}
	.home_app_dl dt {
		width: 50%;
		height: 1.5rem;
	}
	.home_app_dl {
        margin-top: 0.1rem;
    }
}
@media screen and (max-width:560px) {
	.home_app_ul {
		grid-template-rows: repeat(4, 1.8rem);
	}
	.home_app_text {
		padding: 0.2rem 4%;
	}
	.home_app_text img {
		width: 0.4rem;
		height: 0.4rem;
		margin-bottom: 0.1rem;
	}
	.home_app_Dltext img {
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media screen and (max-width:425px) {
	.home_app_ul {
		grid-template-rows: repeat(4, 1.6rem);
	}
}



/* home_news */
.home_news_bac{
    box-sizing: border-box;
	padding: 0.8rem 0;
}
.home_news{

}
.home_news_box{

}
.home_news_box a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	padding: 0.4rem 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-top: 0.4rem;
}
.home_news_left{
   width: 37.5%;
   position: relative;
   overflow: hidden;
}
.home_news_left::after{
   content: '';
   display: block;
   padding-bottom: 48.67%;
}
.home_news_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.home_news_right{
   width: 62.5%;
   box-sizing: border-box;
   padding-left: 4%;
}
.home_news_right h3{
   font-size: 0.16rem;
   color: #666;
}
.home_news_right h4{
    font-size: 0.3rem;
    color: #222;
	font-weight: bold;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	margin: 0.2rem 0;
}
.home_news_right h5{
	font-size: 0.18rem;
	color: #666;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 0.4rem;
}

.home_news_ul{
   display: flex;
   justify-content: space-between;
   border-bottom: 1px solid #E5E5E5;
   box-sizing: border-box;
   position: relative;
}
.home_news_ul::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	width: 1px;
	height: 40%;
	background-color: #E5E5E5;
}
.home_news_ul li{
   width: 48%;
}
.home_news_ul li a{
   display: flex;
   gap: 0.2rem;
   align-items: center;
   box-sizing: border-box;
   padding: 0.4rem 0;

}
.home_news_ul li a i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.5rem;
   height: 0.5rem;
   border-radius: 50%;
   border: 1px solid var(--i_color);
   flex-shrink: 0;
   transition: all 0.3s ease;
}
.home_news_ul li a i iconify-icon{
   font-size: 0.18rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}
.home_news_ul li a p{
   font-size: 0.22rem;
   color: #222;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.home_news_ul li a h6{
	font-size: 0.16rem;
	color: #666;
	flex-shrink: 0;
}
.home_news_ul li a:hover i{
	background-color: var(--i_color);
}
.home_news_ul li a:hover i iconify-icon{
	color: #fff;
}
.home_news_ul li a:hover p{
	color: var(--i_color);
}

.home_news_box a:hover img{
	width: 110%;
	height: 110%;
}

@media screen and (max-width:1440px) {
	.home_news_right h4 {
		font-size: 0.28rem;
		margin: 0.15rem 0;
	}
	.home_news_right h5 {
		font-size: 0.16rem;
		line-height: 0.22rem;
		height: 0.44rem;
		margin-bottom: 0.3rem;
	}
	.home_news_ul li a p {
		font-size: 0.2rem;
	}
	.home_news_ul li a i {
		width: 0.45rem;
		height: 0.45rem;
	}
	.home_news_ul li a h6 {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1200px) {
	.home_news_right h4 {
		font-size: 0.26rem;
	}
	.home_news_right h5 {
		margin-bottom: 0.2rem;
	}
	.home_news_ul li a p {
		font-size: 0.18rem;
	}
	.home_news_ul li a i {
		width: 0.4rem;
		height: 0.4rem;
	}
	.home_news_ul li a i iconify-icon {
		font-size: 0.16rem;
	}
	.home_news_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.home_news_right h4 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:960px) {
	.home_news_right h4 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:767px) {
	.home_news_ul li a p {
		font-size: 0.16rem;
	}
	.home_news_ul {
		flex-wrap: wrap;
	}
	.home_news_ul li {
		width: 100%;
	}
	.home_news_ul::after {
		width: 100%;
		height: 1px;
	}
	.home_news_ul li a {
		padding: 0.3rem 0;
	}
}
@media screen and (max-width:560px) {
	.home_news_left {
		width: 100%;
	}
	.home_news_right {
		width: 100%;
		margin-top: 0.3rem;
		padding-left: 0%;
	}
	.home_news_ul li a {
		padding: 0.2rem 0;
	}
}
@media screen and (max-width:425px) {

}


/* footer */
.footer_bac{
   background: url('static/imgs/footer_bac.webp') center no-repeat;
   background-size: cover;

}
.footer{

}
.footer_top{
   display: flex;
   justify-content: space-between;
   box-sizing: border-box;
   padding: 0.4rem 0 0.6rem 0;
}
.footer_top1{
   width: 34.375%;
}
.footer_logo{
   display: flex;
   align-items: center;
}
.footer_logo img{
   width: 0.84rem;
   height: 0.84rem;
   object-fit: contain;
}
.footer_logo p{
   font-size: 0.3rem;
   line-height: 150%;
   color: #fff;
   font-weight: bold;
   box-sizing: border-box;
   padding-left: 0.2rem;
}
.footer_share{
   display: flex;
   align-items: center;
   gap: 0.2rem;
   margin-top: 0.25rem;
}
.footer_share h3{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
   text-transform: capitalize;
}
.footer_share_dl{
   display: flex;
   gap: 0.3rem;
}
.footer_share_dl dt{

}
.footer_share_dl dt a{
   display: flex;

}
.footer_share_dl dt a iconify-icon{
   font-size: 0.3rem;
   color: rgba(255, 255, 255, .5);
   transition: all 0.3s ease;
}
.footer_share_dl dt a iconify-icon:hover{
	color: #fff;
	transform: translateY(-0.05rem);
}
.footer_top2{
   width: 31.5%;
}
.footer_top2 h4{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
   margin-bottom: 0.05rem;
}
.footer_top2 h5{
   font-size: 0.18rem;
   color: #fff;
   line-height: 166%;
}
.footer_top3{

}
.footer_contact{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
}
.footer_contact li{
   display: flex;
   align-items: center;
   gap: 0.1rem;
}
.footer_contact li iconify-icon{
   font-size: 0.22rem;
   color: #fff;
   transition: all 0.3s ease;
}
.footer_contact li a{
   font-size: 0.18rem;
   color: #fff;
   transition: all 0.3s ease;
}
.footer_contact li:hover iconify-icon{
   transform: translateY(-5px);
}

.footer_box{
   display: flex;
   gap: 0.8rem;
   box-sizing: border-box;
   padding-bottom: 0.6rem;
}
.footer_box>div{
	width: calc((100% - 2.4rem) / 4);
}
.footer_1{

}
.footer_h3{
   font-size: 0.32rem;
   font-weight: bold;
   color: #fff;
   box-sizing: border-box;
   padding: 0.2rem 0 0.3rem 0;
   border-top: 0.02rem solid rgba(255, 255, 255, .6);
   text-transform: capitalize;
}
.footer_ul{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
}
.footer_ul ul{
	display: none !important;
}
.footer_ul li{

}
.footer_ul li a{
   font-size: 0.18rem;
   color: #fff;
   display: inline-block;
   position: relative;
   transition: all 0.3s ease;
   text-transform: capitalize;
}
.footer_ul li a::after{
   content: '';
   position: absolute;
   right: 0;
   bottom: 0;
   width: 0;
   height: 1px;
   background-color: #fff;
   transition: all 0.3s ease;
}
.footer_ul li a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}
.footer_down_bac{
   box-sizing: border-box;
   padding: 0.25rem 0;
   background-color: rgba(0, 0, 0, 0.2);
}
.footer_down{

}
.footer_down p{
	font-size: 0.16rem;
	color: #fff;
}
.footer_down p a{
	font-size: 0.16rem;
	color: #fff;
	border-bottom: 1px solid #fff;
}




@media screen and (max-width:1440px) {
	.footer_logo img {
		width: 0.8rem;
		height: 0.8rem;
	}
	.footer_logo p {
		font-size: 0.24rem;
	}
	.footer_h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1200px) {
	.footer_logo img {
		width: 0.7rem;
		height: 0.7rem;
	}
	.footer_logo p {
		font-size: 0.22rem;
	}
	.footer_h3 {
		font-size: 0.24rem;
	}
	.footer_top {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:1024px) {
	.footer_logo img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.footer_logo p {
		font-size: 0.2rem;
	}
	.footer_top2,
	.footer_top3{
		display: none;
	}
	.footer_top1{
		width: 100%;
	}
	.footer_h3 {
		font-size: 0.2rem;
	}
	.footer_box{
		display: none;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.footer_down_bac{
		padding: 0.25rem 0 0.75rem 0;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}



/* about_banner */
.banner_top{
	margin-top: var(--header_height4);
}
.about_banner{
    position: relative;
}
.about_banner::after{
    content: '';
	display: block;
	padding-bottom: 26.04%;
}
.about_banner img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_banner_text{
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.about_banner_text p{
    font-size: 0.54rem;
	color: #fff;
	font-family: 'bold';
	text-transform: uppercase;
}


@media screen and (max-width:1440px) {
	.about_banner_text p{
		font-size: 0.5rem;
	}
}
@media screen and (max-width:1200px) {
	.about_banner_text p{
		font-size: 0.45rem;
	}
}
@media screen and (max-width:1024px) {
	.about_banner_text p{
		font-size: 0.4rem;
	}
}
@media screen and (max-width:960px) {
	.about_banner_text p{
		font-size: 0.35rem;
	}
}
@media screen and (max-width:767px) {
	.about_banner_text p{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:560px) {
	.about_banner_text p{
		font-size: 0.25rem;
	}
}
@media screen and (max-width:425px) {
	.about_banner_text p{
		font-size: 0.2rem;
	}
}




/* 当前位置 */
.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){

}


/* about_us */
.about_us_bac{
   box-sizing: border-box;
   padding-top: 0.8rem;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.about_us{

}
.about_us_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.6rem;
}
.about_us_logo{
	position: absolute;
	top: -2.2rem;
	right: 0;
	max-width: 100%;
	height: auto;
	z-index: -1;
}
.about_us_left{
   width: 60.47%;
   position: relative;
   overflow: hidden;
   border-radius: 0 2rem 0 0;
}
.about_us_left img{
   width: 100%;
   height: 7.46rem;
}
.about_us_right{
   width: 58.28125%;
   box-sizing: border-box;
   padding: 0.75rem 4% 0.6rem 4%;
   background-color: #F3F5FF;
   border-radius: 0.15rem 0 0 0;
   position: absolute;
   bottom: 0;
   right: 0;
}
.about_us_right h3{
   font-size: 0.3rem;
   color: var(--i_color);
   line-height: 100%;
   font-family: 'bold';
}
.about_us_right h4{
   font-size: 0.18rem;
   color: #333;
   line-height: 166%;
   margin: 0.25rem 0 0.5rem 0;
}
.about_us_ul{
   display: flex;
   margin-bottom: 0.9rem;
}
.about_us_ul li{
    width: calc(100% / 3);
    box-sizing: border-box;
    display: flex;
	padding: 0 0.2rem;
    gap: 0.2rem;
    position: relative;
    justify-content: center;
}
.about_us_ul li:not(:last-child):after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 1px;
	height: 0.96rem;
	background: rgba(31,50,118,0.4);
}
.about_us_ul li img{
   width: 0.84rem;
   height: 0.84rem;
}
.about_us_text{

}
.about_us_text h5{
    font-size: 0.24rem;
    color: #222;
    display: flex;
	align-items: flex-end;
	position: relative;
	gap: 0.05rem;
	box-sizing: border-box;
	padding-bottom: 0.1rem;
}
.about_us_text h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.48rem;
    height: 0.02rem;
    background-color: #222;
}
.about_us_text h5 span{
	font-size: 0.48rem;
	color: #222;
	line-height: 100%;
}
.about_us_text h6{
	font-size: 0.16rem;
    color: #666;
    margin-top: 0.15rem;
}



@media screen and (max-width:1440px) {
	.about_us_ul li img{
		width: 0.7rem;
		height: 0.7rem;
	}
	.about_us_text h5 span {
		font-size: 0.4rem;
	}
	.about_us_text h6 {
		font-size: 0.14rem;
	}
	.about_us_ul li {
		gap: 0.1rem;
	}
	.about_us_right h4 {
		font-size: 0.16rem;
		margin: 0.2rem 0 0.4rem 0;
	}
	.about_us_ul {
		margin-bottom: 0.8rem;
	}
	.about_us_right {
		padding: 0.6rem 4%;
	}
	.about_us_left img {
		height: 7rem;
	}
	.about_us_left {
		border-radius: 0 1.6rem 0 0;
	}
	.about_us_right h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1200px) {
	.about_us_ul li img{
		width: 0.6rem;
		height: 0.6rem;
	}
	.about_us_text h5 span {
		font-size: 0.35rem;
	}
	.about_us_ul {
		margin-bottom: 0.6rem;
	}
	.about_us_right {
		padding: 0.5rem 3%;
	}
	.about_us_left img {
		height: 6rem;
	}
	.about_us_left {
		border-radius: 0 1.2rem 0 0;
	}
	.about_us_bac {
		padding-top: 0.6rem;
	}
	.about_us_right h3 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1024px) {
	.about_us_ul li img{
		width: 0.5rem;
		height: 0.5rem;
	}
	.about_us_text h5 span {
		font-size: 0.3rem;
	}
	.about_us_ul {
		margin-bottom: 0.4rem;
	}
	.about_us_right h3 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:960px) {
	.about_us_ul li img{
		width: 0.4rem;
		height: 0.4rem;
	}
	.about_us_text h5 span {
		font-size: 0.25rem;
	}
	.about_us_right {
		width: 100%;
		border-radius: 0.15rem;
		bottom: unset;
		right: unset;
		position: relative;
	}
	.about_us_left {
		width: 100%;
		border-radius: 0 1rem 0 0;
	}
	.about_us_left img {
        height: 5rem;
    }
}
@media screen and (max-width:767px) {
	.about_us_left img {
        height: 4rem;
    }
	.about_us_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px) {
    .about_us_left img {
        height: 3rem;
    }
	.about_us_left {
        border-radius: 0 0rem 0 0;
    }
}
@media screen and (max-width:425px) {

}



/* brand */
.brand_bac{
   position: relative;
   box-sizing: border-box;
   padding: 0.8rem 0 0.4rem 0;
   z-index: 2;
   overflow: hidden;
}
.brand_bacImg{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: auto;
	opacity: 0.1;
	z-index: -1;
}
.brand{

}


/*  */
.brand_partner_box{
	margin-top: 0.3rem;
}

.brand_partner{position:relative}
.brand_partner_list{width:100%; padding:5px !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.brand_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.brand_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	border: 1px solid #D8D8D8;
	background-color: #fff;
	box-sizing: border-box;

}

.brand_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.brand_partner_list .img:before{content:""; display:block; padding-bottom:40.3125%}
.brand_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}

.brand_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}






/* 指示器 */
.brand_partner .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0
}
.brand_partner .pt-pagination .swiper-pagination-bullet{
	height:1px;
	width:0.6rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background: rgba(34,34,34,0.2);
	border-radius:2px;
	opacity: 1;
	outline:none;
	transition: all 0.3s ease;
}
.brand_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:var(--i_color);
}



@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.brand_bac {
		padding: 0.6rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){

}


/* honors */
.honors_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: linear-gradient(to top,rgba(243,243,243,1),rgba(243,243,243,0));
}
.honors{

}
.honors_box{
	display: flex;
	margin-top: 0.4rem;
}
.honors_left{
	width: 26%;
	height: 5.35rem;
}
.honors_left img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.honors_right{
   width: 74%;
   background-color: #fff;
   box-sizing: border-box;
   padding: 0.3rem 0.3rem 0.3rem 0.6rem;
}



/*  */
.honors_partner_box{}

.honors_partner{
	position:relative;
	display: flex;
	flex-direction: column;
}
.honors_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.honors_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.honors_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;

}

.honors_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	background-color: #F3F3F3;
}
.honors_partner_list .img:before{
	content:"";
	display:block;
	padding-bottom:73.14%;
}
.honors_partner_list .img img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width: 88%;
    height: 88%;
	object-fit:contain;
}


.honors_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}

.honors_partner_list li p{
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #333;
	text-align: center;
	margin-top: 0.2rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 0.6rem;
}




/* 指示器 */
.honors_partner .pt-pagination{
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.8rem;

}
.honors_partner .pt-pagination span{
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
}
.over_3{
	color: var(--i_color) !important;
}
.over_2{
	width: calc(100% - 0.4rem);
	height: 1px;
	background: rgba(51,51,51,0.2);
	margin: 0 0.1rem;
}



@media screen and (max-width:1440px){
	.honors_left {
		height: 5rem;
	}
	.honors_partner .pt-pagination {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1200px){
	.honors_left {
		height: 4.5rem;
	}
	.honors_partner .pt-pagination {
		margin-top: 0.4rem;
	}
	.honors_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.honors_left {
		height: 4rem;
	}
}
@media screen and (max-width:959px){
	.honors_partner .pt-pagination {
		margin-top: 0.2rem;
	}
	.honors_partner_list li p {
		font-size: 0.16rem;
		line-height: 0.25rem;
		height: 0.5rem;
	}
	.honors_right {
		padding: 0.2rem 0.2rem 0.2rem 0.3rem;
	}
}
@media screen and (max-width:767px){
    .honors_left{
		display: none;
	}
	.honors_right {
		padding: 0.2rem;
		width: 100%;
	}
}
@media screen and (max-width:560px){

}


/* environment */
.environment_bac{
   box-sizing: border-box;
   padding: 1rem 0 0.8rem 0;
}
.environment{

}


/*  */
.gol_partner_box{
	margin-top: 0.4rem;
}

.gol_partner{
	position:relative;

}
.gol_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.gol_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.gol_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	flex-direction: column;
	transition: width 0.3s ease;
	overflow: hidden;
	width: 20% !important;
}
.gol_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	height: 5.3rem;
}
.gol_partner_list .img img{
	width:100%;
	height:100%;
	object-fit: cover;
	vertical-align: top;
}
.gol_text{
   position: absolute;
   bottom: -100%;
   left: 0;
   width: 100%;
   box-sizing: border-box;
   padding:1rem 4% 0.35rem 4%;
   background: linear-gradient(to top,rgba(33,75,151,1),rgba(33,75,151,0));
   transition: all 0.5s ease;
}
.gol_text p{
   font-size: 0.18rem;
   color: #fff;

}
.gol_partner_list .swiper-slide-active{
   width: 48% !important;
}
.gol_partner_list .swiper-slide-active .gol_text{
	bottom: 0%;
}
/* 指示器 */
.gol_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem; height:0.12rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:0%; outline:none}
.gol_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.gol_LR{
	display: flex;
	justify-content: center;
	gap: 0.4rem;
	margin-top: 0.4rem;
}


.gol_partner .pt-button-prev, .gol_partner .pt-button-next{
	position:relative;
	width:0.48rem;
	height:0.48rem;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.gol_partner .pt-button-prev iconify-icon, .gol_partner .pt-button-next iconify-icon{
	font-size: 0.18rem;
	color:#666;
	transition: all 0.3s ease;
}


.gol_partner .pt-button-prev:hover, .gol_partner .pt-button-next:hover{
	border: 1px solid var(--i_color);
}
.gol_partner .pt-button-prev:hover iconify-icon, .gol_partner .pt-button-next:hover iconify-icon{
	color: var(--i_color);
}

@media screen and (max-width:1440px){
	.gol_partner_list .img {
		height: 5rem;
	}
	.golbal_bac {
		padding: 0.8rem 0;
		margin-top: -0.8rem;
		border-radius: 1rem 0 0 0;
	}
	.environment_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1366px){
	.gol_partner_list .img {
		height: 4.8rem;
	}
}
@media screen and (max-width:1200px){
	.gol_partner .pt-button-prev, .gol_partner .pt-button-next,.gol_LR{display:none}
	.gol_partner .pt-pagination{display:block}
	.gol_partner_list .img {
		height: 4.5rem;
	}
	.golbal_bac {
		padding: 0.6rem 0;
		margin-top: -0.6rem;
		border-radius: 0.8rem 0 0 0;
	}
	.environment_bac {
        padding: 0.6rem 0;
    }
}
@media screen and (max-width:959px){
	.gol_partner_list .img {
		height: 4rem;
	}
	.golbal_bac {
		border-radius: 0.6rem 0 0 0;
	}
}
@media screen and (max-width:767px){
	.gol_partner_box {
		margin-top: 0.4rem;
	}
	.gol_partner_list .img {
		height: 3.5rem;
	}
	.gol_text p {
		font-size: 0.16rem;
	}
	.gol_text {
		padding: 1rem 4% 0.3rem 4%;
	}
	.gol_partner_list li{
		width: 100% !important;
	}
	.gol_partner_list .swiper-slide-active {
		width: 100% !important;
	}
	.gol_partner_box{
		box-sizing: border-box;
		padding: 0 3%;
	}
	.golbal_bac {
		border-radius: 0.4rem 0 0 0;
	}
}
@media screen and (max-width:560px){
	.gol_partner_list .img {
		height: 3rem;
	}
	.gol_text p {
		font-size: 0.14rem;
	}
	.gol_text {
		padding: 1rem 4% 0.2rem 4%;
	}
	.gol_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem}
}


/* support_our */
.support_our_bac{
   box-sizing: border-box;
   padding-top: 0.6rem;
}
.support_our{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.support_our_left{
   width: 57.125%;
   box-sizing: border-box;
   padding-right: 4%;
}
.support_our_left h3{
   font-size: 0.36rem;
   color: #222;
   font-family: 'bold';
   margin-bottom: 0.2rem;
}
.support_our_left h4{
   font-size: 0.18rem;
   line-height: 166%;
   color: #222;
}
.support_our_right{
   width: 42.875%;
   position: relative;
}
.support_our_right::after{
   content: '';
   display: block;
   padding-bottom: 52.48%;
}
.support_our_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}



@media screen and (max-width:1440px) {
	.support_our_bac{
		padding-top: 0.4rem;
	}
	.support_our_left h3{
		font-size: 0.32rem;
		margin-bottom: 0.15rem;
	}
	.support_our_left h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px) {
	.support_our_left h3{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1024px) {
	.support_our_left h3{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.support_our_left {
		width: 100%;
		padding-right: 0%;
	}
	.support_our_right {
		width: 100%;
	}
	.support_our {
		gap: 0.2rem;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}



/* suuport_service */
.suuport_service_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.suuport_service{

}
.suuport_service_ul{
    display: flex;
	flex-direction: column;
	gap: 0.3rem;
	margin-top: 0.4rem;
}
.suuport_service_ul li{
    display: flex;
	background-color: #F3F3F3;
	border-radius: 0.12rem;
	box-sizing: border-box;
	padding: 0.35rem 3% 0.5rem 3%;
}
.suuport_service_ul li img{
   width: 0.8rem;
   height: 0.8rem;
   object-fit: contain;
}
.suuport_service_text{
   width: calc(100% - 0.8rem);
   box-sizing: border-box;
   padding-left: 0.3rem;
}
.suuport_service_text h3{
   font-size: 0.24rem;
   color: #222;
   font-family: 'bold';
   margin-bottom: 0.15rem;
}
.suuport_service_text h4{
   font-size: 0.18rem;
   line-height: 166%;
   color: #222;
}


@media screen and (max-width:1440px) {
	.suuport_service_ul li img{
		width: 0.7rem;
		height: 0.7rem;
	}
	.suuport_service_text{
		width: calc(100% - 0.7rem);
		padding-left: 0.25rem;
	}
	.suuport_service_text h3 {
		font-size: 0.22rem;
		margin-bottom: 0.1rem;
	}
	.suuport_service_text h4 {
		font-size: 0.16rem;
	}
	.suuport_service_ul li {
		padding: 0.35rem 3% 0.4rem 3%;
	}
	.suuport_service_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px) {
	.suuport_service_ul li img{
		width: 0.6rem;
		height: 0.6rem;
	}
	.suuport_service_text{
		width: calc(100% - 0.6rem);
		padding-left: 0.2rem;
	}
	.suuport_service_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.suuport_service_ul li img{
		width: 0.5rem;
		height: 0.5rem;
	}
	.suuport_service_text{
		width: calc(100% - 0.5rem);
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.suuport_service_ul li img{
		width: 0.4rem;
		height: 0.4rem;
	}
	.suuport_service_text{
		width: calc(100% - 0.4rem);
	}
	.suuport_service_text h3 {
		font-size: 0.2rem;
	}
	.suuport_service_ul li {
		padding: 0.3rem 3%;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}


/* suuport_form */
.suuport_form_bac{
   box-sizing: border-box;
   padding:0 0 0.8rem 0;
}
.suuport_form{

}


#wpforms-52{--input_font_size:0.16rem; --input_height:0.55rem}
#wpforms-52{width:100%; margin:0 auto; padding:0}
#wpforms-form-52{width:100%; overflow:hidden}


#wpforms-52 input, #wpforms-52 button{margin:0; padding:0; border:none; background:none}
#wpforms-52 .wpforms-field{padding:0; margin:0}
#wpforms-52 .wpforms-error-container{line-height:16px}
#wpforms-52 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-52 .wpforms-submit-container{

}





#wpforms-52 .wpforms-field{
	position: relative;
}
#wpforms-52 .wpforms-field-label{
	font-size: 0.18rem;
	color: #333;
	margin-bottom: 0.1rem;
	display: block;
}
#wpforms-52 .wpforms-field-label span{
	font-size: 0.14rem;
    color: red;
}
#wpforms-52 .wpforms-error{
	font-size: 0;
}
#wpforms-52 .wpforms-field{width:100%; margin-bottom:0.2rem; background:transparent; overflow:hidden}
#wpforms-52-field_1-container{margin-right:0.2rem !important;}
#wpforms-52-field_1-container, #wpforms-52-field_2-container{width:calc((100% - 0.2rem) / 2) !important;}


#wpforms-52-field_3-container,#wpforms-52-field_4-container{margin-right:0.2rem !important;}
#wpforms-52-field_3-container,#wpforms-52-field_4-container,#wpforms-52-field_5-container{width:calc((100% - 0.4rem) / 3) !important;}






#wpforms-52 input{height:var(--input_height)}
#wpforms-52 textarea{height:1.6rem}
#wpforms-52 input, #wpforms-52 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	background-color: #FAFAFA; color:#222;
	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;
	border-radius: 0.04rem;
	border: 1px solid rgba(51,51,51,0.2);
}
#wpforms-52 textarea{
	line-height: 160%;
	padding:10px;
}

#wpforms-52-field_6,
#wpforms-52-field_7{
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem 0.4rem;
   margin-top: 0.1rem;
}
#wpforms-52-field_6 li,
#wpforms-52-field_7 li{
	display: flex;
    align-items: center;
	gap: 0.1rem;

}
#wpforms-52-field_6 li input,
#wpforms-52-field_7 li input{
	width: 0.2rem !important;
	height: 0.2rem !important;
	border-radius: 0.02rem;
	border: 1px solid #C7C7C7;
	cursor: pointer;
}
#wpforms-52-field_6 li label,
#wpforms-52-field_7 li label{
	font-size: 0.18rem;
	color: #666;
	cursor: pointer;
}









#wpforms-52 input::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-52 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-52 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-52 input::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-52 textarea::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-52 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-52 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-52 textarea::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}



#wpforms-52 .wpforms-submit-container button{
	overflow: hidden;width:100%; height:0.5rem;
	font-size:0.16rem; color:#FFF;
	font-weight: bold;
	display: block;
	cursor:pointer; text-transform:capitalize;
	position:relative; z-index:2;
	background-color: var(--i_color);
	width: 3rem;
	border-radius: 0rem;
	transition: all 0.3s ease;
}
#wpforms-52 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}
#wpforms-52 .wpforms-submit-container button:hover{
	background-color: var(--i_color2);
}


@media screen and (max-width:1440px) {

}
@media screen and (max-width:1200px) {
	.suuport_form_bac{
		padding:0 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	#wpforms-52-field_1-container{margin-right:0rem !important;}
	#wpforms-52-field_1-container, #wpforms-52-field_2-container{width:100% !important;}
	#wpforms-52-field_3-container,#wpforms-52-field_4-container{margin-right:0 !important;}
	#wpforms-52-field_3-container,#wpforms-52-field_4-container,#wpforms-52-field_5-container{width:100% !important;}
	#wpforms-52-field_6 li label, #wpforms-52-field_7 li label {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}



/* contact_form */
.contact_form_bac{
   box-sizing: border-box;
   padding: 0.4rem 0 0.8rem 0;
}
.contact_form{

}

.contact_form_box{
	margin-top: 0.4rem;
}


#wpforms-46{--input_font_size:0.16rem; --input_height:0.55rem}
#wpforms-46{width:100%; margin:0 auto; padding:0}
#wpforms-form-46{width:100%; overflow:hidden}


#wpforms-46 input, #wpforms-46 button{margin:0; padding:0; border:none; background:none}
#wpforms-46 .wpforms-field{padding:0; margin:0}
#wpforms-46 .wpforms-error-container{line-height:16px}
#wpforms-46 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-46 .wpforms-submit-container{

}





#wpforms-46 .wpforms-field{
	position: relative;
}
#wpforms-46 .wpforms-field-label{
	font-size: 0;
}
#wpforms-46 .wpforms-field-label span{
	position: absolute;
	top: 12px;
	left: 3px;
	font-size: 0.14rem;
    color: red;
}
#wpforms-46 .wpforms-error{
	font-size: 0;
}
#wpforms-46 .wpforms-field{width:100%; margin-bottom:0.2rem; background:transparent; overflow:hidden}
#wpforms-46-field_1-container,#wpforms-46-field_2-container{margin-right:0.2rem !important;}
#wpforms-46-field_1-container,#wpforms-46-field_2-container,#wpforms-46-field_3-container{width:calc((100% - 0.4rem) / 3) !important}

#wpforms-46 input{height:var(--input_height)}
#wpforms-46 textarea{height:1.6rem}
#wpforms-46 input, #wpforms-46 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(0, 0, 0, 0.2);
}
#wpforms-46 textarea{
	line-height: 160%;
	padding:10px;
}


#wpforms-46 input::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-46 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-46 input::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-46 input::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-46 textarea::-webkit-input-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-46 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-46 textarea::-moz-placeholder{color:#666; font-size:var(--input_font_size)}
#wpforms-46 textarea::-ms-input-placeholder{color:#666; font-size:var(--input_font_size)}

#wpforms-46 #wpforms-46-field_1-error, #wpforms-46 #wpforms-46-field_2-error, #wpforms-46 #wpforms-46-field_3-error, #wpforms-46 #wpforms-46-field_4-error{position:absolute; font-size:14px}



#wpforms-46 .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: 2.4rem;
	max-width: 100%;
	border-radius: 0rem;
	transition: all 0.3s ease;
}
#wpforms-46 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}
#wpforms-46 .wpforms-submit-container button:hover{
	background-color: var(--i_color2);
}

@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;
	}
	.contact_form_bac{
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	#wpforms-46 .wpforms-submit-container{margin: 0.2rem auto 0;}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	#wpforms-46-field_1-container,#wpforms-46-field_2-container{margin-right:0rem !important;}
    #wpforms-46-field_1-container,#wpforms-46-field_2-container,#wpforms-46-field_3-container{width:100% !important}
	#wpforms-46{--input_height:0.5rem}
	.become_form {margin-top: 0.4rem;}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}



/* contact_get */
.contact_get_bac{
   background: url('static/imgs/contact_get.webp') center no-repeat;
   background-size: cover;
   box-sizing: border-box;
   padding: 0.7rem 0;
}
.contact_get{

}
.contact_get h3{
   font-size: 0.44rem;
   color: #222;
   text-align: center;
}
.contact_get h4{
   font-size: 0.2rem;
   color: #222;
   margin: 0.3rem 0 0.8rem 0;
   text-align: center;
}
.contact_get_dl{
   display: flex;
   justify-content: center;
   gap: 0.24rem;
   line-height: 180%;
}
.contact_get_dl dt{

}
.contact_get_dl dt a{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.48rem;
   height: 0.48rem;
   border-radius: 50%;
   background-color: #EAEAEA;
   transition: all 0.3s ease;
}
.contact_get_dl dt a iconify-icon{
   font-size: 0.2rem;
   color: #222;
   transition: all 0.3s ease;
}
.contact_get_dl dt a:hover{
	background-color: var(--i_color);
	transform: translateY(-5px);
}
.contact_get_dl dt a:hover iconify-icon{
	color: #fff;
}


@media screen and (max-width:1440px) {
	.contact_get h3{
		font-size: 0.4rem;
	}
	.contact_get h4{
		font-size: 0.18rem;
		margin: 0.2rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1200px) {
	.contact_get h3{
		font-size: 0.35rem;
	}
	.contact_get_bac {
		padding: 0.6rem 0;
	}

}
@media screen and (max-width:1024px) {
	.contact_get h3{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:960px) {
	.contact_get h3{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:767px) {
	.contact_get h3{
		font-size: 0.26rem;
	}
	.contact_get h4{
		font-size: 0.16rem;
		margin: 0.1rem 0 0.4rem 0;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}


/* contact_us */
.contact_us_bac{
   box-sizing: border-box;
   padding: 0.6rem 0 0.8rem 0;
}
.contact_us{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-end;
}
.contact_us_left{
	width: 42.85%;
}
.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;
	}
}
@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;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.contact_us_left {
		width: 100%;
	}
	.contact_us_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}


/* contact_map */
.contact_map{
	width: 100%;
	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) {
	.contact_map{
		height: 5rem;
	}

}
@media screen and (max-width:1200px) {
	.contact_map{
		height: 4.5rem;
	}
}
@media screen and (max-width:1024px) {
	.contact_map{
		height: 4rem;
	}
}
@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 1rem 0;
}
.products{
   display: flex;
   flex-wrap: wrap;
}
.products_left{
   width: 22.5%;
}
.products_left_h2{
	font-size: 0.36rem;
	color: var(--i_color);
	font-family: 'bold';
	margin-bottom: 0.2rem;
	text-transform: capitalize;
	box-sizing: border-box;
}
.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;
   border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.list li{
   position: relative;
   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.list_a{
	box-sizing: border-box;
    padding: 0.25rem 0.5rem 0.25rem 0.2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.list_a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: var(--i_color);
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
.list .list_a a{
   font-size: 0.18rem;
   color: #222;
   font-weight: bold;
   box-sizing: border-box;
   line-height: 110%;
   transition: all 0.3s ease;
}
.list  .list_a i{
   width: 0.5rem;
   height: 0.5rem;
   position: absolute;
   top: 50%;
   transform: translate(0,-50%);
   right: 0;
   cursor: pointer;

}
.list .list_a i iconify-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    font-size: 0.24rem;
	color: #222;
	transition: all 0.3s ease;
}
.list_dl{
    padding: 0.2rem 0.08rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	box-sizing: border-box;
}

.list_dl dt{
   box-sizing: border-box;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: #222;
   display: block;
   transition: all 0.3s ease;
   position: relative;
   box-sizing: border-box;
   padding:0.12rem 0.3rem 0.12rem 0.3rem;
   background-color: #fff;
}
.list_dl dt a::after{
	content: '';
	position: absolute;
	left: 0.12rem;
	top: 50%;
	transform: translate(0,-50%);
	width: 0.08rem;
	height: 0.1rem;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: var(--i_color);
	opacity: 0;
	transition: all 0.3s ease;
}
.list_dl dt a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0.12rem;
	transform: translate(0,-50%);
	width: 0.08rem;
	height: 0.12rem;
	background: url('static/imgs/right.png') center no-repeat;
	background-size: contain;
	opacity: 0;
}



.list_dl dt a:hover{
	color: var(--i_color);
	background-color: #F0F0F0;
}
.list_dl dt a:hover::after,.list_dl dt a:hover::before{
    opacity: 1;
}
.list_active{
    background-color: #fff;
}
.list_active .list_a::after{
	width: 100%;
	left: 0;
	right: auto;
}
.list_active .list_a i iconify-icon{
	color: #fff;
	transform:translate(-50%,-50%) rotate(90deg);
}
.list_active .list_a a{
	color: #fff;
}
.list_dl_active a::after,.list_dl_active a::before{
	opacity: 1 !important;
}
.list_active{
	border: 1px solid var(--i_color) !important;
}


.list_dl_active a{
    background-color: #F0F0F0 !important;
	color: var(--i_color) !important;
}


@media screen and (max-width:1440px){

}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
	.products_left{
		width: 100%;
	}
	.products_left_h2 iconify-icon{display: block;}
	.products_left_h2{display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
	.products_left_h2{margin-bottom: 0;}
	.list{margin-top: 0.2rem;}
	.products_left_h2{
		color: #fff;
		background-color: var(--i_color);
		box-sizing: border-box;
		padding: 0.15rem 0;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.products_left_h2 {font-size: 0.2rem;}
	.products_left_h2 iconify-icon {font-size: 0.3rem;}
}
@media screen and (max-width:560px){
	.products_left_h2 {font-size: 0.18rem;}
	.products_left_h2 iconify-icon {font-size: 0.25rem;}
}
@media screen and (max-width:425px){

}



.products_right{
   width: 77.5%;
   box-sizing: border-box;
   padding-left: 3%;
}
.products_right h3{
   font-size: 0.44rem;
   color: #333;
   font-family: 'bold';
}
.products_right h4{
   font-size: 0.18rem;
   line-height: 166%;
   color: #666;
   margin-top: 0.2rem;
}
.products_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem;
   margin-top: 0.4rem;
}
.products_ul li{
   width: calc((100% - 0.6rem) / 3);
}
.products_A{
   display: block;
   width: 100%;
   border: 1px solid #E5E5E5;
   box-sizing: border-box;
   padding: 0.2rem;
}
.products_img{
   position: relative;
   overflow: hidden;
}
.products_img::after{
   content: '';
   display: block;
   padding-bottom: 75%;
}
.products_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.products_btn{
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(31,50,118,0.75);
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.5s ease;
}
.products_A>p{
   font-size: 0.24rem;
   line-height: 0.28rem;
   height: 0.54rem;
   text-align: center;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   font-family: 'bold';
   margin-top: 0.2rem;
   margin-bottom: 0.1rem;
   transition: all 0.3s ease;
}

.products_A:hover .products_btn{
	top: 0;
}
.products_A:hover>p{
	color: var(--i_color);
}





@media screen and (max-width:1440px) {
	.products_A>p {
		font-size: 0.22rem;
		line-height: 0.24rem;
		height: 0.48rem;
		margin-top: 0.15rem;
	}
	.products_right h3 {
		font-size: 0.4rem;
	}
	.products_ul {
		gap: 0.2rem;
	}
	.products_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
	.products_right h4 {
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}
	.products_bac {
		padding: 0.4rem 0 0.8rem 0;
	}
}
@media screen and (max-width:1200px) {
	.products_A>p {
		font-size: 0.2rem;
		line-height: 0.22rem;
		height: 0.44rem;
		margin-top: 0.1rem;
	}
	.products_right h3 {
        font-size: 0.35rem;
    }
	.products_ul {
		margin-top: 0.3rem;
	}
	.products_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.products_right h3 {
        font-size: 0.3rem;
    }
	.products_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:960px) {
	.products_right h3 {
        font-size: 0.25rem;
    }
}
@media screen and (max-width:767px) {
	.products_right h3 {
        font-size: 0.22rem;
    }
	.products_ul li {
        width: calc((100% - 0.2rem) / 2);
    }
}
@media screen and (max-width:560px) {
	.products_A {
		padding: 0.15rem;
	}
	.products_ul {
        gap: 0.1rem;
    }
	.products_ul li {
        width: calc((100% - 0.1rem) / 2);
    }
}
@media screen and (max-width:425px) {

}














/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 0.6rem;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.in_page_right{
	justify-content: flex-end;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
	transition: all 0.3s ease;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
	display: none;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}

@media screen and (max-width:1024px) {
	.in_page_box {margin-top: 0.6rem;}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
	.in_page_box {margin-top: 0.4rem;}
}
@media screen and (max-width:560px) {

}


/* single_grid */
.single_grid_bac{
   box-sizing: border-box;
   padding: 0.4rem 0 1rem 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;transition: all 0.3s ease; position:relative; overflow:hidden;border: 1px solid transparent;}
.in_grid_list .img img{width:100%; height:100%; object-fit:cover;}
.in_grid_list .swiper-slide-thumb-active .img{border:1px solid var(--i_color);}
.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}
.ingrid-button-prev, .ingrid-button-next{
	position:absolute;
	left:50%;
	transform:translate(-50%,0);
	width:60px;
	height:30px;
	z-index:999;
	outline:none;
	cursor:pointer;
	-moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
    user-select:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.ingrid-button-prev{top:4px; }
.ingrid-button-next{bottom:4px;}
.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;border-radius: 0.1rem; padding:0.1rem;background-color: #fff; 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;box-sizing: border-box;border-radius: 0rem;}
.in_grid_show .img img{width:100%; height:100%; object-fit:cover;box-sizing: border-box;background-color: #fff;}

.ingrid-pagination{
	display:block;
	position: absolute;
	bottom: 0;
	right: 0rem;
	width: 0.7rem;
	height: 0.7rem;
	background-color: #F6F6F6;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
    align-items: flex-end;
	font-size: 0.18rem;
	color: #333;
	z-index: 2;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	box-sizing: border-box;
	padding: 0.1rem;
}
.ingrid-pagination .swiper-pagination-current{
	color: var(--i_color);
	font-weight: bold;
	font-size: 0.16rem;
}

.ingrid-pagination .swiper-pagination-total{
	font-size: 0.14rem;
	color: #333;
}









.in_grid_cont:before{display:none}
.in_grid_show_box{position:relative; width:100%;overflow: hidden;}
.in_grid_show .img{width:100%; position:relative; overflow:hidden}
.in_grid_show .img:before{content:""; display:block; padding-bottom: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: 0rem;}
.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;box-sizing: border-box;background-color: #fff;}
.ingrid-button-prev, .ingrid-button-next{
	top:50%;
	transform:translate(0,-50%);
	width:0.4rem;
	height:0.4rem;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.ingrid-button-prev{left:0;}
.ingrid-button-next{left:initial; right:0; }


.ingrid-button-prev iconify-icon, .ingrid-button-next iconify-icon{
	font-size: 0.3rem;
	color: #333;
	transition: all 0.3s ease;
}



.ingrid-button-prev:hover iconify-icon, .ingrid-button-next:hover iconify-icon{
	color: var(--i_color);
}


/* single_share */
.single_share{
   display: flex;
   align-items: center;
   border-bottom: 1px solid #CDCECF;
   box-sizing: border-box;
   padding-bottom: 0.15rem;
   margin-bottom: 0.15rem;
   justify-content: flex-end;
   margin-top: 0.4rem;
}
.single_share p{
   font-size: 0.18rem;
   color: #666;
   margin-right: 0.1rem;
}
.single_share_dl{
   display: flex;
   gap: 0.1rem;
}
.single_share_dl dt{

}
.single_share_dl dt a{
   display: block;
   width: 100%;
}
.single_share_dl dt a iconify-icon{
   font-size: 0.2rem;
   color: #999;
   transition: all 0.3s ease;
}
.single_share_dl dt a iconify-icon:hover{
	color: var(--i_color);
	transform: translateY(-5px);
}

/* single_tags */
.single_tags{
	display: flex;

}
.single_tags p{
   font-size: 0.18rem;
   color: #222;
   flex-shrink: 0;
   text-transform: capitalize;
   font-family: 'bold';
   margin-top: 0.1rem;
}
.single_tags_a{
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem 0.12rem;
	box-sizing: border-box;
	padding-left: 0.15rem;
}
.single_tags a{
	font-size: 0.16rem;
	color: #222;
	display: inline-block;
    box-sizing: border-box;
	padding: 0.1rem 0.15rem;
	background-color: #F3F3F3;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.single_tags a:hover{
	color: var(--i_color);
	background-color: rgba(31,50,118,0.08);
}





/* single_grid_right */
.single_grid_right{
	width: 60%;
	box-sizing: border-box;
	padding-left: 4%;
}
.single_grid_right h1{
   font-size: 0.36rem;
   color: #222;
   font-family: 'bold';
   box-sizing: border-box;
   padding-bottom: 0.15rem;
   margin-bottom: 0.2rem;
   border-bottom: 1px solid var(--i_color);
}
.single_grid_right h2{
   font-size: 0.2rem;
   color: #222;
   font-family: 'bold';
   margin-bottom: 0.1rem;
}
.single_article{
   font-size: 0.18rem;
   color: #666;
   line-height: 188%;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   border-bottom: 1px solid #E5E5E5;
}
.single_grid_btn{
    display: flex;
	gap: 0.2rem;
	margin-top: 0.4rem;
}



@media screen and (max-width:1440px) {
	.single_grid_right h1{
		font-size: 0.32rem;
	}
	.single_grid_bac {
		padding: 0.4rem 0 0.8rem 0;
	}
}
@media screen and (max-width:1200px) {
	.single_grid_right h1{
		font-size: 0.28rem;
	}
	.single_grid_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.single_grid_right h1{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.single_grid_left {
		width: 100%;
	}
	.single_grid_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.single_tags a {
		font-size: 0.14rem;
		padding: 0.06rem 0.1rem;
	}
	.single_tags p {
		font-size: 0.16rem;
		margin-top: 0.05rem;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}


/* editor */
.editor_bac{
   border-top: 0.1rem solid #E5E5E5;
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.editor{
   display: flex;
}
.editor_left{
	width: 22.5%;
}
.editor_right{
	width: 77.5%;
	box-sizing: border-box;
	padding-left: 2.5%;
}
.editor_title{
   background-color: #F3F3F3;
   margin-bottom: 0.4rem;
}
.editor_title h3{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.1rem 0.4rem;
   border-top: 0.02rem solid var(--i_color);
   font-size: 0.24rem;
   color: var(--i_color);
   font-family: 'bold';
   background-color: #fff;

}



@media screen and (max-width:1440px) {
	.editor_title h3{
		padding: 0.1rem 0.3rem;
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px) {
	.editor_title h3{
		padding: 0.08rem 0.25rem;
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px) {
	.editor_right {
		width: 100%;
		padding-left: 0%;
	}
	.editor_left{
		display: none;
	}
	.editor_title h3{
		padding: 0.08rem 0.2rem;
		font-size: 0.18rem;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.editor_bac {
		padding: 0.4rem 0;
	}
}
@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;
   transition: all 0.3s ease;
}
.sx i iconify-icon{
   font-size: 0.3rem;
   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 iconify-icon{
	color: var(--i_color);
}

.sx_right{
	margin-left: auto;
}
.sx a:hover span{
	color: var(--i_color);
}


@media screen and (max-width:1440px) {

}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {
	.single_tags a {
		padding: 0.08rem 0.1rem;
		font-size: 0.14rem;
	}
	.single_tags {
		align-items: center;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.sx>div{width: 100%;}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}



/* related_products */
.related_products_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.related_products{

}


/*  */
.RP_partner_box{
	margin-top: 0.4rem;
}

.RP_partner{position:relative}
.RP_partner_list{width:100%; padding:1px !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.RP_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.RP_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}

.RP_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.RP_partner_list .img:before{content:""; display:block; padding-bottom:100%}
.RP_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}


.RP_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}

/* 指示器 */
.RP_partner .pt-pagination{
	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_partner .pt-button-prev, .RP_partner .pt-button-next{
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.RP_partner .pt-button-prev iconify-icon, .RP_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.RP_partner .pt-button-prev{left:-5%;}
.RP_partner .pt-button-next{right:-5%;}

.RP_partner .pt-button-prev:hover, .RP_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.RP_partner .pt-button-prev:hover iconify-icon, .RP_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}
@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.related_products_bac{
		padding: 0.6rem 0;
	}
	.RP_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){

}



/* technology */
.technology_bac{
   box-sizing: border-box;
   padding: 0.6rem 0 1rem 0;
}
.technology{

}
.technology_ul{
   display: flex;
   flex-direction: column;
   gap: 0.4rem;
   margin-top: 0.4rem;
}
.technology_ul li{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.technology_ul li:nth-child(even){
	flex-direction: row-reverse;
}
.technology_text{
   width: 57.125%;
   position: relative;
   box-sizing: border-box;
   padding-right: 4%;
}
.technology_text h3{
	font-size: 0.36rem;
	color: #222;
	font-family: 'bold';
	margin-bottom: 0.1rem;
}
.technology_text h4{
	font-size: 0.18rem;
	color: #222;
	line-height: 0.3rem;
	height: 2.7rem;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 0.1rem;
}

/*滚动条*/
.technology_text h4::-webkit-scrollbar{width:1px; height:1px}
.technology_text h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.technology_text h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.technology_img{
   width: 42.875%;
   position: relative;
   overflow: hidden;
}
.technology_img::after{
   content: '';
   display: block;
   padding-bottom: 65.31%;
}
.technology_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}


.technology_ul li:nth-child(even) .technology_text{
	padding-right: 0%;
	padding-left: 4%;
}



@media screen and (max-width:1440px) {
	.technology_text h3 {
		font-size: 0.32rem;
	}
	.technology_text h4 {
		font-size: 0.16rem;
		line-height: 0.25rem;
		height: 2.25rem;
	}
	.technology_bac {
		padding: 0.6rem 0 0.8rem 0;
	}
}
@media screen and (max-width:1200px) {
	.technology_text h3 {
		font-size: 0.28rem;
	}
	.technology_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.technology_text h3 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.technology_text {
		width: 100%;
		padding: 0% !important;
	}
	.technology_img {
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.technology_ul li {
		flex-direction: column-reverse !important;
	}
	.technology_text h4 {
        height: unset;
    }
}
@media screen and (max-width:560px) {
	.technology_img {
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:425px) {

}


/* faq */
.faq_bac{
   box-sizing: border-box;
   padding: 0.6rem 0 0.8rem 0;
}
.faq{

}
.faq_ul{
    margin-top: 0.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}
.faq_ul li{
   background-color: #F3F3F3;
   box-sizing: border-box;
   padding: 0.3rem 0.2rem;
   cursor: pointer;
}
.faq_q{
   display: flex;
   align-items: center;
}
.faq_q iconify-icon{
   font-size: 0.25rem;
   color: #222;
   flex-shrink: 0;
   transition: all 0.3s ease;
}
.faq_q p{
   font-size: 0.28rem;
   color: #222;
   box-sizing: border-box;
   padding-left: 0.1rem;
}
.faq_a{
   box-sizing: border-box;
   padding-left: 0.35rem;
   padding-top: 0.15rem;
}
.faq_a h3{
	font-size: 0.2rem;
	line-height: 140%;
	color: #666;
}
.faq_active iconify-icon{
	transform: rotate(90deg);
}



@media screen and (max-width:1440px) {
	.faq_q p {
		font-size: 0.26rem;
	}
	.faq_q iconify-icon {
		font-size: 0.22rem;
	}
	.faq_a{
		padding-left: 0.3rem;
	}
}
@media screen and (max-width:1200px) {
	.faq_q p {
		font-size: 0.24rem;
	}
	.faq_a h3 {
		font-size: 0.18rem;
	}
	.faq_bac {
		padding: 0.6rem 0;
	}

}
@media screen and (max-width:1024px) {
	.faq_q p {
		font-size: 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) {

}



/* case */
.case_bac{
   box-sizing: border-box;
   padding: 0.4rem 0 1rem 0;
}
.case{
   display: flex;
   flex-wrap: wrap;
}
.case_left{
	width: 22.5%;
}
.case_right{
	width: 77.5%;
	box-sizing: border-box;
	padding-left: 3%;
}
.case_ul{
   display: flex;
   gap: 0.3rem 0.15rem;
   flex-wrap: wrap;
}
.case_ul li{
   width: calc((100% - 0.3rem) / 3);
}
.case_ul li a{
   display: block;
   width: 100%;
   box-sizing: border-box;
   padding: 0.2rem 0.2rem 0.25rem 0.2rem;
   border: 1px solid #E5E5E5;
}
.case_img{
   position: relative;
   overflow: hidden;
}
.case_img::after{
   content: '';
   display: block;
   padding-bottom: 80%;
}
.case_img img{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.case_ul li a p{
	font-size: 0.2rem;
	line-height: 0.23rem;
	color: #222;
	font-family: 'bold';
	text-align: center;
	margin-top: 0.15rem;
	transition: all 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 0.46rem;
}
.case_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.case_ul li a:hover p{
	color: var(--i_color);
}




@media screen and (max-width:1440px) {
	.case_ul li a p{
		font-size: 0.18rem;
		line-height: 0.22rem;
		height: 0.44rem;
	}
	.case_bac {
		padding: 0.4rem 0 0.8rem 0;
	}
}
@media screen and (max-width:1200px) {
	.case_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.case_left {
		width: 100%;
	}
	.case_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.case_ul li a p{
		font-size: 0.16rem;
		line-height: 0.2rem;
		height: 0.4rem;
	}
	.case_ul li {
		width: calc((100% - 0.15rem) / 2);
	}
	.case_ul li a {
		padding: 0.15rem 0.15rem 0.2rem 0.15rem;
	}
}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

}


/* sections_rela */
.sections_rela_bac{
	box-sizing: border-box;
	padding-bottom: 0.8rem;
}
.sections_rela{

}
.general_list{

}
.general_list_ul{
   display: flex;
   gap: 0.7rem;
   border-bottom: 1px solid rgba(34,34,34,0.2);
   justify-content: center;
   box-sizing: border-box;
   padding-top: 0.6rem;
}
.general_list_ul li{

}
.general_list_ul li a{
	font-size: 0.2rem;
	color: #666;
	font-weight: bold;
	text-transform: capitalize;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
	display: inline-block;
	position: relative;
	transition: all 0.3s ease;
}
.general_list_ul li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0.02rem;
	background-color: var(--i_color);
	transition: all 0.3s ease;
}
.general_list_ul li a:hover,
.general_list_ul li.current a{
	color: var(--i_color) !important;
}
.general_list_ul li a:hover::after,
.general_list_ul li.current a::after{
	width: 100% !important;
	right: auto !important;
	left: 0 !important;
}




@media screen and (max-width:1440px){
	.general_list_ul li a {
		font-size: 0.18rem;
	}
	.general_list_ul{
		gap: 0.6rem;
	}
}
@media screen and (max-width:1200px){
	.general_list_ul li a {
		font-size: 0.16rem;
		padding-bottom: 0.15rem;
	}
	.general_list_ul{
		gap: 0.5rem;
	}
}
@media screen and (max-width:1024px){
	.general_list_ul{
		gap: 0.4rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){
	.general_list_ul li a {
		font-size: 0.14rem;
		padding-bottom: 0.1rem;
	}
	.general_list_ul{
		gap: 0.25rem;
	}
	.general_list_ul {
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:425px){

}


/* news */
.news_bac{
   box-sizing: border-box;
   padding: 0.4rem 0 0.8rem 0;
}
.news{

}
.news_ul{
   display: flex;
   flex-direction: column;
   gap: 0.4rem;
   width: 100%;
}
.news_ul li{

}
.news_ul li a{
   display: flex;
   width: 100%;
   gap: 0.4rem;
   align-items: center;
   border-bottom: 1px solid #E5E5E5;
   box-sizing: border-box;
   padding-bottom: 0.4rem;
   position: relative;
   transition: all 0.3s ease;
}
.news_ul li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
    width: 0%;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.7s ease;
}
.news_data{
	flex-shrink: 0;
}
.news_data h3{
   font-size: 0.28rem;
   color: #222;
   font-family: 'bold';
}
.news_data h4{
   font-size: 0.24rem;
   color: #222;
   white-space:nowrap;
}
.news_img{
   width: 20%;
   position: relative;
   overflow: hidden;
   flex-shrink: 0;
}
.news_img::after{
   content: '';
   display: block;
   padding-bottom: 78.125%;
}
.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{
	flex: 1 1 0;      /* ① 占满剩余空间，且允许压缩到 0 */
	min-width: 0;     /* ② 关键：覆盖默认 min-content，允许比文字还窄 */
}
.news_text h5{
   font-size: 0.3rem;
   color: #222;
   font-weight: bold;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.news_text h6{
   font-size: 0.18rem;
   color: #666;
   line-height: 140%;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   margin: 0.2rem 0;
}
.news_ul li a:hover h5{
	color: var(--i_color);
}
.news_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.news_ul li a:hover{
	border-bottom: 1px solid transparent;
}
.news_ul li a:hover::after{
    width: 100%;
	right: auto;
	left: 0;
}


@media screen and (max-width:1440px) {
	.news_text h5{
		font-size: 0.28rem;
	}
	.news_text h6{
		font-size: 0.16rem;
		-webkit-line-clamp: 3;
		margin: 0.15rem 0;
	}
	.news_data h3 {
		font-size: 0.26rem;
	}
	.news_data h4 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px) {
	.news_text h5{
		font-size: 0.26rem;
	}
	.news_data h3 {
		font-size: 0.24rem;
	}
	.news_data h4 {
		font-size: 0.2rem;
	}
	.news_text h6 {
        -webkit-line-clamp: 2;
    }
	.news_ul li a {
		gap: 0.3rem;
	}
	.news_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.news_text h5{
		font-size: 0.24rem;
	}
	.news_data h3 {
		font-size: 0.22rem;
	}
	.news_data h4 {
		font-size: 0.18rem;
	}
	.news_ul li a {
		gap: 0.2rem;
	}
}
@media screen and (max-width:960px) {
	.news_text h5{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:767px) {
	.news_text h5{
		font-size: 0.2rem;
	}
	.news_data h3 {
		font-size: 0.2rem;
	}
	.news_data h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px) {
	.news_text{
		width: 100%;
	}
	.news_ul li a{
		flex-wrap: wrap;
	}
	.news_text {
		flex: unset;
	}
	.news_img {
		width: 100%;
	}
	.news_data{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (max-width:425px) {

}







/* 感谢页面 */
.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }
.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}
.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}



.btns {
	height: 4em;
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0px solid black;
	cursor: pointer;
  }
  .btns:hover p{
	  color: var(--i_color);
  }
  .wrapperss {
	height: 2em;
	width: 8em;
	position: relative;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.thanks  .text {
	font-size: 17px;
	z-index: 1;
	color: #000;
	padding: 4px 12px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
  }

  .flower {
	display: grid;
	grid-template-columns: 1em 1em;
	position: absolute;
	transition: grid-template-columns 0.8s ease;
  }

  .flower1 {
	top: -12px;
	left: -13px;
	transform: rotate(5deg);
  }

  .flower2 {
	bottom: -5px;
	left: 8px;
	transform: rotate(35deg);
  }

  .flower3 {
	bottom: -15px;
	transform: rotate(0deg);
  }

  .flower4 {
	top: -14px;
	transform: rotate(15deg);
  }

  .flower5 {
	right: 11px;
	top: -3px;
	transform: rotate(25deg);
  }

  .flower6 {
	right: -15px;
	bottom: -15px;
	transform: rotate(30deg);
  }

  .petal {
	height: 1em;
	width: 1em;
	border-radius: 40% 70% / 7% 90%;
	background: linear-gradient(var(--i_color), #e8ffb3);
	border: 0.5px solid #ffffff;

	z-index: 0;
	transition: width 0.8s ease, height 0.8s ease;
  }

  .two {
	transform: rotate(90deg);
  }

  .three {
	transform: rotate(270deg);
  }

  .four {
	transform: rotate(180deg);
  }

  .btns:hover .petal {
	background: linear-gradient(#E870A5, #FFEFF6);
	border: 0.5px solid #FFEFF6;

  }

  .btns:hover .flower {
	grid-template-columns: 1.5em 1.5em;
  }

  .btns:hover .flower .petal {
	width: 1.5em;
	height: 1.5em;
  }

  .btns:hover .text {
	background: rgba(255, 255, 255, 0.4);
  }

  .btns:hover div.flower1 {
	animation: 15s linear 0s normal none infinite running flower1;
  }

  @keyframes flower1 {
	0% {
	  transform: rotate(5deg);
	}

	100% {
	  transform: rotate(365deg);
	}
  }

  .btns:hover div.flower2 {
	animation: 13s linear 1s normal none infinite running flower2;
  }

  @keyframes flower2 {
	0% {
	  transform: rotate(35deg);
	}

	100% {
	  transform: rotate(-325deg);
	}
  }

  .btns:hover div.flower3 {
	animation: 16s linear 1s normal none infinite running flower3;
  }

  @keyframes flower3 {
	0% {
	  transform: rotate(0deg);
	}

	100% {
	  transform: rotate(360deg);
	}
  }

  .btns:hover div.flower4 {
	animation: 17s linear 1s normal none infinite running flower4;
  }

  @keyframes flower4 {
	0% {
	  transform: rotate(15deg);
	}

	100% {
	  transform: rotate(375deg);
	}
  }

  .btns:hover div.flower5 {
	animation: 20s linear 1s normal none infinite running flower5;
  }

  @keyframes flower5 {
	0% {
	  transform: rotate(25deg);
	}

	100% {
	  transform: rotate(-335deg);
	}
  }

  .btns:hover div.flower6 {
	animation: 15s linear 1s normal none infinite running flower6;
  }

  @keyframes flower6 {
	0% {
	  transform: rotate(30deg);
	}

	100% {
	  transform: rotate(390deg);
	}
  }



















@media screen and (max-width:1200px){
	.thanks{padding-top: 60px;}

}
@media screen and (max-width:767px){
	.thanks{padding-top: 40px;margin:0px auto 70px}

}
@media screen and (max-width:560px){

}






/* 404 */
.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}
.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}
.in404_text h1{font-size:220px; color:#BBB}
.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}
.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}

@media screen and (max-width:959px){
.in404_text h1{font-size:180px}
}
@media screen and (max-width:767px){
	.in404_text h1{font-size:140px}
	.in404_text h6{font-size:16px}
	.in404_text a{font-size:14px}
}
@media screen and (max-width:560px){
	.in404_text h1{font-size:70px}
	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}
	.in404_text a{font-size:13px}
}

/* 隐私政策 */
.privacy{margin-bottom: 100px;padding-top: 70px;}
#header{background-color: rgb(0 0 0 / 57%) !important;}
.privacy_cont{}
.privacy_cont .tit{margin-bottom:30px}
.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}
.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){
	.privacy{margin-bottom: 50px;}
}
@media screen and (max-width:959px){
	.privacy{margin-bottom: 30px;}
}



/* tag */

.tag{
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.tag>h2{
	font-size: 0.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.tag .products_all_right{
	width: 100%;
}
.tag>p{
	font-size: 0.2rem;
	color: #333;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}
.tag_list{

}
.tag_list .products_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: 99999999999999;}
.contactMenuBtn{width: 100%;display:-webkit-flex; display:flex; flex-wrap:nowrap;position: relative;z-index: 3;}
.contactMenuBtn dt{width: 100%;text-align: center;cursor: pointer;}
.contactMenuBtn dt a,.contactMenuBtn dt p{display: block; padding: 8px 10px;color: #FFF;}
.contactMenuBtnWA{display: none;background: #0ABA28;}
.contactMenuBtnForms{background: var(--i_color);}

.contactMenu_Forms{
	display: none;
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	width: 100%;
	box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);
	z-index: 999;
}
.contactMenu_FormsTit{padding: 8px 50px; text-align: center; background: var(--i_color); cursor: pointer;position: relative;}
.contactMenu_FormsTit p{color: #FFF;}
.contactMenu_FormsTit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}
.contactMenu_FormsTit.active iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}
.contactMenu_Forms>span{display: block; padding: 24px; background: #FFF;}

#wpforms-12{
	--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-12{margin:0;padding:0;}
#wpforms-form-12{width:100%;position:relative;}

#wpforms-12 .wpforms-field-container{}
#wpforms-12 .wpforms-field-container>.wpforms-field{
	width: 100%;
	padding: 0 1px 5px;
	margin: 0 0 6px;
	overflow-x:initial !important;
	position: relative;
}

#wpforms-12 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-12 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;}

#wpforms-12 .wpforms-field-container .wpforms-field>input,
#wpforms-12 .wpforms-field-container textarea{
	border: 1px solid #CCC;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-sizing: border-box;
	padding: 0.05rem 0;
}
#wpforms-12 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}

#wpforms-12 .wpforms-field-container .wpforms-field>input,
#wpforms-12 .wpforms-field-container textarea,
#wpforms-12 .wpforms-field-container select,
#wpforms-12 .wpforms-field-container .choices
{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}
#wpforms-12 .wpforms-field-container .wpforms-field>input,
#wpforms-12 .wpforms-field-container textarea,
#wpforms-12 .wpforms-field-container select
{padding-left: 14px;padding-right: 14px;}
#wpforms-12 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}
#wpforms-12 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
#wpforms-12 .wpforms-field-container select{cursor: pointer;}
#wpforms-12 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}
#wpforms-12 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}
#wpforms-12 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}
#wpforms-12 .wpforms-field-container em.wpforms-error,#wpforms-12 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}

#wpforms-12 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-12 .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-12 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-12 .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-42 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-42 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-42 {
	width: 100%;
	overflow: hidden
}
#wpforms-42 input,
#wpforms-42 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-42 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-42 .wpforms-error-container {
	line-height: 16px
}
#wpforms-42 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-42 .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-42 .wpforms-field-label {
	font-size: 0
}
#wpforms-42 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-42 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-42 input {
	height: var(--input_height)
}
#wpforms-42 textarea {
	min-height: 100px
}
#wpforms-42 input,
#wpforms-42 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-42 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 #wpforms-42-field_1-error,
#wpforms-42 #wpforms-42-field_2-error,
#wpforms-42 #wpforms-42-field_3-error,
#wpforms-42 #wpforms-42-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-42 .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-42 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-42 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-42 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-42 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-42 .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-42 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-42 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h1 {
		font-size: 0.24rem;
	}

}


.form_hide{
	display: none !important;
}



















/* @media screen and (max-width:1440px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {

}
@media screen and (max-width:560px) {

}
@media screen and (max-width:425px) {

} */



