/*

Theme Name: YuanXiang

Version: 1.0

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

Author: 版权所有：安徽领聚

*/

@charset "utf-8";



.wrap {

	width: 78.125%;

	margin: 0 auto

}



.wrap_top {

	width: 92%;

	margin: 0 auto

}

.wrap_82{

	width: 82%;

	margin: 0 auto

}

.wrap_left{

	padding-left: 10.9375%;

	box-sizing: border-box;

}

.wrap_right{

	padding-right: 10.9375%;

	box-sizing: border-box;

}

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

	.wrap {

		width: 80%

	}

	.wrap_left{padding-left: 10%;}

	.wrap_right{padding-right: 10%;}

	.wrap_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: #3895C5;

	/* 全局颜色 */

	--i_color2: #2EACEB;

	/* 副颜色 */

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

	}

}



@font-face {

	font-family: 'Poppins';

	src: url('static/webfonts/Poppins-Regular.ttf');

}

@font-face {

	font-family: 'med';

	src: url('static/webfonts/Poppins-Medium.ttf');

}

@font-face {

	font-family: 'bold';

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

}

body{

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

}



/* header */

header {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 2014;

}

header::before {

	content: '';

	position: absolute;

	left: 0;

	bottom: 0;

	width: 0%;

	height: 1px;

	background: #fff;

	z-index: 2014;

}



.top_cont {

	position: relative;

	z-index: 2013;

}

.top_cont::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: #fff;

	z-index: -1;

	transition: all 0.3s ease;

}

.top {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

}

.TopHeader .top_cont{

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

}



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

	header {

		top: 0;

		top: 0;

		width: 100%;

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

	}

	/* .top_cont {

		background: #333 !important;

	} */

}

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



}





/* logo */

.logo {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: var(--header_height);

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

}

.logo a {

	display: -webkit-flex;

	display: flex;

	align-items: center;

	height: 100%;

}

.logo img {

	height: 0.71rem;

}



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

	.logo img {

		height: 0.65rem;

	}

}

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

	.logo img {

		height: 0.6rem;

	}



}

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

	.logo img {

		max-height: 50%;

	}



}











/* 导航 */

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

	.i_nav {

		margin-left: 5%;

		display: -webkit-flex;

		display: flex;

		flex-wrap: nowrap;

		z-index: 2014;

	}



	.i_nav>li {

		position: relative;

		margin: 0 .25rem;

	}



	.i_nav>li>a {

		display: block;

		font-size: .18rem;

		color: #333;

		line-height: var(--header_height);

		white-space: nowrap;

		-webkit-border-radius: .08rem;

		border-radius: .08rem;

		text-transform: capitalize;

		position: relative;

	}

	.i_nav>li>a::after{

		content: '';

		position: absolute;

		bottom: 0.2rem;

		right: 0;

		width: 0;

		height: 0.03rem;

		background-color: var(--i_color2);

		transition: all 0.3s ease;

		border: 2px;

	}



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

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

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

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

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

	.i_nav>li:hover>a,

	.i_nav .curr>a {

		color: var(--i_color2) !important;

	}



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

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

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

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

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

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

	.i_nav .curr>a::after{

		width: 100%;

        right: auto;

		left: 0;

	}



	.i_nav .sub-menu {

		display: none;

		position: absolute;

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

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

		min-width: 1.6rem;

		overflow: hidden;

	}

	.i_nav .sub-menu li {

		position: relative;

	}

	.i_nav .sub-menu li::before,

	.i_nav .sub-menu li::after {

		content: '';

		position: absolute;

		bottom: 0;

		height: 1px;

	}

	.i_nav .sub-menu li::before {

		left: 0;

		width: 100%;

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

	}

	.i_nav .sub-menu li::after {

		right: 0;

		width: 0;

		background: var(--i_color);

	}



	.i_nav .sub-menu a {

		display: block;

		padding: 0 .8rem 0 .2rem;

		font-size: 0.15rem;

		color: #444;

		line-height: 0.44rem;

		overflow: hidden;

		white-space: nowrap;

		text-overflow: ellipsis;

		position: relative;

		left: 0;

	}

	.i_nav .sub-menu a::before {

		content: "\f324";

		font-family: "Font Awesome 5 Pro";

		font-weight: 300;

		position: absolute;

		top: 50%;

		transform: translate(0, -50%);

		left: -.16rem;

		font-size: 0.14rem;

		color: var(--i_color);

	}

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

		right: initial;

		left: 0;

		width: 100%;

	}

	.i_nav .sub-menu li:hover a {

		left: .16rem;

	}

	.i_nav .sub-menu li:hover a {

		color: var(--i_color);

	}

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

		left: 0;

	}

	.i_nav .sub-menu li,

	.i_nav .sub-menu li::after,

	.i_nav .sub-menu a,

	.i_nav .sub-menu a::before {

		-webkit-transition: all .5s ease;

		transition: all .5s ease

	}



}



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

	.i_nav>li {

		margin: 0 .2rem;

	}

}

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

	.i_nav>li {

		margin: 0 .16rem;

	}

	.i_nav>li>a {

		font-size: 0.15rem;

	}

}

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

	.i_nav>li {

		margin: 0 .14rem;

	}

	.i_nav>li>a {

		font-size: 0.14rem;

	}

}

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

	.i_nav {

		display: none;

		position: fixed;

		top: var(--header_height);

		left: 0;

		width: 100%;

		width: 100vw;

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

		background: #FFF;

		overflow-y: auto;

		z-index: 2

	}

	/*滚动条*/

	.i_nav::-webkit-scrollbar {

		width: 3px;

		height: 8px

	}

	.i_nav::-webkit-scrollbar-thumb {

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

		background: #555

	}

	.i_nav::-webkit-scrollbar-track {

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

		border-radius: 0;

		background: #F1F1F1

	}



	.i_nav>li {

		margin: 0 0 !important;

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

		position: relative

	}

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

		display: block;

		position: absolute;

		top: 0;

		right: 0;

		width: .44rem;

		height: .44rem;

		background: #F1F1F1;

	}

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

		content: '\f107';

		position: absolute;

		top: 50%;

		left: 50%;

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

		font-size: 0.26rem;

		color: #222;

	}



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

		content: '\f106';

	}



	.i_nav>li>a {

		padding: 0 .2rem;

		font-size: .15rem;

		color: #222;

		line-height: .44rem;

		text-transform: 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: .2rem

}

.top_r {

	margin-left: auto;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height)

}







.top_email{



}

.top_email a{

    display: block;

	margin-right: 0.2rem;

}

.top_email a iconify-icon{

	font-size: var(--size);

	color: #333;

	transition: all 0.3s ease;

}



.top_email a iconify-icon:hover{

	color: var(--i_color);

}











.top_search_ico {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	margin-right: 0.2rem;

	position: relative;

}

.top_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_color2);

}





.top_language {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	height: var(--header_height);

	position: relative;

}

.top_language_all{

   display: inline-block;

   height: 0.46rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   box-sizing: border-box;

   padding: 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: 'Poppins';

}

.top_language_all iconify-icon{

	font-size: var(--size);

	cursor: pointer;

	color: #333;

	line-height: 100%;

	transition: all 0.3s ease;

}

.top_language.on p{

	color: var(--i_color2);

}

.top_language.on iconify-icon {

	color: var(--i_color2);

}







.language_list{

	opacity: 0;

	visibility: hidden;

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

	background: #FFF;

	min-width: 1.2rem;

	z-index: 2016;

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

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

	padding: .16rem .2rem;

}

.language_list.on{

	opacity: 1;

	visibility: visible;

	top: var(--header_height);

}



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

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



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

.lang_list span img{display: none;}

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

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

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



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

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

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

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



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

	.top_language_all p{

		font-size: 0.16rem;

	}

}

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



}

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



}













.top_language,

.top_language>iconify-icon {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}

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

	.top_language {

		margin-left:  .2rem;

	}

	.top_search_ico i{

		width: 0.4rem;

		height: 0.4rem;

	}

	.top_language_all{

		height: 0.4rem

	}

	.top_r {

		--size: .18rem

	}

	.top_language_all p {

		font-size: 0.16rem;

	}

}

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

	.top_search_ico i{

		width: 0.35rem;

		height: 0.35rem;

	}

	.top_language_all{

		height: 0.35rem

	}

}

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







header,

.top_cont,

.logo,

.logo img,

.i_nav>li,

.i_nav>li>a,

.top_r {

	-webkit-transition: all .7s ease;

	-moz-transition: all .7s ease;

	-ms-transition: all .7s ease;

	-o-transition: all .7s ease;

	transition: all .7s ease

}













/* search main */

.top_search {

	--search_height: .38rem

}

.top_search {

	position: fixed;

	top: -1rem;

	left: 0;

	width: 100%;

	padding: .16rem 0;

	background: #FFF;

	-webkit-transition: all .3s ease;

	transition: all .3s ease;

	z-index: 2000;

}

.top_search.on {

	top: var(--header_height);

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

}

.top_search form {

	width: 80%;

	margin: 0 auto;

	max-width: 5rem;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	box-sizing: border-box;

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

	overflow: hidden;

}

.top_search_ipt {

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

	height: var(--search_height);

	box-sizing: border-box;

	padding: 0 0 0 .12rem;

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



	.top_search_ico {

		margin-right: 0.3rem;

	}

}

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

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

	.top_r {

		margin-left: auto;

	}

	.top_search_ico {

		margin-right: 0;

	}

}

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

	top: var(--header_height);

	left: 0;

	width: 100%;

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

	overflow: hidden;



}

.banner .swiper-container {

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	list-style: none;

	padding: 0;

	z-index: 1;

}

.banner .swiper-wrapper {

	display: flex;

	position: relative;

	width: 100%;

	z-index: 1

}

.banner .swiper-slide {

	height: 0;

	padding-bottom: calc(100vh - var(--header_height));

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	flex-shrink: 0;

	position: relative;

	overflow: hidden

}

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

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	object-fit: cover

}





.banner-button-prev,

.banner-button-next {

	position: absolute;

	top: 48%;

	transform: translate(0, -50%);

	width: .5rem;

	height: .5rem;

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

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

	overflow: hidden;

	-webkit-transition: all .3s ease;

	transition: all .3s ease

}

.banner-button-prev {

	left: -.6rem;

}

.banner-button-next {

	right: -.6rem;

}

.banner-button-prev i,

.banner-button-next i {

	position: absolute;

	top: 50%;

	left: 50%;

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

	font-size: 0.24rem;

	color: #FFF;

}

.banner:hover .banner-button-prev {

	left: .3rem

}

.banner:hover .banner-button-next {

	right: .3rem

}

.banner-button-prev:hover,

.banner-button-next:hover {

	background-color: var(--i_color)

}





.banner-pagination {

	position: absolute;

	left: 50%;

	transform: translate(-50%, 0);

	bottom: 6%;

	cursor: pointer;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	z-index: 3;

}



.banner-pagination .swiper-pagination-bullet {

	display: block;

	width: 0.7rem;

	height: 0.02rem;

	margin: 0 .05rem;

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

	position: relative;

	outline: none

}

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

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: var(--i_color);

}





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

	.banner {

		margin-top: var(--header_height);

		position: relative;

		top: initial;

		height: auto;

		-webkit-border-radius: 0 0;

		border-radius: 0 0;

	}

	.banner .swiper-slide {

		padding-bottom: 49%

	}



	.banner-button-prev,

	.banner-button-next {

		display: none

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.6rem;

	}

}

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



	.banner-pagination {

		bottom: 0.3rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.5rem;

	}

}

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

	.banner-pagination {

		bottom: 0.2rem;

	}

	.banner-pagination .swiper-pagination-bullet {

		width: 0.4rem;

	}

}













.fullMask {

	width: 100%;

	height: 100vh;

}

.fullMask_about{

	width: 100%;

	height: 86.6vh;

}

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

	.fullMask,.fullMask_about{

		display: none;

	}

}



main {

    position: relative;

    background: #FFF;

    max-width: 100%;

	overflow: hidden;

}



footer {

    max-width: 100%;

    overflow: hidden;

    position: relative;

    background-color: white;

}


