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

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

.wrap_top {
	width: 88%;
	margin: 0 auto
}
.wrap_left{
	padding-left: 10.9375%;
	box-sizing: border-box;
}
.wrap_right{
	padding-right: 10.9375%;
	box-sizing: border-box;
}
@media screen and (max-width:1600px) {
	.wrap {
		width: 80%
	}
	.wrap_left{padding-left: 10%;}
	.wrap_right{padding-right: 10%;}
	.wrap_top {
		width: 88%;
	}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 88%
	}
	.wrap_left{padding-left: 6%;}
	.wrap_right{padding-right: 6%;}

}
@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: #30408E;
	/* 全局颜色 */
	--i_color2: #4874CB;
	/* 副颜色 */
	--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: "adv";
	src: url("static/webfonts/AdventPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
html.lenis, html.lenis body {
	height: auto;
}



/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
}
header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	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.33);
	z-index: -1;
	transition: all 0.3s ease;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}
.TopHeader .top_cont{
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.TopHeader .top_cont::after{
	background: rgba(255, 255, 255, 1);
}
@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::after{
		background: rgba(255, 255, 255, 1);
	}
	/* .top_cont {
		background: #333 !important;
	} */
}
@media screen and (min-width:1024px){

}


/* 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.42rem;
}

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

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

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

}





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

	.i_nav>li {
		position: relative;
		padding: 0 .25rem;
		box-sizing: border-box;
	}
	/* .i_nav>li:not(:last-child)::after{
		content: '/';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(50%,-50%);
		color: rgba(51,51,51,0.2);
		font-size: 0.18rem;
	} */

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #333;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
		position: relative;
	}
	.i_nav>li>a::after{
		content: '';
        position: absolute;
        top: calc(50% + 0.2rem);
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        width: 100%;
        height: 2px;
        background-color: var(--i_color);
        border-radius: 0.5rem;
        opacity: 0;
        transition: all 0.3s ease;
	}

	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		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{
		opacity: 1;
        transform: translate(-50%, -50%) scale(1);
	}




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

	.i_nav .sub-menu>li>a {
		display: block;
		padding: 0 .2rem 0 .2rem;
		font-size: 0.15rem;
		color: #333;
		line-height: 0.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu>li>a::before {
		content: "";
		--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m12 12l12 12l-12 12m12-24l12 12l-12 12'/%3E%3C/svg%3E");
		background-color: var(--i_color);
		background-color: currentColor;
		-webkit-mask-image: var(--svg);
		mask-image: var(--svg);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
		display: inline-block;
		width: 0.16rem;
		height: 0.16rem;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
	}
	.i_nav .sub-menu>li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu>li:hover>a {
		left: .16rem;
	}
	.i_nav .sub-menu>li:hover>a {
		color: var(--i_color);
	}
	.i_nav .sub-menu>li:hover>a::before {
		left: 0;
	}
	.i_nav .sub-menu>li,
	.i_nav .sub-menu>li::after,
	.i_nav .sub-menu>li>a,
	.i_nav .sub-menu>li>a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}
    .i_nav .sub-menu .sub-menu{
		position: absolute;
		top: -2px;
		right: -2.4rem;
	}

}

@media screen and (max-width:1440px) {
	.i_nav>li {
		padding: 0 .2rem;
	}
}
@media screen and (max-width:1366px) {

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

}
@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: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: inline-block;
		width: 0.3rem;
		height: 0.3rem;
		--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E");
		background-color: #222;
		-webkit-mask-image: var(--svg);
		mask-image: var(--svg);
		-webkit-mask-repeat: no-repeat;
		transition: all 0.3s ease;
	}

	.i_nav>.menu-item-has-children i.on::before {
		transform: translate(-50%, -50%) rotate(180deg);
	}

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

	.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: .16rem;
		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: .16rem;
		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: .22rem
}
.top_r {
	margin-left: auto;
	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: var(--i_color);
	transition: all 0.3s ease;
}

.top_email a iconify-icon:hover{
	transform: translateY(-0.05rem);
}





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


.top_language {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	height: 100%;
}
.top_language_all{
   display: inline-block;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0 0.2rem;
   cursor: pointer;
}
.top_language_all p{
   font-size: 0.16rem;
   color: #333;
   margin:0 0.05rem;
   transition: all 0.3s ease;
   font-family: 'Poppins';
}
.top_language_all iconify-icon{
	font-size: 0.24rem;
	cursor: pointer;
	color: #333;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language_i{
	font-size: 0.16rem !important;
	cursor: pointer;
	color: #333;
}
.top_language.on p{
	color: var(--i_color);
}
.top_language.on iconify-icon {
	color: var(--i_color);
}



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

.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: 600;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:1600px) {
	.top_language_all p{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px) {

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

}






.top_language,
.top_language>iconify-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {
	.top_language_all p {
		font-size: 0.16rem;
	}
}
@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.2rem;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2000;
	opacity: 0;
	visibility: hidden;
}
.top_search.on {
	top: var(--header_height);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
	opacity: 1;
	visibility: visible;
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
	border-radius: 0;
}
.top_search_btn {
	font-size: 0;
	width: calc(var(--search_height));
	height: var(--search_height);
	background: var(--i_color) url(static/imgs/search.svg) no-repeat center;
	background-size: .2rem;
	cursor: pointer;
	border-radius: 0;
}

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


}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
	}

}
@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: var(--header_height);
		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_color2);
		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);
	}
	.TopHeader .xiala{

	}
    .products_drop_ul{
        display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		gap: 0.4rem;
	}
	.products_drop_ul li{
        width: calc((100% - 2.4rem) / 5);
	}
	.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: 75%;
	}
	.products_drop_img img{
        position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.products_drop_ul li p{
		font-size: 0.16rem;
		color: #222;
		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) / 5);
		}
		.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: calc(100vh - var(--header_height) - 0.4rem);
	margin-top: var(--header_height);

}
.banner .swiper-container {
	margin: 0 auto;
	position: relative;
	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: calc(100vh - var(--header_height) - 0.4rem);
	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_box */
.banner_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 62%;
	background-color: var(--i_color);
	clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
	height: 0.8rem;
	position: absolute;
	bottom: -0.4rem;
	right: 0;
	z-index: 4;
	box-sizing: border-box;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 0.8rem;

}

.banner_LR{
   display: flex;
   gap: 0.5rem;
   position: relative;
   align-items: center;
}
.banner_LR::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.02rem;
	height: 0.14rem;
	background-color: #D8D8D8;
}
.banner-button-prev,
.banner-button-next {
	z-index: 999;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: flex;
	align-items: center;
}

.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
	font-size: 0.3rem;
	color: #D8D8D8;
	transition: all 0.3s ease;
	opacity: 0.3;
}


.banner-button-prev:hover iconify-icon,
.banner-button-next:hover iconify-icon{
	color: #fff;
	opacity: 1;
}


.banner-pagination {
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	z-index: 3;
	gap: 0.1rem;
	align-items: center;
}
.over_1{
	font-family: 'adv';
	font-size: 0.22rem;
	color: #fff;
}
.over_2{
	display: block;
    width: 4.4rem;
	height: 1px;
	background-color: #fff;
	position: relative;

}
.over_2::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 33%;
	transform: translateY(-50%);
	width: 0.02rem;
	height: 0.08rem;
	background-color: #fff;
	border-radius: 0.04rem;
}
.over_2::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 66%;
	transform: translateY(-50%);
	width: 0.02rem;
	height: 0.08rem;
	background-color: #fff;
	border-radius: 0.04rem;
}
.over_3{
	font-family: 'adv';
	font-size: 0.22rem;
	color: #fff;
}



