/*

Theme Name: HenShuo

Version: 1.0

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

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 83.33%;

	margin: 0 auto

}



.wrap_top {

	width: 92%;

	margin: 0 auto

}

.wrap_82{

	width: 82%;

	margin: 0 auto

}

.wrap_left{

	padding-left: 8.335%;

	box-sizing: border-box;

}

.wrap_right{

	padding-right: 8.335%;

	box-sizing: border-box;

}

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

	.wrap {

		width: 80%

	}

	.wrap_left{padding-left: 10%;}

	.wrap_right{padding-right: 10%;}

	.wrap_82{

		width: 92%;

	}

}

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

	.wrap {

		width: 88%

	}

	.wrap_left{padding-left: 6%;}

	.wrap_right{padding-right: 6%;}

	.wrap_82{

		width: 96%;

	}

}

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

	.wrap_top {

		width: 96%;

	}

}

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

	.wrap {

		width: 94%

	}

	.wrap_left{padding-left: 3%;}

	.wrap_right{padding-right: 3%;}

	.wrap_top {

		position: initial;

	}

}





:root {

	--i_color: #0D5006;

	/* 全局颜色 */

	--i_color2: #83C46F;

	/* 副颜色 */

	--i_color3: #200C5D;

	--header_height: 1rem;

	/* 头部高度 */

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

	/* 默认边框颜色 */

	--f_menu_height: 50px;

	/* 移动端底部菜单 */

}



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

	:root,

	header {

		--header_height: .6rem;

	}

}

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

	:root {

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

	}

}









/* header */

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2014;



}

header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 0%;

	height: 1px;

	background: #fff;

	z-index: 2014;

}



.top_cont {

	position: relative;

	z-index: 2013;

}

.top_cont::after{

	content: '';

	position: absolute;

	top: -105%;

	left: 0;

	width: 100%;

	height: 100%;

	background: #fff;

	z-index: -1;

	transition: all 0.3s ease;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.TopHeader .top_cont{

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

}

.TopHeader .top_cont::after{

    top: 0%;

}



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

	header {

		top: 0;

		top: 0;

		width: 100%;

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

	}

	.top_cont {

		background: #fff !important;

	}

}

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



}





/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;


}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;
    max-height: 100%;
	height: 0.7rem;
	background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(6px);
	box-sizing: border-box;
	padding: 0 0rem 0 0.3rem;
	border-radius: 0.3rem 0 0 0.3rem;
}

.logo img {
	height: 0.45rem;
}



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

	.logo img {

		height: 0.5rem;

	}

}

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

	.logo img {

		height: 0.5rem;

	}



}

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

		height: 0.4rem;

	}

}











/* 导航 */

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

	.i_nav {

		margin:0 0.4rem 0 0;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

		height: 0.7rem;

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

		backdrop-filter: blur(6px);

		align-items: center;

        justify-content: space-between;

		flex-grow: 100;

		box-sizing: border-box;

		padding: 0 3.3%;

		border-radius:0 0.3rem 0.3rem 0;

	}



	.i_nav>li {

		position: relative;

		height: 100%;



	}



	.i_nav>li>a {

		display: block;

		font-size: .18rem;

		color: #333;

		height: 100%;

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: capitalize;

		position: relative;

		display: flex;

		align-items: center;

	}

	.i_nav>li>a::after{

        content: '';

		position: absolute;

		top: -0.08rem;

		left: 50%;

		transform: translate(-50%,0);

		width: 0.12rem;

		height: 0.08rem;

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

		background-size: contain;

		transition: all 0.3s ease;

		opacity: 0;

	}



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

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

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

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

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

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		color: var(--i_color) !important;

	}



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

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

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

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

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

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

	.i_nav .curr>a::after{

		top: 0;

		opacity: 1;

	}



	.i_nav .sub-menu {

		display: none;

		position: absolute;

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

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

		min-width: 1.6rem;

		overflow: hidden;

	}

	.i_nav .sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu li::before,

	.i_nav .sub-menu li::after {

		content: '';

		position: absolute;

		bottom: 0;

		height: 1px;

	}

	.i_nav .sub-menu li::before {

		left: 0;

		width: 100%;

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

	}

	.i_nav .sub-menu li::after {

		right: 0;

		width: 0;

		background: var(--i_color);

	}



	.i_nav .sub-menu a {

		display: block;

		padding: 0 .8rem 0 .2rem;

		font-size: 0.15rem;

		color: #444;

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

	.i_nav .sub-menu a::before {

		content: "\f324";

		font-family: "Font Awesome 5 Pro";

		font-weight: 300;

		position: absolute;

		top: 50%;

		transform: translate(0, -50%);

		left: -.16rem;

		font-size: 0.14rem;

		color: var(--i_color);

	}

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

		right: initial;

		left: 0;

		width: 100%;

	}

	.i_nav .sub-menu li:hover a {

		left: .16rem;

	}

	.i_nav .sub-menu li:hover a {

		color: var(--i_color);

	}

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

		left: 0;

	}

	.i_nav .sub-menu li,

	.i_nav .sub-menu li::after,

	.i_nav .sub-menu a,

	.i_nav .sub-menu a::before {

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}



}



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



}

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



	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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



	.i_nav>li>a {

		font-size: 0.14rem;

	}

}

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

	.i_nav {

		display: none;

		position: fixed;

		top: var(--header_height);

		left: 0;

		width: 100%;

		width: 100vw;

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

		background: #FFF;

		overflow-y: auto;

		z-index: 2

	}

	/*滚动条*/

	.i_nav::-webkit-scrollbar {

		width: 3px;

		height: 8px

	}

	.i_nav::-webkit-scrollbar-thumb {

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

		background: #555

	}

	.i_nav::-webkit-scrollbar-track {

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

		border-radius: 0;

		background: #F1F1F1

	}



	.i_nav>li {

		margin: 0 0 !important;

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

		position: relative

	}

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

		display: block;

		position: absolute;

		top: 0;

		right: 0;

		width: .44rem;

		height: .44rem;

		background: #F1F1F1;

	}

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

		content: '\f107';

		position: absolute;

		top: 50%;

		left: 50%;

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

		font-size: 0.26rem;

		color: #222;

	}



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

		content: '\f106';

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .15rem;

		color: #222;

		line-height: .44rem;

		text-transform: uppercase;

	}



	.i_nav>li>.sub-menu {

		display: none

	}

	.i_nav>li>.sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu a {

		padding: 0 .4rem;

		font-size: .14rem;

		color: #555;

		line-height: .4rem;

		position: relative

	}

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

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

	}



	.i_nav>li>.sub-menu b {

		position: absolute;

		top: 0;

		right: 0;

		width: .4rem;

		height: .4rem;

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

		background-size: .16rem;

	}

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

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

		background-size: .16rem;

	}



	.i_nav .sub-menu .sub-menu {

		display: none;

	}



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

		padding: 0 .6rem;

		font-size: .13rem;

		color: #888;

		line-height: .36rem;

		position: relative;

	}



	.i_nav a {

		display: block;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis

	}

}

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

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













/* 移动端导航按钮 */

.nav_menu {

	/* position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%); */

	position: relative;

	width: 22px;

	height: 16px;

	display: none;

	cursor: pointer

}

.nav_menu i {

	display: block;

	width: 100%;

	height: 3px;

	position: absolute;

	top: 50%;

	margin-top: -2px;

	background: #333;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before,

.nav_menu::after {

	content: "";

	width: 100%;

	height: 3px;

	background: #333;

	position: absolute;

	left: 0;

	border-radius: .1rem;

	transition: 0.5s

}

.nav_menu::before {

	top: 0;

}

.nav_menu::after {

	bottom: 0;

}





.nav_menu.on i {

	opacity: 0

}



.nav_menu.on::before {

	transform: rotate(45deg);

	top: 50%;

	margin-top: -2px

}



.nav_menu.on::after {

	transform: rotate(-45deg);

	top: 50%;

	margin-top: -2px

}



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

	.nav_menu {

		display: block !important

	}



}





.top_r {

	--size: .23rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	width: 11%;

	height: 0.7rem;

	justify-content: center;

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

	backdrop-filter: blur(6px);

	border-radius: 0.3rem;

	flex-wrap: wrap;

	align-items: center;

	box-sizing: border-box;

	padding: 0 0.1rem;



}







.top_email{



}

.top_email a{

    display: block;

	margin-right: 0.2rem;

}

.top_email a iconify-icon{

	font-size: var(--size);

	color: #333;

	transition: all 0.3s ease;

}



.top_email a iconify-icon:hover{

	color: var(--i_color);

}











.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	margin-right: 0.2rem;

	position: relative;

}

.top_search_ico i{

	display: block;

	box-sizing: border-box;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

}

.top_search_ico::after{

	content: '';

	position: absolute;

	top: 50%;

	right: -0.2rem;

	transform: translate(0,-50%);

	width: 0.01rem;

	height: 0.2rem;

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

}

.top_search_ico iconify-icon {

	font-size: var(--size);

	cursor: pointer;

	color: #333;

	transition: all 0.3s ease;

}

.top_search_ico.on iconify-icon {

	color: var(--i_color);

}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.top_language_all{

   display: inline-block;

   height: 0.46rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   padding: 0 0 0 0.2rem;

   cursor: pointer;

}

.top_language_all p{

   font-size: 0.18rem;

   color: #333;

   margin-right: 0.05rem;

   transition: all 0.3s ease;

   font-family: 'Roboto';

}

.top_language_all iconify-icon{

	font-size: var(--size);

	cursor: pointer;

	color: #333;

	line-height: 100%;

	transition: all 0.3s ease;

}

.Language_jian{

	font-size: 0.16rem !important;

}

.top_language.on p{

	color: var(--i_color);

}

.top_language.on iconify-icon {

	color: var(--i_color);

}







.language_list{

	opacity: 0;

	visibility: hidden;

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

	background: #FFF;

	min-width: 1.2rem;

	z-index: 2016;

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

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

	padding: .16rem .2rem;

}

.language_list.on{

	opacity: 1;

	visibility: visible;

	top: var(--header_height);

}



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

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



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

.lang_list span img{display: none;}

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

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

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



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

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

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

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



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

	.top_language_all p{

		font-size: 0.16rem;

	}

	.top_language_all{

		padding: 0;

	}

	.top_search_ico {

		margin-right: 0.15rem;

		padding-right: 0.15rem;

	}

	.top_search_ico::after {

		right: 0rem;

	}

}

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

	.top_r {

		margin-left: auto;

		width: unset;

		height: unset;

		justify-content: center;

		background-color: transparent;

		border-radius: 0rem;

	}

	.top_language_all {

		padding: 0  0.2rem;

	}

	.top_search_ico {

		margin-right: 0rem;

		padding-right: 0.2rem;

	}

	.top_r {

		padding: 0rem;

	}

}

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



}













.top_language,

.top_language>iconify-icon {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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



	.top_search_ico i{

		width: 0.4rem;

		height: 0.4rem;

	}

	.top_language_all{

		height: 0.4rem

	}

	.top_language_all p {

		font-size: 0.16rem;

	}

}

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

	.top_search_ico i{

		width: 0.35rem;

		height: 0.35rem;

	}

	.top_language_all{

		height: 0.35rem

	}

}

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







header,

.top_cont,

.logo,

.logo img,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

	top: calc( var(--header_height) + 0.2rem);

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 2000;

	opacity: 0;

	visibility: hidden;

}

.top_search.on {

	top: var(--header_height);

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

	opacity: 1;

	visibility: visible;

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

	border-radius: 0;

}

.top_search_btn {

	font-size: 0;

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

	height: var(--search_height);

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

	background-size: .2rem;

	cursor: pointer;

	border-radius: 0;

}



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





}

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

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

	.top_r {

		margin-left: auto;

	}



}

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

	.top_search {

		--search_height: .34rem

	}

	.top_search {

		padding: .12rem 0;

	}

}

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

	.top_search form {

		width: 94%;

	}

	.top_search_btn {}

}









/* 导航下拉 */

/* products */

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

    .xiala{

		position: fixed;

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

		left: 0;

		width: 100%;

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

		box-sizing: border-box;

		padding:0.4rem 0;

		display: none;



	}

	.xiala_ul{

		display: flex;

		display: -webkit-flex;

		justify-content: center;

	}

	.xiala_ul>li{

		width: 2.8rem;

		margin: 0 0.2rem;

		position: relative;

	}

    .xiala_ul li h2{



	}

	.xiala_ul li h2 a{

		font-size: 0.24rem;

		color: #222;

		font-weight: bold;

		box-sizing: border-box;

		padding-bottom: 0.1rem;

		border-bottom: 1px solid #DBDBDB;

		transition: all 0.3s ease;

		position: relative;

	}

	.xiala_ul li h2 a::after{

		content: '';

		position: absolute;

		bottom: -1px;

		left: 0;

		width: 0;

		height: 0.02rem;

		background-color: var(--i_color);

		transition: all 0.3s ease;

	}

	.xiala_ul li h2 a:hover{

		color: var(--i_color);

	}

	.xiala_ul li h2 a:hover::after{

		width: 100%;

	}

	.xiala_ul_dl{

        display: flex;

		display: -webkit-flex;

		flex-direction: column;

		gap: 0.15rem 0;

		margin-top: 0.3rem;

	}

	.xiala_ul_dl dt{



	}

	.xiala_ul_dl dt a{

		font-size: 0.18rem;

		color: #585858;

		position: relative;

		padding-left: 0rem;

		transition: all 0.3s ease;

	}

	.xiala_ul_dl dt:hover a{

		padding-left: 0.2rem;

	}

	.xiala_ul_dl dt a:hover{

		color: var(--i_color);

	}

	.xiala_ul_dl dt a::after{

		content: '';

        position: absolute;

		left: -0.1rem;

		top: 0px;

		width: 0.12rem;

		height: 0.17rem;

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

		background-size: contain;

		opacity: 0;

		transition: all 0.3s ease;

	}

	.xiala_ul_dl dt:hover a::after{

		opacity: 1;

		left: 0rem;

	}





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



	}

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



	}

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



	}

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



	}

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



	}



}



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

	.xiala{display: none;}

}







.top_phone{

   display: inline-block;

   box-sizing: border-box;

   padding: 0 0.4rem;

   background-color: var(--i_color2);



}

.top_phone a{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 100%;

   height: var(--header_height);

}

