/*

Theme Name: SangLiKe

Version: 1.0

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

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 72.92%;

	margin: 0 auto;

	max-width: 14rem;

}
.wrap_top{
	width: 83.33%;
	margin: 0 auto;
	max-width: 16rem;
}
@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;
	}
}


.wrap_left{

	padding-left: 13.54%;

	box-sizing: border-box;



}

.wrap_right{

	padding-right: 13.54%;

	box-sizing: border-box;

}

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

	.wrap {

		width: 88%

	}

	.wrap_left{padding-left: 6%;}

	.wrap_right{padding-right: 6%;}
	.wrap_top{
		width: 88%;
	}

}

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

	.wrap {

		width: 92%

	}
	.wrap_top{
		width: 94%;
	}

	.wrap_left{padding-left: 4%;}

	.wrap_right{padding-right: 4%;}

}

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

	.wrap_top {

		width: 96%;

	}

}

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

	.wrap {

		width: 94%

	}

	.wrap_left{padding-left: 3%;}

	.wrap_right{padding-right: 3%;}

	.wrap_top {

		position: initial;

	}

}





:root {

	--i_color: #1B72D7;

	/* 全局颜色 */

	--i_color2: #F04D2B;

	/* 副颜色 */

	--i_color3: #200C5D;

	--header_height: 1rem;

	/* 头部高度 */

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

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

}



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

	:root,

	header {

		--header_height: .6rem;

	}

}

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

	:root {

		--border_color: rgba(0, 0, 0, .06)

	}

}



@font-face {

	font-family: '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: 'din';

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

}

body{

	font-family: 'Poppins','Arial',sans-serif;

}



/* header */

header {

	position: fixed;

	top: 0.15rem;

	left: 0;

	width: 100%;

	z-index: 2014;

}

header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 0%;

	height: 1px;

	background: var(--border_color);

	z-index: 2014;

}



.top_cont {

	position: relative;

	z-index: 2013;

}

.top_cont::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

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

	opacity: 0;

	z-index: -1;

	transition: all 0.3s ease;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.TopHeader .top_cont::after {

    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);

}



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

	header {

		top: 0;

		top: 0;

		width: 100%;

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

	}

	.top_cont {

		background: #fff !important;

	}

}

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

	.TopHeader .top_cont{

		box-sizing: border-box;

		background-color: #fff;

	}

	.TopHeader .top_cont .i_nav>li>a{

		color: #333;

	}

	.TopHeader .top_cont .top_r iconify-icon{

		color: #333;

	}

	.TopHeader .top_cont .top_search_ico::after {

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

	}

	header.TopHeader{

		top: 0rem;

	}

	.TopHeader .top_search.on {

		top: var(--header_height);

	}

}





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

}



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

	.logo img {

		height: 0.8rem;

	}



}

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

	.logo img {

		max-height: 94%;

	}



}











/* 导航 */

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

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: capitalize;

		position: relative;

		font-family: 'med';

	}

	.i_nav>li>a::after{

		content: '';

		position: absolute;

		bottom: 0.2rem;

		right: 0;

		width: 0;

		height: 0.03rem;

		background-color: var(--i_color);

		transition: all 0.3s ease;

	}



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

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

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

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

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

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		color: var(--i_color) !important;

	}



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

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

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

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

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

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

	.i_nav .curr>a::after{

		width: 100%;

        right: auto;

		left: 0;

	} */



	.i_nav .sub-menu {

		display: none;

		position: absolute;

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

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

		min-width: 1.6rem;

		overflow: hidden;

	}

	.i_nav .sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu li::before,

	.i_nav .sub-menu li::after {

		content: '';

		position: absolute;

		bottom: 0;

		height: 1px;

	}

	.i_nav .sub-menu li::before {

		left: 0;

		width: 100%;

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

	}

	.i_nav .sub-menu li::after {

		right: 0;

		width: 0;

		background: var(--i_color);

	}



	.i_nav .sub-menu a {

		display: block;

		padding: 0 .8rem 0 .2rem;

		font-size: 0.15rem;

		color: #444;

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

	.i_nav .sub-menu a::before {

		content: "\f324";

		font-family: "Font Awesome 5 Pro";

		font-weight: 300;

		position: absolute;

		top: 50%;

		transform: translate(0, -50%);

		left: -.16rem;

		font-size: 0.14rem;

		color: var(--i_color);

	}

	.i_nav .sub-menu li:hover::after {

		right: initial;

		left: 0;

		width: 100%;

	}

	.i_nav .sub-menu li:hover a {

		left: .16rem;

	}

	.i_nav .sub-menu li:hover a {

		color: var(--i_color);

	}

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

		left: 0;

	}

	.i_nav .sub-menu li,

	.i_nav .sub-menu li::after,

	.i_nav .sub-menu a,

	.i_nav .sub-menu a::before {

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}



}



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

	.i_nav>li {

		margin: 0 .2rem;

	}

}

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

	.i_nav>li {

		margin: 0 .16rem;

	}

	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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

	.i_nav>li {

		margin: 0 .14rem;

	}

	.i_nav>li>a {

		font-size: 0.14rem;

	}

}

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

	.i_nav {

		display: none;

		position: fixed;

		top: var(--header_height);

		left: 0;

		width: 100%;

		width: 100vw;

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

		background: #FFF;

		overflow-y: auto;

		z-index: 2

	}

	/*滚动条*/

	.i_nav::-webkit-scrollbar {

		width: 3px;

		height: 8px

	}

	.i_nav::-webkit-scrollbar-thumb {

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

		background: #555

	}

	.i_nav::-webkit-scrollbar-track {

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

		border-radius: 0;

		background: #F1F1F1

	}



	.i_nav>li {

		margin: 0 0 !important;

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

		position: relative

	}

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

		display: block;

		position: absolute;

		top: 0;

		right: 0;

		width: .44rem;

		height: .44rem;

		background: #F1F1F1;

	}

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

		content: '\f107';

		position: absolute;

		top: 50%;

		left: 50%;

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

		font-size: 0.26rem;

		color: #222;

	}



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

		content: '\f106';

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .15rem;

		color: #222;

		line-height: .44rem;

		text-transform: uppercase;

	}



	.i_nav>li>.sub-menu {

		display: none

	}

	.i_nav>li>.sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu a {

		padding: 0 .4rem;

		font-size: .14rem;

		color: #555;

		line-height: .4rem;

		position: relative

	}

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

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

	}



	.i_nav>li>.sub-menu b {

		position: absolute;

		top: 0;

		right: 0;

		width: .4rem;

		height: .4rem;

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

		background-size: .16rem;

	}

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

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

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



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

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}

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

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













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 3px;

	position: absolute;

	top: 50%;

	margin-top: -2px;

	background: #333;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 3px;

	background: #333;

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before {

	top: 0;

}

.nav_menu::after {

	bottom: 0;

}





.nav_menu.on i {

	opacity: 0

}



.nav_menu.on::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important

	}



}





.top_r {

	--size: .24rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}







.top_email{



}

.top_email a{

    display: block;

	margin-right: 0.2rem;

}

.top_email a iconify-icon{

	font-size: var(--size);

	color: #333;

	transition: all 0.3s ease;

}



.top_email a iconify-icon:hover{

	color: var(--i_color);

}











.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	margin-right: 0.2rem;

	position: relative;

}

.top_search_ico i{

	display: block;

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

}

.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	right: -0.2rem;

	transform: translate(0,-50%);

	width: 0.01rem;

	height: 0.2rem;

	background-color: rgba(255,255,255,0.3);

	transition: all 0.3s ease;

}

.top_search_ico iconify-icon {

	font-size: var(--size);

	cursor: pointer;

	color: #fff;

	transition: all 0.3s ease;

}

.top_search_ico.on iconify-icon {

	color: var(--i_color) !important;

}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	position: relative;

}

.top_language_all{

   display: inline-block;

   height: 0.46rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   padding: 0 0.2rem;

   cursor: pointer;

}

.top_language_all p{

   font-size: 0.18rem;

   color: #fff;

   margin-right: 0.05rem;

   transition: all 0.3s ease;

   font-family: 'Roboto';

}

.top_language_all iconify-icon{

	font-size: var(--size);

	cursor: pointer;

	color: #fff;

	line-height: 100%;

	transition: all 0.3s ease;

}

.top_language_san{

	font-size: 0.14rem !important;

}







.top_language.on p{

	color: var(--i_color) !important;

}

.top_language.on iconify-icon {

	color: var(--i_color) !important;

}







.language_list{

	opacity: 0;

	visibility: hidden;

	position: absolute;top: calc(var(--header_height) + .2rem);right: 0;

	background: #FFF;

	min-width: 1.2rem;

	z-index: 2016;

	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);

	-webkit-transition:all .4s ease; transition:all .4s ease;

	padding: .16rem .2rem;

}

.language_list.on{

	opacity: 1;

	visibility: visible;

	top: var(--header_height);

}



.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: bold;white-space: nowrap;}

.curr_lang{margin-bottom: 0.12rem;padding-bottom: 0.12rem;border-bottom: 1px solid #EEE;}



.lang_list a{display: block; padding: .06rem 0;}

.lang_list span img{display: none;}

.lang_list .trp-ls-language-name{padding-left: 0.3rem; font-size: 14px;position: relative;}

.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}

.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}



.lang_list li:hover .trp-ls-language-name::after,

.curr_lang .trp-ls-language-name::after{display: block;}

.lang_list li:hover .trp-ls-language-name,

.curr_lang .trp-ls-language-name{color: var(--i_color);}





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

	.top_language_all p{

		font-size: 0.16rem;

	 }

}

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



}













.top_language,

.top_language>iconify-icon {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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

	.top_language {

		margin-left:  .2rem;

	}

	.top_language_all p {

		font-size: 0.16rem;

	}

	.top_language_all iconify-icon{

		color: #333;

	}

	.top_search_ico iconify-icon {

		color: #333;

	}

	.top_search_ico::after {

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

	}

	.top_search.on {

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

	}



}

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





}

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







header,

.top_cont,

.logo,

.logo img,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

	top: 1.5rem;

	opacity: 0;

	visibility: hidden;

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 6;

}

.top_search.on {

	top: calc(var(--header_height) + 0.3rem);

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

	visibility: visible;

	opacity: 1;

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

	border-radius: 0;

}

.top_search_btn {

	font-size: 0;

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

	height: var(--search_height);

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

	background-size: .2rem;

	cursor: pointer;

	border-radius: 0;

}



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



	.top_search_ico {

		margin-right: 0.3rem;

	}

}

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

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

}









/* 导航下拉 */

/* products */

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

    .xiala{

		position: fixed;

		top: calc(var(--header_height) + 0.3rem);

		left: 50%;

		transform: translate(-50%,0);

		width: 100%;

		background-color: rgba(255, 255, 255, 1);

		box-sizing: border-box;

		padding:0.4rem 0;

		transition: top 0.3s ease;

		display: none;

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

		box-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, .1);

	}

	.TopHeader .xiala{

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

	}

    .products_drop_ul{

        display: flex;

		display: -webkit-flex;

		flex-wrap: wrap;

		gap: 0.4rem;

	}

	.products_drop_ul li{

        width: calc((100% - 2.4rem) / 7);

	}

	.products_drop_ul li a{

		display: block;

		width: 100%;

	}

	.products_drop_img{

        position: relative;

		overflow: hidden;

	}

	.products_drop_img::after{

        content: '';

		display: block;

		padding-bottom: 100%;

	}

	.products_drop_img img{

        position: absolute;

		top: 50%;

		left: 50%;

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

		width: 100%;

		height: 100%;

		object-fit: contain;

	}

	.products_drop_ul li p{

		font-size: 0.16rem;

		color: #222;

		font-family: 'med';

		text-transform: capitalize;

		text-align: center;

		margin-top: 0.2rem;

		transition: all 0.3s ease;

	}

	.products_drop_ul li a:hover p{

		color: var(--i_color);

	}

    .products_nav ul,

	.solutions_nav ul{

		display: none !important;

	}

    .solution_drop{



	}

    .solution_drop_ul{

       display: flex;

	   display: -webkit-flex;

	   gap: 0.4rem 0.7rem;

	   justify-content: center;

	   flex-wrap: wrap;

	}

	.solution_drop_ul li{

       width: 2.2rem;



	}

	.solution_drop_ul li a{

       display: block;

	   width: 100%;

	}

	.solution_drop_img{

       position: relative;

	   overflow: hidden;

	   border-radius: 0.15rem;

	}

	.solution_drop_img::after{

       content: '';

	   display: block;

	   padding-bottom: 100%;

	}

	.solution_drop_img img{

       position: absolute;

	   top: 50%;

	   left: 50%;

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

	   width: 100%;

	   height: 100%;

	   object-fit: cover;

	}

	.solution_drop_ul li a p{

       font-size: 0.16rem;

	   line-height: 0.24rem;

	   color: #333;

	   font-family: 'med';

	   text-align: center;

	   text-transform: capitalize;

	   margin-top: 0.2rem;

	   transition: all 0.3s ease;

	}

	.solution_drop_ul li a:hover p{

		color: var(--i_color);

	}





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



	}

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

		.products_drop_ul{

			gap: 0.2rem;

		}

		.products_drop_ul li{

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

		}

		.products_drop_ul li p {

			font-size: 0.14rem;

			margin-top: 0.15rem;

		}

	}

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



	}

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



	}

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



	}



}



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

	.xiala{display: none !important;}

}







.top_phone{

   display: inline-block;

   box-sizing: border-box;

   padding: 0 0.4rem;

   background-color: var(--i_color2);



}

.top_phone a{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 100%;

   height: var(--header_height);

}

.top_phone a iconify-icon{

   font-size: 0.24rem;

   color: var(--i_color);

}

.top_phone a p{

   font-size: 0.2rem;

   color: #fff;

   font-weight: bold;

   margin-left: 0.1rem;

}







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

	.top_phone a iconify-icon{

		font-size: 0.22rem;

	}

	.top_phone a p{

		font-size: 0.18rem;

	}

	.top_phone{

		padding: 0 0.35rem;

	}

}

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



}

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

	.top_phone a iconify-icon{

		font-size: 0.2rem;

	}

	.top_phone a p{

		font-size: 0.16rem;

	}

	.top_phone{

		padding: 0 0.3rem;

	}

}

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

	.top_phone{margin-left: 0.2rem;}

}

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



}

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



}

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



}

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



}







/* banner */

.banner {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

	overflow: hidden;

}

.banner .swiper-container {

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	list-style: none;

	padding: 0;

	z-index: 1;

}

.banner .swiper-wrapper {

	display: flex;

	position: relative;

	width: 100%;

	z-index: 1

}

.banner .swiper-slide {

	height: 0;

	padding-bottom: 100vh;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	overflow: hidden

}

.banner .swiper-slide>img,.banner .swiper-slide video {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover

}





.banner-button-prev,

.banner-button-next {

	position: absolute;

	top: 48%;

	transform: translate(0, -50%);

	width: .5rem;

	height: .5rem;

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

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	overflow: hidden;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.banner-button-prev {

	left: -.6rem;

}

.banner-button-next {

	right: -.6rem;

}

.banner-button-prev i,

.banner-button-next i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.24rem;

	color: #FFF;

}

.banner:hover .banner-button-prev {

	left: .3rem

}

.banner:hover .banner-button-next {

	right: .3rem

}

.banner-button-prev:hover,

.banner-button-next:hover {

	background-color: var(--i_color)

}





.banner-pagination {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 6%;

	cursor: pointer;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	z-index: 3;

}



.banner-pagination .swiper-pagination-bullet {

	display: block;

	width: 0.7rem;

	height: 0.02rem;

	margin: 0 .05rem;

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

	position: relative;

	outline: none

}

.banner-pagination .swiper-pagination-bullet-active::before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: var(--i_color);

}





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

	.banner {

		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;

	}

}













.fullMask {

	width: 100%;

	height: 100vh;

}

.fullMask_about{

	width: 100%;

	height: 86.6vh;

}

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

	.fullMask,.fullMask_about{

		display: none;

	}

}



main {

    position: relative;

    background: #FFF;

    max-width: 100%;

	overflow: hidden;

}



footer {

    max-width: 100%;

    overflow: hidden;

    position: relative;

    background-color: white;

}



/* banner 文字 */

.banner_text1{



}

.banner_text1_ul{



}

.banner_text1_ul li{

   box-sizing: border-box;

   padding: 0.14rem 0.3rem;

   border-radius: 0.1rem;

   box-shadow: 0 0.04rem 0.4rem rgba(0,0,0,0.2);

   position: absolute;

   background-color: #fff;

}

.banner_text1_ul li p{

	font-size: 0.34rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: 100%;

	text-align: center;

}

.banner_text1_li1{

	top: 63%;

    left: 16%;

}

.banner_text1_li2{

	top: 53%;

    left: 50%;

}

.banner_text1_li3{

	padding: 0.3rem !important;

	top: 16%;

    right: 8.335%;

}

.banner_text1_li3 img{

   width: 2.98rem;

   margin-bottom: 0.15rem;

}



.banner_text1{

	position: absolute;

	bottom: 10%;

	right: 0%;

	z-index: 2;

	box-sizing: border-box;

	padding-right: 8.335%;

    width: 100%;

}

.banner_text1::after{

	content: '';

	position: absolute;

	bottom: -0.3rem;

	right: 0;

	width: 17rem;

	height: 1.27rem;

	max-width: 100%;

	background: linear-gradient(to right,rgba(27,114,215,0),rgba(27,114,215,1));

	z-index: -1;

}

.banner_text1_box{

    display: flex;

	flex-direction: column;

}

.banner_text1_box h3{

    font-size: 0.82rem;

	line-height: 100%;

	color: #fff;

	font-weight: bold;

	text-shadow: 0 0.04rem rgba(0, 0, 0, 0.3);

	text-align: right;

}

.banner_text1_box h4{

    font-size: 0.36rem;

	color: #fff;

	font-family: 'med';

	text-shadow: 0 0.04rem rgba(0, 0, 0, 0.3);

	text-align: right;

}





.banner_text2{

	position: absolute;

	top: 50%;

	left: 50%;

	z-index: 2;

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

}

.banner_text2_box{

    width: 58%;

}

.banner_text2_box h3{

    font-size: 0.56rem;

	color: #fff;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 120%;

}