@media screen and (max-width:1440px){
	.banner_box {
		width: 70%;
		height: 0.6rem;
		bottom: -0.3rem;
		padding-left: 0.6rem;
	}
	.banner {
		height: calc(100vh - var(--header_height) - 0.3rem);
	}
	.banner .swiper-slide {
		padding-bottom: calc(100vh - var(--header_height) - 0.3rem);
	}
	.over_2{
		width: 4rem;
	}
	.over_1,
	.over_3{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1200px){
	.over_2{
		width: 3.5rem;
	}
}
@media screen and (max-width:1024px){
	.banner {
		margin-top: var(--header_height);
		position: relative;
		top: initial;
		height: auto;
		-webkit-border-radius: 0 0;
		border-radius: 0 0;
		overflow: hidden;
		padding-bottom: 0.3rem;
	}
	.banner .swiper-slide {
		padding-bottom: 44.625%
	}

}
@media screen and (max-width:767px){
    .over_2{
		width: 3rem;
	}
	.banner_box {
        padding-left: 0.4rem;
    }
	.over_1,
	.over_3{
		font-size: 0.18rem;
	}
}
@media screen and (max-width:560px){
	.over_2{
		width: 2rem;
	}
	.banner_box {
		width: 95%;
		height: 0.5rem;
		bottom: -0.25rem;
		padding-left: 0.4rem;
	}
}
@media screen and (max-width:425px){
	.over_2{
		width: 1.5rem;
	}
	.banner_box {
		width: 96%;
		height: 0.4rem;
		bottom: -0.2rem;
		padding-left: 0.3rem;
	}
}




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

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

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

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

/* banner 文字 */
.banner_text1{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   display: flex;
}
.banner_text1_box{
	width: 42%;
}
.banner_text1_box h3{
    font-size: 0.56rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.banner_text1_box h3 span{
	background: linear-gradient(180deg, #00f6ff 0%, #0095ff 100%);
	-webkit-background-clip: text;
	color: transparent;
}
.banner_text1_box h4{
	line-height: 150%;
	font-size: 0.24rem;
	color: #fff;
	margin: 0.2rem 0 0.3rem 0;
}
.banner_text1_box h4 span{
	color: red;
}
.banner_text1_img{
	margin: 0.35rem 0;
	display: block;
}
.banner_text1_ul{
   display: flex;
   align-items: center;
   margin-top: 1.4rem;
}
.banner_text1_ul li{
   width: 25%;
   display: flex;
   align-items: center;
   box-sizing: border-box;
   padding: 0 0.1rem;
   gap: 0.1rem;
   position: relative;
}
.banner_text1_ul li:not(:last-child)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: var(--i_color);
}
.banner_text1_ul li img{
   width: 0.44rem;
   height: 0.44rem;
   object-fit: contain;
}
.banner_text1_ulText{

}
.banner_text1_ulText p{
   font-size: 0.16rem;
   color: #fff;
   margin-bottom: 0.05rem;
}
.banner_text1_ulText span{
   font-size: 0.1rem;
   color: rgba(255, 255, 255, 0.6);
}
.banner_text3 h3 {
	position: relative;
	z-index: 2;
}
.banner_text3 h3 img{
	position: absolute;
	top: 117%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	z-index: -1;
}












@media screen and (max-width:1440px){
	.banner_text1_box h3 {
		font-size: 0.5rem;
	}
	.banner_text1_box h4 {
		font-size: 0.2rem;
	}

	.banner_text1_box {
        width: 46%;
    }
	.banner_text1_ul li img {
		width: 0.35rem;
		height: 0.35rem;
	}
	.banner_text1_ulText p {
		font-size: 0.14rem;
	}
	.banner_text1_ul{
		padding-right: 10%;
	}
	.banner_text1_img {
		margin: 0.3rem 0;
	}
}
@media screen and (max-width:1200px){
	.banner_text1_box h3 {
		font-size: 0.4rem;
	}
	.banner_text1_box h4 {
		font-size: 0.18rem;
	}
	.banner_text1_img {
		margin: 0.2rem 0;
	}
}
@media screen and (max-width:1024px){
	.banner_text1_box h3 {
		font-size: 0.35rem;
	}
	.banner_text1_ul{
		display: none;
	}
}
@media screen and (max-width:767px){
	.banner_text1_box h3 {
		font-size: 0.3rem;
		margin-bottom: 0.2rem;
	}
	.banner_text1_box h4{
		display: none;
	}
}
@media screen and (max-width:560px){
	.banner_text1_box h3 {
		font-size: 0.25rem;
		margin-bottom: 0.1rem;
	}
	.banner_text1_box {
		width: 55%;
	}
	.banner_text1_img {
		margin:0 0 0.1rem 0;
	}
}
@media screen and (max-width:425px){
	.banner_text1_box h3 {
		font-size: 0.2rem;
	}
}





/* home_btn */
.home_btn{
   position: relative;
   z-index: 77;
}
.home_btn_a{
   display: inline-block;
   background-color: #fff;
   transition: all 0.3s ease;
   border: 1px solid var(--i_color);
   box-sizing: border-box;
   overflow: hidden;
}
.home_btn_flex{
   display: flex;

}
.home_btn_flex p{
   font-size: 0.18rem;
   color: var(--i_color);
   font-weight: bold;
   box-sizing: border-box;
   padding: 0.1rem 0.1rem 0.1rem 0.2rem;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
   white-space:nowrap;
}
.home_btn_flex i{
   width: 0.67rem;
   height: 0.5rem;
   display: flex;
   justify-content: center;
   align-items: center;
   box-sizing: border-box;
   padding-left: 0.17rem;
   position: relative;
   z-index: 2;
   transition: all 0.3s ease;
}
.home_btn_flex i::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 105%;
	height: 105%;
	background-color: var(--i_color);
	clip-path: polygon(28% 0, 100% 0, 100% 100%, 0% 100%);
	z-index: -1;
	transition: all 0.3s ease;
}
.home_btn_flex i iconify-icon{
   font-size: 0.26rem;
   color: #fff;
   transition: all 0.3s ease;
}
.home_btn_a:hover{
	background-color: var(--i_color);
}
.home_btn_a:hover p{
	color: #fff;
}
.home_btn_a:hover .home_btn_flex i::after{
	background-color: #fff;
}
.home_btn_a:hover .home_btn_flex i iconify-icon{
	color: #333;
}

.home_btn_white .home_btn_a{
	border: 0px solid #fff;
}
.home_btn_white .home_btn_flex i::after{
	background: rgba(48, 64, 142, 0.3);
}
.home_btn_white .home_btn_flex i iconify-icon{
	color: var(--i_color);
}
.home_btn_white .home_btn_a:hover{
	background: #333;
}
.home_btn_white .home_btn_a:hover i::after{
	background-color: #fff;
}
.home_btn_center{
	display: flex;
	justify-content: center;
}



@media screen and (max-width:1440px){
	.home_btn_flex p {
		font-size: 0.16rem;
		padding: 0.08rem 0.08rem 0.08rem 0.15rem;
	}
	.home_btn_flex i {
		width: 0.6rem;
		height: 0.45rem;
		padding-left: 0.1rem;
	}
	.home_btn_flex i iconify-icon {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px){

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

}
@media screen and (max-width:767px){
	.home_btn_flex p {
		font-size: 0.14rem;
		padding: 0.05rem 0rem 0.05rem 0.12rem;
	}
	.home_btn_flex i {
		width: 0.5rem;
		height: 0.4rem;
	}
	.home_btn_flex i iconify-icon {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:560px){

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

}


/* home_solutions */
.home_solutions_bac{
   background-color: #F6F6F8;
   box-sizing: border-box;
   padding: 1rem 0;
   position: relative;
   z-index: 2;
}
.home_solutions_bacImg{
	width: 59.375%;
	position: absolute;
	right: 10.5%;
	top: 16%;
	z-index: -1;
}
.home_solutions{

}
.home_solutions_ul{
	margin-top: 0.6rem;
	display: flex;
	gap: 0.25rem;
}
.home_solutions_ul li{
    width: 24%;
	height: 4.58rem;
	flex-grow: 1;
	box-sizing: border-box;
	padding-top: 0.8rem;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}
.home_solutions_ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.home_solutions_ul li.active{
	flex-grow: 10000 !important;
}
.home_solutions_ul li a>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    opacity: 0;
	transition: all 0.3s ease;
}
.home_solutions_1{
   background-color: #fff;
   box-sizing: border-box;
   padding: 0.4rem 0.35rem;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}
.home_solutions_1 h3{
   font-size: 0.28rem;
   color: #333;
   font-weight: bold;
   text-transform: capitalize;
}
.home_solutions_1 h4{
   line-height: 150%;
   font-size: 0.18rem;
   color: #666;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
}
.home_solutions_1 img{
   width: 100%;
   aspect-ratio: 273 / 167;
   object-fit: cover;
}
.home_solutions_2{
   position: absolute;
   top: 100%;
   left: 0;
   width: 3.05rem;
   height: 100%;
   background: rgba(48,64,142,0.5);
   background-size: cover;
   backdrop-filter: blur(40px);
   transition: all 0.7s ease;
   z-index: 2;
   overflow: hidden;
}
.home_solutions_2>img{
	width: 5.15rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    z-index: -1;
	opacity: 0.2;
}
.home_solutions_left{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 6%;
}
.home_solutions_text{


}
.home_solutions_text h5{
   font-size: 0.28rem;
   color: #fff;
   font-weight: bold;
}
.home_solutions_text h6{
   font-size: 0.18rem;
   color: #fff;
   line-height: 150%;
   margin-top: 0.15rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
}
.right_i{
   position: absolute;
   bottom: 0.03rem;
   right: 0.03rem;
   box-sizing: border-box;
   padding: 0.05rem 0.2rem 0.05rem 0.3rem;
   background-color: rgba(255, 255, 255, 0.9);
   clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
   transition: all 0.3s ease;

}
.right_i iconify-icon{
   font-size: 0.25rem;
   color: var(--i_color);
}



.home_solutions_ul li.active{
    padding-top: 0;
}
.home_solutions_ul li.active a>img{
    opacity: 1;
}
.home_solutions_ul li.active .home_solutions_2{
	top: 0;
}
.home_solutions_ul li.active .home_solutions_1{
	opacity: 0;
}

@media screen and (max-width:1440px){
	.home_solutions_1 h3,
	.home_solutions_text h5 {
		font-size: 0.24rem;
	}
	.home_solutions_1 h4,
	.home_solutions_text h6 {
		font-size: 0.16rem;
	}
	.home_solutions_ul li {
		height: 4.4rem;
		padding-top: 0.6rem;
	}
	.home_solutions_ul{
		gap: 0.2rem;
	}
	.home_solutions_1{
		padding: 0.35rem 0.3rem;
	}
	.home_solutions_bac {
		padding: 0.8rem 0;
	}
	.home_solutions_2{
		width: 2.5rem;
	}
}
@media screen and (max-width:1200px){
	.home_solutions_ul li {
		height: 4rem;
		padding-top: 0.4rem;
	}
	.home_solutions_ul{
		margin-top: 0.4rem;
	}
	.home_solutions_bac {
		padding: 0.6rem 0;
	}
	.home_solutions_2{
		width: 2.2rem;
	}
}
@media screen and (max-width:1024px){
	.home_solutions_ul li {
		height: 3.8rem;
	}
}
@media screen and (max-width:767px){
    .home_solutions_ul {
		flex-wrap: wrap;
	}
	.home_solutions_ul li{
		width: 100%;
	}
	.home_solutions_2{
		width: 42%;
	}
}
@media screen and (max-width:560px){
	.home_solutions_ul li {
		height: 3.5rem;
	}
	.home_solutions_1 h3,
	.home_solutions_text h5 {
		font-size: 0.2rem;
	}
	.home_solutions_2{
		width: 52%;
	}
}
@media screen and (max-width:425px){

}


/* title */
.title{

}
.title b{
	font-size: 0.18rem;
	color: var(--i_color);
	margin-bottom: 0.15rem;
	display: block;
}
.title p{
   font-size: 0.4rem;
   color: #333;
   font-weight: bold;
   text-transform: uppercase;
   line-height: 125%;
}
.title span{
   font-size: 0.18rem;
   color: #666;
   line-height: 150%;
   margin-top: 0.15rem;
   display: block;
}

.title_center b,
.title_center p,
.title_center span{
   text-align: center;
}

.title_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.2rem;
}
.title_white p,
.title_white span{
	color: #fff !important;
}


@media screen and (max-width:1440px){
	.title p{
		font-size: 0.35rem;
	}
	.title b,
	.title span{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.title p{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.title_box{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:767px){
	.title p{
		font-size: 0.25rem;
	}
}
@media screen and (max-width:560px){

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

}


/* home_products */
.home_products_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.home_products{

}



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

.HP_partner{position:relative}
.HP_partner_list{
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.HP_partner_list .swiper-wrapper{
	display:flex;
	position:relative;
	width:100%;
	z-index:1;
}
.HP_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HP_partner_list li a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.HP_partner_list li a::after{
	content: '';
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #ffffff 0%, #2c40a1 100%), #E7EBEE;
	z-index: -1;
	transition: all 0.7s ease;
}
.HP_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
.HP_partner_list .img:before{
	content:"";
	display:block;
	padding-bottom:100%;
}
.HP_partner_list .img img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
	object-fit:contain;
	transition: all 0.3s ease;
}
.HP_text{
    box-sizing: border-box;
	padding: 0.2rem 4% 0.6rem 4%;
}
.HP_text h3{
   font-size: 0.2rem;
   line-height: 0.27rem;
   height: 0.81rem;
   font-weight: bold;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   width: 100%;
   text-align: center;
   transition: all 0.3s ease;
}
.HP_text i{
	opacity: 0;
}

.HP_partner_list li a:hover .HP_text i{
	opacity: 1;
}
.HP_partner_list li a:hover h3{
	color: #fff;
}
.HP_partner_list li a:hover::after{
	bottom: 0;
}







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

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

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

@media screen and (max-width:1440px){
	.home_products_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.HP_partner .pt-button-prev, .HP_partner .pt-button-next{display:none}
	.HP_partner .pt-pagination{display:block}
	.home_products_bac {
		padding: 0.6rem 0;
	}
	.HP_partner_box {
		margin-top: 0.4rem;
	}
	.HP_text h3 {
		font-size: 0.18rem;
		line-height: 0.25rem;
		height: 0.75rem;
	}
}
@media screen and (max-width:1024px) {

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

}
@media screen and (max-width:560px) {
	.HP_text i{
		opacity: 0;
	}

	.HP_partner_list li a .HP_text i{
		opacity: 1;
	}
	.HP_partner_list li a h3{
		color: #fff;
	}
	.HP_partner_list li a::after{
		bottom: 0;
	}
}
@media screen and (max-width:425px) {

}


/* home_about */
.home_about_bac{
   box-sizing: border-box;
   padding-bottom: 3.2rem;
   position: relative;
   overflow: hidden;
   z-index: 2;
}
.home_about_bacImg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.home_about{
    overflow: hidden;
}
.home_about_box{
	width: 40%;
}
.home_about_ul{
    display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 28%;
	margin-left: auto;
	margin-top: -1rem;
}
.home_about_ul li{
    display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding-bottom: 0.22rem;
	border-bottom: 1px solid #D8D8D8;
}
.home_about_ul li h3{
    font-size: 0.2rem;
	color: #333;
	display: flex;
	gap: 0.05rem;
}
.home_about_ul li h3 span{
	font-size: 0.9rem;
	color: #333;
	font-family: 'adv';
	line-height: 75%;
}
.home_about_ul li h4{
	font-size: 0.18rem;
	line-height: 150%;
	color: #666;
	text-transform: capitalize;
	text-align: right;
}



@media screen and (max-width:1440px){
	.home_about_ul li h3 span{
		font-size: 0.8rem;
	}
	.home_about_ul{
		gap: 0.8rem;
		margin-top: -0.8rem;
	}
	.home_about_ul li h4 {
		font-size: 0.16rem;
	}
	.home_about_ul li h3 {
		font-size: 0.18rem;
	}
	.home_about_bac {
		padding-bottom: 2.8rem;
	}
	.home_about_ul {
		width: 32%;
	}
}
@media screen and (max-width:1200px){
	.home_about_ul li h3 span{
		font-size: 0.6rem;
	}
	.home_about_ul{
		gap: 0.6rem;
		margin-top: -0.6rem;
	}
	.home_about_bac {
		padding-bottom: 2.4rem;
	}
}
@media screen and (max-width:1024px){
	.home_about_ul li h3 span{
		font-size: 0.4rem;
	}
	.home_about_ul{
		gap: 0.4rem;
		margin-top: -0.4rem;
	}
}
@media screen and (max-width:767px){
	.home_about_box {
		width: 100%;
	}
	.home_about_ul {
        width: 43%;
    }
	.home_about_bac {
        padding-bottom: 2rem;
    }
}
@media screen and (max-width:560px){
	.home_about_ul {
        width: 100%;
    }
	.home_about_ul{
		margin-top: 0.4rem;
	}
	.home_about_ul li h4 {
        font-size: 0.14rem;
    }
}
@media screen and (max-width:425px){

}


/* company_adv */
.company_adv_bac{
   box-sizing: border-box;
   padding: 1.3rem 0 1rem 0;
   position: relative;
   z-index: 2;
   background: url('static/imgs/company_adv_bac.webp') center no-repeat;
   background-size: cover;
   overflow: hidden;
   --vom_w:0.25rem;
}

.company_adv{

}
.company_adv_tit{
	width: 31%;
	border-bottom: 2px solid var(--i_color);
	box-sizing: border-box;
}
.company_adv_area{
   margin-top: 1.6rem;
}
.company_adv_area dt{
   animation: adv_left 0.7s ease;
}
.company_adv_area dt h3{
   font-size: 0.24rem;
   color: var(--i_color);
   font-weight: bold;
   line-height: 0.28rem;
   min-height: 0.56rem;
   margin-bottom: 0.15rem;
}
.company_adv_area dt h4{
   font-size: 0.18rem;
   line-height: 0.27rem;
   height: 1.35rem;
   box-sizing: border-box;
   padding-right: 0.1rem;
   overflow: auto;
   margin-bottom: 0.15rem;
   overflow-y: auto;
   scroll-behavior: smooth;
   -webkit-overflow-scrolling: touch;
}
/*滚动条*/
.company_adv_area dt h4::-webkit-scrollbar{width:1px; height:1px}
.company_adv_area dt h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.company_adv_area dt h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.company_adv_list{
   display: flex;
   justify-content: space-between;
   margin-top: 0.55rem;
}
.company_adv_list li {
   width: 0.96rem;
   height: 0.96rem;
   background-color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   z-index: 2;
   transition: all 0.3s ease;
}
.company_adv_list li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	width: 100%;
	height: 100%;
	background-color: var(--i_color);
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease;
}
.company_adv_list li img{
	width: 0.7rem;
	height: 0.7rem;
	object-fit: contain;
	opacity: 1;
}
.company_adv_list li.current{
	box-shadow: 5.07px 5.07px 25.34px 0px rgba(48, 64, 142, 0.6);
}
.company_adv_list li.current::after{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.company_adv_list li.current img{
   filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
.company_adv_cricle{
   position: absolute;
   right: -9%;
   top: -43%;
   width: 9.7rem;
   height: 9.7rem;
}
.company_adv_i{
    position: absolute;
    display: block;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 106%;
	height: 106%;
	border: 1px solid var(--i_color2);
	border-radius: 50%;
	animation: circle2 35s linear infinite;
}
.company_adv_i::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: var(--vom_w);
	height: var(--vom_w);
	border-radius: 50%;
	background-color: var(--i_color);
}
.company_adv_i::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	width: var(--vom_w);
	height: var(--vom_w);
	border-radius: 50%;
	background-color: var(--i_color);
}
.company_adv_i span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%,-50%);
	width: var(--vom_w);
	height: var(--vom_w);
	border-radius: 50%;
	background-color: var(--i_color);
}
.company_adv_i span::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(50%,-50%);
	width: var(--vom_w);
	height: var(--vom_w);
	border-radius: 50%;
	background-color: var(--i_color);
}
@keyframes circle2{
	0%{
		transform: translate(-50%,-50%) rotate(0);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
	}
}

