/*
Theme Name: MingChang
Version: 1.0
Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：安徽领聚
*/
@charset "utf-8";

.wrap {
	width: 78.125%;
	margin-left: auto;
	margin-right: auto;
	max-width: 15rem;
}
.wrap_17{
	width: 91.67%;
	margin-left: auto;
	margin-right: auto;
	max-width: 17.6rem;
}
.wrap_top {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

html {
	scroll-behavior: smooth
}

.wrap_left{
	box-sizing: border-box;
	padding-left: 10.9375%;
}
.wrap_right{
	box-sizing: border-box;
	padding-right: 10.9375%;
}

@media screen and (max-width:1600px) {
	.wrap {
		width: 88%
	}
	.wrap_left{
		padding-left: 6%;
	}
	.wrap_right{
		padding-right: 6%;
	}
	.wrap_17{
		width: 94%;
	}
}
@media screen and (max-width:1440px) {
	.wrap {
		width: 90%
	}
	.wrap_left{
		padding-left: 5%;
	}
	.wrap_right{
		padding-right: 5%;
	}
}
@media screen and (max-width:1366px) {
	.wrap_top {
		width: 96%;
	}
}
@media screen and (max-width:1024px) {
	.wrap {
		width: 94%
	}
	.wrap_left{
		padding-left: 3%;
	}
	.wrap_right{
		padding-right: 3%;
	}
	.wrap_top {
		position: initial;
	}
}


:root {
	--i_color: #034A98;
	/* 全局颜色 */
	--i_color2: #DCB12C;
	/* 副颜色 */
	--header_height: 0.8rem;
	--head:0.8rem;
	/* 头部高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部菜单 */
}

@media screen and (max-width:1024px) {
	:root,
	header {
		--header_height: .6rem;
	}
}
@media screen and (max-width:768px) {
	:root {
		--border_color: rgba(0, 0, 0, .06)
	}
}


/* @font-face {
	font-family: 'Roboto';
	src: url('static/webfonts/Roboto-Regular-14.ttf');
}

@font-face {
	font-family: 'med';
	src: url('static/webfonts/Roboto-Medium-12.ttf');
}
@font-face {
	font-family: 'bold';
	src: url('static/webfonts/Roboto-Bold-3.ttf');
}
body{
	font-family: 'Roboto';
} */



/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;
}
/* header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
	z-index: 2014;
} */

.top_cont {
	position: relative;
}
.top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;

}
.TopHeader .top_cont {
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}
.TopHeader .i_nav>li>a,
.TopHeader iconify-icon{
	color: #333 !important;
}

.TopHeader .logo_two{
	opacity: 1 !important;
}
@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;
	} */

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


}


/* 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%;
	position: relative;
}
.logo img {
	max-height: 100%;
}

.logo_two{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 100%;
	opacity: 0;
	transition: all 0.3s ease;
}

@media screen and (max-width:1440px) {
	.logo a {
		height: 60%;
	}
	.logo img,
	.logo_two {
		max-height: 90%;
	}
}
@media screen and (max-width:1024px) {
	.logo a,
	.logo_two {
		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;
	transition: all 0.3s ease;
}
.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 {
		display: -webkit-flex;
		display: flex;
		flex-wrap: nowrap;
		margin-left: 0.4rem;
	}

	.i_nav>li {
		position: relative;
		margin: 0 .35rem;
	}

	.i_nav>li>a {
		display: block;
		font-size: .18rem;
		color: #fff;
		line-height: var(--header_height);
		white-space: nowrap;
		-webkit-border-radius: .08rem;
		border-radius: .08rem;
		text-transform: capitalize;
	}
	.i_nav>li>a::after{
		content: '';
		position: absolute;
		top: calc(50% + 0.2rem);
		left: 50%;
		transform: translate(-50%, -50%) scale(0);
		width: 100%;
		height: 1px;
		background: #fff;
		border-radius: 0rem;
		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: #fff;
		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);
	}

	.TopHeader .i_nav>.current-menu-item>a::after,
	.TopHeader .i_nav>.current-category-ancestor>a::after,
	.TopHeader .i_nav>.current-post-ancestor>a::after,
	.TopHeader .i_nav>.current-menu-ancestor>a::after,
	.TopHeader .i_nav>.current-menu-parent>a::after,
	.TopHeader .i_nav>li:hover>a::after,
	.TopHeader .i_nav .curr>a::after{
		background-color: #333;
	}







	.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.44rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		position: relative;
		left: 0;
	}
	.i_nav .sub-menu a::before {
		content: "\f324";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: -.16rem;
		font-size: 0.14rem;
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover::after {
		right: initial;
		left: 0;
		width: 100%;
	}
	.i_nav .sub-menu li:hover a {
		left: .16rem;
	}
	.i_nav .sub-menu li:hover a {
		color: var(--i_color);
	}
	.i_nav .sub-menu li:hover a::before {
		left: 0;
	}
	.i_nav .sub-menu li,
	.i_nav .sub-menu li::after,
	.i_nav .sub-menu a,
	.i_nav .sub-menu a::before {
		-webkit-transition: all .5s ease;
		transition: all .5s ease
	}

}

@media screen and (max-width:1440px) {
	.i_nav>li {
		margin: 0 .3rem;
	}
}
@media screen and (max-width:1366px) {

	.i_nav>li>a {
		font-size: 0.15rem;
	}
	.i_nav>li {
		margin: 0 .2rem;
	}
}
@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;
		max-height: calc(100vh - var(--header_height) - 0.5rem);
		background: #FFF;
		overflow-y: auto;
		z-index: 2
	}
	/*滚动条*/
	.i_nav::-webkit-scrollbar {
		width: 3px;
		height: 8px
	}
	.i_nav::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #555
	}
	.i_nav::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 0;
		background: #F1F1F1
	}

	.i_nav>li {
		margin: 0 0 !important;
		border-bottom: 1px solid var(--border_color);
		position: relative
	}
	.i_nav>.menu-item-has-children i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: .44rem;
		height: .44rem;
		background: #F1F1F1;
	}
	.i_nav>.menu-item-has-children i::before {
		content: '\f107';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 0.26rem;
		color: #222;
	}

	.i_nav>.menu-item-has-children i.on::before {
		content: '\f106';
	}

	.i_nav>li>a {
		padding: 0 .2rem;
		font-size: .15rem;
		color: #222;
		line-height: .44rem;
		text-transform: uppercase;
	}

	.i_nav>li>.sub-menu {
		display: none
	}
	.i_nav>li>.sub-menu li {
		position: relative;
	}
	.i_nav .sub-menu a {
		padding: 0 .4rem;
		font-size: .14rem;
		color: #555;
		line-height: .4rem;
		position: relative
	}
	.i_nav .sub-menu li:not(:last-child) {
		border-bottom: 1px solid var(--border_color)
	}

	.i_nav>li>.sub-menu b {
		position: absolute;
		top: 0;
		right: 0;
		width: .4rem;
		height: .4rem;
		background: url(static/imgs/public/arrow_down_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}
	.i_nav>li>.sub-menu b.on {
		background: url(static/imgs/public/arrow_up_hollow_hei.svg) no-repeat center;
		background-size: .16rem;
	}

	.i_nav .sub-menu .sub-menu {
		display: none;
	}

	.i_nav .sub-menu .sub-menu a {
		padding: 0 .6rem;
		font-size: .13rem;
		color: #888;
		line-height: .36rem;
		position: relative;
	}

	.i_nav a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.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: .22rem
}
.top_r {
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: var(--header_height);
	gap: 0.3rem;
	position: relative;
}
/* .top_r::after{
	content: '';
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 0.18rem;
	background-color: #333;

} */
.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: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
}
.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;
}
.top_language_all iconify-icon{
	font-size: var(--size);
	cursor: pointer;
	color: #fff;
	line-height: 100%;
	transition: all 0.3s ease;
}
.top_language_i{
	font-size: 0.18rem !important;
}
/* .top_language.on p{
	color: var(--i_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) {

}
@media screen and (max-width:768px) {
	.top_language_all iconify-icon{
		font-size: 0.24rem;
	}
}






.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,
.top_r {
	transition: all .5s ease
}






/* search main */
.top_search {
	--search_height: .38rem
}
.top_search {
	position: fixed;
	top: 1.4rem;
	left: 0;
	width: 100%;
	padding: .16rem 0;
	background: #FFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
	opacity: 0;
	visibility: hidden;
}
.top_search.on {
	top:var(--header_height);
	box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
	opacity: 1;
	visibility: visible;
}
.top_search form {
	width: 80%;
	margin: 0 auto;
	max-width: 5rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	overflow: hidden;
}
.top_search_ipt {
	width: calc(100% - var(--search_height));
	height: var(--search_height);
	box-sizing: border-box;
	padding: 0 0 0 .12rem;
}
.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 {}
}



.top_contact{

}
.top_contact a{

}







/* 导航下拉 */
/* 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;}
}





/* -=---------------------banner--------------------------- */
/* banner */
.banner{width:100%; position:relative;}
.banner .swiper-slide{height:0; overflow:hidden; padding-bottom:100vh; 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-pagination {
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
	font-size: 0.18rem;
	color: #fff;
	gap: 0.1rem;
}
.banner-pagination span{
	font-size: 0rem;
	color: #fff;
	position: relative;
	transition: all 0.5s ease;
	background-color: transparent;
	opacity: 1;
}
.banner-pagination span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.3s ease;

}


.cricle_svg_num{
	font-size: 0.14rem;
	color: #fff;
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.3s ease;
	line-height: 100%;
}


.cricle_svg{
	position: relative;
	width: 30px !important;
	height: 30px !important;
	display: block;
}
.cricle_svg svg{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) rotate(-90deg) scale(0);
	transition: all 0.3s ease 0.1s;
}
.bullet-bg{
    fill: #fff;
}
.bullet-progress-circle{
	stroke:var(--i_color);
	stroke-dasharray:85;
    stroke-dashoffset:85;

}
.banner-pagination .swiper-pagination-bullet-active::after{
	transform: translate(-50%,-50%) scale(0) !important;
}
.banner-pagination .swiper-pagination-bullet-active.cricle_svg svg{
	transform: translate(-50%, -50%) rotate(-90deg) scale(1) !important;
}
.banner-pagination .swiper-pagination-bullet-active.cricle_svg .cricle_svg_num{
	transform: translate(-50%, -50%) scale(1) !important;
}
.banner-pagination .swiper-pagination-bullet-active .bullet-progress-circle{
	animation: ccc 6s ease;
}



@keyframes ccc {
	0%{
		stroke-dashoffset:85;
	}
	100%{
		stroke-dashoffset:0;
	}
}






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

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

}
@media screen and (max-width:1200px){
	.banner .pagination-all{bottom: 0.2rem;}
	.banner .swiper-button-prev, .banner .swiper-button-next{display:none!important}
	.banner .swiper-slide {
        padding-bottom: 45.83%;
    }
}
@media screen and (max-width:1024px){
	.banner{
		margin-top: var(--header_height);
	}

}
@media screen and (max-width:767px){
	.banner .pagination-all{
		display: none;
	}
}
@media screen and (max-width:560px){


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

}


