/*

Theme Name: YangRui

Version: 1.0

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

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 78.125%;

	margin: 0 auto

}



.wrap_top {

	width: 84%;

	margin: 0 auto

}



.wrap_left{

	padding-left: 10.9375%;

	box-sizing: border-box;

}

.wrap_right{

	padding-right: 10.9375%;

	box-sizing: border-box;

}

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

	.wrap {

		width: 80%

	}

	.wrap_left{padding-left: 10%;}

	.wrap_right{padding-right: 10%;}

	.wrap_top {

		width: 88%;

	}

}

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

	.wrap {

		width: 88%

	}

	.wrap_left{padding-left: 6%;}

	.wrap_right{padding-right: 6%;}



}

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

	.wrap_top {

		width: 96%;

	}

	.wrap {

		width: 94%

	}

	.wrap_left{padding-left: 3%;}

	.wrap_right{padding-right: 3%;}

}

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



	.wrap_top {

		position: initial;

	}

}





:root {

	--i_color: #FB5E41;

	/* 全局颜色 */

	--i_color2: #F8AF33;

	/* 副颜色 */

	--i_color3: #200C5D;

	--header_height: 0.9rem;

	--header_height_top:0.05rem;

	/* 头部高度 */

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

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

}



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

	:root,

	header {

		--header_height: .6rem;

	}

	:root {

		--header_height_top:0.05rem;

	}

}

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

	:root {

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

	}

}



@font-face {

	font-family: 'Open';

	src: url('static/webfonts/Open-Sans-2.ttf');

}

@font-face {

	font-family: 'bold';

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

}

body{

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

}



/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2014;

}

header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 0%;

	height: 1px;

	background: var(--border_color);

	z-index: 2014;

}

.top_top{

	height: var(--header_height_top);

	background: linear-gradient(to right,#FB5E41,#FB8A3A,#F8AF33);

}

.top_cont {

	position: relative;

	z-index: 2013;

}

.top_cont::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: #fff;

	z-index: -1;

	transition: all 0.3s ease;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.TopHeader {

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

}



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

	header {

		top: 0;

		top: 0;

		width: 100%;

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

	}

	/* .top_cont {

		background: #333 !important;

	} */

}

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



}





/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 100%;

}

.logo img {

	height: 0.47rem;

}



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

	.logo img {

		height: 0.4rem;

	}

}

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

	.logo img {

		height: 0.35rem;

	}



}

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

	.logo img {

		max-height: 50%;

	}



}











/* 导航 */

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

	.i_nav {

		margin-left: 2%;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .25rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .18rem;

		color: #333;

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: capitalize;

		position: relative;

	}

	.i_nav>li>a::after{

		content: '';

		position: absolute;

		bottom: 0rem;

		right: 0;

		width: 0;

		height: 0.03rem;

		background-color: var(--i_color);

		transition: all 0.3s ease;

		border: 2px;

	}



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

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

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

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

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

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		color: var(--i_color) !important;

	}



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

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

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

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

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

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

	.i_nav .curr>a::after{

		width: 100%;

        right: auto;

		left: 0;

	}



	.i_nav .sub-menu {

		display: none;

		position: absolute;

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

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

	}

	.i_nav>li>a {

		font-size: .16rem;

	}

}

@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: capitalize;

	}



	.i_nav>li>.sub-menu {

		display: none

	}

	.i_nav>li>.sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu a {

		padding: 0 .4rem;

		font-size: .14rem;

		color: #555;

		line-height: .4rem;

		position: relative

	}

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

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

	}



	.i_nav>li>.sub-menu b {

		position: absolute;

		top: 0;

		right: 0;

		width: .4rem;

		height: .4rem;

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

		background-size: .16rem;

	}

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

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

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



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

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}

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

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













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 15px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 2px;

	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: 2px;

	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: .18rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}







.top_email{



}

.top_email a{

    display: block;

	margin-right: 0.2rem;

}

.top_email a iconify-icon{

	font-size: var(--size);

	color: #333;

	transition: all 0.3s ease;

}



.top_email a iconify-icon:hover{

	color: var(--i_color);

}











.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	margin-right: 0.2rem;

	position: relative;

}

.top_i{

	display: block;

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

	width: 0.42rem;

	height: 0.42rem;

	border-radius: 50%;

	background-color: var(--i_color);

}



.top_search_ico iconify-icon {

	font-size: var(--size);

	cursor: pointer;

	color: #fff;

	transition: all 0.3s ease;

}

.top_search_ico.on iconify-icon {

	color: #fff;

}





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

   cursor: pointer;

}

.top_language_all p{

   font-size: 0.18rem;

   color: #333;

   margin-right: 0.05rem;

   transition: all 0.3s ease;

   font-family: 'Roboto';

}

.top_language_all iconify-icon{

	font-size: var(--size);

	cursor: pointer;

	color: #fff;

	line-height: 100%;

	transition: all 0.3s ease;

}



.lan_park{

	font-size: 0.14rem !important;

}



.top_language.on p{

	color: var(--i_color2);

}

.top_language.on iconify-icon {

	color: #fff;

}







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

	.top_language_all p{

		font-size: 0.16rem;

	}

}

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



}

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



}













.top_language,

.top_language>iconify-icon {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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

	.top_language {

		margin-right:  .2rem;

	}

	.top_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_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: 2000;

	border-top: 1px solid rgba(251,91,64,0.5);

	box-sizing: border-box;

}

.top_search.on {

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

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

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

	border-radius: 0;

}

.top_search_btn {

	font-size: 0;

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

	height: var(--search_height);

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

	background-size: .2rem;

	cursor: pointer;

	border-radius: 0;

}



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





}

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

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

	.top_r {

		margin-left: auto;

	}

}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

}







/* 导航下拉 */

/* products */

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

    .xiala{

		position: fixed;

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

		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 rgba(51,51,51,0.2);

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

	}

	.TopHeader .xiala{



	}

    .products_drop_box{

		display: flex;

		display: -webkit-flex;

		align-items: flex-start;

	}

    .products_drop_img{

        width: 18.7%;

	}

	.products_drop_img dt{

        position: relative;

		width: 100%;

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

		border-radius: 0.08rem;

	}

	.products_drop_img dt::after{

        content: '';

		display: block;

		padding-bottom: 84%;

	}

	.products_drop_img dt img{

        position: absolute;

		top: 50%;

		left: 50%;

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

		width: 100%;

		height: 100%;

		object-fit: contain;

	}

	.products_drop_ul{

        display: flex;

		flex-direction: column;

		gap: 0.2rem;

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

		width: 33%;

        box-sizing: border-box;

        padding: 0 4.5%;

	}

	.products_drop_ul li{

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

		box-sizing: border-box;

		padding-bottom: 0.15rem;

        display: flex;

		justify-content: space-between;

		align-items: center;

		gap: 0.1rem;

		position: relative;

		transition: all 0.3s ease;

	}

	.products_drop_ul li::after{

        content: '';

		position: absolute;

		bottom: 0;

		right: 0;

		width: 0;

		height: 1px;

		background-color: var(--i_color);

		transition: all 0.5s ease;

	}

	.products_drop_ul li a{

        font-size: 0.18rem;

		color: #333;

		font-weight: bold;

		text-transform: capitalize;

		transition: all 0.3s ease;

	}

	.products_drop_ul li iconify-icon{

        font-size: 0.25rem;

		min-width: 0.25rem;

		opacity: 0;

		transition: all 0.3s ease;

	}

	.products_drop_ul li.current{

		border-bottom: 1px solid transparent !important;

	}

	.products_drop_ul li.current a{

		color: var(--i_color) !important;

	}

	.products_drop_ul li.current iconify-icon{

		opacity: 1 !important;

		color: var(--i_color) !important;

	}

	.products_drop_ul li.current::after{

		width: 100% !important;

		right: auto !important;

		left: 0 !important;

	}









	.products_drop_dl{

        width: 48.3%;

		box-sizing: border-box;

		padding-left: 4.5%;

	}

	.products_drop_dl dt{





	}

	.products_drop_dl dt ul{

		display: flex;

		gap: 0.2rem 0.4rem;

		flex-wrap: wrap;

	}

	.products_drop_dl dt ul li{

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

	}

	.products_drop_dl dt ul li a{

       font-size: 0.18rem;

	   display: block;

	   color: #333;

	   box-sizing: border-box;

	   padding-bottom: 0.15rem;

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

	   transition: all 0.3s ease;

	   position: relative;

	}

	.products_drop_dl dt ul li a::after{

		content: '';

		position: absolute;

		bottom: 0;

		right: 0;

		width: 0;

		height: 1px;

		background-color: var(--i_color);

		transition: all 0.5s ease;

	}

	.products_drop_dl dt ul li a:hover{

        color: var(--i_color);

		border-bottom: 1px solid transparent;

	}

	.products_drop_dl dt ul li a:hover::after{

		width: 100%;

		right: auto;

		left: 0;

	}

















    .products_nav ul,

	.solutions_nav ul,

	.projects_nav ul,

	.news_nav ul{

		display: none !important;

	}





	.solutions_drop_ul{

       display: flex;

       justify-content: center;

	   gap: 0.4rem;

	   flex-wrap: wrap;

	}

	.solutions_drop_ul li{

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

	}

	.solutions_drop_ul li a{

       display: block;

	   width: 100%;

	   background-color: #F0F0F0;

	   border-radius: 0.08rem;

	   overflow: hidden;

	   transition: all 0.3s ease;

	}

	.solutions_drop_img{

       position: relative;

	   overflow: hidden;

	   border-radius: 0.08rem;

	}

	.solutions_drop_img::after{

       content: '';

	   display: block;

	   padding-bottom: 75%

	}

	.solutions_drop_img img{

        position: absolute;

		top: 50%;

		left: 50%;

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

		width: 100%;

		height: 100%;

		object-fit: cover;

	}

	.solutions_drop_ul li a p{

		font-size: 0.16rem;

		color: #333;

		text-transform: capitalize;

		font-weight: bold;

		text-align: center;

		position: relative;

		box-sizing: border-box;

		padding: 0.2rem;

		overflow:hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		box-sizing: border-box;

	}

	.solutions_drop_ul li a p::after{

		content: '';

		position: absolute;

		bottom: 0;

		left: 50%;

		transform: translate(-50%,0);

		height: 2px;

		width: 0%;

		background-color: var(--i_color);

        transition: all 0.5s ease;

	}

	.solutions_drop_ul li a:hover p::after{

		width: 100%;

	}

	.solutions_drop_ul li a:hover{

		background-color: #fff;

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

	}

















    .applications_drop,.news_drop{

       box-sizing: border-box;

	   padding: 0.25rem 0 0 0;

	}

    .applications_drop_ul{

       display: flex;

	   display: -webkit-flex;

	   justify-content: center;

	   flex-wrap: wrap;

	   gap: 0rem 4%;

	}

	.applications_ul li{





	}

	.applications_drop_ul li a{

       display: block;

	   width: 100%;

	   font-size: 0.16rem;

	   color: #333;

	   text-transform: capitalize;

	   transition: all 0.3s ease;

	   position: relative;

	   box-sizing: border-box;

	   padding-bottom: 0.25rem;

	}

	.applications_drop_ul li a::after{

       content: '';

	   position: absolute;

	   bottom: 0;

	   right: 0;

	   width: 0;

	   height: 0.03rem;

	   background-color: var(--i_color);

	   transition: all 0.3s ease;

	}

	.applications_drop_ul li a:hover{

		color: var(--i_color);

	}

	.applications_drop_ul li a:hover::after{

		width: 100%;

		right: auto;

		left: 0;

	}























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



	}

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





	}

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

		.products_drop_dl dt ul li a{

			font-size: 0.16rem;

			padding-bottom: 0.1rem;

		}

		.products_drop_ul li a {

			font-size: 0.16rem;

		}

		.products_drop_ul li {

			padding-bottom: 0.1rem;

		}

	}

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



	}

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

		.applications_drop_ul li a{

			font-size: 0.14rem;

		}

	}



}



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

	.xiala{display: none !important;}

}











.top_phone{

   display: inline-block;

   box-sizing: border-box;

   padding: 0 0.4rem;

   background-color: var(--i_color2);



}

.top_phone a{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 100%;

   height: var(--header_height);

}

.top_phone a iconify-icon{

   font-size: 0.24rem;

   color: var(--i_color);

}

.top_phone a p{

   font-size: 0.2rem;

   color: #fff;

   font-weight: bold;

   margin-left: 0.1rem;

}







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

	.top_phone a iconify-icon{

		font-size: 0.22rem;

	}

	.top_phone a p{

		font-size: 0.18rem;

	}

	.top_phone{

		padding: 0 0.35rem;

	}

}

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



}

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

	.top_phone a iconify-icon{

		font-size: 0.2rem;

	}

	.top_phone a p{

		font-size: 0.16rem;

	}

	.top_phone{

		padding: 0 0.3rem;

	}

}

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

	.top_phone{margin-left: 0.2rem;}

}

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



}

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



}

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



}

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



}







/* banner */

.banner {

	position: relative;

	margin-top: calc(var(--header_height) + var(--header_height_top));

}

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

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	overflow: hidden

}

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

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover

}





.banner-button-prev,

.banner-button-next {

	position: absolute;

	top: 48%;

	transform: translate(0, -50%);

	width: .5rem;

	height: .5rem;

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

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	overflow: hidden;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.banner-button-prev {

	left: -.6rem;

}

.banner-button-next {

	right: -.6rem;

}

.banner-button-prev i,

.banner-button-next i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.24rem;

	color: #FFF;

}

.banner:hover .banner-button-prev {

	left: .3rem

}

.banner:hover .banner-button-next {

	right: .3rem

}

.banner-button-prev:hover,

.banner-button-next:hover {

	background-color: var(--i_color)

}





.banner-pagination {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 6%;

	cursor: pointer;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	z-index: 3;

}



.banner-pagination .swiper-pagination-bullet {

	display: block;

	width: 0.7rem;

	height: 0.02rem;

	margin: 0 .05rem;

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

	position: relative;

	outline: none

}

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

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: var(--i_color);

}





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





	.banner-button-prev,

	.banner-button-next {

		display: none

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.6rem;

	}

}

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



	.banner-pagination {

		bottom: 0.3rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.5rem;

	}

}

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

	.banner-pagination {

		bottom: 0.2rem;

		display: none;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.4rem;

	}

}



/* banner 文字 */

.banner_text1{

   position: absolute;

   top: 50%;

   left: 50%;

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

}

.banner_text1_box{

	width: 40%;

}

.banner_text1 h3{

   font-size: 0.18rem;

   color: #333;

   text-transform: capitalize;

   margin-bottom: 0.2rem;

}

.banner_text1 h4{

   font-size: 0.4rem;

   color: #333;

   font-family: 'bold';

   position: relative;

   box-sizing: border-box;

   padding-bottom: 0.25rem;

   padding-left: 0.15rem;

   padding-top: 0.1rem;

}

.banner_text1 h4::after{

	content: '';

	position: absolute;

    width: 100%;

	height: 0.06rem;

	background: linear-gradient(to right,rgba(251,94,65,1),rgba(251,94,65,0));

	left: 0;

	bottom: 0;

}

.banner_text1 h4::before{

	content: '';

	position: absolute;

	width: 0.52rem;

	height: 0.52rem;

	top: 0;

	left: 0;

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

	border-left: 0.03rem solid var(--i_color);

	box-sizing: border-box;

}

.banner_text1 h4 span{

   display: inline-block;

   position: relative;

   width: 0.32rem;

   height: 0.36rem;

   background: rgba(251,91,64,0.2);

   margin-left: 0.2rem;

}

.banner_text1 h4 span::after{

	content: '';

	position: absolute;

	bottom: -0.13rem;

    box-sizing: border-box;

    left: -0.4rem;

	width: 0.25rem;

	height: 0.25rem;

	border-right: 0.03rem solid var(--i_color);

	border-bottom: 0.03rem solid var(--i_color);

}

.banner_text1_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.2rem;

   margin-top: 0.25rem;

   margin-bottom: 0.4rem;

}

.banner_text1_ul li{

   font-size: 0.18rem;

   color: #333;

   box-sizing: border-box;

   padding-left: 0.2rem;

   position: relative;

}

.banner_text1_ul li::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 0.12rem;

	height: 0.12rem;

	background-color: var(--i_color);

	border-radius: 50%;

}





.banner_text2{

	position: absolute;

	top: 27%;

	left: 50%;

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

}

.banner_text2_box{

	width: 37%;

	margin-left: auto;

}

