/*

Theme Name: 华宇智航

Version: 1.0

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

Author: 版权所有：安徽领聚

*/

@charset "utf-8";





:root {

	--i_color: #6FB92C;

	/* 全局颜色 */



	--i_color2: #2B4EE7;

	/* 全局颜色 */



	--top_height: .5rem;

	/* 顶部1高度 */



	--top2_height: .8rem;

	/* 顶部2高度 */



	--head_height: calc(var(--top_height) + var(--top2_height));

	/* 头部高度 */



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

	/* 默认边框颜色 */

}

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

	:root {

		--top2_height: .8rem;

	

	}

}

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

	:root {

		--top2_height: .5rem;

		--top_height: .4rem;

	}

}

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

	:root {

		--top_height: .36rem;

		--top2_height: .46rem;

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

	}

}





.wrap {

	width: 83.4vw;

	max-width: 1600px;

	margin-left: auto;

	margin-right: auto;

}

.wrap_top {

	width: 94vw;

	margin-left: auto;

	margin-right: auto;

}

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

	.wrap {

		width: 92vw;

	}

}

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

	.wrap {

		width: 94vw;

	}

}



.wrap_l {

	display: block;

	box-sizing: border-box;

	padding-left: 8.2vw;

}

.wrap_r {

	display: block;

	box-sizing: border-box;

	padding-right: 8.2vw;

}



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

	.wrap_l {

		padding-left: 4vw;

	}

	.wrap_r {

		padding-right: 4vw;

	}

}

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

	.wrap_l {

		padding-left: 3vw;

	}

	.wrap_r {

		padding-right: 3vw;

	}

}





/* html {

	scroll-behavior: smooth

} */





/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	background: #FFF;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	z-index: 2014

}

header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

}





.top_wrap {

	position: relative;

	width: 100%;

	box-sizing: border-box;

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

	z-index: 2013;

}







.top_line {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	box-sizing: border-box;

	padding: 0 3%;

	background: #FFF;

	position: relative;

}

.top_line::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

}



.top_contact {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.top_contact dt:not(:first-child) {

	margin-left: 0.3rem;

}

.top_contact i {

	margin-right: 0.06rem;

	font-size: 0.15rem;

	color: #888;

}

.top_contact a {

	font-size: 0.14rem;

	color: #666;

	line-height: var(--top_height);

	transition: all 0.3s ease;

}

.top_contact dt:hover i,

.top_contact dt:hover a {

	color: var(--i_color);

}





.top_menu_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}



.top_language_list {

	height: var(--top_height);

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.top_language_list.on {}



.top_language_list ul {

	overflow: hidden;

}



.top_language_list li {}

.top_language_list li:not(:first-child) {

	margin-left: 0.1rem;

}

.top_language_list img,

.top_language_list .trp-ls-language-name {

	display: inline-block;

	vertical-align: middle;

	font-size: .13rem;

	color: #666;

	line-height: .3rem

}



.language_menu_btn {

	margin-left: 0.1rem;

	font-size: 0.2rem;

	cursor: pointer;

}

.language_menu_btn.on {

	color: var(--i_color);

}

.language_menu {

	visibility: hidden;

	opacity: 0;

	position: absolute;

	top: calc(var(--top_height) + .2rem);

	right: 0;

	background: #FFF;

	box-shadow: 0 0.04rem 0.1rem rgb(0 0 0 / 30%);

	z-index: 2014;

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}

.language_menu.on {

	visibility: visible;

	opacity: 1;

	top: var(--top_height);

}

.language_menu li {

	margin-left: 0 !important;

}

.language_menu li a {

	display: block;

	min-width: 1rem;

	padding: .02rem .14rem;

}



.top_language_list li:hover {}

.language_menu_btn:hover,

.top_language_list>li:hover .trp-ls-language-name {

	color: var(--i_color);

}

.language_menu li:hover {

	background: var(--i_color);

}

.language_menu li:hover .trp-ls-language-name {

	color: #FFF;

}

.top_language,

.top_language>i {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}



.top_media {

	margin-left: 0.2rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.top_media dt {

	margin-left: 0.1rem;

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}

.top_media i {

	font-size: 0.22rem;

	color: #888;

}

.top_media a:hover i {

	color: var(--i_color);

}

.top_media dt:hover {

	-webkit-transform: translate(0, -4px);

	transform: translate(0, -4px);

}

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

	.top_media{

		display: none;

	}

}

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

	.top_contact{

		display: none;

	}

}







.top_cont {

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	align-items: center;

}



/* logo */

.logo {

	flex-shrink: 0;

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--head_height);

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	justify-content: center;

	width: 2.6rem;

	height: 100%;

}

.logo img {

	max-width: 60%;

	max-height: 100%;

}



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

	.logo a {

		max-width: 3rem;

	}

}

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

	.logo a {

		max-width: 2.2rem;

	}

}

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

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

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

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

	.logo {

		max-width: 40%;

	}

}









/* 导航 */

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

	.i_nav {

		/* max-width: 62%; */

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

	}

	.i_nav>li {

		display: -webkit-flex;

		display: flex;

		flex-wrap: wrap;

		align-items: center;

		text-align: center;

		position: relative;

	}

	.i_nav>li>a {

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		align-items: center;

		padding: 0 .25rem;

		font-size: 0.18rem;

		color: #666;

		height: var(--top2_height);

		line-height: .2rem;

		position: relative;
		text-transform: capitalize;

	}

	.i_nav>li>a::after {

		content: '';

		position: absolute;

		right: 0;

		bottom: 0;

		width: 0;

		height: 4px;

		background: var(--i_color);

		-webkit-transition: all .5s ease;

		transition: all .5s 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,

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

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

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

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

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

	.i_nav>li:hover>a i,

	.i_nav .curr>a i {

		color: var(--i_color) !important;

	}

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

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

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

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

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

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

	.i_nav .curr>a::after {

		width: 100%;

		right: auto;

		left: 0;

	}





	.i_nav>.menu-item-has-children>a i {

		margin-left: 0.06rem;

		font-size: 0.15rem;

		color: #333;

		-webkit-transition: all .3s ease;

		transition: all .3s ease

	}

	.i_nav>.menu-item-has-children.curr>a i {

		-webkit-transform: rotate(-180deg);

		transform: rotate(-180deg);

		color: var(--i_color);

	}

	.i_nav>.nav_download>a i {

		margin-left: 0.06rem;

		font-size: 0.18rem;

		color: #333;

	}

	.i_nav>.nav_download:hover>a i {

		color: var(--i_color);

	}





	/* 二级导航菜单 */

	.i_nav>li>.sub-menu {

		display: none;

		position: absolute;

		top: var(--top2_height);

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

		min-width: 2rem;

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

	}

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

		padding-right: 0.16rem;

	}

	.i_nav>li>.sub-menu>li>a {

		display: block;

		text-align: left;

		padding: .14rem .2rem;

		color: #222;

		font-size: 0.16rem;

		text-transform: capitalize;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

	.i_nav>li>.sub-menu>li>a::before {

		content: '';

		position: absolute;

		top: 50%;

		transform: translate(0, -50%);

		left: -.16rem;

		width: 0.14rem;

		height: 0.14rem;

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

		background-size: contain;

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}

	.i_nav>li>.sub-menu>li:hover {

		background: var(--i_color);

	}

	.i_nav>li>.sub-menu>li:hover>a {

		left: 0.16rem;

		color: #FFF;

		-webkit-transition: left .5s ease;

		transition: left .5s ease

	}

	.i_nav>li>.sub-menu>li:hover>a::before {

		left: 0;

	}



	/* 三级导航菜单 */

	.i_nav .sub-menu .sub-menu {

		display: none;

		position: absolute;

		top: 0;

		left: 100%;

		background: var(--i_color);

	}

	.i_nav .sub-menu .sub-menu li {

		padding: .08rem .2rem;

		text-align: left;

	}

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

		display: inline-block;

		padding: .06rem 0;

		text-align: left;

		font-size: 0.15rem;

		color: #FFF;

		text-transform: capitalize;

		white-space: nowrap;

		position: relative;

	}

	.i_nav .sub-menu .sub-menu a::before {

		content: '';

		position: absolute;

		left: 0;

		bottom: 0;

		width: 0;

		height: 1px;

		background: #FFF;

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}

	.i_nav .sub-menu .sub-menu li:hover a::before {

		width: 100%;

	}



	.nav_products .sub-menu,

	.nav_contact {

		display: none !important;

	}

}

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

	.i_nav>li>a {padding: 0 .15rem;font-size: 0.16rem;}

	

}

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

	.i_nav>li>a {padding: 0 .15rem;font-size: 0.14rem;}

	

}

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

	.i_nav>li>a {

		font-size: 0.12rem;

	}
	.i_nav>li>a {

		padding: 0 0.1rem;

	}

}

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

	

	.i_nav>li>a {

		padding: 0 0.05rem;

	}

}









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

	.i_nav {

		display: none;

		position: fixed;

		top: var(--head_height);

		left: 0;

		width: 100%;

		width: 100vw;

		max-height: calc(100vh - var(--head_height));

		background: #FFF;

		overflow-y: auto;

		z-index: 2

	}

	/*滚动条*/

	.i_nav::-webkit-scrollbar {

		width: 3px;

		height: 8px

	}

	.i_nav::-webkit-scrollbar-thumb {

		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

		background: #555

	}

	.i_nav::-webkit-scrollbar-track {

		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

		border-radius: 0;

		background: #F1F1F1

	}



	.i_nav>li {

		margin: 0 0 !important;

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

		position: relative

	}

	.i_nav>.menu-item-has-children span {

		display: block;

		position: absolute;

		top: 0;

		right: 0;

		width: .44rem;

		height: .44rem;

		font-size: 0.2rem;

		background: #EEE;

		color: #555;

		z-index: 3;

	}

	.i_nav>.menu-item-has-children span::before {

		position: absolute;

		top: 50%;

		left: 50%;

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

		content: '\f107';

	}

	.i_nav>.menu-item-has-children span.on::before {

		content: '\f106';

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: 16px;

		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: .15rem;

		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/images/public/arrow_down_hollow_hei.svg) no-repeat center;

		background-size: .16rem;

	}

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

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

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



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

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}



	.i_nav>.menu-item-has-children>a,

	.i_nav>.menu-item-has-children>.sub-menu>li>a {

		padding-right: 0.5rem;

	}

}











/* nav dropdown menu */

.nav_dropdown {

	display: none;

	position: fixed;

	top: var(--head_height);

	left: 0;

	width: 100%;

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

	z-index: 99999999;

}

.nav_p_list {

	padding: .5rem 0;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	gap: 0 6%;

}

.nav_p_list dt {

	width: 18%;

}



.nav_cat_name {

	padding: .1rem 0;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	align-items: center;

	position: relative;

}

.nav_cat_name::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: var(--border_color);

}

.nav_cat_name::after {

	content: '';

	position: absolute;

	right: 0;

	bottom: 0;

	width: 0;

	height: 1px;

	background: var(--i_color);

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}

.nav_cat_name p {

	font-size: 0.18rem;
	text-transform: capitalize;

	color: #000;

	margin-right: 0.2rem;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.nav_cat_name img {

	flex-shrink: 0;

	margin-left: auto;

	max-height: .2rem;

	-webkit-filter: grayscale(1);

	filter: grayscale(1)

}



.nav_p_list dt:hover .nav_cat_name::after {

	right: initial;

	left: 0;

	width: 100%;

}

.nav_p_list dt:hover .nav_cat_name p {

	color: var(--i_color);

}

.nav_p_list dt:hover .nav_cat_name img {

	-webkit-filter: none;

	filter: none

}



.nav_p_list ul {

	margin-top: 0.2rem;

}

.nav_p_list li {

	margin: .16rem 0;

}

.nav_p_list li a {

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	align-items: center;

}

.nav_p_list li b {

	font-size: 0.16rem;

	color: #555;

}

.nav_p_list li i {

	flex-shrink: 0;

	margin-left: auto;

	font-size: 0.15rem;

	color: #555;

}

.nav_p_list li a:hover b,

.nav_p_list li a:hover i {

	color: var(--i_color);

}









/* 移动端导航按钮 */

.nav_menu {

	position: relative;

	padding: 0 .26rem;

	height: var(--top2_height);

	display: none;

	cursor: pointer

}

.nav_menu span {

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 22px;

	height: 16px;

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 3px;

	position: absolute;

	top: 50%;

	margin-top: -2px;

	background: var(--i_color);

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu span::before,

.nav_menu span::after {

	content: "";

	width: 100%;

	height: 3px;

	background: var(--i_color);

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu span::before {

	top: 0;

}

.nav_menu span::after {

	bottom: 0;

}



.nav_menu.on i {

	opacity: 0

}



.nav_menu.on span::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on span::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important;

	}

}

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

	.nav_menu {

		padding: 0 .24rem;

	}

}



















.top_r {

	--size: .24rem

}

.top_r {

	flex-shrink: 0;

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	align-items: center;

}







.top_search_ico {

	padding: 0 .2rem;

	height: var(--top2_height);

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	text-align: center;

	position: relative;

	cursor: pointer;

}

.top_search_ico {

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

}

.top_search_ico i {

	font-size: var(--size);

	color: #333;

}



.top_search_ico:hover i,

.top_search_ico.on i {

	color: var(--i_color);

}





/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	visibility: hidden;

	opacity: 0;

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 6;

}

.top_search.on {

	visibility: visible;

	opacity: 1;

	top: var(--head_height);

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

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

}

.top_search_btn {

	font-size: 0;

	color: #FFF;

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

	height: var(--search_height);

	background: var(--i_color) url(static/images/public/search_w1.svg) no-repeat center;

	background-size: .24rem;

	cursor: pointer;

}





.top_c {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	padding: 0 .4rem;

	background: var(--i_color);

	height: var(--top2_height);

	position: relative;

	overflow: hidden;

}

.top_c::before {

	opacity: 0;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: linear-gradient(144deg, var(--i_color), #409371 60%, #bbdd68);

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}



.top_c span {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.top_c p {

	margin-right: 0.08rem;

	font-size: 0.2rem;

	color: #FFF;
	text-transform: capitalize;

}

.top_c i {

	width: 0.2rem;

	height: 0.2rem;

	background: #FFF;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	position: relative;

	font-size: 0.12rem;

	color: #d98a03;

}

.top_c i::before {

	content: '\f178';

	position: absolute;

	top: 50%;

	left: 50%;

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

}



.top_c:hover:before {

	opacity: 1;

}

.top_c:hover i {

	-webkit-animation: move_lr .6s 1 linear;

	animation: move_lr .6s 1 linear

}

@keyframes move_lr {

	0% {

		transform: translateX(0);

	}

	50% {

		transform: translateX(6px);

	}

	100% {

		transform: translateX(0);

	}

}











.i_full_top {

	display: block;

	width: 100%;

	opacity: 0;

	background: none;

}





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



}

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



}

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



}

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



}