/* --------------------banner文字------------------- */
.banner_text1{
   position: absolute;
   top: 38%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.banner_text1_box{

}
.banner_text1_box h3{
   font-size: 0.56rem;
   color: #fff;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   line-height: 120%;
}
.banner_text1_box h4{
   font-size: 0.24rem;
   color: #fff;
   text-align: center;
   line-height: 125%;
   margin: 0.2rem 0 0.5rem 0;
}




@media screen and (max-width:1440px){
	.banner_text1_box h3{
	    font-size: 0.5rem;
	}
	.banner_text1_box h4{
		font-size: 0.2rem;
		margin: 0.15rem 0 0.3rem 0;
	}
}
@media screen and (max-width:1200px){
	.banner_text1_box h3{
	    font-size: 0.4rem;
	}
	.banner_text1_box h4{
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1024px){
	.banner_text1_box h3{
	    font-size: 0.3rem;
	}
	.banner_text1_box h4{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:960px){
	.banner_text1_box h3{
	    font-size: 0.25rem;
	}
	.banner_text1_box h4 {
        margin: 0.1rem 0 0.2rem 0;
    }
}
@media screen and (max-width:767px){
	.banner_text1_box h3{
	    font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.banner_text1_box h4{
		display: none;
	}
}
@media screen and (max-width:560px){

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

}



/* home_btn */
.home_btn{
	display: flex;
}
.home_btn_center{
	justify-content: center;
}
.home_btn_a{
	display: inline-block;
	box-sizing: border-box;
	padding: 0.135rem 0.34rem;
	border-radius: 0.08rem;
	border: 1px solid #fff;
    overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
	z-index: 2;
	flex-shrink: 0;
}
.home_btn_spans{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_btn_span{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: -60%;
	aspect-ratio: 1 / 1;
	width: max(200%, 10rem);
	display: block;
	overflow: hidden;
}

.home_btn_span span{
	border-radius: 9999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	display: block;
}
.home_btn_span1{
	background-color: #4A90E2;
}
.home_btn_span2{
	background-color: var(--i_color);
}
.home_btn_span3{
	background-color: #fff;
}
.home_btn_p{
	position: relative;
	pointer-events: none;
	display: block;
}
.home_btn_p p{
	pointer-events: none;
	display: block;
	font-size: 0.18rem;
	color: #fff;
}
.home_btn_p1{

}
.home_btn_p2{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translateY(70%);
}


.home_btn_a:hover .home_btn_p1{
	opacity: 0;
   transform: translateY(-70%);
   transition:
    transform 1.4s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s linear,
	color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.home_btn_a:hover .home_btn_p2{
	opacity: 1;
  transform: translateY(0);
  transition:
    transform 1.4s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1),
	color 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
.home_btn_a:hover .home_btn_spans span{

}
.home_btn_a:hover .home_btn_span1{
	transform: scale(1);
	transition:
    transform 1.3s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s linear;
}
.home_btn_a:hover .home_btn_span2{
	transform: scale(1);
	transition:
    transform 1.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s,
    opacity 0.3s linear;
}
.home_btn_a:hover .home_btn_span3{
	transition:
    transform 1.3s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
    opacity 0.3s linear;
	transform: scale(1);
}


.home_btn_a:hover .home_btn_p2{
	color: #333;
}



/* TopHeader */
.home_btn_top .home_btn_a{
	padding: 0.1rem 0.22rem;
}
.TopHeader .home_btn_top .home_btn_a{
	border: 1px solid #333 !important;
}
.TopHeader .home_btn_top .home_btn_a p{
	color: #333 !important;
}

/* bule */
.home_btn_blue .home_btn_a{
   background-color: var(--i_color);
   border: unset;
}
.home_btn_blue .home_btn_span2{
	background-color: #87CEEB;
}
.home_btn_blue .home_btn_span3{
	background-color: var(--i_color);
}
.home_btn_blue .home_btn_a:hover .home_btn_p2{
	color: #fff;
}

/* black */
.home_btn_black .home_btn_a {
    border: 1px solid #333;
}
.home_btn_black p{
	color: #333;
}
.home_btn_black .home_btn_span3{
	background-color: #F4F4F4;
}


@media screen and (max-width:1440px){
	.home_btn_a{
		padding: 0.1rem 0.3rem;
	}
	.home_btn_p p{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.home_btn_a{
		padding: 0.08rem 0.2rem;
	}
	.home_btn_p p{
		font-size: 0.14rem;
	}
	.home_btn_a{
		border-radius: 0.04rem;
	}
}
@media screen and (max-width:560px){

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

}


/* title */
.title{

}
.title p{
   font-size: 0.42rem;
   color: #333;
   font-weight: bold;
   text-transform: capitalize;
}
.title p b{
	font-size: 0.42rem;
	color: var(--i_color);
	font-weight: bold;
}
.title span{
    display: block;
	font-size: 0.18rem;
	color: #666;
	margin-top: 0.1rem;
	line-height: 155%;
}
.title span a{
	font-size: 0.18rem;
	color: var(--i_color);
	border-bottom: 1px solid var(--i_color);
	line-height: 155%;
}
.title_center p,
.title_center span{
   text-align: center;
}
.title_box{
	display: flex;
	align-items: center;
	gap: 0.2rem;
	justify-content: space-between;
}
.title_white p,
.title_white span{
	color: #fff;
}


@media screen and (max-width:1440px){
	.title p,
	.title p b{
		font-size: 0.38rem;
	}
	.title span,
	.title span a{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.title p,
	.title p b{
		font-size: 0.34rem;
	}
}
@media screen and (max-width:1024px){
	.title p,
	.title p b{
		font-size: 0.3rem;
	}
	.title span br{display: none;}
}
@media screen and (max-width:960px){
	.title p,
	.title p b{
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px){
	.title p,
	.title p b{
		font-size: 0.24rem;
	}
	.title span{
		font-size: 0.14rem;
	}
	.title_box{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:560px){

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

}



/* home_products */
.home_products_bac{
   box-sizing: border-box;
   padding-top: 0.8rem;
}
.home_products{

}
.home_products_box{
   position: relative;
   margin-top: 0.4rem;
}
.home_products_box::after{
   content: '';
   display: block;
   padding-bottom: 41.66%;
}
.home_products_box img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    height: auto;
    clip-path: circle(100% at 50% 50%);
    overflow: hidden;
}
.home_products_text{
    position: absolute;
	top: 16%;
	left: 50%;
	transform: translateX(-50%);
	width: 34%;
}
.home_products_text h3{
   font-size: 0.36rem;
   color: #fff;
   font-weight: bold;
   text-align: center;

}
.home_products_text h4{
   font-size: 0.2rem;
   line-height: 150%;
   color: #fff;
   text-align: center;
   margin: 0.15rem 0 0.3rem 0;
}



.mergeLeft{
	animation: mergeLeft 2.5s;
}
.mergeRight{
	animation: mergeRight 2.5s;
}
@keyframes mergeLeft{
	0% {
		clip-path: circle(25% at -50% 50%);
	}
	50% {
		clip-path: circle(25% at 50% 50%);
	}
	100% {
		clip-path: circle(100% at 50% 50%);
	}
}

@keyframes mergeRight{
	0% {
		clip-path: circle(25% at 150% 50%);
	}
	50% {
		clip-path: circle(25% at 50% 50%);
	}
	100% {
		clip-path: circle(100% at 50% 50%);
	}
}


@media screen and (max-width:1440px){
	.home_products_text h3{
		font-size: 0.32rem;
	}
	.home_products_text h4{
		font-size: 0.18rem;
		margin: 0.1rem 0 0.25rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_products_text h3{
		font-size: 0.28rem;
	}
	.home_products_text h4{
		font-size: 0.16rem;
		margin: 0.1rem 0 0.2rem 0;
	}
	.home_products_bac {
		padding-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.home_products_text h3{
		font-size: 0.24rem;
	}
}
@media screen and (max-width:960px){
	.home_products_text h3{
		font-size: 0.2rem;
	}
	.home_products_text h4{
		font-size: 0.14rem;
	}
}
@media screen and (max-width:767px){
	.home_products_text h4{
		display: none;
	}
	.home_products_text h3{
		font-size: 0.18rem;
		margin-bottom: 0.2rem;
	}
	.home_products_text{
		width: 100%;
	}
}
@media screen and (max-width:560px){
	.home_products_text h3{
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
}
@media screen and (max-width:425px){

}


/* hot_products */
.hot_products_bac{
	background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
	box-sizing: border-box;
	padding: 1rem 0;
}
.hot_products{

}





/*  */
.hot_partner_box{
	margin-top: 0.4rem;
}

.hot_partner{position:relative}
.hot_partner_list{width:100%; padding:0;padding-top: 0.2rem !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.hot_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.hot_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;

}
.hot_partner_list li a{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
}
.hot_partner_list .img{
	width:100%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	background: linear-gradient(180deg, #E4E4E4 0%, #FFFFFF 52%, #E4E4E4 98%);
	border-radius: 0.08rem;
}
.hot_partner_list .img:before{content:""; display:block; padding-bottom:75%}
.hot_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


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

.img_hide{
	opacity: 0;
	z-index: 2;
}
.hot_partner_list .img p{
	position: absolute;
	z-index: 3;
	bottom: -100%;
	left: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 0.35, #000000 0.35);
	box-sizing: border-box;
	padding: 0.9rem 4% 0.3rem 4%;
	text-align: center;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	color: #fff;
	font-size: 0.18rem;
	transition: all 0.7s ease;
}
.hot_partner_list h3{
	font-size: 0.18rem;
	color: #333;
	overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	text-transform: capitalize;
	text-align: center;
    transition: all 0.3s ease;
	box-sizing: border-box;
	padding: 0.3rem 4% 0 4%;
}
.hot_partner_list li a:hover h3{
	opacity: 0;
}
.hot_partner_list li a:hover .img_hide{
	opacity: 1;
}
.hot_partner_list li a:hover .img p{
	bottom: 0;
}
.hot_partner_list li a:hover{
	margin-top: -0.2rem;
}


/* 指示器 */
.hot_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.hot_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius:50%;
	opacity: 1;
	outline:none
}
.hot_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.hot_partner .pt-button-prev, .hot_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid #999;
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.hot_partner .pt-button-prev img, .hot_partner .pt-button-next img{
	width: 0.31rem;
	height: 0.31rem;
	object-fit: contain;
	transition: all 0.3s ease;
}
.hot_partner .pt-button-prev{left:-5%;}
.hot_partner .pt-button-next{right: 7%;}

.hot_partner .pt-button-prev:hover, .hot_partner .pt-button-next:hover{
	background-color: var(--i_color);
	border: 1px solid var(--i_color);
}
.hot_partner .pt-button-prev:hover img, .hot_partner .pt-button-next:hover img{
	filter: brightness(0) invert(1);
}



.hot_partner .pt-button-next{
	background-color: var(--i_color);
	border: 1px solid var(--i_color);
}
.hot_partner .pt-button-next img{
	filter: brightness(0) invert(1);
}
.hot_partner .pt-button-next:hover{
	background-color: #333;
	border: 1px solid #333;
}

@media screen and (max-width:1440px){
	.hot_products_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.hot_partner .pt-button-prev, .hot_partner .pt-button-next{display:none}
	.hot_partner .pt-pagination{display:block}
	.hot_partner_list h3 {
		font-size: 0.16rem;
		padding: 0.2rem 4% 0 4%;
	}
	.hot_partner_list .img p{
		padding: 0.8rem 4% 0.2rem 4%;
		font-size: 0.16rem;
	}
	.hot_products_bac {
		padding: 0.6rem 0;
	}
	.hot_partner_box {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.hot_partner_list h3{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space:unset;
	}
	.hot_partner_list .img p{
		display: none;
	}
	.hot_partner_list li a:hover{
		margin-top: 0rem;
	}
	.hot_partner_list li a:hover h3{
		opacity: 1;
	}
}
@media screen and (max-width:560px){

}


/* products_two */
.products_two_bac{
   box-sizing: border-box;
   padding-top: 0.6rem;
   overflow: hidden;
}
.products_two{

}
.products_two_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem;
}
.products_two_ul li{
   width: calc((100% - 0.4rem) / 2);
}
.products_two_ul li a{
   display: block;
   width: 100%;
   overflow: hidden;
   border-radius: 0.08rem;
   position: relative;
}
.products_two_ul li a::after{
   content: '';
   display: block;
   padding-bottom: 76.76%;
}
.products_two_ul li a img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products_two_text{
   position: absolute;
   top: 10%;
   left: 50%;
   transform: translateX(-50%);
   width: 66%;
}
.products_two_text h3{
   font-size: 0.34rem;
   color: #fff;
   font-weight: bold;
   text-align: center;
}
.products_two_text h4{
   font-size: 0.18rem;
   line-height: 155%;
   color: #fff;
   text-align: center;
   margin-top: 0.15rem;
}
.products_two_btn{
   position: absolute;
   bottom: 7%;
   left: 50%;
   transform: translateX(-50%);
}



@media screen and (max-width:1440px){
	.products_two_text h3 {
		font-size: 0.3rem;
	}
	.products_two_text h4{
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}
	.products_two_text {
		width: 80%;
	}
	.products_two_ul {
		gap: 0.2rem;
	}
	.products_two_ul li {
		width: calc((100% - 0.2rem) / 2);
	}

}
@media screen and (max-width:1200px){
	.products_two_text h3 {
		font-size: 0.26rem;
	}
	.products_two_bac {
		padding-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.products_two_text h3 {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.products_two_text h4,
	.products_two_text {
		top: 18%;
	}
}
@media screen and (max-width:560px){
	.products_two_ul li{
		width: 100%;
	}
	.products_two{
		box-sizing: border-box;
		padding: 0 3%;
	}
}
@media screen and (max-width:425px){

}


/* home_about */
.home_about_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.home_about{

}
.home_about_img{
   position: relative;
   overflow: hidden;
   z-index: 2;
   margin-top: 0.6rem;
}
.home_about_img::after{
	content: '';
	display: block;
	padding-bottom: 52.27%;
}
.home_about_img>img{
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 0 0 0.1rem 0.1rem;
}
.home_about_ul{
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
	gap: 0.15rem;
	z-index: -1;
}
.home_about_ul li{
   box-sizing: border-box;
   border-radius: 0.2rem 0.2rem 0 0;
   overflow: hidden;
   flex: 32.7 32.7 0;
}
.home_about_ul li:nth-child(1){
   /* width: 51.42%; */
   flex: 51.42 51.42 0;
}
.home_about_ul li:nth-child(2){
   /* width: 15.8%; */
   flex: 15.8 15.8 0;
}
.home_about_ul li:nth-child(3){

}
.home_about_ul img{
    width: 100%;
	height:auto;
	display: block;
}
.home_about_dl{
    position: absolute;
	top: 8%;
    left: 7%;
	z-index: 3;
	width: 30.11%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.home_about_dl dt{
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   box-sizing: border-box;
   padding: 0.2rem 0;
}
.home_about_dl dt h3{
   font-size: 0.2rem;
   color: #fff;
   font-weight: bold;
}
.home_about_dl dt h3 span{
	font-size: 0.58rem;
	color: #fff;
	font-weight: bold;
}
.home_about_dl dt h4{
   font-size: 0.16rem;
   color: #fff;
   line-height: 150%;
   width: 45%;
}


@media screen and (max-width:1440px){
	.home_about_dl dt h3 span {
		font-size: 0.45rem;
	}
	.home_about_dl dt {
		padding: 0.15rem 0;
	}
	.home_about_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.home_about_dl dt h3 span {
		font-size: 0.4rem;
	}
	.home_about_dl dt h4 {
		width: 56%;
	}
	.home_about_bac {
		padding: 0.6rem 0;
	}
	.home_about_img{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.home_about_dl dt h3 span {
		font-size: 0.3rem;
	}
}
@media screen and (max-width:960px){
	.home_about_dl{
		position: relative;
		width: 100%;
		top: unset;
		left: unset;
	}
	.home_about_dl h3,
	.home_about_dl h4,
	.home_about_dl h3 span{
		color: #333 !important;
	}
	.home_about_dl{
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		margin-bottom: 0.4rem;
	}
	.home_about_dl dt{
	   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	   padding: 0.2rem 0;
	}
}
@media screen and (max-width:767px){

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

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

}







.i_videos{}



.vd_list{position:relative; overflow:hidden}
.vd_list .swiper-wrapper{display:-webkit-flex; display:flex; position:relative; width:100%}
.vd_list .swiper-slide{flex-shrink:0; position:relative; overflow:hidden}
.vd_list .swiper-slide::before{content:""; display:block; padding-bottom:54%}
/* .vd_list .swiper-slide:after{content: '';position:absolute; top:0; left:0; width:100%; height:100%; z-index: 2;} */

.vd_list iframe{position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}


.vd-prev,.vd-next{position:absolute; top:50%; transform:translate(0,-50%); width:.4rem; height:.4rem; z-index:3; cursor:pointer; outline:none; -webkit-user-select:none; user-select:none}

.vd-prev{left:20%;}

.vd-next{right:20%;}

.vd-prev iconify-icon,.vd-next iconify-icon{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:0.4rem; color:#FFF;}

.vd_list .swiper-button-disabled{cursor:not-allowed}

.vd-prev:hover iconify-icon,.vd-next:hover iconify-icon{color: var(--i_color);}

.vd-pagination{
	position:absolute; left:50%; transform:translate(-50%,0);bottom: 6%;
}



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

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

	.vd_content p{font-size: 0.22rem;}

	.vd-prev iconify-icon, .vd-next iconify-icon{font-size: 0.34rem;}

}

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

@media screen and (max-width:1024px) {
	.vd_content{top: 0.5rem;}
	.vd-prev{left:3%;}
	.vd-next{right:3%;}

}

@media screen and (max-width:768px) {
	.vd_content p{font-size: 0.18rem;}

}

@media screen and (max-width:560px) {
	.vd_content{top: 0.24rem;}
	.vd_content p{font-size: 0.16rem;}

	.vd-prev iconify-icon, .vd-next iconify-icon{font-size: 26px;}

	.vd-pagination{bottom: 0.28rem;}

}


/* technology */
.technology_bac{
	box-sizing: border-box;
	padding: 1rem 0;
	position: relative;
	z-index: 2;
	margin: 1rem 0;
}
.gary_bac::after{
	content: '';
    position: absolute;
	width: 91.67%;
	height: 100%;
	background-color: #F4F4F4;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	z-index: -1;
	border-radius: 0.2rem;
}
.technology{

}
.technology_ul{
   display: flex;
   margin-top: 0.6rem;
   overflow: hidden;
   border-radius: 0.08rem;
}
.technology_ul li{
    width: 37.2%;
	flex-grow: 1;
	transition: all 0.7s ease;

}

.technology_ul li a{
   display: block;
   width: 100%;
   position: relative;

}
.technology_ul li a img{
   height: 6.65rem;
   width: 100%;
   object-fit: cover;
   display: block;

}
.technology_text{
   position: absolute;
   top: 0%;
   left: 50%;
   transform: translate(-50%,-100%);
   width: 80%;
   transition: all 0.5s ease;
}
.technology_text h3{
   font-size: 0.3rem;
   color: #fff;
   font-weight: bold;
   text-align: center;
}
.technology_text h4{
   line-height: 150%;
   font-size: 0.16rem;
   color: #fff;
   text-align: center;
   margin: 0.1rem 0 0.2rem 0;
   width: 40vw;
}

.technology_zz{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all 0.3s ease;
}
.technology_zz h5{
   font-size: 0.3rem;
   color: #fff;
   font-weight: bold;
   text-align: center;
}

.technology_ul li.technology_active{
    flex-grow: 1000 !important;
}
.technology_ul li.technology_active .technology_zz{
	opacity: 0;
	z-index: -2;
}
.technology_ul li.technology_active .technology_text{
    top: 10%;
	transform: translate(-50%, 0%);
}



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

	.technology_text h4 {
		width: 43vw;
	}
}
@media screen and (max-width:1440px){
	.gary_bac::after {
		width: 94%;
	}
	.technology_text h4 {
		width: 45vw;
	}
	.technology_text h3,
	.technology_zz h5 {
		font-size: 0.28rem;
	}
	.technology_ul li a img {
		height: 6rem;
	}
	.technology_bac {
		padding: 0.8rem 0;
		margin: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.gary_bac::after {
		width: 100%;
	}
	.technology_text h3,
	.technology_zz h5 {
		font-size: 0.24rem;
	}
	.technology_ul li a img {
		height: 5.5rem;
	}
	.technology_bac {
		padding: 0.6rem 0;
		margin: 0.6rem 0;
	}
	.technology_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.technology_ul li{
		width: 100%;
		flex-grow: 1 !important;
	}
	.technology_ul{
		flex-wrap: wrap;
		gap: 0.1rem;
	}
	.technology_text h4 {
        width: 100%;
    }
	.technology_ul li .technology_zz{
		opacity: 0;
		z-index: -2;
	}
	.technology_ul li .technology_text{
		top: 10%;
		transform: translate(-50%, 0%);
	}
	.technology_ul li a img {
        height: 5rem;
    }
}
@media screen and (max-width:960px){

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

}
@media screen and (max-width:560px){
	.technology_text h4{
		display: none;
	}
	.technology_text h3{
		margin-bottom: 0.2rem;
	}
	.technology_ul li a img {
        height: 4rem;
    }
	.gary_bac::after{
		border-radius: 0.1rem;
	}
}
@media screen and (max-width:425px){
    .technology_ul li a img {
        height: 3rem;
    }
}


/* home_news */
.home_news_bac{
   box-sizing: border-box;
   padding-bottom: 1rem;
}
.home_news{

}

/*  */
.HN_partner_box{
	margin-top: 0.6rem;
}

.HN_partner{position:relative}
.HN_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.HN_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.HN_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}
.HN_partner_list li a{
	display: flex;
	width: 100%;
}
.HN_partner_list .img{width:56%; box-sizing:border-box; position:relative;border-radius: 0.08rem; overflow:hidden}
.HN_partner_list .img:before{content:""; display:block; padding-bottom:53.54%}
.HN_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:cover}


.HN_partner_list .img img{-webkit-transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}
.HN_text{
   width: 44%;
   box-sizing: border-box;
   padding-left: 3%;
   padding-top: 0.5rem;

}
.HN_text h3{
   font-size: 0.16rem;
   color: #666;

}
.HN_text h4{
   font-size: 0.24rem;
   color: #333;
   font-weight: bold;
   overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
	margin: 0.2rem 0;
}
.HN_text h5{
   line-height: 155%;
   font-size: 0.18rem;
   color: #666;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   margin-bottom: 0.4rem;
}












/* 指示器 */
.HN_partner .pt-pagination {
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	z-index: 3;
	font-size: 0.18rem;
	color: #999;
	gap: 0.1rem;
	position:absolute;
    bottom: 3%;
    left: 59.5%;
	cursor:pointer;
	z-index:10;
}
.HN_partner .pt-pagination span{
	font-size: 0rem;
	color: #999;
	position: relative;
	transition: all 0.5s ease;
	background-color: transparent;
	opacity: 1;
}
.HN_partner .pt-pagination span::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #999;
	transition: all 0.3s ease;

}

.HN_partner  .cricle_svg_num {
    color: #999;
}
.HN_partner .bullet-bg {
    fill: #999;
}


.HN_partner .pt-pagination .swiper-pagination-bullet-active::after{
	transform: translate(-50%,-50%) scale(0) !important;
}
.HN_partner .pt-pagination .swiper-pagination-bullet-active.cricle_svg svg{
	transform: translate(-50%, -50%) rotate(-90deg) scale(1) !important;
}
.HN_partner .pt-pagination .swiper-pagination-bullet-active.cricle_svg .cricle_svg_num{
	transform: translate(-50%, -50%) scale(1) !important;
}
.HN_partner .pt-pagination .swiper-pagination-bullet-active .bullet-progress-circle{
	animation: ccc 6s ease;
}













/* 左右箭头 */
.HN_partner .pt-button-prev, .HN_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.HN_partner .pt-button-prev iconify-icon, .HN_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.HN_partner .pt-button-prev{left:-5%;}
.HN_partner .pt-button-next{right:-5%;}

.HN_partner .pt-button-prev:hover, .HN_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.HN_partner .pt-button-prev:hover iconify-icon, .HN_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}



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


}
@media screen and (max-width:1440px){
	.HN_text h4 {
		font-size: 0.22rem;
		margin: 0.15rem 0;
	}
	.HN_text h5 {
		font-size: 0.16rem;
	}
	.home_news_bac{
		padding-bottom: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.HN_partner .pt-pagination {
		justify-content: center;
		position: relative;
		bottom: unset;
		left: unset !important;
		transform: unset;
		margin-top: 0.4rem;
	}
	.HN_text {
		padding-top: 0rem;
	}
	.HN_partner_list li a{
		align-items: center;
	}
	.HN_text h4 {
		font-size: 0.2rem;
		margin: 0.1rem 0;
	}
	.HN_partner_box {
		margin-top: 0.4rem;
	}
	.home_news_bac{
		padding-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.HN_partner .pt-pagination{
		display: none;
	}
	.HN_partner_list .img {
		width: 100% !important;
	}
	.HN_partner_list li a{
		flex-wrap: wrap;
	}
	.HN_text {
		width: 100% !important;
		padding-left: 0%;
		padding-top: 0.4rem !important;
	}
	.HN_partner_box{
		padding-left: 3%;
	}
	.HN_text h5 {
		-webkit-line-clamp: 3;
		margin-bottom: 0.2rem;
	}
}
@media screen and (max-width:560px){
    .HN_text {
        padding-top: 0.2rem;
    }
}

/* footer */
.footer_bac{
   background: url('https://lingjuimg.com/wp-content/uploads/BYD/2025/12/215155421.webp') center no-repeat;
   background-size: cover;
   box-sizing: border-box;
   padding-top: 0.45rem;
}
.footer{

}
.footer_top{
   display: flex;
   justify-content: space-between;
   align-items: center;
   box-sizing: border-box;
   padding-bottom: 0.25rem;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_top img{
   width: 2.35rem;
}
.footer_top p{
   font-size: 0.22rem;
   color: #fff;
   font-weight: bold;
}
.footer_box{
   display: flex;
   box-sizing: border-box;
   padding: 0.5rem 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_1{
   width: 37%;
   box-sizing: border-box;
   padding-right: 10%;
}
.footer_h3{
   font-size: 0.24rem;
   color: #fff;
   font-weight: bold;
   margin-bottom: 0.2rem;
}
.footer_contact{
   display: flex;
   flex-direction: column;
   gap: 0.15rem;

}
.footer_contact li{
   display: flex;
   gap: 0.1rem;
}
.footer_contact li iconify-icon{
	font-size: 0.2rem;
	color: rgba(255, 255, 255, 0.8);
	flex-shrink: 0;
}
.footer_contact li a{
   font-size: 0.16rem;
   color: rgba(255, 255, 255, 0.8);
   transition: all 0.3s ease;
}
.footer_contact li a:hover{
	color: #fff;
}
.footer_contact_2{
	display: flex;
	gap: 0.1rem;
}
.footer_share{
   display: flex;
   gap: 0.08rem;
   margin-top: 0.7rem;
}
.footer_share dt{

}
.footer_share dt a{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0.4rem;
   height: 0.4rem;
   border-radius: 50%;
   border: 1px solid #fff;
   transition: all 0.3s ease;
}
.footer_share dt a iconify-icon{
   font-size: 0.2rem;
   color: #fff;
   transition: all 0.3s ease;
}
.footer_share dt a:hover{
   border: 1px solid var(--i_color);
   background-color: var(--i_color);
   transform: translateY(-5px);
}
.footer_2{
	width: 24.67%;
	box-sizing: border-box;
	padding-right: 0.1rem;
}
.footer_us{
   display: flex;
   flex-direction: column;
   gap: 0.15rem;
}
.footer_us li{

}
.footer_us li a {
   position: relative;
   font-size: 0.16rem;
   color: rgba(255, 255, 255, 0.8);
   transition: all 0.3s ease;
   line-height: 144%;
   padding-bottom: 2px;
}
.footer_us li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all 0.5s ease;
}
.footer_us li a:hover{
    color: #fff;
}
.footer_us li a:hover::after{
    width: 100%;
	right: auto;
	left: 0;
}
.footer_3{
	width: 29.33%;
	box-sizing: border-box;
	padding-right: 0.1rem;
}
.footer_4{
	width: 9%;
}
.footer_down{
    box-sizing: border-box;
	padding: 0.25rem 0;
}
.footer_down p{
   font-size: 0.16rem;
   color: rgba(255, 255, 255, 0.8);
}
.footer_down p a{
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease;
}
.footer_down p a:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
}


@media screen and (max-width:1440px){
	.footer_top img {
		width: 2.2rem;
	}
	.footer_top p {
		font-size: 0.2rem;
	}
}
@media screen and (max-width:1200px){
	.footer_top img {
		width: 2rem;
	}
}
@media screen and (max-width:1024px){
	.footer_2,.footer_3,.footer_4{
		display: none;
	}
	.footer_1 {
		width: 100%;
		padding-right: 0%;
	}
	.footer_share {
		margin-top: 0.4rem;
	}
	.footer_box {
		padding: 0.4rem 0;
	}
}
@media screen and (max-width:960px){
    .footer_top img {
        width: 1.8rem;
    }
}
@media screen and (max-width:767px){
	.footer_top p {
		display: none;
	}
	.footer_top img {
        width: 1.7rem;
    }
	.footer_bac {
		padding-top: 0.4rem;
	}
	.footer_down {
		padding: 0.25rem 0 0.75rem 0;
	}
}
@media screen and (max-width:560px){

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

}


/* banner_about */
.banner_about{
   position: relative;
}
.banner_about::after{
   content: '';
   display: block;
   padding-bottom: 36.46%;
}
.banner_about img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}


@media screen and (max-width:1024px){
    .banner_about{
	   margin-top: var(--header_height);
    }
}


/* about_us */
.about_us_bac{

}
.about_us{
   display: flex;

}
.about_us_left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 4%;
	height: calc(100vh - var(--header_height));
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: sticky;
	top: var(--header_height);
}
.about_us_left::after{
	content: '';
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 1.8rem;
	background-color: var(--i_color);
}
.about_us_left h3{
    font-size: 0.18rem;
	color: #666;
	line-height: 155%;
	margin: 0.3rem 0;
}
.about_us_left h4{
   font-size: 0.18rem;
   color: #333;
   text-transform: capitalize;
   display: flex;
   align-items: center;
   gap: 0.1rem;
   cursor: pointer;
}
.about_us_left h4 iconify-icon{
   font-size: 0.3rem;
   color: #FF0000;
}
.about_us_right{
	width: 35%;
	border-left: 1px solid rgba(51, 51, 51, 0.2);
	box-sizing: border-box;
	padding-left: 4%;
	padding-top: calc(50vh - calc(var(--header_height) / 2) - 1rem);
    padding-bottom: calc(50vh - calc(var(--header_height) / 2) - 0.8rem);
	animation: ysfadeInUp .8s ease-in-out both;
	animation-delay: .2s;
	position: relative;
}

@keyframes ysfadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.about_us_ul{
   display: flex;
   flex-direction: column;
   gap: 1rem;
}
.about_us_ul li{

}
.about_us_ul li h5{
   position: relative;
}
.about_us_ul li h5 span{

}
.about_us_ul li h5 span p{
	font-size: 0.2rem;
    color: #999;
    font-weight: bold;
}
.about_us_ul li h5 span p b{
	font-size: 1rem;
    color: #999;
    font-weight: bold;
}
.about_us_ul li h5 span:nth-child(2) p,
.about_us_ul li h5 span:nth-child(2) p b{
	color: var(--i_color);
}
.about_us_ul li h6{
	position: relative;
}
.about_us_ul li h6 span p{
   font-size: 0.24rem;
   color: #999;
}
.about_us_ul li h6 span:nth-child(2) p{
	color: #333;
}
.ciyn-add {
    opacity: 0.05;
    transform: scale(0.1, 0.1);
	transform-origin: left center;
}
.font-change span:nth-of-type(2){
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ciyn-data span:first-child, .ciyn-data span:nth-of-type(2) {
    transition: all 0s !important;
}

.about_us_img{
    position: sticky;
    top: var(--head);
    height: calc(100vh - var(--head));
	width: 15%;
}
.about_us_imgS{
	margin-right: calc(700px - 50vw + 53px);
    overflow: hidden;
}
.about_us_img img{
	height: auto;
	width: 8rem;
	animation: circless 30s linear infinite;
}

@keyframes circless {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 1880px) {
    .about_us_imgS {
        margin-right: -10.8vw;
    }
}
@media screen and (max-width: 1600px) {
    .about_us_imgS {
        margin-right: -6.5vw;
    }
}
@media screen and (max-width:1440px){
    .about_us_imgS {
        margin-right: -5vw;
    }
	.about_us_left h3{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
    .about_us_img{
		display: none;
	}
	.about_us_left {
		width: 100%;
		padding-right: 0%;
		height: unset;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
		top: unset;
		padding: 0.4rem 0;
	}
	.about_us_right,
	.about_us_left::after{
		display: none;
	}
	.about_us_left h3 {
		line-height: 144%;
		margin: 0.2rem 0;
	}
}
@media screen and (max-width:960px){

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

}
@media screen and (max-width:560px){
	.about_us_left h3 {
		font-size: 0.16rem;
	}
}
@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: 46%;
    left: 53%;
	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;
	}
}



/* brand_concept */
.brand_concept_bac{

}
.brand_concept{
   position: relative;
   overflow: hidden;
   width: 100%;
}
.brand_concept::after{
   content: '';
   display: block;
   padding-bottom: 45.83%;
}
.brand_concept img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.brand_concept_text{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,0%);
	width: 51%;
}
.brand_concept_text .home_btn{
	margin-top: 0.4rem;
}

@media screen and (max-width:1440px){
	.brand_concept_text{
		width: 60%;
	}
}
@media screen and (max-width:1200px){
	.brand_concept_text{
		width: 70%;
	}
	.brand_concept_text .home_btn{
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:1024px){
	.brand_concept_text{
		width: 80%;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.brand_concept_text{
		width: 90%;
	}
}
@media screen and (max-width:560px){
	.brand_concept_text .title span{
		display: none;
	}
	.brand_concept_text .home_btn{
		margin-top: 0.1rem;
	}
	.brand_concept_text{
		top: 20%;
	}
}
@media screen and (max-width:425px){

}


/* our_advantages */
.our_advantages_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.our_advantages{

}
.our_advantages_box{
   display: flex;
   flex-wrap: wrap;
   margin-top: 0.6rem;
   align-items: center;
}
.our_advantages_left{
   width: 36%;
   box-sizing: border-box;
   padding-right: 4%;
}
.our_advantages_ul{
   display: flex;
   flex-direction: column;
   gap: 0.6rem;
   box-sizing: border-box;
   padding: 0.2rem 0;
   border-left: 1px solid rgba(51, 51, 51, 0.2);
}
.our_advantages_ul li{
   box-sizing: border-box;
   padding: 0.15rem 0 0.15rem 0.3rem;
   position: relative;
   cursor: pointer;
}
.our_advantages_ul li::after{
	content: '';
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translateY(-50%);
	width: 2px;
	height: 0;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.our_advantages_ul li h3{
   font-size: 0.24rem;
   color: #999;
   font-weight: bold;
   text-transform: capitalize;
   transition: all 0.3s ease;
}
.our_advantages_ul li h4{
   line-height: 155%;
   font-size: 0.18rem;
   color: #666;
   opacity: 0;
   margin-top: 0.05rem;
   transition: all 0.3s ease;
}
.our_advantages_ul li.current::after{
	height: 100%;
}
.our_advantages_ul li.current h3{
	color: var(--i_color);
}
.our_advantages_ul li.current h4{
	opacity: 1;
}


.our_advantages_right{
    width: 64%;
}
.our_advantages_dl{

}
.our_advantages_dl dt{
    position: relative;
	border-radius: 0.08rem;
	overflow: hidden;
	animation: ooo 0.7s ease;
}
.our_advantages_dl dt::after{
	content: '';
	display: block;
	padding-bottom: 62.29%;
}
.our_advantages_dl dt img{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes ooo {
	0% {
		opacity: 0;
		transform: translateX(0.3rem);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}



@media screen and (max-width:1440px){
	.our_advantages_ul li h3 {
		font-size: 0.22rem;
	}
	.our_advantages_ul li h4 {
		font-size: 0.16rem;
	}
	.our_advantages_ul {
		gap: 0.4rem;
	}
}
@media screen and (max-width:1200px){
	.our_advantages_box {
		margin-top: 0.4rem;
	}
	.our_advantages_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.our_advantages_left {
		width: 100%;
		padding-right: 0%;
	}
	.our_advantages_box {
		align-items: flex-start;
		flex-direction: column-reverse;
		gap: 0.4rem;
	}
}
@media screen and (max-width:560px){
    .our_advantages_ul {
        gap: 0.2rem;
    }
	.our_advantages_ul li h3 {
        font-size: 0.2rem;
    }
	.our_advantages_right {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* our_honors */
.our_honors_bac{
   position: relative;
   box-sizing: border-box;
   padding: 1rem 0;
   margin-bottom: 0.8rem;
}
.our_honors{

}



/*  */
.honor_partner_box{
	margin-top: 0.6rem;
}

.honor_partner{position:relative}
.honor_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.honor_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.honor_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0.3rem 3%;
	border-radius: 0.08rem;
	overflow: hidden;
	background-color: #fff;
	align-items: center;
}

.honor_partner_list .img{
	width:91%;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}
.honor_partner_list .img:before{content:""; display:block; padding-bottom:139.2%}
.honor_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}


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

.honor_partner_list li p{
   line-height: 155%;
   font-size: 0.18rem;
   color: #333;
   text-align: center;
   margin-top: 0.1rem;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}












/* 指示器 */
.honor_partner .pt-pagination{
	text-align:center;
	margin:0.6rem auto 0
}
.honor_partner .pt-pagination .swiper-pagination-bullet{
	width:0.08rem;
	height:0.08rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.08rem;
	background:#999;
	border-radius:50%;
	opacity: 1;
	outline:none;
	position: relative;
}
.honor_partner .pt-pagination .swiper-pagination-bullet::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	border: 2px solid var(--i_color);
	transition: all 0.3s ease;
}
.honor_partner .pt-pagination .swiper-pagination-bullet-active{
	background-color: var(--i_color);
}
.honor_partner .pt-pagination .swiper-pagination-bullet-active::after{
	transform: translate(-50%,-50%) scale(1);
}
/* 左右箭头 */
.honor_partner .pt-button-prev, .honor_partner .pt-button-next{
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #999;
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
    outline: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.honor_partner .pt-button-prev img, .honor_partner .pt-button-next img{
	width: 0.31rem;
    height: 0.31rem;
    object-fit: contain;
    transition: all 0.3s ease;
}
.honor_partner .pt-button-prev{left:-5%;}
.honor_partner .pt-button-next{right:-5%;}

.honor_partner .pt-button-prev:hover, .honor_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.honor_partner .pt-button-prev:hover img, .honor_partner .pt-button-next:hover img {
    filter: brightness(0) invert(1);
}

@media screen and (max-width:1440px){
	.our_honors_bac {
		padding: 0.8rem 0;
	}
	.honor_partner_list li p {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1200px){
	.honor_partner .pt-button-prev, .honor_partner .pt-button-next{display:none}
	.honor_partner .pt-pagination{display:block}
	.our_honors_bac {
		padding: 0.6rem 0;
	}
	.honor_partner_box{
		margin-top: 0.4rem;
	}
	.honor_partner .pt-pagination{
		margin:0.4rem auto 0
	}
	.our_honors_bac{
		margin-bottom: 0.6rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.honor_partner .pt-pagination .swiper-pagination-bullet::after{
		width: 0.15rem;
		height: 0.15rem;
		border: 1px solid var(--i_color);
	}
	.honor_partner_list li {
		padding: 0.2rem 3%;
		border-radius: 0.04rem;
	}
}
@media screen and (max-width:560px){

}



/* 当前位置 */
.in_position{padding:0.14rem 0;background-color: #fff;}
.in_position_gary{
	background-color: #F4F4F4;
}
.in_position a{display:block; float:left; font-size:0.14rem; color:#4C4C4C; position:relative; line-height:0.2rem; text-transform:capitalize}
.in_position a:first-child{padding-left:0.24rem; background:url(static/imgs/home_b.svg) no-repeat left center; background-size:0.16rem}
.in_position a:not(:last-child):after{content:">"; margin:0 0.1rem; color:#4C4C4C}
.in_position a:last-child{color:var(--i_color)!important}
.in_position a:hover{color:var(--i_color)}
@media screen and (max-width:959px){
    .in_position{
	  display: none;
    }
}
@media screen and (max-width:767px){

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

}




/* rayward_service */
.rayward_service_bac{
   box-sizing: border-box;
   padding: 1.7rem 0 4rem 0;
   position: relative;
   overflow: hidden;
   z-index: 2;
   background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F4F4F4 100%);
}
.rayward_service{
   display: flex;
   justify-content: center;
}
.rayward_service_box{
   width: 40%;
}
.rayward_service_box h3{
   font-size: 0.48rem;
   color: #333;
   font-weight: bold;
   text-align: center;
}
.rayward_service_box h3 span{
	font-size: 0.48rem;
	color: var(--i_color);
	font-weight: bold;
}
.rayward_service_box h4{
    font-size: 0.28rem;
	color: #333;
	margin: 0.1rem 0 0.3rem 0;
	text-align: center;
}
.rayward_service_box h5{
    line-height: 155%;
	font-size: 0.18rem;
	color: #666;
	text-align: center;
}
.rayward_service_ul{

}
.rayward_service_ul li{
   position: absolute !important;
   border-radius: 50%;
}
.rayward_service_ul li img{
   width: 100%;
   height: 100%;
   object-fit: contain;

}
.rayward_service_li1{
    top: 4% !important;
    left: 10% !important;
	width: 15.78%;
}
.rayward_service_li2{
	bottom: 12% !important;
    left: 14% !important;
	top: auto !important;
	width: 10.89%;
}
.rayward_service_li3{
	top: 5% !important;
    right: 14% !important;
	left: auto !important;
	width: 12.66%;
}
.rayward_service_li4{
	bottom: 14% !important;
    right: 9% !important;
	top: auto !important;
	left: auto !important;
	width: 12.66%;
}
.rayward_service_img{
    position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translate(-50%,50%);
	width: 41.82%;
	animation: circle 20s linear infinite;
	z-index: -1;
}

@keyframes circle {
	0%{
		transform: translate(-50%,50%) rotate(0);
	}
	100%{
		transform: translate(-50%,50%) rotate(360deg);
	}
}


@media screen and (max-width:1440px){
	.rayward_service_box h3,
	.rayward_service_box h3 span{
		font-size: 0.4rem;
	}
	.rayward_service_box h4{
		font-size: 0.24rem;
		margin: 0.1rem 0 0.2rem 0;
	}
	.rayward_service_box h5{
		font-size: 0.16rem;
	}
	.rayward_service_bac {
		padding: 1.5rem 0 3.6rem 0;
	}
}
@media screen and (max-width:1200px){
	.rayward_service_box h3,
	.rayward_service_box h3 span{
		font-size: 0.35rem;
	}
	.rayward_service_box h4{
		font-size: 0.2rem;
	}
	.rayward_service_bac {
		padding: 1.3rem 0 3rem 0;
	}
}
@media screen and (max-width:1024px){
	.rayward_service_box h3,
	.rayward_service_box h3 span{
		font-size: 0.3rem;
	}
	.rayward_service_box {
		width: 100%;
	}
	.rayward_service_ul li{
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom:  auto !important;
		width: calc((100% - 0.6rem) / 4) !important;
	}
	.rayward_service_ul{
		display: flex;
		gap: 0.2rem;
		box-sizing: border-box;
		padding:  0 3%;
		margin-top: 0.4rem;
	}
	.rayward_service_bac {
        padding: 0.6rem 0;
    }
}
@media screen and (max-width:960px){
	.rayward_service_box h3,
	.rayward_service_box h3 span{
		font-size: 0.25rem;
	}
}
@media screen and (max-width:767px){

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

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

}



/* service_features */
.service_features_bac{
   position: relative;
}
.service_features{
	position: relative;
}
.service_features::after{
	content: '';
	display: block;
	padding-bottom: 44.27%;
}
.service_features>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_features_box{
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
}
.service_features_all{
	position: absolute;
	bottom: 10%;
	width: 100%;
	left: 0;
}
.service_features_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.15rem;
   align-items: flex-end;
}
.service_features_ul li{
	backdrop-filter: blur(0.4rem);
	background: rgba(255, 255, 255, 0.6);
	width: calc((100% - 0.45rem) / 4);
	border-radius: 0.08rem;
	box-sizing: border-box;
	padding: 0.25rem 0.2rem;
	height: 1.06rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.3s ease;
	overflow: hidden;
}
.service_features_ul li img{
    width: 0.86rem;
	height: 0.86rem;
	object-fit: contain;
	display: none;
	animation: opPrevIn .8s cubic-bezier(.435, .25, .15, .965) alternate;
}
.service_features_ul li h3{
    font-size: 0.2rem;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.service_features_ul li h4{
    font-size: 0.16rem;
	line-height: 0.24rem;
	max-height: 1.2rem;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 0.1rem;
	color: #666;
	margin-top: 0.1rem;
	display: none;
	animation: opPrevIn .8s cubic-bezier(.435, .25, .15, .965) alternate;
}

/*滚动条*/
.service_features_ul li h4::-webkit-scrollbar{width:1px; height:1px}
.service_features_ul li h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.service_features_ul li h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}




.service_features_ul li.on{
	background: rgba(255, 255, 255, 0.9);
	height: 2.89rem;
}
.service_features_ul li.on h3{
	text-align: left;
}
.service_features_ul li.on img,
.service_features_ul li.on h4{
	display: block;
}

@keyframes opPrevIn {
	0% {
		opacity: 0;
		transform: translate(-10%);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}



@media screen and (max-width:1440px){
	.service_features_ul li h3 {
		font-size: 0.22rem;
	}
	.service_features_ul li img {
		width: 0.8rem;
		height: 0.8rem;
	}
}
@media screen and (max-width:1200px){
	.service_features_ul li h3 {
		font-size: 0.2rem;
	}
	.service_features_ul li img {
		width: 0.7rem;
		height: 0.7rem;
	}
}
@media screen and (max-width:1024px){
	.service_features_all {
		position: relative;
		bottom: unset;
		left: unset;
		box-sizing: border-box;
		padding: 0.4rem 0;
	}
	.service_features_bac{
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F4F4F4 100%);
	}
	.service_features_ul li {
		width: calc((100% - 0.15rem) / 2);
	}
}
@media screen and (max-width:960px){

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

}
@media screen and (max-width:560px){
	.service_features_ul li {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* service_process */
.service_process_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.service_process{

}
.service_process_ul{
   margin-top: 0.6rem;
   gap: 0.55rem 0.3rem;
   display: flex;
   flex-wrap: wrap;
}
.service_process_ul li{
   width: calc((100% - 0.6rem) / 3);
   background-color: #F4F4F4;
   border-radius: 0.08rem;
   box-sizing: border-box;
   padding: 0.35rem 2% 0.4rem 2%;
   transition: all 0.3s ease;
}
.service_process_ul li img{
   width: 0.6rem;
   height: 0.6rem;
   object-fit: contain;
}
.service_process_ul li h3{
   font-size: 0.22rem;
   color: #333;
   font-weight: bold;
   border-bottom: 1px solid rgba(51, 51, 51, 0.2);
   box-sizing: border-box;
   padding-bottom: 0.15rem;
   margin-bottom: 0.15rem;
   margin-top: 0.7rem;
   transition: all 0.3s ease;
   position: relative;
}
.service_process_ul li h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: var(--i_color);
	transition: all 0.7s ease;
}
.service_process_ul li h4{
   line-height: 144%;
   font-size: 0.18rem;
   color: #666;
}


.service_process_ul li:hover h3{
	color: var(--i_color);
	border-bottom: 1px solid transparent;
}
.service_process_ul li:hover h3::after{
	width: 100%;
	right: auto;
	left: 0;
}

@media screen and (max-width:1440px){
	.service_process_ul li h3 {
		font-size: 0.2rem;
		padding-bottom: 0.1rem;
		margin-bottom: 0.1rem;
		margin-top: 0.6rem;
	}
	.service_process_ul li h4 {
		font-size: 0.16rem;
	}
	.service_process_ul li img {
		width: 0.55rem;
		height: 0.55rem;
	}
	.service_process_ul {
		gap: 0.4rem 0.2rem;
	}
	.service_process_ul li {
		width: calc((100% - 0.4rem) / 3);
		padding: 0.3rem 2%;
	}
	.service_process_bac {
		padding: 0.8rem 0;
	}
}
@media screen and (max-width:1200px){
	.service_process_ul li h3 {
		font-size: 0.18rem;
		margin-top: 0.5rem;
	}
	.service_process_ul li img {
		width: 0.5rem;
		height: 0.5rem;
	}
	.service_process_ul {
		gap:0.2rem;
	}
	.service_process_bac {
		padding: 0.6rem 0;
	}
	.service_process_ul {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
    .service_process_ul li {
        width: calc((100% - 0.2rem) / 2);
    }
	.service_process_ul li h3 {
        margin-top: 0.4rem;
    }
}
@media screen and (max-width:560px){
	.service_process_ul {
		gap:0.1rem;
	}
	.service_process_ul li {
        width: calc((100% - 0.1rem) / 2);
    }
}
@media screen and (max-width:425px){

}


/* service_contact */
.service_contact_bac{
   box-sizing: border-box;
   padding: 1.4rem 0;
   position: relative;
   z-index: 2;
   background-color: #F4F4F4;
}
.service_contact_bacImg{
   position: absolute;
   width: 53.9%;
   height: auto;
   bottom: -15%;
   left: -5%;
   z-index: -1;
}
.service_contact{
   display: flex;
   flex-wrap: wrap;
}
.service_contact_left{
   width: 48.87%;
   box-sizing: border-box;
   padding-right: 13%;
}
.service_contact_left h3{
   font-size: 0.42rem;
   color: #333;
   font-weight: bold;

}
.service_contact_right{
   width: 51.13%;
}
.service_contact_ul{
   display: flex;
   flex-wrap: wrap;
}
.service_contact_ul li{
    width: 50%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0.3rem 4%;
	align-items: center;
	position: relative;
}
.service_contact_ul li iconify-icon{
   font-size: 0.45rem;
   color: var(--i_color);
   margin-bottom: 0.1rem;
   transition: all 0.3s ease;
}
.service_contact_ul li a{
   font-size: 0.2rem;
   color: #333;
   font-weight: bold;
   text-align: center;
   line-height: 155%;
   transition: all 0.3s ease;
}
.service_contact_ul li a:hover{
	color: var(--i_color);
}
.service_contact_ul li p{
   font-size: 0.16rem;
   color: #666;
   text-align: center;
   margin-top: 0.1rem;
}
.service_contact_ul li:nth-child(1),
.service_contact_ul li:nth-child(2){
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.service_contact_ul li:nth-child(1)::after,
.service_contact_ul li:nth-child(3)::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 80%;
	background-color: rgba(51, 51, 51, 0.2);
}



@media screen and (max-width:1440px){
	.service_contact_left h3 {
		font-size: 0.38rem;
	}
	.service_contact_bac {
		padding: 1.2rem 0;
	}
	.service_contact_bacImg {
		bottom: -5%;
		left: -5%;
	}
	.service_contact_ul li a {
		font-size: 0.18rem;
	}
}
@media screen and (max-width:1200px){
	.service_contact_left h3 {
		font-size: 0.34rem;
	}
	.service_contact_bac {
		padding: 1rem 0;
	}
}
@media screen and (max-width:1024px){
	.service_contact_left h3 {
		font-size: 0.3rem;
	}
	.service_contact_left {
		width: 100%;
		padding-right: 0%;
	}
	.service_contact_right {
		width: 100%;
		margin-top: 0.4rem;
	}
	.service_contact_bacImg{
		display: none;
	}
	.service_contact_bac {
        padding: 0.6rem 0;
    }
}
@media screen and (max-width:960px){
	.service_contact_left h3 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:767px){
	.service_contact_left h3 {
		font-size: 0.25rem;
		line-height: 155%;
	}
	.service_contact_ul li a {
        font-size: 0.16rem;
    }
	.service_contact_ul li iconify-icon {
		font-size: 0.4rem;
	}
}
@media screen and (max-width:560px){

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

}



/* blade_list */
.blade_list_bac{
   border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.blade_list{

}
.blade_list_ul{
   display: flex;
   gap: 1.6rem;
   justify-content: center;
}
.blade_list_ul li{

}
.blade_list_ul li a{
	font-size: 0.18rem;
	color: #333;
    position: relative;
	box-sizing: border-box;
	padding: 0.3rem 0;
	display: block;
}
.blade_list_ul li a::after{
    content: '';
	position: absolute;
	right: 0;
	width: 0;
	height: 2px;
	bottom: -1px;
	background-color: var(--i_color);
	transition: all 0.5s ease;
}
.blade_list_active a,
.blade_list_ul li a:hover{
   color: var(--i_color) !important;
}
.blade_list_ul li a:hover::after,
.blade_list_active a::after{
    width: 100% !important;
	right: auto !important;
	left: 0 !important;
}


@media screen and (max-width:1440px){
	.blade_list_ul li a {
		font-size: 0.16rem;
		padding: 0.25rem 0;
	}
	.blade_list_ul {
		gap: 1.4rem;
	}
}
@media screen and (max-width:1200px){
	.blade_list_ul {
		gap: 1.2rem;
	}
	.blade_list_ul li a {
		padding: 0.2rem 0;
	}
}
@media screen and (max-width:1024px){
	.blade_list_ul {
		gap: 1rem;
	}
}
@media screen and (max-width:960px){
	.blade_list_ul {
		gap: 0.8rem;
	}
}
@media screen and (max-width:767px){
	.blade_list_ul {
		gap: 0.6rem;
	}
	.blade_list_ul li a {
		font-size: 0.14rem;
	}
}
@media screen and (max-width:560px){
	.blade_list_ul {
		gap: 0.4rem;
	}
}
@media screen and (max-width:425px){
	.blade_list_ul {
		gap: 0.25rem;
	}
}



/* blade_battery */
.blade_battery_bac{
   margin-top: 0.5rem;
}
.blade_battery{

}
.blade_battery_box{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.blade_battery_box h3{
   line-height: 155%;
   font-size: 0.18rem;
   color: #666;
   width: 68.33%;
}
.blade_battery img{
	width: 100%;
	height: auto;
	margin-top: 0.5rem;
}



@media screen and (max-width:1440px){
	.blade_battery img {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1200px){

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

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

}
@media screen and (max-width:767px){
	.blade_battery_box h3{
		font-size: 0.16rem;
		width: 100%;
		margin-top: 0.1rem;
	}
	.blade_battery img {
		margin-top: 0.2rem;
	}
}
@media screen and (max-width:560px){

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

}


/* blade_adv */
.blade_adv_bac{
   box-sizing: border-box;
   padding: 1rem 0;
   position: relative;
   margin: 1rem 0;
   z-index: 2;
   overflow: hidden;
}
.blade_adv{

}
.blade_adv_box{
   position: relative;
   margin-top: 0.8rem;
}
.blade_adv_ul{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 1.2rem 50%;
}
.blade_adv_ul li{
   width: 22.33%;
}
.blade_adv_ul li h3{
   font-size: 0.24rem;
   color: #333;
   border-top: 1px solid rgba(51, 51, 51, 0.2);
   font-weight: bold;
   padding: 0.2rem 0;
}
.blade_adv_ul li h4{
   font-size: 0.16rem;
   line-height: 150%;
   color: #666;
}
.blade_adv_img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 41.41%;
}
.blade_adv_img::after{
   content: '';
   display: block;
   padding-bottom: 100%;
}
.blade_adv_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
}
.blade_adv_img1{
    width: 115.7%;
	z-index: 3;
	top: 45% !important;
}
.blade_adv_img2{
    width: 90%;
	z-index: 2;
	animation: circles 30s linear infinite;
}
.blade_adv_img3{
	width: 100%;
	height: 100%;
	z-index: 1;
	animation: circles 20s linear infinite;
}

@keyframes circles {
	0%{
		transform: translate(-50%,-50%) rotate(0);
	}
	100%{
		transform: translate(-50%,-50%) rotate(360deg);
	}
}


@media screen and (max-width:1440px){
	.blade_adv_ul li h3 {
		font-size: 0.22rem;
		padding: 0.2rem 0;
	}
	.blade_adv_ul {
		gap: 1rem 50%;
	}
	.blade_adv_bac{
		padding: 0.8rem 0;
		margin: 0.8rem 0;
	}
	.blade_adv_box {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1200px){
	.blade_adv_ul {
		gap: 0.8rem 50%;
	}
	.blade_adv_bac{
		padding: 0.6rem 0;
		margin: 0.6rem 0;
	}
	.blade_adv_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){
	.blade_adv_ul {
		gap: 0.6rem 50%;
	}
	.blade_adv_img {
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		width:50%;
	}
	.blade_adv_ul {
        gap: 0.4rem;
		margin-top: 0.4rem;
    }
	.blade_adv_ul li {
		width: calc((100% - 0.4rem) / 2);
	}
	.blade_adv_box{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
    .blade_adv_img {
        width: 80%;
    }
}
@media screen and (max-width:560px){
	.blade_adv_img {
        width: 88%;
    }
	.blade_adv_ul li{
		width: 100%;
	}
}
@media screen and (max-width:425px){

}



/* blade_three */
.blade_three_bac{
   box-sizing: border-box;
   padding: 2.8rem 0 4rem 0;
   background: url('static/imgs/blade_three.webp') center no-repeat;
   background-size: cover;
   background-attachment: fixed;
}
.blade_three{

}
.blade_three h3{
   font-size: 0.48rem;
   color: #fff;
   font-weight: bold;
   text-align: center;
   margin-bottom: 0.4rem;
}



@media screen and (max-width:1440px){
	.blade_three h3{
		font-size: 0.4rem;
		margin-bottom: 0.3rem;
	}
	.blade_three_bac{
		padding: 2.6rem 0 3.6rem 0;
	}
}
@media screen and (max-width:1200px){
	.blade_three h3{
		font-size: 0.35rem;
		margin-bottom: 0.2rem;
	}
	.blade_three_bac{
		padding: 2.4rem 0 3.2rem 0;
	}
}
@media screen and (max-width:1024px){
	.blade_three h3{
		font-size: 0.3rem;
	}
	.blade_three_bac{
		padding: 2.2rem 0 2.8rem 0;
	}
}
@media screen and (max-width:960px){
	.blade_three_bac{
		padding: 2rem 0 2.4rem 0;
	}
}
@media screen and (max-width:767px){
	.blade_three h3{
		font-size: 0.25rem;
	}
	.blade_three_bac{
		padding: 0.8rem 0 2rem 0;
		background-attachment: unset;
	}

}
@media screen and (max-width:560px){
	.blade_three h3 {
        font-size: 0.2rem;
    }
}
@media screen and (max-width:425px){

}


/* service_form */
.service_form_bac{
   box-sizing: border-box;
   padding: 1rem 0;
}
.service_form{
   display: flex;
   flex-wrap: wrap;
}
.service_form_left{
   width: 39.67%;
   box-sizing: border-box;
   padding-right: 6%;
}
.service_form_right{
   width: 60.33%;
}
.service_forms_box{

}




#wpforms-48 {
	--input_font_size: 0.18rem;
	--input_height: 0.55rem
}

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

#wpforms-form-48 {
	width: 100%;
}





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

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

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

#wpforms-48 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

#wpforms-48 .wpforms-submit-container {}











#wpforms-48 .wpforms-field {
	position: relative;
}

#wpforms-48 .wpforms-field-label {
	font-size: 0rem;
	color: #666;
}
#wpforms-48 .wpforms-field-label span {
	font-size: 0.16rem;
	color: red;
	position: absolute;
	top: 0.19rem;
	left: 0.03rem;
}
#wpforms-48 .wpforms-error {
	font-size: 0;
}
#wpforms-48-field_6-container .wpforms-field-label{
	font-size: var(--input_font_size);
	display: block;
	padding-left: 14px;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
	font-weight: 300 !important;
}
#wpforms-48-field_6-container .wpforms-field-label span {
	top: 0.05rem;
 }


#wpforms-48 .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 0.4rem;
}

#wpforms-48 .wpforms-field {
	width: 100%;
	background: transparent;
	width: calc((100% - 0.4rem) / 2);

}

#wpforms-48-field_5-container,
#wpforms-48-field_6-container,
#wpforms-48-field_9-container{
	width: 100% !important;
}





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

#wpforms-48 textarea {
	height: 2.26rem
}

#wpforms-48 input,
#wpforms-48 textarea,
#wpforms-48 select {
	width: 100%;
	border: 0;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	background-color: transparent;
	color: #222;
	box-sizing: border-box;
	line-height: var(--input_height);
	padding: 0 10px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);

}
#wpforms-48 select{
	color: #666;
}
#wpforms-48 input,
#wpforms-48 textarea{
	padding: 0 14px;
}
#wpforms-48 textarea {
	line-height: 160%;
	padding: 20px 14px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
}

#wpforms-48 select {
	height: var(--input_height);
	border: 1px solid transparent;
}

#wpforms-48-field_5-container {
	box-sizing: border-box;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	position: relative;
}




#wpforms-48-field_5 .placeholder{
	color: #666 !important;
	font-size: var(--input_font_size) !important;
}

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

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

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

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

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

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

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

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



#wpforms-48-field_5-container .choices__inner {
	background: none !important;
	border-radius: 0rem !important;
	border: 0px !important;
	height: var(--input_height) !important;
}


#wpforms-48-field_5-container .choices__list--single .choices__item {
	color: #666 !important;
	opacity: 1 !important;
	font-size: var(--input_font_size) !important;
}
#wpforms-48-field_5-container .choices__list--dropdown {
	min-width: 100% !important;
}
#wpforms-48-field_5-container input {
	color: #333 !important;
}
#wpforms-48-field_5-container .choices__list--single {
	padding: 0 16px 4px 0.1rem !important;
}
#wpforms-48-field_5-container .choices__input {
	height: 0.45rem !important;
}