.banner_text2_box h3{

    display: inline-block;

	box-sizing: border-box;

	padding: 0.1rem 0.2rem;

	border-radius: 0.3rem;

	font-size: 0.18rem;

	color: #fff;

	background: linear-gradient(to top,#FB5E41,#FB8A3A,#F8AF33);

}

.banner_text2_box h4{

    font-size: 0.4rem;

	color: #333;

	line-height: 130%;

	font-family: 'bold';

	text-transform: capitalize;

	box-sizing: border-box;

    padding-bottom: 0.25rem;

    padding-left: 0.15rem;

    padding-top: 0.1rem;

	position: relative;

	z-index: 2;

	margin-top: 0.4rem;

	margin-bottom: 0.2rem;

}

.banner_text2_box h4::after{

	content: '';

	position: absolute;

	bottom: 0%;

	left: 50%;

	transform: translate(-50%,0);

	width: 155%;

	height: 110%;

	background: linear-gradient(to right,rgba(251,94,65,0),rgba(251,94,65,0.17),rgba(251,94,65,0));

	z-index: -1;

}

.banner_text2_box h4::before {

    content: '';

    position: absolute;

    width: 0.52rem;

    height: 0.52rem;

    top: 0;

    left: 0;

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

    border-left: 0.03rem solid var(--i_color);

    box-sizing: border-box;

}

.banner_text2_box h5{

    font-size: 0.16rem;

	color: #333;

}





.banner_text3{

	position: absolute;

	top: 16%;

	left: 50%;

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

}

.banner_text3 h3{

   font-family: 'bold';

   color: #333;

   font-size: 0.4rem;

   text-align: center;

   text-transform: capitalize;

}

.banner_text3_ul{

   display: flex;

   justify-content: center;

   align-items: center;

   gap: 0.45rem;

}

.banner_text3_ul li{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.12rem 0.2rem;

   border-radius: 0.08rem;

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

   color: var(--i_color);

   margin-top: 0.1rem;

   text-transform: capitalize;

   font-size: 0.16rem;

}

















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

	.banner_text1 h4 {

		font-size: 0.35rem;

	}

	.banner_text1 h4::before,.banner_text2 h4::before{

		width: 0.45rem;

		height: 0.45rem;

	}

	.banner_text2_box h4,.banner_text3 h3{

		font-size: 0.35rem;

	}

	.banner_text3_ul li {

		padding: 0.1rem 0.15rem;

		font-size: 0.14rem;

	}

}

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



}

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

	.banner_text1 h4 {

		font-size: 0.3rem;

	}

	.banner_text1 h4 span {

		width: 0.24rem;

		height: 0.3rem;

	}

	.banner_text1 h3 {

		font-size: 0.16rem;

		margin-bottom: 0.15rem;

	}

	.banner_text1_ul {

		gap: 0.15rem;

		margin-top: 0.2rem;

		margin-bottom: 0.3rem;

	}

	.banner_text1_ul li {

		font-size: 0.16rem;

	}

	.banner_text1_ul li::after {

		width: 0.1rem;

		height: 0.1rem;

	}

	.banner_text1 h4 {

		padding-bottom: 0.2rem;

	}

	.banner_text1 h4::before,.banner_text2 h4::before{

		width: 0.4rem;

		height: 0.4rem;

	}

	.banner_text2_box h4,.banner_text3 h3{

		font-size: 0.3rem;

	}

	.banner_text2_box h3{

		display: none;

	}

}

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

	.banner_text1 h4 {

		font-size: 0.28rem;

	}

	.banner_text1 h3 {

		font-size: 0.14rem;

		margin-bottom: 0.1rem;

	}

	.banner_text1 h4::after {

		height: 0.04rem;

	}

	.banner_text2_box h4,.banner_text3 h3{

		font-size: 0.28rem;

	}

	.banner_text2_box h5{

		display: none;

	}

	.banner_text3_ul{

		display: none;

	}

}

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

	.banner_text1 h4 {

		font-size: 0.26rem;

		margin-bottom: 0.2rem;

	}

	.banner_text1_ul{

		display: none;

	}

	.banner_text1_box {

		width: 48%;

	}

	.banner_text1 h3{

		display: none;

	}

	.banner_text2_box h4,.banner_text3 h3{

		font-size: 0.26rem;

	}

}

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

	.banner_text1 h4 {

		font-size: 0.24rem;

	}

	.banner_text1_box {

		width: 58%;

	}

	.banner_text2_box h4,.banner_text3 h3{

		font-size: 0.24rem;

	}

	.banner_text2_box {

		width: 50%;

	}

	.banner_text2 {

		top: 33%;

	}

	.banner_text3 h3 br{

		display: none;

	}

}

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

	.banner_text1 h4 {

		font-size: 0.22rem;

		text-shadow: 0 0 0.1rem #fff;

	}

	.banner_text1_box {

		width: 100%;

	}

	.banner_text2_box h4,.banner_text3 h3{

		font-size: 0.22rem;

	}

	.banner_text2_box {

		width: 100%;

	}

	.banner_text2_box h4{

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

	}

	.banner_text2_box h4{

		color: #FFF;

	}

}

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

	.banner_text1 h4 {

		font-size: 0.18rem;

		line-height: 100%;

	}

	.banner_text2_box h4{

		font-size: 0.2rem;

	}

	.banner_text3 h3{

		font-size: 0.16rem;

	}

}





.home_btn{



}

.home_btn a,.home_btn span{

   display: inline-block;

   background: linear-gradient(to top,#FB5E41,#FB8A3A,#F8AF33);

   box-sizing: border-box;

   padding: 0.15rem 0.3rem;

   border-radius: 0.3rem;

   transition: all 0.5s ease;

}

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

	transform: translateY(-5px);

}

.home_btn_text{

   display: flex;

   display: -webkit-flex;

   gap: 0.15rem;

   align-items: center;



}

.home_btn_text p{

   font-size: 0.18rem;

   color: #fff;

   text-transform: capitalize;

}



.home_btn_text i{

   display: block;

   width: 0.1rem;

   height: 0.1rem;

   background-color: #fff;

   border-radius: 50%;

   position: relative;

}

.home_btn_text i::after{

	content: '';

	position: absolute;

	width: 100%;

	height: 100%;

	top: 50%;

	left: 50%;

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

	background-color: #fff;

	border-radius: 50%;

	animation: btn 1.2s linear infinite forwards;

}

@keyframes btn{

	0%{

		width: 100%;

		height: 100%;

		opacity: 1;

	}

	100%{

		width: 200%;

		height: 200%;

		opacity: 0;

	}

}





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



}

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



}

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

	.home_btn_text p{

		font-size: 0.16rem;

	}

	.home_btn a,.home_btn span{

		padding: 0.12rem 0.25rem;

		border-radius: 0.25rem;

	}

	.home_btn_text i {

		width: 0.08rem;

		height: 0.08rem;

	}

}

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



}

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



}

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

	.home_btn_text p{

		font-size: 0.14rem;

	}

	.home_btn a,.home_btn span{

		padding: 0.1rem 0.2rem;

		border-radius: 0.2rem;

	}

}

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

    .home_btn a,.home_btn span{

        padding: 0.08rem 0.2rem;

    }

}

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



}





/* title */

.title{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   align-items: center;



}

.title p{

   font-family: 'bold';

   font-size: 0.42rem;

   text-transform: capitalize;

   color: #333;

   text-align: center;

}

.title span{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   text-align: center;

   display: block;

   margin-top: 0.1rem;

}

.title span a{

   font-size: 0.18rem;

   color: var(--i_color);

   line-height: 120%;

   display: inline-block;

   border-bottom: 1px solid transparent;

   transition: all 0.3s ease;

}

.title span a:hover{

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

}

.title i{

   width: 0.85rem;

   height: 0.02rem;

   background-color: var(--i_color);

   border-radius: 0.02rem;

   position: relative;

   display: block;

   margin-top: 0.2rem;

}

.title i::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 0.1rem;

	height: 0.1rem;

	background-color: var(--i_color);

	border-radius: 50%;

}

.title_left{

	align-items: flex-start;

}

.title_left span{

	text-align: left;

}







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

	.title p{

		font-size: 0.38rem;

	}



}

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



}

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

	.title p{

		font-size: 0.35rem;

	}

	.title span {

		font-size: 0.16rem;

	}

	.title span a{

		font-size: 0.16rem;

	}

}

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

	}

}

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

	.title p{

		font-size: 0.26rem;

	}

	.title span {

		font-size: 0.14rem;

	}

	.title span a{

		font-size: 0.14rem;

	}

	.title i {

		width: 0.6rem;

		height: 0.02rem;

	}

}

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

	.title p{

		font-size: 0.24rem;

	}

}

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



}







/* hot_products */

.hot_products_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.hot_products{



}





/*  */

.hot_partner_box{

	margin-top: 0.4rem;

}



.hot_partner{position:relative}

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

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

.hot_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.hot_partner_list li a{

	display: block;

	width: 100%

}

.hot_partner_list .img{

	width:100%;

	box-sizing:

	border-box;

	position:relative;

	border-radius: 0.08rem;

	overflow:hidden;

	background: linear-gradient(to top,#F0F0F0,rgba(240,240,240,0.12),#F0F0F0);

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

}

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

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





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



.hot_partner_list h3{

   font-size: 0.22rem;

   font-family: 'bold';

   color: #333;

   line-height: 145%;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   margin-top: 0.2rem;

   transition: all 0.3s ease;

}



.hot_partner_list h4{

   font-size: 0.18rem;

   color: #333;

   box-sizing: border-box;

   padding-bottom: 0.25rem;

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

   margin-bottom: 0.25rem;

   margin-top: 0.1rem;

}

.hot_partner_list h5{

   font-size: 0.18rem;

   color: var(--i_color);

   text-transform: capitalize;

}



.hot_partner_list li:hover h3{

	color: var(--i_color);

}















/* 指示器 */

.hot_partner .pt-pagination {

    background: #666;

    position: relative;

    width: 2rem;

    height: 0.03rem;

	display: block;

	margin-top: 0.6rem;

	margin-left: auto;

	margin-right: auto;

}

.hot_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: -0.03rem;

    width: 100%;

	border-radius: 0.03rem;

    height: 0.08rem;

	transform: translate(0,-50%);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}







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

	.hot_partner_list h3 {

		font-size: 0.2rem;

	}

}

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



}

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

	.hot_partner_list h3 {

		font-size: 0.18rem;

	}

	.hot_partner_list h4 {

		font-size: 0.16rem;

		padding-bottom: 0.2rem;

		margin-bottom: 0.2rem;

	}

	.hot_partner_list h5 {

		font-size: 0.16rem;

	}

	.hot_partner .pt-pagination {

		height: 0.03rem;

		margin-top: 0.4rem;

	}

	.hot_partner .pt-pagination span{

		top: -0.02rem;

		border-radius: 0.02rem;

		height: 0.06rem;

	}

	.hot_products_bac {

		padding: 0.6rem 0;

	}

}

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



}

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

	.hot_partner_list h4 {

		font-size: 0.14rem;

		padding-bottom: 0.15rem;

		margin-bottom: 0.15rem;

	}

	.hot_partner_list h5 {

		font-size: 0.14rem;

	}

	.hot_partner_list h3 {

        font-size: 0.16rem;

    }

	.hot_partner .pt-pagination {

		height: 0.01rem;

	}

	.hot_partner .pt-pagination span{

		top: -0.02rem;

		height: 0.04rem;

	}

	.HN_partner_list .img i {

		padding: 0.1rem 0.2rem;

		font-size: 0.14rem;

	}



}

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



}





/* category */

.category_bac{

   box-sizing: border-box;

   padding: 0.8rem 0 1rem 0;

   overflow: hidden;

   position: relative;

}

.category{

   position: relative;

   z-index: 2;

}







.category_ul{



}

.category_ul li{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.category_ul li img{

   width: 100%;

   height: 100%;

   object-fit: cover;

}



.category_box{

	display: flex;

	display: -webkit-flex;

	margin-top: 0.6rem;

	align-items: center;

	flex-wrap: wrap;

}

.category_area{

	width: 29.5%;

}

.category_img{

	width: 46.2%;

}

.category_tit{

	width: 23.3%;

}



.category_area{



}

.category_area dt{

   box-sizing: border-box;

   padding-right: 0.4rem;

   margin-bottom: 0.4rem;

}

.category_area h3{

   font-size: 0.36rem;

   font-family: 'bold';

   color: var(--i_color);

   text-transform: capitalize;

}

.category_area h4{

   font-size: 0.18rem;

   color: #333;

   line-height: 0.3rem;

   margin: 0.2rem 0 0.8rem 0;

   height: 1.5rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 5;

}







.category_tit{

   display: flex;

   flex-direction: column;

   gap: 1.4rem;

   position: relative;

   z-index: 2;

}

.category_tit::after{

	content: '';

	position: absolute;

	top: 50%;

	right: 0.06rem;

	transform: translate(0,-50%);

	width: 1px;

	height: 90%;

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

	z-index: -1;

}

.category_tit dt{

   display: flex;

   display: -webkit-flex;

   gap: 0.2rem;

   align-items: center;

   justify-content: flex-end;

   cursor: pointer;

}

.category_tit dt p{

   font-family: 'bold';

   font-size: 0.26rem;

   color: #333;

   text-transform: capitalize;

   transition: all 0.3s ease;

   text-align: right;

}

.category_tit dt i{

   display: block;

   width: 0.14rem;

   height: 0.14rem;

   border-radius: 50%;

   background-color: #666;

   position: relative;

   transition: all 0.3s ease;

}

.category_tit dt i::after{

	content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    top: 50%;

    left: 50%;

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

    background-color: transparent;

    border-radius: 50%;

    animation: btn 1.2s linear infinite forwards;

	transition: all 0.3s ease;

}



.category_img{

   position: relative;

   z-index: 2;

}

.category_img::after{

   content: '';

   position: absolute;

   top: 0;

   left: 0;

   width: 80.4%;

   height: 95.7%;

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

   background-size: contain;

   z-index: -1;

}

.category_img::before{

	content: '';

	position: absolute;

	bottom: -0.4rem;

	left: 50%;

	transform: translate(-50%,0);

	width: 9.63rem;

	height: 1.32rem;

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

	background-size: contain;

	z-index: -2;

}

.category_img li{

   position: relative;

   width: 100%;

}

.category_img li::after{

   content: '';

   display: block;

   padding-bottom: 84%;

}

.category_img li img{

	position: absolute;

	top: 50%;

	left: 50%;

	width: 100%;

	height: 100%;

	object-fit: contain;

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

}







/* active */

.category_tit dt.current p{

	color: var(--i_color) !important;

}

.category_tit dt.current i{

	background-color: var(--i_color);

}

.category_tit dt.current i::after{

	background: var(--i_color) !important;

}

.category_img li img{

	animation: opNextIn .8s cubic-bezier(.435,.25,.15,.965) alternate;

}

.category_area dt h4,

.category_area dt .home_btn{

	animation: opPrevIn .8s cubic-bezier(.435,.25,.15,.965) alternate;

}

.category_ul li{



}

.category_ul li.on{

	animation: category_img 1s cubic-bezier(.435,.25,.15,.965) alternate;

	animation-fill-mode: both;

}



















@keyframes opNextIn {

    0% {

        opacity: 0;

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

    }



    to {

        opacity: 1;

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

    }

}



@keyframes opNextOut {

    0% {

        opacity: 1;

        transform: none

    }



    to {

        opacity: 0;

        transform: translate(-10%)

    }

}



@keyframes opPrevIn {

    0% {

        opacity: 0;

        transform: translate(-10%)

    }



    to {

        opacity: 1;

        transform: none

    }

}

@keyframes category_img {

    0% {

        opacity: 0;

        transform: translate(100%)

    }



    to {

        opacity: 1;

        transform: none;

		z-index: 1;

    }

}





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

	.category_area h3 {

		font-size: 0.34rem;

	}

	.category_tit dt p {

		font-size: 0.24rem;

	}

	.category_img::before {

		bottom: -0.3rem;

		width: 9rem;

		height: 1rem;

	}

	.category_tit {

		gap: 1.2rem;

	}

}

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



}

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

	.category_area h3 {

		font-size: 0.3rem;

	}

	.category_tit dt p {

		font-size: 0.22rem;

	}

	.category_img::before {

		bottom: -0.3rem;

		width: 8rem;

		height: 0.8rem;

	}

	.category_bac {

		padding: 0.6rem 0 0.8rem 0;

	}

	.category_tit {

		gap: 1rem;

	}

	.category_area h4 {

		font-size: 0.16rem;

		line-height: 0.25rem;

		margin: 0.2rem 0 0.6rem 0;

		height: 1rem;

		-webkit-line-clamp: 4;

	}

	.category_area dt {

		margin-bottom: 0.2rem;

	}

}

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

	.category_area h3 {

		font-size: 0.28rem;

	}

	.category_tit dt p {

		font-size: 0.2rem;

	}

	.category_img::before {

		bottom: -0.3rem;

		width: 7rem;

		height: 0.6rem;

	}

	.category_tit {

		gap: 0.8rem;

	}

}

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

	.category_area h3 {

		font-size: 0.26rem;

	}

	.category_tit dt p {

		font-size: 0.18rem;

	}

	.category_tit {

		gap: 0.6rem;

	}

}

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

	.category_area h3 {

		font-size: 0.24rem;

	}

	.category_area{

		width: 100%;

	}

	.category_img{

		width: 50%;

	}

	.category_tit{

		width: 100%;

	}

	.category_area h4 {

        margin: 0.2rem 0;

        height: unset;

    }

	.category_box {

		margin-top: 0.4rem;

	}

	.category_bac {

        padding: 0.6rem 0;

    }

	.category_box {

		justify-content: center;

	}

}

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

	.category_area h3 {

		font-size: 0.2rem;

	}

	.category_tit {

		gap: 0.4rem;

	}

	.category_img{

		width: 80%;

	}

}

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



}





