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

.wrap {
	width: 72.92%;
	margin-left: auto;
	margin-right: auto;
	max-width: 14rem;
}

.wrap_top {
	width: 88%;
	margin: 0 auto
}
.wrap_left{
	padding-left: 13.54%;
	box-sizing: border-box;
}
.wrap_right{
	padding-right: 13.54%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 88%
	}
	.wrap_left{padding-left: 6%;}
	.wrap_right{padding-right: 6%;}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 92%
	}
	.wrap_left{padding-left: 4%;}
	.wrap_right{padding-right: 4%;}
}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@media screen and (max-width:1024px) {
	.wrap {
		width: 94%
	}
	.wrap_left{padding-left: 3%;}
	.wrap_right{padding-right: 3%;}
	.wrap_top {
		position: initial;
	}
}


:root {
	--i_color: #00A0E3;
	/* 全局颜色 */
	--i_color2: #F04D2B;
	/* 副颜色 */
	--i_color3: #200C5D;
	--header_height: 1rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
}

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

@font-face {
	font-family: 'Montserrat';
	src: url('https://lingju.global/fonts/Montserrat-Regular.woff2');
	font-weight: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('https://lingju.global/fonts/Montserrat-Bold.woff2');
	font-weight: bold;
}

@font-face {
	font-family: 'med';
	src: url('static/webfonts/Montserrat-Medium-7.otf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Montserrat-Bold-3.otf');
}

body{
	font-family: 'Montserrat','Arial',sans-serif;
}




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

	.wrap{
		max-width: 1400px;
		margin: 0 auto;
	}
	header{
		width: 100%;
		margin-inline: auto;
	}
	main,footer{
		width: 100%;
		/* max-width: 1920px; */
		margin-inline: auto;
	}
	body {
       background-color: #FFF;
	}
}




/* header */
header {
	position: fixed;
	top: 0.15rem;
	left: 0;
	width: 100%;
	z-index: 2014;
}
header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: var(--border_color);
	z-index: 2014;
}

.top_cont {
	position: relative;
	z-index: 2013;
}
.top_cont::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.TopHeader .top_cont::after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	.top_cont {
		background: #fff !important;
	}
}
@media screen and (min-width:1024px){
	.TopHeader .top_cont{
		box-sizing: border-box;
		background-color: #fff;
	}
	.TopHeader .top_cont .i_nav>li>a{
		color: #333;
	}
	.TopHeader .top_cont .top_r iconify-icon{
		color: #333;
	}
	.TopHeader .top_cont .top_language_all p{
		color: #333;
	}
	.TopHeader .top_cont .top_search_ico::after {
		background-color: rgba(51, 51, 51, 0.3);
	}
	header.TopHeader{
		top: 0rem;
	}
	.TopHeader .top_search.on {
		top: var(--header_height);
	}
	header.TopHeader .logo img{
		filter:unset;
	}
}


/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100%;
}
.logo img {
	height: 0.44rem;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

@media screen and (max-width:1440px) {
	.logo img {
		height: 0.4rem;
	}

}
@media screen and (max-width:1024px) {
	.logo img {
		max-height: 94%;
		filter: unset;
	    -webkit-filter: unset;
	}


}

@media screen and (max-width:767px){
	.logo img {
		height: 0.35rem;
	}
}



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

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

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

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

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

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

	.i_nav .sub-menu a {
		display: block;
		padding: 0 .8rem 0 .2rem;
		font-size: 0.15rem;
		color: #444;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu a::before {
		content: "\f324";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		font-size: 0.14rem;
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu li:hover a {
		left: .16rem;
	}
	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover a::before {
		left: 0;
	}
	.i_nav .sub-menu li,
	.i_nav .sub-menu li::after,
	.i_nav .sub-menu a,
	.i_nav .sub-menu a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

}

@media screen and (max-width:1440px) {
	.i_nav>li {
		margin: 0 .2rem;
	}
}
@media screen and (max-width:1366px) {
	.i_nav>li {
		margin: 0 .16rem;
	}
	.i_nav>li>a {
		font-size: 0.15rem;
	}
}
@media screen and (max-width:1200px) {
	.i_nav>li {
		margin: 0 .14rem;
	}
	.i_nav>li>a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top: var(--header_height);
		left: 0;
		width: 100%;
		width: 100vw;
		max-height: calc(100vh - var(--header_height));
		background: #FFF;
		overflow-y: auto;
		z-index: 2
	}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

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

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

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

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

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

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

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

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {}






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


.nav_menu.on i {
	opacity: 0
}

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

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

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

}


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



.top_email{

}
.top_email a{
    display: block;
	margin-right: 0.2rem;
}
.top_email a iconify-icon{
	font-size: var(--size);
	color: #333;
	transition: all 0.3s ease;
}

.top_email a iconify-icon:hover{
	color: var(--i_color);
}





.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	margin-right: 0.2rem;
	position: relative;
}
.top_search_ico i{
	display: block;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.top_search_ico::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -0.2rem;
	transform: translate(0,-50%);
	width: 0.01rem;
	height: 0.2rem;
	background-color: rgba(255,255,255,0.3);
	transition: all 0.3s ease;
}
.top_search_ico iconify-icon {
	font-size: var(--size);
	cursor: pointer;
	color: #fff;
	transition: all 0.3s ease;
}
.top_search_ico.on iconify-icon {
	color: var(--i_color) !important;
}


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	position: relative;
}
.top_language_all{
   display: inline-block;
   height: 0.46rem;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0 0.2rem;
   cursor: pointer;
   gap: 0.1rem;
}
.top_language_all p{
   font-size: 0.18rem;
   color: #fff;
   transition: all 0.3s ease;
   font-family: 'med';
}
.top_language_all iconify-icon{
	font-size: var(--size);
	cursor: pointer;
	color: #fff;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language_san{
	font-size: 0.14rem !important;
}



.top_language.on p{
	color: var(--i_color) !important;
}
.top_language.on iconify-icon {
	color: var(--i_color) !important;
}



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

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

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

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


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

}






.top_language,
.top_language>iconify-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language {
		margin-left:  .2rem;
	}
	.top_language_all p {
		font-size: 0.16rem;
		color: #333;
	}
	.top_language_all iconify-icon{
		color: #333;
	}
	.top_search_ico iconify-icon {
		color: #333;
	}
	.top_search_ico::after {
		background-color: rgba(51, 51, 51, 0.3);
	}
	.top_search.on {
		top: calc(var(--header_height)) !important;
	}

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


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



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






/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	position: fixed;
	top: 1.5rem;
	opacity: 0;
	visibility: hidden;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {
	top: calc(var(--header_height) + 0.3rem);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
	visibility: visible;
	opacity: 1;
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	border-radius: 0;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
	border-radius: 0;
}

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

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




/* 导航下拉 */
/* products */
@media screen and (min-width:1025px) {
    .xiala{
		position: fixed;
		top: calc(var(--header_height) + 0.3rem);
		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 var(--i_color);
		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);
	}
	.TopHeader .xiala{
		top: calc(var(--header_height));
	}
    .products_drop_ul{
        display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		gap: 0.4rem;
	}
	.products_drop_ul li{
        width: calc((100% - 2.4rem) / 7);
	}
	.products_drop_ul li a{
		display: block;
		width: 100%;
	}
	.products_drop_img{
        position: relative;
		overflow: hidden;
	}
	.products_drop_img::after{
        content: '';
		display: block;
		padding-bottom: 100%;
	}
	.products_drop_img img{
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.products_drop_ul li p{
		font-size: 0.16rem;
		color: #222;
		font-family: 'med';
		text-transform: capitalize;
		text-align: center;
		margin-top: 0.2rem;
		transition: all 0.3s ease;
	}
	.products_drop_ul li a:hover p{
		color: var(--i_color);
	}
    .products_nav ul,
	.solutions_nav ul{
		display: none !important;
	}
    .solution_drop{

	}
    .solution_drop_ul{
       display: flex;
	   display: -webkit-flex;
	   gap: 0.4rem 0.7rem;
	   justify-content: center;
	   flex-wrap: wrap;
	}
	.solution_drop_ul li{
       width: 2.2rem;

	}
	.solution_drop_ul li a{
       display: block;
	   width: 100%;
	}
	.solution_drop_img{
       position: relative;
	   overflow: hidden;
	   border-radius: 0.15rem;
	}
	.solution_drop_img::after{
       content: '';
	   display: block;
	   padding-bottom: 100%;
	}
	.solution_drop_img img{
       position: absolute;
	   top: 50%;
	   left: 50%;
       transform: translate(-50%,-50%);
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
	}
	.solution_drop_ul li a p{
       font-size: 0.16rem;
	   line-height: 0.24rem;
	   color: #333;
	   font-family: 'med';
	   text-align: center;
	   text-transform: capitalize;
	   margin-top: 0.2rem;
	   transition: all 0.3s ease;
	}
	.solution_drop_ul li a:hover p{
		color: var(--i_color);
	}


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

	}
	@media screen and (max-width:1600px){
		.products_drop_ul{
			gap: 0.2rem;
		}
		.products_drop_ul li{
			width: calc((100% - 1.2rem) / 7);
		}
		.products_drop_ul li p {
			font-size: 0.14rem;
			margin-top: 0.15rem;
		}
	}
	@media screen and (max-width:1440px){

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

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

	}

}

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



.top_phone{
   display: inline-block;
   box-sizing: border-box;
   padding: 0 0.4rem;
   background-color: var(--i_color2);

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



@media screen and (max-width:1440px){
	.top_phone a iconify-icon{
		font-size: 0.22rem;
	}
	.top_phone a p{
		font-size: 0.18rem;
	}
	.top_phone{
		padding: 0 0.35rem;
	}
}
@media screen and (max-width:1366px){

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

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

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

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

}



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


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


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

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


@media screen and (max-width:1200px) {
	.banner {
		position: relative;
		top: initial;
		height: auto;
		-webkit-border-radius: 0 0;
		border-radius: 0 0;
	}
	.banner .swiper-slide {
		padding-bottom: 49%
	}

	.banner-button-prev,
	.banner-button-next {
		display: none
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.6rem;
	}
}
@media screen and (max-width:1024px) {
	.banner {
		margin-top: var(--header_height);
	}
}
@media screen and (max-width:768px) {

	.banner-pagination {
		bottom: 0.3rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.5rem;
	}
}
@media screen and (max-width:560px) {
	.banner-pagination {
		bottom: 0.2rem;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 0.4rem;
	}
}






.fullMask {
	width: 100%;
	height: 100vh;
}

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

main {
    position: relative;
    background: #FFF;
    max-width: 100%;
	overflow: hidden;
}
.about_main{
	overflow: visible;
}
footer {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-color: white;
}

/* banner 文字 */
.banner_text1{
   position: absolute;
   top: 33%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 50%;
}
.banner_text1 h3{
   font-size: 0.5rem;
   color: #fff;
   line-height: 140%;
   text-align: center;
   font-family: 'bold';
}
.banner_text1 h4{
   font-size: 0.2rem;
   color: #fff;
   text-align: center;
   margin: 0.2rem 0 0.3rem 0;
}



@media screen and (max-width:1440px){
	.banner_text1 h3 {
		font-size: 0.45rem;
	}
	.banner_text1{
		width: 60%;
	}
	.banner_text1 h4 {
		font-size: 0.18rem;
		margin: 0.1rem 0 0.2rem 0;
	}
}
@media screen and (max-width:1200px){
	.banner_text1 h3 {
		font-size: 0.4rem;
	}
	.banner_text1{
		width: 70%;
	}
	.banner_text1 h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
	.banner_text1 h3 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:960px){
	.banner_text1 h3 {
		font-size: 0.3rem;
	}
	.banner_text1{
		width: 80%;
	}
}
@media screen and (max-width:767px){
	.banner_text1 h3 {
		font-size: 0.25rem;
	}
	.banner_text1{
		width: 94%;
	}
}
@media screen and (max-width:560px){
	.banner_text1 h4{
		display: none;
	}
	.banner_text1 h3 {
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.banner_text1 {
		top: 42%;
		width: 80%;
	}
}
@media screen and (max-width:425px){

}






/* btn_home */
.btn_home{
    flex-shrink: 0;
}
.btn_home_center{
	display: flex;
	justify-content: center;
}
.btn_home_right{
	display: flex;
	justify-content: flex-end;
}
.btn_home_a{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.12rem 0.25rem;
   border-radius: 2rem;
   background-color: var(--i_color);
   z-index: 2;
   position: relative;
   overflow: hidden;
   transition: all 0.3s ease;
}
.btn_home_a::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 2rem;
	background-color: #333;
	transition: all 0.7s ease;
	z-index: -1;
}
.btn_home_flex{
   display: flex;
   align-items: center;
   gap: 0.1rem;
}
.btn_home_flex p{
  font-size: 0.18rem;
  color: #fff;
  text-transform: capitalize;
}
.btn_home_flex i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.24rem;
   height: 0.24rem;
   border-radius: 50%;
   background-color: #fff;
   transition: all 0.3s ease;

}
.btn_home_flex i iconify-icon{
   font-size: 0.15rem;
   color: var(--i_color);
   transition: all 0.3s ease;
}