/* main */

main {

	position: relative;

	background: #FFF;

	overflow: hidden;
	z-index: 2;

	/* border-radius: 1rem 1rem 0 0; */

}





/* 8 icon */



.i_main_nav {}

.i_main_nav ul {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	justify-content: space-evenly;

}

.i_main_nav li {}

.i_main_nav .ico {}

.i_main_nav li a{

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

}

.i_main_nav img{

	width: 0.88rem;

	height: 0.88rem;

	border-radius: 50%;

	box-sizing: border-box;

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

}

.show{

	display: block;

}

.hide{

	display: none;

}

.i_main_nav p{

	color: #666666;

	font-size: 0.2rem;

	text-align: center;

	margin-top: 0.2rem;
	text-transform: uppercase;

	transition: all 0.3s ease;

}

.i_main_nav li:hover .show{

	display: none;

}

.i_main_nav li:hover .hide{

	display: block;

}

.i_main_nav li:hover p{

	color: var(--i_color);

}







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



}

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

    .i_main_nav{box-sizing: border-box;padding: 0.8rem 0;}

	/* main {border-radius: 0.8rem 0.8rem 0 0;} */

}

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



}

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

	.i_main_nav img{width: 0.8rem;height: 0.8rem;}

	/* main {border-radius: 0.6rem 0.6rem 0 0;} */

}

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

	.i_main_nav{padding: 0.6rem 0;}

}

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

	.top_c p {font-size: 0.18rem;}

	/* main {border-radius: 0.4rem 0.4rem 0 0;} */

}

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

	.top_c p {font-size: 0.16rem;}

	.i_main_nav img{width: 0.6rem;height: 0.6rem;}

}

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

	.i_main_nav li{width: calc(100% / 3);}

	.i_main_nav ul {flex-wrap: wrap;gap: 0.2rem 0;}

}

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



}















/* home_products */



/* title */

.title{

    display: flex;

	display: -webkit-flex;

	justify-content: center;

}

.title p{

	display: inline-block;

	font-size: 0.38rem;

	color: #000;

	font-weight: bold;

	text-align: center;
	box-sizing: border-box;

	position: relative;

	z-index: 2;
	text-transform: capitalize;

}

.title p::after{

    content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 80%;

	height: 0.13rem;

	background-color: var(--i_color);

	z-index: -1;

}





.home_products_ul{

    display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	margin: 1rem 0;

	border-radius: 0.3rem;

	overflow: hidden;

}

.home_products_ul li{

    width: 26%;

	height: 7.8rem;

	

}



.home_products_ul li a{

	display: block;

}

.home_products_ul li:nth-child(1){

	background: url('https://lingjuimg.com/wp-content/uploads/hyzhihang/2024/06/11.webp') center no-repeat;

	background-size: cover;

	width: 48%;   

}

.home_products_ul li:nth-child(2){

	background: url('https://lingjuimg.com/wp-content/uploads/hyzhihang/2024/06/22.webp') center no-repeat;

	background-size: cover;

}

.home_products_ul li:nth-child(3){

	background: url('https://lingjuimg.com/wp-content/uploads/hyzhihang/2024/06/33.webp') center no-repeat;

	background-size: cover;

}

.home_products_ul li a {

	position: relative;

	display: block;

	width: 100%;

	height: 100%;

	overflow: hidden;

}

.home_products_text{

	position: absolute;

	bottom: 0;

	left: 50%;

    transform: translate(-50%,0);

    z-index: 2;

	width: 100%;

	box-sizing: border-box;

	padding: 0 12% 0.5rem 12%;

	transition: all 0.3s ease;

}

.home_products_text h2{

    font-size: 0.5rem;

    background-image: linear-gradient(180deg, #62C706, #c3c2c2);

    -webkit-text-fill-color: transparent;

    -webkit-background-clip: text;

    transition: all 0.5s ease;

}

.home_products_text h3{

    font-size: 0.25rem;

	color: white;

	font-weight: bold;

	position: relative;

	box-sizing: border-box;
	text-transform: capitalize;

	padding-bottom: 0.1rem;

	margin-top: -0.25rem;

}

.home_products_text h3::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 0.4rem;

	height: 0.04rem;

	border-radius: 0.05rem;

	background-color: var(--i_color);

}



.home_products_text h4{

    font-size: 0.16rem;

	line-height: 0.26rem;

	color: white;

	display: none;

}

.home_products_active .home_products_text{

	opacity: 0;

}



.home_products_active .home_products_Actext{

	bottom: 0;

}





.home_products_Actext{ 

    position: absolute;

	bottom: -100%;

	right: 0;

	display: flex;

	display: -webkit-flex;

	width: 80%;

	background-image: linear-gradient(180deg, rgb(98 199 6 / 70%) -6%, rgba(53,91,255,.2));

	border-radius: 0.6rem 0 0 0;

	transition: all 0.7s ease 0s;

}

.home_products_div{

    box-sizing: border-box;

	padding: 0.3rem 5%;

}

.home_products_div h3{

	color: white;

	font-size: 0.32rem;

	box-sizing: border-box;

	padding-bottom: 0.15rem;

	margin-bottom: 0.15rem;

	position: relative;

}

.home_products_div h3::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 0.4rem;

	height: 0.02rem;

	border-radius: 0.05rem;

	background-color: white;

}

.home_products_div h4{

	color: white;

}

.home_products_Actext h2{

	font-size: 2rem;

	line-height: 1.9rem;

	color: white;

	background-image: linear-gradient(180deg, #fff, transparent);

    -webkit-text-fill-color: transparent;

    -webkit-background-clip: text;

}











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



}

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

	.home_products_Actext {width: 90%;}

	.home_products_Actext h2 {font-size: 1.8rem;}

	.home_products_ul li {height: 7rem;}

	.home_products_ul {margin: 0.8rem 0;}

}

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



}

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

	.home_products_Actext h2 {font-size: 1.5rem;}

	.home_products_ul li {height: 6rem;}

	.home_products_ul {margin: 0.6rem 0;}

}

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

	.home_products_Actext h2 {font-size: 1.2rem;}

}

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

	.home_products_Actext h2 {font-size: 1rem;}

	.home_products_text h3 {font-size: 0.26rem;}

	.home_products_ul li {height: 5rem;}

}

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

	.home_products_Actext h2{display: none;}

	.home_products_div h3 {font-size: 0.26rem;}
	.home_products_text h3 {font-size: 0.2rem;}

}

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

	.home_products_div h3{display: none;}
	.home_products_text h3 {font-size: 0.18rem;}

}

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

	.home_products_text h3 {

		font-size: 0.2rem;

	}
	.home_products_text h3 {font-size: 0.16rem;}

}





/* home_about */

.home_about_bac{

	background-color: white;

	position: relative;

	z-index: 2;

}

.home_about{

    box-sizing: border-box;

	

}

.home_about_area{

    box-sizing: border-box;

	padding: 1rem 0 2rem 0;

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

}



.home_about_left{

    position: relative;

	width: 50%;

}

.home_about_left::after{

	content: '';

	width: 100%;

	height: 1.3rem;

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

	background-size: contain;

	position: absolute;

	top: 6%;

	left: 0;

}

.home_about_left h2{

    font-size: 0.22rem;

	color: #333333;

	box-sizing: border-box;

	padding-left: 0.15rem;

	position: relative;

}

.home_about_left h2::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 0.04rem;

	height: 0.28rem;

	background-color: var(--i_color);

}

.home_about_left h3{

    font-size: 0.35rem;

	color: var(--i_color);

	margin-top: 0.2rem;

}

.home_about_left h4{

    font-size: 0.3rem;

	color: #2C2C2C;

	margin-bottom: 0.2rem;

}

.home_about_left p{

	font-size: 0.18rem;

	line-height: 0.3rem;

	color: #333333;

	margin-bottom: 0.3rem;

}

.home_about_btn{

	box-sizing: border-box;

    padding-top: 0.2rem;

	display: flex;

	display: -webkit-flex;

}

.home_btn{

	display: inline-block;

	box-sizing: border-box;

	padding: 0.12rem 0.33rem;;

	border-radius: 1rem;

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

	transition: all 0.3s ease;

}

.home_btn_div{

	display: flex;

	display: -webkit-flex;

	align-items: center;

}

.home_btn_div>div{

	font-size: 0.18rem;

	color: var(--i_color);

}

.home_btn i{

	display: block;

	width: 0.18rem;

	height: 0.11rem;

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

	background-size: cover;

	margin-left: 0.1rem;

}

.home_about_btn>div:nth-child(2){

	margin-left: 0.3rem;

}



.home_about_right{

	width: 47%;

	border-radius: 0.3rem;

	overflow: hidden;

	position: relative;

}

.home_about_right::after{

	content: '';

	display: block;

	padding-bottom: 60%;

}

.home_about_right img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.home_about_right i{

	display: block;

	width: 1rem;

	height: 1rem;

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

	background-size: contain;

	position: absolute;

	top: 50%;

	left: 50%;

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

	cursor: pointer;

	transition: all 0.3s ease;

}

.home_about_right i:hover{

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

}

.home_btn_flex{

	position: relative;

	overflow: hidden;

}



.home_btn_flex:hover:before {

    translate: 100%;

}



.home_btn_flex:before {

    content: "";

    position: absolute;

    pointer-events: none;

    width: 100%;

    height: 20%;

    background-color: #e8e8e8;

    translate: -100% 0;

    rotate: 45deg;

    transition: all 0.4s ease;

}

.home_btn_flex:hover .home_btn_div>div{

	color: white;

}

.home_btn_flex:hover a{

    background-image: radial-gradient( circle farthest-corner at -2.9% 119.3%,  var(--i_color2) 0%, #27a9ff 100.7% );

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

}

.home_btn_flex:hover i{

	filter: brightness(1000000) grayscale(100%);

	-webkit-filter: brightness(1000000) grayscale(100%);

}





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



}

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

	.home_about_area{padding: 0.8rem 0 2rem 0;}

}

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



}

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

	.home_about_area{padding: 0.6rem 0 2rem 0;}

}

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



}

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



}

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

	.home_about_left {width: 100%;}

	.home_about_right {width: 100%;margin-top: 0.4rem;}

	.home_about_area{flex-wrap: wrap;}

	.home_about_right i {width: 0.8rem;height: 0.8rem;}

}

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

	.home_about_right i {width: 0.6rem;height: 0.6rem;}

}

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



}




/* video */

.v_box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70vw;
	max-height: 80vh;
	background: rgb(0 0 0 / 90%);
	object-fit: contain;
	z-index: 99999999;
}
.v_box video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.v_box .v_close {
	display: block;
	position: absolute;
	top: .2rem;
	right: .2rem;
	width: .3rem;
	height: .3rem;
	background: url(static/imgs/close_1_bai.svg) no-repeat center;
	background-size: contain;
	cursor: pointer;
}
.v_box .v_close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.in_about_v .v_play,
.v_box .v_close {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}









/* home_four */

.home_four_reae{

	margin-top: -100px;

	

	background-color: #F2F3F5;

}

.home_four_ul{

    box-sizing: border-box;

	padding: 0.6rem 6%;

	background-color: white;

	border-radius: 0.3rem;

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

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	position: relative;

	z-index: 2;

}

.home_four_ul li{



}

.home_four_ul li img{

    width: 0.42rem;

	height: 0.42rem;

	object-fit: contain;

	transition: all 0.3s ease;

}

.home_four_ul li:hover img{

	transform: rotateY(180deg);

}

.home_four_text{

    display: flex;

	display: -webkit-flex;

	align-items: center;

	margin-top: 0.1rem;

}

.home_four_text h2{

    font-size: 0.6rem;

	color: #000;

	font-weight: bold;

}

.home_four_text h3{

	font-size: 0.6rem;

	color: #000;

	font-weight: bold;

}

.home_four_ul h4{

    font-size: 0.18rem;

	color: #333333;

	line-height: 0.3rem;
	text-transform: capitalize;

}

.home_four_ul li:hover .home_four_text{

	background: url('static/imgs/green.jpg');

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

}

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



}

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

	.home_four_text h2,.home_four_text h3 {font-size: 0.55rem;}

}

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



}

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

	.home_four_text h2,.home_four_text h3 {font-size: 0.5rem;}

}

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



}

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

	.home_four_text h2,.home_four_text h3 {font-size: 0.4rem;}

}

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

	.home_four_text h2,.home_four_text h3 {font-size: 0.35rem;}

}

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

	.home_four_ul{flex-wrap: wrap;gap: 0.2rem 0;padding: 0.4rem 0%;}

	.home_four_ul li{width: 50%;display: flex;display: -webkit-flex;flex-direction: column;align-items: center;}

}

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



}















/* home_case */

.home_case_bac{

	background-color: #F2F3F5;

	box-sizing: border-box;

	padding: 1rem 0;

}

.home_case{



}

.home_case_area{

	box-sizing: border-box;

	padding-top: 1rem;

}



/* 合作伙伴 */

.case_partner_box{}



.case_partner{position:relative;box-sizing: border-box;padding-bottom: 1rem;position: relative;}

.case_partner::after{

	content: '';

	position: absolute;

	bottom: 18px;

	left: 50%;

	transform: translate(-50%,0);

	width: 200%;

	height: 1px;

	background-color: #051557;

    z-index: -1;

}

.case_partner::before{

	content: '';

	position: absolute;

	bottom: 6px;

	left: 50%;

	transform: translate(-50%,0);

	width: 0.25rem;

	height: 0.54rem;

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

	background-size: contain;

	z-index: 2;

}

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

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

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

}

.case_partner_list .swiper-slide a{

	display: block;

    width: 100%;

}

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

.case_partner_list .img:before{content:""; display:block; padding-bottom:69%}

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





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

.case_partner_list h2{

	font-size: 0.28rem;

	color: #000;

	text-align: center;

	box-sizing: border-box;

	padding: 0.4rem 2% 0 2%;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.case_partner_list .swiper-slide:hover h2{

	color: var(--i_color2);

}

.case_partner_list .img::after{

	content: '';

    position: absolute;

    top: 0;

    right: 100%;

    width: 100%;

    height: 100%;

    z-index: 2;

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

    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));

}

.case_partner_list .swiper-slide:hover .img::after {

    animation: fol 1.4s;

    animation-delay: 0s;

    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);

}



@keyframes fol {

	0% {

		right: 100%;

		opacity: 1;

	}

	100% {

		right: 0;

		opacity: 0;

	}

}





