/*

Theme Name: FuSiTe

Version: 1.0

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

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 78.125%;

	margin: 0 auto

}



.wrap_top {

	width: 100%;

}

.wrap_82{

	width: 78.125%;

	margin: 0 auto

}

.wrap_left{

	padding-left: 10.9375%;

	box-sizing: border-box;

}

.wrap_right{

	padding-right: 10.9375%;

	box-sizing: border-box;

}

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

	.wrap {

		width: 80%

	}

	.wrap_left{padding-left: 10%;}

	.wrap_right{padding-right: 10%;}

	.wrap_82{

		width: 92%;

	}

}

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

	.wrap {

		width: 88%

	}

	.wrap_left{padding-left: 6%;}

	.wrap_right{padding-right: 6%;}

	.wrap_82{

		width: 96%;

	}

}

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

	/* 全局颜色 */

	--i_color2: #58B530;

	/* 副颜色 */

	--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');

}

body{

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

}



/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2014;

}

header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 0%;

	height: 1px;

	background: var(--border_color);

	z-index: 2014;

}



.top_cont {

	position: relative;

	z-index: 2013;

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

}

.top_cont::after{

	content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

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

    opacity: 0;

    z-index: -1;

    transition: all 0.3s ease;

	backdrop-filter: blur(6px);

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.TopHeader .top_cont::after {

    opacity: 1;
    backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);

}
header:hover .top_cont::after{
	background: #fff !important;
	opacity: 1;
}
.TopHeader .i_nav>li>a,
header:hover .i_nav>li>a{

	color: #333;

}

.TopHeader .top_search_ico iconify-icon,
header:hover .top_search_ico iconify-icon{

	color: #333;

}

.TopHeader .top_language_all iconify-icon,
header:hover .top_language_all iconify-icon{

	color: #333;

}

.TopHeader .top_search_ico,
header:hover .top_search_ico {

    border-left: 1px solid rgba(0, 0, 0, 0.1);

    border-right: 1px solid rgba(0, 0, 0, 0.1);

}

.TopHeader{

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

}





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

	header {

		top: 0;

		top: 0;

		width: 100%;



	}

	.TopHeader{

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

	}

	/* .top_cont {

		background: #333 !important;

	} */

}

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



}





/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	box-sizing: border-box;

	padding: 0 0.5rem;

	border-right: 1px solid rgba(255,255,255,0.5);

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 100%;

}

.logo img {

	height: 0.45rem;

}



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

	.logo img {

		height: 0.4rem;

	}

}

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

	.logo img {

		height: 0.35rem;

	}

	.logo {

		padding: 0 0.4rem;

	}

}

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

	.logo img {

		height: 0.3rem;

	}

	.logo {

		padding: 0 0.2rem;

		border-right: 1px solid rgba(255, 255, 255, 0);

	}

}

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

	.logo img {

		height: 0.25rem;

	}

}









/* 导航 */

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

	.i_nav {

		margin-left: 2%;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .25rem;

	}



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

		z-index: 2;

	}

	.i_nav>li>a::after{

		content: '';

		position: absolute;

		top: 50%;

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

		left: 50%;

		width: 0;

		height: 0.35rem;

		background-color: var(--i_color);

		transition: all 0.3s ease;

		z-index: -1;

		border-radius: 0.02rem;

	}



	.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: #fff !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: 150%;

	}



	.i_nav .sub-menu {

		display: none;

		position: absolute;

		border-top: 2px solid var(--i_color2);

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

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 3px;

	background: #fff;

	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

	}

	.TopHeader .nav_menu::before,.TopHeader .nav_menu::after,.TopHeader .nav_menu i{

		background: #333;

	}

	.TopHeader .top_search_ico{

		border: 0px solid transparent !important;

	}

}





.top_r {

	--size: .22rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}











.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	box-sizing: border-box;

	padding: 0 0.4rem;

	position: relative;

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

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

}

.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 iconify-icon {

	font-size: var(--size);

	cursor: pointer;

	color: #fff;

	transition: all 0.3s ease;

}

.top_search_ico.on iconify-icon {

	color: var(--i_color2);

}





.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.4rem;

   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_i{

	font-size: 0.18rem !important;

}

.top_language.on p{

	color: var(--i_color2);

}

.top_language.on iconify-icon {

	color: var(--i_color2);

}







.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:1440px) {

	.top_language_all p{

		font-size: 0.16rem;

	}

	.top_search_ico {

		padding: 0 0.3rem;

	}

	.top_language_all {

		padding: 0 0.3rem;

	}

}

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

	.top_search_ico {

		padding: 0rem;

		border: 0px;

	}

	.top_language_all {

		padding: 0 0.2rem;

	}

}

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



}













.top_language,

.top_language>iconify-icon {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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



	.top_search_ico i{

		width: 0.4rem;

		height: 0.4rem;

	}

	.top_language_all{

		height: 0.4rem

	}

	.top_language_all p {

		font-size: 0.16rem;

	}

}

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

	.top_search_ico i{

		width: 0.35rem;

		height: 0.35rem;

	}

	.top_language_all{

		height: 0.35rem

	}

}

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







header,

.top_cont,

.logo,

.logo img,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

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

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 2000;

	opacity: 0;

	visibility: hidden;

}

.top_search.on {

	top: var(--header_height);

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

	opacity: 1;

	visibility: visible;

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

	border-radius: 0;

}

.top_search_btn {

	font-size: 0;

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

	height: var(--search_height);

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

	background-size: .2rem;

	cursor: pointer;

	border-radius: 0;

}



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



	.top_search_ico {

		margin-right: 0.3rem;

	}

}

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

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

}







/* 导航下拉 */

/* products */

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

    .xiala{

		position: fixed;

		top: var(--header_height);

		left: 50%;

		transform: translate(-50%,0);

		width: 100%;

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

		box-sizing: border-box;

		padding:0.4rem 0;

		transition: top 0.3s ease;

		display: none;

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

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

	}

	.TopHeader .xiala{



	}

    .products_drop_ul{

        display: flex;

		display: -webkit-flex;

		flex-wrap: wrap;

		justify-content: center;

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

}









/* banner */

.banner {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

	overflow: hidden;



}

.banner .swiper-container {

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	list-style: none;

	padding: 0;

	z-index: 1;

}

.banner .swiper-wrapper {

	display: flex;

	position: relative;

	width: 100%;

	z-index: 1

}

.banner .swiper-slide {

	height: 0;

	padding-bottom: 100vh;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	overflow: hidden

}

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

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover

}





.banner-button-prev,

.banner-button-next {

	position: absolute;

	top: 48%;

	transform: translate(0, -50%);

	width: .5rem;

	height: .5rem;

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

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	overflow: hidden;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.banner-button-prev {

	left: -.6rem;

}

.banner-button-next {

	right: -.6rem;

}

.banner-button-prev i,

.banner-button-next i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.24rem;

	color: #FFF;

}

.banner:hover .banner-button-prev {

	left: .3rem

}

.banner:hover .banner-button-next {

	right: .3rem

}

.banner-button-prev:hover,

.banner-button-next:hover {

	background-color: var(--i_color)

}





.banner-pagination {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 6%;

	cursor: pointer;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	z-index: 3;

}



.banner-pagination .swiper-pagination-bullet {

	display: block;

	width: 0.1rem;

	height: 0.1rem;

	border-radius: 50%;

	margin: 0 0.1rem;

	background: #fff;

	border: 1px solid #fff;

	position: relative;

	outline: none;

    transition: all 0.3s ease;

}

.banner-pagination .swiper-pagination-bullet::after{

    content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 50%;

	height: 50%;

    background-color: #fff;

	border-radius: 50%;

}

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

	background: transparent;

}



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

	.banner {

		position: relative;

		top: initial;

		height: auto;

		-webkit-border-radius: 0 0;

		border-radius: 0 0;

	}

	.banner .swiper-slide {

		padding-bottom: 49%

	}



	.banner-button-prev,

	.banner-button-next {

		display: none

	}



}

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



	.banner-pagination {

		bottom: 0.3rem;

	}



}

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

	.banner-pagination {

		bottom: 0.2rem;

	}



}













.fullMask {

	width: 100%;

	height: 100vh;

}

.fullMask_about{

	width: 100%;

	height: 86.6vh;

}

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

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

   position: absolute;

   top: 50%;

   left: 50%;

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

}

.banner_text1_box{

   width: 46%;

}

.banner_text1_box h3{

   font-size: 0.6rem;

   color: #fff;

   font-family: 'bold';

   text-shadow: 0.02rem 0.04rem 0.12rem rgba(36,36,36,0.3);

   line-height: 100%;

}

.banner_text1_box h4{

   font-size: 0.18rem;

   color: #fff;

   font-family: 'med';

   text-shadow: 0.02rem 0.04rem 0.1rem rgba(0,0,0,0.24);

   margin: 0.3rem 0 0.5rem 0;

}

.banner_text1_three{

   display: flex;

   align-items: center;

   gap: 0.3rem;

}

.banner_video{

   display: flex;

   align-items: center;

   gap: 0.1rem;

   cursor: pointer;

}

.banner_video img{

   width: 0.62rem;

   height: 0.62rem;

}

.banner_video p{

   font-size: 0.18rem;

   color: #fff;

   font-family: 'med';

}



.banner_text2{

	position: absolute;

	top: 28%;

	left: 50%;

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

}

.banner_h3{

   font-size: 0.46rem;

   color: #fff;

   font-family: 'bold';

   text-transform: capitalize;

   line-height: 137%;

   text-shadow: 0.03rem 0.03rem 0.1rem rgba(55,56,97,0.41);

}

.banner_text2 h3{

	text-align: center;

}

.banner_text2 h4{

   font-size: 0.18rem;

   color: #fff;

   text-align: center;

   margin: 0.1rem 0 0.2rem 0;

}

.banner_text3{

	position: absolute;

	top: 46%;

	left: 50%;

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

}

.banner_text3_box{

   width: 55%;

}

.banner_text3_box h3{



}

.banner_text3_dl{

   display: flex;

   flex-direction: column;

   gap: 0.15rem;

   margin-top: 0.2rem;

}

.banner_text3_dl dt{

   display: flex;

   gap: 0.08rem;

}

.banner_text3_dl dt i{

   display: block;

   width: 0.16rem;

   height: 0.16rem;

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

   background-size: contain;

   margin-top: 0.06rem;

}

.banner_text3_dl dt p{

   font-size: 0.18rem;

   color: #fff;

}















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

	.banner_text1_box h3 {

		font-size: 0.5rem;

	}

	.banner_text1_box h4 {

		font-size: 0.16rem;

		margin: 0.2rem 0 0.4rem 0;

	}

	.banner_video img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.banner_h3{

		font-size: 0.4rem;

	}

}

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

	.banner_text1_box h3 {

		font-size: 0.4rem;

	}

	.banner_text1_box h4 {

		font-size: 0.14rem;

		margin: 0.1rem 0 0.3rem 0;

	}

	.banner_text1_box {

		width: 50%;

	}

	.banner_video img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.banner_video p {

		font-size: 0.16rem;

	}

	.banner_h3{

		font-size: 0.35rem;

	}

	.banner_text2 h4 {

		font-size: 0.16rem;

		margin: 0.05rem 0 0.1rem 0;

	}

	.banner_text3_dl dt p {

		font-size: 0.16rem;

	}

	.banner_text3_dl dt i {

		margin-top: 0.04rem;

	}

}

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

	.banner_text1_box h3 {

		font-size: 0.3rem;

	}

	.banner_h3{

		font-size: 0.3rem;

	}

	.banner_text2 h4 {

		font-size: 0.14rem;

	}

	.banner_text2 {

		top: 39%;

	}

}

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

	.banner_text1_box h3 {

		font-size: 0.28rem;

	}

	.banner_h3{

		font-size: 0.28rem;

	}

	.banner_text3_dl{display: none;}

	.banner_text3 {

		top: 50%;

	}

}

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

	.banner_text1_box h3 {

		font-size: 0.26rem;

	}

	.banner_text1_box {

		width: 100%;

	}

	.banner_video img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.banner_video p {

		font-size: 0.14rem;

	}

	.banner_h3{

		font-size: 0.26rem;

	}

	.banner_text2 h4{

		display: none;

	}

	.banner_text2 h3{

		margin-bottom: 0.1rem;

	}

}

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

	.banner_text1_box h3 {

		font-size: 0.22rem;

		margin-bottom: 0.2rem;

	}

	.banner_text1_box h4{

		display: none;

	}

	.banner_h3{

		font-size: 0.22rem;

	}

}

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

	.banner_text1_box h3 {

		font-size: 0.2rem;

	}

	.banner_h3{

		font-size: 0.2rem;

	}

}



.home_btn{



}

.home_btn a,.home_btn span{

   display: inline-block;

   font-size: 0.18rem;

   color: #fff;

   font-family: 'med';

   box-sizing: border-box;

   padding: 0.12rem 0.4rem;

   background-color: var(--i_color);

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

   border-radius: 1.5rem;

   position: relative;

   transition: all 0.3s ease;

   overflow: hidden;

   text-transform: capitalize;

   z-index: 2;

   white-space:nowrap;

}

.home_btn a::after,.home_btn span::after{

	content: '';

	position: absolute;

	right: 0;

	width: 0;

	height: 100%;

	border-radius: 1.5rem;

	top: 0;

	background-color: var(--i_color2);

	transition: all 0.5s ease;

	z-index: -1;

}

.home_btn a:hover,.home_btn span:hover{

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

	color: #fff;

}

.home_btn a:hover::after,.home_btn span:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.home_btn_center{

	display: flex;

	justify-content: center;

}

.home_btn_white{



}

.home_btn_white a,.home_btn_white span{

	border: 1px solid #fff;

	background-color: transparent;



}

.home_btn_bai a{

	background-color: #fff;

	color: var(--i_color);

}

.home_btn_green a{

	background-color: var(--i_color2);

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

}

.home_btn_green a::after{

	background-color: #333;

}

.home_btn_download a{
	background-color: #333;

	border: 1px solid #333;
}







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



}

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

	.home_btn a,.home_btn span{

		font-size: 0.16rem;

		padding: 0.1rem 0.3rem;

		border-radius: 1rem;

	}

	.home_btn a::after,.home_btn span::after{

		border-radius: 1rem;

	}

}

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



}

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



}

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

	.home_btn a,.home_btn span{

		font-size: 0.14rem;

		padding: 0.06rem 0.2rem;

		border-radius: 0.5rem;

	}

	.home_btn a::after,.home_btn span::after{

		border-radius: 0.5rem;

	}

}

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



}

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



}





/* home_category */

.home_category_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

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

   background-size: cover;

}

.home_category{



}



.home_category_ul{

   display: flex;

   gap: 0.4rem;

   margin-top: 0.6rem;

   overflow: hidden;

}

.home_category_ul li{

   flex-grow: 1;

   width: 24%;

   transition: all 0.7s ease;

}

.home_category_ul li a{

	overflow: hidden;

	background-color: #fff;

	height: 6.5rem;

	border-radius: 0.1rem;

	width: 100%;

	display: block;

	position: relative;

}