#wpforms-48 .wpforms-submit-container button {
	overflow: hidden;
	width: 100%;
	height: 0.5rem;
	font-size: 0.18rem;
	color: #FFF;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	background-color: var(--i_color);
	width: 1.75rem;
	border-radius: 0.08rem;
	transition: all 0.3s ease;
	margin-top: 0.5rem;
}

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

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

	background-color: var(--i_color2);

}



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



	#wpforms-48 .wpforms-field-container {
		gap: 0.2rem;
	}
	#wpforms-48 .wpforms-field {
		width: calc((100% - 0.2rem) / 2);
	}
	#wpforms-48 .wpforms-submit-container button {
		height: 0.5rem;
		font-size: 0.16rem;
	}
	.service_form_bac {
		padding: 0.8rem 0;
	}

}

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

@media screen and (max-width:1200px) {
	.service_form_bac {
		padding: 0.6rem 0;
	}

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

@media screen and (max-width:959px) {
	.service_form_left {
		width: 100%;
		padding-right: 0%;
	}
	.service_form_right{
		width: 100%;
		margin-top: 0.4rem;
	}
}

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

	#wpforms-48 {
		--input_height: 0.5rem
	}
	#wpforms-48 .wpforms-field {
		width: 100% !important;
	}


}

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

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