/* 指示器 */

.case_partner .pt-pagination{display:none; text-align:center; margin:20px auto 0}

.case_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

.case_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:#051557}



/* 左右箭头 */

.case_partner .pt-button-prev, .case_partner .pt-button-next{position:absolute;overflow: hidden; bottom:0%; width:38px; height:38px;border: 2px solid #051557;border-radius: 50%; z-index:999; cursor:pointer; outline:none;background-color:#F2F3F5;transition: all 0.3s ease;}

.case_partner .pt-button-prev:before, .case_partner .pt-button-next:before{

	position:absolute;

	top:50%;

	left:50%;

	font-size:25px;

	font-weight: bold;

	color:#051557;

	font-family:-apple-system, simsun, system-ui, sans-serif;

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

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

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

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

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

	transition: all 0.3s ease;

}

.case_partner .pt-button-prev{left:4%}

.case_partner .pt-button-prev:before{content:"<"}

.case_partner .pt-button-next{right:4%}

.case_partner .pt-button-next:before{content:">"}







.case_partner .pt-button-prev::after,.case_partner .pt-button-next::after{

	content: '';

	position: absolute;

	width: 0.4rem;

	height: 0.4rem;

	border-radius: 50%;

	background-color:var(--i_color2);

	transform: rotateZ(45deg);

	left: -30px;

	top: -30px;

	transition: all 0.5s ease;

	z-index: -1;

}

.case_partner .pt-button-prev:hover::after,.case_partner .pt-button-next:hover::after{

	top: 0;

	left: 0;

}



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

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

}











.case_partner .pt-button-prev:hover::before,.case_partner .pt-button-next:hover::before{

	color: white;

}









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

	.home_case_area {padding-top: 0.8rem;}

	.home_case_bac {padding: 0.8rem 0;}

}

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

	

}

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

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

	.case_partner .pt-pagination{display:block}

	.home_case_area {padding-top: 0.6rem;}

	.home_case_bac {padding: 0.6rem 0;}

}

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

	.case_partner_list h2 {font-size: 0.26rem;}

}

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

	.case_partner_list h2 {font-size: 0.24rem;padding: 0.2rem 2% 0 2%;}



}

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

	.case_partner .pt-pagination{margin:14px auto 0}

	.case_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

	.case_partner_list h2 {font-size: 0.2rem;}

}





/* home_zs */

.home_zs_bac{

	background-color: #F2F3F5;

	

}

.home_zs{



}

.home_zs_area{

    display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding-top: 1rem;

}

.home_zs_left{

    width: 31%;

	display: flex;

    flex-direction: column;

    align-items: flex-start;

	box-sizing: border-box;

	padding-right: 2%;

}

.home_zs_left h2{

	font-size: 0.24rem;

	line-height: 0.4rem;

	color: #666666;

	margin: 1.1rem 0 0.4rem 0;



}



.home_zs_right{

    width: 69%;

}

.home_zs_right ul{

    display: flex;

	display: -webkit-flex;

	justify-content: space-between;

}

.home_zs_right ul li{

    width: calc(100% / 3);

	cursor: pointer;

}

.home_zs_right ul li img{

    margin-top: 0.4rem;

	width: 100%;

	object-fit: contain;

}

.home_zs_right ul li:nth-child(2) img{

	margin-top: 0;

}







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



}

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

	.home_zs_left h2 {font-size: 0.22rem;line-height: 0.36rem;margin: 0.9rem 0 0.4rem 0;}

	.home_zs_area {padding-top: 0.8rem;}

}

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



}

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

	.home_zs_left h2 {margin: 0.8rem 0 0.4rem 0;}

	.home_zs_area {padding-top: 0.6rem;}

}

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



}

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

	.home_zs_left h2 {margin: 0.6rem 0 0.3rem 0;}

}

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

	.home_zs_left {width: 100%;padding-right: 0%;}

	.home_zs_right {width: 100%;margin-top: 0.2rem;}

	.home_zs_area {flex-wrap: wrap;}

	.home_zs_left h2 {margin: 0rem 0 0.3rem 0;}

}

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



}

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



}





/* home_news */

.left_title{

	justify-content: flex-start;

}

.home_news_bac{

	box-sizing: border-box;

	padding-top: 1.1rem;

	background-color: white;

	border-radius: 1rem 1rem 0 0;

	margin-top: -1rem;

}

.home_news_map{

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

	background-size: contain;

	box-sizing: border-box;

	padding: 1.1rem 0 1.3rem 0;



}

.home_news_all{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.home_news_left{

	width: 53%;

}

.home_newsLeft_ul{

    margin-top: 0.5rem;

}

.home_newsLeft_ul li{

    width: 100%;

	box-sizing: border-box;

	padding-right: 0.2rem;

	margin-bottom: 0.2rem;

}

.home_newsLeft_ul li a{

    display: block;

	width: 100%;

	display: flex;

	display: -webkit-flex;

	border-radius: 0.16rem;

	border: 1px solid #B2B1B1;

	box-sizing: border-box;

	padding: 0.15rem 3%;

	align-items: center;

	position: relative;

	transition: all 0.3s ease;

}

.home_newsLeft_ul li:hover a{

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

}

.home_newsLeft_ul li a::after{

	content: '';

    width: 0.38rem;

	height: 0.38rem;

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

	background-size: cover;

	position: absolute;

	top: 50%;

	right: -0.19rem;

	transform: translate(0,-50%);

}

.home_newsLeft_ul li:hover a::after{

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

	background-size: cover;

}

.home_newsLeft_data{

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

}

.home_newsLeft_data h2{

   font-size: 0.6rem;

   color: #1F1F1F;

   line-height: 0.6rem;

   transition: all 0.3s ease;

   font-weight: bold;

}

.home_newsLeft_data h3{

    font-size: 0.16rem;

	color: #1F1F1F;

}

.home_newsLeft_text{

    width: calc(100% - 1.3rem);

}

.home_newsLeft_text h4{

    font-size: 0.22rem;

	color: #1F1F1F;

	font-weight: bold;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	margin-bottom: 0.1rem;

	transition: all 0.3s ease;

}

.home_newsLeft_text h5{

	font-size: 0.18rem;

	line-height: 0.22rem;

	color: #666666;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.home_newsLeft_ul i{

	width: 1px;

	min-width: 1px;

	height: 0.6rem;

	background-color: #B2B1B1;

	display: block;

	margin: 0 0.3rem;

}

.home_newsLeft_btn{

	display: flex;

	display: -webkit-flex;

	padding-top: 0.25rem;

}



.home_newsLeft_ul li:hover h2{

	color: var(--i_color2);

}

.home_newsLeft_ul li:hover h4{

	color: var(--i_color2);

}





.home_news_right{

	width: 47%;

	box-sizing: border-box;

	padding-left: 7.5%;

}

.home_newsRight_ul{

    margin-top: 0.5rem;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	justify-content: space-between;

}



.home_newsRight_ul li{



}

.home_newsRight_ul li a{

	display: block;

    position: relative;

	overflow: hidden;

	border-radius: 0.3rem;

}

.home_newsRight_ul li a::before{

	content: '';

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0%;

	left: 0;

	background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.3));

	z-index: 2;

}

.home_newsRight_ul li a h2{

	position: absolute;

	bottom: 0;

	left: 0;

	color: white;

	font-size: 0.24rem;

	box-sizing: border-box;

	padding: 0.3rem 6%;

	width: 100%;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	z-index: 3;

}

.home_newsRight_ul li a img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit:cover;

	transition: all 0.2s linear;

}

.home_newsRight_ul li:hover img{

	width: 110%;

	height: 110%;

}

.home_newsRight_ul li:nth-child(1){

    width: 100%;

	margin-bottom: 0.3rem;

}

.home_newsRight_ul li:nth-child(1) a::after{

    content: '';

	display: block;

	padding-bottom: 46%;

}















.home_newsRight_ul li:nth-child(2){

    width: 76%;

}



.home_newsRight_ul li:nth-child(2) a::after{

	content: '';

	display: block;

	padding-bottom: 63%;

}







.home_newsRight_ul li:nth-child(3){

	width: 20.6%;

	height: 100%;

	position: relative;

}

.home_newsRight_ul li:nth-child(3) a{

    display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	flex-direction: column;

	background: var(--i_color);

	height: 100%;

	width: 100%;

	position: absolute;

	top: 50%;

	left: 50%;

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

	

}

.home_newsRight_ul li:nth-child(3) a:hover{

	background: linear-gradient(144deg, var(--i_color), #409371 60%, #bbdd68);

}

.home_newsRight_ul li:nth-child(3)::after{

	content: '';

	display: block;

	padding-bottom: 230%;

}

.home_newsRight_ul li:nth-child(3) a::before{

	width: 0;

}

.home_newsRight_ul li:nth-child(3) i{

    width: 0.18rem;

	height: 0.07rem;

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

    background-size: contain;

	display: block;

}

.home_newsRight_ul li:nth-child(3) p{

    font-size: 0.22rem;

	color: white;

	margin-top: 0.1rem;

}



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



}

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

	.home_news_right {padding-left: 7%;}

	.home_news_map {padding: 1rem 0 1.2rem 0;}

}

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

	.home_news_right {padding-left: 6%;}

}

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

	.home_news_right {padding-left: 4%;}

	.home_news_map {padding: 0.8rem 0 1rem 0;}

}

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



}

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

	.home_news_left {width: 100%;}

	.home_news_right {width: 100%;padding-left: 0%;margin-top: 0.4rem;}

	.home_news_map {padding: 0.6rem 0 0.8rem 0;}

}

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

	

}

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



}

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



}





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

footer{

	position: relative;

    background: #FFF;

    overflow: hidden;

	width: 100%;
	z-index: 2;

}

.footer_form{

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

	background-size: cover;

	border-radius: 0.3rem;

	padding: 0.7rem;

	box-sizing: border-box;

	position: relative;

	z-index: 2;

}

.footer_form h2{

    font-size: 0.38rem;

	color: white;

	font-weight: bold;
	text-transform: uppercase;

}

.footer_form h3{

    font-size: 0.18rem;

	color: white;

	margin: 0.1rem 0 0.5rem 0;

}



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

	.footer_form{padding: 0.6rem;}

}

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

	.footer_form{padding: 0.5rem;}

	.footer_form h3 {margin: 0.1rem 0 0.4rem 0;}

}

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



}

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

	.footer_form{padding: 0.4rem;}

}

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



}

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

	.footer_form{padding: 0.3rem;}

	.footer_form h3 {margin: 0.1rem 0 0.2rem 0;}

}

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



}

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



}

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



}























#wpforms-8 {



	--input_font_size: 13px;



	--input_height: .46rem



}



#wpforms-form-8 {



	width: 100%;



	display: -webkit-flex;



	display: flex;



	flex-wrap: nowrap;



	position: relative;



	overflow: hidden



}







#wpforms-8 input,



#wpforms-8 button {



	margin: 0;



	padding: 0;



	border: none;



	background: none



}



#wpforms-8 .wpforms-field {



	padding: 0;



	margin: 0



}



#wpforms-8 .wpforms-field-label {



	font-size: 0;
	margin: 0 !important;
	padding: 0 !important;
    line-height: 0;

}



#wpforms-8 .wpforms-required-label {



	position: absolute;



	top: .16rem;



	left: .05rem;



	font-size: .16rem;



	color: #F00



}



#wpforms-8 .wpforms-field {



	width: 100%;



	background: transparent;



	padding-bottom: .2rem;



	position: relative;



	overflow: hidden



}







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



#wpforms-8 textarea {



	width: 100%;



	max-width: 100% !important;



	min-width: 100%;



	font-size: var(--input_font_size);



	color: #fff;



	height: var(--input_height);



	box-sizing: border-box;

    border: 1px solid white;

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



	padding: 0 .16rem;



	-webkit-border-radius: .08rem;



	border-radius: .08rem;



	overflow: hidden;



	-webkit-transition: all .5s ease;



	transition: all .5s ease



}



#wpforms-8 input {



	line-height: var(--input_height)



}



#wpforms-8 textarea {



	line-height: .22rem;



	min-height: 1rem;



	padding: .06rem .16rem



}







#wpforms-8-field_2-container {



	margin: 0 .2rem !important;



}







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



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



	color: #fff;



	font-size: var(--input_font_size)



}



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



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



	color: #fff;



	font-size: var(--input_font_size)



}



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



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



	color: #fff;



	font-size: var(--input_font_size)



}



.wp-dark-mode-active #wpforms-8 input::-webkit-input-placeholder,



.wp-dark-mode-active #wpforms-8 textarea::-webkit-input-placeholder {



	color: #fff;



}



.wp-dark-mode-active #wpforms-8 input::-moz-placeholder,



.wp-dark-mode-active #wpforms-8 textarea::-moz-placeholder {



	color: #fff;



}



.wp-dark-mode-active #wpforms-8 input::-ms-input-placeholder,



.wp-dark-mode-active #wpforms-8 textarea::-ms-input-placeholder {



	color: #fff;



}











#wpforms-8 .wpforms-field-container {



	width: 100%;



	margin-right: 0.3rem;



	display: -webkit-flex;



	display: flex;



	flex-wrap: nowrap;



	justify-content: space-between;



	overflow: hidden



}



#wpforms-8 .wpforms-submit-container {



	width: 1.8rem;



	height: 100%;



	flex-shrink: 0;



	text-align: center;



	padding: 0;



	overflow: hidden;



	border-radius: 0.08rem;



	position: relative;

    margin-top: 0;

}



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



	width: 100%;



	height: .46rem;



	font-size: .14rem;



	color: var(--i_color);



	font-weight: bold;



	line-height: .46rem;



	background: white;



	cursor: pointer;



	position: relative;



	z-index: 2;

	transition: all 0.3s ease;



}







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



	position: absolute;



	top: 50%;



	transform: translate(0, -50%);



	right: 4px;



	z-index: 2



}







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



	







	#wpforms-form-8 {



		flex-wrap: wrap;



	}



	#wpforms-8 .wpforms-field-container {



		margin-right: 0;



		flex-wrap: wrap;



		justify-content: space-between;



	}



	#wpforms-8-field_1-container,



	#wpforms-8-field_2-container {



		width: 49% !important;



		margin: 0 0 !important;



	}



	#wpforms-8 .wpforms-submit-container {



		margin: 0 auto;



	}



}



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



	#wpforms-8 {



		--input_font_size: 13px;



		--input_height: .4rem



	}



}



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



	



	#wpforms-8-field_1-container,



	#wpforms-8-field_2-container {



		width: 100% !important;



	}



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



		height: 0.42rem;



		line-height: 0.42rem;



	}

	

}









