

@charset "utf-8";



.wrap {

	width: 88.85%;

	margin: 0 auto

}



.wrap_top {

	width: 92%;

	margin: 0 auto

}

.wrap_left{

	padding-left: 5.575%;

	box-sizing: border-box;

}

.wrap_right{

	padding-right: 5.575%;

	box-sizing: border-box;

}

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

	.wrap {

		width: 90%

	}

	.wrap_left{padding-left: 5%;}

	.wrap_right{padding-right: 5%;}

}

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

	.wrap {

		width: 92%

	}

	.wrap_left{padding-left: 4%;}

	.wrap_right{padding-right: 4%;}

}

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

	.wrap_top {

		width: 96%;

	}

}

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

	.wrap {

		width: 94%

	}

	.wrap_left{padding-left: 3%;}

	.wrap_right{padding-right: 3%;}

	.wrap_top {

		position: initial;

	}

}





:root {

	--i_color: #223f99;

	/* 全局颜色 */

	--i_color2: #F04D2B;

	/* 副颜色 */

	--i_color3: #200C5D;

	--header_height: 1rem;

	/* 头部高度 */

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

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

}



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

	:root,

	header {

		--header_height: .6rem;

	}

}

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

.editor{ width:100% !important; padding:0 30px;}

.editor_box table{ width:100% !important; 1display: inline-block; margin:0 auto;}


.strength_right{



	box-sizing: border-box;

	1padding-right: 1.8rem;

	position: relative; 1width:55%; width:100% !important;

}

	:root {

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

	}

}



@font-face {

	font-family: 'Poppins';

	src: url('static/webfonts/Poppins-Regular.ttf');

}

@font-face {

	font-family:Arial, Helvetica, sans-serif;

	src: url('static/webfonts/Poppins-Medium.ttf');

}

@font-face {

	font-family: 'bold';

	src: url('static/webfonts/Poppins-Bold.ttf');

}

@font-face {

	font-family: 'din';

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

}

body{

	1font-family: 'Poppins','Arial',sans-serif; font-family:Arial, Helvetica, 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;

}

.top_cont::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

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

	opacity: 0;

	z-index: -1;

	transition: all 0.3s ease;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.TopHeader .top_cont::after {

	opacity: 1;

	backdrop-filter: blur(6px);

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

}



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

	header {

		top: 0;

		top: 0;

		width: 100%;

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

	}

	.top_cont {

		background: #fff !important;

	}

}

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

	.TopHeader .top_cont{

		box-sizing: border-box;

		margin: 0.2rem 0.2rem 0 0.2rem;

	}

	.top_cont::after{

		border-radius: 0.2rem;

	}



	.top_cont::before{

		content: '';

		position: absolute;

		top: 0;

		left: 0;

		width: 100%;

		height: 100%;

		background-color: #fff;

		opacity: 0;

		transition: opacity 0.3s ease;

		z-index: -1;

	}

	.top_cont:hover{

		margin: 0;

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

	}

	.top_cont:hover::after{

		border-radius: 0;

	}

	.top_cont:hover::before{

		opacity: 1;

	}

}





/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 100%;

}

.logo img {

	height: 0.77rem;

}



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

	.logo img {

		height: 0.8rem;

	}



}

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

	.logo img {

		max-height: 50%;

	}



}











/* 导航 */

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

	.i_nav {

		margin-left: 18%;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .26rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .18rem;

		color: #333;

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: capitalize;

		position: relative;

		font-family: arial;

	}

	.i_nav>li>a::after{

		content: '';

		position: absolute;

		bottom: 0.2rem;

		right: 0;

		width: 0;

		height: 0.03rem;

		background-color: var(--i_color);

		transition: all 0.3s ease;

	}



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

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

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

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

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

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		color: var(--i_color) !important;

	}



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

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

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

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

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

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

	.i_nav .curr>a::after{

		width: 100%;

        right: auto;

		left: 0;

	} */



	.i_nav .sub-menu {

		display: none;

		position: absolute;

		border-top: 2px solid var(--i_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(../images/public/arrow_down_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}

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

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

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



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

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}

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

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













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 3px;

	position: absolute;

	top: 50%;

	margin-top: -2px;

	background: #333;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 3px;

	background: #333;

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before {

	top: 0;

}

.nav_menu::after {

	bottom: 0;

}





.nav_menu.on i {

	opacity: 0

}



.nav_menu.on::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important

	}



}





.top_r {

	--size: .2rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}







.top_email{



}

.top_email a{

    display: block;

	margin-right: 0.2rem;

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.top_email a iconify-icon{

	font-size: var(--size);

	color: #333;

	transition: all 0.3s ease;

}



.top_email a iconify-icon:hover{

	color: var(--i_color);

}











.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	margin-right: 0.2rem;

	position: relative;

}

.top_search_ico i{

	display: block;

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

}

.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	right: -0.2rem;

	transform: translate(0,-50%);

	width: 0.01rem;

	height: 0.2rem;

	background-color: rgba(58,69,85,0.3);

}

.top_search_ico iconify-icon {

	font-size: var(--size);

	cursor: pointer;

	color: #333;

}

.top_search_ico.on iconify-icon {

	color: var(--i_color);

}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	position: relative;

}

.top_language_all{

   display: inline-block;

   height: 0.46rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   padding: 0 0.2rem;

   cursor: pointer;

}

.top_language_all p{

   font-size: 0.18rem;

   color: #333;

   margin-right: 0.05rem;

   transition: all 0.3s ease;

   font-family:Arial, Helvetica, sans-serif;

}

.top_language_all iconify-icon{

	font-size: var(--size);

	cursor: pointer;

	color: #333;

	line-height: 100%;

	transition: all 0.3s ease;

}

.top_language.on p{

	color: var(--i_color);

}

.top_language.on iconify-icon {

	color: var(--i_color);

}







.language_list{

	opacity: 0;

	visibility: hidden;

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

	background: #FFF;

	min-width: 1.2rem;

	z-index: 2016;

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

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

	padding: .16rem .2rem;

}

.language_list.on{

	opacity: 1;

	visibility: visible;

	top: var(--header_height);

}



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

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



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

.lang_list span img{display: none;}

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

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

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



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

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

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

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





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

	.top_language_all p{

		font-size: 0.16rem;

	 }

}

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



}













.top_language,

.top_language>iconify-icon {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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

	.top_language {

		margin-left:  .2rem;

	}

	.top_search_ico i{

		width: 0.4rem;

		height: 0.4rem;

	}

	.top_language_all{

		height: 0.4rem

	}

	.top_r {

		--size: .18rem

	}

	.top_language_all p {

		font-size: 0.16rem;

	}



}

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

	.top_search_ico i{

		width: 0.35rem;

		height: 0.35rem;

	}

	.top_language_all{

		height: 0.35rem

	}

}

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







header,

.top_cont,

.logo,

.logo img,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

	top: -1rem;

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 6;

}

.top_search.on {

	top: var(--header_height);

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

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

	border-radius: 0;

}

.top_search_btn {

	font-size: 0;

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

	height: var(--search_height);

	background: var(--i_color) url(../images/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;

		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;

		transition: all 0.3s ease;

	}

	.products_drop_ul li a:hover img{

		width: 110%;

		height: 110%;

	}

	.products_drop_ul li p{

		font-size: 0.16rem;

		color: #222;

		font-family:Arial, Helvetica, sans-serif;

		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;

	   transition: all 0.3s ease;

	}

	.solution_drop_ul li a:hover img{

		width: 110%;

		height: 110%;

	}

	.solution_drop_ul li a p{

       font-size: 0.16rem;

	   line-height: 0.24rem;

	   color: #333;

	   font-family:Arial, Helvetica, sans-serif;

	   text-align: center;

	   text-transform: capitalize;

	   margin-top: 0.2rem;

	   transition: all 0.3s ease;

	}

	.solution_drop_ul li a:hover p{

		color: var(--i_color);

	}





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



	}

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

		.products_drop_ul{

			gap: 0.2rem;

		}

		.products_drop_ul li{

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

		}

		.products_drop_ul li p {

			font-size: 0.14rem;

			margin-top: 0.15rem;

		}

	}

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



	}

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



	}

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



	}



}



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

	.xiala{display: none;}

}







.top_phone{

   display: inline-block;

   box-sizing: border-box;

   padding: 0 0.4rem;

   background-color: var(--i_color2);



}

.top_phone a{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 100%;

   height: var(--header_height);

}

.top_phone a iconify-icon{

   font-size: 0.24rem;

   color: var(--i_color);

}

.top_phone a p{

   font-size: 0.2rem;

   color: #fff;

   font-weight: bold;

   margin-left: 0.1rem;

}







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

	.top_phone a iconify-icon{

		font-size: 0.22rem;

	}

	.top_phone a p{

		font-size: 0.18rem;

	}

	.top_phone{

		padding: 0 0.35rem;

	}

}

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



}

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

	.top_phone a iconify-icon{

		font-size: 0.2rem;

	}

	.top_phone a p{

		font-size: 0.16rem;

	}

	.top_phone{

		padding: 0 0.3rem;

	}

}

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

	.top_phone{margin-left: 0.2rem;}

}

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



}

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



}

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



}

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



}







/* banner */

.banner {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

	overflow: hidden;

}

.banner .swiper-container {

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	list-style: none;

	padding: 0;

	z-index: 1;

}

.banner .swiper-wrapper {

	display: flex;

	position: relative;

	width: 100%;

	z-index: 1

}

.banner .swiper-slide {

	height: 0;

	padding-bottom: 100vh;

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	overflow: hidden

}

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

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover

}





.banner-button-prev,

.banner-button-next {

	position: absolute;

	top: 48%;

	transform: translate(0, -50%);

	width: .5rem;

	height: .5rem;

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

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	overflow: hidden;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.banner-button-prev {

	left:0;

}

.banner-button-next {

	right: 0;

}

.banner-button-prev i,

.banner-button-next i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.24rem;

	color: #FFF;

}

.banner:hover .banner-button-prev {

	left: .3rem

}

.banner:hover .banner-button-next {

	right: .3rem

}

.banner-button-prev:hover,

.banner-button-next:hover {

	background-color: var(--i_color)

}





.banner-pagination {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 6%;

	cursor: pointer;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	z-index: 3;

}



.banner-pagination .swiper-pagination-bullet {

	display: block;

	width: 0.7rem;

	height: 0.02rem;

	margin: 0 .05rem;

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

	position: relative;

	outline: none

}

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

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: var(--i_color);

}





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

	.banner {

		margin-top: var(--header_height);

		position: relative;

		top: initial;

		height: auto;

		-webkit-border-radius: 0 0;

		border-radius: 0 0;

	}

	.banner .swiper-slide {

		padding-bottom: 49%

	}



	.banner-button-prev,

	.banner-button-next {

		display: block

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.6rem;

	}

}

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



	.banner-pagination {

		bottom: 0.3rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.5rem;

	}

}

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

	.banner-pagination {

		bottom: 0.2rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.4rem;

	}

}













.fullMask {

	width: 100%;

	height: 100vh;

}

.fullMask_about{

	width: 100%;

	height: 86.6vh;

}

@media screen and (max-width: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: 46%;

	left: 50%;

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

}

.banner_text1 h2{

   font-size: 0.6rem;

   1font-weight: bold;

   1text-transform: uppercase;

   color: #fff;

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

   line-height: 110%; font-family:Arial, Helvetica, sans-serif;

}

.banner_text1 h3{

   line-height: 140%;

   font-size: 0.3rem;

   color: #fff;

   text-transform: capitalize;

   margin-top: 0.1rem;

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

}











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

	.banner_text1 h2{

		font-size: 0.7rem;

	}

	.banner_text1 h3 {

		font-size: 0.28rem;

	}

}

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



}

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

	.banner_text1 h2{

		font-size: 0.6rem;

	}

	.banner_text1 h3 {

		font-size: 0.26rem;

	}

}

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

	.banner_text1 h2{

		font-size: 0.5rem;

	}

	.banner_text1 h3 {

		font-size: 0.24rem;

	}

}

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

	.banner_text1 h2{

		font-size: 0.4rem;

	}

	.banner_text1 h3 {

		font-size: 0.22rem;

	}

}

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

	.banner_text1 h2{

		font-size: 0.3rem;

	}

	.banner_text1 h3 {

		font-size: 0.2rem;

	}

}

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

	.banner_text1 h2{

		font-size: 0.25rem;

	}

	.banner_text1 h3 {

		font-size: 0.18rem;

	}

	.banner_text1 h2 br{display: none;}

	.banner_text1 h3 br{display: none;}

}

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

	.banner_text1 h3 {

		font-size: 0.16rem;

	}

}























/* home_products */

.home_products_bac{

   box-sizing: border-box;

   padding:0.4rem 0 0.4rem 0;

   background: linear-gradient(to top,rgba(214,218,229,1) 0%,rgba(228,229,233,1) 25%,rgba(223,224,228,1) 100%);

   position: relative;

   z-index: 2;

}

.home_products_bac::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 31.4%;

	1background: linear-gradient(to top,rgba(223,226,234,1),rgba(237,238,242,1));

}

.home_products{



}









/* History of the company */

.in_history {



}



.in_history_cont {

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.in_honor_price{

	position: relative;

    width: 69%;

	z-index: 2;

}

.in_honor_price::after{

	content: '';

	position: absolute;

	top: 0.7rem;

    left: 0;

	width: 9.24rem;

	max-width: 100%;

	height: 2.52rem;

	1background: url('../images/products_logo.png') center no-repeat;

	background-size: contain;

	z-index: -1;

}

.gallery-top {

	width:100%;

	height: 100%;

	box-sizing: border-box;

	overflow: hidden;

	position: relative

}



.gallery-top .swiper-wrapper {

	position: relative;

	width: 100%;

	height: 100%;

	z-index: 1;

	display: flex;

}



.gallery-top .swiper-slide {

	flex-shrink: 0;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	position: relative;

	border-radius: 0.2rem;

	width: 100%;

}

.JDE_box{

   width: 100%;

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: center;

}

.JDE_text{

   width: 59%;

}

.JDE_text h3{

   font-size: 0.44rem;

   color: #333;

   font-weight: bold;

   margin-top: 1rem;

}

.JDE_text h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 0.36rem;

   margin-top: 0.2rem;

   margin-bottom: 0.7rem;

   height: 2.16rem;

   overflow: auto;

}

/*滚动条*/

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

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

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



.JDE_img{

   width: 41%;

   position: relative;

}

.JDE_img::after{

	content: '';

	display: block;

	padding-bottom: 128.5%;

}

.JDE_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;

}

































.gallery-top .swiper-slide-active{



    position: relative;

	z-index: 10;

}

















.history-button-prev,

.history-button-next {

	opacity: .4;

	position: absolute;

	top: 102.6%;

	transform: translate(0, -50%);

	width: .66rem;

	height: .66rem;

	box-sizing: border-box;

	border: 1px solid #7E7E7E;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease;

}















.in_honor_year {

	width: 31%;

	height: 7.66rem;

	box-sizing: border-box;

	padding-left: 0.3rem;

	position: relative;

	z-index: 1;

}

.in_honor_year::after{

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0,-50%);

	left: -5.4rem;

	width: 7.66rem;

	height: 7.66rem;

	1background: url('../images/circle.png') center no-repeat;

	background-size: contain;

	z-index: -2;

}







.gallery-thumbs {

	width: 100%;

	height: 100%;

	position: relative;

	overflow: hidden;

	box-sizing: border-box;

}



.gallery-thumbs .swiper-wrapper {

	position: relative;

	width: 100%;

	height: 100%;

	z-index: 1;

	cursor: pointer;

	display: flex;

	flex-direction: column;   

}



.gallery-thumbs .swiper-wrapper:before {

	content: '';
  position: absolute;
  right: max(10px, 0.521vw);
  bottom: max(10px, 0.521vw);
  height: 94%;
  background: #65685b;
  opacity: .2;
  width: 1px;

}

.gallery-thumbs .swiper-slide :before{content: '';
  position: absolute;
  right: 3%;
  top: 50%;
  width: max(5px, 0.26vw);
  height: max(4px, 0.208vw);
  background: #65685b;
  transform: translateY(-50%) skewX(-15deg);
  transition: all .5s linear;}




.gallery-thumbs .swiper-slide {

	flex-shrink: 0;

	position: relative;

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	width: 100%;

}





.JDE_three{

	display: flex;

	display: -webkit-flex;

	align-items: center;

	width: 100%;

	transition: all 0.5s ease;

}

.JDE_img_min{

    width: 1.2rem;

	height: 1.2rem;

	border-radius: 50%;

	box-sizing: border-box;

	border: 1px solid #fff;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

	background: linear-gradient(to top, rgba(214, 218, 229, 1) 0%, rgba(228, 229, 233, 1) 25%, rgba(223, 224, 228, 1) 100%);

	position: relative;

	z-index: 2;

	overflow: hidden;

}

.JDE_img_min::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

    height: 30%;

	background: linear-gradient(to top, rgba(223, 226, 234, 1), rgba(237, 238, 242, 1));

	z-index: -1;

}

.JDE_img_min img{

    width: 1rem;

	height: 1rem;

	1object-fit: contain;

}

.JDE_three p{

	width: calc(100% - 1.2rem);

	box-sizing: border-box;

	padding-left: 0.2rem;

    font-size: 0.2rem;

	color: #222;

	font-family:Arial, Helvetica, sans-serif;

	transition: all 0.3s ease; 

}







.gallery-thumbs .swiper-slide-active .JDE_three{

	box-sizing: border-box;

	padding-left: 1.4rem;

}

.gallery-thumbs .swiper-slide-active .JDE_img_min{

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

}



.gallery-thumbs .swiper-slide-active p{

	color: var(--i_color2);

}









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

	.JDE_three p {

		width: calc(100% - 1rem);

		padding-left: 0.2rem;

		font-size: 0.18rem;

	}

	.JDE_img_min {

		width: 1rem;

		height: 1rem;

	}

	.JDE_img_min img {

		width: 0.9rem;

		height: 0.9rem;border-radius: 100%;

	}

	.in_honor_year::after {

		left: -5.5rem;

	}

	.JDE_text h3 {

		font-size: 0.4rem;

		margin-top: 0.8rem;

	}

	.JDE_text h4 {

		font-size: 0.16rem;

		line-height: 0.3rem;

		height: 1.8rem;

		overflow: auto;

	}

	.in_honor_year {

		height: 7.2rem;

	}

	.in_honor_year::after {

		width: 7.2rem;

		height: 7.2rem;

	}

	.gallery-thumbs .swiper-slide-active .JDE_three {

		padding-left: 0.9rem;

	}

}

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



}

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

	.JDE_text h3 {

        font-size: 0.35rem;

        margin-top: 0.6rem;

    }

}

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

	.in_honor_price {

		width: 100%;

	}

	.in_honor_year {

		width: 100%;

		height: auto;

		padding-left: 0rem;

	}

	.gallery-thumbs .swiper-wrapper {

		flex-direction: row;

	}

	.in_honor_year::after{display: none;}

	.gallery-thumbs .swiper-slide-active .JDE_three {

        padding-left: 0rem;

    }

	.JDE_text h3 {

        font-size: 0.3rem;

        margin-top: 0.4rem;

    }
	.gallery-thumbs .swiper-wrapper{
		align-items: flex-start;
	}

}

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

	.JDE_text h3 {

        margin-top: 0.2rem;

    }

	.JDE_text h4 {

		margin-bottom: 0.4rem;

	}

	.in_honor_price::after{

		opacity: 0.5;

	}

	.JDE_three {

		flex-direction: column;

		gap: 0.2rem;

	}

	.JDE_three p {

        width: 100%;

        padding-left: 0rem;

		text-align: center;

    }

}

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

	.JDE_three p {

        font-size: 0.16rem;

    }

	.in_honor_year{

		margin-top: 0.4rem;

	}

	.JDE_text h3 {

        font-size: 0.25rem;

        margin-top: 0rem;

    }

	.in_honor_price::after{

		opacity: 0.3;

	}

}

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

	.JDE_text h3 {

        font-size: 0.2rem;

    }

	.JDE_text h4 {

        font-size: 0.14rem;

        line-height: 0.25rem;

        height: 1rem;

		margin-bottom: 0.2rem;

    }

	.in_honor_price::after {

		top: 0rem;

	}

	.JDE_three p {

        font-size: 0.14rem;

    }

	.home_products_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.in_honor_year{

		margin-top: 0.2rem;

	}

	.JDE_text h3 {

        font-size: 0.18rem;

    }

}