/* technologys */
.technologys_bac{
    box-sizing: border-box;
	padding-top: 0.6rem;
}
.technologys{

}
.technologys_bac .title span{
	margin-top: 0.3rem;
}
.technologys_ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}

.technologys_ul li{
   box-sizing: border-box;
   padding: 0.7rem 0;
   display: flex;
   flex-wrap: wrap;
   width: 100%;
}
.technologys_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}
.technologys_ul li:nth-child(odd){
   background-color: #F4F4F4;
}
.technologys_ul li:nth-child(odd) .technologys_box{
	flex-direction: row-reverse;
}
.technologys_ul li:nth-child(odd)  .technologys_text{
	padding-left: 0%;
	padding-right: 4%;
}


.technologys_img{
   width: 47.67%;
   position: relative;
   overflow: hidden;
   border-radius: 0.08rem;
}
.technologys_img::after{
   content: '';
   display: block;
   padding-bottom: 53.15%;
}
.technologys_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.technologys_text{
   width: 52.33%;
   box-sizing: border-box;
   padding-left: 4%;
}
.technologys_text h3{
   font-size: 0.24rem;
   color: #333;
   line-height: 144%;
   font-weight: bold;
   margin-bottom: 0.2rem;
}
.technologys_text h4{
   font-size: 0.18rem;
   color: #666;
   line-height: 0.28rem;
   max-height: 2.24rem;
   box-sizing: border-box;
   padding-right: 0.1rem;
   overflow: auto;
}