.btn_home_a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}



/* btn_home_bule */
.btn_home_bule .btn_home_a{
	border: 1px solid var(--i_color);
	background: transparent;
}
.btn_home_bule .btn_home_a::after{
	background: var(--i_color);
}
.btn_home_bule .btn_home_a p{
   color: var(--i_color) ;
}
.btn_home_bule .btn_home_a i{
   background-color: var(--i_color);
}
.btn_home_bule .btn_home_a i iconify-icon{
	color: #fff;
}


.btn_home_bule .btn_home_a:hover p{
   color: #fff;
}
.btn_home_bule .btn_home_a:hover i{
	background-color: #fff;
}
.btn_home_bule .btn_home_a:hover i iconify-icon{
   color: var(--i_color);
}


/* btn_home_white */
.btn_home_white .btn_home_a{
   background-color: #fff;
}
.btn_home_white .btn_home_a p{
	color: var(--i_color) ;
}
.btn_home_white .btn_home_a i{
	background-color: var(--i_color);
}
.btn_home_white .btn_home_a i iconify-icon{
	color: #fff;
}


.btn_home_white .btn_home_a:hover p{
   color: #fff;
}
.btn_home_white .btn_home_a:hover i{
	background-color: #fff;
}
.btn_home_white .btn_home_a:hover i iconify-icon{
   color: var(--i_color);
}




@media screen and (max-width:1440px){
	.btn_home_flex p {
		font-size: 0.16rem;
	}
	.btn_home_a{
		padding: 0.12rem 0.2rem;
	}
	.btn_home_flex i{
		width: 0.2rem;
		height: 0.2rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.btn_home_flex p {
		font-size: 0.14rem;
	}
	.btn_home_a{
		padding: 0.1rem 0.15rem;
	}
}
@media screen and (max-width:560px){

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

}



/* home_products */
.home_products_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.home_products_bac::after{
	content: '';
	position: absolute;
	bottom: -36%;
    right: -12%;
	width: 45.83%;
	aspect-ratio: 1 / 1;
	background: #CCE5F1;
	filter: blur(300px);
	border-radius: 50%;
	z-index: -1;
	opacity: 0.9;
}
.home_products{

}

.home_products_list{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.3rem;
   border-bottom: 1px solid #E5E5E5;
   box-sizing: border-box;
   padding-bottom: 0.25rem;
}
.home_products_list li{
   width: 25%;
   box-sizing: border-box;
   padding: 0.1rem 2%;
   position: relative;
   font-size: 0.2rem;
   text-align: center;
   color: #333;
   font-weight: bold;
   transition: all 0.3s ease;
   cursor: pointer;
}
.home_products_list li:not(:last-child):after{
   content: '';
   position: absolute;
   width: 1px;
   height: 0.24rem;
   background-color: rgba(51, 51, 51, 0.4);
   right: 0;
   top: 50%;
   transform: translateY(-50%);
}
.home_products_list li::before{
   position: absolute;
   content: '';
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 0;
   height: 0.02rem;
   background-color: var(--i_color);
   transition: all 0.5s ease;
}
.home_products_list li.current::before{
	width: 1.2rem;
}
.home_products_list li.current{
	color: var(--i_color);
}
.home_products_dl{
	margin-top: 0.3rem;
}
.home_products_ul{
   display: flex;
   gap: 0.25rem;

}
.home_products_ul li{
   width: calc((100% - 0.75rem) / 4);
}
.home_products_ul li a{
   display: block;
   border-radius: 0.1rem;
   box-sizing: border-box;
   padding: 0.1rem 0.1rem 0.25rem 0.1rem;
   border: 1px solid #E5E5E5;
   overflow: hidden;
   background-color: #fff;
   transition: all 0.3s ease;
}
.home_products_img{
   position: relative;
   overflow: hidden;
   width: 100%;
}
.home_products_img::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.home_products_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home_products_img h4{
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.3);
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.5s ease;
}
.home_products_img h4 i{
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   background-color: #fff;
   width: 0.48rem;
   height: 0.48rem;

}
.home_products_img h4 i iconify-icon{
   font-size: 0.15rem;
   color: var(--i_color);
}

.home_products_ul li a h3{
	font-size: 0.2rem;
	line-height: 130%;
	color: #333;
	font-family: 'med';
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 0.2rem;
	transition: all 0.3s ease;
}
.home_products_ul li a:hover{
	border: 1px solid var(--i_color);
}
.home_products_ul li a:hover h3{
	color: var(--i_color);
}
.home_products_ul li a:hover h4{
	top: 0;
}