/* home_solutions */

.home_solutions_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: linear-gradient(to top,#F0F0F0,rgba(255,255,255,0));

}

.home_solutions{



}

.home_solutions_box{

   display: flex;

   flex-wrap: wrap;

   margin-top: 0.4rem;

}

.home_solutions_img{

   width: 61.6%;

}

.home_solutions_img dt{

   position: relative;

   border-radius: 0.08rem;

   overflow: hidden;

}

.home_solutions_img dt::after{

   content: '';

   display: block;

   padding-bottom: 65.7%;

}

.home_solutions_img dt img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.home_solutions_text{

   width: 38.4%;

   box-sizing: border-box;

   padding-left: 4%;

   display: flex;

   flex-direction: column;

   justify-content: space-between;

}

.home_solutions_dl{



}

.home_solutions_dl dt{



}

.home_solutions_dl dt h3{

   font-family: 'bold';

   font-size: 0.34rem;

   color: #333;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.home_solutions_dl dt h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 0.3rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 5;

   margin: 0.1rem 0 0.4rem 0;

}

.home_solutions_ul{

   display: flex;

   gap: 0.2rem;

}

.home_solutions_ul li{

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

   display: flex;

   flex-direction: column;

   align-items: center;

   cursor: pointer;

}

.home_solutions_i{

   display: block;

   width: 1.03rem;

   height: 0.97rem;

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

   background-size: contain;

   position: relative;

   box-sizing: border-box;

   display: flex;

   justify-content: center;

   align-items: center;

}

.home_solutions_cricle{

	width: 0.79rem;

	height: 0.79rem;

	border-radius: 50%;

	border: 1px solid #fff;

	box-sizing: border-box;

	display: flex;

	justify-content: center;

	align-items: center;

	position: relative;

	z-index: 2;

	overflow: hidden;

}

.home_solutions_cricle::after{

	content: '';

	position: absolute;

	bottom: -100%;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: var(--i_color);

	z-index: -1;

	transition: all 0.8s ease;

}

.home_solutions_i img{

    width: 0.48rem;

	height: 0.48rem;

	object-fit: contain;

}

.home_solutions_ul li p{

    font-family: 'bold';

	font-size: 0.16rem;

	color: #333;

	line-height: 133%;

	margin-top: 0.15rem;

	text-align: center;

	text-transform: capitalize;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}





.home_solutions_ul li.current i{

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

	background-size: contain;

}

.home_solutions_ul li.current .home_solutions_cricle::after{

	bottom: 0 !important;

}

.home_solutions_ul li.current img{

	filter: brightness(1000) !important;

}

.home_solutions_ul li.current p{

	color: var(--i_color) !important;

}

.home_solutions_dl dt h4{

	animation: opPrevIn .8s cubic-bezier(.435,.25,.15,.965) alternate;

}







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

	.home_solutions_dl dt h3 {

		font-size: 0.3rem;

	}

	.home_solutions_dl dt h4 {

		font-size: 0.16rem;

		line-height: 0.28rem;

		margin: 0.1rem 0 0.3rem 0;

	}

	.home_solutions_img {

		width: 56.6%;

	}

	.home_solutions_text{

		width: 43.4%;

	}

}

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



}

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

	.home_solutions_dl dt h3 {

		font-size: 0.28rem;

	}

	.home_solutions_dl dt h4 {

		-webkit-line-clamp: 4;

	}

	.home_solutions_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_solutions_dl dt h3 {

		font-size: 0.26rem;

	}

	.home_solutions_dl dt h4 {

        -webkit-line-clamp: 3;

    }

}

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

	.home_solutions_dl dt h3 {

		font-size: 0.24rem;

	}

	.home_solutions_img {

		width: 100%;

	}

	.home_solutions_text{

		width: 100%;

		padding-left: 0;

		margin-top: 0.4rem;

	}

	.home_solutions_ul{

		margin-top: 0.4rem;

	}

}

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

	.home_solutions_dl dt h3 {

		font-size: 0.22rem;

	}

	.home_solutions_i img {

		width: 0.45rem;

		height: 0.45rem;

	}

	.home_solutions_cricle {

		width: 0.65rem;

		height: 0.65rem;

	}



}

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

	.home_solutions_dl dt h3 {

		font-size: 0.2rem;

	}

	.home_solutions_i img {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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

	.home_solutions_i img {

		width: 0.3rem;

		height: 0.3rem;

	}

}





/* home_about */

.home_about_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.home_about_bottom{

   position: absolute;

   bottom: 0;

   left: 0;

   width: 100%;

   height: 30%;

   background: rgba(251,94,65,0.1);

   border-radius: 50% 50% 0% 0% / 16% 14% 24% 24% ;

   z-index: -1;

}



.home_about{



}

.home_about_box{

	display: flex;

	flex-wrap: wrap;

}

.home_about_title{

	width: 70.5%;

	box-sizing: border-box;

	padding-right: 15%;

}

.home_about_title .home_btn{

	margin-top: 0.6rem;

}



.home_about_ul{

	width: 29.5%;

}

.home_about_ul{

   display: flex;

   flex-direction: column;

}

.home_about_ul li{

   display: flex;

   justify-content: space-between;

   box-sizing: border-box;

   padding: 0.2rem 0 0.5rem 0;

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

}

.home_about_ul li h3,

.home_about_ul li h3 span{

   font-family: 'bold';

   font-size: 0.45rem;

   color: #333;

   line-height: 100%;

}

.home_about_ul li h4{

   font-size: 0.16rem;

   color: #666;

   line-height: 150%;

   text-align: right;

   text-transform: capitalize;

}













.index-about-point{

	--color_img:linear-gradient(37deg,rgba(251,94,65,1),rgba(220,241,205,0.08));

}





.index-about-point {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	/* overflow: hidden; */

	/* overflow-x: hidden; */

	z-index: -1;

}

.about-point-content {width: 100%;height: 100%;}

.circular {position:absolute;

	left:-1.5rem;

	top:0.3rem;

	width:3rem;

	height:3rem;

	border-radius:100%;

	background-image: var(--color_img);

	opacity:0.2;

	z-index:5;

}

.circular-xiao1,.circular-xiao2,.circular-xiao3,.circular-xiao4,.circular-xiao5,.circular-xiao6,.circular-xiao7,.circular-xiao8,.circular-xiao9,.circular-xiao0 {

	border-radius: 100%;

	position: absolute;

	z-index: 1;

	left: 0;

	top: 0;

}

.circular-xiao1 {border:1px solid var(--i_color);width: 0.46rem;height: 0.46rem;opacity: .5;margin-left: 16%;margin-top: 14%;}

.circular-xiao2 {

	background-image: var(--color_img);

	width: 0.2rem;

	height: 0.2rem;

	opacity: .7;

	margin-left: 7%;

    margin-top: 19%;}

.circular-xiao3 {

	background-image: var(--color_img);

	border-width: 1px;

	width: 0.4rem;

	height: 0.4rem;

	opacity: .6;

	margin-left: 49%;

    margin-top: 13%;

}

.circular-xiao4 {

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

	width: 0.22rem;

	height: 0.22rem;

	opacity: .9;

	margin-left: 65%;

    margin-top: 11%;

}

.circular-xiao5 {

	background-image: var(--color_img);

	width: 0.16rem;

	height: 0.16rem;

	opacity: 1;

	margin-left: 83%;

    margin-top: 19%;

}

.circular-xiao6 {

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

	width: 1rem;

	height: 1rem;

	opacity: .4;

	margin-left: 93%;

    margin-top: 3%;

}



.home_about_img{

	position: relative;

	overflow: hidden;

	border-radius: 0.08rem;

	margin-top: 0.5rem;

}

.home_about_img::after{

	content: '';

	display: block;

	padding-bottom: 37.15%;

}

.home_about_img>img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.home_about_youtube{

    position: absolute;

	top: 50%;

	left: 50%;

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

	animation: spin 12s ease-in-out infinite alternate;

}

.home_about_youtube i{

	display: block;

	width: 1.2rem;

	height: 1.2rem;

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

	transition: border-radius 1s ease-out;

    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;

    animation: morph 8s ease-in-out infinite both alternate;

    position: relative;

	cursor: pointer;

}

.home_about_youtube i::after{

    content: '';

	position: absolute;

	top: 50%;

	left: 50%;

	width: 50%;

	height: 50%;

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

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

	transition: border-radius 1.2s ease-out;

    border-radius: 23% 67% 20% 73% / 66% 25% 65% 24%  ;

    animation: morph1 10s ease-in-out infinite both alternate;

}

.home_about_youtube i::before{

    content: '';

	position: absolute;

	top: 50%;

	left: 50%;

	width: 90%;

	height: 90%;

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

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

	transition: border-radius 1.4s ease-out;

    border-radius: 23% 65% 20% 70% / 23% 50% 41% 62%   ;

    animation: morph2 12s ease-in-out infinite both alternate;

}

.home_about_youtube i img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	animation: spin 12s ease-in-out infinite alternate-reverse;

	z-index: 3;

	width: 0.28rem;

	height: 0.32rem;

	object-fit: contain;

}







@keyframes morph {

	0% {border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;}

	100% {border-radius: 40% 60%;}

}

@keyframes morph1 {

	0% {border-radius: 23% 67% 20% 73% / 66% 25% 65% 24%  ;}

	100% {border-radius: 23% 67%;}

}

@keyframes morph2 {

	0% {border-radius: 23% 65% 20% 70% / 23% 50% 41% 62% ;}

	100% {border-radius: 23% 65%;}

}





@keyframes spin {

	to {

	  transform:translate(-50%,-50%) rotate(1turn);

	}

}







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

	.home_about_bac{

		padding: 0.8rem 0;

	}

	.home_about_ul li h3, .home_about_ul li h3 span {

		font-size: 0.4rem;

	}

	.home_about_ul li {

		padding: 0.2rem 0 0.4rem 0;

	}





}

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



}

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

	.home_about_bac{

		padding: 0.6rem 0;

	}

	.home_about_ul li h3, .home_about_ul li h3 span {

		font-size: 0.35rem;

	}

	.home_about_youtube i{

		width: 1rem;

		height: 1rem;

	}

	.home_about_youtube i img{

		width: 0.24rem;

		height: 0.28rem;

	}

}

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

	.home_about_ul li h3, .home_about_ul li h3 span {

		font-size: 0.3rem;

	}

}

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



}

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

	.home_about_title {

		width: 100%;

		padding-right: 0%;

	}

	.home_about_ul{

		flex-wrap: wrap;

		flex-direction: row;

		gap: 0 0.4rem;

		width: 100%;

		margin-top: 0.4rem;

	}

	.home_about_ul li{

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

		gap: 0.2rem;

	}

	.home_about_ul li h3, .home_about_ul li h3 span {

        font-size: 0.25rem;

    }

	.home_about_ul li h4 {

		font-size: 0.14rem;

	}

	.home_about_youtube i{

		width: 0.8rem;

		height: 0.8rem;

	}

	.home_about_img {

		margin-top: 0.4rem;

	}

	.home_about_bottom {

		height: 25%;

	}

	.home_about_title .home_btn {

		margin-top: 0.4rem;

	}

}

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

	.home_about_ul li h3, .home_about_ul li h3 span {

        font-size: 0.2rem;

    }

	.home_about_youtube i{

		width: 0.6rem;

		height: 0.6rem;

	}

	.home_about_youtube i img{

		width: 0.2rem;

		height: 0.24rem;

	}

	.home_about_img {

		margin-top: 0.2rem;

	}

	.home_about_bottom {

		height: 20%;

	}

}

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



}









/* eject videos */

.vd_box{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

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

	z-index: 999999;

}

.vd_box_area {

	position: absolute;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;



}

.vd_box_area::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}

.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}

.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

	left: 50%;

	font-size: 0.44rem;

	color: #FFF;

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

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

}

.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}

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

	.vd_box_area {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}

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

	.vd_box_area {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}







/* home_advantage */

.home_advantage_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.home_advantage{



}

.home_advantage_ul{

   margin-top: 0.4rem;

   display: flex;

   gap: 0.24rem;

   overflow: hidden;

}

.home_advantage_ul li{

   width: 21.4%;

   flex-grow: 1;

   position: relative;

   border-radius: 0.2rem 0 0.2rem 0;

   overflow: hidden;

   transition: all 0.5s ease;

   height: 6.1rem;

}

.home_advantage_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

    width: 0;

	transform: translate(-50%,0);

	height: 0.06rem;

	background-color: var(--i_color);

	transition: all 0.8s ease;

	opacity: 0;

}

.home_advantage_ul li::marker{

	display: none !important;

}

.home_advantage_active::after,

.home_advantage_active::before{

	width: 100% !important;

	opacity: 1 !important;

}





.home_advantage_active{

	flex-grow: 1000 !important;

	border-radius: 0 !important;

}

.home_advantage_img{

   position: relative;

}

.home_advantage_img img{

   width: 100%;

   height: 6.1rem;

   object-fit: cover;

}

.home_advantage_img::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0));

}

.home_advantage_area{

   position: absolute;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   box-sizing: border-box;

   padding: 0.45rem 4% 0.7rem 4%;

   display: flex;

   flex-direction: column;

   align-items: center;

   z-index: 3;

   justify-content: space-between;

}

.home_advantage_area::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 50%;

	height: 100%;

	background: linear-gradient(to top,rgba(240,240,240,1),rgba(255, 255, 255, 1),rgba(240,240,240,1));

	z-index: -1;

	opacity: 1;

	transition: all 0.8s ease;

}

.home_advantage_area::before{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 50%;

	height: 100%;

	opacity: 1;

	background: linear-gradient(to top,rgba(240,240,240,1),rgba(255, 255, 255, 1),rgba(240,240,240,1));

	z-index: -1;

	transition: all 0.8s ease;

}

.home_advantage_area h3{

   font-family: 'bold';

   font-size: 0.24rem;

   color: #666;

   box-sizing: border-box;

   padding: 0.6rem 0;

   position: relative;

   text-align: center;

   transition: all 0.3s ease;

}

.home_advantage_area h3::after{

   content: '';

   position: absolute;

   bottom: 0;

   left: 50%;

   transform: translate(-50%,0);

   width: 0.02rem;

   height: 0.5rem;

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

   transition: all 0.3s ease;

}

.home_advantage_area h3::before{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.02rem;

	height: 0.5rem;

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

	transition: all 0.3s ease;

}

.home_advantage_area h4{

   font-family: 'bold';

   color: #333;

   font-size: 0.28rem;

   line-height: 150%;

   text-align: center;

   transition: all 0.3s ease;

   width: 15vw;

}