/*滚动条*/
.technologys_text h4::-webkit-scrollbar{width:1px; height:1px}
.technologys_text h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.technologys_text h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}



@media screen and (max-width:1440px){
	.technologys_ul li {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1200px){
	.technologys_text h4 {
		font-size: 0.16rem;
		line-height: 0.24rem;
		max-height: 1.44rem;
	}
	.technologys_text h3 {
		font-size: 0.22rem;
		margin-bottom: 0.15rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.technologys_text {
		padding: 0% !important;
		width: 100%;
	}
	.technologys_img {
		width: 100%;
		margin-bottom: 0.2rem;
	}
	.technologys_ul li {
        padding: 0.5rem 0;
    }
}
@media screen and (max-width:560px){

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

}


/* global_network */
.global_network_bac{
   box-sizing: border-box;
   padding: 0.6rem 0 1rem 0;
}
.global_network{

}
.global_network_box{
	background-color: #F4F4F4;
	border-radius: 0.08rem;
	display: flex;
	margin-top: 0.6rem;
    align-items: center;
	border-radius: 0.08rem;
	overflow: hidden;
	flex-wrap: wrap;
}
.global_network_text{
	width: 50%;
	box-sizing: border-box;
	padding: 0.2rem 4%;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 1.5rem;
}
.global_network_text h3{
    line-height: 155%;
	font-size: 0.18rem;
	color: #333;
}
.global_network_img{
   width: 50%;
   border-radius: 0.08rem;
   overflow: hidden;
}
.global_network_img img{
   width: 100%;
   height: auto;
}


@media screen and (max-width:1440px){
	.global_network_text {
		gap: 1.3rem;
	}
}
@media screen and (max-width:1200px){
	.global_network_text {
		gap: 1rem;
	}
	.global_network_box {
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.global_network_text {
		width: 100%;
		padding: 0.4rem 4%;
		gap: 0.2rem;
	}
	.global_network_box {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width:560px){
	.global_network_img {
		width: 100%;
	}
	.global_network_text h3 {
		font-size: 0.16rem;
	}
	.global_network_text {
        padding: 0.3rem 4%;
    }
}
@media screen and (max-width:425px){

}


/* become */
.become_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background-color: #F4F4F4;
}
.become{
   display: flex;
   flex-wrap: wrap;
}
.become_left{
   width: 32.87%;
   box-sizing: border-box;
   padding-right: 4%;
}
.become_contact{

}
.become_contact h3{
   font-size: 0.26rem;
   color: #333;
   font-weight: bold;
   box-sizing: border-box;
   padding-top: 0.3rem;
   margin-top: 0.3rem;
   border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.become_ul{
   display: flex;
   flex-direction: column;
   gap: 0.15rem;
   margin-top: 0.2rem;
}
.become_ul li{
   display: flex;
   gap: 0.1rem;
}
.become_ul li iconify-icon{
   font-size: 0.2rem;
   color: #333;
   flex-shrink: 0;
}
.become_ul li h4{
   display: flex;
   flex-wrap: wrap;
   gap: 0.1rem;
}
.become_ul li h4 a{
   font-size: 0.18rem;
   color: #333;
   transition: all 0.3s ease;
}
.become_ul li h4 a:hover{
	color: var(--i_color);
}
.become_right{
	width: 67.13%;
	box-sizing: border-box;
	padding: 0.4rem;
	background-color: #fff;
	border-radius: 0.08rem;
}



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

}
@media screen and (max-width:1200px){
    .become_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){
	.become_left {
		width: 100%;
		margin-bottom: 0.4rem;
		padding-right: 0%;
	}
	.become_right {
		width: 100%;
	}
}
@media screen and (max-width:767px){

}
@media screen and (max-width:560px){
	.become_right {
		padding: 0.4rem 0.2rem;
	}
}
@media screen and (max-width:425px){

}



/* news_top */
.news_top_bac{
   background-color: #F4F4F4;
   box-sizing: border-box;
   padding: 0.4rem 0 0.8rem 0;
}
.news_top{

}

.news_top_bac .HN_partner_box{
	margin-top: 0;
}
.news_top_bac .HN_partner_list .img {
    width: 50%;
}
.news_top_bac .HN_partner_list .HN_text{
	width: 50%;
	padding-top: 0;
}
.news_top_bac .HN_partner .pt-pagination {
    left: 53%;
}




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

}
@media screen and (max-width:1200px){
	.news_top_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

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

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

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

}



/* news */
.news_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.news{

}
.news_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.4rem 0.3rem;
}
.news_ul li{
   width: calc((100% - 0.6rem) / 3);
}
.news_ul li a{
   display: block;
   width: 100%;
}
.news_img{
   position: relative;
   overflow: hidden;
   border-radius: 0.08rem;
}
.news_img::after{
   content: '';
   display: block;
   padding-bottom: 58.33%;
}
.news_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news_text{

}
.news_text h3{
   font-size: 0.16rem;
   color: #666;
   margin: 0.2rem 0 0.1rem 0;
}
.news_text h4{
   line-height: 155%;
   font-size: 0.2rem;
   color: #333;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}



@media screen and (max-width:1440px){
	.news_text h4 {
		font-size: 0.18rem;
	}
	.news_ul {
		gap: 0.4rem 0.2rem;
	}
	.news_ul li {
		width: calc((100% - 0.4rem) / 3);
	}
}
@media screen and (max-width:1200px){
	.news_bac {
		padding: 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.news_text h4 {
		font-size: 0.16rem;
	}
	.news_ul {
		gap: 0.4rem 0.2rem ;
	}
	.news_ul li {
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){

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

}



/* Number of pages */
.in_page_box {
	text-align: center;
	overflow: hidden;
	margin-top: 0.7rem;
}
.in_page {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.in_page_right .in_page{
	justify-content: flex-end;
}
.in_page_left .in_page {
    justify-content: flex-start;
}
.in_page li {
	min-width: .32rem;
	margin: 0 .04rem;
}
.in_page a,
.in_page span {
	display: block;
	padding: 0 .12rem;
	line-height: .32rem;
	font-size: .14rem;
	color: #666;
	background: #FFF;
	-webkit-border-radius: .05rem;
	border-radius: .05rem;
	border: 1px solid var(--border_color);
	overflow: hidden;
	transition: all 0.3s ease;
}
.in_page>i {
	margin-top: 0.14rem;
	width: 100%;
	font-size: 0.13rem;
	color: #888;
	display: none;
}

.in_page a:hover,
.in_page .curr_page a,
.in_page .curr_page span {
	border-color: var(--i_color) !important;
	background: var(--i_color);
	color: #FFF !important
}

@media screen and (max-width:1024px) {
	.in_page_box {margin-top: 0.6rem;}
}
@media screen and (max-width:768px) {
	.in_page li {
		min-width: .28rem;
	}
	.in_page a,
	.in_page span {
		line-height: 0.28rem;
		padding: 0 .1rem;
	}
	.in_page_box {margin-top: 0.4rem;}
}
@media screen and (max-width:560px) {

}


/* contact_network */
.contact_network_bac{
	background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
	box-sizing: border-box;
	padding: 0.6rem 0 0.8rem 0;
}
.contact_network{

}
.contact_network_img{
    width: 100%;
}
.contact_network_img img{
	width: 100%;
	height: auto;
}




/*  */
.net_partner_box{
	margin-top: -0.3rem;
	position: relative;
	z-index: 2;
}

.net_partner{position:relative}
.net_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.net_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.net_partner_list .swiper-slide{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	background-color: #fff;
	border-radius: 0.08rem;
	padding: 0.25rem 2.5% 0.6rem 2.5%;
	box-sizing: border-box;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.net_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.net_partner_list .img:before{content:""; display:block; padding-bottom:100%}
.net_partner_list .img img{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; height:100%; object-fit:contain}


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

.net_text{

}
.net_text h3{
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.2rem;
}



.net_partner_list .swiper-slide-active{
	opacity: 1;
}




/* 指示器 */
.net_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.net_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius: 50%;
	opacity: 1;
	outline:none
}
.net_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.net_partner .pt-button-prev, .net_partner .pt-button-next{
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #999;
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
    outline: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.net_partner .pt-button-prev img, .net_partner .pt-button-next img{
	width: 0.31rem;
    height: 0.31rem;
    object-fit: contain;
    transition: all 0.3s ease;
}
.net_partner .pt-button-prev{left:-5%;}
.net_partner .pt-button-next{right:-5%;}

.net_partner .pt-button-prev:hover, .net_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.net_partner .pt-button-prev:hover img, .net_partner .pt-button-next:hover img {
    filter: brightness(0) invert(1);
}

@media screen and (max-width:1440px){
	.net_text h3 {
		font-size: 0.22rem;
	}
	.net_partner_list .swiper-slide{
		padding: 0.25rem 2.5% 0.5rem 2.5%;
	}
}
@media screen and (max-width:1200px){
	.net_partner .pt-button-prev, .net_partner .pt-button-next{display:none}
	.net_partner .pt-pagination{display:block}
	.contact_network_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.net_text h3 {
		font-size: 0.2rem;
	}
	.net_partner_list .swiper-slide{
		padding: 0.25rem 4% 0.5rem 4%;
	}
}
@media screen and (max-width:560px){

}



/* products_top */
.products_top_bac{
   box-sizing: border-box;
   padding: 0.4rem 0 0rem 0;
   background-color: #F4F4F4;
}
.products_top{
   position: relative;
}
.products_top_img{
	position: relative;
	overflow: hidden;
	border-radius: 0.08rem;
}
.products_top_img::after{
   content: '';
   display: block;
   padding-bottom: 23.33%;
}
.products_top_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products_top_text{
	background: linear-gradient(91deg, rgba(3, 74, 152, 0.24) 2%, rgba(3, 74, 152, 0.23) 48%, rgba(3, 74, 152, 0) 90%);
    position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 0.2rem 6% 0.2rem 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.products_top_text h3{
    font-size: 0.32rem;
	font-weight: bold;
	color: #fff;

}
.products_top_text h4{
    font-size: 0.18rem;
	color: #fff;
	line-height: 0.28rem;
	margin-top: 0.25rem;
	max-height: 1.12rem;
	overflow: auto;
}

/*滚动条*/
.products_top_text h4::-webkit-scrollbar{width:1px; height:1px}
.products_top_text h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.products_top_text h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}




@media screen and (max-width:1440px){
	.products_top_text h3 {
		font-size: 0.28rem;
	}
	.products_top_text h4 {
		font-size: 0.16rem;
		line-height: 0.24rem;
		margin-top: 0.15rem;
		max-height: 0.96rem;
	}
}
@media screen and (max-width:1200px){
	.products_top_text h3 {
		font-size: 0.24rem;
	}
}
@media screen and (max-width:1024px){
    .products_top_text {
		position: relative;
		top: unset;
		left: unset;
		background: transparent;
		width: 100%;
		padding: 0.3rem 0 0 0;

	}
	.products_top_text h3,
	.products_top_text h4{
		color: #333;
	}
	.products_top_text h4{
		height: unset;
		line-height: 155%;
	}
}
@media screen and (max-width:960px){

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

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

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

}




/* products */
.products_bac{
   box-sizing: border-box;
   padding: 0.6rem 0 1rem 0;
   background-color: #F4F4F4;
}
.products{
   display: flex;
   flex-wrap: wrap;
}
.products_left{
	width: 20.33%;
}



.products_left_all{

}
.products_left_h2{
	font-size: 0.2rem;
	text-transform: capitalize;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background-color: var(--i_color);
	box-sizing: border-box;
	padding:0.2rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
	display: none;
}
.products_left_h2 iconify-icon{
	color: #fff;
	font-size: 0.34rem;
	margin-left: 0.1rem;
	font-weight: bold;
	margin-bottom: 2px;
	display: none;
}

.list{
   display: flex;
   display: -webkit-flex;
   flex-direction: column;
   box-sizing: border-box;
   gap: 0.2rem;
}
.list li{
   position: relative;
}
/* .list li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	height: 1px;
	background-color: rgba(51, 51, 51, 0.2);
} */

.list_a{
	box-sizing: border-box;
    padding: 0.2rem 0.2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 0.06rem;
}
.list_a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
.list .list_a a{
   font-size: 0.18rem;
   color: #222;
   font-weight: bold;
   box-sizing: border-box;
   line-height: 110%;
   transition: all 0.3s ease;
}
.list  .list_a i{
   width: 0.5rem;
   height: 0.55rem;
   position: absolute;
   top: 50%;
   transform: translate(0,-50%);
   right: 0;
   cursor: pointer;

}
.list .list_a i iconify-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    font-size: 0.24rem;
	color: #222;
	transition: all 0.3s ease;
}
.list_dl{
    padding:0.1rem 0.08rem 0 0.08rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	box-sizing: border-box;
	gap: 0.2rem;
}

.list_dl dt{
   box-sizing: border-box;
}
.list_dl dt a{
   font-size: 0.16rem;
   color: #222;
   display: block;
   transition: all 0.3s ease;
   position: relative;
   box-sizing: border-box;
   padding: 0rem 0.15rem;
}
/* .list_dl dt a::after{
	content: '';
	position: absolute;
	left: -0.1rem;
	top: 50%;
	transform: translate(0,-50%);
	width: 0.07rem;
	height: 0.07rem;
	background-color: #fff;
	opacity: 0;
	transition: all 0.3s ease;
} */





.list_dl dt a:hover::after,.list_dl dt a:hover::before{
    opacity: 1;
}
.list_active{
}
.list_active .list_a::after,
.list_a:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}
.list_active .list_a i iconify-icon{
	color: var(--i_color);
	transform:translate(-50%,-50%) rotate(180deg);
}
.list_active .list_a a,
.list_a:hover a{
	color: var(--i_color);
}
.list_dl_active a::after,.list_dl_active a::before{
	opacity: 1 !important;
	left: 0 !important;
}
.list_dl dt a:hover::after{
	opacity: 1 !important;
	left: 0 !important;
}
.list_dl dt a:hover{
	color: var(--i_color);
}

.list_dl_active a{
	color: var(--i_color) !important;
}
.list_active .list_dl{

}





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

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

}
@media screen and (max-width:1200px){
	.products_left_h2 {
		font-size: 0.28rem;
	}

}
@media screen and (max-width:1024px){
	.products_left{
		width: 100%;
	}
	.products_left_h2 iconify-icon{display: block;}
	.products_left_h2{display: flex;display: -webkit-flex;align-items: center;justify-content: center;}
	.products_left_h2{margin-bottom: 0;}
	.list{margin-top: 0.2rem;}
	.products_left_h2{
		color: #fff;
		background-color: var(--i_color);
		box-sizing: border-box;
		padding: 0.15rem 0;
	}
	.list {
		padding-bottom: 0.2rem;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.products_left_h2 {font-size: 0.2rem;}
	.products_left_h2 iconify-icon {font-size: 0.3rem;}
}
@media screen and (max-width:560px){
	.products_left_h2 {font-size: 0.18rem;}
	.products_left_h2 iconify-icon {font-size: 0.25rem;}
}
@media screen and (max-width:425px){

}


.products_right{
	width: 79.67%;
	box-sizing: border-box;
	padding-left: 4%;
}
.products_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.35rem 0.2rem;
}
.products_ul li{
   width: calc((100% - 0.4rem) / 3);
}
.products_a{
   display: block;
   width: 100%;
   background-color: #fff;
   overflow: hidden;
   border-radius: 0.08rem;
}
.products_img{
   position: relative;
}
.products_img::after{
   content: '';
   display: block;
   padding-bottom: 75%;
}
.products_img img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.3s ease;
}
.products_text{
   box-sizing: border-box;
   padding: 0.25rem 4%;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.products_text h3{
    font-size: 0.18rem;
	line-height: 0.28rem;
	height: 0.56rem;
	color: #333;
	text-transform: capitalize;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	text-align: center;
	margin-bottom: 0.2rem;
	transition: all 0.3s ease;
}

.products_text .home_btn_black .home_btn_span3 {
    background-color: #fff;
}

.products_a:hover .img_hide {
    opacity: 1;
}
.products_a:hover h3{
	color: var(--i_color);
}

.products_a .home_btn_a {
    padding: 0.11rem 0.34rem;
}
.products_a .home_btn_p p {
    font-size: 0.16rem;
}



@media screen and (max-width:1440px){
	.products_text h3 {
		font-size: 0.16rem;
		line-height: 0.24rem;
		margin-bottom: 0.15rem;
		height: 0.48rem;
	}
	.products_bac {
        padding: 0.4rem 0 0.8rem 0;
    }
}
@media screen and (max-width:1200px){
    .products_bac {
        padding: 0.4rem 0 0.6rem 0;
    }
}
@media screen and (max-width:1024px){
	.products_right {
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0%;
	}
}
@media screen and (max-width:960px){

}
@media screen and (max-width:767px){
	.products_a .home_btn_a {
		padding: 0.1rem 0.3rem;
	}
	.products_a .home_btn_p p {
		font-size: 0.14rem;
	}
	.products_ul li {
		width: calc((100% - 0.2rem) / 2);
	}

}
@media screen and (max-width:560px){
	.products_ul {
		gap: 0.2rem 0.1rem;
	}
	.products_ul li {
        width: calc((100% - 0.1rem) / 2);
    }
	.products_a .home_btn_a {
		padding: 0.08rem 0.2rem;
	}
}
@media screen and (max-width:425px){

}



.banner_top{
	margin-top: var(--header_height);
}


/* single_grid */

/* single_grid */
.single_grid_bac{
    box-sizing: border-box;
	padding: 0.4rem 0 0.8rem 0;
}
.single_grid{
    display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}
.single_grid_left{
	width: 43%;
}



/* 鍥剧墖鏌ョ湅鍖� */
.in_grid_cont{--sm_pic_width:17%}
.in_grid_cont{ position:relative; overflow:hidden}
.in_grid_cont:before{content:""; display:block; padding-bottom:80.4%}

/* 缂╃暐鍥� */
.in_grid_list_box{position:absolute; top:0; left:0; width:var(--sm_pic_width); height:100%; box-sizing:border-box; padding:40px 0}
.in_grid_list{height:100%; overflow:hidden}
.in_grid_list .swiper-slide{cursor:pointer}

.in_grid_list .img{width:100%; height:100%; box-sizing:border-box; border:1px solid #D8D8D8; position:relative; overflow:hidden;}
.in_grid_list .img img{width:100%; height:100%; object-fit:cover;display: block;}
.in_grid_list .swiper-slide-thumb-active .img{border:2px solid var(--i_color);}
.in_grid_list .swiper-slide-thumb-active img{filter: brightness(100%);-webkit-filter: brightness(100%);}

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


/* 澶у浘 */
.in_grid_show_box{position:absolute; top:0; right:0; width:calc(100% - var(--sm_pic_width) - 20px); height:100%; box-sizing:border-box; padding:0 0; margin:0 auto}
.in_grid_show{width:100%; height:100%; box-sizing:border-box;  position:relative; overflow:hidden}
.in_grid_show .swiper-wrapper{display:flex; position:relative; width:100%; height:100%; z-index:1}
.in_grid_show .swiper-slide{
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
}

.in_grid_show .img{width:100%; height:100%; position:relative; overflow:hidden}
.in_grid_show .img img{width:100%; height:100%; object-fit:cover}

.ingrid-pagination{
	display:block;
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.5rem;
	height: 0.5rem;
	background-color: rgba(1, 167, 255, .15);
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.18rem;
	color: var(--i_color);
}
.ingrid-pagination .swiper-pagination-bullet{width:8px; height:8px; display:inline-block; margin:0 4px; background:#E5E5E5; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}
.ingrid-pagination .swiper-pagination-bullet-active{position:relative; background:var(--i_color)}

.in_grid_cont:before{display:none}
.in_grid_show_box{position:initial; width:100%;border-radius: 0.04rem;overflow: hidden;}
.in_grid_show .img{width:100%; position:relative; overflow:hidden}
.in_grid_show .img:before{content:""; display:block; padding-bottom:75%}
.in_grid_show .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.in_grid_list_box{margin-top:0.2rem; padding:0 0; position:relative; width:100%; height:initial}
.in_grid_list{width:70%; margin:0 auto}
.in_grid_list_box .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.in_grid_list_box .swiper-slide{height:100%; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; flex-shrink:0; position:relative; cursor:pointer}
.in_grid_list .img{height:auto;border-radius: 0.04rem;opacity: 0.4;transition: all 0.3s ease;}
.in_grid_list .img:before{content:""; display:block; padding-bottom:75%}
.in_grid_list .img img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); object-fit:cover}

.in_grid_list .img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.swiper-slide-thumb-active .img::after{
	background: rgba(58, 58, 58, 0);
}
.swiper-slide-thumb-active .img{
	opacity: 1;
}



/* 左右箭头 */

.ingrid-button-prev, .ingrid-button-next{
	position:absolute; top:50%; transform:translate(0,-50%); width:0.34rem;
	height:0.34rem;z-index:999; cursor:pointer;
	outline:none;
	transition: all 0.3s ease;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.ingrid-button-prev iconify-icon, .ingrid-button-next iconify-icon{
	font-size: 0.3rem;
	color: #333;
	transition: all 0.3s ease;
}
.ingrid-button-prev{left:5%;}

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


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

}
.ingrid-button-prev:hover iconify-icon, .ingrid-button-next:hover iconify-icon{
	color: var(--i_color);
}



/* single_grid_right */
.single_grid_right{
	width: 57%;
	box-sizing: border-box;
	padding-left: 4%;

}
.single_grid_right h3{
   font-size: 0.18rem;
   color: #999;
   font-weight: bold;
}
.single_grid_right h1{
   font-size: 0.28rem;
   color: var(--i_color);
   font-weight: bold;
   line-height: 143%;
   text-transform: capitalize;
   margin: 0.1rem 0 0.2rem 0;
}
.single_grid_right article{
   font-size: 0.16rem;
   color: #333;
   box-sizing: border-box;
   padding-top: 0.2rem;
   border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.single_btn{
   display: flex;
   gap: 0.3rem;
   margin-top: 0.4rem;
}
.single_btn .home_btn_black .home_btn_span3{
	background-color: #fff;
}


@media screen and (max-width:1440px){
	.single_grid_right h1 {
		font-size: 0.26rem;
	}
}
@media screen and (max-width:1200px){
	.single_grid_right h1 {
		font-size: 0.24rem;
	}
	.single_grid_bac {
		padding: 0.4rem 0 0.6rem 0;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.single_grid_left {
		width: 100%;
	}
	.single_grid_right{
		width: 100%;
		margin-top: 0.4rem;
		padding-left: 0;
	}
	.single_grid_right h1 {
        font-size: 0.2rem;
		margin: 0.2rem 0;
    }
}
@media screen and (max-width:560px){

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

}



/* single_one */
.single_one_bac{
   box-sizing: border-box;
   padding: 0.8rem 0;
   background-color: #F4F4F4;
}
.single_one{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.single_one_left{
   width: 46%;
   box-sizing: border-box;
   padding-right: 3%;
}
.single_one_left h3{
   font-size: 0.32rem;
   color: var(--i_color);
   font-weight: bold;
   line-height: 125%;
   margin-bottom: 0.3rem;
}
.single_one_left h4{
   font-size: 0.18rem;
   color: #666;
   line-height: 155%;
   max-height: 5.31rem;
   overflow: auto;
   box-sizing: border-box;
   padding-right: 0.1rem;
}
/*滚动条*/
.single_one_left h4::-webkit-scrollbar{width:1px; height:1px}
.single_one_left h4::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}
.single_one_left h4::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:#F1F1F1}

.single_one_right{
   width: 54%;
   position: relative;
   border-radius: 0.08rem;
   overflow: hidden;
}
.single_one_right::after{
   content: '';
   display: block;
   padding-bottom: 90.72%;
}
.single_one_right img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}



@media screen and (max-width:1440px){
	.single_one_left h3 {
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}
	.single_one_left h4 {
		font-size: 0.16rem;
		max-height: 5rem;
	}
}
@media screen and (max-width:1200px){
	.single_one_left h4 {
		max-height: 4rem;
	}
	.single_one_bac {
		padding: 0.6rem 0;
	}
	.single_one_left h3 {
        font-size: 0.24rem;
    }
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:960px){
	.single_one_left {
		width: 100%;
		padding-right: 0%;
	}
	.single_one {
		align-items: flex-start;
		flex-direction: column-reverse;
		gap: 0.4rem;
	}
}
@media screen and (max-width:767px){
	.single_one_right {
		width: 60%;
	}
}
@media screen and (max-width:560px){
	.single_one_right {
		width: 100%;
	}
}
@media screen and (max-width:425px){

}


/* single_two */
.single_two_bac{
   margin-top: 0.8rem;
}
.single_two{

}
.single_two_imgBac{
	position: relative;
	box-sizing: border-box;
	padding: 0.8rem 0;
	margin-top: 0.6rem;
}
.single_two_all{
    position: relative;
}
.single_two_img{

}
.single_two_img dt{
   position: relative;
}
.single_two_img dt::after{
   content: '';
   display: block;
   padding-bottom: 30.67%;
}
.single_two_img dt img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.single_two_box{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-top: 0.2rem;
}
.single_two_text{

}
.single_two_text dt{
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.single_two_cricle{
   display: flex;
   gap: 0.08rem;
   background-color: #fff;
   border-radius: 0.5rem;
   box-sizing: border-box;
   padding: 0.1rem 0.2rem;
   margin-top: 0.5rem;
}
.single_two_cricle li{
   width: 0.35rem;
   height: 0.35rem;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}
.single_two_cricle li img{
   width: 0.26rem;
   height: 0.26rem;
   object-fit: contain;
   transform: scale(0.5);
   opacity: 0;
   transition: all 0.3s ease;
}
.single_two_all h3{
   font-size: 0.16rem;
   color: #333;
   line-height: 150%;
   font-weight: bold;
   position: absolute;
   left: 0;
   bottom: 0;
}
.single_two_cricle li.current img{
	transform: scale(1);
	opacity: 1;
}



@media screen and (max-width:1440px){
	.single_two_cricle {
		padding: 0.08rem 0.15rem;
		margin-top: 0.4rem;
	}
	.single_two_text dt {
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px){
	.single_two_text dt {
		font-size: 0.2rem;
	}
	.single_two_cricle {
		margin-top: 0.3rem;
	}
	.single_two_imgBac {
		padding: 0.6rem 0;
		margin-top: 0.4rem;
	}
	.single_two_bac {
		margin-top: 0.6rem;
	}
}
@media screen and (max-width:1024px){
	.single_two_all h3{
		position: relative;
		left: unset;
		bottom: unset;
		margin-top: 0.4rem;
		text-align: center;
	}
	.single_two_all h3 br{
		display: none;
	}
}
@media screen and (max-width:960px){

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

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

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

}


/* single_three */
.single_three_bac{
   box-sizing: border-box;
   padding-top: 0.8rem;
}
.single_three{

}
.single_three_box{

}
.single_three_dl{
   margin-top: 0.6rem;
}
.single_three_dl dt{
   position: relative;
   overflow: hidden;
   border-radius: 0.08rem;
}
.single_three_dl dt::after{
   content: '';
   display: block;
   padding-bottom: 40%;
}
.single_three_dl dt img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.single_three_ul{
   display: flex;
   flex-wrap: wrap;
   gap: 0.3rem;
   margin-top: 0.6rem;
}
.single_three_ul li{
   width: calc((100% - 0.9rem) / 4);
}
.single_three_ul li h3{
   font-size: 0.24rem;
   font-weight: bold;
   color: #333;
   box-sizing: border-box;
   padding: 0.2rem 0 0.1rem 0;
   border-top: 1px solid rgba(51, 51, 51, 0.2);
   transition: all 0.3s ease;
}
.single_three_ul li h4{
   font-size: 0.16rem;
   color: #666;
   line-height: 150%;
}
.single_three_ul li:hover h3{
   color: var(--i_color);
   border-top: 1px solid var(--i_color);
}


@media screen and (max-width:1440px){
	.single_three_ul li h3{
		font-size: 0.22rem;
	}
}
@media screen and (max-width:1200px){
	.single_three_bac {
		padding-top: 0.6rem;
	}
	.single_three_dl {
		margin-top: 0.4rem;
	}
	.single_three_ul{
		gap: 0.2rem;
		margin-top: 0.4rem;
	}
	.single_three_ul li{
		width: calc((100% - 0.6rem) / 4);
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.single_three_ul li{
		width: calc((100% - 0.2rem) / 2);
	}
}
@media screen and (max-width:560px){
	.single_three_ul li h4 {
		font-size: 0.14rem;
	}
	.single_three_ul li h3{
		font-size: 0.2rem;
	}
}
@media screen and (max-width:425px){

}



/* single_four */
.single_four_bac{
   box-sizing: border-box;
   padding-top: 0.8rem;
}
.single_four{

}
.single_four article{
	margin-top: 0.6rem;
}


@media screen and (max-width:1200px){
	.single_four_bac{
		padding-top: 0.6rem;
	}
	.single_four article{
		margin-top: 0.4rem;
	}
}


/* single_five */
.single_five_bac{
   box-sizing: border-box;
   padding-top: 0.8rem;
}
.single_five{

}




/*  */
.five_partner_box{
	margin-top: 0.6rem;
}

.five_partner{position:relative}
.five_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.five_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.five_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
	border-radius: 0.08rem;
	overflow: hidden;
	opacity: 0.6;
	transition: all 0.3s ease;
	transform: scaleY(0.8);
	transform-origin: top center;
}

.five_partner_list .img{width:100%; box-sizing:border-box; position:relative; overflow:hidden}
.five_partner_list .img:before{content:""; display:block; padding-bottom:47.83%}
.five_partner_list .img img{ position:absolute; top:50%; left:50%;
	transform:translate(-50%,-50%) ;


	width:100%; height:100%; object-fit:cover}


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

.five_partner_list li::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(3, 3, 3, 0) 63%, rgba(0, 0, 0, 0.89) 100%);
}
.five_partner_list li p{
	box-sizing: border-box;
	padding: 0.2rem 0.3rem;
	font-size: 0.18rem;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 0%;
	transform: translateY(100%);
	left: 0;
	z-index: 3;
	width: 100%;
	transition: all 0.3s ease;
}


.five_partner_list li.swiper-slide-active{
	opacity: 1;
	transform:scaleY(1);
}
.five_partner_list li.swiper-slide-active p{
	transform: translateY(0%);
}










/* 指示器 */
.five-pagination{
	text-align:center;
	margin:0.6rem auto 0
}
.five-pagination .swiper-pagination-bullet{
	width:0.08rem;
	height:0.08rem;
	box-sizing: border-box;
	cursor:pointer;
	display:inline-block;
	margin:0 0.08rem;
	background:#999;
	border-radius:50%;
	opacity: 1;
	outline:none;
	position: relative;
}
.five-pagination .swiper-pagination-bullet::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	border: 2px solid var(--i_color);
	transition: all 0.3s ease;
}
.five-pagination .swiper-pagination-bullet-active{
	background-color: var(--i_color);
}
.five-pagination .swiper-pagination-bullet-active::after{
	transform: translate(-50%,-50%) scale(1);
}

/* 左右箭头 */
.five_partner .pt-button-prev, .five_partner .pt-button-next{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	width:0.5rem;
	height:0.5rem;
	border: 1px solid var(--i_color);
	box-sizing: border-box;
	z-index:999;
	cursor:pointer;
	outline:none;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.five_partner .pt-button-prev iconify-icon, .five_partner .pt-button-next iconify-icon{
	font-size: 0.2rem;
	color: var(--i_color);
	transition: all 0.3s ease;
}
.five_partner .pt-button-prev{left:-5%;}
.five_partner .pt-button-next{right:-5%;}

.five_partner .pt-button-prev:hover, .five_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.five_partner .pt-button-prev:hover iconify-icon, .five_partner .pt-button-next:hover iconify-icon{
	color: #fff;
}

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

}
@media screen and (max-width:1200px){
	.five_partner .pt-button-prev, .five_partner .pt-button-next{display:none}
	.five_partner .pt-pagination{display:block}
	.single_five_bac{
		padding-top: 0.6rem;
	}
	.five_partner_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

}
@media screen and (max-width:767px){
	.five_partner_list li p{
		font-size: 0.16rem;
	}
}
@media screen and (max-width:560px){

}





/* single_TLR */

.single_TLR_bac{
   box-sizing: border-box;
   margin: 0.6rem 0;
   position: relative;
   z-index: 2;
   overflow: hidden;
}
.single_TLR{

}
.single_tags{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   gap: 0.1rem 0;
   align-items: center;
}
.single_tags p{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
   text-transform: capitalize;
   margin-right: 0.1rem;
}
.single_tags a{
	font-size: 0.16rem;
	color: #333;
	transition: all 0.3s ease;
	display: inline-block;
	padding: 0.1rem 0.15rem;
	border-radius: 0.05rem;
	border: 1px solid #666;
}
.single_tags a:not(:last-child){
	margin-right: 0.25rem;
}
.single_tags a:hover{
	color: #fff;
	background-color: var(--i_color);
}

.editor_LR{
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   box-sizing: border-box;
   padding-top: 0.2rem;
   margin-top: 0.2rem;
   border-top: 1px solid #CECECE;
}
.editor_LR>div{
   display: flex;
   display: -webkit-flex;
   align-items: center;
   max-width: 49%;
}
.editor_LR i{
   display: flex;
   display: -webkit-flex;
   justify-content: center;
   align-items: center;
   width: 0.35rem;
   min-width: 0.35rem;
   height: 0.35rem;
   border-radius: 0%;
   transition: all 0.3s ease;
}
.editor_LR i iconify-icon{
   color: #333;
   font-size: 0.25rem;
   transition: all 0.3s ease;
}
.editor_LR p{
   font-size: 0.18rem;
   color: #333;
   font-weight: bold;
}
.editor_LR a{
	font-size: 0.18rem;
	color: #333;
	transition: all 0.3s ease;
}
.editor_L i{
	margin-right: 0.1rem;
}
.editor_R i{
	margin-left: 0.1rem;
}
.editor_R{
	margin-left: auto;
}
.editor_LR a:hover{
	color: var(--i_color);
}
.editor_LR>div:hover i iconify-icon{
	color: var(--i_color);
}



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

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

}
@media screen and (max-width:1200px){
	.editor_L i{
		margin-right: 0.1rem;
	}
	.editor_R i{
		margin-left: 0.1rem;
	}
	.editor_LR a {
		font-size: 0.16rem;
	}
	.editor_LR i {
		width: 0.35rem;
		min-width: 0.35rem;
		height: 0.35rem;
	}

}
@media screen and (max-width:1024px){
	.deitor_left{display: none;}
	.deitor_right{
		width: 100%;
		padding-left: 0%;
	}
	.single_TLR_bac {
		padding: 0;
	}
}
@media screen and (max-width:959px){

}
@media screen and (max-width:767px){
	.editor_LR {
		flex-direction: column;
		gap: 0.1rem;
	}
	.editor_LR>div{
		width: 100%;
		max-width: 100%;
	}
	.editor_R {
		justify-content: flex-end;
	}
}
@media screen and (max-width:560px){

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

}



/* related_products */
.related_products_bac{
   background-color: #F4F4F4;
   box-sizing: border-box;
   padding: 0.8rem 0;
}
.related_products{

}




/*  */
.related_partner_box{
	margin-top: 0.6rem;
}

.related_partner{position:relative}
.related_partner_list{width:100%; padding:0; margin:0 auto; position:relative; overflow:hidden; z-index:1}
.related_partner_list .swiper-wrapper{display:flex; position:relative; width:100%; z-index:1}
.related_partner_list li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-shrink:0;
	position:relative;
	cursor:pointer;
	flex-direction: column;
}


/* 指示器 */
.related_partner .pt-pagination{
	display:none;
	text-align:center;
	margin:0.4rem auto 0
}
.related_partner .pt-pagination .swiper-pagination-bullet{
	width:0.12rem;
	height:0.12rem;
	box-sizing: border-box;
	border: 1px solid var(--i_color);
	cursor:pointer;
	display:inline-block;
	margin:0 0.05rem;
	background:var(--i_color);
	border-radius:2px;
	opacity: 1;
	outline:none
}
.related_partner .pt-pagination .swiper-pagination-bullet-active{
	position:relative;
	background:transparent;
}

/* 左右箭头 */
.related_partner .pt-button-prev, .related_partner .pt-button-next{
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #999;
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
    outline: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.related_partner .pt-button-prev img, .related_partner .pt-button-next img{
	width: 0.31rem;
    height: 0.31rem;
    object-fit: contain;
    transition: all 0.3s ease;
}
.related_partner .pt-button-prev{left:-5%;}
.related_partner .pt-button-next{right:-5%;}

.related_partner .pt-button-prev:hover, .related_partner .pt-button-next:hover{
	background-color: var(--i_color);
}
.related_partner .pt-button-prev:hover img, .related_partner .pt-button-next:hover img {
    filter: brightness(0) invert(1);
}


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

}
@media screen and (max-width:1200px){
	.related_partner .pt-button-prev, .related_partner .pt-button-next{display:none}
	.related_partner .pt-pagination{display:block}
	.related_products_bac{
		padding: 0.6rem 0;
	}
	.related_partner_box{
		margin-top: 0.4rem;
	}
}
@media screen and (max-width:1024px){

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

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

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

}







/* 感谢页面 */
.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }
.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}
.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}