.home_category_ul li.home_category_active{

	flex-grow: 10000 !important;

}

.home_category_box{

	display: flex;

	justify-content: center;

	gap: 0.6rem;

	width: 100%;

	flex-direction: column;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0%;

}

.home_category_ul li img{

   width: 100%;

}

.home_category_ul li p{

   font-size: 0.24rem;

   line-height: 0.4rem;

   min-height: 0.8rem;

   color: #3D3D3D;

   font-family: 'med';

   box-sizing: border-box;

   padding: 0 6%;

   text-align: center;

   text-transform: capitalize;

}



.home_category_ul li.home_category_active .home_category_box{

	left: -100%;

	opacity: 0;

}

.home_category_two{

    width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 100%;

	transition: all 0.7s ease;



}

.home_category_two img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.home_category_text{

   position: absolute;

   top: 0;

   left: 0;

   box-sizing: border-box;

   padding: 0.5rem;

   width: 100%;

}

.home_category_text h3{

   font-size: 0.24rem;

   color: #fff;

   font-family: 'med';

}

.home_category_text h4{

   font-size: 0.18rem;

   color: #fff;

   margin: 0.1rem 0 0.2rem 0;

}



.home_category_ul li.home_category_active .home_category_two{

	left: 0;

}





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

	.home_category_ul li a {

		height: 6rem;

	}

	.home_category_box {

		gap: 0.5rem;

	}

	.home_category_text {

		padding: 0.4rem;

	}

	.home_category_text h3 {

		font-size: 0.22rem;

	}

}

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

	.home_category_bac {

		padding: 0.6rem 0;

	}

	.home_category_ul li p {

		font-size: 0.2rem;

		line-height: 0.35rem;

		min-height: 0.7rem;

	}

	.home_category_ul li a {

		height: 5.5rem;

	}

	.home_category_box {

		gap: 0.4rem;

	}

	.home_category_ul {

		gap: 0.2rem;

	}

	.home_category_text {

		padding: 0.35rem;

	}

	.home_category_text h3 {

		font-size: 0.2rem;

	}

	.home_category_text h4 {

		font-size: 0.16rem;

	}

}

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

	.home_category_ul li a {

		height: 5rem;

	}

	.home_category_ul li p {

        font-size: 0.18rem;

        line-height: 0.3rem;

        min-height: 0.6rem;

    }

	.home_category_text {

		padding: 0.3rem;

	}

	.home_category_text h3 {

		font-size: 0.18rem;

	}

}

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

	.home_category_ul li a {

		height: 4.5rem;

	}

	.home_category_box {

		gap: 0.3rem;

	}

	.home_category_ul li p {

        font-size: 0.16rem;

        line-height: 0.25rem;

        min-height: 0.5rem;

    }



}

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

	.home_category_ul li a {

		height: 4rem;

	}

	.home_category_box {

		gap: 0.2rem;

	}

	.home_category_ul {

		margin-top: 0.4rem;

	}

}

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

	.home_category_ul li{width: 100% !important;}

	.home_category_ul{

		flex-wrap: wrap;

	}

	.home_category_box{

		display: none;

	}

	.home_category_two{

		left: 0 !important;

	}

	.home_category_ul li a {

		height: 3.5rem;

	}

}

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



}























.title_box{

   display: flex;

   align-items: center;

   gap: 0.2rem;

   flex-wrap: wrap;

   justify-content: space-between;

}

.title{

   display: flex;

   flex-direction: column;

}

.title_i{

   display: flex;

   gap: 0.1rem;

   align-items: center;

}

.title_i i{

   width: 0.56rem;

   height: 0.02rem;

   background-color: var(--i_color2);

   position: relative;

}

.title_i i b{

   display: block;

   position: absolute;

   width: 0.13rem;

   height: 0.13rem;

   clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

   background-color: var(--i_color2);

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

   top: 50%;

   left: 50%;

   animation: title 9s linear infinite;

}

.title_i span{

   font-size: 0.18rem;

   color: var(--i_color2);

   text-transform: uppercase;

}

.title p{

	font-size: 0.36rem;

	color: #333;

	font-weight: bold;

	text-transform: capitalize;

	margin-top: 0.1rem;

}

.title h3{

	font-size: 0.18rem;

	color: #3D3D3D;

	margin-top: 0.1rem;

}

.title_white p{

	color: #fff;

}

.title_center{

	display: flex;

	align-items: center;

}

.title_center p,.title_center h3{

	text-align: center;

}





@keyframes title{

	0%{

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

	}

	25%{

		transform: translate(calc(-50% + 20px),-50%);

	}

	50%{

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

	}

	75%{

		transform: translate(calc(-50% - 20px),-50%);

	}

	100%{

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

	}

}



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

	.title p {

		font-size: 0.32rem;

	}

}

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

	.title p {

		font-size: 0.28rem;

	}

	.title_i span {

		font-size: 0.16rem;

	}

	.title h3{

		font-size: 0.16rem;

	}

}

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

	.title p {

		font-size: 0.26rem;

	}

}

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

	.title p {

		font-size: 0.24rem;

	}

}

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

	.title p {

		font-size: 0.22rem;

	}

	.title p br,.title h3 br{

		display: none;

	}

	.title h3{

		font-size: 0.14rem;

	}

}

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

	.title p {

		font-size: 0.2rem;

	}

}

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



}





/* home_solutions */

.home_solutions_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.home_solutions{



}









.home_solution_box{

   margin-top: 0.5rem;

   margin-bottom: 0.5rem;

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: flex-start;

}

.home_solution_ul{

   width: 46.27%;

   box-sizing: border-box;

}

.home_solution_ul li{

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

   transition: all 0.3s ease;

   position: relative;

}



.home_solution_ul li:first-child{

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

}

.home_solution_top{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   padding: 0.25rem 0.3rem;

   cursor: pointer;

   position: relative;

}

.home_solution_top::after{

   content: '';

   position: absolute;

   top: 0;

   right: 0;

   width: 0;

   height: 1px;

   background: linear-gradient(to right,#53B037,#53B037);

   transition: all 0.7s ease;

}

.home_solution_ul li.current .home_solution_top::after{

	width: 100% !important;

	right: auto !important;

	left: 0 !important;

}

.home_solution_top img{

   width: 0.78rem;

   height: 0.78rem;

   object-fit: contain;

   filter: grayscale(100%);

   opacity: 0.2;

   -webkit-filter: grayscale(100%);

   transition: all 0.3s ease;

}

.home_solution_top p{

   font-size: 0.26rem;

   color: #666;

   font-weight: bold;

   width: calc(100% - 1.2rem);

   box-sizing: border-box;

   padding: 0 3%;

   transition: all 0.3s ease;

}

.home_solution_ul li.current .home_solution_top p{

	column-rule: #333;

}

.home_solution_top i{

   display: block;

   width: 0.42rem;

   height: 0.42rem;

   border-radius: 50%;

   box-sizing: border-box;

   border: 1px solid #999;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.home_solution_top i iconify-icon{

   font-size: 0.2rem;

   color: #999;

   transition: all 0.3s ease;

}

.home_solution_text{

   background-color: #F7F7F7;

   border-radius: 0.16rem;

   box-sizing: border-box;

   padding: 0.25rem 0.3rem;

   display: none;

}

.home_solution_text h6{

	font-size: 0.18rem;

	line-height: 0.28rem;

	color: #999;

	max-height: 1.12rem;

	overflow: auto;

	box-sizing: border-box;

	padding-right: 0.1rem;

}

/*滚动条*/

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

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

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





.home_solution_text a{

	display: inline-block;

	font-size: 0.18rem;

	line-height: 100%;

	color: var(--i_color);

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

}

.home_solution_dl{

   width: 53.73%;

   overflow: hidden;

}

.home_solution_dl dt{

   position: relative;

}

.home_solution_dl dt a{

	display: block;

	position: relative;

}

.home_solution_dl dt a::after{

	content: '';

	display: block;

	padding-bottom: 72%;

}

.home_solution_dl dt a img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   border-radius: 0.3rem;

}

.home_solution_ul li.current{

	border-bottom: 1px solid transparent;

}



.home_solution_ul li.current .home_solution_top img{

    filter: grayscale(0%);

   opacity: 1;

   -webkit-filter: grayscale(0%);

}

.home_solution_ul li.current .home_solution_top p{

    color: #222;

}

.home_solution_ul li.current .home_solution_top i{

    background-color: var(--i_color);

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

}

.home_solution_ul li.current .home_solution_top i iconify-icon{

	color: #fff;

}

.home_solution_dl dt{

	animation: ooo 0.5s linear;

}



@keyframes abc {

	0%{

		transform: translateX(100%);

	}

	100%{

		transform: translateX(0%);

	}

}





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

	.home_solution_bac {

		padding: 0.8rem 0;

	}

	.home_solution_titleBox h3{

		margin-top: 0.25rem;

		font-size: 0.16rem;

	}

	.home_solution_top p {

		font-size: 0.22rem;

		width: calc(100% - 1.1rem);

	}

	.home_solution_top img {

		width: 0.7rem;

		height: 0.7rem;

	}

	.home_solution_top i {

		width: 0.4rem;

		height: 0.4rem;

	}

	.home_solution_text h6 {

		font-size: 0.16rem;

	}

	.home_solution_top,.home_solution_text {

		padding: 0.2rem 0.25rem;

	}

	.home_solution_text a {

		font-size: 0.16rem;

	}

}

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



}

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

	.home_solution_bac {

		padding: 0.6rem 0;

	}

	.home_solution_top p {

		font-size: 0.18rem;

		width: calc(100% - 0.85rem);

	}

	.home_solution_top img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.home_solution_top i {

		width: 0.35rem;

		height: 0.35rem;

	}

	.home_solution_text h6 {

        font-size: 0.14rem;

    }

	.home_solution_top i iconify-icon {

		font-size: 0.18rem;

	}

	.home_solution_text h6 a {

		font-size: 0.14rem;

	}

}

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

	.home_solution_titleBox h3{

		margin-top: 0.2rem;

		font-size: 0.14rem;

	}

}

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



}

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

	.home_solution_title {

		flex-direction: column;

	}

	.home_solution_titleBox {

		width: 100%;

	}

	.home_solution_box {

		margin-top: 0.4rem;

		margin-bottom: 0.4rem;

	}

	.home_solution_ul {

		width: 100%;

		padding-right: 0%;

	}

	.home_solution_dl {

		width: 100%;

		margin-top: 0.4rem;

	}

	.home_solution_top p {

        font-size: 0.16rem;

    }

}

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

	.home_solution_top p {

        font-size: 0.14rem;

    }

}

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



}



/* home_about */

.home_about_bac{

   box-sizing: border-box;

   padding: 1.2rem 0 1rem 0;

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

   background-size: cover;

}

.home_about{

   display: flex;

   margin-bottom: 0.8rem;

   flex-wrap: wrap;

}

.home_about_left{

	width: 35.8%;

	box-sizing: border-box;

	padding-right: 4%;

}

.home_about_ul{

    display: flex;

	flex-direction: column;

    box-sizing: border-box;

	padding: 0.3rem 17% 0.3rem 0;

	margin-top: 0.4rem;

	gap: 0.35rem;

	overflow: hidden;

}

.home_about_ul li{

   position: relative;

   cursor: pointer;

}

.home_about_ul li p{

   font-size: 0.24rem;

   color: #fff;

   box-sizing: border-box;

   padding: 0 0.28rem 0.1rem 0.28rem;

   border-bottom: 1px solid #D8D8D8;

   text-transform: capitalize;

   transition: all 0.3s ease;

}

.home_about_text{

    position: absolute;

	top: 50%;

	left: -100%;

	transform: translate(0,-50%);

	width: 100%;

	background-color: var(--i_color);

	display: flex;

	justify-content: space-between;

	align-items: center;

	box-sizing: border-box;

	padding: 0.08rem;

	border-radius: 2.5rem;

	transition: all 0.7s ease;

	opacity: 0;

}

.home_about_ul li.current .home_about_text{

	left: 0;

	opacity: 1;

}

.home_about_ul li.current p{

	border-bottom: 1px solid transparent;

}

.home_about_text h3{

    font-size: 0.2rem;

	color: #fff;

	width: calc(100% - 0.4rem);

	box-sizing: border-box;

	padding: 0 0.2rem;

	text-transform: capitalize;

}

.home_about_text i{

   display: flex;

   width: 0.4rem;

   height: 0.4rem;

   border-radius: 50%;

   background-color: #fff;

   justify-content: center;

   align-items: center;



}

.home_about_text i iconify-icon{

   font-size: 0.2rem;

   color: var(--i_color);

}



.home_about_center{

	width: 28.47%;

	position: relative;

}

.home_about_img{



}

.home_about_img dt{

   position: relative;

   overflow: hidden;

   animation: ooo 0.7s ease;

}



@keyframes ooo {

	0% {

		opacity: 0;

		transform: translateY(0.1rem);

	}

	100% {

		opacity: 1;

		transform: translateY(0);

	}

}

.home_about_img dt::after{

   content: '';

   display: block;

   padding-bottom: 134.66%;

}

.home_about_img dt img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.home_about_i{

   display: block;

   width: 1.6rem;

   height: 1.6rem;

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

   background-size: contain;

   position: absolute;

   top: 10%;

   left: 75%;

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

   cursor: pointer;

}



.home_about_right{

   width: 35.73%;

   box-sizing: border-box;

   padding-left: 5%;

}

.home_about_rightUl{

   display: flex;

   align-items: center;

   height: 100%;

}

.home_about_rightUl li{

	height: 100%;

}

.home_about_box{

	display: flex;

	flex-direction: column;

	justify-content: center;

	height: 100%;

}

.home_about_rightUl li h3{

   font-size: 0.24rem;

   color: #fff;

   font-weight: bold;

   animation: ooo 0.7s ease;

}

.home_about_rightDl{

   display: flex;

   flex-direction: column;

   margin-top: 0.5rem;

}

.home_about_rightDl dt{

   display: flex;

   animation: ooo 0.7s ease;



}

.home_about_rightDl dt i{

   display: block;

   width: 0.25rem;

   height: 0.25rem;

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

   background-size: contain;

   margin-top: 0.06rem;

}