/* banner 文字 */
.banner_text1{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.banner_text1_box{
   width: 46%;
}
.banner_text1_box h3{
   font-size: 0.45rem;
   color: #333;
   font-weight: bold;
   line-height: 133%;
   position: relative;
   text-transform: uppercase;
   z-index: 2;
}
.banner_text1_box h3::after{
   content: '';
   position: absolute;
   width: 60%;
   height: 0.18rem;
   background: linear-gradient(to right,rgba(5,147,221,1),rgba(56,149,197,0));
   border-radius: 8rem;
   z-index: -1;
   top: 30%;
   left: 0;
}
.banner_text1_box h4{
   font-size: 0.2rem;
   color: #fff;
   line-height: 130%;
   box-sizing: border-box;
   padding: 0.1rem 0.3rem;
   border-radius: 8rem;
   background: linear-gradient(to right,rgba(5,147,221,1),rgba(56,149,197,0));
   margin-top: 0.2rem;
}
.banner_text1_dl{
   display: flex;
   flex-direction: column;
   gap: 0.1rem;
   margin-top: 0.5rem;
   margin-bottom: 0.2rem;
}
.banner_text1_dl dt{
   font-size: 0.18rem;
   color: #666;
   position: relative;
   box-sizing: border-box;
   padding-left: 0.3rem;
}
.banner_text1_dl dt::after{
   content: '';
   position: absolute;
   width: 0.14rem;
   height: 0.14rem;
   border-radius: 50%;
   background: url('static/imgs/banner_i.png') center no-repeat;
   background-size: contain;
   top: 0.08rem;
   left: 0;
}



.banner_text2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text2_box{
	width: 58%;
}
.banner_text2_h3{
	font-size: 0.45rem;
	color: var(--i_color);
	text-transform: uppercase;
	font-weight: bold;
	line-height: 133%;
}
.banner_text2_box h4{
    font-size: 0.18rem;
	color: #fff;
	display: inline-block;
	box-sizing: border-box;
	padding: 0.15rem 0.2rem;
	position: relative;
	background-color: #6AA7CB;
	margin: 0.3rem 0 0.4rem 0;
}
.banner_text2_box h4::after{
	content: '';
	position: absolute;
	width: 96%;
	height: 0.3rem;
	background-color: var(--i_color);
	clip-path: polygon(0 0, 99.8% 100%, 100% 0);
	bottom: -0.3rem;
	left: 0;
}
.banner_text2_box img{
   width: 96%;
   margin-top: 0.4rem;
}

.banner_text3{
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_text3_box{
	width: 53%;
}
.banner_text3_box h3{
	color: #fff;
	position: relative;
	z-index: 2;
}
.banner_text3_box h3::after{
	content: '';
	position: absolute;
	top: 38%;
	left: -0.08rem;
	transform: translate(0,-50%);
	width: 1.41rem;
	height: 1.51rem;
	background: url('https://lingjuimg.com/wp-content/uploads/yuanxiang/2025/04/banner3_s.png') center no-repeat;
	background-size: contain;
	z-index: -1;
}
.banner_text3_dl{
    display: flex;
	flex-direction: column;
	gap: 0.12rem;
	align-items: flex-start;
	margin-top: 0.4rem;
}
.banner_text3_dl dt{
	display: inline-block;
	font-size: 0.18rem;
	line-height: 100%;
	color: #fff;
	box-sizing: border-box;
	padding: 0.05rem 0.15rem;

	background: linear-gradient(to right,rgba(35,147,206,1),rgba(48,149,201,0));
}













@media screen and (max-width:1440px){
	.banner_text1_box h3{
		font-size: 0.4rem;
	}
	.banner_text1_box h4 {
		font-size: 0.18rem;
	}
	.banner_text1_dl {
		margin-top: 0.4rem;
	}
	.banner_text2_h3{
		font-size: 0.4rem;
	}
	.banner_text2_box h4 {
		font-size: 0.16rem;
		margin: 0.2rem 0 0.4rem 0;
	}
}
@media screen and (max-width:1200px){
	.banner_text1_box h3{
		font-size: 0.35rem;
	}
	.banner_text1_box h4 {
		font-size: 0.16rem;
	}
	.banner_text1_dl {
		margin-top: 0.3rem;
	}
	.banner_text1_dl dt {
		font-size: 0.16rem;
	}
	.banner_text2_h3{
		font-size: 0.35rem;
	}
	.banner_text2_box h4 {
		font-size: 0.14rem;
	}
	.banner_text3_box h3::after{
		width: 1.21rem;
		height: 1.31rem;
	}
	.banner_text3_dl dt {
		font-size: 0.16rem;
	}
}
@media screen and (max-width:1024px){
	.banner_text1_box h3{
		font-size: 0.3rem;
	}
	.banner_text1_box h4 {
		font-size: 0.14rem;
	}
	.banner_text1_dl {
		margin-top: 0.2rem;
	}
	.banner_text2_h3{
		font-size: 0.3rem;
	}
	.banner_text2_box img{
		display: none;
	}
	.banner_text3_box h3::after{
		width: 1.01rem;
		height: 1.11rem;
	}
	.banner_text3_dl{
		display: none;
	}
}
@media screen and (max-width:960px){
	.banner_text1_box h3{
		font-size: 0.28rem;
	}
	.banner_text1_dl{
		display: none;
	}
	.banner_text2_h3{
		font-size: 0.28rem;
	}
}
@media screen and (max-width:767px){
	.banner_text1_box h3{
		font-size: 0.26rem;
	}
	.banner_text1_box {
		width: 60%;
	}
	.banner_text2_h3{
		font-size: 0.26rem;
	}
	.banner_text2_box h4{
		display: none;
	}
	.banner_text2_box .home_btn{
		margin-top: 0.2rem;
	}
	.banner_text3_box h3::after{
		width: 0.8rem;
		height: 0.9rem;
	}
}
@media screen and (max-width:560px){
	.banner_text1_box {
		width: 100%;
	}
	.banner_text1_box h3{
		font-size: 0.24rem;
	}
	.banner_text1_box h4 {
		margin-top: 0.1rem;
	}
	.banner_text2_h3{
		font-size: 0.24rem;
	}
	.banner_text2_box .home_btn{
		margin-top: 0.1rem;
	}
}
@media screen and (max-width:425px){
	.banner_text1_box h3{
		font-size: 0.22rem;
	}
	.banner_text1_box h4 {
		margin-top: 0rem;
	}
	.banner_text2_h3{
		font-size: 0.2rem;
	}
}




/* hot_products */

.hot_products_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.hot_products{



}



.hot_products_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.3rem;

   align-items: flex-start;

   margin-top: 0.6rem;



}

.hot_products_ul ul{

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

	gap: 0.3rem;

	display: flex;

	flex-direction: column;

}

.hot_products_ul li{



   background-color: #F6F6F6;

   box-sizing: border-box;

   padding: 0.4rem 0 0 0.35rem;

}

.hot_products_ul li a{

	display: block;

	width: 100%;

}

.hot_products_li1{



}

.hot_products_h3{

   font-size: 0.26rem;

   color: #333;

   font-weight: bold;

   box-sizing: border-box;

   padding-right: 0.35rem;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	margin-bottom: 0.2rem;

	transition: all 0.3s ease;

}

.hot_products_dl{

   display: flex;

   flex-direction: column;

   gap: 0.1rem;

}

.hot_products_dl dt{

   box-sizing: border-box;

   padding-left: 0.25rem;

   padding-right: 0.35rem;

   font-size: 0.18rem;

   color: #666;

   position: relative;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;



}

.hot_products_dl dt::after{

   content: '';

   position: absolute;

   left: 0;

   top: 50%;

   transform: translate(0,-50%);

   width: 0.06rem;

   height: 0.06rem;

   background-color: #666;

   border-radius: 50%;

}

.hot_products_box1 {

	display: flex;

	justify-content: space-between;

	align-items: flex-end;

}

.hot_products_i{

   display: block;

   width: 0.58rem;

   height: 0.58rem;

   border-radius: 50%;

   border: 1px solid #999999;

   display: flex;

   justify-content: center;

   align-items: center;

   margin-bottom: 0.45rem;

   transition: all 0.3s ease;

}

.hot_products_i iconify-icon{

   font-size: 0.18rem;

   color: #666;

   transition: all 0.3s ease;

}

.hot_products_i1{



}

.hot_products_i2{

    display: none;

}

.hot_products_img{

    width: 50%;

	position: relative;

}

.hot_products_img::after{

    content: '';

	display: block;

	padding-bottom: 100%;

}

.hot_products_img img{

    position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;



}







.hot_products_li3{

    background: linear-gradient(to right,#3895C5,#3895C5);

	padding-top: 0.2rem !important;

}

.hot_products_li3 a{

	display: block;

	width: 100%;

	box-sizing: border-box;

	display: flex !important;

	justify-content: space-between;

	align-items: center;

}

.hot_products_li3_text{



}

.hot_products_li3_text h4{

   font-size: 0.36rem;

   color: #fff;

}

.hot_products_li3_img{

   position: relative;

   width: 44.5%;

   box-sizing: border-box;

   margin: 0 0.1rem 0.1rem 0;

}

.hot_products_li3_img::after{

   content: '';

   display: block;

   padding-bottom: 87%;

}

.hot_products_li3_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: cover;

}





.hot_products_li3 .hot_products_i{

	margin-top: 0.5rem;

	border: 1px solid #fff;

	margin-bottom: 0;

}

.hot_products_li3 .hot_products_i iconify-icon{

	color: #fff;

}



.hot_products_li2{

	position: relative;

}

.hot_products_li2 a{

	display: block;

	width: 100%;



}

.hot_products_li2_text{

   width: 79%;

}

.hot_products_li2_text .hot_products_dl{

	margin-bottom: 1.2rem;

}

.hot_products_pos_img{

	position: absolute;

	bottom: 0;

	right: 0;

	width: 37.5%;

}

.hot_products_pos_img::after{

	content: '';

	display: block;

	padding-bottom: 100%;

}

.hot_products_pos_img img{

	position: absolute;

	top: 50%;

	left: 50%;

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

	width: 100%;

	height: 100%;

	object-fit: contain;

}



.hot_products_li4{

	height: 100%;

	position: relative;

}

.hot_products_li3_text{

	width: 73%;

}

.hot_products_li3_text .hot_products_h3{

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   white-space:unset;



}

.hot_products_li3_text .hot_products_dl dt{

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   white-space:unset;

}

.hot_products_li3_text  .hot_products_i{

	margin-top: 0.3rem;

}





.hot_products_ul li:hover h3{

	color: var(--i_color);

}

.hot_products_ul li:hover .hot_products_i{

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

	background-color: var(--i_color);

}

.hot_products_ul li:hover .hot_products_i iconify-icon{

	color: #fff;

}

.hot_products_ul li:hover .hot_products_i1{

	display: none;

}

.hot_products_ul li:hover .hot_products_i2{

	display: block;

}

.hot_products_li3:hover .hot_products_i{

	border: 1px solid #fff !important;

	background-color: #fff !important;

}

.hot_products_li3:hover .hot_products_i iconify-icon{

	color: var(--i_color) !important;

}



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

	.hot_products_h3 {

		font-size: 0.24rem;

	}

	.hot_products_li3_text .hot_products_dl dt{

		-webkit-line-clamp: 1;

	}

}

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

	.hot_products_bac {

		padding: 0.8rem 0;

	}

	.hot_products_li2_text .hot_products_dl {

		margin-bottom: 1rem;

	}

	.hot_products_li3_text h4 {

		font-size: 0.32rem;

	}

}

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

	.hot_products_bac {

		padding: 0.6rem 0;

	}

	.hot_products_li2_text .hot_products_dl {

		margin-bottom: 0.6rem;

	}

	.hot_products_dl dt {

		font-size: 0.16rem;

	}

	.hot_products_li3_text h4 {

		font-size: 0.3rem;

	}

	.hot_products_i {

		width: 0.5rem;

		height: 0.5rem;

		margin-bottom: 0.4rem;

	}

	.hot_products_i iconify-icon {

		font-size: 0.16rem;

	}

	.hot_products_h3 {

        font-size: 0.22rem;

    }

}

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

	.hot_products_li3_text h4 {

		font-size: 0.28rem;

	}

	.hot_products_h3 {

        font-size: 0.2rem;

    }

}

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

	.hot_products_ul ul {

		width: 100%;

	}

	.hot_products_pos_img {

		width: 26.5%;

	}

	.hot_products_li3_text h4 {

		font-size: 0.25rem;

	}

}

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

	.hot_products_ul {

		margin-top: 0.4rem;

	}

	.hot_products_i {

		width: 0.45rem;

		height: 0.45rem;

	}

	.hot_products_h3 {

        font-size: 0.18rem;

    }

	.hot_products_dl dt {

        font-size: 0.14rem;

    }

}

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

	.hot_products_pos_img {

		width: 37.5%;

	}

	.hot_products_h3 {

        font-size: 0.16rem;

    }

	.hot_products_li3{

		padding-bottom: 0.2rem !important;

	}

}

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



}











.title{

   display: flex;

   flex-direction: column;

   align-items: center;

}

.title_left{

	align-items: flex-start;

}

.title p{

   font-size: 0.46rem;

   color: #333;

   font-weight: bold;

   position: relative;

   line-height: 100%;

   text-transform: capitalize;

   box-sizing: border-box;

   padding-left: 0.85rem;

   z-index: 2;

}

.title p::after{

   content: '';

   position: absolute;

   left: 0;

   top: 50%;

   transform: translate(0,-50%);

   width: 1.5rem;

   height: 0.63rem;

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

   background-size: contain;

   z-index: -1;

}

.title span{

   font-size: 0.18rem;

   color: #666;

   display: block;

   text-align: center;

   margin-top: 0.12rem;

}

.title span a{

	font-size: 0.18rem;

    color: var(--i_color);

}

.title_span_bule{

	color: var(--i_color) !important;

}

.title_left span{

	text-align: left !important;

}

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

	.title p{

		font-size: 0.4rem;

	}

}

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

	.title p{

		font-size: 0.35rem;

		padding-left: 0.75rem;

	}

	.title p::after {

		width: 1.2rem;

		height: 0.5rem;

	}

	.title span,.title span a {

		font-size: 0.16rem;

	}

}

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

	.title p{

		font-size: 0.3rem;

	}

	.title p br,.title span br{

		display: none;

	}

}

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



}

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

	.title p{

		font-size: 0.25rem;

		padding-left: 0.65rem;

	}

	.title p::after {

        width: 1rem;

        height: 0.4rem;

    }

	.title span,.title span a {

		font-size: 0.14rem;

	}

}

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

	.title p{

		font-size: 0.22rem;

		padding-left: 0.5rem;

	}

	.title p::after {

        width: 0.8rem;

        height: 0.35rem;

    }

}

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



}







/* home_about */