.home_advantage_i{

   display: block;

   width: 1rem;

   height: 1rem;

   background: var(--i_color);

   border-radius: 50%;

   display: flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.home_advantage_i img{

   width: 0.55rem;

   height: 0.55rem;

   object-fit: contain;

}

.home_advantage_text{

   position: absolute;

   bottom: -2.1rem;

   left: 50%;

   transform: translate(-50%,0);

   width: 100%;

   box-sizing: border-box;

   padding: 0.3rem 4%;

   background: linear-gradient(to top,rgba(251,94,65,0.7) ,rgba(0,0,0,0));

   transition: all 0.7s ease;

   opacity: 0;

   display: flex;

   flex-direction: column;

   align-items: center;

}

.home_advantage_text h5{

   font-family: 'bold';

   font-size: 0.3rem;

   color: #fff;

   text-align: center;

   width: 38vw;

   text-transform: capitalize;

}

.home_advantage_text h6{

   font-size: 0.18rem;

   color: #fff;

   line-height: 166%;

   margin-top: 0.1rem;

   text-align: center;

   width: 38vw;

}



.home_advantage_active .home_advantage_area h3{

	color: #fff !important;

}

.home_advantage_active .home_advantage_area h3::after,

.home_advantage_active .home_advantage_area h3::before{

    background: #fff !important;



}







.home_advantage_active .home_advantage_area::after,

.home_advantage_active .home_advantage_area::before{

   width: 0;

   opacity: 0;

}

.home_advantage_active .home_advantage_area h4,

.home_advantage_active .home_advantage_area i{

	opacity: 0;

}

.home_advantage_active .home_advantage_text{

	bottom: 0 !important;

	opacity: 1;

}







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

	.home_advantage_area h4 {

		font-size: 0.26rem;

	}

	.home_advantage_i img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.home_advantage_i {

		width: 0.8rem;

		height: 0.8rem;

	}

	.home_advantage_img img,.home_advantage_ul li {

		height: 5.8rem;

	}

	.home_advantage_text h6 {

		font-size: 0.16rem;

		width: 47vw;

	}

	.home_advantage_text h5 {

		font-size: 0.28rem;

		width: 47vw;

	}

}

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



}

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

	.home_advantage_area h4 {

		font-size: 0.24rem;

		width: 17vw;

	}

	.home_advantage_i img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.home_advantage_i {

		width: 0.7rem;

		height: 0.7rem;

	}

	.home_advantage_img img,.home_advantage_ul li {

		height: 5.2rem;

	}

	.home_advantage_text h5 {

		font-size: 0.24rem;

		width: 47vw;

	}

	.home_advantage_bac {

		padding: 0.6rem 0;

	}

}

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

	.home_advantage_area h4 {

		font-size: 0.22rem;

	}

	.home_advantage_i img {

		width: 0.35rem;

		height: 0.35rem;

	}

	.home_advantage_i {

		width: 0.6rem;

		height: 0.6rem;

	}

	.home_advantage_img img,.home_advantage_ul li {

		height: 4.8rem;

	}

	.home_advantage_text h5 {

		font-size: 0.22rem;

	}

}

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

	.home_advantage_area h4 {

		font-size: 0.2rem;

	}

	.home_advantage_img img,.home_advantage_ul li {

		height: 4.4rem;

	}

}

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

	.home_advantage_img img,.home_advantage_ul li {

		height: 4rem;

	}

	.home_advantage_ul {

		flex-wrap: wrap;

	}

	.home_advantage_ul li{

		width: 100% !important;

	}

	.home_advantage_area h3 {

		font-size: 0.2rem;

		padding: 0.4rem 0;

	}

	.home_advantage_area h3::after,

	.home_advantage_area h3::before{

		width: 1px;

		height: 0.3rem;

	}

	.home_advantage_text h6 {

		width: 87vw;

	}

	.home_advantage_text h5 {

		width: 87vw;

	}

	.home_advantage_text h5 {

        font-size: 0.2rem;

    }

	.home_advantage_area h4 {

        width: 87vw;

    }



	.home_advantage_area {

		padding: 0.4rem 4%;

	}

}

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

	.home_advantage_img img,.home_advantage_ul li {

		height: 3.5rem;

	}

	.home_advantage_text h6 {

        font-size: 0.14rem;

    }

}

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



}





/* home_news */

.home_news_bac{

   background: #F0F0F0;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.home_news{



}







/*  */

.HN_partner_box{

	margin-top: 0.6rem;

}



.HN_partner{position:relative}

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

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

.HN_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.HN_partner_list li a{

	display: block;

	width: 100%;

	background-color: #fff;

	border-radius: 0.08rem;

	overflow: hidden;

	transition: all 0.3s ease;

}

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

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

.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_partner_list .img i{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.1rem 0.22rem;

   border-radius: 0 0.2rem 0 0.08rem;

   position: absolute;

   bottom: 0;

   left: 0;

   background: rgba(251,94,65,0.8);

   font-size: 0.16rem;

   color: #fff;

}

.HN_text{

   box-sizing: border-box;

   padding: 0.35rem 5% 0.4rem 5%;

   position: relative;

   z-index: 2;

}

.HN_text::after{

	content: '';

	position: absolute;

	bottom: -0.5rem;

    right: -0.4rem;

	width: 2.02rem;

	height: 2.02rem;

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

	background-size: contain;

	z-index: -1;

	opacity: 0;

	transition: all 0.7s ease;

}

.HN_text h3{

   font-size: 0.14rem;

   color: var(--i_color);

   text-transform: capitalize;

}

.HN_text h4{

   font-family: 'bold';

   font-size: 0.24rem;

   color: #333;

   margin-top: 0.1rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   transition: all 0.3s ease;

}



.HN_partner_list li a:hover{

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

}

.HN_partner_list li a:hover h4{

	color: var(--i_color);

}

.HN_partner_list li a:hover .HN_text::after{

	opacity: 1;

}















/* 指示器 */

.HN_partner .pt-pagination {

    background: #666;

    position: relative;

    width: 2rem;

    height: 0.03rem;

	display: block;

	margin-top: 0.6rem;

	margin-left: auto;

	margin-right: auto;

}

.HN_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: -0.03rem;

    width: 100%;

	border-radius: 0.03rem;

    height: 0.08rem;

	transform: translate(0,-50%);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}











/* 左右箭头 */

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

	.HN_text h4 {

		font-size: 0.22rem;

	}

}

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



}

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

	.HN_text h4 {

		font-size: 0.2rem;

	}

	.home_news_bac {

		padding: 0.6rem 0;

	}

	.HN_partner_box {

		margin-top: 0.3rem;

	}

	.HN_partner .pt-pagination {

		height: 0.03rem;

		margin-top: 0.4rem;

	}

	.HN_partner .pt-pagination span{

		top: -0.02rem;

		border-radius: 0.02rem;

		height: 0.06rem;

	}

}

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

	.HN_text h4 {

		font-size: 0.18rem;

	}

}

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

	.HN_text h4 {

		font-size: 0.16rem;

	}

	.HN_partner .pt-pagination {

		height: 0.01rem;

	}

	.HN_partner .pt-pagination span{

		top: -0.02rem;

		height: 0.04rem;

	}

	.HN_text {

		padding: 0.3rem 5%;

	}

	.HN_partner_list .img i {

        padding: 0.1rem 0.2rem;

        font-size: 0.14rem;

    }

	.HN_text::after{

		display: none;

	}

}

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



}







/* footer_contact */

.footer_contact_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

   background: url('https://lingjuimg.com/wp-content/uploads/yangrui/2025/03/footer_contact.webp') center no-repeat;

   background-size: cover;

   background-attachment: fixed;

}

.footer_contact{

   display: flex;

   flex-direction: column;

   align-items: center;

}

.footer_contact h3{

   font-family: 'bold';

   font-size: 0.4rem;

   color: #fff;

   text-transform: capitalize;

   text-align: center;

   line-height: 125%;

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

}

.footer_contact h4{

   font-size: 0.18rem;

   color: #fff;

   text-align: center;

   margin: 0.1rem 0 0.2rem 0;

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

}







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

	.footer_contact h3{

		font-size: 0.35rem;

	}

}

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



}

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

	.footer_contact h3{

		font-size: 0.3rem;

	}

	.footer_contact h4 {

		font-size: 0.16rem;

	}

}

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

	.footer_contact h3{

		font-size: 0.28rem;

	}

}

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

	.footer_contact h3{

		font-size: 0.26rem;

	}

}

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

	.footer_contact_bac{

		background-attachment: unset;

	}

	.footer_contact h3{

		font-size: 0.24rem;

	}

	.footer_contact h4 {

		font-size: 0.14rem;

	}

	.footer_contact h3 br{display: none;}

}

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

	.footer_contact h3{

		font-size: 0.22rem;

	}

}

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

	.footer_contact h3{

		font-size: 0.2rem;

	}

}







/* footer */

.footer_bac{

    box-sizing: border-box;

	padding: 0.3rem 0 0.4rem 0;

	position: relative;

	z-index: 2;

}

.footer_bac::after{

	content: '';

    position: absolute;

    bottom: 0rem;

    right: 0;

    width: 9.63rem;

    height: 1.32rem;

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

    background-size: contain;

    z-index: -2;

	opacity: 0.6;

}





.footer{



}

.footer_top{

   display: flex;

   justify-content: space-between;

   align-items: center;

   border-bottom: 0.02rem solid rgba(51,51,51,0.1);

   box-sizing: border-box;

   padding-bottom: 0.2rem;

   margin-bottom: 0.5rem;

}

.footer_top img{

   width: 1.8rem;

   object-fit: contain;

}

.footer_list{

   display: flex;

   gap: 0.5rem;

}

.footer_list ul{

	display: none;

}

.footer_list li{



}

.footer_list li a{

   display: inline-block;

   font-size: 0.18rem;

   color: #333;

   border-bottom: 1px solid transparent;

   transition: all 0.3s ease;

}

.footer_list li a:hover{

	color: var(--i_color);

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

}



.footer_center{

   display: flex;

}

.footer_1{

   width: 59%;

   box-sizing: border-box;

   padding-right: 11%;

}

.footer_h3{

	font-size: 0.26rem;

	color: var(--i_color);

	font-family: 'bold';

	margin-bottom: 0.2rem;

}

.footer_call{

   display: flex;

   gap: 0.2rem;

   flex-wrap: wrap;

}

.footer_call dt{

   display: flex;

   gap: 0.1rem;

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

   flex-grow: 1;

}

.footer_call dt iconify-icon{

   font-size: 0.25rem;

   color: var(--i_color);

}

.footer_call dt p{

   font-size: 0.18rem;

   color: #666;

}

.footer_call dt p a{

	font-size: 0.18rem;

	color: #333;

	transition: all 0.3s ease;

}

.footer_share{

   margin-top: 0.4rem;

   display: flex;

   gap: 0.3rem;

}

.footer_share dt{



}

.footer_share dt a{

   display: block;

}

.footer_share dt a iconify-icon{

   font-size: 0.3rem;

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

   transition: all 0.3s ease;

}

.footer_share dt a iconify-icon:hover{

	color: var(--i_color);

	transform: translateY(-0.05rem);

}



.footer_call dt p a:hover{

	color: var(--i_color);

}





.footer_2{

	width: 19%;

	box-sizing: border-box;

	padding-right: 0.1rem;

}

.footer_ul{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_ul li{



}

.footer_ul li a{

	display: inline-block;

	font-size: 0.18rem;

	color: #666;

	position: relative;

	transition: all 0.3s ease;

	text-transform: capitalize;

}

.footer_ul li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.footer_ul li a:hover{

    color: var(--i_color);

}

.footer_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}



.footer_3{

	width: 22%;

}



.footer_down_bac{

   box-sizing: border-box;

   padding: 0.2rem 0;

   background-color: var(--i_color);

}

.footer_down{



}

.footer_down p{

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

   font-size: 0.16rem;

}

.footer_down p a{

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

   font-size: 0.16rem;

   border-bottom: 1px solid transparent;

   transition: all 0.3s ease;

}

.footer_down p a:hover{

	border-bottom: 1px solid #fff;

}





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

	.footer_bac::after {

		width: 8rem;

		height: 1.2rem;

	}

	.footer_list {

		gap: 0.4rem;

	}

	.footer_top img {

		width: 1.6rem;

	}

	.footer_1 {

		padding-right: 8%;

	}

}

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



}

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

	.footer_bac::after {

		width: 6rem;

		height: 1rem;

	}

	.footer_1 {

		padding-right: 6%;

	}

	.footer_ul li a {

		font-size: 0.16rem;

	}

	.footer_call dt p a {

		font-size: 0.16rem;

	}

	.footer_call dt p {

		font-size: 0.16rem;

	}

	.footer_call dt iconify-icon {

		font-size: 0.22rem;

	}

	.footer_h3 {

		font-size: 0.24rem;

		margin-bottom: 0.15rem;

	}

}

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

	.footer_1 {

		width: 100%;

		padding-right: 0%;

	}

	.footer_2,.footer_3{display: none;}

	.footer_list{display: none;}

}

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



}

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

	.footer_down p {

		font-size: 0.14rem;

	}

	.footer_down p a {

		font-size: 0.14rem;

	}

	.footer_bac::after {

        width: 5rem;

        height: 0.9rem;

    }

	.footer_top {

		margin-bottom: 0.4rem;

	}

	.footer_top img {

        width: 1.4rem;

    }

	.footer_down_bac{

		padding: 0.2rem 0 0.7rem 0;

	}

}

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

	.footer_call dt {

		width: 100%;

	}

	.footer_bac::after {

        width: 4rem;

        height: 0.8rem;

    }

	.footer_h3 {

        font-size: 0.2rem;

    }

	.footer_bac {

		padding: 0.4rem 0;

	}

}

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

	.footer_bac::after {

        width: 3rem;

        height: 0.7rem;

    }

}





/* about_banner */

.banner_top{

	margin-top: calc(var(--header_height) + var(--header_height_top));

}

.banner_about{

    position: relative;

	overflow: hidden;

}

.banner_about::after{

    content: '';

	display: block;

	padding-bottom: 26.13%;

}

.banner_about img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}







/* 当前位置 */

.in_position{padding:0.14rem 0;}

.in_position_gary{

	background-color: #F4F4F4;

}

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

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

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

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

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

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

    .in_position{

	  display: none;

    }

}

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



}

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



}





/* about_us */

.about_parallax{

	overflow: hidden;

}

.about_us_bac{

	position: relative;

	box-sizing: border-box;

	padding: 0.4rem 0 0.8rem 0;

}

.about_us{



}

.about_us_box{

   display: flex;

   flex-wrap: wrap;

}

.about_us_box .title{

    width: 30.8%;

}

.about_us_box h3{

    width: 69.2%;

	font-size: 0.18rem;

	color: #333;

	line-height: 166%;

}





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



}

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



}

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

	.about_us_box h3{

		font-size: 0.16rem;

	}

	.about_us_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.about_us_box .title {

		width: 100%;

	}

	.about_us_box h3 {

		width: 100%;

		margin-top: 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){



}





/* about_two */

.about_two_bac{

    margin-top: 1rem;

	overflow: hidden;

}

.about_two{

	position: relative;

}

.about_two_left{

	width: 55%;

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

	border-radius: 0 3rem 3rem 0;

	box-sizing: border-box;

	padding-top: 1rem;

	padding-bottom: 1rem;

	padding-right: 13%;

}

.about_two_left h3{

    font-family: 'bold';

	font-size: 0.42rem;

	color: var(--i_color);

	text-transform: capitalize;

	margin-bottom: 0.2rem;

}

.about_two_left h4{

    font-size: 0.18rem;

    line-height: 166%;

	color: #666;

}

.about_two_right{

    position: absolute;

	width: 55%;

	right: 0;

	height: 100%;

	top: 0;

	border-radius: 3rem 0 0 3rem;

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

	display: flex;

	background-size: cover;

	justify-content: flex-end;

	align-items: center;

}

.about_two_right ul{

    display: flex;

	flex-wrap: wrap;

	gap: 0.7rem 0;

	width: 70%;

}

.about_two_right ul li{

    width: 50%;

	display: flex;

	flex-direction: column;

}

.about_two_right ul li h5{

    font-size: 0.56rem;

	font-family: 'bold';

	color: #333;

}

.about_two_right ul li h5 span{

	font-size: 0.56rem;

	font-family: 'bold';

	color: #333;

}

.about_two_right ul li h6{

    font-size: 0.16rem;

	color: #666;

}







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

	.about_two_left h3{

		font-size: 0.35rem;

	}

	.about_two_left h4 {

		font-size: 0.16rem;

	}

	.about_two_right ul li h5 span,.about_two_right ul li h5 {

		font-size: 0.5rem;

	}

	.about_two_left {

		padding-top: 0.8rem;

		padding-bottom: 0.8rem;

	}

	.about_two_bac {

		margin-top: 0.8rem;

	}

}

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



}

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

	.about_two_left h3{

		font-size: 0.3rem;

	}

	.about_two_right ul li h5 span,.about_two_right ul li h5 {

		font-size: 0.45rem;

	}

	.about_two_left {

		padding-top: 0.6rem;

		padding-bottom: 0.6rem;

	}

	.about_two_right ul {

		gap: 0.5rem 0;

	}

	.about_two_bac {

		margin-top: 0.6rem;

	}

}

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

	.about_two_right ul li h5 span,.about_two_right ul li h5 {

		font-size: 0.4rem;

	}

}

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

	.about_two_right ul li h5 span,.about_two_right ul li h5 {

		font-size: 0.35rem;

	}

}

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

	.about_two_left {

		width: 100%;

		padding-top: 0.4rem;

		padding-bottom: 0.4rem;

		padding-right: 3%;

		border-radius: 0 1rem 1rem 0;

		margin-bottom: 0.4rem;

	}

	.about_two_right {

		position: relative;

		width: 100%;

		right: 0;

		padding-top: 0.4rem;

		padding-bottom: 0.4rem;

		top: 0;

		border-radius: 1rem 0 0 1rem;

	}

}

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

	.about_two_right ul {

		gap: 0.4rem 0;

		width: 78%;

	}

	.about_two_left h3 {

        font-size: 0.25rem;

    }

	.about_two_right ul li h5 span, .about_two_right ul li h5 {

        font-size: 0.3rem;

    }

}

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

	.about_two_right ul li h6 {

		font-size: 0.14rem;

	}

}





/* about_factory */

.about_factory_bac{

    background-color: #F0F0F0;

	box-sizing: border-box;

	padding: 0.8rem 0;

	position: relative;

	z-index: 2;

	overflow: hidden;

}

.about_factory_bac>img{

	position: absolute;

	top: 16%;

    left: -5%;

	width: 36.5%;

	z-index: -1;

}

.about_factory{



}







.i_adv_cont{display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 .2rem;margin-top: 0.4rem;}





/* =================================================================== */

.adv_list_big {flex-shrink:0;width:50.4%;overflow:hidden}

.adv_list_big .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;}



.adv_list_big .swiper-slide{height:100%;flex-shrink:0;position:relative;overflow:hidden;cursor:pointer;-webkit-transition:all 2s ease; transition:all 2s ease}