.top_phone a iconify-icon{

   font-size: 0.24rem;

   color: var(--i_color);

}

.top_phone a p{

   font-size: 0.2rem;

   color: #fff;

   font-weight: bold;

   margin-left: 0.1rem;

}







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

	.top_phone a iconify-icon{

		font-size: 0.22rem;

	}

	.top_phone a p{

		font-size: 0.18rem;

	}

	.top_phone{

		padding: 0 0.35rem;

	}

}

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



}

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

	.top_phone a iconify-icon{

		font-size: 0.2rem;

	}

	.top_phone a p{

		font-size: 0.16rem;

	}

	.top_phone{

		padding: 0 0.3rem;

	}

}

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

	.top_phone{margin-left: 0.2rem;}

}

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



}

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



}

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



}

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



}







/* banner */

.banner {

	position: relative;

	width: 100%;

	overflow: hidden;

	margin-top: -1px;

}

.banner .swiper-container {

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	list-style: none;

	padding: 0;

	z-index: 1;

}

.banner .swiper-wrapper {

	display: flex;

	position: relative;

	width: 100%;

	z-index: 1

}

.banner .swiper-slide {

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	overflow: hidden

}

.banner .swiper-slide::after{

	content: '';

	display: block;

	padding-bottom: 48.9583%;

}

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

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}





.banner-button-prev,

.banner-button-next {

	position: absolute;

	top: 48%;

	transform: translate(0, -50%);

	width: .5rem;

	height: .5rem;

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

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	overflow: hidden;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.banner-button-prev {

	left: -.6rem;

}

.banner-button-next {

	right: -.6rem;

}

.banner-button-prev i,

.banner-button-next i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.24rem;

	color: #FFF;

}

.banner:hover .banner-button-prev {

	left: .3rem

}

.banner:hover .banner-button-next {

	right: .3rem

}

.banner-button-prev:hover,

.banner-button-next:hover {

	background-color: var(--i_color)

}





.banner-pagination {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 6%;

	cursor: pointer;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	z-index: 3;

}



.banner-pagination .swiper-pagination-bullet {

	display: block;

	width: 0.7rem;

	height: 0.02rem;

	margin: 0 .05rem;

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

	position: relative;

	outline: none

}

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

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: var(--i_color);

}





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





	.banner-button-prev,

	.banner-button-next {

		display: none

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.6rem;

	}

	.banner{

		margin-top: var(--header_height);

	}

}

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



	.banner-pagination {

		bottom: 0.3rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.5rem;

	}

}

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

	.banner-pagination {

		bottom: 0.2rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.4rem;

	}

}











/* banner 文字 */

.banner_text1{

   position: absolute;

   top: 30%;

   left: 50%;

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

}

.banner_text1 h3{

   font-size: 0.72rem;

   color: #fff;

   text-align: center;

   font-weight: 400;

   text-transform: uppercase;

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



}

.banner_text1 h4{

   font-size: 0.3rem;

   color: #fff;

   text-align: center;

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

   margin-bottom: 0.2rem;

}

.banner_text1 h4 span{

	font-size: 0.48rem;

	font-weight: bold;

	color: #fff;

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

}





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

	.banner_text1 h3 {

		font-size: 0.6rem;

	}

	.banner_text1 h4{

		font-size: 0.26rem;

		margin-bottom: 0.15rem;

	}

	.banner_text1 h4 span{

		font-size: 0.4rem;

	}

}

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

	.banner_text1 h3 {

		font-size: 0.5rem;

	}

	.banner_text1 h4{

		font-size: 0.22rem;

	}

	.banner_text1 h4 span{

		font-size: 0.35rem;

	}

}

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

	.banner_text1 h3 {

		font-size: 0.4rem;

	}

	.banner_text1 h4{

		font-size: 0.2rem;

	}

	.banner_text1 h4 span{

		font-size: 0.3rem;

	}

	.banner_text1 {

		top: 25%;

	}

}

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

	.banner_text1 h3 {

		font-size: 0.3rem;

	}

}

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

    .banner_text1 {

        top: 34%;

    }

	.banner_text1 h3 {

		font-size: 0.26rem;

	}

	.banner_text1 h4{

		font-size: 0.16rem;

	}

	.banner_text1 h4 span{

		font-size: 0.25rem;

	}

}

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

	.banner_text1 h3 {

		font-size: 0.22rem;

	}

	.banner_text1 h4{

		font-size: 0.14rem;

	}

	.banner_text1 h4 span{

		font-size: 0.2rem;

	}

}

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



}







/* home_btn */

.home_btn{



}

.home_btn_center{

	display: flex;

	justify-content: center;

}

.home_btn a,.home_btn span{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.1rem 0.25rem;

   border-radius: 1rem;

   background: var(--i_color);

   box-shadow: 0 0 0 2px var(--i_color);

   position: relative;

   z-index: 2;

   transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);

   overflow: hidden;

}

.home_btn a::after,.home_btn span::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 0.2rem;

	height: 0.2rem;

	background:var(--i_color2);

	border-radius: 50%;

	opacity: 0;

	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);

	z-index: -1;

}

.home_btn_box{

   display: flex;

   align-items: center;

   gap: 0.1rem;

}

.home_btn_box p{

   font-size: 0.18rem;

   line-height: 100%;

   color: #fff;

   text-transform: capitalize;

}

.home_btn_box iconify-icon{

   font-size: 0.24rem;

   line-height: 100%;

   color: #fff;

   display: block;

   margin-top: 0.05rem;

}

.home_btn a:hover,

.home_btn span:hover{

	box-shadow: 0 0 0 12px transparent;

	border-radius: 12px;

}

.home_btn a:hover::after,

.home_btn span:hover::after{

	width: 220px;

	height: 220px;

	opacity: 1;

}





.home_btn_gray a{

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

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

}

.home_btn_gray a p,

.home_btn_gray a iconify-icon{

	color: #333;

}

.home_btn_gray a:hover p,

.home_btn_gray span:hover p,

.home_btn_gray a:hover iconify-icon,

.home_btn_gray span:hover iconify-icon{

	color: #fff;

}



.home_btn_gray a::after,

.home_btn_gray span::after{

	background:var(--i_color);

}











.home_btn_white a,.home_btn_white span{

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

	box-shadow: 0 0 0 2px rgba(255,255,255,0.7);

}

.home_btn_white p,.home_btn_white iconify-icon{

	color: var(--i_color);

}





.home_btn_white a:hover p,

.home_btn_white span:hover p,

.home_btn_white a:hover iconify-icon,

.home_btn_white span:hover iconify-icon{

	color: #fff;

}

.home_btn_green a,

.home_btn_green span{

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

}

.home_btn_green a::after,

.home_btn_green span::after{

	background:var(--i_color);

}
.home_btn_whites a p,
.home_btn_whites a iconify-icon{
	color: #fff;
}

.home_btn_whites a, .home_btn_whites span {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}


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

	.home_btn_box p{

		font-size: 0.16rem;

	}

	.home_btn_box iconify-icon{

		font-size: 0.22rem;

		margin-top: 0.03rem;

	}

	.home_btn a,.home_btn span{

		padding: 0.08rem 0.22rem;

	}

}

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



}

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



}

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



}

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

	.home_btn_box p{

		font-size: 0.14rem;

	}

	.home_btn_box iconify-icon{

		font-size: 0.2rem;

		margin-top: 0.02rem;

	}

	.home_btn a,.home_btn span{

		padding: 0.06rem 0.2rem;

	}

}

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



}

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



}







/* home_category */

.home_category_bac{

	box-sizing: border-box;

	padding-top: 0.8rem;

	background: linear-gradient(to top,#CDD3CC,#FFFFFF,#FFFFFF);

}

.home_category{



}

.home_category_all{

   display: flex;

   gap: 0.4rem;

   box-sizing: border-box;

   padding: 0.6rem 0;

   flex-wrap: wrap;

}

.home_category_all li{

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

}





.HP_a{

   background-color: #fff;

   display: block;

   width: 100%;

   border: 1px solid #E5E5E5;

   border-radius: 0.12rem;

   box-sizing: border-box;

}

.HP_img{

   position: relative;

   overflow: hidden;

}

.HP_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.HP_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.HP_text{

   box-sizing: border-box;

   padding: 0.1rem 0.2rem 0.25rem 0.2rem;

}

.HP_text h3{

   font-size: 0.22rem;

   line-height: 0.3rem;

   color: #333;

   width: 100%;

   text-align: center;

   transition: all 0.3s ease;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.6rem;

}

.HP_down{

   display: flex;

   align-items: center;

   justify-content: space-between;

   box-sizing: border-box;

   padding-top: 0.15rem;

   margin-top: 0.2rem;

   border-top: 1px solid #E5E5E5;

   position: relative;

   transition: all 0.3s ease;

}

.HP_down::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}

.HP_down h4{

   font-size: 0.18rem;

   color: #333;

   transition: all 0.3s ease;

}

.HP_down iconify-icon{

	font-size: 0.25rem;

	color: #333;

	transition: all 0.3s ease;

}

.HP_a:hover h3{

	color: var(--i_color);

}

.HP_a:hover .HP_down{

	border-top: 1px solid transparent;

}

.HP_a:hover .HP_down::after{

    width: 100%;

	right: auto;

	left: 0;

}

.HP_a:hover h4,

.HP_a:hover iconify-icon{

	color: var(--i_color);

}



.home_category_box{

	background: linear-gradient(45deg,#EBF0EB,#EEEEEE,#E7EBE7);



}

.home_category_ul{

    display: flex;

	flex-wrap: wrap;



}

.home_category_ul li{

    width: 25%;

	position: relative;

	display: flex;

	justify-content: center;

	box-sizing: border-box;

	padding: 0.25rem 0;

	z-index: 2;



}

.home_category_ul li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 0%;

	z-index: -1;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}

.home_category_ul li:not(:last-child)::before{

    content: '';

	position: absolute;

	right: 0;

	top: 50%;

	transform: translate(0,-50%);

	width: 1px;

	height: 50%;

	background-color: #D8D8D8;

}

.home_category_ul li p{

    font-size: 0.25rem;

	display: inline-block;

	color: #333;

	text-align: center;

	font-weight: 400;

	border-bottom: 1px solid transparent;

	transition: all 0.3s ease;

}

.home_category_ul li.current::after{

	height: 120%;

}

.home_category_ul li.current p{

    color: #fff;

	border-bottom: 1px solid #fff;

}

.home_category_ul li.current::before{

	height: 0;

}





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

	.home_category_all {

		gap: 0.2rem;

		padding: 0.4rem 0;

	}

	.home_category_all li {

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

	}

	.HP_text h3 {

		font-size: 0.2rem;

		line-height: 0.28rem;

		height: 0.56rem;

	}

	.home_category_ul li p {

		font-size: 0.22rem;

	}

}

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

	.home_category_bac {

		padding-top: 0.6rem;

	}

	.HP_text h3 {

		font-size: 0.18rem;

		line-height: 0.26rem;

		height: 0.54rem;

	}

	.HP_down {

		padding-top: 0.1rem;

		margin-top: 0.15rem;

	}

	.HP_down h4 {

		font-size: 0.16rem;

	}

	.HP_down iconify-icon {

		font-size: 0.22rem;

	}

	.HP_text {

		padding: 0.1rem 0.15rem 0.2rem 0.15rem;

	}

	.home_category_ul li p {

		font-size: 0.2rem;

	}

}

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

	.HP_text h3 {

		font-size: 0.16rem;

		line-height: 0.22rem;

		height: 0.44rem;

	}

	.home_category_ul li p {

		font-size: 0.18rem;

	}

}

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



}

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

    .home_category_all li {

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

    }

	.home_category_ul li p {

		font-size: 0.16rem;

	}

}

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

	.home_category_ul li.current::after {

		height: 100%;

	}

	.home_category_ul li {

		width: 50%;

		padding: 0.2rem 0;

	}

	.home_category_ul li:nth-child(2)::before{

		display: none;

	}

}

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



}







/* title */

.title{



}

.title_tit{

   display: flex;

   justify-content: center;

   gap: 0.1rem;

   align-items: center;

}

.title_tit i{

   width: 0.58rem;

   height: 0.56rem;

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

   background-size: contain;

}

.title_tit p{

   font-size: 0.44rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

}

.title_tit p b{

	color: var(--i_color) !important;

	font-size: 0.44rem;

	font-weight: bold;

}

.title span{

   font-size: 0.2rem;

   color: #666;

   margin-top: 0.2rem;

   line-height: 150%;

   text-align: center;

   display: block;

}

.title_left .title_tit{

	justify-content: flex-start;

}

.title_left  span{

	text-align: left;

}



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

	.title_tit i{

		width: 0.5rem;

		height: 0.48rem;

	}

	.title_tit p,.title_tit p b{

		font-size: 0.4rem;

	}

	.title span{

		font-size: 0.18rem;

	}

}

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

	.title_tit i{

		width: 0.45rem;

		height: 0.43rem;

	}

	.title_tit p,.title_tit p b{

		font-size: 0.35rem;

	}

	.title span{

		font-size: 0.16rem;

	}

}

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

	.title_tit i{

		width: 0.4rem;

		height: 0.38rem;

	}

	.title_tit p,.title_tit p b{

		font-size: 0.3rem;

	}

	.title span{

		font-size: 0.14rem;

	}

}

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



}

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

	.title_tit i{

		width: 0.35rem;

		height: 0.33rem;

	}

	.title_tit p,.title_tit p b{

		font-size: 0.25rem;

	}

}

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

	.title_tit i{

		width: 0.3rem;

		height: 0.28rem;

	}



}

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



}





/* home_project */

.home_project_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

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

   background-size: cover;

   overflow: hidden;

}

.home_project{



}





/*  */

.PC_partner_box{

}



.PC_partner{

	position:relative;

}

.PC_partner_list{

	width:100%;

	padding:0;

	margin:0 auto;

	position:relative;

	z-index:1;

}

.PC_partner_list .swiper-wrapper{

	display:flex;

	position:relative;

	width:100%;

	z-index:1;

}

.PC_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	cursor:pointer;

	padding: 1rem 0 0 0;

    flex-shrink: 0;

    position: relative;

    border-radius: 0;

    overflow: hidden;

    transform-style: preserve-3d;

    transition: all .5s ease;

    perspective: 1000px;

	top: -0.7rem;

}