.footer_bac{

    background-color: #1F1F1F;

	box-sizing: border-box;

	padding-top: 2.6rem;

	margin-top: -2rem;

}

.footer{



}

.footer>img{

	width: 1.85rem;

	margin-bottom: 0.35rem;

}

.footer_area{

	border-top: 1px solid #D8D8D8;

	border-bottom: 1px solid #D8D8D8;

	box-sizing: border-box;

	padding: 0.4rem 0 1.2rem 0;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.footer_text{

    width: 13.5%;
	box-sizing: border-box;
	padding-right: 1%;

}

.footer_text h2{

    font-size: 0.18rem;

	font-weight: bold;

	color: white;
	text-transform: capitalize;

}

.footer_text ul{

    

}

.footer_text ul li{

    margin-top: 0.3rem;

}

.footer_text ul li a{

	color: #787676;

	font-size: 0.14rem;

	transition: all 0.3s ease;

}

.footer_text ul li a:hover{

	color: white;

}

.footer_wx{

    width: 8.5%;

}

.footer_wx img{

    width: 100%;

	margin-bottom: 0.2rem;

}

.footer_wx p{

	font-size: 0.14rem;

	color: #666666;

	text-align: center;

}

.footer_contact{

    width: 24%;

	box-sizing: border-box;

	padding-left: 3%;

}

.footer_contact>a{

	display: block;

    font-size: 0.15rem;

	line-height: 0.2rem;

	color: #666;

	margin-bottom: 0.2rem;

	transition: all 0.3s ease;

}

.footer_contact>a:hover{

	color: white;

}

.footer_contact_ul{

    display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding-top: 0.2rem;

}

.footer_contact_ul li{

    margin-right: 0.12rem;

}

.footer_contact_ul li a{

    display: block;

	

}

.footer_contact_ul li a ion-icon{

	font-size: 0.28rem;

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

	transition: all 0.3s ease;

}

.footer_contact_ul li a:hover ion-icon {

	transform: translateY(-5px);

	color: white;

}







.footer_max{

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	box-sizing: border-box;

	padding: 0.25rem 0;

}

.footer_max p{

    font-size: 0.18rem;

	color: #9E9E9E;

}

.footer_max a{

	font-size: 0.18rem;

	color: #9E9E9E;

	transition: all 0.3s ease;

}

.footer_max a:hover{

	color: white;

}



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



}

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

	.footer_text{display: none;}

	.footer_wx {width: 20%;}

	.footer_contact {width: 80%;padding-left: 3%;}

	.footer_area {padding: 0.8rem 0 ;}

	.footer_bac{

		padding-bottom: 0.5rem;

	}

}

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

	.footer_area {padding: 0.6rem 0;}

}

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

	.footer_max {flex-direction: column;}

	.footer_wx{display: none;}

	.footer_contact {width: 100%;padding-left: 0%;}

	.footer_area {padding: 0.4rem 0;}

}

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



}





/* -----------------------about-------------------- */

.about_banner{

	position: fixed;

	top: calc(var(--top_height) + var(--top2_height));

	left: 0;

	height: calc(84vh - (var(--top_height) + var(--top2_height)));

	width: 100%;
	

}

.fullMask {

    width: 100%;

    height: 75vh;

}

.about_banner img{

	width: 100%;

	height: 100%;

	position: absolute;

	top: 50%;

	left: 50%;

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

	object-fit: cover;

}

.about_banner_text{

	position: absolute;

	top: 34%;

    left: 9%;

	transform: translate(0,-50%);

	width: 82%;

}

.about_banner_text h2{

	font-size: 0.36rem;

	color: white;

	font-weight: bold;
	text-transform: uppercase;

}



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



}

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

	.about_banner_text{

		left: 6%;

		width: 88%;

	}

}

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



}

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

	

}

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



}

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

	.about_banner_text{

		left: 3%;

		width: 94%;

	}

}

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



}

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



}

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



}



/* 当前位置 */

.in_position{

	padding:14px 0; 

	background:transparent;

	width: 100%;

}

.in_position a{display:block; float:left; font-size:14px; color:#fff; position:relative; line-height:20px; text-transform:uppercase}

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

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

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



.in_position .container{

	display: flex;

	display: -webkit-flex;
	flex-wrap: wrap;

}

.container p{

	font-size:14px; color:#fff;
	text-transform: uppercase;

}



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

	.in_position a{font-size:15px}

	.in_position{bottom: 0.3rem;}

}

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

	.in_position a{font-size:14px}

	.in_position{bottom: 0.2rem;}

}

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

	.in_position a{font-size:12px}

	.in_position{bottom: 0rem;}

}









/* about_us */

.about_us{

	box-sizing: border-box;

	padding: 1rem 0;

}

.about_us_area{

	margin-top: 0.4rem;

}

.about_us_top{

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	flex-wrap: wrap;

	align-items: center;

	border-bottom: 1px solid #BEBFBF;

	box-sizing: border-box;

	padding-bottom: 0.25rem;

}

.about_usTop_text{



}

.about_usTop_text h2{

	font-size: 0.22rem;

	color: #222;

	box-sizing: border-box;

	padding-left: 0.14rem;

	position: relative;

	margin-bottom: 0.2rem;

}

.about_usTop_text h2::after{

	content: '';

	position: absolute;

	width: 0.04rem;

	height: 0.28rem;

	background-color: var(--i_color);

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

}

.about_usTop_text h3{

   font-size: 0.32rem;

   color: #2C2C2C;

   font-weight: bold;
   text-transform: uppercase;

}

.about_usTop_text h3 span{

	font-size: 0.4rem;

	color: var(--i_color);

	margin-right: 0.2rem;

	font-weight: bold;

	background: url('static/imgs/green2.jpg');

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

	background-size: 200% 100%;

	animation: maskedAnimation 12s infinite linear forwards;

}



@keyframes maskedAnimation {

	0% {

		background-position: 0 0;

	}

	

	100% {

		background-position: -100% 0;

	}

}





.about_center{

   box-sizing: border-box;

   padding: 0.5rem 0 0.6rem 0;

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

}

.about_center_left{

	width: 52.5%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.4rem 0;

}

.about_center_left p{

    font-size: 0.18rem;

	line-height: 0.36rem;

	color: #333333;

}

.about_center_right{

    width: 47.5%;

}

.about_center_right ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	box-sizing: border-box;

	padding-left: 25%;

	gap: 0.4rem 0;

}

.about_center_right ul li{

    width: 50%;

	transition: all 0.3s ease;

} 

.about_center_right ul li h2{

    font-size: 0.6rem;

	color: #000000;

	font-weight: bold;

}

.about_center_right ul li:hover{

	background: url('static/imgs/green1.jpg');

	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;

}

.about_center_right ul li h2 span{

	font-size: 0.6rem;

	color: #000000;

	font-weight: bold;

}

.about_center_right ul li h3{

	font-size: 0.18rem;

	color: #333333;

}

.about_video{

	width: 100%;

	position: relative;

	border-radius: 0.3rem;

	overflow: hidden;

}

.about_video::after{

	content: '';

	display: block;

	padding-bottom: 42.5%;

}

.about_video img{

	width: 100%;

	height: 100%;

	position: absolute;

    top: 50%;

	left: 50%;

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

	object-fit: cover;

}



.about_video i {

    display: block;

    width: 1rem;

    height: 1rem;

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

    background-size: contain;

    position: absolute;

    top: 50%;

    left: 50%;

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

    cursor: pointer;

	transition: all 0.3s ease;

}

.about_video i:hover{

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

}

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



}

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

	.about_center_right ul {padding-left: 20%;}

}

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



}

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

	.about_center_right ul {padding-left: 15%;}

	.about_center_right ul li h2 span,.about_center_right ul li h2 {font-size: 0.5rem;}

}

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



}

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

	.about_center_right ul {padding-left: 10%;}

}

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

	.about_center_left {width: 100%;}

	.about_center_right ul {padding-left: 0%;}

	.about_center_right {width: 100%;margin-top: 0.4rem;}

	.about_video i {width: 0.8rem;height: 0.8rem;}

	.about_center_right ul li h2 span,.about_center_right ul li h2 {font-size: 0.4rem;}

}

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

    .about_us_top .home_btn_flex{margin-top: 0.2rem;}

	.about_video i {width: 0.6rem;height: 0.6rem;}

}

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



}



/* about_advantage */



.about_advantage_bac{

   background: url('static/imgs/about_advantage.jpg') center no-repeat;

   background-size: cover;

   background-attachment: fixed;

   box-sizing: border-box;

   padding: 1.2rem 0;

}

.title_white p{

	color: white;

}

.about_advantage{

    margin-top: 0.7rem;

	background-color: rgba(111,185,44,0.8);

	box-sizing: border-box;

	padding: 0.35rem 3.7%;

	border-radius: 0.3rem;

}



.about_advantage_ul{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.about_advantage_ul li{

    display: flex;

	display: -webkit-flex;

	width: 50%;

	box-sizing: border-box;

	padding: 0.8rem 5%;

}

.about_advantage_ul li img{

    width: 0.8rem;

	height: 0.8rem;

	transition: all 0.3s ease;

}

.about_advantage_ul li:hover img{

	transform: rotateY(180deg);

}

.about_advantage_text{

    width: calc(100% - 0.8rem);

	box-sizing: border-box;

	padding: 0 0% 0 4%;

}

.about_advantage_text h2{

    font-size: 0.25rem;

	color: white;

	font-weight: bold;

	margin-bottom: 0.15rem;
	text-transform: uppercase;

}



.about_advantage_text h3{

    font-size: 0.18rem;

	color: white;

}



.about_advantage_ul li:nth-child(1){

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

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

}

.about_advantage_ul li:nth-child(2){

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

}

.about_advantage_ul li:nth-child(3){

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

}







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



}

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

	.about_advantage_ul li {padding: 0.6rem 4%;}

}

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



}

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

	.about_advantage_ul li {padding: 0.5rem 4%;}

}

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



}

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

	.about_advantage_ul li {padding: 0.4rem 3%;}

}

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



}

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

	.about_advantage_ul li {width: 100%;border-bottom: 1px solid rgba(255,255,255,0.7);}

	.about_advantage_ul li:nth-child(3){border-right: 0px solid rgba(255,255,255,0.7);}

	.about_advantage_ul li:nth-child(1){border-right: 0px solid rgba(255,255,255,0.7);}

	.about_advantage_ul li:last-child{border-bottom: 0px solid rgba(255,255,255,0.7);}

}

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



}











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



}

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



}

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



}

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



}

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



} */





/* about_style */

.about_style{

	background-color: #F2F3F5;

	box-sizing: border-box;

	padding: 1.4rem 0 2.4rem 0;

}

.about_style_area{

    margin-top: 1rem;

   

}

.about_style_ul{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.about_style_ul li{

    width: 23%;

	background-color: white;

	border-radius: 0.3rem;

	box-sizing: border-box;

	padding: 0.6rem 3%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

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

	transition: all 0.3s ease;



}

.about_style_ul li:hover{

	background: linear-gradient(180deg, #E6FFCE 0%, #ffffff 100%);

}



.about_style_ul li img{

    height: 0.8rem;

}

.about_style_ul li h2{

    font-size: 0.24rem;

	color: #000;
	text-align: center;

	margin: 0.4rem 0 0.2rem 0;

	transition: all 0.3s ease;
	text-transform: uppercase;

}

.about_style_ul li h3{

	font-size: 0.18rem;

	line-height: 0.24rem;

	color: #666666;

	text-align: center;

	transition: all 0.3s ease;

}

.about_style_ul li:hover h2{

	color: var(--i_color2);

}



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

	.about_style {padding: 1.2rem 0 2.2rem 0;}

}

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

	.about_style_ul li {padding: 0.5rem 3%;}

	.about_style_ul li img {height: 0.7rem;}

	.about_style_area {margin-top: 0.8rem;}

	.about_style {padding: 1rem 0 2rem 0;}

}

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



}

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

	.about_style_ul li {padding: 0.4rem 2%;width: 24%;}

	.about_style_ul li img {height: 0.6;}

	.about_style_area {margin-top: 0.6rem;}

	.about_style {padding: 0.8rem 0 1.8rem 0;}

}

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



}

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

	.about_style {padding: 0.6rem 0 1.6rem 0;}

}

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

	.about_style_ul li {

		padding: 0.4rem 2%;

		width: 49%;

		margin-bottom: 0.2rem;

	}

}

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



}

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

	.about_style_ul li {width: 100%;}

}





/* about_zs */

.about_zs_area{

	box-sizing: border-box;

	background-color: white;

	box-sizing: border-box;

	padding: 1.2rem 0 1.5rem 0;

	border-radius: 1rem 1rem 0 0;

	margin-top: -1rem;

	position: relative;

	z-index: 2;

}

.about_zs{

	margin-top: 1.2rem;

}





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

	.about_zs_area{padding: 1rem 0 1.3rem 0;}

}

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

	.about_zs_area{padding: 0.8rem 0 1rem 0;}

	.about_zs{margin-top: 1rem;}	

}

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



}

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

	.about_zs_area{padding: 0.6rem 0 0.8rem 0;}

	.about_zs{margin-top: 0.8rem;}

}

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



}

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

	.about_zs{margin-top: 0.6rem;}

}

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



}

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



}

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



}









/* 合作伙伴 */

.zs_partner_box{}



.zs_partner{position:relative}

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

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

.zs_partner_list .swiper-slide{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



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

.zs_partner_list .img:before{content:""; display:block; padding-bottom:140%}

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





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



/* 指示器 */

.zs_partner .pt-pagination{display:none; text-align:center; margin:20px auto 0}

.zs_partner .pt-pagination .swiper-pagination-bullet{width:12px; height:12px; display:inline-block; margin:0 5px; background:#BBB; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; outline:none}

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



/* 左右箭头 */

.zs_partner .pt-button-prev, .zs_partner .pt-button-next{position:absolute; top:50%;border-radius: 50%; transform:translate(0,-50%); width:0.5rem; height:0.5rem; border:2px solid #051557; z-index:999; cursor:pointer; outline:none;transition: all 0.3s ease;}

.zs_partner .pt-button-prev:before, .zs_partner .pt-button-next:before{

	position:absolute;

	top:50%;

	left:50%;

	font-size:30px;

	line-height:30px;

	font-weight: bold;

	color:#051557;

	font-family:-apple-system, simsun, system-ui, sans-serif;

	letter-spacing:-2px;

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

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

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

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

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

}

.zs_partner .pt-button-prev{left:-5%}

.zs_partner .pt-button-prev:before{content:"<"}

.zs_partner .pt-button-next{right:-5%}

.zs_partner .pt-button-next:before{content:">"}



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

    background-color: #2B4EE7;

	border:2px solid #2B4EE7;

}

.zs_partner .pt-button-prev:hover::before, .zs_partner .pt-button-next:hover::before{

	color: white;

}







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

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

	.zs_partner .pt-pagination{display:block}

}

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

	

}

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

	

}

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

	

}

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

	

}

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

	

}

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

	.zs_partner .pt-pagination{margin:14px auto 0}

	.zs_partner .pt-pagination .swiper-pagination-bullet{width:10px; height:10px}

}