.adv_list_big .swiper-slide-active{z-index: 3;}



.adv_pic{width:100%; position:relative;border-radius: 0.08rem; overflow:hidden}

.adv_pic::before{content:""; display:block; padding-bottom:60.75%}

.adv_pic img{position:absolute; top:0; left:0; width:100%;border-radius: 0.08rem; height:100%; object-fit: cover;-webkit-transition:all .5s ease; transition:all .5s ease;}



.adv_list_big .swiper-slide:hover img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}





.adv_pic p{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	box-sizing: border-box;

	padding: 1.2rem 4% 0.4rem 4%;

	font-size: 0.24rem;

	font-family: 'bold';

	color: #fff;

	text-transform: capitalize;

	background: linear-gradient(to top,rgba(251,94,65,0.7),rgba(0,0,0,0));

}



.adv_list_big .adv_pic::before{

	padding-bottom: 66.5%;

}











/* =================================================================== */

.adv_list_thumbnail {

	width:100%;

	position:relative;

	overflow:hidden;

	display: flex;

	flex-direction: column;

    justify-content: space-between;

}

.adv_list_thumbnail .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;}

.adv_list_thumbnail .swiper-slide {flex-shrink:0;position:relative;overflow:hidden;cursor:pointer;}

.adv_list_thumbnail .swiper-slide img {width:100%;height:100%;object-fit:cover;}







.adv_list_thumbnail .swiper-slide:hover img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}











.factory_box{

   display: flex;

   justify-content: space-between;

   align-items: flex-end;

}

.adv-pagination{

   font-size: 0.16rem;

   color: #666;

}



.adv-pagination .swiper-pagination-current{

   color: var(--i_color);

   font-size: 0.25rem;

   font-family: 'bold';

}



.adv_list_thumbnail  .swiper-notification{

	display: none;

}





.factory_box_LR{

   display: flex;

   gap: 0.1rem;

}



.adv-prev,.adv-next{ width:.5rem; height:.5rem; background: none; box-sizing: border-box;border: 1px solid var(--i_color); -webkit-border-radius:50%; border-radius:50%; z-index:3; cursor:pointer; outline:none; -webkit-user-select:none; user-select:none;position: relative;}

.adv-prev iconify-icon,.adv-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.25rem; color:var(--i_color);}

.adv-prev:hover,.adv-next:hover{background: var(--i_color);}

.adv-prev:hover iconify-icon,.adv-next:hover iconify-icon{color: #FFF;}



















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

	.about_factory_bac {

		padding: 0.6rem 0;

	}

}

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

	.i_advantages::before{

		bottom: -440px;

		left: -580px;

		width: 900px;height: 900px;

		border-width: 70px;

	}



	.adv-prev, .adv-next{width: 40px;height: 40px;}

	.adv-prev iconify-icon, .adv-next iconify-icon{font-size: 18px;}

}

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

	.i_adv_cont{padding-right: 3vw;}

	.factory_box {

		margin-top: 0.4rem;

		align-items: center;

	}

}

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

	.i_advantages::before{bottom: -480px; left: -510px;}



	.adv-prev, .adv-next{width: 30px;height: 30px;}

	.adv-prev iconify-icon, .adv-next iconify-icon{font-size: 14px;}

}











/* Certificate */

.Certificate_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.Certificate{



}







/*  */

.cer_partner_box{

	margin-top: 0.4rem;

}



.cer_partner{position:relative}

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

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

.cer_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

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

	box-sizing: border-box;

	border-radius: 0.08rem;

	padding: 0.3rem;

	overflow: hidden;

}

.cer_partner_list li::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 0.03rem;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}

.cer_partner_list li:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

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

.cer_partner_list .img:before{content:""; display:block; padding-bottom:151%}

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





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



.cer_partner_list li p{

	text-transform: capitalize;

	font-size: 0.18rem;

	color: #333;

	text-align: center;

	box-sizing: border-box;

	padding: 0.25rem 5% 0 5%;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}











/* 指示器 */

.cer_partner .pt-pagination {

    background: #666;

    position: relative;

    width: 2rem;

    height: 0.03rem;

	display: block;

	margin-top: 0.6rem;

	margin-left: auto;

	margin-right: auto;

}

.cer_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: -0.03rem;

    width: 100%;

	border-radius: 0.03rem;

    height: 0.08rem;

	transform: translate(0,-50%);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}















/* 左右箭头 */

.cer_partner .pt-button-prev, .cer_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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



}

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



}

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

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

	.cer_partner .pt-pagination{display:block}

	.cer_partner .pt-pagination span{

		top: -0.02rem;

		border-radius: 0.02rem;

		height: 0.06rem;

	}

	.cer_partner_list li p{

		font-size: 0.16rem;

	}

	.Certificate_bac {

		padding: 0.6rem 0;

	}

}

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



}

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

	.cer_partner .pt-pagination span{

		top: -0.02rem;

		height: 0.04rem;

	}

	.cer_partner_list li {

		padding: 0.25rem;

	}

}

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

	.cer_partner_list li {

		padding: 0.2rem;

	}

}







/* Contact_us */

.Contact_us_bac{

    box-sizing: border-box;

	padding: 0.4rem 0 0.8rem 0;

}

.Contact_us{



}

.Contact_us_ul{

    display: flex;

	gap: 0.6rem;

	margin-top: 0.6rem;

	flex-wrap: wrap;

}

.Contact_us_ul li{

   background-color: #F0F0F0;

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

   box-sizing: border-box;

   padding: 0.5rem 2.5% 0.3rem 2.5%;

   position: relative;

   z-index: 2;

   transition: all 0.3s ease;

   overflow: hidden;

}

.Contact_us_ul li::before{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 0;

	height: 0.03rem;

	background: var(--i_color);

    transition: all 0.5s ease;

}

.Contact_us_ul li:hover::before{

   width: 100%;

}

.Contact_us_ul li::after{

   content: '';

   position: absolute;

   bottom: -0.35rem;

   left: -0.4rem;

   width: 2.03rem;

   height: 2.03rem;

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

   background-size: contain;

   z-index: -1;

   opacity: 0;

   transition: all 0.3s ease;

}



.Contact_us_ul li h3{

   font-size: 0.18rem;

   color: #666;

   margin-bottom: 0.1rem;

}

.Contact_us_ul li a{

   font-size: 0.28rem;

   color: #333;

   font-family: 'bold';

   transition: all 0.3s ease;

}

.Contact_us_ul li i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.77rem;

   height: 0.77rem;

   border-radius: 50%;

   background-color: #fff;

   margin-left: auto;

   margin-top: 0.1rem;

   transition: all 0.3s ease;

}

.Contact_us_ul li i iconify-icon{

   font-size: 0.4rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}



.Contact_us_ul li a:hover{

	color: var(--i_color);

}

.Contact_us_ul li:hover{

	background-color: #fff;

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

}

.Contact_us_ul li:hover i{

	background-color: var(--i_color);

}

.Contact_us_ul li:hover i iconify-icon{

	color: #fff;

}

.Contact_us_ul li:hover::after{

	opacity: 1;

}





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

	.Contact_us_ul li a {

		font-size: 0.26rem;

	}

	.Contact_us_ul li i {

		width: 0.7rem;

		height: 0.7rem;

	}

	.Contact_us_ul li i iconify-icon {

		font-size: 0.38rem;

	}

}

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



}

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

	.Contact_us_ul li a {

		font-size: 0.24rem;

	}

	.Contact_us_ul li i {

		width: 0.6rem;

		height: 0.6rem;

	}

	.Contact_us_ul li i iconify-icon {

		font-size: 0.3rem;

	}

	.Contact_us_ul {

		gap: 0.4rem;

		margin-top: 0.4rem;

	}

	.Contact_us_ul li {

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

		padding: 0.4rem 2.5% 0.3rem 2.5%;

	}

	.Contact_us_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.Contact_us_ul li a {

		font-size: 0.22rem;

	}

	.Contact_us_ul {

		gap: 0.2rem;

	}

	.Contact_us_ul li {

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

	}

	.Contact_us_ul li i {

		width: 0.5rem;

		height: 0.5rem;

	}

	.Contact_us_ul li i iconify-icon {

		font-size: 0.25rem;

	}

}

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

	.Contact_us_ul li a {

		font-size: 0.2rem;

	}



}

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

    .Contact_us_ul li {

        width: 100%;

    }

	.Contact_us_ul li {

        padding: 0.4rem 4%;

    }

}

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



}

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



}





/* contact_map */

.contact_map_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background-color: #F0F0F0;

   position: relative;

   overflow: hidden;

   z-index: 2;

}

.contact_map_bac img{

	position: absolute;

	top: 3%;

    right: 0%;

    width: 36.5%;

    z-index: -1;

    transform: rotate(158deg);

}

.contact_map{

	padding: 0.4rem;

	background-color: #fff;

	display: flex;

	box-sizing: border-box;

	flex-wrap: wrap;

}

.contact_map_left{

   width: 50%;

}

.contact_map_box{

   height: 5.85rem;

}



.contact_map_box #simpleMap,

.contact_map_box .fluid-width-video-wrapper,

.contact_map_box iframe {

        width: 100%;

        height: 100% !important;

}





.contact_map_add{

   display: flex;

   display: -webkit-flex;

   margin-top: 0.2rem;

}

.contact_map_add iconify-icon{

    font-size: 0.55rem;

	color: var(--i_color);

}

.contact_map_add p{

   width: calc(100% - 0.55rem);

   font-size: 0.18rem;

   color: #333;

   line-height: 155%;

   box-sizing: border-box;

   padding-left: 0.05rem;

}



.contact_map_right{

   width: 50%;

   box-sizing: border-box;

   padding-left: 4%;

}

.contact_map_right h3{

   font-size: 0.42rem;

   color: #333;

   font-family: 'bold';

   margin-bottom: 0.1rem;

}

.contact_map_right h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

}

.contact_map_form{



}



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

	.contact_map_right h3 {

		font-size: 0.35rem;

	}

	.contact_map_add p {

		width: calc(100% - 0.5rem);

		font-size: 0.16rem;

	}

	.contact_map_add iconify-icon {

		font-size: 0.5rem;

	}

	.contact_map_bac {

		padding: 0.8rem 0;

	}

	.contact_map_box {

		height: 5rem;

	}

}

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



}

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

	.contact_map_right h3 {

		font-size: 0.3rem;

	}

	.contact_map_add p {

		width: calc(100% - 0.4rem);

	}

	.contact_map_add iconify-icon {

		font-size: 0.4rem;

	}

	.contact_map_right h4 {

		font-size: 0.16rem;

	}

	.contact_map_bac {

		padding: 0.6rem 0;

	}

	.contact_map_box {

		height: 4.5rem;

	}

}

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

	.contact_map_box {

		height: 4rem;

	}

}

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



}

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

	.contact_map_left {

		width: 100%;

	}

	.contact_map_right{

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0;

	}

}

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

	.contact_map {

		padding: 0.3rem;

	}

}

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



}





#wpforms-34{--input_font_size:0.18rem; --input_height:0.6rem}

#wpforms-34{width:100%; margin:0 auto; padding:0;margin-top: 0.3rem;}

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





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

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

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

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

#wpforms-34 .wpforms-submit-container{

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

}











#wpforms-34 .wpforms-field{

	position: relative;

}

#wpforms-34 .wpforms-field-label{

	font-size: 0;

}

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

	position: absolute;

	top: 12px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}

#wpforms-34 .wpforms-error{

	font-size: 0;

}

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



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



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

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

	background-color: #fff; color:#333;

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

	border-radius: 0.08rem;

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

}

#wpforms-34 textarea{

	height:1.6rem;

	line-height: 150%;

	padding:10px;

}



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

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

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

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

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

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

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

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





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

	overflow: hidden;

	width:100%;

	height:0.6rem;

	font-size:0.2rem;

	font-family: 'bold';

	color:#FFF;

	cursor:pointer;

	text-transform:capitalize;

	position:relative;

	z-index:2;

	background:linear-gradient(to right,rgba(251,94,65,1),rgba(251,138,58,1),rgba(248,175,51,1));

	border-radius: 0.3rem;

	margin-top: 0.2rem;

}

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





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



}

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



}

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

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

		height: 0.55rem;

		margin-top: 0rem;

	}

}

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

}

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



}

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

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

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

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

	.contact_us_left {

		width: 100%;

		padding-right: 0%;

		margin-top: 0.4rem;

	}

	.contact_us_right {

		width: 100%;

		padding: 0.4rem 0.3rem;

	}

	.contact_us {

		flex-direction: column-reverse;

	}

}

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



}

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



}





/* news_list */

.news_list_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0.6rem 0;

}

.news_list{



}

.news_list_ul{

   display: flex;

   gap: 0.2rem 0.7rem;

   border-bottom: 0.02rem solid rgba(51,51,51,0.2);

   flex-wrap: wrap;

}

.news_list_ul li{



}

.news_list_ul li a{

	font-size: 0.2rem;

	color: #666;

	box-sizing: border-box;

	padding-bottom: 0.25rem;

	transition: all 0.3s ease;

	position: relative;

	display: inline-block;

}

.news_list_ul li a::after{

	content: '';

	position: absolute;

	bottom: -1px;

	right: 0;

	height: 0.03rem;

	width: 0;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}



.news_list_ul li a:hover,.news_list_active a{

	color: var(--i_color) !important;

}

.news_list_ul li a:hover::after,.news_list_active a::after{

	width: 100% !important;

	right: auto !important;

	left: 0 !important;

}





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

	.news_list_ul {

		gap: 0.2rem 0.6rem;

	}

}

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



}

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

	.news_list_ul li a {

		font-size: 0.18rem;

		padding-bottom: 0.2rem;

	}

	.news_list_ul {

		gap: 0.2rem 0.5rem;

	}

}

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

	.news_list_ul {

		gap: 0.2rem 0.4rem;

	}

}

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



}

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

	.news_list_ul li a {

		font-size: 0.16rem;

		padding-bottom: 0.15rem;

	}

	.news_list_ul {

		gap: 0.2rem 0.3rem;

	}

	.news_list_bac{

		padding: 0.4rem 0;

	 }

}

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

	.news_list_ul li a {

		font-size: 0.14rem;

		padding-bottom: 0.1rem;

	}

	.news_list_ul {

		gap: 0.2rem;

	}

}

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



}







/* news */

.news_bac{

   box-sizing: border-box;

   padding-bottom: 1rem;

}

.news{



}

.news_ul{

   display: flex;

   gap: 0.6rem 0.4rem;

   flex-wrap: wrap;

}

.news_ul li{

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

}

.news_ul li a{

	display: block;

    width: 100%;

    background-color: #F0F0F0;

    border-radius: 0.08rem;

    overflow: hidden;

    transition: all 0.3s ease;

}

.news_img{

    width: 100%;

    box-sizing: border-box;

    position: relative;

    border-radius: 0.08rem;

    overflow: hidden;

}

.news_img::after{

    content: "";

    display: block;

    padding-bottom: 58.3%;

}

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

	display: inline-block;

    box-sizing: border-box;

    padding: 0.1rem 0.22rem;

    border-radius: 0 0.2rem 0 0.08rem;

    position: absolute;

    bottom: 0;

    left: 0;

    background: rgba(251, 94, 65, 0.8);

    font-size: 0.16rem;

    color: #fff;

}

.news_text{

    box-sizing: border-box;

    padding: 0.35rem 5% 0.4rem 5%;

    position: relative;

    z-index: 2;

}

.news_text::after {

    content: '';

    position: absolute;

    bottom: -0.5rem;

    right: -0.4rem;

    width: 2.02rem;

    height: 2.02rem;

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

    background-size: contain;

    z-index: -1;

    opacity: 0;

    transition: all 0.7s ease;

}

.news_text h3{

    font-size: 0.14rem;

    color: var(--i_color);

    text-transform: capitalize;

}

.news_text h4{

    font-family: 'bold';

    font-size: 0.24rem;

    color: #333;

    margin-top: 0.1rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    transition: all 0.3s ease;

}



.news_ul li a:hover{

	background-color: #fff;

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

}

.news_ul li a:hover h4{

	color: var(--i_color);

}

.news_ul li a:hover .news_text::after{

	opacity: 1;

}

.news_ul li a:hover img{

	width: 110%;

	height: 110%;

}







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

	.news_text h4 {

		font-size: 0.22rem;

	}

	.news_ul {

		gap: 0.4rem;

	}

	.news_bac {

		padding-bottom: 0.8rem;

	}

}

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



}

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

	.news_text h4 {

		font-size: 0.2rem;

	}

	.news_text {

		padding: 0.35rem 5%;

	}

	.news_bac {

		padding-bottom: 0.6rem;

	}

}

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

	.news_text h4 {

		font-size: 0.18rem;

	}

	.news_ul {

		gap: 0.2rem;

	}

	.news_ul li {

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

	}

}

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

	.news_text h4 {

		font-size: 0.16rem;

	}

}

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



}

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

    .news_ul li {

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

    }

}

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

	.news_img i {

		padding: 0.05rem 0.15rem;

		font-size: 0.14rem;

	}





}

