.home_btn{



}

.home_btn a,

.home_btn span{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.1rem 0.12rem 0.1rem 0.4rem;

   border-radius: 1rem;

   background: rgba(240,77,43,0.65);

   overflow: hidden;



}

.home_btn_div{

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.home_btn_div p{

   font-size: 0.18rem;
   white-space:nowrap;
   color: var(--i_color);

   text-transform: capitalize;

   margin-right: 0.15rem;

   position: relative;

   transition: all 0.3s ease;

   z-index: 2;

}

.home_btn_div i{

   display: block;

   width: 0.36rem;

   height: 0.36rem;

   border-radius: 50%;

   background: var(--i_color);

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   position: relative;

}

.home_btn_div i::after{

   content: '';

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   border-radius: 50%;

   background: var(--i_color);

   z-index: 1;

   transition: all 0.7s ease;

}

.home_btn_div i iconify-icon{

   font-size: 0.2rem;

   color: #fff;

   position: relative;

   z-index: 2;

}



.home_btn a:hover p,

.home_btn span:hover p{

	color: #fff;

}

.home_btn a:hover i::after,

.home_btn span:hover i::after{

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

}

.home_btn_center{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}



.home_btn_white a{

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

	backdrop-filter: blur(6px);

}







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

	.home_btn a,

	.home_btn span{

		padding: 0.08rem 0.1rem 0.08rem 0.3rem;

		border-radius: 0.8rem;

	}

}

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

}

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



	.home_btn_div i{

		width: 0.3rem;

		height: 0.3rem;

	}

	.home_btn_div p{

		font-size: 0.16rem;

	 }

}

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

	.home_btn_div i iconify-icon{

		font-size: 0.16rem;

	}

	.home_btn a,

	.home_btn span{

		padding: 0.06rem 0.08rem 0.06rem 0.2rem;

		border-radius: 0.6rem;

	}

}

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



	.home_btn_div i{

		width: 0.25rem;

		height: 0.25rem;

	}

	.home_btn_div p{

		font-size: 0.14rem;

		margin-right: 0.1rem;

	}

}

















/* home_solution */

.home_solution_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.home_solution{



}

.home_solution_title{

   display: flex;

   display: -webkit-flex;

   gap: 0.2rem;

   justify-content: space-between;

}

.home_solution_titleBox{

   width: calc(100% - 3rem);

}

.home_solution_titleBox h3{

   margin-top: 0.3rem;

   font-size: 0.18rem;

   color: #666;

   line-height: 200%;

}









.title{



}

.title p{

    font-size: 0.34rem;

	color: #222;

	font-weight: bold;

	text-transform:uppercase;

	line-height: 100%;

}

.title span{

	font-size: 0.2rem;

	color: #666666;

	display: block;

	margin-top: 0.1rem;

}

.title span a{

	color: var(--i_color);

	font-size: 0.2rem;

}

.title_center{



}

.title_center p{

	text-align: center;

}

.title_center span{

	text-align: center;

}

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

	.title p{

		font-size: 0.4rem;

	}

}

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



}

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

	.title p{

		font-size: 0.35rem;

	}

	.title span{

		font-size: 0.18rem;

	}

	.title span a{

		font-size: 0.18rem;

	}

}

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

	.title p{

		font-size: 0.3rem;

	}

	.title span br{

		display: none;

	}

}

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

	.title p{

		font-size: 0.28rem;

	}

	.title span{

		font-size: 0.16rem;

	}

	.title span a{

		font-size: 0.16rem;

	}

}

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

	.title p{

		font-size: 0.26rem;

	}

	.title span{

		font-size: 0.14rem; margin:10px auto !important;

	}

	.title span a{

		font-size: 0.14rem;

	}

}

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

	.title p{

		font-size: 0.24rem;

	}

}

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

	.title p{

		font-size: 0.22rem;

	}

}









.home_solution_box{

   margin-top: 0.5rem;

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   align-items: flex-start;

}

.home_solution_ul{

   width: 52.9%;

   box-sizing: border-box;

   padding-right: 4%;

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



}

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

	left: 0;

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

	width: 0.12rem;

	height: 0.12rem;

	border-radius: 50%;

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

	background-color: var(--i_color);

	transition: all 0.3s ease;

	box-sizing: border-box;

}

.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: #222;

   width: calc(100% - 1.2rem);

   box-sizing: border-box;

   padding: 0 3%;

   transition: all 0.3s ease;

   text-transform: capitalize;

}

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

   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: 84%;

}

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

	background-color: #fff;

}

.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: var(--i_color);

}

.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: abc 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 h6 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;

	}

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

   background: url('../images/home_about1.webp') no-repeat center;

   background-size: cover;

   box-sizing: border-box;

   padding: 1rem 0;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.home_about_img{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: auto;

	z-index: -1;

}

.home_about_img img{

	width: 100%;

	height: auto;

}

.home_about{



}

.home_about_box{

	position: relative;

	z-index: 4;

	box-sizing: border-box;

	padding-right: 55%;

}

.home_about_box h3{

   font-size: 0.4rem;

   color: #222;

   font-weight: bold;

}

.home_about_box h4{

	font-size: 0.18rem;

	color: #666;

	line-height: 200%;

	margin: 0.1rem 0 0.4rem 0;

}

.home_about_ul{

	margin-top: 2.9rem;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	backdrop-filter: blur(6px);

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

	border-radius: 0.3rem;

	position: relative;

	z-index: 4;

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

}

.home_about_ul li{

    width: 25%;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: center;

	box-sizing: border-box;

	padding: 0.4rem 3%;

	position: relative;

}

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

	content: '';

	position: absolute;

	right: 0;

	top: 50%;

	transform: translate(0 , -50%);

	width: 1px;

	height: 65%;

	background-color: #fff;

}

.home_about_ul li img{

   width: 0.78rem;

   height: 0.78rem;

   object-fit: contain;

}

.home_about_text{

	width: calc(100% - 0.78rem);

	box-sizing: border-box;

	padding-left: 0.3rem;

}



.home_about_text h5{

   font-family: 'din';

   font-size: 0.44rem;

   color: #222;

}

.home_about_text h5 span{

   font-family: 'din';

   font-size: 0.44rem;

   color: #222;

}

.home_about_text h6{

   font-size: 0.18rem;

   line-height: 0.24rem;

   color: #222;

}







.i_round {

	position: absolute;

	top: -1rem;

	right: 0;

	width: 68.744%;

	--round_size: .24rem;

	z-index: -1;

}

.i_round::before {

	content: '';

	display: block;

	padding-bottom: 100%;

}



.i_star1 {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	box-sizing: border-box;

	border: 1px solid rgb(219 64 35 / 15%);

	-webkit-border-radius: 50%;

	border-radius: 50%;

	animation: round 56s linear infinite;

	-webkit-animation: round 56s linear infinite;

}



.i_star2 {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 84%;

	height: 84%;

	box-sizing: border-box;

	border: 1px solid rgb(219 64 35 / 20%);

	-webkit-border-radius: 50%;

	border-radius: 50%;

	animation: round2 44s linear infinite;

	-webkit-animation: round2 44s linear infinite;

}



.i_round li {

	position: absolute;

	width: var(--round_size);

	height: var(--round_size);

	-webkit-border-radius: 50%;

	border-radius: 50%;

	background: -webkit-linear-gradient(100deg, var(--i_color) 0%, var(--i_color) 100%);

	background: linear-gradient(100deg, var(--i_color) 0%, var(--i_color) 100%);

}

.i_star1 li:nth-child(1),

.i_star2 li:nth-child(1) {

	left: 50%;

	transform: translate(-50%, 0);

	top: calc(-1 * var(--round_size) / 2);

}

.i_star1 li:nth-child(2),

.i_star2 li:nth-child(2) {

	top: 50%;

	transform: translate(0, -50%);

	right: calc(-1 * var(--round_size) / 2);

}

.i_star1 li:nth-child(3),

.i_star2 li:nth-child(3) {

	left: 50%;

	transform: translate(-50%, 0);

	bottom: calc(-1 * var(--round_size) / 2);

}

.i_star1 li:nth-child(4),

.i_star2 li:nth-child(4) {

	top: 50%;

	transform: translate(0, -50%);

	left: calc(-1 * var(--round_size) / 2);

}



@-webkit-keyframes round {

	from {

		transform: rotateZ(0deg);

	}

	to {

		transform: rotateZ(360deg);

	}

}

@keyframes round {

	from {

		transform: rotateZ(0deg);

	}

	to {

		transform: rotateZ(360deg);

	}

}

@-webkit-keyframes round2 {

	from {

		transform: rotateZ(360deg);

	}

	to {

		transform: rotateZ(0deg);

	}

}

@keyframes round2 {

	from {

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

	}

	to {

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

	}

}





.home_about_i{

	position: absolute;

	top: 0.7rem;

	right: 0;

	z-index: 5;

	width: 2rem;

	height: 0.45rem;

	background: url('../images/youtube.png') center no-repeat;

	background-size: contain;

	cursor: pointer;

}







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

	.home_about_box h3 {

		font-size: 0.35rem;

	}

	.home_about_ul li {

		padding: 0.3rem 2%;

	}

	.home_about_ul li img {

		width: 0.7rem;

		height: 0.7rem;

	}

	.home_about_text {

		width: calc(100% - 0.7rem);

		padding-left: 0.2rem;

	}

	.home_about_ul {

		margin-top: 2.5rem;

	}

	.home_about_box {

		padding-right: 37%;

	}

	.i_round {

		--round_size: .2rem;

	}

	.home_about_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

	.home_about_box h3 {

		font-size: 0.3rem;

	}

	.home_about_box h4 {

		font-size: 0.16rem;

	}

	.home_about_text h5{

		font-size: 0.4rem;

	}

	.home_about_text h5 span{

		font-size: 0.4rem;

	}

	.home_about_text h6 {

		font-size: 0.16rem;

		line-height: 0.22rem;

	}

	.home_about_ul li img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.home_about_text {

		width: calc(100% - 0.6rem);

	}

	.home_about_i {

		top: 0.5rem;

		width: 1.8rem;

	}

	.home_about_ul {

		margin-top: 2rem;

	}

	.home_about_bac {

		padding: 0.6rem 0;

	}



}

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

	.home_about_box h3 {

		font-size: 0.28rem;

	}

	.home_about_ul {

		margin-top: 1.8rem;

	}

}

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

	.home_about_box h3 {

		font-size: 0.26rem;

	}

	.home_about_ul li{

		width: 50%;

		justify-content: center;

	}

	.home_about_ul{

		flex-wrap: wrap;

	}

	.home_about_ul li {

        padding: 0.2rem 2%;

    }

	.home_about_ul {

        margin-top: 1.5rem;

    }

	.home_about_ul li:nth-child(even)::after{

		width: 0;

	}

}

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

	.home_about_box h3 {

		font-size: 0.24rem;

	}

	.home_about_text h5{

		font-size: 0.3rem;

	}

	.home_about_text h5 span{

		font-size: 0.3rem;

	}

	.home_about_ul {

        margin-top: 1rem;

    }

	.home_about_box h4 {

        font-size: 0.14rem;

    }

	.home_about_i {

        top: 0.4rem;

        width: 1.5rem;

    }

	.home_about_text h6 {

        font-size: 0.14rem;

        line-height: 0.2rem;

    }

	.i_round {

		--round_size: .1rem;

	}

}

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

	.home_about_box h3 {

		font-size: 0.22rem;

	}

	.home_about_box {

        padding-right: 0%;

    }

	.home_about_i {

		position: relative;

		top: unset;

		right: unset;

		margin-top: 0.4rem;

		display: block;

	}

	.home_about_ul {

        margin-top: 0.4rem;

    }

	.home_about_ul li img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.home_about_text {

		width: calc(100% - 0.5rem);

	}

	.home_about_i {

        width: 1.4rem;

    }

}

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

	.home_about_ul li img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.home_about_text {

		width: calc(100% - 0.4rem);

	}

}





















/* 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: 49%;

    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;

	}

}













/* home_advantage */

.home_advantage_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background: url('../images/home_advantage_bac.webp') center no-repeat;

   background-size: cover;

}

.home_advantage{



}

.home_advantage_ul{

   margin-top: 0.6rem;

   display: flex;

   display: -webkit-flex;

   gap: 0.25rem;

   overflow: hidden;

}

.home_advantage_ul li{

   width: 10%;

   flex-grow: 1;

  1 height: 6.2rem; height:3.2rem;

   border-radius: 0.3rem;

   position: relative;

   overflow: hidden;

   transition: all 0.7s ease;

}

.home_advantage_img{

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.home_advantage_text{

   position: absolute;

   bottom: 0;

   left: 0;

   width: 100%;

   box-sizing: border-box;

   padding: 1.2rem 4% 0.5rem 4%;

   background: linear-gradient(to top,rgba(26,49,121,1),rgba(34,63,153,0.6));

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: center;

}

.home_advantage_text img{

   width: 0.8rem;

   height: 0.8rem;

   object-fit: contain;

}

.home_advantage_text h3{

   font-size: 0.22rem;

   color: #fff;

   1font-family:Arial, Helvetica, sans-serif;

   text-align: center;

   text-transform: capitalize; font-family:Arial, Helvetica, sans-serif;

   margin-top: 0.05rem;

}

.home_advantage_text h4{

   font-size: 0.18rem;

   color: #fff;

   line-height: 200%;

   display: none;

   1width: 52vw;

   margin-top: 0.1rem;

}

.home_advantage_active{

   flex-grow: 1000 !important;

}
.home_advantage_active h3 br{
	display: none;
}
.home_advantage_active h4{

	display: block;

	animation: op 0.3s linear;

}

.home_advantage_active .home_advantage_text{

	align-items: flex-start;

}





@keyframes op{

	0%{

		opacity: 0;

	}

	100%{

		opacity: 1;

	}

}





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

	.home_advantage_text h3 {

		font-size: 0.24rem;

	}

	.home_advantage_ul li {

		height: 3.2rem;

	}

	.home_advantage_text img {

		width: 0.7rem;

		height: 0.7rem;

	}

	.home_advantage_text h4 {

		font-size: 0.16rem;

	}

	.home_advantage_bac {

		padding: 0.8rem 0;

	}
	.home_advantage_text h3 {

		font-size: 0.2rem;

	}

}

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

	.home_advantage_text h3 {

		font-size: 0.22rem;

	}

}

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

	.home_advantage_text h3 {

		font-size: 0.18rem;

	}

	.home_advantage_text {

		padding: 1rem 4% 0.4rem 4%;

	}

	.home_advantage_text img {

        width: 0.6rem;

        height: 0.6rem;

    }

	.home_advantage_ul {

		gap: 0.2rem;

	}

	.home_advantage_ul li {

        height: 5rem;

    }

	.home_advantage_bac {

		padding: 0.6rem 0;

	}

}

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



}

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

	.home_advantage_ul li{

		width: 100%;

	}

	.home_advantage_ul{

		flex-wrap: wrap;

	}

	.home_advantage_text h4 {

		width: 100%;

	}

	.home_advantage_ul li {

        height: 4.5rem;

    }
	.home_advantage_text h3 br{
		display: none;
	}

}

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

	.home_advantage_ul li {

        height: 3rem;

    }
.strength_left {
  width: 45%;
  margin-top:0 !important;
}
}

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

	.home_advantage_text h4 {

        font-size: 0.14rem;

		line-height: 150%;

    }

	.home_advantage_text {

        padding:0.4rem 4%;

    }

	.home_advantage_ul {

		margin-top: 0.4rem;

	}

}

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

	.home_advantage_ul li {

        height: 3.5rem;

    }

}







/* home_news */

.home_news_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background: url("../images/home_news.webp") center no-repeat;

   background-size: cover;

}

.home_news{



}

.home_news_title{

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: space-between;

	gap: 0.2rem;

	flex-wrap: wrap;

}

.home_news_ul{

   display: flex;

   display: -webkit-flex;

   gap: 0.2rem;
   flex-wrap: wrap;

}

.home_news_ul li{



}

.home_news_ul li a{

	display: inline-block;

	box-sizing: border-box;

	padding: 0.14rem 0.3rem;

	border-radius: 8rem;

	font-size: 0.18rem;

	color: #222;

	text-transform: capitalize;

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

	backdrop-filter: blur(6px);

	-webkit-backdrop-filter: blur(6px);

	box-shadow: 0 0 0.1rem rgba(240,77,43,0.05);

	transition: all 0.3s ease;

}

.home_news_ul li a:hover{

	background:var(--i_color2);

	color: #fff;

}

.home_news_box{

	margin-top: 0.6rem;

	margin-bottom: 0.5rem;

}







/*  */

.HN_partner_box{}



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

    background-color: #fff;

	box-sizing: border-box;

	padding: 0.35rem;

	border-radius: 0.3rem;

}

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

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

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





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

.HN_data{

   display: flex;

   display: -webkit-flex;

   box-sizing: border-box;

   gap: 0.1rem;

   align-items: center;

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

   backdrop-filter: blur(6px);

   -webkit-backdrop-filter: blur(6px);

   border-radius: 8rem;

  1 padding: 0.1rem 0.2rem 0.1rem 0.12rem;

   1position: absolute;

   bottom: 0.25rem;

   left: 0.35rem;

}

.HN_data i{

   display: block;

   width: 0.32rem;

   height: 0.32rem;

   background: url('../images/HN_data.png') center no-repeat;

   background-size: contain;

}

.HN_data p{

   font-size: 0.18rem;

   color: #222;

}

.HN_text{

   margin-top: 0.1rem;

}