.home_about_bac{

   background-color: #F6F6F6;

   box-sizing: border-box;

   padding: 1rem 0;

   position: relative;

   z-index: 2;

   overflow: hidden;

}

.home_about_bac::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 49.9%;

	height: 100%;

	background-color: #B0B8C5;

	z-index: -1;

}

.home_about{

   display: flex;

   flex-wrap: wrap;

   align-items: flex-start;

}

.home_about_left{

   width: 66.6%;

   box-sizing: border-box;

   padding-right: 0.5rem;

}

.home_about_p{

	font-size: 0.18rem;

	color: #333;

	box-sizing: border-box;

	padding: 0.4rem 0.4rem 0.4rem 0;

	background-color: #F6F6F6;

	position: relative;

	z-index: 3;

	line-height: 177%;

	margin-bottom: 0.2rem;

}







.home_about_video{

    position: absolute;

	top: 45%;

	left: 50%;

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

	display: flex;

	display: -webkit-flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	width: 100%;

	z-index: 4;

}

.home_about_video p{

    font-size: 0.18rem;

	color: #fff;

	line-height: 0.28rem;

	text-transform: uppercase;

	text-align: center;

}

.home_about_video i{

	display: block;

	width: 0.68rem;

	height: 0.68rem;

	border-radius: 50%;

	border: 1px solid #fff;

	margin-top: 0.4rem;

	position: relative;

	cursor: pointer;

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

	background-size: contain;

}





.home_about_video  i::before {

    animation: serv_one_border 2s 0s ease infinite;

}



.home_about_video i::before {

    content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.home_about_video i span::before{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.home_about_video i span::after{

	content: '';

    position: absolute;

    left: 50%;

    top: 50%;

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

    border: 1px solid #fff;

    width: 100%;

    height: 100%;

    border-radius: 50%;

    opacity: 0;

    z-index: 2;

}

.home_about_video  i span::before {

    animation: serv_one_border 1.5s 0s ease infinite;

}

.home_about_video  i span::after {

    animation: serv_one_border 2.5s 0s ease infinite;

}



@keyframes serv_one_border {

	0% {

		opacity: 0

	}

	5% {

		opacity: 1

	}

	80% {

		opacity: 0

	}

	100% {

		opacity: 0;

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

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

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

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

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

	}

}



.home_about_right{

   width: 33.4%;

   position: relative;

}

.home_about_right::after{

   content: '';

   display: block;

   padding-bottom: 112%;

}

.home_about_right img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}



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

	.home_about_bac {

		padding: 0.8rem 0;

	}

}

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

	.home_about_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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

	.home_about {

		align-items: center;

	}

}

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

	.home_about_left {

		width: 100%;

		padding-right: 0rem;

	}

	.home_about{

		gap: 0.4rem;

	}

	.home_about_right {

		width: 46.4%;

	}

	.home_about_p {

		margin-bottom: 0rem;

	}

}

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



}













.home_btn{



}

.home_btn a{

   display: inline-block;

   position: relative;

   box-sizing: border-box;

   padding: 0.08rem 0.15rem;

   z-index: 2;

}

.home_btn_center{

   display: flex;

   justify-content: center;

}

.home_btn a::before{

   content: '';

   position: absolute;

   right: 0;

   width: 0;

   height: 100%;

   background-color: var(--i_color);

   top: 0;

   transition: all 0.5s ease;

   z-index: -1;

}

.home_btn a::after{

	content: '';

    position: absolute;

	bottom: 0;

	width: 100%;

	left: 0;

	height: 0.04rem;

	background-color: var(--i_color);

	transition: all 0.5s ease;

}

.home_btn_box{

   display: flex;

   align-items: center;

   gap: 0.3rem;

}

.home_btn_box p{

   font-size: 0.18rem;

   color: var(--i_color);

   text-transform: capitalize;

   transition: all 0.3s ease;

}

.home_btn_box iconify-icon{

   font-size: 0.22rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}

.home_btn a:hover::before{

	width: 100%;

	right: auto;

	left: 0;

}

.home_btn a:hover p{

	color: #fff;

}

.home_btn a:hover iconify-icon{

	color: #fff;

}



.home_btn_bule a{

    background-color: var(--i_color);

}

.home_btn_bule p{

	color: #fff;

}

.home_btn_bule iconify-icon{

	color: #fff;

}

.home_btn_bule .home_btn_box {

    gap: 0.1rem;

}

.home_btn_bule a::before{

	background-color: var(--i_color2);

}

.home_btn_bule a::after{

    width: 0;

}





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



}

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

	.home_btn_box p {

		font-size: 0.16rem;

	}

	.home_btn_box iconify-icon {

		font-size: 0.2rem;

	}

	.home_btn a::after {

		height: 0.03rem;

	}

	.home_btn_box {

		gap: 0.2rem;

	}

	.home_btn a {

		padding: 0.06rem 0.12rem;

	}

	.home_about_p {

		font-size: 0.16rem;

		padding: 0.3rem 0.3rem 0.3rem 0;

	}

}

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



}

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

	.home_about_p {

		font-size: 0.14rem;

	}

}

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

	.home_btn_box p {

		font-size: 0.14rem;

	}

	.home_btn_box iconify-icon {

		font-size: 0.18rem;

	}

	.home_btn a::after {

		height: 0.02rem;

	}

}

@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: 56%;

	left: 47%;

	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;

	}

}





/* advantage */

.advantage_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.advantage{



}

.advantage_ul{

   display: flex;

   margin-top: 0.6rem;

   gap: 0.1rem;

   overflow: hidden;

}

.advantage_ul li{

   background-color: #F6F6F6;

   width: 18.5%;

   flex-grow: 1;

   height: 5.5rem;

   display: flex;

   flex-direction: column;

   justify-content: space-between;

   transition: all 0.5s ease;

}

.advantage_active{

	flex-grow: 1000 !important;

	background-color: #B0B8C5 !important;

}

.advantage_ul li h3{

   font-size: 1.2rem;

   line-height: 100%;

   color: #B0B8C5;

   transition: all 0.3s ease;

}

.advantage_ul li h4{

   font-size: 0.17rem;

   color: #B0B8C5;

   font-weight: bold;

   box-sizing: border-box;

   padding: 0 0.1rem;

   margin-bottom: 0.1rem;

   transition: all 0.3s ease;

   letter-spacing: 1px;

}

.advantage_ul li h5{

	display: none;

   font-size: 0.16rem;

   line-height: 0.22rem;

   height: 0.66rem;

   overflow: auto;

   box-sizing: border-box;

   padding: 0 0.1rem;

   transition: all 0.3s ease;

   width: 33vw;

}

/*滚动条*/

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

.advantage_ul li h5::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:#fff}

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



.advantage_active h5{

	display: block !important;

}

.advantage_active h3,.advantage_active h4,.advantage_active h5{

	color: #fff !important;

}



.advantage_ul li img{

   width: 100%;

   height: 3.13rem;

   object-fit: cover;

}





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

	.advantage_bac {

		padding: 0.8rem 0;

	}

	.advantage_ul li h3 {

		font-size: 1.1rem;

	}

	.advantage_ul li h5 {

		width: 37vw;

	}

	.advantage_ul li {

		height: 5.4rem;

	}

}

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

	.advantage_bac {

		padding: 0.6rem 0;

	}

	.advantage_ul li h3 {

		font-size: 1rem;

	}

	.advantage_ul li h5 {

        width: 36vw;

    }

	.advantage_ul li h5 {

		font-size: 0.14rem;

		line-height: 0.2rem;

		height: 0.6rem;

	}

	.advantage_ul li {

		height: 5.2rem;

	}

}

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

	.advantage_ul li h3 {

		font-size: 0.9rem;

	}

	.advantage_ul li h5 {

        width: 39vw;

    }

}

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

	.advantage_ul li h3 {

		font-size: 0.8rem;

	}

	.advantage_ul li h5 {

        width: 38vw;

    }



}

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

	.advantage_ul {

		margin-top: 0.4rem;

	}

	.advantage_ul li {

		width: 100%;

		height: 5rem;

	}

	.advantage_ul{

		flex-wrap: wrap;

	}

	.advantage_ul li h5{

		width: 100%;

		display: block !important;

	}

}

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



}

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



}





/* certificate */

.certificate_bac{

   position: relative;

}

.certificate{

   position: relative;

}

.certificate::after{

   content: '';

   display: block;

   padding-bottom: 48.7%;

}

.certificate img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.title_absolute{

	position: absolute;

	top: 0.8rem;

	left: 50%;

	transform: translate(-50%,0);

	z-index: 3;

}







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



}

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

	.title_absolute{

		top: 0.6rem;

	}

}

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

	.title_absolute{

		display: none;

	}

}

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



}

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



}

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



}

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



}







/* cooperation */

.cooperation_bac{

   box-sizing: border-box;

   padding: 1rem 0;

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

   background-size: cover;



}

.cooperation{



}

.cooperation_ul{

   display: flex;

   flex-wrap: wrap;

   margin-top: 0.6rem;

}

.cooperation_ul li{

	width: 50%;

	transition: all 0.3s ease;



}

.cooperation_text{

	box-sizing: border-box;

	padding: 0.4rem 0.35rem;

}

.cooperation_ul li h3{

   font-size: 0.24rem;

   color: #333;

   font-weight: bold;

   margin-bottom: 0.1rem;

   transition: all 0.3s ease;

}

.cooperation_ul li h4{

   font-size: 0.18rem;

   color: #333;

   line-height: 155%;

   transition: all 0.3s ease;

}

.cooperation_text.on{

	background-color: var(--i_color);

}

.cooperation_text.on h3{

	color: #fff;

}

.cooperation_text.on h4{

	color: #fff;

}

.cooperation_img img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	opacity: 0;

	transition: all 0.3s ease;

}

.cooperation_img.on img{

	opacity: 1;

}





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

	.cooperation_bac{

		padding: 0.8rem 0;

	}

	.cooperation_ul li h3 {

		font-size: 0.22rem;

	}

	.cooperation_ul li h4 {

		font-size: 0.16rem;

	}

	.cooperation_text {

		padding: 0.35rem 0.3rem;

	}

}

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

	.cooperation_bac{

		padding: 0.6rem 0;

	}

	.cooperation_ul li h3 {

		font-size: 0.2rem;

	}

	.cooperation_ul li h4 {

		font-size: 0.14rem;

	}

	.cooperation_text {

		padding: 0.3rem 0.25rem;

	}

}

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



}

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



}

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



}

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

	.cooperation_ul li{

		width: 100%;

	}

	.cooperation_img img{

		opacity: 1 !important;

	}

	.cooperation_ul {

		margin-top: 0.4rem;

	}

}

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



}







/* home_news */

.home_news_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.home_news{



}

.home_news_box{

   margin-top: 0.6rem;

   display: flex;

   flex-wrap: wrap;

   background-color: #F6F6F6;

   margin-bottom: 0.4rem;

}

.home_news_dl{

   width: 38.5%;

}

.home_news_dl dt{



}

.home_news_dl dt a{

   display: block;

   width: 100%;

   position: relative;

}

.home_news_dl dt a::after{

   content: '';

   display: block;

   padding-bottom: 105.6%;

}

.home_news_dl dt a img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}





.home_news_ul{

   width: 61.5%;

   box-sizing: border-box;

   padding: 0.35rem 0.45rem 0.35rem 0.3rem ;

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

   overflow: hidden;

}

.home_news_ul li{



}

.home_news_ul li a{

   display: block;

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.25rem 0.6rem 0.25rem 0.25rem;

   display: flex;

   position: relative;



}

.home_news_ul li a h3{

   font-size: 0.46rem;

   color: #333;

   font-weight: bold;

   line-height: 100%;

   width: 0.7rem;

   text-align: center;

   transition: all 0.3s ease;

}

.home_news_ul li a h3 span{

   font-size: 0.16rem;

   color: #333;

   line-height: 100%;

   display: block;

   text-align: center;

   margin-top: 0.05rem;

}

.home_news_text{

   width: calc(100% - 0.7rem);

   box-sizing: border-box;

   padding-left: 0.5rem;

   position: relative;

}

.home_news_text::after{

	content: '';

	position: absolute;

	left: 0.25rem;

	width: 1px;

	height: 80%;

	background-color: #B2B1B1;

	top: 50%;

	transform: translate(0,-50%);



}

.home_news_text h4{

   font-size: 0.22rem;

   font-weight: bold;

   color: #333;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

}

.home_news_text h5{

   font-size: 0.18rem;

   color: #999;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;



}

.home_news_i{

   display: block;

   position: absolute;

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.36rem;

   height: 0.36rem;

   border-radius: 50%;

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

   top: 50%;

   right: -0.18rem;

   transform: translate(0,-50%);

   transition: all 0.3s ease;

}

.home_news_i iconify-icon{

   font-size: 0.2rem;

   color: var(--i_color);

}



.home_news_ul li a:hover h3{

	color: var(--i_color);

}

.home_news_ul li a:hover h3 span{

	color: #333;

}

.home_news_ul li a:hover h4{

	color: var(--i_color);

}

.home_news_ul li a:hover i{

	background-color: var(--i_color);

}