.PC_partner_list li.swiper-slide-active {

	top: 0;

}

.PC_partner_list li.swiper-slide-prev,

.PC_partner_list li.swiper-slide-next {

	top: -0.21rem;

}

.PC_partner_list li.prev-item,

.PC_partner_list li.next-item {

	top: -0.7rem;

}





.PC_partner_list li.swiper-slide-active a{

	transform: rotateY(0) scaleX(1);

    transition: all .5s ease;

}

.PC_partner_list li.swiper-slide-prev a{

	transform: rotateY(20deg) scaleX(1.2);

}

.PC_partner_list li.swiper-slide-next a{

	transform: rotateY(-20deg) scaleX(1.2);

}

.PC_partner_list li.prev-item a{

	transform: rotateY(30deg) scaleX(1.5);

}

.PC_partner_list li.next-item a{

	transform: rotateY(-30deg) scaleX(1.5);

}















.PC_partner_list li a{

	display: block;

	width: 100%;

	background-color: transparent;

	overflow: hidden;

	transition: all 0.5s ease;

	transform: rotateY(0) scaleX(1);

}

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

.PC_partner_list .img:before{content:""; display:block; padding-bottom:60.95%}

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





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

.PC_text{

   box-sizing: border-box;

   padding: 0.3rem 0.2rem 0.25rem 0.2rem;

   opacity: 0;

   transition: all 0.3s ease;

}

.PC_text h3{

   font-size: 0.16rem;

   display: inline-block;

   color: var(--i_color);

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

}

.PC_text h4{

   font-size: 0.22rem;

   color: #333;

   margin: 0.15rem 0 0.2rem 0;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.PC_text h5{

   font-size: 0.18rem;

   color: #666;

   line-height: 0.3rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 4;

   height: 1.2rem;

}

.PC_text_add{

   display: flex;

   align-items: center;

   gap: 0.1rem;

   margin-top: 0.2rem;

}

.PC_text_add i{

	display: block;

   width: 0.3rem;

   height: 0.3rem;

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

   background-size: contain;

   flex-shrink: 0;

}

.PC_text_add h6{

   font-size: 0.16rem;

   color: #999;

   overflow:hidden;

   white-space: nowrap;

   text-overflow: ellipsis;

   box-sizing: border-box;

}



.PC_partner_list li.swiper-slide-active .PC_text{

	opacity: 1;

}

.PC_partner_list li.swiper-slide-active a{

	background-color: #fff;

}





.home_project .home_btn{

	margin-top: 0.6rem;

}





.PC_partner_list li a:hover h4{

	color: var(--i_color);

}









/* 指示器 */

.PC_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

.PC_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

.PC_partner .pt-pagination .swiper-pagination-bullet-active{

	position:relative;

	background:transparent;

}



/* 左右箭头 */

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

	position:absolute;

	top:70%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.PC_partner .pt-button-prev{left:30%;}

.PC_partner .pt-button-next{right:30%;}



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.PC_text h4 {

		font-size: 0.2rem;

	}

	.PC_partner_list li{

		padding: 0.8rem 0 0 0;

	}

}

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

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

	.PC_partner .pt-pagination{display:block}

	.PC_text h4 {

		font-size: 0.18rem;

		margin: 0.1rem 0;

	}

	.PC_text h5 {

		font-size: 0.16rem;

		line-height: 0.28rem;

		height: 1.12rem;

	}

	.PC_partner_list li{

		padding: 0.6rem 0 0 0;

	}

}

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



}

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



}

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

	.PC_partner_box{

		margin-top: 0.2rem;

	}

	.PC_partner_list li{

		padding: 0.4rem 0 0 0;

	}

}

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



}





/* home_about */

.home_about_bac{

	box-sizing: border-box;

	padding: 0.8rem 0;

	position: relative;

	z-index: 2;

}

.home_about_bacImg{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: auto;

	z-index: -1;

}

.home_about_box{

	margin-top: 0.5rem;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

}

.home_about{



}

.home_about_left{

    width: 40.2%;

}

.home_about_right{

	width: 59.8%;

	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;

}

.home_about_right img{

	width: 2rem;

	cursor: pointer;

}

.home_about_mun{

   border-top: 1px solid #E5E5E5;

}

.home_about_mun li{

   border-bottom: 1px solid #E5E5E5;

   box-sizing: border-box;

   padding: 0.35rem 0;

   display: flex;

   justify-content: space-between;

   align-items: center;

}

.home_about_mun li h3{

    font-size: 0.35rem;

   color: #333;

   line-height: 100%;

   font-weight: bold;

   display: flex;

   gap: 0.05rem;

   align-items: center;

}

.home_about_mun li h3 span{

   font-size: 0.4rem;

   color: #333;

   line-height: 100%;

   font-weight: 700;

}

.home_about_mun li h4{

   font-size: 0.18rem;

   color: #666;

   text-transform: capitalize;

}

.home_about_dl{

   display: flex;

   flex-wrap: wrap;

   justify-content: space-between;

   margin-top: 0.4rem;

}

.home_about_dl dt{

   width: 49%;

   border: 1px solid rgba(13,80,6,0.5);

}

.home_about_dl dt a{

   display: flex;

   box-sizing: border-box;

   padding: 0.2rem;

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

   align-items: center;

}

.home_about_dl dt a img{

    width: 23%;

	flex-shrink: 0;

	height: auto;

}

.home_about_text{

   box-sizing: border-box;

   padding: 0 0.1rem;

}

.home_about_text h5{

   font-size: 0.24rem;

   font-weight: bold;

   color: #333;

   margin-bottom: 0.1rem;

   transition: all 0.3s ease;

}

.home_about_text h6{

   font-size: 0.2rem;

   color: #666;

}

.home_about_dl dt a i{

   display: block;

   width: 0.5rem;

   height: 0.5rem;

   border-radius: 50%;

   border: 1px solid #666;

   display: flex;

   justify-content: center;

   align-items: center;

   flex-shrink: 0;

   transition: all 0.3s ease;

}

.home_about_dl dt a i iconify-icon{

    font-size: 0.2rem;

	color: #666;

	transition: all 0.3s ease;

}

.home_about_dl dt a:hover i{

	background-color: var(--i_color);

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

}

.home_about_dl dt a:hover i iconify-icon{

	color: #fff;

}

.home_about_dl dt a:hover h5{

	color: var(--i_color);

}





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

	.home_about_text h6 {

		font-size: 0.18rem;

	}

	.home_about_text h5 {

		font-size: 0.22rem;

		margin-bottom: 0.05rem;

	}

}

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

	.home_about_text h6 {

		font-size: 0.16rem;

	}

	.home_about_text h5 {

		font-size: 0.2rem;

	}

	.home_about_mun li {

		padding: 0.3rem 0;

	}

	.home_about_mun li h3 span,

	.home_about_mun li h3 {

		font-size: 0.35rem;

	}

	.home_about_bac {

		padding: 0.6rem 0;

	}

	.home_about_dl dt a i {

		width: 0.45rem;

		height: 0.45rem;

	}

	.home_about_right img {

		width: 1.8rem;

	}

}

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

	.home_about_mun li h3 span,

	.home_about_mun li h3 {

		font-size: 0.3rem;

	}

}

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



}

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

	.home_about_dl dt {

		width: 100%;

	}

	.home_about_dl{

		gap: 0.2rem;

	}

	.home_about_left {

		width: 100%;

	}

	.home_about_right {

		width: 100%;

		justify-content: flex-start;

		margin-top: 0.2rem;

	}

	.home_about_right img {

        width: 1.5rem;

    }

}

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



}

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



}









/* eject videos */

.vd_box{

	display: none;

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

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

	z-index: 999999;

}

.vd_box_area {

	position: absolute;

	top: 52%;

	left: 50%;

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

	z-index: 2014;

	width: 60%;

	max-height: 90%;



}

.vd_box_area::before {

	content: '';

	display: block;

	padding-bottom: 56.25%;

}

.close_v {

	position: absolute;

	top: -.2rem;

	right: -.2rem;

	width: 0.4rem;

	height: 0.4rem;

	background: var(--i_color);

	z-index: 2;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	cursor: pointer;

}

.close_v::before {

	content: '+';

	position: absolute;

	top: 50%;

    left: 50%;

	font-size: 0.44rem;

	color: #FFF;

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

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

}

.vd_box iframe {

	position: absolute;

	top: 0;

	right: 0;

	width: 100%;

	height: 100%;

	background: #000;

	object-fit: contain;

}

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

	.vd_box_area {

		width: 80%;

	}

	.close_v::before {

		font-size: 0.4rem;

	}

}

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

	.vd_box_area {

		width: 88%;

	}

	.close_v {

		top: -.15rem;

		right: -.15rem;

		width: 0.3rem;

		height: 0.3rem;

	}

	.close_v::before {

		font-size: 0.3rem;

	}

}







/* home_choose */

.home_choose_bac{

   background: rgba(21,117,181,0.04);

   box-sizing: border-box;

   padding: 0.8rem 0;

   position: relative;

   z-index: 2;

}

.home_choose_imgBac{

	position: absolute;

	bottom: 0;

	left: 8.335%;

	z-index: -1;

	width: 32%;



}

.home_choose{



}

.home_choose_box{

   display: flex;

   flex-wrap: wrap;

   margin-top: 0.6rem;

   box-sizing: border-box;

   padding-top: 0.4rem;

   border-top: 1px solid #E5E5E5;



}

.home_choose_left{

   width: 41%;

}

.home_choose_ul{

   display: flex;

   flex-direction: column;

   gap: 1rem;

   box-sizing: border-box;

   padding-left: 0.4rem;

   position: relative;

   z-index: 2;

}

.home_choose_ul::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0.4rem;

	transform: translate(0,-50%);

	width: 0.08rem;

	height: 79%;

	background: url('static/imgs/line.png');

	background-size: contain;

	z-index: -1;

}

.home_choose_ul li{

   display: flex;

   gap: 0.1rem;

   align-items: center;

   position: relative;

   cursor: pointer;

}

.home_choose_ul li::after{

	content: '';

	position: absolute;

	left: -0.5rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.15rem;

	height: 0.17rem;

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

	background-size: contain;

	opacity: 0;

	transition: all 0.3s ease;

}

.home_choose_ul li i{

   display: block;

   width: 0.23rem;

   height: 0.02rem;

   background: #999;

   transition: all 0.3s ease;

}

.home_choose_ul li p{

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   transition: all 0.3s ease;

}

.home_choose_ul li.current i{

	background-color: var(--i_color);

}

.home_choose_ul li.current p{

	color: var(--i_color);

}

.home_choose_ul li.current::after{

	opacity: 1;

	left: -0.4rem;

}



.home_choose_dl{

	width: 59%;

}

.home_choose_dl dt{



}

.home_choose_img{

   position: relative;

}

.home_choose_img::after{

   content: '';

   display: block;

   padding-bottom: 47.62%;

}

.home_choose_img img{

   position: absolute;

   width: 100%;

   height: 100%;

   object-fit: cover;

   top: 50%;

   left: 50%;

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

}

.home_choose_dl dt p{

   font-size: 0.18rem;

   color: #333;

   line-height: 0.24rem;

   min-height: 0.72rem;

   margin-top: 0.2rem;



}





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



}

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

	.home_choose_ul li p {

		font-size: 0.22rem;

	}

	.home_choose_bac {

		padding: 0.6rem 0;

	}

	.home_choose_box {

		margin-top: 0.4rem;

	}

}

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



}

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



}

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

	.home_choose_ul {

		gap: 0.4rem;

	}

	.home_choose_left {

		width: 100%;

	}

	.home_choose_dl {

		width: 100%;

		margin-top: 0.4rem;

	}

	.home_choose_ul li::after {

		width: 0.12rem;

		height: 0.14rem;

	}

	.home_choose_ul {

		padding-left: 0.3rem;

	}

	.home_choose_ul li.current::after {

		left: -0.3rem;

	}

	.home_choose_ul::after {

		left: 0.3rem;

		height: 70%;

	}



}

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

	.home_choose_ul li p {

		font-size: 0.2rem;

	}

}

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



}





/* home_news */

.home_news_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

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

}

.home_news{



}

.home_news_title{

	justify-content: space-between;

	align-items: center;

	display: flex;

}









/*  */

.HN_partner_box{

	margin-top: 0.5rem;

}



.HN_partner{position:relative}

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

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

.HN_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.HN_partner_list li a{

	display: block;

	width: 100%;

	background-color: #fff;

	border-radius: 0.1rem 0.1rem 0 0;

	overflow: hidden;

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

}

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

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

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

.HN_partner_list li a:hover img{

	width: 110%;

	height: 110%;

}



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



.HN_data{

   position: absolute;

   top: 0;

   left: 0.4rem;

   display: inline-block;

   box-sizing: border-box;

   padding: 0.15rem 0.2rem;

   background-color: var(--i_color);

}

.HN_data p{

   font-size: 0.3rem;

   color: #fff;

   font-weight: bold;

   text-align: center;

}

.HN_data span{

   font-size: 0.14rem;

   color: #fff;

}

.HN_text{

   box-sizing: border-box;

   padding: 0.3rem;

}

.HN_text h3{

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   line-height: 0.32rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.64rem;

   margin-bottom: 0.2rem;

}

.HN_text h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 0.24rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 3;

   height: 0.72rem;

}

.HN_i{

	display: flex;

	align-items: center;

	justify-content: space-between;

	box-sizing: border-box;

	padding-top: 0.2rem;

	margin-top: 0.2rem;

	border-top: 1px solid #E5E5E5;

	position: relative;

	transition: all 0.3s ease;

}

.HN_i::after {

    content: '';

    position: absolute;

    top: 0;

    right: 0;

    width: 0;

    height: 1px;

    background-color: var(--i_color);

    transition: all 0.5s ease;

}

.HN_i h5{

    font-size: 0.18rem;

    color: #333;

    transition: all 0.3s ease;

}

.HN_i iconify-icon{

    font-size: 0.25rem;

    color: #333;

    transition: all 0.3s ease;

}



.HN_partner_list li a:hover h3{

	color: var(--i_color);

}

.HN_partner_list li a:hover h5{

	color: var(--i_color);

}

.HN_partner_list li a:hover iconify-icon{

	color: var(--i_color);

}