.banner_text2_box h3 span{

	font-size: 0.72rem;

	color: var(--i_color);

	font-family: 'bold';

	line-height: 120%;

	text-transform: uppercase;

}

.banner_text2_box h3 span b{

	color: #fff;

	font-size: 0.72rem;

	font-family: 'bold';

	line-height: 120%;

	text-transform: uppercase;

}

.banner_text2_box h4{

    font-size: 0.24rem;

	color: #fff;

	line-height: 175%;

	margin-top: 0.3rem;

}

.banner_text2_dl{

   display: flex;

   flex-wrap: wrap;

   gap: 0.3rem 0.5rem;

   margin-top: 1rem;

   box-sizing: border-box;

   padding-right: 18%;

}

.banner_text2_dl dt{

   display: flex;

   align-items: center;

   gap: 0.2rem;

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

}

.banner_text2_dl dt img{

   width: 0.62rem;

   height: 0.62rem;

   object-fit: contain;



}

.banner_text2_dl dt p{

   font-size: 0.22rem;

   color: #fff;

   line-height: 120%;

}

.banner_text3{

	position: absolute;

	top: 50%;

	left: 50%;

	z-index: 2;

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

}

.banner_text3_box{

	width: 77%;

}

.banner_text3 h3{

    font-size: 0.7rem;

	color: #fff;

	font-weight: bold;

	line-height: 120%;



}

.banner_text3 h4{

    line-height: 164%;

	font-size: 0.28rem;

	color: #fff;

	margin: 0.3rem 0 1rem 0;

}











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

	.banner_text1_li1 {

		left: 12%;

	}

	.banner_text1_ul li p {

		font-size: 0.3rem;

	}

	.banner_text1_li3 img {

		width: 2.8rem;

	}

	.banner_text2_box h3{

		font-size: 0.5rem;

	}

	.banner_text2_box h3 span,.banner_text2_box h3 span b{

		font-size: 0.65rem;

	}

	.banner_text2_box h4 {

		font-size: 0.22rem;

		margin-top: 0.25rem;

	}

	.banner_text2_dl dt img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.banner_text2_dl {

		margin-top: 0.8rem;

	}

	.banner_text3 h3 {

		font-size: 0.6rem;

	}

	.banner_text3 h4{

		font-size: 0.26rem;

		margin: 0.25rem 0 1rem 0;

	}

}

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

	.banner_text1_box h3{

		font-size: 0.7rem;

	}

	.banner_text1_box h4{

		font-size: 0.3rem;

	}

	.banner_text1_li1{

		left: 6%;

	}

	.banner_text1_ul li p {

		font-size: 0.25rem;

	}

	.banner_text1_li3 img {

		width: 2.5rem;

		margin-bottom: 0.1rem;

	}

	.banner_text2_box h3{

		font-size: 0.45rem;

	}

	.banner_text2_box h3 span,.banner_text2_box h3 span b{

		font-size: 0.6rem;

	}

	.banner_text2_box h4 {

		font-size: 0.2rem;

		margin-top: 0.2rem;

	}

	.banner_text2_dl dt p {

		font-size: 0.2rem;

	}

	.banner_text2_dl {

		gap: 0.2rem 0.4rem;

		padding-right: 7%;

	}

	.banner_text2_dl dt {

		gap: 0.15rem;

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

	}

	.banner_text2_dl dt img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.banner_text2_dl {

		margin-top: 0.6rem;

	}

	.banner_text3 h3 {

		font-size: 0.5rem;

	}

	.banner_text3 h4{

		font-size: 0.24rem;

		margin: 0.2rem 0 0.8rem 0;

	}



}

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

	.banner_text1_ul li p {

		font-size: 0.2rem;

	}

	.banner_text1_li3 img {

		width: 2.2rem;

	}

	.banner_text2_box h3{

		font-size: 0.4rem;

	}

	.banner_text2_box h3 span,.banner_text2_box h3 span b{

		font-size: 0.55rem;

	}

	.banner_text2_box h4 {

		font-size: 0.18rem;

		margin-top: 0.15rem;

	}

	.banner_text2_dl {

		margin-top: 0.4rem;

	}

	.banner_text3 h3 {

		font-size: 0.4rem;

	}

	.banner_text3 h4{

		font-size: 0.22rem;

		margin: 0.2rem 0 0.6rem 0;

	}

}

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

    .banner_text1_ul{display: none;}

	.banner_text1::after{

		bottom: -0.3rem;

		height: 1rem;

	}

	.banner_text1_box h3{

		font-size: 0.6rem;

	}

	.banner_text1_box h4{

		font-size: 0.25rem;

	}

	.banner_text2_box h3{

		font-size: 0.3rem;

	}

	.banner_text2_box h3 span,.banner_text2_box h3 span b{

		font-size: 0.4rem;

	}

	.banner_text2_box h4 {

		font-size: 0.16rem;

	}

	.banner_text2_dl {

		display: none;

	}

	.banner_text3 h3 {

		font-size: 0.3rem;

	}

	.banner_text3 h4{

		font-size: 0.18rem;

		margin: 0.2rem 0 0.4rem 0;

	}

	.banner_text3_box {

		width: 100%;

	}

}

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

	.banner_text2_box h3{

		font-size: 0.25rem;

	}

	.banner_text2_box h3 span,.banner_text2_box h3 span b{

		font-size: 0.35rem;

	}

	.banner_text3 h3 {

		font-size: 0.25rem;

	}

	.banner_text3 h4{

		font-size: 0.16rem;

		margin: 0.2rem 0;

	}

}

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

	.banner_text1::after{

		bottom: -0.3rem;

		height: 0.8rem;

	}

	.banner_text1_box h3{

		font-size: 0.4rem;

	}

	.banner_text1_box h4{

		font-size: 0.18rem;

	}

	.banner_text2_box h3{

		font-size: 0.2rem;

	}

	.banner_text2_box h3 span,.banner_text2_box h3 span b{

		font-size: 0.3rem;

	}

	.banner_text2_box h4 {

		font-size: 0.14rem;

	}

	.banner_text3 h3 {

		font-size: 0.22rem;

	}

	.banner_text3 h4{

		font-size: 0.14rem;

		margin: 0.1rem 0;

	}

}

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

	.banner_text1::after{

		bottom: -0.2rem;

		height: 0.6rem;

	}

	.banner_text1_box h3{

		font-size: 0.3rem;

	}

	.banner_text1_box h4{

		font-size: 0.16rem;

	}

	.banner_text2_box h4{

		display: none;

	}

	.banner_text2_box h3 {

		line-height: 170%;

	}

	.banner_text3 h3{

		margin-bottom: 0.2rem;

	}

	.banner_text3 h4{

		display: none;

	}

}

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

	.banner_text2_box {

		width: 100%;

	}

}









/* home_btn */

.home_btn{



}

.home_btn_center{

	display: flex;

	justify-content: center;

}

.home_btn a,.home_btn span{

   background-color: #fff;

   display: inline-block;

   transition: all 0.3s ease;

   border-radius: 0.05rem;

}

.home_btn_flex{

   box-sizing: border-box;

   padding: 0.12rem 0.3rem;

   display: flex;

   align-items: center;

}

.home_btn_flex i{

   display: block;

   transition: all 0.5s ease;

}

.home_btn_flex p{

   font-size: 0.18rem;

   color: var(--i_color);

   text-transform: capitalize;

   transition: all 0.3s ease;

   margin-right: 0.2rem;

}

.home_btn_flex iconify-icon{

   display: block;

   color: var(--i_color);

   font-size: 0.1rem;

   transition: all 0.3s ease;

}

.home_btn_i1{

	width: 0rem;

	height: 1px;

	background-color: var(--i_color);



}

.home_btn_i2{

   width: 0.7rem;

   height: 1px;

   background-color: var(--i_color);

   margin-right: -2px;

}



.home_btn a:hover,

.home_btn span:hover{



}



.home_btn a:hover .home_btn_i1,

.home_btn span:hover .home_btn_i1{

   width: 0.7rem;

}

.home_btn a:hover .home_btn_i2 ,

.home_btn span:hover .home_btn_i2{

	width: 0rem;

}



.home_btn a:hover .home_btn_flex p,

.home_btn span:hover .home_btn_flex p{

	margin-right: 0.1rem;

	margin-left: 0.1rem;

}





.home_btn_bule a,

.home_btn_bule span{

	background-color: var(--i_color);

}

.home_btn_bule i{

	background-color: #fff;

}

.home_btn_bule p,

.home_btn_bule iconify-icon{

	color: #fff;

}



.home_btn_tm a,

.home_btn_tm span{

	background: transparent;

}

.home_btn_tm .home_btn_flex{

	padding: 0 !important;



}























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

	.home_btn_flex {

		padding: 0.1rem 0.2rem;

	}

	.home_btn_flex p {

		font-size: 0.16rem;

		margin-right: 0.2rem;

	}

	.home_btn_i2 {

		width: 0.5rem;

	}

	.home_btn a:hover .home_btn_i1,

	.home_btn span:hover .home_btn_i1{

	    width: 0.5rem;

	}

}

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



}

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



}

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



}

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

	.home_btn_flex {

		padding: 0.06rem 0.15rem;

	}

	.home_btn_flex p {

		font-size: 0.14rem;

		margin-right: 0.1rem;

	}

	.home_btn_i2 {

		width: 0.3rem;

	}

	.home_btn a:hover .home_btn_i1,

	.home_btn span:hover .home_btn_i1{

	    width: 0.3rem;

	}

	.home_btn a:hover .home_btn_flex p,

	.home_btn span:hover .home_btn_flex p{

		margin-right: 0.05rem;

		margin-left: 0.05rem;

	}



}

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



}

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



}





/* products_center */

.products_center_bac{

	background: linear-gradient(180deg, #E2EFFF 0%, #FFFFFF 100%);

	box-sizing: border-box;

	padding: 0.8rem 0;

}

.products_center{



}

.products_center_list{

    display: flex;

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

	box-sizing: border-box;

	padding: 0 8% 0 8%;

	justify-content: space-between;

	margin: 0.5rem 0;

}

.products_center_list li{

	font-size: 0.18rem;

	color: #222;

	font-weight: bold;

	transition: all 0.3s ease;

	position: relative;

	box-sizing: border-box;

	padding-bottom: 0.15rem;

}

.products_center_list li::after{

	content: '';

	position: absolute;

	bottom: -1px;

	right: 0;

	width: 0;

	height: 2px;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}

.products_center_list li.current{

	color: var(--i_color);

}

.products_center_list li.current::after{

	width: 100%;

	right: auto;

	left: 0;

}

.products_center_box{

    display: flex;

	flex-wrap: wrap;

}

.products_center_left{

	width: 30.8125%;

	position: relative;

	border-radius: 0.1rem;

	overflow: hidden;

}

.products_center_left>p{

    position: absolute;

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 100%;

    font-size: 0.42rem;

	font-weight: bold;

	color: #fff;

	line-height: 133%;

	text-align: center;

	z-index: 3;

	box-sizing: border-box;

	padding-top: 0.4rem;

}

.products_center_left::after{

	content: '';

	display: block;

	padding-bottom: 165.31%;

}

.products_center_left img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.products_center_right{

    width: 69.1875%;

	box-sizing: border-box;

	padding-left: 0.25rem;

}

.products_center_dl{

	overflow: hidden;

}

.products_center_dl dt{

	animation: slideInRight 1s ease;

}



@keyframes slideInRight {

	0% {

		-webkit-transform: translateX(100%);

		transform: translateX(100%);

		visibility: visible;

	}

	100% {

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}

}

.products_center_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.25rem;



}

.products_center_ul li{

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

}

.products_center_ul li a{

   display: block;

   width: 100%;

   box-sizing: border-box;

   border-radius: 0.08rem;

   overflow: hidden;

   background-color: #fff;

   position: relative;

   overflow: hidden;

}

.products_center_img{

   position: relative;

   width: 100%;

}

.products_center_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.products_center_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: contain;

}

.products_center_ul li a>p{

   font-size: 0.18rem;

   color: #fff;

   font-weight: bold;

   background-color: #9C9C9C;

   box-sizing: border-box;

   padding: 0.12rem 5%;

   text-align: center;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.products_center_bule{

   position: absolute;

   top: 100%;

   left: 0;

   width: 100%;

   height: 100%;

   display: flex;

   justify-content: center;

   align-items: center;

   background-color: rgba(27,114,215,0.8);

   transition: all 0.7s ease;

}

.products_center_ul li a:hover .products_center_bule{

	top: 0%;

}







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

	.products_center_list li {

		font-size: 0.16rem;

		padding-bottom: 0.12rem;

	}

	.products_center_left>p {

		font-size: 0.35rem;

	}

	.products_center_ul li a>p {

		font-size: 0.16rem;

		padding: 0.1rem 5%;

	}

}

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

	.products_center_bac {

		padding: 0.6rem 0;

	}

	.products_center_left>p {

		font-size: 0.3rem;

		padding-top: 0.3rem;

	}



}

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

	.products_center_left>p {

		font-size: 0.25rem;

		padding-top: 0.25rem;

	}

}

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

	.products_center_left>p {

		font-size: 0.2rem;

		padding-top: 0.2rem;

	}

}

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

    .products_center_list li {

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

		text-align: center;

    }

	.products_center_list{

		flex-wrap: wrap;

		gap: 0.15rem;

	}

	.products_center_list {

		padding: 0;

		margin: 0.4rem 0;

	}

	.products_center_left {

		display: none;

	}

	.products_center_right {

		width: 100%;

		padding-left: 0rem;

	}

	.products_center_ul li {

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

	}

	.products_center_box {

		gap: 0.4rem;

		flex-direction: column-reverse;

	}

}

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

    .products_center_list li {

        font-size: 0.14rem;

        padding-bottom: 0.1rem;

    }

	.products_center_ul {

		gap: 0.1rem;

	}

	.products_center_ul li {

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

	}

	.products_center_ul li a>p {

        font-size: 0.14rem;

    }

}

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



}





/* customization */

.customization_bac{

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

   background-size: cover;

   background-attachment: fixed;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.customization{

   display: flex;

   justify-content: space-between;

   flex-wrap: wrap;
   align-items: center;

}

.customization_box{

	display: flex;

	gap: 0.25rem;

}

.customization_left{

	width: 39%;

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

	backdrop-filter: blur(10px);

	box-sizing: border-box;

	padding: 0.4rem 0.3rem;

	border-radius: 0.1rem;

}

.customization_box{

    margin-top: 0.4rem;

}

.customization_ul{

    display: flex;

	flex-wrap: wrap;

	gap: 0.25rem;

}

.customization_ul li{

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

	display: flex;

	justify-content: center;

	align-items: center;

}

.customization_ul li img{

    width: 0.9rem;

	max-width: 100%;

	height: auto;

	object-fit: cover;

	border-radius: 50%;

	display: block;

	border: 1px solid transparent;

	cursor: pointer;

}

.customization_ul li.current img{

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

}

.customization_list{

    flex-shrink: 0;

}

.customization_list{

	display: flex;

	flex-direction: column;

	gap: 0.25rem;

	justify-content: space-around;



}

.customization_list dt{

	font-size: 0.22rem;

	color: #666;

}







.customization_right{

	width: 45.3125%;

	position: relative;

}

.customization_i{



}

.customization_dl{



	border-radius: 50%;

	position: relative;

}

.customization_i1{

	position: absolute;

	display: block;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	border: 1px solid rgba(255, 255, 255, 0.8);

	border-radius: 50%;

	animation: yyy 30s linear forwards infinite;

}

.customization_i1::after{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

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

	width: 0.25rem;

	height: 0.25rem;

	background-color: #fff;

	border-radius: 50%;

}

.customization_i2{

	position: absolute;

	display: block;

	top: 50%;

	left: 50%;

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

	width: 120%;

	height: 120%;

	border: 1px solid rgba(255, 255, 255, 0.8);

	border-radius: 50%;

	animation: yyy 25s linear forwards infinite;

}

.customization_i2::after{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

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

	width: 0.35rem;

	height: 0.35rem;

	background-color: #fff;

	border-radius: 50%;

}









.customization_dl dt{

    position: relative;

	animation: opp 0.5s ease ;



}

.customization_dl dt::after{

    content: '';

	display: block;

	padding-bottom: 100%;

}

.customization_dl dt img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

@keyframes yyy {

	0%{

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

	}

	100%{

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

	}

}

@keyframes opp{

	0%{

		opacity: 0;

	}

	100%{

		opacity: 1;

	}

}





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

	.customization_list dt {

		font-size: 0.2rem;

	}

}

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

	.customization_list dt {

		font-size: 0.18rem;

	}

	.customization_bac {

		padding: 0.6rem 0;

	}

}

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

	.customization_list dt {

		font-size: 0.16rem;

	}

}

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

	.customization_left {

		width: 100%;

		margin-bottom: 0.8rem;

	}

	.customization_right{

		margin: 0 auto;

	}

	.customization_i1::after {

		width: 0.15rem;

		height: 0.15rem;

	}

	.customization_i2::after {

		width: 0.2rem;

		height: 0.2rem;

	}

}

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

	.customization_right {

		width: 50%;

	}

	.customization_bac {

		background-attachment: unset;

	}

}

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

	.customization_box {

		margin-top: 0.2rem;

	}

	.customization_right {

		width: 80%;

	}

}

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



}









/* title */

.title_box{

	display: flex;

	justify-content: space-between;

	align-items: center;

	gap: 0.2rem;

	flex-wrap: wrap;

}

.title{

   position: relative;

   z-index: 5;

}

.title p{

   font-size: 0.46rem;

   color: #222;

   font-weight: bold;

   line-height: 140%;

   text-transform: capitalize;

}

.title span{

   font-size: 0.18rem;

   color: #666;

   display: block;

   margin-top: 0.1rem;

}

.title_center p,

.title_center span{

	text-align: center;

}

.title_white p,

.title_white span{

	color: #fff !important;

}



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

	.title p{

		font-size: 0.4rem;

	}

	.title span{

		font-size: 0.16rem;

	}

}

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

	.title p{

		font-size: 0.35rem;

	}

}

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

	.title p{

		font-size: 0.3rem;

	}

}

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

	.title p{

		font-size: 0.28rem;

	}

}

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

	.title p{

		font-size: 0.26rem;

	}

	.title span{

		font-size: 0.14rem;

		margin-top: 0.05rem;

	}

}

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

	.title p{

		font-size: 0.24rem;

	}

}

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

	.title p{

		font-size: 0.22rem;

	}

}