/* 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) {



}





/* projects */

.projects_gary{

	background-color: #F0F0F0;

}

.projects_bac{

   box-sizing: border-box;

   padding-bottom: 1rem;

}

.projects{



}

.projects_ul{

   display: flex;

   gap: 0.6rem 0.5rem;

   flex-wrap: wrap;

}

.projects_ul li{

   border-radius: 0.08rem;

   box-sizing: border-box;

   padding: 0.14rem 0.14rem 0.5rem 0.14rem;

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

   position: relative;

   transition: all 0.3s ease;

   overflow: hidden;

   z-index: 2;

}

.projects_ul li::before {

    content: '';

    position: absolute;

    bottom: -0.5rem;

    right: -0.5rem;

    width: 2.02rem;

    height: 2.02rem;

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

    background-size: contain;

    z-index: -1;

    opacity: 0;

    transition: all 0.5s ease;

}

.projects_ul li::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 0.03rem;

	background: linear-gradient(to right,#FB5E41,#FB8A3A,#f7b648);

	transition: all 0.7s ease;

}

.projects_ul li a{

   display: block;

   width: 100%;

}

.projects_img{

   position: relative;

   overflow: hidden;

   border-radius: 0.08rem;

}

.projects_img::after{

   content: '';

   display: block;

   padding-bottom: 50%;

}

.projects_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   border-radius: 0.08rem;

   transition: all 0.3s ease;

}

.projects_h5{

	font-size: 0.24rem;

	color: #333;

	font-family: 'bold';

	text-transform: capitalize;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	margin: 0.2rem 0;

	transition: all 0.3s ease;

}

.projects_text{

   display: flex;

   gap: 0 15%;

}

.projects_text dt{



}

.projects_text dt h3{

   font-size: 0.14rem;

   color: #666;

   margin-bottom: 0.05rem;

}

.projects_text dt h4{

   font-size: 0.18rem;

   color: #333;

}



.projects_ul li:hover{

	background-color: #fff;

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

}

.projects_ul li:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.projects_ul li:hover::before{

	opacity: 1;

    right: -0.3rem;

}

.projects_ul li:hover h5{

	color: var(--i_color);

}

.projects_ul li:hover img{

	width: 110%;

	height: 110%;

}





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

	.projects_h5 {

		font-size: 0.22rem;

	}

	.projects_bac {

		padding-bottom: 0.8rem;

	}

}

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



}

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

	.projects_h5 {

		font-size: 0.2rem;

	}

	.projects_ul {

		gap: 0.5rem 0.4rem;

	}

	.projects_ul li {

		padding: 0.14rem 0.14rem 0.4rem 0.14rem;

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

	}

	.projects_bac {

		padding-bottom: 0.6rem;

	}

}

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

	.projects_h5 {

		font-size: 0.18rem;

	}

	.projects_ul {

		gap: 0.4rem 0.3rem;

	}

	.projects_ul li {

		padding: 0.1rem 0.1rem 0.35rem 0.1rem;

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

	}

	.projects_text dt h4 {

		font-size: 0.16rem;

	}

}

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



}

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

	.projects_h5 {

		font-size: 0.16rem;

	}

	.projects_ul li {

        width: 100%;

    }

}

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

    .projects_ul {

        gap: 0.2rem;

    }

}

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



}





/* solutions */

.solutions_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 1rem 0;

}

.solutions{



}

.solutions_ul{

   display: flex;

   gap: 0.6rem;

   margin-top: 0.6rem;

   flex-wrap: wrap;

}

.solutions_ul li{

   width: 100%;

}

.solutions_ul li a{

   display: block;

   width: 100%;

   display: flex;

   flex-wrap: wrap;

   align-items: center;

   background-color: #F0F0F0;

   border-radius: 0.08rem;

   position: relative;

   z-index: 2;

   overflow: hidden;

   transition: all 0.3s ease;

}

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

	flex-direction: row-reverse;

}

.solutions_ul li a::after{

	content: '';

	position: absolute;

	right: -1.1rem;

    bottom: -0.6rem;

	width: 4.35rem;

	height: 4.32rem;

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

	background-size: contain;

	opacity: 0;

	transition: all 0.3s ease;

}

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

	right: unset;

	left: -1.1rem;

	transform: rotate(90deg);

}

.solutions_img{

   position: relative;

   width: 57.55%;

}

.solutions_img::after{

   content: '';

   display: block;

   padding-bottom: 65.55%;

}

.solutions_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   border-radius: 0.08rem;

}

.solutions_text{

   width: 42.45%;

   box-sizing: border-box;

   padding: 0.4rem 4%;

}

.solutions_text h3{

   font-family: 'bold';

   color: #333;

   font-size: 0.3rem;

   margin: 0.2rem 0;

   transition: all 0.3s ease;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.solutions_text h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   margin-bottom: 0.4rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 6;

}

.solutions_ul li a:hover {

	background-color: #fff;

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

}



.solutions_ul li a:hover::after{

	opacity: 1;

}

.solutions_ul li a:hover h3{

	color: var(--i_color);

}

.solutions_ul li a:hover i{

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

	background-size: contain;

}

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

	bottom: 0 !important;

}

.solutions_ul li a:hover i img{

	filter: brightness(1000) !important;

}







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

	.solutions_bac {

		padding: 0.4rem 0 0.8rem 0;

	}

	.solutions_text h3{

		font-size: 0.28rem;

	}

}

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

	.solutions_text h3{

		font-size: 0.26rem;

	}

}

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

	.solutions_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

	.solutions_text h3{

		font-size: 0.24rem;

	}

	.solutions_text h4 {

		font-size: 0.16rem;

		-webkit-line-clamp: 5;

	}

}

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

	.solutions_text h3{

		font-size: 0.22rem;

	}

	.solutions_text h4 {

		-webkit-line-clamp: 4;

	}

}

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

	.solutions_text h3{

		font-size: 0.2rem;

	}

}

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

	.solutions_img {

		width: 100%;

	}

	.solutions_text {

		width: 100%;

		padding: 0.4rem 4%;

	}

	.solutions_ul {

		gap: 0.4rem;

		margin-top: 0.4rem;

	}

}

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



}

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



}





/* Rec_projects */

.Recc_projects_bac{

   background-color: #F0F0F0;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.Rec_projects{



}





/*  */

.recc_partner_box{

	margin-top: 0.4rem;

}



.recc_partner{position:relative}

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

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

.recc_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	border-radius: 0.08rem;

    box-sizing: border-box;

    padding: 0.14rem 0.14rem 0.5rem 0.14rem;

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

    position: relative;

    transition: all 0.3s ease;

    overflow: hidden;

    z-index: 2;

	background-color: #fff;

}



.recc_partner_list li::before {

    content: '';

    position: absolute;

    bottom: -0.5rem;

    right: -0.5rem;

    width: 2.02rem;

    height: 2.02rem;

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

    background-size: contain;

    z-index: -1;

    opacity: 0;

    transition: all 0.5s ease;

}

.recc_partner_list li::after {

    content: '';

    position: absolute;

    bottom: 0;

    right: 0;

    width: 0;

    height: 0.03rem;

    background: linear-gradient(to right, #FB5E41, #FB8A3A, #f7b648);

    transition: all 0.7s ease;

}

.recc_partner_list li a{

	display: block;

    width: 100%;

}











.recc_partner_list li:hover{

	background-color: #fff;

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

}

.recc_partner_list li:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.recc_partner_list li:hover::before{

	opacity: 1;

    right: -0.3rem;

}

.recc_partner_list li:hover h5{

	color: var(--i_color);

}

.recc_partner_list li:hover img{

	width: 110%;

	height: 110%;

}















/* 指示器 */

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

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

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











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



}

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



}

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

	.Recc_projects_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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



}







/* Residential_solutions */

.Res_solutions_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem 0;

   position: relative;

   z-index: 1;

}

.Res_solutions_bac::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 3.9rem;

	background-color: #F0F0F0;

	z-index: -1;

}

.Res_solutions{



}

.Res_solutions_text{

    font-size: 0.18rem;

	color: #333;

	line-height: 166%;

	margin: 0.4rem 0;

}

.Res_solutions_img{

    position: relative;

	overflow: hidden;

}

.Res_solutions_img::after{

	content: '';

	display: block;

	padding-bottom: 30.1%;

}

.Res_solutions_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	border-radius: 0.08rem;

}





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

	.Res_solutions_bac::after{

		height: 3.5rem;

	}

}

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



}

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

	.Res_solutions_bac{

		padding: 0.4rem 0 0.6rem 0;

	}

	.Res_solutions_bac::after{

		height: 3rem;

	}

}

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

	.Res_solutions_bac::after{

		height: 2.5rem;

	}

}

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

	.Res_solutions_bac::after{

		height: 2rem;

	}

}

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

	.Res_solutions_bac::after{

		height: 1.5rem;

	}

	.Res_solutions_text {

		font-size: 0.16rem;

	}

}

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

	.Res_solutions_bac::after{

		height: 1.2rem;

	}

}

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



}





/* System_features */

.System_features_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.System_features{

   display: flex;

   flex-wrap: wrap;

   align-items: center;

}

.System_features_left{

   width: 46.5%;

   box-sizing: border-box;

   padding-right: 8%;

}

.System_features_left h3{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   margin-top: 0.3rem;

}

.System_features_right{

   width: 53.5%;

}

.System_features_ul{

   display: flex;

   gap: 0rem 0.3rem;

   flex-wrap: wrap;

   align-items: flex-start;

}

.System_features_ul li{

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

   box-shadow: 0.02rem 0.02rem 0.17rem rgba(0,0,0,0.06);

   display: flex;

   flex-direction: column;

   align-items: center;

   box-sizing: border-box;

   padding: 0.4rem 2% 0.6rem 2%;

   border-radius: 0.08rem;

   position: relative;

   overflow: hidden;

}

.System_features_ul li:nth-child(even){

	margin-top: 0.4rem;

}

.System_features_ul li i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.8rem;

   height: 0.8rem;

   border-radius: 50%;

   background-color: var(--i_color);

   margin-bottom: 0.2rem;

}

.System_features_ul li i img{

   width: 0.5rem;

   height: 0.5rem;

   object-fit: contain;

}

.System_features_ul li h4{

   font-size: 0.24rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

   text-align: center;

}

.System_features_text{

   position: absolute;

   top: 102%;

   left: 0;

   width: 100%;

   height: 100%;

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.4rem 5% 0.6rem 5%;

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

   border-radius: 0.08rem;

   z-index: 2;

   transition: all 0.5s ease;

   display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

.System_features_ul li:hover .System_features_text{

	top: 0;

}

.System_features_text::after {

    content: '';

    position: absolute;

    bottom: -0.5rem;

    right: -0.4rem;

    width: 2.02rem;

    height: 2.02rem;

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

    background-size: contain;

    z-index: -1;

    transition: all 0.7s ease;



}

.System_features_text h4{



}

.System_features_text h5{

   line-height: 0.26rem;

   font-size: 0.16rem;

   color: #333;

   margin-top: 0.2rem;

   height: 0.78rem;

   overflow: auto;

   box-sizing: border-box;

   padding-right: 0.1rem;

}



/*滚动条*/

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

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

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







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

	.System_features_bac{

		padding: 0.8rem 0;

	}

	.System_features_ul li h4 {

		font-size: 0.22rem;

	}

}

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



}

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

	.System_features_bac{

		padding: 0.6rem 0;

	}

	.System_features_ul li h4 {

		font-size: 0.2rem;

	}

	.System_features_ul li i {

		width: 0.6rem;

		height: 0.6rem;

	}

	.System_features_ul li i img {

		width: 0.3rem;

		height: 0.3rem;

	}

	.System_features_text {

		padding: 0.3rem 5%;

	}

	.System_features_text h5 {

		line-height: 0.2rem;

		font-size: 0.14rem;

		margin-top: 0.15rem;

		height: 0.6rem;

	}

	.System_features_left h3 {

		font-size: 0.16rem;

	}

}

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

	.System_features_ul li h4 {

		font-size: 0.18rem;

	}

	.System_features_left {

		width: 100%;

		padding-right: 0%;

	}

	.System_features_right {

		width: 100%;

		margin-top: 0.4rem;

	}

}

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



}

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

	.System_features_ul li h4 {

		font-size: 0.16rem;

	}

}

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

	.System_features_ul li {

		width: 100%;

	}

	.System_features_ul{

		gap: 0.4rem;

	}

	.System_features_ul li:nth-child(even) {

		margin-top: 0rem;

	}

}

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



}





/* solutions_products */

.solutions_products_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background-color: #F0F0F0;

}

.solutions_products{



}





/*  */

.SoluPro_partner_box{

	margin-top: 0.4rem;

}



.SoluPro_partner{position:relative}

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

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

.SoluPro_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;



}

.SoluPro_partner_list li a{

   display: block;

   width: 100%;

   display: flex;

   flex-wrap: wrap;

   box-sizing: border-box;

   padding: 0.25rem 4%;

   border-radius: 0.08rem;

   background-color: #fff;

   align-items: center;

   opacity: 0.7;

   border: 1px solid #fff;

   transition: all 0.5s ease;

}

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

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

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





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



.SoluPro_text{

   width: 55%;

   box-sizing: border-box;

   padding-right: 5%;

}

.SoluPro_text h3{

   font-size: 0.24rem;

   line-height: 0.3rem;

   color: #333;

   font-family: 'bold';

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.6rem;

   text-transform: capitalize;

   margin-bottom: 0.1rem;

}

.SoluPro_text h4{

    font-size: 0.16rem;

	color: #333;

	line-height: 0.24rem;

	overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    height: 0.72rem;

}

.SoluPro_text h5{

    font-size: 0.18rem;

	color: var(--i_color);

	text-transform: capitalize;

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

	box-sizing: border-box;

	padding-top: 0.15rem;

	margin-top: 0.4rem;

	transition: all 0.3s ease;

	position: relative;

}

.SoluPro_text h5::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 0;

	height: 1px;

	background: linear-gradient(to right,#FB5E41,#FB8A3A,#F8AF33);

	transition: all 0.7s ease;

}





.SoluPro_partner_list .swiper-slide-active a{

	opacity: 1;

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

}

.SoluPro_partner_list .swiper-slide-active h3{

	color: var(--i_color);

}

.SoluPro_partner_list .swiper-slide-active h5{

	border-top: 1px solid transparent;

}

.SoluPro_partner_list .swiper-slide-active h5::after{

	width: 100% !important;

}







/* 指示器 */

.SoluPro_partner .pt-pagination {

    background: #666;

    position: relative;

    width: 2rem;

    height: 0.03rem;

	display: block;

	margin-top: 0.6rem;

	margin-left: auto;

	margin-right: auto;

}

.SoluPro_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: -0.03rem;

    width: 100%;

	border-radius: 0.03rem;

    height: 0.08rem;

	transform: translate(0,-50%);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}













/* 左右箭头 */

.SoluPro_partner .pt-button-prev, .SoluPro_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.SoluPro_text h3 {

		font-size: 0.22rem;

	}

}

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



}

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

	.SoluPro_partner .pt-pagination span{

		top: -0.02rem;

		border-radius: 0.02rem;

		height: 0.06rem;

	}

	.SoluPro_text h3 {

		font-size: 0.2rem;

		line-height: 0.26rem;

		height: 0.52rem;

	}

	.SoluPro_text h5 {

		margin-top: 0.3rem;

	}

	.solutions_products_bac {

		padding: 0.6rem 0;

	}

}

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



}

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

	.SoluPro_partner .pt-pagination span{

		top: -0.02rem;

		height: 0.04rem;

	}

}

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

	.SoluPro_text {

		width: 100%;

		padding-right: 0%;

	}

	.SoluPro_partner_list .img {

		width: 70%;

	}

	.SoluPro_partner_list li a {

		flex-direction: column-reverse;

	}

}





/* Other_solutions */

.Other_solutions_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.Other_solutions{



}





/*  */

.OS_partner_box{

	margin-top: 0.4rem;

}



.OS_partner{position:relative}

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

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

.OS_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.OS_partner_list li a{

	display: block;

	width: 100%;

	box-sizing: border-box;

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

	border-radius: 0.08rem;

	overflow: hidden;

}

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

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

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





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



.OS_text{

   box-sizing: border-box;

   padding: 0.3rem 4%;

}

.OS_text h3{

   font-family: 'bold';

   font-size: 0.25rem;

   color: #333;

   text-transform: capitalize;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.OS_text h4{

   font-size: 0.16rem;

   color: #666;

   line-height: 150%;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   margin: 0.15rem 0;

}

.OS_text h5{

   font-size: 0.16rem;

   color: var(--i_color);

   text-transform: capitalize;

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

   padding-top: 0.2rem;

   box-sizing: border-box;

   position: relative;

   transition: all 0.3s ease;

}

.OS_text h5::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 0%;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.7s ease;

}

.OS_partner_list li a:hover h3{

	color: var(--i_color);

}

