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

.wrap {
	width: 83.33%;
	margin: 0 auto;
	max-width: 16rem;
}

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





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

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

	.wrap_left{
		padding-left: 16.335% !important;
	}
	.wrap_right{
		padding-right: 16.335% !important;
	}
	.products_left {
		width: 33.73% !important;
	}
	.products_right {
		width: 66.27% !important;
	}
}











:root {
	--i_color: #0569FF;
	/* 全局颜色 */
	--i_color2: #200C5D;
	/* 副颜色 */
	--i_color3: #200C5D;
	--header_height: 0.75rem;
	/* 头部高度 */
	--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: 'Poppins';
	src: url('static/webfonts/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'med';
	src: url('static/webfonts/Poppins-Medium.ttf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Poppins-Bold.ttf');
}
@font-face {
	font-family: 'bayon';
	src: url('static/webfonts/Bayon-Regular.ttf');
}
body{
	font-family:'Source Han Sans CN','Noto Sans CJK SC','思源黑体','Arial',sans-serif;
}
/* html{
   text-transform: capitalize;
} */
/* 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: var(--border_color);
	z-index: 2014;
}

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

@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	.top_cont {
		background: #fff !important;
	}
}
@media screen and (min-width:1024px){
	.top_cont{
		box-sizing: border-box;
		margin: 0.2rem 0.2rem 0 0.2rem;
	}
	.top_cont::after{
		border-radius: 0.2rem;
	}

	.top_cont::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 0;
		transition: opacity 0.3s ease;
		z-index: -1;
	}
	.top_cont:hover,.TopHeader .top_cont{
		margin: 0;
		box-shadow: 0 0.04rem 0.1rem rgba(0, 102, 255, 0.1);
	}
	.top_cont:hover::after,.TopHeader .top_cont::after{
		border-radius: 0;
	}
	.top_cont:hover::before,.TopHeader .top_cont::before{
		opacity: 1;
	}
}


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

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

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

}





/* 导航 */
@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;
		margin: 0 .26rem;
	}

	.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;
		font-family: 'med';
	}
	.i_nav>li>a::after{
		content: '';
		position: absolute;
		bottom: 0.2rem;
		right: 0;
		width: 0;
		height: 0.03rem;
		background-color: var(--i_color);
		transition: all 0.3s ease;
	}

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

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


	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: #fff;
		min-width: 160px;
	}
	.case_nav>.sub-menu{
		width: 160px !important;
	}
	.i_nav .sub-menu .sub-menu {
		width: 400px;
	}
	.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 .sub-menu>li>a{
		font-size: 13px;
	}
	.i_nav .sub-menu>li>a::before {
		content: "\f324";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		font-size: 0.14rem;
		color: var(--i_color);
	}
	.i_nav .sub-menu>li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu>li:hover>a {
		left: .16rem;
	}
	.i_nav .sub-menu>li:hover>a {
		color: var(--i_color);
	}
	.i_nav .sub-menu>li:hover>a::before {
		left: 0;
	}
	.i_nav .sub-menu>li,
	.i_nav .sub-menu>li::after,
	.i_nav .sub-menu>li>a,
	.i_nav .sub-menu>li>a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}
    .i_nav .sub-menu .sub-menu{
		position: absolute;
		top: -2px;
		right: -400px;
	}

}

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

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

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

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

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

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

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

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

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






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


.nav_menu.on i {
	opacity: 0
}

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

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

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

}


.top_r {
	--size: .2rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	flex-shrink: 0;
}



.top_email{

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

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





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


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



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

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

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

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


@media screen and (max-width:1200px) {
	.top_language_all p{
		font-size: 0.16rem;
	 }
}
@media screen and (max-width: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 {
		margin-left:  .2rem;
	}
	.top_search_ico i{
		width: 0.4rem;
		height: 0.4rem;
	}
	.top_language_all{
		height: 0.4rem
	}
	.top_language_all p {
		font-size: 0.16rem;
	}

}
@media screen and (max-width:768px) {
	.top_search_ico i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.top_language_all{
		height: 0.35rem
	}
}
@media screen and (max-width:560px) {}



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






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

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




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

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

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


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

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

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

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

	}

}

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



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


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


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

.banner-pagination .swiper-pagination-bullet {
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	margin: 0 .1rem;
	background: rgb(255 255 255 / 40%);
	position: relative;
	outline: none;
	z-index: 2;
	border-radius: 50%;
}
.banner-pagination .swiper-pagination-bullet::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	border-radius: 50%;
	width: 200%;
	height: 200%;
	background-color: rgb(255 255 255 / 40%);
	z-index: -1;
	transition: all 0.5s ease 0.2s;
}
.banner-pagination .swiper-pagination-bullet::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: var(--i_color);
	z-index: 2;
	transition: all 0.3s ease;
}
.banner-pagination .swiper-pagination-bullet-active::after {
	transform: translate(-50%,-50%) scale(1);
}
.banner-pagination .swiper-pagination-bullet-active::before {
	transform: translate(-50%,-50%) scale(1);
}

@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;
	}
	.banner .swiper-slide {
		padding-bottom: 49%
	}

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

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




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: 46%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text1 h3{
	font-size: 0.76rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 4px 0px #000020;
	text-align: center;
}



