/*
Theme Name: ChenYu
Version: 1.0
Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：安徽领聚
*/
@charset "utf-8";

.wrap {
	width: 94%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.wrap_top {
	width: 94%;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}

html {
	scroll-behavior: smooth
}

.wrap_left{
	box-sizing: border-box;
	padding-left: 8.335%;
}

@media screen and (max-width:1600px) {
	.wrap_left{
		padding-left: 6%;
	}
}
@media screen and (max-width:1440px) {
	.wrap_left{
		padding-left: 5%;
	}
}
@media screen and (max-width:1024px) {
	.wrap_left{
		padding-left: 3%;
	}
}


:root {
	--i_color: #EC7A23;
	/* 全局颜色 */
	--i_color2: #333;
	/* 副颜色 */
	--header_height: 0.8rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
}

@media screen and (max-width:1024px) {
	:root,
	header {
		--header_height: 60px;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}


/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
/* header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
	z-index: 2014;
} */

.top_cont {
	position: relative;
	background: white;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;

}
/* .TopHeader .top_cont {
	background: #222;
} */

@media screen and (max-width:1024px) {
	header {
		top: 0;
		top: 0;
		width: 100%;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	}
	header {border-radius:0}
	/* .top_cont {
		background: #333 !important;
	} */

}



/* logo */
.logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: var(--header_height);
}
.logo a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 82%;
}
.logo img {
	max-height: 100%;
}

@media screen and (max-width:1440px) {
	.logo a {
		height: 60%;
	}
	.logo img {
		max-height: 90%;
	}
}
@media screen and (max-width:1024px) {
	.logo a {
		height: 70%;
	}

}





/* 导航 */


.top_language{
   box-sizing: border-box;
   position: relative;
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}
/* .top_language::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 1px;
	height: 0.18rem;
	background-color: #fff;
} */

.top_language iconify-icon{
	font-size: var(--size);
	color: #333;
}
.top_language p{
	font-size: 0.16rem;
	color: white;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.top_upRight_she{
    display: flex;
	display: -webkit-flex;
	align-items: center;
	gap: 0.2rem;
}
.top_upRight_she dt{

}
.top_upRight_she dt a{
   display: block;
}
.top_upRight_she dt a iconify-icon{
	font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
}
.top_upRight_she dt a iconify-icon:hover{
    color: #fff;
}








@media screen and (min-width:1025px) {
	.i_nav {
		margin-left: .8rem;
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		gap: 0 .6rem;
	}

	.i_nav>li {
		position: relative;
	}

	.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;
	}
	.i_nav>li>a::after{
		content: '';
		position: absolute;
		top: calc(50% + 0.2rem);
		left: 50%;
		transform: translate(-50%, -50%) scale(0);
		width: 0.08rem;
		height: 0.08rem;
		background-color: var(--i_color);
		border-radius: 0.5rem;
	    opacity: 0;
		transition: all 0.3s ease;
	}
	.i_nav>.current-menu-item>a,
	.i_nav>.current-category-ancestor>a,
	.i_nav>.current-post-ancestor>a,
	.i_nav>.current-menu-ancestor>a,
	.i_nav>.current-menu-parent>a,
	.i_nav>li:hover>a,
	.i_nav .curr>a {
		transition: all 0.3s ease;
		position: relative;
		color: var(--i_color);
		z-index: 2;
	}
    .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{
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}







	.i_nav .sub-menu {
		display: none;
		position: absolute;
		border-top: 2px solid var(--i_color);
		background: #fff;
		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: #333;
		line-height: 0.4rem;
		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{margin-left: .6rem; gap: 0 .5rem;}
}
@media screen and (max-width:1366px) {
	.i_nav{gap: 0 .4rem;}
	.i_nav>li>a{font-size: 0.17rem;}
}
@media screen and (max-width:1200px) {


	.top_up_left1{
		padding-right: 0.4rem;
	}
}
@media screen and (max-width:1024px) {
	.i_nav {
		display: none;
		position: fixed;
		top:calc(var(--header_height));
		left: 0;
		width: 100%;
		width: 100vw;
		margin: 0 0;
		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: .56rem;
		height: .56rem;
		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: 15px;
		color: #222;
		line-height: .56rem;
		text-transform: uppercase;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 .4rem;
		font-size: 14px;
		color: #555;
		line-height: .44rem;
		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
	}
	.top_language p{font-size: 14px;}
}
@media screen and (max-width:768px) {
    .top_up_right{display: none;}
	.top_up_left {
		width: 100%;
		justify-content: flex-end;
	}
}
@media screen and (max-width:560px) {


}






/* 移动端导航按钮 */
.nav_menu {
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
	position: relative;
	width: 22px;
	height: 16px;
	display: none;
	cursor: pointer
}
.nav_menu i {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #222;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before,
.nav_menu::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #225;
	position: absolute;
	left: 0;
	border-radius: .1rem;
	transition: 0.5s
}
.nav_menu::before {
	top: 0;
}
.nav_menu::after {
	bottom: 0;
}


.nav_menu.on i {
	opacity: 0
}

.nav_menu.on::before {
	transform: rotate(45deg);
	top: 50%;
	margin-top: -2px
}

.nav_menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -2px
}

@media screen and (max-width:1024px) {
	.nav_menu {
		display: block !important
	}

}


.top_r {
	--size: .24rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	gap: 0.4rem;
	position: relative;
}
.top_r::after{
	content: '';
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 0.18rem;
	background-color: var(--i_color);

}
.top_search_ico {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.top_search_ico iconify-icon {
	font-size: var(--size);
	color: var(--i_color);
	cursor: pointer;
}
.top_search_ico.on iconify-icon {

}


.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;
   display: flex;
   display: -webkit-flex;
   align-items: center;
   box-sizing: border-box;
   cursor: pointer;
}
.top_language_all p{
   font-size: 0.18rem;
   color: #fff;
   margin-right: 0.05rem;
   transition: all 0.3s ease;
   font-family: 'Roboto';
}
.top_language_all iconify-icon{
	font-size: var(--size);
	cursor: pointer;
	color: var(--i_color);
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language_i{
	font-size: 0.18rem !important;
}
.top_language.on p{
	color: var(--i_color);
}
.top_language.on iconify-icon {
	color: var(--i_color);
}



.language_list{
	opacity: 0;
	visibility: hidden;
	position: absolute;top: calc(var(--header_height) + .2rem);right: 0;
	background: #FFF;
	min-width: 1.2rem;
	z-index: 2016;
	box-shadow: 0 0 .1rem rgb(0 0 0 / 10%);
	-webkit-transition:all .4s ease; transition:all .4s ease;
	padding: .16rem .2rem;
}
.language_list.on{
	opacity: 1;
	visibility: visible;
	top: var(--header_height);
}

.language_list dt>h6{margin-bottom: 0.08rem; font-size: 0.17rem;font-weight: bold;white-space: nowrap;}
.curr_lang{margin-bottom: 0.12rem;padding-bottom: 0.12rem;border-bottom: 1px solid #EEE;}

.lang_list a{display: block; padding: .06rem 0;}
.lang_list span img{display: none;}
.lang_list .trp-ls-language-name{padding-left: 0.3rem; font-size: 14px;position: relative;}
.lang_list .trp-ls-language-name::before{content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0;width: 0.18rem;height: 0.18rem;box-sizing: border-box;border: 1px solid #AAA;-webkit-border-radius:50%; border-radius:50%;}
.lang_list .trp-ls-language-name::after{display: none; content: '';position:absolute; top:50%; transform:translate(0,-50%);left: 0.06rem;width: 0.06rem;height: 0.06rem;background: var(--i_color);-webkit-border-radius:50%; border-radius:50%;}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after{display: block;}
.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name{color: var(--i_color);}

@media screen and (max-width:1440px) {
	.top_language_all p{
		font-size: 0.16rem;
	}

}
@media screen and (max-width:1024px) {
	.top_r{--size:20px}
}
@media screen and (max-width:768px) {

}






.top_language,
.top_language>iconify-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
@media screen and (max-width:1024px) {

	.top_search_ico i{
		width: 0.4rem;
		height: 0.4rem;
	}
	.top_language_all{
		height: 0.4rem
	}
	.top_language_all p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:768px) {
	.top_search_ico i{
		width: 0.35rem;
		height: 0.35rem;
	}
	.top_language_all{
		height: 0.35rem
	}
}
@media screen and (max-width:560px) {}








header,
.top_cont,
.logo,
.logo img,
.i_nav>li,
.i_nav>li>a,
.top_r {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease
}






/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	position: fixed;
	top: -1rem;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
}
.top_search.on {
	top:var(--header_height);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
}
.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;
}

@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.top_r {
		margin-left: auto;
		margin-right: 0.2rem;
	}
}
@media screen and (max-width:768px) {
	.top_search {
		--search_height: .34rem
	}
	.top_search {
		padding: .12rem 0;
	}
}
@media screen and (max-width:560px) {
	.top_search form {
		width: 94%;
	}
	.top_search_btn {}
}

/* 导航下拉 */
/* products */

@media screen and (min-width:1025px) {
    .xiala{
		position: fixed;
		top:var(--header_height);
		left: 0;
		width: 100%;
		background-color: #4F4F4F;
		box-sizing: border-box;
		padding:0.4rem 0;
		display: none;

	 }
	 .xiala_ul{
		 display: flex;
		 display: -webkit-flex;
		 justify-content: center;
	 }
	 .xiala_ul>li{
		 width: 19%;
		 position: relative;
	 }

	 .xiala_ul>li::after{
		 content: '';
		 position: absolute;
		 width: 1px;
		 height: 50%;
		 bottom: 0;
		 left: 0;
		 background-color:#958460 ;
	 }
	 .xiala_ul>li>a{

	 }
	 .xiala_img{
		 position: relative;
		 overflow: hidden;
		 width: 80%;
	 }
	 .xiala_img::after{
		 content: '';
		 display: block;
		 padding-bottom: 82%;
	 }
	 .xiala_img img{
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 transform: translate(-50%,-50%);
		 width: 100%;
		 height: 100%;
		 object-fit: cover;
		 border-radius: 0.1rem;
		 transition: all 0.3s ease;
	 }
	 .xiala_img::before{
		 content: '';
		 position: absolute;
		 top: 50%;
		 left: 50%;
		 width: 100%;
		 height: 100%;
		 transform: translate(-50%,-50%);
		 border: 1px solid rgba(255, 182, 13, 0.7);
		 border-radius: 0.1rem;
		 opacity: 0;
		 transition: all 0.3s ease;
	 }
	 .xiala_ul>li>a:hover .xiala_img::before{
		 width: calc(100% - 0.25rem);
		 height: calc(100% - 0.25rem);
		 opacity: 1;
		 z-index: 2;
	 }
	 /* .xiala_ul>li>a:hover .xiala_img img{
		 width: 110%;
		 height: 110%;
	 } */
	 .xiala_ul h2{
		 font-size: 0.18rem;
		 font-weight: bold;
		 color: white;
		 box-sizing: border-box;
		 padding: 0.1rem 0 0.3rem 0.2rem;
		 margin-top: 0.2rem;
		 border-left: 1px solid #957a60;
		 transition: all 0.3s ease;
		 overflow:hidden;
		 white-space: nowrap;
		 text-overflow: ellipsis;
		 box-sizing: border-box;
	 }
	 .xiala_ul>li>a:hover h2{
		 color: var(--i_color);
	 }
	 .xiala_ul_ul{
		 box-sizing: border-box;
		 padding: 0 1% 0.18rem 0.2rem;
		 display: flex;
		 display: -webkit-flex;
		 flex-direction: column;
		 border-left: 1px solid #957a60;
	 }
	 .xiala_ul_ul>li{
		 margin-bottom: 0.1rem;
		 position: relative;
		 overflow: hidden;
	 }

	 .xiala_ul_ul>li>a{
		 font-size: 0.14rem;
		 color: #dbdfe2;
		 position: relative;
		 transition: all 0.3s ease;
		 overflow:hidden;
		 white-space: nowrap;
		 text-overflow: ellipsis;
		 box-sizing: border-box;
	 }
	 .xiala_ul_ul>li>a::after{
		 content: '>';
		 position: absolute;
		 top: 50%;
		 left: -0.2rem;
		 transform: translate(0,-50%);
		 color: var(--i_color);
		 font-size: 0.16rem;
		 transition: all 0.3s ease;
	 }
	 .xiala_ul_ul>li>a:hover{
		 margin-left: 0.2rem;
		 color: var(--i_color);
	 }

	 .xiala_active{
		 display: block;
	 }
	 .xiala_ul1_active>a>h2{
		 color: var(--i_color);
	 }
	 /* .xiala_ul1_active>a img{
		 width: 110%;
		 height: 110%;
	 } */
	 .xiala_ul1_active>a .xiala_img::before{
		 width: calc(100% - 0.25rem);
		 height: calc(100% - 0.25rem);
		 opacity: 1;
		 z-index: 2;
	 }

	 .xiala_ul2_active>a{
		 color: var(--i_color) !important;
		 margin-left: 0.2rem;
	 }
	 .xiala_ul2_active>a::after{
		 left: 0;
	 }
	 @media screen and (max-width:1880px){

	 }
	 @media screen and (max-width:1600px){

	 }
	 @media screen and (max-width:1440px){

	 }
	 @media screen and (max-width:1366px){

	 }
	 @media screen and (max-width:1200px){

	 }

}

@media screen and (max-width:1024px) {
	.xiala{display: none;}
}




.fill_header{display: block; height: var(--header_height);}