.OS_partner_list li a:hover h5{

	border-top: 1px solid transparent;

}

.OS_partner_list li a:hover h5::after{

	width: 100%;

}











/* 指示器 */

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

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

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



/* 左右箭头 */

.OS_partner .pt-button-prev, .OS_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.OS_text h3 {

		font-size: 0.22rem;

	}

}

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



}

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

	.OS_text h3 {

		font-size: 0.2rem;

	}

	.OS_text h4 {

		font-size: 0.14rem;

	}

	.Other_solutions_bac {

		padding: 0.6rem 0;

	}

}

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

	.OS_text h3 {

		font-size: 0.18rem;

	}

}

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

	.OS_text h3 {

		font-size: 0.16rem;

	}

	.OS_text h5 {

		font-size: 0.14rem;

		padding-top: 0.15rem;

	}

}

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



}





/* products */

.products_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem 0;

}

.products{

   display: flex;

   flex-wrap: wrap;

}

.products_left{

   width: 3.43rem;

}

.products_right{

   width: calc(100% - 3.43rem);

   box-sizing: border-box;

   padding-left: 4%;

}





.products_left_h2{

	font-size: 0.32rem;

	text-transform: capitalize;

	box-sizing: border-box;

	color: #333;

	padding:0 0 0.2rem 0rem;

	font-weight: bold;

	border-radius: 0.1rem;

	font-family: 'bold';

}

.products_left_h2 iconify-icon{

	color: #fff;

	font-size: 0.34rem;

	margin-left: 0.1rem;

	font-weight: bold;

	margin-bottom: 2px;

	display: none;

}



.list{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   box-sizing: border-box;

   gap: 0.2rem;

}

.list li{

   position: relative;

   box-sizing: border-box;

   background-color: #fff;

   border-radius: 0.04rem;

   overflow: hidden;

}





.list_a{

	box-sizing: border-box;

    padding: 0.21rem 0.5rem 0.21rem 0.25rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

	transition: all 0.3s ease;

}

.list_a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	background-color: var(--i_color);

	width: 0;

	height: 100%;

	transition: all 0.5s ease-in-out;

	z-index: -1;

}

.list .list_a a{

   font-size: 0.18rem;

   color: #333;

   box-sizing: border-box;

   line-height: 130%;

   transition: all 0.3s ease;

   font-weight: bold;

}

.list  .list_a i{

   width: 0.38rem;

   height: 0.38rem;

   background-color:transparent;

   border-radius: 50%;

   position: absolute;

   top: 50%;

   transform: translate(0,-50%);

   right: 0.14rem;

   cursor: pointer;



}

.list .list_a i iconify-icon{

	position: absolute;

	top: 50%;

	left: 50%;

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

    font-size: 0.25rem;

	color: #666;

	transition: all 0.3s ease;

}

.list_dl{

    padding:0.2rem 0.2rem 0.3rem 0.2rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

	position: relative;

	z-index: 2;

	gap: 0.2rem;

}



.list_dl dt{

   box-sizing: border-box;

   padding-right: 0.2rem;

   position: relative;

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

   padding-bottom: 0.1rem;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #666;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

   border-bottom: 1px solid transparent;

}

.list_dl dt::after{

	content: '';

	position: absolute;

	right: -0.1rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.2rem;

	height: 0.2rem;

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

	background-size: contain;

	transition: all 0.3s ease;

	opacity: 0;

}



.list_active{

	border-radius: 0.1rem;

	box-sizing: border-box;

}

.list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

}

.list_active .list_a i iconify-icon{

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

	color: #fff;

}

.list_active .list_a a{

	color: #fff;

}





.list_dl_active a,.list_dl dt a:hover{

	color: var(--i_color) !important;

}



.list_active .list_a{



}

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

	opacity: 1 !important;

	right: 0 !important;

}



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



}

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



}

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

	.products_left_h2 {

		font-size: 0.28rem;

	}

	.list_dl{

		padding:0.2rem 0.1rem;

	}

}

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

	.products_left{

		width: 100%;

		padding-right: 0;

		margin-bottom: 0.4rem;

	}

	.products_left_h2 iconify-icon{display: block;}

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

	.products_left_h2{margin-bottom: 0;}

	.list{margin-top: 0.2rem;}

	.products_left_h2{

		color: #fff;

		background-color: var(--i_color);

		box-sizing: border-box;

		padding: 0.15rem 0;

	}

	.list {

		padding-bottom: 0.2rem;

	}



}

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



}

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

	.products_left_h2 {font-size: 0.2rem;}

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

}

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



}

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



}





.products_right{



}

.products_right h3{

   font-size: 0.32rem;

   color: #333;

   font-family: 'bold';

}

.products_right>p{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   margin-top: 0.1rem;

}

.products_right_ul{

   display: flex;

   gap: 0.4rem;

   flex-wrap: wrap;

   margin-top: 0.3rem;

}

.products_right_ul li{

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

}

.products_right_ul li a{

   display: block;

   width: 100%;

   box-sizing: border-box;

   padding: 0.12rem 0.12rem 0.25rem 0.12rem;

   background-color: #fff;

   border-radius: 0.08rem;

   overflow: hidden;

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

}

.products_right_text{

   margin-top: 0.2rem;

}

.products_right_text h4{

   font-size: 0.2rem;

   line-height: 0.3rem;

   font-family: 'bold';

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.6rem;

}

.products_right_text h5{

   font-size: 0.16rem;

   color: #333;

   margin-top: 0.1rem;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;

}

.products_right_text h6{

   font-size: 0.16rem;

   color: var(--i_color);

   box-sizing: border-box;

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

   padding-top: 0.1rem;

   text-transform: capitalize;

   margin-top: 0.2rem;

   position: relative;

   transition: all 0.3s ease;

}

.products_right_text h6::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 1px;

	background: linear-gradient(to right,#FB5E41,#FB8A3A,#F8AF33);

	transition: all 0.7s ease;

}









.products_right_ul li a:hover{

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

	transform: translateY(-0.1rem);

}

.products_right_ul li a:hover h4{

	color: var(--i_color);

}

.products_right_ul li a:hover h6{

	border-top: 1px solid transparent;

}

.products_right_ul li a:hover h6::after{

	width: 100%;

	right: auto;

	left: 0;

}







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

	.products_right_text h4 {

		font-size: 0.18rem;

	}

	.products_right h3 {

		font-size: 0.3rem;

	}

}

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



}

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

	.products_right_ul {

		gap: 0.2rem;

	}

	.products_right_ul li {

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

	}

	.products_right h3 {

		font-size: 0.28rem;

	}

	.products_right>p {

		font-size: 0.16rem;

	}

	.products_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.products_right h3 {

		font-size: 0.26rem;

	}

	.products_right {

		width: 100%;

		padding-left: 0%;

	}

}

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

	.products_right h3 {

		font-size: 0.24rem;

	}

}

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

    .products_right_ul li {

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

    }

}

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

	.products_right_text h6 {

		font-size: 0.14rem;

		margin-top: 0.1rem;

	}

	.products_right_text h5 {

		font-size: 0.14rem;

	}

	.products_right_ul {

        gap: 0.2rem 0.1rem;

    }

	.products_right_ul li {

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

    }

	.products_right_ul li a {

		padding: 0.12rem 0.12rem 0.2rem 0.12rem;

	}

}

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

    .products_right_text h4 {

        font-size: 0.16rem;

		line-height: 0.25rem;

		height: 0.5rem;

    }

}





/* downloads */

.downloads_bac{

   box-sizing: border-box;

   padding: 0.4rem 0 1rem 0;

}

.downloads{

   display: flex;

   flex-wrap: wrap;

}

.downloads_left{

	width: 3.41rem;

}

.downloads_right{

	width: calc(100% - 3.41rem);

	box-sizing: border-box;

	padding-left: 4%;

}

.downloads_right_box{

	background-color: #fff;

	box-sizing: border-box;

	padding: 0.4rem 3% 0.6rem 3%;

}



.downlaods_search{



}

.downlaods_search form{

    box-sizing: border-box;

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

	padding-bottom: 0.1rem;

    display: flex;

    align-items: center;

}

.downlaods_search .top_search_btn{

	width: 0.28rem;

	height: 0.28rem;

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

	background-size: contain;

}

.downlaods_search .top_search_ipt{

    width: calc(100% - 0.28rem);

	line-height: 0.3rem;

}



.downloads_right_box h3{

	font-size: 0.3rem;

	font-family: 'bold';

	color: #333;

	margin: 0.3rem 0;

}

.downloads_right_ul{

    display: flex;

	gap: 0.35rem;

	flex-wrap: wrap;

}

.downloads_right_ul li{

    width: 100%;

}

.downloads_right_ul li a{

   display: block;

   width: 100%;

   display: flex;

   flex-wrap: wrap;

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

   border-radius: 0.04rem;

   align-items: center;

   box-sizing: border-box;

   transition: all 0.3s ease;

}

.downloads_right_ul li a h4{

   width: calc(100% - 1.3rem);

   font-size: 0.18rem;

   color: #333;

   box-sizing: border-box;

   padding: 0.2rem 2%;

   transition: all 0.3s ease;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.downlaod_i{

   display: flex;

   flex-direction: column;

   justify-content: center;

   align-items: center;

   width: 1.3rem;

   background-color: #F0F0F0;

   box-sizing: border-box;

   padding: 0.15rem 0.1rem;

   transition: all 0.3s ease;

}

.downlaod_i iconify-icon{

   font-size: 0.3rem;

   transition: all 0.3s ease;

}

.downlaod_i p{

   font-size: 0.16rem;

   color: #333;

   margin-top: 0.05rem;

   transition: all 0.3s ease;

}

.downloads_right_ul li a:hover{

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

}

.downloads_right_ul li a:hover h4{

	color: var(--i_color);

}

.downloads_right_ul li a:hover i{

	background-color: var(--i_color);

}

.downloads_right_ul li a:hover i iconify-icon{

	color: #fff;

}

.downloads_right_ul li a:hover i p{

	color: #fff;

}







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

	.downloads_right_box h3 {

		font-size: 0.28rem;

	}

	.downloads_bac {

		padding: 0.4rem 0 0.8rem 0;

	}

}

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



}

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

	.downloads_right_box h3 {

		font-size: 0.26rem;

		margin: 0.25rem 0;

	}

	.downloads_right_ul li a h4 {

		font-size: 0.16rem;

	}

	.downlaod_i p {

		font-size: 0.14rem;

	}

	.downloads_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.downloads_right_box h3 {

		font-size: 0.24rem;

	}

	.downloads_left{

		width: 100%;

	}

	.downloads_right {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.4rem;

	}

	.downloads_right_ul {

		gap: 0.3rem;

	}

}

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

	.downloads_right_box h3 {

		font-size: 0.22rem;

	}

}

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

	.downlaod_i iconify-icon {

		font-size: 0.25rem;

	}

	.downloads_right_ul {

        gap: 0.2rem;

    }

	.downlaod_i {

		width: 1rem;

		padding: 0.1rem 0.05rem;

	}

	.downloads_right_ul li a h4 {

		width: calc(100% - 1rem);

		font-size: 0.14rem;

	}

	.downloads_right_box {

		padding: 0.4rem 3%;

	}

}

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



}

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



}









/* single_grid */

.single_grid_bac{

   box-sizing: border-box;

   padding: 0.2rem 0 0.6rem 0;

}

.single_grid{

   display: flex;

   flex-wrap: wrap;

}



.single_grid_left{

	width: 40%;

}









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

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{ position:relative; overflow:hidden}

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



/* 缂╃暐鍥� */

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

.in_grid_list{height:100%;}

.in_grid_list .swiper-slide{cursor:pointer}



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

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

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

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

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

	position:absolute;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none;

    -webkit-user-select:none;

    -ms-user-select:none;

    -khtml-user-select:none;

    user-select:none;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}



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



/* 澶у浘 */

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

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

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

.in_grid_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	box-sizing: border-box;

	padding: 1px;

}



.in_grid_show .img{

	width:100%;

	height:100%;

	position:relative;

	overflow:hidden;

}

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



.ingrid-pagination{

	display:block;

	position: absolute;

	bottom: 0;

	right: 0rem;

	width: 0.7rem;

	height: 0.7rem;

	background-color: #F0F0F0;

	display: flex;

	display: -webkit-flex;

	justify-content: flex-end;

    align-items: flex-end;

	font-size: 0.18rem;

	color: var(--i_color);

	z-index: 2;

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

	box-sizing: border-box;

	padding: 0.1rem;

}

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

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



.in_grid_cont:before{display:none}

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

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

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

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

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

.in_grid_list{width:100%; margin:0 auto}

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

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

.in_grid_list .img{height:auto;}

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

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









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

	top:50%;

	transform:translate(0,-50%);

	width:0.4rem;

	height:0.4rem;

	border-radius: 50%;

	background-color: var(--i_color);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	transition: all 0.3s ease;

}

.ingrid-button-prev{

	left: 0.1rem;

}

.ingrid-button-next{

	right: 0.1rem;

}

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

	font-size: 0.2rem;

	color: #fff;

}

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

	background-color: var(--i_color);

}







.single_grid_right{

   width: 60%;

   box-sizing: border-box;

   padding-left: 4%;

}

.single_grid_right h3{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.1rem 0.2rem;

   border-radius: 0.3rem;

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

   font-size: 0.18rem;

   color: #333;

}

.single_grid_right h1{

   font-size: 0.26rem;

   color: var(--i_color);

   font-family: 'bold';

   margin: 0.1rem 0;

}

.single_grid_right h2{

   font-size: 0.16rem;

   color: #333;

   line-height: 150%;

}

.single_grid_ul{

   display: flex;

   flex-wrap: wrap;

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

   margin: 0.3rem 0;

}

.single_grid_ul li{

   box-sizing: border-box;

   padding: 0.2rem 0.2rem 0.2rem 0;

   width: 50%;

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

}

.single_grid_ul li .on{

	color: var(--i_color);

}

.single_grid_ul li h4{

   font-size: 0.16rem;

   color: #666;

   margin-bottom: 0.1rem;

}

.single_grid_ul li h5{

   font-size: 0.24rem;

   color: #333;

}

.single_share{

   margin-top: 0.3rem;

   display: flex;

   align-items: center;

}

.single_share p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   margin-right: 0.15rem;

}

.single_share_dl{

   display: flex;

   gap: 0.3rem;

}

.single_share_dl dt{



}

.single_share_dl dt a{

   display: block;

   width: 100%;

}

.single_share_dl dt a iconify-icon{

   font-size: 0.25rem;

   color: #666;

   opacity: 0.5;

   transition: all 0.3s ease;

}

.single_share_dl dt a iconify-icon:hover{

	opacity: 1;

	color: var(--i_color);

	transform: translateY(-5px);

}







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



}

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



}

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

	.single_grid_right h1 {

		font-size: 0.24rem;

	}

	.single_grid_right h2 {

		font-size: 0.14rem;

	}

	.single_grid_right h3 {

		padding: 0.1rem 0.2rem;

		font-size: 0.16rem;

	}

	.single_grid_ul li h5 {

		font-size: 0.22rem;

	}

}

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

	.single_grid_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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



}

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

	.single_grid_right {

		width: 100%;

		padding-left: 0%;

	}

	.single_grid_left {

		width: 50%;

	}

	.single_grid {

		gap: 0.4rem;

		justify-content: center;

	}

	.single_grid_right h1 {

		font-size: 0.2rem;

		margin: 0.15rem 0;

	}

	.single_grid_ul li h5 {

        font-size: 0.2rem;

    }

}

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

	.single_grid_left {

		width: 80%;

	}

	.single_grid_ul li h4 {

		font-size: 0.14rem;

	}

	.single_grid_ul li h5 {

        font-size: 0.18rem;

    }

	.single_grid_right h3 {

        padding: 0.06rem 0.15rem;

    }

}

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

	.single_grid_left {

		width: 100%;

	}

}





/* Product_features */

.Product_features_bac{

   box-sizing: border-box;

   padding: 0.6rem 0;

}

.Product_features{



}



.Product_features_ul{

   margin-top: 0.5rem;

   --Pf_white:0.94rem;

   display: flex;

   flex-wrap: wrap;

   gap: 0.4rem;

}

.Product_features_ul li{

   background-color: #F0F0F0;

   display: flex;

   flex-wrap: wrap;

   box-sizing: border-box;

   padding: 0.4rem 2%;

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

   border-radius: 0.08rem;

   overflow: hidden;

   transition: all 0.3s ease;

   position: relative;

   z-index: 2;

   align-items: center;

}

.Product_features_ul li::after {

    content: '';

    position: absolute;

    bottom: -0.5rem;

    right: -0.4rem;

    width: 2.02rem;

    height: 2.02rem;

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

    background-size: contain;

    z-index: -1;

    opacity: 0;

    transition: all 0.7s ease;

}

.Product_features_img{

   position: relative;

}

.Product_features_img1{

	width: var(--Pf_white);

	height: var(--Pf_white);

	object-fit: contain;

}