.btns {
	height: 4em;
	width: 12em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0px solid black;
	cursor: pointer;
  }
  .btns:hover p{
	  color: var(--i_color);
  }
  .wrapperss {
	height: 2em;
	width: 8em;
	position: relative;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
  }

.thanks  .text {
	font-size: 17px;
	z-index: 1;
	color: #000;
	padding: 4px 12px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
  }

  .flower {
	display: grid;
	grid-template-columns: 1em 1em;
	position: absolute;
	transition: grid-template-columns 0.8s ease;
  }

  .flower1 {
	top: -12px;
	left: -13px;
	transform: rotate(5deg);
  }

  .flower2 {
	bottom: -5px;
	left: 8px;
	transform: rotate(35deg);
  }

  .flower3 {
	bottom: -15px;
	transform: rotate(0deg);
  }

  .flower4 {
	top: -14px;
	transform: rotate(15deg);
  }

  .flower5 {
	right: 11px;
	top: -3px;
	transform: rotate(25deg);
  }

  .flower6 {
	right: -15px;
	bottom: -15px;
	transform: rotate(30deg);
  }

  .petal {
	height: 1em;
	width: 1em;
	border-radius: 40% 70% / 7% 90%;
	background: linear-gradient(var(--i_color), #e8ffb3);
	border: 0.5px solid #ffffff;

	z-index: 0;
	transition: width 0.8s ease, height 0.8s ease;
  }

  .two {
	transform: rotate(90deg);
  }

  .three {
	transform: rotate(270deg);
  }

  .four {
	transform: rotate(180deg);
  }

  .btns:hover .petal {
	background: linear-gradient(#E870A5, #FFEFF6);
	border: 0.5px solid #FFEFF6;

  }

  .btns:hover .flower {
	grid-template-columns: 1.5em 1.5em;
  }

  .btns:hover .flower .petal {
	width: 1.5em;
	height: 1.5em;
  }

  .btns:hover .text {
	background: rgba(255, 255, 255, 0.4);
  }

  .btns:hover div.flower1 {
	animation: 15s linear 0s normal none infinite running flower1;
  }

  @keyframes flower1 {
	0% {
	  transform: rotate(5deg);
	}

	100% {
	  transform: rotate(365deg);
	}
  }

  .btns:hover div.flower2 {
	animation: 13s linear 1s normal none infinite running flower2;
  }

  @keyframes flower2 {
	0% {
	  transform: rotate(35deg);
	}

	100% {
	  transform: rotate(-325deg);
	}
  }

  .btns:hover div.flower3 {
	animation: 16s linear 1s normal none infinite running flower3;
  }

  @keyframes flower3 {
	0% {
	  transform: rotate(0deg);
	}

	100% {
	  transform: rotate(360deg);
	}
  }

  .btns:hover div.flower4 {
	animation: 17s linear 1s normal none infinite running flower4;
  }

  @keyframes flower4 {
	0% {
	  transform: rotate(15deg);
	}

	100% {
	  transform: rotate(375deg);
	}
  }

  .btns:hover div.flower5 {
	animation: 20s linear 1s normal none infinite running flower5;
  }

  @keyframes flower5 {
	0% {
	  transform: rotate(25deg);
	}

	100% {
	  transform: rotate(-335deg);
	}
  }

  .btns:hover div.flower6 {
	animation: 15s linear 1s normal none infinite running flower6;
  }

  @keyframes flower6 {
	0% {
	  transform: rotate(30deg);
	}

	100% {
	  transform: rotate(390deg);
	}
  }



















@media screen and (max-width:1200px){
	.thanks{padding-top: 60px;}

}
@media screen and (max-width:767px){
	.thanks{padding-top: 40px;margin:0px auto 70px}

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

}






/* 404 */
.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}
.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}
.in404_text h1{font-size:220px; color:#BBB}
.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}
.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}