.HN_partner_list li a:hover .HN_i{

	border-top: 1px solid transparent;

}

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

	width: 100%;

	right: auto;

	left: 0;

}

















/* 指示器 */

.HN_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

.HN_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

.HN_partner .pt-pagination .swiper-pagination-bullet-active{

	position:relative;

	background:transparent;

}







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

	.HN_text h3 {

		font-size: 0.22rem;

		line-height: 0.3rem;

		height: 0.6rem;

		margin-bottom: 0.15rem;

	}

	.HN_text h4 {

		font-size: 0.16rem;

		line-height: 0.22rem;

		height: 0.66rem;

	}

	.HN_data p {

		font-size: 0.26rem;

	}











}

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

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

	.HN_partner .pt-pagination{display:block}

	.home_news_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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



}

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

	.HN_text {

		padding: 0.2rem;

	}

	.HN_i h5 {

		font-size: 0.16rem;

	}

	.HN_i iconify-icon {

		font-size: 0.22rem;

	}

	.HN_data {

		left: 0.3rem;

		padding: 0.1rem 0.15rem;

	}

	.HN_text h3 {

        font-size: 0.18rem;

        line-height: 0.26rem;

        height: 0.52rem;

        margin-bottom: 0.1rem;

    }

	.HN_partner_box {

		margin-top: 0.3rem;

	}

	.HN_data p {

        font-size: 0.22rem;

    }

}

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

    .HN_text {

        padding: 0.2rem 0.1rem;

    }

	.HN_text h4 {

        font-size: 0.14rem;

        line-height: 0.2rem;

        height: 0.4rem;

		-webkit-line-clamp: 2;

    }

	.HN_text h3 {

        font-size: 0.16rem;

        line-height: 0.24rem;

        height: 0.48rem;

    }

	.HN_i{

		padding-top: 0.1rem;

		margin-top: 0.1rem;

	}

	.HN_data p {

        font-size: 0.16rem;

    }

}





/* brand */

.brand_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

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

   background-size: cover;

}

.brand{



}

.brand_ul{

   display: flex;

   justify-content: center;

   margin: 0.5rem 0;



}

.brand_ul li{

    width: 30%;

	position: relative;



}

.brand_ul li:nth-child(1)::after{

	content: '';

	right: 0;

	top: 50%;

	height: 0.5rem;

	transform:translate(0,-50%);

	background-color: var(--i_color);

	width: 1px;

	position: absolute;

}

.brand_ul li h3{

   font-size: 0.18rem;

   color: #333;

   display: flex;

   justify-content: center;

   align-items: flex-end;

}

.brand_ul li h3 span{

   font-size: 0.42rem;

   color: #333;

   font-weight: bold;

   line-height: 100%;

}

.brand_ul li h4{

	font-size: 0.18rem;

	color: #666;

	text-transform: capitalize;

	text-align: center;

	margin-top: 0.05rem;

}















/*  */

.brand_partner_box{}



.brand_partner{position:relative}

.brand_partner_list{width:100%; padding: 1px !important;box-sizing: border-box; margin:0 auto; position:relative; overflow:hidden; z-index:1}

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

.brand_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

	border: 1px solid #D8D8D8;

	background-color: #fff;

	border-radius: 0.1rem;

	box-sizing: border-box;

}



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

.brand_partner_list .img:before{content:""; display:block; padding-bottom: 47.33%}

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





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



/* 指示器 */

.brand_partner .pt-pagination{

	text-align:center;

	margin:0.4rem auto 0

}

.brand_partner .pt-pagination .swiper-pagination-bullet{

	width:0.72rem;

	height: 1px;

	box-sizing: border-box;

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

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

	border-radius:2px;

	opacity: 1;

	outline:none

}

.brand_partner .pt-pagination .swiper-pagination-bullet-active{

	position:relative;

	background: var(--i_color);

}



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

	.brand_ul li h3 span {

		font-size: 0.36rem;

	}

	.brand_partner .pt-pagination .swiper-pagination-bullet{

		width:0.6rem;

	}

}

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

	.brand_ul li h3 span {

		font-size: 0.32rem;

	}

	.brand_partner .pt-pagination .swiper-pagination-bullet{

		width:0.5rem;

	}

	.brand_ul li h4 {

		font-size: 0.16rem;

	}

	.brand_ul {

		margin: 0.4rem 0;

	}

	.brand_bac {

		padding: 0.6rem 0;

	}

}

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

	.brand_ul li h3 span {

		font-size: 0.28rem;

	}

	.brand_partner .pt-pagination .swiper-pagination-bullet{

		width:0.4rem;

	}

}

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

	.brand_ul li h3 span {

		font-size: 0.24rem;

	}



}

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

	.brand_ul li {

		width: 40%;

		position: relative;

	}

}

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



}







/* footer */

.footer_bac{

   background: #151515;

   background-size: cover;

}

.footer{



}

.footer_top{

   display: flex;



}

.footer_top_left{

   width: 38.125%;

   box-sizing: border-box;

   padding: 0.4rem 0.2rem 0.4rem 0;

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

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

   display: flex;

   align-items: center;

   gap: 0.2rem;

}

.footer_top_left img{

    height: 0.67rem;

	flex-shrink: 0;



}

.footer_top_left p{

    font-size: 0.24rem;

	color: #fff;

	font-weight: 400;

}

.footer_top_right{

   width: 61.875%;

   display: flex;

   align-items: center;

   justify-content: flex-end;

   gap: 0.2rem;

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

   box-sizing: border-box;



}

.footer_top_right h3{

   font-size: 0.3rem;

   color:#fff;

   font-weight: bold;



}

.footer_center{

   display: flex;

}

.footer_center_left{

	display: flex;

	width: 38.125%;

	box-sizing: border-box;

	padding: 0.5rem 7% 0.45rem 0;

	flex-direction: column;

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

}

.footer_email{

    font-size: 0.36rem;

	color: #fff;

	font-weight: 500;

	margin-bottom: 0.2rem;

	transition: all 0.3s ease;

}

.footer_email:hover{

	color: var(--i_color2);

}

.footer_center_contact{

    display: flex;

	flex-direction: column;

	gap: 0.15rem;

}

.footer_center_contact li{

	font-size: 0.18rem;

	line-height: 155%;

	color: #fff;

}

.footer_center_contact li a{

   font-size: 0.18rem;

   line-height: 155%;

   color: #fff;

   transition: all 0.3s ease;

}

.footer_center_contact li a:hover{

	color: var(--i_color2);

}

.footer_center_share{

   display: flex;

   gap: 0.25rem;

   margin-top: 0.9rem;

}

.footer_center_share dt{



}

.footer_center_share dt a{

   display: block;

   width: 0.44rem;

   height: 0.44rem;

   border-radius: 50%;

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

   display: flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.footer_center_share dt a iconify-icon{

   font-size: 0.2rem;

   color: #fff;

   transition: all 0.3s ease;

}



.footer_center_share dt a:hover{

   background-color: var(--i_color2);

   transform: translateY(-0.05rem);

}

.footer_center_share dt a:hover iconify-icon{

   color: #fff;

}













.footer_center_right{

	width: 61.875%;

	box-sizing: border-box;

	padding: 0.5rem 0 0.4rem 7%;

	display: flex;



}

.footer_1{

   width: 34%;

}

.footer_h3{

   font-size: 0.24rem;

   color: #fff;

   font-weight: bold;

   margin-bottom: 0.2rem;

   text-transform: uppercase;

}

.footer_ul{

   display: flex;

   flex-direction: column;

   gap: 0.15rem;

}

.footer_ul ul{

	display: none !important;

}

.footer_ul li{



}

.footer_ul li a{

   font-size: 0.18rem;

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

   position: relative;

   text-transform: capitalize;

   transition: all 0.3s ease;

}

.footer_ul li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: #fff;

	transition: all 0.3s ease;

}

.footer_ul li a:hover{

	color: #fff;

}

.footer_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}

.footer_2{

	width: 34%;

}

.footer_3{

	width: 32%;

}

.footer_down_box{

    box-sizing: border-box;

	padding: 0.25rem 0;

	background-color: #272727;

}

.footer_down{



}

.footer_down p{

	font-size: 0.16rem;

	color: #fff;

}

.footer_down p a{

	font-size: 0.16rem;

	color: #fff;

	transition: all 0.3s ease;

}

.footer_down p a:hover{

	color: var(--i_color2);

}













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

	.footer_top_left p {

		font-size: 0.2rem;

	}

	.footer_top_right h3 {

		font-size: 0.25rem;

	}

	.footer_email {

		font-size: 0.32rem;

	}

	.footer_h3 {

		font-size: 0.22rem;

	}

	.footer_center_share {

		margin-top: 0.7rem;

	}

}

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

	.footer_email {

		font-size: 0.28rem;

	}

	.footer_ul li a {

		font-size: 0.16rem;

	}

	.footer_center_share {

		margin-top: 0.5rem;

	}

}

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

    .footer_top_right{

		display: none;

	}

	.footer_top_left {

		width: 100%;

		padding: 0.4rem 0.2rem 0.4rem 0;

	}

	.footer_top_left p {

		font-size: 0.22rem;

	}

	.footer_email {

		font-size: 0.26rem;

	}

	.footer_center_right{display: none;}

	.footer_center_left {

		width: 100%;

		padding: 0.4rem 0.2rem 0.4rem 0;

	}

	.footer_center_share {

		margin-top: 0.4rem;

	}

}

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



}

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

	.footer_down_box{


		padding: 0.25rem 0 0.75rem 0;

	}

}

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

    .footer_top_left p {

        font-size: 0.2rem;

    }

}

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



}





/* banner_about */

.banner_about{

   position: relative;

}

.banner_about::after{

   content: '';

   display: block;

   padding-bottom: 27.083%;

}

.banner_about img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}



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

    .banner_about{

		margin-top: var(--header_height);

	}



}



/* 当前位置 */

.in_position{padding:0.14rem 0;background-color: rgba(0, 0, 0, .05);}



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

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

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

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

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

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

    .in_position{

	  display: none;

    }

}

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



}

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



}





/* history */

.history_bac{

   box-sizing: border-box;

   padding-bottom: 0.8rem;

   position: relative;

   z-index: 2;

}

.history_bacImg{

   position: absolute;

   bottom: 0;

   left: 50%;

   transform: translate(-50%,0);

   width: 100%;

   height: auto;

   z-index: -1;

}

.history{



}

.history_list{

   overflow: hidden;

   box-sizing: border-box;

   padding: 0.4rem 0 0.6rem 0;

}

.history_list_ul{

   display: flex;

   justify-content: center;

   position: relative;

   z-index: 3;

}

.history_list_ul::after{

   content: '';

   position: absolute;

   bottom: 0.07rem;

   left: 50%;

   transform: translate(-50%,0);

   width: 200%;

   height: 1px;

   background-color: #E5E5E5;

   z-index: -1;

}

.history_list_ul li{

   width: calc(100% / 3);

   display: flex;

   flex-direction: column;

   align-items: center;

   cursor: pointer;

}

.history_list_ul li p{

   font-size: 0.46rem;

   color: #333;

   font-weight: 400;

   margin-bottom: 0.1rem;

   transition: all 0.3s ease;

}

.history_list_ul li i{

	width: 0.16rem;

	height: 0.16rem;

	background-color: var(--i_color);

	border-radius: 50%;

	display: block;

	position: relative;

}

.history_list_ul li i::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	background: var(--i_color);

	border-radius: 50%;



}

@keyframes his_cricle {

	0%{

		opacity: 1;

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

	}

	100%{

		opacity: 0;

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

	}

}



.history_list_ul li.current p{

	color: var(--i_color);

}

.history_list_ul li.current i::after{

	animation: his_cricle 1.5s ease infinite;

}









/*  */

.history_partner_box{

	box-sizing: border-box;

	padding: 0 24%;

}



.history_partner{position:relative}

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

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

.history_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

.history_partner_list .img:before{content:""; display:block; padding-bottom:48.78%}

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

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

.history_partner_list li p{

	font-size: 0.18rem;

	line-height: 0.3rem;

	color: #333;

	text-align: center;

	box-sizing: border-box;

	padding-right: 0.1rem;

	height: 0.9rem;

	overflow: auto;

	margin-bottom: 0.2rem;

}



/*滚动条*/

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

.history_partner_list li p::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#333}

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



















/* 指示器 */

.history_partner .pt-pagination{

	display:none;

	text-align:center;

	margin:0.4rem auto 0

}

.history_partner .pt-pagination .swiper-pagination-bullet{

	width:0.12rem;

	height:0.12rem;

	box-sizing: border-box;

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

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

	background:var(--i_color);

	border-radius:2px;

	opacity: 1;

	outline:none

}

.history_partner .pt-pagination .swiper-pagination-bullet-active{

	position:relative;

	background:transparent;

}



/* 左右箭头 */

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

	position:absolute;

	top:59%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

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

	box-sizing: border-box;

	z-index:999;

	cursor:pointer;

	outline:none;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border-radius: 50%;

	transition: all 0.3s ease;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

.history_partner .pt-button-prev{left:-12%;}

.history_partner .pt-button-next{right:-12%;}



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.history_partner_box{

		padding: 0 20%;

	}

	.history_list_ul li p {

		font-size: 0.42rem;

	}

}

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

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

	.history_partner .pt-pagination{display:block}

	.history_partner_box{

		padding: 0 15%;

	}

	.history_list_ul li p {

		font-size: 0.38rem;

	}

	.history_partner_list li p {

		font-size: 0.16rem;

		line-height: 0.26rem;

		height: 0.78rem;

	}

	.history_bac {

		padding-bottom: 0.6rem;

	}

}

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

	.history_partner_box{

		padding: 0 10%;

	}

	.history_list_ul li p {

		font-size: 0.3rem;

	}

}

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

	.history_list_ul li p {

		font-size: 0.25rem;

	}

	.history_partner_box {

        padding: 0 5%;

    }

}

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

    .history_partner_box {

        padding: 0 0%;

    }



}

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

    .history_list_ul li p {

        font-size: 0.22rem;

    }

	.history_list_ul li i {

		width: 0.12rem;

		height: 0.12rem;

	}

	.history_list_ul::after {

		bottom: 0.05rem;

	}

}





/* culture */

.culture_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   background: linear-gradient(to top,rgba(13,80,6,0),rgba(13,80,6,0.03),rgba(13,80,6,0.05));

}