/* home_about */

.home_about_bac{

    box-sizing: border-box;

	padding-top: 1.3rem;

	position: relative;

	z-index: 2;

}

.home_about_bacImg{

	position: absolute;

	top: 0.55rem;

	left: 50%;

	transform: translate(-50%,0);

	max-width: 100%;

	z-index: -1;

}

.home_about{



}

.home_about_ul{

    display: flex;

	justify-content: space-between;

	box-sizing: border-box;

	padding: 0.5rem 0;

}

.home_about_ul li{

    display: flex;

	align-items: center;

	flex-direction: column;

}

.home_about_ul li h3{

    font-size: 0.48rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: 100%;

}

.home_about_ul li h3 span{

	font-size: 0.48rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: 100%;

}

.home_about_ul li h4{

    font-size: 0.18rem;

	color: #222;

	text-transform: capitalize;

	margin: 0.1rem 0 0.2rem 0;

	text-align: center;

}

.home_about_ul li h5{

	font-size: 0.18rem;

	color: #999;

	line-height: 133%;

	text-align: center;

}









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

	.home_about_ul li h3,

	.home_about_ul li h3 span{

		font-size: 0.4rem;

	}

	.home_about_ul li h4 {

		font-size: 0.16rem;

		margin: 0.1rem 0;

	}

	.home_about_ul li h5 {

		font-size: 0.16rem;

	}

	.home_about_bac {

		padding-top: 1.1rem;

	}

}

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

	.home_about_ul li h3,

	.home_about_ul li h3 span{

		font-size: 0.35rem;

	}

	.home_about_ul li h5 {

		font-size: 0.14rem;

	}

	.home_about_ul {

		padding: 0.4rem 0;

	}

	.home_about_bac {

		padding-top: 0.9rem;

	}

}

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

	.home_about_ul li h3,

	.home_about_ul li h3 span{

		font-size: 0.3rem;

	}

	.home_about_ul li{

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

	}

	.home_about_ul{

		flex-wrap: wrap;

		gap: 0.2rem;

	}

}

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

	.home_about_ul li h3,

	.home_about_ul li h3 span{

		font-size: 0.28rem;

	}

}

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

	.home_about_ul li h3,

	.home_about_ul li h3 span{

		font-size: 0.26rem;

	}

}

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



}

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



}

















/* home_about_video */

.home_about_video{

   position: relative;

   z-index: 3;

}

.home_about_video>img{

   width: 100%;

   height: 6.86rem;

   object-fit: cover;

}

.home_about_videoBox{

	position: absolute;

	bottom: 1.6rem;

	left: 50%;

	transform: translate(-50%,0);

    display: flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

}

.home_about_videoBox>h3{

    font-size: 0.3rem;

	color: #fff;

	font-weight: bold;

	text-transform: capitalize;

    margin: 0.45rem 0 0.6rem 0;

}

.home_about_videoBox>img{

    max-width: 80%;

	height: auto;

}

















.home_about_videoBox i{

	display: block;

	width: 0.7rem;

	height: 0.7rem;

	border-radius: 50%;

	border: 1px solid #fff;

	cursor: pointer;

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

	background-size: contain;

	position: relative;

}





.i_v_btn::before {

    animation: serv_one_border 2s 0s ease infinite;

}



.i_v_btn::before {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.i_v_btn span::before{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.i_v_btn span::after{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.i_v_btn span::before {

    animation: serv_one_border 1.5s 0s ease infinite;

}

.i_v_btn span::after {

    animation: serv_one_border 2.5s 0s ease infinite;

}



@keyframes serv_one_border {

	0% {

		opacity: 0

	}

	5% {

		opacity: 1

	}

	80% {

		opacity: 0

	}

	100% {

		opacity: 0;

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

		-ms-transform:translate(-50%,-50%) scale(1.5);

		-o-transform:translate(-50%,-50%) scale(1.5);

		-webkit-transform:translate(-50%,-50%) scale(1.5);

		-moz-transform:translate(-50%,-50%) scale(1.5);

	}

}



@keyframes yuan{

	0%{

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

	}

	100%{

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

	}

}



.home_about_three{

   box-sizing: border-box;

   margin-top: -1.5rem;

   position: relative;

   z-index: 6;

   box-sizing: border-box;

   padding-bottom: 0.8rem;

}

.home_about_threeBox{



}

.home_about_threeUl{

   box-shadow: 0 0rem 0.1rem rgba(27,114,215,0.1);

   display: flex;

   box-sizing: border-box;

   padding: 0.35rem 0;

   background-color: #fff;

   border-radius: 0.1rem;



}

.home_about_threeUl li{

   width: calc(100% / 3);

   box-sizing: border-box;

   padding: 0 4%;

   display: flex;

   align-items: center;

   flex-direction: column;

}

.home_about_threeUl li:not(:last-child){

	border-right: 1px solid #D8D8D8;

}

.home_about_threeUl li img{

   width: 2.5rem;

   display: block;

}

.home_about_threeUl li h3{

   font-size: 0.18rem;

   color: #222;

   font-weight: bold;

   margin: 0.2rem 0 0.1rem 0;

   text-align: center;

}

.home_about_threeUl li h4{

   font-size: 0.16rem;

   line-height: 175%;

   color: #222;

   text-align: center;

}







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

	.home_about_videoBox>h3 {

		font-size: 0.28rem;

		margin: 0.4rem 0 0.5rem 0;

	}

	.home_about_video>img {

		height: 6rem;

	}

}

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

	.home_about_videoBox>h3 {

		font-size: 0.25rem;

		margin: 0.3rem 0 0.4rem 0;

	}

	.home_about_video>img {

		height: 5.5rem;

	}

	.home_about_three {

		padding-bottom: 0.6rem;

	}

}

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



}

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



}

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

	.home_about_threeUl{

		flex-wrap: wrap;

		gap: 0.4rem 0;

	}

	.home_about_threeUl li {

		width: 100%;

	}

	.home_about_threeUl li:not(:last-child){

		border-right: 1px solid transparent;

		border-bottom: 1px solid #D8D8D8;

		box-sizing: border-box;

		padding-bottom: 0.4rem;

	}

}

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

	.home_about_threeUl li h4 {

		font-size: 0.14rem;

	}

	.home_about_threeUl {

		padding: 0.4rem 0;

	}

	.home_about_video>img {

        height: 5rem;

    }

	.home_about_videoBox>h3 {

        font-size: 0.2rem;

        margin: 0.2rem 0;

    }

}

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



}





























/* eject videos */

.vd_box{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

	background: rgba(0, 0, 0, .5);

	z-index: 999999;

}

.vd_box_area {

	position: absolute;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;



}

.vd_box_area::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}

.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}

.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

	left: 50%;

	font-size: 0.44rem;

	color: #FFF;

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

	transform: translate(-50%, -50%) rotate(45deg)

}

.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}

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

	.vd_box_area {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}

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

	.vd_box_area {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}







/* home_solutions */

.home_solutions_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

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

   background-size: cover;

}

.home_solutions{



}







/*  */

.RP_partner_box{

	margin-top: 0.4rem;

}



.RP_partner{position:relative}

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

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

.RP_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	transform-style: preserve-3d;

	transition-property: transform;

}

.RP_partner_list li a{

	display: block;

	width: 100%;

	overflow: hidden;

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	align-items: center;

	border-radius: 0.2rem;

	background-color: #F7F7F7;

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

	transition: all 0.3s ease;

	position: relative;

	box-sizing: border-box;

	padding: 0.4rem;

}

.RP_partner_list li a::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	opacity: 1;

	width: 100%;

	height: 100%;

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

	transition: all 0.7s ease;

}

.RP_partner_list .img{

	width:49%;

	box-sizing:border-box;

	position:relative;

	overflow:hidden;

    border-radius: 0.15rem;

}

.RP_partner_list .img:before{content:""; display:block; padding-bottom:71.8%}

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





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

.RP_text{

   width: 51%;

   box-sizing: border-box;

   padding-left: 0.4rem;

}

.RP_text h3{

   font-size: 0.22rem;

   color: #222;

   font-family: 'med';

   overflow:hidden;

   white-space: nowrap;

   text-overflow: ellipsis;

   box-sizing: border-box;

   position: relative;

   z-index: 2;

   margin-top: -0.3rem;

}

.RP_text h6{

	display: block;

	font-size: 1rem;

	line-height: 80%;

	font-weight: bold;

	color: rgba(27,114,215,0.1);

	z-index: -1;

}

.RP_text_dl{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.1rem;

   margin: 0.2rem 0;

}

.RP_text_dl dt{

   display: inline-block;

   box-sizing: border-box;

   font-size: 0.14rem;

   color: #666;

   border-radius: 0.3rem;

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

   box-sizing: border-box;

   padding: 0.08rem 0.14rem;

   transition: all 0.3s ease;

}

.RP_text_dl dt:hover{

	background-color: #F7F7F7;

	color: #222;

	border: 1px solid #F7F7F7;

}

.RP_text h4{

   font-size: 0.14rem;

   line-height: 133%;

   color: #666;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 3;

   margin-bottom: 0.2rem;

}





.RP_partner_list .swiper-slide-prev{



}

.RP_partner_list .swiper-slide-next{



}

.RP_partner_list .swiper-slide-active a{

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

	background-color: #fff;

	box-shadow:  0.03rem 0.04rem 0.1rem rgba(219,64,35,0.1);

}

.RP_partner_list .swiper-slide-active a::after{

	opacity: 0;

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

}

.RP_partner_list .swiper-slide-active h3{

	color: var(--i_color);

}









/* 指示器 */

.RP_partner .pt-pagination{text-align:center; margin:0.4rem auto 0}

.RP_partner .pt-pagination .swiper-pagination-bullet{width:0.7rem; height:2px;cursor: pointer; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:0%; outline:none}

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



/* 左右箭头 */

.RP_partner .pt-button-prev, .RP_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

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

	.RP_partner .pt-pagination{display:block}

	.RP_text_dl dt {

		font-size: 0.12rem;

		border-radius: 0.2rem;

		padding: 0.05rem 0.1rem;

	}

	.RP_partner .pt-pagination .swiper-pagination-bullet{width:0.5rem;}

	.RP_text h6 {

		font-size: 0.8rem;

	}

	.RP_text {

		padding-left: 0.2rem;

	}

	.RP_partner_list li a {

		padding: 0.2rem;

	}

}

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



}

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



	.RP_text h3 {

		font-size: 0.2rem;

	}

	.RP_text h6 {

		font-size: 0.6rem;

	}

	.home_solutions_bac {

		padding: 0.6rem 0;

	}

}

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



}

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

	.RP_text_dl{display: none;}

	.RP_text h3{

		margin-bottom: 0.1rem;

	}

	.RP_partner_list li a {

		border-radius: 0.1rem;

	}

}

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

	.RP_partner_list .img {

		width: 100%;

	}

	.RP_text {

		width: 100%;

        padding: 0.2rem 0.2rem 0.4rem 0.2rem;

    }

	.RP_text h4 {

        -webkit-line-clamp: 2;

    }

	.RP_text {

        padding: 0.1rem 0.1rem 0.2rem 0.1rem;

    }

	.RP_text h3 {

        font-size: 0.18rem;

    }

}





/* home_news */

.home_news_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

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

   background-size: cover;

}

.home_news{



}

.home_news_ul{

   display: flex;

   gap: 1.2rem;

   margin-top: 0.4rem;

}

.home_news_ul li{

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

   position: relative;

}

.home_news_ul li:not(:last-child)::after{

	content: '';

	position: absolute;

	right: -0.6rem;

	top: 50%;

	transform: translate(0,-50%);

	height: 100%;

	width: 1px;

	height: 100%;

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

}

.news_A{

   display: block;

   width: 100%;

}

.home_news_img{

   width: 100%;

   position: relative;

   border-radius: 0.1rem;

   overflow: hidden;

}

.home_news_img::after{

   content: '';

   display: block;

   padding-bottom: 66.81%;

}

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

}

.home_news_img i{

   display: inline-block;

   box-sizing: border-box;

   position: absolute;

   bottom: 0;

   right: 0;

   padding: 0.12rem 0.25rem;

   font-size: 0.16rem;

   color: #fff;

   border-radius: 0.04rem;

   background-color: var(--i_color);

}

.home_news_text{

    margin-top: 0.3rem;

}

.home_news_text h3{

   font-size: 0.22rem;

   line-height: 0.33rem;

   height: 0.66rem;

   font-weight: bold;

   transition: all 0.3s ease;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.home_news_text h4{

    font-size: 0.16rem;

	line-height: 0.26rem;

	color: #666;

	height: 0.78rem;

	margin: 0.15rem 0;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 3;

}





.news_A:hover h3{

	color: var(--i_color);

}



.news_A:hover img{

	width: 110%;

	height: 110%;

}









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

	.home_news_text h3{

		font-size: 0.2rem;

		line-height: 0.3rem;

		height: 0.6rem;

	 }

	 .home_news_text h4{

		font-size: 0.14rem;

		line-height: 0.24rem;

		height: 0.72rem;

		margin: 0.1rem 0;

		-webkit-line-clamp: 3;

	}

	.home_news_ul {

		gap: 1rem;

	}

	.home_news_ul li {

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

	}

	.home_news_ul li:not(:last-child)::after {

		right: -0.5rem;

	}

	.home_news_img i {

		padding: 0.1rem 0.2rem;

		font-size: 0.14rem;

	}

}

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

	.home_news_ul {

		gap: 0.8rem;

	}

	.home_news_ul li {

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

	}

	.home_news_ul li:not(:last-child)::after {

		right: -0.4rem;

	}

	.home_news_text h3{

		font-size: 0.18rem;

		line-height: 0.28rem;

		height: 0.56rem;

	}

	.home_news_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_news_ul {

		gap: 0.4rem;

	}

	.home_news_ul li {

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

	}

	.home_news_ul li:not(:last-child)::after {

		right: -0.2rem;

	}

}

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



}

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



}

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

    .home_news_ul li {

        width: 100%;

    }

	.home_news_ul {

		flex-wrap: wrap;

	}

	.home_news_text h3,

	.home_news_text h4 {

        height: unset;

    }

	.home_news_ul li:not(:last-child)::after {

		width: 0;

	}

}

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



}







/* partner */

.partner_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.partner{



}











/*  */

.par_partner_box{

	margin-top: 0.4rem;

}



.par_partner{position:relative}

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

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

.par_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	box-sizing: border-box;

	border-radius: 0.08rem;

	border: 1px solid transparent;

	transition: all 0.3s ease;

}



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

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

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





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





.par_partner_list li:hover{

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

	box-shadow: 0px 4px 20px 0px rgba(27, 114, 215, 0.12);

}





























/* 指示器 */

.par_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

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

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

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

	position:relative;

	background:transparent;

}



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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



}

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

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

	.par_partner .pt-pagination{display:block}

}

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



}

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



}

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



}

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



}







/* home_contact */

.home_contact_bac{

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

   background-size: cover;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.home_contact{



}

.home_contact_box{

    display: flex;

	margin-top: 0.4rem;

	justify-content: space-between;

	align-items: center;

	overflow: hidden;

}

.home_contact_left{

	width: 47%;

	border-radius: 0.2rem;

	display: flex;

	overflow: hidden;

	position: relative;

	z-index: 2;

}

.home_contact_logo{

	position: absolute;

	bottom: 0;

	right: -12%;

	max-width: 100%;

}

.home_contact_img{

   width: 50%;

   position: relative;

}

.home_contact_img::after{

   content: '';

   display: block;

   padding-bottom: 125.87%;

}

.home_contact_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.home_contact_text{

    width: 50%;

	background-color: #000B13;

	display: flex;

	flex-direction: column;

	justify-content: center;

	box-sizing: border-box;

	padding: 0.2rem 0;

}

.home_contact_ul{

   display: flex;

   flex-direction: column;

   gap: 0.5rem;

   justify-content: center;

}

.home_contact_ul li{

   position: relative;

   box-sizing: border-box;

   padding: 0 4% 0 0.4rem;

}

.home_contact_ul li i{

   display: block;

   width: 0.56rem;

   height: 0.56rem;

   display: flex;

   justify-content: center;

   align-items: center;

   border-radius: 0.04rem;

   background-color: var(--i_color);

   color: #fff;

   position: absolute;

   top: 0;

   left: -0.3rem;

   transition: all 0.5s ease;

}

.home_contact_ul li i iconify-icon{

   font-size: 0.35rem;

}

.home_contact_ul li h3{

   font-size: 0.18rem;

   color: #fff;

   font-weight: bold;

}

.home_contact_ul li a{

   font-size: 0.16rem;

   color: #fff;

   line-height: 162.5%;

   transition: all 0.3s ease;

}

.home_contact_ul li a:hover{

	color: var(--i_color);

}

.home_contact_ul li:hover i{

	transform: rotate(180deg);

}



.home_contact_right{

   width: 48%;

}









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

	.home_contact_ul {

		gap: 0.4rem;

	}

	.home_contact_ul li a {

		font-size: 0.14rem;

		line-height: 144%;

		display: block;

	}

}

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

	.home_contact_ul {

		gap: 0.3rem;

	}

	.home_contact_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_contact_ul {

		gap: 0.25rem;

	}

}

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

	.home_contact_left {

		width: 60%;

	}

	.home_contact_box{

		flex-wrap: wrap;

	}

	.home_contact_right {

		width: 100%;

		margin-top: 0.4rem;

	}

	.home_contact_box {

		justify-content: center;

	}

}

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

	.home_contact_left {

		width: 80%;

	}

}

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

	.home_contact_left {

		width: 100%;

	}

	.home_contact_ul li h3 {

		font-size: 0.16rem;

	}

	.home_contact_ul li i {

		width: 0.5rem;

		height: 0.5rem;

		left: -0.3rem;

	}

	.home_contact_ul li i iconify-icon {

		font-size: 0.25rem;

	}

	.home_contact_img {

		width: 30%;

	}

	.home_contact_text {

		width: 70%;

	}

	.home_contact_img::after {

		padding-bottom: 217.87%;

	}

}

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



}































#wpforms-39{--input_font_size:0.16rem; --input_height:0.6rem}

#wpforms-39{

	width:100%;

	padding:0;

	margin-bottom: 0;

}

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





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

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

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

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

#wpforms-39 .wpforms-submit-container{

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

	transition: all 0.3s ease;

	position: relative;

	z-index:2;

}