@media screen and (max-width:959px){
.in404_text h1{font-size:180px}
}
@media screen and (max-width:767px){
	.in404_text h1{font-size:140px}
	.in404_text h6{font-size:16px}
	.in404_text a{font-size:14px}
}
@media screen and (max-width:560px){
	.in404_text h1{font-size:70px}
	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}
	.in404_text a{font-size:13px}
}

/* 隐私政策 */
.privacy{margin-bottom: 100px;padding-top: 70px;}
#header{background-color: rgb(0 0 0 / 57%) !important;}
.privacy_cont{}
.privacy_cont .tit{margin-bottom:30px}
.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}
.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}
.foot {top: 130px;}
.privacy ol {padding: 0px;}
@media screen and (max-width:1200px){
	.privacy{margin-bottom: 50px;}
}
@media screen and (max-width:959px){
	.privacy{margin-bottom: 30px;}
}





/* ---------------------- Aside Form ---------------------- */
.contactMenu{--menuColor:#333}
.contactMenu{position: fixed;right: 0;bottom: 0;width: 340px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);z-index: 99999999999999999999;}
.contactMenuBtn{width: 100%;display:-webkit-flex; display:flex; flex-wrap:nowrap;position: relative;z-index: 3;}
.contactMenuBtn dt{width: 100%;text-align: center;cursor: pointer;}
.contactMenuBtn dt a,.contactMenuBtn dt p{display: block; padding: 8px 10px;color: #FFF;}
.contactMenuBtnWA{display: none;background: #0ABA28;}
.contactMenuBtnForms{background: linear-gradient(262deg, #104378 0%, #088ABC 100%);}

.contactMenu_Forms{
	display: none;
	position: absolute;
	right: 0;
	bottom: calc(100% - 1px);
	width: 100%;
	box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);
	z-index: 999;
}
.contactMenu_FormsTit{padding: 8px 50px; text-align: center;background: linear-gradient(262deg, #104378 0%, #088ABC 100%); cursor: pointer;position: relative;}
.contactMenu_FormsTit p{color: #FFF;}
.contactMenu_FormsTit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}
.contactMenu_FormsTit.active iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}
.contactMenu_Forms>span{display: block; padding: 24px; background: #FFF;}

#wpforms-45{
	--wpforms-field-size-input-height:38px;
	--wpforms-field-border-size:0;
	--wpforms-button-background-color:var(--i_color);
	--wpforms-button-border-color:var(--i_color);
	--wpforms-page-break-color:var(--i_color);
	--wpforms-label-error-color:#d63637;
}
#wpforms-45{margin:0;padding:0;}
#wpforms-form-45{width:100%;position:relative;}

#wpforms-45 .wpforms-field-container{}
#wpforms-45 .wpforms-field-container>.wpforms-field{
	width: 100%;
	padding: 0 1px 5px;
	margin: 0 0 6px;
	overflow-x:initial !important;
	position: relative;
}

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

#wpforms-45 .wpforms-field-container .wpforms-field>input,
#wpforms-45 .wpforms-field-container textarea{
	border: 1px solid #CCC;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-sizing: border-box;
	padding: 0.05rem 0;
}
#wpforms-45 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}

#wpforms-45 .wpforms-field-container .wpforms-field>input,
#wpforms-45 .wpforms-field-container textarea,
#wpforms-45 .wpforms-field-container select,
#wpforms-45 .wpforms-field-container .choices
{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}
#wpforms-45 .wpforms-field-container .wpforms-field>input,
#wpforms-45 .wpforms-field-container textarea,
#wpforms-45 .wpforms-field-container select
{padding-left: 14px;padding-right: 14px;}
#wpforms-45 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}
#wpforms-45 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}
#wpforms-45 .wpforms-field-container select{cursor: pointer;}
#wpforms-45 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}
#wpforms-45 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}
#wpforms-45 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}
#wpforms-45 .wpforms-field-container em.wpforms-error,#wpforms-45 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}

#wpforms-45 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}
#wpforms-45 .wpforms-submit-container button{
	width: 100%;
	background: #DDD;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding: 0.1rem 0.2rem;
	transition: all 0.3s ease;
	cursor: pointer;
}
#wpforms-45 .wpforms-submit-container img{position:absolute;top:50%;transform:translate(0,-50%);right:4px;z-index:2}
#wpforms-45 .wpforms-submit-container button:hover{background: var(--i_color); color: #FFF;}

@media screen and (max-width:1024px) {
	.contactMenu{width: 100%;}
	.contactMenuBtnWA{display: block;}
	.contactMenuBtnWA a{display: block;}
}





/* aside */
.aside_right {
	position: fixed;
	right: 30px;
	bottom: 16%;
	z-index: 999999
}
.aside_right ul {}
.aside_right li {
	margin: .1rem 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	cursor: pointer
}
.aside_right li>a {
	display: block;
	width: .5rem;
	height: .5rem;
	background: rgba(128, 128, 128, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	transition: all .3s ease;
}

.aside_right li:nth-child(1)>a {
	background: #389b0f
}
.aside_right li:nth-child(2)>a {
	background: var(--i_color);
}

.aside_right li img {
	display: block;
	margin: 0 auto;
	width: .22rem;
	height: .22rem;
	object-fit: contain
}

.aside_right li:hover>a {
	background-color: var(--i_color)
}

.side_tel_box,
.side_qr_box {
	position: absolute;
	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1
}
.side_tel_box {
	top: 0;
	right: -300px;
	width: 180px;
	min-height: 100%;
	background: #FFF
}
.side_qr_box {
	top: 50%;
	transform: translate(0, -50%);
	right: -180px;
	width: 120px;
	height: 120px;
	background: #FFF
}

.side_tel_box h6 {
	padding: 8px 0;
	font-size: 14px;
	color: #666
}
.side_tel_box h6 a {
	line-height: 20px
}
.side_tel_box a:hover {
	color: var(--i_color)
}
.side_qr_box img {
	width: 90%;
	height: 90%
}

.aside_right li:hover .side_tel_box,
.aside_right li:hover .side_qr_box {
	right: 48px
}

.side_tel_box,
.side_qr_box {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.aside_close {
	position: absolute;
	top: .3rem;
	right: .3rem;
	display: block;
	width: .3rem;
	height: .3rem;
	background: url(static/imgs/close_1_hei.svg) no-repeat center;
	background-size: 30px;
	cursor: pointer
}
.aside_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.aside_close {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

#aside_mask_bg {
	display: none;
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	z-index: 9999999999998;
}
#aside_sc_from {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	box-sizing: border-box;
	padding: 30px 30px 40px;
	background: rgb(255 255 255 / 100%);
	z-index: 9999999999999;
	overflow: auto
}
#aside_sc_from .tit {
	margin-bottom: .4rem
}
#aside_sc_from .tit h1 {
	text-align: center;
	font-size: .26rem;
	color: var(--i_color);
	font-weight: bold;
	line-height: .3rem
}