.HN_text h3{

   font-size: 0.24rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.HN_text h4{

   font-size: 0.18rem;

   color: #666;

   overflow:hidden;

    1white-space: nowrap;

    1text-overflow: ellipsis;

    box-sizing: border-box;

	margin-top: 0.05rem; line-height:22px;

}



.HN_partner_list li a:hover img{

	width: 110%;

	height: 110%;

}



.HN_partner_list li a:hover h3{

	color: var(--i_color);

}





















/* 指示器 */

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

.HN_partner .pt-pagination .swiper-pagination-bullet{width:0.1rem; height:0.1rem;cursor: pointer; display:inline-block; margin:0 5px; background:#BBB; border-radius:50%; outline:none}

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



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.home_news_ul li a {

		padding: 0.12rem 0.25rem;

		font-size: 0.16rem;

	}

	.home_news_bac {

		padding: 0.8rem 0;

	}

	.HN_partner_list li a {

		padding: 0.3rem 0.25rem;

	}

	.HN_text h3 {

		font-size: 0.22rem;

	}

	.HN_text h4 {

		font-size: 0.16rem;

	}

}

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



}

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

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

	.HN_partner .pt-pagination{display:block}

	.home_news_bac {

		padding: 0.6rem 0;

	}

	.HN_text h3 {

		font-size: 0.2rem;

	}

	.HN_data p {

		font-size: 0.16rem;

	}

	.HN_data i {

		width: 0.3rem;

		height: 0.3rem;

	}

}

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



}

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

	.HN_text h3 {

		font-size: 0.18rem;

	}

	.HN_text h4 {

		font-size: 0.14rem;

	}

}

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

	.home_news_ul li a {

        padding: 0.1rem 0.2rem;

        font-size: 0.14rem;

    }

	.home_news_box {

		margin-top: 0.4rem;

		margin-bottom: 0.3rem;

	}

	.HN_partner_list li a {

        padding: 0.25rem 0.2rem;

    }

	.HN_data {

		padding: 0.08rem 0.2rem 0.08rem 0.12rem;

		bottom: 0.2rem;

		left: 0.3rem;

	}

	.HN_text {

		margin-top: 0.2rem;

	}

	.HN_partner_list li a {

		border-radius: 0.2rem;

	}

}

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

	.HN_partner_list li a {

        padding: 0.2rem 0.15rem;

    }

	.HN_data i {

		width: 0.25rem;

		height: 0.25rem;

	}

	.HN_data {

        bottom: 0.1rem;

        left: 0.1rem;

    }

	.HN_data p {

        font-size: 0.14rem;

    }

}







/* home_contact */

.home_contact_bac{

	box-sizing: border-box;

	padding: 1rem 0;

}

.home_contact{



}

.home_contact h3{

	font-size: 0.18rem;

	line-height: 200%;

	color: #666;

	text-align: center;

	margin: 0.4rem 0;

}

.home_contact_area{

	position: relative;

}

.home_contact_box{

	position: relative;

}



.home_contact_btn{

	position: absolute;

	bottom: 20%;

	left: 50%;

	transform: translate(-50%,0);

}

.home_contact_img{

	position: relative;

	overflow: hidden;

	border-radius: 0.3rem;

}

.home_contact_img::after{

	content: '';

	display: block;

	padding-bottom: 36%;

}

.home_contact_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}















/* ------------------------------图片分裂---------------------- */

.wrapper {

	position: relative;

    width: 100%;

    object-fit: cover;

	background-color: #222;

	border-radius: 0.3rem;

    overflow: hidden;

}

.box {

	--box-width: 17rem;

	--box-height: 5.97rem;

	--frag-width: calc(var(--box-width) / var(--col));

	--frag-height: calc(var(--box-height) / var(--row));

	--img-url: url("https://lingjuimg.com/wp-content/uploads/jintaike/2025/05/home_contact_all.webp");

	display: flex;

	justify-content: center;

	flex-wrap: wrap;

	width: var(--box-width);

	height: var(--box-height);

	position: relative;

}

.box.hide::after {

    opacity: 0;

}

.box.hide:hover::after {

    opacity: 0;

}

.box:hover::after {

	background-image: initial;

	font-size: 0.18rem;

}

.fragment {

	--x-offset: calc(var(--x) * var(--frag-width) * -1);

	--y-offset: calc(var(--y) * var(--frag-height) * -1);

	--rotateX: rotateX(0);

	--rotateY: rotateY(0);

	width: var(--frag-width);

	height: var(--frag-height);

	background: var(--img-url) var(--x-offset) var(--y-offset) / var(--box-width)

		var(--box-height) no-repeat;

	backface-visibility: hidden;

	will-change: transform;

	transform: var(--rotateX) var(--rotateY) scale(0.8);

	animation: flip var(--duration) linear var(--delay) forwards;

	opacity: 0;

}

@keyframes flip {

	0% {

		transform: var(--rotateX) var(--rotateY) scale(0.8);

		opacity: 0;

	}

	15% {

		transform: var(--rotateX) var(--rotateY) scale(0.8);

		opacity: 0;

	}

	70% {

		transform: rotateX(0) rotateY(0) scale(0.8);

		opacity: 1;

	}

	100% {

		transform: rotateX(0) rotateY(0) scale(1);

		opacity: 1;

	}

}







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

	.box {

		--box-height: 5.5rem;

	}

	.home_contact_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

	.box {

		--box-height: 5rem;

	}

	.home_contact h3 {

		font-size: 0.16rem;

	}

	.home_contact_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_contact_btn{

		bottom: 15%;

	}

	.home_contact_img {

		border-radius: 0.25rem;

	}

}

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



}

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

	.home_contact_img {

		border-radius: 0.2rem;

	}

	.home_contact_btn{

		bottom: 10%;

	}

	.home_contact h3 {

		font-size: 0.14rem;

		margin: 0.25rem 0;

	}

}

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



}

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



}







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

.footer_contact_bac{

   background: url('https://lingjuimg.com/wp-content/uploads/jintaike/2024/12/footer_contact.webp') center no-repeat;

   box-sizing: border-box;

   padding: 0.6rem 0;

   background-size: cover;

   background-attachment: fixed;

}

.footer_contact{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

   flex-wrap: wrap;

}

.footer_contact_left{

   width: calc(100% - 2.1rem);

}

.footer_contact_left img{

   height: 0.47rem;

}

.footer_contact_left h4{

   font-size: 0.32rem;

   color: #fff;

   font-family:Arial, Helvetica, sans-serif;

   margin-top: 0.05rem;

}



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

	.footer_contact_left h4{

		font-size: 0.28rem;

	}

	.footer_contact_left img {

		height: 0.44rem;

	}

}

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

	.footer_contact_left h4{

		font-size: 0.26rem;

	}

}

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

	.footer_contact_left h4{

		font-size: 0.24rem;

	}

	.footer_contact_left img {

		height: 0.4rem;

	}

}

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

	.footer_contact_left h4{

		font-size: 0.22rem;

	}

}

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

	.footer_contact_left h4{

		font-size: 0.2rem;

	}

	.footer_contact_left {

		width: 100%;

	}

	.footer_contact{

		gap: 0.2rem;

	}

}

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

	.footer_contact_left h4{

		font-size: 0.18rem;

	}

	.footer_contact_bac {

		background-attachment: unset;

	}

}

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

	.footer_contact_left h4{

		font-size: 0.16rem;

	}

	.footer_contact_left img {

        height: 0.35rem;

    }

	.footer_contact_bac {

		padding: 0.4rem 0;

	}

}

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



}





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

.footer_bac{

   background-color: #F7F7F7;

   box-sizing: border-box;

   padding-top: 0.5rem;

   position: relative;

   z-index: 2;

}

.footer_bac::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 11.71rem;

	height: 2.94rem;

	background: url('../images/footer_bac.png') center no-repeat;

	background-size: contain;

	z-index: -1;

	max-width: 100%;

}

.footer{



}

.footer_top{

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding-bottom: 0.55rem;

	position: relative;

}

.footer_top::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 1px;

	background: linear-gradient(to right,rgba(220,220,220,1),rgba(220,220,220,0));

}

.footer_1{

	width: 34.5%;

	box-sizing: border-box;

	padding-right: 3%;

}

.footer_h3{

	font-size: 0.26rem;

	1font-family:Arial, Helvetica, sans-serif;

	text-transform: capitalize;

	margin-bottom: 0.3rem; font-family:Arial, Helvetica, sans-serif;

}

.footer_CU{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_CU li{



}

.footer_CU li h4{

   font-size: 0.18rem;

   color: #222;

   line-height: 0.24rem;

}

.footer_CU li h4 a{

	font-size: 0.18rem;

	color: #666;

	line-height: 0.24rem;

	transition: all 0.3s ease;

}

.footer_CU li h4 a:hover{

	color: var(--i_color);

}



.footer_SM{

   display: flex;

   display: -webkit-flex;

   gap: 0.28rem;

   margin-top: 1rem;

}

.footer_SM dt{



}

.footer_SM dt a{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 0.44rem;

   height: 0.44rem;

   border-radius: 50%;

   background-color: #EAEAEA;

   transition: all 0.3s ease;

}

.footer_SM dt a iconify-icon{

   color: #999;

   font-size: 0.2rem;

   transition: all 0.3s ease;

}



.footer_SM dt a:hover{

	background-color: rgba(240,77,43,0.15);

	transform: translateY(-0.05rem);

}

.footer_SM dt a:hover iconify-icon{

	color: var(--i_color);

}



.footer_2{

   width: 14%;

   box-sizing: border-box;

   padding-right: 0.1rem;

}

.footer_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_ul ul{

	display: none;

}

.footer_ul li{



}

.footer_ul li a{

	font-size: 0.16rem;

	color: #666;

	position: relative;

	text-transform: capitalize;

	transition: all 0.3s ease;

}

.footer_ul li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.footer_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.footer_ul li a:hover{

	color: var(--i_color);

}

.footer_3{

	width: 21.5%;

	box-sizing: border-box;

	padding-right: 0.1rem;

}

.footer_4{

	width: 21.2%;

	box-sizing: border-box;

	padding-right: 0.1rem;

}

.footer_5{

	width: 8.8%;

}

.footer_down{

   box-sizing: border-box;

   padding: 0.4rem 0;

}

.footer_down p{

   font-size: 0.14rem;

   color: #333;

}

.footer_down p a{

	text-transform: capitalize;

	font-size: 0.14rem;

	color: #333;

	transition: all 0.3s ease;

	position: relative;

	border-bottom: 1px solid #333;

}

.footer_down p a:hover{

	color: var(--i_color);

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

}



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

	.footer_5{display: none;}

	.footer_4{

		width: 30%;

	}

	.footer_h3 {

		font-size: 0.24rem;

		margin-bottom: 0.2rem;

	}

	.footer_ul {

		gap: 0.15rem;

	}

	.footer_SM {

		margin-top: 0.8rem;

	}

}

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



}

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

	.footer_3 {

		width: 26.5%;

	}

	.footer_4{

		width: 25%;

	}

	.footer_ul {

		gap: 0.1rem;

	}

}

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

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

	.footer_1 {

		width: 100%;

		padding-right: 0%;

	}

	.footer_SM {

        margin-top: 0.4rem;

    }

}

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



}

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

	.footer_CU li h4{

		font-size: 0.16rem;

	}

	.footer_CU li h4 a{

		font-size: 0.16rem;

	}

	.footer_bac::after{

		height: 2.7rem;

	}

    .footer_down{


	   padding: 0.3rem 0 0.3rem 0;

    }

}

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

	.footer_bac::after{

		height: 2rem;

	}

}

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

	.footer_bac::after{

		height: 1.8rem;

	}

}







/* ----------------------------microgrid------------------------------- */

.banner_inside{

   position: relative;

   width: 100%;

}

.banner_inside::after{

   content: '';

   display: block;

   padding-bottom: 31.35%;

}

.banner_inside img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.banner_inside_text{

   position: absolute;

   top: 50%;

   left: 50%;

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

}

.banner_inside_text h3{

   font-size: 0.44rem;

   color: #222;

   font-weight: bold;

}

.banner_inside_text h4{

   font-size: 0.2rem;

   line-height: 0.32rem;

   color: #666;

   max-height: 1.6rem;

   box-sizing: border-box;

   padding-right: 2%;

   margin-top: 0.1rem;

}



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

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

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

.banner_top{

	margin-top: var(--header_height);

	display: none;

}

.banner_tops{

	height:var(--header_height);

}

.banner_tops_gary{

	background-color: #F7F7F7;

}

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

	.banner_inside_text h3{

		font-size: 0.4rem;

	}

	.banner_inside_text h4{

		font-size: 0.18rem;

		line-height: 0.3rem;

		max-height: 1.5rem;

	}

}

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



}

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

	.banner_inside_text h3{

		font-size: 0.35rem;

	}

	.banner_inside_text h4{

		font-size: 0.16rem;

		line-height: 0.28rem;

		max-height: 1.4rem;

	}

}

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

	.banner_inside_text h3{

		font-size: 0.3rem;

	}

	.banner_inside_text h4{

		display: none;

	}

	.banner_top{

		display: block;

	}

}

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

	.banner_inside_text h3{

		font-size: 0.28rem;

	}

}

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

	.banner_inside_text h3{

		font-size: 0.26rem;

	}

}

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

	.banner_inside_text h3{

		font-size: 0.24rem;

	}

}

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

	.banner_inside_text h3{

		font-size: 0.2rem;

	}

}







/* 当前位置 */

.in_position{padding:0.14rem 0;}

.in_position_gary{

	background-color: #F7F7F7;

}

.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(../images/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){



}





/* microgrid_us */

.microgrid_us_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0.6rem 0;

}

.microgrid_us{



}



.microgrid_us_img{

	width: 10.81rem;

	height: 2.67rem;

	max-width: 100%;

	margin-left: auto;

	margin-right: auto;

	background: url(../images/microgrid_us2.webp) no-repeat center;

    background-size: cover;

    background-attachment: fixed;

    -webkit-mask-box-image: url(../images/microgrid_us1.png);

}

.microgrid_us_text{

	font-size: 0.18rem;

	line-height: 166%;

	color: #222;

	margin-top: 0.4rem;

}





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



}

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



}

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

	.microgrid_us_text {

		font-size: 0.16rem;

	}

}

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



}

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

	.microgrid_us_img {

		height: 2.4rem;

	}

}

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

	.microgrid_us_img {

		height: 2rem;

	}

}

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

	.microgrid_us_img {

		height: 1.6rem;

	}

	.microgrid_us_text {

		font-size: 0.14rem;

	}

	.microgrid_us_text {

		margin-top: 0.2rem;

	}

}

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

	.microgrid_us_img {

		height: 1.2rem;

	}

}





/* microgrid_video */

.microgrid_video_bac{

   position: relative;

}

.microgrid_video_bac::after{

	content: '';

	display: block;

	padding-bottom: 50.16%;

}

.microgrid_video_bac video{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.microgrid_video_ul{



}

.microgrid_video_ul li{

   position: absolute;

   box-sizing: border-box;

   padding: 0.1rem;

   border-radius: 0.31rem;

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

   overflow: hidden;

   z-index: 2;

}

.microgrid_video_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 0%;

	height: 100%;

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

	backdrop-filter: blur(6px);

	transition: all 0.7s ease;

	z-index: -1;

	border-radius: 0.31rem;

}

.microgrid_video_ul li a{

	display: block;

	width: 100%;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	gap: 0.12rem;

}

.microgrid_video_ul li:nth-child(1){

	top: 27%;

    left: 23%;

}

.microgrid_video_ul li:nth-child(2){

	top: 9%;

    right: 24%;

}

.microgrid_video_ul li:nth-child(3){

	top: 16%;

    left: 41%;

}

.microgrid_video_ul li:nth-child(4){

	top: 53%;

    left: 8%;

}

.microgrid_video_ul li:nth-child(5){

	top: 76%;

    left: 28%;

}

.microgrid_video_ul li:nth-child(6){

	top: 44%;

    left: 30%;

}

.microgrid_video_ul li:nth-child(7){

	top: 70%;

    left: 60%;

}

.microgrid_video_ul li:nth-child(8){

	top: 20%;

    right: 9%;

}

.microgrid_video_ul li:nth-child(9){

	top: 47%;

    right: 13%;

}



.microgrid_video_ul li i{

   display: block;

   width: 0.42rem;

   height: 0.42rem;

   background: url('../images/ii.png') center no-repeat;

   background-size: cover;

   position: relative;

   z-index: 3;

}

.microgrid_video_ul li h3{

   display: none;

}



.microgrid_video_text{

	display: flex;

	display: -webkit-flex;

	align-items: center;

	gap: 0.1rem;

}

.microgrid_video_ul li p{

   font-size: 0.2rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;



}

.microgrid_video_ul li iconify-icon{

   font-size: 0.25rem;

   color: var(--i_color);

   margin-right: 0.1rem;

}

.microgrid_video_ul li:hover{

   background-color: transparent;

}

.microgrid_video_ul li:hover::after{

	width: 100%;

}

.microgrid_video_ul li:hover h3{

	display: block;

	animation: fadeInLeft 1s ease;

}







.video_left:hover h3{

	animation: fadeInRight 1s ease !important;

}









.video_left a{

	flex-direction: row-reverse;

}

.video_left .microgrid_video_text{

	flex-direction: row-reverse;

}





.video_left iconify-icon {

    margin-right: 0rem !important;

	margin-left: 0.1rem;

}



.video_left::after{

	right: 0;

	left: auto !important;

}









header.yc{

    top: -1.5rem;

}



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

	.microgrid_video_ul li p {

		font-size: 0.18rem;

	}

	.microgrid_video_ul li iconify-icon{

		font-size: 0.22rem;

	}

	.microgrid_video_ul li i {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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



}

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

	.microgrid_video_ul li p {

		font-size: 0.16rem;

	}

	.microgrid_video_ul li iconify-icon{

		font-size: 0.2rem;

	}

	.microgrid_video_ul li i {

		width: 0.35rem;

		height: 0.35rem;

	}

}

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

	.microgrid_video_bac{

		display: none;

	}

}

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



}

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



}

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



}

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



}







/* related_products */

.related_products_bac{

	box-sizing: border-box;

	padding: 0.8rem 0;

}

.related_products{



}







/*  */

.RP_partner_box{

	margin-top: 0.6rem;

	margin-bottom: 0.6rem;

}



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

	transform-style: preserve-3d;

	transition-property: transform;

}

.RP_partner_list li a{

	display: block;

	width: 100%;

	overflow: hidden;

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	align-items: center;

	border-radius: 0.2rem;

	background-color: #F7F7F7;

	border: 1px solid transparent;

	transition: all 0.3s ease;

	position: relative;

}

.RP_partner_list li a::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

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

	transition: background 0.3s ease;

}

.RP_partner_list .img{

	width:40%;

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





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

.RP_text{

   width: 60%;

   box-sizing: border-box;

   padding: 0.3rem 0.3rem 0.5rem 0;

}

.RP_text h3{

   font-size: 0.22rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   overflow:hidden;

   white-space: nowrap;

   text-overflow: ellipsis;

   box-sizing: border-box;

}

.RP_text_dl{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.1rem;

   margin: 0.2rem 0;

}

.RP_text_dl dt{

   display: inline-block;

   box-sizing: border-box;

   font-size: 0.14rem;

   color: #666;

   border-radius: 0.3rem;

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

   box-sizing: border-box;

   padding: 0.08rem 0.14rem;

   transition: all 0.3s ease;

}

.RP_text_dl dt:hover{

	background-color: #F7F7F7;

	color: #222;

	border: 1px solid #F7F7F7;

}

.RP_text h4{

   font-size: 0.14rem;

   line-height: 0.24rem;

   color: #666;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 5;

}





.RP_partner_list .swiper-slide-prev{



}

.RP_partner_list .swiper-slide-next{



}

.RP_partner_list .swiper-slide-active a{

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

	background-color: #fff;

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

}

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

	width: 0%;

	height: 0%;

	background: transparent;

}