#wpforms-39 .wpforms-hidden{

	display: none;

}







#wpforms-39 .wpforms-field{

	position: relative;

}

#wpforms-39 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 0.25rem;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-39 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}







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

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

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







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



#wpforms-39 input, #wpforms-39 textarea{

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

	color:#333;

	background-color: #fff;

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

	box-shadow: 0 0 0 0 !important;

	border-radius: 0.06rem;

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

}

#wpforms-39 textarea{

	height: 2.28rem;

	line-height: 166%;

	padding:10px;

	font-family: 'Poppins';

}



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

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

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

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

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

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

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

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











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

	overflow: hidden;width:100%; font-size:0.18rem;

	display: block;

	margin-left: auto;

	margin-right: auto;

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

	position:relative;

	background-color: var(--i_color);

	font-weight: bold;

	height: 0.6rem;

	border-radius: 0.06rem;

	z-index:2;

	box-shadow: 0 0 transparent !important;

	transition: all 0.3s ease;

	font-family: 'Poppins';

}

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





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

	background-color: #222;

}

























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

	#wpforms-39 textarea{

		height: 2rem;

	}

}

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



}

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

	.about_form_bac {

		padding: 0.6rem 0;

	}

	#wpforms-39 textarea{

		height: 1.8rem;

	}

}

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



}

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



}

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





}

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

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

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

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

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

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

	#wpforms-39 textarea{height:1.2rem}

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

	.contact_us_form {

		margin-top: 0.4rem;

	}

	#wpforms-39 .wpforms-field {

		padding-bottom: 0.1rem;

	}

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

		height: 0.5rem;

	}



}

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



}







/* footer */

.footer_bac{

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

   background-size: cover;

}

.footer{



}

.footer_top{

   display: flex;

   justify-content: space-between;

   align-items: center;

   box-sizing: border-box;

   padding: 0.2rem 0;

}

.footer_logo{

   display: flex;

   align-items: center;

   gap: 0.4rem;

}

.footer_logo img{

   width: 1rem;

   height: auto;

}

.footer_logo p{

   font-size: 0.76rem;

   line-height: 100%;

   font-weight: bold;

   color: #fff;

}

.footer_top h3{

	font-size: 0.36rem;

	color: #fff;

	font-weight: bold;

	text-transform: capitalize;

}



.footer_box{

   border-top: 1px solid rgba(220,220,220,0.2);

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

}

.footer_center{

   display: flex;



}

.footer_1{

   width: 27.5%;

   box-sizing: border-box;

   padding: 0.6rem 4% 0.6rem 0 ;

}

.footer_dl{

   display: flex;

   flex-wrap: wrap;

   gap: 0.2rem;

}

.footer_dl dt{



}

.footer_dl dt a{

   display: block;

   width: 100%;

   transition: all 0.3s ease;

}

.footer_dl dt a img{

   display: block;

   width: 0.45rem;

   height: 0.45rem;

}

.footer_dl dt a:hover{

	transform: translateY(-0.05rem);

}

.footer_p{

   font-size: 0.26rem;

   color: #fff;

   font-weight: bold;

   margin: 0.4rem 0 0.3rem 0;

}



.footer_2{

   width: 24.375%;

   box-sizing: border-box;

   padding: 0 4% 0.4rem 5%;

   border-left: 1px solid rgba(220,220,220,0.2);

   border-right: 1px solid rgba(220,220,220,0.2);

}

.footer_h3{

	margin-top: 0.3rem;

	font-size: 0.2rem;

	color: #fff;

	font-family: 'bold';

	margin-bottom: 0.2rem;

	text-transform: uppercase;

}

.footer_ul{

   display: flex;

   flex-direction: column;

   gap: 0.15rem;

}

.footer_ul ul{

	display: none !important;

}

.footer_ul li{



}

.footer_ul li a{

   font-size: 0.18rem;

   color: #fff;

   text-transform: capitalize;

   transition: all 0.3s ease;

   position: relative;

}

.footer_ul li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.footer_ul li a:hover{

    color: var(--i_color);

}

.footer_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.footer_3{

	width: 23.75%;

	box-sizing: border-box;

    padding: 0 4% 0.4rem 5%;

	border-right: 1px solid rgba(220,220,220,0.2);

}

.footer_4{

	width: 24.375%;

	box-sizing: border-box;

	padding-left: 4%;

}

.footer_down{

    box-sizing: border-box;

	padding: 0.25rem 0;

}

.footer_down_box{



}

.footer_down_box p{

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

   font-size: 0.18rem;

}

.footer_down_box p a{

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

	font-size: 0.18rem;

	transition: all 0.3s ease;

	border-bottom: 1px solid transparent;

}

.footer_down_box p a:hover{

	color: #fff;

	border-bottom: 1px solid #fff;

}



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

	.footer_logo p {

		font-size: 0.7rem;

	}

	.footer_logo img {

		width: 0.8rem;

	}

	.footer_top h3 {

		font-size: 0.3rem;

	}

	.footer_ul li a {

		font-size: 0.16rem;

	}

	.footer_ul {

		gap: 0.1rem;

	}

	.footer_p {

		font-size: 0.24rem;

		margin: 0.3rem 0;

	}

	.footer_logo {

		gap: 0.3rem;

	}

}

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

	.footer_logo p {

		font-size: 0.6rem;

	}

	.footer_logo img {

		width: 0.7rem;

	}

	.footer_top h3 {

		font-size: 0.25rem;

	}

	.footer_p {

		font-size: 0.2rem;

	}

	.footer_logo {

		gap: 0.2rem;

	}

}

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

	.footer_logo p {

		font-size: 0.5rem;

	}

	.footer_logo img {

		width: 0.6rem;

	}

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

	.footer_1 {

		width: 100%;

		padding:0.6rem 0;

	}

	.footer_top h3{

		display: none;

	}

}

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

	.footer_logo p {

		font-size: 0.4rem;

	}

}

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

	.footer_down{

		padding: 0.25rem 0 0.75rem 0;

	}

	.footer_logo p {

		font-size: 0.3rem;

	}

	.footer_1 {

        padding: 0.4rem 0;

    }

}

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

    .footer_logo p {

        font-size: 0.25rem;

    }

	.footer_down_box p{

		font-size: 0.16rem;

	}

	.footer_down_box p a{

		font-size: 0.16rem;

	}

	.footer_dl dt a img {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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



}





/* banner_about */

.banner_top{

	margin-top: var(--header_height);

}

.banner_about{

   position: relative;

}

.banner_about::after{

   content: '';

   display: block;

   padding-bottom: 36.46%;

}

.banner_about>img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}







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

	.banner_about{

		margin-top: var(--header_height);

	}

}













/* 当前位置 */

.in_position{padding:0.14rem 0;background-color: rgba(27,114,215,0.05);}



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

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

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

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

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

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

    .in_position{

	  display: none;

    }

}

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



}

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



}









/* about_us */

.about_us_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   position: relative;

   z-index: 2;

}

.about_us_bac::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 50%;

	background-color: #F3F8FD;

	z-index: -1;

}

.about_us{



}

.about_us_title{

   position: relative;

}

.about_us_title p{

   font-size: 0.38rem;

   color: #222;

   font-weight: bold;

   text-transform: capitalize;

   text-align: center;

}

.about_us_title span{

   display: block;

   font-size: 1.38rem;

   line-height: 100%;

   font-weight: bold;

   color: rgba(27,114,215,0.1);

   position: absolute;

   top: 50%;

   left: 50%;

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

}



.about_us_box{

   margin-top: 0.7rem;

}

.about_us_two{

   display: flex;

   flex-wrap: wrap;

   background-color: #fff;

   border-radius: 0.2rem 0 0 0.2rem;

   position: relative;

   overflow: hidden;

   z-index: 2;

}

.about_us_two::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%);

}

.about_us_left{

   width: 46.875%;

   box-sizing: border-box;

   padding: 0.8rem 4% 0.35rem 4%;

}

.about_us_left h3{

   font-size: 0.28rem;

   color: #222;

}

.about_us_left h4{

   font-size: 0.64rem;

   color: var(--i_color);

   font-weight: bold;

   text-transform: uppercase;

   line-height: 100%;

   margin: 0.6rem 0 0.25rem 0;

}

.about_us_left h5{

   line-height: 177%;

   font-size: 0.18rem;

   color: #222;

   margin-bottom: 0.6rem;

}

.about_us_right{

   position: relative;

   width: 53.125%;

   border-radius: 1.7rem 0 0 0;

   overflow: hidden;

}

.about_us_right::after{

   content: '';

   display: block;

   padding-bottom: 66.84%;

}

.about_us_right img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.about_us_video{

    position: absolute;

    top: 50%;

    left: 50%;

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

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

}

.about_us_video i{

	display: block;

    width: 0.7rem;

    height: 0.7rem;

    border-radius: 50%;

    border: 1px solid #fff;

    cursor: pointer;

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

    background-size: contain;

    position: relative;

}

.about_us_video h3{

	font-size: 0.3rem;

    color: #fff;

    font-weight: bold;

    text-transform: capitalize;

    margin: 0.45rem 0 0rem 0;

}

.about_us_four{

   display: flex;

   justify-content: space-between;

   box-sizing: border-box;

   gap: 0.2rem;

   border-radius: 0.1rem;

   padding: 0.4rem 5%;

   margin-top: 0.6rem;

   box-shadow: 0 0.1rem 0.1rem rgba(27,114,215,0.1);

}

.about_us_four li{

    display: flex;

	flex-direction: column;

	align-items: center;



}

.about_us_four li h3{

	font-size: 0.48rem;

	color: var(--i_color);

	line-height: 100%;

	font-weight: bold;

	display: flex;

	align-items: center;

	position: relative;

	z-index: 2;

}

.about_us_four li h3::after{

	content: '';

    position: absolute;

	width: 1.1rem;

	height: 1.1rem;

	border-radius: 50%;

	opacity: 0.15;

    background: linear-gradient(135deg, #1B72D7 0%, #FFFFFF 100%);

	z-index: -1;

	top: 50%;

	left: 50%;

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

}

.about_us_four li h3 span{

   font-size: 0.48rem;

   color: var(--i_color);

   font-weight: bold;

   line-height: 100%;

}

.about_us_four li h4{

   font-size: 0.18rem;

   color: #222;

   text-align: center;

   margin: 0.1rem 0 0.15rem 0;

}

.about_us_four li h5{

	font-size: 0.18rem;

	color: #999;

	text-align: center;

}





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

	.about_us_title span {

		font-size: 1.3rem;

	}

	.about_us_title p {

		font-size: 0.34rem;

	}

	.about_us_bac {

		padding: 0.8rem 0;

	}

	.about_us_left h4 {

		font-size: 0.6rem;

		margin: 0.5rem 0 0.2rem 0;

	}

	.about_us_left h5 {

		font-size: 0.16rem;

		margin-bottom: 0.4rem;

	}

	.about_us_left h3 {

		font-size: 0.24rem;

	}

	.about_us_video h3 {

		font-size: 0.25rem;

		margin: 0.4rem 0 0rem 0;

	}

	.about_us_left {



		padding: 0.6rem 4% 0.35rem 4%;

	}

	.about_us_video i {

		width: 0.6rem;

		height: 0.6rem;

	}

	.about_us_four li h3,

	.about_us_four li h3 span{

		font-size: 0.4rem;

	}

	.about_us_four li h3::after{

		width: 1rem;

		height: 1rem;

	}

	.about_us_four li h4{

		font-size: 0.16rem;

		margin: 0.1rem 0;

	}

	.about_us_four li h5{

		font-size: 0.16rem;

	}

}

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

	.about_us_title span {

		font-size: 1.1rem;

	}

	.about_us_title p {

		font-size: 0.3rem;

	}

	.about_us_bac {

		padding: 0.6rem 0;

	}

	.about_us_left h4 {

		font-size: 0.5rem;

		margin: 0.4rem 0 0.2rem 0;

	}

	.about_us_left h3 {

		font-size: 0.2rem;

	}

	.about_us_video h3 {

		font-size: 0.2rem;

		margin: 0.3rem 0 0rem 0;

	}

	.about_us_left {

		padding: 0.4rem 4%;

	}

	.about_us_box {

		margin-top: 0.6rem;

	}

	.about_us_four li h3,

	.about_us_four li h3 span{

		font-size: 0.35rem;

	}

	.about_us_four li h3::after{

		width: 0.8rem;

		height: 0.8rem;

	}

}

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

	.about_us_title span {

		font-size: 0.9rem;

	}

	.about_us_title p {

		font-size: 0.26rem;

	}

	.about_us_left h4 {

		font-size: 0.4rem;

		margin: 0.35rem 0 0.15rem 0;

	}

	.about_us_left h3 {

		font-size: 0.18rem;

	}

	.about_us_box {

		margin-top: 0.4rem;

	}

}

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

	.about_us_title span {

		font-size: 0.7rem;

	}

	.about_us_title p {

		font-size: 0.24rem;

	}

	.about_us_left h4 {

		font-size: 0.3rem;

		margin: 0.3rem 0 0.15rem 0;

	}

}

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

	.about_us_left h4 {

		font-size: 0.25rem;

		margin: 0.2rem 0;

	}

	.about_us_left {

		width: 100%;

	}

	.about_us_right {

		width: 100%;

		border-radius: 1rem 0 0 0;

	}

	.about_us_video i {

		width: 0.5rem;

		height: 0.5rem;

	}

}

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

	.about_us_four li{

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

	}

	.about_us_four {

		flex-wrap: wrap;

		margin-top: 0.4rem;

		gap: 0.4rem 0.2rem;

	}

	.about_us_four li h5 {

        font-size: 0.14rem;

    }

	.about_us_four{

		box-shadow: 0 0rem 0.1rem rgba(27,114,215,0.1);

	}

}

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



}





/* about_why */

.about_why_bac{

   background: url('static/imgs/about_why_bac.webp') center;

   box-sizing: border-box;

   padding: 0.8rem 0 0.6rem 0;

   background-size: cover;

   position: relative;

   overflow: hidden;



}



.about_why{

	position: relative;

	z-index: 2;

}

.about_why_logo{

   position: absolute;

   bottom: -0.5rem;

   left: 0;

   z-index: -1;

   max-width: 100%;

}

.about_why_box{

	box-sizing: border-box;

	padding-top: 0.6rem;

	margin-top: 0.4rem;

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

	position: relative;

}

.about_why_box{

	display: flex;

	flex-wrap: wrap;

	align-items: flex-start;

	margin-left: auto;

}

.about_why_list{

   width: 40.9375%;

   position: relative;

   top: 0.4rem;

   display: flex;

   flex-direction: column;

   gap: 0.51rem;

   box-sizing: border-box;

   padding-right: 4%;

}

.about_why_list::after{

	content: '';

	position: absolute;

	left: 0.5rem;

	top: 0;

	width: 0.08rem;

	height: 100%;

	background: url('static/imgs/line.png') center;

	background-size: contain;

}



.about_why_list li{

   box-sizing: border-box;

   padding-left: 0.95rem;

   position: relative;

   transition: all 0.3s ease;

   cursor: pointer;

}

.about_why_list li::before{

	content: '';

	position: absolute;

	left: 0.5rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.23rem;

	height: 2px;

	background-color: #999;

	transition: all 0.3s ease;

}

.about_why_list li iconify-icon{

   position: absolute;

   left: -0.2rem;

   top: 50%;

   transform: translate(0,-50%);

   font-size: 0.2rem;

   color: var(--i_color);

   opacity: 0;

   transition: all 0.3s ease;

}

.about_why_list li p{

   font-size: 0.2rem;

   color: #666;

   font-weight: bold;

   transition: all 0.3s ease;

}

.about_why_list li.curr p{

	color: var(--i_color);

}

.about_why_list li.curr iconify-icon{

	opacity: 1;

	left: 0;

}

.about_why_list li.curr::before{

	background-color: var(--i_color);

}















.about_why_dl{

	width: 59.0625%;

}

.about_why_dl{

   display: flex;

   flex-direction: column;

   gap: 0.4rem;

   margin-left: auto;

}

.about_why_img{

   position: relative;

   overflow: hidden;

   border-radius: 0.1rem;

}

.about_why_img::after{

   content: '';

   display: block;

   padding-bottom: 47.62%;

}

.about_why_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.about_why_text{

   margin-top: 0.35rem;

}

.about_why_text h3{

   font-size: 0.32rem;

   color: #222;

   font-weight: bold;

}

.about_why_text h4{

   font-size: 0.16rem;

   line-height: 0.26rem;

   color: #666;

   margin-top: 0.1rem;

}



.in_nav.navFix {

    position: fixed;

    left: 8.335%;

    margin: 0 auto 0;

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

    z-index: 100;

	transition: all 0.3s ease;

}



.in_nav.navFix--bottom {

	position: absolute;

	left: 0%;

	top: auto;

	bottom: 0;

	transition: all 0.3s ease;

}







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

	.about_why_text h3 {

		font-size: 0.28rem;

	}

	.about_why_text {

		margin-top: 0.3rem;

	}

	.about_why_dl {

		gap: 0.3rem;

	}

	.about_why_list li p {

		font-size: 0.18rem;

	}



}

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

	.about_why_text h3 {

		font-size: 0.24rem;

	}

	.about_why_bac {

		padding:0.6rem 0;

	}

}

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

	.about_why_text h3 {

		font-size: 0.2rem;

	}

	.about_why_list{display: none;}

	.about_why_dl{

		width: 100%

	}

	.about_why_box {

		padding-top: 0.4rem;

		margin-top: 0.4rem;

	}

}

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



}

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



}

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



}

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



}







/* about_zs */

.about_zs_bac{

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

   background-size: cover;

   box-sizing: border-box;

   padding: 1rem 0;

}

.about_zs{

   display: flex;

   justify-content: space-between;

   align-items: center;

}

.about_zs_left{

    width: 35%;

}

.about_zs_left h3{

   font-size: 0.46rem;

   color: #fff;

   font-weight: bold;

   text-transform: capitalize;

}

.about_zs_left h4{

    font-size: 0.18rem;

	line-height: 166%;

	color: #fff;

	margin-top: 0.5rem;

}