.home_about_rightDl dt p{

   font-size: 0.18rem;

   color: #fff;

   width: calc(100% - 0.25rem);

   padding-left: 0.1rem;

}























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

	.home_about_ul li p {

		font-size: 0.2rem;

	}

	.home_about_rightUl li h3 {

		font-size: 0.22rem;

	}

	.home_about_i {

		width: 1.4rem;

		height: 1.4rem;

	}

	.home_about_bac {

		padding: 1rem 0 0.8rem 0;

	}

}

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

	.home_about_rightUl li h3 {

		font-size: 0.2rem;

	}

	.home_about_rightDl dt p {

		font-size: 0.16rem;

	}

	.home_about_rightDl {

		margin-top: 0.4rem;

	}

	.home_about_i {

		width: 1.2rem;

		height: 1.2rem;

	}

	.home_about {

		margin-bottom: 0.6rem;

	}

	.home_about_bac {

		padding: 0.8rem 0 0.6rem 0;

	}

}

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

	.home_about_rightUl li h3 {

		font-size: 0.18rem;

	}

	.home_about_rightDl {

		margin-top: 0.3rem;

	}

	.home_about_i {

		width: 1rem;

		height: 1rem;

	}

	.home_about {

		margin-bottom: 0.4rem;

	}

}

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

	.home_about_rightDl {

		margin-top: 0.2rem;

	}

	.home_about_i {

		width: 0.8rem;

		height: 0.8rem;

	}

}

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

	.home_about_left {

		width: 60%;

	}

	.home_about_center {

		width: 40%;

	}

	.home_about_right {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.4rem;

	}

	.home_about_rightDl dt i {

		width: 0.15rem;

		height: 0.15rem;

		margin-top: 0.04rem;

	}

	.home_about_text h3 {

		font-size: 0.18rem;

	}

	.home_about_ul li p {

        font-size: 0.18rem;

    }

	.home_about_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_about_text h3 {

		font-size: 0.16rem;

	}

	.home_about_ul li p {

        font-size: 0.16rem;

    }

	.home_about_left {

		width: 100%;

	}

	.home_about_center {

		width: 100%;

	}

	.home_about_ul {

		padding: 0.4rem 0%;

		margin-top: 0rem;

	}

}

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



}



/* home_service */

.home_service_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.home_service_bac>img{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: auto;

	z-index: -1;

}

.home_service{



}

.home_service_box{

   position: relative;

   overflow: hidden;

   border-radius: 0.1rem;

   margin-top: 0.6rem;

}

.home_service_box::after{

   content: '';

   display: block;

   padding-bottom: 35.13%;

}

.home_service_box img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.home_btn_service{

   position: absolute;

   bottom: 24%;

   left: 50%;

   transform: translate(-50%,0);

}





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

	.home_service_bac {

		padding: 0.8rem 0;

	}

}

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

	.home_service_bac {

		padding: 0.6rem 0;

	}

	.home_service_box {

		margin-top: 0.4rem;

	}

	.home_btn_service {

		bottom: 20%;

	}

}

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



}

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



}

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

	.home_service_box {

		margin-top: 0.2rem;

	}

	.home_btn_service {

		bottom: 10%;

	}

}

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



}

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



}





/* home_news */

.home_news_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.home_news{



}











/*  */

.HN_partner_box{

	margin-top: 0.6rem;

}



.HN_partner{position:relative}

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

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

.HN_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.HN_partner_list li a{

	display: block;

	width: 100%;

}

.HN_partner_list .img{width:100%; box-sizing:border-box; position:relative;border-radius: 0.2rem; overflow:hidden}

.HN_partner_list .img:before{content:""; display:block; padding-bottom:65.45%}

.HN_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%;transition: all 0.3s ease; object-fit:cover}











.HN_text{

   margin-top: 0.25rem;

}

.HN_text h3{

   font-size: 0.18rem;

   color: #666;

   margin-bottom: 0.1rem;

}

.HN_text h4{

   font-size: 0.24rem;

   color: #3D3D3D;

   font-weight: bold;

   line-height: 0.36rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.72rem;



}

.HN_text h5{

   font-size: 0.18rem;

   color: #333;

   display: inline-block;

   font-family: 'med';

   border-bottom: 1px solid #333;

   text-transform: capitalize;

   line-height: 100%;

   margin-top: 0.2rem;

   transition: all 0.3s ease;

}

.HN_partner_list li a:hover img{

	width: 110%;

	height: 110%;

}

.HN_partner_list li a:hover .HN_text h5{

	color: var(--i_color);

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

}





















/* 指示器 */

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

.HN_partner .pt-pagination .swiper-pagination-bullet{

	width:0.1rem; height:0.1rem;

	cursor: pointer; display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	box-sizing: border-box;

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

	border-radius:50%;

	outline:none

}

.HN_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:transparent}









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

	.home_news_bac {

		padding: 0.8rem 0;

	}

}

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

	.HN_partner .pt-pagination{display:block}

	.home_news_bac {

		padding: 0.6rem 0;

	}

	.HN_partner_box {

		margin-top: 0.4rem;

	}

	.HN_text h4{

		font-size: 0.2rem;

		line-height: 0.3rem;

		height: 0.6rem;

	}

	.HN_text h5{

		font-size: 0.16rem;

	}

	.HN_text h3 {

		font-size: 0.16rem;

	}



}

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



}

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

	.HN_text h4{

		font-size: 0.18rem;

		line-height: 0.25rem;

		height: 0.5rem;

	}

}

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



}





/* footer_top */

.footer_top_bac{

   position: relative;

   z-index: 3;

}

.footer_top{

   display: flex;

   justify-content: space-between;

   align-items: center;

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

   background-size: cover;

   box-sizing: border-box;

   padding: 0.55rem 4%;

   border-radius: 0.1rem;

}

.footer_top_text{



}

.footer_top_text h3{

   font-size: 0.36rem;

   color: #fff;

   font-weight: bold;

}

.footer_top_text h4{

   font-size: 0.24rem;

   color: #fff;

}

.footer_top_btn{



}

.footer_top_btn a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.2rem;

   border-radius: 1.5rem;

   background-color: #fff;

}

.footer_top_1{

   display: flex;

   align-items: center;

}

.footer_top_1 img{

   width: 0.46rem;

   height: 0.46rem;

   object-fit: contain;

}

.footer_top_2{

   width: calc(100% - 0.84rem);

   box-sizing: border-box;

   padding: 0 0.4rem 0 0.1rem;

}

.footer_top_2 h5{

   font-size: 0.18rem;

   color: var(--i_color);

   font-weight: bold;

   line-height: 100%;

   transition: all 0.3s ease;

   white-space:nowrap;

}

.footer_top_2 h6{

   font-size: 0.16rem;

   color: #3D3D3D;

   line-height: 100%;

   margin-top: 0.05rem;

   text-transform: capitalize;

}

.footer_top_1 i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.38rem;

   height: 0.38rem;

   border-radius: 50%;

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

   transition: all 0.3s ease;

}

.footer_top_1 i iconify-icon{

   font-size: 0.18rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}



.footer_top_btn a:hover h5{

	color: var(--i_color2);

}

.footer_top_btn a:hover i{

	background-color: var(--i_color);

}

.footer_top_btn a:hover i iconify-icon{

	color: #fff;

}



/* footer */

.footer_bac{

   box-sizing: border-box;

   padding: 2.2rem 0 0.3rem 0;

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

   background-size: cover;

   margin-top: -1.3rem;

   overflow: hidden;

}

.footer{



}

.footer>img{

   height: 0.45rem;

   margin-bottom: 0.25rem;

}

.footer_box{

   display: flex;

   position: relative;

   z-index: 2;



}

.footer_box::after{

	content: '';

	position: absolute;

	width: 8.72rem;

	height: 1.5rem;

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

	background-size: contain;

	bottom: -0.3rem;

	right: 0;

	z-index: -1;

}

.footer_1{

   width: 41.33%;

   box-sizing: border-box;

   padding-right: 3%;

}

.footer_h3{

   font-size: 0.26rem;

   color: #fff;

   font-weight: bold;

   margin-bottom: 0.25rem;

}

.footer_contact{

   display: flex;

   flex-direction: column;

   gap: 0.25rem;

}

.footer_contact li{

   display: flex;



}

.footer_contact li iconify-icon{

   font-size: 0.26rem;

   color: #fff;

   margin-top: 0.04rem;

}

.footer_contact li a{

   font-size: 0.18rem;

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

   width: calc(100% - 0.26rem);

   box-sizing: border-box;

   padding-left: 0.1rem;

   transition: all 0.3s ease;

}

.footer_contact li a:hover{

	color: var(--i_color2);

}

.footer_share{

   display: flex;

   gap: 0.3rem;

   margin-top: 0.4rem;

}

.footer_share dt{



}

.footer_share dt a{

   display: block;

   width: 100%;

}

.footer_share dt a iconify-icon{

   font-size: 0.25rem;

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

   transition: all 0.3s ease;

}

.footer_share dt a iconify-icon:hover{

	color: #fff;

	transform: translateY(-0.05rem);

}

.footer_2{

	width: 29%;

	box-sizing: border-box;

	padding-right: 2%;

}

.footer_ul{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_ul li{



}

.footer_ul li a{

	font-size: 0.18rem;

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

	text-transform: capitalize;

	position: relative;

	transition: all 0.3s ease;

}

.footer_ul li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: #fff;

	transition: all 0.3s ease;

}

.footer_ul li a:hover{

    color: #fff;

}

.footer_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.footer_3{

	width: 29.67%;

}

.footer_down_bac{

   background-color: var(--i_color);

}

.footer_down{

   box-sizing: border-box;

   padding: 0.25rem 0;

}

.footer_down p{

   font-size: 0.16rem;

   color: #fff;

}

.footer_down p a{

	font-size: 0.16rem;

	color: #fff;

	transition: all 0.3s ease;

	position: relative;

}

.footer_down p a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: #fff;

	transition: all 0.3s ease;

}

.footer_down p a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}



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

	.footer_top_text h3 {

		font-size: 0.32rem;

	}

	.footer_top_text h4 {

		font-size: 0.22rem;

	}

}

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

	.footer_contact li a {

		font-size: 0.16rem;

		width: calc(100% - 0.22rem);

	}

	.footer_contact li iconify-icon {

		font-size: 0.22rem;

		margin-top: 0.02rem;

	}

	.footer_ul li a {

		font-size: 0.16rem;

	}

	.footer_top_text h3 {

		font-size: 0.28rem;

	}

	.footer_top_text h4 {

		font-size: 0.2rem;

	}

	.footer_top_btn a {

		padding: 0.15rem;

	}

	.footer_top_2 {

		width: calc(100% - 0.75rem);

		padding: 0 0.2rem 0 0.1rem;

	}

	.footer_top_1 img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.footer_top_1 i {

		width: 0.35rem;

		height: 0.35rem;

	}

	.footer_top {

		padding: 0.5rem 4%;

	}

	.footer_bac {

		padding: 2rem 0 0.3rem 0;

		margin-top: -1.2rem;

	}

	.footer_box::after {

		width: 8rem;

		height: 1.3rem;

	}

}

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

	.footer_top_text h3 {

		font-size: 0.24rem;

	}

	.footer_top_text h4 {

		font-size: 0.18rem;

		margin-top: 0.1rem;

	}

	.footer>img {

		height: 0.4rem;

	}

	.footer_2,.footer_3{display: none;}

	.footer_1 {

		width: 100%;

		padding-right: 0%;

	}

	.footer_box::after {

		width: 7rem;

		height: 1.1rem;

	}

}

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

	.footer_top_text h3 {

		font-size: 0.2rem;

	}



}

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

	.footer_top {

		padding: 0.4rem 4%;

	}

	.footer_bac {

		padding: 1.7rem 0 0.3rem 0;

		margin-top: -1.2rem;

	}

	.footer>img {

		height: 0.35rem;

		margin-bottom: 0.2rem;

	}

	.footer_box::after {

		width: 6rem;

		height: 1rem;

	}

	.footer_down {

		padding: 0.25rem 0 0.75rem 0;

	}

}

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

	.footer_top{

		flex-wrap: wrap;

	}

	.footer_top_text{

		width: 100%;

	}

	.footer_top_text br{display: none;}

	.footer_top_2 h5 {

		font-size: 0.16rem;

	}

	.footer_top_2 h6 {

		font-size: 0.14rem;

	}

	.footer_top_btn a {

		padding: 0.1rem;

		border-radius: 1rem;

	}

	.footer_top_1 img {

		width: 0.3rem;

		height: 0.3rem;

	}

	.footer_top_1 i {

		width: 0.25rem;

		height: 0.25rem;

	}

	.footer_top_2 {

		width: calc(100% - 0.55rem);

	}

	.footer_top_btn{

		margin-top: 0.2rem;

	}

	.footer_top {

		padding: 0.3rem 4%;

	}

	.footer_h3 {

		font-size: 0.24rem;

		margin-bottom: 0.2rem;

	}

	.footer_box::after {

		width: 4rem;

		height: 0.8rem;

	}

}

@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: 55%;

	left: 45%;

	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;

	}

}







/* banner_about */

.banner_about{

   position: relative;

   overflow: hidden;

}

.banner_about::after{

   content: '';

   display: block;

   padding-bottom: 31.25%;

}

.banner_about img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}







/* 当前位置 */

.in_position{padding:0.14rem 0;background-color: #F7FCFF;}



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

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

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

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

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

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

    .in_position{

	  display: none;

    }

}

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



}

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



}





/* about_list */

.about_list_bac{

   margin-top: 0.6rem;

}

.about_list{

   border-bottom: 1px solid #E8E8E8;

   display: flex;

   justify-content: space-between;

   align-items: flex-end;

   flex-wrap: wrap;

   gap: 0.2rem;

}

.about_list h3{

   font-size: 0.4rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

}

.about_list_ul{

   display: flex;

   gap: 0.8rem;

}

.about_list_ul li{



}

.about_list_ul li a{

   font-size: 0.2rem;

   color: #333;

   font-weight: bold;

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   display: inline-block;

   position: relative;

   transition: all 0.3s ease;

   text-transform: capitalize;

}

.about_list_ul li a::after{

   content: '';

   position: absolute;

   bottom: 0;

   right: 0;

   width: 0;

   height: 0.02rem;

   background-color: var(--i_color);

   transition: all 0.5s ease;

}

.about_list_active a,

.about_list_ul li a:hover{

   color: var(--i_color) !important;

}

.about_list_active a::after,

.about_list_ul li a:hover::after{

   width: 100% !important;

   right: auto !important;

   left: 0 !important;

}





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

	.about_list_ul li a {

		font-size: 0.18rem;

	}

	.about_list h3 {

		font-size: 0.35rem;

	}

}

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

	.about_list_ul li a {

		font-size: 0.16rem;

		padding-bottom: 0.1rem;

	}

	.about_list h3 {

		font-size: 0.3rem;

	}

	.about_list_ul {

		gap: 0.6rem;

	}

	.about_list_bac {

		margin-top: 0.4rem;

	}

}

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

	.about_list h3 {

		font-size: 0.28rem;

	}

}

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

	.about_list h3 {

		font-size: 0.26rem;

	}

}

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

	.about_list h3 {

		font-size: 0.24rem;

	}

	.about_list_ul{

		width: 100%;

	}

	.about_list_ul {

		gap: 0.4rem;

	}

}

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

	.about_list h3 {

		font-size: 0.22rem;

	}

	.about_list_ul li a {

        font-size: 0.14rem;

        padding-bottom: 0.05rem;

    }

	.about_list{

		gap: 0.1rem;

	}

}

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



}





/* about_us */

.about_us_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.about_us{



}

.about_us_text{

	font-size: 0.18rem;

	color: #222;

	line-height: 166%;

	margin-top: 0.4rem;

}