.RP_partner_list .swiper-slide-active h3{

	color: var(--i_color);

}









/* 指示器 */

.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; display:inline-block; margin:0 0.05rem; background:#BBB; border-radius:0%; outline:none}

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



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

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

	.RP_partner .pt-pagination{display:block}

	.RP_text_dl dt {

		font-size: 0.12rem;

		border-radius: 0.2rem;

		padding: 0.05rem 0.1rem;

	}

	.RP_text h4 {

		-webkit-line-clamp: 4;

	}

}

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



}

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

	.RP_text h4 {

		-webkit-line-clamp: 3;

	}

	.RP_text h3 {

		font-size: 0.2rem;

	}

	.RP_text {

		padding: 0.2rem 0.2rem 0.4rem 0;

	}

	.related_products_bac {

		padding: 0.6rem 0;

	}

}

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



}

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

	.RP_text_dl{display: none;}

	.RP_text h3{

		margin-bottom: 0.1rem;

	}

	.RP_partner_box{

		margin-top: 0.4rem;

		margin-bottom: 0.4rem;

	}



}

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

	.RP_partner_list .img {

		width: 100%;

	}

	.RP_text {

		width: 100%;

        padding: 0.2rem 0.2rem 0.4rem 0.2rem;

    }

	.RP_text h4 {

        -webkit-line-clamp: 2;

    }

	.RP_text {

        padding: 0.1rem 0.1rem 0.2rem 0.1rem;

    }

	.RP_text h3 {

        font-size: 0.18rem;

    }

}







/* contact_form */

.contact_form_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

   background-color: #F7F7F7; width:100%;

}

.contact_form{



}

.contact_form_box{

	margin-top: 0.4rem;

}









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

#wpforms-33{width:100%; margin:0 auto; padding:0}

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





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

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

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

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













#wpforms-33 .wpforms-field{

	position: relative;

}

#wpforms-33 .wpforms-field-label{

	font-size: 0;

}

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

	position: absolute;

	top: 12px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}

#wpforms-33 .wpforms-error{

	font-size: 0;

}

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

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

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



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

#wpforms-33 .wpforms-field:nth-child(4), #wpforms-33 .wpforms-field:nth-child(5){

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

}





#wpforms-33 input,#wpforms-33 select{height:var(--input_height)}

#wpforms-33 textarea{height:1.6rem}

#wpforms-33 input, #wpforms-33 textarea,#wpforms-33 select{

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

	background-color: #ffffff; color:#222;

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

	border-radius: 0.1rem;

	transition: all 0.3s ease;

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

}

#wpforms-33 textarea{

	line-height:0.24rem;

	padding:10px;

	font-family: 'Poppins';

}







#wpforms-33 input:hover, #wpforms-33 textarea:hover{

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

}



#wpforms-33 input::-webkit-input-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-33 input::-moz-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-33 input::-moz-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-33 input::-ms-input-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-33 textarea::-webkit-input-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-33 textarea::-moz-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-33 textarea::-moz-placeholder{color:#999; font-size:var(--input_font_size)}

#wpforms-33 textarea::-ms-input-placeholder{color:#999; font-size:var(--input_font_size)}



#wpforms-33 #wpforms-33-field_1-error, #wpforms-33 #wpforms-33-field_2-error, #wpforms-33 #wpforms-33-field_3-error, #wpforms-33 #wpforms-33-field_4-error{position:absolute; font-size:14px}









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

#wpforms-33 .wpforms-submit-container{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	margin-top: 0.2rem;

}

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

	font-size: 0.18rem;

	font-family:Arial, Helvetica, sans-serif;

	color: #fff;

	display: inline-block;

	box-sizing: border-box;

	padding: 10px ;

    border-radius: 0.3rem;

	padding: 0.12rem 0.8rem;

	transition: all 0.2s ease-in;

    position: relative;

    overflow: hidden;

	background-color: var(--i_color);

	cursor: pointer;

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

	text-transform: uppercase;



}

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

	background-color: #222;

	border: 1px solid #222;

}



















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

}

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



}

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

}

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

	#wpforms-33 .wpforms-submit-container{margin: 0.2rem auto 0;}

}

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

}

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

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

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

	#wpforms-33{--input_height:0.5rem}

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

	#wpforms-33 .wpforms-field:nth-child(4), #wpforms-33 .wpforms-field:nth-child(5){

		width:100%;

	}

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

		font-size: 0.16rem;

		padding: 0.1rem 0.5rem;

	}

}

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

}

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



}





/* contact_us */

.contact_us_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.contact_us{



}

.contact_us_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.4rem;

   margin-top: 0.6rem;

}

.contact_us_ul li{

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

}

.contact_us_ul li img{

   width: 0.55rem;

   height: 0.55rem;

   object-fit: contain;

   margin-bottom: 0.35rem;

}

.contact_us_ul li h3{

	width: 100%;

	height: 2px;

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

	position: relative;

}

.contact_us_ul li i{

	position: absolute;

	top: 0;

	left: 0;

    display: block;

    width: 60%;

    height: 2px;

    background-color: var(--i_color);

	transition: all 0.3s ease;

}

.contact_us_ul li a{

   font-size: 0.22rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   margin: 0.2rem 0 0.1rem 0;

   display: inline-block;

   transition: all 0.3s ease;

}

.contact_us_ul li p{

   font-size: 0.2rem;

   color: #666;

}



.contact_us_ul li:hover i{

	width: 100%;

}

.contact_us_ul li a:hover{

	color: var(--i_color);

}

.contact_map{

	height: 6.7rem;

}

.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

        width: 100%;

        height: 100% !important;

}

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

	.contact_us_ul li img{

		width: 0.5rem;

		height: 0.5rem;

		margin-bottom: 0.3rem;

	}

	.contact_us_ul li a {

		font-size: 0.2rem;

	}

	.contact_us_ul li p {

		font-size: 0.18rem;

	}

	.contact_us_bac {

		padding: 0.8rem 0;

	}

	.contact_map{

		height: 6rem;

	}

}

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



}

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

	.contact_us_ul li img{

		width: 0.45rem;

		height: 0.45rem;

	}

	.contact_us_ul li a {

		font-size: 0.18rem;

	}

	.contact_us_ul li p {

		font-size: 0.16rem;

	}

	.contact_us_bac {

		padding: 0.6rem 0;

	}

	.contact_map{

		height: 5rem;

	}

}

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

	.contact_us_ul li a {

		font-size: 0.16rem;

	}

	.contact_us_ul li {

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

	}

	.contact_us_ul li p {

		font-size: 0.14rem;

	}

	.contact_us_ul li img {

        width: 0.4rem;

        height: 0.4rem;

		margin-bottom: 0.2rem;

    }

	.contact_map{

		height: 4rem;

	}

}

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



}

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

	.contact_us_ul li img {

        width: 0.35rem;

        height: 0.35rem;

    }

	.contact_us_ul {

		gap: 0.2rem;

		margin-top: 0.4rem;

	}

	.contact_us_ul li {

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

	}

	.contact_map{

		height: 3.5rem;

	}

}

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



}

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



}





/* partners */

.partners_bac{

	box-sizing: border-box;

	padding: 0.8rem 0;

	background: url('../images/partners_bac.png') center no-repeat;

	background-size: cover;

	position: relative;

}

.partners_bac::after, .partners_bac::before {

    content: '';

    width: 20%;

    height: 100%;

    position: absolute;

    z-index: 1;

    top: 0;

}

.partners_bac::before {

    background: linear-gradient(to right, rgba(237, 244, 254, 1), transparent);

    left: 0;

}

.partners_bac::after {

    background: linear-gradient(to left, rgba(237, 244, 254, 1), transparent);

    right: 0;

}

.par_partner{



}







/*  */

.par_partner_box{

	margin-top: 0.6rem;

}



.par_partner{position:relative}

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

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

.par_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	overflow: hidden;

	border-radius: 50%;

}



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

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

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





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



/* 指示器 */



.par-pagination {

    background: #D8D8D8;

    position: relative;

    width: calc(100% - 1.7rem);

    height: 2px;

	margin-top: 0.6rem;

}

.par-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}



/* 左右箭头 */

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

	position:absolute;

	bottom:0%;

	transform:translate(0,50%);

	width:0.5rem;

	height:0.5rem;

	border: 1px solid #999;

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: #999;

	transition: all 0.3s ease;

}

.partners_box .pt-button-prev{right: 0.7rem;}

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



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

	background-color: var(--i_color);

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

}

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

	color: #fff;

}

.partners_box_all{

	position: relative;

}









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



}

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



}

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

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

	.partners_box .pt-pagination{display:block}

	.partners_box .pt-pagination {

		width: 100%;

	}

	.partners_bac {

		padding: 0.6rem 0;

	}

}

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



}

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

	.partners_box .pt-pagination {

		margin-top: 0.4rem;

	}

	.par_partner_box {

		margin-top: 0.4rem;

	}

}

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



}





/* news_list */

.news_list_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem 0;

}

.news_list{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}

.news_list_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.2rem 0.5rem;

   background-color: #F7F7F7;

   box-sizing: border-box;

   padding: 0.2rem;

   justify-content: center;

   border-radius: 0.5rem;

   width: 59%;

}

.news_list_ul li{

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

}

.news_list_ul li a{

   width: 100%;

   display: block;

   box-sizing: border-box;

   padding: 0.15rem 0.1rem;

   border-radius: 8rem;

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

   font-size: 0.18rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   text-align: center;

   text-transform: capitalize;

   transition: all 0.3s ease;

}

.news_list_active a,

.news_list_ul li a:hover{

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

	color: #fff !important;

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

}



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

	.news_list_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

	.news_list_ul li a {

		padding: 0.12rem 0.1rem;

		font-size: 0.16rem;

	}

	.news_list_ul {

		padding: 0.18rem;

		width: 65%;

	}

	.news_list_ul {

		gap: 0.2rem 0.4rem;

	}

	.news_list_ul li{

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

	}

}

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



}

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

	.news_list_ul li a {

		padding: 0.1rem;

		font-size: 0.16rem;

	}

	.news_list_ul {

		padding: 0.15rem;

		width: 80%;

	}

	.news_list_ul {

		gap: 0.2rem;

	}

	.news_list_ul li{

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

	}

}

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

	.news_list_ul li a {

        font-size: 0.14rem;

    }

}

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

	.news_list_ul {

		width: 90%;

	}

}

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

	.news_list_ul {

		width: 100%;

		flex-wrap: wrap;

	}

	.news_list_ul li{

		width: unset;

		min-width: 1rem;

	}

	.news_list_ul li a {

        padding: 0.1rem 0.2rem;

    }

	.news_list_bac {

        padding: 0.4rem 0;

    }

}

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



}

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



}





/* news_sticky */

.news_sticky_bac{

   box-sizing: border-box;

   padding-bottom: 0.8rem;

}

.news_sticky{



}





/*  */

.NS_partner_box{}



.NS_partner{position:relative}

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

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

.NS_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.NS_partner_list li a{

	display: block;

	width: 100%;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	align-items: center;

	background-color: #F7F7F7;

	border-radius: 0.3rem;

	overflow: hidden;

	position: relative;

	z-index: 2;

}

.NS_partner_list li a::after{

	content: '';

	position: absolute;

	bottom: -0.4rem;

	right: -0.4rem;

	width: 5.77rem;

	height: 1.38rem;

    background: url('../images/news_logo.png') center no-repeat;

	background-size: contain;

	z-index: -1;

}

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

.NS_partner_list .img:before{content:""; display:block; padding-bottom:55.6%}

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



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

.NS_data{

   position: absolute;

   bottom: 0.4rem;

   left: 0.35rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   padding: 0.1rem 0.2rem 0.1rem 0.1rem;

   border-radius: 8rem;

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

   backdrop-filter: blur(0.06rem);

   gap: 0.1rem;

}

.NS_data i{

   display: block;

   width: 0.32rem;

   height: 0.32rem;

   background: url('../images/data.png') center no-repeat;

   background-size: contain;

}

.NS_data p{

   font-size: 0.18rem;

   color: #222;

   line-height: 100%;

}

.NS_text{

   width: 47.5%;

   box-sizing: border-box;

   padding: 0.6rem;

}

.NS_text h3{

   font-size: 0.24rem;

   color: var(--i_color);

   font-family:Arial, Helvetica, sans-serif;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.NS_text h4{

   font-size: 0.18rem;

   line-height: 166%;

   color: #666;

   margin: 0.2rem 0 0.6rem 0;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 6;

}







/* 指示器 */

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

.NS_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem;transition: all 0.3s ease; height:0.12rem;cursor: pointer; display:inline-block; margin:0 0.05rem; background:var(--i_color);box-sizing: border-box;border: 0.02rem solid var(--i_color); border-radius:50%; outline:none}

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









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

	.NS_text {

		padding: 0.5rem;

	}

	.NS_text h3 {

		font-size: 0.22rem;

	}

	.NS_text h4 {

		font-size: 0.16rem;

		margin: 0.2rem 0 0.5rem 0;

		-webkit-line-clamp: 5;

	}

}

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



}

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

	.NS_text {

		padding: 0.4rem;

	}

	.NS_text h3 {

		font-size: 0.2rem;

	}

	.NS_text h4 {

		font-size: 0.14rem;

		margin: 0.2rem 0 0.4rem 0;

		-webkit-line-clamp: 4;

	}

	.NS_partner_list li a::after {

		bottom: -0.3rem;

		right: -0.3rem;

		width: 5rem;

		height: 1rem;

	}

	.NS_data {

		bottom: 0.3rem;

		left: 0.25rem;

		padding: 0.08rem 0.2rem 0.08rem 0.1rem;

	}

	.NS_data p {

		font-size: 0.16rem;

	}

	.NS_data i {

		width: 0.3rem;

		height: 0.3rem;

	}

	.news_sticky_bac {

		padding-bottom: 0.6rem;

	}

}

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

	.NS_text h3 {

		font-size: 0.2rem;

	}

	.NS_text {

        padding: 0.3rem;

    }

	.NS_partner_list li a::after {

		bottom: -0.2rem;

		right: -0.2rem;

		width: 4rem;

	}

	.NS_text h4 {

        margin: 0.2rem 0;

    }

	.NS_data {

		bottom: 0.2rem;

		left: 0.2rem;

		padding: 0.06rem 0.15rem 0.06rem 0.0.6rem;

	}

	.NS_data p {

		font-size: 0.14rem;

	}

	.NS_data i {

		width: 0.25rem;

		height: 0.25rem;

	}

}

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



}

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

	.NS_partner_list .img {

		width: 100%;

	}

	.NS_partner_list li a{

		box-sizing: border-box;

		padding: 0.2rem;

	}

	.NS_text {

		width: 100%;

		padding: 0.2rem 0;

	}

}

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

	.NS_partner_list li a{

		padding: 0.15rem;

	}

}





/* news */

.news_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background-color: #F7F7F7;

}

.news{



}

.news_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.4rem;

}

.news_ul li{

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

}

.news_ul li a{

   border-radius: 0.3rem;

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.3rem;

   display: block;

}

.news_img{

   position: relative;

   overflow: hidden;

   border-radius: 0.18rem;



}

.news_img::after{

   content: '';

   display: block;

   padding-bottom: 56.5%;

}

.news_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   transition: all 0.3s ease;

}

.news_data{

    position: absolute;

    bottom: 0.2rem;

    left: 0.2rem;

    display: flex;

    display: -webkit-flex;

    align-items: center;

    padding: 0.07rem 0.2rem 0.07rem 0.1rem;

    border-radius: 8rem;

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

    backdrop-filter: blur(0.06rem);

    gap: 0.1rem;

}

.news_data i{

    display: block;

    width: 0.23rem;

    height: 0.23rem;

    background: url(../images/data.png) center no-repeat;

    background-size: contain;

}

.news_data p{

    font-size: 0.18rem;

    color: #222;

    line-height: 100%;

	margin-top: 2px;

}

.news_text{



}

.news_text h3{

   font-size: 0.24rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   line-height: 0.32rem;

   margin: 0.2rem 0 0.1rem 0;

   transition: all 0.3s ease;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;



}

.news_text h4{

   font-size: 0.18rem;

   line-height: 0.28rem;

   color: #666;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}



.news_ul li a:hover img{

	width: 110%;

	height: 110%;

}

.news_ul li a:hover h3{

	color: var(--i_color);

}



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

	.news_text h3 {

		font-size: 0.22rem;

		line-height: 0.3rem;

	}

	.news_data p {

		font-size: 0.16rem;

	}

	.news_ul li a {

		padding: 0.25rem;

	}

}

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



}

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

	.news_text h3 {

		font-size: 0.2rem;

		line-height: 0.28rem;

	}

	.news_text h4 {

		font-size: 0.16rem;

		line-height: 0.24rem;

	}

	.news_data p {

		font-size: 0.14rem;

	}

	.news_ul {

		gap: 0.2rem;

	}

	.news_ul li {

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

	}

	.news_ul li a {

		padding: 0.2rem;

	}

	.news_bac {

		padding: 0.6rem 0;

	}

}

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

	.news_text h3 {

		font-size: 0.18rem;

		line-height: 0.26rem;

	}

}

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



}

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

	.news_text h3 {

		font-size: 0.16rem;

		line-height: 0.24rem;

	}

	.news_text h4 {

		font-size: 0.14rem;

		line-height: 0.22rem;

	}

	.news_ul li {

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

	}

}

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

	.news_ul li a {

		border-radius: 0.15rem;

		padding:0.15rem;

	}

	.news_data {

		bottom: 0.1rem;

		left: 0.1rem;

		padding: 0.05rem 0.15rem 0.05rem 0.05rem;

	}

	.news_img {

		border-radius: 0.1rem;

	}

}

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



}











/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.7rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.in_page_right .in_page{

	justify-content: flex-end;

}

.in_page_left .in_page {

    justify-content: flex-start;

}

.in_page li {

	min-width: .32rem;

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

	padding: 0 .12rem;

	line-height: .32rem;

	font-size: .14rem;

	color: #666;

	background: #FFF;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

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

	overflow: hidden;

	transition: all 0.3s ease;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	color: #888;

	display: none;

}



.in_page a:hover,

.in_page .active_page a,

.in_page .active_page span {

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

	background: var(--i_color);

	color: #FFF !important

}



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

	.in_page_box {margin-top: 0.6rem;}

}

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

	.in_page li {

		min-width: .28rem;

	}

	.in_page a,

	.in_page span {

		line-height: 0.28rem;

		padding: 0 .1rem;

	}

	.in_page_box {margin-top: 0.4rem;}

}

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



}



/* ---------------------------------solutions ------------------------------*/

.solutions_bac{

   box-sizing: border-box;

   padding-top: 0.4rem;

}