.about_zs_right{

	width: 33.125%;

}



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

	.about_zs_left h3 {

		font-size: 0.4rem;

	}

	.about_zs_left h4{

		font-size: 0.16rem;

		margin-top: 0.4rem;

	}

	.about_zs_bac {

		padding: 0.8rem 0;

	}

}

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

	.about_zs_left h3 {

		font-size: 0.35rem;

	}

	.about_zs_bac {

		padding: 0.6rem 0;

	}

}

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

	.about_zs_left h3 {

		font-size: 0.3rem;

	}

}

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



}

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

	.about_zs_left h3 {

		font-size: 0.25rem;

	}

	.about_zs_left h4{

		font-size: 0.14rem;

		margin-top: 0.2rem;

	}

}

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

	.about_zs_left {

		width: 100%;

	}

	.about_zs{

		flex-wrap: wrap;

		gap: 0.4rem;

	}

	.about_zs_right {

		width: 100%;

	}

	.about_zs_bac {

		background-position: right;

	}

}

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



}





/*  */

.zs_partner_box{}



.zs_partner{position:relative;box-sizing: border-box;padding:0 16%;}

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

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

.zs_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

.zs_partner_list .img:before{content:""; display:block; padding-bottom:141.35%}

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





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



/* 指示器 */

.zs_partner .pt-pagination{

	text-align:center;

	margin:0.4rem auto 0

}

.zs_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background: #fff;

	border-radius:50%;

	opacity: 1;

	outline:none

}

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

	width: 0.35rem;

	height: 0.12rem;

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

	background-size: contain;

	border-radius:0%;

}



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.5rem;

	color: #fff;

	transition: all 0.3s ease;

}

.zs_partner .pt-button-prev{left:0%;}

.zs_partner .pt-button-next{right:0%;}



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



}

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

	color: var(--i_color);

}



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



}

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

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

	.zs_partner .pt-pagination{display:block}

}

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



}

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



}

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



}

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



}





/* about_env */

.about_env_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.about_env{



}









/*  */

.gol_partner_box{

	margin-top: 0.6rem;

}



.gol_partner{

	position:relative;



}

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

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

.gol_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	flex-direction: column;

	transition: width 0.3s ease;

	border-radius: 0.15rem;

	overflow: hidden;

	width: 20% !important;

}

.gol_partner_list .img{

	width:100%;

	box-sizing:border-box;

	position:relative;

	height: 5.3rem;

}

.gol_partner_list .img img{

	width:100%;

	height:100%;

	object-fit: cover;

	vertical-align: top;

}

.gol_text{

   position: absolute;

   bottom: -100%;

   left: 0;

   width: 100%;

   box-sizing: border-box;

   padding:1rem 4% 0.35rem 4%;

   background: linear-gradient(to top,rgba(33,75,151,1),rgba(33,75,151,0));

   transition: all 0.5s ease;

}

.gol_text p{

   font-size: 0.18rem;

   color: #fff;



}

.gol_partner_list .swiper-slide-active{

   width: 48% !important;

}

.gol_partner_list .swiper-slide-active .gol_text{

	bottom: 0%;

}







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

	.gol_partner_list .img {

		height: 5rem;

	}

	.about_env_bac {

		padding: 0.8rem 0;

	}

}

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

	.gol_partner_list .img {

		height: 4.8rem;

	}

	.about_env_bac {

		padding: 0.6rem 0;

	}

}

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



	.gol_partner_list .img {

		height: 4.5rem;

	}

}

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

	.gol_partner_list .img {

		height: 4rem;

	}



}

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

	.gol_partner_box {

		margin-top: 0.4rem;

	}

	.gol_partner_list .img {

		height: 3.5rem;

	}

	.gol_partner_list li{

		width: 100% !important;

	}

	.gol_partner_list .swiper-slide-active {

		width: 100% !important;

	}

	.gol_partner{

		box-sizing: border-box;

		padding: 0 3%;

	}

}

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

	.gol_partner_list .img {

		height: 3rem;

	}



}













/* 指示器 */

.gol_partner .pt-pagination {

    background: #666;

    position: relative;

    width: 2rem;

    height: 0.03rem;

	display: block;

	margin-top: 0.6rem;



	margin-left: auto;

	margin-right: auto;

}

.gol_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: -0.03rem;

    width: 100%;

	border-radius: 6px;

    height: 0.08rem;

	transform: translate(0,-50%);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}







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



}

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



}

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

	.gol_partner .pt-pagination {

		height: 0.03rem;

		margin-top: 0.4rem;

	}

	.gol_partner .pt-pagination span{

		top: -0.02rem;

		border-radius: 0.02rem;

		height: 0.06rem;

	}

}

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



}

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

	.gol_partner .pt-pagination {

		height: 0.01rem;

	}

	.gol_partner .pt-pagination span{

		top: -0.02rem;

		height: 0.04rem;

	}

}

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



}





/* banner_oem */

.banner_oem{

	position: absolute;

	top: 60%;

	left: 50%;

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

}

.banner_oem_box{

    width: 68.75%;



}

.banner_oem_box h3{

   font-size: 0.46rem;

   color: #fff;

   line-height: 140%;

   font-weight: bold;

}

.banner_oem_box h4{

   line-height: 160%;

   font-size: 0.2rem;

   color: #fff;

   margin: 0.3rem 0 0.6rem 0;

}

.banner_oem_dl{

   display: flex;

   gap: 0.5rem;

}

.banner_oem_dl dt{

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

   display: flex;

   flex-direction: column;

   align-items: center;

}

.banner_oem_dl dt img{

    width: 0.62rem;

	height: 0.62rem;

	object-fit: contain;

	display: block;

}

.banner_oem_dl dt p{

    font-size: 0.18rem;

	line-height: 166%;

	color: #fff;

	text-align: center;

	margin-top: 0.2rem;

}







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

	.banner_oem_box h3{

		font-size: 0.4rem;

	}

	.banner_oem_box h4 {

		font-size: 0.18rem;

		margin: 0.2rem 0 0.4rem 0;

	}

	.banner_oem_dl dt p {

		font-size: 0.16rem;

	}

	.banner_oem_dl dt img {

		width: 0.55rem;

		height: 0.55rem;

	}

}

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

	.banner_oem_box h3{

		font-size: 0.35rem;

	}

	.banner_oem_box h4 {

		font-size: 0.16rem;

	}

}

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

	.banner_oem_box h3{

		font-size: 0.3rem;

	}

	.banner_oem_dl{

		display: none;

	}

	.banner_oem {

		top: 45%;

	}

	.banner_oem_box {

		width: 100%;

	}

}

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

	.banner_oem_box h3{

		font-size: 0.28rem;

	}

}

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

	.banner_oem_box h3{

		font-size: 0.26rem;

	}

	.banner_oem_box h4{

		display: none;

	}

}

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

	.banner_oem_box h3{

		font-size: 0.24rem;

	}

}

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



}





/* ome_bene */

.ome_bene_bac{

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

   background-size: cover;

   box-sizing: border-box;

   padding: 1rem 0;

}

.ome_bene{



}

.ome_bene_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.4rem;

   margin-top: 0.6rem;

}

.ome_bene_ul li{

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

   display: flex;



}

.ome_bene_img{

   width: 42.31%;

   position: relative;

   overflow: hidden;

   border-radius: 0.1rem 0 0 0.1rem;

}

.ome_bene_img::after{

   content: '';

   display: block;

   padding-bottom: 95.15%;

}

.ome_bene_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.ome_bene_text{

   width: 57.69%;

   background-color: #fff;

   border-radius: 0 0.1rem 0.1rem 0;

   box-sizing: border-box;

   padding: 0.35rem 0.3rem;

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

}

.ome_bene_text h3{

   line-height: 133%;

   font-size: 0.24rem;

   color: #222;

   font-weight: bold;

   border-bottom: 1px solid #D8D8D8;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

   margin-bottom: 0.2rem;

}

.ome_bene_text h4{

   font-size: 0.16rem;

   line-height: 0.25rem;

   height: 1.5rem;

   box-sizing: border-box;

   padding-right: 0.1rem;

   overflow: auto;

   color: #666;

}

/*滚动条*/

.ome_bene_text h4::-webkit-scrollbar{width:1px; height:1px}

.ome_bene_text h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}

.ome_bene_text h4::-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){

	.ome_bene_text h3 {

		font-size: 0.22rem;

		padding-bottom: 0.15rem;

		margin-bottom: 0.15rem;

	}

	.ome_bene_text h4 {

		height: 1rem;

	}

	.ome_bene_ul {

		gap: 0.2rem;

	}

	.ome_bene_ul li {

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

	}

	.ome_bene_bac {

		padding: 0.8rem 0;

	}

}

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

	.ome_bene_text h3 {

		font-size: 0.2rem;

		padding-bottom: 0.1rem;

		margin-bottom: 0.1rem;

	}

	.ome_bene_bac {

		padding: 0.6rem 0;

	}

	.ome_bene_ul {

		margin-top: 0.4rem;

	}

}

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

	.ome_bene_text h3 {

		font-size: 0.18rem;

	}

}

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



}

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



}

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

	.ome_bene_ul li {

        width: 100%;

    }

}

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



}





/* oem_o */

.oem_o_bac{

  position: relative;

}

.oem_o_bac img{

	width: 100%;

	height: auto;

}

.oem_o{

   position: absolute;

   top: 35%;

   left: 50%;

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

   display: flex;

   flex-direction: column;

   align-items: flex-end;

}

.oem_o_box{

	width: 29%;

}

.oem_o h3{

   font-size: 0.66rem;

   color: #222;

   font-weight: bold;

   line-height: 100%;

   text-align: right;

}

.oem_o h4{

   line-height: 150%;

   font-size: 0.24rem;

   color: #222;

   margin-top: 0.35rem;

   text-align: right;

}







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

	.oem_o h3{

		font-size: 0.6rem;

	}

	.oem_o h4{

		font-size: 0.22rem;

		margin-top: 0.3rem;

	}

}

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

	.oem_o h3{

		font-size: 0.5rem;

	}

	.oem_o h4{

		font-size: 0.2rem;

		margin-top: 0.25rem;

	}

}

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

	.oem_o h3{

		font-size: 0.4rem;

	}

	.oem_o h4{

		font-size: 0.18rem;

		margin-top: 0.2rem;

	}

}

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

	.oem_o h3{

		font-size: 0.3rem;

	}

	.oem_o h4{

		font-size: 0.16rem;

		margin-top: 0.1rem;

	}

}

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

	.oem_o h4{display: none;}

	.oem_o h3{

		font-size: 0.25rem;

	}

}

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

	.oem_o h3{

		font-size: 0.2rem;

	}

}

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



}





/* ome_ev */

.ome_ev_bac{

	background: linear-gradient(0deg, #F3F8FD 0%, rgba(243, 248, 253, 0) 100%);

	box-sizing: border-box;

	padding: 1rem 0;

}

.ome_ev{



}

.ome_ev_ul{

   margin-top: 0.6rem;

   display: flex;

   flex-wrap: wrap;

   gap: 0.4rem 0.35rem;

}

.ome_ev_ul li{

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

}

.ome_ev_img{

	position: relative;

	overflow: hidden;

	border-radius: 0.05rem;

}

.ome_ev_img::after{

	content: '';

	display: block;

	padding-bottom: 62.04%;

}

.ome_ev_ul li img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.ome_ev_ul li h3{

   font-size: 0.2rem;

   color: #222;

   font-weight: bold;

   text-align: center;

   margin-top: 0.2rem;

}

.ome_ev_ul li h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 140%;

   text-align: center;

   margin-top: 0.1rem;

}









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

	.ome_ev_bac {

		padding: 0.8rem 0;

	}

	.ome_ev_ul {

		margin-top: 0.4rem;

		gap: 0.2rem;

	}

	.ome_ev_ul li {

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

	}

	.ome_ev_ul li h3 {

		font-size: 0.18rem;



	}

	.ome_ev_ul li h4 {

		font-size: 0.16rem;

	}

}

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

	.ome_ev_bac {

		padding: 0.6rem 0;

	}

	.ome_ev_ul {

		margin-top: 0.4rem;

	}

	.ome_ev_ul li h3 {

		font-size: 0.16rem;

	}

	.ome_ev_ul li h4 {

		font-size: 0.14rem;

	}

}

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



}

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



}

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



}

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

    .ome_ev_ul li {

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

    }

}

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



}





/* ome_faq */

.ome_faq_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.ome_faq{



}





.faq_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.3rem;

   margin-top: 0.4rem;

}

.faq_ul li{



}

.faq_q{

   background-color: #F3F8FD;

   box-sizing: border-box;

   padding: 0.25rem 0.4rem;

   display: flex;

   border-radius: 0.03rem;

   display: -webkit-flex;

   align-items: center;

   cursor: pointer;

}

.faq_ul i{

   width: 0.4rem;

   height: 0.4rem;

   display: block;

   color: #fff;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   font-size: 0.22rem;

   border-radius: 0.03rem;

}

.faq_q i{

   background-color: #9C9C9C;

}

.faq_a i{

   background-color: var(--i_color);

}

.faq_q h2{

   font-size: 0.22rem;

   color: #222;

   width: calc(100% - 0.4rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.faq_a{

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding: 0.2rem 0.4rem 0 0.4rem;

}

.faq_a p{

	width: calc(100% - 0.4rem);

	padding-left: 0.2rem;

	font-size: 0.16rem;

	color: #666;

	line-height: 0.28rem;

	margin-top: 0.08rem;

}





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

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

	.faq_a p {

		padding-left: 0.15rem;

		font-size: 0.14rem;

		line-height: 0.24rem;

	}

}

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



}

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

	.faq_bac {

		padding-bottom: 0.6rem;

	}

}

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



}

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



}

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

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

	.faq_a p {

		padding-left: 0.1rem;

	}

	.faq_q {

		padding: 0.2rem 0.4rem;

	}

}

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

	.faq_q {

		padding: 0.2rem;

	}

	.faq_a {

		padding: 0.2rem 0.3rem 0 0.3rem;

	}

	.faq_ul i{

		width: 0.3rem;

		height: 0.3rem;

	}

	.faq_q h2{

		width: calc(100% - 0.3rem);

	}

	.faq_a p{

		width: calc(100% - 0.3rem);

	}

	.faq_ul i{

		font-size: 0.16rem;

	}

	.faq_ul {

		gap: 0.2rem;

	}

	.ome_faq_bac{

		padding: 0.6rem 0;

	}

}

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



}





/* service_us */

.service_us_bac{

   box-sizing: border-box;

   padding-top: 0.8rem;

   position: relative;

   z-index: 2;

}

.service_us_bacImg{

	position: absolute;

	top: 0;

	right: 0;

    max-width: 100%;

	height: auto;

	z-index: -1;

}

.service_us{

   display: flex;

   justify-content: space-between;

}

.service_us_left{

   width: 31.75%;

}

.service_us_left h3{

   font-size: 0.46rem;

   color: #222;

   font-weight: bold;

   text-transform: capitalize;

   margin-bottom: 0.1rem;

}

.service_us_left h4{

   font-size: 0.26rem;

   color: var(--i_color);

   font-weight: bold;

   margin-bottom: 1rem;

}

.service_us h5{

   width: 63.25%;

   font-size: 0.18rem;

   color: #222;

   line-height: 177%;

}

.service_us_box{

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

	background-size: cover;

	box-sizing: border-box;

	padding: 0.8rem 4%;

	margin-top: 0.6rem;



}

.service_us_box p{

    font-size: 0.46rem;

	color: #fff;

	font-weight: bold;

	text-transform: capitalize;

	line-height: 100%;

	margin-bottom: 0.3rem;

}

.service_us_box span{

    font-size: 0.18rem;

	line-height: 177%;

	color: #fff;

}







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

	.service_us_left h3{

		font-size: 0.4rem;

	}

	.service_us_left h4{

		font-size: 0.22rem;

		margin-bottom: 0.8rem;

	}

	.service_us h5 {

		font-size: 0.16rem;

	}

	.service_us_box p{

		font-size: 0.4rem;

		margin-bottom: 0.25rem;

	}

	.service_us_box span{

		font-size: 0.16rem;

	}

	.service_us_box {

		padding: 0.6rem 4%;

	}



}

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

	.service_us_left h3{

		font-size: 0.35rem;

	}

	.service_us_left h4{

		font-size: 0.2rem;

		margin-bottom: 0.6rem;

	}

	.service_us_bac {

		padding-top: 0.6rem;

	}

	.service_us_box p{

		font-size: 0.35rem;

		margin-bottom: 0.2rem;

	}

}

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

	.service_us_left h3{

		font-size: 0.3rem;

	}

	.service_us_left h4{

		font-size: 0.2rem;

		margin-bottom: 0.4rem;

	}

	.service_us_box p{

		font-size: 0.3rem;

	}

}

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

	.service_us_box p{

		font-size: 0.28rem;

	}

}

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

	.service_us_left {

		width: 100%;

	}

	.service_us{

		flex-wrap: wrap;

	}

	.service_us h5 {

        width: 100%;

    }

	.service_us_left h4{

		margin-bottom: 0.2rem;

	}

	.service_us h5{

		margin-top: 0.2rem;

	}

	.service_us_box {

		margin-top: 0.4rem;

	}

	.service_us_box p{

		font-size: 0.26rem;

	}

	.service_us_box {

		padding: 0.4rem 4%;

	}

}

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

	.service_us_box p{

		font-size: 0.24rem;

	}

}

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



}







/* service_dv */

.service_dv_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.service_dv{



}

.service_dv_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 1.2rem;

   margin-top: 1.3rem;

}

.service_dv_ul li{

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

   border-radius: 0.1rem;

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

   box-sizing: border-box;

   padding: 0 3% 0.3rem 3%;

}

.service_dv_ul li i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 1.5rem;

   height: 1.5rem;

   background-color: var(--i_color);

   border-radius: 0.1rem;

   margin-top: -0.75rem;

   margin-left: auto;

   margin-right: auto;

}

.service_dv_ul li i img{

   width: 1rem;

   height: 1rem;

   object-fit: contain;

}

.service_dv_text{



}

.service_dv_text h3{

   font-size: 0.24rem;

   color: #222;

   font-weight: bold;

   position: relative;

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   text-align: center;

   margin: 0.3rem 0;

}

.service_dv_text h3::after{

   content: '';

   position: absolute;

   bottom: 0;

   left: 50%;

   transform: translate(-50%,0);

   width: 1.8rem;

   height: 1px;

   background-color: var(--i_color);

}