.about_us_img{

	width: 11.63rem;

    height: 2.09rem;

    max-width: 100%;

    margin-left: auto;

    margin-right: auto;

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

    background-size: cover;

    background-attachment: fixed;

    -webkit-mask-box-image: url(static/imgs/about_us_logo.webp);

	margin-top: 0.6rem;

}



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

	.about_us_img {

		height: 2rem;

		margin-top: 0.4rem;

	}

}

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

	.about_us_bac {

		padding: 0.6rem 0;

	}

	.about_us_text {

		font-size: 0.16rem;

		margin-top: 0.2rem;

	}

	.about_us_img {

		height: 1.8rem;

	}

}

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

	.about_us_img {

		height: 1.6rem;

	}

}

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

	.about_us_img {

		height: 1.4rem;

	}

}

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

	.about_us_img {

		height: 1.2rem;

	}

}

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

	.about_us_img {

		height: 1rem;

		margin-top: 0.2rem;

	}

}

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

	.about_us_img {

		height: 0.8rem;

	}

}





/* about_video */

.about_video_bac{



}

.about_video{

   position: relative;

}

.about_video::after{

	content: '';

	display: block;

	padding-bottom: 42.97%;

}

.about_video img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	height: 100%;

	width: 100%;

	height: auto;

    clip-path: circle(100% at 50% 50%);

	overflow: hidden;

}

.mergeLeft{

	animation: mergeLeft 2.5s;

}

.mergeRight{

	animation: mergeRight 2.5s;

}

@keyframes mergeLeft{

	0% {

		clip-path: circle(25% at -50% 50%);

	}

	50% {

		clip-path: circle(25% at 50% 50%);

	}

	100% {

		clip-path: circle(100% at 50% 50%);

	}

}



@keyframes mergeRight{

	0% {

		clip-path: circle(25% at 150% 50%);

	}

	50% {

		clip-path: circle(25% at 50% 50%);

	}

	100% {

		clip-path: circle(100% at 50% 50%);

	}

}





.about_video_box{

    position: absolute;

	top: 18%;

	left: 50%;

	transform: translate(-50%,0);

	display: flex;

	flex-direction: column;

	align-items: center;

	width: 100%;

	z-index: 3;

}

.about_video_box h3{

    font-size: 0.36rem;

	color: #fff;

	text-align: center;

	text-transform: capitalize;

	margin-bottom: 0.3rem;

}

.about_us_btn{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

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

	border-radius: 8rem;

	gap: 0.15rem;

	box-sizing: border-box;

	padding: 0.15rem 0.2rem;

	cursor: pointer;

}

.about_us_btn h4{

	font-size: 0.18rem;

    color: #DB4023;

    text-transform: capitalize;

}

.about_us_btn iconify-icon{

	font-size: 0.26rem;

    color: #DB4023;

}



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

	.about_video_box h3 {

		font-size: 0.32rem;

	}

}

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

	.about_video_box h3 {

		font-size: 0.28rem;

		margin-bottom: 0.2rem;

	}

	.about_us_btn h4 {

		font-size: 0.16rem;

	}

	.about_us_btn iconify-icon {

		font-size: 0.24rem;

	}

	.about_us_btn {

		gap: 0.1rem;

		padding: 0.12rem 0.2rem;

	}

}

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

	.about_video_box h3 {

		font-size: 0.24rem;

	}

}

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

	.about_video_box h3 {

		font-size: 0.2rem;

	}

}

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

	.about_video_box h3 {

		font-size: 0.18rem;

		margin-bottom: 0.1rem;

	}

	.about_us_btn h4 {

		font-size: 0.14rem;

	}

	.about_us_btn iconify-icon {

		font-size: 0.2rem;

	}

	.about_us_btn {

		gap: 0.1rem;

		padding: 0.1rem 0.15rem;

	}

}

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

	.about_video_box h3 {

		font-size: 0.16rem;

	}

}

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



}



/* stor */

.stor_bac{

   box-sizing: border-box;

   padding: 1.5rem 0;

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

   background-size: cover;

}

.stor{



}

.stor_ul{

   display: flex;

   gap: 0.5rem;

   margin-top: 1.4rem;

}

.stor_ul li{

  width: 32.93%;

  box-sizing: border-box;

  padding: 0.9rem 0.3rem 0.4rem 0.3rem;

  position: relative;

  background-color: #fff;

  border-radius: 0.2rem;

}

.stor_ul li img{

   position: absolute;

   top: -0.48rem;

   left: 0.3rem;

   width: 0.97rem;

   height: 0.97rem;

   object-fit: contain;

   border-radius: 0.06rem;

}

.stor_ul li h3{

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   margin-bottom: 0.1rem;

}

.stor_ul li h4{

   font-size: 0.2rem;

   color: #333;

}





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

	.stor_bac{

		padding: 1.3rem 0;

	}

}

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

	.stor_bac{

		padding: 1.1rem 0;

	}

	.stor_ul li {

		width: 32%;

		padding: 0.7rem 0.3rem 0.4rem 0.3rem;

	}

	.stor_ul li img {

		top: -0.4rem;

		width: 0.8rem;

		height: 0.8rem;

	}

	.stor_ul {

		gap: 0.4rem;

		margin-top: 1rem;

	}

	.stor_ul li h3 {

		font-size: 0.22rem;

	}

	.stor_ul li h4 {

		font-size: 0.18rem;

	}

}

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

	.stor_bac{

		padding: 0.8rem 0;

	}

}

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



}

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

	.stor_ul li {

		width: 45%;

		padding: 0.6rem 0.3rem 0.4rem 0.3rem;

	}

	.stor_ul li img {

		top: -0.3rem;

		width: 0.6rem;

		height: 0.6rem;

	}

	.stor_ul {

		gap: 0.2rem;

		margin-top: 0.6rem;

	}

	.stor_ul li h3 {

		font-size: 0.2rem;

	}

	.stor_ul li h4 {

		font-size: 0.16rem;

	}

}

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

    .stor_ul li {

        width: 100%;

    }

	.stor_ul{

		flex-wrap: wrap;

		gap: 0.6rem;

	}

}

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



}





/* advantages */

.advantages_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.advantages{



}

.advantages_box{

   position: relative;

   overflow: hidden;

   margin-top: 0.6rem;

}

.advantages_box::after{

   content: '';

   display: block;

   padding-bottom: 39.0625%;

}

.advantages_box>img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	height: 100%;

	width: 100%;

	object-fit: cover;

}

.advantages_ul{

	position: absolute;

	top: 50%;

	left: 50%;

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

	height: 100%;

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

	display: flex;

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

	box-sizing: border-box;

	overflow: hidden;

}

.advantages_ul li{

    width: 25%;

	box-sizing: border-box;

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

	padding: 0 3%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

.advantages_ul li img{

   width: 0.8rem;

   height: 0.8rem;

   object-fit: contain;

}

.advantages_ul li h3{

   font-size: 0.2rem;

   color: #fff;

   text-transform: capitalize;

   font-weight: bold;

   text-align: center;

   margin-top: 0.1rem;

}

.advantages_ul li h4{

	font-size: 0.2rem;

	color: #fff;

	text-align: center;

	margin-top: 0.2rem;

	display: none;

}

.advantages_ul li.on h4{

	display: block;

	animation: ooo 0.7s ease;

}



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

	.advantages_bac {

		padding: 0.8rem 0;

	}

	.advantages_ul li img{

		width: 0.7rem;

		height: 0.7rem;

	}

}

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

	.advantages_ul li h3 {

		font-size: 0.18rem;

	}

	.advantages_ul li h4 {

		font-size: 0.16rem;

	}

	.advantages_bac {

		padding: 0.6rem 0;

	}

	.advantages_box {

		margin-top: 0.4rem;

	}

	.advantages_ul li img{

		width: 0.6rem;

		height: 0.6rem;

	}

}

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

	.advantages_ul li h4 {

		font-size: 0.14rem;

		margin-top: 0.1rem;

	}



}

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



}

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

	.advantages_ul li {

		width: 50%;

		border-right: 1px solid transparent;

		padding: 0.4rem;

	}

	.advantages_ul li:nth-child(1),

	.advantages_ul li:nth-child(2){

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

	}

	.advantages_ul{

		flex-wrap: wrap;

		border-left: 1px solid transparent;

	}

	.advantages_box::after {

		padding-bottom: 0;

	}

	.advantages_box>img{

		display: none;

	}

	.advantages_ul{

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

		background-size: cover;

		position: relative;

		top: unset;

		left: unset;

		transform: unset;

		z-index: 2;

	}

	.advantages_ul::after{

		content: '';

		position: absolute;

		top: 0;

		left: 0;

		width: 100%;

		height: 100%;

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

		z-index: -1;

	}

	.advantages_ul li img{

		width: 0.5rem;

		height: 0.5rem;

	}

}

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

	.advantages_ul li img{

		width: 0.4rem;

		height: 0.4rem;

	}

}

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

	.advantages_ul li {

		width: 100%;

	}

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

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

	}

}







/* factory */

.factory_bac{

   box-sizing: border-box;

   padding: 1rem 0 ;

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

   background-size: cover;

}

.factory{



}







/*  */

.factory_partner_box{

	margin-top: 0.6rem;

}



.factory_partner{position:relative}

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

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

.factory_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



.factory_partner_list .img{width:100%; box-sizing:border-box; position:relative;border-radius: 0.1rem; overflow:hidden}

.factory_partner_list .img:before{content:""; display:block; padding-bottom:51.41%}

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





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



/* 指示器 */

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

.factory_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer;border: 1px solid var(--i_color); display:inline-block; margin:0 0.05rem; background:var(--i_color); border-radius:50%; outline:none}

.factory_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:transparent}



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

	box-sizing: border-box;

	background-color: var(--i_color);

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 0.1rem;

	transition: all 0.3s ease;

}

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

	font-size: 0.3rem;

	color: #fff;

	transition: all 0.3s ease;

}

.factory_partner .pt-button-prev{left:10.9375%;}

.factory_partner .pt-button-next{right:10.9375%;}



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

	background-color: var(--i_color2);

}

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

	color: #fff;

}



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



}

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



}

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

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

	.factory_partner .pt-pagination{display:block}

}

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



}

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



}

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



}





/* certificate */

.certificate_bac{

	box-sizing: border-box;

	padding: 0.8rem 0;

}

.certificate{

   position: relative;

}

.certificate img{

	width: 100%;

	height: auto;

}

.certificate_box{

   position: absolute;

   top: 8%;

   left: 50%;

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

}

.certificate_box h3{

	font-size: 0.18rem;

	line-height: 177%;

	color: #666;

	margin-bottom: 0.5rem;

}

.certificate_box h4{

   font-size: 0.42rem;

   color: #333;

   font-weight: bold;

   margin-bottom: 0.2rem;

}

.certificate_box h5{

   font-size: 0.18rem;

   line-height: 177%;

   color: #666;

   margin-top: 0.2rem;

}



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

	.certificate_box h4 {

		font-size: 0.38rem;

	}

}

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

	.certificate_box h3 {

		font-size: 0.16rem;

		margin-bottom: 0.4rem;

	}

	.certificate_box h4 {

		font-size: 0.34rem;

		margin-bottom: 0.1rem;

	}

	.certificate_box h5 {

		font-size: 0.16rem;

	}

	.certificate_bac {

		padding: 0.6rem 0;

	}

}

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

	.certificate_box h4 {

		font-size: 0.3rem;

	}

}

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

	.certificate_box h4 {

		font-size: 0.26rem;

	}

	.certificate_box h3{

		display: none;

	}

}

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

	.certificate_box h4 {

		font-size: 0.22rem;

	}

	.certificate_box h5{

		display: none;

	}

}

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



}

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



}





/* technology */

.technology_bac{

   position: relative;

   z-index: 2;

   box-sizing: border-box;

   padding: 0.6rem 0 0.8rem 0;

}

.technology_bac>img{

   position: absolute;

   bottom: 0;

   left: 0;

   width: 100%;

   height: auto;

   z-index: -1;

}

.technology{

   display: flex;

   flex-wrap: wrap;

}

.technology_left{

   width: 50.27%;

   position: relative;

}

.technology_left::after{

   content: '';

   display: block;

   padding-bottom: 73.74%;

}

.technology_left img{

   position: absolute;

   left: 50%;

   top: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.technology_right{

   width: 49.73%;

   box-sizing: border-box;

   padding-left: 3%;

}

.technology_right h3{

   font-size: 0.18rem;

   color: #3D3D3D;

   margin-top: 0.4rem;

}





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



}

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

	.technology_right h3 {

		font-size: 0.16rem;

		margin-top: 0.3rem;

	}

	.technology_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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



}

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



}

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

	.technology {

		align-items: flex-start;

	}

}

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

	.technology_left {

		width: 100%;

	}

	.technology_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

}

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



}





/* about_adv */

.about_adv_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.about_adv{



}

.about_adv_box{

   margin-top: 0.6rem;

   display: flex;

   flex-wrap: wrap;

   align-items: flex-start;

}

.about_adv_left{

   width: 63.13%;

   box-sizing: border-box;

   padding-right: 5%;

}

.about_adv_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.7rem 0;

}

.about_adv_ul li{

   width: 50%;

   box-sizing: border-box;

   padding-right: 5%;

}

.about_adv_img{

	position: relative;

	display: inline-block;

}

.about_adv_ul li img{

   width: 0.62rem;

   height: 0.62rem;

   object-fit: contain;

   display: block;

}

.about_adv_img::after{

	content: '';

	position: absolute;

	bottom: -0.21rem;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.78rem;

	height: 0.21rem;

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

	background-size: contain;

	opacity: 0;

	transition: all 0.3s ease;

}

.about_adv_ul li h3{

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   margin: 0.2rem 0 0.1rem 0;

   transition: all 0.3s ease;

}

.about_adv_ul li h4{

   font-size: 0.16rem;

   color: #666;

}

.about_adv_right{

	width: 36.87%;

	background-color: #EEF3FA;

	border-radius: 0.2rem;

	padding: 0.6rem;

	box-sizing: border-box;

}

.about_adv_right h5{

	font-size: 0.36rem;

	color: #333;

	font-weight: bold;

	text-align: center;

	text-transform: capitalize;

	margin-bottom: 0.3rem;

}

.about_adv_ul li:hover .about_adv_img::after{

	opacity: 1;

}

.about_adv_ul li:hover h3{

	color: var(--i_color);

}







/* contact 表单 */



#wpforms-37 {

	--input_font_size: 0.16rem;

	--input_height: .5rem

}

#wpforms-form-37 {

	width: 100%;

	position: relative;

	overflow: hidden

}



#wpforms-37 input,

#wpforms-37 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-37 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-37 .wpforms-field-label {

	font-size: 0;

}

#wpforms-37 .wpforms-required-label {

	position: absolute;

	top: .14rem;

	left: .05rem;

	font-size: .16rem;

	color: #F00

}

#wpforms-37 .wpforms-field {

	width: 100%;

	background: transparent;

	padding-bottom: .2rem;

	position: relative;

	overflow: hidden

}



#wpforms-37 .wpforms-field-container input,

#wpforms-37 textarea {

	width: 100%;

	max-width: 100% !important;

	min-width: 100%;

	font-size: var(--input_font_size);

	color: #333;

	height: var(--input_height);

	box-sizing: border-box;

	background: #fff;

	padding: 0 .2rem;

	overflow: hidden;

	-webkit-transition: all .5s ease;

	transition: all .5s ease;

	border: 1px solid transparent;

}