.solutions{



}

.solutions h3{

   font-size: 0.18rem;

   color: #222;

   line-height: 0.3rem;

   margin-top: 0.6rem;

   margin-bottom: 0.6rem;

}

.solutions_ul{



}

.solutions_ul li{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.solutions_ul li:nth-child(odd){

  1 background-color: #F7F7F7;

}

.solutions_ul li:nth-child(even){

   background-color: #fff;

}

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

	flex-direction: row-reverse;

}

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

	padding: 0 0 0 5%;



}

.solutions_ul li a{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   1align-items: center;



}

.solutions_text{

   width: 56%;

   box-sizing: border-box;

   padding:0  0 0 5%;

}

.solutions_tit{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

}

.solutions_tit img{

   width: 0.78rem;

   height: 0.78rem;

   object-fit: contain;

   margin-bottom: 0.2rem;

}

.solutions_tit p{

   font-size: 0.18rem;

   color: #999;

}

.solutions_text h4{

    font-size: 0.36rem;

	color: #222;

	line-height: 100%;

	font-family:Arial, Helvetica, sans-serif;

	box-sizing: border-box;

	padding-bottom: 0.25rem;

	margin-bottom: 0.25rem;

	border-bottom: 1px solid #D8D8D8;

	transition: all 0.3s ease;

	position: relative;

}

.solutions_text h4::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	right: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}

.solutions_ul li:hover .solutions_text h4{

	color: var(--i_color);

}

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

	right: auto;

	width: 100%;

	left: 0;

}

.solutions_text h5{

    font-size: 0.18rem;

	line-height: 0.3rem;

	color: #666;

	1overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  1-webkit-box-orient: vertical;

   -webkit-line-clamp: 5;

   margin-bottom: 0.6rem; font-weight:normal;

}

.solutions_img{

   width: 44%;

   position: relative;

   overflow: hidden;

}

.1solutions_img::after{

    content: '';

	display: block;

	padding-bottom: 84%;

}

.1solutions_img 1img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	border-radius: 0.3rem;

}


.solutions_ul li a:hover h4{
	border-bottom: 1px solid transparent;
}






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

	.solutions_tit img {

		width: 0.7rem;

		height: 0.7rem;

	}

	.solutions_text h4 {

		font-size: 0.32rem;

		padding-bottom: 0.2rem;

		margin-bottom: 0.2rem;

	}



}

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



}

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

	.solutions_tit img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.solutions_text h4 {

		font-size: 0.28rem;

	}

	.solutions_text h5 {

		font-size: 0.16rem;

		line-height: 0.26rem;

		-webkit-line-clamp: 4;

		margin-bottom: 0.4rem;

	}

	.solutions h3 {

		font-size: 0.16rem;

		line-height: 0.26rem;

		margin-top: 0.4rem;

		margin-bottom: 0.4rem;

	}

}

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

	.solutions_tit img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.solutions_text h4 {

		font-size: 0.26rem;

	}

}

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

	.solutions_tit img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.solutions_text h4 {

		font-size: 0.22rem;

	}

}

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

	.solutions h3 {

		font-size: 0.14rem;

		line-height: 0.22rem;

	}

	.solutions_text {

		width: 100%;

		padding: 0;

	}

	.solutions_img {

		width: 100%;

		margin-bottom: 0.4rem;margin-top: 0.4rem;

	}

	.solutions_ul li a {

		flex-direction: column-reverse !important;

	}

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

		padding: 0%;

	}

	.solutions_tit p {

		font-size: 0.16rem;

	}

}

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

	.solutions_ul li {

		padding: 0.4rem 0;

	}

	.solutions_tit p {

		display: none;

	}

	.solutions_img img {

		border-radius: 0.2rem;

	}

	.solutions_text h5 {

        font-size: 0.14rem;

        line-height: 0.24rem;

        -webkit-line-clamp: 3;

        margin-bottom: 0.2rem;

    }

}

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



}





/* projects */

.projects_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('../images/projects_bac.webp') center no-repeat;

   background-size: cover;

}

.projects{



}







/*  */

.projects_partner_box{

	margin-top: 0.4rem;

}



.projects_partner{position:relative}

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

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

.projects_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

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

	box-sizing: border-box;

	padding: 0.25rem;

	border-radius: 0.18rem;

}



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

.projects_partner_list .img:before{content:""; display:block; padding-bottom:62%}

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



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



.projects_partner_list li p{

	font-size: 0.2rem;

	color: #222;

	text-transform: capitalize;

	text-align: center;

	margin-top: 0.2rem;

	transition: all 0.3s ease;

}

.projects_partner_list li:hover p{

	color: var(--i_color);

}











/* 指示器 */

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

.projects_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem; height:0.12rem;cursor: pointer;transition: all 0.3s ease; display:inline-block;box-sizing: border-box; margin:0 0.05rem;border: 0.02rem solid var(--i_color); background:var(--i_color); border-radius:50%; outline:none}

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



/* 左右箭头 */

.projects_LR{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	gap: 0.2rem;

	margin-top: 0.4rem;

}

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

	position:relative;

	width:0.5rem;

	height:0.5rem;

	border: 1px solid #999;

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: #999;

	transition: all 0.3s ease;

}



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

	background-color: var(--i_color);

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

}

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

	color: #fff;

}



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

	.projects_partner_list li p{

		font-size: 0.18rem;

	}

	.projects_partner_list li{

		padding: 0.2rem;

	}

}

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



}

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

	.projects_LR{display:none}

	.projects_partner .pt-pagination{display:block}

	.projects_partner_list li p{

		font-size: 0.16rem;

	}

	.projects_partner_list li{

		padding: 0.15rem;

	}

	.projects_bac {

		padding: 0.6rem 0;

	}

}

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

	.projects_partner_list li p {

        font-size: 0.14rem;

    }

}

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



}

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



}







/* solution_title */

.solution_title_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem 0;

}

.solution_title{



}

.solution_title_text{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.2rem 0.4rem;

   margin-bottom: 0.4rem;

}

.solution_title_text h1{

   font-size: 0.44rem;

   font-weight: bold;

   color: #222;

   width: 35%;

}

.solution_title_text h2{

   width: calc(65% - 0.4rem);

   font-size: 0.18rem;

   color: #666;

   line-height: 0.3rem;

}

.solution_title_img{

   position: relative;

   overflow: hidden;

   border-radius: 0.3rem;

}

.solution_title_img::after{

   content: '';

   display: block;

   padding-bottom: 33%;

}

.solution_title_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}



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

	.solution_title_text h1{

		font-size: 0.4rem;

	}

}

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



}

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

	.solution_title_text h1{

		font-size: 0.35rem;

	}

	.solution_title_text h2 {

		font-size: 0.16rem;

		line-height: 0.26rem;

	}

	.solution_title_bac{

		padding: 0.4rem 0 0.6rem 0;

	 }

}

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

	.solution_title_text h1{

		font-size: 0.3rem;

	}

}

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

	.solution_title_text h1{

		font-size: 0.28rem;

	}

}

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

	.solution_title_text h1{

		font-size: 0.26rem;

		width: 100%;

	}

	.solution_title_text h2 {

		font-size: 0.14rem;

		line-height: 0.24rem;

		width: 100%;

	}

	.solution_title_text {

		gap: 0.1rem;

		margin-bottom: 0.2rem;

	}

}

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

	.solution_title_text h1{

		font-size: 0.24rem;

	}

	.solution_title_img {

		border-radius: 0.2rem;

	}

}

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

	.solution_title_text h1{

		font-size: 0.22rem;

	}

}





/* system_diagram */

.system_diagram_bac{

   box-sizing: border-box;

   padding-bottom: 1rem;

}

.system_diagram{



}

.system_diagram_box{

	margin-top: 0.4rem;

}





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

	.system_diagram_bac{

		padding-bottom: 0.8rem;

	}

}

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



}

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

	.system_diagram_bac{

		padding-bottom: 0.6rem;

	}

}

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



}





/* solutions_two */

.solutions_two_bac{

   box-sizing: border-box;

   padding-bottom: 0.6rem;

}

.solutions_two{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.4rem;

}

.solutions_two_left{

   width: 64.8%;

   background: url('../images/solutions_two1.webp') center no-repeat;

   background-size: cover;

   border-radius: 0.3rem;

}

.solutions_two_text{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   align-items: center;

   box-sizing: border-box;

   padding: 0.47rem 0.45rem;

}

.solutions_two_text h3{

   font-size: 0.3rem;

   color: #222;

   font-weight: bold;

   text-transform: capitalize;

}

.solutions_two_right{

	width: calc(35.2% - 0.4rem);

	background: url('../images/solutions_two2.webp') center no-repeat;

	background-size: cover;

	border-radius: 0.3rem;

}





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

	.solutions_two_text h3{

		font-size: 0.28rem;

	}

	.solutions_two_text {

		padding: 0.4rem 0.4rem;

	}

}

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

	.solutions_two_text h3{

		font-size: 0.26rem;

	}

}

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

	.solutions_two_text h3{

		font-size: 0.24rem;

	}

	.solutions_two_text {

		padding: 0.3rem 0.2rem;

	}

	.solutions_two_left,

	.solutions_two_right{

		border-radius: 0.2rem;

	}

}

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

	.solutions_two_text h3{

		font-size: 0.22rem;

	}

}

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

	.solutions_two_text h3{

		font-size: 0.2rem;

	}

	.solutions_two_left,

	.solutions_two_right{

		width: 100%;

	}

}

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

	.solutions_two_text h3{

		font-size: 0.18rem;

	}

}

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

	.solutions_two {

		gap: 0.2rem;

	}

}

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



}





/* system_features */

.system_features_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: #F7F7F7;

   overflow: hidden;

}

.system_features{



}

.system_features_all{

	position: relative;

}

.system_features_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   margin-top: 0.6rem;

   justify-content: space-between;

   gap: 0.8rem;

   position: relative;

   z-index: 3;

}

.system_features_ul li{

   width: 38%;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   gap: 0.1rem;

   box-sizing: border-box;



}

.system_features_ul li:nth-child(odd){

   background: linear-gradient(to right,rgba(255,255,255,0.2),rgba(255,255,255,1));

   border-radius: 0 0.8rem 0.8rem 0;

   padding: 0.15rem 0.15rem 0.15rem 5%;

}

.system_features_ul li:nth-child(odd) h3,

.system_features_ul li:nth-child(odd) h4{

	text-align: right;

}

.system_features_ul li:nth-child(even){

	background: linear-gradient(to left,rgba(255,255,255,0.2),rgba(255,255,255,1));

	border-radius: 0.8rem 0 0 0.8rem;

	padding: 0.15rem 5% 0.15rem 0.15rem;

	flex-direction: row-reverse;

}

.system_features_ul li:nth-child(3){

    margin-left: -0.5rem;

}

.system_features_ul li:nth-child(4){

	margin-right: -0.5rem;

}



.system_features_ul li:hover h3{

	color: var(--i_color);

}



.system_features_text{



}

.system_features_text h3{

   font-size: 0.26rem;

   color: #222;

   line-height: 120%;

   font-family:Arial, Helvetica, sans-serif;

   margin-bottom: 0.05rem;

   transition: all 0.3s ease;

}

.system_features_text h4{

   font-size: 0.14rem;

   color: #666;

   line-height: 0.2rem;

}

.system_features_ul li img{

   width: 1.27rem;

   height: 1.27rem;

   object-fit: cover;

   border-radius: 50%;

}





.system_features_box{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 22.625%;

}

.system_features_box>img{

	width: 100%;

	height: auto;

}

.system_features_cp{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 95%;

}

.system_features_cp::after{

    content: '';

	display: block;

	padding-bottom: 100%;

}

.system_features_cp img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;

}







.system_features_box::before {

    animation: serv_one_border 2s 0s ease infinite;

}



.system_features_box::before {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

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

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.system_ccc::before{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

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

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.system_features_box::after{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

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

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.system_ccc::before {

    animation: serv_one_border 1.5s 0s ease infinite;

}

.system_features_box::after {

    animation: serv_one_border 2.5s 0s ease infinite;

}







.system_cricle{

	position: absolute;

	width: 120%;

	height: 120%;

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

	top: 50%;

	left: 50%;

	border-radius: 50%;

	border: 1px dashed rgba(219,64,35,0.9);

	animation: rounds 60s linear infinite;

}

.system_cricle::after{

	content: '';

	position: absolute;

    top: 0;

	left: 50%;

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

	width: 0.15rem;

	height: 0.15rem;

	background-color: var(--i_color);

	border-radius: 50%;

	animation: rounds 10s linear infinite;

}



@-webkit-keyframes rounds {

	from {

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

	}

	to {

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

	}

}







@keyframes serv_one_border {

	0% {

		opacity: 0

	}

	5% {

		opacity: 0.8

	}

	80% {

		opacity: 0

	}

	100% {

		opacity: 0;

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

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

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

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

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

	}

}









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

	.system_features_ul li img {

		width: 1.2rem;

		height: 1.2rem;

	}

	.system_features_text h3 {

		font-size: 0.24rem;

	}

	.system_features_ul {

		gap: 0.6rem;

	}

}

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



}

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

	.system_features_ul li img {

		width: 1rem;

		height: 1rem;

	}

	.system_features_text h3 {

		font-size: 0.2rem;

	}

	.system_features_ul {

		gap: 0.4rem;

	}

}

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



}

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

	.system_features_ul li {

		width: 100%;

	}

	.system_features_all{

		box-sizing: border-box;

		padding: 0 3%;

	}

	.system_features_ul li{

		background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1)) !important;

		border-radius: 0.6rem !important;

		padding: 0.2rem !important;

		flex-direction: row-reverse !important;

		justify-content: flex-end;

		gap: 0.2rem;

	}

	.system_features_ul li:nth-child(odd) h3,

	.system_features_ul li:nth-child(odd) h4{

		text-align: left;

	}

	.system_features_ul li:nth-child(3){

		margin-left: 0rem;

	}

	.system_features_ul li:nth-child(4){

		margin-right: 0rem;

	}

	.system_features_box{

		position: relative;

		top: unset;

		left: unset;

		transform: unset;

		width: 40%;

	}

	.system_features_all{

		display: flex;

		display: -webkit-flex;

		flex-direction: column-reverse;

		gap: 0.6rem;

		align-items: center;

		margin-top: 0.8rem;

	}

}

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

	.system_features_box{

		width: 60%;

	}

	.system_features_ul li img {

        width: 0.8rem;

        height: 0.8rem;

    }

}

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

	.system_features_box{

		width: 80%;

	}

}

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



}





/* other_solutions */

.other_solutions_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('../images/other_solutions_bac.webp') center no-repeat;

   background-size: cover;

}

.other_solutions{



}













/*  */

.other_partner_box{

	margin-top: 0.6rem;

}



.other_partner{position:relative}

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

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

.other_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.other_partner_list li a{

	display: block;

	width: 100%;

}

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

.other_partner_list .img:before{content:""; display:block; padding-bottom:84%}

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





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



.other_solutions_text{

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.2rem 0.3rem;

   border-radius: 0.1rem;

   margin-top: -0.9rem;

   position: relative;

   z-index: 2;

   width: 85%;

   margin-left: auto;

   margin-right: auto;

}

.other_solutions_text h3{

   font-size: 0.24rem;

   line-height: 0.3rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   margin-bottom: 0.1rem;

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

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   position: relative;

   transition: all 0.3s ease;

}

.other_solutions_text h3::after{

   content: '';

   position: absolute;

   bottom: 0;

   right: 0;

   width: 0;

   height: 1px;

   background-color: var(--i_color);

   transition: all 0.3s ease;

}

.other_partner_list li a:hover img{

	width: 110%;

	height: 110%;

}

.other_partner_list li a:hover .other_solutions_text h3::after{

   width: 100%;

   right: auto;

   left: 0;

}

.other_partner_list li a:hover .other_solutions_text h3{

	color: var(--i_color);

}

.other_solutions_text h4{

   font-size: 0.16rem;

   line-height: 0.24rem;

   color: #666;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 3;

}









/* 指示器 */

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

.other_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem;transition: all 0.3s ease;box-sizing: border-box; height:0.12rem;cursor: pointer;border: 0.02rem solid var(--i_color); display:inline-block; margin:0 0.05rem; background:var(--i_color); border-radius:50%; outline:none}

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



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.other_solutions_text h3 {

		font-size: 0.22rem;

		line-height: 0.28rem;

	}

}

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



}

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

	.other_solutions_text h3 {

		font-size: 0.2rem;

		line-height: 0.26rem;

	}

	.other_solutions_text h4 {

		font-size: 0.14rem;

		line-height: 0.22rem;

	}

	.other_solutions_bac {

		padding: 0.6rem 0;

	}

}

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

	.other_solutions_text h3 {

		font-size: 0.18rem;

		line-height: 0.24rem;

	}

}

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

	.other_solutions_text h3 {

		font-size: 0.16rem;

		line-height: 0.22rem;

	}

	.other_solutions_text {

		padding: 0.2rem;

		margin-top: -0.7rem;

		width: 90%;

	}

	.other_partner_box {

		margin-top: 0.4rem;

	}



}

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

	.other_solutions_text {

		padding: 0.2rem 0.1rem;

	}

}







/* solution_list */

.solution_list_bac{

    margin-top: 0.4rem;

}

.solution_list{

    display: flex;

    display: -webkit-flex;

    justify-content: center;

}

.solution_list_ul{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.2rem 0.5rem;

	background-color: #F7F7F7;

	box-sizing: border-box;

	padding: 0.2rem;

	justify-content: center;

	border-radius: 0.5rem;

}

.solution_list_ul li{



}

.solution_list_ul li a{

    width: 100%;

    display: block;

    box-sizing: border-box;

    padding: 0.15rem 0.3rem;

    border-radius: 8rem;

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

    font-size: 0.18rem;

    color: #222;

    font-family:Arial, Helvetica, sans-serif;

    text-align: center;

    text-transform: capitalize;

    transition: all 0.3s ease;

}





.solution_list_active a, .solution_list_ul li a:hover {

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

    color: #fff !important;

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

}







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



	.solution_list_ul li a {

		padding: 0.12rem 0.1rem;

		font-size: 0.16rem;

	}

	.solution_list_ul {

		padding: 0.18rem;

	}

	.solution_list_ul {

		gap: 0.2rem 0.4rem;

	}



}

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



}

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

	.solution_list_ul li a {

		padding: 0.1rem;

		font-size: 0.16rem;

	}

	.solution_list_ul {

		padding: 0.15rem;

	}

	.solution_list_ul {

		gap: 0.2rem;

	}

}

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

	.solution_list_ul li a {

        font-size: 0.14rem;

    }

}

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



}

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

	.solution_list_ul {

		width: 100%;

		flex-wrap: wrap;

	}

	.solution_list_ul li{

		min-width: 1rem;

	}

	.solution_list_ul li a {

        padding: 0.1rem 0.2rem;

    }



}

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



}

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



}





/* sys_four */

.sys_four_bac{

	position: relative;

	padding: 0.8rem 0 1.2rem 0;

	z-index: 2;

	overflow: hidden;

}