.company_adv_img{
	width: 100%;
	height: 100%;
}
.company_adv_img dt{
    position: relative;
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.company_adv_img dt img{
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes adv_left{
	0%{
		transform: translateX(-0.2rem);
		opacity: 0.5;
	}
	100%{
		transform: translateX(0);
		opacity: 1;
	}
}



@media screen and (max-width:1440px){
	.company_adv_cricle {
		width: 9rem;
		height: 9rem;
	}
	.company_adv_list li {
		width: 0.9rem;
		height: 0.9rem;
	}
	.company_adv_list li img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.company_adv_area {
		margin-top: 1.4rem;
	}
	.company_adv_bac {
		padding: 1.1rem 0 0.8rem 0;
	}
	.company_adv_area dt h3 {
		font-size: 0.22rem;
		line-height: 0.24rem;
		min-height: 0.48rem;
	}
	.company_adv_bac{
		--vom_w:0.2rem;
	}
}
@media screen and (max-width:1200px){
	.company_adv_cricle {
		width: 8rem;
		height: 8rem;
	}
	.company_adv_list li {
		width: 0.8rem;
		height: 0.8rem;
	}
	.company_adv_list li img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.company_adv_area {
		margin-top: 1.2rem;
	}
	.company_adv_bac {
		padding: 0.9rem 0 0.6rem 0;
	}
	.company_adv_tit {
		width: 36%;
	}
}
@media screen and (max-width:1024px){
	.company_adv_area {
		margin-top: 1rem;
	}
	.company_adv_cricle {
		width: 7rem;
		height: 7rem;
	}
	.company_adv_list li {
		width: 0.7rem;
		height: 0.7rem;
	}
	.company_adv_list li img {
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.company_adv_area {
		margin-top: 0.4rem;
	}
	.company_adv_bac {
		padding: 0.6rem 0;
	}
	.company_adv_list{
		flex-wrap: wrap;
		gap: 1px;
	}
	.company_adv_list li{
		width: calc((100% - 5px) / 6);
		height: unset;
		aspect-ratio: 1 / 1;
	}
	.company_adv_cricle {
        width: 90%;
        height: unset;
		aspect-ratio: 1 / 1;
    }
	.company_adv_tit {
        width: 100%;
    }
	.company_adv_cricle {
		position: relative;
		right: unset;
		top: unset;
		margin-left: auto;
		margin-top: 0.4rem;
		margin-right: auto;
	}
	.company_adv_bac{
		--vom_w: 0.15rem;
	}
	.company_adv_list li img {
		width: 0.6rem;
		height: 0.6rem;
	}
	.company_adv_list {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.company_adv_list li img {
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media screen and (max-width:425px){

}

/* home_case */
.home_case_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.home_case{

}



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

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

.case_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	z-index: 4;
}
.case_partner_list .img:before{
	content:"";
	display:block;
	padding-bottom:47.6%;
}
.case_partner_list .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_partner_list .img p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.25rem 5%;
	background: rgba(48,64,142,0.4);
    font-size: 0.22rem;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}
.case_text{
    box-sizing: border-box;
	padding: 0.8rem 1.2rem 0.4rem 1.2rem;
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease;
}
.case_text::after{
	content: '';
	position: absolute;
	top: 0.4rem;
	left: -0.3rem;
	width: 0.93rem;
	height: 0.73rem;
	background: url('static/imgs/home_case1.png') center no-repeat;
	background-size: contain;

}
.case_text::before{
	content: '';
	position: absolute;
	bottom: 0;
	right: -0.3rem;
	width: 0.91rem;
	height: 0.71rem;
	background: url('static/imgs/home_case2.png') center no-repeat;
	background-size: contain;

}
.case_text h3{
    font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.case_text h3::after{
	content: '';
	position: absolute;
	width: 120%;
	height: 170%;
	background-color: rgba(216,216,216,0.3);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.case_text h4{
    font-size: 0.18rem;
	line-height: 0.27rem;
	color: #666;
	height: 1.08rem;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 0.1rem;
	overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

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

.case_partner_list li.swiper-slide-active .case_text{
	opacity: 1;
}







/* 指示器 */
.home_case_down{
	position: absolute;
	bottom: 0.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 55%;
	display: flex;
	gap: 0.2rem;
	align-items: center;
}
.case_partner .pt-pagination{
    font-size: 0.16rem;
	color: #555;
}
.case_partner .pt-pagination .swiper-pagination-current{
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
}
.case_partner .pt-pagination .swiper-pagination-total{
	font-size: 0.18rem;
	color: #999;
	font-weight: bold;
}
.home_case_down_i{
	width: 1.6rem;
	height: 1px;
	background-color: rgba(216,216,216,0.6);
	position: relative;

}
.home_case_down_i::after{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 25%;
	height: 2px;
	background-color: #009E56;
}


@media screen and (max-width:1440px){
	.case_partner_list .img p {
		padding: 0.2rem 5%;
		font-size: 0.2rem;
	}
	.case_text::after{
		top: 0.4rem;
		left: -0.2rem;
		width: 0.8rem;
		height: 0.6rem;

	}
	.case_text::before{
		right: -0.2rem;
		width: 0.8rem;
		height: 0.6rem;
	}
	.case_text {
		padding: 0.6rem 1rem 0.4rem 1rem;
	}
	.home_case_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.case_partner .pt-button-prev, .case_partner .pt-button-next{display:none}
	.case_partner .pt-pagination{display:block}
	.home_case_down {
		width: 66%;
	}
	.home_case_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:767px) {
	.home_case_down {
		width: 90%;
	}
	.case_text::after{
		top: 0.2rem;
		width: 0.7rem;
		height: 0.5rem;
	}
	.case_text::before{
		width: 0.7rem;
		height: 0.5rem;
	}
	.case_text {
        padding: 0.4rem 0.8rem ;
    }
	.case_partner_list .img p {
		padding: 0.15rem 4%;
		font-size: 0.18rem;
	}
	.case_partner_box {
		margin-top: 0.4rem;
	}
	.case_partner_list {
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:560px) {
	.case_text::after{
		top: 0.2rem;
		width: 0.5rem;
		height: 0.3rem;
	}
	.case_text::before{
		width: 0.5rem;
		height: 0.3rem;
	}
	.case_text {
        padding: 0.3rem 0.5rem ;
    }
	.case_text h3 {
		font-size: 0.2rem;
	}
	.case_text h4 {
		font-size: 0.16rem;
		line-height: 0.25rem;
		height: 1rem;
	}
	.case_partner_list .img p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:425px) {

}


/* home_zs */
.home_zs_bac{
   position: relative;

}
.home_zs_bacImg{
   width: 100%;
}
.home_zs{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.home_zs_box{

   width: 35%;
}
.home_zs_box .title p{
	position: relative;
	z-index: 2;
}
.home_zs_box .title p::after{
	content: '';
    position: absolute;
	width: 5.04rem;
	height: 0.91rem;
	background: url('static/imgs/home_zs_logo.png') center no-repeat;
	background-size: contain;
	z-index: -1;
	top: -68%;
    left: 2%;
}
.home_zs_ul{
   display: flex;
   gap: 0.2rem 0.25rem;
   margin-top: 2.4rem;
   flex-wrap: wrap;
}
.home_zs_ul li{
   box-sizing: border-box;
   padding: 0.1rem 0.15rem;
   border: 1px dashed #979797;
   width: calc((100% - 0.25rem) / 2);
   display: flex;
   align-items: center;
   gap: 0.1rem;
   transition: all 0.3s ease;
}
.home_zs_ul li img{
   width: 0.4rem;

}
.home_zs_ul li p{
	font-size: 0.18rem;
	line-height: 150%;
	color: #666;
}

@media screen and (max-width:1440px){
	.home_zs_ul {
		margin-top: 2rem;
	}
	.home_zs_box .title p::after {
		width: 4.5rem;
		height: 0.8rem;
	}
	.home_zs_ul li p {
		font-size: 0.16rem;
	}
	.home_zs_ul li img{
		width: 0.35rem;
	}
	.home_zs_ul li{
		gap: 0.05rem;
	}
}
@media screen and (max-width:1200px){
	.home_zs_ul {
		margin-top: 1.4rem;
	}
	.home_zs_box .title p::after {
		width: 4rem;
		height: 0.7rem;
	}
	.home_zs_ul li img{
		width: 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.home_zs_ul {
		display: none;
	}
	.home_zs_box .title p::after {
		width: 3rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:767px){
	.home_zs_box .title p::after {
		width: 2rem;
		height: 0.4rem;
	}
	.home_zs {
		top: 35%;
	}
}
@media screen and (max-width:560px){
    .home_zs_box .title span{
		display: none;
	}
	.home_zs_box {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}

/* home_news */
.home_news_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.home_news{

}
.home_news_box{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.6rem;
   justify-content: space-between;
}
.home_news_left{
   width: 50%;

}
.home_news_left a{
   position: relative;
   width: 100%;
   height: 5.22rem;
   display: block;
   overflow: hidden;
}

.home_news_left a img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   transition: all 0.3s ease;
}
.home_news_left a:hover img{
	transform: scale(1.1);
}
.home_news_data{
   position: absolute;
   top: 0;
   right: 0;
   background: linear-gradient(77deg, rgba(0,0,0,0),rgba(0,0,0,0.12));
   box-sizing: border-box;
   padding: 0.3rem 0.4rem 0.3rem 1.3rem;
}
.home_news_data h3{
   font-size: 0.18rem;
   line-height: 150%;
   color: #fff;
}
.home_news_data h4{
	font-size: 0.4rem;
	color: #fff;
	margin-top: 0.05rem;
}
.home_news_text{
    position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0.8rem 5% 0.3rem 5%;
	background: linear-gradient(180deg, rgba(0,0,0,0),rgba(0,0,0,0.8));
	width: 100%;
}
.home_news_text h5{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
   line-height: 150%;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
}
.home_news_ul{
	width: calc(50% - 0.2rem);
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem;
	height: 100%;
}
.home_news_ul li{
	width: calc((100% - 0.2rem) / 2);

}
.home_news_ul li a{
	display: block;
	width: 100%;
	background-color: rgba(231,233,238,0.38);
	box-sizing: border-box;
	padding: 0.5rem 0.35rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    height: 5.22rem;
	position: relative;
}
.home_news_ul li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.7s ease;
	width: 0;
	height: 2px;
	background-color: var(--i_color);
}
.home_news_ul li a:hover::after{
	width: 100%;
	right: auto;
	left: 0;
}
.home_news_ulText{

}
.home_news_ulText h3{
   font-size: 0.2rem;
   line-height: 0.3rem;
   color: #333;
   height: 0.9rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   width: 100%;
   font-weight: bold;
   transition: all 0.3s ease;
}
.home_news_ulText i{
	display: block;
	margin: 0.3rem 0;
	width: 100%;
	height: 1px;
	background-color: #D8D8D8;
}
.home_news_ulText h4{
   font-size: 0.18rem;
   line-height: 0.27rem;
   color: #666;
   height: 1.08rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   width: 100%;
}
.home_news_ulData{

}
.home_news_ulData{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.home_news_ulDataNow{

}
.home_news_ulDataNow h5{
   font-size: 0.18rem;
   color: #666;
}
.home_news_ulDataNow h6{
   font-size: 0.4rem;
   color: #999;
   margin-top: 0.1rem;
}
.home_news_ulData iconify-icon{
   font-size: 0.36rem;
   color: #666;
   transition: all 0.3s ease;

}
.home_news_ul li a:hover h3{
	color: var(--i_color);
}
.home_news_ul li a:hover .home_news_ulData iconify-icon{
	color: var(--i_color);
}
/* 默认隐藏的图片样式 */
.news_hide {
	position: absolute;
	width: 320px;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.5); /* 增加阴影，使其有悬浮在空中的立体感 */
	pointer-events: none;  /* 核心：避开鼠标事件，防止鼠标“踩上”图片时发生剧烈闪烁 */
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.7);
	will-change: transform, opacity; /* 告诉浏览器优化这段动画性能 */
	z-index: 9;
}
.home_news_ul li a:hover {
	z-index: 5;
}

@media screen and (max-width:1440px){
	.home_news_ulDataNow h6 {
		font-size: 0.3rem;
	}
	.home_news_ulData iconify-icon {
		font-size: 0.3rem;
	}
	.home_news_bac {
		padding: 0.8rem 0;
	}
	.home_news_ul li a {
		padding: 0.4rem 0.3rem;
		height: 5rem;
	}
	.home_news_left a {
		height: 5rem;
	}
	.home_news_data h4 {
		font-size: 0.3rem;
	}
	.home_news_ulText i {
		margin: 0.25rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_news_bac {
		padding: 0.6rem 0;
	}
	.home_news_box {
		margin-top: 0.4rem;
	}
	.home_news_ul li a {
		height: 4.5rem;
	}
	.home_news_left a {
		height: 4.5rem;
	}
	.home_news_ulText i {
		margin: 0.2rem 0;
	}
	.home_news_ulText h4 {
		font-size: 0.16rem;
		line-height: 0.25rem;
		height: 0.75rem;
		-webkit-line-clamp: 3;
	}
	.home_news_ulText h3 {
		font-size: 0.18rem;
		line-height: 0.28rem;
		height: 0.56rem;
		-webkit-line-clamp: 2;
	}
	.home_news_data {
		padding: 0.2rem 0.3rem 0.2rem 1rem;
	}
}
@media screen and (max-width:1024px){
	.home_news_ul li a {
		height: 4rem;
	}
	.home_news_left a {
		height: 4rem;
	}
}
@media screen and (max-width:767px){
	.home_news_left {
		width: 100%;
	}
	.home_news_left a{
		height: unset;
	}
	.home_news_left a::after{
		content: '';
		display: block;
		padding-bottom: 75%;
	}
	.home_news_left a img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) !important;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.home_news_ul {
		width: 100%;
		margin-top: 0.2rem;
	}
	.home_news_ul li a{
		height: unset;
		gap: 0.4rem;
	}

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

}


/* footer_top */
.footer_top_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background: url('static/imgs/footer_top.webp') center no-repeat;
   background-size: cover;
}
.footer_top{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.footer_top h3{
   font-size: 0.45rem;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
}
.footer_top h4{
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
	margin: 0.2rem 0;
	line-height: 166%;

}

@media screen and (max-width:1440px){
	.footer_top h3{
		font-size: 0.4rem;
	}
	.footer_top h4{
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1200px){
	.footer_top h3{
		font-size: 0.35rem;
	}
	.footer_top_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.footer_top h3{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:767px){
	.footer_top_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:560px){
    .footer_top h4 {
        font-size: 0.16rem;
    }
	.footer_top h3{
		font-size: 0.25rem;
	}
}
@media screen and (max-width:425px){

}


/* footer */
.footer_bac{
   background: url('static/imgs/footer_bac.webp') center no-repeat;
   background-size: cover;
}
.footer{

}
.footer_up{
	box-sizing: border-box;
	padding: 0.6rem 0 0.4rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_up img{
	height: 0.4rem;
}
.footer_share{
   display: flex;
   align-items: center;
   gap: 0.24rem;
}
.footer_share p{
   font-size: 0.24rem;
   color: rgba(255, 255, 255, 0.7);
}
.footer_share_dl{
   display: flex;
   gap: 0.24rem;
}
.footer_share_dl dt{

}
.footer_share_dl dt a{
   width: 0.44rem;
   height: 0.44rem;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: rgba(255, 255, 255, 0.2);
   border-radius: 50%;
   transition: all 0.3s ease;
}
.footer_share_dl dt a iconify-icon{
   font-size: 0.18rem;
   color: #DADADA;
   transition: all 0.3s ease;
}

.footer_share_dl dt a:hover{
	background-color: var(--i_color);
	transform: translateY(-5px);
}
.footer_share_dl dt a:hover iconify-icon{
	color: #fff;
}
.footer_center{
   box-sizing: border-box;
   padding: 0.6rem 0;
   display: flex;
}
.footer_1{
   width: 49%;
   box-sizing: border-box;
   padding-right: 15%;
}
.footer_1 a{
   font-size: 0.3rem;
   color: #fff;
   transition: all 0.3s ease;
}
.footer_contact{
   margin-top: 0.25rem;
   display: flex;
   gap: 0.2rem;
   flex-direction: column;
}
.footer_contact li{
   display: flex;
   gap: 0.1rem;
}
.footer_contact li p{
   font-size: 0.18rem;
   color: rgba(255, 255, 255, 0.6);
   line-height: 144%;
}
.footer_contact li a{
	font-size: 0.18rem;
	color: #fff;
	line-height: 144%;
	transition: all 0.3s ease;
}
.footer_1 a:hover{
	color: var(--i_color2);
}
.footer_2{
	width: 16.4%;
	box-sizing: border-box;
	padding-right: 2%;
}
.footer_3{
	width: 16.4%;
	box-sizing: border-box;
	padding-right: 2%;
}
.footer_4{
	width: 18.2%;
}
.footer_h3{
	font-size: 0.2rem;
	color: #fff;
	margin-bottom: 0.2rem;
	text-transform: uppercase;
}
.footer_ul{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
}
.footer_ul ul{
	display: none;
}
.footer_ul li{

}
.footer_ul li a{
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.6);
	transition: all 0.3s ease;
	position: relative;
}
.footer_ul li a::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all 0.5s ease;
}
.footer_ul li a:hover{
	color: #fff;
}
.footer_ul li a:hover::after{
	right: auto;
	width: 100%;
	left: 0;
}
.footer_down{
	box-sizing: border-box;
	padding: 0.25rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_down p{
	font-size: 0.16rem;
	color: #fff;
	line-height: 144%;
}
.footer_down p a{
	font-size: 0.16rem;
	color: #fff;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
	line-height: 144%;
}
.footer_down p a:hover{
	border-bottom: 1px solid #fff;
}



@media screen and (max-width:1440px){
	.footer_up {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:1200px){
	.footer_up img {
		height: 0.35rem;
	}
}
@media screen and (max-width:1024px){
	.footer_1 {
		width: 100%;
		box-sizing: border-box;
		padding-right: 0%;
	}
	.footer_2,.footer_3,.footer_4{
		display: none;
	}
	.footer_1 a {
		font-size: 0.26rem;
	}
	.footer_center {
		padding: 0.4rem 0;
	}
	.footer_down {
		padding: 0.25rem 0 0.75rem 0;
	}
}
@media screen and (max-width:767px){

	.footer_share{
		display: none;
	}
}
@media screen and (max-width:560px){
    .footer_up img {
        height: 0.3rem;
    }
}
@media screen and (max-width:425px){

}


/* banner_about */
.banner_top{
	height: var(--header_height);
	background-color: #fff;
}
.banner_about{
    position: relative;
}

.banner_about img{
	width: 100%;
	aspect-ratio: 1920 / 700;
	object-fit: cover;
}




/* 当前位置 */
.in_position{padding:0.14rem 0;background-color: #F9F9F9;position: relative;z-index: 3;}

.in_position a{display:block; float:left; font-size:0.14rem; color:#4C4C4C; position:relative; line-height:0.2rem; text-transform:capitalize}
.in_position a:first-child{padding-left:0.24rem; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:0.16rem}
.in_position a:not(:last-child):after{content:">"; margin:0 0.1rem; color:#4C4C4C}
.in_position a:last-child{color:var(--i_color)!important}
.in_position a:hover{color:var(--i_color)}
@media screen and (max-width:959px){
    .in_position{
	  display: none;
    }
}
@media screen and (max-width:767px){

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

}


/* about_list */
.about_list_bac{
   box-sizing: border-box;
   padding-top: 0.3rem;
}
.about_list{

}
.about_list_ul{
   display: flex;
   gap: 0.7rem;
   border-bottom: 1px solid rgba(51,51,51,0.2);
}
.about_list_ul li{

}
.about_list_ul li a{
   font-size: 0.2rem;
   color: #666;
   font-weight: bold;
   box-sizing: border-box;
   padding: 0.2rem 0.3rem;
   position: relative;
   display: block;
}
.about_list_ul li a::after{
   content: '';
   position: absolute;
   bottom: -1px;
   right: 0;
   width: 0;
   height: 3px;
   background-color: var(--i_color);
   transition: all 0.5s ease;
}
.about_list_ul li.active a,
.about_list_ul li a:hover{
   color: var(--i_color) !important;
}
.about_list_ul li.active a::after,
.about_list_ul li a:hover::after{
	right: auto !important;
	left: 0 !important;
	width: 100% !important;
}



@media screen and (max-width:1440px){
	.about_list_ul li a {
		font-size: 0.18rem;
		padding: 0.15rem 0.25rem;
	}
	.about_list_ul {
		gap: 0.6rem;
	}
}
@media screen and (max-width:1200px){

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

}
@media screen and (max-width:767px){
	.about_list_ul {
		gap: 0.4rem;
	}
}
@media screen and (max-width:560px){

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

}



/* about_us */
.about_us_bac{
   position: relative;
   box-sizing: border-box;
   padding: 0.8rem 0 4.7rem 0;
   z-index: 2;
}
.about_us_img{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: -1;
}
.about_us{
   display: flex;
   flex-wrap: wrap;
}
.about_us_left{
   width: 50.47%;
}
.about_us_left h3{
   font-size: 0.64rem;
   color: var(--i_color);
   line-height: 130%;
   font-weight: bold;
}
.about_us_right{
    width: 49.53%;
}
.about_us_right article{
	font-size: 0.18rem;
	line-height: 166%;
	color: #333;
	height: 6.5rem;
	overflow: auto;
	box-sizing: border-box;
	padding-right: 0.1rem;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}


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

.Lenis_no {
    overflow-y: auto !important;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}


@media screen and (max-width:1440px){
	.about_us_left h3 {
		font-size: 0.6rem;
	}
	.about_us_bac {
		padding: 0.6rem 0 4.5rem 0;
	}
	.about_us_right article{
		height: 6rem;
	}

}
@media screen and (max-width:1200px){
	.about_us_left h3 {
		font-size: 0.5rem;
	}
	.about_us_bac {
		padding: 0.6rem 0 4.2rem 0;
	}
	.about_us_right article{
		height: 5.6rem;
	}
}
@media screen and (max-width:1024px){
	.about_us_left h3 {
		font-size: 0.4rem;
	}
	.about_us_bac {
		padding: 0.6rem 0 3.8rem 0;
	}
	.about_us_right article{
		height: 5rem;
	}
}
@media screen and (max-width:767px){
	.about_us_left h3 {
		font-size: 0.3rem;
	}
	.about_us_left h3 br{
		display: none;
	}
	.about_us_bac {
		padding: 0.4rem 0 0rem 0;
	}
	.about_us_right article{
		height: 3.8rem;
	}
	.about_us_left {
		width: 100%;
	}
	.about_us_right {
		width: 100%;
		margin-top: 0.2rem;
	}
	.about_us_img{
		position: relative;
		bottom: unset;
		left: unset;
		margin-top: 0.4rem;
	}


}
@media screen and (max-width:560px){
    .about_us_left h3 {
        font-size: 0.25rem;
    }
}
@media screen and (max-width:425px){

}


/* about_map */
.about_map_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
   background: url('static/imgs/about_map_bac.webp') center no-repeat;
   background-size: cover;
}
.about_map{

}
.about_map_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem;
   width: 50%;
}
.about_map_ul li{
   width: 2.5rem;
   height: 2.6rem;
   background-color: #fff;
   box-shadow: 0px 4px 10px 0px rgba(42, 103, 166, 0.1);
   box-sizing: border-box;
   padding: 0.4rem;
   position: relative;
   z-index: 2;
   overflow: hidden;
   transition: all 0.3s ease;
}
.about_map_ul li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 3.94rem;
	height: 2.54rem;
	object-fit: contain;
	background: url('static/imgs/about_map_logo.png') center no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease;
}
.about_map_ul li:nth-child(2){
	margin-top: 0.8rem;
}
.about_map_ul li:nth-child(3){
	margin-top: -0.8rem;
}
.about_map_ul li h3{
	font-size: 0.38rem;
	color: var(--i_color);
	font-family: 'adv';
	display: flex;
	align-items: center;
	gap: 0.05rem;
	transition: all 0.3s ease;
}
.about_map_ul li h3 span{
	font-size: 0.5rem;
	color: var(--i_color);
	font-family: 'adv';
	transition: all 0.3s ease;
}
.about_map_ul li h4{
   font-size: 0.18rem;
   color: #333;
   line-height: 133%;
   margin-top: 0.2rem;
   transition: all 0.3s ease;
}
.about_map_ul li:hover{
	background-color: var(--i_color);
}
.about_map_ul li:hover::after{
	opacity: 1;
}
.about_map_ul li:hover h3,
.about_map_ul li:hover h3 span,
.about_map_ul li:hover h4{
	color: #fff;
}

@media screen and (max-width:1440px){
	.about_map_ul li h3 span {
		font-size: 0.45rem;
	}
	.about_map_ul li {
		width: 2.4rem;
		height: 2.5rem;
		padding: 0.35rem;
	}
	.about_map_ul li:nth-child(2){
		margin-top: 0.6rem;
	}
	.about_map_ul li:nth-child(3){
		margin-top: -0.6rem;
	}
	.about_map_ul {
		gap: 0.3rem;
	}
}
@media screen and (max-width:1200px){
	.about_map_ul li h3 span {
		font-size: 0.4rem;
	}
	.about_map_ul li {
		width: 2.3rem;
		height: 2.4rem;
		padding: 0.3rem;
	}
	.about_map_ul li h4 {
		font-size: 0.16rem;
		margin-top: 0.15rem;
	}
	.about_map_ul li:nth-child(2){
		margin-top: 0.4rem;
	}
	.about_map_ul li:nth-child(3){
		margin-top: -0.4rem;
	}
	.about_map_ul {
		gap: 0.2rem;
	}
}
@media screen and (max-width:1024px){
	.about_map_ul li {
		width: 2rem;
		height: 2rem;
		padding: 0.3rem;
	}
}
@media screen and (max-width:767px){
	.about_map_ul {
		width: 100%;
	}
	.about_map_bac{
		background-position: center center;
	}
}
@media screen and (max-width:560px){
    .about_map_ul li{
		width: calc((100% - 0.2rem) / 2);

	}
	.about_map_ul li {
        height: 1.8rem;
        padding: 0.25rem;
    }
}
@media screen and (max-width:425px){

}


/* about_core */
.about_core_bac{
   box-sizing: border-box;
   padding-top: 1rem;
}
.about_core{

}
.about_core_ul{
	display: flex;
	border-top: 2px solid #D8D8D8;
	box-sizing: border-box;
	padding: 0.25rem 0;
	margin-top: 0.6rem;
}
.about_core_ul li{
	width: 25%;
	display: flex;
	align-items: center;
	gap: 0.15rem;
	position: relative;
	box-sizing: border-box;
	padding-right: 4%;
}
.about_core_ul li::after{
	content: '';
	position: absolute;
	right: 0;
	width: 0;
	height: 2px;
	transition: all 0.3s ease;
}
.about_core_ul li img{
    width: 0.39rem;
	height: 0.39rem;
	object-fit: contain;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	opacity: 0.3;
}
.about_core_ul li p{
	font-size: 0.2rem;
	color: #333;
	line-height: 144%;
}
.about_core_ul li.active img{
	filter: unset;
	-webkit-filter: unset;
	opacity: 1;
}
.about_core_ul li.active p{
   color: var(--i_color);
}



.about_core_dl{
    display: flex;
	gap: 0.1rem;
	margin-top: 0.2rem;
}
.about_core_dl dt{
   width: 7.5%;
   flex-grow: 1;
   overflow: hidden;
   background-color: #F4F4F4;
   transition: all 1s ease;
   position: relative;

}
.about_core_flex{
	display: flex;
	height: 4.5rem;
}
.about_core_dl dt.active{
	flex-grow: 1000 !important;
}
.about_core_text{
   width: 38.2%;
   flex-shrink: 0;
   display: none;
   box-sizing: border-box;
   padding: 0.6rem 4%;
}
.about_core_text h3{
   font-size: 0.24rem;
   color: #333;
   line-height: 130%;
   font-weight: bold;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   margin-bottom: 0.2rem;
   position: relative;
   width: 17vw;
}
.about_core_text h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.44rem;
	height: 0.03rem;
	background-color: var(--i_color);
}
.about_core_text h4{
   line-height: 155%;
   font-size: 0.16rem;
   color: #666;
   width: 17vw;
}

.about_core_dl dt img{
   position: absolute;
   right: 0;
   width: 61.8%;
   top: 0;
   height: 100%;
   object-fit: cover;
   min-width: 2rem;
}
.about_core_dl dt.active .about_core_text{
	display: block;
}


@media screen and (max-width:1440px){
	.about_core_ul li p {
		font-size: 0.18rem;
	}
	.about_core_ul li img {
		width: 0.35rem;
		height: 0.35rem;
	}
	.about_core_flex {
		height: 4.2rem;
	}
	.about_core_text h3 {
		font-size: 0.22rem;
		padding-bottom: 0.15rem;
		margin-bottom: 0.15rem;
	}
	.about_core_text {
		padding: 0.5rem 3.5%;
	}
	.about_core_bac{
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.about_core_ul li p {
		font-size: 0.16rem;
	}
	.about_core_flex {
		height: 3.8rem;
	}
	.about_core_text h3 {
		font-size: 0.2rem;
	}
	.about_core_bac {
		padding-top: 0.6rem;
	}
	.about_core_ul {
		padding: 0.2rem 0;
		margin-top: 0.4rem;
	}
	.about_core_text {
        padding: 0.4rem 3.5%;
    }
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.about_core_ul li {
		width: 50%;
	}
	.about_core_ul{
		flex-wrap: wrap;
		gap: 0.2rem 0;
	}
	.about_core_ul li p br{
		display: none;
	}
	.about_core_ul li img {
        width: 0.3rem;
        height: 0.3rem;
    }
	.about_core_dl dt{
		width: 0;
	}
	.about_core_dl dt.active {
		width: 100%;
	}
	.about_core_dl {
		gap: 0rem;
	}
	.about_core_text h4,
	.about_core_text h3 {
		width: 100%;
	}
	.about_core_text {
        padding: 0.3rem 3.5%;
    }
}
@media screen and (max-width:560px){
	.about_core_text {
		width: 45%;
	}
	.about_core_dl dt img {
		width: 55%;
	}
	.about_core_flex {
        height: 3rem;
    }
	.about_core_text h4{
		height: 1.2rem;
		overflow: auto;
		box-sizing: border-box;
		padding-right: 0.05rem;
	}
	/*滚动条*/
	.about_core_text h4::-webkit-scrollbar{width:1px; height:1px}
	.about_core_text h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
	.about_core_text h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}
	.about_core_text h3 {
        font-size: 0.18rem;
    }
}
@media screen and (max-width:425px){
    .about_core_flex {
        height: 2.7rem;
    }
}


/* about_workshop */
.about_workshop_bac{
	box-sizing: border-box;
	padding-top: 1rem;
}
.about_workshop_box{
    display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.about_workshop_left{
    width: 41%;
}
.about_workshop_left img{
    width: 100%;
	height: auto;
}
.about_workshop_right{
    width: 59%;
	box-sizing: border-box;
	padding-left: 4%;
}
.about_workshop_right h3{
	font-size: 0.16rem;
	line-height: 156.25%;
	color: #666;
}
.about_workshop_ul{
    display: flex;
	margin-top: 1rem;
	justify-content: space-between;
	position: relative;
    z-index: 2;
}
.about_workshop_ul::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #009E56;
	z-index: -1;
	transition: all 0.3s ease;
}
.about_workshop_ul li{
   width: 1.68rem;
   height: 1.68rem;
   border: 1px solid #CCCCCC;
   border-radius: 50%;
   background-color: #F6F6F6;
   position: relative;
   transition: all 0.3s ease;
}
.about_workshop_ul li h4{
   position: absolute;
   top: 0;
   left: 0;
   width: 0.36rem;
   height: 0.36rem;
   background-color: #D8D8D8;
   border-radius: 50%;
   font-size: 0.18rem;
   font-family: 'adv';
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
   z-index: 2;
}
.about_workshop_ul li h5{
   width: 70%;
   height: 70%;
   background-color: #D8D8D8;
   border-radius: 50%;
   border: 1px solid #fff;
   font-size: 0.18rem;
   color: #333;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   transition: all 0.3s ease;
}
.about_workshop_ul li.active{
   border: 1px solid #009E56;
   background-color: #F6F6F6;
}
.about_workshop_ul li.active h4{
   background-color: #009E56;
}
.about_workshop_ul li.active h5{
   color: var(--i_color);
   background-color: rgba(0,158,86,0.4);
}


@media screen and (max-width:1440px){
	.about_workshop_bac {
		padding-top: 0.8rem;
	}
	.about_workshop_ul {
		margin-top: 0.8rem;
	}
	.about_workshop_ul li {
		width: 1.6rem;
		height: 1.6rem;
	}
}
@media screen and (max-width:1200px){
	.about_workshop_bac {
		padding-top: 0.6rem;
	}
	.about_workshop_ul {
		margin-top: 0.6rem;
	}
	.about_workshop_ul li {
		width: 1.5rem;
		height: 1.5rem;
	}
	.about_workshop_ul li h5 {
		width: 80%;
		height: 80%;
		font-size: 0.16rem;
	}
	.about_workshop_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.about_workshop_left {
		width: 100%;
	}
	.about_workshop_right {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
    .about_workshop_ul li {
        width: 1.2rem;
        height: 1.2rem;
    }
	.about_workshop_ul li h5 {
        font-size: 0.14rem;
    }
	.about_workshop_ul {
        margin-top: 0.4rem;
    }
}
@media screen and (max-width:425px){

}


/* about_center */
.about_center_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.about_center{

}





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

.center_partner{position:relative}
.center_partner_list{
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.center_partner_list .swiper-wrapper{
	display:flex;
	position:relative;
	width:100%;
	z-index:1;
}
.center_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.center_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
.center_partner_list .img:before{
	content:"";
	display:block;
	padding-bottom: 48.56%;
}
.center_partner_list .img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}
.center_partner_list .img img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
	object-fit:cover;
	transition: all 0.3s ease;
}

.center_partner_list li.swiper-slide-active .img::after{
    opacity: 0;
}


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

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

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

@media screen and (max-width:1440px){
	.about_center_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.center_partner .pt-button-prev, .center_partner .pt-button-next{display:none}
	.center_partner .pt-pagination{display:block}
	.about_center_bac {
		padding: 0.6rem 0;
	}
	.center_partner_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px) {

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

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

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

}

/* honors_top */
.honors_top_bac{
	position: relative;
}
.honors_top{
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.honors_top_bacImg{
   width: 100%;
}
.honors_top_box{
   width: 36.2%;
}
.honors_top_ul{
   display: flex;
   margin-top: 0.6rem;
}
.honors_top_ul li{
   position: relative;
}
.honors_top_ul li img{
   width: 2.42rem;
}
.honors_top_ul li p{
   box-sizing: border-box;
   padding: 0 5%;
   font-size: 0.18rem;
   color: #666;
   line-height: 144%;
   text-align: center;
   position: absolute;
   top: 44%;
   left: 50%;
   transform: translate(-50%,-50%);
}


@media screen and (max-width:1440px){
	.honors_top_ul li img {
		width: 2rem;
	}
	.honors_top_ul li p {
		font-size: 0.16rem;
	}
	.honors_top_ul {
		margin-top: 0.4rem;
	}
	.honors_top {
		top: 46%;
	}
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
	.honors_top_box {
		width: 100%;
	}
	.honors_top {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		box-sizing: border-box;
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:767px){

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

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

}



/* honor */
.honor_bac{
   box-sizing: border-box;
   padding: 0.8rem 0 1rem 0;
}
.honor{

}
.honor_ul{
   display: flex;
   gap: 0.6rem;
   flex-wrap: wrap;
   margin-top: 0.6rem;
}
.honor_ul li{
   width: calc((100% - 1.8rem) / 4);
   border: 1px solid #CCCCCC;
   position: relative;
   box-sizing: border-box;
}
.honor_ul li::after{
	content: '';
	display: block;
	padding-bottom: 133%;
}
.honor_ul li img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: contain;
   box-sizing: border-box;
   padding: 0.1rem;
}
.honor_btn{

}
.honor_btn i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.86rem;
   height: 0.86rem;
   border-radius: 50%;
   background: linear-gradient(270deg, rgba(13, 83, 199,0.2), rgba(66, 174, 224,0.2));
   position: relative;
   z-index: 2;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0.6rem;
   cursor: pointer;
}
.honor_btn i::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
	height: 70%;
	border-radius: 50%;
	background-color: var(--i_color);
	z-index: -1;
}
.honor_btn i iconify-icon{
   font-size: 0.25rem;
   color: #fff;
}
.honor_btn p{
	font-size: 0.24rem;
	color: var(--i_color);
	text-align: center;
	margin-top: 0.1rem;
}
.honor_ul li.hidden{
	display: none;
}


@media screen and (max-width:1440px){
	.honor_ul {
		gap: 0.4rem;
	}
	.honor_ul li {
		width: calc((100% - 1.2rem) / 4);
	}
	.honor_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.honor_ul {
		gap: 0.2rem;
	}
	.honor_ul li {
		width: calc((100% - 0.6rem) / 4);
	}
	.honor_btn i{
		width: 0.8rem;
		height: 0.8rem;
		margin-top: 0.4rem;
	}
	.honor_btn i iconify-icon {
		font-size: 0.2rem;
	}
	.honor_btn p {
		font-size: 0.2rem;
	}
	.honor_bac {
		padding: 0.6rem 0;
	}
	.honor_ul {
		margin-top: 0.4rem;
	}

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

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

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

}


/* dis_global */
.dis_global_bac{
   box-sizing: border-box;
   padding-top: 1rem;
}
.dis_global{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.dis_global_left{
   width: 50%;
}
.dis_global_left img{
   width: 100%;
   height: auto;
}
.dis_global_right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 4%;
}
.dis_h3{
   font-size: 0.18rem;
   color: var(--i_color);
   font-weight: bold;
   display: inline-block;
   box-sizing: border-box;
   padding: 0.12rem 0.35rem;
   border-radius: 1rem;
   border: 1px dashed var(--i_color);
   position: relative;
}
.dis_h3::after{
	content: '';
	position: absolute;
	top: 0.03rem;
    left: -0.07rem;
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background-color: var(--i_color);
}
.dis_global_right h4{
    font-size: 0.48rem;
	color: #222;
	font-weight: bold;
	line-height: 125%;
	margin: 0.25rem 0 0.4rem 0;
}
.dis_global_right h5{
    font-size: 0.16rem;
	color: #666;
	line-height: 150%;
	margin-bottom: 0.5rem;
}


@media screen and (max-width:1440px){
	.dis_global_right h4 {
		font-size: 0.4rem;
		margin: 0.2rem 0 0.35rem 0;
	}
	.dis_global_bac {
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.dis_global_right h4 {
		font-size: 0.35rem;
		margin: 0.2rem 0 0.3rem 0;
	}
	.dis_global_right h5 {
		margin-bottom: 0.4rem;
	}
	.dis_h3 {
		font-size: 0.16rem;
		padding: 0.1rem 0.3rem;
	}
	.dis_h3::after {
		width: 0.12rem;
		height: 0.12rem;
		left: -0.04rem;
	}
	.dis_global_bac {
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.dis_global_right h4 {
		font-size: 0.3rem;
		margin: 0.2rem 0;
	}
}
@media screen and (max-width:767px){
	.dis_global_right h4 {
		font-size: 0.25rem;
		margin: 0.2rem 0;
	}
	.dis_global_right h5 {
        margin-bottom: 0.2rem;
    }
	.dis_global_left {
		width: 100%;
	}
	.dis_global_right {
		width: 100%;
		padding-left: 3%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){

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

}


/* dis_join */
.dis_join_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.dis_join{

}
.dis_join_img{

}
.dis_join_img img{
	width: 100%;
	aspect-ratio: 1711 / 500;
	display: block;
}
.dis_join_box{
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   padding-top: 0.4rem;
}
.dis_join_left{
   width: 51.3%;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}
.dis_join_left h4{
   font-size: 0.5rem;
   color: #222;
   font-weight: bold;
   text-align: right;
   margin: 0.4rem 0;
}
.dis_join_left h5{
   font-size: 0.16rem;
   line-height: 150%;
   color: #666;
   text-align: right;
}
.dis_join_right{
   width: 48.7%;
   box-sizing: border-box;
   padding-left: 4%;
   position: relative;
   z-index: 2;
}
.dis_join_ul{
   display: flex;
   gap: 0.25rem;
}
.dis_join_ul li{
   font-size: 0.16rem;
   color: #333;
   box-sizing: border-box;
   padding: 0.4rem 0.2rem;
   border: 1px solid #DDDDDD;
   width: calc((100% - 0.5rem) / 3);
   height: 2.11rem;
   line-height: 150%;
   position: relative;
   z-index: 2;
   overflow: hidden;
   transition: all 0.3s ease;
   background-color: #fff;
}
.dis_join_ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.94rem;
    height: 2.54rem;
    object-fit: contain;
    background: url('static/imgs/about_map_logo.png') center no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}
.dis_join_ul li.active{
	background-color: var(--i_color);
	color: #fff;
}
.dis_join_ul li.active::after{
	opacity: 0.5;
}
.dis_join_ul li:nth-child(odd){
	margin-top: -0.9rem;
}
.dis_join_right h6{
   font-size: 0.16rem;
   color: #666;
   line-height: 150%;
   text-align: center;
   margin: 0.3rem 0 0.7rem 0;
}
.dis_join_right img{
   position: absolute;
   bottom: 0.3rem;
   left: 50%;
   transform: translateX(-50%);
   width:6.06rem;
   max-width: 100%;
   z-index: -1;
}



@media screen and (max-width:1440px){
	.dis_join_left h4 {
		font-size: 0.4rem;
		margin: 0.3rem 0;
	}
	.dis_join_ul li {
		padding: 0.35rem 0.2rem;
		height: 2rem;
	}
	.dis_join_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.dis_join_left h4 {
		font-size: 0.35rem;
		margin: 0.25rem 0;
	}
	.dis_join_ul li {
		padding: 0.3rem 0.2rem;
		height: 1.8rem;
	}
	.dis_join_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.dis_join_left h4 {
		font-size: 0.25rem;
		margin: 0.2rem 0;
	}
	.dis_join_ul li {
		height: 1.6rem;
	}
	.dis_join_right h6 {
		margin: 0.2rem 0 0.4rem 0;
	}
	.dis_join_right h6 br{
		display: none;
	}
}
@media screen and (max-width:767px){
	.dis_join_left {
		width: 100%;
	}
	.dis_join_right {
		width: 100%;
		padding-left: 0%;
	}
	.dis_join_ul li:nth-child(odd) {
		margin-top: 0rem;
	}
	.dis_join_left {
		align-items: center;
	}
	.dis_join_left h4,
	.dis_join_left h5{
		text-align: center;
	}
	.dis_join_right{
		margin-top: 0.4rem;
	}
	.dis_join_ul {
		gap: 0.05rem;
	}
	.dis_join_ul li {
        padding: 0.2rem;
        height: 1.6rem;
    }
	.dis_join_ul li {
		width: calc((100% - 0.1rem) / 3);
	}
}
@media screen and (max-width:560px){

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

}

/* dis_why */
.dis_why_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background-color: #F3F3F5;
}
.dis_why{

}
.dis_why_box{
    position: relative;
	z-index: 2;
}
.dis_why_ul{
    display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 30%;
	justify-content: space-between;
	margin-top: 1rem;
	box-sizing: border-box;
	padding: 0 2%;
}
.dis_why_ul li{
	box-shadow: 0px 4px 10px 0px rgba(42, 103, 166, 0.1);
	box-sizing: border-box;
	padding: 0.3rem 0.3rem;
	background-color: #fff;
	width: 4.4rem;
	position: relative;
	display: flex;
	gap: 0.2rem;
	align-items: center;
	transition: all 0.3s ease;
}
.dis_why_ul li:nth-child(3){
	margin-left: -0.4rem;
}
.dis_why_ul li:nth-child(4){
	margin-right: -0.4rem;
}
.dis_why_ul li h3{
   font-size: 0.38rem;
   font-family: 'adv';
   color: var(--i_color);
   flex-shrink: 0;
}
.dis_why_ul li h4{
   font-size: 0.18rem;
   line-height: 133%;
   color: #333;
   transition: all 0.3s ease;
}
.dis_why_ul li img{
   position: absolute;
   width: 0.86rem;
   bottom: 0rem;
   right: 0rem;
}
.dis_why_ul li:hover h3{
	font-size: 0rem;
}
.dis_why_ul li:hover{
	background-color: var(--i_color);
}
.dis_why_ul li:hover h4{
	color: #fff;
}

.dis_why_img{
	width: 5.08rem;
	height: 5.08rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.dis_why_img::after{
	content: '';
	position: absolute;
    width: 108%;
	height: 108%;
	background: url('static/imgs/dis_why_cricle.png') center no-repeat;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	animation: cricle 10s linear infinite forwards;
}

@keyframes cricle{
    0%{
		transform:translate(-50%,-50%) rotate(0);
	}
	100%{
		transform:translate(-50%,-50%) rotate(360deg);
	}
}
.dis_why_img>img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.dis_why_i{
    display: flex;
	justify-content: center;
	align-items: center;
	width: 75%;
	height: 75%;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    transition: all 0.5s ease;
}
.dis_why_i img{
    width: 3rem;
}
.dis_why h5{
	font-size: 0.2rem;
	color: var(--i_color);
	font-weight: bold;
	text-align: center;
	margin: 1rem 0 0.3rem 0;
}
.dis_why_ul li:hover{
	gap: 0;
}



@media screen and (max-width:1440px){
	.dis_why_img {
		width: 4.8rem;
		height: 4.8rem;
	}
	.dis_why_ul {
		gap: 0.45rem 20%;
	}
	.dis_why_ul li {
		padding: 0.25rem;
		width: 4rem;
	}
	.dis_why_bac {
		padding: 0.8rem 0;
	}
	.dis_why_i img {
		width: 2.8rem;
	}
}
@media screen and (max-width:1200px){
	.dis_why_ul li {
		width: 3.5rem;
	}
	.dis_why_ul li h4 {
		font-size: 0.16rem;
	}
	.dis_why_bac {
		padding: 0.6rem 0;
	}
	.dis_why_i img {
		width: 2.6rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
    .dis_why_ul li {
        width: 100%;
    }
	.dis_why_ul li:nth-child(3){
		margin-left: 0rem;
	}
	.dis_why_ul li:nth-child(4){
		margin-right: 0rem;
	}
	.dis_why_ul {
        gap: 0.25rem 0%;
    }
	.dis_why_ul li:hover h3{
		font-size: 0.38rem;
		color: #fff;
	}
	.dis_why_ul li:hover{
		gap: 0.2rem;
	}
	.dis_why_ul {
		margin-top: 0.4rem;
	}
	.dis_why h5 {
		margin: 0.3rem 0;
	}
	.dis_why_img{
		display: none;
	}
}
@media screen and (max-width:560px){

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

}


/* service_us */
.service_us_bac{

}
.service_us{

}
.service_us_ul{

}
.service_us_ul li{
   box-sizing: border-box;
   padding: 0.8rem 0;
   position: relative;
   z-index: 2;
}
.service_us_flex{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.service_us_left{
   width: 47.1%;
   position: relative;
}
.service_us_left::after{
   content: '';
   display: block;
   padding-bottom: 75%;
}
.service_us_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.service_us_right{
   width: 52.9%;
   box-sizing: border-box;
   padding-left: 3.5%;
}
.service_us_right h3{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: bold;
}
.service_us_right h4{
   font-size: 0.4rem;
   color: #333;
   font-weight: bold;
   box-sizing: border-box;
   padding: 0.2rem 0 0.3rem 0;
   border-bottom: 1px solid #D8D8D8;
}
.service_us_right h5{
   font-size: 0.16rem;
   line-height: 150%;
   color: #666;
   margin: 0.3rem 0;
}
.service_us_dl{
   display: flex;
   gap: 0.4rem;
   flex-wrap: wrap;
}
.service_us_dl dt{
   border: 1px solid #DDDDDD;
   box-sizing: border-box;
   padding: 0.2rem;
   border-radius: 0 0.3rem 0 0;
   width: calc((100% - 0.8rem) / 3);
}
.service_us_dl dt img{
   display: block;
   width: 0.28rem;
   height: 0.28rem;
   object-fit: contain;
}
.service_us_dl dt h6{
   font-size: 0.18rem;
   color: #333;
   line-height: 155%;
   margin-top: 0.1rem;
}
.service_us_ul li:nth-child(even)::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background-color: #F3F5F8;
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
	z-index: -1;
}
.service_us_ul li:nth-child(even) .service_us_flex{
	flex-direction: row-reverse;
}
.service_us_ul li:nth-child(even) .service_us_right {
    padding-left: 0%;
	padding-right: 3.5%;
}



@media screen and (max-width:1440px){
	.service_us_right h3 {
		font-size: 0.28rem;
	}
	.service_us_right h4 {
		font-size: 0.35rem;
		padding: 0.2rem 0;
	}
	.service_us_dl dt h6 {
		font-size: 0.16rem;
	}
	.service_us_dl dt h6 {
        font-size: 0.14rem;
    }
	.service_us_dl dt img {
		width: 0.25rem;
		height: 0.25rem;
	}
}
@media screen and (max-width:1200px){
	.service_us_right h3 {
		font-size: 0.25rem;
	}
	.service_us_right h4 {
		font-size: 0.3rem;
	}
	.service_us_ul li {
		padding: 0.6rem 0;
	}
	.service_us_dl dt {
		padding:0.1rem 0.2rem;
	}
	.service_us_ul li:nth-child(even)::after {
		height: 106%;
	}
	.service_us_dl {
		gap: 0.2rem;
	}
	.service_us_dl dt {
		width: calc((100% - 0.4rem) / 3);
	}
}
@media screen and (max-width:1024px){
	.service_us_right h3 {
		font-size: 0.2rem;
	}
	.service_us_right h4 {
		font-size: 0.25rem;
	}
	.service_us_dl {
		gap: 0.1rem;
	}
	.service_us_dl dt {
		width: calc((100% - 0.2rem) / 3);
	}
}
@media screen and (max-width:767px){
	.service_us_left {
		width: 100%;
	}
	.service_us_right {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
	.service_us_ul li:nth-child(even)::after {
        height: 103%;
		clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    }
}
@media screen and (max-width:560px){
    .service_us_ul li {
        padding: 0.4rem 0;
    }
}
@media screen and (max-width:425px){

}


/* service_case */
.service_case_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background-color: #F3F3F5;
}
.service_case{

}





/*  */
.ccee_partner_box{
	margin-top: 0.8rem;
}

.ccee_partner{position:relative}
.ccee_partner_list{
	width:100%;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.ccee_partner_list .swiper-wrapper{
	display:flex;
	position:relative;
	width:100%;
	z-index:1;
}
.ccee_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.ccee_box{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.ccee_left{
	width: 38%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
.ccee_left:before{
	content:"";
	display:block;
	padding-bottom:100%;
}
.ccee_left img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
	object-fit:cover;
	transition: all 0.3s ease;
}

.ccee_left p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.2rem 5%;
    background: rgba(48, 64, 142, 0.4);
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
	transition: all 0.3s ease;
	opacity: 0;
}
.ccee_right{
   box-sizing: border-box;
   width: 62%;
   padding: 0.2rem 0.3rem;
   background-color: var(--i_color);
   transition: all 0.3s ease;
}
.ccee_right h3{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   border-bottom: 1px solid #EEEEEE;
   margin-top: 0.3rem;
   margin-bottom: 0.2rem;
   transition: all 0.3s ease;
}
.ccee_right h4{
   font-size: 0.16rem;
   line-height: 0.26rem;
   color: #fff;
   height: 1.04rem;
   overflow: auto;
   box-sizing: border-box;
   padding-right: 0.1rem;
   margin-bottom: 0.2rem;
   transition: all 0.3s ease;
   overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.ccee_img1{
   width: 0.61rem;
   filter: brightness(0) invert(1);
   -webkit-filter:  brightness(0) invert(1);
}
.ccee_img2{
   width: 0.6rem;
   display: block;
   margin-left: auto;
   filter: brightness(0) invert(1);
   -webkit-filter:  brightness(0) invert(1);
}

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

.ccee_partner_list li.swiper-slide-active .ccee_img1,
.ccee_partner_list li.swiper-slide-active .ccee_img2{
	filter: unset;
	-webkit-filter:  unset;
}
.ccee_partner_list li.swiper-slide-active h3{
	color: var(--i_color);
}
.ccee_partner_list li.swiper-slide-active h4{
	color: #333;
}
.ccee_partner_list li.swiper-slide-active .ccee_right{
	background-color: #fff;
}
.ccee_partner_list li.swiper-slide-active p{
    opacity: 1;
}



/* 指示器 */
.home_ccee_down{
	display: flex;
	gap: 0.2rem;
	align-items: center;
	margin-top: 0.6rem;
}
.ccee_partner .pt-pagination{
    font-size: 0.16rem;
	color: #555;
}
.ccee_partner .pt-pagination .swiper-pagination-current{
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
}
.ccee_partner .pt-pagination .swiper-pagination-total{
	font-size: 0.18rem;
	color: #999;
	font-weight: bold;
}
.home_ccee_down_i{
	width: 1.6rem;
	height: 1px;
	background-color: rgba(216,216,216,0.6);
	position: relative;

}
.home_ccee_down_i::after{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 25%;
	height: 2px;
	background-color: #009E56;
}






@media screen and (max-width:1440px){
	.ccee_img1,
	.ccee_img2{
		width: 0.5rem;
	}
	.ccee_right h3 {
		font-size: 0.18rem;
		padding-bottom: 0.15rem;
		margin-top: 0.2rem;
		margin-bottom: 0.15rem;
	}
	.ccee_partner_box {
		margin-top: 0.6rem;
	}
	.service_case_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.ccee_partner_box {
		margin-top: 0.4rem;
	}
	.home_ccee_down {
		margin-top: 0.4rem;
	}
	.service_case_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:767px) {
	.ccee_left {
		width: 100%;
	}
	.ccee_right {
		width: 100%;
		padding: 0.4rem 0.3rem;
	}
	.ccee_left:before {
		padding-bottom: 75%;
	}
	.ccee_img1, .ccee_img2{
		display: none;
	}
	.ccee_right h3 {
        margin-top: 0rem;
    }
	.ccee_right {
        padding: 0.3rem 0.2rem;
    }
}
@media screen and (max-width:560px) {

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

}


/* faq */
.faq_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.faq{

}
.faq_ul{
   margin-top: 0.2rem;
}
.faq_ul li{
   box-sizing: border-box;
   padding: 0.4rem 0;
   border-bottom: 1px solid #E5E5E5;
   cursor: pointer;
}
.faq_q{
   display: flex;
   gap: 0.2rem;
   align-items: center;
   justify-content: space-between;
}
.faq_q h3{
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
   justify-content: space-between;
}
.faq_q i{
   display: block;
   width: 0.15rem;
   height: 2px;
   background-color: #333;
   position: relative;
   flex-shrink: 0;
}
.faq_q i::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 0.15rem;
	width: 2px;
	background-color: #333;
    transition: all 0.3s ease;
}
.faq_ul li h4{
	font-size: 0.18rem;
	color: #666;
	line-height: 155%;
	margin-top: 0.25rem;
	display: none;
}
.faq_ul li.active i::after{
    height: 0;
}


@media screen and (max-width:1440px){
	.faq_q h3{
		font-size: 0.22rem;
	}
	.faq_ul li {
		padding: 0.35rem 0;
	}
	.faq_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.faq_q h3{
		font-size: 0.2rem;
	}
	.faq_ul li h4 {
		font-size: 0.16rem;
		margin-top: 0.2rem;
	}
	.faq_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.faq_ul {
		margin-top: 0rem;
	}
}
@media screen and (max-width:560px){

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

}


/* service_form */
.service_form_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background-color: var(--i_color);
}
.service_form{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.service_form_left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 7%;
}
.service_form_left img{
	display: block;
	margin-top: 0.4rem;
	width: 79%;
}

.service_form_right{
	width: 50%;
}



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


#wpforms-47 input, #wpforms-47 button{margin:0; padding:0; border:none; background:none}
#wpforms-47 .wpforms-field{padding:0; margin:0}
#wpforms-47 .wpforms-error-container{line-height:16px}
#wpforms-47 .wpforms-field-container{width:100%; display:-webkit-flex; display:flex; flex-wrap:wrap; overflow:hidden}
#wpforms-47 .wpforms-submit-container{
	padding:0!important;max-width: 100%; position:relative;
	transition: all 0.3s ease;
	position: relative;
	z-index:2;
}


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



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

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



#wpforms-47 .wpforms-field{width:100%; padding-bottom:0.2rem; background:transparent; overflow:hidden}
#wpforms-47-field_1-container{margin-right:0.2rem !important;}
#wpforms-47-field_1-container, #wpforms-47-field_2-container{width:calc((100% - 0.2rem) / 2) !important}

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



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

#wpforms-47 input, #wpforms-47 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	color:#999;
	background-color: #fff;
	box-sizing:border-box; line-height:var(--input_height); padding:0 10px;
	box-shadow: 0 0 0 0 !important;
}
#wpforms-47 textarea{
	height:1rem;
	line-height: 166%;
	padding:10px;
}

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





#wpforms-47 .wpforms-submit-container button{
	overflow: hidden;width:100%; font-size:0.18rem;
	display: block;
	color:var(--i_color); cursor:pointer; text-transform:capitalize;
	position:relative;
	background-color: var(--i_color);
	height: 0.52rem;
	border-radius: 0rem;
	z-index:2;
	box-shadow: 0 0 transparent !important;
	transition: all 0.3s ease;
	background-color: #fff;
}
#wpforms-47 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}


#wpforms-47 .wpforms-submit-container button:hover{
	background-color: #333;
	color: #fff;
}












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

}
@media screen and (max-width:1200px){
	.service_form_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.service_form_left {
		width: 100%;
		padding-right: 0%;
	}
	.service_form_left img{
		display: none;
	}
	.service_form_right {
		width: 100%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	#wpforms-47{--input_font_size:0.16rem; --input_height:0.5rem}
	#wpforms-47 .wpforms-field:nth-child(1){margin-right:0rem}
	#wpforms-47 .wpforms-field:nth-child(1), #wpforms-47 .wpforms-field:nth-child(2){width:100%}
	#wpforms-47 .wpforms-field:nth-child(3){margin-right:0rem}
	#wpforms-47 .wpforms-field:nth-child(3), #wpforms-47 .wpforms-field:nth-child(4){width:100%}
	#wpforms-47 textarea{height:1.2rem}
	#wpforms-47 .wpforms-field {margin-bottom: 0.1rem;}
	#wpforms-47 .wpforms-field {
		padding-bottom: 0.1rem;
	}

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

}


/* news */
.news_bac{
   box-sizing: border-box;
   padding: 0.6rem 0 1rem 0;
}
.news{

}
.news_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem 0.3rem;
}
.news_ul li{
   width: calc((100% - 0.6rem) / 3);
}
.news_ul li a{
   display: block;
   width: 100%;
   position: relative;
}
.news_img{
   position: relative;
   overflow: hidden;
}
.news_img::after{
   content: '';
   display: block;
   padding-bottom: 75%;
}
.news_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transform: translate(-50%,-50%);
   transition: all 0.3s ease;
}
.news_text{
   box-sizing: border-box;
   padding: 0.2rem ;
   position: relative;
   transition: all 0.3s ease;
}
.news_text::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.news_text h3{
   font-size: 0.18rem;
   color: #333;
   line-height: 0.3rem;
   height: 0.6rem;
   font-weight: 600;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
   transition: all 0.3s ease;
   margin-bottom: 0.1rem;
}
.news_text h4{
   font-size: 0.16rem;
   line-height: 0.25rem;
   height: 0.75rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   width: 100%;
}
.news_text h5{
   font-size: 0.16rem;
   color: #999;
   margin-top: 0.4rem;
}
.news_text .right_i{
   background-color: var(--i_color);
   opacity: 0;
   bottom: 0;
   right: 0;
}
.news_text .right_i iconify-icon{
   color: #fff;
}

.news_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.news_ul li a:hover  h3{
	color: var(--i_color);
}
.news_ul li a:hover .news_text{
	background-color: #E7E9EE;
}
.news_ul li a:hover  .right_i{
	opacity: 1;
}


@media screen and (max-width:1440px){
	.news_text {
		padding: 0.2rem 0.1rem;
	}
	.news_bac {
		padding: 0.6rem 0 0.8rem 0;
	}
	.news_text h5 {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.news_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.news_ul {
		gap: 0.3rem 0.2rem;
	}
	.news_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
	.news_text h5 {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px){
    .about_list_ul {
        gap: 0rem;
    }
	.news_ul {
		gap: 0.2rem 0.1rem;
	}
	.news_ul li {
		width: calc((100% - 0.1rem) / 2);
	}
}
@media screen and (max-width:425px){

}




/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 0.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) {

}



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

}
.contact_us_title{
	position: relative;
	z-index: 2;
}
.contact_us_title img{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	z-index: -1;

}
.contact_us_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.5rem 0.6rem;
   margin-top: 0.6rem;
}
.contact_us_ul li{
   width: calc((100% - 0.6rem) / 2);
   display: flex;
   align-items: center;
   gap: 0.5rem;
   box-sizing: border-box;
   padding: 0.3rem 0.2rem;
   box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
   border-left: 0.04rem solid var(--i_color);
   transition: all 0.3s ease;
}
.contact_us_ul li i{
   width: 0.9rem;
   height: 0.9rem;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-shrink: 0;
   position: relative;
   border-radius: 50%;
   transition: all 0.3s ease;
}
.contact_us_ul li i::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	width: 120%;
	height: 120%;
	background: linear-gradient(180deg, rgba(1, 64, 153, 0.1), rgba(1, 64, 153, 0));
	border-radius: 50%;
	transition: all 1s ease;
	opacity: 0;
}
.contact_us_ul li i::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	width: 100%;
	height: 100%;
	background: var(--i_color);
	border-radius: 50%;
	transition: all 0.5s ease;
	z-index: 2;
	opacity: 0;
}
.contact_us_ul li i iconify-icon{
   font-size: 0.5rem;
   color: var(--i_color);
   transition: all 0.3s ease;
   position: relative;
   z-index: 3;
}
.contact_us_text{
   width: 100%;
}
.contact_us_text a{
   font-size: 0.24rem;
   color: #333;
   transition: all 0.3s ease;
}
.contact_us_text p{
   font-size: 0.18rem;
   box-sizing: border-box;
   padding-top: 0.15rem;
   border-top: 1px solid rgba(0,0,0,0.12);
   margin-top: 0.15rem;
}
.contact_us_ul li:last-child a{
	font-size: 0.2rem;
}

.contact_us_ul li:hover i::after{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.contact_us_ul li:hover i::before{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.contact_us_ul li:hover i iconify-icon {
	color: #fff;
}
.contact_us_text a:hover{
	color: var(--i_color);
}



@media screen and (max-width:1440px){
	.contact_us_ul {
		gap: 0.4rem 0.5rem;
		margin-top: 0.4rem;
	}
	.contact_us_ul li {
		width: calc((100% - 0.5rem) / 2);
		gap: 0.4rem;
	}
	.contact_us_bac {
		padding: 1.4rem 0 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.contact_us_bac {
		padding: 1.2rem 0 0.6rem 0;
	}
	.contact_us_ul {
        gap: 0.2rem;
    }
	.contact_us_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:1024px){
    .contact_us_bac {
        padding: 1rem 0 0.6rem 0;
    }
}
@media screen and (max-width:767px){
    .contact_us_ul li {
        width: 100%;
    }
	.contact_us_bac {
        padding: 0.8rem 0 0.6rem 0;
    }
}
@media screen and (max-width:560px){

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

}


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

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

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

}

/* contact_form */
.contact_form_bac{
   position: relative;
   z-index: 2;
   box-sizing: border-box;
   padding: 1rem 0;
}
.contact_form_bac>img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.contact_form{
   display: flex;
   flex-wrap: wrap;
   box-sizing: border-box;
   padding: 0 3% 0.6rem 3%;
   box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
   background-color: #fff;

}
.contact_form_left{
   width: 55%;
   box-sizing: border-box;
   padding-right: 10%;
}
.contact_form_left i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.55rem;
   height: 0.55rem;
   background-color: var(--i_color);
}
.contact_form_left i img{
   width: 0.4rem;
   display: block;
}
.contact_form_left h3{
   font-size: 0.36rem;
   color: #333;
   font-weight: bold;
   margin:0.3rem 0 0.2rem 0;
}
.contact_form_left h4{
	font-size: 0.18rem;
	color: #666;
	line-height: 155%;
}
.contact_form_right{
    width: 45%;
	box-sizing: border-box;
	padding-top: 0.4rem;
}

@media screen and (max-width:1440px){
	.contact_form_left h3{
		font-size: 0.32rem;
	}
	.contact_form_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.contact_form_left h3{
		font-size: 0.28rem;
	}
	.contact_form_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:767px){
	.contact_form_left {
		width: 100%;
		padding-right: 0%;
	}
	.contact_form_right {
		width: 100%;
	}
	.contact_form {
		padding: 0 0.2rem 0.4rem 0.2rem;
	}
}
@media screen and (max-width:560px){

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

}




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


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

}





#wpforms-52 .wpforms-field{
	position: relative;
}
#wpforms-52 .wpforms-field-label{
	font-size: 0;
	color: #333;
	display: block;
}
#wpforms-52 .wpforms-field-label span{
	font-size: 0.14rem;
    color: red;
	position: absolute;
	top: 0.15rem;
    left: 0rem;
}