@media screen and (max-width:1440px){
	.banner_text1 h3{
		font-size: 0.7rem;
	}
}
@media screen and (max-width:1200px){
	.banner_text1 h3{
		font-size: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.banner_text1 h3{
		font-size: 0.5rem;
	}
}
@media screen and (max-width:960px){
	.banner_text1 h3{
		font-size: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.banner_text1 h3{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:560px){
	.banner_text1 h3{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:425px){

}


/* 导航点样式 */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #fff;
}

.fp-warning, .fp-watermark a{
	display: none !important;
}


@media screen and (max-width:1024px){
	.section{
       height: unset !important;
	   min-height: unset !important;
	}
}



/* Core_Competencies */
#section2{
	background: url('static/imgs/Core_Competencies.webp') center no-repeat;
	background-size: cover;
}
.Core_Competencies_bac{
   box-sizing: border-box;
   padding-top: 1rem;
}
.Core_Competencies{

}
.Core_Competencies_ul{
   display: flex;
   gap: 0.1rem;
   flex-wrap: wrap;
   margin-top: 0.4rem;
}
.Core_Competencies_ul li{
   border-radius: 0.06rem;
   position: relative;
   overflow: hidden;
   width: calc((100% - 0.1rem) / 2);
}
.Core_Competencies_ul li a{
	display: block;
	width: 100%;
	position: relative;
}
.Core_Competencies_img{
   position: relative;
   width: 100%;
   box-sizing: border-box;
}
.Core_Competencies_img::after{
   content: '';
   display: block;
   padding-bottom: 26.24%;
}
.Core_Competencies_img::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 33, 82, 0.9) 30%, rgba(0, 102, 255, 0) 100%);
	z-index: 2;
}
.Core_Competencies_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.Core_Competencies_img p{
   position: absolute;
   top: 50%;
   right: 0.25rem;
   transform: translateY(-50%);
   font-size: 0.3rem;
   color: #fff;
   font-weight: 600;
   z-index: 3;
   width: 33%;
   text-align: right;
   box-sizing: border-box;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.Core_Competencies_text{
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: linear-gradient(281deg, #0066FF 30%, #00A5FF 96%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0.25rem;
	transition: all 0.5s ease;
	overflow: hidden;
}
.Core_Competencies_text img{
    width: 26%;
	height: auto;
}
.Core_Competencies_txt{
    width: 58%;
	position: relative;
	z-index: 5;
}
.Core_Competencies_txt h3{
   position: absolute;
   top: -40%;
   right: 0;
   font-size: 1.36rem;
   font-weight: bold;
   color: #fff;
   line-height: 100%;
   opacity: 0.2;
   z-index: -1;
}
.Core_Competencies_txt h4{
	font-size: 0.3rem;
	color: #fff;
	font-weight: bold;
	text-align: right;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.Core_Competencies_txt h5{
    font-size: 0.16rem;
	line-height: 187.5%;
	color: #fff;
	text-align: right;
	margin-top: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.Core_Competencies_ul li a:hover .Core_Competencies_text{
    top: 0;
}



@media screen and (max-width:1440px){
	.Core_Competencies_img p{
		font-size: 0.25rem;
	}
	.Core_Competencies_txt h4{
		font-size: 0.25rem;
	}
	.Core_Competencies_txt h5 {
		font-size: 0.14rem;
	}
	.Core_Competencies_txt h3 {
		font-size: 1.2rem;
	}
	.Core_Competencies_bac{
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.Core_Competencies_img p{
		font-size: 0.2rem;
	}
	.Core_Competencies_txt h4{
		font-size: 0.2rem;
	}
	.Core_Competencies_txt h3 {
		top: -30%;
		font-size: 1rem;
	}
	.Core_Competencies_img p{
		width: 40%;
	}
}
@media screen and (max-width:1024px){
	.Core_Competencies_bac {
		padding: 0.6rem 0;
	}
	.Core_Competencies_img p{
		width: 100%;
	}
	.Core_Competencies_text{
		display: none;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.Core_Competencies_ul li {
		width: 100%;
	}
	.Core_Competencies_img p{
		font-size: 0.18rem;
		right: 5%;
	}
}
@media screen and (max-width:560px){
	.Core_Competencies_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:425px){

}



/* title */
.title{

}
.title_box{
	display: flex;
	gap: 0.2rem;
	justify-content: space-between;
	align-items: center;
}
.title p{
   font-size: 0.46rem;
   color: var(--i_color);
   font-weight: bold;
   position: relative;
   box-sizing: border-box;
   line-height: 100%;
   padding-bottom: 0.15rem;
   display: inline-block;
}
.title p::after{
	content: '';
	position: absolute;
    bottom: 0;
	left: 0%;
	width: 0.9rem;
	height: 0.04rem;
	background: linear-gradient(272deg, #0066FF 32%, #00A5FF 99%);
	border-radius: 0.05rem;
}
.title span{
   display: block;
   font-size: 0.2rem;
   color: #666;
   margin-top: 0.1rem;
   line-height: 140%;
}
.title_center{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.title_center p,
.title_center span{
	text-align: center;
}
.title_center p::after{
	left: 50%;
	transform: translate(-50%,0);
}
.title_white p{
	color: #FFF;
}
.title_white p::after{
	background: #fff !important;
}
.title_right{
   display: flex;
   justify-content: flex-end;
}

.title_right p::after {
    left: unset;
	right: 0;
}




@media screen and (max-width:1440px){
	.title p{
		font-size: 0.4rem;
	}
	.title span{
		font-size: 0.24rem;
	}
	.title p::after{
		width: 0.8rem;
		height: 0.04rem;
	}
}
@media screen and (max-width:1200px){
	.title p{
		font-size: 0.35rem;
	}
	.title span{
		font-size: 0.22rem;
	}
	.title p::after{
		width: 0.7rem;
		height: 0.03rem;
	}
}
@media screen and (max-width:1024px){
	.title p{
		font-size: 0.3rem;
	}
	.title span{
		font-size: 0.2rem;
	}
	.title p::after{
		width: 0.6rem;
	}
}
@media screen and (max-width:960px){
	.title p{
		font-size: 0.28rem;
	}
	.title span{
		font-size: 0.18rem;
	}
	.title p::after{
		width: 0.5rem;
	}
}
@media screen and (max-width:767px){
	.title p{
		font-size: 0.26rem;
	}
	.title span{
		font-size: 0.16rem;
	}
	.title p::after{
		width: 0.4rem;
	}
	.title_box{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:560px){
	.title p{
		font-size: 0.22rem;
	}
	.title span{
		font-size: 0.14rem;
	}

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

	.title span {
        font-size: 0.12rem;
    }
}



/* Product_Services */


























.home_btn{
   flex-shrink: 0;
}
.home_btn a,
.home_btn span{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.07rem 0.12rem 0.07rem 0.4rem;
   border-radius: 1rem;
   background: rgba(0,102,255,0.1);
   overflow: hidden;
   backdrop-filter: blur(10px);
}
.home_btn_div{
   display: flex;
   display: -webkit-flex;
   align-items: center;
}
.home_btn_div p{
   font-size: 0.2rem;
   background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
   -webkit-background-clip: text;
   color: transparent;
   text-transform: capitalize;
   margin-right: 0.25rem;
   line-height: 100%;
   position: relative;
   transition: all 0.3s ease;
   z-index: 2;
}
.home_btn_div i{
   display: block;
   width: 0.42rem;
   height: 0.42rem;
   border-radius: 50%;
   background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   position: relative;
   transition: all 0.3s ease;
}
.home_btn_div i::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 50%;
    left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	opacity: 0;
	background-color: #fff;
	z-index: 2;
	transition: all 0.7s ease;
}
.home_btn_div i::after{
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
   z-index: 1;
   transition: all 0.7s ease;
}

.home_btn_div i img{
	width: 0.18rem;
	height: 0.18rem;
	object-fit: contain;
	display: block;
	z-index: 3;
	position: relative;
}
.home_btn_img1{
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 0.3s ease;
}





.home_btn a:hover p,
.home_btn span:hover p{
	color: #fff;
}
.home_btn a:hover i::after,
.home_btn span:hover i::after{
	transform: translate(-50%,-50%) scale(14);
}
.home_btn a:hover i::before,
.home_btn span:hover i::before{
   opacity: 1;
   transform: translate(-50%,-50%) scale(1);
}
.home_btn a:hover i .home_btn_img1,
.home_btn span:hover i .home_btn_img1{
    opacity: 1;
	z-index: 5;
}



.home_btn_center{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.home_btn_white a{
	background: rgba(255,255,255,0.8);
}




@media screen and (max-width:1024px){
	.home_btn a,
	.home_btn span{
		padding: 0.08rem 0.1rem 0.08rem 0.3rem;
		border-radius: 0.8rem;
	}
	.home_btn_div p{
		margin-right: 0.15rem;
	}
}
@media screen and (max-width:959px){
}
@media screen and (max-width:767px){

	.home_btn_div i{
		width: 0.3rem;
		height: 0.3rem;
	}
	.home_btn_div p{
		font-size: 0.16rem;
	}
	.home_btn_div i img{
		width: 0.12rem;
		height: 0.12rem;
	}
	.home_btn_div p{
		margin-right: 0.1rem;
	}
}
@media screen and (max-width:560px){
	.home_btn_div i iconify-icon{
		font-size: 0.16rem;
	}
	.home_btn a,
	.home_btn span{
		padding: 0.06rem 0.08rem 0.06rem 0.2rem;
		border-radius: 0.6rem;
	}
	.home_btn_div i{
		width: 0.25rem;
		height: 0.25rem;
	}
	.home_btn_div p{
		font-size: 0.14rem;
		margin-right: 0.1rem;
	}
}
@media screen and (max-width:425px){

	.home_btn_div i{
		width: 0.2rem;
		height: 0.2rem;
	}
	.home_btn_div p{
		font-size: 0.12rem;
		margin-right: 0.1rem;
	}
	.home_btn_div i img {
        width: 0.1rem;
        height: 0.1rem;
    }
}



/* Product_Services */
.Product_Services_bac{
	box-sizing: border-box;
	padding-top: 1rem;
}
.Product_Services{

}
.Product_Services_box{
	margin-top: 0.2rem;
	position: relative;
}
.Product_Services_dl{

}
.Product_Services_dl dt>img{
    width: 100%;
	height: auto;
}
.Product_Services_ul{
    display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 2;

}
.Product_Services_ul li{
    width: 12.65%;
    flex-grow: 1;
	transition: all 1s ease;
}
.Product_Services_ul li.active{
	flex-grow: 1000 !important;
}
.Product_Services_ul li a{
   display: flex;
   flex-direction: column;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   padding: 0.8rem 0.3rem 0.65rem 0.3rem;
   justify-content: space-between;
   position: relative;
   z-index: 2;
   overflow: hidden;

}
.Product_Services_ul li a::before{
	z-index: -2;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 85%);
}
.Product_Services_ul li a::after{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(50px);
	background: linear-gradient(180deg, rgba(0, 165, 255, 0) 0%, rgba(0, 165, 255, 0.56) 100%);
	opacity: 0.3;
	z-index: -1;
	transition: all 0.7s ease;
}
.Product_Services_ul li.active a::after{
	bottom: 0%;
}
.Product_Services_ul li:not(:last-child) a{
	border-right: 1px solid #fff;
}
.Product_Services_ul li a i{
   display: block;
   width: 1.4rem;
   height: 1.15rem;
   margin-left: auto;

}
.Product_Services_ul li:nth-child(1) a i{
   background: url('static/imgs/Product_Services1.png') center no-repeat;
   background-size: contain;
}
.Product_Services_ul li:nth-child(2) a i{
	background: url('static/imgs/Product_Services2.png') center no-repeat;
	background-size: contain;
}
.Product_Services_ul li:nth-child(3) a i{
	background: url('static/imgs/Product_Services3.png') center no-repeat;
	background-size: contain;
}
.Product_Services_ul li:nth-child(4) a i{
	background: url('static/imgs/Product_Services4.png') center no-repeat;
	background-size: contain;
}
.Product_Services_text{

}
.Product_Services_text h3{
   font-size: 0.28rem;
   color: #fff;
   font-weight: bold;
}
.Product_Services_text h4{
   font-size: 0.16rem;
   line-height: 150%;
   color: #fff;
   width: 51vw;
   margin-top: 0.1rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   text-indent: 2em;
}
.Product_Services_img{
   position: absolute;
   width: 0.5rem;
   height: 0.5rem;
   object-fit: contain;
   position: absolute;
   right: -0.9rem;
   bottom: 0.65rem;
   transition: all 0.5s ease;
}

.Product_Services_ul li.active .Product_Services_img{
	right: 0.3rem;
}




@media screen and (max-width:1440px){
	.Product_Services_ul li a i {
		width: 1.2rem;
		height: 1rem;
	}
	.Product_Services_text h3 {
		font-size: 0.22rem;
	}
	.Product_Services_ul li a {
		padding: 0.6rem 0.3rem;
	}
	.Product_Services_img{
		width: 0.45rem;
		height: 0.45rem;
		bottom: 0.6rem;
	}
	.Product_Services_bac {
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.Product_Services_ul li a i {
		width: 1rem;
		height: 0.8rem;
	}
	.Product_Services_text h3 {
		font-size: 0.2rem;
	}
	.Product_Services_ul li a {
		padding: 0.5rem 0.25rem;
	}
	.Product_Services_img{
		width: 0.4rem;
		height: 0.4rem;
		bottom: 0.5rem;
	}
}
@media screen and (max-width:1024px){
	.Product_Services_bac {
		padding: 0.6rem 0;
	}
	.Product_Services_ul li a i {
		width: 0.8rem;
		height: 0.6rem;
	}
	.Product_Services_text h3 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:960px){
	.Product_Services_text h3 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:767px){
	.Product_Services_ul li a i {
		width: 0.6rem;
		height: 0.4rem;
	}
	.Product_Services_text h3 {
		font-size: 0.2rem;
	}
	.Product_Services_ul{
		flex-wrap: wrap;
		position: relative;
		top: unset;
		left: unset;
		background: url('static/imgs/Product_Services_bac.webp') center no-repeat;
		background-size: cover;
	}
	.Product_Services_ul li{
		width: 100% !important;
	}
	.Product_Services_box>img{
		display: none;
	}
	.Product_Services_ul li .Product_Services_img{
		display: none !important;
	}
	.Product_Services_text h4{
		-webkit-line-clamp: 4;
		width: 100%;
	}
	.Product_Services_ul li a::after {
		display: none;
	}
	.Product_Services_ul li a {
        padding: 0.25rem;
    }
	.Product_Services_ul::after {
		content: '';
		position: absolute;
		bottom: 0%;
		left: 0;
		width: 100%;
		height: 100%;
		backdrop-filter: blur(50px);
		background: linear-gradient(180deg, rgba(0, 165, 255, 0) 0%, rgba(0, 165, 255, 0.56) 100%);
		opacity: 0.3;
		z-index: -1;
	}
	.Product_Services_text h4{
		font-size: 0.12rem;
	}
	.Product_Services_dl{
		display: none;
	}
}
@media screen and (max-width:560px){
	.Product_Services_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:425px){

}


/* home_aolutions */
#section4{
	background: url('static/imgs/home_aolutions_bac.webp') center no-repeat;
	background-size: cover;
}
.home_aolutions_bac{
   box-sizing: border-box;
   padding-top: 1rem;

}
.home_aolutions{

}
.home_aolutions_ul{
    display: flex;
	justify-content: center;
	gap: 0.8rem;
}
.home_aolutions_ul li{
	font-size: 0.46rem;
	color: #434343;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	line-height: 150%;
	padding-bottom: 0.1rem;
    cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.home_aolutions_ul li::after{
	content: '';
	position: absolute;
    bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0.9rem;
	height: 0.04rem;
	border-radius: 0.05rem;
	background: linear-gradient(272deg, #0066FF 32%, #00A5FF 99%);
	opacity: 0;
}
.home_aolutions_ul li.current{
	color: var(--i_color);
}
.home_aolutions_ul li.current::after{
	opacity: 1;
}
.home_aolutions_dl{

}
.home_aolutions_dl dt{
	animation: adc 1s ease;
}




/*  */
.HS_partner_box{
}

.HS_partner{position:relative}
.HS_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HS_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HS_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	perspective: 2000px;
	top: -0.7rem;
	padding: 0.4rem 0 0 0;
	transition: all 0.3s ease;
}
.HS_partner_list li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: transparent;
	transition: all 0.5s ease;
	transform: rotateY(0) scaleX(1);
}
.HS_partner_list .img{width:100%; box-sizing:border-box; position:relative;border-radius: 0.1rem; overflow:hidden}
.HS_partner_list .img:before{content:""; display:block; padding-bottom:60.06%}
.HS_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


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

.home_aolutions_text{
   display: none;
   box-sizing: border-box;
   padding: 0.25rem 0;
   position: relative;
   z-index: 2;
   width: 150%;
   margin-top: 0.3rem;
}
.home_aolutions_text::after{
   content: '';
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 120%;
   height: 100%;
   background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0.09) 100%);
   z-index: -1;
}
.home_aolutions_text h3{
   font-size: 0.32rem;
   color: var(--i_color);
   font-weight: bold;
   text-align: center;
   overflow:hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   box-sizing: border-box;
   transition: all 0.3s ease;
}
.home_aolutions_text h4{
   font-size: 0.18rem;
   color: #434343;
   line-height: 166%;
   text-align: center;
   margin-top: 0.1rem;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.home_aolutions_text h4 br{
	display: none;
}
.HS_partner_list li a:hover h3{
	color: var(--i_color2);
}


.HS_partner_list li.swiper-slide-active .home_aolutions_text{
	display: block;
}
.HS_partner_list li.swiper-slide-active {
	top: 0.05rem;
}
.HS_partner_list li.swiper-slide-prev,
.HS_partner_list li.swiper-slide-next {
	top: 0rem;
}
.HS_partner_list li.swiper-slide-active a{
	transform: rotateY(0) scaleX(1);
    transition: all .5s ease;
}
.HS_partner_list li.swiper-slide-prev a{
	transform: rotateY(20deg) scaleX(1.2) scaleY(1.09);
}
.HS_partner_list li.swiper-slide-next a{
	transform: rotateY(-20deg) scaleX(1.2) scaleY(1.09);
}




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

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

.RL_btn img{
	width: 0.24rem;
	height: 0.24rem;
	object-fit: contain;
}
.RL_btn_img1{

}
.RL_btn_img2{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.24rem;
	height: 0.24rem;
	opacity: 0;
	transition: all 0.3s ease;
}





.RL_btn .pt-button-prev{left:8.335%;}
.RL_btn .pt-button-next{right:8.335%;}

.RL_btn .pt-button-prev:hover, .RL_btn .pt-button-next:hover{
	background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
}
.RL_btn .pt-button-prev:hover .RL_btn_img2, .RL_btn .pt-button-next:hover .RL_btn_img2{
	opacity: 1;
}






@media screen and (max-width:1440px){
	.home_aolutions_bac {
		padding-top: 0.8rem;
	}
	.home_aolutions_ul li {
		font-size: 0.4rem;
	}
	.home_aolutions_text h3 {
		font-size: 0.28rem;
	}
	.home_aolutions_text h4 {
		font-size: 0.16rem;
	}
	.home_aolutions_ul li::after {
		width: 0.8rem;
		height: 0.04rem;
	}
	.home_aolutions_ul {
		gap: 0.7rem;
	}
	.RL_btn .pt-button-prev, .RL_btn .pt-button-next{display:none}
	.RL_btn .pt-pagination{display:block}
}
@media screen and (max-width:1200px){
	.home_aolutions_ul li {
		font-size: 0.35rem;
	}
	.home_aolutions_text h3 {
		font-size: 0.24rem;
	}

	.home_aolutions_ul li::after {
		width: 0.6rem;
		height: 0.03rem;
	}
	.home_aolutions_ul {
		gap: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.home_aolutions_bac {
		padding: 0.6rem 0;
	}
	.home_aolutions_ul li {
		font-size: 0.3rem;
	}
	.home_aolutions_text h3 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:960px){
	.home_aolutions_ul li {
		font-size: 0.25rem;
	}
	.home_aolutions_text h3 {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:767px){
	.HS_partner_list li.swiper-slide-prev a{
		transform: rotateY(20deg) scaleX(1.2) scaleY(1.02);
	}
	.HS_partner_list li.swiper-slide-next a{
		transform: rotateY(-20deg) scaleX(1.2) scaleY(1.02);
	}
	.home_aolutions_ul li {
		font-size: 0.16rem;
	}
	.home_aolutions_ul li::after {
		width: 0.4rem;
		height: 0.02rem;
	}
	.home_aolutions_text h3 {
        font-size: 0.14rem;
    }
	.home_aolutions_text h4 {
        font-size: 0.12rem;
    }
	.home_aolutions_ul {
		gap: 0.3rem;
	}


	.HS_partner_list li.swiper-slide-active {
		top: 0rem;
	}
	.HS_partner_list li.swiper-slide-active a{
		transform: unset;
	}
	.HS_partner_list li.swiper-slide-prev a{
		transform:unset;
	}
	.HS_partner_list li.swiper-slide-next a{
		transform: unset;
	}
	.HS_partner_list li {
		padding: 0.2rem 0 0 0;
	}
	.home_aolutions_text {
		padding: 0.1rem 0;
		width: 120%;
		margin-top: 0.15rem;
	}
	.RL_btn .pt-pagination {
		margin: 0.2rem auto 0;
	}
	.RL_btn .pt-pagination .swiper-pagination-bullet {
		width: 0.1rem;
		height: 0.1rem;
		margin: 0 0.04rem;
	}
}
@media screen and (max-width:560px){
	.home_aolutions_bac {
		padding: 0.4rem 0;
	}
	.RL_btn .pt-pagination .swiper-pagination-bullet {
		width: 0.06rem;
		height: 0.06rem;
		margin: 0 0.02rem;
	}
	.RL_btn .pt-pagination {
        margin: 0.1rem auto 0;
    }
}
@media screen and (max-width:425px){

}





/* home_case */
.home_case{
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem;
   margin-top: 0.4rem;
}
.home_case li{
   width: calc((100% - 0.2rem) / 2);
}
.home_case li a{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 0.15rem;
}
.home_case_img{
	position: relative;
}
.home_case_img::after{
    content: '';
	display: block;
	padding-bottom: 41%;
}
.home_case_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_case_text{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   box-sizing: border-box;
   padding: 0.5rem 4% 0.2rem 4%;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.home_case_text img{
   width: 0.59rem;
   height: 0.56rem;
   object-fit: contain;
}
.home_case_text h3{
   font-size: 0.22rem;
   color: #fff;
   font-weight: bold;
   margin-top: 0.1rem;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.home_case_area{
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(288deg, #0066FF 24%, #00A5FF 72%);
   display: flex;
   flex-direction: column;
   justify-content: center;
   box-sizing: border-box;
   padding: 0.2rem 4%;
   transition: all 0.5s ease;
}
.home_case_area img{
	width: 0.59rem;
	height: 0.56rem;
	object-fit: contain;
}
.home_case_area h4{
    font-size: 0.22rem;
	color: #fff;
	font-weight: bold;
    margin: 0.1rem 0;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.home_case_area h5{
    font-size: 0.16rem;
	line-height: 166%;
	color: #fff;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}

.home_case li a:hover .home_case_area{
	top: 0%;
}







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

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

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

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

}
@media screen and (max-width:767px){
	.home_case_area h4 {
		font-size: 0.16rem;
	}
	.home_case_text h3 {
		font-size: 0.16rem;
	}
	.home_case li {
		width: 100%;
	}
	.home_case_area h5 {
		font-size: 0.14rem;
		-webkit-line-clamp: 2;
	}
	.home_case_text img,
	.home_case_area img{
		width: 0.4rem;
		height: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.home_case_area h4 {
		font-size: 0.14rem;
	}
	.home_case_text h3 {
		font-size: 0.14rem;
	}

	.home_case_area h5 {
		font-size: 0.12rem;
		-webkit-line-clamp: 2;
	}
	.home_case_text img,
	.home_case_area img{
		width: 0.3rem;
		height: 0.3rem;
	}
	.home_case {
		gap: 0.1rem;
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:425px){

}





/* home_about */
#section5{
	background: url('static/imgs/home_about_bbb.webp') center no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end

}
.home_about_bac{
    box-sizing: border-box;
    margin-top:0.9rem
}
.home_about_img{
   width: 100%;
   position: relative;
   overflow: hidden;
   height: calc(100vh - var(--header_height));
}
/* .home_about_img::after{
	content: '';
	display: block;
	padding-bottom: 41.67%;
} */
.home_about_img video,
.home_about_videobac img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_about_img::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('static/imgs/home_about2.webp') no-repeat center;
	background-size: cover;
	z-index: 3;
	transition: all 2s ease;
}
.home_about_videobac{

}
.home_about_videobac::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}



.home_about_text{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 3;
   box-sizing: border-box;
   padding-right: 46%;
   z-index: 3;
}
.home_about_text h3{
   font-size: 0.52rem;
   color: #464646;
   font-weight: 900;
   transition: all 0.3s ease;
}
.home_about_ul{
   display: flex;
   justify-content: space-between;
   box-sizing: border-box;
   gap: 0.1rem;
   border: 1px solid var(--i_color);
   padding: 0.08rem;
   border-radius: 8rem;
   background-color: #fff;
   margin: 0.4rem 0 0.6rem 0;
}
.home_about_ul li{
    display: flex;
	align-items: center;
	gap: 0.1rem;
	box-sizing: border-box;
	padding: 0.1rem 0.2rem;
	border-radius: 4rem;
	cursor: pointer;
	transition: all 0.3s ease;

}
.home_about_ul li img{
    width: 0.22rem;
	height: 0.22rem;
	object-fit: contain;
	filter: brightness(0) grayscale(100%);
	-webkit-filter: brightness(0) grayscale(100%);
	flex-shrink: 0;
}
.home_about_ul li p{
   font-size: 0.22rem;
   line-height: 120%;
   color: #434343;
}
.home_about_ul li.current{
	background-color: rgba(0,102,255,0.1);
}
.home_about_ul li.current p{
    color: var(--i_color);
}
.home_about_ul li.current img{
	filter: unset;
}

@keyframes adc {
	0% {
		transform: translateY(40px);
	}

	100% {
		transform: translateY(0%);
	}
}






.home_about_dl{

}
.home_about_dl dt{
	animation: adc 0.5s ease;
}
.home_aboutdl_img{
   display: flex;
   align-items: center;
   gap: 0.2rem;
   margin-bottom: 0.6rem;
}
.home_aboutdl_img img{
   width: 0.8rem;
   flex-shrink: 0;
   object-fit: contain;
}
.home_aboutdl_img h4{
   font-size: 0.26rem;
   color: #434343;
   line-height: 140%;
}

.home_about_dl dt h5{
   font-size: 0.4rem;
   color: var(--i_color);
   line-height: 140%;
   box-sizing: border-box;
}















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

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

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

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






@media screen and (min-width:1024px){
	.home_about_img:hover::before{
		left: -100%;
	}
	.home_about_img:hover h3,
	.home_about_img:hover h4,
	.home_about_img:hover h5{
		color: #fff;
	}
	.home_about_img:hover .home_aboutdl_img img{
		filter: brightness(0) invert(1);
	}

}






@media screen and (max-width:1440px){
	.home_about_text h3 {
		font-size: 0.4rem;
	}
	.home_about_video i{
		width: 0.6rem;
		height: 0.6rem;
	}
	.home_aboutdl_img h4 {
		font-size: 0.24rem;
	}
	.home_about_dl dt h5 {
		font-size: 0.35rem;
	}
	.home_aboutdl_img img {
		width: 0.7rem;
	}
	.home_about_ul {
		margin: 0.4rem 0;
	}
	.home_about_bac{
		box-sizing: border-box;
		margin-top:0.8rem
	}
	#section5{
		justify-content: center;

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

}
@media screen and (max-width:1200px){
	.home_about_text h3 {
		font-size: 0.35rem;
	}
	.home_about_video i{
		width: 0.5rem;
		height: 0.5rem;
	}
	.home_aboutdl_img h4 {
		font-size: 0.22rem;
	}
	.home_about_dl dt h5 {
		font-size: 0.3rem;
	}
	.home_aboutdl_img img {
		width: 0.6rem;
	}
}
@media screen and (max-width:1024px){

	.home_about_img{
		overflow: unset;
	}
	.home_about_videobac::after{
		width: 0%;
		height: 0%;
	}
	.home_about_text,.home_about_img video,.home_about_videobac img{
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
	}
	.home_about_text{
		padding: 0.4rem 0;
	}
	.home_about_text {
		position: relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		padding-right: 0%;

	}
	.home_about_img::before{display: none;}
	.home_about_img>img{display: none;}
	.home_about_img::after{display: none;}
	.home_about_bac{
		background: linear-gradient(to top,rgba(84,201,250,0.28),rgba(77,189,236,0.15),rgba(77,189,236,0.06));
		box-sizing: border-box;
	}
	.home_about_text h3 br{display: none;}
	.home_about_bac{
		margin-top: 0;
	}
	.home_about_img{
		height: unset;
	}
}
@media screen and (max-width:959px){



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

	.home_about_ul li p{
		font-size: 0.2rem;
	}
	.home_about_text h3 {
        font-size: 0.25rem;
    }
	.home_about_ul li p {
        font-size: 0.16rem;
    }
	.home_about_ul li img {
		width: 0.18rem;
		height: 0.18rem;
	}
	.home_about_ul {
        margin: 0.2rem 0;
    }

	.home_about_ul {
		gap: 0.05rem;
		padding: 0.05rem;
	}
	.home_aboutdl_img img {
        width: 0.3rem;
    }
	.home_aboutdl_img h4 {
        font-size: 0.16rem;
    }
	.home_about_dl dt h5 {
        font-size: 0.2rem;
        margin: 0.2rem 0;
    }
	.home_about_dl dt h5 br{
		display: none;
	}
	.home_aboutdl_img {
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.home_about_text h3 {
        font-size: 0.22rem;
    }
	.home_about_ul li p {
        font-size: 0.12rem;
    }
	.home_about_ul li img {
		width: 0.1rem;
		height: 0.1rem;
	}
	.home_about_ul li {
		gap: 0.05rem;
		padding: 0.1rem;
	}
}
@media screen and (max-width:425px){

}





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

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


/* home_news */
#section6{
	background: url('static/imgs/home_news_bac.webp') center no-repeat;
	background-size: cover;
}
.home_news_bac{
   box-sizing: border-box;
   padding-top: 1.2rem;
}
.home_news{

}
.home_news_list{
    display: flex;
	gap: 0.5rem;
}
.home_news_list li{
	font-size: 0.26rem;
	color: #434343;
	box-sizing: border-box;
	padding: 0.1rem 0.4rem;
	border-radius: 8rem;
	cursor: pointer;
}
.home_news_list li.current{
	backdrop-filter: blur(10px);
	background: rgba(0, 102, 255, 0.1);
	color: var(--i_color);
}


.home_news_dl{
   margin-top: 0.4rem;
   overflow: hidden;
}
.home_news_dl dt{
   animation: adc 1s ease;
}
@keyframes ccc {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0%);
	}
}



.home_news_box{
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}
.home_news_left{
   width: 48.5625%;
}
.home_news_a{
   display: block;
   width: 100%;
}
.home_news_leftImg{
   position: relative;
   width: 100%;
   overflow: hidden;
   border-radius: 0.1rem;
}
.home_news_leftImg::after{
   content: '';
   display: block;
   padding-bottom: 63.45%;
}
.home_news_leftImg img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.home_news_a:hover .home_news_leftImg img{
	width: 110%;
	height: 110%;
}
.home_news_leftText{
   display: flex;
   align-items: center;
   gap: 0.2rem;
   margin-top: 0.4rem;
   justify-content: space-between;
}
.home_news_leftText h3{
   font-size: 0.24rem;
   line-height: 0.32rem;
   color: #434343;
   font-weight: bold;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   height: 0.64rem;
   transition: all 0.3s ease;
}
.home_news_left a:hover h3{
	color: var(--i_color);
}
.home_news_leftText img{
   display: block;
   width: 0.5rem;
   height: 0.5rem;
   object-fit: contain;
   flex-shrink: 0;
}

.home_news_right{
	width: 48.5625%;
}
.home_news_ul{
   display: flex;
   flex-wrap: wrap;

}
.home_news_ul li{
   width: 100%;
}
.home_news_ul li a{
   display: flex;
   align-items: center;
   width: 100%;
   box-sizing: border-box;
   padding: 0.3rem 0.4rem;
}
.home_news_ul li:not(:last-child) a{
	border-bottom: 1px solid rgba(67,67,67,0.2);
}
.home_news_ulImg{
   width: 35%;
   position: relative;
   overflow: hidden;
   border-radius: 0.05rem;
}
.home_news_ulImg::after{
   content: '';
   display: block;
   padding-bottom: 60.83%;
}
.home_news_ulImg img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.home_news_ulText{
   width: 65%;
   box-sizing: border-box;
   padding-left: 4%;
}
.home_news_ulText h4{
   font-size: 0.2rem;
   color: #434343;
   font-weight: 600;
   transition: all 0.3s ease;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.home_news_ulText h5{
   font-size: 0.16rem;
   color: rgba(67,67,67,0.5);
   margin-top: 0.1rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   text-indent: 2em;
}
.home_news_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.home_news_ul li a:hover h4{
	color: var(--i_color);
}


@media screen and (max-width:1440px){
	.home_news_list li {
		font-size: 0.24rem;
		padding: 0.1rem 0.3rem;
	}
	.home_news_leftText h3 {
		font-size: 0.22rem;
		line-height: 0.28rem;
		height: 0.56rem;
	}
	.home_news_leftText img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.home_news_bac {
		padding-top: 1rem;
	}
}
@media screen and (max-width:1200px){
	.home_news_list li {
		font-size: 0.2rem;
		padding: 0.08rem 0.2rem;
	}
	.home_news_bac {
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1024px){
	.home_news_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.home_news_list li {
		font-size: 0.16rem;
		padding: 0.05rem 0.15rem;
	}
	.home_news_list {
		gap: 0.2rem;
	}
	.home_news_left,
	.home_news_right{
		width: 100%;
	}
	.home_news_leftText img {
		width: 0.4rem;
		height: 0.4rem;
	}
	.home_news_leftText {
		margin-top: 0.3rem;
	}
	.home_news_leftText h3 {
        font-size: 0.2rem;
        line-height: 0.25rem;
        height: 0.5rem;
    }
	.home_news_right{
		margin-top: 0.2rem;
	}
	.home_news_ul li a {
		padding: 0.2rem;
	}
	.home_news_ulText h4 {
		font-size: 0.2rem;
	}
	.home_news_ulText h5 {
		font-size: 0.14rem;
		margin-top: 0.1rem;
	}
	.home_news_bac {
		padding: 0.4rem 0;
	}
	.home_news_ul li a {
		border-bottom: 1px solid rgba(67, 67, 67, 0.2) ;
	}
}
@media screen and (max-width:560px){
	.home_news_leftText img {
		width: 0.25rem;
		height: 0.25rem;
	}
	.home_news_leftText {
		gap: 0.1rem;
		margin-top: 0.2rem;
	}
	.home_news_leftText h3 {
        font-size: 0.16rem;
        line-height: 0.2rem;
        height: 0.4rem;
    }
	.home_news_ulText h4 {
		font-size: 0.16rem;
	}
	.home_news_ulText h5 {
		font-size: 0.12rem;
		margin-top: 0.05rem;
	}
	.home_news_ul li a {
        padding: 0.15rem 0.1rem;
    }
	.home_news_dl {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:425px){
	.home_news_ulText h4 {
		-webkit-line-clamp: 1;
	}
}










/*  */
.HNN_partner_box{}

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





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


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

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

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

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

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

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

}




















/* home_down */
#section7{
	background:linear-gradient(to right,rgba(0,165,255,0.056),rgba(0,165,255,0.1)) ;
}
.home_down_bac{
   box-sizing: border-box;
   padding-top: 1rem;
}
.home_down{

}
.home_down_ul{
   display: flex;
   justify-content: center;
}
.home_down_ul li{
   width: 25%;
   box-sizing: border-box;
   padding: 0.1rem 5%;

}
.home_down_ul li:not(:last-child){
	border-right: 1px dashed rgba(0, 102, 255, 0.5);
}
.home_down_ul li h3{
   font-size: 0.22rem;
   color: #434343;
   font-family: 'bayon';
   line-height: 100%;
}
.home_down_ul li h3 span{
   font-family: 'bayon';
   font-size: 0.8rem;
   line-height: 100%;
   color: #434343;
}
.home_down_ul li h4{
    font-size: 0.18rem;
	color: rgba(67,67,67,0.5);
	margin-top: 0.1rem;
	line-height: 144%;
}
.home_down_ul li:hover h3 span{
	background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
    -webkit-background-clip: text;
    color: transparent;
}


.home_down_dl{
   display: flex;
   flex-wrap: wrap;
   gap: 0.25rem 0.35rem;
   margin-top: 0.3rem;
}

.home_down_dl dt{
   width: calc((100% - 1.75rem) / 6);
   border-radius: 0.05rem;
   overflow: hidden;
   box-shadow: 0px 0px 10px 0px rgba(0, 102, 255, 0.2);
   background-color: #fff;
   position: relative;
}
.home_down_dl dt::after{
   content: '';
   display: block;
   padding-bottom: 37.87%;
}
.home_down_dl img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 90%;
   object-fit: contain;
}



@media screen and (max-width:1440px){
	.home_down_ul li h3 span {
		font-size: 0.8rem;
	}
	.home_down_bac{
		padding-top: 0.8rem;
	}
	.home_down_dl {
		gap: 0.2rem 0.3rem;
		margin-top: 0.2rem;
	}
	.home_down_dl dt {
		width: calc((100% - 1.5rem) / 6);
	}
}
@media screen and (max-width:1200px){
	.home_down_ul li h3 span {
		font-size: 0.7rem;
	}
	.home_down_dl {
		gap: 0.2rem;
		margin-top: 0.2rem;
	}
	.home_down_dl dt {
		width: calc((100% - 1rem) / 6);
	}
}
@media screen and (max-width:1024px){
	.home_down_ul li h3 span {
		font-size: 0.6rem;
	}
	.home_down_bac{
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:960px){
	.home_down_ul li h3 span {
		font-size: 0.5rem;
	}
}
@media screen and (max-width:767px){
	.home_down_ul li h3 span {
		font-size: 0.3rem;
	}
	.home_down_ul{
		flex-wrap: wrap;
		gap: 0.1rem 0;
	}
	.home_down_ul li {
		width: 50%;
	}
	.home_down_ul li h4 {
		font-size: 0.14rem;
	}
	.home_down_ul li{
		border-right: 1px dashed rgba(0, 102, 255, 0.5);
	}
	.home_down_ul li h3 {
		font-size: 0.18rem;
	}
	.home_down_dl {
		display: none;
	}

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

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

}

/* footer */
footer{
	background:linear-gradient(to right,rgba(0,165,255,0.056),rgba(0,165,255,0.1));
}
#section7 footer{
	background: transparent;
}


.footer_bac{

}
.footer{

}
.footer_top{
   box-sizing: border-box;
   padding: 0.15rem 0.3rem 0.15rem 0.1rem;
   border-radius: 0.2rem;
   background: rgba(255, 255, 255, 0.6);
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 0.4rem 0 0.2rem 0;
}
.footer_top>a{
	display: block;
}
.footer_top img{
   height: 0.62rem;
}
.footer_top_ul{
   display: flex;
   gap: 1.5rem;
}
.footer_top_ul li{

}
.footer_top_ul li a{
   font-size: 0.24rem;
   color: #434343;
}

.footer_top_ul li a:hover{
	background: linear-gradient(274deg, #0066FF 32%, #00A5FF 98%);
    -webkit-background-clip: text;
    color: transparent;
}
.footer_box{
   display: flex;
   justify-content: space-between;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.35rem;
}
.footer_left{
   width: 44%;
}
.footer_left>a{
    font-size: 0.36rem;
    font-weight: bold;
    background: linear-gradient(274deg, #0066FF 32%, #00A5FF 98%);
    -webkit-background-clip: text;
    color: transparent;
	margin-bottom: 0.25rem;
	display: block;
}
.footer_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.05rem 0.4rem;
}
.footer_ul li{
   font-size: 0.18rem;
   color: #434343;
   box-sizing: border-box;
   width: 100%;
}
.footer_ul li:last-child{
	width: 100%;
}
.footer_ul li a{
   color: rgba(67,67,67,0.5);
   font-size: 0.18rem;
   line-height: 140%;
   text-transform: none;
}
.footer_ul li a:hover{
	background: linear-gradient(274deg, #0066FF 32%, #00A5FF 98%);
    -webkit-background-clip: text;
    color: transparent;
}
.footer_right{

}
.footer_right_dl{
   display: flex;
   gap: 0.1rem 0.7rem;
}
.footer_right_dl dt{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.footer_right_dl dt i{
   display: block;
   width: 1.33rem;
   height: 1.33rem;
   position: relative;
   z-index: 2;
}
.footer_right_dl dt i::after{
	content: '';
	position: absolute;
	bottom: -0.06rem;
	right: -0.06rem;
	width: 100%;
	height: 100%;
	background-color: #00A5FF;
	box-sizing: border-box;
	border: 0.02rem solid var(--i_color);
	z-index: -1;

}
.footer_right_dl dt i img{
   width: 100%;
   height: 100%;
   object-fit: contain;
   border-radius: 0.1rem 0 0 0;
   box-sizing: border-box;
   border: 0.02rem solid var(--i_color);
}
.footer_right_dl dt p{
   font-size: 0.2rem;
   color: var(--i_color);
   text-align: center;
   box-sizing: border-box;
   padding: 0 0.3rem;
   position: relative;
   margin-top: 0.15rem;
}
.footer_right_dl dt p::after{
    content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.24rem;
	height: 0.06rem;
	background: url('static/imgs/ewr_right.png') center no-repeat;
	background-size: contain;

}
.footer_right_dl dt p::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.24rem;
	height: 0.06rem;
	background: url('static/imgs/ewm_left.png') center no-repeat;
	background-size: contain;
}



/* footer_xia */
.footer_xia_bac{
	padding: 0.25rem 0;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 4px -4px 6px 0px rgba(0, 102, 255, 0.1);
}
.footer_xia{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.footer_xia p{
   font-size: 0.16rem;
   color: #434343;
}
.footer_xia_ul{
   display: flex;
   gap: 0.3rem;
}
.footer_xia_ul li{
   display: flex;
   gap: 0.05rem;
   align-items: center;
   position: relative;
}
.footer_xia_ul li a{
   font-size: 0.18rem;
   color: #434343;
}
.footer_xia_ul li a:hover{
	background: linear-gradient(274deg, #0066FF 32%, #00A5FF 98%);
    -webkit-background-clip: text;
    color: transparent;
}
.footer_xia_ul li a iconify-icon{
	font-size: 0.24rem;
	color: #434343;
}
.footer_xia_link.on>a{
    background: linear-gradient(274deg, #0066FF 32%, #00A5FF 98%);
    -webkit-background-clip: text;
    color: transparent;
}
.footer_xia_link.on iconify-icon{
	color: var(--i_color);
}

.link_a{
	position: absolute;
    bottom: 0.5rem;
    right: 0;
    box-sizing: border-box;
    padding: 0.15rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: white;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    gap: 0.1rem;
    align-items: center;
    border-radius: 0.1rem;
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
	z-index: 999;
}
.link_a a{
    font-size: 0.16rem;
    color: #616161;
	white-space:nowrap;
}
.link_a a:hover{
	background: linear-gradient(274deg, #0066FF 32%, #00A5FF 98%);
    -webkit-background-clip: text;
    color: transparent;
}
.link_a.on{
	opacity: 1;
    bottom: 0.4rem;
    visibility: visible;
}



@media screen and (max-width:1440px){
	.footer_top_ul {
		gap: 1.2rem;
	}
	.footer_top_ul li a {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px){
	.footer_top_ul {
		gap: 1rem;
	}
	.footer_top_ul li a {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px){
    .footer_right{display: none;}
	.footer_top_ul {
		gap: 0.8rem;
	}
	.footer_top_ul li a {
		font-size: 0.18rem;
	}
	.footer_top_ul{
		display: none;
	}
}
@media screen and (max-width:960px){
	.footer_top_ul {
		gap: 0.6rem;
	}

}
@media screen and (max-width:767px){
	.footer_top img {
		height: 0.4rem;
	}
	.footer_left {
		width: 100%;
	}
	.footer_left>a {
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.home_down_bac {
        padding-top: 0.4rem;
    }
	.footer_top {
		padding: 0.15rem 0.1rem;
		margin: 0.2rem 0;
	}
	.footer_ul li {
		font-size: 0.14rem;
		width: calc((100% - 0.4rem) / 2);
	}
	.footer_ul li a {
		font-size: 0.14rem;
	}
	.footer_xia p {
		font-size: 0.14rem;
	}
	.footer_xia_ul li a {
		font-size: 0.14rem;
	}
	.footer_xia p{
		width: 100%;
		margin-bottom: 0.05rem;
	}
	.footer_xia{
		flex-wrap: wrap;
	}
	.footer_xia_bac {
		padding: 0.2rem 0 0.56rem 0;
	}
	.link_a.on{
		bottom: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.footer_ul li{
		width: 100%;
	}
	.footer_ul {
		gap: 0.1rem 0.4rem;
	}
	.footer_xia_ul li a {
        font-size: 0.12rem;
    }
	.footer_xia p {
        font-size: 0.12rem;
    }
	.footer_top img {
        height: 0.35rem;
    }
}
@media screen and (max-width:425px){

}


/* banner_about */
.banner_about_baox{
	position: relative;
}
.banner_about{
   position: relative;
}
.banner_about::after{
   content: '';
   display: block;
   padding-bottom: 39.0625%;
}
.banner_about img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.banner_about::before{
	content: '';
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
	background: linear-gradient(270deg, rgba(0, 102, 255, 0) 0%, #0066FF 100%);
    z-index: 2;
}
.banner_about_box{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
}
.banner_about_box h3{
    font-size: 0.6rem;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	border-bottom: 0.05rem solid #fff;
}
.banner_about_box h4{
    font-size: 0.26rem;
	color: #fff;
	margin-top: 0.15rem;
}

.banner_about_list{
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 4;
}
.banner_about_listBox{
    box-sizing: border-box;
	padding: 0.3rem 0;
}
.banner_about_listUL{
    display: flex;
	gap: 10%;
	justify-content: center;
}
.banner_about_listUL li{

}
.banner_about_listUL li a{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
   border-bottom: 0.02rem solid transparent;
   box-sizing: border-box;
   transition: all 0.3s ease;
   position: relative;
   box-sizing: border-box;
   padding-bottom: 0.02rem;
}
.banner_about_listUL li a::after{
   content: '';
   position: absolute;
   bottom: 0;
   right: 0;
   width: 0;
   height: 0.02rem;
   background-color: var(--i_color);
   transition: all 0.3s ease;
}
.banner_about_listActive a,
.banner_about_listUL li a:hover{
   color: var(--i_color) !important;

}
.banner_about_listActive a::after,
.banner_about_listUL li a:hover::after{
   width: 100% !important;
   right: auto !important;
   left: 0 !important;

}










@media screen and (max-width:1440px){
	.banner_about_box h3 {
		font-size: 0.5rem;
	}
}
@media screen and (max-width:1200px){
	.banner_about_box h3 {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.banner_about_baox{
		margin-top: var(--header_height);
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.banner_about_box h3 {
		font-size: 0.2rem;
		border-bottom: 0.02rem solid #fff;
	}
	.banner_about_list{
		position: relative;
		background: rgba(0, 102, 255, 0.1);

	}
	.banner_about_listUL li a{
		color: #333;
		font-size: 0.14rem;
	}
	.banner_about_listBox {
		padding: 0.2rem 0;
	}
	.banner_about_box h4 {
		font-size: 0.14rem;
	}

}
@media screen and (max-width:560px){
	.banner_about_box h3 {
		font-size: 0.18rem;
	}
	.banner_about_box h4 {
		font-size: 0.12rem;
		display: none;
	}
}
@media screen and (max-width:425px){

}



/* 当前位置 */
.in_position{padding:0.14rem 0;margin-top: 1rem;}

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

.in_position a:not(:last-child):after{content:">"; margin:0 0.1rem; color:#fff}
.in_position a:last-child{color:#fff!important}
.in_position a:hover{color:#fff}
@media screen and (max-width:959px){
    .in_position{
	  display: none;
    }
}
@media screen and (max-width:767px){

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

}



/* about_us */
.about_us_bac{
   box-sizing: border-box;
   padding: 1rem 0 3.5rem 0;
   position: relative;
   z-index: 2;
}
.about_us_bacImg1{
	position: absolute;
	top: 0;
	right: -16%;
	max-width: 100%;
	height: auto;
	z-index: -1;
}
.about_us_bacImg2{
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.about_us{
	display: flex;
	flex-wrap: wrap;
}








.about_us_left{
   width: 43%;
   position: relative;
}
.about_us_leftImg{
	position: relative;
}
.about_us_leftImg::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.about_us_leftImg img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 50%;
}
.circle_all{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.circle_all span{
   display: block;
   position: absolute;
   border-radius: 50%;
}
.circle_1{
   width: 0.82rem;
   height: 0.82rem;
   background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
   left: 0 !important;
   top: 90% !important;
}
.circle_2{
   width: 0.37rem;
   height: 0.37rem;
   background: linear-gradient(307deg, rgba(0, 102, 255, 0.2) 18%, rgba(0, 165, 255, 0.2) 78%);
   top: -0.37rem !important;
   right: 24% !important;
   left: unset !important;
}
.circle_3{
   width: 1.39rem;
   height: 1.39rem;
   border: 0.04rem solid var(--i_color);
   right: -0.15rem !important;
   top: 12% !important;
   left: unset !important;
}
.about_us_leftText{
    margin-top: 0.6rem;
}
.about_us_leftText p{
	font-size: 0.18rem;
	line-height: 166%;
	color: #434343;
	text-indent: 2em;
}

.about_us_right{
   width: 57%;
   box-sizing: border-box;
   padding-left: 6%;
}
.about_us_right h3{
    background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
    -webkit-background-clip: text;
    color: transparent;
	font-size: 0.5rem;
	font-weight: bold;
	position: relative;
    line-height: 100%;
	padding-bottom: 0.15rem;
	box-sizing: border-box;
}
.about_us_right h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1rem;
	height: 0.07rem;
	border-radius: 0.05rem;
	z-index: 3;
	background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
}
.about_us_right h4{
    font-size: 0.18rem;
	line-height: 166%;
	color: #434343;
	margin: 0.4rem 0;
}
.about_us_ul{
    display: flex;
	flex-direction: column;
	gap: 0.1rem;
}
.about_us_ul li{
    box-sizing: border-box;
	padding-left: 0.25rem;
	position: relative;
	font-size: 0.18rem;
	color: #434343;
}
.about_us_ul li::after{
    content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background-color: var(--i_color);
}
.about_us_munber{
   margin-top: 0.9rem;
}
.about_us_munberUL{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
}
.about_us_munberUL li{

}

.about_us_munberDL{

}
.about_us_munber1 .about_us_munberDL{
   display: flex;
   justify-content: center;
   gap: 2.3rem;
}
.about_us_munber1 .about_us_munberDL dt:nth-child(2){
	margin-top: 0.2rem;
}
.about_us_munber2 .about_us_munberDL{
    display: flex;
    justify-content: center;
	margin-top: 0.4rem;
}
.about_us_munber3 .about_us_munberDL{

}
.about_us_munberDL dt{

}
.about_us_munberDL dt h5{
	font-size: 0.76rem;
	line-height: 80%;
	font-family: 'bayon';
	color: var(--i_color);
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.1rem;
	z-index: 2;
}
.about_us_munberDL dt h5::after{
	content: '';
	position: absolute;
	top: -0.2rem;
    left: -0.2rem;
	width: 0.49rem;
	height: 0.49rem;
	background: url('static/imgs/about_cricle.png') center no-repeat;
	background-size: contain;
	z-index: -1;

}
.about_us_munberDL dt h5 span{
   font-size: 0.76rem;
   background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
    -webkit-background-clip: text;
    color: transparent;
	font-family: 'bayon';
	line-height: 80%;

}
.about_us_munberDL h6{
   font-size: 0.18rem;
   color: #434343;
}



@media screen and (max-width:1440px){
	.about_us_right h3 {
		font-size: 0.45rem;
	}
}
@media screen and (max-width:1200px){
	.about_us_right h3 {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.about_us_right h3 {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.about_us_right h3 {
		font-size: 0.2rem;
	}
	.about_us_left {
		width: 100%;
	}
	.about_us_bacImg1{
		width: 50%;
	}
	.about_us_leftImg{
		width: 50%;
	}
	.about_us_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.about_us_right h4 {
		font-size: 0.14rem;
		margin: 0.2rem 0;
	}
	.about_us_leftText p {
		font-size: 0.14rem;
	}
	.about_us_ul li {
		padding-left: 0.2rem;
		font-size: 0.14rem;
	}
	.about_us_munberDL dt h5{
		font-size: 0.4rem;
	}
	.about_us_munberDL dt h5::after{
		content: '';
		position: absolute;
		top: -0.2rem;
		left: -0.2rem;
		width: 0.49rem;
		height: 0.49rem;
		background: url('static/imgs/about_cricle.png') center no-repeat;
		background-size: contain;
		z-index: -1;

	}
	.about_us_munberDL dt h5 span{
	   font-size: 0.4rem;
	}
	.about_us_munberDL h6 {
		font-size: 0.14rem;
		margin-top: 0.05rem;
	}
	.about_us_munber2 .about_us_munberDL {
		margin-top: 0rem;
	}
	.about_us_bac {
		padding: 0.6rem 0 1.5rem 0;
	}
	.about_us_munberUL {
		gap: 0.1rem;
	}
	.about_us_munber {
		margin-top: 0.4rem;
	}
	.about_us_munber1 .about_us_munberDL {
		gap: 0rem;
	}
	.about_us_munber1 .about_us_munberDL {
		justify-content: space-between;
	}
	.circle_1{
		width: 0.4rem;
		height: 0.4rem;
		left: 0 !important;
		top: 90% !important;
	}
	 .circle_2{
		width: 0.2rem;
		height: 0.2rem;
		top: -0.37rem !important;
		right: 24% !important;
	}
	.circle_3{
		width: 0.7rem;
		height: 0.7rem;
		right: -0.15rem !important;
		top: 12% !important;
	}
	.about_us_left{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.about_us_munber{
		box-sizing: border-box;
		padding: 0 3%;
	}
	.about_us_right h3::after {
		width: 0.8rem;
		height: 0.02rem;
	}
	.about_us_right h3 {
		line-height: 100%;
		padding-bottom: 0.05rem;
	}
	.about_us_bacImg2{
		bottom: 0rem;
	}
}
@media screen and (max-width:560px){
    .about_us_leftImg {
        width: 80%;
    }
	.about_us_bac {
        padding: 0.4rem 0 1.5rem 0;
    }
	.about_us_munberDL h6 {
        font-size: 0.12rem;
    }
	.about_us_munberDL dt h5 span {
        font-size: 0.3rem;
    }
	.about_us_munberDL dt h5 {
        font-size: 0.3rem;
		gap: 0.05rem;
    }
}
@media screen and (max-width:425px){
    .about_us_leftImg {
        width: 100%;
    }
}


/* about_ask */
.about_ask_bac{
    box-sizing: border-box;
	padding-bottom: 1rem;
}
.about_ask{

}
.about_ask h3{
	font-size: 0.36rem;
	color: #434343;
	margin-top: 0.2rem;
	text-align: center;
	font-weight: 600;
}
.about_ask_box{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.5rem;
   align-items: center;
}
.about_ask_left{
	width: 45.625%;
	position: relative;
	overflow: hidden;
	border-radius: 0.1rem;
}
.about_ask_left::after{
   content: '';
   display: block;
   padding-bottom: 66.58%;
}
.about_ask_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.about_ask_right{
   width: 54.375%;
   box-sizing: border-box;
   padding-left: 5%;
}
.about_ask_right p{
   font-size: 0.22rem;
   line-height: 0.4rem;
   /* max-height: 2.41rem;
   overflow: auto; */
   box-sizing: border-box;
   padding-right: 2%;
   color: #434343;
   text-indent: 2em;
}
/*滚动条*/
.about_ask_right p::-webkit-scrollbar{width:1px; height:1px}
.about_ask_right p::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.about_ask_right p::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}






.about_ask_text{
   display: flex;
   justify-content: space-between;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   border-bottom: 1px solid rgba(51,51,51,0.2);
   margin-top: 0.6rem;
}
.about_ask_text h4{
   font-size: 0.18rem;
   color: #434343;
}
.about_ask_text h5{
	font-size: 0.18rem;
	color: #999;
}




@media screen and (max-width:1440px){
	.about_ask h3 {
		font-size: 0.3rem;
	}
	.about_ask_bac {
		padding-bottom: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.about_ask h3 {
		font-size: 0.25rem;
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.about_ask h3 {
		font-size: 0.16rem;
		margin-top: 0.05rem;
	}
	.about_ask_left {
		width: 100%;
	}
	.about_ask_box {
		margin-top: 0.2rem;
	}
	.about_ask_right {
		width: 100%;
		margin-top: 0.2rem;
		padding-left: 0%;
	}
	.about_ask_right p{
		height: unset;
		font-size: 0.14rem;
		line-height: 166%;

	}
	.about_ask_text{
		padding-bottom: 0.1rem;
		margin-top: 0.2rem;
	}
	.about_ask_text h4{
		font-size: 0.14rem;
	}
	.about_ask_text h5{
		font-size: 0.14rem;
	}
	.about_ask_bac {
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:560px){
    .about_ask h3 {
        font-size: 0.14rem;
    }
	.about_ask_bac {
		padding-bottom: 0.4rem;
	}
}
@media screen and (max-width:425px){

}


/* about_culture */
.about_culture_bac{
	--h_height:4.12rem;

}
.about_culture{
	display: flex;
	flex-wrap: wrap;
}
.about_culture_left{
    width: 49.25%;
}
.about_culture_dl{

}
.about_culture_dl dt{
   height: var(--h_height);
   display: flex;
   justify-content: center;
   flex-direction: column;
}
.about_culture_dt1{

}
.about_culture_dlText{
   display: flex;
   flex-direction: column;
   gap: 0.5rem;
   margin-top: 0.6rem;
}
.about_culture_dlText li{

}
.about_culture_dlText li h3{
   font-size: 0.36rem;
   font-family: 'bayon';
   line-height: 100%;
   background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
   -webkit-background-clip: text;
   color: transparent;
   display: inline-block;
}
.about_culture_dlText li h4{
   font-size: 0.18rem;
   color: #222;
   margin-top: 0.1rem;
}
.about_culture_dt2{
	background: linear-gradient(291deg, #0066FF 26%, #00A5FF 90%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_culture_dt2 img{
	max-width: 90%;
}

.about_culture_ul{
   display: flex;
   flex-wrap: wrap;
   width: 50.75%;
}
.about_culture_ul li{
   width: 50%;
   height: var(--h_height);
   position: relative;
   overflow: hidden;
}
.about_culture_img1{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.about_culture_img2{
   position: absolute;
   top: 0.5rem;
   left: 5%;
   z-index: 2;
   width: 0.78rem;
   transition: all 0.3s ease;
}
.about_culture_text{
   position: absolute;
   bottom: -100%;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(307deg, #0066FF 18%, #00A5FF 77%);
   z-index: 1;
   box-sizing: border-box;
   padding: 0 5% 0.5rem 5%;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   transition: all 0.5s ease;
}
.about_culture_text h3{
   font-size: 0.3rem;
   color: #fff;
   font-weight: bold;
}
.about_culture_text h4{
   line-height: 145%;
   font-size: 0.22rem;
   color: rgba(255, 255, 255, 0.8);
   margin-top: 0.1rem;
}

.about_culture_ul li:hover .about_culture_text{
	bottom: 0%;
}
.about_culture_ul li:hover .about_culture_img2{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}


@media screen and (max-width:1440px){
	.about_culture_bac{
		--h_height:4rem;
	}
}
@media screen and (max-width:1200px){
	.about_culture_bac{
		--h_height:3.8rem;
	}
}
@media screen and (max-width:1024px){
	.about_culture_bac{
		--h_height:3.5rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.about_culture_left {
		width: 100%;
	}
	.about_culture_ul {
		width: 100%;
	}
	.about_culture_dlText li h3 {
		font-size: 0.3rem;
	}
	.about_culture_dlText li h4 {
		font-size: 0.16rem;
	}
	.about_culture_dlText {
		display: flex;
		flex-direction: column;
		gap: 0.2rem;
		margin-top: 0.4rem;
	}
	.about_culture_dl dt{
		height: unset;
	}
	.about_culture_dt2{
		margin: 0.2rem 0;
		box-sizing: border-box;
		padding: 0.1rem;
	}
	.about_culture_img2 {
		top: 0.2rem;
		width: 0.4rem;
	}
	.about_culture_text h3 {
		font-size: 0.2rem;
	}
	.about_culture_text h4 {
		font-size: 0.14rem;
	}
	.about_culture_bac{
		--h_height:3rem;
	}
	.about_culture_text {
		padding: 0 5% 0.2rem 5%;
	}
}
@media screen and (max-width:560px){
	.about_culture_bac{
		--h_height:2rem;
	}
	.about_culture_text h4 {
        font-size: 0.12rem;
    }
	.about_culture_text h3 {
        font-size: 0.18rem;
    }
	.about_culture_dlText li h3 {
        font-size: 0.25rem;
    }
}
@media screen and (max-width:425px){
	.about_culture_ul li {
		width: 100%;
	}
}



/* about_factory */
.about_factory_bac{
   background: url('https://lingjuimg.com/wp-content/uploads/tongtu/2025/11/258741369-1.webp') center no-repeat;
   background-size: cover;
   box-sizing: border-box;
   padding: 1.4rem 0 1.75rem 0;
}
.about_factory{
   display: flex;
   flex-wrap: wrap;
   position: relative;
}
.about_factory_left .title p::after{
   left: 50%;
   transform: translateX(-50%);

}
.about_factory_left{
	width: 14.375%;
	box-sizing: border-box;
    padding-top: 0.45rem;
	position: relative;
	z-index: 4;
}
.about_factory_right{
	width: 85.625%;
}


/* factory_cont */

.factory_cont{--sm_pic_width:17%}
.factory_cont{ position:relative; overflow:hidden}



/* factory_show_box */

.factory_show_box{
	position:relative;
	width:100%;
	overflow: hidden;
	height:100%;
	box-sizing:border-box;
	padding:0 0;
	margin:0 auto;
}
.factory_show{width:100%; height:100%; box-sizing:border-box;  position:relative; overflow:hidden}
.factory_show .swiper-wrapper{display:flex; position:relative; width:100%; height:100%; z-index:1}
.factory_show .swiper-slide{
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	box-sizing: border-box;
}
.factory_box{
	display: flex;
	gap: 1rem;
	margin-top: 0.4rem;
	width: 100%;
	align-items: flex-start;
}
.factory_box h3{
   font-size: 0.6rem;
   font-family: 'bayon';
   display: inline-block;
   position: relative;
   line-height: 100%;
   background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
   -webkit-background-clip: text;
   color: transparent;
   flex-shrink: 0;
}
.factory_box h3::after{
	content: '';
	position: absolute;
	right: -0.5rem;
	width: 1px;
	height: 0.7rem;
	background-color: var(--i_color);
}
.factory_area{
   /* height: 3.8rem; */
   box-sizing: border-box;
   padding-right: 2%;
   /* overflow: auto; */
   width: 100%;
}
/*滚动条*/
.factory_area::-webkit-scrollbar{width:1px; height:1px}
.factory_area::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.factory_area::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.factory_ul{
   display: flex;
   flex-direction: column;
   gap: 0.3rem;
}
.factory_ul li{
   display: flex;
   gap: 0.2rem;
}
.factory_ul li h4{
   font-size: 0.32rem;
   font-family: 'bayon';
   line-height: 135%;
   background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
   -webkit-background-clip: text;
   color: transparent;
}
.factory_text{

}
.factory_text h5{
   font-size: 0.26rem;
   display: inline-block;
   font-weight: bold;
   background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
   -webkit-background-clip: text;
   color: transparent;
}
.factory_text h6{
   font-size: 0.18rem;
   color: #434343;
   line-height: 175%;
   margin-top: 0.1rem;
}














/* factory_list_box */


.factory_list_box{
	height:100%;
	box-sizing:border-box;
	position:relative;
	width:100%;
	padding: 0 5% 0 10%;
}
.factory_list{
	height:100%;
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
.factory_list_box .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.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;
	box-sizing: border-box;
}
.factory_list i{
	width: 1.36rem;
	height: 1.36rem;
	border-radius: 50%;
	display: block;
	border: 1px dashed #D8D8D8;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.3rem;
	color: #434343;
	font-weight: bold;
	background-color: #fff;
}
.factory_list::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(100% - 1.3rem);
	height: 1px;
	border-bottom: 1px dashed #D8D8D8;
}

.factory_list_box .swiper-slide-thumb-active i{
	border: 1px dashed var(--i_color);
	color: var(--i_color);
}



/* factory_LR */
.factory_LR{
	position: absolute;
	top: 0.5rem;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 0.2rem;
	z-index: 4;
}
.factory_LR iconify-icon{
	font-size: 0.4rem;
	color: #434343;
	cursor: pointer;
	transition: all 0.3s ease;
}
.factory_LR iconify-icon:hover{
	color: var(--i_color);
}


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








@media screen and (max-width:1440px){
	.about_factory_bac {
		padding: 1.2rem 0 1.55rem 0;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.about_factory_left {
		width: 100%;
		padding-top: 0rem;
	}
	.about_factory_right {
		width: 100%;
	}
	.factory_list_box {
		padding: 0 3%;
		margin-top: 0.4rem;
	}
	.factory_LR {
		position: relative;
		top: unset;
		right: unset;
		display: flex;
		justify-content: center;
		gap: 0.2rem;
		z-index: 4;
		display: none;
	}
	.factory_list i {
		width: 0.8rem;
		height: 0.8rem;
		font-size: 0.18rem;
	}
	.factory_list::after {
		width: 100%;
	}
	.factory_box h3 {
		font-size: 0.28rem;
	}
	.factory_box {
		gap: 0.4rem;
	}
	.factory_box h3::after {
        right: -0.2rem;
        height: 0.2rem;
        top: 2px;
    }
	.factory_ul li h4 {
		font-size: 0.2rem;
		margin-top: 3px;
	}
	.factory_text h5 {
		font-size: 0.2rem;
	}
	.factory_ul li {
		gap: 0.1rem;
	}
	.factory_text h6 {
		font-size: 0.12rem;
		margin-top: 0.05rem;
	}
	/* .factory_area {
		height: 3rem;
	} */
	.factory_ul {
		gap: 0.15rem;
	}
	.about_factory_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:560px){
	.factory_area{
		width: 100%;
	}
	.factory_box{
		flex-wrap: wrap;
	}
	.factory_box {
        gap: 0.2rem;
    }
	.factory_list i {
        font-size: 0.16rem;
    }
}
@media screen and (max-width:425px){

}


/* organize */
.organize_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.organize{

}
.organize_title{
	box-sizing: border-box;
	padding-right: 15%;
	position: relative;
}



/*  */
.historys_partner_box{
	position: relative;
	margin-top: 0.2rem;

}
.historys_partner_box::after{
	content: '';
	position: absolute;
	top: 0.96rem;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 1px;
	background:linear-gradient(270deg, #0066FF 32%, #00A5FF 99%) ;
}
.historys_partner{position:relative}
.historys_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.historys_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.historys_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}

.historys_partner_list li h3{
   font-size: 0.3rem;
   line-height: 0.4rem;
   height: 0.8rem;
   color: #222;
   font-family: 'med';
   transition: all 0.3s ease;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   margin-bottom: 0.1rem;
}
.historys_partner_list li i{
   display: block;
   width: 0.12rem;
   height: 0.12rem;
   background-color: var(--i_color);
   border-radius: 0.15rem;
   margin-bottom: 0.45rem;
   margin-left: 0.4rem;
   position: relative;
   transition: all 0.3s ease;
}
.historys_partner_list li i::after{
	content: '';
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
	opacity: .3;
    width: 0;
    height: 0;
    background: var(--i_color);
}
.historys_partner_list li:hover i::after{
	animation: dot 1.4s infinite ease;
}
.historys_text{
   background: rgba(247,247,247,0.7);
   border-radius: 0.18rem;
   backdrop-filter: blur(6px);
   box-sizing: border-box;
   padding: 0.4rem;
   border: 1px solid transparent;
   transition: all 0.3s ease;
   position: relative;
   z-index: 2;

}
.historys_text::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.5);
	opacity: 0;
	width: 100%;
	height: 100%;
    z-index: -1;
	background: linear-gradient(313deg, #0066FF 15%, #00A5FF 72%);
	transition: all 0.7s ease;
	border-radius: 0.18rem;

}
.historys_text h4{
   width: 0.12rem;
   height: 0.12rem;
   border-radius: 50%;
   border: 0.02rem solid var(--i_color);
   margin-bottom: 0.2rem;
   background-color: #fff;
   box-sizing: border-box;
   position: relative;
   z-index: 2;
}
.historys_text h4::after{
	content: '';
	position: absolute;
	bottom: 0.1rem;
	left: 50%;
	transform: translate(-50%,0%);
	height: 0.9rem;
	width: 1px;
	background: var(--i_color);
	z-index: -1;
}
.historys_text h5{
   font-size: 0.2rem;
   color: #222;
   text-transform: none;
   line-height: 0.4rem;
   height: 2.8rem;
   box-sizing: border-box;
   padding-right: 0.05rem;
   overflow: auto;
   position: relative;
   z-index: 2;
}
.historys_partner_list li:hover .historys_text::after{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.historys_partner_list li:hover h3{
	background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
    -webkit-background-clip: text;
    color: transparent;
}
.historys_partner_list li:hover h5{
    color: #fff;
}











@keyframes dot{
	0% {
		width: 100%;
		height: 100%;
	}

	50% {
		width: 200%;
		height: 200%;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}



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














/* 指示器 */
.historys_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.historys_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:50%; outline:none}
.historys_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}


/* 左右箭头 */
.historys_LR{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	gap: 0.2rem;
	margin-top: 0.2rem;
	position: absolute;
	top: 0;
	right: 0;
}
.historys_LR>div{
	position: relative;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid var(--i_color);
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
    outline: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.historys_LR img{
    width: 0.24rem;
    height: 0.24rem;
    object-fit: contain;
}
.historys_LR .RL_btn_img1{

}
.historys_LR .RL_btn_img2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.24rem;
    height: 0.24rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.historys_LR .pt-button-prev:hover, .historys_LR .pt-button-next:hover{
	background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
}
.historys_LR .pt-button-prev:hover .RL_btn_img2, .historys_LR .pt-button-next:hover .RL_btn_img2{
	opacity: 1;
}



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

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

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

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

}
@media screen and (max-width:767px){
    .historys_LR{
		display: none;
	}
	.historys_partner_list li h3 {
		font-size: 0.2rem;
		line-height: 0.3rem;
		height: 0.6rem;
	}
	.historys_text {
		padding: 0.2rem 0.2rem 0.4rem 0.2rem;
	}
	.historys_text h5 {
		font-size: 0.15rem;
		line-height: 0.3rem;
		height: 1.8rem;
	}
	.historys_text h4::after {
		height: 0.7rem;
	}
	.organize_title {
		padding-right: 0%;
	}
	.historys_partner_list li i {
		margin-left: 0.2rem;
	}
}
@media screen and (max-width:560px){

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

}



/* awards */
.awards_bac{

}
.awards{

}
.awards_ul{

}
.awards_ul li{
	position: relative;
}
.awards_ul img{
	width: 100%;
	height: auto;
	display: block;
}
.awards1{
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.awards1 h3{
   font-size: 0.46rem;
   color: var(--i_color);
   font-weight: bold;
   text-align: center;
}
.awards1 h4{
   font-size: 0.18rem;
   color: #fff;
   display: inline-block;
   box-sizing: border-box;
   padding: 0.14rem 0.45rem;
   border-radius: 0.8rem;
   background: linear-gradient(272deg, #0066FF 32%, #00A5FF 99%);
   margin-top: 0.25rem;
   text-align: center;
}

.awards2{
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.awards3{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%,-50%);

}


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

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

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

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

}
@media screen and (max-width:767px){
    .awards1 h4{
		display: none;
	}
	.awards1 h3 {
		font-size: 0.2rem;
	}
	.awards2 p,
	.awards3 p{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.awards1 h3 {
		font-size: 0.18rem;
	}
	.awards2 p,
	.awards3 p{
		font-size: 0.18rem;
	}
}
@media screen and (max-width:425px){
	.awards1 h3 {
		font-size: 0.14rem;
	}
	.awards2 p,
	.awards3 p{
		font-size: 0.14rem;
	}
}


/* contact_map */
.contact_map_bac{
	position: relative;
}
.contact_map{
	height: 6.9rem;
	position: relative;
}
.contact_map_text{
	width: 5.5rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(296deg, #0066FF 24%, #00A5FF 87%);
	box-sizing: border-box;
	padding: 0.35rem 2%;
	border-radius: 0.1rem;
	z-index: 2;
	transition: all 0.7s ease;
}

.contact_map_textImg{
	position: absolute;
	top: 16%;
    right: 4%;
	width: 50%;
	height: auto;
	z-index: -1;
}
.contact_map_ul{
   display: flex;
   flex-direction: column;
   gap: 0.25rem;
   margin-top: 0.3rem;
}
.contact_map_ul li{
   display: flex;
   gap: 0.1rem;
}
.contact_map_ul li iconify-icon{
   font-size: 0.26rem;
   color: #fff;
}
.contact_map_dl{
   display: flex;
   flex-direction: column;
   gap: 0.05rem;
}
.contact_map_dl dt{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
}
.contact_map_dl dt a{
	font-size: 0.18rem;
	color: #fff;
	text-transform: none;
}

.contact_map_close{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	right: 0.1rem;
	top: 0.2rem;
	cursor: pointer;
	transition: all 0.7s ease;
}
.contact_map_close iconify-icon{
	color: #fff;
	font-size: 0.35rem;
}

.contact_map_text.on{
	left: 0%;
	transform: translateX(-100%);

}
.contact_map_text.on .contact_map_close{
	right: -0.6rem;
	transform: rotate(180deg);
	background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
	border-radius: 0.1rem;
}



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

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

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

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

}
@media screen and (max-width:767px){
	.contact_map_ul li iconify-icon {
		font-size: 0.18rem;
		margin-top: 2px;
	}
	.contact_map_dl dt {
		font-size: 0.14rem;
	}
	.contact_map_dl dt a {
		font-size: 0.14rem;
	}
	.contact_map_ul {
		gap: 0.15rem;
		margin-top: 0.2rem;
	}
	.contact_map_textImg {
		width: 34%;
	}
	.contact_map_close iconify-icon {
		font-size: 0.2rem;
	}
	.contact_map_text {
		width: 5rem;
		padding: 0.3rem 2%;
		max-width: 100%;

	}
	.contact_map_text.on{
		left: 0%;
		transform: translateX(-100%);
	}
	.contact_map_close {
		width: 0.4rem;
		height: 0.4rem;
	}
	.contact_map_text.on .contact_map_close{
		right: -0.4rem;
		transform: rotate(180deg);
		background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
		border-radius: 0.1rem;
	}
	.contact_map{
		height: 5rem;
	}
}
@media screen and (max-width:560px){

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

}



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

}
.contact_us_title{

}
.contact_us_title h3{
    font-size: 0.36rem;
	color: #434343;
	font-weight: 600;
	text-align: center;
	margin: 0.25rem 0;
}
.contact_us_title h4{
	font-size: 0.22rem;
	color: #434343;
	line-height: 182%;
	text-align: center;
}


.join_us{
	margin: 0.4rem 0;
}



/*  */
.join_partner_box{}

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

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


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


/* job */
.job{
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	border-top: 2px solid var(--i_color);
	overflow: hidden;
	border-radius: 0.02rem;
}
.job_ul{

}
.job_ul li{

}
.job_ul li:not(:last-child){
	border-bottom: 1px solid #D8D8D8;
}
.job_tab{

}
.job_li{

}
.job_dl{
   display: flex;
   box-sizing: border-box;
   padding:0 3%;
   cursor: pointer;

}
.job_dl dt{
   font-size: 0.18rem;
   color: #434343;
   width: 25%;
   font-weight: 600;
   box-sizing: border-box;
   padding: 0.2rem 0.1rem;
}
.job_box{
   box-sizing: border-box;
   padding: 0.4rem 3%;
   display: none;
}
.job_box article{
   font-size: 0.18rem;
   line-height: 200%;
   color: #434343;
}
.job_h3{
   margin: 0.2rem 0;
}
.job_h3 a{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.12rem 0.4rem;
   border-radius: 8rem;
   font-size: 0.2rem;
   color: #fff;
   background: linear-gradient(282deg, #0066FF 30%, #00A5FF 96%);
   backdrop-filter: blur(10px);
}
.job_h4{
   font-size: 0.18rem;
   color: #999999;
   line-height: 140%;
}
.job_h4 a{
	font-size: 0.18rem;
	color: #999999;
	line-height: 140%;
	transition: all 0.3s ease;
}
.job_h4 a:hover{
	color: var(--i_color);
}
.job_li.on dl{
   background-color: #ECF8FF;
}













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

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

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

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

}
@media screen and (max-width:767px){
	.contact_us_title h3{
		font-size: 0.2rem;
		margin: 0.1rem 0;
	}
	.contact_us_title h4{
		font-size: 0.14rem;
	}
	.join_us {
		margin: 0.2rem 0;
	}
	.contact_us_bac {
		padding: 0.6rem 0;
	}
	.job_dl dt:nth-child(1){
		width: 50%;
	}
	.job_dl dt:nth-child(2){
		display: none;
	}
	.job_dl dt:nth-child(3),
	.job_dl dt:nth-child(4){
		width: 25%;
	}
	.job_dl dt {
		font-size: 0.14rem;
		padding: 0.15rem 0.05rem;
	}
	.job_box {
		padding: 0.2rem 3%;
	}
	.job_box article {
		font-size: 0.14rem;
	}
	.job_h3 a {
		padding: 0.05rem 0.2rem;
		font-size: 0.14rem;
	}
	.job_h4{
		font-size: 0.14rem;
	}
	.job_h4 a{
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){
	.contact_us_bac {
		padding: 0.4rem 0;
	}
	.job_h4{
		font-size: 0.12rem;
	}
	.job_h4 a{
		font-size: 0.12rem;
	}
}
@media screen and (max-width:425px){

}


/* contact_form */
.contact_form_bac{
   background: url('static/imgs/contact_form_bac.webp') center no-repeat;
   background-size: cover;
   box-sizing: border-box;
}
.contact_form{
   display: flex;
   flex-wrap: wrap;
}
.contact_form_left{
	width: 52%;
	box-sizing: border-box;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	padding-right: 4%;
}
.contact_form_right{
	width: 48%;
}
.contact_form_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact_form_box{
	margin-top: 0.4rem;
}






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


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


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



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

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



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




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

#wpforms-43 input, #wpforms-43 textarea{
	width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);
	color:#666;
	background-color: transparent;
	box-sizing:border-box; line-height:var(--input_height); padding:0 20px;
	box-shadow: 0 0 0 0 !important;
	border: 1px solid rgba(0, 0, 0, .1);
}
#wpforms-43 textarea{
	height: 2rem;
	line-height: 166%;
	padding:20px;
}

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





#wpforms-43 .wpforms-submit-container button{
	overflow: hidden;width: 2rem; font-size:0.18rem;
	margin-top: 0.2rem;
	display: block;
	color:#fff; cursor:pointer; text-transform:capitalize;
	position:relative;
	background: linear-gradient(282deg, #0066FF 30%, #00A5FF 96%);
	height: 0.5rem;
	border-radius: 0.6rem;
	z-index:2;
	box-shadow: 0 0 transparent !important;
	transition: all 0.3s ease;
}
#wpforms-43 .wpforms-submit-container img{position:absolute; top:50%; transform:translate(0,-50%); right:4px}















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

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

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

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

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

}
@media screen and (max-width:767px){
	.contact_form_left {
		width: 100%;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		padding-right: 3%;
	}
	.contact_form_right {
		width: 100%;
	}
	.contact_form_box {
		margin-top: 0.2rem;
	}
	#wpforms-43{--input_font_size:0.14rem; --input_height:0.4rem}
	#wpforms-43 textarea{height:1.2rem}
	#wpforms-43 .wpforms-field {margin-bottom: 0.1rem;}
	#wpforms-43 .wpforms-field {
		padding-bottom: 0.1rem;
	}
	.contact_us_form {
		padding: 0.4rem 4%;
	}
	#wpforms-43 {
		margin-top: 0.2rem;
		margin-bottom: 0;
	}
	#wpforms-43 .wpforms-submit-container button {
		font-size: 0.14rem;
		height: 0.45rem;
	}
}
@media screen and (max-width:560px){


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

}


/* news */
.news_bac{
   background-color: #F7F7F7;
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.news{

}
.news_search{
}
.news_search .top_search{
	position: relative !important;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0;
	background-color: transparent;
	box-shadow: 0 0rem 0rem rgb(0 0 0 / 8%) !important;
}
.news_search form{
    width: 5.8rem;
    margin: 0;
	margin-left: auto;
    max-width: 100%;
    border-radius: 0.05rem;
    border: 1px solid #E8E8E8;
}
.news_search .top_search_ipt{
    width: calc(100% - 0.6rem);
    height: 0.6rem;
    box-sizing: border-box;
    padding: 0 0 0 .12rem;
    border-radius: 0;
	font-size: 0.18rem;
}
.news_search .top_search_btn{
    font-size: 0;
    width: 0.6rem;
    height: 0.6rem;
    background:#fff url(static/imgs/search_black.svg) no-repeat center;
    background-size: .3rem;
    cursor: pointer;
    border-radius: 0;
}


.news_ul{
   display: flex;
   flex-direction: column;
   gap: 0.3rem;
   margin-top: 0.5rem;
}
.news_ul li{

}
.news_ul li a{
   box-sizing: border-box;
   padding: 0.3rem 0.5rem 0.3rem 0.3rem;
   background-color: #fff;
   display: block;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   transition: all 0.3s ease;
}
.news_img{
   position: relative;
   width: 26.6%;
   overflow: hidden;
   border-radius: 0.05rem;
}
.news_img::after{
   content: '';
   display: block;
   padding-bottom: 66.67%;
}
.news_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.news_text{
	width: 73.4%;
	box-sizing: border-box;
	padding-left: 3%;
}
.news_text h3{
   font-size: 0.22rem;
   color: #434343;
   font-weight: bold;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.news_text h4{
   font-size: 0.16rem;
   color: #666;
   line-height: 0.26rem;
   height: 1.04rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   margin: 0.2rem 0;
   text-indent: 2em;
}
.news_data{
   display: flex;
   justify-content: space-between;
   align-items: center;
   box-sizing: border-box;
   padding-top: 0.25rem;
   position: relative;
}
.news_data::after{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 1px;
	background: linear-gradient(270deg, #0066FF 32%, #00A5FF 99%);
}
.news_data h5{
   font-size: 0.16rem;
   color: #666;
   transition: all 0.3s ease;
}
.news_more{
    display: flex;
	align-items: center;
	gap: 0.2rem;
}
.news_more h6{
	font-size: 0.16rem;
	color: #666;
	transition: all 0.3s ease;
}
.news_more img{
	width: 0.22rem;
	height: 0.22rem;
	object-fit: contain;
	filter: brightness(0.9) grayscale(100%);
	transition: all 0.3s ease;
}


.news_ul li a:hover .news_img img{
	width: 110%;
	height: 110%;
}

.news_ul li a:hover h3{
   color: var(--i_color);
}
.news_ul li a:hover h6{
	background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
    -webkit-background-clip: text;
    color: transparent;
}
.news_ul li a:hover .news_more img{
	filter: brightness(1) grayscale(0%);
}
.news_ul li a:hover{
	box-shadow: 0px 4px 10px 0px rgba(0, 102, 255, 0.1);
}







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

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

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

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

}
@media screen and (max-width:767px){
	.news_search .top_search_ipt{
		width: calc(100% - 0.4rem);
		height: 0.4rem;
		padding: 0 0 0 .1rem;
		font-size: 0.14rem;
	}
	.news_search .top_search_btn{
		width: 0.4rem;
		height: 0.4rem;
		background-size: .2rem;
	}
	.news_search form {
		width: 100%;
	}
	.news_bac {
		padding: 0.4rem 0;
	}
	.news_text h3 {
		font-size: 0.16rem;
	}
	.news_text h4 {
		font-size: 0.12rem;
		line-height: 0.2rem;
		height: 0.4rem;
		-webkit-line-clamp: 2;
		margin: 0.1rem 0;
	}
	.news_data {
		padding-top: 0.1rem;
	}
	.news_data h5 {
		font-size: 0.12rem;
	}
	.news_more h6 {
		font-size: 0.12rem;
	}
	.news_more {
		gap: 0.05rem;
	}
	.news_more img {
		width: 0.15rem;
		height: 0.15rem;
	}
	.news_ul li a {
		padding: 0.15rem;
	}
	.news_ul {
		gap: 0.2rem;
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:560px){
	.news_img {
		width: 100%;
	}
	.news_text {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.2rem;
	}
	.news_ul li a{
		padding: 0.15rem 0.15rem 0.25rem 0.15rem;
	}
}
@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;
	box-sizing: border-box;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
	display: none;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span,
.in_page .curr_page a,
.in_page .curr_page span {
	border: 1px solid transparent !important;
	background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
	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) {
	.in_page a,
	.in_page span {
		line-height: 0.24rem;
		padding: 0 .08rem;
		font-size: .12rem;
	}
}



/* banner_core_list */
.banner_core_list{

}
.banner_core_list ul{
   flex-wrap: wrap;
   gap: 0.15rem;
}
.banner_core_list ul li{
   width: calc((100% - 0.3rem) / 3);
   display: flex;
   justify-content: center;
}
.banner_core_list ul li a{
   text-align: center;
}



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

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

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

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

}
@media screen and (max-width:767px){
	.banner_core_list ul li{
		width: calc((100% - 0.15rem) / 2);
	}

}
@media screen and (max-width:560px){
    .banner_about_listUL li a {
        font-size: 0.12rem;
    }
}
@media screen and (max-width:425px){

}

/* core_one */
.core_one_bac{
    position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding-top: 1rem;
}
.core_one_bacImg{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}
.core_one{

}





.researchList{
	--circle_size:1.36rem
}


.researchList{display:flex; flex-wrap:wrap; gap: 0.4rem;margin-top: 0.7rem;}
.researchList dt{
	width: calc((100% - 0.8rem) / 3);
	box-sizing: border-box;
	border: 1px solid #CCC; border-radius:6px; position: relative; background: #FFF; position: relative;
}

.researchList .box{position: relative;height: 100%;box-sizing: border-box; padding: .5rem .4rem; overflow: hidden;z-index: 2;}
.researchList .box::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 4%;
	width: 40%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 102, 255, 0) 0%, rgba(0, 102, 255, 0.1) 100%);
	transform: skewX(-20deg);
	z-index: -1;
}
.researchList .circle{opacity: 1; position: absolute;top: -.54rem;right: .2rem;width: 0;height: 0;background: rgb(0 102 255 / 10%); border-radius:50%; z-index: 3;}
.researchList .circle::before{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 0; height: 0; background: rgb(0 105 255 / 10%); border-radius:50%;}

.researchList .count{
	position: absolute;
	top: 0.1rem; right: 0.4rem; font-size: 0.96rem;
	line-height: 100%;
	font-family: 'bayon';
	color: #EAEAEA; transition:all .5s ease;}

.researchList .t{position: relative; z-index: 3;}
.researchList .t h5{margin-bottom: 0.26rem; font-size: 0.24rem;font-weight: bold;}
.researchList .t p{font-size: 0.18rem; line-height: 1.72; color: #666; text-indent: 2em;}

.researchList dt:hover{border-color: var(--i_color);}
.researchList dt:hover .count{top: -.3rem; color: var(--i_color);}
.researchList dt:hover .t h5{color: var(--i_color);}

.researchList dt:hover .circle{width:var(--circle_size);height:var(--circle_size);}
.researchList dt:hover .circle::before{width: calc(var(--circle_size) + .5rem);height: calc(var(--circle_size) + .5rem);}

.researchList .circle{transition:all .5s ease;}
.researchList .circle::before{transition:all .5s .5s;}


@media screen and (max-width:1440px){
	.core_one_bac {
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:768px) {
	.researchList{
		--circle_size: 1rem
	}
	.researchList{flex-wrap: wrap; gap: 20px 0;}
	.researchList dt{}
	.researchList .box{padding: 30px 20px;}
	.researchList .count{right: 30px; font-size: 0.5rem;}
	.researchList .t h5{font-size: 16px;margin-bottom: 0.1rem;}
	.researchList .t p{font-size: 12px;}
	.researchList dt:hover .count{top: .1rem;}
	.researchList {
		gap: 0.2rem;
		margin-top: 0.4rem;
	}
	.researchList dt{
		width: calc((100% - 0.2rem) / 2);
	}
	.researchList .circle {
		right: .05rem;
	}
	.core_one_bac {
		padding-top: 0.6rem;
	}
	.researchList {
        gap: 0.1rem;
        margin-top: 0.2rem;
    }
}
@media screen and (max-width:560px) {
	.researchList dt{
		width: 100%;
	}
	.core_one_bac {
		padding-top: 0.4rem;
	}
}


/* core_two */
.core_two_bac{
   margin-top: 1rem;
   position: relative;
   z-index: 3;
}
.core_two{
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
   border-radius: 0.1rem;
}
.core_two_left{
	background-color: var(--i_color);
	position: relative;
	width: 47.5%;
	overflow: hidden;
	z-index: 2;
	box-sizing: border-box;
	padding: 1rem 5%;
}
.core_two_left img{
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.core_two_left h3{
	font-size: 2rem;
	line-height: 70%;
	font-family: 'bayon';
	text-transform: uppercase;
	color: #fff;
	margin-top: 0.7rem;
	text-align: right;
}
.core_two_right{
   width: 52.5%;
   position: relative;
   box-sizing: border-box;
   padding: 0.5rem 5%;
}
.core_two_right img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.core_two_right::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 29, 73, 0.7);
}
.core_two_ul{
    display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: relative;
	z-index: 3;
	justify-content: center;
	height: 100%;
}
.core_two_ul li{
    font-size: 0.32rem;
	color: #fff;

}


@media screen and (max-width:1440px){
	.core_two_bac {
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.core_two_bac {
		margin-top: 0.6rem;
	}
	.core_two_left h3 {
		font-size: 0.5rem;
		margin-top: 0.4rem;
	}
	.core_two_left {
		width: 100%;
		padding: 0.4rem 5%;
	}
	.core_two_right {
		width: 100%;
		padding: 0.4rem 5%;
	}
	.core_two_ul li {
		font-size: 0.18rem;
	}
	.core_two_ul {
		gap: 0.1rem;
	}
}
@media screen and (max-width:560px){
	.core_two_bac {
		margin-top: 0.4rem;
	}
	.core_two_ul li {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:425px){
	.core_two_ul li {
		font-size: 0.14rem;
	}
}


/* core_three */
.core_three_bac{
   box-sizing: border-box;
   margin-top: 1rem;
   position: relative;
   z-index: 4;
}
.core_three{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.core_three_left{
   width: 38.35%;
}
.core_three_left h3{
   font-size: 0.26rem;
   color: #434343;
   line-height: 0.4rem;
   /* max-height: 2rem; */
   /* overflow: auto; */
   box-sizing: border-box;
   padding-right: 2%;
   margin-top: 0.6rem;
   text-indent: 2em;
}
/*滚动条*/
.core_three_left h3::-webkit-scrollbar{width:1px; height:1px}
.core_three_left h3::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.core_three_left h3::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}




.core_three_right{
    width: 61.65%;
	background: linear-gradient(270deg, #0066FF -15%, rgba(0, 102, 255, 0) 99%);
	box-sizing: border-box;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	position: relative;
}
.core_three_rightImg{
    width: 70.5%;
	position: relative;
	margin-left: auto;
}
.core_three_rightImg::after{
	content: '';
	display: block;
	padding-bottom: 47.35%;
}
.core_three_rightImg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width:1440px){
	.core_three_bac {
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.core_three_left h3 {
		font-size: 0.14rem;
		line-height: 166%;
		margin-top: 0.15rem;
	}
	.core_three_left {
		width: 100%;
		padding-right: 3%;
	}
	.core_three_right {
		width: 100%;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		margin-top: 0.2rem;
	}
	.core_three_bac {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:560px){
	.core_three_bac {
		margin-top: 0.4rem;
	}
	.core_three_right {
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
	}
}
@media screen and (max-width:425px){

}


/* core_four */
.core_four_bac{
   margin-top: 1rem;
   box-sizing: border-box;
   z-index: 3;
   position: relative;
}
.core_four{

}

.category_area{
	position: relative;
}
.category_img{
   margin-top: 0.4rem;
}
.category_img dt{
    position: relative;
	overflow: hidden;
}
.category_img dt::after{
    content: '';
	display: block;
	padding-bottom: 38.85%;
}
.category_img dt img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category_box{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   flex-wrap: wrap;
}
.category_list{
   width: 31.72%;
   border-right: 1px solid rgba(255,255,255,0.5);
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   position: relative;
   z-index: 2;
}
.category_list::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.category_list li{
   position: relative;
   z-index: 2;
}
.category_list li::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(to right,rgba(5,83,176,1),rgba(5,83,176,0.8),rgba(5,83,176,0.33));
	transition: all 0.7s ease;
	z-index: -1;
}
.category_list li:not(:last-child).current::after{
	width: 100% !important;
	right: auto !important;
	left: 0 !important;
}




.category_list li a{
   font-size: 0.18rem;
   color: #fff;
   font-family: 'bold';
   text-transform: capitalize;
   min-height: 0.76rem;
   display: flex;
   align-items: center;
   box-sizing: border-box;
   border-top: 1px solid rgba(255,255,255,0.5);
   padding-left: 28%;
   padding-right: 0.4rem;
   padding-top: 0.1rem;
   padding-bottom: 0.1rem;
}
.category_list li iconify-icon{
	font-size: 0.25rem;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 0.3rem;
	transform: translate(0,-50%);
    opacity: 0;
	transition: all 0.3s ease;
}
.category_list li.current iconify-icon{
	opacity: 1;
}






@media screen and (max-width:1440px){
	.category_list li a {
		padding-left: 12%;
	}
	.core_four_bac {
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.category_box {
		position: relative;
		bottom: unset;
		left: unset;
	}
	.category_list {
		width: 100%;
	}
	.category_list li a {
		font-size: 0.14rem;
		padding: 0.1rem 4%;
		min-height: unset;
	}
	.category_list li:last-child{
		display: none;
	}
	.category_list::after {
		background: linear-gradient(291deg, #0066FF 26%, #00A5FF 90%);
	}
	.core_four_bac {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:560px){
	.category_img {
		margin-top: 0.2rem;
	}
	.core_four_bac {
		margin-top: 0.4rem;
	}
	.category_list li a {
		font-size: 0.12rem;
	}
}
@media screen and (max-width:425px){

}


/* products */
.products_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.products{

}
.products_ul{
   display: flex;
   flex-direction: column;
   gap: 0.8rem;
}
.products_ul li{

}
.products_ul li a{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.products_left{
   width: 45.9375%;
   box-sizing: border-box;
   padding: 0.2rem 4% 0.2rem 8.335%;
   display: flex;
   flex-direction: column;
}
.products_left h3{
   font-size: 0.36rem;
   color: #434343;
   font-weight: bold;
   transition: all 0.3s ease;
   overflow:hidden;
   width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.products_left h4{
   font-size: 0.24rem;
   line-height: 166%;
   color: #434343;
   margin: 0.2rem 0 1rem 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   text-indent: 2em;
}
.products_right{
   width: 54.0625%;
   position: relative;
   overflow: hidden;
   border-radius: 0.1rem 0 0 0.1rem;
}
.products_right::after{
   content: '';
   display: block;
   padding-bottom: 43.26%;
}
.products_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}

.products_ul li:nth-child(even) a{
	flex-direction: row-reverse;
}

.products_ul li:nth-child(even) a .products_left {
    width: 45.9375%;
    box-sizing: border-box;
	padding:0.2rem 8.335% 0.2rem 4%;
}
.products_ul li:nth-child(even) a .products_right{
	border-radius: 0 0.1rem 0.1rem 0;
}

.products_ul li a:hover .products_right img{
	width: 110%;
	height: 110%;
}
.products_ul li a:hover  h3{
	background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
    -webkit-background-clip: text;
    color: transparent;
}


@media screen and (max-width:1600px){
	.products_ul li:nth-child(even) a .products_left {
		padding:0.2rem 5% 0.2rem 4%;
	}
	.products_left{
		padding: 0.2rem 4% 0.2rem 5%;
	}
}
@media screen and (max-width:1440px){
	.products_ul li:nth-child(even) a .products_left {
		padding:0.2rem 4% 0.2rem 4%;
	}
	.products_left{
		padding: 0.2rem 4% 0.2rem 4%;
	}
	.products_ul {
		gap: 0.6rem;
	}
	.products_left h4 {
		font-size: 0.22rem;
		margin: 0.2rem 0 0.6rem 0;
	}
	.products_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.products_ul {
		gap: 0.4rem;
	}
	.products_left h4 {
		font-size: 0.2rem;
		margin: 0.2rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1024px){
	.products_ul li:nth-child(even) a .products_left {
		padding:0.2rem 3% 0.2rem 4%;
	}
	.products_left{
		padding: 0.2rem 4% 0.2rem 3%;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.products_left h3 {
		font-size: 0.22rem;
	}
	.products_left {
		width: 100% !important;
		padding: 0.2rem 4% 0.2rem 4% !important;
	}
	.products_right {
		width: 100% !important;
		border-radius: 0.1rem !important;
	}
	.products_left h4 {
		font-size: 0.16rem;
		margin: 0.2rem 0;
	}
	.products_ul li a {
		flex-direction: column-reverse !important;
	}
    .products_bac {
        padding: 0.6rem 0;
    }
	.products{
		box-sizing: border-box;
		padding:0 3%;
	}
}
@media screen and (max-width:560px){
	.products_left h3 {
		font-size: 0.18rem;
	}
	.products_left h4 {
		font-size: 0.14rem;
	}
	.products_bac {
        padding: 0.4rem 0;
    }
	.products_ul {
        gap: 0.2rem;
    }
}
@media screen and (max-width:425px){

}


/* producst_one */
.producst_one_bac{
   margin-top: 1rem;
}
.producst_one{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.producst_one_left{
   width: 34.375%;
   position: relative;
   border-radius: 0.1rem;
   border: 1px solid var(--i_color);
   box-sizing: border-box;
}
.producst_one_left::after{
   content: '';
   display: block;
   padding-bottom: 76.36%;
}
.producst_one_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.producst_one_right{
   width: 65.625%;
   box-sizing: border-box;
   padding-left: 4.5%;
}
.producst_one_right h3{
   font-size: 0.18rem;
   line-height: 0.3rem;
   /* height: 2.4rem; */
   /* overflow: auto; */
   margin-top: 0.3rem;
   box-sizing: border-box;
   padding-right: 0.1rem;
   text-indent: 2em;
}
/*滚动条*/
.producst_one_right h3::-webkit-scrollbar{width:1px; height:1px}
.producst_one_right h3::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.producst_one_right h3::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}





@media screen and (max-width:1440px){
	.producst_one_bac {
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.producst_one_right h3 {
		font-size: 0.14rem;
		line-height: 0.25rem;
		/* max-height: 2rem; */
		margin-top: 0.2rem;
	}
	.producst_one_right {
		width: 100%;
		padding-left: 0%;
	}
	.producst_one_left {
		width: 50%;
		margin-bottom: 0.2rem;
	}
	.producst_one_bac {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:560px){
	.producst_one_bac {
		margin-top: 0.4rem;
	}
	.producst_one_left {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* producst_two */
.producst_two_bac{
   margin-top: 1rem;
}
.producst_two{
	background: url('static/imgs/producst_two_bac.webp') center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 0.6rem 2%;
}
.producst_two_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.4rem;
	align-items: flex-start;
}
.producst_two_left{
   position: relative;
   overflow: hidden;
   border-radius: 0.1rem;
   width: 36.875%;
}
.producst_two_left::after{
    content: '';
	display: block;
	padding-bottom: 76.27%;
}
.producst_two_left img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.producst_two_right{
   width: 63.125%;
   overflow: hidden;
   box-sizing: border-box;
   padding-left: 3%;
   padding-top: 0.4rem;
}
.producst_two_ul{
   display: flex;
   flex-direction: column;
   gap: 0.4rem;
}
.producst_two_ul li{
    display: flex;

}
.producst_two_ul li h3{
    font-size: 0.4rem;
	font-family: 'bayon';
	background: linear-gradient(305deg, #0066FF 10%, #00A5FF 20%);
    -webkit-background-clip: text;
    color: transparent;
	line-height: 100%;
	width: 0.7rem;
	flex-shrink: 0;
}
.producst_two_ul li i{
	display: block;
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 50%;

	flex-shrink: 0;
	margin-top: 0.1rem;
	position: relative;
	z-index: 2;
}
.producst_two_ul li i::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #999;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 3;
}
.producst_two_ul li:nth-child(1) i::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 8rem;
	border-right: 1px dashed #D8D8D8;
	left: 50%;
	top: -1rem;
	transform: translateX(-50%);
	z-index: -1;

}
.producst_two_text{
    box-sizing: border-box;
	padding-left: 4%;
}
.producst_two_text h4{
    font-size: 0.2rem;
	color: #434343;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.producst_two_text h5{
    font-size: 0.18rem;
	line-height: 166%;
	color: #434343;
}




@media screen and (max-width:1440px){
	.producst_two_bac {
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.producst_two_right {
		width: 100%;
		padding-left: 3%;
		padding-top: 0.4rem;
	}
	.producst_two_box {
		margin-top: 0.2rem;
	}
	.producst_two_ul li h3 {
		font-size: 0.3rem;
		width: 0.5rem;
	}
	.producst_two_ul li i {
		width: 0.08rem;
		height: 0.08rem;
	}
	.producst_two_ul {
		gap: 0.2rem;
	}
	.producst_two_text h4 {
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
	.producst_two_text h5 {
		font-size: 0.14rem;
	}
	.producst_two_left {
		width: 50%;
		margin-bottom: 0.2rem;
	}
	.producst_two {
		padding: 0.4rem 2%;
	}
	.producst_two_bac {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:560px){
	.producst_two_bac {
		margin-top: 0.4rem;
	}
	.producst_two_left {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* producst_three */
.producst_three_bac{
   margin-top: 1rem;
}
.producst_three{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
}
.producst_three_left{
    width: 50%;
	background: url('static/imgs/producst_three1.webp') center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	padding-right: 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.producst_three_ul{
    display: flex;
	flex-direction: column;
	gap: 0.3rem;
	margin-top: 0.6rem;
	/* max-height: 2.42rem;
	overflow: auto; */
	box-sizing: border-box;
	padding-right: 0.1rem;
}
/*滚动条*/
.producst_three_ul::-webkit-scrollbar{width:1px; height:1px}
.producst_three_ul::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.producst_three_ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}


.producst_three_ul li{
   display: flex;
}
.producst_three_ul li i{
   display: block;
   width: 0.15rem;
   flex-shrink: 0;
   height: 0.15rem;
   border-radius: 50%;
   margin-top: 0.12rem;
   margin-right: 0.15rem;
   background: linear-gradient(307deg, #0066FF 18%, #00A5FF 78%);
}
.producst_three_ul li h3{
   font-size: 0.2rem;
   color: var(--i_color);
   flex-shrink: 0;

}
.producst_three_ul li h4{
	font-size: 0.2rem;
	color: #434343;
}
.producst_three_right{
    width: 50%;
	position: relative;
}
.producst_three_right::after{
    content: '';
	display: block;
	padding-bottom: 51.04%;
}
.producst_three_right img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}




@media screen and (max-width:1440px){
	.producst_three_bac {
		margin-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.producst_three_left {
		width: 100%;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		padding-right: 3%;
	}
	.producst_three_right {
		width: 100%;
	}
	.producst_three {
		flex-direction: column-reverse;
	}
	.producst_three_ul {
		gap: 0.2rem;
		margin-top: 0.2rem;
	}
	.producst_three_ul li h3{
		font-size: 0.2rem;
	}
	.producst_three_ul li h4{
		font-size: 0.2rem;
	}
	.producst_three_ul li i {
		width: 0.1rem;
		height: 0.1rem;
		margin-top: 0.06rem;
		margin-right: 0.05rem;
	}
	.producst_three_bac {
		margin-top: 0.6rem;
	}
	.producst_three_ul li{
		flex-wrap: wrap;
	}
	.producst_three_ul li h3{
		width: calc(100% - 0.2rem);
	}
	.producst_three_ul li h4{
		width: 100%;
		margin-top: 0.1rem;
	}
	.producst_three_ul li i {

        margin-top: 0.03rem;
    }
}
@media screen and (max-width:560px){
	.producst_three_ul li h3{
		font-size: 0.14rem;
	}
	.producst_three_ul li h4{
		font-size: 0.14rem;
	}
	.producst_three_bac {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:425px){

}



/* products_four */
.products_four_bac{
	box-sizing: border-box;
	padding: 1rem 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(225, 244, 255, 0.5) 50%, #E1F4FF 100%);
}
.products_four{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.products_four_left{
   width: 37.125%;
   box-sizing: border-box;
   padding-right: 2%;

}
.products_four_ul{
   margin-top: 0.6rem;
   display: flex;
   flex-direction: column;
   gap: 0.4rem;
   /* max-height: 4rem; */
   box-sizing: border-box;
   padding-right: 0.1rem;
   /* overflow: auto; */
}
/*滚动条*/
.products_four_ul::-webkit-scrollbar{width:1px; height:1px}
.products_four_ul::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}
.products_four_ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}


.products_four_ul li{

}
.products_four_tit{
	display: flex;
	position: relative;


}
.products_four_tit h3{
   font-size: 0.22rem;
   color: #fff;
   box-sizing: border-box;
   padding: 0.08rem 0.2rem;
   border-radius: 0.03rem;
   font-weight: bold;
   background: linear-gradient(-90deg, rgba(0, 165, 255, 0) 0%, #0066FF 100%);
   position: relative;
   margin-left: 0.18rem;
}
.products_four_tit::after{
	content: '';
	width: 0.07rem;
    height: 100%;
    border-radius: 0.03rem;
    background-color: var(--i_color);
	position: absolute;
	top: 0;
	left: 0;
}
.products_four_ul li h4{
   font-size: 0.18rem;
   color: #666;
   box-sizing: border-box;
   padding-left: 0.36rem;
   margin-top: 0.1rem;
   text-indent: 2em;
}
.products_four_right{
   width: 62.875%;
   position: relative;
}
.products_four_right::after{
   content: '';
   display: block;
   padding-bottom: 63.02%;
}
.products_four_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}



@media screen and (max-width:1440px){
	.products_four_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.products_four_left {
		width: 100%;
		margin-top: 0.4rem;
		padding-right: 0;
	}
	.products_four_right {
		width: 100%;
	}
	.products_four {
		flex-direction: column-reverse;
	}
	.products_four_ul {
		margin-top: 0.4rem;
		gap: 0.2rem;
	}
	.products_four_tit h3 {
		font-size: 0.18rem;
		padding: 0.06rem 0.15rem;
		margin-left: 0.15rem;
	}
	.products_four_ul li h4 {
		font-size: 0.14rem;
		padding-left: 0.25rem;
	}
	.products_four_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:560px){
	.products_four_tit h3 {
		font-size: 0.16rem;
	}
	.products_four_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:425px){

}


/* solutions */
.solutions_bac{
   box-sizing: border-box;
   padding: 0.6rem 0;
}
.solutions{

}
.solutions_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.5rem;
}
.solutions_ul li{
   width: calc((100% - 0.5rem) / 2);
}
.solutions_ul li a{
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: 0 0.1rem 0.1rem 0;
}
.solutions_ul li:nth-child(even) a{
	border-radius: 0.1rem 0 0 0.1rem;
}
.solutions_ul li a::after{
   content: '';
   display: block;
   padding-bottom: 48.77%;
}
.solutions_ul li a img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.solutions_text{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   box-sizing: border-box;
   padding: 0.4rem 4%;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
   z-index: 2;
}
.solutions_text::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 102, 255, 0) 0%, #00A5FF 100%);
	z-index: -1;
	transition: all 0.5s ease;
}
.solutions_text h3{
   font-size: 0.26rem;
   color: #fff;
   font-weight: 600;
   margin-bottom: 0.1rem;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.solutions_text h4{
   font-size: 0.16rem;
   line-height: 175%;
   color: #fff;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   text-indent: 2em;
}

.solutions_ul li a:hover img{
	width: 110%;
	height: 110%;
}
.solutions_ul li a:hover .solutions_text::after{
	top: 0%;
}



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

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

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

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

}
@media screen and (max-width:767px){
	.solutions_ul li {
		width: 100%;
	}
	.solutions_text {
		padding: 0.2rem 4%;
	}
	.solutions_ul {
		gap: 0.2rem;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.solutions_ul li a {
		border-radius: 0.05rem !important;
	}
	.solutions_text h3 {
		font-size: 0.2rem;
	}
	.solutions_text h4 {
		font-size: 0.14rem;
		-webkit-line-clamp: 2;
	}
}
@media screen and (max-width:560px){
	.solutions_text h3 {
		font-size: 0.16rem;
		margin-bottom: 0.05rem;
	}
	.solutions_text h4 {
		font-size: 0.12rem;
	}
	.solutions_text {
        padding: 0.2rem 3%;
    }
	.solutions_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:425px){
    .solutions_text {
        padding: 0.1rem 2%;
    }
}



/* solutions_one */
.solutions_one_bac{
   box-sizing: border-box;
   padding-top: 1rem;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.solutions_one_bacImg{
   top: -16%;
   right: -10%;
   max-width: 100%;
   position: absolute;
   z-index: -1;

}
.solutions_one{
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
.solutions_one_left{
   width: 50.375%;
   position: relative;
   box-sizing: border-box;
   padding: 0.2rem 0 0 0.2rem;
}
.solutions_one_left::before{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: calc(100% - 0.2rem);
   height: calc(100% - 0.2rem);
   background: linear-gradient(295deg, #0066FF 24%, #00A5FF 87%);
   border-radius: 0.3rem;
}
.solutions_one_img{
   position: relative;
}
.solutions_one_img::after{
   content: '';
   display: block;
   padding-bottom: 63.61%;

}
.solutions_one_img img{
	border-radius: 0.3rem;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solutions_one_right{
   width: 49.625%;
   box-sizing: border-box;
   padding-left: 5%;
}
.solutions_one_right h3{
   font-size: 0.18rem;
   line-height: 0.3rem;
   color: #666;
   /* height: 3rem;
   overflow: auto; */
   box-sizing: border-box;
   padding-right: 0.1rem;
   margin-top: 0.3rem;
   text-indent: 2em;
}
/*滚动条*/
.solutions_one_right h3::-webkit-scrollbar{width:1px; height:1px}
.solutions_one_right h3::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.solutions_one_right h3::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}


@media screen and (max-width:1440px){
	.solutions_one_bac {
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.solutions_one_left {
		width: 100%;
	}
	.solutions_one_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.solutions_one_right h3 {
		font-size: 0.16rem;
		line-height: 0.25rem;
		/* height: 2.5rem; */
		margin-top: 0.2rem;
	}
	.solutions_one_bac {
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:560px){
    .solutions_one_left{
		padding: 0.1rem 0 0 0.1rem;
	}
	.solutions_one_left::before{
		width: calc(100% - 0.1rem);
		height: calc(100% - 0.1rem);
	}
	.solutions_one_right h3 {
		font-size: 0.14rem;
		line-height: 0.22rem;
		/* height: 2.2rem; */
	}
	.solutions_one_img img {
		border-radius: 0.1rem;
	}
	.solutions_one_left::before {
		border-radius: 0.1rem;
	}
	.solutions_one_bac {
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:425px){

}



/* solutions_three */
.solutions_three_bac{
   box-sizing: border-box;
   padding-top: 1rem;
}
.solutions_three{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   background: url('static/imgs/solutions_three_bac.webp') center no-repeat;
   background-size: cover;
}
.solutions_three_left{
   width: 43.75%;
   position: relative;
   border-radius: 0.1rem;
   overflow: hidden;
}
.solutions_three_left::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,4,26,0.7);
	z-index: 2;
}
.solutions_three_left::after{
   content: '';
   display: block;
   padding-bottom: 58.57%;
}
.solutions_three_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.solutions_three_right{
   width: 56.25%;
}
.solutions_three_text{
   position: absolute;
   z-index: 3;
   box-sizing: border-box;
   top: 0;
   left: 0;
   padding: 0.6rem 5%;
   width: 100%;
   height: 100%;

}
.solutions_three_text h3{
   font-size: 0.18rem;
   line-height: 0.3rem;
   height: 1.21rem;
   overflow: auto;
   margin-top: 0.4rem;
   color: #fff;
   box-sizing: border-box;
   padding-right: 0.1rem;
}
/*滚动条*/
.solutions_three_text h3::-webkit-scrollbar{width:1px; height:1px}
.solutions_three_text h3::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}
.solutions_three_text h3::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}






.solutions_three_right{
   box-sizing: border-box;
   padding:0.6rem 4.5%;
}
.solutions_three_ul{
   display: flex;
   flex-direction: column;
   gap: 0.2rem;
   /* max-height: 2.72rem; */
   box-sizing: border-box;
   padding-right: 0.1rem;
   /* overflow: auto; */
}
/*滚动条*/
.solutions_three_ul::-webkit-scrollbar{width:1px; height:1px}
.solutions_three_ul::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}
.solutions_three_ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}


.solutions_three_ul li{

}
.solutions_three_ul li h3{
   font-size: 0.22rem;
   color: var(--i_color);
   font-weight: 600;
   margin-bottom: 0.1rem;

}
.solutions_three_ul li h4{
   font-size: 0.16rem;
   line-height: 166%;
   color: #666;
}



@media screen and (max-width:1440px){
	.solutions_three_bac {
		padding-top: 0.8rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.solutions_three_left {
		width: 100%;
	}
	.solutions_three_text h3 {
		font-size: 0.14rem;
		line-height: 0.25rem;
		height: 1rem;
		margin-top: 0.2rem;
	}
	.solutions_three_bac {
		padding-top: 0.6rem;
	}
	.solutions_three_right {
		width: 100%;
		padding: 0.4rem 4.5%;
	}
	.solutions_three_ul li h3 {
		font-size: 0.18rem;
	}
	.solutions_three_ul li h4 {
		font-size: 0.14rem;
	}
	.solutions_three_ul {
		gap: 0.2rem;
	}
	.solutions_three{
		border-radius: 0.1rem;
	}
	.solutions_three_text{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (max-width:560px){
    .solutions_three_text h3 {
        font-size: 0.12rem;
        line-height: 0.2rem;
        height: 0.8rem;
        margin-top: 0.1rem;
    }
	.solutions_three_text {
		padding: 0.4rem 4%;
	}
	.solutions_three_bac {
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:425px){
	.solutions_three_text {
		padding: 0.2rem 4%;
	}
}


/* solutions_four */
.solutions_four_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.solutions_four{

}

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

.SF_partner{position:relative}
.SF_partner_list{width:100%; padding:1px;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.SF_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.SF_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.SF_partner_list li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	border-radius: 0.1rem;
	overflow: hidden;
	transition: all 0.3s ease;
}
.SF_img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.SF_img:before{content:""; display:block; padding-bottom:62.8%}
.SF_img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


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

.SF_text{
   box-sizing: border-box;
   padding: 0.2rem 4% 0.25rem 4%;
}
.SF_text h3{
   font-size: 0.24rem;
   color: #434343;
   font-weight: bold;
   margin-bottom: 0.1rem;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}
.SF_text h4{
   font-size: 0.18rem;
   line-height: 166%;
   color: #434343;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}


.SF_partner_list li a:hover{
	border: 1px solid var(--i_color);
}
.SF_partner_list li a:hover h3{
	color: var(--i_color);
}







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

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

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

@media screen and (max-width:1440px){
	.solutions_four_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.SF_partner .pt-button-prev, .SF_partner .pt-button-next{display:none}
	.SF_partner .pt-pagination{display:block}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.SF_text h3 {
		font-size: 0.18rem;
	}
	.SF_text h4 {
		font-size: 0.14rem;
	}
	.SF_partner_box {
		margin-top: 0.4rem;
	}
	.solutions_four_bac {
		padding: 0.6rem 0;
	}
	.SF_partner .pt-pagination .swiper-pagination-bullet{
		width:0.1rem;
		height:0.1rem;
	}
}
@media screen and (max-width:560px){
	.solutions_four_bac {
		padding: 0.4rem 0;
	}
	.SF_text h3 {
		font-size: 0.16rem;
	}
	.SF_text h4 {
		font-size: 0.12rem;
	}
	.SF_partner_box {
		margin-top: 0.2rem;
	}
}



/* case */
.case_bac{
   background-color: #F7F7F7;
   box-sizing: border-box;
   padding: 1rem 0;
}
.case{

}

.case_ul{
   display: flex;
   gap: 0.6rem;
   flex-wrap: wrap;
}
.case_ul li{
   width: 100%;
}
.case_ul li a{
   display: flex;
   width: 100%;
   border-radius: 0.2rem;
   overflow: hidden;
   background-color: #fff;
   position: relative;
   z-index: 2;
   flex-wrap: wrap;
}
.case_logo{
	position: absolute;
	bottom: -40%;
	right: 0.6rem;
	max-width: 100%;
	height: auto;
	z-index: -1;
	transition: all 0.7s ease;
}
.case_img{
   position: relative;
   overflow: hidden;
   width: 50%;
   border-radius: 0.2rem;
}
.case_img::after{
   content: '';
   display: block;
   padding-bottom: 65%;
}
.case_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.case_text{
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   box-sizing: border-box;
   padding: 0.6rem;
   width: 50%;
}
.case_text h3{
   font-size: 0.26rem;
   color: #222;
   font-weight: bold;
   position: relative;
   box-sizing: border-box;
   line-height: 120%;
   width: 100%;
   transition: all 0.3s ease;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.case_text h5::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0.55rem;
	height: 0.02rem;
	background: linear-gradient(272deg, #0066FF 32%, #00A5FF 99%);
	transition: all 0.7s ease;

}
.case_text h5{
	padding-top: 0.3rem;
	margin-top: 0.2rem;
   line-height: 166%;
   font-size: 0.18rem;
   color: #666;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   text-indent: 2em;
   position: relative;
}
.case_ul li a:hover .case_text h5::after{
	width: 100%;
}
.case_ul li a:hover h3{
	color: var(--i_color);
}
.case_ul li a:hover .case_logo{
	bottom: 0;
}
.case_ul li:nth-child(even) a{
	flex-direction: row-reverse;
}
.case_ul li:nth-child(even) a .case_logo{
	right: 0;
	left: 0.6rem;
}


@media screen and (max-width:1440px){
	.case_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.case_img {
		width: 100%;
		border-radius: 0.1rem;
	}
	.case_text {
		padding: 0.4rem 4%;
		width: 100%;
	}
	.case_text h3 {
		font-size: 0.18rem;

	}
	.case_text h5 {
		font-size: 0.14rem;
		margin-top: 0.15rem;
		padding-top: 0.15rem;
	}
	.case_ul {
		gap: 0.4rem;
	}
	.case_bac {
		padding: 0.6rem 0;
	}
	.case_ul li a {
		border-radius: 0.1rem;
	}
}
@media screen and (max-width:560px){
	.case_bac {
		padding: 0.4rem 0;
	}
	.case_text {
        padding: 0.2rem 4%;
    }
	.case_ul {
        gap: 0.2rem;
    }
}
@media screen and (max-width:425px){

}



/* case_one */
.case_one_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.case_one{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
}
.case_one_box{
	display: flex;
   flex-wrap: wrap;
   overflow: hidden;
   border-radius: 0.2rem 0 0 0.2rem;
   box-shadow: 0px 4px 10px 0px rgba(0, 102, 255, 0.1);
}
.case_left{
	position: relative;
	z-index: 2;
	width: 46.875%;
    box-sizing: border-box;
    padding: 0.8rem 4% 0.35rem 4%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.case_left::after{
	content: '';
    position: absolute;
    top: -20%;
    left: -6%;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    opacity: 0.3;
	z-index: -1;
    background: linear-gradient(136deg, #1B72D7 0%, #FFFFFF 100%);
}
.case_left h3{
   font-size: 0.46rem;
   color: var(--i_color);
   font-weight: bold;
}
.case_left h3::after{
	content: '';
	position: absolute;

}
.case_left h4{
   font-size: 0.18rem;
   line-height: 0.3rem;
   color: #666;
   /* height: 2.4rem;
   overflow: auto; */
   box-sizing: border-box;
   padding-right: 0.1rem;
   margin-top: 0.4rem;
   text-indent: 2em;

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

.case_right{
    position: relative;
	width: 53.125%;
    border-radius: 1.7rem 0 0 0;
    overflow: hidden;
}
.case_right::after{
	content: '';
    display: block;
    padding-bottom: 66.84%;
}
.case_right img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}




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

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

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

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

}
@media screen and (max-width:767px){
	.case_left {
		width: 100%;
		padding: 0.6rem 4% 0.4rem 4%;
	}
	.case_left h4 {
		font-size: 0.14rem;
		line-height: 0.25rem;
		height: 2rem;
		margin-top: 0.2rem;
	}
	.case_right {
		width: 100%;
		border-radius: 1rem 0 0 0;
	}
	.case_one_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:560px){
	.case_left {
		padding: 0.4rem 4% 0.2rem 4%;
	}
	.case_right {
		width: 100%;
		border-radius: 0.5rem 0 0 0;
	}
	.case_one_bac {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:425px){

}


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

}
.case_two_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem 0.9rem;
   margin-top: 0.6rem;
}
.case_two_ul li{
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0.8rem;
	box-sizing: border-box;
	padding: 0.1rem 0.3rem 0.1rem 0.1rem;
	display: flex;
	gap: 0.25rem;
	width: calc((100% - 0.9rem) / 2);
	align-items: center;
}
.case_two_ul li i{
   display: block;
   width: 0.86rem;
   height: 0.86rem;
   border-radius: 50%;
   box-sizing: border-box;
   border: 1px solid var(--i_color);
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 0.46rem;
   font-family: 'bayon';
   color: var(--i_color);
   flex-shrink: 0;
}
.case_two_text{

}
.case_two_text h3{
   font-size: 0.26rem;
   color: #434343;
}
.case_two_text h4{
   font-size: 0.16rem;
   color: #666;
   line-height: 150%;
   margin-top: 0.08rem;
}



@media screen and (max-width:1440px){
	.case_two_ul {
		gap: 0.4rem;
	}
	.case_two_ul li{
		gap: 0.2rem;
		width: calc((100% - 0.4rem) / 2);
	}
	.case_two_bac {
		padding: 1.2rem 0;
	}
}
@media screen and (max-width:1200px){
	.case_two_bac {
		padding: 1rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
    .case_two_ul li {
        width: 100%;
    }
	.case_two_ul li i {
		width: 0.6rem;
		height: 0.6rem;
		font-size: 0.25rem;
	}
	.case_two_text h3 {
		font-size: 0.18rem;
	}
	.case_two_text h4 {
		font-size: 0.14rem;
	}
    .case_two_ul {
        gap: 0.2rem;
    }
	.case_two_bac {
		padding: 0.8rem 0;
	}
	.case_two_ul {
		margin-top: 0.4rem;
	}
	.case_two_ul li {
		border-radius: 0.3rem;
	}
}
@media screen and (max-width:560px){
	.case_two_bac {
		padding: 0.6rem 0;
	}
	.case_two_text h3 {
		font-size: 0.16rem;
	}
	.case_two_text h4 {
		font-size: 0.12rem;
	}
	.case_two_ul li i {
		width: 0.4rem;
		height: 0.4rem;
		font-size: 0.2rem;
	}
	.case_two_ul li {
        gap: 0.1rem;
    }
}
@media screen and (max-width:425px){

}


/* case_three */
.case_three_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.case_three{

}
.case_three_box{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin-top: 0.4rem;
}
.case_three_left{
   width: 47.5%;
   position: relative;
   overflow: hidden;
   border-radius: 0.1rem;
}
.case_three_left::after{
   content: '';
   display: block;
   padding-bottom: 62.11%;
}
.case_three_left img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.case_three_text{
   width: 52.5%;
   box-sizing: border-box;
   padding-left: 4%;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.case_three_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem;
   /* max-height: 3.2rem; */
   box-sizing: border-box;
   padding-right: 0.1rem;
   /* overflow: auto; */
}
/*滚动条*/
.case_three_ul::-webkit-scrollbar{width:1px; height:1px}
.case_three_ul::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}
.case_three_ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}


.case_three_ul li{
   width: 100%;
}
.case_three_ul li h3{
	display: inline-block;
   font-size: 0.3rem;
   background: linear-gradient(305deg, #0066FF 19%, #00A5FF 79%);
   -webkit-background-clip: text;
   color: transparent;
   font-weight: 600;
   margin-bottom: 0.1rem;
}
.case_three_ul li h4{
   font-size: 0.18rem;
   line-height: 166%;
   color: #666;
   text-indent: 2em;
}



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

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

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

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

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

	.case_three_text h4 {
		font-size: 0.14rem;
	}
	.case_three_left {
		width: 100%;
	}
	.case_three_text {
		width: 100%;
		padding-left: 0%;
		margin-top: 0.4rem;
	}
	.case_three_ul {
		gap: 0.2rem;
	}
	.case_three_ul li {
		width: 100%;
	}
	.case_three_ul li h3 {
		font-size: 0.2rem;
	}
	.case_three_ul li h4 {
		font-size: 0.14rem;
	}
	.case_three_bac {
		padding: 0.6rem 0;
	}
	.case_three_box{
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.case_three_ul li h3 {
		font-size: 0.18rem;
	}
	.case_three_ul li h4 {
		font-size: 0.12rem;
	}
	.case_three_bac {
		padding: 0.4rem 0;
	}
	.case_three_text {
        margin-top: 0.2rem;
    }
	.case_three_ul {
		gap: 0.1rem;
	}
}
@media screen and (max-width:425px){

}



/* case_four */
.case_four_bac{
	background: linear-gradient(180deg, #E1F4FF 0%, rgba(225, 244, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	box-sizing: border-box;
	padding: 1rem 0;
}
.case_four{
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
}
.case_four_text{
   width: 66.875%;
   box-sizing: border-box;
   padding-right: 2%;
}
.case_four_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem;
   margin-top: 0.6rem;
}
.case_four_ul li{
   width: calc((100% - 0.8rem) / 3);
   background-color: #fff;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   box-sizing: border-box;
   padding: 0.3rem 2.5%;
   overflow: hidden;
   border-radius: 0.1rem;
   border: 1px solid var(--i_color);
}
.case_four_ul li i{
   display: block;
   width: 0.76rem;
   height: 0.76rem;
   background: url('static/imgs/case_four_ii.png') center no-repeat;
   background-size: contain;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 0.25rem;
}
.case_four_ul li i img{
   width: 0.46rem;
   height: 0.46rem;
   object-fit: contain;
}
.case_four_ul li h3{
   font-size: 0.24rem;
   color: #434343;
   font-weight: bold;
   display: inline-block;
   position: relative;
   box-sizing: border-box;
   padding-bottom: 0.1rem;
   margin-bottom: 0.2rem;
   text-align: center;
}
.case_four_ul li h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background: linear-gradient(270deg, #0066FF 32%, #00A5FF 99%);
}
.case_four_ul li h4{
    font-size: 0.18rem;
	line-height: 0.3rem;
	/* height: 0.9rem; */
	color: #666;
	box-sizing: border-box;
	padding-right: 0.1rem;
	/* overflow: auto; */
	text-align: left;
}
/*滚动条*/
.case_four_ul li h4::-webkit-scrollbar{width:1px; height:1px}
.case_four_ul li h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.case_four_ul li h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.case_four_img{
   width: 33.125%;
   position: relative;
   overflow: hidden;
   border-radius: 0.1rem;
}
.case_four_img::after{
   content: '';
   display: block;
   padding-bottom: 108.49%;
}
.case_four_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}


@media screen and (max-width:1440px){
	.case_four_ul {
		gap: 0.2rem;
		margin-top: 0.4rem;
	}
	.case_four_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
	.case_four_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.case_four_text {
		width: 100%;
		padding-right: 0%;
	}
	.case_four_img {
		width: 100%;
	}
	.case_four_ul li h3 {
		font-size: 0.18rem;
		padding-bottom: 0.1rem;
		margin-bottom: 0.1rem;
	}
	.case_four_ul li h4 {
		font-size: 0.14rem;
		line-height: 0.25rem;
		/* height: 0.75rem; */
	}
	.case_four_ul li i {
		width: 0.6rem;
		height: 0.6rem;
		margin-bottom: 0.15rem;
	}
	.case_four_ul li i img {
		width: 0.25rem;
		height: 0.25rem;
	}
	.case_four_ul {
        margin: 0.2rem 0;
    }
	.case_four_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:560px){
	.case_four_ul {
		gap: 0.1rem;
	}
	.case_four_ul li {
		width: calc((100% - 0.1rem) / 2);
	}
	.case_four_ul li h3 {
		font-size: 0.16rem;
	}
	.case_four_ul li h4 {
		font-size: 0.12rem;
		line-height: 0.2rem;
		/* height: 0.6rem; */
	}
	.case_four_bac {
		padding: 0.4rem 0;
	}
}
@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}
	.thanks h2 {
		font-size: 0.2rem;
	}
	.thanks .text {
		font-size: 14px;
	}
}
@media screen and (max-width:560px){

}






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

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

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



/* tag */

.tag{
	box-sizing: border-box;
	padding: 0.8rem 0;
	background-color: #F3F7FE;
}
.tag>h2{
	font-size: 0.4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}

.tag .products_all_right{
	width: 100%;
}
.tag>p{
	font-size: 0.2rem;
	color: #333;
	margin: 0.2rem 0 0.4rem 0;
	text-align: center;
}
.tag_list{

}
.tag_list .products_right_ul{
   display: flex;
   gap: 0.4rem;
   flex-wrap: wrap;
}
.tag_list  .products_right_ul li{
   width: calc((100% - 1.2rem) / 4);
}


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

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


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

}
@media screen and (max-width:1200px) {
	.tag{
		padding: 0.6rem 0;
	}
	.tag>h2 {
		font-size: 0.35rem;
	}
}
@media screen and (max-width:1024px) {

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

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

	.tag>h2 {
		font-size: 0.25rem;
	}
	.tag_list  .products_right_ul{
		gap: 0.2rem;
	}
	.tag_list  .products_right_ul li{
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px) {

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

}




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

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

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

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

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

#wpforms-37 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-37 .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-37 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-37 .wpforms-submit-container button:hover{background: var(--i_color); color: #FFF;}

@media screen and (max-width:1024px) {
	.contactMenu{width: 100%;}
	.contactMenuBtnWA{display: block;}
	.contactMenuBtnWA a{display: block;}
}





/* aside */
.aside_right {
	position: fixed;
	right: 30px;
	bottom: 16%;
	z-index: 999999
}
.aside_right ul {}
.aside_right li {
	margin: .1rem 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}
.aside_right li>a {
	display: block;
	width: .5rem;
	height: .5rem;
	background: rgba(128, 128, 128, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	transition: all .3s ease;
}

.aside_right li:nth-child(1)>a {
	background: #389b0f
}
.aside_right li:nth-child(2)>a {
	background: var(--i_color);
}

.aside_right li img {
	display: block;
	margin: 0 auto;
	width: .22rem;
	height: .22rem;
	object-fit: contain
}

.aside_right li:hover>a {
	background-color: var(--i_color)
}

.side_tel_box,
.side_qr_box {
	position: absolute;
	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1
}
.side_tel_box {
	top: 0;
	right: -300px;
	width: 180px;
	min-height: 100%;
	background: #FFF
}
.side_qr_box {
	top: 50%;
	transform: translate(0, -50%);
	right: -180px;
	width: 120px;
	height: 120px;
	background: #FFF
}

.side_tel_box h6 {
	padding: 8px 0;
	font-size: 14px;
	color: #666
}
.side_tel_box h6 a {
	line-height: 20px
}
.side_tel_box a:hover {
	color: var(--i_color)
}
.side_qr_box img {
	width: 90%;
	height: 90%
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
	right: 48px
}

.side_tel_box,
.side_qr_box {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.aside_close {
	position: absolute;
	top: .3rem;
	right: .3rem;
	display: block;
	width: .3rem;
	height: .3rem;
	background: url(static/imgs/close_1_hei.svg) no-repeat center;
	background-size: 30px;
	cursor: pointer
}
.aside_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.aside_close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

#aside_mask_bg {
	display: none;
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	z-index: 9999999999998;
}
#aside_sc_from {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	box-sizing: border-box;
	padding: 30px 30px 40px;
	background: rgb(255 255 255 / 100%);
	z-index: 9999999999999;
	overflow: auto
}
#aside_sc_from .tit {
	margin-bottom: .4rem
}
#aside_sc_from .tit h1 {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}

#wpforms-40 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-40 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-40 {
	width: 100%;
	overflow: hidden
}
#wpforms-40 input,
#wpforms-40 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-40 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-40 .wpforms-error-container {
	line-height: 16px
}
#wpforms-40 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-40 .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-40 .wpforms-field-label {
	font-size: 0
}
#wpforms-40 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-40 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-40 input {
	height: var(--input_height)
}
#wpforms-40 textarea {
	min-height: 100px
}
#wpforms-40 input,
#wpforms-40 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-40 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-40 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-40 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-40 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-40 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-40 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-40 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-40 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-40 #wpforms-40-field_1-error,
#wpforms-40 #wpforms-40-field_2-error,
#wpforms-40 #wpforms-40-field_3-error,
#wpforms-40 #wpforms-40-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-40 .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-40 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-40 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-40 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-40 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-40 .wpforms-submit-container:hover button {
	color: var(--i_color)
}

@media screen and (max-width:1366px) {
	.aside_right li>a {
		width: 0.4rem;
		height: 0.4rem;
	}
}

@media screen and (max-width:1024px) {
	#aside_sc_from {
		width: 94%;
	}
}
@media screen and (max-width:959px) {
	.aside_right {
		right: 22px;
		bottom: 160px;
	}
	.aside_right{
		display: none !important
	}
}
@media screen and (max-width:767px) {
	#aside_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.3rem;
	}
	#wpforms-40 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-40 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h1 {
		font-size: 0.24rem;
	}

}


#section7 .contactMenu,
#section7 .aside_right,
.contactMenu{
   display: none !important;
}


@media screen and (max-width:767px){
    .contactMenu{
	  display: block !important;
    }
}






/* English */
.enBody .home_about_text h3 {
    font-size: 0.4rem;
}
.enBody .home_about_dl dt h5{
	font-size: 0.25rem;
}
.enBody .home_down_dl dt{
	display: none;
}
.enBody .home_down_dl dt:nth-child(1),
.enBody .home_down_dl dt:nth-child(2),
.enBody .home_down_dl dt:nth-child(3),
.enBody .home_down_dl dt:nth-child(4),
.enBody .home_down_dl dt:nth-child(5),
.enBody .home_down_dl dt:nth-child(6){
    display: block;
}
.enBody .footer_top_ul li a{
	font-size: 0.2rem;
}
.enBody .historys_partner_list li h3 {
    font-size: 0.23rem;
    line-height: 0.28rem;
    height: 0.56rem;
}
.enBody .historys_text h5 {
    font-size: 0.16rem;
    line-height: 0.25rem;
    height: 1.75rem;
}
.enBody .about_ask h3 {
    font-size: 0.25rem;
}
.enBody .home_aolutions_ul li {
    font-size: 0.35rem;
}
.enBody .home_down_ul li h3 span {
    font-size: 0.7rem;
}
.enBody .home_down_ul li h4 {
    font-size: 0.16rem;
}

.enBody .footer_right_dl dt p {
    font-size: 0.16rem;
}


.enBody .factory_list i {
    font-size: 0.2rem;
	text-align: center;
	padding: 0.1rem;
	box-sizing: border-box;
}

.enBody  .Core_Competencies_txt h4 {
    font-size: 0.24rem;
}

.enBody .banner_about_box h3 {
    font-size: 0.4rem;
}
.enBody .banner_about_box h4 {
    font-size: 0.2rem;
    margin-top: 0.1rem;
}
.enBody .banner_about_listUL li a {
    font-size: 0.18rem;

}
.enBody .core_two_ul li {
    font-size: 0.25rem;
}
.enBody .Core_Competencies_img p{
	width: 80%;
}
.enBody .Core_Competencies_img::before {
    width: 100%;
}
.enBody .home_news_list li {
    font-size: 0.2rem;
}
.enBody .producst_three_ul li{
	flex-wrap: wrap;
}
.enBody .producst_three_ul li h3{
	width: calc(100% - 0.3rem);
}
.enBody .producst_three_ul li h4{
	width: 100%;
	margin-top: 0.1rem;
}
.enBody  .producst_three_ul li i {
    margin-top: 0.08rem;
}



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

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

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

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

}
@media screen and (max-width:767px){
	.enBody .home_about_text h3 {
		font-size: 0.2rem;
	}
	.enBody .home_about_dl dt h5{
		font-size: 0.16rem;
	}
	.enBody .historys_partner_list li h3 {
		font-size: 0.2rem;
		line-height: 0.25rem;
		height: 0.5rem;
	}
	.enBody .historys_text h5 {
		font-size: 0.14rem;
		line-height: 0.2rem;
		height: 1.4rem;
	}
	.enBody .about_ask h3 {
		font-size: 0.14rem;
	}
	.enBody .home_aolutions_ul li {
		font-size: 0.25rem;
	}
	.enBody .home_down_ul li h3 span {
		font-size: 0.4rem;
	}
	.enBody .home_down_ul li h4 {
		font-size: 0.14rem;
	}
	.enBody .factory_list i {
		font-size: 0.16rem;
	}
	.enBody .job_dl dt:nth-child(3){
		display: none;
	}
	.enBody .job_dl dt:nth-child(1){
		width: 55%;
	}
	.enBody .job_dl dt:nth-child(4){
		width: 45%;
		text-align: center;
	}
	.enBody .banner_about_box h3 {
		font-size: 0.3rem;
	}
	.enBody .banner_about_box h4 {
		font-size: 0.18rem;
	}
	.enBody .core_two_ul li {
		font-size: 0.2rem;
	}
	.enBody .banner_core_list ul li {
        width: 100%;
    }
	.banner_about_box h3 {
		border-bottom: 0.02rem solid #fff;
	}
	.enBody .banner_about_listUL li a::after{
		background: transparent !important;
	}
	.enBody .banner_about_box h3 {
        border-bottom: 0.02rem solid transparent;
    }
	.enBody .home_news_list li {
		font-size: 0.16rem;
	}
	.enBody .producst_three_ul li i {
		margin-top: 0.05rem;
	}
}
@media screen and (max-width:560px){
	.enBody .home_aolutions_ul li {
		font-size: 0.2rem;
	}
	.enBody .home_down_ul li h3 span {
		font-size: 0.3rem;
	}
	.enBody .home_down_ul li h4 {
		font-size: 0.12rem;
	}
	.enBody .Core_Competencies_img p {
        font-size: 0.14rem;
    }
	.enBody .about_us_munber3{
		margin-top: 0.2rem;
	}
	.enBody .about_us_munber1 .about_us_munberDL dt:nth-child(2){
		padding-left: 0.2rem;
	}
	.enBody .factory_list i {
		font-size: 0.14rem;
	}
	.enBody .banner_about_box h3 {
		font-size: 0.2rem;
	}
	.enBody .core_two_ul li {
		font-size: 0.16rem;
	}
	.enBody .home_news_list li {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:425px){
	.enBody .home_aolutions_ul li {
		font-size: 0.16rem;
	}
	.enBody .banner_about_box h3 {
		font-size: 0.14rem;
	}
	.enBody .core_two_ul li {
		font-size: 0.14rem;
	}
	.enBody .banner_about_listUL li a {
		font-size: 0.14rem;
	}
}


.form_hide{
	display: none;
}

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



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

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

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

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

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

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

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

} */