@media screen and (max-width:1440px){
	.home_products_list li {
		font-size: 0.18rem;
	}
	.home_products_ul li a h3 {
		font-size: 0.18rem;
	}
	.home_products_ul {
		gap: 0.2rem;
		flex-wrap: wrap;
	}
	.home_products_ul li {
		width: calc((100% - 0.6rem) / 4);
	}
}
@media screen and (max-width:1200px){
	.home_products_list li {
		font-size: 0.16rem;
	}
	.home_products_ul li a h3 {
		font-size: 0.16rem;
	}
	.home_products_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.home_products_list li {
		width: 50%;
	}
	.home_products_list li:after {
		content: '';
		position: absolute;
		width: 1px;
		height: 0.24rem;
		background-color: rgba(51, 51, 51, 0.4);
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.home_products_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){
	.home_products_list {
		margin-top: 0.2rem;
		padding-bottom: 0.2rem;
	}
}
@media screen and (max-width:425px){

}


/* title */
.title_box{
  display: flex;
  gap: 0.2rem 0.8rem;
  align-items: center;
}
.title{

}
.title p{
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}
.title_30 p{
	font-size: 0.3rem;
}
.title span{
  font-size: 0.18rem;
  line-height: 166%;
  color: #555;
  display: block;
  margin-top: 0.2rem;

}
.title span a{
	color: var(--i_color);
	font-size: 0.18rem;
    line-height: 166%;
}
.title_center p,
.title_center span{
	text-align: center;
}
.title_right p,
.title_right span{
	text-align: right;
}



@media screen and (max-width:1440px){
	.title p{
		font-size: 0.35rem;
	}
	.title span{
		font-size: 0.16rem;
		margin-top: 0.15rem;
	}
	.title_box{
		gap: 0.2rem 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.title p{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.title p{
		font-size: 0.25rem;
	}
	.title_box{
		gap: 0.2rem;
		flex-wrap: wrap;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.title span{
		font-size: 0.14rem;
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:560px){

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

}




/* home_about */
.home_about_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   overflow: hidden;
}
.home_about{
   position: relative;
   z-index: 2;
}
.home_about_box{
	display: flex;
	flex-wrap: wrap;
}
.home_about_left{
	width: 40%;
}
.home_about_right{
	width: 60%;
	box-sizing: border-box;
	padding-left: 5%;
}
.home_about_right h3{
    font-size: 0.18rem;
	color: #333;
	line-height: 166%;
	margin-bottom: 0.4rem;
}
.home_about_btn{
   margin-top: 0.3rem;
}
.home_about_btn a{
   display: inline-block;

}
.home_about_p{
   display: flex;
   align-items: center;
   gap: 0.15rem;
}
.home_about_btn a p{
   font-size: 0.18rem;
   text-transform: capitalize;
   color: var(--i_color);
   border-bottom: 1px solid var(--i_color);
}
.home_about_btn a iconify-icon{
   font-size: 0.25rem;
   color: var(--i_color);
}




.home_about_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem;
   margin-top: 0.8rem;
   overflow: hidden;
}
.home_about_ul li{
    position: relative;

}
.home_about_ul li:nth-child(1){
   width: 68.8%;
}
.home_about_ul li:nth-child(2){
   width: calc(31.2% - 0.2rem);
}
.home_about_ul li a{
	display: block;
	width: 100%;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
}
.home_about_ul li img{
   width: 100%;
   height: 5rem;
   object-fit: cover;
   display: block;
}
.home_about_text{
   position: absolute;
   bottom: 0;
   left: 0;
   box-sizing: border-box;
   padding: 0.25rem 4%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   background: rgba(0, 0, 0, .3);
   transition: all 0.3s ease;
}
.home_about_text p{
   font-size: 0.2rem;
   color: #fff;
   width: calc(100% - 0.25rem);
   box-sizing: border-box;
   padding-right: 0.2rem;
   font-weight: bold;
   text-transform: capitalize;
}
.home_about_text i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.24rem;
	height: 0.24rem;
	background-color: #fff;
	border-radius: 50%;
}
.home_about_text iconify-icon{
   font-size: 0.15rem;
   color: var(--i_color);
}

.home_about_ul li a:hover .home_about_text{
	background: rgba(0,160,227,0.4);
}


.home_about_video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 8;
}

.home_about_video i{
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	position: relative;
	cursor: pointer;
	background: url('static/imgs/video.png') center no-repeat;
	background-size: contain;
	cursor: pointer;
	z-index: 5;
}

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

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

@keyframes serv_one_border {
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform:translate(-50%,-50%) scale(1.5);
		-ms-transform:translate(-50%,-50%) scale(1.5);
		-o-transform:translate(-50%,-50%) scale(1.5);
		-webkit-transform:translate(-50%,-50%) scale(1.5);
		-moz-transform:translate(-50%,-50%) scale(1.5);
	}
}
.home_about_i{
	position: absolute !important;
	width: 4.92rem;
	height: 2.76rem;
	margin-top: 9%;
    margin-left: 0%;
	background: url('static/imgs/home_about_bac.png') center no-repeat;
	background-size: contain;
	z-index: -1;
}



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

}
@media screen and (max-width:1200px) {
	.home_about_right h3 {
		font-size: 0.16rem;
	}
	.home_about_btn a p {
		font-size: 0.16rem;
	}
	.home_about_btn a iconify-icon {
		font-size: 0.22rem;
	}
	.home_about_btn {
		margin-top: 0.2rem;
	}
	.home_about_ul {
		margin-top: 0.6rem;
	}
	.home_about_bac {
		padding: 0.6rem 0;
	}
	.home_about_ul li img {
		height: 4.5rem;
	}
	.home_about_text p {
		font-size: 0.22rem;
	}
	.home_about_text {
		padding: 0.2rem 4%;
	}
}
@media screen and (max-width:1024px) {
	.home_about_ul li img {
		height: 4rem;
	}
	.home_about_text p {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:960px) {

}
@media screen and (max-width:767px) {
	.home_about_right h3 {
		font-size: 0.14rem;
		margin-top: 0.1rem;
	}
	.home_about_btn a p {
		font-size: 0.14rem;
	}
	.home_about_btn a iconify-icon {
		font-size: 0.2rem;
	}
	.home_about_ul {
		margin-top: 0.4rem;
	}
	.home_about_video i{
		width: 0.6rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:560px) {
	.home_about_left {
		width: 100%;
	}
	.home_about_right {
		width: 100%;
		padding-left: 0%;
	}
	.home_about_ul li{
		width: 100% !important;
	}
	.home_about_ul li img {
        height: 3.5rem;
    }
}
@media screen and (max-width:425px) {

}
















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

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



/* home_contact */
.home_contact_bac{
	position: relative;
}
.home_contact{

}
.home_contact>img{
	width: 100%;
	height: auto;
	display: block;
}
.home_contact_text{
   position: absolute;
   top: 50%;
   left: 30%;
   transform: translateY(-50%);
   width: 62%;
}
.home_contact_text h3{
   font-size: 0.48rem;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
}
.home_contact_text img{
   width: 1rem;
   height: auto;
   display: block;
   margin-top: 0.2rem;
}
.home_contact_text h4{
   font-size: 0.18rem;
   line-height: 144%;
   color: #fff;
   margin: 0.35rem 0 0.4rem 0;
}



@media screen and (max-width:1440px){
	.home_contact_text img {
		width: 0.8rem;
	}
	.home_contact_text h3 {
		font-size: 0.4rem;
	}
	.home_contact_text h4 {
		font-size: 0.16rem;
		margin: 0.3rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_contact_text img {
		width: 0.6rem;
	}
	.home_contact_text h3 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1024px){
	.home_contact_text h3 {
		font-size: 0.3rem;
	}
	.home_contact_text {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		width: 100%;
	}
	.home_contact_bac{
		background-color: var(--i_color);
		box-sizing: border-box;
		padding: 0.4rem 3%;
	}
	.home_contact>img{
		display: none;
	}
}
@media screen and (max-width:960px){
	.home_contact_text h3 {
		font-size: 0.25rem;
	}
}
@media screen and (max-width:767px){

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

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

}




/* strength */
.strength_bac{
   box-sizing: border-box;
   padding: 0.8rem 0 1.6rem 0;
   background: linear-gradient(-270deg, #E6F7FF 0%, #FFFFFF 32%, #FFFFFF 55%, #FFFFFF 96%);
}
.strength{

}
.strength_box{
   box-sizing: border-box;
   padding-top: 1.4rem;
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   justify-content: space-between;
   box-sizing: border-box;
   padding-right: 5%;
}
.strength_left{
   width: 45%;
}
.strength_ul{
   margin-bottom: 0.5rem;
}
.strength_ul li{

}
.strength_ul li img{
   width: 0.55rem;
   height: 0.55rem;
   object-fit: contain;
}
.strength_ul li h3{
   font-size: 0.3rem;
   color: #222;
   line-height: 120%;
   font-weight: bold;
   margin: 0.4rem 0 0.15rem 0;
}
.strength_ul li h4{
   font-size: 0.18rem;
   line-height: 166%;
   color: #666;
}





.strength_right{

	box-sizing: border-box;
	padding-right: 1.8rem;
	position: relative;
}
.strength_right_dl{
    width: 4.3rem;
}
.strength_right_dl dt{
	position: relative;
	overflow: hidden;
	width: 100%;
	border-radius: 50%;
}
.strength_right_dl dt::after{
	content: '';
	display: block;
	padding-bottom: 100%;
}
.strength_right_dl dt img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.strength_right_box{
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	width: 4.3rem;
}
.strength_right_ul{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 120%;
	height: 120%;
	border-radius: 50%;
	border: 1px dashed rgba(174, 174, 174, 0.8);
}
.strength_right_ul li{
   position: absolute;
   font-size: 0.2rem;
   color: #666666;
   line-height: 150%;
   font-weight: bold;
   text-transform: capitalize;
   transform: translate(-50% ,-50%);
   white-space:nowrap;
   text-align: center;
   box-sizing: border-box;
   text-transform: capitalize;
   cursor: pointer;
}
.strength_right_ul li:nth-child(1){
   top: -0.25rem;
   left: 50%;
   padding-bottom: 0.18rem;
}
.strength_right_ul li:nth-child(2){
	top: 50%;
	right: 0rem;
	transform: translate(100% ,-50%);
	padding-left: 0.18rem;
}
.strength_right_ul li:nth-child(3){
	top: calc(100% + 0.25rem);
    left: 50%;
	padding-top: 0.18rem;
}
.strength_right_ul li:nth-child(4){
	top: 50%;
	left: 0rem;
	transform: translate(-100%, -50%);
	padding-right: 0.18rem;
}

.strength_right_ul li::after{
	content: '';
	display: block;
	position: absolute;
	width: 0.15rem;
	height: 0.15rem;
	border: 0.02rem solid var(--i_color);
	box-sizing: border-box;
    border-radius: 50%;
	background-color: var(--i_color);
}
.strength_right_ul li:nth-child(1)::after{
	top: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.strength_right_ul li:nth-child(2)::after{
	top: 50%;
	left: 0%;
	transform: translate(-50%,-50%);
}
.strength_right_ul li:nth-child(3)::after{
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.strength_right_ul li:nth-child(4)::after{
	top: 50%;
	left: 100%;
	transform: translate(-50%,-50%);
}

.quan{
	width: 125%;
	height: 125%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}
.quan circle{
    fill: none;
    stroke-width: 1;
	transform: rotate(-90deg);
    stroke-dashoffset: 1414.5; /*  偏移 */
    transform-origin: center;
    stroke-dasharray:1886;
	transition: stroke-dashoffset 1s linear; /* 平滑过渡 */
}

.strength_right_ul li.current{
	color: var(--i_color);
}
.strength_right_ul li.current::after{
   background-color: var(--i_color);
}




@media screen and (max-width:1600px){
	.strength_ul li h3 {
		font-size: 0.3rem;
	}
	.strength_right_box,
	.strength_right_dl{
		width: 4rem;
	}
	.strength_right_ul li {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1440px){
	.strength_right_box,
	.strength_right_dl{
		width: 3.5rem;
	}
	.strength_right_ul li {
		font-size: 0.16rem;
	}
	.strength_bac {
		padding: 0.8rem 0 1.4rem 0;
	}
}
@media screen and (max-width:1200px){
	.strength_ul li h3 {
		font-size: 0.25rem;
	}
	.strength_ul li h4 {
		font-size: 0.16rem;
		line-height: 0.3rem;
	}
	.strength_bac {
		padding: 0.8rem 0 1rem 0;
	}
}
@media screen and (max-width:1024px){
	.strength_left{
		width: 100%;
	}
	.strength_box {
		align-items: center;
		flex-direction: column-reverse;
		gap: 1.4rem;
	}
	.strength_right {
		padding-right: 0rem;
	}
	.strength_ul {
		margin-bottom: 0.4rem;
	}
	.strength_bac {
		padding: 0.8rem 0 ;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.strength_right_box,
	.strength_right_dl{
		width: 2.5rem;
	}
	.strength_right_ul li {
		font-size: 0.14rem;
	}
	.strength_ul li h3 {
        font-size: 0.22rem;
    }
	.strength_box {
        gap: 1rem;
    }
	.strength_box {
		padding-top: 1rem;
	}
}
@media screen and (max-width:560px){
	.strength_right_box,
	.strength_right_dl{
		width: 2rem;
	}
	.strength_box {
        gap: 0.8rem;
    }
	.strength_box {
		padding-top: 0.8rem;
	}
	.strength_bac {
        padding: 0.6rem 0;
    }
	.strength_ul li h3 {
		margin: 0.2rem 0 0.15rem 0;
	}
}
@media screen and (max-width:425px){

}


/* home_solutions */
.home_solutions_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.home_solutions{

}


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

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


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

.HS_text{
  background-color: #F4F4F4;
  padding: 0.3rem 0.2rem 0.4rem 0.2rem;
}
.HS_text h3{
  font-size: 0.2rem;
  height: 0.6rem;
  line-height: 0.3rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   transition: all 0.3s ease;
}
.HS_text h4{
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.75rem;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   box-sizing: border-box;
   padding-top: 0.15rem;
   border-top: 1px solid #E5E5E5;
   margin-top: 0.15rem;
}
.HS_btn{
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.2rem;
}
.HS_btn h5{
   font-size: 0.18rem;
   color: #333;
   transition: all 0.3s ease;
}
.HS_btn i{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background-color: #333;
  transition: all 0.3s ease;
}
.HS_btn i iconify-icon{
  font-size: 0.15rem;
  color: #FFF;
  transition: all 0.3s ease;
}


.HS_partner_list li a:hover img{
	width: 110%;
	height: 110%;
}
.HS_partner_list li a:hover h3{
	color: var(--i_color);
}
.HS_partner_list li a:hover h5{
	color: var(--i_color);
}
.HS_partner_list li a:hover i{
	background-color: var(--i_color);
}
/* 指示器 */
.HS_partner .pt-pagination{
	text-align:center;
	margin:0.4rem auto 0
}
.HS_partner .pt-pagination .swiper-pagination-bullet{
	width:0.8rem;
	height:2px;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:rgba(0, 0, 0, 0.2);
	border-radius:2px;
	opacity: 1;
	outline:none
}
.HS_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:var(--i_color);
}

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

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

@media screen and (max-width:1440px){
	.home_solutions_bac {
		padding: 0.8rem 0;
	}
	.HS_partner .pt-pagination .swiper-pagination-bullet{
		width:0.7rem;
	}
	.HS_text h3 {
		font-size: 0.18rem;
		height: 0.5rem;
		line-height: 0.25rem;
	}
	.HS_text h4{
		font-size: 0.16rem;
		line-height: 0.25rem;
		height: 0.65rem;
		padding-top: 0.15rem;
		border-top: 1px solid #E5E5E5;
		margin-top: 0.15rem;
	}

}
@media screen and (max-width:1200px){
	.home_solutions_bac {
		padding: 0.6rem 0;
	}
	.HS_partner .pt-pagination .swiper-pagination-bullet{
		width:0.6rem;
	}
	.HS_text {
		padding: 0.25rem 0.15rem 0.3rem 0.15rem;
	}
	.HS_btn h5 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
	.HS_partner .pt-pagination .swiper-pagination-bullet{
		width:0.5rem;
	}
}
@media screen and (max-width:959px){
	.HS_partner .pt-pagination .swiper-pagination-bullet{
		width:0.4rem;
	}
}
@media screen and (max-width:767px){
	.HS_partner .pt-pagination .swiper-pagination-bullet{
		width:0.2rem;
	}
}
@media screen and (max-width:560px){

}



/* brands */
.brands_bac{
   box-sizing: border-box;
   padding-bottom: 1rem;
   overflow: hidden;
}
.brands{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.brands_left{
   width: 38.57%;
   box-sizing: border-box;
   padding-right: 4%;
}
.brands_left .title p{
	color: var(--i_color);
}
.brands_right{
	width: 61.43%;
}
.brands_right img{
	width: 100%;
	height: auto;
	display: block;
}


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

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

}
@media screen and (max-width:767px){
	.brands_left {
		width: 100%;
		padding-right: 0%;
		margin-bottom: 0.4rem;
	}
	.brands_right{
		width: 100%;
	}
}
@media screen and (max-width:560px){

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

}


/* home_we */
.home_we_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background: url('static/imgs/home_we_bac.webp') center no-repeat;
   background-size: cover;
   background-attachment: fixed;
}
.home_we{
   display: flex;
   gap: 0.9rem;
   align-items: center;
}
.home_we img{
   height: 0.7rem;
   flex-shrink: 0;
}
.home_we i{
   display: block;
   width: 2px;
   height: 0.7rem;
   background-color: var(--i_color);
   flex-shrink: 0;
}
.home_we p{
   font-size: 0.3rem;
   line-height: 140%;
   color: var(--i_color);
   text-transform: capitalize;
   font-weight: bold;
}


@media screen and (max-width:1440px){
	.home_we{
		gap: 0.8rem;
	}
	.home_we p{
		font-size: 0.28rem;
	}
	.home_we img {
		height: 0.6rem;
	}
	.home_we_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_we{
		gap: 0.6rem;
	}
	.home_we p{
		font-size: 0.26rem;
	}
	.home_we img {
		height: 0.5rem;
	}
	.home_we_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.home_we{
		gap: 0.5rem;
	}
	.home_we p{
		font-size: 0.24rem;
	}
	.home_we img {
		height: 0.4rem;
	}
}
@media screen and (max-width:960px){
	.home_we{
		gap: 0.4rem;
	}
	.home_we p{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:767px){
	.home_we{
		gap: 0.2rem;
	}
	.home_we p{
		font-size: 0.18rem;
	}
}
@media screen and (max-width:560px){

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

}


/* home_zs */
.home_zs_bac{
   box-sizing: border-box;
   padding: 3rem 0 1.2rem 0;
   background: url('static/imgs/home_zs_bac.webp') center no-repeat;
   background-size: cover;
}
.home_zs{
   display: flex;
   flex-wrap: wrap;
}
.home_zs_left{
	width: 32.86%;
}
.home_zs_right{
	width: 67.14%;
	box-sizing: border-box;
	padding-left: 4%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.home_zs_ul{
   display: flex;
   gap: 1rem;
   justify-content: flex-end;
   margin: 0.4rem 0 1rem 0;
}
.home_zs_ul li{

}
.home_zs_ul li img{
	width: 1.12rem;
	height: auto;
}



/*  */
.zs_partner_box{}

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

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


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

/* 指示器 */
.home_zs_LR .pt-pagination{
    background: rgba(51, 51, 51, .2);
    position: relative;
    width: 100%;
    height: 2px;
}
.home_zs_LR .pt-pagination span{
	background-color: var(--i_color);
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

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


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

@media screen and (max-width:1440px){
	.home_zs_ul {
		gap: 0.8rem;
		margin: 0.4rem 0 0.8rem 0;
	}
	.home_zs_LR {
		margin-top: 0.8rem;
		gap: 0.2rem;
	}
	.home_zs_bac {
		padding: 2.6rem 0 1rem 0;
	}
	.home_zs_ul li img {
		width: 1rem;
	}

}
@media screen and (max-width:1200px){
	.home_zs_ul {
		gap: 0.6rem;
		margin: 0.4rem 0;
	}
	.home_zs_LR {
		margin-top: 0.6rem;
	}
	.home_zs_bac {
		padding: 2.2rem 0 0.8rem 0;
	}
	.home_zs_ul li img {
		width: 0.8rem;
	}
	.home_zs_LR {
		width: 70%;
	}
	.home_zs_LR .pt-button-prev, .home_zs_LR .pt-button-next{
		width:0.4rem;
		height:0.4rem;
	}
}
@media screen and (max-width:1024px){
	.home_zs_LR {
		margin-top: 0.4rem;
	}
	.home_zs_bac {
		padding: 1.8rem 0 0.6rem 0;
	}
	.home_zs_ul li img {
		width: 0.6rem;
	}
}
@media screen and (max-width:959px){

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

}
@media screen and (max-width:560px){
	.home_zs_left {
		width: 80%;
	}
	.home_zs_right{
		width: 100%;
		padding-left: 0;
		margin-top: 0.4rem;
	}
	.home_zs {
		justify-content: center;
	}
	.home_zs_bac {
        padding: 0.6rem 0;
    }
}



/* home_news */
.home_news_bac{
   position: relative;
   z-index: 3;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.HN_img{
	position: absolute;
	z-index: -1;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%,0%);
	width: 36.46%;
	height:auto;
}
.home_news{

}
.home_news_title{

}
.home_news_title h3{
   font-size: 0.6rem;
   color: var(--i_color);
   font-weight: bold;
}
.home_news_title p{
   box-sizing: border-box;
   padding-left: 1.4rem;
   font-size: 0.4rem;
   color: #333;
   font-weight: bold;
   position: relative;
   margin-top: 0.2rem;

}
.home_news_title p::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1.3rem;
	height: 1px;
	background-color: #333;
}
.home_news_title p span{
	font-size: 0.4rem;
	color: var(--i_color);
	font-weight: bold;
}



/*  */
.HN_partner_box{
	margin-top: 0.2rem;
	position: relative;
	z-index: 3;
}


.HN_partner{position:relative}
.HN_partner_list{width:100%; padding:0;padding-top: 0.3rem; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HN_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HN_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HN_partner_list li a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.HN_partner_list .img{width:50%; box-sizing:border-box;z-index: 2; position:relative;}
.HN_partner_list .img:before{content:""; display:block; padding-bottom:71.43%}
.HN_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}
.HN_partner_list .img::after{
	content: '';
	position: absolute;
	top: -0.3rem;
	right: 0;
	width: 2.46rem;
	height: 0.32rem;
    background-color: var(--i_color);
	z-index: -1;
	clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.HN_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}
.HN_text{
   width: 50%;
   box-sizing: border-box;
   padding-right: 4%;
}
.HN_text h3{
   font-size: 0.3rem;
   font-weight: bold;
   color: #333;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   transition: all 0.3s ease;
}
.HN_text h4{
  font-size: 0.18rem;
  line-height: 166%;
  color: #666;
  margin: 0.2rem 0 0.4rem 0;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 5;
}
.HN_text h5{
  font-size: 0.16rem;
  line-height: 166%;
  color: #333;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0.4rem;
}

.HN_partner_list li a:hover h3{
	color: var(--i_color);
}



/* 指示器 */
.HN_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.HN_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	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
}
.HN_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

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

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

@media screen and (max-width:1440px){
	.home_news_title h3 {
		font-size: 0.5rem;
	}
	.home_news_title p{
		font-size: 0.35rem;
	}
	.home_news_title p span{
		font-size: 0.35rem;
	}
	.HN_text h3{
		font-size: 0.28rem;
		-webkit-line-clamp: 2;
	}
	.HN_text h4{
	   font-size: 0.16rem;
	   margin: 0.15rem 0 0.3rem 0;
		-webkit-line-clamp: 4;
	}
	.HN_text h5{
	   font-size: 0.14rem;
	   padding-bottom: 0.15rem;
	   margin-bottom: 0.3rem;
	}
	.HN_partner_list .img::after {
		width: 2.2rem;
	}
}
@media screen and (max-width:1200px){
	.HN_partner .pt-button-prev, .HN_partner .pt-button-next{display:none}
	.HN_partner .pt-pagination{display:block}
	.home_news_bac{
		padding: 0.6rem 0;
	}
	.home_news_title h3 {
		font-size: 0.4rem;
	}
	.home_news_title p{
		font-size: 0.3rem;
	}
	.home_news_title p span{
		font-size: 0.3rem;
	}
	.HN_text h3{
		font-size: 0.26rem;
	}
	.HN_text h4{
		-webkit-line-clamp: 3;
	}
	.HN_partner_list .img::after {
		width: 2rem;
	}
}
@media screen and (max-width:1024px){
	.home_news_title h3 {
		font-size: 0.35rem;
	}
	.home_news_title p{
		font-size: 0.25rem;
	}
	.home_news_title p span{
		font-size: 0.25rem;
	}
	.HN_text h3{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.home_news_title h3 {
		font-size: 0.25rem;
	}
	.home_news_title p{
		font-size: 0.2rem;
	}
	.home_news_title p span{
		font-size: 0.2rem;
	}
	.HN_partner_list .img {
		width: 100%;
	}
	.HN_text {
		width: 100%;
		padding-right: 0%;
	}
	.HN_partner_list li a {
		flex-direction: column-reverse;
		gap: 0.4rem;
	}
	.HN_text h3{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:560px){

}




/* ---------------------------- footer */

.footer{
	background-color: #F7F7F7;
}
.footerTop {
  gap: 0.3rem 0;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #E5E5E5;
}

.ft_logo {
  flex-shrink: 0;
  width: 17.72%;
}
.ft_logo img {
  width: 100%;
}

.ft_nav {
  flex-shrink: 0;
  width: 63.4%;
  display: flex;
  justify-content: space-between;
}
.ft_nav ul{
	display: none !important;
}
.flc_tb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ft_nav li a {
  font-size: 0.18rem;
  color: #333;
  position: relative;
  font-weight: 120;
}
.ft_nav li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.ft_nav li a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

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

.f_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 0.2rem;
}
.f_nav dt {
}
.f_contact {
  flex-shrink: 0;
  width: 31.9%;
}

.f_contactBox {
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
}

.f_contact span {
  display: -webkit-flex;
  display: flex;
}

.f_contact span iconify-icon {
  font-size: 0.24rem;
  color: var(--i_color);
  margin-right: 0.12rem;
  margin-top: -5px;
}

.f_contact p,
.f_contact a {
  font-size: 0.18rem;
  color: #333;
}

.f_nav h5 {
  font-weight: 120;
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}

.itemList {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}

.f_nav li a {
  color: #333;
  display: block;
  font-size: 0.18rem;
}

.f_nav a:hover {
  text-decoration: underline;
}

.fMedia {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.28rem;
}
.fMedia li {
}
.fMedia a {
  display: block;
  padding: 0 !important;
  width: 0.44rem;
  height: 0.44rem;
  background: #EAEAEA;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s ease;
}
.fMedia iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #999;
}

.fMedia li:hover a {
  background: rgba(0,160,227,0.15);
}
.fMedia li:hover a iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .item {
    display: none;
  }
  .f_contact {
    width: 100%;
  }
  .f_nav h5 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 560px) {
  .ft_logo {
    width: 35%;
  }
  .footerMiddle {
    padding: 0.2rem 0;
  }
  .f_nav h5 {
    font-size: 0.2rem;
  }
  .f_contact span iconify-icon {
    font-size: 0.2rem;
  }
  .f_contact p,
  .f_contact a {
    font-size: 0.16rem;
  }
  .fMedia {
    gap: 0 0.2rem;
  }
  .fMedia a {
    width: 0.35rem;
    height: 0.35rem;
  }
  .fMedia iconify-icon {
    font-size: 0.16rem;
  }
  .footerTop {
    padding-bottom: 0.2rem;
  }
}

.footerBottom .fbBox {
  border-top: 1px solid #E5E5E5;
}
.footerBottom p,
.footerBottom a {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.footerBottom a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 560px) {
  .footerBottom p,
  .footerBottom a {
    font-size: 12px;
  }
  .footerBottom .fbBox{
	padding: 0.3rem 0 0.8rem 0;
  }
}


/* banner_about */
.banner_about{
   position: relative;
}
.banner_about::after{
   content: '';
   display: block;
   padding-bottom: 31.25%;
}
.banner_about img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.banner_about p{
	font-size: 0.5rem;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%,-50%);

}



@media screen and (max-width:1440px){
	.banner_about p{
		font-size: 0.45rem;
	}
}
@media screen and (max-width:1200px){
	.banner_about p{
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.banner_about p{
		font-size: 0.35rem;
	}
	.banner_about{
		margin-top: var(--header_height);
	}
	.banner_about p{
		top: 50%;
	}
}
@media screen and (max-width:960px){
	.banner_about p{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:767px){
	.banner_about p{
		font-size: 0.25rem;
	}
}
@media screen and (max-width:560px){
	.banner_about p{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px){

}




/* about_us */
.about_us_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.about_us{

}
.about_us_box{
   margin-top: 1rem;
   position: relative;
   z-index: 2;
}
.about_us_left{
	width: 57.76%;
	height: 7.46rem;
    overflow: hidden;
	border-radius: 0 1.6rem 0 0;
	position: relative;
}
.about_us_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


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

}


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

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

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

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


.about_us_right{
   width: 58.28%;
   position: absolute;
   bottom: 0;
   right: 0;
   box-sizing: border-box;
   padding: 0.6rem 14% 0.6rem 5%;
   background-color: #F0F9FE;
   border-radius: 0.06rem 0 0 0;
}
.about_us_right h3{
   font-size: 0.36rem;
   color: var(--i_color);
   line-height: 138%;
   font-weight: bold;
}
.about_us_right h4{
   font-size: 0.18rem;
   line-height: 166%;
   color: #333;
   margin-top: 0.2rem;
   margin-bottom: 0.4rem;
}

.about_us_logo{
	position: absolute !important;
	top: -0.4rem !important;
	left: auto !important;
	right: 5% !important;
	width: 50.94%;
	height: auto;
	z-index: -1;
}



@media screen and (max-width:1440px){
	.about_us_right h3 {
		font-size: 0.32rem;
	}
	.about_us_right h4 {
		font-size: 0.16rem;
		margin-top: 0.15rem;
		margin-bottom: 0.4rem;
	}
	.about_us_left {
		height: 7rem;
		border-radius: 0 1.4rem 0 0;
	}
	.about_us_right {
		padding: 0.4rem 12% 0.4rem 4%;
	}
	.about_us_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.about_us_right h3 {
		font-size: 0.28rem;
	}
	.about_us_left {
		height: 6.5rem;
		border-radius: 0 1.2rem 0 0;
	}
	.about_us_bac {
		padding: 0.6rem 0;
	}
	.about_us_box {
		margin-top: 0.8rem;
	}
	.about_us_right {
		padding: 0.4rem 8% 0.4rem 4%;
	}
}
@media screen and (max-width:1024px){
	.about_us_right h3 {
		font-size: 0.24rem;
	}
	.about_us_left {
		height: 6rem;
		border-radius: 0 1rem 0 0;
	}
	.about_us_right {
		padding: 0.4rem 4% 0.4rem 4%;
	}
}
@media screen and (max-width:960px){
	.about_us_right h3 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:767px){
	.about_us_left {
		width: 100%;
		height: 5rem;
	}
	.about_us_left i {
		width: 0.6rem;
		height: 0.6rem;
		left: 50%;
	}
	.about_us_right {
		width: 100%;
		position: relative;
		bottom: auto;
		right: auto;
	}
	.about_us_box {
		margin-top: 0.6rem;
	}

}
@media screen and (max-width:560px){
    .about_us_left {
        height: 4rem;
    }
	.about_us_right {
        padding: 0.6rem 4%;
    }
	.about_us_right h3 {
        font-size: 0.24rem;
    }
	.about_us_right h3 br{display: none;}
	.about_us_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:425px){
    .about_us_right {
        padding: 0.4rem 4%;
    }
}


/* company_strength */
.company_strength_bac{
   box-sizing: border-box;
   padding-bottom: 0.8rem;
   position: relative;
   overflow: hidden;
   z-index: 3;
}
.company_strength_bacImg{
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.company_strength{

}


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

.CT_partner{position:relative}
.CT_partner_list{width:100%; padding:0.1rem !important; box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.CT_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.CT_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0.4rem;
	box-shadow: 0px 0px 0.1rem rgba(0, 160, 227, 0.12);
	transform: scale(0.8);
	transition: all 0.3s ease;
	border-radius: 0.1rem;
	z-index: 2;
	overflow: hidden;
	background-color: #fff;
}
.CT_partner_list li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('static/imgs/company_strength_bac.webp') center no-repeat;
	background-size: cover;
	z-index: -1;
    opacity: 0;
	transition: all 0.3s ease;
}
.CT_partner_list li img{
   width: 0.84rem;
   height: 0.84rem;
   object-fit: contain;
   transition: all 0.3s ease;
}
.CT_partner_list li h3{
   font-size: 0.24rem;
   margin: 0.4rem 0 0.2rem 0;
   color: #333;
   transition: all 0.3s ease;
}
.CT_partner_list li h4{
   font-size: 0.18rem;
   line-height: 166%;
   color: #333;
   transition: all 0.3s ease;
}

.CT_partner_list li.swiper-slide-active{
	transform: scale(1);
}

.CT_partner_list li.swiper-slide-active::after{
	opacity: 1;
}
.CT_partner_list li.swiper-slide-active img{
   filter: brightness(0) invert(1);
}
.CT_partner_list li.swiper-slide-active h3,
.CT_partner_list li.swiper-slide-active h4{
	color: #fff;
}






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

/* 左右箭头 */
.CT_LR{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.4rem;
}
.CT_partner .pt-button-prev, .CT_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;
}
.CT_partner .pt-button-prev iconify-icon, .CT_partner .pt-button-next iconify-icon{
	font-size: 0.25rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.CT_partner .pt-button-prev{left:-5%;}
.CT_partner .pt-button-next{right:-5%;}

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

@media screen and (max-width:1440px){
	.CT_partner_list li img {
		width: 0.8rem;
		height: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.CT_partner_list li img {
		width: 0.75rem;
		height: 0.75rem;
	}
}
@media screen and (max-width:1024px){
	.CT_partner_list li img {
		width: 0.7rem;
		height: 0.7rem;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.CT_partner_list li img {
		width: 0.6rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:560px){

}



/* about_adv */
.about_adv_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background-color: #F3FBFF;
}
.about_adv{
   display: flex;
   flex-wrap: wrap;
}
.about_adv_left{
    width: 40%;
}
.about_adv_left img{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0.4rem;
}
.about_adv_right{
	width: 60%;
	box-sizing: border-box;
	padding-left: 4%;
}
.about_adv_ul{
   display: flex;
   flex-direction: column;
   gap: 0.4rem;
   height: 7rem;
   overflow:auto;
   box-sizing: border-box;
   padding-right: 0.2rem;
}
.about_adv_ul li{
   opacity: 0.6;
   transition: all 0.3s ease;
}
.about_adv_ul li h3{
   font-size: 0.24rem;
   color: #333;
   margin-bottom: 0.2rem;
   font-weight: bold;
   transition: all 0.3s ease;
}
.about_adv_ul li h4{
	font-size: 0.18rem;
	color: #666;
	line-height: 155%;
	transition: all 0.3s ease;
}
.about_adv_ul li:hover{
	opacity: 1;
}
.about_adv_ul li:hover h3{
	color: var(--i_color);
}
.about_adv_ul li:hover h4{
	color: #333;
}

/*滚动条*/
.about_adv_ul::-webkit-scrollbar{width:2px; height:1px}
.about_adv_ul::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.about_adv_ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}



@media screen and (max-width:1440px){
	.about_adv_ul li h3 {
		font-size: 0.22rem;
		margin-bottom: 0.15rem;
	}
	.about_adv_ul li h4 {
		font-size: 0.16rem;
	}
	.about_adv_ul {
		gap: 0.3rem;
		height: 6.5rem;
	}
}
@media screen and (max-width:1200px){
	.about_adv_ul li h3 {
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.about_adv_ul {
		gap: 0.25rem;
		height: 6rem;
	}
	.about_adv_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.about_adv_ul {
		height: 5.5rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.about_adv_left {
		width: 100%;
	}
	.about_adv_left img {
		margin-top: 0.2rem;
	}
	.about_adv_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:560px){

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

}

/* tec_adv */
.tec_adv_bac{
   box-sizing: border-box;
   padding: 0.8rem 0 1.5rem 0;
}
.tec_adv{

}





/*  */
.tec_partner_box{
	margin-top: 1.2rem;
	position: relative;
	z-index: 2;
}
.tec_partner_boxImg{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 70.71%;
	height: auto;
	z-index: -1;
}
.tec_partner{position:relative}
.tec_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.tec_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.tec_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	box-sizing: border-box;
	padding-right: 0.4rem;
	align-items: center;
    flex-wrap: wrap;

}

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


.tec_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}
.tec_text{
	width: 50%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0.4rem;
	border-radius: 0 0.1rem 0.1rem 0 ;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.tec_text h3{
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
   border-bottom: 1px solid #E5E5E5;
   box-sizing: border-box;
   padding-bottom: 0.25rem;
   margin-bottom: 0.25rem;
}
.tec_text h4{
   font-size: 0.18rem;
   color: #333;
   line-height: 0.3rem;
   margin-bottom: 0.5rem;
   height: 1.2rem;
   overflow: auto;
   box-sizing: border-box;
   padding-right: 0.2rem;
}
/*滚动条*/
.tec_text h4::-webkit-scrollbar{width:1px; height:1px}
.tec_text h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.tec_text h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}










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


@media screen and (max-width:1440px){
	.tec_text h3 {
		font-size: 0.22rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.tec_text h4 {
		font-size: 0.16rem;
		color: #333;
		line-height: 0.25rem;
		margin-bottom: 0.4rem;
		height: 1rem;
	}

}
@media screen and (max-width:1200px){
	.tec_text h3 {
		font-size: 0.2rem;
	}
	.tec_text h4 {
		margin-bottom: 0.2rem;
	}
	.tec_text {
		padding:0.2rem 0.4rem;
	}
	.tec_adv_bac {
		padding: 0.6rem 0 1.3rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.tec_partner_list .img {
		width: 100%;
	}
	.tec_text {
		width: 100%;
		padding: 0.4rem;
		height: unset;
	}
	.tec_partner_boxImg {
		right: unset;
		left: 0;
		bottom: -0.2rem;
		top: unset;
		transform: unset;
		width: 100%;
	}
	.tec_partner_list li{
		padding: 0 0.2rem;
	}
	.tec_partner_box {
		margin-top: 0.4rem;
	}
	.tec_adv_bac {
		padding: 0.6rem 0 0.8rem 0;
	}
	.tec_text h3 {
        font-size: 0.2rem;
        padding-bottom: 0.15rem;
        margin-bottom: 0.15rem;
    }
	.tec_text {
        padding:0.2rem;
    }
	.tec_text {
		border-radius: 0 0 0.1rem 0.1rem;
	}
	.tec_partner_list .img {
		border-radius: 0.1rem 0.1rem 0 0;
	}
	.tec_text h4 {
        margin-bottom: 0.1rem;
    }
}
@media screen and (max-width:560px){

}


/* certificate */
.certificate_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   z-index: 2;
}
.certificate_bac::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.8rem;
	background-color: var(--i_color);
	z-index: -1;
}
.certificate{

}
.certificate_title{
   display: flex;
   gap: 2.2rem;
   align-items: center;
}
.certificate_title h3{
   font-size: 0.4rem;
   color: #fff;
   font-weight: bold;
}
.certificate_title h4{
   font-size: 0.18rem;
   color: #fff;
}



.honors_box{
	display: flex;
	margin-top: 0.6rem;
}
.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;
	}
	.certificate_title {
		gap: 1.5rem;
	}
	.certificate_title h3 {
		font-size: 0.35rem;
	}
}
@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;
	}
	.certificate_title {
		gap: 1rem;
	}
	.certificate_title h3 {
        font-size: 0.3rem;
    }
	.certificate_title h4 {
		font-size: 0.16rem;
	}
	.certificate_bac {
		padding: 0.6rem 0;
	}
	.honors_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.honors_left {
		height: 4rem;
	}
	.certificate_title {
		gap: 0.4rem;
	}
	.certificate_title h3 {
        font-size: 0.25rem;
    }
}
@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){

}


/* 当前位置 */
.in_position{padding:0.14rem 0;background-color: rgba(0,160,227,0.05);}

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

}


/* solutions */
.solutions_bac{
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.solutions_ul{
    display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.6rem;
	margin-top: 0.6rem;
	width: 100%;
}
.solutions_ul li{
   width: 100%;
}
.solutions_ul li a{
   display: block;
   width: 100%;
   position: relative;
}
.solutions_img{
   border-radius: 0.1rem;
   width: 56.3%;
   position: relative;
   overflow: hidden;
}
.solutions_img::after{
   content: '';
   display: block;
   padding-bottom: 60.9%;
}
.solutions_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.solutions_text{
   position: absolute;
   right: 0;
   width: 53%;
   top: 50%;
   transform: translateY(-50%);
   background-color: #F7F7F7;
   border-radius: 0.1rem;
   box-sizing: border-box;
   padding: 0.5rem;
   transition: all 0.3s ease;
}
.solutions_text h3{
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
   box-sizing: border-box;
   padding-bottom: 0.15rem;
   border-bottom: 1px solid #E5E5E5;
   margin-bottom: 0.15rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   transition: all 0.3s ease;
}
.solutions_text h4{
   font-size: 0.18rem;
   line-height: 0.3rem;
   color: #333;
   height: 0.9rem;
   box-sizing: border-box;
   padding-right: 0.1rem;
   overflow: auto;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   transition: all 0.3s ease;
}
/*滚动条*/
.solutions_text h4::-webkit-scrollbar{width:1px; height:1px}
.solutions_text h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.solutions_text h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}




.solutions_ul li:nth-child(even) .solutions_img{
	margin-left: auto;
}
.solutions_ul li:nth-child(even) .solutions_text{
    right: unset;
	left: 0;
}

.solutions_ul li a:hover .solutions_text .btn_home_a{
	background-color: #fff;
}
.solutions_ul li a:hover .solutions_img img{
	width: 110%;
	height: 100%;
}
.solutions_ul li a:hover .solutions_text{
	background-color: var(--i_color);
}
.solutions_ul li a:hover h3,
.solutions_ul li a:hover h4{
	color: #fff;
}
.solutions_ul li a:hover h3{
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.solutions_ul .btn_home_a:hover{
	border: 1px solid #fff;
}


@media screen and (max-width:1440px){
	.solutions_text h3 {
		font-size: 0.22rem;
	}
	.solutions_text h4 {
		font-size: 0.16rem;
		line-height: 0.25rem;
		height: 0.75rem;
	}
	.solutions_text {
		padding: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.solutions_text h3 {
		font-size: 0.2rem;
	}
	.solutions_ul {
		gap: 0.4rem;
		margin-top: 0.4rem;
	}
	.solutions_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.solutions_text {
		position: relative !important;
		right: unset;
		width: 100%;
		top: unset;
		transform: unset;
		left: unset !important;
	}
	.solutions_img {
		width: 100%;
	}
}
@media screen and (max-width:560px){
    .solutions_text {
        padding: 0.4rem 0.2rem;
    }
}
@media screen and (max-width:425px){

}





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

.in_page a:hover,
.in_page .curr_page a,
.in_page .curr_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) {

}


/* case */
.case_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.case{

}
.case_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem;
   margin-top: 0.6rem;
}
.case_ul li{
   width: calc((100% - 0.4rem) / 3);
}
.case_ul li a{
   display: block;
   box-sizing: border-box;
   width: 100%;
   background-color: #F7F7F7;
   padding: 0.12rem 0.12rem 0.3rem 0.12rem;
   border-radius: 0.1rem;
   overflow: hidden;
   transition: all 0.5s ease;
}
.case_img{
   position: relative;
   overflow: hidden;
   border-radius: 0.1rem;
}
.case_img::after{
   content: '';
   display: block;
   padding-bottom: 75.75%;
}
.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_text{
   margin-top: 0.2rem;
}
.case_text h3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 0.24rem;
	color: #333;
	line-height: 0.29rem;
	height: 0.58rem;
	text-align: center;
	transition: all 0.3s ease;
}
.case_text h4{
	font-size: 0.18rem;
	color: #666;
	line-height: 0.24rem;
	height: 0.63rem;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   text-align: center;
   box-sizing: border-box;
   padding-top: 0.15rem;
   margin-top: 0.15rem;
   border-top: 1px solid #E5E5E5;
   transition: all 0.3s ease;
}
.case_ul li a:hover{
	background-color: var(--i_color);
}
.case_ul li a:hover .case_img img{
	width: 110%;
	height: 110%;
}
.case_ul li a:hover h3{
	color: #fff;
}
.case_ul li a:hover h4{
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.case_ul li a:hover .btn_home_a{
	background-color: #fff;
}
.case_ul li a .btn_home_a:hover{
	border: 1px solid #fff;
}



@media screen and (max-width:1440px){
	.case_text h3 {
		font-size: 0.22rem;
		line-height: 0.25rem;
		height: 0.5rem;
	}
	.case_text h4 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.case_text h3 {
		font-size: 0.2rem;
	}
	.case_ul {
		margin-top: 0.4rem;
	}
	.case_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

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

}



/* our_service */
.our_service_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.our_service{

}
.our_service_title{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.2rem;
}
.our_service_title h3{
	font-size: 0.18rem;
	color: #333;
	line-height: 166%;
	width: 63.86%;
}


.i_choose_cont{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 6%;position: relative;}

.i_choose_text{width: 100%;}
.i_choose_text dt{display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 .16rem; padding-bottom: 0.3rem; border-bottom: 1px solid #DDD; cursor: pointer;}
.i_choose_text dt:not(:last-child){margin-bottom: 0.3rem;}
.i_choose_text .pic{display: none;}
.i_choose_text i{color: #999;font-family: 'med';}
.i_choose_text span{}
.i_choose_text h5{color: #111;font-family: 'med';}
.i_choose_text p{display: none; font-size: 0.18rem;line-height: 166%; margin-top: 0.2rem; color: #444;}
.i_choose_text dt.active i,.i_choose_text dt.active h5{color: var(--i_color);}


.i_choose_pic{flex-shrink: 0; width: 35.71%;}
.i_choose_pic li{display: none;-webkit-border-radius:.1rem; border-radius:.1rem;overflow: hidden; position: relative;}
.i_choose_pic li::before{content: '';display: block;padding-bottom: 146.4%;}
.i_choose_pic li.active{display: block;}
.i_choose_pic li img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

@media screen and (max-width:1440px) {
	.our_service_title h3 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1366px) {
	.i_choose_text p{font-size: 0.18rem;}
}
@media screen and (max-width:1200px) {
	.i_choose_text p{font-size: 0.17rem;}
	.our_service_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {
	.i_choose::after{width: 150px;height: 150px;}
	.i_choose_text dt{padding-bottom: 16px;}
	.i_choose_text dt:not(:last-child){margin-bottom: 16px;}
	.i_choose_text p{font-size: 0.15rem;}
}
@media screen and (max-width:768px) {
	.i_choose::after{width: 120px;height: 120px;}
	.i_choose_tit p{width: 60%;}
	.i_choose_text dt{flex-wrap: wrap;}
	.i_choose_text span{width: calc(100% - 60px);}
	.i_choose_text dt.active .pic{display: block; }
	.i_choose_text .pic{margin: 20px 0 0 42px; width: 100%; max-width: 360px;}
	.i_choose_text .pic img{width: 100%; height: auto;}
	.i_choose_pic{display: none;}
	.our_service_title h3 {
		width: 100%;
	}
}
@media screen and (max-width:560px) {
	.i_choose::after{width: 90px;height: 90px;}
	.i_choose_tit p{margin-top: 10px; width: 100%;}
	.i_choose_text h5{
		font-size: 0.18rem;
	}
}


/* service_process */
.service_process_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: url('static/imgs/service_process_bac.webp') center no-repeat;
   background-size: cover;
}
.service_process{
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 1rem;
}
.service_process_1{
	width: 35.43%;
	box-sizing: border-box;
	padding-right: 0.24rem;
	padding-top: 0.6rem;

}
.service_process_2{
	width: 23.86%;
}
.service_process_2 img{
	width: 100%;
	height: auto;
}
.service_process_3{
	width: 40.71%;
	box-sizing: border-box;
	padding-left: 0.24rem;
}
.service_process_3>img{
	width: 100%;
	height: auto;
}
.service_process_3 h3{
    font-size: 0.18rem;
	color: #666;
	line-height: 166%;
	margin: 0.6rem 0 0.3rem 0;
}
.service_process_3 h4{

}
.service_process_3 h4 a{
   display: flex;
   justify-content: center;
   align-items: center;
   box-sizing: border-box;
   padding: 0.1rem 0.2rem;
   border: 1px solid var(--i_color);
   border-radius: 8rem;
   gap: 0.1rem;
   transition: all 0.3s ease;
}
.service_process_3 h4 a img{
   display: block;
   width: 0.48rem;
   height: 0.48rem;
   object-fit: contain;
   transition: all 0.3s ease;
}
.service_process_3 h4 a p{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: 500;
   font-style: italic;
   transition: all 0.3s ease;
}

.service_process_3 h4 a:hover{
	background-color: var(--i_color);
}
.service_process_3 h4 a:hover img{
	filter: brightness(0) invert(1);
}
.service_process_3 h4 a:hover p{
	color: #fff;
}



@media screen and (max-width:1440px){
	.service_process_3 h4 a p {
		font-size: 0.28rem;
	}
	.service_process_3 h4 a img {
		width: 0.4rem;
		height: 0.4rem;
	}
	.service_process_3 h3 {
		font-size: 0.16rem;
		margin: 0.4rem 0 0.2rem 0;
	}
}
@media screen and (max-width:1200px){
	.service_process_3 h4 a p {
		font-size: 0.25rem;
	}
	.service_process_3 h4 a img {
		width: 0.35rem;
		height: 0.35rem;
	}
	.service_process_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.service_process_3 h4 a p {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.service_process_1 {
		width: 100%;
		padding-right: 0;
		padding-top: 0;
		margin-bottom: 0.4rem;
	}
	.service_process_2{
		width: 35%;
	}
	.service_process_3{
		width: 65%;
		padding-left: 0.2rem;
	}
	.service_process_3 h4 a {
		padding: 0.05rem 0.1rem;
	}
}
@media screen and (max-width:560px){
    .service_process_3 h3 {
        margin:0.2rem 0;
    }
	.service_process_3 h3 {
        font-size: 0.14rem;
    }
}
@media screen and (max-width:425px){

}


/* service_flow */
.service_flow{
   display: flex;
   flex-wrap: wrap;
   position: relative;
   align-items: flex-start;
   min-height: 100vh;
}
.service_flow_left{
   width: 38.3%;
   position: sticky;
   left: 0;
   top: calc(var(--header_height) + 0.2rem);

}
.service_flow_left h3{
   font-size: 0.3rem;
   color: #666;
   font-weight: bold;
   margin-bottom: 0.4rem;

}
.service_flow_left img{
	width: 100%;
	height: auto;
}
.service_flow_right{
	width: 61.7%;
	box-sizing: border-box;
	padding-left: 4%;
}
.service_process_ul{
    display: flex;
	flex-direction: column;
	gap: 0.8rem;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 0.6rem;
}
.service_process_ul li{
   display: flex;
   gap: 0.3rem;
}
.service_process_ul li h4{
   font-size: 0.4rem;
   color: #666;
   flex-shrink: 0;
   width: 0.49rem;
}
.service_process_ul li i{
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background-color: var(--i_color);
	flex-shrink: 0;
	margin-top: 0.13rem;
	position: relative;
	z-index: 2;
}
.service_process_ul li:nth-child(1) i::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-49%);
	height: 15rem;
	width: 1px;
	border-left: 1px dashed rgba(51, 51, 51, .2);
	z-index: -1;
}
.service_process_ul li h5{
   font-size: 0.18rem;
   line-height: 200%;
   color: #333;
   width: 100%;
}




@media screen and (max-width:1440px){
	.service_process_ul li h5 {
		font-size: 0.16rem;
	}
	.service_process_ul li h4 {
		font-size: 0.35rem;
	}
	.service_flow_left h3 {
		font-size: 0.28rem;
		margin-bottom: 0.35rem;
	}
	.service_process_ul {
		gap: 0.6rem;
		padding-bottom: 0.4rem;
	}
	.service_process {
		margin-bottom: 0.8rem;
	}
	.service_process_ul li h4{
		width: 0.45rem;
	}
}
@media screen and (max-width:1200px){
	.service_flow_left h3 {
		font-size: 0.25rem;
		margin-bottom: 0.3rem;
	}
	.service_process_ul {
		gap: 0.4rem;
	}
	.service_process {
		margin-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.service_flow_left {
		width: 100%;
		position: relative;
		left: unset;
		top: unset;
	}
	.service_flow_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.service_process_ul li h4 {
        font-size: 0.3rem;
    }
	.service_process_ul li h4{
		width: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.service_process_ul li h4{
		width: 0.3rem;
	}
}
@media screen and (max-width:425px){

}


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

}


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

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

}
.down_partner_list li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #F7F7F7;
	border-radius: 0.1rem;
	box-sizing: border-box;
	padding: 0.5rem 5%;
	transition: all 0.3s ease;
	flex-direction: column;
}
.down_partner_list li a img{
    width: 1.2rem;
	height: auto;
}
.down_partner_list li a h3{
    font-size: 0.2rem;
	color: #333;
	text-align: center;
	margin: 0.2rem 0;
	transition: all 0.3s ease;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

.down_partner_list li a:hover{
	background-color: var(--i_color);
}
.down_partner_list li a:hover img{
	filter: brightness(0) invert(1);
}
.down_partner_list li a:hover h3{
	color: #fff;
}
.down_partner_list li a:hover .btn_home_a{
	background-color: #fff;
}
.down_partner_list li a .btn_home_a:hover{
	border: 1px solid #fff;
}





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

/* 左右箭头 */
.down_LR{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.4rem;
}
.down_partner .pt-button-prev, .down_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;
}
.down_partner .pt-button-prev iconify-icon, .down_partner .pt-button-next iconify-icon{
	font-size: 0.25rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.down_partner .pt-button-prev{left:-5%;}
.down_partner .pt-button-next{right:-5%;}

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

@media screen and (max-width:1440px){
	.down_partner_list li a img {
		width: 1rem;
	}
	.down_partner_list li a h3 {
		font-size: 0.18rem;
	}
	.down_partner_list li a {
		padding: 0.4rem 5%;
	}
}
@media screen and (max-width:1200px){
	.down_partner_list li a img {
		width: 0.8rem;
	}
	.download_bac {
		padding: 0.6rem 0;
	}
	.down_partner_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.down_partner_list li a img {
		width: 0.6rem;
	}
}
@media screen and (max-width:959px){

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

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

}


/* FAQ */
.FAQ_bac{
   box-sizing: border-box;
   padding-bottom: 0.8rem;
}
.FAQ{

}


.faq .i_tit h6 a{color: var(--i_color); text-decoration: underline;}

.serFAQ_list{}

ul.serFAQ_list {
	margin-top: 0.4rem;
}
.serFAQ_list li{margin-bottom: 0.2rem;}
.serFAQ_list li.active{}

.serFAQ_list .tit{padding: .2rem .2rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem; background: #F6F7F9; cursor: pointer;}
.serFAQ_list .QA{flex-shrink: 0; display: table; width: 0.34rem; height: 0.34rem; background: #FFF; position: relative; border-radius:50%;}
.serFAQ_list .QA i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: 0.18rem; color: #777;}
/* .serFAQ_list .QA.active{background: #FFF;}
.serFAQ_list .QA.active i{color: var(--i_color);} */

.serFAQ_list .tit p{font-size: 0.18rem; font-weight: 600;}
.serFAQ_list .tit em{flex-shrink: 0; margin-left: auto; display: table; width: 0.3rem; height: 0.3rem; background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E") no-repeat center; background-size: .26rem;}
.serFAQ_list .active .tit em{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E") no-repeat center; background-size: .26rem;}

.serFAQ_list .txt{display: none;}
.serFAQ_list .txt_box{padding: .2rem .2rem .3rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem;}
.serFAQ_list .txt_box .QA{background: var(--i_color);}
.serFAQ_list .txt_box .QA i{color: #FFF;}
.serFAQ_list .txt article{font-size: 0.16rem; line-height: 1.6;}


@media screen and (max-width:1200px){
	.FAQ_bac{
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px) {
	.serFAQ_list .QA{width: 30px; height: 30px;}

	.serFAQ_list .tit p{font-size: 16px; line-height: 1.5;}
	.serFAQ_list .txt article{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.serFAQ_list .tit{padding: 12px 16px;}
	.serFAQ_list .txt_box{padding: 20px 16px 20px;}

	.serFAQ_list .tit p{font-size: 15px;}

	.serFAQ_list .tit em,.serFAQ_list .active .tit em{background-size: 20px;}
}





/* ----------------------------------- æ–°é—»åˆ—è¡¨é¡µé¢ */
.no_list {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}
.flc_zy {
    display: flex;
    justify-content: center;
    align-items: center;
}
.no_list a {
  display: block;
  box-sizing: border-box;
  padding: 0 1.15rem;
  font-weight: 450;
  transition: all 0.4s ease;
  border-right: 1px solid #e5e5e5;
  font-weight: bold;
}

.no_list li:last-child a {
  border-right: none;
}

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

.no_list .active a {
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .no_list a {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .no_list a {
    padding: 0 0.6rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .no_list a {
    padding: 0 0.3rem;
    font-size: 0.14rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 560px) {
  .no_list {
    padding: 0.2rem;
    gap: 0.05rem 0;
  }

}



/* æ–°é—»åˆ—è¡¨ */

.nList {
}
.nList li {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.nList a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.4rem;
}

.nList .pic {
  flex-shrink: 0;
  width: 35%;
  position: relative;
  overflow: hidden;
}
.nList .pic::before {
  content: "";
  display: block;
  padding-bottom: 67.5%;
}
.nList .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.nList .txt {
  margin-left: auto;
  width: 100%;
}
.nList .txt>i {
  font-size: 16px;
  color: #666;
}
.nList .txt h5 {
  margin: 0.12rem 0 0.16rem 0;
  font-size: 0.24rem;
  font-weight: 120;
  font-weight: bold;
}

.nList .txt>p {
  margin-bottom: 0.4rem;
  font-size: 0.18rem;
  line-height: 1.5;
  color: #666;
}

.nList .txt h5,
.nList .txt>p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nList li:hover img {
  transform: scale(1.05, 1.05);
}
.nList li:hover h5 {
  color: var(--i_color);
}
.nList .i_more:hover {
  background: var(--i_color);
}
.nList .i_more:hover span {
  color: #fff;
}
.nList .i_more:hover i {
  background: url(https://lingjuimg.com/wp-content/uploads/yongxin/2025/12/more_btn_icon.webp);
}

@media screen and (max-width: 1024px) {
  .nList li {
    margin-bottom: 38px;
  }
  .nList .pic {
    width: 28%;
  }
  .nList .txt>i {
    font-size: 14px;
  }
  .nList .txt h5 {
    margin: 10px 0;
    font-size: 16px;
  }
  .nList .txt>p {
    margin-bottom: 0;
    font-size: 14px;
	display: none;
  }
  .nList .i_more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nList .txt h5 {
    font-size: 15px;
    font-weight: 300;
  }
}
@media screen and (max-width: 560px) {
  .nList li {
    margin-bottom: 30px;
  }
  .nList a {
    gap: 0 24px;
  }
  .nList .pic {
    width: 38%;
  }

  .nList .txt>i {
    font-size: 13px;
  }
  .nList .txt h5 {
    margin: 8px 0;
    font-size: 14px;
  }
  .nList .txt>p {
    font-size: 13px;
  }
}




/* contact_us */
.contact_us_bac{
   box-sizing: border-box;
   padding: 0.4rem 0 0.6rem 0;
}
.contact_us{

}
.contact_us h3{
   font-size: 0.24rem;
   color: var(--i_color);
   font-family: 'bold';
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   border-bottom: 1px dashed #D4D4D4;
   margin-top: 0.6rem;
}
.contact_us_box{
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   padding-top: 0.4rem;
}
.contact_us_left{
   width: 50.67%;
   box-sizing: border-box;
   padding-right: 4%;
}
.contact_us_ul{
   display: flex;
   flex-direction: column;
   gap: 0.4rem;
   box-sizing: border-box;
   padding-bottom: 0.4rem;
   margin-bottom: 0.4rem;
   border-bottom: 1px solid #D8D8D8;
}
.contact_us_ul li{

}
.contact_us_ul li h4{
   font-size: 0.2rem;
   color: #333;
   font-family: 'bold';
   margin-bottom: 0.1rem;
}
.contact_us_ul li a{
   font-size: 0.18rem;
   color: #333;
   transition: all 0.3s ease;
}
.contact_us_ul li a:hover{
	color: var(--i_color);
}
.contact_us_ewm{
   display: flex;
   gap: 0.4rem;
}
.contact_us_ewm li{

}
.contact_us_ewm li p{
   font-size: 0.16rem;
   color: #666;
   margin-bottom: 0.1rem;
}
.contact_us_ewm li img{
    width: 1.2rem;
	height: 1.2rem;
	object-fit: contain;
}
.contact_us_down{
    display: flex;
	gap: 0.1rem;
	align-items: center;
	margin-top: 0.3rem;
}
.contact_us_down p{
	font-size: 0.18rem;
	color: #333;
	text-transform: capitalize;
}
.contact_us_share{
    display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}
.contact_us_share dt{

}
.contact_us_share dt a{

}
.contact_us_share dt a iconify-icon{
   font-size: 0.3rem;
   color: #333;
   transition: all 0.3s ease;
}
.contact_us_share dt a:hover iconify-icon{
	color: var(--i_color);
	transform: translateY(-5px);
}
.contact_us_right{
   width: 49.33%;
}





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

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

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

}
@media screen and (max-width:960px){
	.contact_us_left {
		width: 100%;
		padding-right: 0%;
		margin-bottom: 0.4rem;
	}
	.contact_us_right {
		width: 100%;
	}
}
@media screen and (max-width:767px){

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

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

}








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


#wpforms-49 input, #wpforms-49 button{margin:0; padding:0; border:none; background:none}
#wpforms-49 .wpforms-field{padding:0; margin:0}
#wpforms-49 .wpforms-error-container{line-height:16px}
#wpforms-49 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-49 .wpforms-submit-container{

}





#wpforms-49 .wpforms-field{
	position: relative;
}
#wpforms-49 .wpforms-field-label{
	font-size: 0.18rem;
	color: #333;
	margin-bottom: 0.1rem;
	display: block;
	padding-left: 0.1rem;
}
#wpforms-49 .wpforms-field-label span{
	position: absolute;
	top: 0.06rem;
	left: 0.03rem;
	font-size: 0.14rem;
    color: red;
}
#wpforms-49 .wpforms-error{
	font-size: 0;
}
#wpforms-49 .wpforms-field{width:100%; margin-bottom:0.3rem; background:transparent; overflow:hidden}

#wpforms-49 input{height:var(--input_height)}
#wpforms-49 textarea{height:1.6rem}
#wpforms-49 input, #wpforms-49 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-radius: 0rem;
	border: 1px solid rgba(51,51,51,0.2);
	border-radius: 0.04rem;
	background-color: #F7F7F7;
}
#wpforms-49 textarea{
	line-height: 160%;
	padding:10px;
}


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



#wpforms-49 .wpforms-submit-container button{
	overflow: hidden;width:100%; height:0.5rem;
	font-size:0.16rem; color:#FFF;
	font-weight: bold;
	display: block;
	border-radius: 5rem;
	cursor:pointer; text-transform:capitalize;
	position:relative; z-index:2;
	background-color: var(--i_color);
	transition: all 0.3s ease;
}
#wpforms-49 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}
#wpforms-49 .wpforms-submit-container button:hover{
	background-color: #333;
}

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

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

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


}
@media screen and (max-width:1024px){
	#wpforms-49 .wpforms-submit-container{margin: 0.2rem auto 0;}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	#wpforms-49{--input_height:0.5rem}
	#wpforms-49 .wpforms-field{margin-bottom:0.2rem; }
}
@media screen and (max-width:560px){

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

}



/* contact_map */
.contact_map_bac{

}
.contact_map{
    width: 100%;
	height: 9.3rem;
}

.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: 8rem;
	}
}
@media screen and (max-width:1200px){
	.contact_map{
		height: 7rem;
	}
}
@media screen and (max-width:1024px){
	.contact_map{
		height: 6rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.contact_map{
		height: 5rem;
	}
}
@media screen and (max-width:560px){

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

}


/* products */
.products_bac{

}
.products{

}
.products_left{
	width: 25%;
	box-sizing: border-box;
	padding-right: 2%;
}



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

.list{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   box-sizing: border-box;
   gap: 0.2rem;
}
.list li{
   position: relative;
}
/* .list li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, 0.2);
} */

.list_a{
	box-sizing: border-box;
    padding: 0.2rem 0.2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0.06rem;
}
.list_a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: 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.55rem;
   position: absolute;
   top: 50%;
   transform: translate(0,-50%);
   right: 0;
   cursor: pointer;

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

.list_dl dt{
   box-sizing: border-box;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: #666;
   display: block;
   transition: all 0.3s ease;
   position: relative;
   box-sizing: border-box;
   padding: 0rem 0.2rem;
   font-family: 'med';
}
.list_dl dt a::after{
	content: '';
	position: absolute;
	left: 0.05rem;
	top: 50%;
	transform: translate(0,-50%);
	width: 0.07rem;
	height: 0.07rem;
	background-color: #999;
	border-radius: 50%;
	transition: all 0.3s ease;
}





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

.list_dl_active a{
	color: var(--i_color) !important;
}
.list_active .list_dl{

}





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

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

}
@media screen and (max-width:1200px){
	.products_left_h2 {
		font-size: 0.28rem;
	}

}
@media screen and (max-width:1024px){
	.products_left{
		width: 100%;
	}
	.products_left_h2 iconify-icon{display: block;}
	.products_left_h2{display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
	.products_left_h2{margin-bottom: 0;}
	.list{margin-top: 0.2rem;}
	.products_left_h2{
		color: #fff;
		background-color: var(--i_color);
		box-sizing: border-box;
		padding: 0.15rem 0;
	}
	.list {
		padding-bottom: 0.2rem;
	}
	.products_left_all {
		padding: 0 0 0.2rem 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_contact */
.products_contact{
   background-color: #E0EBF0;
   box-sizing: border-box;
   padding: 0.4rem 0.2rem;
   border-radius: 0.06rem;
   margin-top: 0.6rem;
   position: relative;
   z-index: 2;
}
.products_contactImg{
	position: absolute;
	width: 50%;
	bottom: 0.2rem;
	right: 0%;
	z-index: -1;
}
.products_contact h3{
   font-size: 0.24rem;
   color: #333;
   font-family: 'bold';
   text-transform: capitalize;
   margin-bottom: 0.2rem;
   position: relative;
}
.products_contact h3::after{
	content: '';
	position: absolute;
	top: 50%;
	left: -0.2rem;
	transform: translateY(-50%);
	width: 0.04rem;
	height: 0.36rem;
	background-color: var(--i_color);
}
.products_contact_ul{
    margin-bottom: 0.3rem;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}
.products_contact_ul li{

}
.products_contact_ul li h4{
	font-size: 0.2rem;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 0.15rem;
}
.products_contact_ul li a{
    font-size: 0.18rem;
	line-height: 155%;
	color: #333;
	transition: all 0.3s ease;
}
.products_contact_ul li a:hover{
	color: var(--i_color);
}
.products_contact h5{
	font-size: 0.2rem;
	color: #333;
	text-transform: capitalize;
	margin-bottom: 0.15rem;
}
.products_contact_dl{
   display: flex;
   gap: 0.2rem;
}
.products_contact_dl dt{

}
.products_contact_dl dt a{

}
.products_contact_dl dt a iconify-icon{
   font-size: 0.26rem;
   color: #333;
   transition: all 0.3s ease;
}
.products_contact_dl dt a:hover iconify-icon{
	transform: translateY(-5px);
	color: var(--i_color);
}



@media screen and (max-width:1440px){
	.products_contact {
		padding: 0.3rem 0.2rem;
		margin-top: 0.4rem;
	}
	.products_contact_ul li a {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){

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

}




/* products */
.products_bac{
	box-sizing: border-box;
	padding: 0.4rem 0 0.8rem 0;
}
.products{
	display: flex;
	flex-wrap: wrap;
}
.products_right{
	width: 75%;
	box-sizing: border-box;
	padding-left: 2%;
	border-left: 1px dashed #E5E5E5;
}
.products_right>h3{
    font-size: 0.3rem;
	color: #333;
	font-weight: bold;
}
.products_right>h4{
    font-size: 0.18rem;
	color: #333;
	margin-top: 0.25rem;
}
.products_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.25rem;
   margin-top: 0.4rem;
}
.products_ul li{
   width: calc((100% - 0.5rem) / 3);
}
.products_a{
	display: block;
	width: 100%;
	background-color: #F7F7F7;
	box-sizing: border-box;
	border-radius: 0.1rem;
	padding: 0.15rem 0.15rem 0.3rem 0.15rem;
}
.products_img{
   position: relative;
   overflow: hidden;
}
.products_img::after{
	content: '';
	display: block;
	padding-bottom: 100%;
}
.products_img img{
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	left: 50%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.products_text{
   padding-top: 0.2rem;
   box-sizing: border-box;
}
.products_text h5{
	font-size: 0.2rem;
	color: #333;
	text-align: center;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   transition: all 0.3s ease;
   font-family: 'med';
}
.products_a:hover h5{
	color: var(--i_color);
}
.products_a:hover img{
	width: 110%;
	height: 110%;
}
@media screen and (max-width:1440px){
	.products_text h5 {
		font-size: 0.18rem;
	}
	.products_right>h3 {
		font-size: 0.28rem;
	}
	.products_right>h4 {
		font-size: 0.16rem;
		margin-top: 0.2rem;
	}
	.products_ul {
		gap: 0.2rem;
		margin-top: 0.3rem;
	}
	.products_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
}
@media screen and (max-width:1200px){
	.products_right>h3 {
		font-size: 0.24rem;
	}
	.products_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.products_right {
		width: 100%;
		padding-left: 0%;
		border-left: 1px dashed transparent;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.products_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){
	.products_a {
		padding: 0.1rem 0.1rem 0.25rem 0.1rem;
	}
	.products_ul {
        gap: 0.1rem;
    }
	.products_ul li {
		width: calc((100% - 0.1rem) / 2);
	}
	.products_text h5 {
        font-size: 0.16rem;
    }
}
@media screen and (max-width:425px){

}


.banner_top{
	margin-top: var(--header_height);
}

/* single_grid */
.single_grid_bac{
   background:url('static/imgs/single_grid_bac.webp') center no-repeat;
   background-size: cover;
   box-sizing: border-box;
   padding: 0.4rem 0;
}
.single_grid{
   display: flex;
   flex-wrap: wrap;
}
.single_grid_left{
	width: 41.43%;
}




/* 鍥剧墖鏌ョ湅鍖� */
.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;background-color: #fff; border:1px solid transparent; position:relative; overflow:hidden;}
.in_grid_list .img img{width:100%; height:100%; object-fit:cover;}
.in_grid_list .swiper-slide-thumb-active .img{border:2px solid var(--i_color);}
.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}

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


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

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

.ingrid-pagination{
	display:block;
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(1, 167, 255, .15);
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.18rem;
	color: var(--i_color);
}
.ingrid-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.ingrid-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

.in_grid_cont:before{display:none}
.in_grid_show_box{position:initial; width:100%;border-radius: 0.04rem;overflow: hidden;}
.in_grid_show .img{width:100%; position:relative; overflow:hidden}
.in_grid_show .img:before{content:""; display:block; padding-bottom:100%}
.in_grid_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.in_grid_list_box{margin-top:0.3rem; padding:0 0; position:relative; width:100%; height:initial}
.in_grid_list{width:calc(100% - 1rem); margin:0 auto}
.in_grid_list_box .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.in_grid_list_box .swiper-slide{height:100%; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; flex-shrink:0; position:relative; cursor:pointer}
.in_grid_list .img{height:auto;border-radius: 0.04rem;}
.in_grid_list .img:before{content:""; display:block; padding-bottom:100%}
.in_grid_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:cover}

.in_grid_list .img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.swiper-slide-thumb-active .img::after{
	background: rgba(58, 58, 58, 0);
}




/* 左右箭头 */

.ingrid-button-prev, .ingrid-button-next{
	position:absolute; top:50%; transform:translate(0,-50%); width:0.34rem;
	height:0.34rem;z-index:999; cursor:pointer;
	outline:none;
	transition: all 0.3s ease;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.ingrid-button-prev iconify-icon, .ingrid-button-next iconify-icon{
	font-size: 0.3rem;
	color: #333;
	transition: all 0.3s ease;
}
.ingrid-button-prev{left:0%;}

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


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




.single_grid_right{
	width: 58.57%;
	box-sizing: border-box;
	padding-left: 4%;
}
.single_grid_right h2{
   font-size: 0.16rem;
   color: var(--i_color);
}
.single_grid_right h1{
   margin: 0.3rem 0 0.2rem 0;
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
}
.single_grid_right article{
   border-top: 1px solid #E5E5E5;
   border-bottom: 1px solid #E5E5E5;
   box-sizing: border-box;
   padding: 0.3rem 0;
}
.single_grid_btn{
	display: flex;
	gap: 0.6rem;
	margin: 0.4rem 0;
}


.single_grid_share{
	display: flex;
	gap: 0.15rem;
}
.single_grid_share p{
   font-size: 0.18rem;
   color: #333;
}
.single_grid_shareDl{
   display: flex;
   gap: 0.25rem;
}
.single_grid_shareDl dt{

}
.single_grid_shareDl dt a{

}
.single_grid_shareDl dt a iconify-icon{
	font-size: 0.28rem;
	color: #666;
	transition: all 0.3s ease;
}
.single_grid_shareDl dt a:hover iconify-icon{
	color: var(--i_color);
	transform: translateY(-5px);
}




@media screen and (max-width:1440px){
	.single_grid_right h1{
		margin: 0.2rem 0;
		font-size: 0.22rem;
	}
	.single_grid_btn{
		display: flex;
		gap: 0.4rem;
		margin: 0.35rem 0;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.single_grid_right {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
	.single_grid_left {
		width: 50%;
	}
}
@media screen and (max-width:560px){
	.single_grid_left {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}




/* editor */
.editor_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.editor{

}




.editor_list{
    background-color: #F3F3F3;
	margin-bottom: 0.4rem;
}
.editor_list li{
	font-size: 0.18rem;
	color: var(--i_color);
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	padding: 0.12rem 0.8rem;
	background-color: #fff;
	border-top: 2px solid var(--i_color);
}



.editor article{
	box-sizing: border-box;
}

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

}



/* single_two */
.single_two_bac{
	box-sizing: border-box;
	padding: 0.4rem 0;
	background-color: #F3F3F3;
}

.single_two{

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




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

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


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

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

}
@media screen and (max-width:1200px) {
	.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{

}










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

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


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



@media screen and (max-width:1440px){
	.rela_partner .pt-pagination .swiper-pagination-bullet{
		width:0.6rem;
	}
}
@media screen and (max-width:1200px){
	.related_products_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.rela_partner .pt-pagination .swiper-pagination-bullet{
		width:0.4rem;
	}
}
@media screen and (max-width:560px){

}





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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



















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

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

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

}






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

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

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





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

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

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

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

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

#wpforms-43 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-43 .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-43 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-43 .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-46 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#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 {
	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-46 .wpforms-field-label {
	font-size: 0
}
#wpforms-46 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-46 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-46 input {
	height: var(--input_height)
}
#wpforms-46 textarea {
	min-height: 100px
}
#wpforms-46 input,
#wpforms-46 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-46 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-46 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-46 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-46 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-46 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-46 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-46 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-46 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	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_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-46 .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-46 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-46 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-46 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-46 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-46 .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-46 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-46 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h1 {
		font-size: 0.24rem;
	}

}


.form_hide{
	display: none;
}

















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

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

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

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

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

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

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

} */