#wpforms-52 .wpforms-field{width:100%; background:transparent; overflow:hidden}


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



#wpforms-52 input, #wpforms-52 textarea ,#wpforms-52 select{
	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;
	height: var(--input_height);
	border-radius: 0rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#wpforms-52 textarea{
	line-height: 160%;
	padding:10px;
	height:1.6rem
}


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


#wpforms-52 .wpforms-submit-container button{
	overflow: hidden;width:2.3rem; height:0.5rem;
	font-size:0.18rem; color:#FFF;
	font-weight: bold;
	display: block;
	cursor:pointer; text-transform:capitalize;
	position:relative; z-index:2;
	background-color: var(--i_color);
	border-radius: 0.05rem;
	transition: all 0.3s ease;
	margin-top: 0.4rem;
}
#wpforms-52 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}
#wpforms-52 .wpforms-submit-container button:hover{
	background-color: #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-52 .wpforms-submit-container{margin: 0.2rem auto 0;}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	#wpforms-52{--input_height:0.5rem}
	#wpforms-52 .wpforms-field{
		width: 100% !important;
	}
}
@media screen and (max-width:560px){

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

}



/* products */
.products_bac{

}
.products{
    display: flex;
	flex-wrap: wrap;
}
.products_left{
	box-sizing: border-box;
	padding-top: 0.6rem;
	width: 32%;
	box-sizing: border-box;
	padding-right: 0.2rem;
	padding-bottom: 0.4rem;
}