#wpforms-37 .wpforms-field-container input:hover,

#wpforms-37 textarea:hover {

	border-color: var(--i_color);

}

#wpforms-37 input {

	line-height: var(--input_height);

	border-radius: 0.04rem;

}

#wpforms-37 textarea {

	line-height: .22rem;

	min-height: 1.55rem;

	padding: .08rem .16rem;

	border-radius: .04rem;

}



#wpforms-37 input::-webkit-input-placeholder,

#wpforms-37 textarea::-webkit-input-placeholder {

	color: #333;

	font-size: var(--input_font_size)

}

#wpforms-37 input::-moz-placeholder,

#wpforms-37 textarea::-moz-placeholder {

	color: #333;

	font-size: var(--input_font_size)

}

#wpforms-37 input::-ms-input-placeholder,

#wpforms-37 textarea::-ms-input-placeholder {

	color: #333;

	font-size: var(--input_font_size)

}





#wpforms-37 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

	overflow: hidden

}

#wpforms-37 .wpforms-submit-container {

	padding: 0 !important;

	overflow: hidden;

	position: relative;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}



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

	width: 2rem;

	height: .5rem;

	font-size: .16rem;

	font-weight: bold;

	color: #fff;

	background: var(--i_color);

	line-height: .42rem;

	cursor: pointer;

	position: relative;

	-webkit-border-radius: .04rem;

	border-radius: .04rem;

	z-index: 2;

	transition: all 0.3s ease;

}

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

	background-color: var(--i_color2);

}

#wpforms-37 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}







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

    position: relative;

	overflow: hidden;

}







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

	.about_adv_right h5 {

		font-size: 0.32rem;

		margin-bottom: 0.2rem;

	}

	.about_adv_right {

		padding: 0.5rem;

	}

	.about_adv_ul li h3 {

		font-size: 0.22rem;

	}

	.about_adv_bac {

		padding: 0.8rem 0;

	}

}

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

	.about_adv_right h5 {

		font-size: 0.28rem;

	}

	.about_adv_right {

		padding: 0.4rem;

	}

	.about_adv_ul li h4 {

		font-size: 0.14rem;

	}

	.about_adv_ul li h3 {

		font-size: 0.2rem;

	}

	.about_adv_bac {

		padding: 0.6rem 0;

	}

	.about_adv_box {

		margin-top: 0.4rem;

	}

	.about_adv_ul {

		gap: 0.6rem 0;

	}

}

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

	.about_adv_right h5 {

		font-size: 0.24rem;

	}

	.about_adv_left {

		width: 100%;

		padding-right: 0%;

	}

	.about_adv_right {

		width: 100%;

		margin-top: 0.4rem;

	}

	.about_adv_ul {

		gap: 0.4rem 0;

	}

}

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

	.about_adv_right h5 {

		font-size: 0.2rem;

	}



}

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



}

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

    .about_adv_right {

        padding: 0.4rem 0.2rem;

    }

}

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



}





.sesearch_bac{

    margin-bottom: 0.8rem;

}

.sesearch_bac img{

	width: 100%;

	height: auto;

}



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

	.sesearch_bac{

		margin-bottom: 0.6rem;

	}

}





/* solutions */

.solutions_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.solutions{



}

.solutions_ul{

   display: flex;

   flex-direction: column;

   gap: 0.6rem;

   margin-top: 0.6rem;

}

.solutions_ul li{



}

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

	flex-direction: row-reverse;

}

.solutions_ul li a{

   display: block;

   width: 100%;

   background-color: #F6F6F6;

   display: flex;

   flex-wrap: wrap;

   overflow: hidden;

   border-radius: 0.08rem;

   position: relative;

   transition: all 0.3s ease;

}

.solutions_img{

   width: 57.33%;

   border-radius: 0.08rem;

   position: relative;

   overflow: hidden;

}

.solutions_img::after{

   content: '';

   display: block;

   padding-bottom: 65.7%;

}

.solutions_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.solutions_text{

   width: 42.67%;

   box-sizing: border-box;

   padding: 0.4rem 5%;

   display: flex;

   flex-direction: column;

   justify-content: center;

   position: relative;

   z-index: 2;

}

.solutions_text::after{

	content: '';

	position: absolute;

	width: 2.91rem;

	height: 3.4rem;

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

	background-size: contain;

	z-index: -1;

	bottom: -0.25rem;

	right: 0;

	opacity: 0;

	transition: all 0.3s ease;

}

.solutions_text i{

   position: absolute;

   top: 0.2rem;

   right: 0.2rem;

   font-size: 0.18rem;

   color: #999;

}

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

	right: unset;

	left: 0.2rem;

}

.solutions_text img{

	display: block;

	width: 0.6rem;

	height: 0.6rem;

	object-fit: contain;

}

.solutions_text h3{

   line-height: 125%;

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   margin: 0.2rem 0;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   transition: all 0.3s ease;

}

.solutions_text h4{

   font-size: 0.18rem;

   line-height: 166%;

   color: #666;

   margin-bottom: 0.4rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 6;

}



.solutions_ul li a:hover{

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

	background-color: #fff;

}

.solutions_ul li a:hover h3{

	color: var(--i_color);

}

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

	opacity: 1;

}

























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



}

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

	.solutions_bac {

		padding: 0.6rem 0;

	}

	.solutions_ul {

		gap: 0.4rem;

		margin-top: 0.4rem;

	}

	.solutions_text h3 {

		font-size: 0.2rem;

	}

	.solutions_text h4 {

		font-size: 0.16rem;

		line-height: 166%;

		margin-bottom: 0.2rem;

		-webkit-line-clamp: 4;

	}

	.solutions_text {

		padding: 0.2rem 4%;

	}

	.solutions_text img {

		width: 0.5rem;

		height: 0.5rem;

	}

}

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



}

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



}

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

	.solutions_img {

		width: 100%;

	}

	.solutions_text {

		width: 100%;

		padding: 0.4rem 5%;

	}

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

		right: 0.2rem;

		left: unset;

	}

	.solutions_text h4 {

        font-size: 0.14rem;

    }

	.solutions_text h3 {

		margin: 0.15rem 0;

	}

}

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



}

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



}



/* recom_projects */

.recom_projects_bac{

	background-color: #F6F6F6;

	box-sizing: border-box;

	padding: 0.8rem 0;

	margin-bottom: 0.8rem;

}

.recom_projects{



}







/*  */

.recom_partner_box{

	margin-top: 0.4rem;

}



.recom_partner{position:relative}

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

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

.recom_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	box-sizing: border-box;

	padding: 0.15rem 0.15rem 0.5rem 0.15rem;

	box-shadow: 0 0 0.1rem rgba(29,29,29,0.2);

	border-radius: 0.08rem;

	background-color: #fff;

}

.recom_partner_list li::before{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 0.03rem;

	background: linear-gradient(to right,#0068B7,#53B037);

	transition: all 0.7s ease;

}

.recom_partner_list li::after{

	content: '';

	position: absolute;

	bottom: 0.15rem;

	right: 0.15rem;

	width: 0.73rem;

	height: 0.13rem;

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

	background-size: contain;

}

.recom_partner_list .img{width:100%; box-sizing:border-box;border-radius: 0.08rem; position:relative; overflow:hidden}

.recom_partner_list .img:before{content:""; display:block; padding-bottom:49.64%}

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





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



.recom_partner_list p{

	font-size: 0.24rem;

	color: #999;

	font-family: 'bold';

	margin-top: 0.4rem;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.recom_partner_list li:hover::before{

	right: auto;

	left: 0;

	width: 100%;

}

.recom_partner_list li:hover p{

    color: var(--i_color);

}





















/* 指示器 */

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

.recom_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer;border: 1px solid var(--i_color);box-sizing: border-box; display:inline-block; margin:0 0.05rem; background:var(--i_color); border-radius:50%; outline:none}

.recom_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:transparent}





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

	.recom_partner_list p {

		font-size: 0.22rem;

		margin-top: 0.3rem;

	}

	.recom_partner_list li {

		padding: 0.15rem 0.15rem 0.4rem 0.15rem;

	}

}

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



}

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

	.recom_partner_list p {

		font-size: 0.2rem;

		margin-top: 0.2rem;

	}

	.recom_partner_list li {

		padding: 0.1rem 0.1rem 0.3rem 0.1rem;

	}

	.recom_projects_bac {

		padding: 0.6rem 0;

		margin-bottom: 0.6rem;

	}

}

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



}

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

	.recom_partner_box{

		margin-top: 0.2rem;

	}



}

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



}



/* service_us */

.service_us_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

   position: relative;

   z-index: 2;

}

.service_us_bac::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 80%;

	background: #ECF2F9;

	z-index: -1;

}

.service_us_bac::before{

	content: '';

	position: absolute;

	bottom: 80%;

	left: 0;

	width: 100%;

	height: 0.08rem;

	background: linear-gradient(to right,#0068B7,#53B037);

}

.service_us{



}

.service_us_box{

   display: flex;

   flex-wrap: wrap;

   align-items: flex-end;

}

.service_us_left{

   width: 43.07%;

   position: relative;

   overflow: hidden;

   border-radius: 0.1rem;

}

.service_us_left::after{

   content: '';

   display: block;

   padding-bottom: 61.15%;

}

.service_us_left img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.service_us_right{

   width: 56.93%;

   box-sizing: border-box;

   padding-left: 4%;

}



.service_us_ul{

   display: flex;

   gap: 1rem;

   margin-top: 0.6rem;

}

.service_us_ul li{

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

}

.service_us_ul li img{

   width: 0.5rem;

   height: 0.5rem;

   object-fit: contain;

}

.service_us_ul li h4{

   font-size: 0.24rem;

   color: #3D3D3D;

   font-weight: bold;

   margin: 0.15rem 0;

   text-transform: capitalize;

}

.service_us_ul li h5{

   font-size: 0.18rem;

   color: #666;

}





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

	.service_us_ul {

		gap: 0.8rem;

	}

	.service_us_ul li {

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

	}

	.service_us_ul li img{

		width: 0.45rem;

		height: 0.45rem;

	}

	.service_us_bac::after{

		height: 85%;

	}

	.service_us_bac::before{

		bottom: 85%;

	}

}

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

	.service_us_ul {

		gap: 0.6rem;

	}

	.service_us_ul li {

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

	}

	.service_us_ul li h5 {

		font-size: 0.16rem;

	}

	.service_us_ul li h4 {

		font-size: 0.2rem;

	}

	.service_us_ul li img{

		width: 0.4rem;

		height: 0.4rem;

	}

}

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

	.service_us_ul {

		gap: 0.4rem;

	}

	.service_us_ul li {

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

	}

	.service_us_ul li h5 {

		font-size: 0.14rem;

	}

	.service_us_ul li img{

		width: 0.35rem;

		height: 0.35rem;

	}

}

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

	.service_us_ul {

		gap: 0.2rem;

	}

	.service_us_ul li {

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

	}

}

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

	.service_us_ul {

		margin-top: 0.4rem;

		flex-wrap: wrap;

	}

	.service_us_ul li {

        width: 100%;

    }

	.service_us_left {

		width: 100%;

	}

	.service_us_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

	.service_us_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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



}

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



}





/* process */

.process_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background-color: #F6F6F6;

}

.process{



}

.process_ul{

   margin-top: 0.6rem;

   display: flex;

   flex-direction: column;

   gap: 0.6rem;

}

.process_ul li{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

}

.process_img{

   width: 44.53%;

   position: relative;

}

.process_img::after{

   content: '';

   display: block;

   padding-bottom: 67.37%;

}

.process_li .process_img::after{

	padding-bottom: 56.46%;

}

.process_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.process_dl{

   width: 55.47%;

   box-sizing: border-box;

   padding-left: 2.7%;

}

.process_dl dt{

   display: flex;

   box-sizing: border-box;

   padding: 0.25rem 0.3rem;

   border-radius: 0.06rem;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.process_dl dt::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 100%;

	background-color: #fff;

	transition: all 0.7s ease;

	z-index: -1;

}

.process_dl dt h3{

   font-size: 0.32rem;

   color: #999;

   font-family: 'med';

   transition: all 0.3s ease;

}

.process_text{

	box-sizing: border-box;

	padding-left: 0.2rem;

}

.process_text h4{

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   margin-bottom: 0.05rem;

   transition: all 0.3s ease;

   text-transform: capitalize;

}

.process_text h5{

   line-height: 133%;

   font-size: 0.18rem;

   color: rgba(102,102,102,0.5);

   transition: all 0.3s ease;

}

.process_dl dt:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.process_dl dt:hover h3{

   color: var(--i_color);

}

.process_dl dt:hover h5{

	color: #333;

}

.process_ul li:nth-child(even){

	flex-direction: row-reverse;

}

.process_ul li:nth-child(even) .process_dl{

	padding-left: 0%;

    padding-right: 2.7%;

}





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

	.process_bac {

		padding: 0.8rem 0;

	}

	.process_dl dt h3 {

		font-size: 0.3rem;

	}

	.process_text h5 {

		font-size: 0.16rem;

	}

	.process_text h4 {

		font-size: 0.22rem;

	}

}

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

	.process_bac {

		padding: 0.6rem 0;

	}

	.process_ul {

		margin-top: 0.4rem;

		gap: 0.4rem;

	}

	.process_dl dt h3 {

		font-size: 0.28rem;

	}

	.process_text h4 {

		font-size: 0.2rem;

	}

	.process_dl dt {

		padding: 0.2rem 0.25rem;

	}

}

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

	.process_dl dt h3 {

		font-size: 0.26rem;

	}

}

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

	.process_dl dt h3 {

		font-size: 0.24rem;

	}

}

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

	.process_dl dt h3 {

		font-size: 0.2rem;

	}

	.process_img {

		width: 100%;

	}

	.process_dl {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.2rem;

	}

}

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



}

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



}





/* -------------------full ------------------*/

.full_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.full{



}

.full_box{

   display: flex;

   justify-content: space-between;

   flex-wrap: wrap;

   box-sizing: border-box;

   position: relative;

   z-index: 2;

}

.full_box::after{

	content: '';

	position: absolute;

	width: 10.46rem;

	height: 1.89rem;

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

	background-size: contain;

	z-index: -1;

	top: 32%;

	left: 50%;

	transform: translate(-50%,0);

}

.full_box>li{

   width: 3.29rem;



}

.full_box>li:nth-child(1){

	margin-top: 1rem;

}

.full_box>li:nth-child(2){

	margin-top: 0.5rem;

}

.full_img{

   position: relative;

}

.full_img img{

   width: 100%;

}

.full_box h3{

   font-size: 0.24rem;

   color: #3D3D3D;

   font-weight: bold;

   margin: 0.3rem 0;

   text-transform: capitalize;

}

.full_ul{

   box-sizing: border-box;

   padding: 0.25rem 0 0.25rem 0.13rem;

   border-left: 1px solid #CCCCCC;

   display: flex;

   flex-direction: column;

   gap: 0.4rem;

}