.sys_four_bac::after{

	content: '';

	position: absolute;

	width: 6.65rem;

	height: 8.06rem;

	max-width: 100%;

	bottom: 0;

	right: -1.1rem;

	z-index: -1;

	background: url('../images/sys_four_fc.png') center no-repeat;

	background-size: contain;

}

.sys_four_bac::before{

	content: '';

	position: absolute;

	bottom: -0.6rem;

	left: -0.6rem;

	width: 13.26rem;

	max-width: 100%;

	height: 3.29rem;

	background: url('../images/sys_four_logo.png') center no-repeat;

	background-size: contain;

}

.sys_four{

   display: flex;

   display: -webkit-flex;

   gap: 0.4rem;

   margin-top: 0.6rem;

   flex-wrap: wrap;

}

.sys_four li{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   position: relative;

   align-items: center;

   z-index: 2;

   box-sizing: border-box;

   padding: 0.17rem;

   background-color: #fff;

   border-radius: 0.8rem;

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

   overflow: hidden;

   border: 1px solid transparent;

   transition: all 0.3s ease;

}

.sys_four li img{

   width: 1.27rem;

   height: 1.27rem;

   object-fit: cover;

   border-radius: 50%;

   overflow: hidden;

}

.sys_four li p{

   font-size: 0.64rem;

   color: rgba(34,34,34,0.06);

   font-weight: bold;

   line-height: 100%;

   position: absolute;

   top: 0.14rem;

   right: 0.42rem;

   z-index: -1;

}

.sys_four_text{

   width: calc(100% - 1.27rem);

   box-sizing: border-box;

   padding-left: 0.2rem;

}

.sys_four_text h3{

   font-size: 0.26rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   margin-bottom: 0.05rem;

}

.sys_four_text h4{

   font-size: 0.16rem;

   line-height: 0.24rem;

   color: #666;

}

.sys_four li:hover h3{

	color: var(--i_color);

}

.sys_four li:hover {

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

}

.sys_four li:hover p{

	color: rgba(219,64,35,0.15);

}



























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

	.sys_four_text h3{

		font-size: 0.24rem;

	}

	.sys_four li p {

		font-size: 0.6rem;

		top: 0.14rem;

		right: 0.4rem;

	}

	.sys_four li img {

		width: 1.2rem;

		height: 1.2rem;

	}

	.sys_four_text {

		width: calc(100% - 1.2rem);

	}

}

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



}

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

	.sys_four li p {

		font-size: 0.5rem;

	}

	.sys_four li img {

		width: 1rem;

		height: 1rem;

	}

	.sys_four_text {

		width: calc(100% - 1rem);

	}

	.sys_four_bac::before {

		width: 12rem;

		height: 3rem;

	}

	.sys_four_text h3 {

        font-size: 0.22rem;

    }

	.sys_four {

		gap: 0.2rem;

	}

	.sys_four_text h4 {

		font-size: 0.14rem;

		line-height: 0.22rem;

	}

	.sys_four_bac {

		padding: 0.6rem 0 1rem 0;

	}





}

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

	.sys_four_text h3 {

        font-size: 0.2rem;

    }

	.sys_four li {

		padding: 0.15rem;

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

	}

	.sys_four li img {

		width: 0.8rem;

		height: 0.8rem;

	}

	.sys_four_text {

		width: calc(100% - 0.8rem);

	}
    .products_drop,.solution_drop{
		display: none !important;
	}
}

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

	.sys_four_text {

		padding-left: 0.1rem;

	}

}

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

	.sys_four li {

		width: 100%;

	}

	.sys_four {

		margin-top: 0.4rem;

	}

}

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

	.sys_four_text h3 {

        font-size: 0.18rem;

    }

}

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



}





/* ----------------------------products--------------------------- */

.products_bac{

   box-sizing: border-box;

   padding-top: 0.4rem;

   background-color: #F7F7F7;

}

.products{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;



}

.products_left{

	width: 3.75rem;

	box-sizing: border-box;

	padding-right: 4%;

	padding-bottom: 0.4rem;

}







.products_left_h2{

	font-size: 0.32rem;

	font-weight: bold;

	text-transform: capitalize;

	box-sizing: border-box;

	color: #222;

	padding:0 0 0.2rem 0rem;

	font-weight: bold;

	border-radius: 0.1rem;

	display: none;

}

.products_left_h2 iconify-icon{

	color: #fff;

	font-size: 0.34rem;

	margin-left: 0.1rem;

	font-weight: bold;

	margin-bottom: 2px;

	display: none;

}



.list{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   box-sizing: border-box;

}

.list li{

   position: relative;

   overflow: hidden;

}





.list_a{

	box-sizing: border-box;

    padding: 0.25rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

	border-radius: 0.4rem;



}

.list_a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	background-color: rgba(219,64,35,0.15);

	width: 0;

	height: 100%;

	transition: all 0.5s ease-in-out;

	z-index: -1;

}

.list .list_a a{

   font-size: 0.18rem;

   color: #222;

   box-sizing: border-box;

   line-height: 110%;

   transition: all 0.3s ease;

   font-weight: bold;

}



.list_dl{

    padding:0.2rem 0.25rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

	gap: 0.2rem;

}



.list_dl dt{

   box-sizing: border-box;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #666;

   display: inline-block;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

   border-bottom: 1px solid transparent;

   box-sizing: border-box;

   margin-left: 0.2rem;

}

/* .list_dl dt a::after{

	content: '';

	position: absolute;

	left: -0.1rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.2rem;

	height: 1px;

	background-color: var(--i_color);

	opacity: 0;

	transition: all 0.3s ease;

} */

.list_dl dt a::before{

	content: '';

	position: absolute;

	top: 50%;

	left: -0.2rem;

	transform: translate(0,-50%);

	width: 0.08rem;

	height: 0.08rem;

    border-radius: 50%;

	background: #999;

}











.list_active{

}

.list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

}



.list_active .list_a a{

	color: var(--i_color);

}

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

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

}

.list_dl dt a:hover::after{

	background-color: var(--i_color);

}

.list_dl dt a:hover{

	color: var(--i_color);

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

}



.list_dl_active a{

	color: var(--i_color) !important;

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

}

.list_dl dt a:hover::before{

	background-color: var(--i_color);

}

.list .list_a a:hover{

	color: var(--i_color);

}

/* .list .list_a:hover::after {

    width: 100%;

    left: 0;

    right: auto;

} */

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



}

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



}

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

	.products_left_h2 {

		font-size: 0.28rem;

	}



}

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

	.products_left{

		width: 100%;

	}

	.products_left_h2 iconify-icon{display: block;}

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

	.products_left_h2{margin-bottom: 0;}

	.list{margin-top: 0.2rem;}

	.products_left_h2{

		color: #fff;

		background-color: var(--i_color);

		box-sizing: border-box;

		padding: 0.15rem 0;

	}

	.list {

		padding-bottom: 0.2rem;

	}

	.products_left_all {

		padding-right: 3%;

	}

	.products_left{

		padding-bottom: 0rem;

	}

}

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



}

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

	.products_left_h2 {font-size: 0.2rem;}

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

}

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

	.products_left_h2 {font-size: 0.18rem;}

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

}

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



}



.products_right{

	width: calc(100% - 3.75rem);

	box-sizing: border-box;

	padding-left: 4%;

	border-left: 1px dashed rgba(0, 0, 0, 0.2);

	box-sizing: border-box;

	padding-bottom: 1rem;

}

.products_right h3{

   font-size: 0.3rem;

   color: #222;

   font-weight: bold;

   line-height: 100%;

}

.products_right h4{

   font-size: 0.18rem;

   line-height: 0.3rem;

   color: #666;

   margin-top: 0.1rem;

}

.products_right_ul{

  1 margin-top: 0.4rem;

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.6rem;

}

.products_right_ul li{



}

.products_right_ul li h5{

   font-size: 0.36rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   margin-bottom: 0.25rem;

}

.products_right_dl{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.4rem;

}

.products_right_dl dt{

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

}

.products_right_dl dt a{

	display: block;

	width: 100%;
	height: 100%;
    overflow: hidden;
	background-color: #fff;

    border-radius: 0.15rem;

	border: 1px solid #fff;

	box-sizing: border-box;

    transition: all 0.3s ease;

}

.products_right_img{

   position: relative;

   overflow: hidden;

}

.products_right_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.products_right_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.products_right_text{

   box-sizing: border-box;

   padding: 0.1rem 0.2rem 0.24rem 0.2rem;

}

.products_right_text h6{

   font-size: 0.2rem;

   line-height: 150%;

   color: #222;

   text-align: center;

   margin-bottom: 0.2rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   font-family:Arial, Helvetica, sans-serif;

   transition: all 0.3s ease;

}

.products_right_xh{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.1rem;

   justify-content: center;

}

.products_right_xh span{

	display: inline-block;

    box-sizing: border-box;

    font-size: 0.14rem;

    color: #666;

    border-radius: 0.3rem;

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

    box-sizing: border-box;

    padding: 0.08rem 0.14rem;

    transition: all 0.3s ease;

}


.products_right_xh span:hover{

	color: #222;

	background-color: #F7F7F7;

	border: 1px solid #F7F7F7;

}



.products_right_dl dt a:hover{

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

}

.products_right_dl dt a:hover h6{

	color: var(--i_color);

}





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

	.products_right h3{

		font-size: 0.28rem;

	}

	.products_right_ul li h5 {

		font-size: 0.34rem;

	}

	.products_right_xh span {

		font-size: 0.12rem;

		padding: 0.06rem 0.12rem;

	}

	.products_right_dl {

		gap: 0.2rem;

	}

	.products_right_dl dt {

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

	}

	.products_right{

		padding-bottom: 0.8rem;

	}

}

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



}

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

	.products_right h3{

		font-size: 0.26rem;

	}

	.products_right h4 {

		font-size: 0.16rem;

		line-height: 0.28rem;

	}

	.products_right_ul li h5 {

		font-size: 0.3rem;

		margin-bottom: 0.2rem;

	}

	.products_right_text h6 {

		font-size: 0.18rem;

	}

}

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

	.products_right h3{

		font-size: 0.24rem;

	}

	.products_right_ul li h5 {

		font-size: 0.28rem;

	}

	.products_right_xh{

		display: none;

	}

	.products_right {

		width: 100%;

		box-sizing: border-box;

		padding-left: 2%;

		border-left: 1px dashed rgba(0, 0, 0, 0.2);

		box-sizing: border-box;

		padding-bottom: 0.6rem;

		1margin-top: 0.4rem;

	}

	.products_left_all {

        padding-right: 0%;

    }

	.list_a {

		padding:0.2rem 0.25rem;

	}

}

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

	.products_right h3{

		font-size: 0.22rem;

	}

	.products_right_ul li h5 {

		font-size: 0.26rem;

	}

}

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



	.products_right h4 {

		font-size: 0.14rem;

		line-height: 0.26rem;

	}

	.products_right_ul li h5 {

		font-size: 0.24rem;

	}

	.products_right_text h6 {

		font-size: 0.16rem;

		margin-bottom: 0.1rem;

	}

	.products_right_dl dt {

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

    }

}

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

	.products_right_ul li h5 {

		font-size: 0.22rem;

	}

}

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



}







/* single_grid */

.single_grid_bac{

	background-color: #F7F7F7;

	box-sizing: border-box;

	padding: 0.6rem 0;

	position: relative;

	z-index: 2;

	overflow: hidden;

}

.single_grid_bac::after{

	content: '';

	position: absolute;

	bottom: -1.32rem;

    right: -0.62rem;

	width: 5.8rem;

	height: 8.55rem;

	background: url('../images/single_bac.webp') center no-repeat;

	background-size: contain;

}

.single_grid{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.single_grid_left{

	width: 48.5%;

	box-sizing: border-box;

	/* padding: 0 4%; */

}

.single_grid_left>div{



}

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

.in_grid_cont{

	padding: 0 8%;

	box-sizing: border-box;

}

.in_grid_cont{ position:relative;}

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



/* 缂╃暐鍥� */

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

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

.in_grid_list .swiper-slide{cursor:pointer}



.in_grid_list .img{width:100%; height:100%; box-sizing:border-box;  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:1px solid var(--i_color);}

.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);border:1px solid transparent !important;}



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





/* 澶у浘 */

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

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

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

.in_grid_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



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

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



.ingrid-pagination{

	display:block;

	position: absolute;

	top: 0.2rem;

	right: 0.2rem;

	width: 0.5rem;

	height: 0.5rem;

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

	border-radius: 50%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	font-size: 0.18rem;

	color: var(--i_color);

}

.ingrid-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; -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{width:77%;border-radius: 0.04rem;}

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

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

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

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

.in_grid_list{width:calc(100% - 1.2rem); margin:0 auto;box-sizing: border-box;padding: 0 2px;}

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

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

.in_grid_list .img{height:auto;border-radius: 0.1rem;opacity: 0.6;transition: all 0.3s ease;    border: 1px solid transparent;}

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

.in_grid_list .img img{position:absolute; top:50%;box-sizing: border-box;border-radius: 0.1rem; left:50%; transform:translate(-50%,-50%);border:1px solid #D8D8D8; object-fit:contain}





.in_grid_show_box{

	position: relative;

    z-index: 2;

}

.in_grid_show_box::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 7.59rem;

	height: 1.43rem;

	background: url('../images/single_loso.png') center no-repeat;

	background-size: contain;

	z-index: -1;

}







.swiper-slide-thumb-active .img{

	opacity: 1;

}









/* 左右箭头 */



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

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

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

	outline:none;

	transition: all 0.3s ease;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	border: 1px solid #999;

	box-sizing: border-box;

}

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

	font-size: 0.16rem;

	color: #999;

	transition: all 0.3s ease;

}

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



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





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

	background-color: var(--i_color);

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

}

.ingrid-button-prev:hover iconify-icon, .ingrid-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){

}

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



}

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

	.single_grid {justify-content: center;}

}

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

	.single_grid_left {width: 70%;}

}

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

	.single_grid_left {width: 90%;}

	.single_grid_advUl li img {width: 0.7rem;height: 0.7rem;}

	.single_grid_advUl li p {font-size: 0.16rem;}

	.single_grid_advUl {margin-top: 0.2rem;}

	.single_grid_parameter {margin-bottom: 0.2rem;}

	.single_grid_bac {

		padding: 0.2rem 0 0.5rem 0;

	}

}

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

	.single_grid_left {width: 100%;}

	.single_grid_advUl li img {width: 0.6rem;height: 0.6rem;}

	.single_grid_advUl li p {font-size: 0.14rem;}

}





.single_grid_right{

	width: 51.5%;

    position: relative;

	z-index: 4;

	box-sizing: border-box;

	padding-left: 4%;

}

.single_category{

   display: inline-block;

   font-size: 0.18rem;

   color: #666;

   line-height: 100%;

   border-bottom: 1px solid #666;

   transition: all 0.3s ease;

}

.single_category:hover{

   color: var(--i_color);

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

}

.single_grid_right h1{

   font-size: 0.32rem;

   color: var(--i_color);

   font-weight: bold;

   line-height: 138%;

   margin: 0.15rem 0 0.2rem 0;

}

.single_dl{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.2rem 0.2rem;

   margin-bottom: 0.5rem;

}

.single_dl dt{

   font-size: 0.18rem;

   color: #222;

   display: inline-block;

   box-sizing: border-box;

   padding: 0.1rem 0.2rem;

   line-height: 100%;

   border-radius: 0.3rem;

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

}

.single_grid_right h2{

   font-size: 0.36rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   box-sizing: border-box;

   padding-top: 0.4rem;

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

   margin-bottom: 0.2rem;

}

.single_article{

   font-size: 0.16rem;

   color: #666;

   margin-bottom: 0.4rem;

}

.single_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.4rem;

}

.single_ul li{

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.25rem;

   border-radius: 0.15rem;

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

   border: 1px solid #fff;

   transition: all 0.3s ease;

}

.single_ul li h3{

   box-sizing: border-box;

   padding-left: 0.25rem;

   font-size: 0.18rem;

   color: #666;

   position: relative;

}

.single_ul li h3::after{

	content: '';

	position: absolute;

	top: 0.06rem;

	left: 0;

	width: 0.12rem;

	height: 0.12rem;

	background-color: var(--i_color);

	border-radius: 50%;

	box-sizing: border-box;

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

	transition: all 0.3s ease;

}

.single_btn{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	align-items: center;

	gap: 0.3rem;

	margin-top: 0.6rem;

}

.single_download{

	display: inline-block;

	box-sizing: border-box;

	font-size: 0.18rem;

	color: var(--i_color);

	background: rgba(219,64,35,0.15);

	padding: 0.135rem 0.2rem;

	border-radius: 8rem;

	transition: all 0.3s ease;

}

.single_download:hover{

   color: #fff;

   background-color: var(--i_color);

}

.single_ul li:hover{

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

}

.single_ul li:hover h3::after{

	background-color: transparent;

}





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

	.in_grid_show_box::after {

		width: 7rem;

	}

	.single_grid_right h1 {

		font-size: 0.3rem;

	}

	.single_dl dt {

		font-size: 0.16rem;

	}

	.single_grid_right h2 {

		font-size: 0.34rem;

		padding-top: 0.3rem;

		margin-bottom: 0.15rem;

	}

	.single_ul li h3 {

		padding-left: 0.2rem;

		font-size: 0.16rem;

	}

	.single_ul li {

		padding: 0.2rem;

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

	}

	.single_ul {

		gap: 0.2rem;

	}

	.single_download {

		font-size: 0.16rem;

	}

}

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

	.single_grid_right h1 {

		font-size: 0.28rem;

	}

}

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

	.in_grid_show_box::after {

		width: 6rem;

	}

	.single_grid_right h1 {

		font-size: 0.26rem;

	}

	.single_dl {

		gap: 0.15rem 0.2rem;

		margin-bottom: 0.4rem;

	}

	.single_dl dt {

		font-size: 0.14rem;

		padding: 0.08rem 0.15rem;

	}

	.single_grid_right h2 {

		font-size: 0.3rem;

		padding-top: 0.2rem;

		margin-bottom: 0.1rem;

	}

	.single_ul li h3 {

		font-size: 0.14rem;

	}

	.single_article {

		font-size: 0.16rem;

	}

	.single_category {

		font-size: 0.16rem;

	}

}

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

	.in_grid_show_box::after {

		width: 5rem;

	}

	.single_grid_right h1 {

		font-size: 0.24rem;

	}

	.single_grid_right h2 {

		font-size: 0.28rem;

	}

}

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

	.in_grid_show_box::after {

		width: 4rem;

	}

	.single_grid_right h1 {

		font-size: 0.22rem;

	}

	.single_grid_right h2 {

		font-size: 0.26rem;

	}

}

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

	.in_grid_show_box::after {

		width: 3rem;

	}

	.single_grid_right h2 {

		font-size: 0.24rem;

	}

	.single_grid_right {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.4rem;

	}

	.single_download {

		font-size: 0.14rem;

		padding: 0.1rem 0.2rem;

	}

}

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

	.single_ul li{width: 100%;}



	.single_dl {

        gap: 0.1rem 0.2rem;

        margin-bottom: 0.2rem;

    }

	.single_download {

		padding: 0.06rem 0.15rem;

	}

	.single_btn {

		margin-top: 0.4rem;

	}

	.single_ul {

        gap: 0.1rem;

    }

}

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



}