.home_news_ul li a:hover i iconify-icon{

	color: #fff;

}







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

	.home_news_ul li a h3 {

		font-size: 0.42rem;

	}

	.home_news_ul li a {

		padding: 0.2rem 0.55rem 0.2rem 0.2rem;

	}

}

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

	.home_news_bac{

		padding: 0.8rem 0;

	}

	.home_news_text h4 {

		font-size: 0.2rem;

	}

	.home_news_ul li a h3 {

        font-size: 0.38rem;

    }

	.home_news_ul li a h3 span {

		font-size: 0.14rem;

	}

	.home_news_ul li a {

        padding: 0.15rem 0.5rem 0.15rem 0.15rem;

    }

}

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

	.home_news_bac{

		padding: 0.6rem 0;

	}

	.home_news_ul li a h3 {

        font-size: 0.32rem;

    }

	.home_news_text h4 {

		font-size: 0.18rem;

	}

	.home_news_text h5 {

		font-size: 0.16rem;

	}

}

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

	.home_news_box {

		align-items: center;

	}

}

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



}

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

	.home_news_box {

		margin-top: 0.4rem;

	}

	.home_news_dl {

		width: 100%;

	}

	.home_news_ul {

		width: 100%;

	}

}

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

	.home_news_ul {

		padding: 0.2rem 0.35rem 0.2rem 0.2rem;

	}

	.home_news_text h4 {

        font-size: 0.16rem;

    }

	.home_news_text h5 {

		font-size: 0.14rem;

	}

}

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



}





/* footer_top */

.footer_top_bac{

   background: url('https://lingjuimg.com/wp-content/uploads/yuanxiang/2025/04/footer_top.webp') center no-repeat;

   background-size: cover;

   background-attachment: fixed;

   box-sizing: border-box;

   padding: 0.6rem 0;

   position: relative;

   z-index: 2;

}

.footer_top_bac::after{

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

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

	z-index: -1;

}

.footer_top{



}

.footer_top h3{

   font-size: 0.44rem;

   color: #fff;

   font-weight: bold;

   text-transform: capitalize;

   text-align: center;

}

.footer_top h4{

   font-size: 0.18rem;

   color: #fff;

   text-align: center;

   margin-bottom: 0.2rem;

}



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

	.footer_top h3{

		font-size: 0.4rem;

	}

}

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

	.footer_top h3{

		font-size: 0.35rem;

	}

	.footer_top h4 {

		font-size: 0.16rem;

	}

}

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

	.footer_top h3{

		font-size: 0.3rem;

	}

}

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

	.footer_top h3{

		font-size: 0.28rem;

	}

}

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

	.footer_top h3{

		font-size: 0.26rem;

	}

	.footer_top_bac{

		background-attachment: unset;

		padding: 0.4rem 0;

	 }

}

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

	.footer_top h3{

		font-size: 0.24rem;

	}

}

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

    .footer_top h3 {

        font-size: 0.18rem;

    }

	.footer_top h4 {

		font-size: 0.14rem;

		margin-bottom: 0.1rem;

	}

}





/* footer */

.footer_bac{

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

   background-size: cover;

}

.footer{



}

.footer_up{

   display: flex;

   justify-content: space-between;

   box-sizing: border-box;

   padding: 0.4rem 0;

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

}

.footer_logo{

   display: flex;

   gap: 0.4rem;

   align-items: center;

}

.footer_logo img{

   height: 0.71rem;

}

.footer_logo p{

   font-size: 0.26rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

}



.footer_share{

   display: flex;

   gap: 0.3rem;

   align-items: center;

}

.footer_share dt{

   display: flex;



}

.footer_share dt a{

   display: block;

   width: 100%;

}

.footer_share dt a iconify-icon{

   font-size: 0.28rem;

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

   transition: all 0.3s ease;

}

.footer_share dt a:hover iconify-icon{

	color: var(--i_color);

	transform: translateY(-5px);

}

.footer_center{

   display: flex;

   box-sizing: border-box;

   padding: 0.4rem 0;

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

}

.footer_1{

   width: 44.5%;

   box-sizing: border-box;

   padding-right: 10%;

}

.footer_h3{

   font-size: 0.26rem;

   color: #333;

   font-weight: bold;

   margin-bottom: 0.2rem;

   text-transform: capitalize;

}

.footer_contact{

   display: flex;

   flex-direction: column;

   gap: 0.25rem;

}

.footer_contact dt{

    display: flex;

}

.footer_contact dt iconify-icon{

   font-size: 0.25rem;

   color: var(--i_color);

}

.footer_contact_text{

   display: flex;

   flex-wrap: wrap;

   width: calc(100% - 0.25rem);

   box-sizing: border-box;

   padding-left: 0.12rem;

}



.footer_contact_text p{

   font-size: 0.18rem;

   color: #333;

   line-height: 144%;

}

.footer_contact_text a{

	font-size: 0.18rem;

	color: #333;

	line-height: 144%;

	transition: all 0.3s ease;

}

.footer_contact_text a:hover{

	color: var(--i_color);

}

.footer_contact_two{

	margin-left: 0.2rem;

}



.footer_2{

	width: 24%;

}



.footer_ul{

   display: flex;

   flex-direction: column;

   gap: 0.2rem;

}

.footer_ul ul{

	display: none;

}

.footer_ul li{



}

.footer_ul li a{

   display: inline-block;

   font-size: 0.18rem;

   color: #999;

   text-transform: capitalize;

   transition: all 0.3s ease;

   position: relative;

}

.footer_ul li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.3s ease;

}

.footer_ul li a:hover{

	color: var(--i_color);

}

.footer_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;



}

.footer_3{

	width: 31.5%;

}

.footer_down{

	box-sizing: border-box;

	padding: 0.25rem 0;

}

.footer_down p{

	font-size: 0.16rem;

	color: #666;

}

.footer_down p a{

	font-size: 0.16rem;

	color: #666;

	transition: all 0.3s ease;

}

.footer_down p a:hover{

	color: var(--i_color);

}



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

	.footer_logo img {

		height: 0.65rem;

	}

	.footer_logo p {

		font-size: 0.24rem;

	}

	.footer_h3 {

		font-size: 0.24rem;

	}

}

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

	.footer_logo img {

		height: 0.6rem;

	}

	.footer_logo p {

		font-size: 0.22rem;

	}

	.footer_ul li a {

		font-size: 0.16rem;

	}

	.footer_logo {

		gap: 0.2rem;

	}

	.footer_h3 {

		font-size: 0.22rem;

	}

}

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

	.footer_logo img {

		height: 0.55rem;

	}

	.footer_logo p {

		font-size: 0.22rem;

	}

	.footer_2,.footer_3{

		display: none;

	}

	.footer_1 {

		width: 100%;

		padding-right: 0%;

	}

}

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

    .footer_logo p {

        font-size: 0.2rem;

    }

}

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

	.footer_down {

		box-sizing: border-box;

		padding: 0.25rem 0 0.75rem 0;

	}

	.footer_logo p {

        font-size: 0.18rem;

    }

	.footer_contact_text p,.footer_contact_text a {

		font-size: 0.16rem;

	}

}

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

	.footer_logo p{display: none;}

	.footer_up {

		padding: 0.3rem 0;

	}

}

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



}





/* about */

.banner_top{

	margin-top: var(--header_height);

}

.banner_about{

   position: relative;

   width: 100%;

}

.banner_about::after{

   content: '';

   display: block;

   padding-bottom: 28.75%;

}

.banner_about img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}















/* 当前位置 */

.in_position{padding:0.14rem 0;background-color: #F6F6F6;}

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

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

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

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

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

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

    .in_position{

	  display: none;

    }

}

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



}

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



}









/* about_us */

.about_us_bac{

   box-sizing: border-box;

   padding: 1rem 0 0.6rem 0;

   position: relative;

   z-index: 2;

}

.about_us_bac::after{

	content: '';

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	height: 30%;

	background-color: #F6F6F6;

	z-index: -1;

}

.about_us{



}

.about_us_box{

	display: flex;

	flex-wrap: wrap;

	margin-top: 0.6rem;

	align-items: flex-start;

}

.about_us_right{

   width: 66.6%;

   box-sizing: border-box;

   padding-left: 3%;

}

.about_us_right h3{

   line-height: 128%;

   font-size: 0.36rem;

   color: var(--i_color);

   font-weight: bold;

}

.about_us_right p{

   line-height: 177%;

   color: #333;

   font-size: 0.18rem;

   margin: 0.2rem 0 0.9rem 0;

}

.about_us_ul{

   display: flex;

}

.about_us_ul li{

   width: calc(100% / 3);

}

.about_us_text{

   display: flex;

   align-items: center;

   gap: 0.05rem;

}

.about_us_text img{

   width: 0.5rem;

   height: 0.5rem;

   object-fit: contain;

}

.about_us_text h4{

   font-size: 0.5rem;

   color: var(--i_color);

   font-weight: bold;

   line-height: 100%

}

.about_us_text h5{

	font-size: 0.5rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: 100%;



}

.about_us_ul li h6{

   font-size: 0.18rem;

   color: #666;

   margin-top: 0.1rem;

}





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

	.about_us_right h3 {

		font-size: 0.34rem;

	}

	.about_us_text h4 ,.about_us_text h5 {

		font-size: 0.45rem;

	}

	.about_us_bac {

		padding: 0.8rem 0 0.6rem 0;

	}

}

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

	.about_us_right h3 {

		font-size: 0.28rem;

	}

	.about_us_right p {

		font-size: 0.16rem;

		margin: 0.2rem 0 0.8rem 0;

	}

	.about_us_text h4 ,.about_us_text h5 {

		font-size: 0.4rem;

	}

	.about_us_ul li h6 {

		font-size: 0.16rem;

	}

	.about_us_text img {

		width: 0.45rem;

		height: 0.45rem;

	}

}

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

	.about_us_right h3 {

		font-size: 0.24rem;

	}

	.about_us_right p {

		font-size: 0.14rem;

		margin: 0.2rem 0 0.6rem 0;

	}

	.about_us_text h4 ,.about_us_text h5 {

		font-size: 0.35rem;

	}

	.about_us_text img {

		width: 0.4rem;

		height: 0.4rem;

	}

}

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

	.about_us_right h3 {

		font-size: 0.2rem;

	}

	.about_us_right p {

        margin: 0.2rem 0 0.4rem 0;

    }

	.about_us_ul li h6 {

        font-size: 0.14rem;

    }

}

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

	.about_us_box {

		margin-top: 0.4rem;

	}

	.about_us_box{

		flex-wrap: wrap;

	}

	.home_about_right{

		width: 100%;

	}

	.about_us_right {

		width: 100%;

		padding-left: 0%;

		margin-top: 0.4rem;

	}

}

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

    .about_us_text h4, .about_us_text h5 {

        font-size: 0.3rem;

    }

	.about_us_text img {

		width: 0.35rem;

		height: 0.35rem;

	}

}

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



}



/* company_strength */

.company_strength_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background-color: #F6F6F6;

   overflow: hidden;

}

.company_strength{



}

.company_strength_ul{

   display: flex;

   gap: 0.3rem;

   margin-top: 0.6rem;

}

.company_strength_ul li{

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

   position: relative;

}

.company_strength_ul li a{

	display: block;

	width: 100%;

}

.company_strength_ul li::after{

   content: '';

   display: block;

   padding-bottom: 62%;

}

.company_strength_ul li img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.company_strength_text{

   box-sizing: border-box;

   padding: 0.5rem 10%;

   position: absolute;

   bottom: 0;

   left: 0;

   width: 100%;

}

.company_strength_text h3{

   font-size: 0.38rem;

   color: #fff;

   font-weight: bold;

   text-align: center;

   transition: all 0.3s ease;

}

.company_strength_text h4{

   line-height: 150%;

   color: #fff;

   font-size: 0.16rem;

   text-align: center;

}

.company_strength_i{

   display: block;

   width: 0.44rem;

   height: 0.44rem;

   border-radius: 50%;

   border: 1px solid #fff;

   display: flex;

   justify-content: center;

   align-items: center;

   position: absolute;

   bottom: 0.2rem;

   right: 0.4rem;

   transition: all 0.3s ease;

}

.company_strength_i iconify-icon{

   font-size: 0.2rem;

   color: #fff;

}

.company_strength_ul li a:hover i{

	background-color: var(--i_color);

}



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

	.company_strength_bac{

		padding: 0.8rem 0;

	}

	.company_strength_text h3 {

		font-size: 0.34rem;

	}

}

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

	.company_strength_bac{

		padding: 0.6rem 0;

	}

	.company_strength_text h3 {

		font-size: 0.3rem;

	}

	.company_strength_text h4 {

		font-size: 0.14rem;

	}

	.company_strength_i {

		width: 0.4rem;

		height: 0.4rem;

		bottom: 0.1rem;

		right: 0.3rem;

	}

}

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

	.company_strength_text h3 {

		font-size: 0.26rem;

	}



}

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

	.company_strength_text h3 {

		font-size: 0.22rem;

	}

	.company_strength_i{display: none;}

	.company_strength_text {

		padding: 0.3rem 3%;

	}

}

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

	.company_strength_ul li {

		width: 100%;

	}

	.company_strength_ul{

		flex-wrap: wrap;

	}

	.company_strength_ul {

		margin-top: 0.4rem;

	}

	.company_strength_ul {

		gap: 0.1rem;

	}

}

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



}

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



}







/* our_milestones */

.our_milestones_bac{

   box-sizing: border-box;

   padding: 1rem 0;

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

   background-size: cover;

}

.our_milestones{



}

.in_history{

	margin-top: 1rem;

}



.gallery-top {

	width:55%;

	margin: 0 auto;

	box-sizing: border-box;

	padding: 1rem 0;

	overflow: hidden;

	position: relative

}



.gallery-top .swiper-wrapper {

	position: relative;

	width: 100%;

	height: 100%;

	z-index: 1;

	display: flex;



}



.gallery-top .swiper-slide {

	flex-shrink: 0;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	position: relative;

	border-radius: 0.2rem;

}