.service_dv_text h4{

   font-size: 0.18rem;

   color: #666;

   text-align: center;

}





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

	.service_dv_ul{

		gap: 1rem;

		margin-top: 1.1rem;

	}

	.service_dv_ul li{

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

	}

	.service_dv_ul li i{

		width: 1.3rem;

		height: 1.3rem;

		margin-top: -0.65rem;

	}

	.service_dv_ul li i img {

		width: 0.8rem;

		height: 0.8rem;

	}

	.service_dv_text h3 {

		font-size: 0.22rem;

		padding-bottom: 0.15rem;

		margin: 0.2rem 0;

	}

	.service_dv_text h4 {

		font-size: 0.16rem;

	}

}

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

	.service_dv_ul{

		gap: 0.8rem;

		margin-top: 1rem;

	}

	.service_dv_ul li{

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

	}

	.service_dv_ul li i{

		width: 1rem;

		height: 1rem;

		margin-top: -0.5rem;

	}

	.service_dv_ul li i img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.service_dv_text h3 {

		font-size: 0.2rem;

		padding-bottom: 0.1rem;

		margin: 0.15rem 0;

	}

	.service_dv_text h4 {

		font-size: 0.14rem;

	}

	.service_dv_bac {

		padding: 0.6rem 0;

	}

}

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

	.service_dv_ul{

		gap: 0.4rem;

		margin-top: 0.6rem;

	}

	.service_dv_ul li{

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

	}

	.service_dv_ul li i{

		width: 0.6rem;

		height: 0.6rem;

		margin-top: -0.3rem;

	}

	.service_dv_ul li i img {

		width: 0.3rem;

		height: 0.3rem;

	}

}

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



}

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

    .service_dv_ul li {

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

    }

}

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

    .service_dv_ul {

        gap: 0.4rem 0.1rem;

    }

	.service_dv_ul li {

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

    }

}

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



}





/* news_list */

.news_list_bac{

	background-color: rgba(27, 114, 215, 0.05);

	box-sizing: border-box;

	padding: 0.6rem 0;

}

.news_list{



}

.news_list_ul{

    display: flex;

	justify-content: center;

	gap: 0.3rem;

}

.news_list_ul li{



}

.news_list_ul li a{

	font-size: 0.18rem;

    display: inline-block;

	box-sizing: border-box;

	padding: 0.12rem 0.75rem;

	border-radius: 0.05rem;

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

	color: var(--i_color);

	background-color: #fff;

	transition: all 0.3s ease;

}

.news_list_ul li a:hover,

.news_list_ul li.news_list_active a{

	background-color: var(--i_color);

	color: #fff;

}









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

	.news_list_ul li a{

		font-size: 0.16rem;

		padding: 0.1rem 0.6rem;

	}

}

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

	.news_list_bac {

		padding: 0.4rem 0;

	}

}

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



}

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



}

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

	.news_list_ul li a{

		font-size: 0.14rem;

		padding: 0.08rem 0.4rem;

	}

}

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



}

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



}







/* news_ul */

.news_bac{

   box-sizing: border-box;

   background-color: rgba(27, 114, 215, 0.05);

   padding-bottom: 1rem;

}

.news{



}

.news_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.6rem 1.2rem;

   overflow: hidden;

}

.news_ul li{

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

   position: relative;

}

.news_ul li::after{

    content: '';

    position: absolute;

    right: -0.6rem;

    top: 50%;

    transform: translate(0, -50%);

    height: 100%;

    width: 1px;

    height: 100%;

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

}





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

	.news_bac{

		padding-bottom: 0.8rem;

	}

	.news_ul{

		gap: 0.5rem 1rem;

	}

	.news_ul li{

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

	}

	.news_ul li::after{

		right: -0.5rem;

	}

}

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

	.news_bac{

		padding-bottom: 0.6rem;

	}

	.news_ul{

		gap: 0.4rem 0.8rem;

	}

	.news_ul li{

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

	}

	.news_ul li::after{

		right: -0.4rem;

	}

}

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

	.news_ul{

		gap: 0.4rem;

	}

	.news_ul li{

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

	}

	.news_ul li::after{

		right: -0.2rem;

	}

}

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



}

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

	.news_ul{

		gap: 0.4rem 0.6rem;

	}

	.news_ul li{

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

	}

	.news_ul li::after{

		right: -0.3rem;

	}

}

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

	.news_ul{

		gap: 0.4rem;

	}

	.news_ul li{

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

	}

	.news_ul li::after{

		right: -0.2rem;

	}

}

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



}









/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.7rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.in_page_right .in_page{

	justify-content: flex-end;

}

.in_page_left .in_page {

    justify-content: flex-start;

}

.in_page li {

	min-width: .32rem;

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

	padding: 0 .12rem;

	line-height: .32rem;

	font-size: .14rem;

	color: #666;

	background: #FFF;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

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

	overflow: hidden;

	transition: all 0.3s ease;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	color: #888;

	display: none;

}



.in_page a:hover,

.in_page .active_page a,

.in_page .active_page span {

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

	background: var(--i_color);

	color: #FFF !important

}



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

	.in_page_box {margin-top: 0.6rem;}

}

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

	.in_page li {

		min-width: .28rem;

	}

	.in_page a,

	.in_page span {

		line-height: 0.28rem;

		padding: 0 .1rem;

	}

}

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



}





/* contact_map */

.contact_map{

	width: 100%;

	height: 6.72rem;

}



.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

    width: 100%;

    height: 100% !important;

}









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

	.contact_map{

		height: 6rem;

	}

}

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

	.contact_map{

		height: 5rem;

	}

}

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

	.contact_map{

		height: 4rem;

	}

}



/* banner_solutions */

.banner_solutions{

    position: absolute;

	top: 50%;

	left: 50%;

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

}

.banner_solutions_box{



}

.banner_solutions_box h3{

   font-size: 0.36rem;

   color: #fff;

   font-weight: bold;

   text-transform: capitalize;

   margin-bottom: 0.3rem;

}

.btn_there{



}

.btn_there a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.12rem 0.5rem;

   border-radius: 0.3rem;

   background-color: var(--i_color);

   font-size: 0.18rem;

   color: #fff;

   text-transform: capitalize;

   transition: all 0.3s ease;

}

.btn_there a:hover{

	background-color: #333;

}



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

	.banner_solutions_box h3{

		font-size: 0.32rem;

		margin-bottom: 0.25rem;

	}

	.btn_there a {

		padding: 0.1rem 0.4rem;

		font-size: 0.16rem;

	}

}

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

	.banner_solutions_box h3{

		font-size: 0.28rem;

		margin-bottom: 0.2rem;

	}

}

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

	.banner_solutions_box h3{

		font-size: 0.24rem;

	}

}

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

	.banner_solutions_box h3{

		font-size: 0.2rem;

	}

}

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

	.btn_there a {

		padding: 0.06rem 0.2rem;

		font-size: 0.14rem;

	}

}

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



}

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



}























/* solutions_six */

.solutions_six_bac{

    background-color: rgba(27, 114, 215, 0.05);

	box-sizing: border-box;

	padding-top: 0.6rem;

}

.solutions_six{



}

.solutions_six_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.35rem;

   margin-top: 0.4rem;

}

.solutions_six_ul li{

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

   display: flex;

   flex-direction: column;

   align-items: center;

   background-color: #fff;

   border-radius: 0.1rem;

   padding: 0.3rem;

   box-sizing: border-box;

}

.solutions_six_ul li img{

   width: 0.54rem;

   height: 0.54rem;

   object-fit: contain;

}

.solutions_six_ul li h3{

   font-size: 0.24rem;

   font-weight: bold;

   text-align: center;

   margin: 0.1rem 0;

}

.solutions_six_ul li h4{

   text-align: center;

   font-size: 187.5%;

   font-size: 0.16rem;

   color: #666;

}







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

	.solutions_six_ul li h3 {

		font-size: 0.22rem;

	}

	.solutions_six_ul li img{

		width: 0.5rem;

		height: 0.5rem;

	}

	.solutions_six_ul {

		gap: 0.3rem;

	}

	.solutions_six_ul li {

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

	}

}

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

	.solutions_six_ul li h3 {

		font-size: 0.2rem;

	}

	.solutions_six_ul li img{

		width: 0.45rem;

		height: 0.45rem;

	}

	.solutions_six_ul li h4 {

		font-size: 0.14rem;

	}

	.solutions_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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

    .solutions_six_ul li {

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

    }

	.solutions_six_ul {

        gap: 0.2rem;

    }

	.solutions_six_ul li {

		padding: 0.25rem;

	}

}

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

	.solutions_six_ul li {

		padding: 0.2rem 0.1rem;

	}

	.solutions_six_ul li h4{

		line-height: 166%;

	}

}

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



}





/* solutions */

.solutions_bac{

    background-color: rgba(27, 114, 215, 0.05);

	box-sizing: border-box;

	padding: 0.8rem 0;

}

.solutions{



}

.solutions_ul{

   display: flex;

   gap: 0.6rem;

   flex-wrap: wrap;

}

.solutions_ul li{

   width: 100%;

}

.solutions_ul li a{

   display: flex;

   width: 100%;

   border-radius: 0.2rem;

   overflow: hidden;

   background-color: #fff;

   position: relative;

   z-index: 2;

   flex-wrap: wrap;

}

.solutions_logo{

	position: absolute;

	bottom: -40%;

	right: 0.6rem;

	max-width: 100%;

	height: auto;

	z-index: -1;

	transition: all 0.7s ease;

}

.solutions_img{

   position: relative;

   overflow: hidden;

   width: 50%;

   border-radius: 0.2rem;

}

.solutions_img::after{

   content: '';

   display: block;

   padding-bottom: 65%;

}

.solutions_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.solutions_text{

   display: flex;

   flex-direction: column;

   align-items: flex-start;

   justify-content: center;

   box-sizing: border-box;

   padding: 0.6rem;

   width: 50%;

}

.solutions_text h3{

   font-size: 0.3rem;

   color: #222;

   font-weight: bold;

   position: relative;

   margin-bottom: 0.3rem;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

   line-height: 100%;

   transition: all 0.3s ease;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.solutions_text h3::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 0.55rem;

	height: 0.02rem;

	background-color: var(--i_color);

	transition: all 0.7s ease;

}

.solutions_text h4{

   font-size: 0.16rem;

   color: #666;

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

   padding: 0.1rem 0.4rem;

   border-radius: 0.3rem;

   margin-bottom: 0.2rem;

}

.solutions_text h5{

   line-height: 187.5%;

   font-size: 0.16rem;

   color: #666;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.solutions_ul li a:hover .solutions_text h3::after{

	width: 100%;

}

.solutions_ul li a:hover h3{

	color: var(--i_color);

}

.solutions_ul li a:hover .solutions_logo{

	bottom: 0;

}

.solutions_ul li:nth-child(even) a{

	flex-direction: row-reverse;

}

.solutions_ul li:nth-child(even) a .solutions_logo{

	right: 0;

	left: 0.6rem;

}









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

	.solutions_text h3 {

		font-size: 0.28rem;

		margin-bottom: 0.2rem;

		padding-bottom: 0.2rem;

	}

	.solutions_text {

		padding: 0.5rem;

	}

	.solutions_text h4 {

		font-size: 0.14rem;

		padding: 0.06rem 0.2rem;

	}

	.solutions_ul {

		gap: 0.4rem;

	}

}

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

	.solutions_text h3 {

		font-size: 0.24rem;

	}

	.solutions_text {

		padding: 0.4rem;

	}

}

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

	.solutions_text h3 {

		font-size: 0.2rem;

	}

	.solutions_logo{

		display: none;

	}

}

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



}

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



}

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

	.solutions_img {

		width: 100%;

	}

	.solutions_text {

		width: 100%;

	}

	.solutions_text {

        padding: 0.4rem 0.2rem;

    }

}

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



}





/* banner_solutionsSingle */

.banner_solutionsSingle{

   position: relative;

}

.banner_solutionsSingle::before{

    content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(0, 0, 0, 0.6);

	z-index: 2;

}

.banner_solutionsSingle_text{

	position: absolute;

	top: 50%;

	left: 50%;

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

	z-index: 3;

}

.banner_solutionsSingle_box{



}

.banner_solutionsSingle_box h1{

   font-size: 0.46rem;

   color: #fff;

   font-weight: bold;

   line-height: 100%;

}

.banner_solutionsSingle_box h2{

   font-size: 0.2rem;

   line-height: 0.32rem;

   color: #fff;

   height: 0.96rem;

   overflow: hidden;

   box-sizing: border-box;

   padding-right: 0.1rem;

   margin: 0.2rem 0 0.4rem 0;

}

/*滚动条*/

.banner_solutionsSingle_box h2::-webkit-scrollbar{width:1px; height:1px}

.banner_solutionsSingle_box h2::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#fff}

.banner_solutionsSingle_box h2::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:var(--i_color)}





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

	.banner_solutionsSingle_box h1{

		font-size: 0.4rem;

	}

	.banner_solutionsSingle_box h2{

		font-size: 0.18rem;

		line-height: 0.28rem;

		height: 0.84rem;

		margin: 0.15rem 0 0.3rem 0;

	}

}

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

	.banner_solutionsSingle_box h1{

		font-size: 0.35rem;

	}

	.banner_solutionsSingle_box h2{

		font-size: 0.16rem;

		line-height: 0.24rem;

		height: 0.72rem;

		margin: 0.1rem 0 0.2rem 0;

	}

}

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

	.banner_solutionsSingle_box h1{

		font-size: 0.3rem;

		margin-bottom: 0.2rem;

	}

	.banner_solutionsSingle_box h2{

		display: none;

	}

}

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

	.banner_solutionsSingle_box h1{

		font-size: 0.25rem;

	}

}

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

	.banner_solutionsSingle_box h1{

		font-size: 0.2rem;

		margin-bottom: 0.15rem;

	}

}

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

	.banner_solutionsSingle_box h1{

		font-size: 0.18rem;

	}

}

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



}





/* solutions_one */

.solutions_one_bac{

   position: relative;

   box-sizing: border-box;

   padding: 1rem 0;

}

.solutions_one_bacImg{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;



}

.solutions_one_bac::after{

	content: '';

	width: 100%;

	height: 100%;

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

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

    backdrop-filter: blur(10px);

	z-index: 2;

}

.solutions_one{



}

.solutions_one_box{

   position: relative;

   margin-top: 0.6rem;

   z-index: 3;

}

.solutions_one_ul{

   display: flex;

   flex-wrap: wrap;

   justify-content: space-between;

   gap: 2.2rem 0.2rem;

   position: relative;

   z-index: 5;

}

.solutions_one_ul li{

   box-sizing: border-box;

   padding: 0.45rem 0.35rem;

   border-radius: 0.1rem;

   background-color: rgba(255, 255, 255, 0.9);

   width: 35%;

   transition: all 0.3s ease;

}

.solutions_one_ul li h3{

   font-size: 0.2rem;

   color: var(--i_color);

   font-weight: bold;

   margin-bottom: 0.2rem;

   transition: all 0.3s ease;

}

.solutions_one_ul li h4{

   font-size: 0.16rem;

   color: #666;

   line-height: 0.25rem;

   height: 0.76rem;

   overflow: auto;

   box-sizing: border-box;

   padding-right: 0.1rem;

   transition: all 0.3s ease;

}

/*滚动条*/

::-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}







.solutions_one_img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 50%;

}

.solutions_one_img::after{

   content: '';

   display: block;

   padding-bottom: 65%;

}

.solutions_one_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}



.solutions_one_ul li:hover{

   background-color: rgba(27,114,215,0.8);

}

.solutions_one_ul li:hover h3,

.solutions_one_ul li:hover h4{

	color: #fff;

}



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

	.solutions_one_ul {

		gap: 2rem 0.2rem;

	}

	.solutions_one_ul li {

		padding: 0.4rem 0.3rem;

		width: 40%;

	}

	.solutions_one_ul li h3 {

		font-size: 0.18rem;

		margin-bottom: 0.15rem;

	}

	.solutions_one_bac {

		padding: 0.8rem 0;

	}

}

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

	.solutions_one_ul {

		gap: 1.8rem 0.2rem;

	}

	.solutions_one_ul li {

		padding: 0.3rem 0.2rem;

	}

	.solutions_one_ul li h4 {

		font-size: 0.14rem;

		line-height: 0.2rem;

		height: 0.61rem;

	}

	.solutions_one_bac {

		padding: 0.6rem 0;

	}

}

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

	.solutions_one_ul {

		gap: 1.6rem 0.2rem;

	}

}

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

	.solutions_one_ul {

		gap: 1.4rem 0.2rem;

	}

}

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

	.solutions_one_ul {

		gap: 1rem 0.2rem;

	}

	.solutions_one_box {

		margin-top: 0.4rem;

	}

}

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

    .solutions_one_ul {

        gap: 0.4rem 0.2rem;

    }

	.solutions_one_ul li h3 {

		font-size: 0.16rem;

		margin-bottom: 0.1rem;

	}

	.solutions_one_ul li{

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

	}

}

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

    .solutions_one_ul li {

        padding: 0.2rem 0.1rem;

    }

	.solutions_one_ul {

        gap: 0.2rem;

    }

}





/* solutions_two */

.solutions_two_bac{

   box-sizing: border-box;

   padding-top: 0.8rem;

}

.solutions_two{



}

.solutions_two_box{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

}

.solutions_two_img{

   width: 33.125%;

   position: relative;

   border-radius: 0.2rem;

   overflow: hidden;

}

.solutions_two_img::after{

   content: '';

   display: block;

   padding-bottom: 108.49%;

}

.solutions_two_img img{

   position: absolute;

   top: 50%;

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

   left: 50%;

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.solutions_two_text{

   width: 66.875%;

   box-sizing: border-box;

   padding-left: 4%;

}

.solutions_two_text h3{

   font-size: 0.3rem;

   color: #222;

   font-weight: bold;

   margin-bottom: 0.1rem;

}

.solutions_two_text h4{

   font-size: 0.18rem;

   line-height: 0.3rem;

   height: 0.91rem;

   color: #666;

   box-sizing: border-box;

   padding-right: 0.1rem;

   overflow: auto;

}

/*滚动条*/

.solutions_two_text h4::-webkit-scrollbar{width:1px; height:1px}

.solutions_two_text h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}

.solutions_two_text h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}