/* about_environment */

.about_environment_area{

	position: relative;

	overflow: hidden;

	box-sizing: border-box;

	padding: 1rem 0 1.9rem 0;

}

.about_environment_area::after{

	content: '';

	display: block;

	padding-bottom: 64%;

}

.about_environment_area img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;

}





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

	.about_environment_area {padding: 0.8rem 0 1.7rem 0;}

}

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

	.about_environment_area {padding: 0.6rem 0 1.5rem 0;}

}

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



}

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

	.about_environment_area {padding: 0.6rem 0 1.4rem 0;}

}

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



}

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

	.about_environment_area {padding: 0.6rem 0 1rem 0;}

}

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

	.about_environment_area {padding: 0.6rem 0 0.8rem 0;}

}

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



}

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



}





/* --------------------content_us------------------------- */

.content_us{

    box-sizing: border-box;

	padding: 1.9rem 0 1.2rem 0;

}

.content_us_ul{

    display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	box-sizing: border-box;

	flex-wrap: wrap;

	padding: 0 7%;

}

.content_us_ul li{

    display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-shadow: 0 0 10px rgb(0 0 0 / 15%);

	align-items: center;

	box-sizing: border-box;

	width: 31%;

	padding:0 4% 0.6rem 4%;

	border-radius: 0.3rem;

	position: relative;

	z-index: 1;

	background-color: white;

}

.content_us_img{

	margin-top: -0.7rem;

	width: 1.4rem;

	height: 1.4rem;

	background-color: white;

	

	box-shadow: 6px 6px 10px #dfdfdf,

             -6px -6px 12px #ffffff;

	border-radius: 50%;

	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 2;

	overflow: hidden;

}

.content_us_img::after{

	content: '';

	width: 100%;

	height: 100%;

	background-image: linear-gradient(180deg, #2af598 0%, #2B4EE7 100%);

	position: absolute;

	bottom: -105%;

	left: 0;

	z-index: -1;

	transition: all 0.5s ease-in-out;

}

.content_us_ul li img{

    width: 0.55rem;

	height: 0.55rem;

	object-fit: contain;

}

.content_us_ul li h2{

    font-size: 0.24rem;

	font-weight: bold;

	text-align: center;

	margin: 0.4rem 0;

}

.content_us_ul li a{

	display: block;

	font-size: 0.18rem;

	line-height: 0.3rem;
    width: 100%;
	color: #666666;

	text-align: center;

	transition: all 0.3s ease;

	border-bottom: 1px solid #666;

}

.content_us_form{

	background: url('static/imgs/contact_form.jpg') center no-repeat;

	background-size: cover;

	box-sizing: border-box;

	padding: 2.2rem 0 0.8rem 0;

	border-radius: 0.3rem;

	background-attachment: fixed;

	margin-top: -1.4rem;



}

.content_us_form h2{

	font-size: 0.36rem;

	color: white;

	font-weight: bold;

	margin-bottom: 0.8rem;

	text-align: center;

	box-sizing: border-box;

	padding: 0 3%;

}

.content_form_all{

	box-sizing: border-box;

	padding: 0 5%;

}



.content_us_ul li a:hover{

	color: var(--i_color2);

}

.content_us_ul li:hover .content_us_img::after{

    bottom: 0;

}

.content_us_ul li:hover img{

	filter: brightness(1000000) grayscale(100%);

	-webkit-filter:brightness(1000000) grayscale(100%) ;

}



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

	.content_us_ul {padding: 0 5%;}

}

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

	.content_us_ul {padding: 0 3%;}

	.content_us_ul li {width: 32%;padding: 0 2% 0.6rem 2%;}

	.content_us_img {margin-top: -0.6rem;width: 1.2rem;height: 1.2rem;}

	.content_us_form h2 {font-size: 0.3rem;margin-bottom: 0.6rem;}

}

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



}

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

	.content_us_img {margin-top: -0.5rem;width: 1rem;height: 1rem;}

}

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



}

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

	.content_us_img {margin-top: -0.4rem;width: 0.8rem;height: 0.8rem;}

}

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

	.content_us_ul li {width: 100%;margin-bottom: 0.5rem;}

	.content_us_form h2 {font-size: 0.28rem;margin-bottom: 0.4rem;}

}

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



}

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



}























/* contact 表单 */



#wpforms-45{--input_font_size:0.14rem; --input_height:0.48rem}

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

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



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

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

#wpforms-45 .wpforms-error-container{line-height:0.14rem}



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

#wpforms-45 .wpforms-submit-container{

	padding:0!important; 

	position:relative;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}



#wpforms-45 .wpforms-field{width:100%; margin-bottom:0px; padding-bottom:20px; background:transparent; overflow:hidden}

#wpforms-45 .wpforms-field:nth-child(1){margin-right:20px}

#wpforms-45 .wpforms-field:nth-child(1), #wpforms-45 .wpforms-field:nth-child(2){width:calc(50% - 10px)}



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

#wpforms-45 textarea{min-height:1rem}

#wpforms-45 input, #wpforms-45 textarea{width:100%;
	max-width:100%!important;border: 0px; 
	border-bottom: 1px solid #D8D8D8; 
	font-size:var(--input_font_size); color:#fff; 
	box-sizing:border-box;background-color: transparent; 
	line-height:var(--input_height);
	box-shadow:  0 0 transparent;
	padding:0 0.2rem}

#wpforms-45 textarea{

	line-height: 0.2rem;

	padding: 0.1rem 0.2rem;

}

#wpforms-45 input::-webkit-input-placeholder{color:rgba(255,255,255,0.6); font-size:var(--input_font_size)}

#wpforms-45 input::-moz-placeholder{color:rgba(255,255,255,0.6); font-size:var(--input_font_size)}

#wpforms-45 input::-moz-placeholder{color:rgba(255,255,255,0.6); font-size:var(--input_font_size)}

#wpforms-45 input::-ms-input-placeholder{color:rgba(255,255,255,0.6); font-size:var(--input_font_size)}

#wpforms-45 textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.6); font-size:var(--input_font_size)}

#wpforms-45 textarea::-moz-placeholder{color:rgba(255,255,255,0.6); font-size:var(--input_font_size)}

#wpforms-45 textarea::-moz-placeholder{color:rgba(255,255,255,0.6); font-size:var(--input_font_size)}

#wpforms-45 textarea::-ms-input-placeholder{color:rgba(255,255,255,0.6); font-size:var(--input_font_size)}






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

	width:1.9rem;

	background:var(--i_color);

	height:0.45rem; 

	font-size:14px; 

	font-weight: bold;

	color:white; 

	line-height:0.45rem; 

	cursor:pointer; 

	text-transform:uppercase; 

	position:relative; 

	z-index:2;

	transition: all 0.3s ease;

	border-radius: 0.3rem;

	margin-top: 0.6rem;

}



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

	background-color: var(--i_color2);

}





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





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

#wpforms-45 .wpforms-field-label{font-size: 0;}

#wpforms-45 .wpforms-required-label{

	color: red;

	font-size: 0.14rem;

	font-weight: bold;

	position: absolute;

	top: 40%;

	left: 0.1rem;

	transform: translate(0,-50%);

}

#wpforms-45-field_3-container .wpforms-required-label{

	top: 15%;

    left: 0.1rem;

}











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

	#wpforms-45 .wpforms-submit-container button{height:46px; line-height:46px; }

	#wpforms-45 .wpforms-submit-container button::after {border-top: 23px solid transparent;border-bottom: 23px solid transparent;}

	.contact_form_area {padding: 0 8%;}

}

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

	

}

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

	#wpforms-45 .wpforms-submit-container button{height:42px; line-height:42px; }

	#wpforms-45 .wpforms-submit-container button::after {border-top: 21px solid transparent;border-bottom: 21px solid transparent;}

	.contact_form_area {padding: 0 6%;}

}

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

	

}

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

	.contact_form_area {padding: 0 3%;}

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

		margin-top: 0.4rem;

	}

}

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

	#wpforms-45 .wpforms-submit-container button{height:32px; line-height:32px; font-size: 12px;}

	#wpforms-45 .wpforms-submit-container button::after {border-top: 16px solid transparent;border-bottom: 16px solid transparent;}

}





/* contact_map */

.contact_map{

    /* background-color: var(--i_color2); */

	height: 7.16rem;

	width: 100%;

}

.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

        width: 100%;

        height: 100% !important;

}



.footer_contacts{

	margin-top: -2rem;

}

.footer_contacts footer{

	background-color: transparent;

}





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



}

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



}

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



}

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

	.contact_map{height: 6.5rem;}

}

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

	

}

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

	.contact_map{height: 5.5rem;}

}

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



}

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

	.footer_contacts{

		margin-top: -2.4rem;

	}

}

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



}















/* -------------------------------------acting----------------------------------- */

.gray{

	background-color: #F2F3F5;

	box-sizing: border-box;

	padding: 1.2rem 0 1rem 0;

}

.acting_h2{

	font-size: 0.26rem;

	color: #333;

	text-align: center;

	margin: 0.3rem 0 0.6rem 0;

	box-sizing: border-box;

	padding:  0 3%;

}

.acting_area{

   background-color: white;

   box-sizing: border-box;

   padding: 0.75rem 4%;

   border-radius: 0.3rem;

}

.footer_gray footer{

	background-color: #F2F3F5;

}







/* contact 表单 */



#wpforms-49{--input_font_size:0.14rem; --input_height:0.48rem}

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

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



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

#wpforms-49 .wpforms-field{padding:0; margin:0;line-height: 0;}

#wpforms-49 .wpforms-error-container{line-height:0.14rem}



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

#wpforms-49 .wpforms-submit-container{

	padding:0!important; 
	position:relative;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;

}



#wpforms-49 .wpforms-field{width:100%; margin-bottom:0px; padding-bottom:20px; background:transparent; overflow:hidden}

#wpforms-49 .wpforms-field:nth-child(1){margin-right:20px}

#wpforms-49 .wpforms-field:nth-child(3){margin-right:20px}

#wpforms-49 .wpforms-field:nth-child(1), #wpforms-49 .wpforms-field:nth-child(2){width:calc(50% - 10px)}

#wpforms-49 .wpforms-field:nth-child(3), #wpforms-49 .wpforms-field:nth-child(4){width:calc(50% - 10px)}



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

#wpforms-49 textarea{min-height:1.3rem}

#wpforms-49 input, #wpforms-49 textarea{width:100%;border-radius: 0.1rem;box-shadow: 0 0 transparent; max-width:100%!important;border: 0px; font-size:var(--input_font_size); color:#222; box-sizing:border-box;background-color: #F2F3F5; line-height:var(--input_height); padding:0 0.2rem}

#wpforms-49 textarea{

	line-height: 0.2rem;

	padding: 0.1rem 0.2rem;

}

#wpforms-49 input::-webkit-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-49 input::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-49 input::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-49 input::-ms-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-49 textarea::-webkit-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-49 textarea::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-49 textarea::-moz-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}

#wpforms-49 textarea::-ms-input-placeholder{color:#9E9E9E; font-size:var(--input_font_size)}





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

	width:1.6rem;

	background:var(--i_color);

	height:0.45rem; 

	font-size:14px; 

	font-weight: bold;

	color:white; 

	line-height:0.45rem; 

	cursor:pointer; 

	text-transform:uppercase; 

	position:relative; 

	z-index:2;

	transition: all 0.3s ease;

	border-radius: 0.3rem;

}



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

	background-color: var(--i_color2);

}





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





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

#wpforms-49 .wpforms-field-label{font-size: 0;line-height: 0;padding: 0;margin: 0;}

#wpforms-49 .wpforms-required-label{

	color: red;

	font-size: 0.14rem;

	font-weight: bold;

	position: absolute;

	top: 36%;

	left: 0.1rem;

	transform: translate(0,-50%);

}

#wpforms-49-field_3-container .wpforms-required-label{

	top: 36%;

    left: 0.1rem;

}

#wpforms-49-field_6-container .wpforms-required-label{

	top: 14%;

}









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

	#wpforms-49 .wpforms-submit-container button{height:46px; line-height:46px; }

	#wpforms-49 .wpforms-submit-container button::after {border-top: 23px solid transparent;border-bottom: 23px solid transparent;}

	

}

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

	

}

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

	#wpforms-49 .wpforms-submit-container button{height:42px; line-height:42px; }

	#wpforms-49 .wpforms-submit-container button::after {border-top: 21px solid transparent;border-bottom: 21px solid transparent;}

	

}

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

	

}

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

	

}

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

	#wpforms-49 .wpforms-submit-container button{height:32px; line-height:32px; font-size: 12px;}

	#wpforms-49 .wpforms-submit-container button::after {border-top: 16px solid transparent;border-bottom: 16px solid transparent;}

}





/* plan */

.plan_ul{

	width: 40%;

	display: flex;

	display: -webkit-flex;

}

.plan_area{



}

.plan{

	box-sizing: border-box;

	padding: 1rem 0;

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;

	position: relative;

	flex-wrap: wrap;

}

.plan::after{

	content: '';

	width: 100%;

	position: absolute;

	height: 1px;

	background-color: #000;

	top: 58%;

	left: 0;

}

.plan_ul li{

	width: 25%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	align-items: center;

}

.plan_ul li img{

    width: 0.5rem;

	height: 0.5rem;

	object-fit: contain;

	transition: all 0.3s ease;

}

.plan_ul li:hover img{

	transform: rotateY(180deg);

}

.plan_ul li i{

	width: 1px;

	height: 0.5rem;

	background-color: #000;

	display: block;

}

.plan_ul li h3{

	font-size: 0.16rem;
	text-align: center;

	color: #333;

	box-sizing: border-box;

	padding-top: 0.2rem;

}