.history_text{

   display: flex;

   align-items: center;

   box-sizing: border-box;

   padding: 0 0.2rem;

}

.history_text h3{

   font-size: 0.64rem;

   color: var(--i_color);

   font-weight: bold;

   line-height: 100%;

   box-sizing: border-box;

   margin-right: 0.7rem;

   position: relative;

}

.history_text h3::after{

	content: '';

	position: absolute;

	width: 1px;

	height: 90%;

	background-color: var(--i_color);

	right: -0.35rem;

	top: 50%;

	transform: translate(0,-50%);

}

.history_text h4{

   font-size: 0.18rem;

   line-height: 0.28rem;

   color: #333;

   height: 0.85rem;

   overflow: auto;

   box-sizing: border-box;

   padding-right: 0.1rem;

}













/*滚动条*/

.history_text h4::-webkit-scrollbar{width:1px; height:1px}

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

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





















.history-button-prev,

.history-button-next {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	width: 0.5rem;

	height: 0.5rem;

	box-sizing: border-box;

	border-radius: 50%;

	z-index: 999;

	outline: none;

	cursor: pointer;

	-webkit-user-select: none;

	user-select: none;

	-webkit-transition: all 0.3s ease;

	transition: all 0.3s ease;

	display: flex;

	justify-content: center;

	align-items: center;

}

.history-button-prev iconify-icon,

.history-button-next iconify-icon{

	font-size: 0.5rem;

	transition: all 0.3s ease;

	color: #666;

}

.history-button-prev iconify-icon:hover,

.history-button-next iconify-icon:hover{

	color: var(--i_color);

}





.history-button-prev {

	left: 0;

}



.history-button-next {

	right: 0;

}













.in_honor_year .swiper-button-disabled {

	opacity: .1 !important;

	cursor: not-allowed

}





/* in_honor_year */





.in_honor_year {

	position: relative;

    z-index: 1;

}

.in_honor_year::after{

	content: '';

	width: calc(100% - 1.4rem);

	height: 0.01rem;

	position: absolute;

	top: 50%;

	left: 50%;

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

    border-bottom: 1px dashed rgba(51,51,51,0.4);

	z-index: -1;

}

.gallery-thumbs {

	width: 100%;

	margin: 0 auto;

	position: relative;

	overflow: hidden;

	box-sizing: border-box;

	padding-top: 0.1rem;

}



.gallery-thumbs .swiper-wrapper {

	position: relative;

	width: 100%;

	height: 100%;

	z-index: 1;

	cursor: pointer;

	display: flex

}

.gallery-thumbs .swiper-slide {

	text-align: center;

	flex-shrink: 0;

	position: relative;

	box-sizing: border-box;

	display: flex;

	justify-content: center;

}









.gallery-thumbs .swiper-slide p {

	width: 2.18rem;

	height: 2.18rem;

	border-radius: 50%;

	background-color: #B0B8C5;

	display: flex;

	justify-content: center;

	align-items: center;

	font-size: 0.48rem;

	color: #fff;

	font-weight: bold;

	transform: scale(0.5);

}

.gallery-thumbs .swiper-slide-active p {

	background-color: var(--i_color);

	transform: scale(1);

}

.gallery-thumbs .swiper-slide p {

	-webkit-transition: all .5s ease;

	transition: all .5s ease

}







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

	.gallery-thumbs .swiper-slide p {

		width: 2rem;

		height: 2rem;

		font-size: 0.4rem;

	}

	.history_text h3 {

		font-size: 0.6rem;

	}

	.history_text h4 {

		font-size: 0.16rem;

		line-height: 0.24rem;

		height: 0.73rem;

	}

}

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

	.gallery-thumbs .swiper-slide p {

		width: 1.8rem;

		height: 1.8rem;

		font-size: 0.35rem;

	}

	.gallery-top {

		width: 60%;

		padding: 0.8rem 0;

	}

	.history_text h3 {

        font-size: 0.5rem;

    }

	.in_history {

		margin-top: 0.8rem;

	}

	.our_milestones_bac {

		padding: 0.8rem 0;

	}

}

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

	.gallery-thumbs .swiper-slide p {

        width: 1.5rem;

        height: 1.5rem;

        font-size: 0.35rem;

    }

	.gallery-top {

		width: 70%;

	}

}

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



}

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

	.gallery-top {

		width: 80%;

		padding: 0.6rem 0;

	}

	.in_history {

		margin-top: 0.6rem;

	}

	.gallery-thumbs .swiper-slide p {

        width: 1.2rem;

        height: 1.2rem;

        font-size: 0.3rem;

    }

	.history_text h3 {

		font-size: 0.4rem;

		margin-right: 0.5rem;

	}

	.history_text h3::after {

		right: -0.25rem;

	}

}

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

	.gallery-top {

		width: 100%;

	}

	.history_text h4 {

        font-size: 0.14rem;

        line-height: 0.22rem;

        height: 0.67rem;

    }

	.gallery-thumbs .swiper-slide p {

        width: 1rem;

        height: 1rem;

        font-size: 0.25rem;

    }

	.gallery-top {

        padding: 0.4rem 0;

    }

	.history_text h3 {

		margin-right: 0.3rem;

	}

	.history_text h3::after {

		right: -0.15rem;

	}

}

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



}





/* service */

.better_service_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.better_service{



}

.better_service_box{

	margin-top: 0.6rem;

	display: flex;

	flex-wrap: wrap;

	gap: 0.3rem;

}

.better_service_ul{

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

   display: flex;

   flex-direction: column;

   gap: 0.3rem;

}

.better_service_ul li{

   background-color: #F6F6F6;

   box-sizing: border-box;

   padding: 0.3rem 0.4rem;

   transition: all 0.3s ease;

   border-left: 0.05rem solid #F6F6F6;

}

.better_service_ul li h3{

   font-size: 0.26rem;

   color: #333;

   font-weight: bold;

   margin-bottom: 0.05rem;

   transition: all 0.3s ease;

}

.better_service_ul li h4{

   font-size: 0.18rem;

   color: #666;

   line-height: 155%;

   transition: all 0.3s ease;

}

.better_service_img{

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

	position: relative;

}

.better_service_img::after{

    content: '';

	display: block;

	padding-bottom: 74.5%;

}

.better_service_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.better_service_ul li:hover{

	background-color: #B0B8C5;

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

}

.better_service_ul li:hover h3,.better_service_ul li:hover h4{

	color: #fff;

}

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

	.better_service_bac{

		padding: 0.8rem 0;

	}

	.better_service_ul li h3 {

		font-size: 0.24rem;

	}

	.better_service_ul li h4 {

		font-size: 0.16rem;

	}

}

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

	.better_service_bac{

		padding: 0.6rem 0;

	}

	.better_service_ul li h3 {

		font-size: 0.22rem;

	}

	.better_service_ul li h4 {

		font-size: 0.14rem;

	}

}

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

	.better_service_ul li h3 {

		font-size: 0.2rem;

	}

}

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



}

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

	.better_service_ul,.better_service_img {

		width: 100%;

	}

	.better_service_box {

		margin-top: 0.4rem;

	}

	.better_service_ul li {

		padding: 0.2rem 0.3rem;

	}

}

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



}

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



}







/* fee_service */

.fee_service_bac{

   box-sizing: border-box;

   padding: 1rem 0;

   background-color: #F6F6F6;

}

.fee_service{



}

.fee_service_ul{

   display: flex;

   gap: 0.3rem;

   margin-top: 0.6rem;

}

.fee_service_ul li{

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

   background-color: #fff;

   box-sizing: border-box;

   padding: 0.3rem;

   position: relative;

}

.fee_service_ul li::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 0.05rem;

	background-color: var(--i_color);

	transition: all 0.7s ease;

}

.fee_service_ul li i{

   display: block;

   width: 0.8rem;

   height: 0.8rem;

   display: flex;

   justify-content: center;

   align-items: center;

   background-color: #F6F6F6;

   margin-left: auto;

   transition: all 0.3s ease;

}

.fee_service_ul li i img{

   width: 0.52rem;

   height: 0.52rem;

   object-fit: contain;

   transition: all 0.3s ease;

}

.fee_service_ul li h3{

   font-size: 0.26rem;

   color: #333;

   font-weight: bold;

}

.fee_service_ul li h4{

   line-height: 155%;

   font-size: 0.18rem;

   color: #666;

   margin: 0.1rem 0 0.3rem 0;

}

.fee_service_ul li:hover i{

	background-color: var(--i_color);

}

.fee_service_ul li:hover i img{

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

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

}

.fee_service_ul li:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}



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

	.fee_service_ul li h3{

		font-size: 0.24rem;

	}

	.fee_service_ul li h4 {

		font-size: 0.16rem;

		margin: 0.1rem 0 0.2rem 0;

	}

	.fee_service_ul li i {

		width: 0.7rem;

		height: 0.7rem;

	}

	.fee_service_ul li i img {

		width: 0.48rem;

		height: 0.48rem;

	}

	.fee_service_bac {

		padding: 0.8rem 0;

	}



}

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

	.fee_service_ul li h3{

		font-size: 0.2rem;

	}

	.fee_service_ul li i {

		width: 0.6rem;

		height: 0.6rem;

	}

	.fee_service_ul li i img {

		width: 0.42rem;

		height: 0.42rem;

	}

	.fee_service_bac {

		padding: 0.6rem 0;

	}

}

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



}

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



}

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

	.fee_service_ul li h4 {

		font-size: 0.14rem;

	}

	.fee_service_ul {

		margin-top: 0.4rem;

	}

}

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

	.fee_service_ul li {

		width: 100%;

	}

	.fee_service_ul{

		flex-wrap: wrap;

	}

}

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



}





/* faq */

.faq_bac{

	box-sizing: border-box;

	padding: 1rem 0;

}



.faq{



}





.faq_ul{

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.3rem;

   margin-top: 0.6rem;

}

.faq_ul li{



}

.faq_q{

   box-sizing: border-box;

   padding: 0.25rem 0.4rem;

   display: flex;

   display: -webkit-flex;

   align-items: center;

   cursor: pointer;

   box-sizing: border-box;

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

}

.faq_ul i{

   width: 0.4rem;

   height: 0.4rem;

   display: block;

   color: var(--i_color);

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   font-size: 0.22rem;

}

.faq_q i{

   background-color: #F6F6F6;

}

.faq_a i{

   background-color: var(--i_color);

   color: #fff;

}

.faq_q h2{

   font-size: 0.22rem;

   color: #222;

   width: calc(100% - 0.8rem);

   box-sizing: border-box;

   padding:0 0.2rem;

   font-family: 'med';

}

.faq_a{

	display: flex;

	display: -webkit-flex;

	box-sizing: border-box;

	padding: 0.2rem 0.4rem 0 0.4rem;

}

.faq_a p{

	width: calc(100% - 0.36rem);

	padding-left: 0.2rem;

	font-size: 0.2rem;

	color: #666;

	line-height: 0.28rem;

	margin-top: 0.08rem;

}

.faq_q h3{

   width: 0.36rem;

   height: 0.36rem;

   border-radius: 50%;

   border: 1px solid #222;

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.faq_q h3 iconify-icon{

   font-size: 0.15rem;

   color: #222;

   transition: all 0.3s ease;

}

.faq_active .faq_q{

	background-color: #B0B8C5;

}

.faq_active h3{

   background-color: #fff;

   transform: rotate(180deg);

}

.faq_active .faq_q i{

	background-color: #fff;

	color: var(--i_color);

}

.faq_active .faq_q h2{

	color: #fff;

}

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

	.faq_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

	.faq_bac {

		padding: 0.6rem 0;

	}

	.faq_q h2 {

		font-size: 0.2rem;

	}

	.faq_a p {

		font-size: 0.18rem;

	}

	.faq_q {

		padding: 0.2rem 0.3rem;

	}

	.faq_a {

		padding: 0.2rem 0.3rem 0 0.3rem;

	}

}

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

	.faq_q h2 {

		font-size: 0.18rem;

	}

	.faq_a p {

		font-size: 0.16rem;

	}

}

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



}

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

	.faq_ul {

		margin-top: 0.4rem;

	}

	.faq_q {

		padding: 0.2rem;

	}

	.faq_a {

		padding: 0.2rem 0.2rem 0 0.2rem;

	}

	.faq_q h3 {

		width: 0.3rem;

		height: 0.3rem;

	}

	.faq_q h2 {

		width: calc(100% - 0.7rem);

	}

}

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

	.faq_q h2 {

		font-size: 0.16rem;

	}

	.faq_a p {

		font-size: 0.14rem;

	}

}

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



}







/* contact_us */

.contact_us_bac{

   box-sizing: border-box;

   padding: 1rem 0;

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

   background-size: cover;

}

.contact_us{



}

.contact_us_box{

	display: flex;

	display: -webkit-flex;

	flex-wrap: wrap;

	margin-top: 0.6rem;

	align-items: flex-start;

}

.contact_us_ul{

   width: 51.6%;

   box-sizing: border-box;

   padding-right: 4%;

   display: flex;

   display: -webkit-flex;

   flex-direction: column;

   gap: 0.3rem;

}

.contact_us_ul li{



}

.contact_us_text{

   display: flex;

   display: -webkit-flex;

   gap: 0.1rem;

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

   box-sizing: border-box;

   padding-bottom: 0.1rem;

   position: relative;

   margin-bottom: 0.1rem;

}

.contact_us_text::after{

	content: '';

	position: absolute;

	bottom: -1px;

	left: 0;

	width: 40%;

	height: 2px;

	background-color: var(--i_color);

	transition: all 0.7s ease;

}