.Product_features_img2{

   position: absolute;

   top: 50%;

   left: 50%;

   width: 100%;

   height: 100%;

   object-fit: contain;

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

   opacity: 0;

   transition: all 0.7s ease;

}

.Product_features_img i{

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.4rem;

	color: var(--i_color);

	font-family: 'bold';

	line-height: 100%;

    transition: all 0.3s ease;

}

.Product_features_ul li p{

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

	font-size: 0.18rem;

	color: #333;

	line-height: 0.3rem;

	max-height: 0.9rem;

	overflow: auto;

	box-sizing: border-box;

	padding: 0 0.1rem 0 0.2rem;

}

/*滚动条*/

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

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

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





.Product_features_ul li:hover{

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

	background-color: #fff;

}

.Product_features_ul li:hover::after{

	opacity: 1;

}

.Product_features_ul li:hover .Product_features_img2{

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

    opacity: 1;

}

.Product_features_ul li:hover i{

	color: #fff;

}





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



}

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



}

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

	.Product_features_ul li p {

		font-size: 0.16rem;

		line-height: 0.25rem;

		max-height: 0.75rem;

	}

	.Product_features_ul li {

		padding: 0.25rem 2%;

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

	}

	.Product_features_ul {

		--Pf_white: 0.8rem;

		gap: 0.25rem;

	}

	.Product_features_img i {

		font-size: 0.35rem;

	}

}

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



}

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

    .Product_features_ul li {

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

    }

}

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

    .Product_features_ul {

        --Pf_white: 0.6rem;

        gap: 0.2rem;

    }

	.Product_features_ul li {

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

    }

	.Product_features_img i {

        font-size: 0.25rem;

    }

	.Product_features_ul {

		margin-top: 0.4rem;

	}

}

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

	.Product_features_ul li {

        width: 100%;

    }

}

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



}

.editor_bac{

	box-sizing: border-box;

	padding-bottom: 0.6rem;

}

.editor_box{

	margin-top: 0.4rem;

}





.tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.15rem 0.2rem;

   align-items: center;

   box-sizing: border-box;

   padding: 0.6rem 0 0.2rem 0;

   border-bottom: 1px solid rgba(30,74,179,0.2);

   margin-bottom: 0.2rem;

}

.tags p{

   font-size: 0.18rem;

   color: #222;

   font-family: 'bold';

}

.tags a{

	display: inline-block;

	background-color: #F7F7F7;

	box-sizing: border-box;

	padding: 0.1rem 0.3rem;

	font-size: 0.16rem;

	color: #333;

	text-transform: capitalize;

	border-radius: 0.4rem;

	transition: all 0.3s ease;

}

.tags a:hover{

	background-color: var(--i_color);

	color: #fff;

}









.sx{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   flex-wrap: wrap;

}

.sx>div{

	width: 48%;

}

.sx_left{

}

.sx a{

   display: block;

   width: 100%;

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.sx i{

   width: 0.45rem;

   height: 0.45rem;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 50%;

   box-sizing: border-box;

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

   transition: all 0.3s ease;

}

.sx i iconify-icon{

   font-size: 0.14rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}

.sx p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   text-transform: capitalize;

}

.sx span{

	font-size: 0.16rem;

	color: #333;

	transition: all 0.3s ease;

}

.sx_right a {

    justify-content: flex-end;

}

.sx_left i{

	margin-right: 0.1rem;

}

.sx_right i{

	margin-left: 0.1rem;

}

.sx a:hover i{

	background-color: var(--i_color);

}

.sx a:hover i iconify-icon{

	color: #fff;

}

.sx a:hover span{

	color: var(--i_color);

}









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

	.editor_all {

		border-radius: 0.8rem 0.8rem 0 0;

	}

}

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



}

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

	.editor_all {

		border-radius: 0.6rem 0.6rem 0 0;

	}

}

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

	.editor_right{display: none;}

	.editor_left{width: 100%;}

	.editor_ul li {

		font-size: 0.18rem;

		padding: 0.12rem 0.4rem;



	}

}

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



}

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



}

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

	.editor_ul li {

		font-size: 0.16rem;

		padding: 0.1rem 0.3rem;

	}

	.editor_all {border-radius: 0.4rem 0.4rem 0 0;}

	.sx>div{width: 100%;}

	.editor_all {padding: 0.6rem 0;}

	.tags {padding: 0.4rem 0 0.2rem 0;}

	.sx i {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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



}



/* products_projects */

.products_projects_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: #F0F0F0;

}

.products_projects{



}





/*  */

.PP_partner_box{

	margin-top: 0.4rem;

}



.PP_partner{position:relative}

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

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

.PP_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	border-radius: 0.08rem;

    box-sizing: border-box;

    padding: 0.14rem 0.14rem 0.5rem 0.14rem;

    position: relative;

    transition: all 0.3s ease;

    overflow: hidden;

    z-index: 2;

    background-color: #fff;

}

.PP_partner_list li::before {

    content: '';

    position: absolute;

    bottom: -0.5rem;

    right: -0.5rem;

    width: 2.02rem;

    height: 2.02rem;

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

    background-size: contain;

    z-index: -1;

    opacity: 0;

    transition: all 0.5s ease;

}

.PP_partner_list li::after {

    content: '';

    position: absolute;

    bottom: 0;

    right: 0;

    width: 0;

    height: 0.03rem;

    background: linear-gradient(to right, #FB5E41, #FB8A3A, #f7b648);

    transition: all 0.7s ease;

}













.PP_partner_list li a{

	display: block;

	width: 100%;

}











.PP_partner_list li:hover{

	background-color: #fff;

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

}

.PP_partner_list li:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.PP_partner_list li:hover::before{

	opacity: 1;

    right: -0.3rem;

}

.PP_partner_list li:hover h5{

	color: var(--i_color);

}

.PP_partner_list li:hover img{

	width: 110%;

	height: 110%;

}















/* 指示器 */

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

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

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



/* 左右箭头 */

.PP_partner .pt-button-prev, .PP_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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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



}

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



}

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

	.products_projects_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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



}









/* Production_process */

.Production_process_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.Production_process{



}

.Production_process_ul{

   display: flex;

   gap: 0.35rem;

   flex-wrap: wrap;

   margin-top: 0.4rem;

   align-items: flex-start;

}

.Production_process_ul li{

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

   border-radius: 0.08rem;

   transition: all 0.3s ease;

}

.Production_process_img{

   position: relative;

   overflow: hidden;

}

.Production_process_img::after{

   content: '';

   display: block;

   padding-bottom: 68.5%;

}

.Production_process_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   border-radius: 0.08rem;

}

.Production_process_text{

   box-sizing: border-box;

   padding: 0.2rem 2%;

}

.Production_process_text h3{

   font-size: 0.18rem;

   color: var(--i_color);

   font-family: 'bold';

   text-align: center;

}

.Production_process_text h4{

   font-size: 0.18rem;

   color: #333;

   text-align: center;

   text-transform: capitalize;

   margin-top: 0.1rem;

   transition: all 0.3s ease;

}



.Production_process_ul li:hover{

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

}

.Production_process_ul li:hover h4{

	color: var(--i_color);

}





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



}

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



}

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

	.Production_process_bac{

		padding: 0.6rem 0;

	}

	.Production_process_ul {

		gap: 0.3rem;

	}

	.Production_process_ul li {

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

	}

	.Production_process_text h4 {

		font-size: 0.16rem;

	}

}

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

	.Production_process_ul {

		gap: 0.2rem;

	}

	.Production_process_ul li {

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

	}

}

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



}

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

	.Production_process_ul li {

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

	}

}

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

	.Production_process_ul li {

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

	}

}

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



}





/* faq */

.faq_bac{

   background-color: #F0F0F0;

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.faq{



}

.faq_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.3rem;

   margin-top: 0.35rem;

}

.faq_ul li{



}

.faq_q{

   box-sizing: border-box;

   padding: 0.25rem 0.4rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   cursor: pointer;

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

}

.faq_ul i{

   width: 0.4rem;

   height: 0.4rem;

   display: block;

   color: #fff;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   font-size: 0.22rem;

   border-radius: 0.04rem;

   line-height: 100%;

}

.faq_q i{

   background-color: #666;

}

.faq_a i{

   background-color: var(--i_color);

}

.faq_q h2{

   font-size: 0.22rem;

   color: #222;

   width: calc(100% - 0.8rem);

   box-sizing: border-box;

   padding:0 0.2rem;

}

.faq_a{

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding: 0rem 0.4rem 0.3rem 0.4rem;

	background-color: #fff;

}

.faq_a p{

	width: calc(100% - 0.36rem);

	padding-left: 0.2rem;

	font-size: 0.2rem;

	color: #666;

	line-height: 0.28rem;

}

.faq_q h3{

   width: 0.36rem;

   height: 0.36rem;

   border-radius: 50%;

   border: 1px solid #222;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.faq_q h3 iconify-icon{

   font-size: 0.15rem;

   color: #222;

   transition: all 0.3s ease;

}

.faq_active .faq_q{

	background-color: #fff;

	border-bottom: 1px solid #fff;

}

.faq_active h3{

   background-color: var(--i_color);

   transform: rotate(180deg);

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

}



.faq_active h3 iconify-icon{

	color: #fff;

}







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

	.faq_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

	.faq_bac {

		padding: 0.6rem 0;

	}

	.faq_q h2 {

		font-size: 0.2rem;

	}

	.faq_a p {

		font-size: 0.18rem;

	}

	.faq_q {

		padding: 0.2rem 0.3rem;

	}

	.faq_a{

		padding: 0rem 0.3rem 0.3rem 0.3rem;

	}

}

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

	.faq_q h2 {

		font-size: 0.18rem;

	}

	.faq_a p {

		font-size: 0.16rem;

	}

}

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



}

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

	.faq_ul {

		margin-top: 0.4rem;

	}

	.faq_q {

		padding: 0.2rem;

	}

	.faq_a{

		padding: 0rem 0.2rem 0.2rem 0.2rem;

	}

	.faq_q h3 {

		width: 0.3rem;

		height: 0.3rem;

	}

	.faq_q h2 {

		width: calc(100% - 0.7rem);

	}

}

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

	.faq_q h2 {

		font-size: 0.16rem;

	}

	.faq_a p {

		font-size: 0.14rem;

	}

}

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

}



.RP_partner{position:relative}

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

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

.RP_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.RP_partner_list li a{

	display: block;

    width: 100%;

    box-sizing: border-box;

    padding: 0.12rem 0.12rem 0.25rem 0.12rem;

    background-color: #fff;

    border-radius: 0.08rem;

    overflow: hidden;

    transition: all 0.3s ease;

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

}

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

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

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

    margin-top: 0.2rem;

}

.RP_text h3{

    font-size: 0.2rem;

    line-height: 0.3rem;

    font-family: 'bold';

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    height: 0.6rem;

	transition: all 0.3s ease;

}

.RP_text h4{

    font-size: 0.16rem;

    color: #333;

    margin-top: 0.1rem;

}

.RP_text h5{

    font-size: 0.16rem;

    color: var(--i_color);

    box-sizing: border-box;

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

    padding-top: 0.1rem;

    text-transform: capitalize;

    margin-top: 0.2rem;

    position: relative;

    transition: all 0.3s ease;

}

.RP_text h5::after{

	content: '';

    position: absolute;

    top: 0;

    right: 0;

    width: 0;

    height: 1px;

    background: linear-gradient(to right, #FB5E41, #FB8A3A, #F8AF33);

    transition: all 0.7s ease;

}







.RP_partner_list li a:hover{

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

}

.RP_partner_list li a:hover h3{

	color: var(--i_color);

}

.RP_partner_list li a:hover h5{

	border-top: 1px solid transparent;

}

.RP_partner_list li a:hover h5::after{

	width: 100%;

	right: auto;

	left: 0;

}















/* 指示器 */

.RP_partner .pt-pagination {

    background: #666;

    position: relative;

    width: 2rem;

    height: 0.03rem;

	display: block;

	margin-top: 0.6rem;

	margin-left: auto;

	margin-right: auto;

}

.RP_partner .pt-pagination span{

	background-color: var(--i_color);

	position: absolute;

    left: 0;

    top: -0.03rem;

    width: 100%;

	border-radius: 0.03rem;

    height: 0.08rem;

	transform: translate(0,-50%);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top;

}



















/* 左右箭头 */

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



}

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



}

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

	.RP_partner .pt-pagination {

		height: 0.03rem;

		margin-top: 0.4rem;

	}

	.RP_partner .pt-pagination span{

		top: -0.02rem;

		border-radius: 0.02rem;

		height: 0.06rem;

	}

	.Related_products_bac {

		padding: 0.6rem 0;

	}

}

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



}

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

	.RP_partner .pt-pagination {

		height: 0.01rem;

	}

	.RP_partner .pt-pagination span{

		top: -0.02rem;

		height: 0.04rem;

	}

	.RP_text h3 {

		font-size: 0.18rem;

		line-height: 0.25rem;

		height: 0.5rem;

	}

	.RP_text h4 {

		font-size: 0.14rem;

	}

	.RP_text h5 {

		font-size: 0.14rem;

		padding-top: 0.1rem;

		margin-top: 0.1rem;

	}

}

@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-28{--input_font_size:0.16rem; --input_height:0.35rem}

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

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





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

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

#wpforms-28 .wpforms-error-container{line-height:0.16rem}



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

#wpforms-28 .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-28 .wpforms-hidden{

	display: none;

}



#wpforms-28 .wpforms-field{

	position: relative;

}

#wpforms-28 .wpforms-field-label{

	font-size: 0;

	line-height: 0;

	height: 0;

	margin: 0 !important;

}

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

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



#wpforms-28 .wpforms-error{

	margin-top: 0.01rem;

	font-size: 0.12rem !important;

}





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



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

#wpforms-28 textarea{min-height:0.8rem}

#wpforms-28 input, #wpforms-28 textarea{

	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-28 input::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 input::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 input::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 textarea::-webkit-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 textarea::-moz-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}

#wpforms-28 textarea::-ms-input-placeholder{color:rgba(0,0,0,.3); font-size:var(--input_font_size)}







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



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







#wpforms-28 .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(static/imgs/close_1_hei.svg) no-repeat center;

	background-size: 30px;

	cursor: pointer

}

.aside_close:hover {

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg)

}

.aside_close {

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease

}



#aside_mask_bg {

	display: none;

	position: fixed;

	top: 50%;

	transform: translate(0, -50%);

	left: 0%;

	width: 100%;

	height: 100%;

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

	z-index: 9999999999998;

}

#aside_sc_from {

	display: none;

	position: fixed;

	top: 50%;

	left: 50%;

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

	width: 800px;

	box-sizing: border-box;

	padding: 30px 30px 40px;

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

	z-index: 9999999999999;

	overflow: auto

}

#aside_sc_from .tit {

	margin-bottom: .4rem

}

#aside_sc_from .tit h1 {

	text-align: center;

	font-size: .26rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: .3rem

}



#wpforms-31 {

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

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-31 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-31 {

	width: 100%;

	overflow: hidden

}

#wpforms-31 input,

#wpforms-31 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-31 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-31 .wpforms-error-container {

	line-height: 16px

}

#wpforms-31 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

#wpforms-31 .wpforms-submit-container {

	padding: 0 !important;

	margin: 0 auto;

	width: 170px;

	height: 38px;

	background: var(--i_color);

	box-sizing: border-box;

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

	position: relative

}

#wpforms-31 .wpforms-field-label {

	font-size: 0

}

#wpforms-31 .wpforms-required-label {

	position: absolute;

	top: 16px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-31 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-31 input {

	height: var(--input_height)

}

#wpforms-31 textarea {

	min-height: 100px

}

#wpforms-31 input,

#wpforms-31 textarea {

	width: 100%;

	max-width: 100% !important;

	font-size: var(--input_font_size);

	color: #333;

	box-sizing: border-box;

	border: 1px solid rgb(0 0 0 / 30%);

	line-height: var(--input_height);

	padding: 0 16px

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

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

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

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

	position: absolute;

	font-size: 13px

}

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

	width: 100%;

	height: 34px;

	font-size: 14px;

	color: #FFF;

	line-height: 34px;

	cursor: pointer;

	text-transform: uppercase;

	position: relative;

	z-index: 2

}

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

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

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

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

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

	display: block

}

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

	background: #FFF

}

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

	color: var(--i_color)

}



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

	.aside_right li>a {

		width: 0.4rem;

		height: 0.4rem;

	}

}



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

	#aside_sc_from {

		width: 94%;

	}

}

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

	.aside_right {

		right: 22px;

		bottom: 160px;

	}

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

		height: 34px;

	}

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

		height: 30px;

		line-height: 30px;

		font-size: 14px;

	}

}

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

	#aside_sc_from .tit h1 {

		font-size: 0.24rem;

	}

}







/* 感谢页面 */

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

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{



}

.tag_list .products_right_ul{

	width: 100%;

	gap: 0.4rem;

}

.tag_list .products_right_ul li{

	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{

		gap: 0.2rem;

	}

	.tag_list .products_right_ul li{

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



} */















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



} */