.full_ul li{



}

.full_ul li h4{

   font-size: 0.18rem;

   color: #666;

   position: relative;

   text-transform: capitalize;

}

.full_ul li h4::after{

	content: '';

	position: absolute;

	left: -0.18rem;

	width: 0.09rem;

	height: 0.09rem;

	background-color: var(--i_color2);

	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

	top: 50%;

	transform: translate(0,-50%);

}

.full_dl{

   display: flex;

   flex-direction: column;

   gap: 0.3rem;

   margin-top: 0.4rem;

}

.full_dl dt{

   display: flex;

   align-items: center;

}

.full_dl dt img{

   width: 0.64rem;

   height: 0.64rem;

   object-fit: contain;

}

.full_dl dt p{

	width: calc(100% - 0.64rem);

	box-sizing: border-box;

	padding-left: 0.1rem;

	font-size: 0.18rem;

	color: #3D3D3D;

}







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

	.full_bac {

		padding: 0.8rem 0;

	}

	.full_box h3 {

		font-size: 0.22rem;

		margin: 0.25rem 0;

	}

	.full_dl dt img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.full_dl dt p {

		width: calc(100% - 0.6rem);

		font-size: 0.16rem;

	}

}

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

	.full_bac {

		padding: 0.6rem 0;

	}

	.full_box h3 {

		font-size: 0.2rem;

		margin: 0.2rem 0;

	}

	.full_ul li h4 {

		font-size: 0.16rem;

	}

	.full_dl dt img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.full_dl dt p {

		width: calc(100% - 0.5rem);

		font-size: 0.14rem;

	}

	.full_box>li {

		width: 3rem;

	}

	.full_box>li:nth-child(1){

		margin-top: 0.8rem;

	}

	.full_box>li:nth-child(2){

		margin-top: 0.4rem;

	}

}

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

	.full_box>li {

		width: 2.6rem;

	}

	.full_box>li:nth-child(1){

		margin-top: 0.6rem;

	}

	.full_box>li:nth-child(2){

		margin-top: 0.3rem;

	}

}

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

	.full_box>li {

		width: 2.2rem;

	}

}

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



}

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

	.full_box {

		flex-direction: column;

		align-content: center;

	}

	.full_box>li {

		width: 3.2rem;

	}

	.full_ul li h4 {

        font-size: 0.18rem;

    }

	.full_dl dt p {

        font-size: 0.16rem;

    }

	.full_box>li:nth-child(1) {

        margin-top: 0.4rem;

    }

}

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



}















.search_download{--size:.5rem}

.search_download{display: table; width: 100%; max-width: 5rem; margin-left: auto; border: 1px solid #DDD; -webkit-border-radius:6px; border-radius:6px; overflow: hidden;}

.search_download form{width: 100%; display:-webkit-flex; display:flex; flex-wrap:nowrap;}



.search_download_ipt{width: 100%;background: none; line-height: var(--size); box-sizing: border-box; padding:0 .18rem;}



.search_download_btn{width: var(--size); height: var(--size); font-size: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M15.553 15.553a7.06 7.06 0 1 0-9.985-9.985a7.06 7.06 0 0 0 9.985 9.985m0 0L20 20'/%3E%3C/svg%3E") no-repeat center;background-size: .3rem; cursor: pointer;}



.search_download:hover{border-color: var(--i_color);}



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

	.search_download{--size:.44rem}

	.search_download{max-width: 4rem;}

}

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

	.search_download{max-width: 100%;}

}

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

	.search_download{--size:.4rem}

	.search_download_btn{background-size: 24px;}

}







/* downlaod */

.downlaod_bac{

   box-sizing: border-box;

   padding: 0.6rem 0 0.8rem 0;

}

.downlaod{



}

.downlaod_ul{

   display: flex;

   gap: 0.6rem 0.4rem;

   margin-top: 0.6rem;

   flex-wrap: wrap;

}

.downlaod_ul li{

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

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.downlaod_ul li::after{

	content: '';

	position: absolute;

	bottom: -0.2rem;

	right: 0;

	width: 2.07rem;

	height: 2.41rem;

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

	background-size: contain;

	z-index: -1;

	transition: all 0.3s ease;

}

.downlaod_ul li a{

	display: block;

	width: 100%;

	background: rgba(0,88,167,0.08);

	display: flex;

	border-radius: 0.15rem;

	align-items: flex-end;

	transition: all 0.3s ease;

}

.downlaod_text{

   width: 56.4%;

   box-sizing: border-box;

   padding: 0.4rem 0.1rem 0.3rem 0.3rem;

}

.downlaod_text h3{

   font-size: 0.26rem;

   color: #333;

   font-weight: bold;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.downlaod_text h4{

	font-size: 0.17rem;

	color: #666;

	margin: 0.1rem 0 0.4rem 0;

	line-height: 0.32rem;

	height: 0.64rem;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

	transition: all 0.3s ease;



}

.downlaod_i{

   display: flex;

   gap: 0.1rem;

}

.downlaod_i iconify-icon{

   font-size: 0.3rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}

.downlaod_i h5{

   font-size: 0.2rem;

   color: #666;

   transition: all 0.3s ease;

}

.downlaod_img{

    width: 43.6%;

	position: relative;

}

.downlaod_img::after{

    content: '';

	display: block;

	padding-bottom: 100%;

}

.downlaod_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: contain;

}



.downlaod_ul li a:hover{

	background-color: var(--i_color);

}

.downlaod_ul li a:hover h3,

.downlaod_ul li a:hover h4,

.downlaod_ul li a:hover h5,

.downlaod_ul li a:hover iconify-icon{

	color: #fff;

}

.downlaod_ul li:hover::after{

	opacity: 0.5;

	filter: brightness(1000);

}









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

	.downlaod_text h3 {

		font-size: 0.24rem;

	}

	.downlaod_text h4 {

		font-size: 0.15rem;

		margin: 0.1rem 0 0.3rem 0;

		line-height: 0.24rem;

		height: 0.48rem;

	}

	.downlaod_ul {

		gap: 0.4rem 0.2rem;

	}

	.downlaod_ul li {

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

	}

	.downlaod_i h5 {

		font-size: 0.18rem;

	}

}

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

	.downlaod_text h3 {

		font-size: 0.22rem;

	}

	.downlaod_i h5 {

		font-size: 0.16rem;

	}

	.downlaod_i iconify-icon {

		font-size: 0.25rem;

	}

	.downlaod_text {

		padding: 0.3rem 0.05rem 0.2rem 0.2rem;

	}

	.downlaod_bac {

		padding: 0.4rem 0 0.6rem 0;

	}



}

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

	.downlaod_text h3 {

		font-size: 0.2rem;

	}

}

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

	.downlaod_text h3 {

		font-size: 0.18rem;

	}

}

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

    .downlaod_ul li {

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

    }

	.downlaod_ul {

		margin-top: 0.4rem;

	}

}

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



}

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

	.downlaod_ul li {

        width: 100%;

    }

	.downlaod_ul {

        gap: 0.2rem;

    }

}

























/* 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_us */

.contact_us_bac{

   position: relative;

   box-sizing: border-box;

   padding: 0.8rem 0;

   z-index: 2;

}

.contact_us_bac>img {

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: auto;

    z-index: -1;

}

.contact_us{

   display: flex;

   flex-wrap: wrap;



}

.contact_us_left{

   width: 50%;

   display: flex;

   background-color: var(--i_color);

   border-radius: 0.25rem;

   overflow: hidden;

}

.contact_us_img{

   width: 50%;

}

.contact_us_img img{

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.contact_us_text{

   width: 50%;

   box-sizing: border-box;

   padding: 0.4rem 0;

}

.contact_us_ul{

   margin-left: -0.44rem;

   display: flex;

   flex-direction: column;

   gap: 0.4rem;

   justify-content: center;

   height: 100%;

}

.contact_us_ul li{

   display: flex;

   box-sizing: border-box;

   padding-right: 0.4rem;

}

.contact_us_ul li:nth-child(1),

.contact_us_ul li:nth-child(2){

   align-items: center;

}

.contact_us_ul li img{

   width: 0.88rem;

   height: 0.88rem;

   object-fit: contain;

}

.contact_us_a{

   width: calc(100% - 0.88rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.contact_us_a h3{

   font-size: 0.24rem;

   color: #fff;

   font-family: 'med';

}

.contact_us_a a{

   line-height: 122%;

   font-size: 0.18rem;

   color: #fff;

   transition: all 0.3s ease;

}

.contact_us_a a:hover{

	color: var(--i_color2);

}

.contact_us_right{

	width: 50%;

	box-sizing: border-box;

	padding-left: 4%;

}









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

	.contact_us_ul li img {

		width: 0.8rem;

		height: 0.8rem;

	}

	.contact_us_a {

		width: calc(100% - 0.8rem);

	}

	.contact_us_ul li a {

        font-size: 0.16rem;

    }

	.contact_us_ul {

		margin-left: -0.4rem;

	}

}

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

	.contact_us_a h3 {

		font-size: 0.2rem;

	}

	.contact_us_ul li a {

        font-size: 0.14rem;

    }

	.contact_us_ul li img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.contact_us_a {

		width: calc(100% - 0.6rem);

	}

	.contact_us_ul {

		margin-left: -0.3rem;

	}

	.contact_us_img {

		width: 40%;

	}

	.contact_us_text {

		width: 60%;

	}

	.contact_us_bac {

		padding: 0.6rem 0;

	}

}

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

	.contact_us_img {

		width: 30%;

	}

	.contact_us_text {

		width: 70%;

	}

}

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



}

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

	.contact_us_left {

		width: 100%;

		margin-bottom: 0.4rem;

	}

}

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



}

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



}























#wpforms-34{--input_font_size:0.16rem; --input_height:0.58rem}

#wpforms-34{

	width:100%;

	margin-top: 0.4rem;

	padding:0;

}

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





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

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

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

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

#wpforms-34 .wpforms-submit-container{

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

	transition: all 0.3s ease;

	position: relative;

	z-index:2;

}





#wpforms-34 .wpforms-hidden{

	display: none;

}







#wpforms-34 .wpforms-field{

	position: relative;

}

#wpforms-34 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 0.25rem;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-34 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}







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

#wpforms-34 .wpforms-field:nth-child(1){margin-right:0.2rem}

#wpforms-34 .wpforms-field:nth-child(1), #wpforms-34 .wpforms-field:nth-child(2){width:calc((100% - 0.2rem) / 2)}



#wpforms-34 .wpforms-field:nth-child(3){margin-right:0.2rem}

#wpforms-34 .wpforms-field:nth-child(3), #wpforms-34 .wpforms-field:nth-child(4){width:calc((100% - 0.2rem) / 2)}







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



#wpforms-34 input, #wpforms-34 textarea{

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

	background-color: transparent; color:#333;

	background-color: #F3F3F3;

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

	box-shadow: 0 0 0 0 !important;

}

#wpforms-34 textarea{

	height:2.16rem;

	line-height: 166%;

	padding:10px;

}



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

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

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

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

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

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

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

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











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

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

	display: block;

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

	position:relative;

	background-color: var(--i_color);

	font-weight: bold;

	height: 0.5rem;

	border-radius: 2.3rem;

	z-index:2;

	box-shadow: 0 0 transparent !important;

	transition: all 0.3s ease;

}

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





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

	background-color: var(--i_color2);

}

























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

	.contact_us_ul li a {

		font-size: 0.22rem;

	}

}

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

	.contact_us_ul li a {

		font-size: 0.2rem;

	}

}

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

	.contact_us_ul li a {

		font-size: 0.18rem;

	}

}

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



}

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



}

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



	.contact_us_right {

		padding-left: 0%;

		width: 100%;

	}

}

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

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

	#wpforms-34 .wpforms-field:nth-child(1){margin-right:0rem}

	#wpforms-34 .wpforms-field:nth-child(1), #wpforms-34 .wpforms-field:nth-child(2){width:100%}

	#wpforms-34 .wpforms-field:nth-child(3){margin-right:0rem}

	#wpforms-34 .wpforms-field:nth-child(3), #wpforms-34 .wpforms-field:nth-child(4){width:100%}

	#wpforms-34 textarea{height:1.2rem}

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

	.contact_us_form {

		margin-top: 0.4rem;

	}

	#wpforms-34 .wpforms-field {

		padding-bottom: 0.1rem;

	}

	.contact_us_form {

		padding: 0.4rem 4%;

	}

	#wpforms-34 {

		margin-top: 0.2rem;

	}

	.contact_us_ul li a {

        font-size: 0.16rem;

    }

}

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



}





/* contact_map */

.contact_map{

	width: 100%;

	height: 8rem;

	margin-bottom: 0.8rem;

}



.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

        width: 100%;

        height: 100% !important;

}



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

	.contact_map_bac{

		height: 7rem;

	}

}

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

	.contact_map_bac{

		height: 6rem;

		margin-bottom: 0.6rem;

	}

}

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

	.contact_map_bac{

		height: 5rem;

	}

}

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



}

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

	.contact_map_bac{

		height: 4rem;

	}

}

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



}

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



}







/* news */

.news_bac{

   box-sizing: border-box;

   padding:0.6rem 0 1rem 0;

}

.news{



}

.news_ul{

   display: flex;

   gap: 0.5rem;

   flex-wrap: wrap;

}

.news_ul li{

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

}

.news_ul li a{

   display: block;

   width: 100%;

}

.news_img{

    width: 100%;

    box-sizing: border-box;

    position: relative;

    border-radius: 0.2rem;

    overflow: hidden;

}

.news_img::after{

    content: "";

    display: block;

    padding-bottom: 65.45%;

}

.news_img img{

    position: absolute;

    top: 50%;

    left: 50%;

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

    width: 100%;

    height: 100%;

    transition: all 0.3s ease;

    object-fit: cover;

}

.news_text{

    margin-top: 0.25rem;

}

.news_text h3{

    font-size: 0.18rem;

    color: #666;

    margin-bottom: 0.1rem;

}

.news_text h4{

	font-size: 0.24rem;

    color: #3D3D3D;

    font-weight: bold;

    line-height: 0.36rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.72rem;

}

.news_text h5{

    font-size: 0.18rem;

    color: #333;

    display: inline-block;

    font-family: 'med';

    border-bottom: 1px solid #333;

    text-transform: capitalize;

    line-height: 100%;

    margin-top: 0.2rem;

    transition: all 0.3s ease;

}



.news_ul li a:hover img{

	width: 110%;

	height: 110%;

}

.news_ul li a:hover .HN_text h5{

	color: var(--i_color);

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

}

.news_ul li a:hover h5{

	color: var(--i_color);

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

}





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

	.news_ul {

		gap: 0.4rem;

	}

	.news_ul li {

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

	}

	.news_text h4 {

		font-size: 0.2rem;

		line-height: 0.3rem;

		height: 0.6rem;

	}

}

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

	.news_text h3 {

		font-size: 0.16rem;

	}

	.news_text h5 {

		font-size: 0.16rem;

	}

	.news_bac {

		padding: 0.4rem 0 0.8rem 0;

	}

}

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

	.news_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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



}

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

	.news_ul li {

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

	}

}

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

    .news_ul {

        gap: 0.4rem 0.2rem;

    }

	.news_ul li {

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

	}

}

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



}