/* -=---------------------banner--------------------------- */
/* banner */
.banner{width:100%; position:relative;}
.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:80.7vh; position:relative}
.banner .swiper-slide>img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover}
.banner .swiper-slide video{position:absolute; left:0; top:0; width:100%; height:100%!important; object-fit:cover; z-index:2}
.banner .swiper-slide{
	width: 100%;
	display: block;
	transition:all 0.3s ease;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
	position:absolute;
	top: 50%;
	transform: translate(0,-50%);
	cursor:pointer;
	width:0.5rem;
	height:0.5rem;
	z-index:999;
    background: #fff;

	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.banner .swiper-button-prev iconify-icon, .banner .swiper-button-next iconify-icon{
	font-size: 0.25rem;
	color: #222;
	transition: all 0.3s ease;
}
.banner .swiper-button-prev{left: -5%;}
.banner .swiper-button-next{right:-5%;}

.banner .swiper-button-prev:hover iconify-icon, .banner .swiper-button-next:hover iconify-icon{
	color: #fff;
}
.banner:hover .swiper-button-prev{
    left: 2%;
}
.banner:hover .swiper-button-next{
    right: 2%;
}
.banner:hover .swiper-button-prev{

}
.banner:hover .swiper-button-next{}




.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{background-color:var(--i_color)}

.banner .pagination-all{
	position:absolute;
    bottom: 3%;
    left: 50%;
	transform:translate(-50%,0);
	cursor:pointer;
	z-index:10;
}
.banner .swiper-pagination {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	text-align: left;
}
.banner .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 0%;
	display: block;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 0.05rem;
	position: relative;
	z-index: 4;
	transition: all  0.5s ease;
}
.banner .swiper-pagination-bullet-active {
	background: #fff;

}


@media screen and (max-width:1440px){

}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.banner .pagination-all{bottom: 0.2rem;}
}
@media screen and (max-width:1024px){

	.banner .swiper-button-prev, .banner .swiper-button-next{display:none!important}
	.banner .swiper-slide {
        padding-bottom: 39.0625%;
    }
}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){


}
@media screen and (max-width:425px){

}


/* --------------------banner文字------------------- */
.banner_text1{
   position: absolute;
   top: 43%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.banner_text1_box{
   width: 67%;
}
.banner_text1_box h3{
   font-size: 1rem;
   color: var(--i_color);
   font-weight: bold;
   line-height: 100%;
   position: relative;
   z-index: 2;
}
.banner_text1_box h3::after{
	content: '';
	position: absolute;
	top: -0.2rem;
	left: -0.5rem;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0));
	z-index: -1;
}
.banner_text1_box h4{
   font-size: 0.46rem;
   color: var(--i_color);
   font-weight: bold;
   line-height: 1.3;
   position: relative;
   box-sizing: border-box;
   padding-bottom: 0.2rem;
   text-transform: capitalize;
}
.banner_text1_box h4::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 0.1rem;
	background: linear-gradient(to right,rgba(236,122,35,1),rgba(236,122,35,0));
	border-radius: 1rem;
}
.banner_text1_box h5{
    font-size: 0.2rem;
	color: #333;
	margin-top: 0.1rem;
	margin-bottom: 0.7rem;
}