.products_left_all{
   box-sizing: border-box;
   padding: 0 0rem 0.25rem 0rem;

}
.products_left_h2{
	font-size: 0.3rem;
	text-transform: capitalize;
	box-sizing: border-box;
	color: var(--i_color);
	font-weight: 600;
	padding: 0.2rem 0.1rem;
	border-bottom: 1px solid var(--i_color);
}
.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;
}
.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;
}
.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;
   box-sizing: border-box;
   line-height: 110%;
   transition: all 0.3s ease;
   font-weight: 500;
}
.list  .list_a i{
   width: 0.5rem;
   height: 0.55rem;
   position: absolute;
   top: 50%;
   transform: translate(0,-50%);
   right: 0;
   cursor: pointer;

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

.list_dl dt{
   box-sizing: border-box;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: #222;
   display: block;
   transition: all 0.3s ease;
   position: relative;
   box-sizing: border-box;
   padding:0rem 0.2rem;
}
.list_dl dt a::after{
	content: '';
	position: absolute;
	left: -0.1rem;
	top: 50%;
	transform: translate(0,-50%);
	width: 0.13rem;
	height: 1px;
	background-color: var(--i_color);
	opacity: 0;
	transition: all 0.3s ease;
}





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

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

}
.list_active::after {
    background-color: var(--i_color) !important;
}