/* products */

.products_bac{



}

.products{

    display: flex;

	flex-wrap: wrap;

}

.products_left{

	width: 30.57%;

	box-sizing: border-box;

	padding-top: 0.8rem;

	padding-right: 0.35rem;

	padding-bottom: 0.2rem;

}





.products_left_h2{

	font-size: 0.32rem;

	font-weight: bold;

	text-transform: capitalize;

	box-sizing: border-box;

	color: #333;

	padding:0 0 0.2rem 0rem;

	font-weight: bold;

	border-radius: 0.1rem;

	font-family: 'bold';

}

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

   box-sizing: border-box;

}





.list_a{

	box-sizing: border-box;

    padding: 0.21rem 0.5rem 0.21rem 0.25rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

	transition: all 0.3s ease;

	background-color: #EEEEEE;

	border-radius: 0.04rem;

}

.list_a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	background-color: var(--i_color);

	width: 0;

	height: 100%;

	transition: all 0.5s ease-in-out;

	z-index: -1;

}

.list .list_a a{

   font-size: 0.18rem;

   color: #333;

   box-sizing: border-box;

   line-height: 130%;

   transition: all 0.3s ease;

   font-weight: bold;

}

.list .list_a a:hover{

	color: var(--i_color);

}

.list_active .list_a a:hover{

	color: #fff !important;

}

.list  .list_a i{

   width: 0.38rem;

   height: 0.38rem;

   background-color:transparent;

   border-radius: 50%;

   position: absolute;

   top: 50%;

   transform: translate(0,-50%);

   right: 0.14rem;

   cursor: pointer;



}

.list .list_a i iconify-icon{

	position: absolute;

	top: 50%;

	left: 50%;

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

    font-size: 0.3rem;

	color: #666;

	transition: all 0.3s ease;

}

.list_dl{

    padding:0.2rem 0.2rem 0 0.2rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

	position: relative;

	z-index: 2;

	gap: 0.2rem;

}



.list_dl dt{

   box-sizing: border-box;

   margin-left: 0.2rem;

   position: relative;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #666;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

}

.list_dl dt::after{

	content: '';

	position: absolute;

	left: -0.3rem;

	top: 50%;

	opacity: 0;

	transform: translate(0,-50%);

	width: 0.12rem;

	height: 0.02rem;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.list_dl_active::after,.list_dl dt:hover::after{

	left: -0.2rem !important;

	opacity: 1 !important;

}

.list_active{

	border-radius: 0.1rem;

	box-sizing: border-box;

}

.list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

}

.list_active .list_a i iconify-icon{

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

	color: #fff;

}

.list_active .list_a a{

	color: #fff;

}





.list_dl_active a,.list_dl dt a:hover{

	color: var(--i_color) !important;



}

.list_active .list_a{



	overflow: hidden;

}



.list_dl_active::after,.list_dl dt:hover::after{

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



}



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



	.products_left_h2{

		font-size: 0.28rem;

	}

}

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



}

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

	.products_left_h2 {

		font-size: 0.28rem;

	}

	.list_dl{

		padding:0.2rem 0.1rem;

	}

	.products_left_h2{

		font-size: 0.24rem;

	}

}

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

	.products_left{

		width: 100%;

		padding-right: 3%;

		margin-bottom: 0.4rem;

	}

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

	}



}

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



}

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



}



.products_right{

	width: 69.43%;

	background-color: #F9F9F9;

	box-sizing: border-box;

	padding-top: 0.8rem;

	padding-left: 0.4rem;

	padding-bottom: 1rem;

}

.products_right h3{

   font-size: 0.32rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

}

.products_right h4{

   line-height: 166%;

   font-size: 0.18rem;

   color: #666;

   margin-top: 0.1rem;

}

.products_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.6rem 0.4rem;

   margin-top: 0.4rem;

   flex-wrap: wrap;

}

.products_ul li{

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

}

.products_ul li a{

   box-sizing: border-box;

   padding: 0.15rem;

   background-color: #fff;

   border-radius: 0.08rem;

   display: block;

   width: 100%;

   border: 1px solid #fff;

   transition: all 0.3s ease;

}

.products_img{

   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: cover;

}

.products_text{

   margin-top: 0.15rem;

}

.products_text h5{

   font-size: 0.2rem;
   line-height: 0.3rem;

   color: #333;

   font-weight: bold;

   text-align: center;

   transition: all 0.3s ease;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   height: 0.6rem;


}

.products_text h6{

   font-size: 0.16rem;

   color: #333;

   text-align: center;

   padding: 0.1rem 0 0.2rem 0;

   box-sizing: border-box;

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

   position: relative;

   transition: all 0.3s ease;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.products_text h6::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background: linear-gradient(to right,#0068B7,#53B037);

	transition: all 0.5s ease;

}

.products_text p{

   font-size: 0.16rem;

   color: var(--i_color);

   text-align: center;

   text-transform: capitalize;

   box-sizing: border-box;

   padding: 0.2rem 0 0.05rem 0;

}

.products_ul li a:hover h5{

	color: var(--i_color);

}

.products_ul li a:hover{

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

}

.products_ul li a:hover h6::after{

	width: 100%;

	right: auto;

	left: 0;

}

.products_ul li a:hover h6{

	border-bottom: 1px solid transparent;

}





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

	.products_right h3 {

		font-size: 0.28rem;

	}


	.products_text h6 {

		font-size: 0.14rem;

		padding: 0.1rem 0;

	}

	.products_text p {

		font-size: 0.14rem;

		padding: 0.15rem 0 0rem 0;

	}

	.products_ul {

		gap: 0.4rem 0.2rem;

	}

	.products_ul li {

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

	}

	.products_right {

		padding-bottom: 0.8rem;

	}

}

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

	.products_right h3 {

		font-size: 0.24rem;

	}

	.products_right h4 {

		font-size: 0.16rem;

	}

	.products_text h5 {

		font-size: 0.2rem;

	}

	.products_left {

		padding-top: 0.6rem;

	}

	.products_right {

		padding-top: 0.6rem;

	}

	.products_right {

		padding-bottom: 0.6rem;

	}

}

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

	.products_right h3 {

		font-size: 0.2rem;

	}

	.products_text h5 {

		font-size: 0.18rem;
		line-height: 0.28rem;
		height: 0.56rem;

	}

	.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.2rem) / 2);

    }

}

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

    .products_text h5 {

        font-size: 0.16rem;
		height: 0.48rem;
		line-height: 0.24rem;

    }

}

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



}



/* single_grid */

.single_grid_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.single_grid{

   display: flex;

   flex-wrap: wrap;

}



.single_grid_left{

	width: 40%;

}









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

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{ position:relative; overflow:hidden}

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



/* 缂╃暐鍥� */

.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%;}

.in_grid_list .swiper-slide{cursor:pointer}



.in_grid_list .img{width:100%; height:100%; box-sizing:border-box;border-radius: 0.08rem; 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, .ingrid-button-next{

	position:absolute;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none;

    -webkit-user-select:none;

    -ms-user-select:none;

    -khtml-user-select:none;

    user-select:none;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}



.ingrid-button-prev.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;

	background-color: #F9F9F9;

	border-radius: 0.08rem;

	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;

	box-sizing: border-box;

	padding: 1px;

}



.in_grid_show .img{

	width:100%;

	height:100%;

	position:relative;

	overflow:hidden;

}

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



.ingrid-pagination{

	display:block;

	position: absolute;

	bottom: 0;

	right: 0rem;

	width: 0.7rem;

	height: 0.7rem;

	background-color: #F0F0F0;

	display: flex;

	display: -webkit-flex;

	justify-content: flex-end;

    align-items: flex-end;

	font-size: 0.18rem;

	color: var(--i_color);

	z-index: 2;

	clip-path: polygon(100% 0, 0% 100%, 100% 100%);

	box-sizing: border-box;

	padding: 0.1rem;

}

.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:relative; width:100%;overflow: hidden;}

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

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

.in_grid_show .img img{position:absolute; top:50%;border-radius: 0.08rem; left:50%; transform:translate(-50%,-50%);box-sizing: border-box;}

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

.in_grid_list{width:100%; 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;

	box-sizing: border-box;

	border: 1px solid #EEEEEE;

	border-radius: 0.08rem;

}

.in_grid_list .img{height:auto;}

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









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

	top:50%;

	transform:translate(0,-50%);

	width:0.4rem;

	height:0.4rem;

	border-radius: 50%;

	background-color: var(--i_color);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

}

.ingrid-button-prev{

	left: 0.1rem;

}

.ingrid-button-next{

	right: 0.1rem;

}

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

	font-size: 0.2rem;

	color: #fff;

}

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

	background-color: var(--i_color);

}







.single_grid_right{

   width: 60%;

   box-sizing: border-box;

   padding-left: 4%;

}

.single_grid_right h1{

   font-size: 0.32rem;

   color: var(--i_color);

   font-family: 'bold';

   border-bottom: 1px solid #DBDBDB;

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   margin-bottom: 0.15rem;

   line-height: 144%;

}

.single_grid_right h1 span{

   color: #666;

   font-size: 0.16rem;

}

.single_grid_right article{



}



.single_btn{

	display: flex;

	gap: 0.4rem;

	margin: 0.4rem 0 0.2rem 0;

}



.single_share{

   margin-top: 0.3rem;

   display: flex;

   align-items: center;

}

.single_share p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   margin-right: 0.15rem;

}

.single_share_dl{

   display: flex;

   gap: 0.3rem;

}

.single_share_dl dt{



}

.single_share_dl dt a{

   display: block;

   width: 100%;

}

.single_share_dl dt a iconify-icon{

   font-size: 0.25rem;

   color: #666;

   opacity: 0.5;

   transition: all 0.3s ease;

}

.single_share_dl dt a iconify-icon:hover{

	opacity: 1;

	color: var(--i_color);

	transform: translateY(-5px);

}





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

	.single_grid_right h1 {

		font-size: 0.28rem;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.24rem;

	}

	.single_grid_right h1 span {

		font-size: 0.14rem;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.22rem;

	}

	.single_btn {

		gap: 0.2rem;

		margin: 0.2rem 0;

	}

}

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



}

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

	.single_grid_left {

		width: 100%;

	}

	.single_grid_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

}

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



}

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



}



/* feature */

.feature_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background-color: #F9F9F9;

}

.feature{



}

.feature_ul{

   display: flex;

   gap: 0.4rem 0.5rem;

   flex-wrap: wrap;

   margin-top: 0.4rem;

}

.feature_ul li{

   background-color: #F0F0F0;

   box-sizing: border-box;

   padding: 0.4rem 0.2rem;

   border-radius: 0.08rem;

   display: flex;

   align-items: center;

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

   transition: all 0.3s ease;

}

.feature_ul li img{

   display: block;

   width: 0.94rem;

   height: 0.94rem;

   object-fit: contain;

}

.feature_text{

   width: calc(100% - 0.94rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.feature_text h3{

	font-size: 0.18rem;

	color: #333;

	font-weight: bold;

	margin-bottom: 0.05rem;

}

.feature_text h4{

	font-size: 0.18rem;

	color: #333;

	line-height: 128%;

}

.feature_ul li:hover{

    box-shadow: 0 0.01rem 0.22rem #E7E7E7;

	background-color: #fff;

}

















/* single_title */

.single_title{

    display: flex;

	justify-content: center;

	align-items: center;

	gap: 0.1rem;

}

.single_title i{

	display: block;

	width: 0.1rem;

	height: 0.1rem;

	background-color: var(--i_color2);

	animation: acc 1s ease forwards;

}

.single_title p{

   font-size: 0.42rem;

   color: #333;

   font-weight: bold;

}



@keyframes acc {

	0%{

		transform: rotate(-45deg);

	}



	100%{

		transform: rotate(45deg);

	}

}





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

	.single_title p{

		font-size: 0.38rem;

	}

	.feature_ul li img {

		width: 0.8rem;

		height: 0.8rem;

	}

	.feature_text {

		width: calc(100% - 0.8rem);

	}

	.feature_text h4 {

		font-size: 0.16rem;

	}

}

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

	.single_title p{

		font-size: 0.34rem;

	}

	.feature_ul li img {

		width: 0.7rem;

		height: 0.7rem;

	}

	.feature_text {

		width: calc(100% - 0.7rem);

	}

	.feature_ul {

		gap: 0.4rem;

	}

	.feature_ul li {

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

	}

	.feature_bac {

		padding: 0.6rem 0;

	}

}

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

	.single_title p{

		font-size: 0.3rem;

	}

	.feature_ul {

		gap: 0.2rem;

	}

	.feature_ul li {

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

	}

}

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

	.single_title p{

		font-size: 0.26rem;

	}

}

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

	.single_title p{

		font-size: 0.22rem;

	}

	.feature_ul li {

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

    }

	.feature_ul li img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.feature_text {

		width: calc(100% - 0.6rem);

	}

}

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

	.feature_ul li img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.feature_text {

		width: calc(100% - 0.5rem);

	}

	.feature_text h4 {

        font-size: 0.14rem;

    }

	.feature_text {

		padding-left: 0.1rem;

	}

	.feature_ul li {

		padding: 0.25rem 0.15rem;

	}

	.feature_text h3 {

		font-size: 0.16rem;

	}

}

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



}





/* single_app */

.single_app_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.single_app{



}

.single_app_ul{

   display: flex;

   gap: 0.2rem;

   flex-wrap: wrap;

   margin-top: 0.4rem;

}

.single_app_ul li{

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

}

.single_app_img{

   position: relative;

   overflow: hidden;

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

}

.single_app_img::after{

   content: '';

   display: block;

   padding-bottom: 79.44%;

}

.single_app_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   box-sizing: border-box;

   padding: 0.1rem;

}

.single_app_ul p{

   font-size: 0.3rem;

   color: #333;

   font-weight: bold;

   text-align: center;

   box-sizing: border-box;

   padding: 0.15rem 2% 0 2%;

}



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

	.single_app_ul p{

		font-size: 0.28rem;

	}

}

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

	.single_app_ul p{

		font-size: 0.24rem;

	}

	.single_app_bac {

		padding: 0.6rem 0;

	}

}

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

	.single_app_ul p{

		font-size: 0.2rem;

	}

}

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

	.single_app_ul p{

		font-size: 0.18rem;

	}

}

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

	.single_app_ul li {

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

	}

}

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



}

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



}









/* single_two */



.single_two{

   margin-top: 0.4rem;

}

.single_tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.15rem;

   box-sizing: border-box;

   padding-bottom: 0.3rem;

   margin-bottom: 0.3rem;

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

}

.single_tags p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   line-height: 0.42rem;

}

.single_tags a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.08rem 0.1rem;

   background-color: #fff;

   font-size: 0.16rem;

   color: #333;

   border-radius: 0.08rem;

   transition: all 0.3s ease;

}

.single_tags a:hover{

	background-color: var(--i_color);

	color: #fff;

}









.sx{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   flex-wrap: wrap;

}