.contact_us_ul li:hover .contact_us_text::after{

	width: 100%;

}

.contact_us_text iconify-icon{

   font-size: 0.36rem;

   color: var(--i_color);

}

.contact_us_text p{

   font-size: 0.22rem;

   color: #222;

}

.contact_us_ul li a{

   font-size: 0.18rem;

   color: #444;

   transition: all 0.3s ease;

}

.contact_us_ul li a:hover{

	color: var(--i_color2);

}





.contact_us_img{

   position: relative;

   width: 48.4%;

}

.contact_us_img::after{

	content: '';

	display: block;

	padding-bottom: 64.5%;

}

.contact_us_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

   border-radius: 0.2rem;

}





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

	.contact_us_bac{

		padding: 0.8rem 0;

	}

	.contact_us_text iconify-icon {

		font-size: 0.32rem;

	}

}

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



}

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

	.contact_us_bac{

		padding: 0.6rem 0;

	}

	.contact_us_text iconify-icon {

		font-size: 0.3rem;

	}

	.contact_us_text p {

		font-size: 0.2rem;

	}

	.contact_us_ul li a {

		font-size: 0.16rem;

	}

}

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

	.contact_us_text iconify-icon {

		font-size: 0.28rem;

	}



}

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

	.contact_us_ul {

		gap: 0.2rem;

	}

}

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

	.contact_us_ul {

		width: 100%;

		padding-right: 0%;

	}

	.contact_us_img {

		width: 100%;

	}

	.contact_us_box {

		margin-top: 0.4rem;

		gap: 0.4rem;

		flex-direction: column-reverse;

	}

}

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



}

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



}





/* contact_form */

.contact_form_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.contact_form{



}





#wpforms-32{--input_font_size:0.16rem; --input_height:0.5rem}

#wpforms-32{

	width:100%;

	margin:0 auto;

	padding:0;

	margin-top: 0.6rem;

}

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





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

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

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

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













#wpforms-32 .wpforms-field{

	position: relative;

}

#wpforms-32 .wpforms-field-label{

	font-size: 0;

}

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

	position: absolute;

	top: 12px;

	left: 3px;

	font-size: 0.14rem;

    color: red;

}

#wpforms-32 .wpforms-error{

	font-size: 0;

}

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

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

#wpforms-32 .wpforms-field:nth-child(1), #wpforms-32 .wpforms-field:nth-child(2),#wpforms-32 .wpforms-field:nth-child(3){width:calc((100% - 0.4rem) / 3)}



#wpforms-32 .wpforms-field:nth-child(4),#wpforms-32 .wpforms-field:nth-child(5){margin-right:0.2rem}

#wpforms-32 .wpforms-field:nth-child(4), #wpforms-32 .wpforms-field:nth-child(5),#wpforms-32 .wpforms-field:nth-child(6){

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

}





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

#wpforms-32 textarea{height:1.6rem}

#wpforms-32 input, #wpforms-32 textarea{

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

	background-color: #F7F7F7; 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);

	transition: all 0.3s ease;

}

#wpforms-32 textarea{

	line-height:0.24rem;

	padding:10px;

}







#wpforms-32 input:hover, #wpforms-32 textarea:hover{

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

}



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

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

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

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

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

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

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

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



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









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

#wpforms-32 .wpforms-submit-container{

	display: flex;

	display: -webkit-flex;

	margin-top: 0.2rem;

	justify-content: center;

}

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

	font-size: 0.18rem;

	color: #fff;

	display: inline-block;

	box-sizing: border-box;

    border-radius: 0rem;

	padding: 0.12rem 0.5rem;

	transition: all 0.2s ease-in;

    position: relative;

    overflow: hidden;

	background-color: var(--i_color);

	cursor: pointer;

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

	text-transform: uppercase;



}

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

	background-color: #222;

	border: 1px solid #222;

}



















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

	.contact_form_bac {

		padding:0.8rem 0;

	}

}

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



}

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

	.contact_form_bac {

		padding:0.6rem 0;

	}

}

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

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

}

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

}

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

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

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

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

	.become_form {margin-top: 0.4rem;}

	#wpforms-32 .wpforms-field:nth-child(4),#wpforms-32 .wpforms-field:nth-child(5){margin-right:0rem}

	#wpforms-32 .wpforms-field:nth-child(4), #wpforms-32 .wpforms-field:nth-child(5),#wpforms-32 .wpforms-field:nth-child(6){

		width:100%;

	}

	#wpforms-32{

		margin:0 auto;

		margin-top: 0.4rem;

	}

}

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

}

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



}







/* contact_map */

.contact_map_bac{

	width: 100%;

	height: 7.17rem;

}



.contact_map_bac #simpleMap,

.contact_map_bac .fluid-width-video-wrapper,

.contact_map_bac iframe {

        width: 100%;

        height: 100% !important;

}







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

	.contact_map_bac{

		height: 7rem;

	}

}

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

	.contact_map_bac{

		height: 6rem;

	}

}

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

	.contact_map_bac{

		height: 5rem;

	}

}

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



}

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

	.contact_map_bac{

		height: 4rem;

	}

}

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



}

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



}





/* news */

.news_bac{

   box-sizing: border-box;

   padding: 0.8rem 0;

   --i_width:0.56rem;

}

.news{



}

.news_ul{

  display: flex;

  flex-direction: column;

  gap: 0.5rem;

}

.news_ul li{



}

.news_ul li a{

   display: block;

   width: 100%;

   display: flex;

   flex-wrap: wrap;

   background-color: #F6F6F6;

   transition: all 0.3s ease;

}

.news_img{

   position: relative;

   overflow: hidden;

   width: 25.7%;

}

.news_img::after{

   content: '';

   display: block;

   padding-bottom: 62.8%;

}

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

   width: 74.3%;

   box-sizing: border-box;

   padding: 0 0.4rem;

   display: flex;

   flex-wrap: wrap;

   align-items: center;

}

.news_text{

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

   box-sizing: border-box;

   padding-right: 1rem;

   position: relative;

}

.news_text::after{

	content: '';

	position: absolute;

	top: 50%;

	right: 0.5rem;

	transform: translate(0,-50%);

	width: 1px;

	height: 80%;

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

	transition: all 0.3s ease;

}

.news_text h3{

   font-size: 0.18rem;

   color: #666;

}

.news_text h4{

   font-size: 0.24rem;

   color: #333;

   font-family: 'med';

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	transition: all 0.3s ease;

	margin: 0.05rem 0 0.1rem 0;

}

.news_text h5{

    line-height: 155%;

	color: #666;

	font-size: 0.18rem;

	overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

}

.news_i{

   display: block;

   width: var(--i_width);

   height: var(--i_width);

   border-radius: 50%;

   box-sizing: border-box;

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

   display: flex;

   justify-content: center;

   align-items: center;

   transition: all 0.3s ease;

}

.news_i iconify-icon{

   font-size: 0.25rem;

   color: var(--i_color);

   transition: all 0.3s ease;

}



.news_ul li a:hover{

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

}

.news_ul li a:hover img{

	width: 110%;

	height: 110%;

}

.news_ul li a:hover h4{

	color: var(--i_color);

}

.news_ul li a:hover i{

	background-color: var(--i_color);

}

.news_ul li a:hover i iconify-icon{

	color: #fff;

}

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

	background-color: var(--i_color);

}



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

	.news_text h4{

		font-size: 0.22rem;

	}

	.news_text h5 {

		font-size: 0.16rem;

	}

	.news_bac{

		--i_width:0.5rem;

	}

	.news_i iconify-icon {

		font-size: 0.22rem;

	}

	.news_text {

		padding-right: 0.8rem;

	}

	.news_text::after {

		right: 0.4rem;

	}

}

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

	.news_text h4{

		font-size: 0.2rem;

	}

	.news_text h5 {

		font-size: 0.14rem;

	}

	.news_bac{

		padding: 0.6rem 0;

		--i_width:0.45rem;

	}

	.news_i iconify-icon {

		font-size: 0.2rem;

	}

	.news_text {

		padding-right: 0.6rem;

	}

	.news_text::after {

		right: 0.3rem;

	}

	.news_text h3 {

		font-size: 0.16rem;

	}

}

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

	.news_text h4{

		font-size: 0.18rem;

	}

	.news_text h4 {

		margin: 0.05rem 0;

	}

}

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

	.news_bac{

		--i_width:0.4rem;

	}

	.news_img::after {

		padding-bottom: 69.8%;

	}

}

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

    .news_img::after {

        padding-bottom: 75.8%;

    }

	.news_box {

		padding: 0 0.3rem;

	}

}

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

	.news_img {

		width: 100%;

	}

	.news_img::after {

		padding-bottom: 62.8%;

	}

	.news_box {

		width: 100%;

		padding: 0.2rem;

	}

	.news_ul {

		gap: 0.4rem;

	}

	.news_bac{

		--i_width:0.35rem;

	}

	.news_text {

		padding-right: 0.4rem;

	}

	.news_text::after {

		right: 0.2rem;

	}

}

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



}









/* Number of pages */

.in_page_box {

	text-align: center;

	overflow: hidden;

	margin-top: 0.7rem;

}

.in_page {

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: center;

}

.in_page_right .in_page{

	justify-content: flex-end;

}

.in_page_left .in_page {

    justify-content: flex-start;

}

.in_page li {

	min-width: .32rem;

	margin: 0 .04rem;

}

.in_page a,

.in_page span {

	display: block;

	padding: 0 .12rem;

	line-height: .32rem;

	font-size: .14rem;

	color: #666;

	background: #FFF;

	-webkit-border-radius: .05rem;

	border-radius: .05rem;

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

	overflow: hidden;

	transition: all 0.3s ease;

}

.in_page>i {

	margin-top: 0.14rem;

	width: 100%;

	font-size: 0.13rem;

	color: #888;

	display: none;

}



.in_page a:hover,

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



}







/* company */

.company_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.company{



}

.company_ul{

   margin-top: 0.6rem;

   display: flex;

   flex-wrap: wrap;

   gap: 0.4rem 0.3rem;

}

.company_ul li{

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

}

.company_img{

   position: relative;

   width: 100%;

}

.company_img::after{

   content: '';

   display: block;

   padding-bottom: 66.3%;

}

.company_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.company_ul li p{

	font-size: 0.18rem;

	color: #333;

	text-align: center;

	box-sizing: border-box;

	padding: 0.2rem 2% 0 2%;

}



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

	.company_bac{

		padding: 0.8rem 0;

	}

}

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

	.company_bac{

		padding: 0.6rem 0;

	}

	.company_ul li p{

		font-size: 0.16rem;

	}

	.company_ul {

		gap: 0.3rem;

	}

}

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



}

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



}

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

	.company_ul li p{

		font-size: 0.14rem;

	}

	.company_ul {

		margin-top: 0.4rem;

		gap: 0.2rem;

	}

	.company_ul li {

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

	}

}

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



}

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



}







/* certifications */

.certifications_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.certifications{



}

.certifications_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.3rem;

   margin-top: 0.6rem;

}

.certifications_ul li{

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

}

.certifications_img{

   position: relative;

   overflow: hidden;

   background-color: #F6F6F6;

}

.certifications_img::after{

   content: '';

   display: block;

   padding-bottom: 136%;

}

.certifications_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: contain;

   box-sizing: border-box;

   padding: 0.15rem;

}

.certifications_ul li p{

   line-height: 150%;

   color: #333;

   font-size: 0.16rem;

   text-align: center;

   margin-top: 0.2rem;

}



.certifications_more{

   display: flex;

   flex-direction: column;

   align-items: center;

   justify-content: center;

   margin-top: 0.6rem;

}

.certifications_i{

   display: flex;

   justify-content: center;

   align-items: center;

   width: 0.58rem;

   height: 0.58rem;

   border-radius: 50%;

   background-color: var(--i_color);

   position: relative;

   z-index: 1;

   cursor: pointer;

}

.certifications_i::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 50%;

	width: 100%;

	height: 100%;

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

	background: var(--i_color);

	opacity: 0.5;

    animation: yyy 3s ease infinite forwards;

	z-index: -1;

	border-radius: 50%;

}

.certifications_i iconify-icon{

   font-size: 0.3rem;

   color: #fff;

}

.certifications_more p{

	font-size: 0.24rem;

	color: var(--i_color);

	font-weight: bold;

	text-transform: capitalize;

	margin-top: 0.25rem;

}





@keyframes yyy {

	0%{

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

	}

	25%{

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

	}

	50%{

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

	}

	75%{

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

	}

	100%{

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

	}

}









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

	.certifications_ul li p {

		font-size: 0.14rem;

	}

	.certifications_bac {

		padding: 0.8rem 0;

	}

}

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

	.certifications_bac {

		padding: 0.6rem 0;

	}

	.certifications_i {

		width: 0.5rem;

		height: 0.5rem;

	}

	.certifications_i iconify-icon {

		font-size: 0.25rem;

	}

	.certifications_more p {

		font-size: 0.2rem;

		margin-top: 0.2rem;

	}

}

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



}

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



}

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

	.certifications_ul li {

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

	}

	.certifications_ul {

		gap: 0.2rem;

		margin-top: 0.4rem;

	}

}

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

	.certifications_img img {

		padding: 0.1rem;

	}

}

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



}





/* products_list */

.products_list_bac{

   box-sizing: border-box;

   padding: 0.4rem 0;

   overflow: hidden;

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

}

.products_list{



}