/* editor */

.editor_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;



}

.editor{



}

.editor_box{

	1display: flex;

	1display: -webkit-flex;

	1flex-wrap: wrap;

	margin-top: 0.6rem;
	align-items: flex-start;


}

.editor_text{

   width: 60.55%;

   box-sizing: border-box;

   padding-right: 2%;

}

.editor_dl{

   box-sizing: border-box;

   background-color: #F7F7F7;

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.1rem;

   border-radius: 0.4rem;

   overflow: hidden;
   padding: 0.1rem;

}

.editor_dl dt{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.16rem 0.22rem;

   font-size: 0.18rem;

   color: #222;

   transition: all 0.3s ease;

   border-radius: 0.4rem;

   cursor: pointer;

}

.editor_dl dt.current{

	background-color: rgba(219,64,35,0.15) !important;

	color: var(--i_color) !important;

}



.editor_ul{

    margin-top: 0.3rem;


}

.editor_ul li{

	box-sizing: border-box;

	padding-right: 0.2rem;
	max-height: 6.3rem;
	overflow: auto;


}

/*滚动条*/

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

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

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



.editor_ul li article{

}
.editor_ul li article table{
	margin: 0;
}
.editor_img{

   width: 39.45%;

   position: relative;

}


.editor_img img{

   width: 100%;

   height: 7.4rem;

   object-fit: cover;
   border-radius: 0.3rem;

}







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

	.editor_dl dt {

		padding: 0.16rem 0.2rem;

		font-size: 0.18rem;

		border-radius: 0.4rem;

	}
	.editor_img img{
		height: 6.4rem;
	}
	.editor_ul li{
		max-height: 5.3rem;
	}
}

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



}

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

	.editor_dl dt {

		padding: 0.14rem 0.15rem;

		font-size: 0.16rem;

	}

	.editor_bac {

		padding: 0.6rem 0;

	}
	.editor_img img{
		height: 5.4rem;
	}
	.editor_ul li{
		max-height: 4.3rem;
	}

}

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

	.editor_dl dt {

		padding: 0.1rem 0.15rem;

		font-size: 0.14rem;

	}

}

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



}

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

	.editor_box {

		margin-top: 0.4rem;

	}

	.editor_text {

		width: 100%;

		padding-right: 0%;

	}

	.editor_img {

		width: 100%;

		margin-top: 0.4rem;

	}

	.editor_img::after {
        content: '';
		display: block;
		padding-bottom: 60%;

	}
	.editor_ul li{
		height: unset;
	}
	.editor_img img{
		width: 100%;
		height: 100%;
	    position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		object-fit: cover;
		border-radius: 0.3rem;

	}

}

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

	.editor_dl {

		border-radius: 0.2rem;

	}

	.editor_dl{

		box-sizing: border-box;

		padding: 0.1rem;

	}

	.editor_img {

		border-radius: 0.2rem;

	}

}

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



}





/* description */

.description_bac{

   box-sizing: border-box;

   padding-bottom: 0.6rem;

}

.description{



}

.description article{

   margin-top: 0.6rem;

}







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



}

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



}

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



}

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



}

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



}

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

	.description article{

		margin-top: 0.4rem;

	 }

}

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



}

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



}









/* single_three */



.single_three_bac{

   background-color: #F7F7F7;

   box-sizing: border-box;

   padding: 0.6rem 0;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.single_three_bac::after{

   content: '';

   position: absolute;

   width: 4.53rem;

   height: 5.48rem;

   top: -0.9rem;

   left: -0.3rem;

   background: url('../images/three_bac.png') center no-repeat;

   background-size: contain;

   z-index: -1;

}

.single_three{



}

.single_tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.1rem 0;

   align-items: center;

}

.single_tags p{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   margin-right: 0.1rem;

}

.single_tags a{

	font-size: 0.16rem;

	color: #333;

	transition: all 0.3s ease;

	display: inline-block;

	padding: 0.1rem 0.15rem;

	border-radius: 0.1rem;

	background-color: #fff;



}

.single_tags a:not(:last-child){

	margin-right: 0.25rem;

}

.single_tags a:hover{

	color: var(--i_color);

	background-color: rgba(219,64,35,0.15);

}



.editor_LR{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   box-sizing: border-box;

   padding-top: 0.2rem;

   margin-top: 0.2rem;

   border-top: 1px solid #CECECE;

}

.editor_LR>div{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   max-width: 49%;

}

.editor_LR i{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 0.35rem;

   min-width: 0.35rem;

   height: 0.35rem;

   border-radius: 50%;

   border: 1px solid #333;

   transition: all 0.3s ease;

}

.editor_LR i iconify-icon{

   color: #333;

   font-size: 0.15rem;

   transition: all 0.3s ease;

}

.editor_LR p{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

}

.editor_LR a{

	font-size: 0.18rem;

	color: #333;

	transition: all 0.3s ease;

}

.editor_L i{

	margin-right: 0.1rem;

}

.editor_R i{

	margin-left: 0.1rem;

}

.editor_R{

	margin-left: auto;

}

.editor_LR a:hover{

	color: var(--i_color);

}

.editor_LR>div:hover i{

	background-color: var(--i_color);

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

}

.editor_LR>div:hover i iconify-icon{

	color: #fff;

}







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



}

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



}

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

	.editor_L i{

		margin-right: 0.1rem;

	}

	.editor_R i{

		margin-left: 0.1rem;

	}

	.editor_LR a {

		font-size: 0.16rem;

	}

	.editor_LR i {

		width: 0.35rem;

		min-width: 0.35rem;

		height: 0.35rem;

	}



}

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

	.deitor_left{display: none;}

	.deitor_right{

		width: 100%;

		padding-left: 0%;

	}

}

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



}

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

	.editor_LR {

		flex-direction: column;

		gap: 0.1rem;

	}

	.editor_LR>div{

		width: 100%;

		max-width: 100%;

	}

	.editor_R {

		justify-content: flex-end;

	}

}

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



}

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



}





/* related_products */

.related_products_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.related_products{



}





/*  */

.RPs_partner_box{

	margin-top: 0.5rem;

}



.RPs_partner{position:relative}

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

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

.RPs_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.RPs_partner_list li a{

	display: block;
	height: 100%;

	width: 100%;
    overflow: hidden;
	background-color: #F7F7F7;

	border-radius: 0.15rem;

	box-sizing: border-box;

	border: 1px solid #F7F7F7;

	transition: all 0.3s ease;

}

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

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

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





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



.RPs_text{

    box-sizing: border-box;

    padding: 0.24rem 0.2rem 0.24rem 0.2rem;

}

.RPs_text h3{

	font-size: 0.2rem;

    line-height: 150%;

    color: #222;

    text-align: center;

   1 margin-bottom: 0.2rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    font-family:Arial, Helvetica, sans-serif;

    transition: all 0.3s ease;

}

.RPs_text_dl{

    display: flex;

    display: -webkit-flex;

    flex-wrap: wrap;

    gap: 0.1rem;

    justify-content: center;

}

.RPs_text_dl dt{

    display: inline-block;

    box-sizing: border-box;

    font-size: 0.14rem;

    color: #666;

    border-radius: 0.3rem;

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

    box-sizing: border-box;

    padding: 0.08rem 0.14rem;

    transition: all 0.3s ease;

}

.RPs_text_dl dt:hover{

	background-color: #fff;

	border: 1px solid #fff;

	color: #222;

}

.RPs_partner_list li a:hover{

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

}

.RPs_partner_list li a:hover h3{

	color: var(--i_color);

}



/* 指示器 */

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

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

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





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



	.RPs_text_dl dt {

		font-size: 0.12rem;

		padding: 0.06rem 0.12rem;

	}

	.RPs_text h3{

		font-size: 0.18rem;

		margin-bottom: 0.15rem;

	}

}

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



}

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

	.RPs_text h3{

		font-size: 0.16rem;

	}

	.related_products_bac {

		padding: 0.6rem 0;

	}

}

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

    .RPs_text_dl{

		display: none;

	}

	.RPs_text h3{

		margin-bottom: 0rem;

	}

}

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



}

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

	.RPs_partner_box{

		margin-top: 0.3rem;

	}

}

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



}







/*----------------------------- about_us------------------------ */

.about_us_bac{

   box-sizing: border-box;

   padding-top: 0.4rem;

   overflow: hidden;

}

.about_us{



}

.about_us_text{

	margin-top: 0.6rem;



}

.about_us_text{

   font-size: 0.18rem;

   line-height: 0.3rem;

   color: #222;

}

.about_us_box{

	position: absolute;

	top: 16%;

	left: 50%;

	transform: translate(-50%,0);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	flex-direction: column;

	align-items: center;

	gap: 0.4rem;

	width: 80%;

	transition: all 0.3s ease;

	z-index: 4;

}

.about_us_box h3{

    font-size: 0.3rem;

	color: #222;

	line-height: 0.5rem;

	text-align: center;

}

.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: var(--i_color);

	text-transform: capitalize;

}

.about_us_btn iconify-icon{

    font-size: 0.26rem;

	color: var(--i_color);

}







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

	.about_us_text {

		font-size: 0.16rem;

		line-height: 0.28rem;

	}

	.about_us_box h3{

		font-size: 0.28rem;

		line-height: 0.48rem;

	}

}

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



}

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

	.about_us_text {

		font-size: 0.14rem;

		line-height: 0.26rem;

	}

	.about_us_box h3{

		font-size: 0.26rem;

		line-height: 0.46rem;

	}

	.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.1rem 0.2rem;

	}

}

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

	.about_us_box h3{

		font-size: 0.24rem;

		line-height: 0.4rem;

	}

	.about_us_box{

		top: 0.4rem;

		gap: 0.2rem;

		width: 94%;

	}

}

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

	.about_us_box h3{

		font-size: 0.2rem;

		line-height: 0.38rem;

	}

}

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

	.about_us_text {

		margin-top: 0.4rem;

	}

	.about_us_box h3{

		font-size: 0.18rem;

		line-height: 0.35rem;

	}

	.about_us_btn h4{

		font-size: 0.14rem;

	}

	.about_us_btn iconify-icon{

		font-size: 0.2rem;

	}
	.about_us_box{
		display: none;
	}
}

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

	.about_us_box h3 {

        font-size: 0.16rem;

        line-height: 0.3rem;

    }

}

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

	.about_us_box h3 {

        font-size: 0.14rem;

        line-height: 0.25rem;

    }

}

















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

	.fadein__pic_box{height: calc(200vh + var(--header_height));position: relative;}



	.fadein__pic{position: absolute;left: 0;top: 0;width: 100%;height: 100vh;}

	.fadein__pic.fixed{position: fixed;}

	.fadein__pic.fixed_bottom{top: initial;bottom: 0;}

	.fadein__pic_mask{

		position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) scale(1);width: 100%;height: calc(100% + 2px);object-fit: cover;

		z-index: 2;

	-webkit-transition:all .2s ease; transition:all .2s ease;}

	.fadein__pic_video{

		width: 100%;height: 100%;position: relative;

		z-index: 1;

	}

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

}



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

	.fadein__pic_box{margin-top: 0.4rem;}

	.fadein__pic_mask{display: none;}

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

	.fadein__pic_video::before{content:""; display:block; padding-bottom:56.25%}

	.fadein__pic_video img{position:absolute; top:0;left: 0; width:100%; height:100%; object-fit:cover;}

}









/* -----------------------mission_values --------------------------*/

.mission_values_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.mission_values{



}

.mission_values_ul{

  1 margin-top: 0.6rem;

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

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

   display: flex;

   display: -webkit-flex;

   box-sizing: border-box;flex-wrap: wrap; gap: 30px

}

.mission_values_ul li{

   box-sizing: border-box;

   padding: 0.4rem 0;

   position: relative;
   cursor: pointer;



}

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

  1 content: '';

   position: absolute;

   right: 0;

   width: 1px;

   height: calc(100% - 0.8rem);

   top: 50%;

   transform: translate(0,-50%);

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



}

.1mission_values_ul li:nth-child(1){

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

   padding-right: 0.4rem;

}

.1mission_values_ul li:nth-child(2){

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

   padding-right: 0.4rem;

   padding-left: 0.4rem;

}

.1mission_values_ul li:nth-child(3){

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

	padding-left: 0.4rem;

}

.1mission_values_ul li:nth-child(4){

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

   padding-right: 0.4rem;

}

.1mission_values_ul li:nth-child(5){

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

   padding-right: 0.4rem;

   padding-left: 0.4rem;

}

.1mission_values_ul li:nth-child(6){

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

	padding-left: 0.4rem;

}


.mission_values_ul li{

   flex: 0 0 calc(33.33% - 30px); 

   1padding-right: 0.4rem;

   1padding-left: 0.4rem;

}






.mission_values_ul li h3{

   font-size: 0.23rem;

   color: #222;

   1font-weight: bold; text-align:center;

}

.mission_values_ul li h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 0.26rem;

   min-height: 0.54rem;

}

.mission_values_img{

   position: relative;

   overflow: hidden;

   margin-top: 0.4rem;

}
.mission_values_img iconify-icon{
	position: absolute;
	bottom:0.2rem;
   left: 0.2rem;
   font-size: 0.4rem;

}

.mission_values_img::after{

   content: '';

   display: block;

   padding-bottom: 77%;

}

.mission_values_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   border-radius: 0.3rem;

}
@keyframes ooo {
	0% {
		opacity: 0;
		transform: translateY(0.1rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


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

	.mission_values_ul li h3 {

		font-size: 0.3rem;

	}

	.mission_values_img {

		margin-top: 0.3rem;

	}

}

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



}

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

	.mission_values_ul li h3 {

		font-size: 0.28rem;

	}

	.mission_values_ul li h4 {

		font-size: 0.16rem;

		line-height: 0.24rem;

		min-height: 0.48rem;

	}

	.mission_values_img img {

		border-radius: 0.25rem;

	}

	.mission_values_ul li {

		padding: 0.2rem 0;

	}

	.mission_values_ul li:nth-child(1){

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

		padding-right: 0.2rem;

	}

	.mission_values_ul li:nth-child(2){

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

		padding-right: 0.2rem;

		padding-left: 0.2rem;

	}

	.mission_values_ul li:nth-child(3){

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

		padding-left: 0.2rem;

	}

	.mission_values_img {

        margin-top: 0.2rem;

    }

	.mission_values_bac {

		padding: 0.6rem 0;

	}

}

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

	.mission_values_ul li h3 {

		font-size: 0.26rem;

	}

	.mission_values_ul li h4 {

        font-size: 0.14rem;

        line-height: 0.22rem;

        min-height: 0.44rem;

    }

	.mission_values_img img {

		border-radius: 0.2rem;

	}

}

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

	.mission_values_ul li h3 {

		font-size: 0.24rem;

	}

}

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

	.mission_values_ul {

		margin-top: 0.4rem;

	}

	.mission_values_ul li{

		width: 100% !important;

		padding: 0 !important;

		padding-top: 0.4rem !important;

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

	}

	.mission_values_ul{

		1flex-wrap: wrap;

		gap: 0.4rem;

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

	}
	
	
	.mission_values_ul li{

   flex: 0 0 calc(50% - 10px) ;
   1padding-right: 0.4rem;

   1padding-left: 0.4rem;

}
	
	

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

		display: none;

	}

	.mission_values_ul li h4{

		min-height: unset;

	}

}

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

	.mission_values_ul li {

        padding-top: 0.2rem !important;

    }

	.mission_values_ul {

        gap: 0.2rem;

    }

}

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



}





/* strength */

.strength_bac{

   box-sizing: border-box;

   padding: 0.8rem 0 1.6rem 0;

   background: url('../images/strength_bac.webp') center no-repeat;

   background-size: cover;

}

.strength{



}

.strength_box{

   box-sizing: border-box;

  1 padding-top: 1.4rem;

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   justify-content: space-between;

}

.strength_left{

   width: 45%;margin-top: 72px;

}

.strength_ul{

   margin-bottom: 0.5rem;

}

.strength_ul li{

	animation: ooo 0.7s ease;

}

.strength_ul li img{

   width: 0.55rem;

   height: 0.55rem;

   object-fit: contain;

}

.strength_ul li h3{

   font-size: 0.4rem;

   color: #222;

   font-weight: bold;

   line-height: 120%;

   margin: 0.2rem 0 0.15rem 0;

}

.strength_ul li h4{

   font-size: 0.18rem;

   line-height: 0.36rem;

   color: #666;

   height: 2.16rem;

   box-sizing: border-box;

   padding-right: 2%;
   overflow: auto;

}

/*滚动条*/

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

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

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













.strength_right{



	box-sizing: border-box;

	1padding-right: 1.8rem;

	position: relative; width:55%;

}

.strength_right_dl{

    width: 5.3rem;

}

.strength_right_dl dt{

	position: relative;

	overflow: hidden;

	width: 100%;

	border-radius: 50%;
	animation: ooo 0.7s ease;

}

.strength_right_dl dt::after{

	content: '';

	display: block;

	padding-bottom: 100%;

}

.strength_right_dl dt img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.strength_right_box{

	position: relative;

	display: flex;

	display: -webkit-flex;

	justify-content: flex-end;

	width: 5.3rem;

}

.strength_right_ul{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 120%;

	height: 120%;

	border-radius: 50%;

	border: 1px dashed rgba(174, 174, 174, 0.8);

}

.strength_right_ul li{

   position: absolute;

   font-size: 0.2rem;

   color: #666666;

   line-height: 150%;

   font-weight: bold;

   text-transform: capitalize;

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

   white-space:nowrap;

   text-align: center;

   box-sizing: border-box;

   cursor: pointer;

}

.strength_right_ul li:nth-child(1){

   top: -0.25rem;

   left: 50%;

   padding-bottom: 0.18rem;

}

.strength_right_ul li:nth-child(2){

	top: 50%;

	right: 0rem;

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

	padding-left: 0.18rem;

}

.strength_right_ul li:nth-child(3){

	top: calc(100% + 0.25rem);

    left: 50%;

	padding-top: 0.18rem;

}

.strength_right_ul li:nth-child(4){

	top: 50%;

	left: 0rem;

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

	padding-right: 0.18rem;

}



.strength_right_ul li::after{

	content: '';

	display: block;

	position: absolute;

	width: 0.15rem;

	height: 0.15rem;

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

	box-sizing: border-box;

    border-radius: 50%;

	background-color: var(--i_color);

}

.strength_right_ul li:nth-child(1)::after{

	top: 100%;

	left: 50%;

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

}

.strength_right_ul li:nth-child(2)::after{

	top: 50%;

	left: 0%;

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

}

.strength_right_ul li:nth-child(3)::after{

	top: 0%;

	left: 50%;

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

}

.strength_right_ul li:nth-child(4)::after{

	top: 50%;

	left: 100%;

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

}



.quan{

	width: 125%;

	height: 125%;

	position: absolute;

	top: 50%;

	left: 50%;

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



}

.quan circle{

    fill: none;

    stroke-width: 1;

	transform: rotate(-90deg);

    stroke-dashoffset: 1414.5; /*  偏移 */

    transform-origin: center;

    stroke-dasharray:1886;

	transition: stroke-dashoffset 1s linear; /* 平滑过渡 */

}