#wpforms-42 {
	--input_font_color: rgb(0 0 0 / 50%);
	--input_font_size: 14px;
	--input_height: 42px
}
#wpforms-42 {
	width: 100%;
	margin: 0 auto;
	padding: 0
}
#wpforms-form-42 {
	width: 100%;
	overflow: hidden
}
#wpforms-42 input,
#wpforms-42 button {
	margin: 0;
	padding: 0;
	border: none;
	background: none
}
#wpforms-42 .wpforms-field {
	padding: 0;
	margin: 0
}
#wpforms-42 .wpforms-error-container {
	line-height: 16px
}
#wpforms-42 .wpforms-field-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden
}
#wpforms-42 .wpforms-submit-container {
	padding: 0 !important;
	margin: 0 auto;
	width: 170px;
	height: 38px;
	background: var(--i_color);
	box-sizing: border-box;
	border: 2px solid var(--i_color);
	position: relative
}
#wpforms-42 .wpforms-field-label {
	font-size: 0
}
#wpforms-42 .wpforms-required-label {
	position: absolute;
	top: 16px;
	left: 5px;
	font-size: 16px;
	color: #F00
}
#wpforms-42 .wpforms-field {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 18px;
	background: transparent;
	position: relative;
	overflow: hidden
}
#wpforms-42 input {
	height: var(--input_height)
}
#wpforms-42 textarea {
	min-height: 100px
}
#wpforms-42 input,
#wpforms-42 textarea {
	width: 100%;
	max-width: 100% !important;
	font-size: var(--input_font_size);
	color: #333;
	box-sizing: border-box;
	border: 1px solid rgb(0 0 0 / 30%);
	line-height: var(--input_height);
	padding: 0 16px
}
#wpforms-42 input::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 input::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 input::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 textarea::-webkit-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 textarea::-moz-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 textarea::-ms-input-placeholder {
	color: var(--input_font_color);
	font-size: var(--input_font_size)
}
#wpforms-42 #wpforms-42-field_1-error,
#wpforms-42 #wpforms-42-field_2-error,
#wpforms-42 #wpforms-42-field_3-error,
#wpforms-42 #wpforms-42-field_5-error {
	position: absolute;
	font-size: 13px
}
#wpforms-42 .wpforms-submit-container button {
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #FFF;
	line-height: 34px;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	z-index: 2
}
#wpforms-42 .wpforms-submit-container img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 4px
}
#wpforms-42 .wpforms-submit-container:after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}
#wpforms-42 .wpforms-submit-container:hover:after {
	display: block
}
#wpforms-42 .wpforms-submit-container:hover {
	background: #FFF
}
#wpforms-42 .wpforms-submit-container:hover button {
	color: var(--i_color)
}

@media screen and (max-width:1366px) {
	.aside_right li>a {
		width: 0.4rem;
		height: 0.4rem;
	}
}

@media screen and (max-width:1024px) {
	#aside_sc_from {
		width: 94%;
	}
}
@media screen and (max-width:959px) {
	.aside_right {
		right: 22px;
		bottom: 160px;
	}
	.aside_right{
		display: none !important
	}
}
@media screen and (max-width:767px) {
	#aside_sc_from {
		padding: 20px 20px 30px
	}
	#aside_sc_from .tit {
		margin-bottom: 0.3rem;
	}
	#wpforms-42 .wpforms-submit-container {
		height: 34px;
	}
	#wpforms-42 .wpforms-submit-container button {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width:560px) {
	#aside_sc_from .tit h1 {
		font-size: 0.24rem;
	}

}

.form_hide{
	display: none !important;
}











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

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

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

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

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

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

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

} */