.plan_div{

	width: 1.6rem;

	height: 1.6rem;

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

	background-size: contain;

	position: absolute;

	top: 58%;

	left: 50%;

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

	z-index: 2;

}







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



}

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

	.plan_div {width: 1.4rem;height: 1.4rem;}

}

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



}

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

	.plan_div {width: 1.2rem;height: 1.2rem;}

}

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



}

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

	.plan_div {width: 1rem;height: 1rem;}

}

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

    .plan_div{display: none;}

	.plan::after{display: none;}

	.plan_ul li h3{border-top: 1px solid #000;}

	.plan_ul{width: 100%;}

	.plan{gap: 0.2rem 0;}

	.plan {padding: 0.8rem 0;}

}

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

	.plan {padding: 0.6rem 0;}

}

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



}





/* service */

.service{



}

.service_area{

    display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding: 1rem 0;

}

.service_left{

	width: 40%;

	position: relative;

	overflow: hidden;

	border-radius: 0.3rem;

}

.service_left::after{

	content: '';

	display: block;

	padding-bottom: 60%;

}

.service_left img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.service_right{

    width: 60%;

	box-sizing: border-box;

	padding: 0 4.5%;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	gap: 0.5rem 0;

	justify-content: center;

}



.service_right p{

	font-size: 0.26rem;

	line-height: 0.46rem;

	color: #333;

}







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



}

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

	.service_right p {font-size: 0.24rem;line-height: 0.4rem;}

}

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



}

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

	.service_right p {font-size: 0.22rem;line-height: 0.36rem;}

	.service_right{padding: 0 3%;gap: 0.4rem 0;}

	.service_area {padding: 0.8rem 0;}

}

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



}

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

	.service_right p {font-size: 0.18rem;line-height: 0.3rem;}

	.service_right{padding: 0 2%;gap: 0.2rem 0;}

	.service_area {padding: 0.6rem 0;}

}

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

	.service_left {width: 100%;}

	.service_right {width: 100%;padding: 0%;margin-top: 0.4rem;}

	.service_area {flex-wrap: wrap;}

}

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



}

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



}





/* ----------------------------news------------------------------ */

.news_list{

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	box-sizing: border-box;

	padding: 1rem 0 0rem 0;

	border-bottom: 1px solid #BFBFBF;

	margin-bottom: 1rem;

}

.news_list li{

    margin: 0 5%;

	display: block;

	position: relative;

	box-sizing: border-box;

	padding-bottom: 0.3rem;

}

.news_list li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 0rem;

	height: 0.04rem;

	border-radius: 0.05rem;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.news_list li a{

	font-size: 0.25rem;
	text-transform: uppercase;

	color: #666666;
    text-align: center;
	transition: all 0.3s ease;

}

.news_list_active a{

	color: #000 !important;

}

.news_list_active::after{

	width: 0.4rem !important;

}

.news_list li:hover a{

	color: #000 !important;

}

.news_list li:hover::after{

	width: 0.4rem !important;

}

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



}

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

	.news_list li a {font-size: 0.28rem;}

	.news_list {margin-bottom: 0.8rem;}

	

}

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



}

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

	.news_list li a {font-size: 0.26rem;}

	.news_list {margin-bottom: 0.6rem;}

	

}

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



}

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

	.news_list li a {font-size: 0.24rem;}

}

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



}

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

	.news_list li a {font-size: 0.22rem;}

}

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

	.news_list li a {font-size: 0.2rem;}

}







/* ---------------------news_area ----------------------*/

.news_area{

	box-sizing: border-box;

	padding-bottom: 1rem;

}

.news_ul{

    display: flex;

	display: -webkit-flex;

    flex-wrap: wrap;

	gap: 0.5rem;

}

.news_ul li{

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

	border-radius: 0.2rem;

	overflow: hidden;

	transition: all 0.3s ease;

}

.news_ul li:hover{

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

}

.news_ul li a{

	display: block;

	width: 100%;

}

.news_ul_img{

	position: relative;

	overflow: hidden;



}

.news_ul_img::after{

	content: '';

	display: block;

	padding-bottom: 70%;

}

.news_ul_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition: all 0.3s ease;

}

.news_ul li:hover .news_ul_img img{

	width: 110%;

	height: 110%;

}

.news_ul_text{

	box-sizing: border-box;

	padding: 0.3rem 5%;

	transition: all 0.3s ease;

}

.news_ul_text h1{

    font-size: 0.26rem;

	color: #000;

	font-weight: bold;

	transition: all 0.3s ease;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.news_ul_text h2{

    font-size: 0.18rem;

	line-height: 0.25rem;

	color: #666666;

	margin: 0.2rem 0;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 4;

   height: 1rem;

}

.news_ul_text h3{

    font-size: 0.2rem;

	color: #000;

	line-height: 0.32rem;

	transition: all 0.3s ease;

}



.news_ul li:hover h1{

	color: var(--i_color2);

}

.news_ul li:hover h3{

	color: var(--i_color2);

}

.news_ul li:hover .news_ul_text{

	background-color: #F2F3F5;

}





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



}

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

	.news_ul{gap: 0.4rem;}

	.news_ul li{width: calc((100% - 0.8rem) / 3);}

	.news_ul_text h1 {font-size: 0.24rem;}

	.news_ul_text h3 {font-size: 0.18rem;}

	.news_area {padding-bottom:0.8rem;}

}

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



}

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

	.news_ul{gap: 0.3rem;}

	.news_ul li{width: calc((100% - 0.6rem) / 3);}

	.news_ul_text h1 {font-size: 0.22rem;}

	.news_ul_text h3 {font-size: 0.16rem;}

	.news_area {padding-bottom:0.6rem;}

}

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



}

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



}

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

	.news_ul li{width: calc((100% - 0.3rem) / 2);}

}

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

	.news_ul{gap: 0.2rem;}

	.news_ul li{width: calc((100% - 0.2rem) / 2);}

}

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



}





















/* 页数 */

/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.8rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

}

.in_page li {

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

    padding: 0 .17rem;

    line-height: .4rem;

    font-size: .14rem;

    color: #666;

    background: #FFF;

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

    overflow: hidden;

    transition: all 0.3s ease;

    border-radius: 0.4rem;

}

.in_page li{

	margin:0 0.04rem;

}

.in_page>i {

	margin-left: 0.1rem;

	font-size: 0rem;

	color: #888;

}



.in_page a:hover,

.in_page .active_page a,

.in_page .active_page span {

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

	background: var(--i_color);

	color: #FFF !important

}



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



	.in_page a,

	.in_page span {

		    padding: 0 0.15rem;

		    line-height: 0.35rem;

			font-size: 0.14rem;

			border-radius: 0.3rem;

	}

	.in_page_box {margin-top: 0.6rem;}

}

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

	.in_page>i {

			display: block;

			width: 100%;

			margin-top: 0.1rem;

			font-size: 0rem;

	}

	

}

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

	

}





/*--------------------------- project ----------------------------*/

.project_area{

   box-sizing: border-box;

   padding-bottom: 1rem;

}

.project_ul{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.35rem;

}

.project_ul li{

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

}

.project_ul li a{

   display: block;

   width: 100%;

}



.project_img{

   position: relative;

   overflow: hidden;

   border-radius: 0.2rem;

}

.project_img::after{

   content: '';

   display: block;

   padding-bottom: 74%;

}

.project_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.project_img::before{

	content: '';

    position: absolute;

    top: 0;

    right: 100%;

    width: 100%;

    height: 100%;

    z-index: 2;

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

    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));

}

.project_ul li:hover .project_img::before{

	animation: fol 1.4s;

    animation-delay: 0s;

    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);

}





.project_text{

    box-sizing: border-box;

	padding: 0.25rem 4%;

}

.project_text h1{

	font-size: 0.26rem;

	color: #091242;

	font-weight: bold;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.project_text h2{

    font-size: 0.14rem;

	line-height: 0.2rem;

	color: #666666;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.4rem;

   margin-top: 0.2rem;

}

.project_ul li:hover h1{

	color: var(--i_color2);

}



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



}

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

	.project_area {padding-bottom: 0.8rem;}

}

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



}

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

	.project_area {padding-bottom: 0.6rem;}

}

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



}

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



}

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

	.project_ul {gap: 0.3rem;}

	.project_ul li {width: calc((100% - 0.3rem) / 2);}

}

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

	.project_ul {gap: 0.2rem;}

	.project_ul li {width: calc((100% - 0.2rem) / 2);}

}

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



}





/* join */

.join{



}

.join_ul{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.3rem;

	margin-top: 1rem;

}





.join_ul li{

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

    position: relative;

}

.join_all{

	background-color: white;

	box-sizing: border-box;

	padding: 0.3rem 6% 0.44rem 6%;

    height: 2.6rem;

	border-radius: 0.2rem;

	transition: all 0.3s ease;

}

.join_area{

	height: 100%;

	overflow: hidden;

}

.join_h2{

	display: flex;

	display: -webkit-flex;

    align-items: center;

}

.join_h2 h2{

    font-size: 0.3rem;

	color: #000;

	width: calc(100% - 0.3rem);

	font-weight: bold;

	transition: all 0.3s ease;

}

.join_h2 i{

    display: block;

	width: 0.3rem;

	height: 0.2rem;

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

	background-size: cover;

	cursor: pointer;

}

.join_div{



}

.join_div h3{

    font-size: 0.22rem;

	color: #333333;

	margin: 0.3rem 0 0.2rem 0;

	transition: all 0.3s ease;

}

.join_div p{

    font-size: 0.2rem;

	line-height: 0.3rem;

	color: #999999;

	transition: all 0.3s ease;

}

.join_active .join_all{

	height: unset !important;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 99;

	background-color: var(--i_color2);

}

.join_active .join_area{

	

}

.join_active h2{

	color: white;

}

.join_active h3{

	color: white;

}

.join_active p{

	color: white;

}

.join_active i{

	filter: brightness(10000000) grayscale(100%);

	-webkit-filter: brightness(10000000) grayscale(100%);

}

.join_main{

	overflow: unset;

}

.join_gray{

    border-radius: 1rem 1rem 0 0;

}

.join_btn{

    margin-top: 0.4rem;

	display: flex;

	display: -webkit-flex;

	justify-content: flex-end;

}

.join_btn a{

	display: inline-block;

	font-size: 0.18rem;

	color: #2B4EE7;

	box-sizing: border-box;

	padding: 10px 50px;

	border-radius: 2rem;

	background-color: white;

	

}





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



}

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

	.join_gray {border-radius: 0.8rem 0.8rem 0 0;}

}

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



}

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

	.join_gray {border-radius: 0.6rem 0.6rem 0 0;}

}

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



}

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

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

}

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

	.join_ul li {width:100%;}

}

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



}

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



}





/* ----------------------------single_news---------------------------- */

.banner_top{

	margin-top: calc(var(--top_height) + var(--top2_height));

}

.single_position{



}

.single_position a:not(:last-child):after{

	color: #222;

}

.single_position a{

	color: #222;

}

.single_position .container p{

	color: #222;

}







/* -------------single_news---------------- */

.single_news{

    padding: 0.5rem 0;

	box-sizing: border-box;

}

.single_news h1{

	font-size: 0.3rem;

	font-weight: bold;

	color: #363636;

	text-align: center;

}

.single_news_data{

	box-sizing: border-box;

	padding-bottom: 0.1rem;

	border-bottom: 1px solid #b5b5b5;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	justify-content: center;

	margin-top: 0.3rem;

	position: relative;

}

.single_news_data::after{

	content: '';

	position: absolute;

	bottom: -0.01rem;

	left: 0;

	width: 20%;

	height: 0.03rem;

	background-color: var(--i_color);

	z-index: 2;



}

.single_news_data h2{

	font-size: 0.14rem;

	color: #666;

	margin-right: 0.2rem;

}







.single_news_all{

	box-sizing: border-box;

	max-width: 100%;

	padding-top: 0.5rem;

}

.single_news_area{

    font-size: 0.16rem;

	color: #1a1a1a;

	line-height: 0.24rem;

	box-sizing: border-box;

	padding-bottom: 0.5rem;

	border-bottom: 1px solid #b5b5b5;

	box-sizing: border-box;

	padding: 0 10% 0.5rem 10%;

}

.single_news_area img{

    display: block;

	margin:  0 auto;

	height: auto;

	max-width: 100%;

}





/* -------------上/下一条 -------------*/

.single_news_all ul{

	display: flex;

    display: -webkit-flex;

	margin-top: 0.5rem;

	box-sizing: border-box;

	padding: 0 5%;

} 

.single_news_all ul li a{

	display: flex;

    display: -webkit-flex;

	align-items: center;

}

.single_news_all ul li b{

	font-size: 0.15rem;

	color: #4e4e4e;

	transition: all 0.3s ease;

}

.single_news_all ul i{

	width: 0.34rem;

	height: 0.34rem;

	background-color: var(--i_color);

	display: block;

	border-radius: 0.1rem;

	margin: 0 0.2rem;

	position: relative;

	transition: all 0.3s ease;

}



.prev i:before {

    content: "";

    width: 0.14rem;

    height: 0.15rem;

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

    background-size: 0.12rem;

	position: absolute;

	top: 50%;

	left: 50%;

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

}

.next i:before {

    content: "";

    width: 0.14rem;

    height: 0.15rem;

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

    background-size: 0.12rem;

	position: absolute;

	top: 50%;

	left: 50%;

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

}



.single_news_all ul li:hover b{

	color: var(--i_color);

}

.single_news_all ul li:hover i{

	background-color: var(--i_color);

}

















.in_news_art {

	box-sizing: border-box;

	padding: .5rem 0;

	background: #FFF;

	-webkit-border-radius: .3rem;

	border-radius: .3rem;

}



.in_news_art_tit {

	border-bottom: 1px solid #DDD;

	margin-bottom: .3rem;

	text-align: center;

	position: relative;

}

.in_news_art_tit h1 {

	font-size: .34rem;

	color: var(--i_color);

	line-height: .36rem;

	font-weight: bold;

}