.culture{



}



.mission_values_ul{

   margin-top: 0.6rem;

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

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

   display: flex;

   display: -webkit-flex;

   box-sizing: border-box;

   overflow: hidden;

}

.mission_values_ul li{

   box-sizing: border-box;

   padding: 0.4rem 0;

   position: relative;



}

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

   content: '';

   position: absolute;

   right: 0;

   width: 1px;

   height: calc(100% - 0.8rem);

   top: 50%;

   transform: translate(0,-50%);

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



}

.mission_values_ul li:nth-child(1){

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

   padding-right: 0.4rem;

}

.mission_values_ul li:nth-child(2){

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

   padding-right: 0.4rem;

   padding-left: 0.4rem;

}

.mission_values_ul li:nth-child(3){

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

	padding-left: 0.4rem;

}







.mission_values_ul li h3{

   font-size: 0.32rem;

   color: #222;

   font-weight: 400;

   margin-bottom: 0.1rem;

   text-transform: capitalize;

}

.mission_values_ul li h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 0.26rem;

   min-height: 0.78rem;

}

.mission_values_img{

   position: relative;

   overflow: hidden;

   margin-top: 0.4rem;

}

.mission_values_img::after{

   content: '';

   display: block;

   padding-bottom: 77%;

}

.mission_values_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}



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

	.mission_values_ul li h3 {

		font-size: 0.3rem;

	}

	.mission_values_img {

		margin-top: 0.3rem;

	}

}

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



}

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

	.mission_values_ul li h3 {

		font-size: 0.28rem;

	}

	.mission_values_ul li h4 {

		font-size: 0.16rem;

		line-height: 0.24rem;

		min-height: 0.48rem;

	}

	.mission_values_ul li {

		padding: 0.2rem 0;

	}

	.mission_values_ul li:nth-child(1){

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

		padding-right: 0.2rem;

	}

	.mission_values_ul li:nth-child(2){

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

		padding-right: 0.2rem;

		padding-left: 0.2rem;

	}

	.mission_values_ul li:nth-child(3){

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

		padding-left: 0.2rem;

	}

	.mission_values_img {

        margin-top: 0.2rem;

    }

	.culture_bac {

		padding: 0.6rem 0;

	}



}

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

	.mission_values_ul li h3 {

		font-size: 0.26rem;

	}

	.mission_values_ul li h4 {

        font-size: 0.14rem;

        line-height: 0.22rem;

        min-height: 0.44rem;

    }



}

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

	.mission_values_ul li h3 {

		font-size: 0.24rem;

	}

}

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

	.mission_values_ul {

		margin-top: 0.4rem;

	}

	.mission_values_ul li{

		width: 100% !important;

		padding: 0 !important;

		padding-top: 0.4rem !important;

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

	}

	.mission_values_ul{

		flex-wrap: wrap;

		gap: 0.4rem;

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

	}

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

		display: none;

	}

	.mission_values_ul li h4{

		min-height: unset;

	}

}

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

	.mission_values_ul li {

        padding-top: 0.2rem !important;

    }

	.mission_values_ul {

        gap: 0.2rem;

    }

}

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



}



/* company */

.company_bac{

   box-sizing: border-box;

   position: relative;

   z-index: 2;

}

.company_bacImg{

   position: absolute;

   bottom: 0;

   left: 50%;

   transform: translate(-50%,0);

   width: 100%;

   height: auto;

   z-index: -1;

}

.company{



}

.company_img{

	width: 16rem;

	max-width: 100%;

	height: auto;

}







/* feature */

.feature_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.feature{



}

.feature_box{

   margin-top: 0.6rem;

}

.feature_box h3{

	font-size: 0.24rem;

	color: #333;

	margin-bottom: 0.4rem;

}



.feature_ul{

   display: flex;

   gap: 0.5rem 0.2rem;

   flex-wrap: wrap;

   margin-bottom: 0.8rem;

}

.feature_ul li{

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

   display: flex;

   flex-direction: column;

   align-items: center;

}

.feature_ul li i{

   display: block;

   width: 1.4rem;

   height: 1.4rem;

   border-radius: 50%;

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

   display: flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.feature_ul li i img{

   width: 0.72rem;

   height: 0.72rem;

   object-fit: contain;

}

.feature_ul li  h4{

   font-size: 0.2rem;

   color: #333;

   text-transform: capitalize;

   text-align: center;

   margin: 0.4rem 0 0.2rem 0;

   font-weight: bold;

   transition: all 0.3s ease;

}

.feature_ul li  h5{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

   text-align: center;

}

.feature_ul li:hover i{

	background-color: var(--i_color);

}

.feature_ul li:hover i img{

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

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

}

.feature_ul li:hover h4{

	color: var(--i_color);

}



.feature_box h6{

   line-height: 166%;

   font-size: 0.18rem;

   color: #666;



}

.feature_dl{

   display: flex;

   gap: 0.7rem;

   margin: 0.4rem 0;

}

.feature_dl dt{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.15rem 0.3rem;

   font-size: 0.18rem;

   color: #333;

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

   border-radius: 1rem;

   font-weight: bold;

}

.feature_img{

	width: 100%;

}









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

	.feature_box h3 {

		font-size: 0.22rem;

	}

	.feature_dl dt {

		padding: 0.12rem 0.2rem;

		font-size: 0.16rem;

	}

	.feature_dl {

		gap: 0.6rem;

	}

	.feature_ul li i {

		width: 1.2rem;

		height: 1.2rem;

	}

	.feature_ul li i img {

		width: 0.6rem;

		height: 0.6rem;

	}

	.feature_ul li h4 {

		font-size: 0.18rem;

		margin: 0.3rem 0 0.15rem 0;

	}

	.feature_ul li h5 {

		font-size: 0.16rem;

	}

	.feature_ul {

		gap: 0.4rem 0.2rem;

		margin-bottom: 0.6rem;

	}

}

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

	.feature_bac{

		padding: 0.6rem 0;

	}

	.feature_box h3 {

		font-size: 0.2rem;

		margin-bottom: 0.3rem;

	}

	.feature_dl {

		gap: 0.5rem;

	}

	.feature_ul li i {

		width: 1rem;

		height: 1rem;

	}

	.feature_ul li i img {

		width: 0.5rem;

		height: 0.5rem;

	}

	.feature_ul {

		margin-bottom: 0.4rem;

	}

	.feature_box h6 {

		font-size: 0.16rem;

	}

	.feature_box {

		margin-top: 0.4rem;

	}

}

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

	.feature_dl {

		gap: 0.4rem;

	}

}

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



}

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



}

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

	.feature_ul li {

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

	}

	.feature_dl {

        gap: 0.2rem;

    }

	.feature_ul li i {

		width: 0.8rem;

		height: 0.8rem;

	}

	.feature_ul li i img {

		width: 0.4rem;

		height: 0.4rem;

	}

	.feature_dl {

		margin: 0.3rem 0;

	}

	.feature_dl dt {

		padding: 0.1rem 0.15rem;

		font-size: 0.14rem;

	}

}

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



}





/* sections_rela */

.sections_rela_bac{

	box-sizing: border-box;

	padding-bottom: 0.8rem;

}

.sections_rela{



}

.general_list{



}

.general_list_ul{

   display: flex;

   gap: 0.7rem;

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

   justify-content: center;

   box-sizing: border-box;

   padding-top: 0.6rem;

}

.general_list_ul li{



}

.general_list_ul li a{

	font-size: 0.2rem;

	color: #666;

	font-weight: bold;

	text-transform: capitalize;

	box-sizing: border-box;

	padding-bottom: 0.2rem;

	display: inline-block;

	position: relative;

	transition: all 0.3s ease;

}

.general_list_ul li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 0.02rem;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.general_list_ul li a:hover,

.general_list_ul li.current a{

	color: var(--i_color) !important;

}

.general_list_ul li a:hover::after,

.general_list_ul li.current a::after{

	width: 100% !important;

	right: auto !important;

	left: 0 !important;

}









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

	.general_list_ul li a {

		font-size: 0.18rem;

	}

	.general_list_ul{

		gap: 0.6rem;

	}

}

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

	.general_list_ul li a {

		font-size: 0.16rem;

		padding-bottom: 0.15rem;

	}

	.general_list_ul{

		gap: 0.5rem;

	}

}

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

	.general_list_ul{

		gap: 0.4rem;

	}

}

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



}

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



}

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

	.general_list_ul li a {

		font-size: 0.14rem;

		padding-bottom: 0.1rem;

	}

	.general_list_ul{

		gap: 0.25rem;

	}

	.general_list_ul {

		padding-top: 0.4rem;

	}

}

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



}



.sections_rela_dl{

   margin-top: 0.4rem;

}

.sections_rela_dl dt{



}

.sections_rela_ul{

   display: flex;

   flex-direction: column;

   gap: 0.3rem;

}

.sections_rela_ul li{



}

.sections_rela_ul li a{

   border: 1px solid #E5E5E5;

   display: flex;

   flex-wrap: wrap;

   box-sizing: border-box;

   padding: 0.3rem;

   width: 100%;

   align-items: center;

}

.sections_rela_img{

   width: 23.5%;

   position: relative;

}

.sections_rela_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.sections_rela_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.sections_rela_text{

   width: 76.5%;

   box-sizing: border-box;

   padding-left: 4%;

}

.sections_rela_text h3{

   font-size: 0.3rem;

   color: #333;

   font-weight: bold;

   border-bottom: 1px solid #E5E5E5;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

   margin-bottom: 0.2rem;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.sections_rela_artivle{

    font-size: 0.18rem;

	line-height: 166%;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 5;

   margin-bottom: 0.3rem;



}

.sections_rela_ul li a:hover h3{

	color: var(--i_color);

}



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

	.sections_rela_text h3 {

		font-size: 0.28rem;

	}

	.sections_rela_artivle {

		font-size: 0.16rem;

	}

}

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

	.sections_rela_text h3 {

		font-size: 0.24rem;

		padding-bottom: 0.15rem;

		margin-bottom: 0.15rem;

	}

	.sections_rela_artivle {

		margin-bottom: 0.2rem;

	}

	.general_list_ul {

		padding-top: 0.4rem;

	}

	.sections_rela_ul li a {

		padding: 0.2rem;

	}

	.sections_rela_bac{

		padding-bottom: 0.6rem;

	}

}

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

	.sections_rela_text h3 {

		font-size: 0.2rem;

	}

}

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



}

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

	.sections_rela_artivle {

		font-size: 0.14rem;

		-webkit-line-clamp: 4;

	}

	.sections_rela_text h3 {

        font-size: 0.18rem;

    }

}

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

	.sections_rela_img {

		width: 100%;

	}

	.sections_rela_text {

		width: 100%;

		margin-top: 0.2rem;

		padding-left: 0%;

	}



}

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



}











/* contact_us */

.contact_us_bac{

   box-sizing: border-box;

   padding: 0.6rem 0 0.8rem 0;

   background: linear-gradient(to top,rgba(13,80,6,0.05),rgba(13,80,6,0));

}

.contact_us{

   display: flex;

   flex-wrap: wrap;

   align-items: flex-end;

}

.contact_us_left{

	width: 42.85%;

}

.contact_us_left img{

	width: 100%;

	height: auto;

	display: block;

	margin-top: 0.3rem;

}

.contact_us_right{

   width: 57.15%;

   box-sizing: border-box;

   padding-left: 5%;

}

.contact_us_right h5{

	font-size: 0.18rem;

	color: #666;

	margin-bottom: 0.4rem;

}

.contact_us_ul{

   display: flex;

   flex-direction: column;

   gap: 0.3rem;

}

.contact_us_ul li{



}

.contact_us_h3{

   display: flex;

   gap: 0.1rem;

   align-items: center;

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   margin-bottom: 0.15rem;

   position: relative;

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

}

.contact_us_h3::after{

	content: '';

	position: absolute;

	bottom: -1px;

	left: 0;

	width: 30%;

	height: 2px;

	background: var(--i_color);

	transition: all 0.7s ease;

}

.contact_us_h3 img{

   width: 0.37rem;

   height: auto;

   object-fit: contain;

}

.contact_us_h3 h3{

   font-size: 0.24rem;

   color: #333;

}

.contact_us_ul li h4{

	font-size: 0.18rem;

	color: #333;

}

.contact_us_ul li h4 a{

   font-size: 0.18rem;

   color: #666;

   transition: all 0.3s ease;

}

.contact_us_ul li h4 a:hover{

	color: var(--i_color);

}

.contact_us_ul li:hover .contact_us_h3::after{

	width: 100%;

}



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

	.contact_us_h3 h3 {

		font-size: 0.22rem;

	}

}

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

	.contact_us_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

	.contact_us_h3 h3 {

		font-size: 0.2rem;

	}

	.contact_us_ul li h4{

		font-size: 0.16rem;

	}

	.contact_us_ul li h4 a{

	   font-size: 0.16rem;

	}

}

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



}

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



}

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

	.contact_us_left {

		width: 100%;

	}

	.contact_us_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

}

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



}

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



}





/* contact_form */

.contact_form_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

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

   background-size: cover;

}

.contact_form{



}



.contact_form_box{

	margin-top: 0.6rem;

}



#wpforms-39{--input_font_size:0.16rem; --input_height:0.55rem}

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

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





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

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

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

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

#wpforms-39 .wpforms-submit-container{



}











#wpforms-39 .wpforms-field{

	position: relative;

}

#wpforms-39 .wpforms-field-label{

	font-size: 0.18rem;

	color: #333;

	margin-bottom: 0.1rem;

	display: block;

	padding-left: 0.1rem;

}

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

	position: absolute;

	top: 0.06rem;

	left: 0.03rem;

	font-size: 0.14rem;

    color: red;

}

#wpforms-39 .wpforms-error{

	font-size: 0;

}

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

#wpforms-39-field_1-container,#wpforms-39-field_2-container{margin-right:0.2rem !important;}

#wpforms-39-field_1-container, #wpforms-39-field_2-container,#wpforms-39-field_3-container{width:calc((100% - 0.4rem) / 3) !important;}



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

#wpforms-39 textarea{height:1.6rem}

#wpforms-39 input, #wpforms-39 textarea{

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

	background-color: white; color:#222;

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

	border-radius: 0.04rem;

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

}