.products_list_ul{

   display: flex;

   flex-wrap: wrap;

   gap: 0.2rem 0.3rem;

   justify-content: center;

   box-sizing: border-box;

   padding-bottom: 0.25rem;

   margin-bottom: 0.25rem;

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

}

.products_list_ul li{



}

.products_list_ul li a{

   display: inline-block;

   box-sizing: border-box;

   padding: 0.06rem 0.3rem;

   font-size: 0.18rem;

   color: var(--i_color);

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

   transition: all 0.3s ease;

}

.products_list_active a,.products_list_ul li a:hover{

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

	color: #fff !important;

}

.products_list_dl{

    display: flex;

	flex-wrap: wrap;

	gap: 0.2rem 0.5rem;

	justify-content: center;

}

.products_list_dl dt{



}

.products_list_dl dt a{

   font-size: 0.18rem;

   color: #333;

   transition: all 0.3s ease;

}

.products_list_dl dt a:hover,.products_list_activeThree a{

	color: var(--i_color) !important;

}







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

	.products_list_ul li a{

		padding: 0.06rem 0.25rem;

		font-size: 0.16rem;

	}

}

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

	.products_list_ul li a{

		padding: 0.05rem 0.2rem;

		font-size: 0.14rem;

	}

	.products_list_ul{

		gap: 0.2rem;

	}

	.products_list_dl {

		gap: 0.2rem 0.4rem;

	}

	.products_list_dl dt a {

		font-size: 0.16rem;

	}

}

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

	.products_list_dl dt a {

		font-size: 0.14rem;

	}

	.products_list_ul li a {

        padding: 0.04rem 0.15rem;

    }

}

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



}

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



}

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



}

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



}









/* products */

.products_bac{

   box-sizing: border-box;

   padding: 0.6rem 0 1rem 0;

}

.products{



}

.products_ul{

   display: flex;

   gap: 0.3rem;

   flex-wrap: wrap;

}

.products_ul li{

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

}

.products_ul li a{

   width: 100%;

   display: block;

   box-sizing: border-box;

   padding: 0.15rem 0.15rem 0.3rem 0.15rem;

   background-color: #F6F6F6;

}

.products_img{

   position: relative;

   overflow: hidden;

   background-color: #fff;

}

.products_img::after{

   content: '';

   display: block;

   padding-bottom: 100%;

}

.products_img img{

   position: absolute;

   top: 50%;

   left: 50%;

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

   width: 100%;

   height: 100%;

   object-fit: cover;

}

.products_text{

   box-sizing: border-box;

   padding-top: 0.3rem;

}

.products_text h3{

   font-size: 0.26rem;

   line-height: 0.42rem;

   height: 0.84rem;

   font-weight: bold;

   box-sizing: border-box;

   margin-bottom: 0.2rem;

   overflow: hidden;

   text-overflow: ellipsis;

   display: -webkit-box;

  -webkit-box-orient: vertical;

   -webkit-line-clamp: 2;

   transition: all 0.3s ease;

}

.products_btn{

   border-top: 1px solid #CECECE;

   width: 100%;

   box-sizing: border-box;

   padding-top: 0.2rem;

   position: relative;

}

.products_btn::after{

	content: '';

	position: absolute;

	top: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 0.7s ease;

}

.products_btn_box{

	display: inline-block;

	box-sizing: border-box;

	padding: 0.08rem 0.1rem;

	border-bottom: 0.04rem solid #999;

	position: relative;

	transition: all 0.3s ease;

}



.products_btn_all{

	display: flex;

	align-items: center;

	gap: 0.4rem;

}

.products_btn_box h4{

   font-size: 0.18rem;

   color: #999;

   text-transform: capitalize;

   transition: all 0.3s ease;

}

.products_btn_box iconify-icon{

   font-size: 0.2rem;

   color: #999;

   transition: all 0.3s ease;

}

.products_ul li a:hover h3{

	color: var(--i_color);

}

.products_ul li a:hover .products_btn::after{

	right: auto;

	width: 100%;

	left: 0;

}

.products_ul li a:hover .products_btn{

	border-top: 1px solid transparent;

}

.products_ul li a:hover h4{

	color: var(--i_color);

}

.products_ul li a:hover iconify-icon{

	color: var(--i_color);

}

.products_ul li a:hover .products_btn_box{

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

}





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

	.products_text h3 {

		font-size: 0.24rem;

		line-height: 0.38rem;

		height: 0.76rem;

	}

	.products_bac {

		padding: 0.6rem 0 0.8rem 0;

	}

}

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

	.products_text h3 {

		font-size: 0.22rem;

		line-height: 0.34rem;

		height: 0.68rem;

	}

	.products_btn_all {

		gap: 0.3rem;

	}

	.products_btn_box h4 {

		font-size: 0.16rem;

	}

	.products_btn_box iconify-icon {

		font-size: 0.18rem;

	}

	.products_btn_box {

		padding: 0.06rem 0.08rem;

		border-bottom: 0.02rem solid #999;

	}

	.products_ul {

		gap: 0.2rem;

	}

	.products_ul li {

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

	}

	.products_bac {

		padding: 0.6rem 0;

	}

}

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

	.products_text h3 {

		font-size: 0.2rem;

		line-height: 0.3rem;

		height: 0.6rem;

	}

}

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

	.products_text h3 {

		font-size: 0.18rem;

		line-height: 0.24rem;

		height: 0.48rem;

	}

}

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

	.products_btn_all {

		gap: 0.2rem;

	}

	.products_btn_box h4 {

		font-size: 0.14rem;

	}

	.products_btn_box iconify-icon {

		font-size: 0.16rem;

	}

	.products_ul li {

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

	}

}

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

	.products_ul li a {

		padding: 0.1rem 0.1rem 0.25rem 0.1rem;

	}

	.products_btn {

		padding-top: 0.1rem;

	}

	.products_text h3 {

        font-size: 0.16rem;

        line-height: 0.22rem;

        height: 0.44rem;

    }

}

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



}





/* single_grid */

.single_grid_bac{

   box-sizing: border-box;

   padding: 0.4rem 0;

}

.single_grid{

   display: flex;

   flex-wrap: wrap;

}

.single_grid_left{

	width: 40%;

	position: relative;

}







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

.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 #F6F6F6; position:relative; overflow:hidden;}

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

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

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

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

	position:absolute;

	left:50%;

	transform:translate(-50%,0);

	width:60px;

	height:30px;

	z-index:999;

	outline:none;

	cursor:pointer;

	-moz-user-select:none;

    -webkit-user-select:none;

    -ms-user-select:none;

    -khtml-user-select:none;

    user-select:none;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}







/* 澶у浘 */

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

	background-color: #F6F6F6;

}



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

	bottom: 0.2rem;

	right: 0.2rem;

	width: 0.5rem;

	height: 0.5rem;

	display: flex;

	display: -webkit-flex;

	justify-content: center;

	align-items: center;

	font-size: 0.18rem;

	color: #333;

	z-index: 3;



}

.ingrid-pagination .swiper-pagination-current{

    color: var(--i_color);

}





.in_grid_cont:before{display:none}

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

.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%);box-sizing: border-box;padding: 0.1rem;}

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

.in_grid_list{width:calc(100% - 60px); margin:0 auto}

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

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

.in_grid_list .img{height:auto;}

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

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









.ingrid-button-prev,

.ingrid-button-next{

	top:50%;

	transform:translate(0,-50%);

	width:30px;

	height:50px;

	display: flex;

	justify-content: center;

	align-items: center;

}

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

.ingrid-button-next{left:initial; right:0; }







.ingrid-button-prev iconify-icon,

.ingrid-button-next iconify-icon{

   font-size: 0.25rem;

   color: #333;

}



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





























.single_grid_right{

	width: 60%;

	box-sizing: border-box;

	padding-left: 4%;

}

.single_grid_right h1{

   background-color: #F6F6F6;

   box-sizing: border-box;

   padding: 0.2rem 0.3rem;

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

   margin-bottom: 0.2rem;

   font-size: 0.26rem;

   color: #333;

   font-weight: bold;

}

.single_grid_text{

   box-sizing: border-box;

   padding: 0.3rem ;

   background-color: #F6F6F6;

}

.single_grid_text h2{



}

.single_grid_text h2 p{

	font-size: 0.18rem;

	color: #333;

	line-height: 166%;

	margin-bottom: 0.3rem;

}

.single_grid_ul{

   display: flex;

   flex-direction: column;

   gap: 0.1rem;

}

.single_grid_ul li{

   font-size: 0.18rem;

   color: #666;

   position: relative;

   box-sizing: border-box;

   padding-left: 0.3rem;

}

.single_grid_ul li::after{

	content: '';

	position: absolute;

	top: 50%;

	left: 0;

	transform: translate(0,-50%);

	width: 0.06rem;

	height: 0.06rem;

	border-radius: 50%;

	background-color: #666;

}

.single_grid_box{

   display: flex;

   justify-content: space-between;

   align-items: center;

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

   background-color: #F6F6F6;

   box-sizing: border-box;

   padding: 0.3rem;

   flex-wrap: wrap;

   gap: 0.2rem;

}

.single_grid_btn{

   display: flex;

   gap: 0.2rem;

}

.single_grid_share{

   display: flex;

   align-items: center;

   gap: 0.2rem;

}

.single_grid_share p{

   font-size: 0.2rem;

   color: #666;

   font-weight: bold;

}

.single_grid_share dl{

	display: flex;

	align-items: center;

	gap: 0.3rem;

}

.single_grid_share dt{



}

.single_grid_share dt a{

   display: block;

   width: 100%;

}

.single_grid_share dt a iconify-icon{

   font-size: 0.28rem;

   color: #666;

   opacity: 0.5;

   transition: all 0.3s ease;

}

.single_grid_share dt a iconify-icon:hover{

	opacity: 1;

	color: var(--i_color);

	transform: translateY(-5px);

}





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

	.single_grid_text h2 p {

		font-size: 0.16rem;

	}

	.single_grid_ul li {

		font-size: 0.16rem;

	}

	.single_grid_right h1 {

		padding: 0.15rem 0.3rem;

		font-size: 0.24rem;

	}

}

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

	.single_grid_text h2 p {

		margin-bottom: 0.2rem;

	}

	.single_grid_right h1 {

		font-size: 0.22rem;

	}

	.single_grid_share p {

		font-size: 0.18rem;

	}

}

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



}

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

	.single_grid_left{

		width: 50%;

	}

	.single_grid_right {

		width: 100%;

		margin-top: 0.4rem;

		padding-left: 0%;

	}

	.single_grid {

		justify-content: center;

	}

	.single_grid_share p {

		font-size: 0.16rem;

	}

}

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

	.single_grid_text h2 p {

		font-size: 0.14rem;

	}

	.single_grid_ul li {

		font-size: 0.14rem;

	}

	.single_grid_left{

		width: 80%;

	}

	.single_grid_right h1 {

        font-size: 0.2rem;

    }

}

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

	.single_grid_left{

		width: 100%;

	}

}

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



}





/* editor */

.editor_bac{

   box-sizing: border-box;

   padding-bottom: 0.6rem;

}

.editor{



}

.editor_box{

   background-color: #F6F6F6;

   box-sizing: border-box;

   padding: 0.4rem 0;

}

.editor_list{

   display: flex;

   gap: 8%;

   flex-wrap: wrap;

   justify-content: center;

}

.editor_list li{

   font-size: 0.26rem;

   color: #333;

   font-weight: bold;

   text-transform: capitalize;

   cursor: pointer;

   transition: all 0.3s ease;

}

.editor_list li.current{

	color: var(--i_color) !important;

}

.editor_area{



}

.editor_area dt{

   box-sizing: border-box;

   padding-top: 0.4rem;

}



.downlaod_ul{



}

.downlaod_ul li{



}

.downlaod_ul li a{

   display: flex;

   align-items: center;

   box-sizing: border-box;

   padding: 0.22rem 0.3rem;

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

   transition: all 0.3s ease;

   position: relative;

}

.downlaod_ul li a::after{

	content: '';

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background-color: var(--i_color);

	transition: all 1s ease;

}

.downlaod_ul li img{

   width: 0.4rem;

   height: 0.4rem;

   object-fit: contain;

}

.downlaod_ul li p{

   font-size: 0.18rem;

   color: #333;

   width: calc(100% - 1.5rem);

   box-sizing: border-box;

   padding-right: 0.1rem;

   overflow:hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    box-sizing: border-box;

	padding-left: 0.2rem;



}

.downlaod_text{

   display: flex;

   align-items: center;

   gap: 0.05rem;

}

.downlaod_text h3{

   font-size: 0.16rem;

   color: #333;

   transition: all 0.3s ease;

}

.downlaod_text iconify-icon{

   font-size: 0.25rem;

   color: #999;

   transition: all 0.3s ease;

}

.downlaod_ul li a:hover{

	background-color: #F6F6F6;

    border-bottom: 1px solid transparent;

}

.downlaod_ul li a:hover::after{

	width: 100%;

	right: auto;

	left: 0;

}



.downlaod_ul li a:hover h3{

	color: var(--i_color);

}