.strength_right_ul li.current{

	color: var(--i_color);

}

.strength_right_ul li.current::after{

   background-color: var(--i_color);

}









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

	.strength_ul li h3 {

		font-size: 0.3rem;

	}

	.strength_right_box,

	.strength_right_dl{

		width: 4.5rem;

	}

	.strength_right_ul li {

		font-size: 0.18rem;

	}

}

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

	.strength_right_box,

	.strength_right_dl{

		width: 3.5rem;

	}

	.strength_right_ul li {

		font-size: 0.16rem;

	}

	.strength_bac {

		padding: 0.8rem 0 1.4rem 0;

	}

}

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

	.strength_ul li h3 {

		font-size: 0.25rem;

	}

	.strength_ul li h4 {

		font-size: 0.16rem;

		line-height: 0.3rem;

		height: 1.8rem;

	}

	.strength_bac {

		padding: 0.8rem 0 1rem 0;

	}

}

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

	.strength_left{

		width: 100%;

	}

	.strength_box {

		align-items: center;

		flex-direction: column-reverse;

		gap: 1.4rem;

	}

	.strength_right {

		padding-right: 0rem;

	}

	.strength_ul {

		margin-bottom: 0.4rem;

	}

	.strength_bac {

		padding: 0.8rem 0 ;

	}

}

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



}

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

	.strength_right_box,

	.strength_right_dl{

		width: 2.5rem;

	}

	.strength_right_ul li {

		font-size: 0.14rem;

	}

	.strength_ul li h3 {

        font-size: 0.22rem;

    }

	.strength_box {

        gap: 1rem;

    }

	.strength_box {

		padding-top: 1rem;

	}

}

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

	.strength_right_box,

	.strength_right_dl{

		width: 2rem;

	}

	.strength_right_ul li {

		font-size: 0.12rem;

	}

	.strength_box {

        gap: 0.8rem;

    }

	.strength_box {

		1padding-top: 0.8rem; padding-top:0;

	}

	.strength_bac {

        padding: 0.6rem 0;

    }

}

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

	.strength_right_box,

	.strength_right_dl{

		width: 1.5rem;

	}

}





/* golbal */

.golbal_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: url('../images/golbal_bac.webp') center no-repeat;

   background-size: cover;

}

.golbal{



}

.golbal_ul{

   display: flex;

   display: -webkit-flex;

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

   backdrop-filter: blur(6px);

   border-radius: 0.3rem;

   padding: 0.25rem 0;

   flex-wrap: wrap;

}

.golbal_ul li{

   1width: 20%; width:14.2%;

   box-sizing: border-box;

   padding: 1.5% 3%;

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   justify-content: flex-start;

   align-items: center;

}

.golbal_ul li img{

   width: 0.7rem;

   height: 0.7rem;

   object-fit: contain;

}

.golbal_ul li h3,

.golbal_ul li h3 span{

   font-size: 0.44rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   line-height: 100%;

}

.golbal_ul li h3{

	margin: 0.15rem 0;

}

.golbal_ul li h4{

   text-transform: capitalize;

   font-size: 0.18rem;

   line-height: 0.24rem;

   color: #222;

   text-align: center;

}





.golbal_map{

   position: relative;

}

.golbal_map img{

	width: 15.88rem;

	max-width: 100%;

}





.market_dian {

	position: absolute;

}

.market_dian.d1 {

	top: 29.5%;

    left: 16.5%;

}

.market_dian.d2 {

	top: 70.5%;

    left: 29.8%;

}

.market_dian.d3 {

	top: 69.5%;

    left: 52.7%;

}

.market_dian.d4 {

	top: 28.6%;

    right: 51.7%;

}

.market_dian.d5 {

	top: 25.8%;

    right: 29%;

}

.market_dian.d6 {

	bottom: 18.5%;

    right: 20.8%;

}



.market_dian .round {

	width: 0.1rem;

	height: 0.1rem;

	margin: 0 auto;

	background: var(--i_color);

	-webkit-border-radius: 50%;

	border-radius: 50%;

	position: relative;

}

.market_dian .round::before {

	opacity: 0;

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

	margin: -130% 0 0 -130%;

	width: 260%;

	height: 260%;

	background: rgb(219 64 35 / 50%);

	-webkit-border-radius: 50%;

	border-radius: 50%;

	-webkit-animation: warn 1.2s ease-out;

	animation: warn 1.2s ease-out;

	animation-iteration-count: infinite

}

@keyframes warn {

	0% {

		transform: scale(0);

		opacity: 0.5;

	}

	25% {

		transform: scale(0.15);

		opacity: 0.7;

	}

	50% {

		transform: scale(0.33);

		opacity: 0.8;

	}

	75% {

		transform: scale(0.66);

		opacity: 1;

	}

	100% {

		transform: scale(1);

		opacity: 0.2;

	}

}



.market_dian p {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	margin-top: 0.1rem;

	font-size: 0.18rem;

	white-space: nowrap;

	overflow: hidden;

}

.market_dian.d4 p {

	left: initial;

	top: 50%;

	transform: translate(0, -50%);

	right: calc(100% + .1rem);

	margin-top: 0;

}

.market_dian.d5 p {

	bottom: calc(100% + .1rem);

	margin-top: 0;

}



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

	.market_dian.d1 {

		top: 29.8%;

		left: 17.5%;

	}

	.market_dian.d2 {

		top: 70.5%;

		left: 31.9%;

	}

	.market_dian.d3 {

		top: 69.5%;

		left: 56.5%;

	}

	.market_dian.d4 {

		top: 28.6%;

		right: 47.9%;

	}

	.market_dian.d5 {

		top: 26%;

		right: 23.8%;

	}

	.market_dian.d6 {

		bottom: 18.6%;

		right: 15.2%;

	}

	.golbal_ul li img{

		width: 0.6rem;

		height: 0.6rem;

	}

}

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

	.golbal_ul li img{

		width: 0.55rem;

		height: 0.55rem;

	}

	.golbal_ul li h3,

	.golbal_ul li h3 span{

	   font-size: 0.4rem;

	}

	.golbal_ul li h4 {

		font-size: 0.16rem;

		line-height: 0.22rem;

	}





}

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



}

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

	.market_dian p {

		font-size: 0.14rem;

	}

	.golbal_ul li img{

		width: 0.5rem;

		height: 0.5rem;

	}

	.golbal_ul li h3,

	.golbal_ul li h3 span{

	   font-size: 0.35rem;

	}

	.golbal_ul li h4 {

		font-size: 0.14rem;

		line-height: 0.2rem;

	}

	.golbal_bac {

		padding: 0.6rem 0;

	}

}

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

	.golbal_ul li h3,

	.golbal_ul li h3 span{

	   font-size: 0.3rem;

	}

	.golbal_ul li img {

        width: 0.45rem;

        height: 0.45rem;

    }

}

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



}

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

	.market_dian p{display: none;}

	.golbal_ul li {

		width: calc(100% / 3);

	}

	.golbal_ul{

		gap: 0.2rem 0;

	}

	.golbal_ul li img {

        width: 0.4rem;

        height: 0.4rem;

    }

	.golbal_ul li h3,

	.golbal_ul li h3 span{

	   font-size: 0.25rem;

	}

}

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

	.golbal_ul li img {

      1  width: 0.35rem;

       1 height: 0.35rem; width:100%;

    }

	.golbal_ul li {

		width: calc(100% / 2);

	}

	.market_dian .round {

		width: 0.07rem;

		height: 0.07rem;

	}

}

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

	.golbal_ul li img {

        width: 0.3rem;

        height: 0.3rem;

    }

}





/* milestones */

.milestones_bac{

	box-sizing: border-box;

	padding: 0.8rem 0 1rem 0;

	background: url('../images/milestones_bac.webp') center bottom no-repeat;

	background-size: cover;

	position: relative;

	z-index: 2;

}

.milestones{



}

.milestones_title{

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	align-items: center;

	gap: 0.4rem;

	flex-wrap: wrap;

	margin-bottom: 0.6rem;

}







/*  */

.historys_partner_box{

	position: relative;



}

.historys_partner_box::after{

	content: '';

	position: absolute;

	top: 0.81rem;

	left: 50%;

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

	width: 100%;

	height: 1px;

	background-color: var(--i_color);

}

.historys_partner{position:relative}

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

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

.historys_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



.historys_partner_list li h3{

   font-size: 0.46rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   transition: all 0.3s ease;

}

.historys_partner_list li i{

   display: block;

   width: 0.12rem;

   height: 0.12rem;

   background-color: var(--i_color);

   border-radius: 0.15rem;

   margin-bottom: 0.45rem;

   margin-left: 0.4rem;

   position: relative;

   transition: all 0.3s ease;

}

.historys_partner_list li i::after{

	content: '';

	position: absolute;

    top: 50%;

    left: 50%;

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

    -webkit-border-radius: 50%;

    border-radius: 50%;

	opacity: .3;

    width: 0;

    height: 0;

    background: var(--i_color);

}

.historys_partner_list li:hover i::after{

	animation: dot 1.4s infinite ease;

}

.historys_text{

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

   border-radius: 0.18rem;

   backdrop-filter: blur(6px);

   box-sizing: border-box;

   padding: 0.4rem;

   border: 1px solid transparent;

   transition: all 0.3s ease;



}

.historys_text h4{

   width: 0.12rem;

   height: 0.12rem;

   border-radius: 50%;

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

   margin-bottom: 0.2rem;

   background-color: #fff;

   box-sizing: border-box;

   position: relative;

   z-index: 2;

}

.historys_text h4::after{

	content: '';

	position: absolute;

	bottom: 0.1rem;

	left: 50%;

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

	height: 0.9rem;

	width: 1px;

	background: var(--i_color);

	z-index: -1;

}

.historys_text h5{

   font-size: 0.18rem;

   color: #222;

   line-height: 0.25rem;

   height: 1.27rem;

   box-sizing: border-box;

   padding-right: 0.05rem;

   overflow: auto;

   position: relative;

   z-index: 2;



}

.historys_partner_list li:hover .historys_text{

	box-sizing: border-box;

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

}

.historys_partner_list li:hover h3{

	color: var(--i_color);

}

.historys_partner_list li:hover i{



}

@keyframes dot{

	0% {

		width: 100%;

		height: 100%;

	}



	50% {

		width: 200%;

		height: 200%;

	}

	100% {

		width: 100%;

		height: 100%;

	}

}







/*滚动条*/

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

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

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





























/* 指示器 */

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

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

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





/* 左右箭头 */

.historys_LR{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	gap: 0.2rem;

	margin-top: 0.6rem;

}

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

	position:relative;

	width:0.5rem;

	height:0.5rem;

	border: 1px solid #999;

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: #999;

	transition: all 0.3s ease;

}



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

	background-color: var(--i_color);

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

}

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

	color: #fff;

}























.sky {

    height: 100%;

	width: 100%;

    position: absolute;

	top: 0;

	z-index: -1;

	left: 0;

    overflow: hidden;

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.clouds_one {

    background: url("../images/cloud_one.webp");

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 300%;

    -webkit-animation: cloud_one 50s linear infinite;

    -moz-animation: cloud_one 50s linear infinite;

    -o-animation: cloud_one 50s linear infinite;

    animation: cloud_one 50s linear infinite;

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.clouds_two {

    background: url("../images/cloud_two.webp") ;

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 300%;

    -webkit-animation: cloud_two 75s linear infinite;

    -moz-animation: cloud_two 75s linear infinite;

    -o-animation: cloud_two 75s linear infinite;

    animation: cloud_two 75s linear infinite;

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}



.clouds_three {

    background: url("../images/cloud_three.webp") ;

    position: absolute;

    left: 0;

    top: 0;

    height: 100%;

    width: 300%;

    -webkit-animation: cloud_three 100s linear infinite;

    -moz-animation: cloud_three 100s linear infinite;

    -o-animation: cloud_three 100s linear infinite;

    animation: cloud_three 100s linear infinite;

    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    -o-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

}







@-webkit-keyframes cloud_one {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-moz-keyframes cloud_one {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@keyframes cloud_one {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-webkit-keyframes cloud_two {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-moz-keyframes cloud_two {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@keyframes cloud_two {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-webkit-keyframes cloud_three {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@-moz-keyframes cloud_three {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}



@keyframes cloud_three {

    0% {

        left: 0

    }



    100% {

        left: -200%

    }

}































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

	.historys_text {

		padding: 0.2rem 0.2rem 0.4rem 0.2rem;

	}

	.historys_text h5 {

		font-size: 0.16rem;

		line-height: 0.2rem;

		height: 1.02rem;

	}

	.historys_partner_list li h3 {

		font-size: 0.3rem;

	}

	.historys_partner_box::after {

		top: 0.55rem;

	}

	.historys_partner_list li i {

		margin-bottom: 0.4rem;

		margin-left: 0.2rem;

	}

	.historys_text h4::after {

		height: 0.68rem;

	}

}

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



}

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

	.milestones_bac {

		padding: 0.6rem 0 0.8rem 0;

	}

}

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



}

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

	.historys_LR {

		margin-top: 0.4rem;

	}

	.milestones_title {

		gap: 0.2rem;

		margin-bottom: 0.4rem;

	}

	.milestones_bac {

		padding: 0.6rem 0;

	}

}

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



}





/* awards */

.awards_bac{

   box-sizing: border-box;

   padding: 0.4rem 0;

}

.awards{



}







/*  */

.awards_partner_box{

	margin-top: 0.6rem;

}



.awards_partner{position:relative}

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

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

.awards_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

.awards_partner_list .img:before{content:""; display:block; padding-bottom:65%}

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





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










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

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

.awards_partner_list1 li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

.awards_partner_list1 .img:before{content:""; display:block; padding-bottom:65%}

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





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








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

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

.awards_partner_list2 li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

.awards_partner_list2 .img:before{content:""; display:block; padding-bottom:65%}

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





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















.awards_text{



}

.awards_text h3{

   font-size: 0.26rem;

   color: #222;

   font-family:Arial, Helvetica, sans-serif;

   text-align: center;

   text-transform: capitalize;

}

.awards_text h4{

   font-size: 0.16rem;

   line-height: 200%;

   color: #666;

   text-align: center;

   box-sizing: border-box;

   padding: 0 5%;

}



























/* 指示器 */

.awards_partner .pt-pagination{

	text-align:center;

	margin-left: auto;

	margin-right: auto;

	margin-top: 0.6rem;

}

.awards_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem;transition: all 0.3s ease; height:0.12rem;cursor: pointer; display:inline-block; margin:0 0.05rem;box-sizing: border-box;border: 0.02rem solid var(--i_color); background:var(--i_color); border-radius:50%; outline:none}

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

	position:relative; background:transparent

}



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}





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

	.awards_text h3 {

		font-size: 0.24rem;

	}



}

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



}

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

	.awards_text h3 {

		font-size: 0.22rem;

	}

	.awards_text h4 {

		font-size: 0.14rem;

	}

	.awards_bac {

		padding: 0.3rem 0;

	}

}

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

	.awards_text h3 {

		font-size: 0.2rem;

	}

}

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

	.awards_text h3 {

		font-size: 0.18rem;

	}

	.awards_partner .pt-pagination {

		margin-top: 0.4rem;

	}

}

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



}











/* ---------------------- Aside Form ---------------------- */

.aside_form{position: fixed;right: 0;bottom: 0;width: 360px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);overflow: hidden;z-index: 999999999;}

.aside_form_tit{padding: 12px 50px; text-align: center; background: var(--i_color); cursor: pointer;position: relative;}

.aside_form_tit p{color: #fff;}

.aside_form_tit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #fff;}

.aside_form_tit.on iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}



.aside_form_cont{display: none; padding: 24px; background: #FFF;}

.aside_form_cont.on{}



#wpforms-25{--input_font_size:0.16rem; --input_height:0.35rem}

#wpforms-25{width:100%; margin:0 auto; padding:0}

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





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

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

#wpforms-25 .wpforms-error-container{line-height:0.16rem}



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

#wpforms-25 .wpforms-submit-container{padding:0!important; width:1.5rem; height:var(--input_height); background:var(--i_color);border-radius: 0.05rem; position:relative;margin:0 auto;transition: all 0.3s ease;}



#wpforms-25 .wpforms-hidden{

	display: none;

}



#wpforms-25 .wpforms-field{

	position: relative;

}

#wpforms-25 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-25 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}





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



#wpforms-25 input,#wpforms-25 select{height:var(--input_height)}

#wpforms-25 textarea{min-height:0.8rem}

#wpforms-25 input, #wpforms-25 textarea,#wpforms-25 select{

	width:100%;border: 0; max-width:100%!important;

	font-size:var(--input_font_size);

	background-color: white;

	color:#222;

	box-sizing:border-box; ;

	padding:0 10px;

	box-shadow: 0 0 0 0 !important;

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



}







#wpforms-25 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-25 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-25 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-25 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-25 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-25 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-25 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-25 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}







#wpforms-25 #wpforms-25-field_1-error, #wpforms-25 #wpforms-25-field_2-error, #wpforms-25 #wpforms-25-field_3-error, #wpforms-25 #wpforms-25-field_4-error{position:absolute; font-size:14px}



#wpforms-25 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:0.14rem; color:#fff; line-height:var(--input_height); cursor: pointer; text-transform:capitalize; position:relative; z-index:2}

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







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

	background-color: var(--i_color);

	animation: a 0.5s 1 linear;

	animation-delay: 0.01s;

}



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

	.aside_form{width: 100%;}

}







/* 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_color2);

}



.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(../images/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-29 {

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

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-29 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-29 {

	width: 100%;

	overflow: hidden

}

#wpforms-29 input,

#wpforms-29 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-29 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-29 .wpforms-error-container {

	line-height: 16px

}

#wpforms-29 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

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

	font-size: 0

}

#wpforms-29 .wpforms-required-label {

	position: absolute;

	top: 16px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-29 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-29 input,#wpforms-29 select{

	height: var(--input_height)

}

#wpforms-29 textarea {

	min-height: 100px

}

#wpforms-29 input,

#wpforms-29 textarea,
#wpforms-29 select {

	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-29 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-29 #wpforms-29-field_1-error,

#wpforms-29 #wpforms-29-field_2-error,

#wpforms-29 #wpforms-29-field_3-error,

#wpforms-29 #wpforms-29-field_5-error {

	position: absolute;

	font-size: 13px

}

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

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

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

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

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

	display: block

}

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

	background: #FFF

}

#wpforms-29 .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 li:nth-child(2) {

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

		height: 34px;

	}

	#wpforms-29 .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;

	}

}







/* 感谢页面 */

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

	background-color: #F7F7F7;

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{



}

.tag_list .products_right_dl{

	width: 100%;

}

.tag_list .products_right_dl dt{

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

}











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



}

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



	.tag{

		padding: 0.4rem 0 0.8rem 0;

	}

}

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



}

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

	.tag{

		padding: 0.4rem 0 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_list .products_right_ul dt{

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

	}

	.tag>h2 {

		font-size: 0.25rem;

	}

}

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



}

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



}





.form_hide{

	display: none !important;

}



































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



}

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



}

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



}

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



}

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



}

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



}

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



}

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



} */