#wpforms-39 textarea{

	line-height: 160%;

	padding:10px;

	font-family: 'Arial';

}





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

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

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

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

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

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

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

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







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

	overflow: hidden;width:100%; height:0.5rem;

	font-size:0.16rem; color:#FFF;

	font-weight: bold;

	display: block;

	cursor:pointer; text-transform:capitalize;

	position:relative; z-index:2;

	background-color: var(--i_color);

	width: 3rem;

	border-radius: 0rem;

	transition: all 0.3s ease;

}

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

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

	background-color: var(--i_color2);

}



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

	.contact_form h3 {

		font-size: 0.18rem;

	}

}

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



}

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

	.contact_form h3 {

		font-size: 0.16rem;

	}

	.contact_form_bac {

		padding: 0.6rem 0;

	}

	.contact_form_box {

		margin-top: 0.4rem;

	}

}

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

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

}

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



}

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

	#wpforms-39-field_1-container,#wpforms-39-field_2-container{margin-right:0rem !important;}

	#wpforms-39-field_1-container, #wpforms-39-field_2-container,#wpforms-39-field_3-container{width:100% !important;}

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

	.become_form {margin-top: 0.4rem;}

}

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



}

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



}





/* contact_map */

.contact_map{

	height: 7.17rem;

}

.contact_map #simpleMap,

.contact_map .fluid-width-video-wrapper,

.contact_map iframe {

	width: 100%;

	height: 100% !important;

}







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

	.contact_map{

		height: 7rem;

	}

}

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

	.contact_map{

		height: 6rem;

	}

}

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

	.contact_map{

		height: 5rem;

	}

}

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



}

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

	.contact_map{

		height: 4rem;

	}

}

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



}

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



}



/* projects */

.projects_bac{

    box-sizing: border-box;

	padding: 0.6rem 0 0.8rem 0;

}

.projects{



}

.projects_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.3rem;

}

.projects_ul li{

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

}

.projects_ul li a{

   display: block;

   width: 100%;

   border-radius: 0.1rem;

   overflow: hidden;

   background-color: #fff;

   transition: all 0.3s ease;

}

.projects_img{

   position: relative;

}

.projects_img::after{

   content: '';

   display: block;

   padding-bottom: 60.9375%;

}

.projects_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.projects_text{

   box-sizing: border-box;

   padding: 0.3rem 0.2rem;

}

.projects_text h3{

   font-size: 0.22rem;

   line-height: 0.3rem;

   color: #333;

   font-weight: bold;

   transition: all 0.3s ease;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.6rem;

}

.projects_text h4{

	font-size: 0.18rem;

	line-height: 0.3rem;

	color: #666;

	margin: 0.2rem 0;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 3;

   height: 0.9rem;

}

.projects_i{

    display: flex;

    align-items: center;

    gap: 0.1rem;

    margin-top: 0.2rem;

}

.projects_i i{

    display: block;

    width: 0.3rem;

    height: 0.3rem;

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

    background-size: contain;

    flex-shrink: 0;

}

.projects_i h5{

	font-size: 0.16rem;

    color: #999;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.projects_ul li a:hover{

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

}

.projects_ul li a:hover h3{

	color: var(--i_color);

}



















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

	.projects_text h3{

		font-size: 0.2rem;

		line-height: 0.28rem;

		height: 0.56rem;

	}

	.projects_text h4{

		font-size: 0.16rem;

		line-height: 0.26rem;

	    height: 0.78rem;

		margin: 0.15rem 0;

	}

}

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

	.projects_text h3{

		font-size: 0.18rem;

		line-height: 0.24rem;

		height: 0.48rem;

	}

	.projects_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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



}

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



}

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

	.projects_ul li {

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

	}

	.projects_ul {

		gap: 0.2rem;

	}

	.projects_text {

		padding: 0.2rem 0.05rem;

	}

}

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



}

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



}









/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.6rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

}

.in_page_right{

	justify-content: flex-end;

}

.in_page li {

	min-width: .32rem;

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

	padding: 0 .12rem;

	line-height: .32rem;

	font-size: .14rem;

	color: #666;

	background: #FFF;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

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

	overflow: hidden;

	transition: all 0.3s ease;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	color: #888;

	display: none;

}



.in_page a:hover,

.in_page .active_page a,

.in_page .active_page span {

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

	background: var(--i_color);

	color: #FFF !important

}



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

	.in_page_box {margin-top: 0.6rem;}

}

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

	.in_page li {

		min-width: .28rem;

	}

	.in_page a,

	.in_page span {

		line-height: 0.28rem;

		padding: 0 .1rem;

	}

	.in_page_box {margin-top: 0.4rem;}

}

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



}







/* news */

.news_bac{

   box-sizing: border-box;

   padding: 0rem 0 0.8rem 0;

}

.news{



}

.news_ul{

   display: flex;

   flex-direction: column;

}

.news_ul li{



}

.news_ul li a{

   box-sizing: border-box;

   padding: 0.6rem 0;

   display: flex;

   align-items: center;

   gap: 3%;

   border-bottom: 1px solid #E5E5E5;

}

.news_data{

	flex-shrink: 0;

}

.news_data h3{

   font-size: 0.28rem;

   color: #333;

   font-weight: bold;

   text-align: center;

   transition: all 0.3s ease;

}

.news_data h4{

   font-size: 0.24rem;

   color: #333;

   text-align: center;

   transition: all 0.3s ease;

}

.news_img{

   width: 20%;

   flex-shrink: 0;

   position: relative;

   overflow: hidden;

}

.news_img::after{

   content: '';

   display: block;

   padding-bottom: 75%;

}

.news_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   transition: all 0.3s ease;

}

.news_text{



}

.news_text h5{

   font-size: 0.26rem;

   color: #333;

   font-weight: bold;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   transition: all 0.3s ease;

}

.news_text h6{

   font-size: 0.18rem;

   color: #666;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 3;

   margin: 0.2rem 0;

}

.news_more{

   display: flex;

   align-items: center;

   gap: 0.1rem;

}

.news_more p{

   font-size: 0.18rem;

   color: #333;

   transition: all 0.3s ease;

}

.news_more iconify-icon{

	font-size: 0.2rem;

	color: #333;

	transition: all 0.3s ease;

}

.news_ul li a:hover h3,

.news_ul li a:hover h4,

.news_ul li a:hover h5,

.news_ul li a:hover p,

.news_ul li a:hover iconify-icon{

	color: var(--i_color);

}



.news_ul li a:hover .news_img img{

	width: 110%;

	height: 110%;

}



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

	.news_data h3 {

		font-size: 0.26rem;

	}

	.news_data h4 {

		font-size: 0.22rem;

	}

	.news_text h5 {

		font-size: 0.2rem;

	}

	.news_text h6 {

		font-size: 0.16rem;

		margin: 0.15rem 0;

	}

	.news_ul li a {

		padding: 0.4rem 0;

	}

}

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

	.news_data h3 {

		font-size: 0.24rem;

	}

	.news_data h4 {

		font-size: 0.2rem;

	}

	.news_text h6 {

		-webkit-line-clamp: 2;



	}

	.news_more p {

		font-size: 0.16rem;

	}

	.news_more iconify-icon {

		font-size: 0.18rem;

	}

	.news_bac {

		padding: 0rem 0 0.6rem 0;

	}

}

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

	.news_data h3 {

		font-size: 0.22rem;

	}

	.news_data h4 {

		font-size: 0.18rem;

	}

}

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



}

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

    .news_text h5 {

        font-size: 0.18rem;

    }

}

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

    .news_data{

		display: none;

	}

	.news_img {

		width: 100%;

	}

	.news_ul li a{

		flex-wrap: wrap;

	}

	.news_text{

		width: 100%;

		margin-top: 0.3rem;

	}

}

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



}







/* downlaod_dl */

.downlaod_dl{

   box-sizing: border-box;

   padding: 0.4rem 0 0.8rem 0;

}

.downlaod_dl dt{



}

.downlaod_ul{

   display: flex;

   flex-direction: column;

   gap: 0.4rem;

}

.downlaod_ul li{



}

.downlaod_ul li a{

   display: flex;

   justify-content: space-between;

   align-items: center;

   box-sizing: border-box;

   padding: 0.3rem;

   border-radius: 0.1rem;

   border: 1px solid #E5E5E5;

}

.downlaod_ul li a h3{

    font-size: 0.24rem;

	box-sizing: border-box;

	padding-right: 0.2rem;

	overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

}

.downlaod_down{

   display: flex;

   align-items: center;

   gap: 0.1rem;

   box-sizing: border-box;

   padding: 0.12rem 0.3rem;

   border-radius: 1rem;

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

   flex-shrink: 0;

   transition: all 0.3s ease;

}

.downlaod_down p{

   font-size: 0.18rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}

.downlaod_down iconify-icon{

   font-size: 0.22rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}

.downlaod_ul li a:hover h3{

	color: var(--i_color);

}

.downlaod_ul li a:hover .downlaod_down{

	background-color: var(--i_color);

}

.downlaod_ul li a:hover p,

.downlaod_ul li a:hover iconify-icon{

	color: #fff;

}







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

	.downlaod_down {

		padding: 0.1rem 0.25rem;

	}

	.downlaod_down p{

		font-size: 0.16rem;

	}

	.downlaod_down iconify-icon{

		font-size: 0.2rem;

	}

	.downlaod_ul li a h3 {

		font-size: 0.22rem;

	}

	.downlaod_ul {

		gap: 0.3rem;

	}

}

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

	.downlaod_down {

		gap: 0.08rem;

		padding: 0.08rem 0.2rem;

	}

	.downlaod_ul li a h3 {

		font-size: 0.2rem;

	}

	.downlaod_ul li a {

		padding: 0.25rem;

	}

	.downlaod_dl {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.downlaod_down {

		gap: 0.05rem;

		padding: 0.05rem 0.15rem;

	}

	.downlaod_down p{

		font-size: 0.14rem;

	}

	.downlaod_down iconify-icon{

		font-size: 0.18rem;

	}

	.downlaod_ul li a h3 {

		font-size: 0.18rem;

	}

}

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



}

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

	.downlaod_ul li a h3 {

		font-size: 0.16rem;

	}

	.downlaod_ul li a {

		padding: 0.2rem;

	}

}

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

	.downlaod_ul {

		gap: 0.2rem;

	}

}

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



}



.downlaod_cer{

   display: flex;

   gap: 0.4rem 0.3rem;

   flex-wrap: wrap;

}

.downlaod_cer li{

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

}

.downlaod_cer li a{

   display: block;

   width: 100%;

   border: 1px solid #E5E5E5;

   border-radius: 0.1rem;

   overflow: hidden;



}

.downlaod_cer_img{

   position: relative;

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

}

.downlaod_cer_img::after{

   content: '';

   display: block;

   padding-bottom: 94.53%;

}

.downlaod_cer_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 89%;

   height: 85%;

   object-fit: contain;

}

.downlaod_cer_text{

    display: flex;

	flex-direction: column;

	align-items: center;

	box-sizing: border-box;

	padding: 0.2rem 0.2rem 0.3rem 0.2rem;

}

.downlaod_cer_text h3{

    font-size: 0.22rem;

	line-height: 0.3rem;

	color: #333;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   height: 0.6rem;

   width: 100%;

   text-align: center;

   margin-bottom: 0.2rem;

   transition: all 0.3s ease;

}

.downlaod_cer li a:hover h3{

	color: var(--i_color);

}

.downlaod_cer li a:hover .downlaod_down{

	background-color: var(--i_color);

}

.downlaod_cer li a:hover p,

.downlaod_cer li a:hover iconify-icon{

	color: #fff;

}







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

	.downlaod_cer_text h3{

		font-size: 0.2rem;

		line-height: 0.28rem;

	    height: 0.56rem;

	}

}

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

	.downlaod_cer_text h3{

		font-size: 0.18rem;

		line-height: 0.25rem;

	    height: 0.5rem;

	}

}

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

	.downlaod_cer_text h3{

		font-size: 0.16rem;

		line-height: 0.24rem;

	    height: 0.48rem;

	}

}

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



}

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

	.downlaod_cer li {

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

	}

	.downlaod_cer {

		gap: 0.2rem;

	}

}

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

	.downlaod_cer_text h3{

		margin-bottom: 0.1rem;

	}

	.downlaod_cer_text {

		padding: 0.2rem 0.1rem;

	}

}

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



}





/* products */

.products_bac{

   box-sizing: border-box;

   padding: 0.6rem 0 0.8rem 0;

}

.products{

   display: flex;

   flex-wrap: wrap;

}

.products_left{

   width: 20.6%;

}







.products_left_all{

   box-sizing: border-box;

   background-color: #fff;

   box-sizing: border-box;

   padding: 0;

}

.products_left_h2{

	font-size: 0.3rem;

	text-transform: capitalize;

	box-sizing: border-box;

	color: #333;

	box-sizing: border-box;

	padding: 0.2rem 0.1rem;

	background-color: #EBEEEB;

	text-align: center;

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

}

.products_left_h2 iconify-icon{

	color: #fff;

	font-size: 0.34rem;

	margin-left: 0.1rem;

	font-weight: bold;

	margin-bottom: 2px;

	display: none;

}



.list{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   background-color: #FFF;

   box-sizing: border-box;

}

.list li{

   position: relative;

}

.list li::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 100%;

	height: 1px;

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

}



.list_a{

	box-sizing: border-box;

    padding: 0.2rem 0.2rem;

	position: relative;

	z-index: 2;

	overflow: hidden;

}

.list_a::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	background-color: var(--i_color);

	width: 0;

	height: 100%;

	transition: all 0.5s ease-in-out;

	z-index: -1;

}

.list .list_a a{

   font-size: 0.18rem;

   color: #222;

   box-sizing: border-box;

   line-height: 110%;

   transition: all 0.3s ease;

   font-weight: bold;

}

.list  .list_a i{

   width: 0.5rem;

   height: 0.55rem;

   position: absolute;

   top: 50%;

   transform: translate(0,-50%);

   right: 0;

   cursor: pointer;



}

.list .list_a i iconify-icon{

	position: absolute;

	top: 50%;

	left: 50%;

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

    font-size: 0.24rem;

	color: #222;

	transition: all 0.3s ease;

}

.list_dl{

    padding:0.2rem 0.08rem;

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	box-sizing: border-box;

}