@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:0rem;
	}
}
@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{
   box-sizing: border-box;
   padding: 0.4rem 0.2rem;
   background-color: rgba(48, 64, 142, 0.03);
}
.products_contact h3{
   font-size: 0.3rem;
   color: var(--i_color);
   font-weight: bold;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   margin-bottom: 0.2rem;
   position: relative;
}
.products_contact h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.8rem;
	height: 0.03rem;
	background-color: var(--i_color);
}
.products_contact_ul{
    display: flex;
	flex-direction: column;
	gap: 0.1rem;
}
.products_contact_ul li{
	font-size: 0.18rem;
	color: #333;
	line-height: 144%;
	font-weight: bold;
}
.products_contact_ul li a{
   font-size: 0.18rem;
   color: #333;
   line-height: 144%;
   font-weight: 300;
   transition: all 0.3s ease;
}
.products_contact_ul li a:hover{
   color: var(--i_color);
}

.products_right{
	width: 68%;
	box-sizing: border-box;
	padding-left: 2%;
	background-color: #F6F6F8;
	padding-top: 0.6rem;
	padding-bottom: 1rem;
}
.products_right>h3{
    font-size: 0.28rem;
	color: var(--i_color);
	font-weight: bold;
}
.products_right>h4{
   font-size: 0.16rem;
   color: #666;
   line-height: 150%;
   margin-top: 0.15rem;
}
.products_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.5rem 0.3rem;
   margin-top: 0.4rem;
}
.products_ul li{
   width: calc((100% - 0.6rem) / 3);
}
.products_a{
	display: block;
	width: 100%;
	background-color: #fff;
}
.products_img{
   position: relative;
}
.products_img::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.products_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products_text{
   box-sizing: border-box;
   padding: 0.05rem 0.2rem 0.6rem 0.2rem;
   position: relative;
}
.products_text::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.products_text h5{
   font-size: 0.18rem;
   line-height: 0.24rem;
   color: #333;
   height: 0.48rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   width: 100%;
   text-align: center;
   transition: all 0.3s ease;
}
.products_text i{
    background-color: var(--i_color);
	opacity: 0;
	transition: all 0.3s ease;
	bottom: 0;
	right: 0;
	padding: 0.03rem 0.15rem 0.03rem 0.25rem;
}
.products_text i iconify-icon{
	color: #fff;
	font-size: 0.22rem;
}
.products_a:hover h5{
	color: var(--i_color);
}
.products_a:hover i{
	opacity: 1;

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



@media screen and (max-width:1440px){
	.products_contact h3 {
		font-size: 0.25rem;
	}
	.products_right {
		padding-bottom: 0.8rem;
	}
	.products_ul {
		gap: 0.4rem 0.2rem;
	}
	.products_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
}
@media screen and (max-width:1200px){
	.products_left {
		padding-top: 0.4rem;
	}
	.products_right {
		padding-top: 0.4rem;
		padding-bottom: 0.6rem;
	}
	.products_text {
		padding: 0.05rem 0.2rem 0.4rem 0.2rem;
	}
}
@media screen and (max-width:1024px){
	.products_contact{
		display: none;
	}
	.products_left {
		width: 100%;
		padding-right: 3%;
	}
	.products_right {
		width: 100%;
		padding-left: 3%;
	}
}
@media screen and (max-width:767px){
	.products_right>h3 {
		font-size: 0.25rem;
	}
	.products_ul li {
        width: calc((100% - 0.2rem) / 2);
    }
}
@media screen and (max-width:560px){
    .products_text {
        padding: 0.05rem 0.15rem 0.3rem 0.15rem;
    }
	.products_text h5 {
		font-size: 0.16rem;
	}
	.products_ul {
        gap: 0.2rem;
    }
}
@media screen and (max-width:425px){

}

/* single_grid */
.single_grid_bac{
   background: url('static/imgs/single_grid.webp') center no-repeat;
   background-size: cover;
   box-sizing: border-box;
   padding: 0.4rem 0 0.8rem 0;
}
.single_grid{
    display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.single_grid_left{
	width: 47%;
}
.single_grid_share{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	gap: 0.15rem;
	margin-top: 0.4rem;
}
.single_grid_share h3{
   font-size: 0.2rem;
   color: #222;
}
.single_grid_share dl{
   display: flex;
   display: -webkit-flex;
   gap: 0.2rem;
}
.single_grid_share dl dt{

}
.single_grid_share dl dt a{
    display: flex;
	justify-content: center;
	align-items: center;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 50%;
    background: rgba(8, 48, 131, 0.15);
	transition: all 0.3s ease;
}
.single_grid_share dl dt a iconify-icon{
	font-size: 0.18rem;
	color: #fff;
	transition: all 0.3s ease;
}
.single_grid_share dl dt a:hover{
	transform: translateY(-0.05rem);
	background-color: var(--i_color);
}
.single_grid_share dl dt a iconify-icon:hover{
	color: #fff;

}



/* 鍥剧墖鏌ョ湅鍖� */
.in_factory_cont{--sm_pic_width:20%}
.in_factory_cont{ position:relative; overflow:hidden}
.in_factory_cont:before{content:""; display:block; padding-bottom:77.4%}

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

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

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

.in_factory_show .img{width:100%; height:100%; position:relative; overflow:hidden}
.in_factory_show .img img{width:100%; height:100%; object-fit:cover}

.infactory-pagination{display:none; margin:16px auto 0}
.infactory-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.infactory-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

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

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

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

}
@media screen and (max-width:959px){
	.in_factory_cont:before{display:none}
	.in_factory_show_box{position:initial; width:100%}
	.in_factory_show .img{width:100%; position:relative; overflow:hidden}
	.in_factory_show .img:before{content:""; display:block; padding-bottom:100%}
	.in_factory_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
	.in_factory_list_box{margin-top:10px; padding:0 0; position:relative; width:100%; height:initial}
	.in_factory_list{width:calc(100% - 60px); margin:0 auto}
	.in_factory_list_box .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
	.in_factory_list_box .swiper-slide{height:100%; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; flex-shrink:0; position:relative; cursor:pointer}
	.in_factory_list .img{height:auto}
	.in_factory_list .img:before{content:""; display:block; padding-bottom:100%}
	.in_factory_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:cover}
	.infactory-button-prev, .infactory-button-next{top:50%; transform:translate(0,-50%); width:30px; height:100%}
	.infactory-button-prev{left:0; background:url(static/imgs/arrow_left_hollow_hei.svg) no-repeat center; background-size:18px}
	.infactory-button-next{left:initial; right:0; background:url(static/imgs/arrow_right_hollow_hei.svg) no-repeat center; background-size:18px}
}
@media screen and (max-width:767px){

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

}