.downlaod_ul li a:hover iconify-icon{

	color: var(--i_color);

}







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

	.editor_list li{

		font-size: 0.24rem;

	}

}

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

	.editor_list li{

		font-size: 0.22rem;

	}

	.editor_box {

		padding: 0.3rem 0;

	}

	.downlaod_ul li a {

		padding: 0.2rem;

	}

	.downlaod_ul li p {

		font-size: 0.16rem;

		width: calc(100% - 1.45rem);

		padding-right: 0.1rem;

		padding-left: 0.1rem;

	}

	.downlaod_ul li img {

		width: 0.35rem;

		height: 0.35rem;

	}

	.downlaod_text h3 {

		font-size: 0.14rem;

	}

}

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

	.editor_list li{

		font-size: 0.2rem;

	}

	.editor_box {

		padding: 0.25rem 0;

	}

	.downlaod_ul li p {

		font-size: 0.14rem;

		width: calc(100% - 1.4rem);

	}

	.downlaod_ul li img {

		width: 0.3rem;

		height: 0.3rem;

	}

}

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

	.editor_list li{

		font-size: 0.18rem;

	}

}

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

	.editor_list li{

		font-size: 0.16rem;

	}

	.editor_box {

		padding: 0.2rem 0;

	}

	.downlaod_text{display: none;}

	.downlaod_ul li p {

        width: calc(100% - 0.3rem);

		padding-right: 0rem;

    }

}

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

	.editor_list li{

		font-size: 0.14rem;

	}

}

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



}





.editor_LR_bac{

	background-color: #F6F6F6;

	box-sizing: border-box;

	padding: 0.4rem 0;

}

.single_tag{

   display: flex;

   display: -webkit-box;

   flex-wrap: wrap;

   gap: 0.15rem 0.25rem;

}



.single_tag p{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

   line-height: 0.32rem;

}

.single_tag a{

	display: block;

	font-size: 0.16rem;

	color: #333;

	line-height: 0.32rem;

	transition: all 0.3s ease;

}

.single_tag a:hover{

	color: var(--i_color);

}

.editor_LR{

   display: flex;

   display: -webkit-flex;

   justify-content: space-between;

   box-sizing: border-box;

   padding-top: 0.2rem;

   margin-top: 0.2rem;

   border-top: 1px solid #CECECE;

}

.editor_LR>div{

   display: flex;

   display: -webkit-flex;

   align-items: center;

   width: 49%;

}

.editor_LR i{

   display: flex;

   display: -webkit-flex;

   justify-content: center;

   align-items: center;

   width: 0.4rem;

   min-width: 0.4rem;

   height: 0.4rem;

   border-radius: 50%;

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

}

.editor_LR i iconify-icon{

   color: var(--i_color);

   font-size: 0.2rem;

}

.editor_LR p{

   font-size: 0.18rem;

   color: #333;

   font-weight: bold;

}

.editor_LR a{

	font-size: 0.18rem;

	color: #333;

	transition: all 0.3s ease;

}

.editor_L i{

	margin-right: 0.2rem;

}

.editor_R i{

	margin-left: 0.2rem;

}

.editor_R{

	justify-content: flex-end;

	margin-left: auto;

}

.editor_LR a:hover{

	color: var(--i_color);

}





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



}

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



}

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

	.editor_L i{

		margin-right: 0.1rem;

	}

	.editor_R i{

		margin-left: 0.1rem;

	}

	.editor_LR a {

		font-size: 0.16rem;

	}

	.editor_LR i {

		width: 0.35rem;

		min-width: 0.35rem;

		height: 0.35rem;

	}

}

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

	.deitor_left{display: none;}

	.deitor_right{

		width: 100%;

		padding-left: 0%;

	}

}

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



}

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

	.editor_LR {

		flex-direction: column;

	}

	.editor_LR>div{

		width: 100%;

	}

}

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



}

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



}







/* related_partner */

.related_products_bac{

   box-sizing: border-box;

   padding: 1rem 0;

}

.related_partner{



}







/*  */

.related_partner_box{

	margin-top: 0.6rem;

}



.related_partner{position:relative}

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

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

.related_partner_list li{

	display:-webkit-box;

	display:-ms-flexbox;

	display:-webkit-flex;

	display:flex;

	flex-shrink:0;

	position:relative;

	cursor:pointer;

	flex-direction: column;

}

.related_partner_list li a{

	width: 100%;

    display: block;

    box-sizing: border-box;

    padding: 0.15rem 0.15rem 0.3rem 0.15rem;

    background-color: #F6F6F6;

}

.related_text_img{

    position: relative;

    overflow: hidden;

    background-color: #fff;

}

.related_text_img::after{

    content: '';

    display: block;

    padding-bottom: 100%;

}

.related_text_img img{

    position: absolute;

    top: 50%;

    left: 50%;

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

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.related_text{

    box-sizing: border-box;

    padding-top: 0.3rem;

}

.related_text h3{

	font-size: 0.26rem;

    line-height: 0.42rem;

    height: 0.84rem;

    font-weight: bold;

    box-sizing: border-box;

    margin-bottom: 0.2rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    transition: all 0.3s ease;

}











.related_partner_list li a:hover h3{

	color: var(--i_color);

}

.related_partner_list li a:hover .products_btn::after{

	right: auto;

	width: 100%;

	left: 0;

}

.related_partner_list li a:hover .products_btn{

	border-top: 1px solid transparent;

}

.related_partner_list li a:hover h4{

	color: var(--i_color);

}

.related_partner_list li a:hover iconify-icon{

	color: var(--i_color);

}

.related_partner_list li a:hover .products_btn_box{

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

}







/* 指示器 */

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

.related_partner .pt-pagination .swiper-pagination-bullet{width:0.12rem;box-sizing: border-box; height:0.12rem;cursor: pointer;border: 1px solid var(--i_color); display:inline-block; margin:0 0.05rem; background:var(--i_color); border-radius:50%; outline:none}

.related_partner .pt-pagination .swiper-pagination-bullet-active{position:relative; background:#fff}



/* 左右箭头 */

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

	position:absolute;

	top:50%;

	transform:translate(0,-50%);

	width:0.5rem;

	height:0.5rem;

	border: 1px solid 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;

}

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

	font-size: 0.2rem;

	color: var(--i_color);

	transition: all 0.3s ease;

}

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

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



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

	background-color: var(--i_color);

}

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

	color: #fff;

}



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

	.related_text h3 {

		font-size: 0.24rem;

		line-height: 0.4rem;

		height: 0.8rem;

	}

	.related_products_bac {

		padding: 0.8rem 0;

	}

}

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



}

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

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

	.related_partner .pt-pagination{display:block}

	.related_text h3 {

		font-size: 0.22rem;

		line-height: 0.36rem;

		height: 0.72rem;

	}

	.related_products_bac {

		padding: 0.6rem 0;

	}

	.related_partner_list li a {

		padding: 0.12rem 0.12rem 0.25rem 0.12rem;

	}

	.related_text {

		box-sizing: border-box;

		padding-top: 0.2rem;

	}



}

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

	.related_text h3 {

		font-size: 0.2rem;

		line-height: 0.34rem;

		height: 0.68rem;

	}

}

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

	.related_text h3 {

		font-size: 0.18rem;

		line-height: 0.3rem;

		height: 0.6rem;

	}

	.related_partner_box {

		margin-top: 0.4rem;

	}

}

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

	.related_text h3 {

		font-size: 0.16rem;

		line-height: 0.26rem;

		height: 0.52rem;

		margin-bottom: 0.1rem;

	}

	.related_text {

		box-sizing: border-box;

		padding-top: 0.1rem;

	}

}









/* 隐私政策 */

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

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

.privacy_cont{}

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

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

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

.foot {top: 130px;}

.privacy ol {padding: 0px;}

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

	.privacy{margin-bottom: 50px;}

}

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

	.privacy{margin-bottom: 30px;}

}







/* tag */



.tag{

	box-sizing: border-box;

	padding: 0.4rem 0 1rem 0;

}

.tag>h2{

	font-size: 0.4rem;

	font-weight: bold;

	text-transform: uppercase;

	color: #333;

	text-align: center;

}



.tag .products_all_right{

	width: 100%;

}

.tag>p{

	font-size: 0.2rem;

	color: #333;

	margin: 0.2rem 0 0.4rem 0;

	text-align: center;

}

.tag_list{



}

.tag_list .products_ul{

	width: 100%;

	gap: 0.4rem;

}

.tag_list .products_ul li{

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

}











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



}

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



	.tag{

		padding: 0.4rem 0 0.8rem 0;

	}

}

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



}

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

	.tag{

		padding: 0.4rem 0 0.6rem 0;

	}

	.tag>h2 {

		font-size: 0.35rem;

	}

}

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



}

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



}

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

	.tag_list .products_ul{

		gap: 0.2rem;

	}

	.tag_list .products_ul li{

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

	}

	.tag>h2 {

		font-size: 0.25rem;

	}

}

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



}

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



}











/* 感谢页面 */

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

}











/* ---------------------- 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: 999999999;}

.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%);}

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

	--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-26{margin:0;padding:0;}

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



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

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



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

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



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

#wpforms-26 .wpforms-field-container textarea

{border: 1px solid #CCC; -webkit-border-radius:4px; border-radius:4px;}

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



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

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

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

#wpforms-26 .wpforms-field-container .choices

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

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

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

#wpforms-26 .wpforms-field-container select

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

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

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

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

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

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

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

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



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

#wpforms-26 .wpforms-submit-container button{width: 100%;background: #DDD;font-size: 15px;padding: 0.1rem 0; color: #333;font-weight: bold;transition: all 0.3s ease;cursor: pointer;}

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

#wpforms-26 .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_color2);

}



.aside_right li img {

	display: block;

	margin: 0 auto;

	width: .22rem;

	height: .22rem;

	object-fit: contain

}



.aside_right li:hover>a {

	background-color: var(--i_color)

}



.side_tel_box,

.side_qr_box {

	position: absolute;

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

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: -1

}

.side_tel_box {

	top: 0;

	right: -300px;

	width: 180px;

	min-height: 100%;

	background: #FFF

}

.side_qr_box {

	top: 50%;

	transform: translate(0, -50%);

	right: -180px;

	width: 120px;

	height: 120px;

	background: #FFF

}



.side_tel_box h6 {

	padding: 8px 0;

	font-size: 14px;

	color: #666

}

.side_tel_box h6 a {

	line-height: 20px

}

.side_tel_box a:hover {

	color: var(--i_color)

}

.side_qr_box img {

	width: 90%;

	height: 90%

}



.aside_right li:hover .side_tel_box,

.aside_right li:hover .side_qr_box {

	right: 48px

}



.side_tel_box,

.side_qr_box {

	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;

	-o-transition: all .3s ease;

	transition: all .3s ease

}



.aside_close {

	position: absolute;

	top: .3rem;

	right: .3rem;

	display: block;

	width: .3rem;

	height: .3rem;

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

	background-size: 30px;

	cursor: pointer

}

.aside_close:hover {

	-webkit-transform: rotate(180deg);

	transform: rotate(180deg)

}

.aside_close {

	-webkit-transition: all 0.5s ease;

	transition: all 0.5s ease

}



#aside_mask_bg {

	display: none;

	position: fixed;

	top: 50%;

	transform: translate(0, -50%);

	left: 0%;

	width: 100%;

	height: 100%;

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

	z-index: 9999999999998;

}

#aside_sc_from {

	display: none;

	position: fixed;

	top: 50%;

	left: 50%;

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

	width: 800px;

	box-sizing: border-box;

	padding: 30px 30px 40px;

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

	z-index: 9999999999999;

	overflow: auto

}

#aside_sc_from .tit {

	margin-bottom: .4rem

}

#aside_sc_from .tit h1 {

	text-align: center;

	font-size: .26rem;

	color: var(--i_color);

	font-weight: bold;

	line-height: .3rem

}



#wpforms-29 {

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

	--input_font_size: 14px;

	--input_height: 42px

}

#wpforms-29 {

	width: 100%;

	margin: 0 auto;

	padding: 0

}

#wpforms-form-29 {

	width: 100%;

	overflow: hidden

}

#wpforms-29 input,

#wpforms-29 button {

	margin: 0;

	padding: 0;

	border: none;

	background: none

}

#wpforms-29 .wpforms-field {

	padding: 0;

	margin: 0

}

#wpforms-29 .wpforms-error-container {

	line-height: 16px

}

#wpforms-29 .wpforms-field-container {

	width: 100%;

	display: -webkit-flex;

	display: flex;

	flex-wrap: wrap;

	overflow: hidden

}

#wpforms-29 .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-29 .wpforms-field-label {

	font-size: 0

}

#wpforms-29 .wpforms-required-label {

	position: absolute;

	top: 11px;

	left: 5px;

	font-size: 16px;

	color: #F00

}

#wpforms-29 .wpforms-field {

	width: 100%;

	margin-bottom: 0;

	padding-bottom: 18px;

	background: transparent;

	position: relative;

	overflow: hidden

}

#wpforms-29 input {

	height: var(--input_height)

}

#wpforms-29 textarea {

	min-height: 100px

}

#wpforms-29 input,

#wpforms-29 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-29 input::-webkit-input-placeholder {

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

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

	color: var(--input_font_color);

	font-size: var(--input_font_size)

}

#wpforms-29 #wpforms-29-field_1-error,

#wpforms-29 #wpforms-29-field_2-error,

#wpforms-29 #wpforms-29-field_3-error,

#wpforms-29 #wpforms-29-field_5-error {

	position: absolute;

	font-size: 13px

}

#wpforms-29 .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-29 .wpforms-submit-container img {

	position: absolute;

	top: 50%;

	transform: translate(0, -50%);

	right: 4px

}

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

	display: none;

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	box-sizing: border-box;

	width: 100%;

	height: 100%

}

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

	display: block

}

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

	background: #FFF

}

#wpforms-29 .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-29 .wpforms-submit-container {

		height: 34px;

	}

	#wpforms-29 .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){



} */