.list_dl dt{

   box-sizing: border-box;

}

.list_dl dt a{

   font-size: 0.16rem;

   color: #222;

   display: block;

   transition: all 0.3s ease;

   position: relative;

   box-sizing: border-box;

   padding:0.12rem 0.2rem;

}

.list_dl dt a::after{

	content: '';

	position: absolute;

	left: -0.1rem;

	top: 50%;

	transform: translate(0,-50%);

	width: 0.15rem;

	height: 1px;

	background-color: var(--i_color);

	opacity: 0;

	transition: all 0.3s ease;

}











.list_dl dt a:hover::after,.list_dl dt a:hover::before{

    opacity: 1;

}

.list_active{

}

.list_active .list_a::after{

	width: 100%;

	left: 0;

	right: auto;

}

.list_active .list_a i iconify-icon{

	color: #fff;

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

}

.list_active .list_a a{

	color: #fff;

}

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

	opacity: 1 !important;

	left: 0 !important;

}

.list_dl dt a:hover::after{

	opacity: 1 !important;

	left: 0 !important;

}

.list_dl dt a:hover{

	color: var(--i_color);

}



.list_dl_active a{

	color: var(--i_color) !important;

}

.list_active .list_dl{



}

.list_active::after {

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

}









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



}

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



}

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

	.products_left_h2 {

		font-size: 0.28rem;

	}



}

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

	.products_left{

		width: 100%;

	}

	.products_left_h2 iconify-icon{display: block;}

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

	.products_left_h2{margin-bottom: 0;}

	.list{margin-top: 0.2rem;}

	.products_left_h2{

		color: #fff;

		background-color: var(--i_color);

		box-sizing: border-box;

		padding: 0.15rem 0;

	}

	.list {

		padding-bottom: 0.2rem;

	}



}

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



}

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

	.products_left_h2 {font-size: 0.2rem;}

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

}

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

	.products_left_h2 {font-size: 0.18rem;}

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

}

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



}





.products_right{

	width: 79.4%;

	box-sizing: border-box;

	padding-left: 4%;

}

.products_right>h3{

   font-size: 0.36rem;

   color: #333;

   font-weight: bold;

   box-sizing: border-box;

   padding-bottom: 0.15rem;

   border-bottom: 1px solid #E5E5E5;

   margin-bottom: 0.15rem;

}

.products_right>h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 166%;

}

.products_right_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.4rem;

   margin-top: 0.4rem;

}

.products_right_ul li{

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

}













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

	.products_right>h3 {

		font-size: 0.32rem;

	}

}

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

	.products_right>h3 {

		font-size: 0.28rem;

	}

	.products_right>h4 {

		font-size: 0.16rem;

	}

	.products_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.products_right>h3 {

		font-size: 0.24rem;

	}

	.products_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

}

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

	.products_right>h3 {

		font-size: 0.2rem;

	}

}

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

	.products_right_ul {

		gap: 0.2rem;

	}

	.products_right_ul li {

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

	}

}

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



}

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



}





/* single_grid */

.single_grid_bac{

   box-sizing: border-box;

   padding: 0.6rem 0 0.8rem 0;

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

}

.single_grid{

   display: flex;

   flex-wrap: wrap;

}

.single_grid_left{

   width: 38.75%;

}





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

.in_grid_cont{--sm_pic_width:17%}

.in_grid_cont{ position:relative; overflow:hidden}

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



/* 缂╃暐鍥� */

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

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

.in_grid_list .swiper-slide{cursor:pointer}



.in_grid_list .img{width:100%; height:100%; box-sizing:border-box; border:1px solid #D8D8D8; position:relative; overflow:hidden;}

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

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

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



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





/* 澶у浘 */

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

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

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

.in_grid_show .swiper-slide{

	height:100%;

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

}



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

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



.ingrid-pagination{

	display:block;

	position: absolute;

	top: 0.2rem;

	right: 0.2rem;

	width: 0.5rem;

	height: 0.5rem;

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

	border-radius: 50%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	font-size: 0.18rem;

	color: var(--i_color);

}

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

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



.in_grid_cont:before{display:none}

.in_grid_show_box{position:initial; width:100%;border-radius: 0.04rem;overflow: hidden;border: 1px solid #D8D8D8;}

.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% - 1rem); margin:0 auto}

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

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

.in_grid_list .img{height:auto;border-radius: 0.04rem;}

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



.in_grid_list .img::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	transition: all 0.3s ease;

}

.swiper-slide-thumb-active .img::after{

	background: rgba(58, 58, 58, 0);

}









/* 左右箭头 */



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

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

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

	outline:none;

	transition: all 0.3s ease;

	border-radius: 50%;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	border: 1px solid #666;

}

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

	font-size: 0.24rem;

	color: #666;

	transition: all 0.3s ease;

}

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



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





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

	background-color: var(--i_color);

}

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

	color: #fff;

}









.single_grid_right{

   width: 61.25%;

   box-sizing: border-box;

   padding-left: 4%;

}

.single_grid_right>h2{

   font-size: 0.18rem;

   color: #333;

   display: inline-block;

   border-bottom: 1px solid #333;

}

.single_grid_right>h1{

   font-size: 0.3rem;

   color: var(--i_color);

   font-weight: bold;

   margin: 0.2rem 0;

}

.single_grid_xh{

   display: flex;

   flex-wrap: wrap;

   gap: 0.1rem 0.2rem;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

   border-bottom: 1px solid #E5E5E5;

   margin-bottom: 0.25rem;

}

.single_grid_xh dt{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.08rem 0.25rem;

   border: 1px solid #E5E5E5;

   font-size: 0.18rem;

   color: #333;

   border-radius: 1rem;

}

.single_grid_h3{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

   margin-bottom: 0.1rem;

}

.single_grid_article1{

   font-size: 0.18rem;

   line-height: 166%;

   color: #666;

   box-sizing: border-box;

   padding-bottom: 0.2rem;

}

.single_grid_article2{

	box-sizing: border-box;

	padding-bottom: 0.2rem;

	border-bottom: 1px solid #E5E5E5;

}

.single_grid_right article{



}

.single_grid_btn{

   display: flex;

   gap: 0.2rem;

   margin-top: 0.4rem;

}





























.single_share{

   margin-top: 0.3rem;

   display: flex;

   align-items: center;

}

.single_share p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   margin-right: 0.15rem;

}

.single_share_dl{

   display: flex;

   gap: 0.3rem;

}

.single_share_dl dt{



}

.single_share_dl dt a{

   display: block;

   width: 100%;

}

.single_share_dl dt a iconify-icon{

   font-size: 0.25rem;

   color: #666;

   opacity: 0.5;

   transition: all 0.3s ease;

}

.single_share_dl dt a iconify-icon:hover{

	opacity: 1;

	color: var(--i_color);

	transform: translateY(-5px);

}









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

	.single_grid_right>h1 {

		font-size: 0.28rem;

	}

}

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

	.single_grid_right>h1 {

		font-size: 0.26rem;

	}

	.single_grid_bac {

		padding: 0.4rem 0 0.6rem 0;

	}

}

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

	.single_grid_right>h1 {

		font-size: 0.24rem;

	}

}

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

	.single_grid_right>h1 {

		font-size: 0.22rem;

	}

}

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

	.single_grid_left {

		width: 100%;

	}

	.single_grid_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

}

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

	.single_grid_btn {

		margin-top: 0.3rem;

	}

}

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



}





/* editor */

.editor_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.editor{

   display: flex;

   flex-wrap: wrap;



}

.editor_left{

    width: 79.4%;

    box-sizing: border-box;

    padding-right: 4%;

}

.editor_ul{

    width: 100%;

	display: flex;

	background-color: #F3F3F3;



}

.editor_ul li{

    display: inline-block;

	box-sizing: border-box;

	padding: 0.12rem 0.6rem;

	font-size: 0.2rem;

	color: #333;

	font-weight: bold;

	text-transform: capitalize;

	cursor: pointer;

	position: relative;

	transition: all 0.3s ease;

}

.editor_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	left: 50%;

	transform: translate(-50%,0);

	width: 0;

	height: 2px;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.editor_ul li.current{

	background-color: #fff !important;

}

.editor_ul li.current::after{

	width: 100% !important;

}

.editor_dl{



}

.editor_dl dt{



}

.editor_p{

	font-size: 0.24rem;

	color: #333;

	font-weight: bold;

	text-transform: capitalize;

	box-sizing: border-box;

	padding: 0.4rem 0 0.2rem 0;

}

.editor_dl dt article{

    box-sizing: border-box;

}

.editor_rigth{

	width: 20.6%;

}









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

	.editor_ul li {

		padding: 0.1rem 0.5rem;

		font-size: 0.18rem;

	}

	.editor_p {

		font-size: 0.22rem;

		padding: 0.3rem 0 0.15rem 0;

	}

}

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

	.editor_bac {

		padding: 0.6rem 0;

	}

}

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

    .editor_rigth{

		display: none;

	}

	.editor_left {

		width: 100%;

		padding-right: 0%;

	}

}

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



}

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

    .editor_ul li {

        padding: 0.1rem 0.2rem;

        font-size: 0.16rem;

		width: calc(100% / 3);

		text-align: center;

    }

}

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



}

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

    .editor_ul li {

        font-size: 0.14rem;

    }

}





/* single_two */

.single_two_bac{

	box-sizing: border-box;

	padding: 0.4rem 0;

	background-color: #F7F7F7;

}



.single_two{



}

.single_tags{

   display: flex;

   display: -webkit-flex;

   flex-wrap: wrap;

   gap: 0.15rem;

   align-items: center;

   box-sizing: border-box;

   padding-bottom: 0.3rem;

   margin-bottom: 0.3rem;

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

}

.single_tags p{

   font-size: 0.18rem;

   color: #333;

   font-family: 'bold';

   line-height: 0.42rem;

}

.single_tags a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.08rem 0.1rem;

   background-color: #fff;

   font-size: 0.16rem;

   color: #333;

   border-radius: 0.08rem;

   transition: all 0.3s ease;

}

.single_tags a:hover{

	background-color: rgba(13,80,6,0.1);

	color: var(--i_color);

}









.sx{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   flex-wrap: wrap;

}

.sx>div{

	width: 48%;

}

.sx_left{

}

.sx a{

   display: block;

   width: 100%;

   display: flex;

   display: -webkit-flex;

   align-items: center;

}

.sx i{

   width: 0.45rem;

   height: 0.45rem;
   flex-shrink: 0;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   border-radius: 50%;

   box-sizing: border-box;

   border: 1px solid #333;

   transition: all 0.3s ease;

   background-color: #fff;

}

.sx i iconify-icon{

   font-size: 0.2rem;

   color: #333;

   transition: all 0.3s ease;

}

.sx p{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   margin-right: 0.1rem;

}

.sx span{

	font-size: 0.16rem;

	color: #666;

	transition: all 0.3s ease;

}

.sx_right a {

    justify-content: flex-end;

}

.sx_left i{

	margin-right: 0.1rem;

}

.sx_right i{

	margin-left: 0.1rem;

}

.sx a:hover i{

	background-color: var(--i_color);

}

.sx a:hover i iconify-icon{

	color: #fff;

}



.sx_right{

	margin-left: auto;

}

.sx a:hover span{

	color: var(--i_color);

}





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



}

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



}

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

	.single_tags a {

		padding: 0.08rem 0.1rem;

		font-size: 0.14rem;

	}

	.single_tags {

		align-items: center;

	}

}

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



}

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



}

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

	.sx>div{width: 100%;}

}

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



}

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



}



/* related_products */

.related_products_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

}

.related_products{



}







/*  */

.RP_partner_box{

	margin-top: 0.6rem;

}



.RP_partner{position:relative}

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

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

.RP_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}



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

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

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





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



/* 指示器 */

.RP_partner .pt-pagination{

	text-align:center;

	margin:0.4rem auto 0

}

.RP_partner .pt-pagination .swiper-pagination-bullet{

	width:0.7rem;

	height: 1px;

	box-sizing: border-box;

	cursor:pointer;

	display:inline-block;

	margin:0 0.05rem;

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

	border-radius:2px;

	opacity: 1;

	outline:none

}

.RP_partner .pt-pagination .swiper-pagination-bullet-active{

	position:relative;

	background:var(--i_color);

}





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

	.RP_partner .pt-pagination .swiper-pagination-bullet{

		width:0.6rem;

	}

}

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

	.RP_partner .pt-pagination .swiper-pagination-bullet{

		width:0.5rem;

	}

	.related_products_bac{

		padding: 0.6rem 0;

	}

	.RP_partner_box{

		margin-top: 0.4rem;

	}

}

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



}

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



}

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

	.RP_partner .pt-pagination .swiper-pagination-bullet{

		width:0.4rem;

	}

}

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



}













/* 感谢页面 */

.thanks{padding-top: 1rem; margin:0px auto 1rem; text-align:center;box-sizing: border-box; }