.single_grid_right{
	width: 53%;
	box-sizing: border-box;
	padding-left: 3%;
}
.single_grid_right>h3{
    font-size: 0.16rem;
	color: #666;
}
.single_grid_right>h3 span{
	font-size: 0.16rem;
	color: var(--i_color);
}
.single_grid_right>h1{
    font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0.2rem 0;
	border-bottom: 1px solid rgba(51,51,51,0.2);
	margin-bottom: 0.2rem;
}
.single_grid_right article{

}
.single_grid_right>h4{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
   margin: 0.2rem 0 0.15rem 0;
}
.single_grid_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.25rem;
}
.single_grid_ul li{
   width: calc((100% - 0.25rem) / 2);
   box-sizing: border-box;
   padding: 0.2rem;
   position: relative;
   background-color: rgba(231, 233, 238, 0.38);
   z-index: 2;
   overflow: hidden;
   transition: all 0.3s ease;
   font-size: 0.16rem;
   line-height: 150%;
}
.single_grid_ul li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0.08rem;
	height: 0.08rem;
	background-color: var(--i_color);
}
.single_grid_ul li::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1.1rem;
	height: 1.1rem;
	background: url('static/imgs/single_grid_ul.png') center no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0.5;
	transition: all 0.3s ease;
}
.single_grid_ul li:hover{
	color: var(--i_color);
}
.single_grid_ul li:hover::before{
	opacity: 1;
}
.single_grid_btn{
    display: flex;
	gap: 0.2rem;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-top: 0.25rem;
	margin-top: 0.3rem;
	border-top: 1px solid rgba(51, 51, 51, 0.2);
}