.n_tit_time {

	margin: .4rem 0 .26rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.n_tit_time>p {

	font-size: 0.16rem;

	color: #363636;

	margin-right: 0.28rem;

	padding-right: 0.28rem;

	position: relative;

}

.n_tit_time>p::before {

	content: '';

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 0;

	width: 1px;

	height: 0.1rem;

	background: #AAA;

}

.n_share {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.n_share p {

	font-size: 0.16rem;

	color: #363636;

}

.n_share a {

	margin-left: 0.2rem;

	transition: all 0.3s ease;

}

.n_share a i {

	font-size: 0.2rem;

	color: #222;

	transition: all 0.3s ease;

}

.n_share a:hover i {

	color: var(--i_color);

}



.n_article,

.n_article * {

	text-align: left;

	font-size: .16rem;

	color: #555;

	line-height: .24rem

}

.n_article img {

	display: block;

	margin: .2rem auto;

	max-width: 100% !important;

	height: initial !important

}



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

	.in_news_art_tit h1 {

		font-size: 0.28rem;

	}

	.n_tit_time {

		margin: 0.3rem 0 .26rem;

	}
	.single_news_area{padding: 0 8% 0.5rem 8%;}

}

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

	.in_news_art_tit h1 {

		font-size: 0.24rem;

	}
	.single_news_area{padding: 0 6% 0.5rem 6%;}
}

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

	.in_news_art {

		padding: .4rem 0;

	}

	.in_news_art_tit h1 {

		font-size: 0.22rem;

		line-height: 0.3rem;

	}

	.n_tit_time {

		margin: 0.2rem 0 .22rem;

	}

}

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

	.in_news_art {

		padding: .3rem .2rem;

	}

	.in_news_art_tit h1 {

		font-size: 0.18rem;

		line-height: 0.26rem;

	}

	.n_tit_time>p,

	.n_share p {

		font-size: 0.15rem;

	}

}

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

	.in_news_art_tit h1 {

		font-size: 0.17rem;

		line-height: 0.22rem;

	}

	.n_tit_time>p {

		margin-right: 0.14rem;

		padding-right: 0.14rem;

	}

	.n_tit_time>p,

	.n_share p {

		font-size: 0.14rem;

	}

	.n_share a i {

		font-size: 0.18rem;

	}
	.single_news_area{padding: 0 3% 0.5rem 3%;}
}











.n_navigation {

	margin-top: 0.8rem;

	padding-top: 0.2rem;

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

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.n_navigation ul {

	width: 80%;

}

.n_navigation li {

	margin: .12rem 0;

}

.n_navigation li a {

	display: -webkit-flex;

	display: flex;

	flex-wrap: nowrap;

	align-items: baseline;

}

.n_navigation li p {

	margin-right: 0.06rem;

	font-size: 0.16rem;

	color: #363636;

	font-weight: bold;

	transition: all 0.3s ease;

}

.n_navigation li a:hover p {

	color: var(--i_color);

}



.n_back {

	margin-left: auto;

	padding: .12rem .3rem;

	background: var(--i_color);

	-webkit-border-radius: .3rem;

	border-radius: .3rem;

}

.n_back i {

	font-size: 0.16rem;

	color: #FFF;

}

.n_back b {

	margin-left: 0.06rem;

	font-size: 0.15rem;

	color: #FFF;

	font-weight: bold;

}



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

	.n_navigation ul {

		width: 76%;

	}

	.n_back b {

		font-size: 0.14rem;

	}

}

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

	.n_navigation {

		margin-top: 0.6rem;

	}

	.n_navigation ul {

		width: 100%;

	}

	.n_navigation li p {

		font-size: 0.15rem;

	}

	.n_back {

		margin: .14rem 0 0 0;

	}

}

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

	.n_navigation {

		margin-top: 0.4rem;

	}

	.n_navigation li p {

		font-size: 0.14rem;

	}

	.n_back {

		padding: .08rem .22rem;

		margin: .1rem 0 0 0;

	}

	.n_back i {

		font-size: 0.15rem;

	}

}





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

.products{

   box-sizing: border-box;

   padding: 1rem 0 0 0;

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   margin-bottom: 1rem;

}

.products_left{

	width: calc(100% - 2.6rem);

	box-sizing: border-box;

	padding-right: 10%;

}

.products_right{

	width: 2.6rem;

}

.products_left li{

    margin-bottom: 1rem;

}

.products_two{



} 

.products_two img{

   width: 0.6rem;

   height: 0.5rem;

   object-fit: contain;

}

.products_two h2{

   font-size: 0.4rem;

   color: var(--i_color);

   font-weight: bold;

   margin: 0.1rem 0 0.2rem 0;

}

.products_two h3,.products_two h3 p{

   font-size: 0.18rem;

   color: #666666;

}





.products_three{



}

.products_three>p{

   font-size: 0.28rem;

   color: #000;

   font-weight: bold;

   margin: 0.5rem 0;

}

.products_dl{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	gap: 0.6rem;

}

.products_dl dt{

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

	border: 1px solid transparent;

	box-sizing: border-box;

	padding: 0.3rem 3%;

	transition: all 0.3s ease;

	position: relative;

}

.products_dl dt::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 100%;

	height: 1px;

	background-color: #999999;

	transition: all 0.3s ease;

}

.products_dl dt a{

    display: block;

	width: 100%;

}

.products_dl h1{

    font-size: 0.26rem;

	font-weight: bold;

	color: #000;

	text-align: center;

	text-transform: uppercase;

	transition: all 0.3s ease;

}

.products_dl h4{

    font-size: 0.16rem;

	color: #666666;

	text-align: center;

	margin-top: 0.1rem;

}

.products_dl_img{

    position: relative;

	overflow: hidden;

}

.products_dl_img::after{

    content: '';

	display: block;

	padding-bottom: 110%;

}

.products_dl_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;

}

.products_dl_text{

    display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.products_dl_text h5{

    font-size: 0.16rem;

	color: #666;

    margin-right: 0.1rem;

	transition: all 0.3s ease;

}

.products_dl_text i{

	display: block;

    width: 0.12rem;

	height: 0.07rem;

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

	background-size: cover;

}



.products_dl dt:hover{

    border: 1px solid #2B4EE7;

	border-radius: 0.3rem;

}

.products_dl dt:hover::after{

	width: 0;

}  

.products_dl dt:hover h1{

	color: var(--i_color2);

}

.products_dl dt:hover h5{

	color: var(--i_color2);

}

.products_dl dt:hover i{

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

	background-size: cover;

}



.products_right_ul{

    box-sizing: border-box;

	padding: 0.6rem 0;

	border-left: 1px dashed #797979;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

}



.products_right_ul li{

    box-sizing: border-box;

	padding-left: 0.2rem;

	margin: 0.3rem 0;

	position: relative;

}

.products_right_ul li a{

    font-size: 0.26rem;

	color: #000;

    cursor: pointer;

	transition: all 0.3s ease;

}

.products_right_ul .active::after{

    content: '';

	width: 0.1rem;

	height: 0.1rem;

	border-radius: 50%;

	background-color: var(--i_color2);

	position: absolute;

	left: -0.05rem;

	top: 50%;

	transform: translate(0,-50%);

	transition: all 0.3s ease;

}

.products_right_ul .active::before{

	content: '';

	width: 0.1rem;

	height: 0.1rem;

	border-radius: 50%;

	background-color: var(--i_color2);

	position: absolute;

	left: -0.05rem;

	top: 50%;

	transform: translate(0,-50%);

	animation: dian 1.4s linear infinite;

	transition: all 0.3s ease;

}

.products_right_ul .active a{

	color: var(--i_color) !important;

}

@keyframes dian{

	0%{

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

	}

	100%{

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

		opacity: 0;

	}

}



.louti_nav_mt {

    display: none;

}





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

	.products_left {padding-right: 8%;}

	.products {margin-bottom: 0.8rem;}

}

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

	.products_left {padding-right: 6%;}

	.products_dl h1 {font-size: 0.24rem;}

	.products_two h2 {font-size: 0.35rem;}

	.products_right_ul li a {font-size: 0.24rem;}

	.products {margin-bottom: 0.6rem;}

	.products_left li {margin-bottom: 0.8rem;}

}

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



}

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

	.products_left {padding-right: 4%;}

	.products_dl {gap: 0.4rem;}

	.products_dl dt {width: calc((100% - 0.8rem) / 3);}

	.products_two h2 {font-size: 0.3rem;}

	.products_right_ul li a {font-size: 0.22rem;}

	.products {margin-bottom: 0.4rem;}

}

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

	.products_dl h1 {font-size: 0.22rem;}

}

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

	.products_left {width: 100%;padding-right: 0%;}

	.louti_nav_mt {

		display: block;

		text-align: center;

		background-color: var(--i_color);

	}

	.products_right {

		width: 100%;

		margin-bottom: 0.4rem;

	}

	.louti_nav_mt p {

		display: inline-block;

		padding-right: 24px;

		font-size: 16px;

		color: #FFF;

		font-weight: bold;

		line-height: 46px;

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

		background-size: 18px;

	}

	.products_right_ul{display: none;}

	.in_nav.navFix {

		position: fixed;

		left: 0;

		margin: 0 auto 0;

		top: calc(var(--top_height) + var(--top2_height));

		background: #FFF;

		z-index: 2014;

		width: 100%;

	}

	.products {flex-direction: column-reverse;}

	.products_right_ul {padding: 0.3rem 0;}

	.products_right_show{

		box-sizing: border-box;

		padding: 0 3%;

	}

	.products_dl h4 {font-size: 0.14rem;}

	.products_right_ul li a {font-size: 0.2rem;}

	.products {margin-bottom: 0.2rem;}

	.products_left li {margin-bottom: 0.6rem;}

}

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

	.products_dl {gap: 0.3rem;}

	.products_dl dt {width: calc((100% - 0.3rem) / 2);}

	.products_two h2 {font-size: 0.28rem;}

	.products_right_ul li {margin: 0.2rem 0;}

	.products {margin-bottom: 0rem;}

}

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

	.products_dl {gap: 0.2rem;}

	.products_dl dt {width: calc((100% - 0.2rem) / 2);}

	.products_dl dt {padding: 0.2rem 2%;}

	.products_dl h1 {font-size: 0.2rem;}

	.products_right_ul li a {font-size: 0.18rem;}

	.products_left li {margin-bottom: 0.4rem;}

}

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



}









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



}

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



}

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



}

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



}

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



} */





/* -------------------------------single_grid------------------------------ */

.single_grid_bac{

	background-color: white;

	box-sizing: border-box;

	padding: 1.2rem 0;

	border-radius: 0 0 1rem 1rem;

	position: relative;

	z-index: 2;

}

.single_grid{

    display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	align-items: flex-start;

}

.single_grid_left{

	width: 34.4%;

}

.single_grid_right{

    width: 65.6%;

}



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

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{background:#FFF; 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 #999; position:relative; overflow:hidden;}

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

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

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

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

	position:absolute;

	left:50%;

	transform:translate(-50%,0);

	width:60px;

	height:30px;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none;

    -webkit-user-select:none;

    -ms-user-select:none;

    -khtml-user-select:none;

    user-select:none;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}

.ingrid-button-prev{top:4px; background:url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center; background-size:contain}

.ingrid-button-next{bottom:4px; background:url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center; background-size:contain}

.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:none; margin:16px auto 0}

.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.3rem;overflow: hidden;border: 1px solid #999999;}

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

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

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

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

.in_grid_list{width:calc(100% - 60px); 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.1rem;}

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

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

.ingrid-button-prev, .ingrid-button-next{top:50%; transform:translate(0,-50%); width:30px; height:50px;}

.ingrid-button-prev{left:0; background: url(static/imgs/arrow_left_hollow_heiss.svg) no-repeat center; background-size:18px}

.ingrid-button-next{left:initial; right:0; background: url(static/imgs/arrow_right_hollow_heiss.svg) no-repeat center; background-size:18px}



.ingrid-button-prev:hover{

	background:#cfefb2 url(static/imgs/arrow_left_hollow_heiss.svg) no-repeat center;

	background-size:18px;

	

}

.ingrid-button-next:hover{

	background:#cfefb2 url(static/imgs/arrow_right_hollow_heiss.svg) no-repeat center;

	background-size:18px

}







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

	

}

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

	

}

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

	

}

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

	

}

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

	

}

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

	

}



.single_grid_right{

	box-sizing: border-box;

	padding-left: 7%;

}

.single_grid_right h1{

    font-size: 0.4rem;

	color: #000;

	font-weight: bold;

	text-transform: uppercase;

}

.single_grid_right h2{

    font-size: 0.18rem;

	color: #666;

	margin: 0.4rem 0;

}
.single_grid_right h2 img{
	max-width: 100%;
	height: auto;
	margin-bottom: 0.1rem;
}

.single_grid_right h2 table,.single_grid_right h2 th,.single_grid_right h2 td {
    border-collapse: collapse;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
}

/*滚动条*/

.single_grid_right h2::-webkit-scrollbar {

	width: 2px;

	height: 2px

}

.single_grid_right h2::-webkit-scrollbar-thumb {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	background: #555

}

.single_grid_right h2::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	border-radius: 0;

	background: #F1F1F1

}




.single_grid_ul{

    background-color: #F9F9F9;

	border-radius: 0.3rem;

	overflow: hidden;

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

}

.single_grid_ul li{

    width: calc(100% / 3);

	box-sizing: border-box;

	padding: 0.36rem 5%;

	border-top: 1px solid #D8D8D8;

	border-right: 1px solid #D8D8D8;

	transition: all 0.3s ease;

}

.single_grid_ul li:hover{

	background: linear-gradient(144deg, var(--i_color), #409371 60%, #bbdd68);

}

.single_grid_ul li:nth-child(1),.single_grid_ul li:nth-child(2),.single_grid_ul li:nth-child(3){

	border-top: 1px solid transparent;

}

.single_grid_ul li:nth-child(3n){

	border-right: 1px solid transparent;

}

.single_grid_ul li h3{

    font-size: 0.18rem;

	color: #999;

	transition: all 0.3s ease;

}

.single_grid_ul li h4{

    font-size: 0.18rem;

	font-weight: bold;

	color: #333;

	margin-top: 0.1rem;

	transition: all 0.3s ease;

}

.single_grid_btn{

	display: flex;

	display: -webkit-flex;

	justify-content: space-between;
    align-items: center;
	margin-top: 0.6rem;

}
.downlaod_btn{
   display: flex;
   display: -webkit-flex;
   gap: 0 0.2rem;
}
.downlaod_btn a{
   display: inline-block;
   box-sizing: border-box;
   padding: 0.12rem 0.5rem;
   background-color: var(--i_color);
   font-size: 0.16rem;
   color: #fff;
   text-align: center;
   border-radius: 0.3rem;
}






.single_grid_ul li:hover h3{

    color: white;

}

.single_grid_ul li:hover h4{

	color: white;

}

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

	.single_grid_right {padding-left: 6%;}

}

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

	.single_grid_right {padding-left: 5%;}

	.single_grid_right h1 {font-size: 0.35rem;}

	.single_grid_right h2 {margin: 0.3rem 0;}

	.single_grid_ul li {padding: 0.3rem 4%;}

	.single_grid_btn {margin-top: 0.4rem;}

	.single_grid_bac {border-radius: 0 0 0.8rem 0.8rem;}

}

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

	.single_grid_right {padding-left: 4%;}

}

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

	.single_grid_right {padding-left: 3%;}

	.single_grid_right h1 {font-size: 0.3rem;}

	.single_grid_right h2 {font-size: 0.16rem;}

	.single_grid_ul li {padding: 0.3rem 3%;}

	.single_grid_btn {margin-top: 0.3rem;}

	.single_grid_bac {padding: 1rem 0;}

	.single_grid_bac {border-radius: 0 0 0.6rem 0.6rem;}

}

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



}

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

	.single_grid_bac {border-radius: 0 0 0.4rem 0.4rem;}
	.single_grid_btn {flex-direction: column;}
	.downlaod_btn{margin-bottom: 0.2rem;}
}

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

	.single_grid_right {width: 100%;padding-left: 0%;}

	.single_grid_left {width: 50%;margin: 0 auto;}

	.single_grid_right{margin-top: 0.4rem;}

}

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

	.single_grid_left {width: 80%;}
	
}

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

	.single_grid_left {width: 100%;}

}