.thanks h2{margin-bottom:20px; font-size:0.3rem; color:#222; font-weight:bold}

.thanks a{z-index: 2; display: flex;display: -webkit-flex;justify-content: center; position: relative; transition: all 1s ease;}







.btns {

	height: 4em;

	width: 12em;

	display: flex;

	align-items: center;

	justify-content: center;

	background: transparent;

	border: 0px solid black;

	cursor: pointer;

  }

  .btns:hover p{

	  color: var(--i_color);

  }

  .wrapperss {

	height: 2em;

	width: 8em;

	position: relative;

	background: transparent;

	display: flex;

	justify-content: center;

	align-items: center;

  }



.thanks  .text {

	font-size: 17px;

	z-index: 1;

	color: #000;

	padding: 4px 12px;

	border-radius: 4px;

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

	transition: all 0.5s ease;

  }



  .flower {

	display: grid;

	grid-template-columns: 1em 1em;

	position: absolute;

	transition: grid-template-columns 0.8s ease;

  }



  .flower1 {

	top: -12px;

	left: -13px;

	transform: rotate(5deg);

  }



  .flower2 {

	bottom: -5px;

	left: 8px;

	transform: rotate(35deg);

  }



  .flower3 {

	bottom: -15px;

	transform: rotate(0deg);

  }



  .flower4 {

	top: -14px;

	transform: rotate(15deg);

  }



  .flower5 {

	right: 11px;

	top: -3px;

	transform: rotate(25deg);

  }



  .flower6 {

	right: -15px;

	bottom: -15px;

	transform: rotate(30deg);

  }



  .petal {

	height: 1em;

	width: 1em;

	border-radius: 40% 70% / 7% 90%;

	background: linear-gradient(var(--i_color), #e8ffb3);

	border: 0.5px solid #ffffff;



	z-index: 0;

	transition: width 0.8s ease, height 0.8s ease;

  }



  .two {

	transform: rotate(90deg);

  }



  .three {

	transform: rotate(270deg);

  }



  .four {

	transform: rotate(180deg);

  }



  .btns:hover .petal {

	background: linear-gradient(#E870A5, #FFEFF6);

	border: 0.5px solid #FFEFF6;



  }



  .btns:hover .flower {

	grid-template-columns: 1.5em 1.5em;

  }



  .btns:hover .flower .petal {

	width: 1.5em;

	height: 1.5em;

  }



  .btns:hover .text {

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

  }



  .btns:hover div.flower1 {

	animation: 15s linear 0s normal none infinite running flower1;

  }



  @keyframes flower1 {

	0% {

	  transform: rotate(5deg);

	}



	100% {

	  transform: rotate(365deg);

	}

  }



  .btns:hover div.flower2 {

	animation: 13s linear 1s normal none infinite running flower2;

  }



  @keyframes flower2 {

	0% {

	  transform: rotate(35deg);

	}



	100% {

	  transform: rotate(-325deg);

	}

  }



  .btns:hover div.flower3 {

	animation: 16s linear 1s normal none infinite running flower3;

  }



  @keyframes flower3 {

	0% {

	  transform: rotate(0deg);

	}



	100% {

	  transform: rotate(360deg);

	}

  }



  .btns:hover div.flower4 {

	animation: 17s linear 1s normal none infinite running flower4;

  }



  @keyframes flower4 {

	0% {

	  transform: rotate(15deg);

	}



	100% {

	  transform: rotate(375deg);

	}

  }



  .btns:hover div.flower5 {

	animation: 20s linear 1s normal none infinite running flower5;

  }



  @keyframes flower5 {

	0% {

	  transform: rotate(25deg);

	}



	100% {

	  transform: rotate(-335deg);

	}

  }



  .btns:hover div.flower6 {

	animation: 15s linear 1s normal none infinite running flower6;

  }



  @keyframes flower6 {

	0% {

	  transform: rotate(30deg);

	}



	100% {

	  transform: rotate(390deg);

	}

  }







































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

	.thanks{padding-top: 60px;}



}

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

	.thanks{padding-top: 40px;margin:0px auto 70px}



}

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



}













/* 404 */

.in404{position:absolute; top:0; left:0; width:100%; height:100%; background:#FFF}

.in404_text{position:absolute; top:44%; left:50%; transform:translate(-50%,-50%); width:80%; text-align:center}

.in404_text h1{font-size:220px; color:#BBB}

.in404_text h6{margin:10px auto 30px; font-size:18px; color:#999}

.in404_text a{display:inline-block; padding:0 40px; line-height:32px; font-size:15px; color:#999; border:2px solid #DDD; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px}



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

.in404_text h1{font-size:180px}

}

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

	.in404_text h1{font-size:140px}

	.in404_text h6{font-size:16px}

	.in404_text a{font-size:14px}

}

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

	.in404_text h1{font-size:70px}

	.in404_text h6{margin:10px auto 18px; font-size:14px; line-height:20px}

	.in404_text a{font-size:13px}

}



/* 隐私政策 */

.privacy{margin-bottom: 100px;padding-top: 70px;}

#header{background-color: rgb(0 0 0 / 57%) !important;}

.privacy_cont{}

.privacy_cont .tit{margin-bottom:30px}

.privacy_cont .tit h2{font-size:24px; text-align:center; font-weight:bold}

.privacy_cont article, .privacy_cont article *{font-size:14px; color:#666; line-height:24px}

.foot {top: 130px;}

.privacy ol {padding: 0px;}

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

	.privacy{margin-bottom: 50px;}

}

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

	.privacy{margin-bottom: 30px;}

}







/* tag */



.tag{

	box-sizing: border-box;

	padding: 0.8rem 0;

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{



}

.tag_list .products_right_ul{

   display: flex;

   gap: 0.4rem;

   flex-wrap: wrap;

}

.tag_list  .products_right_ul li{

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

}





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



}

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





}

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



}

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

	.tag{

		padding: 0.6rem 0;

	}

	.tag>h2 {

		font-size: 0.35rem;

	}

}

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



}

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



}

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



	.tag>h2 {

		font-size: 0.25rem;

	}

	.tag_list  .products_right_ul{

		gap: 0.2rem;

	}

	.tag_list  .products_right_ul li{

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

	}

}

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



}

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



}









/* ---------------------- Aside Form ---------------------- */

.contactMenu{--menuColor:#333}

.contactMenu{position: fixed;right: 0;bottom: 0;width: 340px;box-shadow: -6px -4px 10px rgb(0 0 0 / 10%);z-index: 99999999;}

.contactMenuBtn{width: 100%;display:-webkit-flex; display:flex; flex-wrap:nowrap;position: relative;z-index: 3;}

.contactMenuBtn dt{width: 100%;text-align: center;cursor: pointer;}

.contactMenuBtn dt a,.contactMenuBtn dt p{display: block; padding: 8px 10px;color: #FFF;}

.contactMenuBtnWA{display: none;background: #0ABA28;}

.contactMenuBtnForms{background: var(--i_color);}



.contactMenu_Forms{

	display: none;

	position: absolute;

	right: 0;

	bottom: calc(100% - 1px);

	width: 100%;

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

	z-index: 999;

}

.contactMenu_FormsTit{padding: 8px 50px; text-align: center; background: var(--i_color); cursor: pointer;position: relative;}

.contactMenu_FormsTit p{color: #FFF;}

.contactMenu_FormsTit iconify-icon{opacity: 0; position:absolute; top:50%; transform:translate(0,-50%);right: -20px;font-size: 24px;color: #FFF;}

.contactMenu_FormsTit.active iconify-icon{opacity: 1; right: 10px; -webkit-transition:all .6s .5s; transition:all .6s .5s;}

.contactMenu_Forms>span{display: block; padding: 24px; background: #FFF;}



#wpforms-33{

	--wpforms-field-size-input-height:38px;

	--wpforms-field-border-size:0;

	--wpforms-button-background-color:var(--i_color);

	--wpforms-button-border-color:var(--i_color);

	--wpforms-page-break-color:var(--i_color);

	--wpforms-label-error-color:#d63637;

}

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

#wpforms-form-33{width:100%;position:relative;}



#wpforms-33 .wpforms-field-container{}

#wpforms-33 .wpforms-field-container>.wpforms-field{

	width: 100%;

	padding: 0 1px 5px;

	margin: 0 0 6px;

	overflow-x:initial !important;

	position: relative;

}



#wpforms-33 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}

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



#wpforms-33 .wpforms-field-container .wpforms-field>input,

#wpforms-33 .wpforms-field-container textarea{

	border: 1px solid #CCC;

	-webkit-border-radius:4px;

	border-radius:4px;

	box-sizing: border-box;

	padding: 0.05rem 0;

}

#wpforms-33 .wpforms-form label.wpforms-error{position: absolute;left: 0;bottom: 0;font-size: 13px;}



#wpforms-33 .wpforms-field-container .wpforms-field>input,

#wpforms-33 .wpforms-field-container textarea,

#wpforms-33 .wpforms-field-container select,

#wpforms-33 .wpforms-field-container .choices

{width: 100%;max-width: 100%; box-sizing: border-box; margin: 0 0;}

#wpforms-33 .wpforms-field-container .wpforms-field>input,

#wpforms-33 .wpforms-field-container textarea,

#wpforms-33 .wpforms-field-container select

{padding-left: 14px;padding-right: 14px;}

#wpforms-33 .wpforms-field-container textarea{padding-top: 10px;padding-bottom: 10px;}

#wpforms-33 .wpforms-field-container fieldset ul{padding: 0 2px; display:-webkit-flex; display:flex; flex-wrap:wrap;}

#wpforms-33 .wpforms-field-container select{cursor: pointer;}

#wpforms-33 .wpforms-field-container .wpforms-datepicker-wrap{width: 310px;}

#wpforms-33 .wpforms-field-container .wpforms-datepicker-wrap input{width: 100%;max-width: 100%;}

#wpforms-33 .wpforms-field-container .wpforms-datepicker-clear{right: 10px;}

#wpforms-33 .wpforms-field-container em.wpforms-error,#wpforms-33 .wpforms-field-container .mailcheck-error{position: absolute; margin: 0 0; font-size: 12px; bottom: -2px;}



#wpforms-33 .wpforms-submit-container{width: 100%; padding: 0;-webkit-border-radius:8px; border-radius:8px;overflow: hidden;}

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

	width: 100%;

	background: #DDD;

	font-size: 15px;

	color: #333;

	font-weight: bold;

	padding: 0.1rem 0.2rem;

	transition: all 0.3s ease;

	cursor: pointer;

}

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

#wpforms-33 .wpforms-submit-container button:hover{background: var(--i_color); color: #FFF;}



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

	.contactMenu{width: 100%;}

	.contactMenuBtnWA{display: block;}

	.contactMenuBtnWA a{display: block;}

}











/* aside */

.aside_right {

	position: fixed;

	right: 30px;

	bottom: 16%;

	z-index: 999999

}

.aside_right ul {}

.aside_right li {

	margin: .1rem 0;

	-webkit-border-radius: 50%;

	border-radius: 50%;

	position: relative;

	overflow: hidden;

	cursor: pointer

}

.aside_right li>a {

	display: block;

	width: .5rem;

	height: .5rem;

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

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 3;

	transition: all .3s ease;

}



.aside_right li:nth-child(1)>a {

	background: #389b0f

}

.aside_right li:nth-child(2)>a {

	background: var(--i_color);

}



.aside_right li img {

	display: block;

	margin: 0 auto;

	width: .22rem;

	height: .22rem;

	object-fit: contain

}



.aside_right li:hover>a {

	background-color: var(--i_color)

}



.side_tel_box,

.side_qr_box {

	position: absolute;

	box-shadow: -1px 2px 6px rgba(0, 0, 0, .2);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: -1

}

.side_tel_box {

	top: 0;

	right: -300px;

	width: 180px;

	min-height: 100%;

	background: #FFF

}

.side_qr_box {

	top: 50%;

	transform: translate(0, -50%);

	right: -180px;

	width: 120px;

	height: 120px;

	background: #FFF

}



.side_tel_box h6 {

	padding: 8px 0;

	font-size: 14px;

	color: #666

}

.side_tel_box h6 a {

	line-height: 20px

}

.side_tel_box a:hover {

	color: var(--i_color)

}

.side_qr_box img {

	width: 90%;

	height: 90%

}



.aside_right li:hover .side_tel_box,

.aside_right li:hover .side_qr_box {

	right: 48px

}



.side_tel_box,

.side_qr_box {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}



.aside_close {

	position: absolute;

	top: .3rem;

	right: .3rem;

	display: block;

	width: .3rem;

	height: .3rem;

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

	background-size: 30px;

	cursor: pointer

}

.aside_close:hover {

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg)

}

.aside_close {

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease

}



#aside_mask_bg {

	display: none;

	position: fixed;

	top: 50%;

	transform: translate(0, -50%);

	left: 0%;

	width: 100%;

	height: 100%;

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

	z-index: 9999999999998;

}

#aside_sc_from {

	display: none;

	position: fixed;

	top: 50%;

	left: 50%;

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

	width: 800px;

	box-sizing: border-box;

	padding: 30px 30px 40px;

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

	z-index: 9999999999999;

	overflow: auto

}

#aside_sc_from .tit {

	margin-bottom: .4rem

}

#aside_sc_from .tit h1 {

	text-align: center;

	font-size: .26rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: .3rem

}



#wpforms-36 {

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

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-36 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-36 {

	width: 100%;

	overflow: hidden

}

#wpforms-36 input,

#wpforms-36 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-36 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-36 .wpforms-error-container {

	line-height: 16px

}

#wpforms-36 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

#wpforms-36 .wpforms-submit-container {

	padding: 0 !important;

	margin: 0 auto;

	width: 170px;

	height: 38px;

	background: var(--i_color);

	box-sizing: border-box;

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

	position: relative

}

#wpforms-36 .wpforms-field-label {

	font-size: 0

}

#wpforms-36 .wpforms-required-label {

	position: absolute;

	top: 16px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-36 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-36 input {

	height: var(--input_height)

}

#wpforms-36 textarea {

	min-height: 100px

}

#wpforms-36 input,

#wpforms-36 textarea {

	width: 100%;

	max-width: 100% !important;

	font-size: var(--input_font_size);

	color: #333;

	box-sizing: border-box;

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

	line-height: var(--input_height);

	padding: 0 16px

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-36 #wpforms-36-field_1-error,

#wpforms-36 #wpforms-36-field_2-error,

#wpforms-36 #wpforms-36-field_3-error,

#wpforms-36 #wpforms-36-field_5-error {

	position: absolute;

	font-size: 13px

}

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

	width: 100%;

	height: 34px;

	font-size: 14px;

	color: #FFF;

	line-height: 34px;

	cursor: pointer;

	text-transform: uppercase;

	position: relative;

	z-index: 2

}

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

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

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

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

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

	display: block

}

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

	background: #FFF

}

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

	color: var(--i_color)

}



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

	.aside_right li>a {

		width: 0.4rem;

		height: 0.4rem;

	}

}



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

	#aside_sc_from {

		width: 94%;

	}

}

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

	.aside_right {

		right: 22px;

		bottom: 160px;

	}

	.aside_right{

		display: none !important

	}

}

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

	#aside_sc_from {

		padding: 20px 20px 30px

	}

	#aside_sc_from .tit {

		margin-bottom: 0.3rem;

	}

	#wpforms-36 .wpforms-submit-container {

		height: 34px;

	}

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

		height: 30px;

		line-height: 30px;

		font-size: 14px;

	}

}

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

	#aside_sc_from .tit h1 {

		font-size: 0.24rem;

	}



}



.form_hide{

	display: none !important;

}

















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



}

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



}

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



}

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



}

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



}

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



}

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



} */



