.solutions_two_text h5{

   font-weight: bold;

   font-size: 0.2rem;

   color: var(--i_color);

   margin-top: 0.25rem ;

   padding-top: 0.25rem;

   border-top: 0.02rem solid var(--i_color);

   box-sizing: border-box;



}

.solutions_two_ul{

   display: flex;

   justify-content: space-between;

   gap: 0.2rem;

   margin: 0.4rem 0;

}

.solutions_two_ul li{

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

}

.solutions_two_ul li img{

	width: 1rem;

	height: 1rem;

	object-fit: contain;

	display: block;

	margin: 0 auto;

}

.solutions_two_ul li p{

   font-size: 0.18rem;

   color: var(--i_color);

   text-align: center;

   margin-top: 0.1rem;



}







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

	.solutions_two_ul li p {

		font-size: 0.16rem;

	}

	.solutions_two_ul li img {

		width: 0.8rem;

		height: 0.8rem;

	}

	.solutions_two_text h5 {

		font-size: 0.18rem;

		margin-top: 0.2rem;

		padding-top: 0.2rem;

	}

	.solutions_two_text h3 {

		font-size: 0.28rem;

	}

	.solutions_two_ul {

		margin: 0.3rem 0;

	}

	.solutions_two_text h4 {

		font-size: 0.16rem;

		line-height: 0.25rem;

		height: 0.76rem;

	}

}

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

	.solutions_two_ul li p {

		font-size: 0.14rem;

	}

	.solutions_two_ul li img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.solutions_two_text h3 {

		font-size: 0.26rem;

	}

	.solutions_two_bac {

		padding-top: 0.6rem;

	}

}

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

	.solutions_two_text h3 {

		font-size: 0.24rem;

	}

}

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

	.solutions_two_text h3 {

		font-size: 0.22rem;

	}

}

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

	.solutions_two_text {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

	.solutions_two_img {

		width: 40%;

	}

}

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

	.solutions_two_img {

		width: 80%;

	}

	.solutions_two_ul li {

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

	}

	.solutions_two_ul{

		flex-wrap: wrap;

		justify-content: flex-start;

	}

	.solutions_two_ul li img {

        width: 0.4rem;

        height: 0.4rem;

    }

	.solutions_two_text h3 {

        font-size: 0.2rem;

    }

}

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

	.solutions_two_img {

		width: 100%;

	}

}





/* solutions_three */

.solutions_three_bac{

   box-sizing: border-box;

   padding-top: 0.8rem;

}

.solutions_three{



}

.solutions_three_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.5rem;

}

.solutions_three_ul li {

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

}

.solutions_three_img{

   border-radius: 0.1rem;

   position: relative;

   overflow: hidden;

}

.solutions_three_img::after{

   content: '';

   display: block;

   padding-bottom: 40.57%;

}

.solutions_three_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.solutions_three_text{



}

.solutions_three_text h3{

   font-size: 0.24rem;

   color: #222;

   font-weight: bold;

   border-bottom: 1px solid #D8D8D8;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

   margin-bottom: 0.2rem;

   margin-top: 0.2rem;

   transition: all 0.3s ease;

}

.solutions_three_text h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 0.32rem;

   height: 0.96rem;

   overflow: auto;

   box-sizing: border-box;

   padding-right: 0.1rem;

   margin-bottom: 0.2rem;

}

/*滚动条*/

.solutions_three_text h4::-webkit-scrollbar{width:1px; height:1px}

.solutions_three_text h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}

.solutions_three_text h4::-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:hover h3{

	color: var(--i_color);

}





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

	.solutions_three_text h3 {

		font-size: 0.22rem;

	}

	.solutions_three_text h4 {

		font-size: 0.16rem;

		line-height: 0.25rem;

		height: 0.76rem;

		margin-bottom: 0.15rem;

	}

	.solutions_three_ul {

		gap: 0.4rem;

	}

	.solutions_three_ul li {

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

	}

}

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

	.solutions_three_text h3 {

		font-size: 0.2rem;

		padding-bottom: 0.15rem;

		margin-bottom: 0.15rem;

		margin-top: 0.15rem;

	}

	.solutions_three_bac {

		padding-top: 0.6rem;

	}

}

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

    .solutions_three_text h3 {

        font-size: 0.18rem;

    }

}

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



}

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

    .solutions_three_text h3 {

        font-size: 0.16rem;

        padding-bottom: 0.1rem;

        margin-bottom: 0.1rem;

        margin-top: 0.1rem;

    }

	.solutions_three_text h4 {

        font-size: 0.14rem;

        line-height: 0.2rem;

        height: 0.61rem;

        margin-bottom: 0.1rem;

    }

}

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

	.solutions_three_ul li {

		width: 100%;

	}

	.solutions_three_ul {

        gap: 0.2rem;

    }

}

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



}





/* solutions_four */

.solutions_four_bac{

	background: linear-gradient(180deg, #FFFFFF 0%, #E2EFFF 100%);

	box-sizing: border-box;

	padding: 0.8rem 0;

}

.solutions_four{



}

.solutions_four_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.5rem;

   margin-top: 0.6rem;

}

.solutions_four_ul li{

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

}

.solutions_four_img{

   width: 100%;

   position: relative;

   overflow: hidden;

   border-radius: 0.05rem;

}

.solutions_four_img::after{

   content: '';

   display: block;

   padding-bottom: 66.6%;

}

.solutions_four_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.solutions_four_ul li p{

    font-size: 0.18rem;

	color: #222;

	line-height: 155%;

	background-color: #fff;

	box-sizing: border-box;

	padding: 0.06rem 0.1rem;

	border-radius: 0.03rem;

	margin-top: 0.1rem;

	text-align: center;

	transition: all 0.3s ease;

}

.solutions_four_ul li:hover p{

	background-color: var(--i_color);

	color: #fff;

}

.solutions_five_bac{

	margin-top: 0.6rem;

}

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

	.solutions_four_ul {

		gap: 0.4rem;

	}

	.solutions_four_ul li {

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

	}

	.solutions_four_ul li p {

		font-size: 0.16rem;

	}

}

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

	.solutions_four_bac {

		padding: 0.6rem 0;

	}

	.solutions_four_ul {

		margin-top: 0.4rem;

	}

	.solutions_four_ul {

		gap: 0.3rem;

	}

	.solutions_four_ul li {

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

	}

}

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



}

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



}

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

	.solutions_four_ul {

		gap: 0.2rem;

	}

	.solutions_four_ul li {

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

	}

	.solutions_five_bac{

		margin-top: 0.4rem;

	}

}

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

    .solutions_four_ul li p {

        font-size: 0.14rem;

    }

	.solutions_four_ul {

		gap: 0.1rem;

	}

	.solutions_four_ul li {

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

	}

}

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



}





/* solution_down */

.solution_down_bac{

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

   background-size: cover;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.solution_down{



}

.solution_down h3{

   font-size: 0.44rem;

   color: #fff;

   font-weight: bold;

   text-transform: capitalize;

}

.solution_down h4{

	font-size: 0.26rem;

	color: #fff;

	margin: 0.35rem 0;

}







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

	.solution_down h3 {

		font-size: 0.4rem;

	}

	.solution_down h4{

		font-size: 0.22rem;

		margin: 0.3rem 0;

	}

}

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

	.solution_down h3 {

		font-size: 0.35rem;

	}

	.solution_down h4{

		font-size: 0.2rem;

		margin: 0.25rem 0;

	}

	.solution_down_bac {

		padding: 0.6rem 0;

	}

}

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

	.solution_down h3 {

		font-size: 0.3rem;

	}

	.solution_down h4{

		font-size: 0.18rem;

		margin: 0.2rem 0;

	}

}

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

	.solution_down h3 {

		font-size: 0.25rem;

	}

	.solution_down h4{

		font-size: 0.16rem;

		margin: 0.15rem 0;

	}

}

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

	.solution_down h3 {

		font-size: 0.22rem;

	}

	.solution_down_bac {

		padding: 0.4rem 0;

	}

}

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



}

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



}



/* products */

.products_bac{



}

.products{

   display: flex;

   flex-wrap: wrap;

}

.products_left{

   width: 30.73%;

   box-sizing: border-box;

   padding-right: 2%;

   padding-top: 0.4rem;

}

.products_right{

    width: 69.27%;

	box-sizing: border-box;

    padding-left: 2%;

    padding-top: 0.4rem;

	background-color: rgba(27, 114, 215, 0.05);

}









.products_left_all{

   box-sizing: border-box;

}

.products_left_h2{

	font-size: 0.25rem;

	text-transform: capitalize;

	box-sizing: border-box;

	text-align: center;

	color: #fff;

	background-color: var(--i_color);

	box-sizing: border-box;

	padding:0.1rem 0.2rem;

	font-weight: bold;

	margin-bottom: 0.2rem;

}

.products_left_h2 iconify-icon{

	color: #fff;

	font-size: 0.34rem;

	margin-left: 0.1rem;

	font-weight: bold;

	margin-bottom: 2px;

	display: none;

}



.list{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   box-sizing: border-box;

   gap: 0.2rem;

}

.list li{

   position: relative;

}

/* .list li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 100%;

	height: 1px;

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

} */



.list_a{

	box-sizing: border-box;

    padding: 0.2rem 0.2rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

	background-color: #F9F9F9;

	border-radius: 0.05rem;

}

.list_a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	background-color: rgba(27, 114, 215, 0.05);

	width: 0;

	height: 100%;

	transition: all 0.5s ease-in-out;

	z-index: -1;

}

.list .list_a a{

   font-size: 0.18rem;

   color: #222;

   font-weight: bold;

   box-sizing: border-box;

   line-height: 110%;

   transition: all 0.3s ease;

}

.list  .list_a i{

   width: 0.4rem;

   height: 0.4rem;

   position: absolute;

   top: 50%;

   background-color: var(--i_color);

   border-radius: 50%;

   transform: translate(0,-50%);

   right: 0.15rem;

   cursor: pointer;



}

.list .list_a i iconify-icon{

	position: absolute;

	top: 50%;

	left: 50%;

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

    font-size: 0.24rem;

	color: #fff;

	transition: all 0.3s ease;

}

.list_dl{

    padding:0.2rem 0.15rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

	gap: 0.2rem;

	background-color: rgba(27,114,215,0.05);

}



.list_dl dt{

   box-sizing: border-box;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #222;

   display: block;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

   padding: 0rem 0.2rem;

}

.list_dl dt a::after{

	content: '';

	position: absolute;

	left: -0.1rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.07rem;

	height: 0.07rem;

	background-color: var(--i_color);

	opacity: 0;

	transition: all 0.3s ease;

}











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

    opacity: 1;

}

.list_active{

}

.list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

}

.list_active .list_a i iconify-icon{



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

}

.list_active .list_a a{

	color: var(--i_color);

}

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

	opacity: 1 !important;

	left: 0 !important;

}

.list_dl dt a:hover::after{

	opacity: 1 !important;

	left: 0 !important;

}

.list_dl dt a:hover{

	color: var(--i_color);

}



.list_dl_active a{

	color: var(--i_color) !important;

}

.list_active .list_dl{



}











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



}

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



}

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

	.products_left_h2 {

		font-size: 0.28rem;

	}



}

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

	.products_left{

		width: 100%;

	}

	.products_left_h2 iconify-icon{display: block;}

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

	.products_left_h2{margin-bottom: 0;}

	.list{margin-top: 0.2rem;}

	.products_left_h2{

		color: #fff;

		background-color: var(--i_color);

		box-sizing: border-box;

		padding: 0.15rem 0;

	}

	.list {

		padding-bottom: 0.2rem;

	}

	.products_left_all {

		padding: 0.2rem;

	}

}

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



}

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

	.products_left_h2 {font-size: 0.2rem;}

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

}

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

	.products_left_h2 {font-size: 0.18rem;}

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

}

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



}





.products_contact{

   box-sizing: border-box;

   padding: 0.4rem 0.2rem;

   border-radius: 0.06rem;

   background: rgba(27,114,215,0.05);

   margin-top: 0.6rem;

}

.products_contact h3{

   font-size: 0.36rem;

   color: var(--i_color);

   font-weight: bold;

   text-transform: capitalize;

   position: relative;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   margin-bottom: 0.2rem;

}

.products_contact h3::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 0.8rem;

	height: 0.03rem;

	background-color: var(--i_color);

}

.products_contact_ul{

   display: flex;

   flex-direction: column;

   gap: 0.1rem;

}

.products_contact_ul li{

   font-size: 0.18rem;

   color: #222;

   font-weight: bold;

}

.products_contact_ul li a{

	font-size: 0.18rem;

	color: #222;

	font-weight: 300;

	transition: all 0.3s ease;

}

.products_contact_ul li a:hover{

	color: var(--i_color);

}



.products_right{

   box-sizing: border-box;

   padding-bottom: 0.8rem;

}

.products_right>h3{

   font-size: 0.32rem;

   color: var(--i_color);

   font-weight: bold;

}

.products_right>h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   margin-top: 0.1rem;

}

.products_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.25rem;

   margin-top: 0.4rem;

}

.products_ul li{

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

	border-radius: 0.05rem;

	overflow: hidden;

}

.products_img{

   width: 100%;

   display: block;

   position: relative;

   overflow: hidden;

}

.products_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.products_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: contain;

   transition: all 0.3s ease;

}

.products_text{

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.15rem;

}

.products_txt{

	font-size: 0.16rem;

	color: #222;

	line-height: 0.25rem;

	height: 0.5rem;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   text-align: center;

   transition: all 0.3s ease;

}

.products_p{

	cursor: pointer;

	font-size: 0.18rem;

	line-height: 100%;

	color: #fff;

	box-sizing: border-box;

	text-align: center;

	padding: 0.12rem;

	border-radius: 0.03rem;

	background-color: var(--i_color);

	margin-top: 0.1rem;

	transition: all 0.3s ease;

}

.products_txt:hover{

	color: var(--i_color);

}

.products_img:hover img{

	width: 110%;

	height: 110%;

}

.products_p:hover{

	background-color: #222;

	color: #fff;

}





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

	.products_right>h3 {

		font-size: 0.28rem;

	}

	.products_right>h4 {

		font-size: 0.16rem;

	}

	.products_contact h3 {

		font-size: 0.32rem;

	}

	.products_ul {

		gap: 0.2rem;

	}

	.products_ul li {

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

    }

	.products_p {

		font-size: 0.16rem;

	}

}

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

	.products_right>h3 {

		font-size: 0.24rem;

	}

	.products_contact h3 {

		font-size: 0.28rem;

	}

	.products_right {

		padding-bottom: 0.6rem;

	}

}

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

	.products_right>h3 {

		font-size: 0.2rem;

	}

	.products_contact{

		display: none;

	}

	.products_right {

		width: 100%;

		padding-left: 3%;

	}



}

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



}

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

	.products_right>h4 {

		font-size: 0.14rem;

	}

	.products_ul li {

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

	}

}

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



}

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



}







/* products_form */

.products_form_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

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

   background-size: cover;

}

.products_form{



}

.products_form_box{

   border-radius: 0.15rem;

   box-sizing: border-box;

   padding: 0.5rem;

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

   backdrop-filter: blur(0.1rem);

   margin-top: 0.6rem;

}













#wpforms-42{--input_font_size:0.16rem; --input_height:0.6rem}

#wpforms-42{

	width:100%;

	padding:0;

}

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





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

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

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

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

#wpforms-42 .wpforms-submit-container{

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

	transition: all 0.3s ease;

	position: relative;

	z-index:2;

}





#wpforms-42 .wpforms-hidden{

	display: none;

}







#wpforms-42 .wpforms-field{

	position: relative;

}

#wpforms-42 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 0.25rem;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-42 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}







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

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

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







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



#wpforms-42 input, #wpforms-42 textarea{

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

	color:#333;

	background-color: #fff;

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

	box-shadow: 0 0 0 0 !important;

	border-radius: 0.06rem;

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

}

#wpforms-42 textarea{

	height: 2.28rem;

	line-height: 166%;

	padding:10px;

	font-family: 'Poppins';

}



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

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

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

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

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

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

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

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











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

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

	display: block;

	margin-left: auto;

	margin-right: auto;

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

	position:relative;

	background-color: var(--i_color);

	font-weight: bold;

	height: 0.55rem;

	border-radius: 0.3rem;

	z-index:2;

	box-shadow: 0 0 transparent !important;

	transition: all 0.3s ease;

	font-family: 'Poppins';

}

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





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

	background-color: #222;

}

























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

	#wpforms-42 textarea{

		height: 2rem;

	}

	.products_form_box{

		padding: 0.4rem;

	}



}

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



}

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

	.about_form_bac {

		padding: 0.6rem 0;

	}

	#wpforms-42 textarea{

		height: 1.8rem;

	}

	.products_form_box{

		padding: 0.3rem;

		margin-top: 0.4rem;

	}

	.products_form_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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





}

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

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

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

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

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

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

	#wpforms-42 textarea{height:1.2rem}

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

	.contact_us_form {

		margin-top: 0.4rem;

	}

	#wpforms-42 .wpforms-field {

		padding-bottom: 0.1rem;

	}

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

		height: 0.5rem;

	}



}

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



}





/* single_grid */

.single_grid_bac{

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

   background-size: cover;

   box-sizing: border-box;

   padding: 0.6rem 0 0.8rem 0;

}

.single_grid{

   display: flex;

   flex-wrap: wrap;

}

.single_grid_left{

	width: 34%;

}











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

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{ position:relative; overflow:hidden}

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



/* 缂╃暐鍥� */

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

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

.in_grid_list .swiper-slide{cursor:pointer}



.in_grid_list .img{width:100%; height:100%; box-sizing:border-box; border:1px solid rgba(27, 114, 215, 0.5); position:relative; overflow:hidden;}

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

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

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



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





/* 澶у浘 */

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

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

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

.in_grid_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



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

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



.ingrid-pagination{

	display:block;

	position: absolute;

	top: 0.2rem;

	right: 0.2rem;

	width: 0.5rem;

	height: 0.5rem;

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

	border-radius: 50%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	font-size: 0.18rem;

	color: var(--i_color);

}

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

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



.in_grid_cont:before{display:none}

.in_grid_show_box{position:initial; width:100%;border-radius: 0.04rem;overflow: hidden;}

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

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

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

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

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

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

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

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

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

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



.in_grid_list .img::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	transition: all 0.3s ease;

}

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

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

}