.sx>div{

	width: 48%;

}

.sx_left{

}

.sx a{

   display: block;

   width: 100%;

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.sx i{

   width: 0.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;

   background-color: #fff;

   box-shadow: 0 0.04rem 0.12rem rgba(0,0,0,0.08);

}

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



}



.editor_bac{

   box-sizing: border-box;

   padding-bottom: 0.8rem;
   padding-top: 0.8rem;

}

.editor{



}

.editor article{

	margin-top: 0.4rem;

}

.related_products_bac{

   background-color: #F9F9F9;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.related_products{



}





/*  */

.RP_partner_box{

	margin-top: 0.4rem;

}



.RP_partner{position:relative}

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

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

.RP_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.RP_partner_list li a{

	box-sizing: border-box;

    padding: 0.15rem;

    background-color: #fff;

    border-radius: 0.08rem;

    display: block;

    width: 100%;

    border: 1px solid #fff;

    transition: all 0.3s ease;

}

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

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

.RP_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit: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_partner_list li a:hover h5{

	color: var(--i_color);

}

.RP_partner_list li a:hover{

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

}

.RP_partner_list li a:hover h6::after{

	width: 100%;

	right: auto;

	left: 0;

}

.RP_partner_list li a:hover h6{

	border-bottom: 1px solid transparent;

}





































/* 指示器 */

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

.RP_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer;border: 1px solid var(--i_color);box-sizing: border-box; display:inline-block; margin:0 0.05rem; background:var(--i_color); border-radius:50%; outline:none}

.RP_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:transparent}







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



}

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



}

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

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

	.RP_partner .pt-pagination{display:block}

	.editor_bac{
		padding-top: ;

		padding-bottom: 0.6rem;

	}

	.related_products_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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



}





/* faq */

.faq_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.faq{



}

.faq_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.3rem;

   margin-top: 0.4rem;

}

.faq_ul li{

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

}

.faq_q{

   box-sizing: border-box;

   padding: 0.25rem 0.4rem 0.2rem 0.4rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   cursor: pointer;



}

.faq_ul i{

   width: 0.32rem;

   height: 0.32rem;

   display: block;

   color: #fff;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   font-size: 0.18rem;

}

.faq_q i{

   background-color: var(--i_color);

}

.faq_a i{

   background-color: var(--i_color2);

}

.faq_q h2{

   font-size: 0.2rem;

   color: #222;

   width: calc(100% - 0.8rem);

   box-sizing: border-box;

   padding:0 0.2rem;

   font-family: 'med';

}

.faq_a{

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding: 0rem 0.4rem 0.3rem 0.4rem;

}

.faq_a p{

	width: calc(100% - 0.36rem);

	padding-left: 0.2rem;

	font-size: 0.18rem;

	color: #666;

	line-height: 166%;

}

.faq_q h3{

   width: 0.36rem;

   height: 0.36rem;

   border-radius: 50%;

   border: 1px solid #222;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.faq_q h3 iconify-icon{

   font-size: 0.15rem;

   color: #222;

   transition: all 0.3s ease;

}

.faq_active .faq_q,

.faq_active .faq_a{

	background-color: #F0F8FF;

}

.faq_active h3{

   transform: rotate(180deg);

}

.faq_active{

	border-bottom: 1px solid transparent !important;

}



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

	.faq_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

	.faq_bac {

		padding: 0.6rem 0;

	}

	.faq_q h2 {

		font-size: 0.2rem;

	}

	.faq_a p {

		font-size: 0.18rem;

	}

}

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

	.faq_q h2 {

		font-size: 0.18rem;

	}

	.faq_a p {

		font-size: 0.16rem;

	}

}

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



}

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

	.faq_ul {

		margin-top: 0.4rem;

	}

	.faq_q h3 {

		width: 0.3rem;

		height: 0.3rem;

	}

	.faq_q h2 {

		width: calc(100% - 0.7rem);

	}

}

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

	.faq_q h2 {

		font-size: 0.16rem;

	}

	.faq_a p {

		font-size: 0.14rem;

	}

	.faq_ul {

		gap: 0.2rem;

	}

	.faq_q {

		padding: 0.25rem 0.2rem 0.2rem 0.2rem;

	}

	.faq_a {

		padding: 0rem 0.2rem 0.3rem 0.2rem;

	}

	.faq_ul {

        margin-top: 0.2rem;

    }

}

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



}









/* 感谢页面 */

.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }

.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}

.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}







.btns {

	height: 4em;

	width: 12em;

	display: flex;

	align-items: center;

	justify-content: center;

	background: transparent;

	border: 0px solid black;

	cursor: pointer;

  }

  .btns:hover p{

	  color: var(--i_color);

  }

  .wrapperss {

	height: 2em;

	width: 8em;

	position: relative;

	background: transparent;

	display: flex;

	justify-content: center;

	align-items: center;

  }



.thanks  .text {

	font-size: 17px;

	z-index: 1;

	color: #000;

	padding: 4px 12px;

	border-radius: 4px;

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

	transition: all 0.5s ease;

  }



  .flower {

	display: grid;

	grid-template-columns: 1em 1em;

	position: absolute;

	transition: grid-template-columns 0.8s ease;

  }



  .flower1 {

	top: -12px;

	left: -13px;

	transform: rotate(5deg);

  }



  .flower2 {

	bottom: -5px;

	left: 8px;

	transform: rotate(35deg);

  }



  .flower3 {

	bottom: -15px;

	transform: rotate(0deg);

  }



  .flower4 {

	top: -14px;

	transform: rotate(15deg);

  }



  .flower5 {

	right: 11px;

	top: -3px;

	transform: rotate(25deg);

  }



  .flower6 {

	right: -15px;

	bottom: -15px;

	transform: rotate(30deg);

  }



  .petal {

	height: 1em;

	width: 1em;

	border-radius: 40% 70% / 7% 90%;

	background: linear-gradient(var(--i_color), #e8ffb3);

	border: 0.5px solid #ffffff;



	z-index: 0;

	transition: width 0.8s ease, height 0.8s ease;

  }



  .two {

	transform: rotate(90deg);

  }



  .three {

	transform: rotate(270deg);

  }



  .four {

	transform: rotate(180deg);

  }



  .btns:hover .petal {

	background: linear-gradient(#E870A5, #FFEFF6);

	border: 0.5px solid #FFEFF6;



  }



  .btns:hover .flower {

	grid-template-columns: 1.5em 1.5em;

  }



  .btns:hover .flower .petal {

	width: 1.5em;

	height: 1.5em;

  }



  .btns:hover .text {

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

  }



  .btns:hover div.flower1 {

	animation: 15s linear 0s normal none infinite running flower1;

  }



  @keyframes flower1 {

	0% {

	  transform: rotate(5deg);

	}



	100% {

	  transform: rotate(365deg);

	}

  }



  .btns:hover div.flower2 {

	animation: 13s linear 1s normal none infinite running flower2;

  }



  @keyframes flower2 {

	0% {

	  transform: rotate(35deg);

	}



	100% {

	  transform: rotate(-325deg);

	}

  }



  .btns:hover div.flower3 {

	animation: 16s linear 1s normal none infinite running flower3;

  }



  @keyframes flower3 {

	0% {

	  transform: rotate(0deg);

	}



	100% {

	  transform: rotate(360deg);

	}

  }



  .btns:hover div.flower4 {

	animation: 17s linear 1s normal none infinite running flower4;

  }



  @keyframes flower4 {

	0% {

	  transform: rotate(15deg);

	}



	100% {

	  transform: rotate(375deg);

	}

  }



  .btns:hover div.flower5 {

	animation: 20s linear 1s normal none infinite running flower5;

  }



  @keyframes flower5 {

	0% {

	  transform: rotate(25deg);

	}



	100% {

	  transform: rotate(-335deg);

	}

  }



  .btns:hover div.flower6 {

	animation: 15s linear 1s normal none infinite running flower6;

  }



  @keyframes flower6 {

	0% {

	  transform: rotate(30deg);

	}



	100% {

	  transform: rotate(390deg);

	}

  }







































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

	.thanks{padding-top: 60px;}



}

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

	.thanks{padding-top: 40px;margin:0px auto 70px}



}

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



}













/* 404 */

.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}

.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}

.in404_text h1{font-size:220px; color:#BBB}

.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}

.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}



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

.in404_text h1{font-size:180px}

}

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

	.in404_text h1{font-size:140px}

	.in404_text h6{font-size:16px}

	.in404_text a{font-size:14px}

}

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

	.in404_text h1{font-size:70px}

	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}

	.in404_text a{font-size:13px}

}



/* 隐私政策 */

.privacy{margin-bottom: 100px;padding-top: 70px;}

#header{background-color: rgb(0 0 0 / 57%) !important;}

.privacy_cont{}

.privacy_cont .tit{margin-bottom:30px}

.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}

.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}

.foot {top: 130px;}

.privacy ol {padding: 0px;}

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

	.privacy{margin-bottom: 50px;}

}

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

	.privacy{margin-bottom: 30px;}

}







/* tag */



.tag{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background-color: #F9F9F9;

}

.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: 999999999999;}

.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_color2);}



.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_color2); 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-27{

	--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-27{margin:0;padding:0;}

#wpforms-form-27{width:100%;position:relative;}



#wpforms-27 .wpforms-field-container{}

#wpforms-27 .wpforms-field-container>.wpforms-field{

	width: 100%;

	padding: 0 1px 5px;

	margin: 0 0 6px;

	overflow-x:initial !important;

	position: relative;

}



#wpforms-27 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}

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



#wpforms-27 .wpforms-field-container .wpforms-field>input,

#wpforms-27 .wpforms-field-container textarea{

	border: 1px solid #CCC;

	-webkit-border-radius:4px;

	border-radius:4px;

	box-sizing: border-box;

	padding: 0.05rem 0;

}

#wpforms-27 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}



#wpforms-27 .wpforms-field-container .wpforms-field>input,

#wpforms-27 .wpforms-field-container textarea,

#wpforms-27 .wpforms-field-container select,

#wpforms-27 .wpforms-field-container .choices

{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}

#wpforms-27 .wpforms-field-container .wpforms-field>input,

#wpforms-27 .wpforms-field-container textarea,

#wpforms-27 .wpforms-field-container select

{padding-left: 14px;padding-right: 14px;}

#wpforms-27 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}

#wpforms-27 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}

#wpforms-27 .wpforms-field-container select{cursor: pointer;}

#wpforms-27 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}

#wpforms-27 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}

#wpforms-27 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}

#wpforms-27 .wpforms-field-container em.wpforms-error,#wpforms-27 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}



#wpforms-27 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}

#wpforms-27 .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-27 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}

#wpforms-27 .wpforms-submit-container button:hover{background: var(--i_color2); color: #FFF;}



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

	.contactMenu{width: 100%;}

	.contactMenuBtnWA{display: block;}

	.contactMenuBtnWA a{display: block;}

	.contactMenuBtnForms{background: var(--i_color);}

	.contactMenu_FormsTit {

		background: var(--i_color);

	}

}











/* aside */

.aside_right {

	position: fixed;

	right: 30px;

	bottom: 16%;

	z-index: 999999

}

.aside_right ul {}

.aside_right li {

	margin: .1rem 0;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	position: relative;

	overflow: hidden;

	cursor: pointer

}

.aside_right li>a {

	display: block;

	width: .5rem;

	height: .5rem;

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

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 3;

	transition: all .3s ease;

}



.aside_right li:nth-child(1)>a {

	background: #389b0f

}

.aside_right li:nth-child(2)>a {

	background: var(--i_color);

}



.aside_right li img {

	display: block;

	margin: 0 auto;

	width: .22rem;

	height: .22rem;

	object-fit: contain

}



.aside_right li:hover>a {

	background-color: var(--i_color)

}



.side_tel_box,

.side_qr_box {

	position: absolute;

	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: -1

}

.side_tel_box {

	top: 0;

	right: -300px;

	width: 180px;

	min-height: 100%;

	background: #FFF

}

.side_qr_box {

	top: 50%;

	transform: translate(0, -50%);

	right: -180px;

	width: 120px;

	height: 120px;

	background: #FFF

}



.side_tel_box h6 {

	padding: 8px 0;

	font-size: 14px;

	color: #666

}

.side_tel_box h6 a {

	line-height: 20px

}

.side_tel_box a:hover {

	color: var(--i_color)

}

.side_qr_box img {

	width: 90%;

	height: 90%

}



.aside_right li:hover .side_tel_box,

.aside_right li:hover .side_qr_box {

	right: 48px

}



.side_tel_box,

.side_qr_box {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}



.aside_close {

	position: absolute;

	top: .3rem;

	right: .3rem;

	display: block;

	width: .3rem;

	height: .3rem;

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

	background-size: 30px;

	cursor: pointer

}

.aside_close:hover {

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg)

}

.aside_close {

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease

}



#aside_mask_bg {

	display: none;

	position: fixed;

	top: 50%;

	transform: translate(0, -50%);

	left: 0%;

	width: 100%;

	height: 100%;

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

	z-index: 9999999999998;

}

#aside_sc_from {

	display: none;

	position: fixed;

	top: 50%;

	left: 50%;

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

	width: 800px;

	box-sizing: border-box;

	padding: 30px 30px 40px;

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

	z-index: 9999999999999;

	overflow: auto

}

#aside_sc_from .tit {

	margin-bottom: .4rem

}

#aside_sc_from .tit h1 {

	text-align: center;

	font-size: .26rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: .3rem

}



#wpforms-31 {

	--input_font_color: rgb(0 0 0 / 50%);

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-31 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-31 {

	width: 100%;

	overflow: hidden

}

#wpforms-31 input,

#wpforms-31 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-31 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-31 .wpforms-error-container {

	line-height: 16px

}

#wpforms-31 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

#wpforms-31 .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-31 .wpforms-field-label {

	font-size: 0

}

#wpforms-31 .wpforms-required-label {

	position: absolute;

	top: 16px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-31 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-31 input {

	height: var(--input_height)

}

#wpforms-31 textarea {

	min-height: 100px

}

#wpforms-31 input,

#wpforms-31 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-31 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-31 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-31 input::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-31 input::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-31 textarea::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-31 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-31 textarea::-moz-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-31 textarea::-ms-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-31 #wpforms-31-field_1-error,

#wpforms-31 #wpforms-31-field_2-error,

#wpforms-31 #wpforms-31-field_3-error,

#wpforms-31 #wpforms-31-field_5-error {

	position: absolute;

	font-size: 13px

}

#wpforms-31 .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-31 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

#wpforms-31 .wpforms-submit-container:after {

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

#wpforms-31 .wpforms-submit-container:hover:after {

	display: block

}

#wpforms-31 .wpforms-submit-container:hover {

	background: #FFF

}

#wpforms-31 .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-31 .wpforms-submit-container {

		height: 34px;

	}

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

		height: 30px;

		line-height: 30px;

		font-size: 14px;

	}

}

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

	#aside_sc_from .tit h1 {

		font-size: 0.24rem;

	}



}







.form_hide{

	display: none !important;

}









































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



}

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



}

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



}

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



}

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



}

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



}

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



} */