/* --------------------------editor --------------------*/



.editor{

	background-color: #F2F3F5;

	box-sizing: border-box;

	padding: 1.6rem 0 1rem 0;

	margin-top: -1rem;

}









/* 隐私政策 */

.privacy{margin-bottom: 1rem;padding-top: 0.7rem;}

#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: 0.5rem;}

}

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

	.privacy{margin-bottom: 0.3rem;}

}









/* 感谢页面 */

.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: 14px;

	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(#1ecb6d, #fffcb3);

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

	

}









/* 搜索页 */

.search{background-color: white;}

.in_search_tit{padding-bottom:70px; text-align:center;background-color: white;}

.in_search_tit h2{font-size:34px; color:var(--i_color); font-weight:bold; text-transform:uppercase;padding-top: 0.4rem;}

.in_search_tit p{margin:16px 0; font-size:24px; color:#757575}

.in_search{width:510px; margin:0 auto; border:1px solid var(--border_color); overflow:hidden}

.in_search .search_ipt{float:left; box-sizing:border-box; padding-left:10px; width:calc(100% - 110px); font-size:15px; color:#333; line-height:46px}

.in_search .search_btn{float:right; width:110px; height:46px; line-height:46px; background:var(--i_color); font-size:18px; color:#FFF;cursor: pointer;}







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

	.in_search_tit{}

	.in_search_tit h2{font-size:32px}

	.in_search_tit p{font-size:22px}

	.pd_other li{width: 23%;margin-bottom: 0.6rem;}

}

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

	.in_search_tit h2{font-size:28px}

	.in_search_tit p{font-size:20px}

	.in_search .search_btn{font-size:16px}

}

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

	.in_search_tit{padding-bottom:60px}

	.in_search_tit h2{font-size:26px}

	.in_search_tit p{margin:10px auto 16px; font-size:18px}

	.pd_other li{width: 23%;margin-bottom: 0.4rem;}

}

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

	.in_search_list li{margin-bottom:30px}

	.in_search_tit h2{font-size:24px}

	.in_search_tit p{font-size:17px}

	.pd_other li{width: 23%;margin-bottom: 0.2rem;}

}

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

	.in_search_tit{padding-bottom:40px}

	.in_search{width:90%}

	.in_search_tit h2{font-size:22px}

	.in_search_tit p{font-size:16px}

	

	

}

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

	.in_search_tit{padding-bottom:34px}

	.in_search{width:94%}

	.in_search_tit h2{font-size:20px}

	.in_search_tit p{font-size:14px}

	.in_search .search_ipt{line-height:38px}

	.in_search .search_btn{height:38px; line-height:38px}

}







/* search results list */

.in_search_list {

	padding-bottom: .6rem;

	overflow: hidden;

}

.in_search_list li {

	box-sizing: border-box;

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

	margin-bottom: 0.26rem;

}

.in_search_list a {

	display: block;

	padding: .2rem;

}

.in_search_list h2 {

	font-size: 0.18rem;

	color: #212121;

	font-weight: bold;

	position: relative;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in_search_list h6 {

	margin: .1rem 0;

	font-size: 0.14rem;

	color: #666;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.in_search_list i {

	display: inline-block;

	padding: .06rem .1rem;

	font-size: 0.13rem;

	color: var(--i_color);

	background: #EDEDED;

	-webkit-border-radius: .04rem;

	border-radius: .04rem;

}



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

	.in_search_list h2 {

			font-size: 0.15rem;

			white-space: initial;

	}

	.in_search_list h6 {

			font-size: 0.13rem;

	}

	.in_search_list i {

			font-size: 0.12rem;

	}

}

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

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

	.in_search_list li {

			margin-bottom: 0.2rem;

	}

}

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

	.in_search_list {

		padding-bottom: .3rem

	}

}















/* 404 */



@import url("https://fonts.googleapis.com/css?family=Fira+Sans");

/*Variables*/

.left-section .inner-content {

  position: absolute;

  top: 35%;

  transform: translateY(-50%);

}





.background {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(#0C0E10, #446182);

}

.background .ground {

  position: absolute;

  bottom: 0;

  width: 100%;

  height: 25vh;

  background: #0C0E10;

}

@media (max-width: 770px) {

  .background .ground {

    height: 0vh;

  }

}



.container_404 {

  position: relative;

  margin: 0 auto;

  width: 85%;

  height: 100vh;

  display: flex;

  flex-direction: row;

  justify-content: space-around;

}

@media (max-width: 770px) {

  .container_404 {

    flex-direction: column;

    padding-bottom: 0vh;

  }

}



.left-section, .right-section {

  position: relative;

}



.left-section {

  width: 40%;

}

@media (max-width: 770px) {

  .left-section {

    width: 100%;

    height: 40%;

    position: absolute;

    top: 0;

  }

}

@media (max-width: 770px) {



  .left-section .inner-content {

    position: absolute;

    top: 50%;

	left: 50%;

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

  }

}



.heading {

  text-align: center;

  font-size: 3rem;

  font-weight: bold;

  color: white;

  line-height: 1.3rem;

  margin: 2rem 0 0.5rem 0;

  padding: 0;

  text-shadow: 0 0 1rem #fefefe;

}

@media (max-width: 770px) {

  .heading {

    font-size: 7em;

    line-height: 1.15;

    margin: 0;

  }

}



.subheading {

  text-align: center;

  max-width: 480px;

  font-size: 1.5em;

  line-height: 1.15em;

  padding: 0.2rem 0.2rem;

  margin: auto;

  color: white;

}

@media (max-width: 770px) {

  .subheading {

    font-size: 1.3em;

    line-height: 1.15;

    max-width: 100%;

  }

}



.right-section {

  width: 24%;

}

@media (max-width: 770px) {

  .right-section {

    width: 100%;

    height: 60%;

    position: absolute;

    bottom: 0;

  }

}



.svgimg {

  position: absolute;

  bottom: 25vh;

  padding-top: 10vh;

  padding-left: 1vh;

  max-width: 100%;

  max-height: 100%;

}

@media (max-width: 770px) {

  .svgimg {

    padding: 0;

	bottom: 0vh;

  }

  

}

.svgimg .bench-legs {

  fill: #0C0E10;

}

.svgimg .top-bench, .svgimg .bottom-bench {

  stroke: #0C0E10;

  stroke-width: 1px;

  fill: #5B3E2B;

}

.svgimg .bottom-bench path:nth-child(1) {

  fill: #432d20;

}

.svgimg .lamp-details {

  fill: #202425;

}

.svgimg .lamp-accent {

  fill: #2c3133;

}

.svgimg .lamp-bottom {

  fill: linear-gradient(#202425, #0C0E10);

}

.svgimg .lamp-light {

  fill: #EFEFEF;

}



@keyframes glow {

  0% {

    text-shadow: 0 0 1rem #fefefe;

  }

  50% {

    text-shadow: 0 0 1.85rem #ededed;

  }

  100% {

    text-shadow: 0 0 1rem #fefefe;

  }

}













/* -------------------------------------- 侧边客服 -------------------------------------- */

.aside_right{position:fixed; right:-50px; bottom:20%; z-index:999999;transition: all 0.5s ease;}

.aside_right.on{

	right:10px;

}





.aside_right ul{}

.aside_right li{position:relative; cursor:pointer;}

.aside_right li>a{display:block;transition: all 0.3s ease; width:48px;margin-top: 5px;border-radius: 0.05rem; height:48px; background:#181816; display:flex; justify-content:center; align-items:center; z-index:3}



.aside_right em{display:block; margin:0 auto; width:20px; height:20px;}

.aside_right li:nth-child(1) em{background:url(static/imgs/aside_ico_whatsapp.svg) no-repeat center; background-size:contain}

.aside_right li:nth-child(2) em{background:url(static/imgs/aside_ico_tel.svg) no-repeat center; background-size:contain}

.aside_right li:nth-child(3) em{background:url(static/imgs/email.svg) no-repeat center; background-size:contain}

.aside_right li:nth-child(4) em{background:url(static/imgs/top1.svg) no-repeat center; background-size:contain}



.aside_right li>a:hover{background: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:7px; right:-300px; width:180px; 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;color: #222;}

.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_mask_bg{display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:9999999999998}

#aside_sc_from{display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; padding:0.6rem 0.4rem;border-radius: 0.2rem; background:#e2e2e2; z-index:9999999999999; overflow:auto}

#aside_sc_from .tit{margin-bottom:40px}

#aside_sc_from .tit h1{font-size:26px; color:#333; text-align: center;text-transform: uppercase; font-weight:bold; line-height:30px}





#wpforms-52{--input_font_size:16px; --input_height:42px}

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

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





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

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

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







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

#wpforms-52 .wpforms-submit-container{padding:0!important; width:170px; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;margin:0 auto;}



















#wpforms-52 .wpforms-field{

	position: relative;

}



#wpforms-52 .wpforms-field-label{

	font-size: 0;
    line-height: 0;
	margin: 0;
}



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

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}



























#wpforms-52 .wpforms-field{width:100%; margin-bottom:20px; background:transparent; overflow:hidden}

#wpforms-52 .wpforms-field:nth-child(1){margin-right:20px}

#wpforms-52 .wpforms-field:nth-child(1), #wpforms-52 .wpforms-field:nth-child(2){width:calc(50% - 10px)}





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

#wpforms-52 textarea{min-height:100px}

#wpforms-52 input, #wpforms-52 textarea{width:100%;border: 0; max-width:100%!important; font-size:var(--input_font_size);border-radius: 0.1rem;background-color: white; color:#222; box-sizing:border-box; line-height:var(--input_height); padding:0 10px}







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

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

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

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

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

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

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

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






#wpforms-52 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:16px; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}

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



.close{position:absolute; top:20px; right:30px; display:block; width:50px; height:50px; background:url(static/imgs/close_1_hei.svg) no-repeat center; background-size:contain}

.close:hover{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg)}

.close{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease}



















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

	background-color: var(--i_color2);

	animation: a 0.5s 1 linear;

	animation-delay: 0.01s;

}















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



}

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



}

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

	.aside_right a{width:42px; height:42px}

	.aside_right em{width:18px; height:18px}

}

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

	/* .aside_right{display:none} */

	#aside_sc_from {width: 80%;}

}

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



}

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

	#aside_sc_from {width: 87%;}

}





/* 移动端底部 */

.footer_phone_show{

	display: none;

}

.footer_phone{

	position: fixed;

	bottom: 0;

	left: 0;

	width: 100%;

	background-color: white;

	z-index: 999;

	

}

.footer_phone{

	width: 100%;

	display: flex;

	display: -webkit-flex;

	flex-direction: row;

}

.footer_phone li{

	width: 32%;

	padding: 13px;

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

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

}

.footer_phone li:nth-child(3){

	border-right: 0px;

}

.footer_phone a{

	display: block;

	width: 100%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

}

.footer_phone ion-icon {

    font-size: 23px;

	color: #222;

}

.footer_phone p{

   font-size: 12px;

   color: #333333;

   font-family: Arial;

   line-height: 23px;

   margin-left: 10px;

}



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

	.footer_phone_show{display: block;}

	footer{margin-bottom: 50px;}

}













/* 产品详情 表单 */

#aside_mask_bg1{display:none; position:fixed; top:0%; left:0%; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:9999999999998}

#aside_sc_from1{display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); width:800px; padding:0.6rem 0.4rem;border-radius: 0.2rem; background:#e2e2e2; z-index:9999999999999; overflow:auto}

#aside_sc_from1 .tit{margin-bottom:40px}

#aside_sc_from1 .tit h1{font-size:26px; color:#333; text-align: center;text-transform: uppercase; font-weight:bold; line-height:30px}





#wpforms-55{--input_font_size:16px; --input_height:42px}

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

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



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

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

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



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

#wpforms-55 .wpforms-submit-container{padding:0!important; width:170px; height:var(--input_height); background:var(--i_color);border-radius: 0.2rem; position:relative;margin:0 auto;}




#wpforms-55 .wpforms-field{

	position: relative;

}



#wpforms-55 .wpforms-field-label{

	font-size: 0;
    margin: 0;
	line-height: 0;
	padding: 0;
}



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

	position: absolute;

	top: 15px;

	left: 3px;

	font-size: 0.14rem;

    color: red;



}








#wpforms-55 .wpforms-field{width:100%;padding-bottom:20px; background:transparent; overflow:hidden}

#wpforms-55 .wpforms-field:nth-child(1){margin-right:20px}

#wpforms-55 .wpforms-field:nth-child(1), #wpforms-55 .wpforms-field:nth-child(2){width:calc(50% - 10px)}



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

#wpforms-55 textarea{min-height:100px}

#wpforms-55 input, #wpforms-55 textarea{width:100%;border: 0;box-shadow: 0 0 transparent; max-width:100%!important; font-size:var(--input_font_size);border-radius: 0.1rem;background-color: white; color:#222; box-sizing:border-box; line-height:var(--input_height); padding:0 10px}







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

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

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

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

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

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

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

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





#wpforms-55 .wpforms-submit-container button{overflow: hidden;border-radius: 0.2rem; width:100%; height:var(--input_height); font-size:16px; color:#FFF; line-height:var(--input_height); cursor:pointer; text-transform:uppercase; position:relative; z-index:2}

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







.close{position:absolute; top:20px; right:30px; display:block; width:50px; height:50px; background:url(static/imgs/close_1_hei.svg) no-repeat center; background-size:contain}

.close:hover{-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg)}

.close{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease}



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

	background-color: var(--i_color2);

	animation: a 0.5s 1 linear;

	animation-delay: 0.01s;

}







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



}

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

	

}

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



}

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

	/* .aside_right{display:none} */

	#aside_sc_from1 {width: 80%;}

}

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



}

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

	#aside_sc_from1 {width: 87%;}

}



.link_hidden{display: none !important;}

.form_hide{display: none !important;}

























































































/* ----------------------- Inside Page ----------------------- */