/* 左右箭头 */



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

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

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

	outline:none;

	transition: all 0.3s ease;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

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

	font-size: 0.3rem;

	color: #333;

	transition: all 0.3s ease;

}

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



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





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

	background-color: var(--i_color);

}

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

	color: #fff;

}







.single_grid_right{

   width: 66%;

   box-sizing: border-box;

   padding-left: 4%;

}

.single_grid_right h1{

   font-size: 0.28rem;

   color: var(--i_color);

   font-weight: bold;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

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

   margin-bottom: 0.2rem;

}

.single_grid_right h1::after{

	content: '';

	position: absolute;

}

.single_grid_right article{

   font-size: 0.18rem;

   color: #333;

   line-height: 166%;

   margin-bottom: 0.6rem;

}

.charging_power{

   position: relative;

   display: table;

   box-sizing: border-box;

   padding-bottom: 0.8rem;



}

.charging_power h3{

   font-size: 0.2rem;

   color: var(--i_color);

   font-weight: bold;

   margin-bottom: 0.2rem;

}

.power{

   display: flex;

   justify-content: space-between;

}

.power_left{



}

.power p{

	font-size: 0.24rem;

	color: #222;

	font-weight: bold;

	line-height: 100%;

	margin-bottom: 0.1rem;

}

.power span{

   font-size: 0.16rem;

   color: #999;



}

.power_right{



}

.power_dl{



}

.power_dl dt{



}

.power_ul{

   display: flex;

   overflow: auto;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   width: 100%;

   padding-top: 0.25rem;

}

/*滚动条*/

.power_ul::-webkit-scrollbar{width:1px; height:1px}

.power_ul::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:var(--i_color)}

.power_ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}









.power_ul li{

   position: relative;

}

.power_ul li:not(:last-child){

	margin-right: 1.3rem;

}

.power_ul li:not(:last-child)::after{

	content: '';

	position: absolute;

	width: 1.55rem;

	height: 1px;

	background-color: var(--i_color);

	top: 0.04rem;

	right: calc(-100% - 0.1rem);

	transform: translate(50%,0);

}

.power_ul li i{

   display: block;

   width: 0.1rem;

   height: 0.1rem;

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

   border-radius: 50%;

   background-color: var(--i_color);

   margin: 0 auto;

   box-sizing: border-box;

   position: relative;

   transition: all 0.3s ease;

   flex-shrink: 0;

}

.power_ul li i::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

    width: 100%;

	height: 100%;

	border-radius: 50%;

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

}

.power_ul li.current i{

	border: 1px solid #fff;

}

.power_ul li.current i::after{

	animation: sunshiness 1.5s infinite;

}

.power_ul li h4{

   font-size: 0.18rem;

   font-weight: bold;

   transition: all 0.3s ease;

   margin-top: 0.1rem;

}

.power_ul li.current h4{

	color: var(--i_color);

	font-weight: bold;

}

@keyframes sunshiness {

	0% {

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

		opacity: 1;

	}



	100% {

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

		opacity: 0.5;

	}

}

















.grid_btn{

   display: flex;

   gap: 0.3rem;

   margin: 0rem 0 0.4rem 0;

   box-sizing: border-box;

   padding-top: 0.3rem;

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

}

.grid_share{

   display: flex;

   align-items: center;

   gap: 0.1rem;



}

.grid_share p{

   font-size: 0.18rem;

   color: #333;

}

.grid_share_dl{

   display: flex;

   gap: 0.2rem;



}

.grid_share_dl dt{



}

.grid_share_dl dt a{



}

.grid_share_dl dt a img{

   width: 0.4rem;

   height: 0.4rem;

   object-fit: contain;

   transition: all 0.3s ease;

}

.grid_share_dl dt a img:hover{

	transform: translateY(-5px);

}





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

	.single_grid_right h1 {

		font-size: 0.24rem;

		padding-bottom: 0.15rem;

		margin-bottom: 0.15rem;

	}

	.single_grid_right article {

		font-size: 0.16rem;

		margin-bottom: 0.4rem;

	}

	.charging_power {

		padding-bottom: 0.6rem;

	}

}

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

	.charging_power {

		padding-bottom: 0.4rem;

	}

}

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

	.single_grid_right {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.4rem;

	}

	.single_grid_left {

		width: 40%;

	}

}

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

	.single_grid_left {

		width: 50%;

	}

}

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

	.charging_power {

		display: block;

	}

	.single_grid_left {

		width: 80%;

	}

	.single_grid_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.grid_share_dl dt a img {

		width: 0.35rem;

		height: 0.35rem;

	}

	.single_grid_left {

		width: 100%;

	}

}

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



}





/* editor */

.editor_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.editor{

   display: flex;

}

.editor_left{

   width: 24.375%;

}

.editor_right{

   width: 75.625%;

   box-sizing: border-box;

   padding-left: 3%;

}

.editor_h3{

	font-size: 0.2rem;

	color: #fff;

	font-weight: bold;

	box-sizing: border-box;

	padding: 0.15rem;

    background-color: var(--i_color);

	text-align: center;

	margin-bottom: 0.4rem;

}





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

	.editor_h3{

		font-size: 0.18rem;

		padding: 0.12rem;

		margin-bottom: 0.3rem;

	}

}

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

	.editor_h3{

		font-size: 0.18rem;

		padding: 0.1rem;

		margin-bottom: 0.2rem;

	}

}

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

	.editor_left{

		display: none;

	}

	.editor_right{

		width: 100%;

		padding-left: 0%;

	}

	.editor_bac {

		padding: 0.4rem 0;

	}

}

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



}

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



}

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



}

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



}









/* single_two */

.single_two_bac{

	box-sizing: border-box;

	padding: 0.4rem 0;

	background-color: #EEF5FF;

}



.single_two{



}

.single_tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.15rem;

   align-items: center;

   box-sizing: border-box;

   padding-bottom: 0.3rem;

   margin-bottom: 0.3rem;

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

}

.single_tags p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   line-height: 0.42rem;

}

.single_tags a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.08rem 0.1rem;

   font-size: 0.16rem;

   color: #333;

   border-radius: 0.08rem;

   transition: all 0.3s ease;

}

.single_tags a:hover{

	background-color: var(--i_color);

	color: #fff;

}









.sx{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   flex-wrap: wrap;

}

.sx>div{

	width: 48%;

}

.sx_left{

}

.sx a{

   display: block;

   width: 100%;

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.sx i{

   width: 0.45rem;

   height: 0.45rem;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 50%;

   box-sizing: border-box;

   border: 1px solid #333;

   transition: all 0.3s ease;

}

.sx i iconify-icon{

   font-size: 0.2rem;

   color: #333;

   transition: all 0.3s ease;

}

.sx p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

   margin-right: 0.1rem;

}

.sx span{

	font-size: 0.16rem;

	color: #666;

	transition: all 0.3s ease;

}

.sx_right a {

    justify-content: flex-end;

}

.sx_left i{

	margin-right: 0.1rem;

}

.sx_right i{

	margin-left: 0.1rem;

}

.sx a:hover i{

	background-color: var(--i_color);

}

.sx a:hover i iconify-icon{

	color: #fff;

}



.sx_right{

	margin-left: auto;

}

.sx a:hover span{

	color: var(--i_color);

}





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



}

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



}

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

	.single_tags a {

		padding: 0.08rem 0.1rem;

		font-size: 0.14rem;

	}

	.single_tags {

		align-items: center;

	}

}

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



}

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



}

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

	.sx>div{width: 100%;}

}

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



}

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



}





/* related_products */

.related_products_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: linear-gradient(180deg, #FFFFFF 0%, #E2EFFF 100%);

}

.related_products{



}

















/*  */

.rela_partner_box{

	margin-top: 0.6rem;

}



.rela_partner{position:relative}

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

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

.rela_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



.rela_partner_list li .products_p{

	padding: 0.15rem;

}









/* 指示器 */

.rela_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

.rela_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

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

	position:relative;

	background:transparent;

}



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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



}

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

	.related_products_bac{

		padding: 0.6rem 0;

	}

	.rela_partner_box{

		margin-top: 0.4rem;

	}

}

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



}

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



}

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



}

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



}







/* 指示器 */

.rela_partner .pt-pagination {

    background: #666;

    position: relative;

    width: 2rem;

    height: 0.03rem;

	display: block;

	margin-top: 0.6rem;



	margin-left: auto;

	margin-right: auto;

}

.rela_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: -0.03rem;

    width: 100%;

	border-radius: 6px;

    height: 0.08rem;

	transform: translate(0,-50%);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}







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



}

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



}

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

	.rela_partner .pt-pagination {

		height: 0.03rem;

		margin-top: 0.4rem;

	}

	.rela_partner .pt-pagination span{

		top: -0.02rem;

		border-radius: 0.02rem;

		height: 0.06rem;

	}

}

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



}

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

	.rela_partner .pt-pagination {

		height: 0.01rem;

	}

	.rela_partner .pt-pagination span{

		top: -0.02rem;

		height: 0.04rem;

	}

}

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



}













/* 感谢页面 */

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

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

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







.btns {

	height: 4em;

	width: 12em;

	display: flex;

	align-items: center;

	justify-content: center;

	background: transparent;

	border: 0px solid black;

	cursor: pointer;

  }

  .btns:hover p{

	  color: var(--i_color);

  }

  .wrapperss {

	height: 2em;

	width: 8em;

	position: relative;

	background: transparent;

	display: flex;

	justify-content: center;

	align-items: center;

  }



.thanks  .text {

	font-size: 17px;

	z-index: 1;

	color: #000;

	padding: 4px 12px;

	border-radius: 4px;

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

	transition: all 0.5s ease;

  }



  .flower {

	display: grid;

	grid-template-columns: 1em 1em;

	position: absolute;

	transition: grid-template-columns 0.8s ease;

  }



  .flower1 {

	top: -12px;

	left: -13px;

	transform: rotate(5deg);

  }



  .flower2 {

	bottom: -5px;

	left: 8px;

	transform: rotate(35deg);

  }



  .flower3 {

	bottom: -15px;

	transform: rotate(0deg);

  }



  .flower4 {

	top: -14px;

	transform: rotate(15deg);

  }



  .flower5 {

	right: 11px;

	top: -3px;

	transform: rotate(25deg);

  }



  .flower6 {

	right: -15px;

	bottom: -15px;

	transform: rotate(30deg);

  }



  .petal {

	height: 1em;

	width: 1em;

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

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

	border: 0.5px solid #ffffff;



	z-index: 0;

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

  }



  .two {

	transform: rotate(90deg);

  }



  .three {

	transform: rotate(270deg);

  }



  .four {

	transform: rotate(180deg);

  }



  .btns:hover .petal {

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

	border: 0.5px solid #FFEFF6;



  }



  .btns:hover .flower {

	grid-template-columns: 1.5em 1.5em;

  }



  .btns:hover .flower .petal {

	width: 1.5em;

	height: 1.5em;

  }



  .btns:hover .text {

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

  }



  .btns:hover div.flower1 {

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

  }



  @keyframes flower1 {

	0% {

	  transform: rotate(5deg);

	}



	100% {

	  transform: rotate(365deg);

	}

  }



  .btns:hover div.flower2 {

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

  }



  @keyframes flower2 {

	0% {

	  transform: rotate(35deg);

	}



	100% {

	  transform: rotate(-325deg);

	}

  }



  .btns:hover div.flower3 {

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

  }



  @keyframes flower3 {

	0% {

	  transform: rotate(0deg);

	}



	100% {

	  transform: rotate(360deg);

	}

  }



  .btns:hover div.flower4 {

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

  }



  @keyframes flower4 {

	0% {

	  transform: rotate(15deg);

	}



	100% {

	  transform: rotate(375deg);

	}

  }



  .btns:hover div.flower5 {

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

  }



  @keyframes flower5 {

	0% {

	  transform: rotate(25deg);

	}



	100% {

	  transform: rotate(-335deg);

	}

  }



  .btns:hover div.flower6 {

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

  }



  @keyframes flower6 {

	0% {

	  transform: rotate(30deg);

	}



	100% {

	  transform: rotate(390deg);

	}

  }







































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

	.thanks{padding-top: 60px;}



}

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

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



}

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



}













/* 404 */

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

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

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

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

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



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

.in404_text h1{font-size:180px}

}

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

	.in404_text h1{font-size:140px}

	.in404_text h6{font-size:16px}

	.in404_text a{font-size:14px}

}

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

	.in404_text h1{font-size:70px}

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

	.in404_text a{font-size:13px}

}



/* 隐私政策 */

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

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

.privacy_cont{}

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

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

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

.foot {top: 130px;}

.privacy ol {padding: 0px;}

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

	.privacy{margin-bottom: 50px;}

}

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

	.privacy{margin-bottom: 30px;}

}







/* tag */



.tag{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #F3F7FE;

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{



}

.tag_list .products_ul{

   display: flex;

   gap: 0.4rem;

   flex-wrap: wrap;

}

.tag_list  .products_ul li{

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

}





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



}

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





}

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



}

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

	.tag{

		padding: 0.6rem 0;

	}

	.tag>h2 {

		font-size: 0.35rem;

	}

}

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



}

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



}

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



	.tag>h2 {

		font-size: 0.25rem;

	}

	.tag_list  .products_ul{

		gap: 0.2rem;

	}

	.tag_list  .products_ul li{

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

	}

}

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



}

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



}









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

.contactMenu{--menuColor:#333}

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

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

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

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

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

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



.contactMenu_Forms{

	display: none;

	position: absolute;

	right: 0;

	bottom: calc(100% - 1px);

	width: 100%;

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

	z-index: 999;

}

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

.contactMenu_FormsTit p{color: #FFF;}

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

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

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



#wpforms-46{

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

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



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

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

	width: 100%;

	padding: 0 1px 5px;

	margin: 0 0 6px;

	overflow-x:initial !important;

	position: relative;

}



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

#wpforms-46 .wpforms-field-container .wpforms-required-label{position: absolute;top: 0.13rem; left: 0.06rem; font-size: 0.15rem;color: #F00;font-weight: bold;}



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

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

	border: 1px solid #CCC;

	-webkit-border-radius:4px;

	border-radius:4px;

	box-sizing: border-box;

	padding: 0.05rem 0;

}

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



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

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

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

#wpforms-46 .wpforms-field-container .choices

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

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

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

#wpforms-46 .wpforms-field-container select

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

#wpforms-46 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}

#wpforms-46 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}

#wpforms-46 .wpforms-field-container select{cursor: pointer;}

#wpforms-46 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}

#wpforms-46 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}

#wpforms-46 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}

#wpforms-46 .wpforms-field-container em.wpforms-error,#wpforms-46 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}



#wpforms-46 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}

#wpforms-46 .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-46 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}

#wpforms-46 .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: 2px;

	bottom: 13%;

	z-index: 999999

}

.aside_right ul {

	border-radius: 0.03rem;

	border: 1px solid rgba(51, 51, 51, .2);

	background: #fff;

}

.aside_right li {

	position: relative;

	cursor: pointer

}

.aside_right li>a {

	display: flex;

	flex-direction: column;

	justify-content: center;

	box-sizing: border-box;



	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 3;

	transition: all .3s ease;

	box-sizing: border-box;

	width: 0.78rem;

	height: 0.65rem;

	transition: all 0.3s ease;

	position: relative;

}

.aside_right li:not(:last-child)>a{

	border-bottom: 1px solid rgba(51, 51, 51, 0.2);

}





.aside_right li iconify-icon {

	display: block;

	margin: 0 auto;

	font-size: 0.3rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}



.aside_right li:hover>a {

	background-color: var(--i_color)

}



.aside_right li>a p{

	font-size: 0.12rem;

	color: #666;

	transition: all 0.3s ease;

}

.aside_right li>a img{

	width: 0.88rem;

	height: 0.88rem;

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	opacity: 0;

	visibility: hidden;

	transition: all 0.5s ease;

}

.aside_right li:nth-child(3)>a:hover img{

	opacity: 1;

	visibility: visible;

	left: -1rem;

}























.aside_right li>a:hover{

    background-color: var(--i_color);

}

.aside_right li>a:hover iconify-icon,

.aside_right li>a:hover p{

	color: #fff !important;

}







.aside_right li:nth-child(5)>a iconify-icon{

	color: #666;

}

.aside_right li:nth-child(1)>a:hover,

.aside_right li:nth-child(3)>a:hover{

	background: #389b0f

}



























.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-49 {

	--input_font_color: rgb(0 0 0 / 50%);

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-49 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-49 {

	width: 100%;

	overflow: hidden

}

#wpforms-49 input,

#wpforms-49 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-49 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-49 .wpforms-error-container {

	line-height: 16px

}

#wpforms-49 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

#wpforms-49 .wpforms-submit-container {

	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-49 .wpforms-field-label {

	font-size: 0

}

#wpforms-49 .wpforms-required-label {

	position: absolute;

	top: 0.1rem;

	left: 0.05rem;

	font-size: 0.16rem;

	color: #F00

}

#wpforms-49 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-49 input {

	height: var(--input_height)

}

#wpforms-49 textarea {

	min-height: 100px

}

#wpforms-49 input,

#wpforms-49 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-49 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-49 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-49 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-49 input::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-49 textarea::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-49 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-49 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-49 textarea::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-49 #wpforms-49-field_1-error,

#wpforms-49 #wpforms-49-field_2-error,

#wpforms-49 #wpforms-49-field_3-error,

#wpforms-49 #wpforms-49-field_5-error {

	position: absolute;

	font-size: 13px

}

#wpforms-49 .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-49 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

#wpforms-49 .wpforms-submit-container:after {

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

#wpforms-49 .wpforms-submit-container:hover:after {

	display: block

}

#wpforms-49 .wpforms-submit-container:hover {

	background: #FFF

}

#wpforms-49 .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-49 .wpforms-submit-container {

		height: 34px;

	}

	#wpforms-49 .wpforms-submit-container button {

		height: 30px;

		line-height: 30px;

		font-size: 14px;

	}

}

@media screen and (max-width:560px) {

	#aside_sc_from .tit h1 {

		font-size: 0.24rem;

	}



}



.form_hide{

	display: none;

}









































/* @media screen and (max-width:1440px){



}

@media screen and (max-width:1200px){



}

@media screen and (max-width:1024px){



}

@media screen and (max-width:960px){



}

@media screen and (max-width:767px){



}

@media screen and (max-width:560px){



}

@media screen and (max-width:425px){



} */