@media screen and (max-width:1440px){
	.single_grid_ul {
		gap: 0.2rem;
	}
	.single_grid_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:1200px){
	.single_grid_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){
	.single_grid_left {
		width: 50%;
	}
	.single_grid_right {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.single_grid_left {
		width: 100%;
	}
}
@media screen and (max-width:560px){

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

}


/* editor */
.editor_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.editor{
   display: flex;
   flex-wrap: wrap;
}
.editor_left{
	width: 25%;
}
.editor_right{
	width: 75%;
	box-sizing: border-box;
	padding-left: 2%;
}
.editor_right>h3{
   font-size: 0.25rem;
   color: var(--i_color);
   font-weight: bold;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   margin-bottom: 0.4rem;
   border-bottom: 1px solid rgba(51, 51, 51, 0.2);
   position: relative;
}
.editor_right>h3::after{
   content: '';
   position: absolute;
   bottom: -1px;
   left: 0;
   width: 2.6rem;
   height: 3px;
   background-color: var(--i_color);

}
.editor_right article{

}
.editor_right article h2{
	font-size: 0.24rem;
	color: var(--i_color);
	font-weight: bold;
}


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

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

}
@media screen and (max-width:1024px){
    .editor_left{
		display: none;
	}
	.editor_right{
		width: 100%;
		padding-left: 0%;
	}
}
@media screen and (max-width:767px){
	.editor_right>h3 {
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.editor_right>h3::after {
		width: 2.2rem;
	}
	.editor_right article h2{
		font-size: 0.22rem;
	}
	.editor_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:560px){

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

}




/* editor_LR */

.editor_LR_bac{
	background: #F2F4F9;
	box-sizing: border-box;
	padding:0.4rem 0;
}
.single_tag{
   display: flex;
   flex-wrap: wrap;
   gap: 0.15rem 0.25rem;
   align-items: center;
}

.single_tag p{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
}
.single_tag a{
	display: block;
	font-size: 0.16rem;
	color: #333;
	box-sizing: border-box;
	transition: all 0.3s ease;
	border-bottom: 1px solid transparent;
}
.single_tag a:hover{
	border-bottom: 1px solid var(--i_color);
}
.editor_LR{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   box-sizing: border-box;
   padding-top: 0.2rem;
   margin-top: 0.2rem;
   border-top: 1px solid #CECECE;
}
.editor_LR>div{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   width: 49%;
   gap: 0.1rem;
}
.editor_LR i{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 0.4rem;
   min-width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   transition: all 0.3s ease;
   border: 1px solid var(--i_color);
}
.editor_LR i iconify-icon{
   color: var(--i_color);
   font-size: 0.18rem;
   transition: all 0.3s ease;
}
.editor_LR p{
   font-size: 0.18rem;
   color: #333;
   font-weight: 600;
}
.editor_LR a{
	font-size: 0.18rem;
	color: #333;
	transition: all 0.3s ease;

}

.editor_R{
	justify-content: flex-end;
	margin-left: auto;
}
.editor_LR a:hover{
	color: var(--i_color);
}
.editor_LR div:hover i{
	background-color: var(--i_color);
}
.editor_LR div:hover i iconify-icon{
	color: #fff;
}
@media screen and (max-width:1440px){

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

}
@media screen and (max-width:1200px){
	.editor_L i{
		margin-right: 0.1rem;
	}
	.editor_R i{
		margin-left: 0.1rem;
	}
	.editor_LR a {
		font-size: 0.16rem;
	}
	.editor_LR i {
		width: 0.35rem;
		min-width: 0.35rem;
		height: 0.35rem;
	}
}
@media screen and (max-width:1024px){
	.deitor_left{display: none;}
	.deitor_right{
		width: 100%;
		padding-left: 0%;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.editor_LR {
		flex-direction: column;
	}
	.editor_LR>div{
		width: 100%;
	}
}
@media screen and (max-width:560px){

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

}



.single_faq{
	padding: 0.6rem 0;
}

/* related_products */
.related_products_bac{
    box-sizing: border-box;
	padding: 1rem 0;
	background: url('static/imgs/related_products_bac.webp') center no-repeat;
	background-size: cover;
}
.related_products{

}





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

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

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



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


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

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

@media screen and (max-width:1440px){
	.related_products_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.rela_partner .pt-button-prev, .rela_partner .pt-button-next{display:none}
	.rela_partner .pt-pagination{display:block}
	.related_products_bac{
		padding: 0.6rem 0;
	}
	.rela_partner_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px) {

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

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

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

}










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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



















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

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

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

}






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

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

/* 隐私政策 */
.privacy{box-sizing: border-box;padding: 0.8rem 0;}
#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;box-sizing: border-box;margin: 0 0.05rem;}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){
	.privacy{box-sizing: border-box;padding: 0.6rem 0;}
}
@media screen and (max-width:959px){

}





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

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

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

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

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

#wpforms-38 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-38 .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-38 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-38 .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;}
	.contactMenu{position: fixed;right: 0;bottom: 0px;}
}





/* aside */
.aside_right {
	position: fixed;
	right: -60px;
	bottom: 16%;
	z-index: 999999;
	transition: all 0.5s ease;
}
.aside_right.active{
	right: 30px;
}
.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 h3 {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}

#wpforms-44 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-44 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-44 {
	width: 100%;
	overflow: hidden
}
#wpforms-44 input,
#wpforms-44 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-44 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-44 .wpforms-error-container {
	line-height: 16px
}
#wpforms-44 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-44 .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-44 .wpforms-field-label {
	font-size: 0
}
#wpforms-44 .wpforms-required-label {
	position: absolute;
	top: 11px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-44 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-44 input {
	height: var(--input_height)
}
#wpforms-44 textarea {
	min-height: 100px
}
#wpforms-44 input,
#wpforms-44 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-44 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-44 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-44 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-44 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-44 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-44 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-44 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-44 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}


#wpforms-44 .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-44 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-44 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-44 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-44 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-44 .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%;
	}
	.aside_right{
		display: none !important
	}
}
@media screen and (max-width:959px) {
	.aside_right {
		right: 22px;
		bottom: 160px;
	}

}
@media screen and (max-width:767px) {
	#aside_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.3rem;
	}
	#wpforms-44 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-44 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h3 {
		font-size: 0.24rem;
	}

}


.form_hide{
	display: none !important;
}

























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

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

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

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

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

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

} */