@media screen and (max-width:1440px){
	.banner_text1_box h3{
		font-size: 0.9rem;
	}
	.banner_text1_box h4 {
		font-size: 0.4rem;
	}
	.banner_text1_box h5 {
		font-size: 0.18rem;
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width:1200px){
	.banner_text1_box h3{
		font-size: 0.8rem;
	}
	.banner_text1_box h4 {
		font-size: 0.35rem;
		padding-bottom: 0.1rem;
	}
	.banner_text1_box h5 {
		font-size: 0.16rem;
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.banner_text1_box h3{
		font-size: 0.7rem;
	}
	.banner_text1_box h4 {
		font-size: 0.3rem;
	}
	.banner_text1_box h3::after{
		display: none;
	}
}
@media screen and (max-width:960px){
	.banner_text1_box h3{
		font-size: 0.6rem;
	}
	.banner_text1_box h4 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px){
	.banner_text1_box h3{
		font-size: 0.5rem;
	}
	.banner_text1_box h4 {
		font-size: 0.24rem;
		margin-bottom: 0.1rem;
	}
	.banner_text1_box h5{
		display: none;
	}
	.banner_text1_box h4::after {
		height: 0.05rem;
	}
}
@media screen and (max-width:560px){
	.banner_text1_box h3{
		font-size: 0.4rem;
	}
	.banner_text1_box h4 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px){
	.banner_text1_box h3{
		font-size: 0.25rem;
	}
	.banner_text1_box h4 {
		font-size: 0.16rem;
	}
}





.banner_text2{position: absolute;top: 12%;left: 0; width: 60%;}
.banner_text2 h3{display: table; padding-top: 0.1rem;padding-bottom: 0.06rem; font-size: 2.2vw;color: #FFF; font-weight: bold; line-height: 1.4; background:linear-gradient(to right, var(--i_color), transparent);}
.banner_text2 h6{width: 60%; margin: .2rem 0; font-size: 0.16rem; line-height: 1.6;}
.banner_text2 .home_btn a{background: var(--i_color);}
.banner_text2 .home_btn p, .banner_text2 .home_btn_text iconify-icon{color: #FFF;}
.banner_text2 h3,.banner_text2 h6,.banner_text2 .home_btn{padding-left: 15%;}

@media screen and (max-width:1024px) {
	.banner_text2 h3{}
	.banner_text2 h6{width: 80%; font-size: 15px;}
	.banner_text2 h3,.banner_text2 h6,.banner_text2 .home_btn{padding-left: 6%;}
}
@media screen and (max-width:768px) {
	.banner_text2 h6{width: 100%; font-size: 13px;}
}
@media screen and (max-width:560px) {
	.banner_text2{width: 80%;}
	.banner_text2 h3{font-size: 13px;}
	.banner_text2 h6{margin-top: 10px; font-size: 12px;}
	.banner_text2 .home_btn{display: none;}
}





.banner_text3{position: absolute;top: 24%;left: 8%; width: 54%;}
.banner_text3 .t{display: table; position: relative;}
.banner_text3 .t::before{content: ''; position: absolute; top: -.4rem;left: .2rem;width: .8rem;height: .8rem;background: var(--i_color); border-radius:50%;}
.banner_text3 .t::after{content: '';position: absolute;top: -0.6rem; left: -.2rem; width: 0.4rem;height: 0.4rem;background: rgb(236 122 35 / 60%); border-radius:50%;}
.banner_text3 h3{display: table; font-size: 2.2vw;color: #FFF; font-weight: bold; line-height: 1.4; position: relative;}

.banner_text3 .subt{width: 60%; margin: .2rem 0 .4rem; position: relative;}
.banner_text3 .subt::before{content: '';position: absolute;left: 0;top: .12rem;width: 50%;height: .08rem;background: var(--i_color); border-radius:.2rem;}
.banner_text3 h6{font-size: 0.16rem; color: #FFF; line-height: 1.6; position: relative;}
.banner_text3 .home_btn a{background: var(--i_color);}
.banner_text3 .home_btn p, .banner_text3 .home_btn_text iconify-icon{color: #FFF;}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
	.banner_text3{left: 5%}
	.banner_text3 .t::before{top: -30px; left: 10px;width: 50px;height: 50px;}
	.banner_text3 .t::after{top: -46px; left: -16px;width: 26px;height: 26px;}
	.banner_text3 .subt{width: 100%;}
	.banner_text3 h6{font-size: 15px; line-height: 1.4;}
}
@media screen and (max-width:768px) {
	.banner_text3 .home_btn{display: none;}
}
@media screen and (max-width:560px) {
	.banner_text3{top: 18%; width: 80%;}
	.banner_text3 h3{font-size: 16px;}
	.banner_text3 .t::before{top: -14px; left: 6px; width: 30px;height: 30px;}
	.banner_text3 .t::after{top: -20px; left: -10px; width: 14px;height: 14px;}
	.banner_text3 .subt{margin: 8px 0 0}
	.banner_text3 h6{font-size: 12px}
}






/* home_btn */
.home_btn{

}
.home_btn a,.home_btn span{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.12rem 0.24rem;
   border-radius: 8rem;
   box-sizing: border-box;
   border: 1px solid var(--i_color);
   position: relative;
   z-index: 2;
   overflow: hidden;
   transition: all 0.3s ease;
}
.home_btn_center{
	display: flex;
	justify-content: center;
}
.home_btn_text{
   display: flex;
   justify-content: center;
   gap: 0.1rem;
   align-items: center;
}
.home_btn_text p{
   font-size: 0.18rem;
   color: var(--i_color);
   text-transform: capitalize;
   line-height: 100%;
   transition: all 0.3s ease;
}
.home_btn_i{
	width: 0.22rem;
	height: 0.22rem;
	position: relative;
	overflow: hidden;
}
.home_btn_text iconify-icon{
	font-size: 0.22rem;
	color: var(--i_color);
	transition: all 0.3s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	left: 0;

}
.home_btn_i1{
   top: 0;

}
.home_btn_i2{
   top: 100%;
}

.home_btn a:hover .home_btn_i1,
.home_btn span:hover .home_btn_i1{
	top: -100%;
}
.home_btn a:hover .home_btn_i2,
.home_btn span:hover .home_btn_i2{
	top: 0;
}






.home_btn a::after,.home_btn a::before,
.home_btn span::after,.home_btn span::before{
	position: absolute;
    top: 50%;
    content: "";
    width: 0.2rem;
    height: 0.2rem;

    z-index: -1;
    background: #222;
    border-radius: 50%;
}

.home_btn a::after,
.home_btn span::after{
	left: -20px;
	transform: translate(-50%, -50%);
}
.home_btn a::before,
.home_btn span::before{
    right: -20px;
	transform: translate(50%, -50%);
}

.home_btn a:hover::after,
.home_btn span:hover::after{
	animation: 0.8s ease 0s 1 alternate both running animation-left;
}
.home_btn a:hover::before,
.home_btn span:hover::before{
    animation: 0.8s ease 0s 1 alternate both running animation-right;
}

.home_btn_white a,
.home_btn_white span{
	border: unset;
	background-color: #fff;
}





@keyframes animation-right {
	0% {
		right: -20px;
		opacity: 0;
	}
	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		right: 45%;
		width: 100%;
		height: 375px;
		opacity: 1;
	}
}
@keyframes animation-left {
	0% {
		left: -20px;
		opacity: 0;
	}
	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 45%;
		width: 100%;
		height: 375px;
		opacity: 1;
	}
}




@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.home_btn a,
	.home_btn span{
		padding: 0.1rem 0.2rem;
	}
	.home_btn_text p{
		font-size: 0.16rem;
	}
	.home_btn_i{
		width: 0.2rem;
		height: 0.2rem;
	}
	.home_btn_text iconify-icon{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.home_btn a,
	.home_btn span{
		padding: 0.08rem 0.18rem;
	}
	.home_btn_text p{
		font-size: 0.14rem;
	}
	.home_btn_i{
		width: 0.18rem;
		height: 0.18rem;
	}
	.home_btn_text iconify-icon{
		font-size: 0.18rem;
	}
	.home_btn_text {
		gap: 0.05rem;
	}
	.home_btn_text{
		align-items: center;
	}
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}




.main{}
.main_bg{background: #F7F7F7;}





/* home_category */
.home_category_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   background-color: #F7F7F7;
   position: relative;
   overflow: hidden;
   z-index: 2;
}
.home_category_bac::after{
	content: '';
	position: absolute;
	top: -2.22rem;
    left: -2.4rem;
	width: 7.27rem;
	height: 7.27rem;
	border: 0.8rem solid rgba(236,122,35,0.2);
	box-sizing: border-box;
	border-radius: 50%;
	z-index: -1;
}
.home_category_bac::before{
	content: '';
	position: absolute;
	bottom: -5.17rem;
    right: -4.26rem;
	width: 7.27rem;
	height: 7.27rem;
	border: 0.8rem solid rgba(236,122,35,0.2);
	box-sizing: border-box;
	border-radius: 50%;
	z-index: -1;
}
.home_category{

}


.homeCat_list_box{
	margin-top: 0.4rem;
}

.homeCat_list{padding:0 0.1rem !important;box-sizing: border-box; position:relative; overflow:hidden}
.homeCat_list .swiper-wrapper{display:-webkit-flex; display:flex; position:relative; width:100%}
.homeCat_list .swiper-slide{flex-shrink:0; position:relative; background: #FFF; -webkit-border-radius:.2rem; border-radius:.2rem; overflow: hidden;}
.homeCat_list .swiper-slide a{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center;}

.homeCat_tit{width: 100%;box-sizing: border-box; padding: .26rem .4rem;}
.homeCat_tit h5{font-size: 0.22rem;font-weight: 900;line-height: 1.5; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-transition:all .5s ease; transition:all .5s ease;}
.homeCat_tit>span{margin-top: 0.2rem; color: #666; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.homeCat_pic{flex-shrink: 0; width:40%; position:relative; overflow:hidden}
.homeCat_pic::before{content:""; display:block; padding-bottom:100%}
.homeCat_pic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;-webkit-transition:all .5s ease; transition:all .5s ease;}

.homeCat_list .swiper-slide:hover{box-shadow: var(--boxShadow);}
.homeCat_list .swiper-slide:hover h5{color: var(--i_color);}
.homeCat_list .swiper-slide:hover img{-webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);}
.homeCat_list .swiper-slide:hover .i_more{background: var(--i_color);}
.homeCat_list .swiper-slide:hover .i_more span,.homeCat_list .swiper-slide:hover .i_more iconify-icon{color: #FFF;}

.homeCat-pagination{width: 60%;}

.homeCat_list .swiper-slide:hover{
	box-shadow: 0 0 0.1rem rgba(236,122,35,0.1);
}




@media screen and (max-width:1024px) {
	.homeCat_tit h5{font-size: 20px;}
	.homeCat_list{margin-top: 0.4rem;}
	.hot_products_bac{
		padding:0.8rem 0 0.6rem 0;
	}
	.home_category_bac::after{
		top: -2.22rem;
		left: -2.4rem;
		width: 5rem;
		height: 5rem;
		border: 0.4rem solid rgba(236,122,35,0.2);
	}
	.home_category_bac::before{
		bottom: -3.17rem;
		right: -2.26rem;
		width: 5rem;
		height: 5rem;
		border: 0.4rem solid rgba(236,122,35,0.2);
	}

}
@media screen and (max-width:768px) {
	.homeCat_tit{padding: 20px 30px;}
	.homeCat_tit h5{font-size: 18px;}
}
@media screen and (max-width:560px) {
	.homeCat .i_tit{margin-bottom: 20px;}
	.homeCat .i_tit h3{font-size: 18px;}

	.homeCat_tit{padding: 0.2rem;}
	.homeCat_tit h5{font-size: 0.16rem;}
	.homeCat_tit>span{margin-top: 10px;}
	.homeCat_tit .i_more{display: none;}
	.hot_products_bac::before{
		display: none;
	}
}



.public-prev,.public-next{position:absolute; top:50%; transform:translate(0,-50%); width:.4rem; height:.4rem; 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}
.public-prev{left: -.6rem;}
.public-next{right:-.6rem;}
.public-prev iconify-icon,.public-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.2rem; color:var(--i_color);}
.swiper-button-disabled{cursor:not-allowed}
.public-prev:hover,.public-next:hover{background: var(--i_color);}
.public-prev:hover iconify-icon,.public-next:hover iconify-icon{color: #FFF;}
@media screen and (max-width:1024px) {
	.public-prev,.public-next{display: none;}
}

.public-pagination{width: 57%; height: 3px; margin-left: auto;margin-right: auto; background: #CCC; position: relative !important;}
.public-pagination span{position:absolute; top:0; left:0; width:100%; height:100%; background: var(--i_color) !important;  transform-origin: left top;}

.public-pagination2{display:block; text-align:center}
.public-pagination2 .swiper-pagination-bullet{width:14px; height:14px; box-sizing: border-box; border: 1px solid transparent; display:inline-block; margin:0 5px; background:#FFF; -webkit-border-radius:50%; border-radius:50%; outline:none; cursor:pointer; position: relative;}
.public-pagination2 .swiper-pagination-bullet::before{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);width: 8px;height: 8px;background: #777;-webkit-border-radius:50%; border-radius:50%;}
.public-pagination2 .swiper-pagination-bullet-active{border-color: var(--i_color);}
.public-pagination2 .swiper-pagination-bullet-active::before{background: var(--i_color);}




@media screen and (max-width:1440px){
	.home_category_bac{
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_category_bac{
		padding: 0.6rem 0;
	}
}
@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){

}






/* title */
.title{

}
.title p{
	line-height: 121.74%;
	font-size: 0.46rem;
	color: #333;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
.title span{
	line-height: 162.5%;
	color: #666;
	font-size: 0.16rem;
	margin-top: 0.15rem;
	display: block;
	text-align: center;
}
.title_left p,
.title_left span{
	text-align: left;
}
.title_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.2rem;
	flex-wrap: wrap;
}

@media screen and (max-width:1440px){
	.title p{
		font-size: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.title p{
		font-size: 0.35rem;
	}
	.title span{
		font-size: 13px;
	}
}
@media screen and (max-width:1024px){
	.title p{
		font-size: 0.3rem;
	}
	.title p br,
	.title span br{
		display: none;
	}
}
@media screen and (max-width:960px){
	.title p{
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px){
	.title p{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:560px){
	.title p{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:425px){

}


/* home_style */
.home_style_bac{
   box-sizing: border-box;
   padding: 0.8rem 0 0.4rem 0;
   overflow: hidden;
}
.home_style{

}
.home_style_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.2rem;
   margin-top: 0.2rem;
}
.home_style_ul li{
   height: 3.4rem;
   width: calc((100% - 0.8rem) / 5);

}
.home_style_ul li a{
   width: 100%;
   height: 100%;
   display: block;
   position: relative;
   overflow: hidden;
}
.home_style_ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;

}
.home_style_text{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 2;
}
.home_style_text::after{
	content: '';
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: -1;
	transition: all 0.5s ease;
}
.home_style_text p{
   font-size: 0.36rem;
   color: #fff;
   text-transform: capitalize;
}

.home_style_ul li:nth-child(1){
	clip-path: polygon(0 0, 100% 0.4rem, 100% 100%, 0% 100%);
}
.home_style_ul li:nth-child(2),
.home_style_ul li:nth-child(3),
.home_style_ul li:nth-child(4){
   box-sizing: border-box;
   padding-top: 0.4rem;
}
.home_style_ul li:nth-child(5){
	clip-path: polygon(0 0.4rem, 100% 0, 100% 100%, 0% 100%);
}
.home_style_ul li:nth-child(6){
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.4rem), 0% 100%);
}
.home_style_ul li:nth-child(7),
.home_style_ul li:nth-child(8),
.home_style_ul li:nth-child(9){
   box-sizing: border-box;
   padding-bottom: 0.4rem;
}
.home_style_ul li:nth-child(10){
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 0.4rem));
}


.home_style_ul li:nth-child(1) p,
.home_style_ul li:nth-child(5) p{
	margin-top: 0.4rem;
}
.home_style_ul li:nth-child(6) p,
.home_style_ul li:nth-child(10) p{
	margin-bottom: 0.4rem;
}

.home_style_ul li a:hover img{
	transform: scale(1.1);
}
.home_style_ul li a:hover .home_style_text::after{
	transform: translate(-50%,-50%) scale(0.8);
	background: rgba(0,0,0,0);
}

@media screen and (max-width:1440px){
	.home_style_text p {
		font-size: 0.32rem;
	}
}
@media screen and (max-width:1200px){
	.home_style_text p {
		font-size: 0.3rem;
	}
	.home_style_ul {
		gap: 0.1rem;
	}
	.home_style_ul li {
		height: 3rem;
		width: calc((100% - 0.4rem) / 5);
	}
	.home_style_bac {
		padding: 0.6rem 0 0.2rem 0;
	}
}
@media screen and (max-width:1024px){
	.home_style_text p {
		font-size: 0.28rem;
	}
	.home_style_ul li {
        height: 2.6rem;
    }
}
@media screen and (max-width:960px){
	.home_style_text p {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:767px){
	.home_style_text p {
		font-size: 0.2rem;
	}
	.home_style_ul li{
		height: 2rem;
		padding: 0 !important;
		clip-path:unset !important;
	}
	.home_style_ul{
		margin-top: 0.4rem;
	}
	.home_style_ul li {
        width: calc((100% - 0.1rem) / 2);
    }
	.home_style_bac {
		padding: 0.6rem 0;
	}
	.home_style_ul li:nth-child(1) p, .home_style_ul li:nth-child(5) p{margin-top: 0;}
}
@media screen and (max-width:560px){
	.home_style_ul li{height: 1.8rem;}
}





/* home_products */
.home_products_bac{
   box-sizing: border-box;
   padding-bottom: 0.8rem;
}
.home_products{

}



/*  */
.HP_partner_box{
	margin-top: 0.2rem;
}

.HP_partner{position:relative}
.HP_partner_list{width:100%; padding:0.4rem 0.1rem 0 0.1rem !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HP_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HP_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HP_partner_list li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	border-radius: 0.1rem;
	transition: all 0.3s ease;
}
.HP_partner_list .img{width:100%; box-sizing:border-box;z-index: 2; position:relative; overflow:hidden}
.HP_partner_list .img:before{content:""; display:block; padding-bottom:100%}
.HP_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}
.HP_partner_list .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	height: 60%;
	border: 0.4rem solid #F9F9F9;
	z-index: -1;
	border-radius: 50%;
	transition: all 0.5s ease;
}

.HP_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}

.HP_text{

}
.HP_text h3{
	font-size: 0.18rem;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	padding: 0.4rem 6% 0.25rem 6%;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	transition: all 0.3s ease;
}

.HP_partner_list li a:hover{
	transform: translateY(-0.2rem);
	box-shadow: 0 0 0.1rem rgba(236,122,35,0.3);
	border: 1px solid var(--i_color);
}
.HP_partner_list li a:hover h3{
	color: var(--i_color);
}
.HP_partner_list li a:hover .img::after{
	transform: translate(-50%,-50%) scale(1.5);
	top: 6%;
    left: 69%;
	border: 0.4rem solid rgba(236,122,35,0.1);
}


/* 指示器 */
.HP_partner .pt-pagination{
    background: #D8D8D8;
    position: relative;
    width: 100%;
    height: 2px;
	margin-top: 0.6rem;
}
.HP_partner .pt-pagination span{
	background-color: var(--i_color);
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}




@media screen and (max-width:1440px){

}
@media screen and (max-width:1200px){
	.HP_partner_list {
		padding: 0.2rem 0.1rem 0 0.1rem !important;
	}
	.HP_partner_list li a:hover{
		transform: translateY(-0.1rem);
	}
	.home_products_bac{
		padding-bottom: 0.6rem;
	}
	.HP_partner .pt-pagination{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.HP_text h3 {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px){

}


/* home_about */
.home_about_bac{
   overflow: hidden;
}
.home_about{
   position: relative;
}
.home_about>img{
	display: block;
	width: 100%;
	height: auto;
}
.home_about_box{
   position: absolute;
   top: 38%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.home_about_text{
	width: 40.1875%;
}
.home_about_text .title{
    position: relative;
	z-index: 2;
}
.home_about_text .title::after{
    content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1.77rem;
	height: 1.77rem;
	background: rgba(236,122,35,0.05);
	z-index: -2;
	border-radius: 50%;
}
.home_about_text .title::before{
	content: '';
	position: absolute;
    top: 0.71rem;
    left: 0.07rem;
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	background-color: var(--i_color);
	z-index: -1;
}
.home_about_text h3{
   line-height: 166%;
   font-size: 0.18rem;
   color: #666;
   margin: 0.7rem 0 0.4rem 0;
}
.home_about_btn{
   display: flex;
   align-items: center;
   gap: 0.4rem;
}
.home_youtube{

}
.home_youtube img{
	width: 1.8rem;
	display: block;
	cursor: pointer;
}
.home_about_i{
	position: absolute;
	z-index: -1;
	width: 11.25rem;
	height: 11.25rem;
	top: 0.7rem;
	right: 1.9rem;
	border-radius: 50%;
	border: 1px solid rgba(236,122,35,0.5);
	animation: cricle 20s linear infinite forwards;
}
.home_about_i::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	background-color: var(--i_color);
}
.home_about_i::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	background-color: var(--i_color);
}

@keyframes cricle {
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
	}
}



@media screen and (max-width:1440px){
	.home_about_text h3 {
		font-size: 0.16rem;
		margin: 0.6rem 0 0.3rem 0;
	}
	.home_youtube img {
		width: 1.6rem;
	}
}
@media screen and (max-width:1200px){
	.home_about_text{
		background: rgba(255,255,255,0.5);
		width: 50%;
		box-sizing: border-box;
		padding: 0.2rem;
		border-radius: 0.1rem;
		backdrop-filter: blur(6px);
		box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	}
	.home_about_text h3 {
        margin: 0.4rem 0 0.2rem 0;
    }
	.home_about_text .title::before{display: none;}
	.home_about_box {
		top: 50%;
	}
	.home_youtube img {
		width: 1.4rem;
	}
}
@media screen and (max-width:1024px){
	.home_about_text {
		width: 100%;
	}
	.home_youtube img {
		width: 1.2rem;
	}
}
@media screen and (max-width:960px){
	.home_youtube img {
		width: 1rem;
	}
}
@media screen and (max-width:767px){
    .home_about_text h3 {
        margin: 0.2rem 0;
    }
	.home_about_btn{
		gap: 0.2rem;
	 }

}
@media screen and (max-width:560px){
	.home_about_text h3 {
		font-size: 14px;
	}
	.home_about>img {
		width: 100%;
		height: 5rem;
		object-fit: cover;
	}
}
@media screen and (max-width:425px){

}


.about_four_bac{
   background: var(--i_color);
   box-sizing: border-box;
   padding: 0.2rem 0;
}
.about_four{

}
.about_four_ul{
   display: flex;
   justify-content: space-between;
   box-sizing: border-box;
   padding: 0 5%;
   gap: 0.4rem;
}
.about_four_ul li{
	position: relative;
	box-sizing: border-box;
}
.about_four_ul li img{
   width: 2.15rem;
   height: auto;
   max-width: 100%;
   margin: 0 auto;
   display: block;

}
.about_four_text{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   z-index: 2;
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.about_four_text h3{
	font-size: 0.24rem;
	color: #fff;
	display: flex;
}
.about_four_text h3 span{
   font-size: 0.86rem;
   color: #fff;
   font-weight: bold;
   line-height: 100%;
}
.about_four_text h4{
   font-size: 0.16rem;
   color: #fff;
   text-align: center;
}



@media screen and (max-width:1440px){
	.about_four_text h3 span {
		font-size: 0.8rem;
	}
	.about_four_ul li img {
		width: 2rem;
	}
}
@media screen and (max-width:1200px){
	.about_four_text h3 span {
		font-size: 0.7rem;
	}
	.about_four_text h4 {
		font-size: 0.14rem;
	}
	.about_four_ul li img {
		width: 1.5rem;
	}
}
@media screen and (max-width:1024px){
	.about_four_text h3 span {
		font-size: 0.6rem;
	}
}
@media screen and (max-width:960px){
	.about_four_text h3 span {
		font-size: 0.5rem;
	}
}
@media screen and (max-width:767px){
	.about_four_text h3 span {
		font-size: 0.4rem;
	}
	.about_four_ul {
		gap: 0.2rem;
	}
}
@media screen and (max-width:560px){
	.about_four_ul{
		flex-wrap: wrap;
	}
	.about_four_ul li{
		width: calc((100% - 0.4rem) / 2);
	}
}
@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: 45%;
	font-size: 0.44rem;
	color: #FFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.vd_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
	object-fit: contain;
}
@media screen and (max-width:1024px) {
	.vd_box_area {
		width: 80%;
	}
	.close_v::before {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:768px) {
	.vd_box_area {
		width: 88%;
	}
	.close_v {
		top: -.15rem;
		right: -.15rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	.close_v::before {
		font-size: 0.3rem;
	}
}


/* choose_us */
.choose_us_bac{
   background: #F7F7F7;
   box-sizing: border-box;
   padding: 1rem 0;
}
.choose_us{

}
.choose_us_list{
    box-sizing: border-box;
	padding: 0.08rem;
	border-radius: 8rem;
	border: 1px solid var(--i_color);
	justify-content: space-between;
	box-sizing: border-box;
	margin: 0.6rem 16%;
	display: flex;
	justify-content: space-between;
}
.choose_us_list li{
	font-size: 0.2rem;
	color: #333;
	display: inline-block;
	box-sizing: border-box;
	padding: 0.1rem 0.2rem;
	border-radius: 8rem;
	transition: all 0.3s ease;
	cursor: pointer;
	line-height: 100%;
}
.choose_us_list li.current{
	background: rgba(236,122,35,0.1) !important;
	color: var(--i_color) !important;
}


.choose_us_dl{

}
.choose_us_dl dt{

}
.choose_us_box{
	display: flex;
	flex-wrap: wrap;
}
.choose_us_text{
   width: 50%;
   box-sizing: border-box;
   padding-right: 5%;
}
.choose_us_text img{
   width: 0.76rem;
   height: 0.76rem;
   object-fit: contain;
}
.choose_us_text h3{
	line-height: 177%;
	font-size: 0.18rem;
	color: #333;
	margin: 0.3rem 0 0.6rem 0;
}
.choose_us_img{
	width: 50%;
	position: relative;
	border-radius: 0.06rem;
	overflow: hidden;
}
.choose_us_img::after{
   content: '';
   display: block;
   padding-bottom: 54.5%;
}
.choose_us_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}


@media screen and (max-width:1440px){
	.choose_us_list li {
		font-size: 0.18rem;
	}
	.choose_us_bac {
		padding: 0.8rem 0;
	}
	.choose_us_text img {
		width: 0.7rem;
		height: 0.7rem;
	}
	.choose_us_text h3 {
		font-size: 0.16rem;
		margin: 0.2rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1200px){
	.choose_us_list li {
		font-size: 0.16rem;
	}
	.choose_us_list {
		margin: 0.4rem 10%;
	}
	.choose_us_bac {
		padding: 0.6rem 0;
	}
	.choose_us_text img {
		width: 0.6rem;
		height: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.choose_us_list {
		margin: 0.4rem 5%;
	}
}
@media screen and (max-width:960px){
	.choose_us_list {
		margin: 0.4rem 0%;
	}
}
@media screen and (max-width:767px){
	.choose_us_text img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.choose_us_text h3 {
		font-size: 13px;
		margin: 0.2rem 0;
	}
}
@media screen and (max-width:560px){
	.choose_us_list li{
		width: 50%;
		text-align: center;
	}
	.choose_us_list{
		flex-wrap: wrap;
		border-radius: 0.2rem;
	}
	.choose_us_list li {
		font-size: 15px;
	}
	.choose_us_text {
		width: 100%;
		padding-right: 0%;
	}
	.choose_us_img {
		width: 100%;
	}
	.choose_us_box {
		gap: 0.2rem;
		flex-direction: column-reverse;
	}
}
@media screen and (max-width:425px){
	.choose_us_list li {
		font-size: 14px;
	}
	.choose_us_list {
        margin: 0.2rem 0%;
    }
}



/* sold_globally */
.sold_globally_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.sold_globally{

}


/*  */
.SG_partner_box{
	margin-top: 0.4rem;
}

.SG_partner{position:relative}
.SG_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.SG_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.SG_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.06rem;
	overflow: hidden;
}
.SG_partner_list li a{
	display: block;
	width: 100%;
}
.SG_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.SG_partner_list .img:before{content:""; display:block; padding-bottom:57.54%}
.SG_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


.SG_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}

.SG_text{
   box-sizing: border-box;
   padding: 0.7rem 0.3rem 0.3rem 0.3rem;
   background: linear-gradient(to top,rgba(236,122,35,1),rgba(236,122,35,0));
   position: absolute;
   bottom: -100%;
   left: 0;
   width: 100%;
   transition: all 0.7s ease;
}
.SG_text h3{
   font-size: 0.18rem;
   color: #fff;
   margin-bottom: 0.05rem;
}
.SG_text h4{
   font-size: 0.26rem;
   color: #fff;
   font-weight: bold;
}



.SG_partner_list li.swiper-slide-active .SG_text{
	bottom: 0 !important;
}









/* 指示器 */
.SG_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.SG_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:2px; outline:none}
.SG_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

/* 左右箭头 */
.SG_box{
	display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
}


.SG_partner .pt-button-prev, .SG_partner .pt-button-next{
	width:0.5rem;
	height:0.5rem;
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.02rem;
	transition: all 0.3s ease;
	background-color: var(--i_color);
}
.SG_partner .pt-button-prev iconify-icon, .SG_partner .pt-button-next iconify-icon{
	font-size: 0.24rem;
	color: #fff;
	transition: all 0.3s ease;
}


.SG_partner .pt-button-prev:hover, .SG_partner .pt-button-next:hover{
	background-color: #222;
}


@media screen and (max-width:1440px){
	.SG_text h4{
		font-size: 0.22rem;
	}
	.SG_text {
		padding: 0.6rem 0.2rem 0.2rem 0.2rem;
	}
}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1200px){
	.SG_partner .pt-button-prev, .SG_partner .pt-button-next{display:none}
	.SG_partner .pt-pagination{display:block}
	.SG_text h4{
		font-size: 0.2rem;
	}
	.SG_text h3 {
		font-size: 0.16rem;
	}
	.SG_text {
		padding: 0.4rem 0.2rem 0.2rem 0.2rem;
	}
	.sold_globally_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:959px){
	.SG_text h4{
		font-size: 0.18rem;
	}
}
@media screen and (max-width:767px){
	.SG_text h4{
		font-size: 0.16rem;
	}
	.SG_text h3 {
		font-size: 0.14rem;
		margin-bottom: 0;
	}
	.SG_text {
		padding: 0.3rem 0.1rem 0.1rem 0.1rem;
	}
	.SG_box{display: none;}
}
@media screen and (max-width:560px){

}


/* honor */
.honor_bac{

}
.honor{
   position: relative;
}
.honor img{
	width: 100%;
	height: auto;
}
.honor_text{
	position: absolute;
	top: 0.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}


@media screen and (max-width:1440px){
	.honor_text{
		top: 0.6rem;
	}
}
@media screen and (max-width:1200px){
	.honor_text{
		top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
    .honor_text span{display: none;}
}
@media screen and (max-width:560px){
	.honor_text{
		top: 0.2rem;
	}
}
@media screen and (max-width:425px){

}


/* home_news */
.home_news_bac{
   box-sizing: border-box;
   padding: 0.8rem 0 0.4rem 0;
}
.home_news{

}
.home_news_box{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.4rem;
}
.home_news_left{
	width: 48.75%;
}
.home_news_left a{
   display: block;
   width: 100%;
   position: relative;
   border-radius: 0.06rem;
   overflow: hidden;
}
.home_news_left a::after{
   content: '';
   display: block;
   padding-bottom: 76.03%;
}
.home_news_left a img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.home_news_leftText{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   box-sizing: border-box;
   padding: 0.3rem;
   background: linear-gradient(to top,rgba(51,51,51,1),rgba(51,51,51,0));
}
.home_news_leftText h3{
    font-size: 0.16rem;
	color: #fff;
}
.home_news_leftText h4{
   line-height: 155%;
   font-size: 0.22rem;
   color: #fff;
   margin: 0.1rem 0 0.2rem 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   transition: all 0.3s ease;
}
.home_news_leftText i{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.38rem;
   height: 0.38rem;
   border-radius: 0.05rem;
   background-color: var(--i_color);
}
.home_news_leftText i iconify-icon{
   font-size: 0.22rem;
   color: #fff;
}
.home_news_right{
	width: 51.25%;
	box-sizing: border-box;
	padding-left: 2.5%;
}
.home_news_rightUl{
    display: flex;
	flex-direction: column;
	gap: 0.3rem;
}
.home_news_rightUl li{

}
.home_news_rightUl li a{
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   background-color: #F9F9F9;
   align-items: center;
}
.home_news_rightImg{
   width: 37%;
   position: relative;
}
.home_news_rightImg::after{
   content: '';
   display: block;
   padding-bottom: 61.81%;
}
.home_news_rightImg img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.home_news_rightText{
   width: 63%;
   box-sizing: border-box;
   padding: 0.1rem 4%;
}
.home_news_rightText h3{
   font-size: 0.18rem;
   line-height: 1.6;
   font-weight: bold;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   transition: all 0.3s ease;
}
.home_news_rightTxt{
   display: flex;
   justify-content: space-between;
   align-items: center;
   box-sizing: border-box;
   padding-top: 0.2rem;
   margin-top: 0.2rem;
   border-top: 1px solid rgba(51,51,51,0.2);
}
.home_news_rightTxt h4{
   font-size: 0.16rem;
   color: #666;
}
.home_news_rightTxt i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 0.05rem;
    background-color: #222;
	transition: all 0.3s ease;
}
.home_news_rightTxt i iconify-icon{
    font-size: 0.22rem;
    color: #fff;
}

.home_news_left a:hover img{
	width: 110%;
	height: 110%;
}
.home_news_left a:hover h4{
	color: var(--i_color);
}
.home_news_rightUl a:hover h3{
	color: var(--i_color);
}
.home_news_rightUl a:hover i{
	background-color: var(--i_color);
}


@media screen and (max-width:1440px){
	.home_news_rightUl {
		gap: 0.2rem;
	}
	.home_news_rightTxt {
		padding-top: 0.15rem;
		margin-top: 0.15rem;
	}
	.home_news_rightTxt i {
		width: 0.35rem;
		height: 0.35rem;
	}
	.home_news_leftText h4 {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1200px){
	.home_news_leftText h4 {
		font-size: 0.18rem;
	}
	.home_news_rightText h3 {
		font-size: 0.18rem;
	}
	.home_news_rightTxt h4 {
		font-size: 0.14rem;
	}
	.home_news_bac {
		padding: 0.6rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.home_news_left {
		width: 100%;
	}
	.home_news_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
	.home_news_rightTxt {
        padding-top: 0.1rem;
        margin-top: 0.1rem;
    }
}
@media screen and (max-width:560px){
    .home_news_rightText h3 {
        font-size: 0.16rem;
    }
	.home_news_rightTxt i {
        width: 0.3rem;
        height: 0.3rem;
    }
	.home_news_rightTxt i iconify-icon {
		font-size: 0.18rem;
	}
	.home_news_leftText {
		padding: 0.2rem;
	}
}
@media screen and (max-width:425px){
    .home_news_leftText h4 {
        font-size: 0.16rem;
    }
}


/* partner */
.partner_bac{
   box-sizing: border-box;
   padding-bottom: 0.4rem;
}
.partner{

}


/*  */
.par_partner_box{}

.par_partner{position:relative}
.par_partner_list{width:100%; padding:0.1rem !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.par_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.par_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	border-radius: 0.1rem;
	box-shadow: 0 0rem 0.1rem rgba(236,122,35,0.1);
}

.par_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.par_partner_list .img:before{content:""; display:block; padding-bottom:51.6%}
.par_partner_list .img img{
	position:absolute; top:50%;
	left:50%; transform:translate(-50%,-50%);
	width:100%; height:100%;
	object-fit:contain;
	box-sizing: border-box;
	padding: 0.1rem;
}


.par_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}

/* 指示器 */
.par_partner .pt-pagination{display:none; text-align:center; margin:0.4rem auto 0}
.par_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}
.par_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){
	.par_partner .pt-button-prev, .par_partner .pt-button-next{display:none}
	.par_partner .pt-pagination{display:block}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){

}



/* footer_top */
.footer_top_bac{
   box-sizing: border-box;
   padding: 0.4rem 0;
   background: url('static/imgs/footer_top.webp') center no-repeat;
   background-size: cover;
}
.footer_top{

}
.footer_top p{
	font-size: 0.38rem;
	color: #fff;
	text-shadow: 0.03rem 0.03rem 0 rgba(0, 0, 0, .5);
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width:1440px){
	.footer_top p{
		font-size: 0.34rem;
	}
}
@media screen and (max-width:1200px){
	.footer_top p{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:1024px){
	.footer_top p{
		font-size: 0.3rem;
	}
}
@media screen and (max-width:960px){
	.footer_top p{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:767px){
	.footer_top p{
		font-size: 0.26rem;
	}
	.footer_top p br{
		display: none;
	}
}
@media screen and (max-width:560px){
	.footer_top p{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:425px){
	.footer_top_bac{padding: .3rem 0;}
	.footer_top p{
		font-size: 0.18rem;
	}
}


/* ----------------------footer------------------------ */
.footer_bac{
   box-sizing: border-box;
   padding: 0.4rem 0;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.footer_bac::after{
	content: '';
	position: absolute;
	bottom: -0.35rem;
	right: 0.15rem;
	width: 12.3rem;
	height: 2.6rem;
	background: url('static/imgs/footer_bac.png') center no-repeat;
	background-size: contain;
	z-index: -1;
	max-width: 100%;
}
.footer{
   display: flex;
}
.footer_1{
   width: 43.125%;
   box-sizing: border-box;
   padding-right: 6%;
}
.footer_1 img{
   height: 1rem;
}
.footer_1_ul{
   display: flex;
   flex-direction: column;
   gap: 0.25rem;
   margin: 0.25rem 0 0.6rem 0;
}
.footer_1_ul li{
   display: flex;
   flex-wrap: nowrap;
   gap: 0.1rem;
}
.footer_1_ul li p{
	flex-shrink: 0;
   font-size: 0.18rem;
   color: #222;
   line-height: 1.5;
}
.footer_1_dl{

}
.footer_1_dl dt{
	margin-bottom:6px;
}
.footer_1_dl dt a{
	font-size: 0.18rem;
	color: #222;
	line-height: 1.5;
	transition: all 0.3s ease;
}
.footer_1_dl dt a:hover{
	color: var(--i_color);
}
.footer_share{
   display: flex;
   gap: 0.25rem;

}
.footer_share dt{

}
.footer_share dt a{
   width: 0.44rem;
   height: 0.44rem;
   border-radius: 50%;
   background-color: #FDF4ED;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
}
.footer_share dt a iconify-icon{
	color: #DCDCDC;
	font-size: 0.15rem;
	transition: all 0.3s ease;
}
.footer_share dt a:hover{
	background-color: var(--i_color);
	transform: translateY(-0.05rem);
}
.footer_share dt a:hover iconify-icon{
	color: #fff;
}
.footer_2{
   width: 23.75%;
   box-sizing: border-box;
   padding-right: 3%;
}
.footer_h3{
   font-size: 0.32rem;
   color: #222;
   font-weight: bold;
   text-transform: capitalize;
   margin-bottom: 0.3rem;
}
.footer_ul{
   display: flex;
   flex-direction: column;
   gap: 0.15rem;
}
.footer_ul li{

}
.footer_ul li a{
	display: table;
	padding: 2px 0;
   font-size: 0.18rem;
   color: #222;
   line-height: 1.5;
   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.5%;
	box-sizing: border-box;
	padding-right: 2%;
}
.footer_4{
	width: 11.625%;
}

.footer_down_bac{
   box-sizing: border-box;
   padding: 0.25rem 0;
   background: #F7F7F7;
}
.footer_down{

}
.footer_down p{
   font-size: 0.14rem;
   color: #333;
}
.footer_down p a{
	font-size: 0.14rem;
	color: #333;
	border-bottom: 1px solid #333;
	transition: all 0.3s ease;
}
.footer_down p a:hover{
	color: var(--i_color);
	border-bottom: 1px solid var(--i_color);
}



@media screen and (max-width:1440px){
	.footer_1 img {
		height: 0.9rem;
	}
	.footer_h3 {
		font-size: 0.3rem;
	}
	.footer_ul li a {
		font-size: 0.16rem;
	}
	.footer_1_dl dt a {
		font-size: 0.16rem;
	}
	.footer_1_ul li p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.footer_1 img {
		height: 0.8rem;
	}
	.footer_h3 {
		font-size: 0.28rem;
	}
}
@media screen and (max-width:1024px){
	.footer_2,.footer_3,.footer_4{display: none;}
	.footer_1{
		width: 100%;
		padding-right: 0;
	}
	.footer_1_ul {
		gap: 0.2rem;
		margin: 0.2rem 0 0.4rem 0;
	}
	.footer_down p,.footer_down p a{font-size: 13px;}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
    .footer_1 img {
        height: 0.6rem;
    }
}
@media screen and (max-width:560px){

}
@media screen and (max-width:425px){

}








.banner__{width: 100%; overflow: hidden; position: relative;}
.banner__::before{content: '';display: block;padding-bottom: 26.124%;}
.banner__ img{position:absolute; top:0; left:0; width:100vw; height:100%; object-fit: cover;}






/* Breadcrumb */
.in_position{padding:.2rem 0;background:#F7F7F7;position:relative;}
.in_position .wrap{display:flex;flex-wrap:wrap;align-items:center;}
.in_position a{display:block;font-size:15px;color:#333;position:relative;line-height:20px;}
.in_position a:first-child{padding-left: 0.26rem;}
.in_position a:first-child::before{
	content: '';
	position:absolute; top:50%; transform:translate(0,-50%);left: 0;
	width: 18px;height: 18px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23EC7A23' d='M261.56 101.28a8 8 0 0 0-11.06 0L66.4 277.15a8 8 0 0 0-2.47 5.79L63.9 448a32 32 0 0 0 32 32H192a16 16 0 0 0 16-16V328a8 8 0 0 1 8-8h80a8 8 0 0 1 8 8v136a16 16 0 0 0 16 16h96.06a32 32 0 0 0 32-32V282.94a8 8 0 0 0-2.47-5.79Z'/%3E%3Cpath fill='%23EC7A23' d='m490.91 244.15l-74.8-71.56V64a16 16 0 0 0-16-16h-48a16 16 0 0 0-16 16v32l-57.92-55.38C272.77 35.14 264.71 32 256 32c-8.68 0-16.72 3.14-22.14 8.63l-212.7 203.5c-6.22 6-7 15.87-1.34 22.37A16 16 0 0 0 43 267.56L250.5 69.28a8 8 0 0 1 11.06 0l207.52 198.28a16 16 0 0 0 22.59-.44c6.14-6.36 5.63-16.86-.76-22.97'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}
.in_position a:not(:last-child):after {content:">";margin:0 4px;color:#555}
.in_position a:last-child {color:var(--i_color) !important}
.in_position a:hover {color:var(--i_color)}
@media screen and (max-width:1024px) {
	.in_position {padding:.16rem 0;}
	.in_position a {font-size:14px}
}
@media screen and (max-width:560px) {
	.in_position {padding:.12rem 0;}
	.in_position a {font-size:13px}
}






.category_page{}


.categoryBox{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 3%;}
.cat_nav{flex-shrink: 0; width: 400px; box-sizing: border-box; padding-right: 3%; border-right: 1px dashed #F5BC91; position: relative;}
.catList_show{width: 100%; margin-left: auto;}
@media screen and (max-width:1200px) {
	.cat_nav{width: 28%;}
}
@media screen and (max-width:1024px) {
	.categoryBox{flex-wrap: wrap; margin-bottom: 80px;}
	.cat_nav{border: none;}
	.catList_show{width: 100%; padding: 0 0; margin: 0 0;}
}
@media screen and (max-width:560px) {
	.categoryBox{margin-bottom: 60px;}
}






.cat_nav_tit{margin-bottom: 0.2rem; position: relative;}
.cat_nav_tit h4{margin-left: 0.2rem; font-size: 0.18rem;color: #333; font-weight: bold;}
.cat_nav_tit iconify-icon{display: none;}

.cat_nav_list{position: relative;}
.cat_nav_list li{margin-bottom: .1rem; position: relative;}

.cat_fold_tit{padding: 0 .2rem; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;gap: 0 .2rem; border-radius:.08rem;}
.cat_fold_tit a{padding: .18rem 0; width: 100%; font-size: 0.18rem; color: #222; font-weight: bold;}
.cat_fold_tit iconify-icon{margin-left: auto;flex-shrink: 0;font-size: 0.24rem;cursor: pointer;-webkit-transition:all .5s ease; transition:all .5s ease;}
.cat_fold_tit a:hover,.active .cat_fold_tit a,.active .cat_fold_tit iconify-icon{color: var(--i_color);}
.active .cat_fold_tit{background: var(--i_color);}
.active .cat_fold_tit a{color: #FFF;}
.active .cat_fold_tit iconify-icon{color: #FFF; -webkit-transform:rotate(-180deg); transform:rotate(-180deg);}

.cat_fold_sub{display: none; padding:.1rem .2rem .1rem;}
.cat_fold_sub dt{display: table; margin: .1rem 0; box-sizing: border-box;padding-left: 0.2rem; position: relative;}
.cat_fold_sub dt::before{content: '';position: absolute; left: 0; position:absolute; top:50%; transform:translate(0,-50%); width: 8px; height: 8px; background: #CCC; border-radius:50%;}

.cat_fold_sub a{display: block;font-size: 0.18rem; position: relative;-webkit-transition:all .5s ease; transition:all .5s ease;}
.cat_fold_sub dt a::after{content: '';position: absolute; left: 0; bottom: 0; width:0; height: 1px; background: var(--i_color);transition:all .5s ease;}

.cat_fold_sub dt:hover::before,.cat_fold_sub dt.active::before{background: var(--i_color);}
.cat_fold_sub dt:hover a::after,.cat_fold_sub dt.active a::after{width: 100%;}
.cat_fold_sub dt:hover a,.cat_fold_sub dt.active a{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.cat_nav::before{display: none;}

	.cat_nav{width: 100%; padding-left: 0; padding-right: 0; background: none;}
	.cat_nav_tit{padding: 14px 28px; margin: 0 0; display:-webkit-flex; display:flex; flex-wrap:nowrap;align-items: center;position: relative;z-index: 2; background: var(--i_color); border-radius:8px;}
	.cat_nav_tit h4{margin-left: 0; font-size: 20px; color: #FFF;}
	.cat_nav_tit iconify-icon{display: block; margin-left: auto;font-size: 26px;color: #FFF;}

	.cat_nav_list{display: none;margin-top: -10px; box-sizing: border-box;padding: 40px 30px 24px; background: #F1F1F1; border-radius:0 0 10px 10px;}
	.cat_fold_tit a{padding: 12px 0;font-size: 17px;}
	.cat_fold_sub a{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.cat_nav_tit{padding: 12px 20px;}
	.cat_nav_tit h4{font-size: 18px;}
	.cat_nav_tit iconify-icon{font-size: 22px;}

	.cat_fold_tit a{font-size: 16px;}
}
@media screen and (max-width:560px) {
	.cat_nav_tit h4{font-size: 16px;}

	.cat_nav_list{padding: 30px 20px 10px;}

	.cat_fold_tit a{font-size: 15px;}
	.cat_fold_tit iconify-icon{font-size: 22px;}
	.cat_fold_sub dt::before{width: 6px;height: 6px;}
	.cat_fold_sub a{font-size: 14px;}
}






.asideContact{width: 100%; box-sizing: border-box; padding: .3rem .2rem; background:url(static/imgs/asideContact_bg.webp) no-repeat center;background-size: cover; border-radius:8px;}
.asideContact>h4{padding-bottom: 0.14rem;margin-bottom: 0.14rem; border-bottom: 1px solid #D5CCBB; font-size: 0.26rem;color: var(--i_color);}
.asideContact>h5{font-size: 0.18rem; color: #666; line-height: 1.4;}

.asideContact ul{}
.asideContact li{margin-top: 0.16rem; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .14rem;}
.asideContact li i{flex-shrink: 0; width: 0.4rem;height: 0.4rem;background: var(--i_color); border-radius:50%; position: relative;}
.asideContact li iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.24rem;color: #FFF;}
.asideContact span a{display: block; font-size: 0.15rem; color: #333; line-height: 1.6;}
.asideContact span a:hover{text-decoration: underline; color: var(--i_color);}

@media screen and (max-width:1440px) {
	.asideContact>h4{font-size: 0.2rem;}
	.asideContact>h5{font-size: 0.16rem;}
}
@media screen and (max-width:1024px) {
	.asideContact{display: none;}
}






.category_des{}
.category_name{margin-bottom: 0.1rem; position: relative;}
.category_name h1{font-weight: bold; position: relative; line-height: 1.4;}
.category_des span{color: #555;}






.pList{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 50px 3%;}
.pList li{width: 31.33%; -webkit-transition:all .5s ease; transition:all .5s ease; position:relative;}

.pList li a{
	display: block;
	width: 100%;
	border: 1px solid #D8D8D8;
	border-radius: 0.1rem;
	transition: all 0.3s ease;
}
.pList .img{width:100%; box-sizing:border-box;z-index: 2; position:relative; overflow:hidden}
.pList .img:before{content:""; display:block; padding-bottom:100%}
.pList .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}
.pList .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	height: 60%;
	border: 0.4rem solid #F9F9F9;
	z-index: -1;
	border-radius: 50%;
	transition: all 0.5s ease;
}

.pList .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}

.pList li a:hover{
	transform: translateY(-0.2rem);
	box-shadow: 0 0 0.1rem rgba(236,122,35,0.3);
	border: 1px solid var(--i_color);
}
.pList li a:hover h3{
	color: var(--i_color);
}
.pList li a:hover .img::after{
	transform: translate(-50%,-50%) scale(1.5);
	top: 6%;
    left: 69%;
	border: 0.4rem solid rgba(236,122,35,0.1);
}

@media screen and (max-width:768px) {
	.pList{gap: 40px 4%;}
	.pList li{width: 48%;}
}
@media screen and (max-width:560px) {}







/* Paging */
.in_paging{
	--size:36px;
}
.in_paging ul{display:-webkit-flex; display:flex; flex-wrap:wrap;justify-content:center;align-items:center;text-align: center;}
.in_paging li{min-width: var(--size);margin: 0 4px;}
.in_paging a,.in_paging span {display:block;background: #FFF; padding: 0 10px; box-sizing: border-box; border: 1px solid transparent; height: var(--size); line-height:calc(var(--size) - 2px);font-size:14px;font-weight: bold; color:#444; border-radius:4px; overflow:hidden;}
.in_paging i {display: none !important; margin-top:14px;width:100%;font-size:13px;color:#888;}
.in_paging a:hover,.in_paging .curr_page a,.in_paging .curr_page span {background:var(--i_color);color:#FFF !important}

@media screen and (max-width:1024px) {
	.in_paging ul{justify-content: center;}
}
@media screen and (max-width:560px) {
	.in_paging{--size:30px}
}

.in_paging_p ul{justify-content:flex-end !important;}






.p_data{display:-webkit-flex; display:flex; flex-wrap:nowrap; gap: 0 4%;}

/* atlas */
.p_atlas {flex-shrink: 0; width:40%; box-sizing: border-box; position: relative;}
.p_atlas_list {width: 100%; margin-left: auto; margin-right: auto; position:relative;overflow:hidden}
.p_atlas_list::before{content: ''; position:absolute; left:50%; transform:translate(-50%,0); top: 0; width:86%;height:86%;box-sizing: border-box; border: 0.7rem solid rgba(236,122,35,0.1); border-radius:50%;}
.p_atlas_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;width:100%}

.p_atlas_list .swiper-slide {flex-shrink:0;position:relative;overflow:hidden;}
.p_atlas_list .swiper-slide::before {content:'';display:block;padding-bottom:100%;}
.p_atlas_list .swiper-slide img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}

/* thumbnail */
.p_thumbnail_list {width:100%;margin:.2rem auto 0;box-sizing:border-box;position:relative;overflow:hidden}
.p_thumbnail_list .swiper-wrapper {display:-webkit-flex;display:flex;position:relative;width:100%}
.p_thumbnail_list .swiper-slide {opacity: .4; flex-shrink:0;position:relative;overflow:hidden;border-radius:6px; box-sizing: border-box; border: 1px solid #AAA; cursor:pointer;}
.p_thumbnail_list figure {width:100%;position:relative;overflow:hidden;}
.p_thumbnail_list figure::before {content:'';display:block;padding-bottom:100%;}
.p_thumbnail_list figure img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.p_thumbnail_list .swiper-slide-thumb-active{opacity: 1 !important; border-color: var(--i_color);}

.thumbnail-prev,.thumbnail-next {position:absolute;top:50%;transform:translate(0,-50%);width:.4rem;height:.4rem; border-radius:4px; background: var(--i_color2); z-index:3;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none;-webkit-transition:all .5s ease;transition:all .5s ease;z-index:3;}
.thumbnail-prev {left:0;}
.thumbnail-next {right:0;}
.thumbnail-prev iconify-icon,.thumbnail-next iconify-icon {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:0.2rem;color:#FFF}
.thumbnail-prev:hover, .thumbnail-next:hover{background: var(--i_color); border-color: var(--i_color);}
.thumbnail-prev:hover iconify-icon, .thumbnail-next:hover iconify-icon{color: #FFF;}
.p_atlas .swiper-button-disabled{cursor:not-allowed;}

.thumbnail-pagination {position:absolute;top:.1rem;right:.1rem;text-align:center;padding: 2px 6px; z-index:2;}
.thumbnail-pagination,.thumbnail-pagination span{font-size: 14px; color: #666;}
.thumbnail-pagination .swiper-pagination-current{font-size: 0.22rem;color: var(--i_color);}

@media screen and (max-width:1024px) {
	.p_data{flex-wrap: wrap;}

	.p_atlas{width: 100%; max-width: 6rem; margin: 0 auto .46rem;}
	.p_thumbnail_list{width: 100%;}
	.thumbnail-prev, .thumbnail-next{display: none;}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:560px) {
	.p_atlas_list{width: 100%;}
	.thumbnail-prev iconify-icon, .thumbnail-next iconify-icon{font-size: 30px;}
}






.p_title{margin-left: auto;width: 100%; position: relative;}
.p_title::before{content: '';position: absolute;right: 0;bottom: 0;width: 80%;height: 3rem; background:url(static/imgs/footer_bac.png) no-repeat right bottom; background-size: contain;}

.p_title h1{font-weight: 900; line-height: 1.4;}

.pModel{margin-top: 0.26rem;; display:flex; flex-wrap:wrap; gap:.12rem .1rem;}
.pModel li{border: 1px solid #DDD; padding: .1rem .16rem; border-radius:4px; font-size: 14px;color: var(--i_color);}

.p_des{border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;}
.p_des>h5{margin-bottom: 0.2rem; font-size: 0.22rem; color: var(--i_color); font-weight: bold;}
.p_des article{line-height: 1.8;}

.p_btn{display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 .3rem;}
.p_btn .home_btn:first-child a{background: var(--i_color);}
.p_btn .home_btn:first-child p{color: #FFF;}
.p_btn .home_btn:first-child iconify-icon{color: #FFF;}

.p_share{}
.p_share>p{margin-bottom: 0.2rem; font-size: 0.2rem;}
.p_share dl{display:-webkit-flex; display:flex; flex-wrap:wrap;align-items: center;gap: 0 .2rem;}
.p_share dt a{position:relative;}
.p_share dt iconify-icon {font-size:0.3rem;color:#999;}
.p_share a:hover iconify-icon{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.pCat_name{font-size: 14px;}
	.p_des>h5{font-size: 18px;}

	.p_share>p{font-size: 16px;}
	.p_share dt iconify-icon{font-size: 20px;}
}
@media screen and (max-width:560px) {
	.p_des>h5{font-size: 16px;}

	.p_share dl{gap: 0 14px;}
}






.pContentMain{background: #F6F6F6;}

.pContentNav{border-bottom: 2px solid var(--i_color);}
.pContentNav ul{display:flex; flex-wrap:wrap; justify-content: center; gap: 0 .2rem;}
.pContentNav li{border-radius:6px; cursor: pointer; overflow: hidden;}
.pContentNav p{padding: .14rem .2rem; font-size: 0.18rem;font-weight: bold;}

.pContentNav .active{background: #FFF;}
.pContentNav .active p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.pContentNav p{padding: 14px 20px; font-size: 16px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.pContentNav p{padding: 12px 16px; font-size: 15px;}
}






.pContentBox{display:flex; flex-wrap:wrap; gap: 0 3%;}

@media screen and (max-width:1024px) {
	.pContentBox .cat_nav{display: none;}
}



.pContent{margin-left: auto; width: calc(100% - 400px - 3%);}
.pContent .item{display: none;}
.pContent .item.active{display: block;}

@media screen and (max-width:1200px) {
	.pContent{width: calc(100% - 28% - 3%);}
}
@media screen and (max-width:1024px) {
	.pContent{width: 100%;}
}
@media screen and (max-width:560px) {}






.p_tags{padding-bottom: 0.2rem; border-bottom: 1px solid #DDD;display:-webkit-flex; display:flex; flex-wrap:wrap; align-items: baseline; gap: .16rem 0;}
.p_tags>p{margin-right: .14rem; font-size: 0.2rem;font-weight: 900;}
.p_tags a{margin-right: 0.3rem; padding: .1rem .1rem; font-size: .16rem; background: #FFF; -webkit-border-radius:4px; border-radius:4px;}
.p_tags a:hover{background: var(--i_color); color: #FFF;}
@media screen and (max-width:768px) {
	.p_tags{gap: 12px 0;}
	.p_tags>p{font-size: 17px;}
	.p_tags a{margin-right: 16px; font-size: 13px;}
}



.p_view_other{display:-webkit-flex; display:flex; flex-wrap:nowrap; justify-content: space-between; align-items: center; gap: 0 4%;}
.p_view_other li{max-width: 46%; display:-webkit-flex; display:flex; flex-wrap:nowrap;gap: 0 .14rem; align-items:center}
.p_view_other a{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; gap: 0 .2rem;}
.p_view_other span{flex-shrink: 0; width: 0.4rem;height: 0.4rem;border-radius:6px; background: var(--i_color2); position: relative;}
.p_view_other span iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size: .2rem; color: #FFF;}
.p_view_other p{font-size: 0.16rem;}
.p_view_other p b{font-size: 0.18rem; font-weight: bold;}

.p_view_other li:hover span{background: var(--i_color);}
.p_view_other li:hover span iconify-icon{color: #FFF;}
.p_view_other a:hover p{color: var(--i_color); text-decoration: underline;}

@media screen and (max-width:1024px) {
	.p_view_other span{width: 30px;height: 30px;}
	.p_view_other span iconify-icon{font-size: 16px;}
	.p_view_other p{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.p_view_other{flex-wrap: wrap;gap: 12px 0;}
	.p_view_other li{max-width: 100%}
	.p_view_other span{order: -1;}
	.p_view_other p{font-size: 14px;}
	.p_view_other p b{font-size: 17px;}
}








.page__nav{display:-webkit-flex; display:flex; flex-wrap:nowrap; align-items: center; position: relative;}
.page__nav::before{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #DDD;}

.page__nav h2{font-weight: bold;}

.page__nav ul{margin-left: auto;display:-webkit-flex; display:flex; flex-wrap:wrap;gap: 0 1.2rem;}
.page__nav li{position: relative;}
.page__nav li::before{content: '';position: absolute;right: 0;bottom: 0;width: 0;height: 2px;background: var(--i_color);-webkit-transition:all .5s ease; transition:all .5s ease;}
.page__nav li a{display: block;padding: .24rem 6px;font-size: 0.2rem;font-weight: bold; color: #222;}

.page__nav li:hover::before,.page__nav li.active::before{right: initial;left: 0; width: 100%;}
.page__nav li:hover a,.page__nav li.active a{color: var(--i_color);}

@media screen and (max-width:1440px) {
	.page__nav ul{gap: 0 .9rem;}
}
@media screen and (max-width:1024px) {
	.page__nav ul{gap: 0 50px;}
	.page__nav li a{padding: 20px 6px; font-size: 17px;}
}
@media screen and (max-width:768px) {
	.page__nav{flex-wrap: wrap;}
	.page__nav h2{width: 100%; margin-bottom: 20px;}
	.page__nav ul{margin-left: 0; gap: 0 30px;}
	.page__nav li a{padding: 10px 6px; font-size: 16px;}
}
@media screen and (max-width:560px) {
	.page__nav h2{margin-bottom: 12px;}
	.page__nav ul{gap: 0 24px;}
	.page__nav li a{font-size: 15px;}
}






.aboutLogo{
	font-size: 0;
	background:url(static/imgs/aboutLogo_bg.webp) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.aboutLogo img{width: 100%;}






.about__{}
.about__ .wrap{display:flex; flex-wrap:nowrap; align-items: flex-start; gap: 0 2%;}

.about__text{}
.about__text>h4{margin-bottom: 0.2rem; color: var(--i_color); font-weight: 900;}
.about__text article{font-size: 0.16rem; line-height: 1.8;}

.about__num{margin-top: .7rem; padding-bottom: 0.8rem; display:flex; flex-wrap:nowrap; gap: 0 2%;}
.about__num dt{width: 100%; position: relative;}
.about__num dt:nth-child(odd){top: .8rem;}
.about__num dt::before{content: '';position: absolute;left: -.1rem;top: -.4rem;width: 1.4rem;height: 1.4rem; border-radius:50%; background: linear-gradient(120deg, #FCEADC, #FFF);}
.about__num span{font-size: 0.3rem;font-weight: bold;color: var(--i_color); position: relative;}
.about__num i{font-size: 0.5rem;font-weight: 900;color: var(--i_color);}
.about__num p{margin-top: 0.1rem; font-size: 0.16rem; color: #666; line-height: 1.4; position: relative;}

@media screen and (max-width:1024px) {
	.about__num{flex-wrap: wrap; gap: 50px 4%; margin-top: 0.5rem;padding-bottom: 0.4rem;}
	.about__num dt{width: 48%; top: 0 !important;}
	.about__num dt::before{top: -20px; width: 80px;height: 80px;}
}
@media screen and (max-width:768px) {
	.about__ .wrap{flex-wrap: wrap; gap: 30px 0;}
}
@media screen and (max-width:560px) {
	.about__{padding-bottom: 50px;}

	.about__num i{font-size: 32px;}
}






.about__pic{flex-shrink: 0; width: 42.5%; position: relative;}
.about__pic img{width: 100%; border-radius:50%;}

.circle_all {position:absolute;top:0;left:0;width:100%;height:100%;}
.circle_all span {display:block;position:absolute;border-radius:50%;}
.circle_1 {width:0.82rem;height:0.82rem;background-color:var(--i_color);left:0 !important;top:90% !important;}
.circle_2 {width:0.37rem;height:0.37rem;background:#FBE4D3;top:-0.37rem !important;right:24% !important;left:unset !important;}
.circle_3 {width:1.39rem;height:1.39rem;border:0.04rem solid var(--i_color);right:-0.15rem !important;top:12% !important;left:unset !important;}

@media screen and (max-width:768px) {
	.about__pic{width: 90%; margin: 0 auto;}

	.circle_3{width: 80px;height: 80px;}
}
@media screen and (max-width:560px) {}




.vBtn{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); cursor: pointer;}
.vBtn span{position: relative;}
.vBtn span::before,.vBtn span::after{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); box-sizing: border-box;border: 1px solid rgb(255 255 255 / 60%); -webkit-border-radius:50%; border-radius:50%;}
.vBtn span::before{width: 82%;height: 82%; -webkit-animation:diffuse 2s infinite linear; animation:diffuse 2s infinite linear}
.vBtn span::after{width: 100%;height: 100%; -webkit-animation:diffuse 2s infinite linear; animation:diffuse 2s infinite linear}
@keyframes diffuse{
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.8);
		-ms-transform: translate(-50%, -50%) scale(1.8);
		-o-transform: translate(-50%, -50%) scale(1.8);
		-webkit-transform: translate(-50%, -50%) scale(1.8);
		-moz-transform: translate(-50%, -50%) scale(1.8)
	}
}
.vBtn i{display: block;width: 0.8rem;height: 0.8rem; background: #FFF; -webkit-border-radius:50%; border-radius:50%; position: relative;}
.vBtn iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.4rem;color: var(--i_color);}

@media screen and (max-width:1440px) {
	.vBtn i{width: 60px;height: 60px;}
	.vBtn iconify-icon{font-size: 34px;}
}
@media screen and (max-width:560px) {
	.vBtn i{width: 50px;height: 50px;}
	.vBtn iconify-icon{font-size: 30px;}
}







.culture{background:url(static/imgs/culture_bg.webp) no-repeat center; background-size: cover;}

.cultureList{width: 100%; position: relative; overflow: hidden;}
.cultureList::before{content: '';display: block;padding-bottom: 38.75%;}

.cultureList dl{position:absolute; top:0; left:0; width:100%; height:100%; display:flex; flex-wrap:wrap; gap: 0 1%;}
.cultureList dt{width: 13vw; height: 100%; border-radius:8px; position: relative; transition:all .5s ease; overflow: hidden;}
.cultureList dt::after{content: ''; position: absolute;left: 0;bottom: 0;width: 100%;height: 40%; background:linear-gradient(to bottom, transparent, #000);}
.cultureList dt>img{width: 100%; height: 100%; object-fit: cover;}

.cultureList .t1{position: absolute;left: 0;bottom: .3rem; width: 13vw; height: 22%; box-sizing: border-box; padding: 0 .2rem; text-align: center; z-index: 3;}

.cultureList .t{transition:all .5s ease;}
.cultureList .t img{height: .6rem;}
.cultureList .t h5{margin-top: 0.2rem; font-size: 0.24rem;color: #FFF;font-weight: bold; line-height: 1.3;}

.cultureList .t2{display: none; position: absolute;left: 0;bottom: .6rem; width: 36vw; box-sizing: border-box; padding: 0 .3rem; z-index: 3;}
.cultureList .t2 p{margin-top: 0.1rem; font-size: 0.16rem; color: #FFF; line-height: 1.4;}

.cultureList dt.curr .t1{display: none;}
.cultureList dt.curr .t2{display: block;}

@media screen and (max-width:1440px) {
	.cultureList .t img{height: .5rem;}
	.cultureList .t h5{font-size: 0.2rem;}
}
@media screen and (max-width:1200px) {
	.cultureList .t img{height: .44rem;}
	.cultureList .t h5{font-size: 0.18rem;}
}
@media screen and (max-width:1024px) {
	.cultureList::before{display: none;}
	.cultureList dl{position: initial;}
	.cultureList dt{width: 100%; margin-bottom: 20px;}
	.cultureList dt::before{content: '';display: block; padding-bottom: 55%;}
	.cultureList dt>img{position:absolute; top:0; left:0}

	.cultureList .t1{display: none !important;}
	.cultureList .t2{display: block !important; width: 100%; bottom: 30px;}
	.cultureList .t h5{font-size: 18px;}
	.cultureList .t2 p{font-size: 15px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.cultureList dt::after{height: 70%;}
	.cultureList .t2{bottom: 20px; padding: 0 20px;}
	.cultureList .t img{height: 26px;}
	.cultureList .t h5{font-size: 16px;}
	.cultureList .t2 p{font-size: 13px;}
}







.certificate{position: relative; overflow: hidden;}
.certRound{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.certRound::before,.certRound::after{content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-border-radius:50%; border-radius:50%;}
.certRound::before{width: 100%;height: 100%; background: rgb(236 122 35 / 8%); -webkit-animation:diffuse 2s infinite linear; animation:diffuse 2s infinite linear}
.certRound::after{width: 118%;height: 118%; background: rgb(236 122 35 / 5%); -webkit-animation:diffuse 2s infinite linear; animation:diffuse 2s infinite linear}

.certRound i{display: block; width: 5.4rem;height: 5.4rem; border-radius:50%; background: rgb(236 122 35 / 15%);}

@keyframes diffuse{
	0% {
		opacity: 0
	}
	5% {
		opacity: 1
	}
	80% {
		opacity: 0
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(1.6);
		-ms-transform: translate(-50%, -50%) scale(1.6);
		-o-transform: translate(-50%, -50%) scale(1.6);
		-webkit-transform: translate(-50%, -50%) scale(1.6);
		-moz-transform: translate(-50%, -50%) scale(1.6)
	}
}

.certificateBox .wrap{position: relative;z-index: 2;}

.certificate_list{width: 90%; margin-left: auto;margin-right: auto; position:relative; overflow:hidden}
.certificate_list .swiper-wrapper{padding: .2rem 0; display:flex; position:relative; width:100%}
.certificate_list .swiper-slide{flex-shrink:0; position:relative; transition:all .5s ease;}
.certificate_list .swiper-slide i{display: block; width:100%; position:relative; box-sizing: border-box; box-shadow: 0 0 .2rem rgb(0 0 0 / 20%); background: #FFF; overflow:hidden}
.certificate_list .swiper-slide i::before{content:""; display:block; padding-bottom:136.25%}
.certificate_list .swiper-slide i img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}
.certificate_list .swiper-slide p{margin-top: 0.2rem; text-align: center; font-size: 0.24rem;font-weight: bold;}

.certificate_list .swiper-slide{transform: scale(.8, .8);}
.certificate_list .swiper-slide-active{transform: scale(1, 1);}

.certificate-prev,.certificate-next{position:absolute; top:50%; transform:translate(0,-50%); cursor: pointer; display: table; width: 0.54rem;height: 0.54rem; background: #FFF; border-radius:50%; box-shadow: 0 0 .12rem rgb(0 0 0 / 15%);}
.certificate-prev{left:0;}
.certificate-next{right:0;}
.certificate-prev iconify-icon,.certificate-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);font-size: 0.28rem;color: var(--i_color);}
.certificate-prev:hover,.certificate-next:hover{background: var(--i_color);}
.certificate-prev:hover iconify-icon, .certificate-next:hover iconify-icon{color: #FFF;}

.certificate-pagination{display:block; padding-bottom: 6px; text-align:center}
.certificate-pagination .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; margin:0 8px; background:#666; -webkit-border-radius:50%; border-radius:50%; outline:none; cursor:pointer; position: relative;}
.certificate-pagination .swiper-pagination-bullet::before{opacity: 0; content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);width: 18px;height: 18px;box-sizing: border-box;border: 1px solid var(--i_color); border-radius:50%;}
.certificate-pagination .swiper-pagination-bullet-active{background:var(--i_color)}
.certificate-pagination .swiper-pagination-bullet-active::before{opacity: 1;}

@media screen and (max-width:1440px) {
	.certRound i{width: 5rem;height: 5rem;}
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1200px) {
	.certRound i{width: 4.2rem;height: 4.2rem;}
}
@media screen and (max-width:1024px) {
	.certRound i{width: 320px;height: 320px;}
	.certificate_list{width: 100%;}
	.certificate_list .swiper-slide p{font-size: 18px;}
	.certificate-prev,.certificate-next{display: none;}

	.certificate-pagination .swiper-pagination-bullet{width: 8px;height: 8px;}
	.certificate-pagination .swiper-pagination-bullet::before{width: 16px;height: 16px;}
}
@media screen and (max-width:768px) {
	.certRound i{width: 240px;height: 240px;}
	.certificate_list .swiper-slide p{font-size: 17px;}
}
@media screen and (max-width:560px) {
	.certRound i{width: 200px;height: 200px;}
	.certificate_list .swiper-slide p{margin-top: 10px; font-size: 14px;}

	.certificate-pagination .swiper-pagination-bullet{margin: 0 6px; width: 6px;height: 6px;}
	.certificate-pagination .swiper-pagination-bullet::before{width: 14px;height: 14px;}
}







.history__{position: relative; overflow: hidden;}
.history__::before,.history__::after{content: '';position: absolute; width: 6rem;height: 6rem;box-sizing: border-box; border: .8rem solid #FDF1E9; border-radius:50%;}
.history__::before{top: 26%;left: -3.5rem; }
.history__::after{bottom: 0;right: -3.5rem;}

.history__ .wrap{position: relative;z-index: 3;}

.history__logo{text-align: center;}
.history__logo img{width: 36vw;}

.historyList{padding: .2rem 0; position: relative;}
.historyList::before{content: '';position: absolute;left: 50%;top: 0;width: 1px;height: 100%;background: #DFDFDF;}

.historyList li{padding: .6rem 0; display:-webkit-flex; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center; position: relative;}
.historyList li::before{content: '';position:absolute; top:50%; left: calc(50% + .2rem); width: 5%; height: 1px;background: #DFDFDF;}
.historyList li:nth-child(even)::before{left: initial; right: calc(50% + .2rem);}

.historyList li>i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 11px;height: 11px;background: var(--i_color); -webkit-border-radius:50%; border-radius:50%;}
.historyList li>i::before{opacity: 0; content: '';position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width: 180%;height: 180%;box-sizing: border-box; border: 1px dashed var(--i_color); -webkit-border-radius:50%; border-radius:50%; -webkit-transition:all .5s ease; transition:all .5s ease;}

.historyList .year{width: 42%; font-size: 4vw;color: var(--i_color); font-weight: bold;}
.historyList .event{width: 42%; font-size: 0.18rem; line-height: 1.6;}

.historyList li:nth-child(even) .event{order: -1;}
.historyList li:nth-child(odd) .year{text-align: right;}

.historyList li:hover>i{-webkit-animation:iRotate 6s infinite linear; animation:iRotate 6s infinite linear}
.historyList li:hover>i::before{opacity: 1;}

@keyframes iRotate{
	0% {}
	100% {-webkit-transform:translate(-50%,-50%) rotate(360deg); transform:translate(-50%,-50%) rotate(360deg);}
}

@media screen and (max-width:1024px) {
	.history__::before,.history__::after{width: 5rem;height: 5rem; border-width: .7rem;}
	.history__::before{left: -3rem;}
	.history__::after{right: -3rem;}

	.historyList .event{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.historyList li{padding: 40px 0;}
	.historyList .event{font-size: 14px;}
}
@media screen and (max-width:560px) {
	.history__::before,.history__::after{width: 40%;}

	.history__logo{margin-bottom: 20px;}
	.history__logo img{width: 30vw}

	.historyList::before{left: 0;}
	.historyList li{margin-bottom: 40px; padding: 0 0 0 20px; justify-content: flex-start;}
	.historyList li::before{display: none;}
	.historyList li>i{left: -4px; top: 8px; transform: none; width: 8px;height: 8px;}
	.historyList .year{order: -2; width: 100%; text-align: left !important;}
	.historyList .event{margin-top: 10px; width: 100%;}
}








.picList{display:flex; flex-wrap:wrap; gap: .4rem 2%;}
.picList li{width: 23.5%; box-sizing: border-box; padding: .2rem .14rem; background: #F6F6F6; border: 1px solid transparent; border-radius:.1rem; overflow: hidden; transition:all .5s ease;}

.picList span{display: block; width:100%; position:relative; border-radius:.1rem; overflow:hidden}
.picList span::before{content:""; display:block; padding-bottom:74%}
.picList span img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.picList p{margin: 0.2rem 0 .3rem; font-size: 0.16rem; line-height: 1.4; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; transition:all .5s ease;}

.picList li:hover{border-color: var(--i_color);}
.picList li:hover img{transform: scale(1.05, 1.05);}
.picList li:hover p{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.picList {gap: 40px 4%;}
	.picList li{width: 48%;}
	.picList p{font-size: 16px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.picList{gap: 30px 4%;}
	.picList li{width: 48%; padding: 0 0; background: none;}
	.picList p{margin: 18px 0 0; font-size: 14px;}
}







.appList p{margin: 20px 0 6px; text-align: center; font-size: 0.22rem;}

@media screen and (max-width:560px) {
	.appList p{margin: 10px 0 0; font-size: 15px;}
}






.appCat_gallery{display:flex; flex-wrap:wrap; gap: .2rem 3%;}
.appCat_gallery dt{width:31.33%; position:relative; overflow:hidden}
.appCat_gallery dt::before{content:""; display:block; padding-bottom:75%}
.appCat_gallery dt img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}






.ODM{}

.ODMCont{display:flex; flex-wrap:nowrap; box-shadow: -2px 4px .1rem rgb(0 0 0 / 15%); border-radius:.1rem;}

.ODMCont_t{flex-shrink: 0; width: 52%; box-sizing: border-box; padding: .2rem .6rem;}
.ODMCont_t dt{padding: .4rem 0; border-bottom: 1px solid #E4E4E4; cursor: pointer;}
.ODMCont_t dt>img{display: none;}
.ODMCont_t span{display:flex; flex-wrap:wrap; gap: 0 .2rem;}
.ODMCont_t i,.ODMCont_t h5{font-size: 0.2rem;font-weight: bold;}
.ODMCont_t p{display: none; padding: .2rem 0 0 .46rem; font-size: 0.16rem; line-height: 1.8;}
.ODMCont_t dt.active p{display: block;}
.ODMCont_t dt.active i,.ODMCont_t dt.active h5{color: var(--i_color);}

.ODMCont_p{width: 100%; margin-left: auto; overflow: hidden; position: relative; border-radius:1.2rem 0 0 0;}
.ODMCont_p::before{content: '';display: block;padding-bottom: 70.625%;}
.ODMCont_p li{opacity: 0; position:absolute; top:0; right:30px; width:100%; height:100%; transition:all .5s ease;}
.ODMCont_p li.active{opacity: 1; right: 0; z-index: 3;}
.ODMCont_p li.active img{width: 100%;height: 100%; object-fit: cover;}

@media screen and (max-width:1440px) {
	.ODMCont_t{padding: .1rem .5rem;}
	.ODMCont_t dt{padding: .36rem 0;}
}
@media screen and (max-width:1200px) {
	.ODMCont_t dt{padding: .3rem 0;}
}
@media screen and (max-width:1024px) {
	.ODMCont_t{width: 100%; padding: 0 20px;}
	.ODMCont_t dt{padding: 36px 0;}
	.ODMCont_t dt>img{display: block; margin-bottom: 20px; width: 100%;}

	.ODMCont_t p{display: block !important;}
	.ODMCont_p{display: none;}
}
@media screen and (max-width:560px) {
	.ODMCont_t dt{padding: 20px 0;}
	.ODMCont_t p{padding: 16px 0 0 32px;}
}







.OEM{
	background:linear-gradient(to bottom, #FFEACE, #FEF9F2);
}

.OEMList{padding: .4rem 0; display:flex; flex-wrap:wrap; gap: .6rem 5%; border-top: 1px solid #D6CFC6; border-bottom: 1px solid #D6CFC6;}
.OEMList li{width: 30%; display:flex; flex-wrap:wrap; flex-direction: column; justify-content: space-between; position: relative;}
.OEMList li::before{content: '';position: absolute;top: 0;left: 108.5%;width: 1px;height: 100%;background: #D6CFC6;}
.OEMList li:nth-child(3n)::before, .OEMList li:last-child::before{display: none;}

.OEMList .t{margin-bottom: 0.2rem;}
.OEMList .t h6{margin-bottom: 0.18rem; font-size: 0.2rem;font-weight: bold;}
.OEMList .t p{font-size: 0.15rem; line-height: 1.6; color: #666;}

.OEMList span{width:100%; position:relative; border-radius:.1rem; overflow:hidden}
.OEMList span::before{content:""; display:block; padding-bottom:66.45%}
.OEMList span img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.oemLogo{display: table; margin: 0 auto; width: 47.917vw;}

@media screen and (max-width:1024px) {
	.OEMList{gap: 30px 0;}
	.OEMList li{width: 100%; flex-wrap: nowrap; flex-direction: row; align-items: center; gap: 0 4%;}

	.OEMList .t h6{font-size: 18px;}
	.OEMList .t p{font-size: 13px;}
	.OEMList span{flex-shrink: 0; width: 260px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.OEMList li{flex-wrap: wrap;}
	.OEMList .t h6{font-size: 16px;}
	.OEMList span{width: 100%;}
}







.faq{}

.faqList{}
.faqList li{margin-bottom: 0.26rem;}

.faq_q, .faq_a{display:flex; flex-wrap:nowrap; gap: 0 .2rem; padding: .2rem;}
.faq_q{background: #FEF8F4;}
.faq_q p{margin-top: 0.1rem; font-size: 0.18rem; font-weight: bold; line-height: 1.6;}

.faq_a{background: #F7F7F7;}
.faq_a span{margin-top: 6px; font-size: 0.16rem;line-height: 1.6;}

.faqList .icon{flex-shrink: 0; display: block; width: 0.4rem;height: 0.4rem; border-radius:50%; position: relative; font-size: 0.18rem;}
.faqList .icon i{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.faq_q .icon{background: var(--i_color); color: #FFF;}
.faq_a .icon{box-sizing: border-box; border: 1px solid var(--i_color); color: var(--i_color);}

@media screen and (max-width:560px) {
	.faq_q, .faq_a{padding: 10px 14px;}
}







.casesList{padding: .2rem 0; display:flex; flex-wrap:wrap; gap: .4rem 0;}
.casesList a{width: 33.33%; box-sizing: border-box; padding:.3rem; border-right: 1px solid rgb(236 122 35 / 30%); background: #FFF; display:flex; flex-wrap:wrap; flex-direction: column; justify-content: space-between; position: relative; transition:all .5s ease;}
.casesList a:nth-child(3n){border: none;}

.casesList .t h5{font-size: 0.18rem;font-weight: bold; color: #222; line-height: 1.5;}
.casesList .t p{margin: .14rem 0 .2rem; font-size: 0.16rem; line-height: 1.5;}
.casesList .t h5,.casesList .t p{overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}

.casesList .coverPic{width:100%; position:relative; overflow:hidden}
.casesList .coverPic::before{content:""; display:block; padding-bottom:75%}
.casesList .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.casesList a:hover{box-shadow: 0 0 .2rem rgb(236 122 35 / 30%); z-index: 3;}
.casesList a:hover img{transform: scale(1.05, 1.05);}
.casesList a:hover h5{color: var(--i_color);}

@media screen and (max-width:768px) {
	.casesList{gap: 30px 2%;}
	.casesList a{width: 49%; border: none;}
	.casesList .t h5{font-size: 16px;}
	.casesList .t p{font-size: 13px;}
}
@media screen and (max-width:560px) {
	.casesList{gap: 20px 0;}
	.casesList a{width: 100%;}
}







.newsNav{display:flex; flex-wrap:wrap;justify-content: center;gap: .18rem .2rem;}
.newsNav li{transition:all .5s ease; border-radius:2rem; overflow: hidden;}
.newsNav a{display: block; padding: .16rem .24rem; border: 1px solid var(--i_color); font-size: 0.16rem;color: var(--i_color); border-radius:2rem;}

.newsNav .active a{background: var(--i_color); color: #FFF;}

.newsNav li:hover{transform:translate(0,-4px); box-shadow: 0 5px .1rem rgb(0 0 0 / 16%);}

@media screen and (max-width:1024px) {
	.newsNav a{font-size: 15px;}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:560px) {
	.newsNav{gap: 10px 10px;}
	.newsNav a{padding: 10px 10px; font-size: 13px;}
}






.newsList{}
.newsList li{margin-bottom: 0.4rem; padding: .3rem 0; box-sizing: border-box; box-shadow: 0 0 .1rem rgb(0 0 0 / 12%);border-radius:.1rem; overflow: hidden;}

.nTitle{display: block; width: 80%; box-sizing: border-box; padding: .12rem .2rem; background:linear-gradient(to right, rgb(236 122 35 / 20%), transparent); font-size: 0.2rem;font-weight: 900; color: #333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.newsList .cont{margin-top: 0.28rem; box-sizing: border-box; padding: 0 .5rem; display:flex; flex-wrap:nowrap;align-items: center; gap: 0 .4rem;}

.newsList .coverPic{flex-shrink: 0; width:26%; position:relative; border-radius:.1rem; overflow:hidden}
.newsList .coverPic::before{content:""; display:block; padding-bottom:70%}
.newsList .coverPic img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover; transition:all .5s ease;}

.newsList .t{}
.newsList .t h6{margin-bottom: 0.2rem; font-size: 0.16rem; line-height: 1.6; color: #666; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3;}

.nTags{margin: .2rem 0 .4rem; display:flex; flex-wrap:wrap;gap: 10px;}
.nTags h5,.nTags a{font-size: 0.16rem;}
.nTags a{color: var(--i_color);}
.nTags a::after{content: '|'; margin-left: 0.1rem; font-size: 0.16rem;color: var(--i_color);}
.nTags a:last-child::after{display: none;}
.nTags a:hover{text-decoration: underline;}

.nDate{display:flex; flex-wrap:wrap;align-items: center;}
.nDate .home_btn_text p{color: var(--i_color);}

.nDate>i{margin-left: auto;font-size: 14px;color: #999;}

.newsList li:hover .nTitle{color: var(--i_color);}
.newsList li:hover img{transform: scale(1.05, 1.05);}
.newsList li:hover h6{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.nTitle{font-size: 17px;}
	.newsList .t h6{margin-bottom: 0.2rem; font-size: 15px; -webkit-line-clamp:2}
	.nTags{display: none;}
}
@media screen and (max-width:768px) {
	.newsList .cont{padding: 0 30px;}
}
@media screen and (max-width:560px) {
	.newsList li{padding: 14px 0; margin-bottom: 26px;}
	.nTitle{font-size: 15px; width: 100%;}
	.newsList .cont{padding: 0 14px; gap: 0 20px;}
	.newsList .coverPic{width: 36%;}
	.newsList .t h6{font-size: 13px; line-height: 1.4;}
	.nDate .home_btn{display: none;}
	.nDate>i{margin-left: 0; font-size: 13px;}
}






.contact__{background: #F7F7F7;}

#wpforms-99{
	--wpforms_input_height:48px;
	--wpforms_textarea_height:120px;
	--wpforms_input_font_size: 16px;
}
#wpforms-99{margin:0; padding:0;}
#wpforms-form-99{width:100%; position:relative;}

/* 字段样式 */
#wpforms-99 .wpforms-field-container>.wpforms-field{width: 100%; padding: 0 1px 20px; margin: 0 0 6px;overflow-x:initial !important; position: relative;}
#wpforms-99 label.wpforms-field-label{display: block; margin-bottom: 8px; font-size: 16px; font-weight: bold;}
#wpforms-99 .wpforms-field-container .wpforms-required-label{color: #D63637;}
#wpforms-99 .wpforms-field-container .wpforms-field>input,
#wpforms-99 .wpforms-field-container textarea
{width: 100%; max-width: 100%; box-sizing: border-box; padding: 10px 14px!important; margin: 0 0; border: 1px solid #CCC; background: #FFF; border-radius:8px; font-size:var(--wpforms_input_font_size); line-height: 1.4;}
#wpforms-99 .wpforms-field-container .wpforms-field>input{height: var(--wpforms_input_height);}
#wpforms-99 .wpforms-field-container textarea{height: var(--wpforms_textarea_height);}
#wpforms-99 input::placeholder, #wpforms-99 textarea::placeholder{color:#AAA; font-size:var(--wpforms_input_font_size); line-height: 1.4;}

#wpforms-99 .wpforms-field-container .wpforms-field>input:hover,
#wpforms-99 .wpforms-field-container textarea:hover,
#wpforms-99 .wpforms-field-container .wpforms-field>input:focus,
#wpforms-99 .wpforms-field-container textarea:focus{border-color: #F60;}

/* 验证错误提示 */
#wpforms-99 label.wpforms-error, #wpforms-99 em.wpforms-error{position: absolute; left: 0; bottom: 0; font-size: 13px; color: #D63637;}

/* 隐藏 Label 标签 */
#wpforms-99 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-99 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 6px; font-size: 16px; font-weight: bold;}

/* 输入框水平排列，一行两个 */
#wpforms-99 .wpforms-field-container{display:flex; flex-wrap:wrap;justify-content: space-between;}
#wpforms-99-field_2-container,
#wpforms-99-field_3-container,
#wpforms-99-field_7-container{width: 32% !important;}
#wpforms-99-field_1-container,
#wpforms-99-field_8-container{width: 49% !important;}

/* 提交按钮样式 */
#wpforms-99 .wpforms-submit-container{width: 220px; margin: 0 auto; padding:0 0; position: relative; border-radius:2rem; overflow: hidden;}
#wpforms-99 .wpforms-submit-container button{width: 100%; height:44px; font-size: 15px; color: #FFF; background: #F60;}
#wpforms-99 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-99 .wpforms-submit-container button:hover{background: #D15807;}

@media screen and (max-width:768px) {
	#wpforms-99 .wpforms-field-container>.wpforms-field{width: 100% !important;}
}
@media screen and (max-width:560px) {}






.contactListBox{}

.contactList{display:flex; flex-wrap:nowrap; gap: 0 2%;}
.contactList li{width: 100%;}

.contactList .icon img{height: 0.5rem;}
.contactList i{display: block; margin: .2rem 0; width: 100%;height: 2px;position: relative; overflow: hidden;}
.contactList i::before,.contactList i::after{content: '';position: absolute;left: 0;bottom: 0; height: 2px;}
.contactList i::before{width: 100%; background: #EEE;}
.contactList i::after{width: 70%;height: 2px;background: var(--i_color); transition:all .5s ease;}

.contactList a{display: block; font-size: 0.18rem;font-weight: bold; color: #333; line-height: 1.5;}
.contactList p{font-size: 0.16rem; color: #333; line-height: 1.5; font-weight: bold;}
.contactList h6{margin-top: 0.14rem; font-size: 0.16rem;color: #888;}

.contactList li:hover i::after{width: 100%;}
.contactList li a:hover{color: var(--i_color);}

@media screen and (max-width:1024px) {
	.contactList{flex-wrap: wrap; gap: 30px 4%;}
	.contactList li{width: 48%;}
	.contactList a{font-size: 17px;}
	.contactList p{font-size: 16px;}
	.contactList h6{font-size: 15px;}
}
@media screen and (max-width:768px) {
	.contactList a{font-size: 15px;}
	.contactList p{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.contactList{gap: 24px 0;}
	.contactList li{width: 100%;}
	.contactList .icon img{height: 30px;}
}







.map{overflow: hidden; position: relative;}
.map::before{content: '';display: block;padding-bottom: 30%;}
.map iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

@media screen and (max-width:1024px) {
	.map::before{padding-bottom: 45%;}
}
@media screen and (max-width:560px) {
	.map::before{padding-bottom: 90%;}
}






















